]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(face-normalize-spec): Remove function.
[gnu-emacs] / lisp / ChangeLog
1 2007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2
3 * faces.el (face-normalize-spec): Remove function.
4 (frame-set-background-mode): Undo last change.
5
6 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
7
8 * files.el (enable-local-variables): Doc fix.
9
10 2007-11-08 David Hansen <david.hansen@gmx.net> (tiny change)
11
12 * eshell/em-dirs.el (eshell-expand-multiple-dots): Change regexp to
13 match dir like "a...b".
14
15 2007-11-07 Johan Bockg\e,Ae\e(Brd <bojohan@gnu.org>
16
17 * eshell/esh-mode.el (eshell-output-filter):
18 * eshell/esh-proc.el (eshell-insertion-filter, eshell-sentinel):
19 Use `with-current-buffer'.
20
21 2007-11-05 Nick Roberts <nickrob@snap.net.nz>
22
23 * progmodes/gud.el (gud-gdb): Remove vestigial gdba doc and code.
24
25 2007-11-04 Riccardo Murri <riccardo.murri@gmail.com>
26
27 * net/tls.el: Require rx when compiling.
28 (tls-end-of-info): New variable.
29 (open-tls-stream): Keep reading input until `tls-end-of-info' is
30 matched.
31
32 2007-11-03 Ulrich Mueller <ulm@gentoo.org> (tiny change)
33
34 * simple.el (bad-packages-alist): Anchor semantic regexp.
35
36 2007-11-02 Drake Wilson <drake@begriffli.ch> (tiny change)
37
38 * files.el (hack-local-variables): Fix membership tests to avoid
39 treating all variables as safe if `enable-local-variables' is
40 set to :safe (CVE-2007-5795).
41
42 2007-11-02 Glenn Morris <rgm@gnu.org>
43
44 * progmodes/etags.el (tags-table-mode): Disable undo.
45
46 * simple.el (bad-packages-alist): Revert previous change.
47
48 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
49
50 * printing.el (printing): Fix :version, printing.el was included
51 in emacs-22.1.
52 (pr-path-style, pr-path-alist, pr-txt-name)
53 (pr-txt-printer-alist, pr-ps-name, pr-ps-printer-alist)
54 (pr-temp-dir, pr-ps-temp-file, pr-file-modes, pr-gv-command)
55 (pr-gs-command, pr-gs-switches, pr-gs-device, pr-gs-resolution)
56 (pr-print-using-ghostscript, pr-file-tumble, pr-auto-region)
57 (pr-auto-mode, pr-mode-alist, pr-ps-utility)
58 (pr-ps-utility-alist, pr-menu-char-height, pr-menu-char-width)
59 (pr-setting-database, pr-visible-entry-list)
60 (pr-delete-temp-file, pr-list-directory, pr-buffer-name)
61 (pr-buffer-name-ignore, pr-buffer-verbose): Remove incorrect
62 :version.
63
64 2007-11-01 Glenn Morris <rgm@gnu.org>
65
66 * simple.el (bad-packages-alist): Add an entry for standalone vc-svn.
67
68 * mail/footnote.el (footnote-numeric-regexp)
69 (footnote-english-upper-regexp, footnote-english-lower-regexp)
70 (footnote-roman-lower-regexp, footnote-roman-upper-regexp):
71 Match multi-character footnotes.
72
73 * textmodes/nroff-mode.el (nroff-mode): Set indent-line-function.
74 (nroff-indent-line-function): New function.
75 (nroff-count-text-lines): Use nroff-forward-text-line rather than
76 obsolete alias.
77
78 2007-10-31 Michael Albinus <michael.albinus@gmx.de>
79
80 * net/tramp.el (tramp-open-connection-telnet)
81 (tramp-open-connection-rsh, tramp-open-connection-su)
82 (tramp-open-connection-multi): Set $LC_ALL to "C".
83
84 2007-10-31 Sven Joachim <svenjoac@gmx.de>
85
86 * dired-aux.el (dired-copy-file-recursive):
87 Preserve directory permissions.
88
89 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
90
91 * whitespace.el (whitespace-write-file-hook): Remove interactive spec.
92 (whitespace-unload-function): New-style unload function. When run,
93 unintern `whitespace-unload-hook' and call `unload-feature' recursively
94 to stop the old hook from messing with the unloading.
95
96 * strokes.el (strokes-alphabetic-lessp): Doc fix.
97
98 2007-10-31 Sean O'Rourke <sorourke@cs.ucsd.edu>
99
100 * emacs-lisp/find-func.el (find-library): Use library at
101 point as default interactive argument.
102
103 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
104
105 * emacs-lisp/elp.el (elp-report-limit, elp-restore-all)
106 (elp-unset-master, elp-results): Fix typos.
107 (elp-sort-by-function, elp-use-standard-output, elp-recycle-buffers-p):
108 Doc fixes.
109
110 * msb.el (msb--many-menus): Remove variable.
111 (msb-max-menu-items, msb--add-to-menu): Doc fixes.
112 (msb-menu-cond, msb-item-handling-function, msb--create-function-info)
113 (msb--toggle-menu-type): Fix typos in docstrings.
114
115 * shadowfile.el (shadow-inhibit-overload, shadow-remove-from-todo)
116 (shadow-insert-var): Doc fixes.
117 (shadow-file-match, shadow-define-cluster, shadow-define-regexp-group):
118 Reflow docstrings.
119 (shadow-parse-fullname, shadow-read-files): Fix typos in docstrings.
120
121 2007-10-30 Juanma Barranquero <lekktu@gmail.com>
122
123 * ediff-hook.el (ediff, ediff-files, ediff-buffers, ebuffers, ediff3)
124 (ediff-files3, ediff-buffers3, ebuffers3, erevision, ediff-revision):
125 Fix typos in autoload docstrings.
126
127 * loadhist.el (unload-feature): Remove redundant check.
128
129 2007-10-30 Richard Stallman <rms@gnu.org>
130
131 * savehist.el (savehist-save): Obey savehist-ignored-variables.
132
133 2007-10-30 Nick Roberts <nickrob@snap.net.nz>
134
135 * progmodes/gdb-ui.el (gdb-delete-out-of-scope): New option.
136 (gdb-var-update-handler-1): Use it.
137
138 2007-10-30 Juanma Barranquero <lekktu@gmail.com>
139
140 * loadhist.el (unload-feature): Remove erroneous check for the
141 FEATURE-unload-function variable; check the existence of the
142 function (that's what the docstring says, and it makes more sense).
143
144 * follow.el (follow-unload-function): Add docstring.
145 (follow-unload-function): Remove variable.
146
147 * server.el (server-unload-function): Remove variable.
148 (server-unload-function): Unbind `server-edit' from `C-x #'.
149
150 * uniquify.el (uniquify-unload-function): Add docstring.
151 (uniquify-unload-function): Remove variable.
152
153 * ses.el (ses-unload-function): New function.
154
155 2007-10-29 Juanma Barranquero <lekktu@gmail.com>
156
157 * emacs-lisp/unsafep.el (unsafep, unsafep-function)
158 (unsafep-progn, unsafep-let): Fix typos in docstrings.
159
160 * uniquify.el (uniquify-maybe-rerationalize-w/o-cb): Define it
161 before use to avoid a warning in packages that require uniquify.
162 (uniquify-unload-function): New function and var.
163
164 2007-10-29 Juanma Barranquero <lekktu@gmail.com>
165
166 * loadhist.el (unload-feature-special-hooks):
167 Add `delete-frame-functions'.
168
169 * server.el (server-unload-function): Rename from `server-unload-hook'
170 and adapt to new `unload-feature' functionality. Remove hook from
171 `kill-buffer-hook' buffer-locally.
172 (server-unload-hook): Remove.
173 (server-unload-function): New var; replaces `server-unload-hook'.
174
175 2007-10-27 Juanma Barranquero <lekktu@gmail.com>
176
177 * desktop.el (uniquify-managed): Pacify byte compiler.
178 (desktop-buffer-info): If the buffer name is managed by uniquify,
179 save the base name, not the uniquified one.
180 (desktop-create-buffer): Allow `rename-buffer' to generate a new
181 name in case of conflict.
182
183 2007-10-26 Glenn Morris <rgm@gnu.org>
184
185 * emacs-lisp/bytecomp.el (byte-compile-warnings): Autoload the
186 safe-local-variable property.
187
188 2007-10-26 Gwern Branwen <gwern0@gmail.com> (tiny change)
189
190 * net/browse-url.el (browse-url-browser-function): Delete grail.
191 (browse-url-grail): Function and variable deleted.
192 (browse-url-browser-function): Delete IXI Mosaic.
193 (browse-url-default-browser): Don't try IXI Mosaic.
194 (browse-url-iximosaic): Function deleted.
195 (browse-url-browser-function): Delete MMM.
196 (browse-url-default-browser): Don't try MMM.
197 (browse-url-mmm): Function deleted.
198
199 2007-10-25 Glenn Morris <rgm@gnu.org>
200
201 * progmodes/f90.el (f90-indented-comment-re)
202 (f90-directive-comment-re, f90-break-delimiters):
203 * progmodes/fortran.el (fortran-comment-line-start-skip)
204 (fortran-directive-re):
205 * textmodes/conf-mode.el (conf-space-keywords): Mark these regexps
206 as safe if they are strings.
207
208 2007-10-25 Richard Stallman <rms@gnu.org>
209
210 * progmodes/ps-mode.el (ps-mode-map): Delete C-c v binding.
211
212 2007-10-24 Richard Stallman <rms@gnu.org>
213
214 * savehist.el (savehist-save): Omit unreadable elements.
215
216 * loadhist.el (unload-function-defs-list): Renamed from
217 unload-function-features-list.
218 (unload-feature-special-hooks, unload-feature): Doc fixes.
219
220 * indent.el (indent-to-left-margin): If point's in the indentation,
221 move to the end of the indentation.
222
223 * cus-edit.el (customize-changed-options): Make arg optional.
224
225 2007-10-24 Juanma Barranquero <lekktu@gmail.com>
226
227 * bs.el (bs-select, bs-select-other-window): Fix typos in docstrings.
228
229 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
230
231 * textmodes/css-mode.el: Require CL.
232 (comment-continue): Declare.
233
234 * subr.el (make-variable-frame-localizable): Remove.
235 (make-variable-frame-local): Mark obsolete.
236
237 2007-10-23 Juanma Barranquero <lekktu@gmail.com>
238
239 * ibuf-ext.el (ibuffer-switch-to-saved-filters)
240 (ibuffer-switch-to-saved-filter-groups): Doc fixes.
241
242 2007-10-23 Chris Moore <christopher.ian.moore@gmail.com>
243
244 * comint.el (comint-password-prompt-regexp):
245 Handle `[sudo] password'-style prompt.
246
247 2007-10-23 Glenn Morris <rgm@gnu.org>
248
249 * progmodes/f90.el (f90-do-indent, f90-if-indent)
250 (f90-type-indent, f90-program-indent)
251 (f90-continuation-indent, f90-comment-region)
252 (f90-beginning-ampersand, f90-smart-end)
253 (f90-break-before-delimiters, f90-auto-keyword-case)
254 (f90-leave-line-no, f90-mode-hook):
255 Give an appropriate safe-local-variable property.
256 (f90-font-lock-keywords-2): Fix `go to' regexp.
257
258 * progmodes/fortran.el (fortran-tab-mode-default)
259 (fortran-tab-mode-string, fortran-do-indent, fortran-if-indent)
260 (fortran-structure-indent, fortran-continuation-indent)
261 (fortran-comment-indent, fortran-comment-line-extra-indent)
262 (fortran-comment-line-start)
263 (fortran-minimum-statement-indent-fixed)
264 (fortran-minimum-statement-indent-tab)
265 (fortran-comment-indent-char, fortran-line-number-indent)
266 (fortran-check-all-num-for-matching-do)
267 (fortran-blink-matching-if, fortran-continuation-string)
268 (fortran-comment-region, fortran-electric-line-number)
269 (fortran-column-ruler-fixed, fortran-column-ruler-tab)
270 (fortran-analyze-depth, fortran-break-before-delimiters):
271 Give an appropriate safe-local-variable property.
272
273 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
274
275 * textmodes/tex-mode.el (tex-uptodate-p): Don't signal an error if one
276 of the subdirs is unreadable.
277
278 2007-10-22 Martin Rudalics <rudalics@gmx.at>
279
280 * progmodes/fortran.el (fortran-mode-map, fortran-window-create):
281 Use window-full-width-p.
282
283 2007-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
284
285 * emulation/tpu-edt.el (tpu-edt-old-global-values): New var.
286 (tpu-edt-off): Use it.
287 (tpu-edt-on): Set it. Make sure the tpu-global-map is not already on
288 the global-map before adding it to global-map.
289
290 * menu-bar.el (global-buffers-menu-map): New var.
291 (global-map, menu-bar-update-buffers): Use it.
292 * msb.el (msb-menu-bar-update-buffers): Use it.
293 (msb-sort-by-directory, msb--choose-menu, msb--mode-menu-cond)
294 (msb--most-recently-used-menu, msb--create-buffer-menu-2):
295 Use with-current-buffer.
296
297 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
298
299 * hexl.el (hexl-menu): New major mode menu.
300
301 2007-10-20 Glenn Morris <rgm@gnu.org>
302
303 * progmodes/f90.el (f90-font-lock-keywords-2)
304 (f90-looking-at-type-like): Fix regexp typos.
305
306 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
307
308 * bs.el (bs-mode): Add mode name (accidentally left out
309 in the 2007-10-16 change).
310
311 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
312
313 * bs.el (bs--track-window-changes): Don't refresh the whole list.
314 (bs-mode): Set mode-class property to special.
315
316 * follow.el (follow-unload-function): New function.
317
318 * loadhist.el (unload-function-features-list):
319 Rename from `unload-hook-features-list'.
320 (unload-hook-features-list): Add as obsolete alias.
321 (unload-feature): Use `unload-function-features-list'
322 and new FEATURE-unload-function.
323
324 2007-10-18 Juanma Barranquero <lekktu@gmail.com>
325
326 * loadhist.el (unload-feature-special-hooks):
327 Update list of special hooks.
328
329 * textmodes/fill.el (fill-individual-paragraphs): Doc fix.
330 (adaptive-fill-function): Doc fix. Remove * from docstring.
331
332 2007-10-18 Glenn Morris <rgm@gnu.org>
333
334 * ibuf-ext.el (ibuffer-saved-filter-groups): Doc fix.
335
336 2007-10-17 Aaron Hawley <aaronh@garden.org>
337
338 * tutorial.el (tutorial--save-tutorial): Display message when tutorial
339 position is not saved.
340
341 2007-10-17 Chong Yidong <cyd@stupidchicken.com>
342
343 * longlines.el (longlines-wrap-follows-window-size): Integer value
344 specifies wrapping margin.
345 (longlines-mode, longlines-window-change-function):
346 Set window-specific wrapping margin based on the above.
347
348 2007-10-17 John Wiegley <johnw@newartisans.com>
349
350 * eshell/esh-cmd.el (eshell-complex-commands): Add "ls".
351
352 2007-10-17 Glenn Morris <rgm@gnu.org>
353
354 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
355 Tweak regexp to avoid stack overflow.
356
357 2007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
358
359 * simple.el (reindent-then-newline-and-indent): Don't assume that
360 indent-according-to-mode preserves point.
361
362 2007-10-16 Juanma Barranquero <lekktu@gmail.com>
363
364 * bs.el (bs--window-config-coming-from): Revert 2006-11-09 change.
365 (bs--restore-window-config): Keep the selected frame.
366 (bs--track-window-changes, bs--remove-hooks): New functions.
367 (bs-mode): Use `define-derived-mode'. Set hook to track window changes.
368 (bs--show-with-configuration): Revert 2006-11-09 change.
369 Don't reuse window unless it is visible on the selected frame.
370 Restore window configuration (possibly in a different frame)
371 before creating any window.
372
373 2007-10-16 Richard Stallman <rms@gnu.org>
374
375 * emacs-lisp/advice.el (ad-get-advice-info): Change to a function.
376 (ad-get-advice-info-macro): New macro, like old ad-get-advice-info.
377 (ad-is-advised, ad-get-advice-info-field)
378 (ad-set-advice-info-field): Use ad-get-advice-info-macro.
379
380 2007-10-16 Glenn Morris <rgm@gnu.org>
381
382 * simple.el (blink-matching-open): Don't report false errors with
383 the `$' syntax class.
384
385 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
386
387 * filesets.el (filesets-alist-get): Use `let' rather than `let*'.
388 (filesets-ormap, filesets-sort-case-sensitive-flag)
389 (filesets-remake-shortcut, filesets-ingroup-collect-files):
390 Fix typos in docstrings.
391 (filesets-data-get-name, filesets-data-get-data)
392 (filesets-data-set, filesets-cmd-query-replace-getargs)
393 (filesets-ingroup-collect, filesets-find-or-display-file): Doc fixes.
394
395 2007-10-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
396
397 * term/mac-win.el: Don't require url when compiling, as url-type is
398 no longer a macro.
399
400 2007-10-14 Glenn Morris <rgm@gnu.org>
401
402 * progmodes/etags.el (select-tags-table): Disable undo in the
403 `*Tags Table List*' buffer.
404
405 2007-10-13 Eli Zaretskii <eliz@gnu.org>
406
407 * dired.el (dired-warn-writable): New face.
408 (dired-warn-writable-face): New variable.
409 (dired-font-lock-keywords): Use dired-warn-writable-face, instead
410 of dired-warning-face, for group- and world-writable files.
411
412 2007-10-13 Glenn Morris <rgm@gnu.org>
413
414 * progmodes/octave-mod.el (octave-looking-at-kw): Add doc string.
415 (octave-re-search-forward-kw, octave-re-search-backward-kw):
416 Add doc string, and an explicit COUNT argument.
417 (octave-scan-blocks, octave-beginning-of-defun): Explicitly pass
418 `inc' to search functions.
419
420 2007-10-13 John W. Eaton <jwe@octave.org>
421
422 * progmodes/octave-mod.el (octave-looking-at-kw)
423 (octave-re-search-forward-kw, octave-re-search-backward-kw):
424 New functions.
425 (octave-in-defun-p, calculate-octave-indent)
426 (octave-blink-matching-block-open, octave-beginning-of-defun)
427 (octave-auto-fill): Use octave-looking-at-kw instead of looking-at,
428 to search for regexps that contain case-sensitive keywords.
429 (octave-beginning-of-defun): Likewise, for octave-re-search-backward-kw.
430 (octave-scan-blocks): Likewise, for octave-re-search-forward-kw.
431
432 2007-10-13 Richard Stallman <rms@gnu.org>
433
434 * files.el (directory-abbrev-alist): Doc fix.
435
436 2007-10-13 Jari Aalto <jari.aalto@cante.net>
437
438 * comint.el (comint-password-prompt-regexp): Add 'LDAP'.
439
440 2007-10-12 Martin Rudalics <rudalics@gmx.at>
441
442 * frame.el (set-frame-configuration): Assign name parameter only
443 if it has been set explicitly before.
444
445 * window.el (handle-select-window): Revert part of 2007-10-06
446 change setting the input focus.
447
448 2007-10-12 Glenn Morris <rgm@gnu.org>
449
450 * cus-edit.el (custom-variable-menu, custom-face-menu)
451 (custom-group-menu): Check init-file-user rather than
452 user-init-file, in case cus-edit is loaded by site-run-file.
453
454 2007-10-11 Juanma Barranquero <lekktu@gmail.com>
455
456 * follow.el (follow-stop-intercept-process-output):
457 Use `follow-call-process-filter' rather than `process-filter'.
458
459 2007-10-11 Tom Tromey <tromey@redhat.com>
460
461 * progmodes/gdb-ui.el (gdb-info-stack-custom): Ensure current
462 frame is visible.
463
464 2007-10-10 Richard Stallman <rms@gnu.org>
465
466 * emacs-lisp/debug.el (debugger-setup-buffer): Disable undo
467 in *Backtrace*.
468
469 * faces.el (face-font-selection-order): Doc fix.
470
471 * loadhist.el (unload-feature): Doc fix.
472
473 2007-10-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
474
475 * ps-print.el: Fix the usage of :foreground and :background face
476 attributes. Reported by Nikolaj Schumacher <n_schumacher@web.de>.
477 (ps-print-version): New version 6.7.6.
478 (ps-face-attributes, ps-face-attribute-list, ps-face-background):
479 Fix code.
480 (ps-face-foreground-color-p, ps-face-background-color-p)
481 (ps-face-color-p): New inline funs.
482
483 2007-10-10 Juanma Barranquero <lekktu@gmail.com>
484
485 * follow.el: Change all instances of "Follow Mode" to "Follow
486 mode" in docstrings and messages.
487
488 2007-10-09 Juanma Barranquero <lekktu@gmail.com>
489
490 * faces.el (face-font-selection-order): Doc fix.
491
492 * follow.el (follow-mode-hook, follow-mode): Doc fixes.
493 (follow-mode-off-hook): Mark as obsolete.
494
495 2007-10-08 Richard Stallman <rms@gnu.org>
496
497 * emacs-lisp/edebug.el (edebug-install-custom-print-funcs)
498 (edebug-install-custom-print, edebug-reset-print-funcs)
499 (edebug-uninstall-custom-print, edebug-uninstall-custom-print-funcs):
500 Functions deleted.
501 (edebug-prin1, edebug-print, edebug-prin1-to-string)
502 (edebug-format, edebug-message): Define directly as aliases.
503
504 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
505
506 * follow.el (follow-mode): Don't run hooks twice. Use `when'.
507
508 2007-10-07 Glenn Morris <rgm@gnu.org>
509
510 * simple.el (bad-packages-alist): Clarify Semantic and CEDET
511 version numbers.
512
513 2007-10-06 Michael Albinus <michael.albinus@gmx.de>
514
515 * net/tramp.el (tramp-completion-mode): Extend doc-string.
516 (tramp-completion-mode-p): Revert change from 2007-09-24.
517 Checking for `return' etc as last character is not sufficient, for
518 example in dired-mode when entering <g> (revert-buffer) or
519 <s> (dired-sort).
520
521 2007-10-06 Martin Rudalics <rudalics@gmx.at>
522
523 * window.el (mouse-autoselect-window-cancel): Don't cancel for
524 select-window or select-frame events.
525 (handle-select-window): When autoselecting window set input
526 focus. Restructure.
527
528 * frame.el (focus-follows-mouse): Moved to frame.c.
529 * cus-start.el (all): Add focus-follows-mouse.
530
531 2007-10-05 Chris Moore <dooglus@gmail.com>
532
533 * server.el (server-kill-new-buffers): Doc fix.
534
535 2007-10-05 Juanma Barranquero <lekktu@gmail.com>
536
537 * bs.el (bs-mode): Make sure global-font-lock-mode doesn't
538 activate font-locking in the *buffer-selection* buffer.
539 (bs-show-sorted): Doc fix.
540
541 * bs.el (bs--get-marked-string, bs--get-modified-string)
542 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
543 (bs--get-mode-name, bs-mode): Fix typos in docstrings.
544 (bs--format-aux): Doc fix.
545
546 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
547
548 * image-dired.el (image-dired-image-at-point-p): Fix typo in docstring.
549
550 2007-10-04 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
551
552 * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring.
553
554 2007-10-04 Nick Roberts <nickrob@snap.net.nz>
555
556 * progmodes/gud.el (gud-gud-gdb-command-name): New option.
557 (gud-gdb): New function for old M-x gdb (text command mode).
558 (gud-gdb-command-name, gdb): Move to...
559
560 * progmodes/gdb-ui.el: ...here and adapt doc string.
561 (gud-gdba-command-name, gdba): Delete.
562
563 2007-10-03 Juanma Barranquero <lekktu@gmail.com>
564
565 * bs.el: Don't defvar `font-lock-verbose'.
566 (bs-config-clear, bs-kill, bs-string-show-normally, bs-sort-functions)
567 (bs--get-file-name): Fix typos in docstrings.
568 (bs--show-header): Use `dolist' instead of `mapcar'.
569 (bs-mode): Set `show-trailing-whitespace' to nil.
570 (bs-buffer-sort-function, bs-mouse-select-other-frame)
571 (bs-visits-non-file, bs-sort-buffer-interns-are-last, bs-show):
572 Doc fixes.
573
574 2007-10-02 Adam Hupp <adam@hupp.org> (tiny change)
575
576 * progmodes/gdb-ui.el (pdb): Specify file for gud-break.
577
578 2007-10-02 Nick Roberts <nickrob@snap.net.nz>
579
580 * progmodes/gud.el (gdb): Make graphical mode the default and
581 switch to text command mode if appropriate, i.e., reverse previous
582 arrangement.
583 (gud-gdb-marker-filter): Adapt for above change.
584
585 * progmodes/gdb-ui.el (gdb-init-1): Don't set the values
586 gud-minor-mode and gud-marker-filter.
587 (gdb-fullname-regexp): New variable.
588 (gud-gdba-marker-filter): Use it to switch to text command
589 mode if appropriate.
590
591 2007-10-02 Richard Stallman <rms@gnu.org>
592
593 * frame.el (cursor-in-non-selected-windows): Doc fix.
594
595 2007-10-01 Nick Roberts <nickrob@snap.net.nz>
596
597 * progmodes/gud.el (gud-display-line): Find source buffer even when
598 GUD buffer has its own frame.
599
600 2007-10-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
601
602 * term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility.
603
604 2007-09-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
605
606 * term/x-win.el (x-gtk-stock-map): Version is 22.2.
607
608 2007-09-29 Martin Rudalics <rudalics@gmx.at>
609
610 * allout.el (allout-before-change-handler): Replace got-char by
611 goto-char.
612
613 2007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
614
615 * vc-svn.el (vc-svn-resolve-when-done, vc-svn-find-file-hook): New funs.
616 Used to try and automatically enabled smerge-mode in the presence of
617 conflicts and to call `svn resolved' when the conflicts are gone.
618 (vc-svn-parse-status): Remember the svn-specific status.
619
620 * newcomment.el (comment-choose-indent): New function extracted
621 from comment-indent. Improve the alignment algorithm.
622 (comment-indent): Use it.
623
624 2007-09-27 Juanma Barranquero <lekktu@gmail.com>
625
626 * emacs-lisp/eldoc.el (eldoc-message-commands-table-size)
627 (eldoc-message-commands, eldoc-current-idle-delay):
628 Fix typos in docstrings.
629
630 * progmodes/python.el (python-eldoc-function): Doc fix.
631
632 2007-09-26 Eli Zaretskii <eliz@gnu.org>
633
634 * menu-bar.el (menu-bar-search-documentation-menu): Rename from
635 menu-bar-apropos-menu. All users changed.
636 (menu-bar-help-menu): Change menu symbols to better match the text
637 displayed by the menu.
638
639 2007-09-25 Glenn Morris <rgm@gnu.org>
640
641 * view.el (view-search-no-match-lines): Add a doc string.
642 Rewrite to simplify and work better.
643
644 2007-09-24 Michael Albinus <michael.albinus@gmx.de>
645
646 * net/tramp.el (tramp-completion-mode-p): Rename from
647 `tramp-completion-mode'. Revert logic, check `return', `newline'
648 and such alike. Packages like Icicles tend to use other completion
649 characters but `tab' and `space' only.
650 (top): Require cl.el, when `copy-tree' is not available otherwise.
651
652 * net/tramp-vc.el (tramp-vc-user-login-name): Get argument by
653 `ad-get-arg'.
654
655 2007-09-24 Ville Skytt\e,Ad\e(B <scop@xemacs.org> (tiny change)
656
657 * net/tramp-vc.el (tramp-vc-user-login-name):
658 Use `vc-find-version' instead of `process-file' to check whether we
659 have a new enough vc that doesn't need the defadvice.
660
661 2007-09-23 Dan Nicolaescu <dann@ics.uci.edu>
662
663 * files.el (file-name-sans-versions): Use [:alnum:] and also allow
664 #, @, : and ^.
665
666 2007-09-23 Glenn Morris <rgm@gnu.org>
667
668 * ses.el (ses-calculate-cell): Don't evaluate unsafe formulae.
669
670 2007-09-22 Dan Nicolaescu <dann@ics.uci.edu>
671
672 * pcvs-defs.el (cvs-mode-map): Bind TAB and backtab.
673
674 * log-view.el (log-view-mode-map): Likewise.
675
676 * diff-mode.el (diff-mode-shared-map): Likewise.
677
678 2007-09-21 Francesco Potort\e,Al\e(B <pot@gnu.org>
679
680 * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to
681 add inferior-octave-directory-tracker to the buffer-local value
682 of comint-input-filter-functions.
683
684 2007-09-22 Dan Nicolaescu <dann@ics.uci.edu>
685
686 * files.el (file-name-sans-versions): Also allow `A-Z'.
687
688 * vc.el: Mention all supported VC backends.
689
690 2007-09-22 Richard Stallman <rms@gnu.org>
691
692 * wid-edit.el (widget-specify-button): Don't merge mouse-face with
693 neighbouring buttons.
694
695 2007-09-22 Andreas Schwab <schwab@suse.de>
696
697 * files.el (file-name-sans-versions): Also allow `_'.
698
699 2007-09-22 Glenn Morris <rgm@gnu.org>
700
701 * eshell/esh-mode.el (eshell-output-filter-functions):
702 Add eshell-postoutput-scroll-to-bottom.
703
704 2007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
705
706 * files.el (file-name-sans-versions): Allow - and a-z in version names.
707
708 * log-view.el (log-view-mode-map, log-view-mode-menu):
709 Bind log-view-annotate-version.
710 (log-view-beginning-of-defun, log-view-end-of-defun)
711 (log-view-annotate-version): New functions.
712 (log-view-mode): Use log-view-beginning-of-defun and
713 log-view-end-of-defun.
714
715 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
716
717 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix staging.
718
719 2007-09-21 Kevin Ryde <user42@zip.com.au>
720
721 * international/mule.el (sgml-html-meta-auto-coding-function):
722 Bind `case-fold-search' to t.
723
724 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
725
726 * wid-edit.el (widget-image-insert): Don't merge mouse-face with
727 neighbouring buttons.
728
729 * progmodes/compile.el (compilation-error-regexp-alist-alist):
730 Recognize gcc's use of "note" for informational messages.
731
732 2007-09-20 Glenn Morris <rgm@gnu.org>
733
734 * textmodes/tex-mode.el (tex-validate-buffer): Use paragraph
735 motion functions, rather than hard-coding "\n\n".
736 (tex-validate-region): Check for eobp, to speed up.
737 (tex-next-unmatched-end): Doc fix.
738
739 2007-09-19 Glenn Morris <rgm@gnu.org>
740
741 * textmodes/tex-mode.el (tex-terminate-paragraph):
742 Use backward-paragraph.
743
744 2007-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
745
746 * textmodes/css-mode.el (css-electric-keys): electrick->electric.
747 (css-mode): Update correspondingly.
748
749 2007-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
750
751 * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
752
753 * vc-hooks.el (vc-menu-entry): New var.
754 (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
755 (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
756 (vc-menu-map): Declare and initialize in one step.
757
758 * menu-bar.el (vc-menu-map): Don't setup any more.
759 Instead, just create the proper spot in the menu.
760
761 2007-09-18 Dan Nicolaescu <dann@ics.uci.edu>
762 Stefan Monnier <monnier@iro.umontreal.ca>
763
764 * vc.el: Document new VC operation `extra-menu'.
765
766 * vc-hooks.el (vc-default-extra-menu, vc-menu-map-filter): New fun.
767
768 2007-09-17 Dan Nicolaescu <dann@ics.uci.edu>
769
770 * vc-git.el (vc-git-log-view-mode): Add font-lock patterns for
771 Signed-off-by, Acked-by and Merge.
772
773 2007-09-17 Glenn Morris <rgm@gnu.org>
774
775 * textmodes/tex-mode.el (tex-compilation-parse-errors): Prefer the
776 filename from `--file-line-error', if it is available.
777
778 2007-09-17 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
779
780 * textmodes/tex-mode.el (tex-compilation-parse-errors): Also match
781 TeX `--file-line-error' format.
782
783 2007-09-17 Glenn Morris <rgm@gnu.org>
784
785 * textmodes/tex-mode.el (tex-region): Simplify previous change,
786 handling the case where the region is not in `tex-main-file'.
787 (tex-region-1): Delete.
788 (tex-region-header): New function, doing the header part of the
789 old tex-region-1.
790
791 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
792
793 * ediff-init.el (ediff-verbose-p): This var is not a constant.
794
795 2007-09-16 Drew Adams <drew.adams@oracle.com>
796
797 * cus-edit.el (custom-face-edit-activate): Doc fix.
798
799 2007-09-16 Glenn Morris <rgm@gnu.org>
800
801 * textmodes/tex-mode.el (tex-region): Handle the case where the
802 region is not in `tex-main-file'. Move the old code that applies
803 to both cases...
804 (tex-region-1): ...to this new function.
805
806 2007-09-15 Martin Rudalics <rudalics@gmx.at>
807
808 * simple.el (blink-matching-open): Don't display message when no
809 paren is found within blink-matching-paren-distance characters.
810 Don't search prompt in blink-matching-paren-distance nil case.
811
812 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
813
814 * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
815
816 2007-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
817
818 * vc-mtn.el: New file.
819
820 * vc-hooks.el (vc-handled-backends): Add Mtn.
821
822 2007-09-13 Eli Zaretskii <eliz@gnu.org>
823
824 * files.el (find-file, find-file-other-window)
825 (find-file-other-frame, find-file-existing, find-file-read-only)
826 (find-file-read-only-other-window)
827 (find-file-read-only-other-frame)
828 (find-alternate-file-other-window, find-alternate-file): Doc fixes.
829
830 2007-09-13 Jari Aalto <jari.aalto@cante.net>
831
832 * man.el (Man-default-man-entry): At end of line, continue looking
833 to the next line for possible end of hyphenated command.
834
835 2007-09-13 Chris Moore <dooglus@gmail.com>
836
837 * shell.el (shell-resync-dirs): Don't move the cursor relative to
838 the command being edited.
839
840 2007-09-13 Nick Roberts <nickrob@snap.net.nz>
841
842 * progmodes/gud.el (gdb-ready): New variable.
843 (gdb): Set it to nil. Set gud-running to nil here...
844 (gud-common-init): ...instead of here.
845
846 * progmodes/gdb-ui.el (gdba, gdb-send, gdb-source-info):
847 Use gdb-ready. Discard input until GDB is ready to accept it.
848
849 2007-09-12 Dan Nicolaescu <dann@ics.uci.edu>
850
851 * term/xterm.el (terminal-init-xterm): Add bindings for M-S- and
852 C-M-S- keys.
853
854 2007-09-12 Martin Rudalics <rudalics@gmx.at>
855
856 * dired.el (dired-warning): Inherit from font-lock-warning-face to
857 make it show up with eight colors.
858
859 2007-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
860
861 * diff-mode.el (diff-sanity-check-hunk): Fix up the case when unified
862 diffs are concatenated with no intervening line.
863
864 2007-09-10 Dave Love <fx@gnu.org>
865
866 * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
867 (python-font-lock-keywords): Update to the 2.5 version of the language.
868 (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
869 (python-backspace): Only behave funny in code.
870 (python-compilation-regexp-alist): Add PDB stack trace regexp.
871 (inferior-python-mode): Add PDB prompt regexp.
872 (python-fill-paragraph): Refine the fenced-string regexp.
873 (python-find-imports): Handle imports spanning several lines.
874 (python-mode): Add `class' to hideshow support.
875
876 2007-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
877
878 * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use
879 add-log-buffer-file-name-function rather than bind buffer-file-name,
880 so we dont end up calling change-log-mode in *cvs* when `fi' is the
881 ChangeLog file itself.
882
883 * outline.el (outline-flag-region): Use front-advance.
884
885 2007-09-07 Ilya Zakharevich <ilyaz@cpan.org>
886
887 * progmodes/cperl-mode.el: Merge upstream 5.23.
888 (cperl-where-am-i): Remove function.
889 (cperl-backward-to-noncomment): Don't go too far when skipping POD/HEREs
890 (cperl-sniff-for-indent): De-invert [string] and [comment].
891 When looking for label, skip s:m:y:tr.
892 (cperl-indent-line): Likewise.
893 (cperl-mode): Don't assume `font-lock-multiline' is auto-local.
894 (cperl-windowed-init): Wrong `ps-print' handling.
895 Both thanks to Chong Yidong.
896 (cperl-look-at-leading-count): Could fail with unfinished RExen.
897 (cperl-find-pods-heres): If the second part of s()[] is missing,
898 don't try to highlight delimiters...
899
900 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
901
902 * progmodes/compile.el (compilation-get-file-structure): Complete last
903 change by also using spec-directory in the puthash.
904
905 2007-09-07 Riccardo Murri <riccardo.murri@gmail.com>
906
907 * vc-bzr.el (vc-bzr-admin-lastrev): New constant.
908 (vc-bzr-file-name-relative): Use 'when' instead of 'and'.
909 (vc-bzr-status): Fix shadowing of variable 'status'.
910 (vc-bzr-workfile-version): Use correct path to 'last-revision' file.
911 Use `expand-file-name' instead of `concat'.
912 (vc-bzr-annotate-command): Use option name '--long' instead of '-l'.
913 Update annotation line regexp. Fixes launchpad.net [Bug 137435].
914
915 2007-09-05 Jason Rumney <jasonr@gnu.org>
916
917 * frame.el (focus-follows-mouse): Doc-fix. Change default on w32.
918
919 2007-09-02 Richard Stallman <rms@gnu.org>
920
921 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom.
922 Add `safe-local-variable' property.
923 (lisp-body-indent): Likewise.
924
925 2007-09-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
926
927 * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
928 prev/next-node.
929
930 * term/x-win.el (x-gtk-stock-map, icon-map-list): New variables.
931 (x-gtk-map-stock): New function.
932
933 2007-09-02 Glenn Morris <rgm@gnu.org>
934
935 * comint.el (comint-mode): Don't set scroll-conservatively.
936
937 * eshell/em-unix.el (eshell/time): Stringify and flatten the
938 non-command arguments.
939
940 2007-09-01 Thien-Thi Nguyen <ttn@gnuvola.org>
941
942 * emacs-lisp/bytecomp.el (byte-recompile-directory):
943 Fix bug: Don't expand top-level file name more than once.
944 Reported by Dmitry Antipov <dmantipov@yandex.ru>.
945
946 2007-09-01 Richard Stallman <rms@gnu.org>
947
948 * files.el (hack-local-variables-confirm): Rename arg VARS to ALL-VARS.
949 Add doc string.
950
951 2007-08-30 Richard Stallman <rms@gnu.org>
952
953 * speedbar.el (speedbar-frame-reposition-smartly)
954 (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
955 (speedbar-check-vc): Don't use dframe-xemacsp.
956
957 2007-08-30 Martin Rudalics <rudalics@gmx.at>
958
959 * files.el (backup-buffer-copy): Try to overwrite old backup first.
960
961 2007-08-29 Martin Rudalics <rudalics@gmx.at>
962
963 * repeat.el (repeat): Use last-repeatable-command instead of
964 real-last-command. Run pre- and post-command hooks for
965 self-insertion. Update doc-string.
966
967 2007-08-28 Glenn Morris <rgm@gnu.org>
968
969 * progmodes/cc-langs.el (c-constant-kwds): Add java: true, false, null.
970
971 2007-08-27 Alexandre Julliard <julliard@winehq.org>
972
973 * vc-git.el (vc-git-state): Call git-add --refresh to update the
974 state of the file.
975 (vc-git-workfile-unchanged-p): Delegate implementation to vc-git-state.
976 (vc-git-create-repo): Fix invalid command.
977
978 2007-08-27 Richard Stallman <rms@gnu.org>
979
980 * textmodes/flyspell.el (flyspell-mode):
981 Catch errors in flyspell-mode-on.
982
983 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
984
985 * progmodes/modula2.el (m2-definition, m2-module):
986 Don't use previous-line. Reported by T. V. Raman.
987
988 2007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
989
990 * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
991 argument to tool-bar-mode call.
992
993 2007-08-27 Glenn Morris <rgm@gnu.org>
994
995 * diff-mode.el (diff-find-file-name): Only accept regular files,
996 to rule out /dev/null, directories, etc.
997
998 2007-08-25 Dan Nicolaescu <dann@ics.uci.edu>
999
1000 * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
1001 safe-local-variable setting.
1002 * progmodes/perl-mode.el (perl-indent-level): Likewise.
1003
1004 2007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
1005
1006 * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
1007 of buffers in uniquify-managed.
1008
1009 * simple.el (invisible-p): Rename from text-invisible-p.
1010 Update callers.
1011
1012 2007-08-25 Alan Mackenzie <acm@muc.de>
1013
1014 * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
1015 new language variable.
1016
1017 * progmodes/cc-engine.el (c-brace-anchor-point): New function.
1018 (c-add-stmt-syntax): Give accurate anchor points for "namespace",
1019 "extern" etc., rather than BOI. Fix addition of spurious
1020 syntactic-symbol 'defun-block-intro, replacing it with
1021 'innamespace, etc.
1022
1023 2007-08-25 Reiner Steib <Reiner.Steib@gmx.de>
1024
1025 * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
1026 Don't behave differently when executed via M-x. Add doc string.
1027
1028 2007-08-24 Ulrich Mueller <ulm@gentoo.org> (tiny change)
1029
1030 * files.el (backup-buffer-copy): Don't wrap delete in
1031 condition-case, only try to delete if file exists.
1032
1033 2007-08-24 Glenn Morris <rgm@gnu.org>
1034
1035 * files.el (backup-buffer-copy): Revert 2007-08-22 change.
1036
1037 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
1038
1039 * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
1040 (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
1041 (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
1042 (cperl-etags-goto-tag-location): Use new style backquotes.
1043
1044 * subr.el (complete-with-action): Backport from trunk (for vc-arch.el).
1045 (dynamic-completion-table): Use it it.
1046
1047 * net/browse-url.el: Remove spurious * in custom docstrings.
1048 (browse-url-filename-alist): Use new-style backquote.
1049
1050 * emacs-lisp/backquote.el (backquote-unquote-symbol)
1051 (backquote-splice-symbol): Clarify they're not new-style unquotes.
1052
1053 * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
1054 (\,@): Backslash the , and ,@ which are not new-style unquotes.
1055
1056 * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
1057
1058 * net/socks.el (socks-username/password-auth-filter):
1059 Remove unused vars `state' and `desired-len'.
1060 (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
1061 (socks-wait-for-state-change): Use new-style backquotes.
1062
1063 * pcvs.el (cvs-mode-status): Fix long-standing typo.
1064
1065 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
1066 backquotes after each `read' rather than once per buffer.
1067
1068 * dframe.el: Remove spurious * in custom docstrings.
1069 (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
1070 (dframe-xemacs20p): Remove, inline at the sole use point.
1071 (defface): Don't defvar the face, don't use old-style backquote.
1072 (defcustom): Don't use old-style backquote.
1073 (dframe-frame-parameter, dframe-mouse-event-p):
1074 Make it obvious that it's always defined.
1075 (dframe-popup-kludge): New function to replace
1076 dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
1077 (dframe-frame-mode, dframe-set-timer-internal)
1078 (dframe-mouse-set-point): Remove use of with-no-warnings from
1079 XEmacs-specific code.
1080 (dframe-set-timer-internal): Fix very old bug with
1081 post-command-idle-hook.
1082
1083 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
1084
1085 2007-08-22 Chong Yidong <cyd@stupidchicken.com>
1086
1087 * image-mode.el (image-minor-mode): Use image-mode-text-map.
1088
1089 2007-08-22 Reiner Steib <Reiner.Steib@gmx.de>
1090
1091 * sort.el (sort-fold-case, sort-numeric-base): Mark as
1092 safe-local-variable.
1093
1094 2007-08-22 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
1095
1096 * net/browse-url.el (browse-url-emacs): New function.
1097
1098 2007-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
1099
1100 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Display a big fat
1101 warning if the file uses old style backquotes.
1102
1103 * emacs-lisp/bytecomp.el (byte-compile-log-file)
1104 (byte-recompile-directory, byte-compile-file)
1105 (byte-compile-from-buffer): Use with-current-buffer.
1106
1107 * simple.el (text-invisible-p): Rename from line-move-invisible-p.
1108 (line-move-invisible-p): Keep as an obsolete alias, just to be safe.
1109 (line-move-1, line-move-finish, line-move-to-column)
1110 (move-end-of-line, move-beginning-of-line): Use new name.
1111
1112 2007-08-22 Glenn Morris <rgm@gnu.org>
1113
1114 * files.el (backup-buffer-copy): Check backup directory is
1115 writable, to avoid infloop deleting old backup.
1116
1117 * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
1118 movemail related variables.
1119 (rmail-insert-inbox-text): Use only rmail-movemail-program, which
1120 will now be set before this is called.
1121
1122 2007-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
1123
1124 * emacs-lisp/backquote.el (backquote-delay-process): Fix last change.
1125
1126 * progmodes/ada-mode.el: Fix up comment style in header.
1127 (ada-check-emacs-version): Remove.
1128 (ada-mode): Set parse-sexp-* even if they don't exist: can't hurt.
1129 (ada-region-selected): Use (featurep 'xemacs) rather than contortions
1130 to try and quieten the byte-compiler.
1131 (ada-create-keymap): Use [(..)] keys, which work on both (X)Emacs.
1132
1133 * vc.el (vc-annotate-warp-version): Don't use previous-line.
1134
1135 2007-08-20 Johannes Weiner <hannes@saeurebad.de> (tiny change)
1136
1137 * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
1138 extracted from `eval-last-sexp-1'.
1139 (eval-last-sexp-1): Call `preceding-sexp'.
1140
1141 2007-08-19 Glenn Morris <rgm@gnu.org>
1142
1143 * Makefile.in (custom-deps, finder-data, autoloads, recompile)
1144 (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
1145 than $(EMACS), so that EMACSLOADPATH is set. Prevents any system
1146 shadow files messing up the compilation.
1147
1148 2007-08-18 Glenn Morris <rgm@gnu.org>
1149
1150 * progmodes/scheme.el (scheme-mode-variables):
1151 Set font-lock-comment-start-skip.
1152
1153 2007-08-18 Martin Rudalics <rudalics@gmx.at>
1154
1155 * progmodes/ada-mode.el (ada-create-syntax-table):
1156 Move set-syntax-table from here to ...
1157 (ada-mode): ... here. Don't change global value of comment-multi-line.
1158 Call new function ada-initialize-syntax-table-properties.
1159 Add ada-handle-syntax-table-properties to font-lock-mode-hook.
1160 (ada-deactivate-properties, ada-initialize-properties):
1161 Replace by new functions ...
1162 (ada-handle-syntax-table-properties, ada-set-syntax-table-properties)
1163 (ada-initialize-syntax-table-properties): ... to set up syntax-table
1164 properties uniformly, independently from whether font-lock-mode
1165 is enabled or not. Handle read-only buffers and do not change
1166 undo-list when setting syntax-table properties.
1167 (ada-after-change-function): Use ada-set-syntax-table-properties.
1168
1169 2007-08-17 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
1170
1171 * progmodes/cperl-mode.el (cperl-look-at-leading-count)
1172 (cperl-find-pods-heres): Fix an error when typing expressions like
1173 `s{a}{b}'.
1174
1175 2007-08-17 Glenn Morris <rgm@gnu.org>
1176
1177 * progmodes/compile.el (compilation-get-file-structure): Make use
1178 of the directory part when checking for an existing entry, to
1179 handle files with same basename in different directories.
1180
1181 2007-08-16 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1182
1183 * ps-print.el (ps-header-font-size, ps-header-title-font-size)
1184 (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
1185 (ps-paragraph-spacing): Docstring fix.
1186
1187 2007-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
1188
1189 * smerge-mode.el (smerge-resolve): New arg `safe'.
1190 (smerge-resolve-all, smerge-batch-resolve): New function.
1191 (smerge-refine): Make sure `diff' returns the expected result.
1192 (smerge-parsep-re): New const.
1193 (smerge-mode): Use it to adjust paragraph-separate.
1194
1195 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
1196 Correctly match / regexp matchers as first char on a line when
1197 fontifying only that line.
1198
1199 * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
1200
1201 2007-08-16 Glenn Morris <rgm@gnu.org>
1202
1203 * ps-print.el (ps-font-size): Doc fix.
1204
1205 2007-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
1206
1207 * vc-bzr.el: Don't fiddle with vc-handled-backend.
1208 (vc-bzr-registered): Don't redundantly protect against
1209 file-error. Actually use the format-specific code.
1210 (vc-bzr-buffer-nonblank-p): Remove.
1211 (vc-bzr-status): Change `kindchange' -> `kindchanged'.
1212
1213 2007-08-15 Glenn Morris <rgm@gnu.org>
1214
1215 * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
1216 sloppier, for the sake of GNU Mailman.
1217 (rmail-digest-rfc1153): Initialize `result' correctly.
1218
1219 2007-08-14 Glenn Morris <rgm@gnu.org>
1220
1221 * simple.el (bad-packages-alist): New constant.
1222 (bad-package-check): New function. Together, these two add
1223 elements to `after-load-alist' to check for problematic external
1224 packages.
1225 * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
1226
1227 2007-08-13 Stephen Leake <stephen_leake@stephe-leake.org>
1228
1229 * pcvs-parse.el (cvs-parse-table): Handle additional instance of
1230 optional quotes around files in NEED-UPDATE . REMOVED case.
1231
1232 * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
1233 (ada-treat-cmd-string): Improve error message.
1234 (ada-do-file-completion): Call `ada-require-project-file', so
1235 project variables are set properly.
1236 (ada-prj-find-prj-file): Delete Emacs 20.2 support.
1237 (ada-gnatfind-buffer-name): New constant.
1238 (ada-find-any-references): Use new constant. Set buffer name
1239 properly in compilation-start. Toggle read-only properly.
1240 (ada-find-in-src-path): Fix spelling error in docstring.
1241
1242 * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
1243 by zero error.
1244
1245 2007-08-13 Nick Roberts <nickrob@snap.net.nz>
1246
1247 * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
1248
1249 2007-08-12 Richard Stallman <rms@gnu.org>
1250
1251 * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
1252 (cvs-execute-single-file): Use new name split-string-and-unquote.
1253 (cvs-header-msg): Use new name combine-and-quote-strings.
1254
1255 * emulation/vi.el (vi-next-line): Ignore return value of line-move.
1256
1257 * progmodes/gud.el (gud-common-init): Use new name
1258 split-string-and-unquote.
1259
1260 * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
1261 in javac regexp.
1262
1263 * pcvs-util.el (cvs-qtypedesc-strings): Use new names
1264 combine-and-quote-strings and split-string-and-unquote.
1265
1266 * subr.el (combine-and-quote-strings): Rename from strings->string.
1267 (split-string-and-unquote): Rename from string->strings.
1268
1269 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
1270
1271 * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
1272 to buffer-local settings.
1273
1274 * emacs-lisp/backquote.el (backquote-delay-process): New function.
1275 (backquote-process): Add internal arg `level'. Use the two to
1276 correctly handle nested backquotes.
1277
1278 2007-08-09 Riccardo Murri <riccardo.murri@gmail.com>
1279
1280 * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
1281 (vc-bzr-state-words): Add "kind changed" state word.
1282 (vc-bzr-status): New function. Return Bzr idea of file status,
1283 which is different from VC's.
1284 (vc-bzr-state): Use vc-bzr-status.
1285 (vc-workfile-unchanged-p): Use vc-bzr-status.
1286 (vc-bzr-revert): Use synchronous process; expect exitcode 0.
1287 (vc-dired-state): Process "kind changed" state word.
1288
1289 2007-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
1290
1291 * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
1292
1293 * vc-rcs.el (vc-rcs-find-file-not-found-hook):
1294 Move from vc-default-find-file-not-found-hook.
1295
1296 2007-08-09 Edward O'Connor <hober0@gmail.com> (tiny change)
1297
1298 * url/url-auth.el (url-basic-auth): When prompting for username
1299 and password, default to the username and password in the URL.
1300
1301 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
1302
1303 * man.el: Remove spurious * in docstrings.
1304 Merge defvars and toplevel setq-defaults.
1305 (Man-highlight-references0): Limit=nil rather than point-max.
1306 (Man-mode-map): Move initialization into the declaration.
1307 (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
1308 (Man-view-header-file): Use expand-file-name rather than concat.
1309 (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
1310
1311 * man.el (Man-next-section): Make sure we do not move backward.
1312
1313 2007-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1314
1315 * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
1316 (ps-begin-job): Use ps-default-fg and ps-default-bg only when
1317 ps-print-color-p is neither nil nor black-white. Reported by Christian
1318 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
1319
1320 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
1321
1322 * files.el (auto-mode-alist): Use the purecopied text (duh!).
1323
1324 2007-08-08 Andreas Schwab <schwab@suse.de>
1325
1326 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
1327 self-insert-command, not self-insert.
1328
1329 2007-08-08 Glenn Morris <rgm@gnu.org>
1330
1331 * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove `iff'.
1332
1333 * Replace `iff' in doc-strings and comments.
1334
1335 * help-mode.el (help-make-xrefs): Search for symbol constituents,
1336 rather than just `-'.
1337
1338 2007-08-08 Martin Rudalics <rudalics@gmx.at>
1339
1340 * dired.el (dired-pop-to-buffer):
1341 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
1342 * calendar/calendar.el (generate-calendar-window):
1343 * progmodes/compile.el (compilation-set-window-height):
1344 * textmodes/two-column.el (2C-two-columns, 2C-merge):
1345 Use window-full-width-p instead of comparing frame-width and
1346 window-width.
1347
1348 * progmodes/compile.el (compilation-find-buffer): Remove extra
1349 argument in call to compilation-buffer-internal-p.
1350
1351 2007-08-07 Michael Albinus <michael.albinus@gmx.de>
1352
1353 * net/tramp.el (tramp-handle-file-remote-p): Handle optional
1354 parameters IDENTIFICATION and CONNECTED.
1355 (tramp-handle-insert-file-contents): VISIT must be handled after
1356 insertion of the local copy. Reported by Peter Gordon
1357 <peter@pg-consultants.com>.
1358 (tramp-file-name-handler): No special handling for
1359 `expand-file-name'. But for `file-name-as-directory'.
1360 (tramp-find-shell, tramp-open-connection-telnet)
1361 (tramp-open-connection-rsh, tramp-open-connection-su)
1362 (tramp-open-connection-multi)
1363 (tramp-open-connection-setup-interactive-shell): Guard against
1364 $PROMPT_COMMAND shell var. Reported by Steve Youngs
1365 <steve@sxemacs.org>.
1366 (tramp-append-tramp-buffers): Replace "sensible" by "sensitive" in
1367 the hint.
1368
1369 * net/trampver.el: Update release number.
1370
1371 2007-08-07 Tom Tromey <tromey@redhat.com>
1372
1373 * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
1374 Add safe-local-variable property.
1375
1376 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
1377
1378 * image-mode.el (image-toggle-display): Use image-refresh.
1379
1380 * longlines.el (longlines-decoded): New variable.
1381 (longlines-mode): Avoid encoding or decoding the buffer twice.
1382
1383 2007-08-07 Riccardo Murri <riccardo.murri@gmail.com>
1384
1385 * vc-bzr.el: Remove comments about vc-bzr.el being a modified
1386 unofficial version.
1387 (vc-bzr-command): Remove redundant setting of process-connection-type.
1388 (vc-bzr-admin-checkout-format-file): Add autoload.
1389 (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
1390 (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
1391 (vc-bzr-registered): Compare dirstate format tag with known good
1392 value, abort parsing if match fails. Warn user in docstring.
1393 (vc-bzr-workfile-version): Case for different Bzr branch formats.
1394 See bzrlib/branch.py in Bzr sources.
1395 (vc-bzr-diff): First argument FILES may be a string rather than a list.
1396 (vc-bzr-shell-command): Remove in favor of
1397 vc-bzr-command-discarding-stderr.
1398 (vc-bzr-command-discarding-stderr): New function.
1399
1400 2007-08-06 Riccardo Murri <riccardo.murri@gmail.com>
1401
1402 * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
1403 program, and return nil
1404 (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
1405 (vc-bzr-state): Look for path names relative to the repository
1406 root after status keyword.
1407 (vc-bzr-file-name-relative): New function.
1408 (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
1409 depend on it.
1410 (vc-bzr-admin-dirname, ...-checkout-format-file)
1411 (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
1412 files that we now parse directly for speed.
1413 (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
1414 (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
1415 (vc-bzr-state): "bzr status" successful only if exitcode is 0
1416 (vc-bzr-root): Use `vc-bzr-shell-command'. Stderr may contain
1417 Bzr warnings, so we must discard it.
1418 (vc-bzr-workfile-version): Speedup counting lines from
1419 `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
1420 if that file doesn't exist.
1421 (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
1422 `vc-bzr-root-dir' for speed. Add `vc-bzr-admin-dirname'
1423 (not ".bzr"!) to `vc-directory-exclusion-list'
1424 (vc-bzr-shell-command): New function.
1425
1426 2007-08-06 Tom Tromey <tromey@redhat.com>
1427
1428 * diff-mode.el (diff-unified->context, diff-reverse-direction)
1429 (diff-fixup-modifs): Typo in docstring.
1430
1431 2007-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
1432
1433 * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
1434 count-screen-lines.
1435 (tpu-edt-off): Disable relevant pieces of advice.
1436
1437 * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
1438 tpu-write-file-hook. Activate it with add-hook on buffer-save-hook.
1439 (newline, newline-and-indent, do-auto-fill): Use advice instead of
1440 redefining the function.
1441 (tpu-set-scroll-margins): Activate the pieces of advice.
1442
1443 2007-08-06 Michael Albinus <michael.albinus@gmx.de>
1444
1445 * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
1446 process-filter.
1447
1448 2007-08-06 Martin Rudalics <rudalics@gmx.at>
1449
1450 * help.el (resize-temp-buffer-window): Use window-full-width-p
1451 instead of comparing frame-width and window-width.
1452
1453 2007-08-05 Peter Povinec <ppovinec <at> yahoo.com> (tiny change)
1454
1455 * term.el: Honor term-default-fg-color and term-default-bg-color
1456 settings when modifying term-current-face.
1457 (term-default-fg-color, term-default-bg-color): Initialize from
1458 default term-current-face.
1459 (term-mode, term-reset-terminal): Set term-current-face with
1460 term-default-fg-color and term-default-bg-color.
1461 (term-handle-colors-array): term-current-face has term-default-fg-color
1462 and term-default-bg-color after reset escape sequence.
1463 (term-handle-colors-array): Set term-current-color with
1464 term-default-fg/bg-color instead of ansi-term-color-vector when the
1465 index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
1466
1467 2007-08-05 Michael Albinus <michael.albinus@gmx.de>
1468
1469 * files.el (set-auto-mode): Handle also remote files wrt
1470 `auto-mode-alist'.
1471
1472 * net/tramp.el (tramp-handle-file-remote-p): Return a string as
1473 remote identification.
1474
1475 2007-08-04 Glenn Morris <rgm@gnu.org>
1476
1477 * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
1478 zero, not nil, when the library is first loaded. Check for a file
1479 that has been modified on disk.
1480
1481 * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
1482 Remove duplicate defvar preventing initialization.
1483 (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
1484
1485 2007-08-03 Miles Bader <miles@gnu.org>
1486
1487 * vc-hooks.el (vc-handled-backends): Change capitalization of VC
1488 backend names for new backends to `Git', `Hg', and `Bzr'.
1489 * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
1490 not `HG'.
1491 * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
1492 name, not `GIT'.
1493 * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
1494 (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
1495
1496 2007-08-03 Glenn Morris <rgm@gnu.org>
1497
1498 * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
1499
1500 2007-08-02 Richard Stallman <rms@gnu.org>
1501
1502 * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
1503 to update deleted flag.
1504
1505 * cus-edit.el (customize-apropos, customize-apropos-options)
1506 (customize-apropos-faces, customize-apropos-groups): Improve prompt.
1507
1508 * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
1509
1510 * startup.el (fancy-splash-head, startup-echo-area-message):
1511 Change message text.
1512
1513 * emulation/tpu-edt.el (next-line-internal): Setting deleted.
1514 All callers use line-move.
1515
1516 * progmodes/compile.el (compilation-find-buffer): Return current
1517 buffer immediately if suitable.
1518 (compile, compilation-buffer-name, compilation-start): Doc fixes.
1519
1520 2007-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
1521
1522 * vc-bzr.el (vc-bzr-admin-dirstate): Rename from `...-dirname'.
1523 Make it more discriminating and more useful.
1524 (vc-bzr-root-dir): Use new name.
1525 (vc-bzr-registered): Use new name and look at the dirstate file to
1526 determine if it's registered or not without running `bzr'.
1527
1528 2007-08-01 Eric Hanchrow <offby1@blarg.net> (tiny change)
1529
1530 * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
1531
1532 2007-07-31 Drew Adams <drew.adams@oracle.com>
1533
1534 * cus-edit.el (custom-group-value-create, custom-goto-parent):
1535 Fix parent groups link.
1536
1537 2007-07-31 Daiki Ueno <ueno@unixuser.org>
1538
1539 * faces.el (face-normalize-spec): New function.
1540 (frame-set-background-mode): Normalize face-spec before calling
1541 face-spec-match-p.
1542
1543 2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
1544
1545 * vc-bzr.el: New file (copied from the trunk).
1546
1547 * vc-hooks.el (vc-handled-backends): Add BZR.
1548 (vc-find-file-hook): Failsafe if the backend's `registered'
1549 function burps.
1550
1551 * server.el (server-window): Add switch-to-buffer-other-frame option.
1552
1553 2007-07-30 Dan Nicolaescu <dann@ics.uci.edu>
1554
1555 * vc-git.el (vc-directory-exclusion-list, vc-handled-backends): Remove.
1556 (vc-git-revision-completion-table): Enable.
1557
1558 * vc-hooks.el (vc-handled-backends): Add GIT and HG.
1559
1560 * vc.el (vc-directory-exclusion-list): Add .git and .hg.
1561
1562 * vc-hg.el (vc-hg-revision-completion-table): Re-enable.
1563 (vc-hg-registered): Set the vc-state property.
1564
1565 * diff-mode.el (diff-mode-menu): New entries.
1566
1567 2007-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
1568
1569 * diff-mode.el (diff-beginning-of-file-and-junk): New function.
1570 (diff-file-kill): Use it.
1571 (diff-beginning-of-hunk): Add arg `try-harder' using it.
1572 (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
1573 Use it so they find the hunk even when we're in the file header.
1574
1575 * vc.el: Add new VC operation `revision-completion-table'.
1576 (vc-default-revision-completion-table): New function.
1577 (vc-version-diff, vc-version-other-window): Use it to provide
1578 completion of revision names if the backend provides it.
1579
1580 * vc-arch.el (vc-arch--version-completion-table)
1581 (vc-arch-revision-completion-table): New functions to provide
1582 completion of revision names.
1583
1584 * vc-cvs.el: Require CL.
1585 (vc-cvs-revision-table, vc-cvs-revision-completion-table):
1586 New functions to provide completion of revision names.
1587
1588 2007-07-29 Kimit Yada <kimitto@gmail.com> (tiny change)
1589
1590 * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
1591 (copyright-fix-years, copyright): Correctly handle the case where
1592 copyright-limit is nil.
1593
1594 2007-07-28 Konstantin Novitsky <knovitsk@Bear.com> (tiny change)
1595
1596 * progmodes/python.el (run-python): Fix path separator under w32.
1597
1598 2007-07-28 Dan Nicolaescu <dann@ics.uci.edu>
1599
1600 * vc-git.el: New File.
1601
1602 2007-07-28 Alan Mackenzie <acm@muc.de>
1603
1604 Fix problem with modes derived from CC Mode:
1605 * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
1606 macro to cc-langs.
1607 (c-init-language-vars-for): Remove call to above macro.
1608 * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
1609 been moved to here.
1610 (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
1611
1612 2007-07-28 Eli Zaretskii <eliz@gnu.org>
1613
1614 * net/trampver.el: Fix the `coding' cookie.
1615
1616 2007-07-25 Nick Roberts <nickrob@snap.net.nz>
1617
1618 * add-log.el (change-log-redate): Remove (not needed anymore and
1619 doesn't appear to work).
1620
1621 2007-07-25 Glenn Morris <rgm@gnu.org>
1622
1623 * Relicense all FSF files to GPLv3 or later.
1624
1625 * COPYING: Switch to GPLv3.
1626
1627 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
1628
1629 * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
1630 Replace it with another one which disables undo before calling
1631 erase-buffer and then turns it back on if needed.
1632
1633 2007-07-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1634
1635 * ps-print.el: Problem with foreground and background color when
1636 printing a buffer with and without faces. Reported by Christian
1637 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
1638 (ps-print-version): New version 6.7.5.
1639 (ps-default-fg): Change default value to nil, so black color is used
1640 when a face does not specify a foreground color.
1641 (ps-default-bg): Change default value to nil, so white color is used
1642 for background color.
1643 (ps-begin-job): Fix code.
1644
1645 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
1646
1647 * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
1648
1649 2007-07-24 Alan Mackenzie <acm@muc.de>
1650
1651 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
1652 Initialise byte-compile-unresolved-functions before rather than
1653 after a compilation.
1654 (byte-compile-unresolved-functions): Amplify doc string.
1655
1656 2007-07-24 Glenn Morris <rgm@gnu.org>
1657
1658 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
1659 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
1660 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
1661 (cal-tex-cursor-week, cal-tex-cursor-week2)
1662 (cal-tex-cursor-week-iso, cal-tex-week-hours)
1663 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
1664 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
1665 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
1666
1667 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
1668
1669 * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
1670
1671 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
1672
1673 * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
1674 underlying file is uptodate.
1675
1676 2007-07-23 Richard Stallman <rms@gnu.org>
1677
1678 * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
1679
1680 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
1681
1682 * progmodes/sh-script.el (sh-font-lock-backslash-quote)
1683 (sh-font-lock-flush-syntax-ppss-cache): New funs.
1684 (sh-font-lock-syntactic-keywords): Use them to distinguish the
1685 different possible cases for \'.
1686 (sh-font-lock-paren): Mark the relevant text with font-lock-multiline.
1687
1688 * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
1689 `file' from which to start the search and fix case where `file' is the
1690 current directory and the root as well.
1691
1692 * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
1693 name for buffer-file-name if it refers to a directory.
1694
1695 2007-07-22 Jason Rumney <jasonr@gnu.org>
1696
1697 * w32-fns.el (set-default-process-coding-system): Use dos line ends
1698 for input to cmdproxy on all versions of Windows.
1699 Use dos line ends for input to plink.
1700
1701 * comint.el (comint-simple-send): Concat newline before sending.
1702 (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
1703
1704 2007-07-22 Juri Linkov <juri@jurta.org>
1705
1706 * isearch.el (isearch-edit-string): Save old point and
1707 isearch-other-end to old-point and old-other-end before reading
1708 the search string from minibuffer. After exiting minibuffer set
1709 point to old-other-end if point and the search direction is the
1710 same as before reading the search string.
1711 (isearch-del-char): Don't set isearch-yank-flag to t. Put point
1712 to isearch-other-end. Instead of isearch-search-and-update call
1713 three functions isearch-search, isearch-push-state and isearch-update.
1714
1715 2007-07-22 Ralf Angeli <angeli@caeruleus.net>
1716
1717 * textmodes/reftex.el (reftex-access-parse-file): Do not risk
1718 destroying an existing buffer.
1719
1720 2007-07-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1721
1722 * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
1723
1724 * term/x-win.el (x-handle-no-bitmap-icon): New function.
1725
1726 2007-07-22 Ralf Angeli <angeli@caeruleus.net>
1727
1728 * textmodes/reftex.el (reftex-access-parse-file): Create parse
1729 file in a way that does not interfere with recentf.
1730
1731 2007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
1732
1733 * image-dired.el (image-dired-sane-db-file): New func.
1734 (image-dired-write-tags, image-dired-remove-tag)
1735 (image-dired-list-tags, image-dired-write-comments)
1736 (image-dired-get-comment, image-dired-mark-tagged-files)
1737 (image-dired-create-gallery-lists): Call new func.
1738 Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
1739
1740 2007-07-21 Dan Nicolaescu <dann@ics.uci.edu>
1741
1742 * vc-hg.el (vc-hg-diff): Use vc-hg-command.
1743 (vc-hg-dir-state): Fix loop.
1744 (vc-hg-print-log): Fix expected return value for vc-hg-command.
1745 (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
1746 (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
1747 (vc-hg-revert): Likewise.
1748 (vc-hg-revision-table, vc-hg-revision-completion-table): New functions.
1749
1750 2007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
1751
1752 * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
1753 case of alignment under a constant symbol, find and consider
1754 the sexp actually at indentation to be the "last sexp".
1755
1756 2007-07-20 Eli Zaretskii <eliz@gnu.org>
1757
1758 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
1759 (install): Use them to copy all *.el files before *.elc.
1760 (clean): Don't delete *~.
1761
1762 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
1763
1764 * vc-hg.el (vc-hg-workfile-unchanged-p): New function.
1765
1766 2007-07-19 Dan Nicolaescu <dann@ics.uci.edu>
1767
1768 * vc-hg.el (vc-hg-registered): Replace if with when.
1769 (vc-hg-state): Deal with nonexistent files.
1770
1771 2007-07-18 Juanma Barranquero <lekktu@gmail.com>
1772
1773 * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
1774 (follow-delete-other-windows-and-split, follow-recenter)
1775 (follow-windows-aligned-p, follow-point-visible-all-windows-p)
1776 (follow-redisplay, follow-estimate-first-window-start)
1777 (follow-xemacs-scrollbar-support, follow-intercept-process-output):
1778 Fix typos in docstrings.
1779
1780 2007-07-17 Thien-Thi Nguyen <ttn@gnuvola.org>
1781
1782 * bookmark.el (bookmark-show-all-annotations):
1783 Make sure each inserted annotation ends with newline.
1784
1785 (bookmark-maybe-sort-alist): Don't modify
1786 bookmark-alist. Instead, if not sorting, simply return it.
1787 (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
1788 for its return value, not for its side effect.
1789
1790 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
1791
1792 * vc.el: Add more info about the vc-registered function.
1793
1794 2007-07-16 David Kastrup <dak@gnu.org>
1795
1796 * emacs-lisp/advice.el (defadvice): Doc fix.
1797
1798 2007-07-16 Juanma Barranquero <lekktu@gmail.com>
1799
1800 * subr.el (when, unless): Doc fix.
1801
1802 2007-07-16 Dan Nicolaescu <dann@ics.uci.edu>
1803
1804 * vc-hg.el (vc-hg-state): Handle removed files.
1805 (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
1806 (vc-hg-checkout): Re-enable.
1807
1808 2007-07-15 Richard Stallman <rms@gnu.org>
1809
1810 * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
1811
1812 * tutorial.el (tutorial--find-changed-keys):
1813 Handle C-x specially like ESC.
1814
1815 2007-07-15 Roland McGrath <roland@frob.com>
1816
1817 * add-log.el (add-change-log-entry): Check add-log-full-name
1818 and add-log-mailing-address later, after change-log-mode-hook.
1819
1820 2007-07-15 Richard Stallman <rms@gnu.org>
1821
1822 * isearch.el (isearch-mode, isearch-done):
1823 Delete unintended code in previous change.
1824
1825 * ps-print.el (ps-default-bg): Change to White.
1826
1827 2007-07-15 Aaron Hawley <aaronh@garden.org>
1828
1829 * tar-mode.el (tar-get-descriptor): No error for zero-length file.
1830
1831 2007-07-15 Martin Rudalics <rudalics@gmx.at>
1832
1833 * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
1834 when handling the terminating event.
1835
1836 2007-07-15 Jeff Miller <jmiller@cablespeed.com> (tiny change)
1837
1838 * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
1839
1840 2007-07-13 Eli Zaretskii <eliz@gnu.org>
1841
1842 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
1843 (install): Use them to copy all *.el files before *.elc.
1844
1845 2007-07-13 Dan Nicolaescu <dann@ics.uci.edu>
1846
1847 * replace.el (match): Use yellow1 instead of yellow.
1848
1849 * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of red.
1850
1851 * pcvs-info.el (cvs-unknown): Likewise.
1852
1853 2007-07-12 Davis Herring <herring@lanl.gov>
1854
1855 * desktop.el (desktop-buffer-info, desktop-save):
1856 Use `desktop-dirname' instead of `dirname'.
1857
1858 2007-07-10 Jim Meyering <jim@meyering.net> (tiny change)
1859
1860 * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
1861
1862 * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
1863
1864 2007-07-10 Richard Stallman <rms@gnu.org>
1865
1866 * emacs-lisp/lisp-mode.el (eval-defun):
1867 Explain special handling of `defface'.
1868
1869 2007-07-09 Richard Stallman <rms@gnu.org>
1870
1871 * isearch.el (isearch-edit-string): Call to isearch-push-state
1872 after the search.
1873
1874 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
1875
1876 * cus-start.el (file-coding-system-alist): Fix custom type.
1877
1878 2007-07-08 Chong Yidong <cyd@stupidchicken.com>
1879
1880 * longlines.el (longlines-wrap-region): Avoid marking buffer as
1881 modified.
1882 (longlines-auto-wrap, longlines-window-change-function):
1883 Remove unnecessary calls to set-buffer-modified-p.
1884
1885 2007-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
1886
1887 * vc.el (vc-default-log-view-mode): New function.
1888 (vc-print-log): Add new `log-view-mode' VC operation.
1889
1890 2007-07-08 Nick Roberts <nickrob@snap.net.nz>
1891
1892 * pcvs-util.el (cvs-strings->string, cvs-string->strings):
1893 Rename and move to...
1894
1895 * subr.el (strings->string, string->strings): ...here.
1896
1897 * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
1898 (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
1899
1900 * progmodes/gud.el (gud-common-init): Call string->strings instead
1901 of split-string.
1902
1903 2007-07-07 Eli Zaretskii <eliz@gnu.org>
1904
1905 * term/w32-win.el (menu-bar-open): New function.
1906 Bind <f10> to it.
1907
1908 2007-07-07 Dan Nicolaescu <dann@ics.uci.edu>
1909
1910 * log-view.el (log-view-mode-menu): New menu.
1911
1912 2007-07-06 Dan Nicolaescu <dann@ics.uci.edu>
1913
1914 * vc-hg.el: New file.
1915
1916 2007-07-06 Andreas Schwab <schwab@suse.de>
1917
1918 * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
1919 dynamic bindings around the evaluation of the expression.
1920 Reported by Jay Belanger <jay.p.belanger@gmail.com>.
1921
1922 2007-07-03 Dan Nicolaescu <dann@ics.uci.edu>
1923
1924 * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
1925 file names.
1926
1927 2007-07-02 Martin Rudalics <rudalics@gmx.at>
1928
1929 * help-mode.el (help-make-xrefs): Skip spaces too when skipping tabs.
1930
1931 * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
1932 event is not a cons cell. Do not unread drag-mouse-1 events.
1933 Select right window in check whether space was stolen from
1934 window above.
1935
1936 2007-07-01 Richard Stallman <rms@gnu.org>
1937
1938 * files.el (find-file-visit-truename): Fix safe-local-variable value.
1939
1940 2007-06-29 Juanma Barranquero <lekktu@gmail.com>
1941
1942 * generic-x.el (generic-define-mswindows-modes)
1943 (generic-define-unix-modes, apache-log-generic-mode)
1944 (bat-generic-mode-keymap, java-manifest-generic-mode)
1945 (show-tabs-generic-mode): Fix typos in docstrings.
1946
1947 2007-06-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1948
1949 * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
1950 replace-regexp-in-string.
1951
1952 2007-06-28 Andreas Schwab <schwab@suse.de>
1953
1954 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
1955 $(lisp)/subdirs.el.
1956
1957 2007-06-28 Juanma Barranquero <lekktu@gmail.com>
1958
1959 * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
1960 the speedbar frame if nil; that deletes the current frame or
1961 causes an error if it is the only frame.
1962 Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
1963
1964 2007-06-24 Juanma Barranquero <lekktu@gmail.com>
1965
1966 * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
1967 directory where the desktop file was found, as the docstring says.
1968 (desktop-kill): Use `read-directory-name'.
1969
1970 * desktop.el (desktop-load-locked-desktop): New option.
1971 (desktop-read): Use it.
1972 (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
1973 Use `when'.
1974
1975 2007-06-24 Davis Herring <herring@lanl.gov>
1976
1977 * desktop.el (desktop-save-mode-off): New function.
1978 (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
1979 (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
1980 (desktop-claim-lock, desktop-release-lock): New functions.
1981 (desktop-kill): Tell `desktop-save' that this is the last save.
1982 Release the lock afterwards.
1983 (desktop-buffer-info): New function.
1984 (desktop-save): Use it. Run `desktop-save-hook' where the doc
1985 says to. Detect conflicts, and manage the lock.
1986 (desktop-read): Detect conflicts. Manage the lock.
1987
1988 2007-06-23 Eli Zaretskii <eliz@gnu.org>
1989
1990 * ls-lisp.el (insert-directory): If an invalid regexp error is
1991 thrown, try using FILE as a literal file name, not a wildcard.
1992 Check for FILE as an existing file, not just a directory.
1993
1994 2007-06-23 Juanma Barranquero <lekktu@gmail.com>
1995
1996 * ruler-mode.el (ruler-mode): Prevent clobbering the original
1997 `header-line-format' when reentering ruler mode.
1998
1999 2007-06-23 Eli Zaretskii <eliz@gnu.org>
2000
2001 * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
2002 FILE exists as a directory.
2003
2004 2007-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
2005
2006 * progmodes/vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
2007 (vera-font-lock-match-item): Fix doc string.
2008 (vera-in-comment-p): Remove unused function.
2009 (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
2010 use `syntax-ppss'.
2011 (vera-forward-syntactic-ws): Fix argument order.
2012 (vera-prepare-search): Use `with-syntax-table'.
2013 (vera-indent-line): Fix doc string.
2014 (vera-electric-tab): Fix doc string.
2015 (vera-expand-abbrev): Define alias instead of using `fset'.
2016 (vera-comment-uncomment-region): Use `comment-start-skip'.
2017
2018 2007-06-20 Reto Zimmermann <reto@gnu.org>
2019
2020 * progmodes/vera-mode.el: New file.
2021
2022 2007-06-20 Juanma Barranquero <lekktu@gmail.com>
2023
2024 * ido.el (ido-find-file-in-dir): Don't signal an error for
2025 empty directories.
2026
2027 2007-06-18 Alan Mackenzie <acm@muc.de>
2028
2029 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
2030 When removing lines, also remove the \n. Correction of patch of
2031 2007-04-21.
2032
2033 2007-06-17 Glenn Morris <rgm@gnu.org>
2034
2035 * lpr.el (lpr-page-header-switches): Move %s to separate element
2036 for correct quoting. Doc fix.
2037
2038 2007-06-13 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
2039
2040 * term/xterm.el (terminal-init-xterm): Escape parens in character
2041 constants.
2042
2043 2007-06-12 Ralf Angeli <angeli@caeruleus.net>
2044
2045 * scroll-lock.el (scroll-lock-mode): Doc fix.
2046
2047 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
2048
2049 * font-lock.el (font-lock-add-keywords): In case font-lock was only
2050 half-activated, forcefully activate it completely.
2051
2052 2007-06-11 Richard Stallman <rms@gnu.org>
2053
2054 * cus-edit.el (custom-variable-type): Doc fix.
2055
2056 2007-06-09 Alfred M. Szmidt <ams@gnu.org> (tiny change)
2057
2058 * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
2059
2060 2007-06-09 Davis Herring <herring@lanl.gov>
2061
2062 * desktop.el (desktop-minor-mode-table): Doc fix.
2063
2064 2007-06-08 Chong Yidong <cyd@stupidchicken.com>
2065
2066 * image-mode.el (image-forward-hscroll, image-backward-hscroll)
2067 (image-next-line, image-previous-line, image-scroll-up)
2068 (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
2069 New functions.
2070 (image-mode-map): Remap motion commands.
2071 (image-mode-text-map): New keymap for viewing images as text.
2072 (image-mode): Use image-mode-map.
2073 (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
2074
2075 2007-06-07 Michael Albinus <michael.albinus@gmx.de>
2076
2077 Sync with Tramp 2.0.56.
2078
2079 * net/tramp.el:
2080 * net/tramp-ftp.el:
2081 * net/tramp-smb.el:
2082 * net/tramp-util.el:
2083 * net/tramp-vc.el:
2084 Don't load cl.el, because that pollutes the namespace. Replace cl
2085 macros by their implementations where necessary. Requested by
2086 Richard Stallman <rms@gnu.org>.
2087
2088 * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
2089 doesn't exist.
2090 (with-parsed-tramp-file-name): Protect debug spec during compilation.
2091 (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
2092 (tramp-file-name-p, tramp-file-name-multi-method)
2093 (tramp-file-name-method, tramp-file-name-user)
2094 (tramp-file-name-host, tramp-file-name-localname): New defuns,
2095 replacing defstruct `tramp-file-name'.
2096 (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
2097 (tramp-dissect-file-name, tramp-dissect-multi-file-name):
2098 Apply `vector' instead of `make-tramp-file-name'.
2099 (tramp-handle-make-auto-save-file-name):
2100 Apply `tramp-temporary-file-directory' for compatibility reasons.
2101 (tramp-completion-mode): Use `natnump' instead of `wholenump'
2102 because of XEmacs.
2103 (tramp-completion-mode): `last-input-event' is nil when XEmacs is
2104 started.
2105
2106 2007-06-07 David Kastrup <dak@gnu.org>
2107
2108 * dired.el (dired-recursive-deletes, dired-recursive-copies):
2109 Change default to `top'.
2110
2111 2007-06-07 Chong Yidong <cyd@stupidchicken.com>
2112
2113 * dired.el (dired-mode-map): Remove spurious separator.
2114
2115 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
2116
2117 * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
2118
2119 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
2120 * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
2121
2122 2007-06-07 Alfred M. Szmidt <ams@gnu.org> (tiny change)
2123
2124 * mail/rmailsum.el (rmail-summary-save-buffer): New command.
2125 (rmail-summary-mode-map): Add rmail-summary-save-buffer.
2126
2127 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
2128
2129 * progmodes/ebrowse.el (ebrowse-member-table):
2130 * textmodes/org.el (org-export-ascii-bullets): Fix typos in docstrings.
2131
2132 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
2133
2134 * pgg.el (pgg-sign-region, pgg-sign):
2135 * ses.el (ses-call-printer):
2136 * calendar/icalendar.el (icalendar--diarytime-to-isotime):
2137 * textmodes/org.el (org-cycle): Fix typos in docstrings.
2138
2139 2007-06-06 Eli Zaretskii <eliz@gnu.org>
2140
2141 * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
2142 (tar-get-descriptor): Handle type 55, an extended pax header.
2143
2144 2007-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
2145
2146 * textmodes/css-mode.el: New file.
2147
2148 2007-06-06 Michael Albinus <michael.albinus@gmx.de>
2149
2150 * net/socks.el: New file, taken from w3 repository.
2151 (top): Update Copyright. Don't load cl.el.
2152 (all): Replace `case' by `cond', `string-to-int' by
2153 `string-to-number', and `process-kill-without-query' by
2154 `set-process-query-on-exit-flag'.
2155 (socks-char-int): Remove defalias and all occurrences.
2156
2157 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
2158
2159 * international/mule-cmds.el (toggle-enable-multibyte-characters)
2160 (sort-coding-systems, search-unencodable-char): Doc fixes.
2161 (coding-system-change-eol-conversion, set-default-coding-systems)
2162 (prefer-coding-system, find-multibyte-characters, princ-list)
2163 (leim-list-entry-regexp, set-input-method, locale-language-names)
2164 (input-method-exit-on-first-char, exit-language-environment-hook)
2165 (locale-charset-language-names): Fix typos in docstrings.
2166
2167 2007-06-05 Juanma Barranquero <lekktu@gmail.com>
2168
2169 * bs.el (bs-cycle-previous): Don't modify the cycle list until
2170 `switch-to-buffer' has returned succesfully.
2171 (bs-cycle-next): Ditto. Also, don't bury the buffer when the
2172 window is dedicated (it could iconify the frame).
2173
2174 2007-06-05 Glenn Morris <rgm@gnu.org>
2175
2176 * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
2177
2178 2007-06-05 Chong Yidong <cyd@stupidchicken.com>
2179
2180 * files.el (auto-mode-alist): Add lower-priority match for names
2181 like ChangeLog.old.
2182
2183 2007-06-04 Andreas Schwab <schwab@suse.de>
2184
2185 * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
2186
2187 2007-06-04 Davis Herring <herring@lanl.gov>
2188
2189 * calendar/timeclock.el: Update version number.
2190 (timeclock-modeline-display): Mention timeclock-use-display-time
2191 in explanatory message.
2192 (timeclock-log): Suppress warnings when finding the log.
2193 Don't check for a nil project twice. Run hooks after killing the
2194 buffer (if applicable).
2195 (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
2196 was geometric). All uses changed.
2197 (timeclock-generate-report): Support prefix argument.
2198
2199 2007-06-04 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
2200
2201 * man.el (Man-next-section): Don't consider the last line of the
2202 page as being part of any section.
2203
2204 2007-06-04 Martin Rudalics <rudalics@gmx.at>
2205
2206 * hilit-chg.el (highlight-changes-rotate-faces): Don't set
2207 modified flag of buffer. Use `inhibit-modification-hooks'.
2208
2209 2007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
2210
2211 * mail/mail-extr.el (mail-extract-address-components):
2212 Recognize non-ASCII characters except for NBSP as words.
2213
2214 2007-06-04 Ryan Yeske <rcyeske@gmail.com>
2215
2216 * net/webjump.el (webjump-sample-sites): Add Wikipedia query.
2217
2218 2007-06-04 Michael Olson <mwolson@gnu.org>
2219
2220 * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
2221 died and we are trying to send a signal to it.
2222
2223 2007-06-04 Juanma Barranquero <lekktu@gmail.com>
2224
2225 * emacs-lisp/easy-mmode.el (define-minor-mode)
2226 (easy-mmode-define-navigation): Fix typos in docstrings.
2227
2228 * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
2229 Fix typos in docstrings.
2230 (compilation-search-path, compilation-buffer-name-function): Doc fixes.
2231 (compilation-finish-function): Fix typo in obsolescence declaration.
2232
2233 * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
2234
2235 2007-06-04 Chong Yidong <cyd@stupidchicken.com>
2236
2237 * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
2238 (magic-fallback-mode-alist): Add image-type-auto-detected-p.
2239
2240 * image.el (image-type-auto-detected-p): Don't scan auto-mode-alist.
2241
2242 * longlines.el (longlines-mode): Make longlines-auto-wrap
2243 buffer-local. Add hooks unconditionally.
2244 (longlines-auto-wrap): Toggle wrapping.
2245 (longlines-after-change-function)
2246 (longlines-post-command-function): Check longlines-auto-wrap.
2247
2248 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
2249
2250 * Version 22.1 released.
2251
2252 2007-06-01 Chong Yidong <cyd@stupidchicken.com>
2253
2254 * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
2255 changes.
2256
2257 2007-05-31 Richard Stallman <rms@gnu.org>
2258
2259 * dired.el (dired-do-delete, dired-do-flagged-delete): Doc fixes.
2260
2261 2007-05-29 Martin Rudalics <rudalics@gmx.at>
2262
2263 * textmodes/table.el (table--point-entered-cell-function)
2264 (table--point-left-cell-function):
2265 Bind `inhibit-point-motion-hooks' to t.
2266
2267 2007-05-29 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
2268
2269 * emacs-lisp/rx.el (rx): Doc fix.
2270
2271 2007-05-28 Chong Yidong <cyd@stupidchicken.com>
2272
2273 * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
2274
2275 2007-05-27 Tetsurou Okazaki <okazaki@be.to> (tiny change)
2276
2277 * log-edit.el (log-edit-changelog-paragraph): Return point-max
2278 as the end of the ChangeLog paragraph when it ends without a line
2279 termination.
2280
2281 2007-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
2282
2283 * textmodes/fill.el (canonically-space-region): Make the second arg
2284 a marker if it's not already the case.
2285
2286 * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
2287 (xterm-mouse-event): Use it.
2288
2289 2007-05-25 Miles Bader <miles@fencepost.gnu.org>
2290
2291 * vc-hooks.el (vc-find-root): Fix file attribute test.
2292
2293 2007-05-24 Richard Stallman <rms@gnu.org>
2294
2295 * textmodes/flyspell.el (flyspell-correct-word-before-point):
2296 Don't let opoint be nil.
2297 (flyspell-emacs-popup): Explicit error if no dialogs.
2298
2299 2007-05-23 Eli Zaretskii <eliz@gnu.org>
2300
2301 * tar-mode.el (tar-file-name-handler): New function.
2302 (tar-extract): Bind file-name-handler-alist to it to force
2303 find-buffer-file-type-coding-system behave as if the file being
2304 extracted existed. Use last-coding-system-used to force
2305 buffer-file-coding-system to what decode-coding-region actually
2306 used to decode the file.
2307
2308 2007-05-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
2309
2310 * progmodes/compile.el (compilation-handle-exit):
2311 `compilation-finish-function' may change the current buffer.
2312
2313 2007-05-22 Richard Stallman <rms@gnu.org>
2314
2315 * files.el (set-auto-mode): Doc fix.
2316
2317 2007-05-22 Eli Zaretskii <eliz@gnu.org>
2318
2319 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
2320
2321 2007-05-21 Trent Buck <trentbuck@gmail.com> (tiny change)
2322
2323 * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
2324 (rcirc-print): Handle `window-width'.
2325 (rcirc-buffer-maximum-lines): Doc fix.
2326
2327 2007-05-19 Kevin Ryde <user42@zip.com.au>
2328
2329 * info.el (Info-fontify-node): Match https also.
2330
2331 2007-05-18 Richard Stallman <rms@gnu.org>
2332
2333 * simple.el (push-mark): Doc fix.
2334
2335 2007-05-18 Rob Riepel <riepel@Stanford.EDU>
2336
2337 * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
2338 tpu-global-map.
2339 (tpu-original-global-map): Delete variable.
2340 (tpu-control-keys-map): New keymap variable.
2341 (tpu-set-control-keys): Use tpu-reset-control-keys rather than
2342 setting keymapping directly.
2343 (tpu-reset-control-keys): Use tpu-control-keys-map instead of
2344 tpu-global-map.
2345 (tpu-edt-on): Activate the tpu-global-map.
2346 (tpu-edt-off): Deactivate the tpu-global-map.
2347
2348 2007-05-18 Ryan Yeske <rcyeske@gmail.com>
2349
2350 * textmodes/ispell.el (ispell-get-word): Return markers
2351 for start and end positions.
2352 (ispell-word): Assume END is a marker.
2353
2354 2007-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2355
2356 * ps-print.el: Use default color when foreground or background color
2357 are unspecified. Reported by Leo <sdl.web@gmail.com>.
2358 (ps-print-version): New version 6.7.4.
2359 (ps-rgb-color): New argument. Use default color when color is
2360 unspecified.
2361 (ps-begin-job): Fix code.
2362
2363 2007-05-17 Martin Rudalics <rudalics@gmx.at>
2364
2365 * textmodes/ispell.el (ispell-start-process): Defend against bad
2366 default-directory.
2367
2368 2007-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
2369
2370 * vc-hooks.el (vc-find-root): Stop searching when the user changes.
2371
2372 2007-05-16 Richard Stallman <rms@gnu.org>
2373
2374 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
2375
2376 2007-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
2377
2378 * files.el (magic-mode-alist, magic-fallback-mode-alist):
2379 Move the *ml, Postscript, and XmCD entries to the fallback part.
2380
2381 * files.el (magic-fallback-mode-alist):
2382 Rename from file-start-mode-alist.
2383
2384 2007-05-16 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
2385
2386 * progmodes/compile.el (compilation-handle-exit): Quote first
2387 argument of `run-hook-with-args'.
2388
2389 2007-05-16 Juanma Barranquero <lekktu@gmail.com>
2390
2391 * buff-menu.el (Buffer-menu-sort-column):
2392 * dabbrev.el (dabbrev-upcase-means-case-search):
2393 * dired.el (dired-recursive-deletes, dired-recursive-copies):
2394 * info.el (Info-current-subfile):
2395 * ls-lisp.el (ls-lisp-verbosity):
2396 * msb.el (msb-menu-cond):
2397 * pcvs.el (cvs-dired-use-hook):
2398 * simple.el (set-mark-command-repeat-pop):
2399 * time.el (display-time-24hr-format, display-time-mail-file):
2400 Doc fixes.
2401
2402 * tutorial.el (get-lang-string, tutorial--find-changed-keys):
2403 * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
2404
2405 * view.el (view-inhibit-help-message): Fix typo in docstring.
2406 (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
2407
2408 2007-05-14 Eli Zaretskii <eliz@gnu.org>
2409
2410 * mail/rmail.el (rmail-convert-to-babyl-format):
2411 Check content-transfer-encoding _last_, because we need its position
2412 in base64-header-field-end.
2413
2414 2007-05-14 Juanma Barranquero <lekktu@gmail.com>
2415
2416 * files.el (mode-require-final-newline, require-final-newline)
2417 (enable-local-variables, enable-local-eval): Doc fixes.
2418
2419 2007-05-10 Edward O'Connor <hober0@gmail.com> (tiny change)
2420
2421 * progmodes/python.el (python-font-lock-keywords)
2422 (python-open-block-statement-p, python-mode): Add support for the new
2423 "with" keyword.
2424
2425 2007-05-10 Richard Stallman <rms@gnu.org>
2426
2427 * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
2428 (iso-cvt-write-only): Likewise.
2429
2430 * emacs-lisp/easy-mmode.el (define-minor-mode):
2431 Fix generated doc string.
2432
2433 * startup.el (fancy-splash-text): Add URL of guided tour.
2434 Adjust horizontal and vertical whitespace.
2435
2436 * progmodes/compile.el (compilation-handle-exit):
2437 Use run-hook-with-args to run compilation-finish-functions.
2438
2439 * files.el (file-start-mode-alist): New variable.
2440 (magic-mode-regexp-match-limit): Doc fix.
2441 (set-auto-mode): Handle file-start-mode-alist.
2442 A little cleanup of structure.
2443
2444 2007-05-10 Davis Herring <herring@lanl.gov>
2445
2446 * calendar/timeclock.el (timeclock-in): Fix non-interactive
2447 workday specifications.
2448 (timeclock-log): Don't kill the log buffer if it already existed.
2449
2450 2007-05-08 Richard Stallman <rms@gnu.org>
2451
2452 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
2453 Don't include non-self-insert commands in the exception for `-'.
2454
2455 2007-05-08 David Reitter <david.reitter@gmail.com>
2456
2457 * progmodes/python.el (python-guess-indent): Check non-nullness
2458 before comparing indent against the 2..8 interval.
2459
2460 2007-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2461
2462 * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
2463 available.
2464
2465 2007-05-06 Richard Stallman <rms@gnu.org>
2466
2467 * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
2468
2469 2007-05-03 Ryan Yeske <rcyeske@gmail.com>
2470
2471 * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
2472 disconnections.
2473
2474 2007-05-01 Romain Francoise <romain@orebokech.com>
2475
2476 * dired-x.el: Revert 2007-04-06 change.
2477
2478 2007-04-30 Nick Roberts <nickrob@snap.net.nz>
2479
2480 * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
2481 don't put stop on toolbar.
2482
2483 2007-04-29 Stephen Berman <Stephen.Berman@gmx.net>
2484
2485 * find-dired.el (find-dired-filter): Propertize all text down to eob.
2486
2487 2007-04-29 Richard Stallman <rms@gnu.org>
2488
2489 * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
2490
2491 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
2492
2493 * progmodes/cc-mode.el (c-before-change): Use point-min rather
2494 than 1.
2495
2496 2007-04-28 Richard Stallman <rms@gnu.org>
2497
2498 * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
2499
2500 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
2501
2502 * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
2503
2504 2007-04-28 Eli Zaretskii <eliz@gnu.org>
2505
2506 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
2507 instead of $(lisp)/mh-e.
2508
2509 * textmodes/fill.el (fill-paragraph): Doc fix.
2510
2511 2007-04-28 Glenn Morris <rgm@gnu.org>
2512
2513 * image-dired.el (image-dired-cmd-create-thumbnail-options)
2514 (image-dired-cmd-create-temp-image-options): Replace option
2515 +profile "*" with -strip.
2516
2517 2007-04-27 Chong Yidong <cyd@stupidchicken.com>
2518
2519 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
2520 Use window-start and window-end.
2521
2522 2007-04-26 Glenn Morris <rgm@gnu.org>
2523
2524 * progmodes/python.el: Restore file pending consideration of legal
2525 status.
2526
2527 2007-04-26 Luc Teirlinck <teirllm@dms.auburn.edu>
2528
2529 * locate.el (locate-in-alternate-database): Doc fix.
2530
2531 2007-04-26 Glenn Morris <rgm@gnu.org>
2532
2533 * button.el (button): Use underline if supported, else fall back
2534 to color.
2535
2536 2007-04-25 Richard Stallman <rms@gnu.org>
2537
2538 * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
2539
2540 2007-04-25 J.D. Smith <jdsmith@as.arizona.edu>
2541
2542 * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
2543 (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
2544 pushing mark.
2545 (idlwave-current-routine): Don't push mark.
2546
2547 2007-04-25 Mathias Dahl <mathias.dahl@gmail.com>
2548
2549 * image-dired.el (image-dired-display-image): Derive image-type from
2550 filename rather than assuming jpeg, in case no resizing was needed.
2551
2552 2007-04-25 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
2553
2554 * custom.el (defface): Doc fix.
2555
2556 2007-04-24 Chong Yidong <cyd@stupidchicken.com>
2557
2558 * progmodes/python.el: Remove due to unclear legal issues.
2559
2560 2007-04-24 J.D. Smith <jdsmith@as.arizona.edu>
2561
2562 * progmodes/idlw-shell.el (idlwave-shell-clear-all-bp):
2563 Don't re-query for each cleared BP.
2564 (idlwave-shell-clear-bp): Optionally skip BP query.
2565 (idlwave-shell-update-bp-overlays): Use set-window-margins instead
2566 of set-window-buffer, which incorrectly moves displayed region.
2567
2568 2007-04-23 Jay Belanger <jay.p.belanger@gmail.com>
2569
2570 * calc/calc.el (calc-bug-address): Update maintainer's address.
2571 * calc/*: Update maintainer's address.
2572
2573 2007-04-23 Richard Stallman <rms@gnu.org>
2574
2575 * simple.el (set-mark-command-repeat-pop): Doc fix.
2576 Put in `editing-basics' group.
2577
2578 2007-04-23 Chong Yidong <cyd@stupidchicken.com>
2579
2580 * info.el (Info-mouse-scroll-up, Info-mouse-scroll-down):
2581 New functions.
2582 (Info-mode-line-node-keymap): Bind mouse commands to
2583 Info-mouse-scroll-up/down instead of Info-scroll-up/down.
2584
2585 2007-04-23 Luc Teirlinck <teirllm@auburn.edu>
2586
2587 * locate.el (locate-local-prompt): New var.
2588 (locate-prompt-for-command): Doc fix.
2589 (locate-prompt-for-search-string): New function.
2590 (locate): New optional arg. Make locate-local-prompt
2591 buffer-local. Use locate-prompt-for-search-string.
2592 (locate-with-filter): New optional arg.
2593 Use locate-prompt-for-search-string.
2594 (locate-update): Bind locate-prompt-for-command.
2595
2596 2007-04-23 Glenn Morris <rgm@gnu.org>
2597
2598 * files.el (magic-mode-alist): `<!DOCTYPE HTML' in html-mode.
2599
2600 2007-04-23 Nick Roberts <nickrob@snap.net.nz>
2601
2602 * button.el (button): Inherit from link face on a tty.
2603
2604 2007-04-23 Glenn Morris <rgm@gnu.org>
2605
2606 * button.el (button): Use color for this face on a tty.
2607
2608 * files.el (magic-mode-alist): Allow for carriage-returns in
2609 html-mode and sgml-mode entries.
2610
2611 2007-04-22 Richard Stallman <rms@gnu.org>
2612
2613 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
2614 Improve doc string of generated command.
2615
2616 * subr.el (read-number): Catch errors.
2617
2618 * hi-lock.el (hi-lock-file-patterns-policy): Doc fix.
2619
2620 2007-04-22 Chong Yidong <cyd@stupidchicken.com>
2621
2622 * image-dired.el: Rename from thumbnails.el. All instances of
2623 "thumbnails" replaced with "image-dired".
2624
2625 * dired.el (dired-mode-map): Rename "thumbnails" again, to
2626 "image-dired".
2627
2628 2007-04-22 Kim F. Storm <storm@cua.dk>
2629
2630 * ido.el (ido-kill-buffer-at-head, ido-delete-file-at-head):
2631 Don't use kill-line.
2632
2633 2007-04-22 Nick Roberts <nickrob@snap.net.nz>
2634
2635 * t-mouse.el (t-mouse-make-event): Pass on mev's more informative
2636 error message.
2637
2638 2007-04-22 Chong Yidong <cyd@stupidchicken.com>
2639
2640 * dired.el: Rename "tumme" to "thumbnails".
2641
2642 * thumbnails.el: Rename from tumme.el. All instances of "tumme"
2643 replaced with "thumbnails".
2644
2645 2007-04-22 Glenn Morris <rgm@gnu.org>
2646
2647 * hi-lock.el (hi-lock-file-patterns-policy): Make it a defcustom,
2648 and give it the risky-local-variable property.
2649
2650 * textmodes/flyspell.el (flyspell-define-abbrev): Downcase abbrev
2651 before defining it.
2652
2653 2007-04-21 Martin Rudalics <rudalics@gmx.at>
2654
2655 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
2656 Use delete-region instead of kill-line.
2657
2658 2007-04-21 Alan Mackenzie <acm@muc.de>
2659
2660 * progmodes/cc-cmds.el (c-electric-slash): Replace wrong use of
2661 `kill-region' by `delete-region'.
2662
2663 2007-04-21 Chong Yidong <cyd@stupidchicken.com>
2664
2665 * progmodes/perl-mode.el (perl-indent-command): Use delete-region
2666 instead of kill-region.
2667
2668 * progmodes/mantemp.el (mantemp-make-mantemps-region)
2669 (mantemp-insert-cxx-syntax, mantemp-sort-and-unique-lines)
2670 (mantemp-remove-memfuncs): Use delete-region instead of kill-word
2671 and kill-line.
2672
2673 * progmodes/vhdl-mode.el (vhdl-template-type)
2674 (vhdl-template-record, vhdl-template-nature)
2675 (vhdl-template-configuration-spec, vhdl-template-component-inst)
2676 (vhdl-template-break, vhdl-regress-line, vhdl-electric-tab):
2677 Use delete-region instead of kill-word and kill-line.
2678
2679 2007-04-21 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
2680
2681 * dired-x.el (dired-virtual-mode): Doc fix.
2682
2683 2007-04-21 Richard Stallman <rms@gnu.org>
2684
2685 * font-lock.el (font-lock-keywords-alist): Mark as risky.
2686
2687 * subr.el (read-number): Doc fix.
2688
2689 * simple.el (pop-to-mark-command): Display message "mark popped"
2690 if point does not move.
2691 (set-mark-command): Doc fix.
2692
2693 2007-04-21 Luc Teirlinck <teirllm@auburn.edu>
2694
2695 * locate.el: Revert 2006-09-09 and 2007-04-20 changes.
2696 (locate-local-filter, locate-local-search): New vars.
2697 (locate): Make variables local.
2698 (locate-update): Bind locate-buffer-name. Call locate using
2699 locate-local-filter and locate-local-search.
2700
2701 2007-04-20 David Koppelman <koppel@ece.lsu.edu>
2702
2703 * hi-lock.el (hi-lock-file-patterns-policy): New var.
2704 (hi-lock-find-patterns): Use hi-lock-file-patterns-policy.
2705 (hi-lock-mode): Update docstring.
2706
2707 2007-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
2708
2709 * textmodes/fill.el (fill-move-to-break-point): Don't inhibit
2710 fill-nobreak-predicate when the break is past fill-column.
2711
2712 2007-04-20 Francesco Potort\e,Al\e(B <pot@gnu.org>
2713
2714 * locate.el (locate): Output from shell-command should go in the
2715 current buffer rather than *Shell Command Output*.
2716
2717 2007-04-20 Chong Yidong <cyd@stupidchicken.com>
2718
2719 * paren.el (show-paren-function): Fix last fix.
2720
2721 2007-04-19 Kevin Ryde <user42@zip.com.au>
2722
2723 * arc-mode.el (archive-find-type): lzh-exe for lzh self-extracting exe.
2724 (archive-lzh-summarize): Add optional start arg for where to start
2725 looking at the archive.
2726 (archive-lzh-exe-summarize, archive-lzh-exe-extract): New functions.
2727
2728 * international/mule.el (auto-coding-alist): no-conversion for .exe
2729 and .EXE.
2730
2731 2007-04-19 Alan Mackenzie <acm@muc.de>
2732
2733 * progmodes/cc-cmds.el (c-in-function-trailer-p): Fix this: when a
2734 function return type contains "struct", "union", etc.
2735 c-end-of-defun goes too far forward.
2736
2737 2007-04-19 Chong Yidong <cyd@stupidchicken.com>
2738
2739 * paren.el (show-paren-function): Reset window-start to avoid
2740 recentering.
2741
2742 2007-04-19 Glenn Morris <rgm@gnu.org>
2743
2744 * calendar/todo-mode.el: Fix typo: "threshhold" -> "threshold".
2745
2746 2007-04-18 Glenn Morris <rgm@gnu.org>
2747
2748 * calendar/diary-lib.el (diary-header-line-format): Add a custom
2749 :set function.
2750 (diary-list-entries): Only switch to diary-mode from
2751 default-major-mode (reverts 2007-03-21 change). Otherwise, if in
2752 diary-mode set header-line-format, in case of any customization.
2753
2754 2007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
2755
2756 * calendar/parse-time.el (parse-time-string-chars): Check if CHAR
2757 is less than the length of parse-time-syntax.
2758
2759 2007-04-17 David Kastrup <dak@gnu.org>
2760
2761 * replace.el (query-replace-regexp-eval): Deprecate.
2762
2763 2007-04-17 Alan Mackenzie <acm@muc.de>
2764
2765 * progmodes/cc-cmds.el (c-beginning-of-defun): With -ve arg and
2766 point too close to EOB, leave point at EOB rather than last `}'.
2767
2768 2007-04-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2769
2770 * textmodes/bibtex.el (bibtex-include-OPTkey)
2771 (bibtex-user-optional-fields, bibtex-entry-field-alist):
2772 Fix defcustom.
2773
2774 2007-04-17 Glenn Morris <rgm@gnu.org>
2775
2776 * calendar/cal-dst.el (calendar-dst-find-startend): If YEAR cannot
2777 be encoded, fall back to current year.
2778
2779 2007-04-14 Kevin Ryde <user42@zip.com.au>
2780
2781 * arc-mode.el (archive-lzh-summarize): Only apply the "downcase if
2782 all upcase" rule to OS-ID 0 "generic". Always downcase for OS-ID
2783 M "MSDOS".
2784
2785 2007-04-16 Chong Yidong <cyd@stupidchicken.com>
2786
2787 * progmodes/python.el (python-end-of-block): Avoid looping forever
2788 if python-next-statement fails.
2789
2790 2007-04-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2791
2792 * textmodes/bibtex.el (bibtex-entry-field-alist): Use defcustom.
2793
2794 2007-04-16 Dan Nicolaescu <dann@ics.uci.edu>
2795
2796 * progmodes/perl-mode.el (perl-indent-level): Mark as safe local var.
2797 * progmodes/cperl-mode.el (cperl-indent-level): Likewise.
2798
2799 2007-04-15 Jay Belanger <belanger@truman.edu>
2800
2801 * calc/calc.el (calc-version): New function.
2802 (calc-trail-mode): Shorten the title.
2803
2804 2007-04-15 Chong Yidong <cyd@stupidchicken.com>
2805
2806 * mail/footnote.el (footnote-style): Clarify docstring to state
2807 that customizing this only applies to future footnotes.
2808
2809 2007-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2810
2811 * textmodes/bibtex.el (bibtex-field-list): Use functionp.
2812 (bibtex-make-field): Check that INIT is a string. Use functionp.
2813
2814 2007-04-14 Glenn Morris <rgm@gnu.org>
2815
2816 * complete.el (PC-goto-end): New buffer-local variable.
2817 (PC-do-completion-end): Make buffer-local.
2818 (partial-completion-mode) <choose-completion-string-functions>:
2819 Do not go to the end of the minibuffer if PC-goto-end is non-nil.
2820 (PC-do-completion): New optional fourth argument GOTO-END. Add a
2821 doc string. Set PC-goto-end for choose-completion.
2822 (PC-lisp-complete-symbol): Pass non-nil GOTO-END arg to
2823 PC-do-completion.
2824
2825 * textmodes/bibtex.el (bibtex-insert-kill): Pass non-nil NODELIM
2826 arg to bibtex-make-field.
2827 (bibtex-make-field): Add optional fourth arg NODELIM.
2828 Insert delimiters around INIT unless this arg is non-nil.
2829
2830 2007-04-14 Nick Roberts <nickrob@snap.net.nz>
2831
2832 * tmm.el (tmm-get-keybind): Use copy-sequence to ensure that the
2833 global map isn't modified.
2834
2835 2007-04-14 Glenn Morris <rgm@gnu.org>
2836
2837 * calendar/appt.el (appt-disp-window): Do not split small windows.
2838 Suggested by Jeff Miller <jmiller@cablespeed.com>.
2839
2840 2007-04-13 Chong Yidong <cyd@stupidchicken.com>
2841
2842 * progmodes/compile.el (compilation-start): Revert 2007-03-25 change.
2843
2844 * files.el: Ditto.
2845
2846 2007-04-13 Juanma Barranquero <lekktu@gmail.com>
2847
2848 * cus-edit.el (minibuffer, auto-save): Fix typos in docstrings.
2849
2850 * term.el (term-buffer-maximum-size, term-exec, term-escape-char)
2851 (term-set-escape-char, term-termcap-format, term-get-old-input-default)
2852 (term-skip-prompt, term-send-string, term-send-region, term-pager-page)
2853 (term-pager-help): Fix typos in docstrings.
2854
2855 * wid-edit.el (widget-documentation): Fix typo in docstring.
2856
2857 * progmodes/ebnf2ps.el (ebnf-insert-style, ebnf-merge-style):
2858 Fix typos in error messages.
2859
2860 2007-04-13 Martin Rudalics <rudalics@gmx.at>
2861
2862 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't select
2863 window marked as dedicated.
2864
2865 * mail/footnote.el (footnote-latin-string): New variable.
2866 (footnote-latin-regexp): Redefine as regexp alternative.
2867 (Footnote-latin): Use footnote-latin-string instead of
2868 footnote-latin-regexp.
2869
2870 2007-04-13 Glenn Morris <rgm@gnu.org>
2871
2872 * tmm.el (tmm-get-keybind): Use car-safe to avoid errors with
2873 inherited keymaps.
2874
2875 2007-04-12 Chong Yidong <cyd@stupidchicken.com>
2876
2877 * outline.el (outline-get-next-sibling): Clarify docstring.
2878 (outline-get-last-sibling): Handle case where we are at the first
2879 heading. Clarify docstring.
2880
2881 2007-04-12 Nick Roberts <nickrob@snap.net.nz>
2882
2883 * progmodes/gud.el (gud-minor-mode-map): Make go button same
2884 length as stop button to lessen flicker.
2885 (jdb): Add gud-print.
2886 (gud-find-expr): Jdb prints the expression with the value, so
2887 don't insert it in the output.
2888
2889 2007-04-11 Jason Rumney <jasonr@gnu.org>
2890
2891 * dnd.el (dnd-get-local-file-name): Decode both upper and lower
2892 case hex. Do not try to decode non-hex letters.
2893
2894 2007-04-11 Markus Triska <markus.triska@gmx.at>
2895
2896 * emacs-lisp/byte-opt.el (byte-optimize-backward-char)
2897 (byte-optimize-backward-word): Remove (move to bytecomp.el).
2898 (byte-optimize-form-code-walker): Evaluate pure function calls if
2899 possible.
2900 (byte-optimize-all-constp): New function.
2901
2902 * emacs-lisp/bytecomp.el (byte-compile-char-before):
2903 Improve numeric argument case.
2904 (byte-compile-backward-char, byte-compile-backward-word):
2905 New functions, performing rewriting previously done in byte-opt.el.
2906 Fix their "Fixme" item (restriction to numeric arguments).
2907
2908 2007-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
2909
2910 * desktop.el (desktop-save, desktop-create-buffer): Replace mapcar
2911 with dolist.
2912 (after-init-hook): Don't quote lambda.
2913 (desktop-first-buffer): Don't wrap it in eval-when-compile.
2914 (desktop-internal-v2s): Remove unused var `el'.
2915 (desktop-buffer-major-mode, desktop-buffer-locals): Move out of
2916 desktop-restore-file-buffer.
2917 (desktop-buffer-ok-count, desktop-buffer-fail-count): Move out of
2918 desktop-create-buffer.
2919
2920 2007-04-10 Chong Yidong <cyd@stupidchicken.com>
2921
2922 * woman.el (woman-decode-buffer): Postpone macro-set check...
2923 (woman-decode-region): ...to here.
2924
2925 2007-04-10 Thien-Thi Nguyen <ttn@gnu.org>
2926
2927 * startup.el (tty-handle-args): Use %S to log ARGS.
2928
2929 2007-04-10 Glenn Morris <rgm@gnu.org>
2930
2931 * dframe.el (dframe-frame-mode): Do not set auto-show-mode, since
2932 it is obsolete and has no effect.
2933
2934 * dos-w32.el (default-buffer-file-type): Add defvar to quieten
2935 byte-compiler.
2936
2937 * progmodes/cperl-mode.el (cperl-mode): Remove unnecessary call to
2938 obsolete function make-local-hook.
2939
2940 * progmodes/dcl-mode.el (top-level): Move (require 'tempo) to
2941 start to quieten byte-compiler.
2942
2943 2007-04-10 Markus Triska <markus.triska@gmx.at>
2944
2945 * emacs-lisp/byte-opt.el (byte-optimize-char-before): Remove (move
2946 to bytecomp.el as byte-compile-char-before).
2947 * emacs-lisp/bytecomp.el (byte-compile-char-before):
2948 New function (modified replacement for byte-optimize-char-before in
2949 byte-opt.el).
2950
2951 2007-04-09 Alan Mackenzie <acm@muc.de>
2952
2953 * startup.el (inhibit-splash-screen): Emphatically state that it
2954 can't be set in site-start.el.
2955
2956 2007-04-09 Masatake YAMATO <jet@gyve.org>
2957
2958 * progmodes/cc-subword.el (c-capitalize-subword): More closely
2959 mimic the behavior of `capitalize-word'. Do not move point with a
2960 negative argument. Based on tiny change by Paul Curry.
2961
2962 2007-04-09 Paul Curry <dashteacup@gmail.com> (tiny change)
2963
2964 * progmodes/cc-subword.el (c-downcase-subword, c-upcase-subword):
2965 Don't move point if ARG is negative.
2966
2967 2007-04-09 Alan Mackenzie <acm@muc.de>
2968
2969 Changes to make `narrow-to-defun' and `mark-defun' work properly
2970 in CC Mode:
2971
2972 * progmodes/cc-defs.el (c-beginning-of-defun-1):
2973 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
2974 Bind beginning/end-of-defun-function to nil around calls to
2975 beginning/end-of-defun.
2976
2977 * progmodes/cc-langs.el (beginning-of-defun-function)
2978 (end-of-defun-function): New c-lang-setvar's.
2979
2980 * progmodes/cc-awk.el (c-awk-beginning-of-defun): Add "(or arg
2981 (setq arg 1))" to enable non-interactive call.
2982
2983 2007-04-09 Eli Zaretskii <eliz@gnu.org>
2984
2985 * simple.el (set-mark-command): Doc fix.
2986
2987 2007-04-09 Nick Roberts <nickrob@snap.net.nz>
2988
2989 * progmodes/gud.el (gdb): Restore existing session if user
2990 tries to start a second one in graphical mode.
2991
2992 2007-04-08 Martin Rudalics <rudalics@gmx.at>
2993
2994 * cus-start.el <scroll-preserve-screen-position>: Add choices.
2995
2996 2007-04-08 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
2997
2998 * term/xterm.el (terminal-init-xterm): Fix key definitions.
2999 Add binding for C-M-SPC.
3000
3001 2007-04-08 Richard Stallman <rms@gnu.org>
3002
3003 * pcomplete.el (pcomplete-read-event): One single definition,
3004 and not a defsubst.
3005
3006 2007-04-08 Chong Yidong <cyd@stupidchicken.com>
3007
3008 * progmodes/cc-cmds.el (c-end-of-defun): Tidy up, to eliminate
3009 byte-compiler warning "value unused".
3010
3011 2007-04-08 Andreas Schwab <schwab@suse.de>
3012
3013 * term/xterm.el (terminal-init-xterm): Add bindings for keypad keys.
3014
3015 2007-04-07 Glenn Morris <rgm@gnu.org>
3016
3017 * calendar/calendar.el (diary-font-lock-keywords, diary-live-p):
3018 Autoload these functions.
3019 (diary-date-forms): Add a custom :set form.
3020
3021 * calendar/diary-lib.el (diary-set-maybe-redraw): Move definition
3022 before first use.
3023 (diary-font-lock-keywords): New function with old code for
3024 initialization of variable of same name.
3025
3026 2007-04-07 David Hansen <david.hansen@gmx.net> (tiny change)
3027
3028 * progmodes/cc-cmds.el (c-electric-paren): Fix space-before-funcall
3029 clean-up: only insert space when on identifier, etc.
3030
3031 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
3032
3033 * progmodes/grep.el (grep-find-use-xargs): Rewrite docstring.
3034
3035 * net/tls.el (open-tls-stream): Properly handle case where there
3036 is no associated buffer.
3037
3038 2007-04-07 Glenn Morris <rgm@gnu.org>
3039
3040 * ffap.el (ffap-file-at-point): Lower the priority of the
3041 ffap-ftp-sans-slash-regexp check.
3042
3043 2007-04-06 Alan Mackenzie <acm@muc.de>
3044
3045 Fix fontification of labels, and other things with ":".
3046
3047 * progmodes/cc-engine.el (c-forward-label): The function now
3048 returns 'goto-target, 'qt-2kwds-colon, 'qt-1kwd-colon, as well as
3049 the former t.
3050
3051 * progmodes/cc-fonts.el (c-font-lock-declarations): Interpret the
3052 new return code from c-forward-label, fontifying tokens properly.
3053 Add some general comments throughout the file.
3054
3055 2007-04-06 Chong Yidong <cyd@stupidchicken.com>
3056
3057 * textmodes/flyspell.el (flyspell-duplicate, flyspell-incorrect):
3058 Revert 2006-01-27 change.
3059
3060 * diff-mode.el (diff-mode): Revert 2007-03-04 change.
3061
3062 * menu-bar.el (menu-bar-tools-menu): Revert 2003-07-25 change.
3063
3064 * desktop.el (desktop-create-buffer, desktop-save):
3065 Revert 2004-11-12 change for lack of copyright papers.
3066
3067 * dired-x.el (dired-guess-shell-case-fold-search): Delete var.
3068 (dired-guess-default): Respect case.
3069
3070 * isearch.el (isearch-forward): Revert 1998-08-26 doc change.
3071
3072 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Remove function;
3073 was originally checked in as byte-optimize-concat on 1997-11-02.
3074
3075 * mail/sendmail.el (mail-text, mail-mode): Revert extant pieces of
3076 1995-05-19 doc changes.
3077
3078 2007-04-06 Kim F. Storm <storm@cua.dk>
3079
3080 * loadhist.el (read-feature): Reimplement. New optional arg LOADED-P.
3081 (unload-feature): Update interactive spec accordingly.
3082
3083 * progmodes/grep.el (grep-program): Remove commentary about zgrep.
3084
3085 2007-04-06 John Paul Wallington <jpw@pobox.com>
3086
3087 * subr.el (with-case-table): Use `make-symbol' to avoid variable
3088 capture. Restore the table in the same buffer.
3089
3090 * font-lock.el (lisp-font-lock-keywords-2): Add `with-case-table'.
3091
3092 2007-04-05 Chong Yidong <cyd@stupidchicken.com>
3093
3094 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
3095 Print entire form.
3096
3097 2007-04-05 Nick Roberts <nickrob@snap.net.nz>
3098
3099 * progmodes/gdb-ui.el (breakpoint-disabled): Tweak face (again)
3100 for low-color displays.
3101
3102 2007-04-05 Glenn Morris <rgm@gnu.org>
3103
3104 * play/5x5.el, play/animate.el, play/dissociate.el, play/doctor.el,
3105 * play/gomoku.el, play/landmark.el, play/tetris.el, play/zone.el:
3106 Seed random number generator on loading.
3107
3108 * emacs-lisp/authors.el (top-level): Provide self.
3109
3110 * play/animate.el (top-level): Provide self.
3111
3112 2007-04-04 Alan Mackenzie <acm@muc.de>
3113
3114 * progmodes/cc-vars.el (c-special-indent-hook): Amend doc-string
3115 to mention c-syntactic-indentation.
3116
3117 2007-04-04 Chong Yidong <cyd@stupidchicken.com>
3118
3119 * subr.el (with-case-table): New macro.
3120
3121 * international/mule.el (ascii-case-table): New var.
3122
3123 * mail/smtpmail.el (smtpmail-via-smtp): Use ascii-case-table when
3124 downcasing.
3125
3126 2007-04-03 Nick Roberts <nickrob@snap.net.nz>
3127
3128 * progmodes/gud.el (gud-minor-mode-map): Simplify.
3129
3130 * t-mouse.el (t-mouse-make-event-element): Don't use the left edge
3131 of the window if we're outside it e.g menu-bar.
3132
3133 * xt-mouse.el (xterm-mouse-event): Don't use the left edge of the
3134 window if we're outside it e.g menu-bar.
3135
3136 2007-04-03 Eli Zaretskii <eliz@gnu.org>
3137
3138 * mail/rmail.el (rmail-convert-to-babyl-format): Don't try to
3139 decode base-64 encoded body if its content-type is something other
3140 than text/* or message/*.
3141
3142 2007-04-03 Juanma Barranquero <lekktu@gmail.com>
3143
3144 * simple.el (activate-mark-hook): Fix typo in docstring.
3145
3146 2007-04-03 Nick Roberts <nickrob@snap.net.nz>
3147
3148 * tmm.el (tmm-c-prompt): Initialize.
3149 (tmm-menubar): Deal with extended menu-items at top level.
3150 (tmm-get-keybind): Handle bindings redefined/undefined locally.
3151 (tmm-prompt): Handle visibility of top level menu-items.
3152
3153 * progmodes/gud.el (gud-menu-map): Simplify.
3154 (gud-minor-mode-map): Add tool-bar like bindings to the text mode
3155 menubar.
3156
3157 2007-04-02 Chong Yidong <cyd@stupidchicken.com>
3158
3159 * mail/smtpmail.el (smtpmail-via-smtp): Revert last change.
3160
3161 * comint.el (comint-send-input): Widen the buffer first.
3162
3163 * info.el (Info-fontify-maximum-menu-size): Revert to 100000.
3164
3165 2007-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
3166
3167 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Only obey
3168 emacs-lisp-docstring-fill-column in emacs-lisp-mode.
3169
3170 * newcomment.el (comment-search-forward): Discard comment starters
3171 before point.
3172
3173 2007-04-01 Guanpeng Xu <herberteuler@hotmail.com>
3174
3175 * mouse.el (mouse-set-secondary): Update mouse-secondary-overlay.
3176
3177 2007-04-01 Chong Yidong <cyd@stupidchicken.com>
3178
3179 * mail/smtpmail.el (smtpmail-via-smtp): Use standard case table
3180 when downcasing.
3181
3182 * button.el (previous-button): Rewrite to account for adjacent buttons.
3183
3184 2007-04-01 J.D. Smith <jdsmith@as.arizona.edu>
3185
3186 * progmodes/idlwave.el (idlwave-auto-fill):
3187 Revert paragraph-separate change.
3188
3189 * progmodes/idlw-shell.el (idlwave-shell-break-in):
3190 Simplify module calc.
3191 (idlwave-shell-set-bp-in-module): Compute module.
3192
3193 2007-03-31 Glenn Morris <rgm@gnu.org>
3194
3195 * emacs-lisp/timer.el (run-at-time): Doc fix.
3196
3197 * emacs-lisp/warnings.el (display-warning): If we create the
3198 buffer displaying the warning, disable undo there.
3199
3200 2007-03-31 Michael Albinus <michael.albinus@gmx.de>
3201
3202 * net/tramp.el (tramp-register-file-name-handler)
3203 (tramp-register-completion-file-name-handler): New defsubst,
3204 derived from `tramp-register-file-name-handlers'. The split is
3205 necessary because Tramp's file name handlers must be registered at
3206 different startup places.
3207
3208 2007-03-31 Chong Yidong <cyd@stupidchicken.com>
3209
3210 * progmodes/hideshow.el (turn-off-hideshow): New function.
3211 (hs-minor-mode): Use it instead of a lambda expression in
3212 change-major-mode-hook.
3213
3214 2007-03-31 David Kastrup <dak@gnu.org>
3215
3216 * woman.el (woman-Cyg-to-Win): Don't convert cons cells
3217 corresponding to MANPATH_MAP entries.
3218 (woman-man.conf-path, woman-parse-man.conf): Doc fix.
3219 (woman-parse-man.conf): Use more discriminating man.conf name.
3220 (woman-parse-man.conf): Parse MANPATH_MAP entries.
3221 (woman-manpath): Doc fix and type fix.
3222 (woman-cached-data): Check for MANPATH_MAP entries.
3223 (woman-expand-directory-path): Treat MANPATH_MAP entries.
3224
3225 2007-03-31 Stuart Herring <herring@lanl.gov>
3226
3227 * emacs-lisp/sregex.el (sregexq): Doc fix.
3228
3229 2007-03-31 Markus Triska <markus.triska@gmx.at>
3230
3231 * progmodes/flymake.el (flymake-err-line-patterns): Doc fix.
3232
3233 2007-03-30 Reiner Steib <Reiner.Steib@gmx.de>
3234
3235 * info.el (info-tool-bar-map): Use "exit" for Info-exit.
3236 Move to the right.
3237
3238 2007-03-30 Alan Mackenzie <acm@muc.de>
3239
3240 * progmodes/cc-cmds.el (c-forward-to-nth-EOF-}): Fix EOB bug.
3241
3242 2007-03-30 Thien-Thi Nguyen <ttn@gnu.org>
3243
3244 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Take additional arg DLL.
3245 Use it, passed in explicitly, instead of from the dynamic binding.
3246 (ewoc-create, ewoc-enter-before): Update to use new call sequence.
3247
3248 2007-03-30 Juanma Barranquero <lekktu@gmail.com>
3249
3250 * simple.el (blink-matching-open): When in minibuffer, don't
3251 search for a match inside the prompt.
3252
3253 2007-03-30 Nick Roberts <nickrob@snap.net.nz>
3254
3255 * tmm.el (tmm-menubar): Select the right menu item with the mouse.
3256 (tmm-prompt): Don't make the mouse user select the first menu
3257 item twice.
3258
3259 2007-03-30 Chong Yidong <cyd@stupidchicken.com>
3260
3261 * eshell/esh-proc.el (eshell/kill): Tweak regexp to recognize
3262 SIGUSR1 and SIGUSR2.
3263
3264 2007-03-29 Kim F. Storm <storm@cua.dk>
3265
3266 * ido.el (ido-read-internal): When reading file or dir, only override
3267 minibuffer-local-filename-completion-map, otherwise only override
3268 minibuffer-local-completion-map.
3269
3270 2007-03-29 Glenn Morris <rgm@gnu.org>
3271
3272 * complete.el (partial-completion-mode): Set PC-do-completion-end
3273 to nil after use.
3274 (PC-lisp-complete-symbol): Create and use a marker at `end',
3275 rather than using point-marker.
3276
3277 2007-03-28 Chong Yidong <cyd@stupidchicken.com>
3278
3279 * simple.el (next-error-highlight): Doc fix.
3280 (compose-mail): Revert 2007-03-19 change.
3281
3282 2007-03-28 Richard Stallman <rms@gnu.org>
3283
3284 * emacs-lisp/edebug.el (edebug-display): Don't go to
3285 edebug-outside-buffer if it is dead.
3286
3287 2007-03-28 Juanma Barranquero <lekktu@gmail.com>
3288
3289 * view.el (view-mode): Fix typos in docstring.
3290
3291 2007-03-28 Stephen Berman <Stephen.Berman@gmx.net>
3292
3293 * recentf.el (recentf-save-file): Add a custom :set function.
3294
3295 2007-03-28 Glenn Morris <rgm@gnu.org>
3296
3297 * complete.el (PC-do-completion-end): New variable.
3298 (partial-completion-mode) <choose-completion-string-functions>:
3299 Use PC-do-completion-end in the non-minibuffer case to replace the
3300 correct amount of text.
3301 (PC-do-completion): Set PC-do-completion-end for c-c-s-f.
3302 (PC-lisp-complete-symbol): Give marker the after-insertion type,
3303 to deal with improvements inserted after point.
3304
3305 2007-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
3306
3307 * button.el (make-text-button): Add explicit `button' property.
3308 (default-button): Don't put a `button' property on it.
3309
3310 * progmodes/python.el (python-mode): Skip comments when parsing.
3311
3312 * vc-arch.el (vc-with-current-file-buffer): New macro.
3313 (vc-arch-file-source-p): Use it to avoid infloop.
3314
3315 2007-03-28 David Hansen <david.hansen@gmx.net> (tiny change)
3316
3317 * emacs-lisp/lisp.el (lisp-complete-symbol):
3318 Fix call to get-buffer-window to find windows in other frames.
3319
3320 2007-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
3321
3322 * comint.el (comint-proc-query, comint-dynamic-list-completions):
3323 Fix calls to get-buffer-window to find windows in other frames.
3324 Reported by David Hansen <david.hansen@gmx.net>.
3325
3326 2007-03-27 Kevin Ryde <user42@zip.com.au>
3327
3328 * info.el (Info-display-images-node): On a text-only terminal,
3329 show the "text" or "alt" parts of the image blobs.
3330
3331 2007-03-27 Glenn Morris <rgm@gnu.org>
3332
3333 * complete.el (PC-do-completion): Compute completion-base-size in
3334 the non-filename case, rather than setting to nil.
3335 (PC-lisp-complete-end): New variable.
3336 (PC-lisp-complete-symbol): Use PC-lisp-complete-end to store the
3337 original end in a series of consecutive invocations.
3338
3339 * calendar/calendar.el (calendar-mode-hook): Declare it.
3340
3341 * calendar/diary-lib.el (diary-live-p): Do not check for
3342 diary-selective-display.
3343
3344 2007-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
3345
3346 * replace.el (occur-next-error): *Occur* might not be displayed in the
3347 selected frame. Reported by David Hansen <david.hansen@gmx.net>.
3348
3349 2007-03-26 Richard Stallman <rms@gnu.org>
3350
3351 * textmodes/flyspell.el (flyspell-large-region):
3352 Use ispell-call-process-region.
3353
3354 2007-03-26 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
3355
3356 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
3357 Use prin1 instead of princ.
3358
3359 2007-03-25 Chong Yidong <cyd@stupidchicken.com>
3360
3361 * faces.el (face-set-after-frame-default): Revert 2007-03-10 change.
3362 Merge in X resources before global face.
3363
3364 * progmodes/compile.el (compilation-start): Save compilation-directory
3365 rather than default-directory as local var.
3366 (compilation-directory): Mark as safe local var.
3367
3368 * files.el: Don't mark default-directory as a safe local var.
3369
3370 2007-03-25 Alan Mackenzie <acm@muc.de>
3371
3372 * progmodes/cc-mode.el (c-before-change): Fix BOB bug.
3373 * progmodes/cc-engine.el: Fix typo.
3374
3375 2007-03-25 Juri Linkov <juri@jurta.org>
3376
3377 * compare-w.el (compare-windows): Rename customization group
3378 `compare-w' to `compare-windows'.
3379 (compare-windows-whitespace, compare-ignore-whitespace)
3380 (compare-ignore-case, compare-windows-sync)
3381 (compare-windows-sync-string-size, compare-windows-recenter)
3382 (compare-windows-highlight, compare-windows): Change group name in
3383 the `group' tag from `compare-w' to `compare-windows'.
3384 (compare-windows-sync): Add option `nil' for no sync. Doc fix.
3385
3386 2007-03-24 Markus Triska <markus.triska@gmx.at>
3387
3388 * expand.el: Change example to always enable abbrev-mode,
3389 and remove redundant `function'.
3390 (expand-abbrev-hook): Add autoload cookie.
3391
3392 2007-03-24 Ryan Yeske <rcyeske@gmail.com>
3393
3394 * emacs-lisp/testcover.el (testcover-start, testcover-end)
3395 (testcover-mark-all, testcover-unmark-all): Add prompts to
3396 interactive specs.
3397
3398 2007-03-24 Jason Rumney <jasonr@gnu.org>
3399
3400 * autorevert.el (find-file-hook, auto-revert-tail-mode):
3401 Use file size in bytes for auto-revert-tail-pos not characters.
3402
3403 2007-03-24 Thien-Thi Nguyen <ttn@gnu.org>
3404
3405 * vc-rcs.el (vc-rcs-annotate-command):
3406 Set text property :vc-annotate-prefix on the annotation text.
3407 (vc-rcs-annotate-time): Instead of searching for ": ",
3408 search for end of text propertized with :vc-annotate-prefix.
3409
3410 2007-03-24 Martin Rudalics <rudalics@gmx.at>
3411
3412 * whitespace.el (top level): Remove calls putting
3413 permanent-local nil property since these are no-ops.
3414
3415 * man.el (Man-support-local-filenames): Assure that
3416 default-directory exists when doing call-process.
3417
3418 2007-03-23 David Vazquez <xeos00@gmail.com> (tiny change)
3419
3420 * progmodes/m4-mode.el (m4-m4-buffer, m4-m4-region):
3421 Fix omission bug: Use m4-program-options to construct shell command.
3422
3423 2007-03-23 David Kastrup <dak@gnu.org>
3424
3425 * progmodes/cc-mode.el (c-make-emacs-variables-local):
3426 Use `mapcar' rather than `mapcan' to silence compiler warning.
3427
3428 2007-03-22 Ralf Angeli <angeli@caeruleus.net>
3429
3430 * textmodes/reftex.el, textmodes/reftex-vars.el,
3431 * textmodes/reftex-toc.el, textmodes/reftex-sel.el,
3432 * textmodes/reftex-ref.el, textmodes/reftex-parse.el,
3433 * textmodes/reftex-index.el, textmodes/reftex-global.el,
3434 * textmodes/reftex-dcr.el, textmodes/reftex-cite.el,
3435 * textmodes/reftex-auc.el: Add maintainer address.
3436
3437 2007-03-22 Carsten Dominik <dominik@science.uva.nl>
3438
3439 * textmodes/org.el (org-agenda-mode, org-table-edit-formulas):
3440 Make sure that `global-font-lock-mode' does not turn on font-lock
3441 in these buffers.
3442
3443 2007-03-21 Kim F. Storm <storm@cua.dk>
3444
3445 * xt-mouse.el (xt-mouse-epoch): New variable.
3446 (xterm-mouse-event): Use float-time.
3447
3448 2007-03-21 Nick Roberts <nickrob@snap.net.nz>
3449
3450 * xt-mouse.el (xterm-mouse-event): Compute a timestamp using
3451 current-time.
3452
3453 2007-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
3454
3455 * complete.el (read-file-name-internal): Don't add the final > if the
3456 completion is not finished (re-application of this patch, which was
3457 accidentally undone by Eli).
3458
3459 2007-03-21 Chong Yidong <cyd@stupidchicken.com>
3460
3461 * emulation/viper.el (viper-non-hook-settings): Handle mouse
3462 clicks in describe-key and describe-key-briefly advice a little better.
3463
3464 2007-03-21 Juanma Barranquero <lekktu@gmail.com>
3465
3466 * server.el (server-process-filter): Cancel any pending isearch.
3467
3468 2007-03-21 Ulf Jasper <ulf.jasper@web.de>
3469
3470 * calendar/icalendar.el (icalendar-version): Increase to 0.15.
3471 (icalendar--get-unfolded-buffer): Define actual arguments rather
3472 than just using &rest. Check replace-in-string is fbound.
3473 (icalendar-import-buffer): Doc fix.
3474 (icalendar--convert-ical-to-diary): Set diary-file.
3475 Check diary-file before inserting final newline.
3476 (icalendar--add-diary-entry): Return diary-file.
3477
3478 2007-03-21 Glenn Morris <rgm@gnu.org>
3479
3480 * calendar/calendar.el (diary-set-maybe-redraw): Autoload it.
3481 (diary-display-hook): Add custom :set function.
3482
3483 * calendar/diary-lib.el (diary-header-line-flag): Doc fix.
3484 Add custom :set function.
3485 (diary-header-line-format): Doc fix.
3486 (diary-set-maybe-redraw): New function.
3487 (number-of-diary-entries): Change :set to use diary-set-maybe-redraw.
3488 (diary-list-entries): Always run diary-mode.
3489
3490 2007-03-20 Kenichi Handa <handa@m17n.org>
3491
3492 * international/quail.el (quail-setup-completion-buf): Make the
3493 completion buffer read-only.
3494 (quail-completion): Adjusted for the above change. Leave the
3495 modified flag nil.
3496
3497 2007-03-20 David Kastrup <dak@gnu.org>
3498
3499 * files.el (magic-mode-alist): Require literal "%!PS" string for
3500 magic postscript file detection.
3501
3502 2007-03-20 Richard Stallman <rms@gnu.org>
3503
3504 * textmodes/ispell.el (ispell-call-process): New function.
3505 Defends against bad `default-directory.'
3506 (ispell-check-version, ispell-find-aspell-dictionaries)
3507 (ispell-get-aspell-config-value, lookup-words): Call it.
3508 (ispell-call-process-region): New function.
3509 (ispell-send-string): Call it.
3510
3511 2007-03-20 Andreas Schwab <schwab@suse.de>
3512
3513 * Makefile.in (custom-deps): Depend on $(lisp)/subdirs.el.
3514 (finder-data): Likewise.
3515 (autoloads): Likewise.
3516
3517 2007-03-20 Martin Rudalics <rudalics@gmx.at>
3518
3519 * files.el (basic-save-buffer): Do not set visited filename when
3520 the corresponding directory does not exist or the specified
3521 filename is that of an existing directory.
3522
3523 2007-03-20 Glenn Morris <rgm@gnu.org>
3524
3525 * calendar/diary-lib.el (diary-live-p): New function.
3526 (number-of-diary-entries): Add a :set function to redisplay diary
3527 when necessary.
3528
3529 2007-03-19 Nick Roberts <nickrob@snap.net.nz>
3530
3531 * t-mouse.el (t-mouse-make-event-element): Use timestamp output
3532 from client program, mev, to compute mouse event.
3533
3534 2007-03-19 Chong Yidong <cyd@stupidchicken.com>
3535
3536 * faces.el (momentary): Face removed; unused due to reversion of
3537 2007-01-04 changes by Kevin Rodgers.
3538
3539 * mouse.el (mouse-drag-track): Remove spurious input-pending-p test.
3540 Suggested by Johan Bockg\e,Ae\e(Brd.
3541
3542 2007-03-19 Martin Rudalics <rudalics@gmx.at>
3543
3544 * font-lock.el (lisp-font-lock-keywords-1):
3545 Highlight define-globalized-minor-mode as a keyword.
3546
3547 2007-03-19 Kim F. Storm <storm@cua.dk>
3548
3549 * calc/calc-forms.el (math-std-daylight-savings)
3550 (math-std-daylight-savings-old): Doc fix.
3551
3552 2007-03-19 Juanma Barranquero <lekktu@gmail.com>
3553
3554 * progmodes/python.el (python-default-template): Doc fix.
3555 (python-buffer): Fix typo in docstring.
3556
3557 * isearchb.el (isearchb-follow-char):
3558 * subr.el (def-edebug-spec): Fix typo in docstring.
3559
3560 2007-03-19 Richard Stallman <rms@gnu.org>
3561
3562 * files.el (default-directory): Mark safe.
3563 (basic-save-buffer-2): Put proper dir name in error message.
3564
3565 * simple.el (compose-mail): Run switch-function after
3566 setting up the mail buffer.
3567
3568 * startup.el (inhibit-splash-screen, initial-major-mode): Doc fixes.
3569
3570 2007-03-18 Jay Belanger <belanger@truman.edu>
3571
3572 * calc/calc-forms.el (math-parse-date): Fix a regular expression.
3573 (math-std-daylight-savings-new): Rename from
3574 `math-std-daylight-savings'.
3575 (math-std-daylight-savings-old): Rename from old value of
3576 `math-std-daylight-savings'.
3577 (math-std-daylight-savings): Use `math-std-daylight-savings-new' or
3578 `math-std-daylight-savings-old' depending on the year.
3579
3580 2007-03-18 Detlev Zundel <dzu@gnu.org>
3581
3582 * emacs-lisp/re-builder.el (reb-update-overlays): Do not mark
3583 zero-width regexps as invalid but rather at least count them correctly.
3584
3585 2007-03-18 Thien-Thi Nguyen <ttn@gnu.org>
3586
3587 * net/tls.el (open-tls-stream): In handshake-waiting loop,
3588 don't wait more if there is output available to process.
3589
3590 2007-03-18 Nick Roberts <nickrob@snap.net.nz>
3591
3592 * progmodes/compile.el (compilation-find-file): Revert change
3593 from 2006-07-18 to allow completion of directory names.
3594 Reported by John Carter <john.carter@tait.co.nz>.
3595
3596 2007-03-18 Kim F. Storm <storm@cua.dk>
3597
3598 * subr.el (when, unless): Doc fix.
3599
3600 2007-03-17 Thien-Thi Nguyen <ttn@gnu.org>
3601
3602 * net/tls.el (tls-program): Doc fix.
3603
3604 2007-03-17 Denis Bueno <dbueno@gmail.com> (tiny change)
3605
3606 * autorevert.el (auto-revert-tail-handler):
3607 Call after-revert-hook.
3608
3609 2007-03-17 Ryan Yeske <rcyeske@gmail.com>
3610
3611 * simple.el (switch-to-completions): No error if search for \n\n fails.
3612
3613 2007-03-17 Chong Yidong <cyd@stupidchicken.com>
3614
3615 * simple.el (line-move-1):
3616 Respect `inhibit-line-move-field-capture' property.
3617
3618 2007-03-13 Chong Yidong <cyd@stupidchicken.com>
3619
3620 * comint.el (comint-arguments): Mark backslash-escaped chars.
3621 (comint-delim-arg): Don't treat them as delimiters.
3622
3623 2007-03-12 Kim F. Storm <storm@cua.dk>
3624 * ido.el (ido-init-completion-maps): Remap delete-backward-char.
3625
3626 2007-03-12 Lawrence Mitchell <wence@gmx.li> (tiny change)
3627
3628 * tempo.el (tempo-insert): Deal with 'r> if it appears
3629 specified with a prompt argument.
3630
3631 2007-03-12 Carsten Dominik <dominik@science.uva.nl>
3632
3633 * textmodes/org.el (org-set-font-lock-defaults):
3634 Handle narrow table columns correctly.
3635
3636 2007-03-12 Mark A. Hershberger <mah@everybody.org>
3637
3638 * xml.el (xml-parse-tag, xml-parse-string, xml-parse-attlist)
3639 (xml-parse-dtd, xml-parse-elem-type, xml-substitute-special):
3640 Return to use of the -no-properties variants. There was
3641 consensus on emacs-devel that the speed of these variants was
3642 prefered since we are usually parsing files (from the internet
3643 or on disk) instead of XML created in Emacs.
3644
3645 * eshell/esh-mode.el (eshell-handle-ansi-color): New function.
3646 Add customize option.
3647
3648 2007-03-12 Glenn Morris <rgm@gnu.org>
3649
3650 * calc/calc-forms.el (math-std-daylight-savings): Switch to new
3651 North American rule. Replace "daylight savings" with "daylight
3652 saving" in doc.
3653
3654 * calendar/cal-china.el, cal-dst.el, calendar.el, diary-lib.el:
3655 * calendar/lunar.el, solar.el: Replace "daylight savings" with
3656 "daylight saving" in text.
3657
3658 * woman.el (woman-change-fonts): Tweak previous change by using
3659 woman-request-regexp rather than "^\\.".
3660
3661 * startup.el (command-line-1): Make insertion of
3662 initial-scratch-message not depend on scratch being selected.
3663
3664 2007-03-11 Juri Linkov <juri@jurta.org>
3665
3666 * replace.el (match): Use yellow background on light-bg terminals.
3667
3668 2007-03-11 Richard Stallman <rms@gnu.org>
3669
3670 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
3671 Correctly compute line number.
3672
3673 2007-03-11 Guanpeng Xu <herberteuler@hotmail.com>
3674
3675 * type-break.el (type-break-get-previous-count):
3676 Repeat previous change here.
3677
3678 2007-03-11 Dan Nicolaescu <dann@ics.uci.edu>
3679
3680 * progmodes/grep.el (grep-find-ignored-directories):
3681 Add .git and .bzr to list.
3682
3683 2007-03-11 Andreas Schwab <schwab@suse.de>
3684
3685 * diff-mode.el (diff-apply-hunk): Use proper format string for error.
3686
3687 2007-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
3688
3689 * mail/emacsbug.el (report-emacs-bug): Don't hard code the "X" name.
3690
3691 2007-03-10 Chong Yidong <cyd@stupidchicken.com>
3692
3693 * faces.el (face-set-after-frame-default): Recalculate face
3694 customizations after applying X resources.
3695
3696 2007-03-10 Ryan Yeske <rcyeske@gmail.com>
3697
3698 * net/rcirc.el (rcirc-timeout-seconds): New variable.
3699 (rcirc-keepalive-seconds): Remove variable.
3700 (rcirc-server-name, rcirc-timeout-timer, rcirc-connecting)
3701 (rcirc-process, rcirc-user-disconnect): New variables.
3702 (rcirc-connect): Initalize new variables.
3703 (rcirc-keepalive): Don't send keepalive pings before connection
3704 is completed.
3705 (rcirc-sentinel): Do mark all channels with activity when
3706 connection is dropped. Run hook with process buffer local.
3707 (rcirc-reschedule-timeout, rcirc-delete-process): New functions.
3708 (rcirc-buffer-process): Return value of rcirc-process if
3709 rcirc-server-buffer is nil.
3710 (rcirc-server-name): Return the reported server name.
3711 (rcirc-update-prompt): Simplify computation of the server name.
3712 (rcirc-format-response-string): Likewise.
3713 (rcirc-handler-001): Mark server as connected, record the reported
3714 server name, and schedule a timeout.
3715 (rcirc-track-nick): Add a spec for the tty class.
3716 (rcirc-user-non-nick): Remove function.
3717 (rcirc-nick-prefix-chars): Add variable.
3718 (rcirc-user-nick): Use above variable.
3719
3720 2007-03-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
3721
3722 * icomplete.el (icomplete-tidy, icomplete-exhibit):
3723 Bind deactivate-mark to nil.
3724
3725 2007-03-10 Martin Rudalics <rudalics@gmx.at>
3726
3727 * complete.el (PC-do-completion): Bind dirlength to nil to avoid
3728 that buffer contents get erased during completion.
3729
3730 2007-03-10 Glenn Morris <rgm@gnu.org>
3731
3732 * woman.el (woman-change-fonts): Add a hack to deal with
3733 font-escape followed by "." at start of a line.
3734 (woman2-IP): Add a hack to deal with consecutive requests.
3735 (woman2-tagged-paragraph): Extend existing hack to handle "sp".
3736
3737 2007-03-10 Alan Mackenzie <acm@muc.de>
3738
3739 * progmodes/cc-mode.el (c-before-change): Wrap in save-match-data.
3740
3741 2007-03-09 Richard Stallman <rms@gnu.org>
3742
3743 * abbrev.el (abbrev): Add `provide'.
3744
3745 2007-03-09 Thien-Thi Nguyen <ttn@gnu.org>
3746
3747 * net/ange-ftp.el (ange-ftp-try-passive-mode): Doc fix.
3748
3749 2007-03-09 Martin Rudalics <rudalics@gmx.at>
3750
3751 * complete.el (PC-try-completion): New function.
3752 (PC-do-completion, read-file-name-internal): Use it instead of
3753 try-completion.
3754
3755 2007-03-08 Alan Mackenzie <acm@muc.de>
3756
3757 Remove stale tokens from `c-found-types' cache.
3758
3759 * progmodes/cc-mode.el (c-unfind-enclosing-token)
3760 (c-unfind-coalesced-tokens, c-before-change): New functions.
3761 (c-maybe-stale-found-type): New variable.
3762
3763 * progmodes/cc-engine.el (c-partial-ws-p, c-unfind-type)
3764 (c-trim-found-types): New functions.
3765
3766 2007-03-08 Stefan Monnier <monnier@iro.umontreal.ca>
3767
3768 * smerge-mode.el (smerge-remove-props): Don't mark the buffer modified.
3769 (debug-ignored-errors): Add entry from smerge-match-conflict.
3770
3771 2007-03-08 J.D. Smith <jdsmith@as.arizona.edu>
3772
3773 * progmodes/idlw-help.el (idlwave-do-context-help1): Don't visit
3774 special help topics for keywords.
3775 (idlwave-help-assistant-command): Include ".exe" for ms-dos
3776 etc. Assistant command.
3777
3778 2007-03-08 Chong Yidong <cyd@stupidchicken.com>
3779
3780 * replace.el (occur-engine): Move buffer-undo-list binding...
3781 (occur-1): ...to here.
3782
3783 * complete.el (PC-bindings): Rebind M-TAB in read-expression-map.
3784
3785 * simple.el (minibuffer-completing-symbol): New var.
3786 (eval-expression): Use it.
3787 (completion-setup-function): Don't bind completion-base-size when
3788 completing a symbol in the minibuffer.
3789
3790 2007-03-08 Nick Roberts <nickrob@snap.net.nz>
3791
3792 * progmodes/gud.el (gdb): Pop up current GUD buffer if user
3793 tries to start a second session in graphical mode.
3794
3795 2007-03-07 Miles Bader <miles@gnu.org>
3796
3797 * international/isearch-x.el
3798 (isearch-process-search-multibyte-characters):
3799 Strip text-properties from PROMPT to avoid an error from read-string.
3800
3801 2007-03-07 Kim F. Storm <storm@cua.dk>
3802
3803 * complete.el (PC-bindings): Remap lisp-complete-symbol to
3804 PC-lisp-complete-symbol instead of binding M-TAB in global-map.
3805
3806 2007-03-07 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
3807
3808 * complete.el (PC-do-completion): Delete duplicates in the list of
3809 possible completions.
3810
3811 2007-03-07 Glenn Morris <rgm@gnu.org>
3812
3813 * ses.el (ses-mode): Doc fix.
3814
3815 2007-03-06 Kim F. Storm <storm@cua.dk>
3816
3817 * isearch.el (isearch-message-prefix): Undo 2007-03-01 change.
3818
3819 2007-03-06 Kenichi Handa <handa@m17n.org>
3820
3821 * term/x-win.el (x-select-utf8-or-ctext): Improve the strategy.
3822
3823 2007-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
3824
3825 * simple.el (completion-setup-function): Improve last fix so it doesn't
3826 set it to a relative directory name either.
3827
3828 2007-03-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3829
3830 * ps-print.el: Replace some (defvar VAR) by (defvar VAR nil).
3831
3832 2007-03-05 Richard Stallman <rms@gnu.org>
3833
3834 * emacs-lisp/re-builder.el (reb-re-syntax): Fix custom type.
3835
3836 * files.el (find-file-noselect): No error if file no longer exists.
3837 Display a message and avoid other questions.
3838
3839 2007-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
3840
3841 * pcomplete.el (pcomplete-show-completions): Improve last change, so
3842 as not to use an invisible window and to create a window if none exist.
3843
3844 * progmodes/python.el (python-send-command): Restart proc if necessary.
3845 (python-proc): Simplify.
3846
3847 2007-03-05 David Hansen <david.hansen@gmx.net> (tiny change)
3848
3849 * pcomplete.el (pcomplete-show-completions): Search all frames for
3850 completions buffer.
3851
3852 2007-03-05 Chong Yidong <cyd@stupidchicken.com>
3853
3854 * cus-edit.el (customize-save-variable): Clear customized-value
3855 property (saved values are now put in theme-value property).
3856 (customize-set-variable): Doc fix.
3857
3858 * complete.el (PC-do-completion): If completion-ignore-case is
3859 non-nil, replace field with completion string before exiting.
3860
3861 2007-03-05 Michael Albinus <michael.albinus@gmx.de>
3862
3863 * net/tramp.el (tramp-make-temp-file): New parameter FILENAME.
3864 Append its extension to the resulting temporary file name.
3865 (tramp-handle-file-local-copy, tramp-handle-write-region): Apply it.
3866
3867 * net/tramp-smb.el (tramp-smb-handle-file-local-copy)
3868 (tramp-smb-handle-write-region): Apply it.
3869
3870 2007-03-05 Alin C. Soare <alinsoar@voila.fr> (tiny change)
3871
3872 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
3873 Redo previous change.
3874
3875 2007-03-04 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
3876
3877 * diff-mode.el (diff-mode): Doc fix.
3878
3879 2007-03-05 Kenichi Handa <handa@m17n.org>
3880
3881 * international/characters.el: Set category `l' (latin)
3882 for more characters.
3883
3884 2007-03-04 Kim F. Storm <storm@cua.dk>
3885
3886 * emacs-lisp/authors.el (authors-aliases): Add alias.
3887
3888 2007-03-04 Glenn Morris <rgm@gnu.org>
3889
3890 * progmodes/hideshow.el (hs-minor-mode): Turn mode off and show
3891 all when switching major mode.
3892 (hs-minor-mode, hs-c-start-regexp, hs-block-start-regexp)
3893 (hs-block-start-mdata-select, hs-block-end-regexp)
3894 (hs-forward-sexp-func, hs-adjust-block-beginning):
3895 Do not make these variables permanent-local.
3896
3897 2007-03-04 Richard Stallman <rms@gnu.org>
3898
3899 * progmodes/cperl-mode.el (cperl-mode):
3900 Modify cperl-compilation-error-regexp-alist by appending.
3901
3902 * emacs-lisp/edebug.el (edebug-kill-buffer): New function.
3903 (edebug-mode): Add the hook.
3904 (edebug-recursive-edit): Remove the hook on exiting.
3905
3906 * type-break.el (type-break-get-previous-time):
3907 Handle end-of-file errors specially
3908 so they don't get reported wrong in .emacs.
3909
3910 * startup.el (fancy-splash-text): Clarify text.
3911
3912 * simple.el (beginning-of-buffer, end-of-buffer):
3913 Avoid treating plain C-u like numeric arg.
3914
3915 * simple.el (completion-setup-function): Don't set
3916 default-directory to nil.
3917
3918 * shell.el (shell-dirstack-query): Doc fix.
3919
3920 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
3921 Don't select the window -- pass it to primitives instead.
3922
3923 * faces.el (minibuffer-prompt): Use medium blue by default.
3924
3925 2007-03-04 David Kastrup <dak@gnu.org>
3926
3927 * jit-lock.el (jit-lock-stealth-time): Change default to nil.
3928 Preserve 16 as default value for "seconds" when customizing.
3929
3930 2007-03-04 Carsten Dominik <dominik@science.uva.nl>
3931
3932 * textmodes/org.el (org-self-insert-command)
3933 (orgtbl-self-insert-command, org-delete-char)
3934 (org-delete-backward-char): Set the `flyspell-delayed' property.
3935
3936 2007-03-03 Chong Yidong <cyd@stupidchicken.com>
3937
3938 * international/mule.el (find-auto-coding): Don't search for
3939 line-ending characters past the end of the tail.
3940
3941 2007-03-03 Christopher Allan Webber <cwebber@dustycloud.org> (tiny change)
3942
3943 * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
3944 Jump to the line where new score has been uploaded.
3945
3946 * play/tetris.el (tetris-move-bottom, tetris-move-left)
3947 (tetris-move-right, tetris-rotate-prev, tetris-rotate-next):
3948 Do nothing when the game is paused.
3949
3950 2007-03-03 Carsten Dominik <dominik@science.uva.nl>
3951
3952 * textmodes/org.el (org-set-tags): Prevent slipping of point
3953 during completion.
3954
3955 2007-03-01 Lennart Borgman <lennart.borgman.073@student.lu.se>
3956
3957 * isearch.el (isearch-message-prefix):
3958 Use minibuffer-prompt-properties.
3959
3960 2007-03-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3961
3962 * ps-print.el: Replace (defvar VAR nil) by (defvar VAR).
3963 (ps-setup): Print which Emacsen is running ps-print package.
3964
3965 2007-03-01 Stuart Herring <herring@lanl.gov>
3966
3967 * files.el (set-auto-mode-0): Use `indirect-function'.
3968 (hack-one-local-variable): Don't reapply current major mode.
3969
3970 2007-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
3971
3972 * progmodes/python.el (python-quote-syntax): Don't bother with
3973 syntax-ppss-context.
3974 (python-fill-paragraph): Make sure that fenced-string delimiters that
3975 stand on their own line stay there.
3976
3977 2007-03-01 Lennart Borgman <lennart.borgman.073@student.lu.se>
3978
3979 * replace.el (perform-replace): Propertize message.
3980
3981 2007-03-01 Carsten Dominik <dominik@science.uva.nl>
3982
3983 * textmodes/org.el (org-prepare-agenda-buffers): Also check for
3984 invisible heading.
3985
3986 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
3987
3988 * net/tramp.el (tramp-file-name-handler): Revert last change.
3989
3990 2007-02-28 Nick Roberts <nickrob@snap.net.nz>
3991
3992 * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump):
3993 Correct doc strings.
3994
3995 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
3996
3997 * replace.el (perform-replace): Undo forward-char immediately if
3998 non-adjacent search fails.
3999
4000 2007-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
4001
4002 * version.el (emacs-major-version, emacs-minor-version):
4003 string-to-int -> string-to-number.
4004
4005 2007-02-28 Juanma Barranquero <lekktu@gmail.com>
4006
4007 * help.el (where-is): Fail gracefully when not passed a command.
4008
4009 2007-02-28 Stuart Herring <herring@lanl.gov>
4010
4011 * find-lisp.el (find-lisp-default-directory-predicate):
4012 Fix bug: Do symlink check on expanded filename.
4013
4014 2007-02-28 Carsten Dominik <dominik@science.uva.nl>
4015
4016 * textmodes/org.el (org-set-tags, org-table-get-field): Avoid case
4017 changes during replacement.
4018 (org-agenda-mode-map): Add default binding for `org-agenda-archive'.
4019
4020 2007-02-28 Lars Hansen <larsh@soem.dk>
4021
4022 * desktop.el: Delete header line listing me as maintainer.
4023
4024 2007-02-28 Glenn Morris <rgm@gnu.org>
4025
4026 * tutorial.el (tutorial--describe-nonstandard-key): Tweak text in
4027 the menus case.
4028
4029 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
4030
4031 * net/tramp.el (tramp-file-name-handler): Inhibit modification
4032 hooks to avoid confusion when combining after-change calls.
4033
4034 2007-02-27 Ken Manheimer <ken.manheimer@gmail.com>
4035
4036 * allout.el (allout-encrypt-string): Remove inhibition of gpg-agent,
4037 now that pgg-gpg-process-region correctly honors passed-in passphrase.
4038 (allout-distinctive-bullets-string): Add info about bullet conventions.
4039 (allout-mode): Add info about distinctive vs plain bullets.
4040
4041 2007-02-27 Carsten Dominik <dominik@science.uva.nl>
4042
4043 * textmodes/org.el (org-archive-subtree): Quote variable name.
4044 (org-agenda-get-todos): Make sure skip properties are checked correctly.
4045
4046 2007-02-26 Nick Roberts <nickrob@snap.net.nz>
4047
4048 * progmodes/gud.el (gud-bashdb-history, gud-bashdb-marker-filter)
4049 (gud-bashdb-command-name, bashdb): Remove.
4050 (gud, gud-menu-map): Remove references to bash/bashdb.
4051
4052 2007-02-26 Andrey Zhdanov <susuman@hotmail.com> (tiny change)
4053
4054 * progmodes/gud.el (gud-pdb-marker-regexp): Add optional <module>
4055 keyword for Python 2.5.
4056
4057 2007-02-26 Romain Francoise <romain@orebokech.com>
4058
4059 * net/net-utils.el (whois-server-tld): Update server for .org.
4060 (whois-server-list): Add whois.publicinterestregistry.net.
4061 (whois-guess-server): Fix formatting in docstring.
4062
4063 2007-02-26 Kim F. Storm <storm@cua.dk>
4064
4065 * mouse.el (mouse-show-mark): Run hooks and perform command
4066 remapping for mouse-region-delete-keys.
4067
4068 2007-02-26 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
4069
4070 * font-core.el (font-lock-mode): Doc fix.
4071
4072 2007-02-25 Kim F. Storm <storm@cua.dk>
4073
4074 * ido.el (ido-buffer-internal): Set this-command to fallback command.
4075 Add selected buffer to buffer-name-history.
4076 (ido-file-internal): Set this-command to fallback command.
4077 Add file names to file-name-history.
4078
4079 * emacs-lisp/map-ynp.el (map-y-or-n-p):
4080 Apply minibuffer-prompt-properties.
4081
4082 2007-02-25 Andreas Schwab <schwab@suse.de>
4083
4084 * files.el (hack-one-local-variable-eval-safep): Correct handling
4085 of edebug-form-spec property value. Reported by Johan Bockg\e,Ae\e(Brd.
4086
4087 2007-02-25 Carsten Dominik <dominik@science.uva.nl>
4088
4089 * textmodes/org.el (org-table-overlay-coordinates)
4090 (org-table-toggle-coordinate-overlays): New functions.
4091 (org-table-overlay-coordinates, org-table-coordinate-overlays):
4092 New variables.
4093 (org-startup-with-deadline-check): Remove option.
4094 (org-mode): Remove deadline check on startup.
4095 (org-table-limit-column-width): Remove option.
4096 (org-table-formula-numbers-only): Remove option.
4097 (org-link-style, org-link-format): Remove options.
4098 (org-select-agenda-window, org-fit-agenda-window): Remove options.
4099 (org-export-ascii-show-new-buffer)
4100 (org-export-html-show-new-buffer): Remove options.
4101 (org-activate-links): Remove camel option.
4102 (org-file-link-context-use-camel-case): Remove option.
4103 (org-camel-regexp): Remove variable.
4104 (org-activate-camels): Remove function.
4105 (org-store-link): Remove Camel stuff.
4106 (org-make-org-heading-camel): Remove function.
4107 (org-open-at-point): Remove camel stuff.
4108 (org-link-search): Remove camel stuff.
4109 (org-camel-to-words): Function removed.
4110 (org-get-agenda-file-buffer): Make sure we prepare the base
4111 buffers, not any indirect buffers.
4112 (org-sort-entries): Sort top-level when not on a headline, and no
4113 active region.
4114 (org-in-regexp): New function.
4115 (org-search-not-self): Rename from `org-search-not-link'.
4116 (org-open-link-marker): New variable.
4117 (org-open-at-point): Set `org-open-link-marker'.
4118 (org-print-icalendar-entries): Fixe bug with excluding DONE
4119 entries from the exported list.
4120 (org-edit-formula-lisp-indent): New command.
4121 (orgtbl-to-texinfo, orgtbl-to-html): New functions.
4122 (orgtbl-to-latex, orgtbl-insert-radio-table)
4123 (orgtbl-toggle-comment, orgtbl-send-table): New functions.
4124 (orgtbl-radio-table-templates): New option.
4125 (org-store-link-props):
4126 (org-remember-templates): More possibilities to insert info
4127 into templates.
4128 (org-remember-apply-template): Make use of the extended
4129 template capabilities.
4130 (org-remember-redo-template): New command.
4131 (org-upgrade-old-links)
4132 (org-table-modify-formulas, org-table-replace-in-formulas)
4133 (org-table-find-dataline)
4134 (org-table-get-vertical-vector): Remove functions.
4135 (org-table-remove-rectangle-highlight)
4136 (org-time-stamp-format, org-toggle-log-option)
4137 (org-table-highlight-rectangle)
4138 (org-table-iterate, org-table-make-reference):
4139 (org-translate-time, org-tree-to-indirect-buffer)
4140 (org-table-field-info, org-table-fix-formulas)
4141 (org-table-force-dataline, org-table-get-descriptor-line)
4142 (org-table-get-range)
4143 (org-skip-comments, org-sort)
4144 (org-sort-entries, org-sublist, org-table-add-rectangle-overlay)
4145 (org-table-current-dline, org-table-current-field-formula)
4146 (org-table-edit-backward-field)
4147 (org-table-edit-formulas-post-command)
4148 (org-table-edit-line-down, org-table-edit-line-up)
4149 (org-agenda-archive)
4150 (org-agenda-clock-cancel)
4151 (org-agenda-clock-out, org-agenda-list-stuck-projects)
4152 (org-agenda-open-link, org-agenda-show-new-time)
4153 (org-agenda-skip-subtree-when-regexp-matches)
4154 (org-agenda-tree-to-indirect-buffer, org-agenda-undo)
4155 (org-at-regexp-p, org-auto-repeat-maybe, org-check-log-option)
4156 (org-do-sort, org-file-image-p, org-find-overlays)
4157 (org-find-row-type, org-get-indirect-buffer, org-get-repeat)
4158 (org-highlight-until-next-command, org-isearch-end)
4159 (org-match-any-p, org-next-link, org-previous-link):
4160 (org-remove-subtree-entries-from-agenda, org-replace-escapes)
4161 (org-rewrite-old-row-references)
4162 (org-isearch-post-command)
4163 (org-table-edit-move, org-table-edit-next-field)
4164 (org-table-edit-scroll, org-table-edit-scroll-down)
4165 (org-set-frame-title, org-show-reference)
4166 (org-unhighlight-once, org-verify-change-for-undo): New functions.
4167 (org-show-variable): Remove command.
4168 (org-add-log-maybe): New arguments STATE, FINDPOS
4169 (org-table-sort-lines): Rewrite from scratch.
4170 (org-link-search): New argument AVOID-POS.
4171 (org-print-icalendar-entries): Remove argument CATEGORY.
4172 (org-run-agenda-series): Remove argument WONDOW.
4173 (org-next-link, org-previous-link): New commands.
4174 (org-agenda-date-format): New option.
4175 (org-table-iterate): New command.
4176 (org-table-modify-formulas)
4177 (org-table-replace-in-formulas): Remove functions.
4178 (org-table-fix-formulas): New function.
4179 (org-table-insert-column, org-table-delete-column)
4180 (org-table-move-column): Use `org-table-fix-formulas'.
4181 (org-follow-gnus-link): Patch from Bastien/Leo.
4182 (org-table-current-field-formula): New function.
4183 (org-file-image-p): New function.
4184 (org-agenda-show-new-time): New function.
4185 (org-agenda-date-later): Call `org-agenda-show-new-time'.
4186 (org-with-remote-undo): New macro.
4187 (org-agenda-undo): New command.
4188 (org-verify-change-for-undo): New function.
4189 (org-time-stamp-format): New function.
4190 (org-agenda-get-timestamps): Skip scheduled if DONE and requested
4191 by user.
4192 (org-match-any-p): New function.
4193 (org-make-tags-matcher): Handle regular expressions for tag and
4194 todo matches.
4195 (org-read-date): Accept "+N" as input for a date relative to the
4196 current date.
4197 (org-remove-subtree-entries-from-agenda): New function.
4198 (org-agenda-archive, org-agenda-kill):
4199 Use `org-remove-subtree-entries-from-agenda'.
4200 (org-do-sort, org-sort-entries): New functions.
4201 (org-sort): New command.
4202 (org-table-sort-lines): Use `org-do-sort'.
4203 (org-fix-decoded-time): New function.
4204 (org-table-number-regexp): Require 0x... to identify as number
4205 in tables.
4206 (org-startup-options): New keywords for note taking.
4207 (org-upgrade-old-links): Remove function.
4208 (org-get-repeat): New function.
4209 (org-show-context): Also show siblings on current level.
4210 (org-show-siblings): New function.
4211 (org-isearch-end, org-isearch-post-command): New functions.
4212 (org-show-siblings): New option.
4213 (org-show-context): Use `org-show-siblings'.
4214 (org-table-maybe-recalculate-line): No longer require `calc-eval'
4215 to be bound, because user may just use elisp.
4216
4217 2007-02-24 Kim F. Storm <storm@cua.dk>
4218
4219 * emulation/cua-base.el (cua-paste): Handle x-clipboard-yank.
4220 (cua--init-keymaps): Remap x-clipboard-yank to cua-paste.
4221
4222 2007-02-24 Dan Nicolaescu <dann@ics.uci.edu>
4223
4224 * startup.el (command-line): Also check if the abbrev file is readable.
4225
4226 2007-02-24 John Paul Wallington <jpw@pobox.com>
4227
4228 * net/tls.el (tls-certtool-program): Fix custom type.
4229
4230 * mail/feedmail.el (feedmail-message-id-generator)
4231 (feedmail-date-generator): Fix custom types.
4232
4233 * mail/rmail.el (rmail-message-filter): Fix custom type.
4234
4235 2007-02-24 Eli Zaretskii <eliz@gnu.org>
4236
4237 * startup.el (command-line): If simple.el cannot be found, proceed
4238 with a warning message.
4239
4240 2007-02-24 Kenichi Handa <handa@m17n.org>
4241
4242 * international/utf-8.el (utf-8-pre-write-conversion): Handle the
4243 case that BEG is a string.
4244
4245 2007-02-24 Chris Moore <dooglus@gmail.com>
4246
4247 * pgg-pgp5.el (pgg-pgp5-encrypt-region):
4248 * pgg-pgp.el (pgg-pgp-encrypt-region):
4249 * pgg-gpg.el (pgg-gpg-encrypt-region):
4250 Check pgg-encrypt-for-me if no other recipients.
4251
4252 2007-02-23 Eli Zaretskii <eliz@gnu.org>
4253
4254 * mail/rmailedit.el (rmail-cease-edit): Restore the Rmail toolbar.
4255
4256 * textmodes/sgml-mode.el (sgml-validate): Quote the file name with
4257 shell-quote-argument.
4258
4259 2007-02-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4260
4261 * comint.el (comint-read-input-ring): Use comint-input-ring-size
4262 from the comint buffer instead of the temporary one.
4263
4264 2007-02-23 David Reitter <david.reitter@gmail.com>
4265
4266 * cus-edit.el (custom-save-all): Canonicalize custom-file before
4267 storing it in recentf-exclude.
4268
4269 2007-02-23 Chong Yidong <cyd@stupidchicken.com>
4270
4271 * startup.el (fancy-splash-screens): Make cursor-type buffer-local
4272 in splash screen.
4273
4274 2007-02-22 J.D. Smith <jdsmith@as.arizona.edu>
4275
4276 * progmodes/idlw-shell.el (idlwave-shell-mode): Clean up pending
4277 commands, for restart.
4278 (idlwave-shell-current-module): Fix handling of module name by type.
4279 (idlwave-shell-break-in): Update type handling.
4280 (idlwave-shell-bp-get): Encode type in BP structure.
4281 (idlwave-shell-set-bp): Fix setting condition/count on disabled BPs.
4282 (idlwave-shell-module-source-query): Query routine info based on type.
4283 Fix path parsing for non-compiled files.
4284 (idlwave-shell-module-source-filter): Don't signal error in filter
4285 if no source found.
4286 (idlwave-shell-set-bp-in-module): Use fallback source to prevent
4287 filter race.
4288
4289 2007-02-22 Kim F. Storm <storm@cua.dk>
4290
4291 * wid-edit.el (widget-default-create): Undo 2007-02-04 change.
4292 (editable-field): Document need to put some text before the %v
4293 escape in :format string.
4294
4295 2007-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
4296
4297 * vc-svn.el: Remove the code inherited from CVSREAD and `cvs edit'.
4298 (vc-svn-use-edit): Remove unused config var.
4299 (vc-svn-update, vc-svn-revert): Checkout is always implicit.
4300
4301 * outline.el (hide-sublevels): Keep empty last line, if available.
4302
4303 * buff-menu.el (list-buffers-noselect): Use explicit unicode code
4304 rather than the corresponding unicode char, to make the code
4305 more readable.
4306
4307 2007-02-19 Juanma Barranquero <lekktu@gmail.com>
4308
4309 * speedbar.el (speedbar-frame-mode, speedbar-frame-width)
4310 (speedbar-show-unknown-files, speedbar-item-info-file-helper)
4311 (speedbar-item-info-tag-helper): Doc fixes.
4312
4313 2007-02-19 Kenichi Handa <handa@m17n.org>
4314
4315 * international/mule-cmds.el (locale-language-names):
4316 Map "eo" to "Esperanto".
4317
4318 * language/european.el ("Esperanto"): New language environment.
4319
4320 2007-02-17 Sven Joachim <svenjoac@gmx.de> (tiny change)
4321
4322 * simple.el (kill-line): Doc fix.
4323
4324 2007-02-17 Kim F. Storm <storm@cua.dk>
4325
4326 * emacs-lisp/bindat.el (bindat--unpack-u*): Optimize.
4327 (bindat--unpack-item, bindat--length-group, bindat--pack-item)
4328 (bindat--unpack-group, bindat--pack-group):
4329 Handle vectors with optional element type.
4330
4331 2007-02-17 Daiki Ueno <ueno@unixuser.org>
4332
4333 * pgg-gpg.el (pgg-gpg-process-region): Make USE-AGENT nil
4334 if PASSPHRASE is given.
4335
4336 2007-02-17 Chris Moore <dooglus@gmail.com>
4337
4338 * jka-cmpr-hook.el (jka-compr-compression-info-list):
4339 Recognize backups of bz2 compressed files.
4340
4341 2007-02-17 Eli Zaretskii <eliz@gnu.org>
4342
4343 * info-look.el (info-lookup): Bind Info-fontify-maximum-menu-size
4344 to nil to speed up lookup of the symbol in index nodes.
4345
4346 2007-02-17 Alin C. Soare <alinsoar@voila.fr> (tiny change)
4347
4348 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
4349 Add indentation for the constants of Lisp.
4350
4351 2007-02-16 Stefan Monnier <monnier@iro.umontreal.ca>
4352
4353 * ps-print.el: Use (defvar <foo>) where applicable.
4354 (ps-print-emacs-type): Remove.
4355 (ps-x-frame-property, ps-e-frame-parameter): Remove.
4356 (ps-frame-parameter): Align its call-convention with frame-parameter.
4357 (ps-begin-job): Adjust calls to it appropriately.
4358 (ps-setup): Don't print ps-print-emacs-type.
4359 (ps-e-find-composition, ps-mark-active-p, ps-color-device):
4360 Define in such a way that it's obvious that it's defined.
4361 (ps-prsc, ps-c-prsc, ps-s-prsc): Remove.
4362 (ps-rmail-mode-hook, ps-vm-mode-hook, ps-gnus-summary-setup)
4363 (ps-jts-ps-setup): Use flavor-neutral syntax instead.
4364
4365 2007-02-15 Alan Mackenzie <acm@muc.de>
4366
4367 * progmodes/cc-cmds.el (c-indent-new-comment-line): When splitting
4368 an empty one-line C-style comment, post-position point properly.
4369
4370 2007-02-15 Chris Moore <dooglus@gmail.com>
4371
4372 * isearch.el (isearch-lazy-highlight-space-regexp): New variable.
4373 (isearch-lazy-highlight-new-loop): Bind it.
4374 (isearch-lazy-highlight-search): Use it.
4375
4376 * replace.el (replace-highlight): Bind search-whitespace-regexp to nil.
4377
4378 2007-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
4379
4380 * font-lock.el (font-lock-extend-region-wholelines):
4381 Only return non-nil if the region has really been changed.
4382 Reported by David Hansen <david.hansen@physik.fu-berlin.de>
4383
4384 2007-02-15 Juanma Barranquero <lekktu@gmail.com>
4385
4386 * play/5x5.el (5x5-crack-xor-mutate): Doc fix.
4387 (5x5-draw-grid-end, 5x5-make-xor-with-mutation, 5x5-mode, 5x5-crack)
4388 (5x5-play-solution, 5x5-y-or-n-p): Fix typos in docstrings.
4389
4390 2007-02-14 Juanma Barranquero <lekktu@gmail.com>
4391
4392 * faces.el (color-values): Revert changes to docstring from
4393 2007-01-31 and 2000-09-07.
4394
4395 * textmodes/ispell.el (ispell-keep-choices-win, ispell-word)
4396 (ispell-begin-skip-region-regexp): Fix typos in docstrings.
4397 (ispell-dictionary-alist, ispell-process-line): Doc fixes.
4398 (ispell-help): Fix typos in docstring and output message.
4399
4400 2007-02-14 Kim F. Storm <storm@cua.dk>
4401
4402 * progmodes/grep.el (grep-files-aliases): Add tex and texi aliases.
4403 (lgrep): Add DIR arg to start grep in specific directory, like rgrep.
4404 (grep): Fix lgrep reference.
4405
4406 * disp-table.el (make-glyph-code, glyph-char, glyph-face): New defuns.
4407 (standard-display-underline): Use make-glyph-code.
4408
4409 * descr-text.el (describe-char): Use glyph-char and glyph-face.
4410
4411 * international/latin1-disp.el (latin1-display-char):
4412 Use make-glyph-code.
4413
4414 2007-02-13 Juanma Barranquero <lekktu@gmail.com>
4415
4416 * ehelp.el (with-electric-help, electric-help-exit)
4417 (electric-help-retain): Doc fixes.
4418
4419 * emacs-lisp/bytecomp.el (byte-compile-dest-file)
4420 (byte-compile-file): Doc fixes.
4421
4422 2007-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4423
4424 * term/mac-win.el: Change all uses of
4425 mac-set-font-panel-visibility to mac-set-font-panel-visible-p.
4426 (mac-ae-number): Return integer 0 if coerced result is float 0.0.
4427 (mac-ae-get-url): Call select-frame-set-input-focus.
4428 (mac-dnd-handle-drag-n-drop-event): Don't call
4429 select-frame-set-input-focus.
4430
4431 2007-02-13 Kenichi Handa <handa@m17n.org>
4432
4433 * international/characters.el: Fix documentation of category `a'.
4434
4435 2007-02-11 Dan Nicolaescu <dann@ics.uci.edu>
4436
4437 * progmodes/grep.el (grep): Mention lgrep and rgrep in the docstring.
4438
4439 2007-02-12 Michael Albinus <michael.albinus@gmx.de>
4440
4441 * net/tramp.el (tramp-get-ls-command, tramp-get-file-exists-command)
4442 (tramp-get-remote-ln): Handle error case.
4443 Reported by Chris Moore <dooglus@gmail.com>.
4444
4445 2007-02-11 Kim F. Storm <storm@cua.dk>
4446
4447 * bindings.el (ctl-x-map): Remove register compatibility bindings
4448 C-x /, C-x j, C-x x, and C-x g (deprecated since Emacs 19).
4449
4450 2007-02-11 Richard Stallman <rms@gnu.org>
4451
4452 * loadhist.el (unload-feature): Handle (t . SYMBOL) entries
4453 in load history.
4454
4455 * emacs-lisp/lisp-mode.el (indent-sexp): Clean up termination
4456 condition -- don't fail to stop at endpos.
4457
4458 2007-02-11 Carsten Dominik <dominik@science.uva.nl>
4459
4460 * textmodes/org.el (org-agenda-get-todos)
4461 (org-agenda-get-timestamps, org-agenda-get-closed)
4462 (org-agenda-get-deadlines, org-agenda-get-scheduled)
4463 (org-agenda-get-blocks, org-format-agenda-item)
4464 (org-agenda-change-all-lines, org-scan-tags): Rename text property
4465 from `category' to `org-category'.
4466
4467 2007-02-11 Kenichi Handa <handa@m17n.org>
4468
4469 * international/titdic-cnv.el (titdic-convert): Force files be written
4470 with Unix-like eol format. Read files under CXTERM-DIC by raw-text.
4471 (miscdic-convert): Force files be written with Unix-like eol format.
4472
4473 2007-02-11 Juanma Barranquero <lekktu@gmail.com>
4474
4475 * files.el (change-major-mode-with-file-name): Fix typo in docstring.
4476
4477 * calculator.el (calculator-prompt): Doc fix.
4478 (calculator-mode-map): Fix typo in menu entry.
4479
4480 2007-02-10 Jay Belanger <belanger@truman.edu>
4481
4482 * calculator.el (calculator): Do more extensive checking for when
4483 3 lines should be used for the calculator.
4484
4485 2007-02-10 Eli Zaretskii <eliz@gnu.org>
4486
4487 * info-look.el (info-lookup-make-completions):
4488 Bind Info-fontify-maximum-menu-size to nil to speed up lookup of
4489 index nodes.
4490
4491 * info.el (Info-fontify-maximum-menu-size): Document the effect
4492 of a nil value.
4493 (Info-fontify-node): Make sure Info-fontify-maximum-menu-size is
4494 non-nil before using it as size.
4495
4496 2007-02-09 Chong Yidong <cyd@stupidchicken.com>
4497
4498 * subr.el (insert-for-yank-1): Prevent read-only properties from
4499 interfering with text property operations.
4500
4501 * image-mode.el (image-mode): Revert 2007-01-30 changes.
4502
4503 * image.el (image-type-auto-detectable): Don't autodetect x[pb]m.
4504 (image-type-auto-detected-p): Fail if another match is found in
4505 auto-mode-alist.
4506
4507 * files.el (magic-mode-alist): Call image-mode instead of
4508 image-mode-maybe for autodetected images.
4509
4510 2007-02-09 Juanma Barranquero <lekktu@gmail.com>
4511
4512 * mail/smtpmail.el (smtpmail-smtp-service, smtpmail-queue-index-file):
4513 Fix typos in docstrings.
4514 (smtpmail-local-domain, smtpmail-queue-mail): Doc fixes.
4515
4516 2007-02-09 Kim F. Storm <storm@cua.dk>
4517
4518 * emacs-lisp/float-sup.el: Remove obsolete comment.
4519
4520 2007-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
4521
4522 * diff-mode.el (diff-sanity-check-hunk): Fix last fix.
4523
4524 2007-02-08 Karl Fogel <kfogel@red-bean.com>
4525
4526 * simple.el: Revert previous change, at request of RMS:
4527 (fundamental-mode-hook): Remove.
4528 (fundamental-mode): Run after-change-major-mode-hooks manually,
4529 and don't run the now-nonexistent fundamental-mode-hook.
4530
4531 2007-02-08 Karl Fogel <kfogel@red-bean.com>
4532
4533 * simple.el (fundamental-mode-hook): Declare new hook.
4534 (fundamental-mode): Run the new dedicated hook, and don't run
4535 after-change-major-mode-hooks manually anymore.
4536
4537 2007-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
4538
4539 * vc-svn.el (vc-svn-merge-news): Understand the new format with two
4540 added columns of chars. Remove support for the "no-meta-info" format.
4541 Prompted by Romain Francoise <romain@orebokech.com>.
4542
4543 2007-02-07 Nick Roberts <nickrob@snap.net.nz>
4544
4545 * progmodes/gdb-ui.el (gdb-if-arrow): New macro.
4546 (gdb-mouse-until, gdb-mouse-jump): Use it.
4547
4548 2007-02-07 Nick Roberts <nickrob@snap.net.nz>
4549
4550 * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump): Make them
4551 work when there is just an assembler buffer (no source buffer).
4552
4553 2007-02-07 Per Cederqvist <ceder@lysator.liu.se> (tiny change)
4554
4555 * diff-mode.el (diff-sanity-check-hunk): Don't reject the hunk
4556 just because the diff was produced using "-p" (--show-c-function).
4557
4558 2007-02-07 Juanma Barranquero <lekktu@gmail.com>
4559
4560 * faces.el (frame-set-background-mode): Use `color-values' and
4561 `display-color-p', not `x-color-values' and `x-display-color-p'.
4562 (face-valid-attribute-values): Use `defined-colors' instead of
4563 `x-defined-colors'.
4564
4565 2007-02-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4566
4567 * ps-print.el: The ps-print commands without face printing should not
4568 print background color. Reported by Leo <sdl.web@gmail.com>.
4569 (ps-print-version): New version 6.7.3.
4570 (ps-begin-job): New arg. Fix ps-default-background and
4571 ps-default-foreground initialization.
4572 (ps-face-attributes): Fix doc string.
4573 (ps-face-background, ps-generate-postscript, ps-generate): Fix code.
4574
4575 * printing.el: Fix ps-print link.
4576
4577 2007-02-06 Chong Yidong <cyd@stupidchicken.com>
4578
4579 * faces.el (face-set-after-frame-default): Compile attributes to
4580 be set by frame parameters before merging in X resources.
4581
4582 2007-02-06 Juanma Barranquero <lekktu@gmail.com>
4583
4584 * simple.el (blink-matching-paren-dont-ignore-comments):
4585 (blink-matching-paren-on-screen): Doc fixes.
4586
4587 2007-02-06 Nick Roberts <nickrob@snap.net.nz>
4588
4589 * progmodes/gdb-ui.el (gdb-frames-mode): Truncate lines in stack buffer.
4590
4591 2007-02-05 Juanma Barranquero <lekktu@gmail.com>
4592
4593 * loadhist.el (unload-feature): Silently ignore `load-history' entries
4594 of the form `(defface . SYMBOL)', and treat `(autoload . SYMBOL)'
4595 entries like `defun'. Return nil.
4596
4597 2007-02-05 Kim F. Storm <storm@cua.dk>
4598
4599 * ido.el: Doc fixes.
4600
4601 2007-02-04 David Kastrup <dak@gnu.org>
4602
4603 * play/mpuz.el (mpuz-random-puzzle): Fix potential lockup when
4604 `mpuz-allow-double-multiplicator' is non-zero, and correct
4605 calculation of `min'.
4606
4607 2007-02-04 Per Abrahamsen <abraham@dina.kvl.dk>
4608
4609 * wid-edit.el (widget-default-create): Insert new text at the
4610 :from marker _after_ the marker, not before it.
4611
4612 2007-02-04 Alan Mackenzie <acm@muc.de>
4613
4614 * progmodes/cc-cmds.el (c-indent-line): Don't erase ^L when a line
4615 containing it is re-indented.
4616
4617 2007-02-03 Chong Yidong <cyd@stupidchicken.com>
4618
4619 * net/newsticker.el (newsticker--insert-image): Update docstring,
4620 and insert the image directly.
4621 (newsticker--buffer-redraw): Update docstring.
4622
4623 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
4624 Rename from define-global-minor-mode.
4625
4626 * progmodes/cwarn.el (global-cwarn-mode):
4627 * emacs-lisp/autoload.el (make-autoload):
4628 * hi-lock.el (global-hi-lock-mode):
4629 * font-core.el (global-font-lock-mode): All callers changed.
4630
4631 2007-02-03 Eli Zaretskii <eliz@gnu.org>
4632
4633 * textmodes/texnfo-upd.el (texinfo-menu-copy-old-description):
4634 Don't copy @ignore lines into menu descriptions.
4635 (texinfo-multi-file-update): Goto the @node line before attempting
4636 to pluck the node name.
4637 (texinfo-multiple-files-update): Reverse the optional arguments'
4638 order, as per the doc string and the `interactive' form.
4639
4640 2007-02-03 Chong Yidong <cyd@stupidchicken.com>
4641
4642 * image-mode.el: Use autoload to avoid overriding disabled setting
4643 applied in .emacs.
4644
4645 2007-02-03 Alan Mackenzie <acm@muc.de>
4646
4647 * progmodes/cc-engine.el (c-in-knr-argdecl): Slight correction
4648 for, e.g. "void (*hdone)();" in a k&r list. (No WS between
4649 adjacent paren groups).
4650
4651 2007-02-02 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4652
4653 * progmodes/ebnf2ps.el: Doc fixes.
4654 (ebnf-eps-buffer, ebnf-eps-region, ebnf-syntax-alist): Doc fixes.
4655
4656 2007-02-02 Eli Zaretskii <eliz@gnu.org>
4657
4658 * dired-x.el (dired-do-relsymlink): Add reference to
4659 dired-do-symlink. Add an autoload cookie.
4660
4661 * dired-aux.el (dired-do-symlink): Add reference to
4662 dired-do-relsymlink.
4663
4664 2007-02-02 Doug Maxey <dwm@enoyolf.org> (tiny change)
4665
4666 * mouse.el <left-fringe mouse-2, right-fringe mouse-3>:
4667 <left-fringe mouse-3>: New bindings.
4668
4669 2007-02-02 Ulf Jasper <ulf.jasper@web.de>
4670
4671 * net/newsticker.el (newsticker-version): Changed to "1.10".
4672 (newsticker--set-customvar): Doc string.
4673 (newsticker-new-item-face): Doc string.
4674 (newsticker-mode): Initialize `invisibility-spec' with t.
4675 (newsticker-mode-map): Added
4676 `newsticker-mark-all-items-at-point-as-read'.
4677 (newsticker-menu): Added narrow-to-item and narrow-to-feed.
4678 (newsticker-w3m-show-inline-images): Do not call
4679 `w3m-remove-image'.
4680 (newsticker--buffer-after-w3m-insert-image): New advice for
4681 w3m-insert-image to cache images.
4682 (newsticker-next-item-same-feed): New.
4683 (newsticker-mark-all-items-at-point-as-read-and-redraw): New.
4684 (newsticker-mark-all-items-of-feed-as-read): New.
4685 (newsticker-mark-all-items-at-point-as-read): Use new functions.
4686 (newsticker-mark-item-at-point-as-read): Doc string.
4687 (newsticker-mark-item-at-point-as-read): Use new functions.
4688 (newsticker--do-mark-item-at-point-as-read): New, extracted from
4689 `newsticker-mark-item-at-point-as-read'.
4690 (newsticker-hide-entry): Use (t) instead of t for invisibility.
4691 (newsticker--sentinel): Yet another xml-parser workaround.
4692 (newsticker--decode-iso8601-date): Bugfix for datestrings without
4693 days.
4694 (newsticker--buffer-do-insert-text): Fix.
4695 (newsticker--buffer-insert-enclosure): Fix. length might be missing.
4696 (newsticker--buffer-make-item-completely-visible):
4697 `switch-to-buffer' not necessary.
4698
4699 2007-02-02 Eli Zaretskii <eliz@gnu.org>
4700
4701 * progmodes/ebnf2ps.el (ebnf-eps-buffer, ebnf-eps-region)
4702 (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-region)
4703 (ebnf-style-database, ebnf-apply-style, ebnf-reset-style)
4704 (ebnf-push-style, ebnf-pop-style, ebnf-eps-production-list)
4705 (ebnf-directory, ebnf-file, ebnf-syntax-alist): Doc fixes.
4706
4707 2007-02-02 Kenichi Handa <handa@m17n.org>
4708
4709 * international/quail.el (quail-show-key): Fix an error message.
4710
4711 2007-02-01 Juanma Barranquero <lekktu@gmail.com>
4712
4713 * faces.el (set-face-underline-p, modify-face): Rename arg
4714 UNDERLINE-P to UNDERLINE (it is not a flag).
4715
4716 2007-02-01 Nick Roberts <nickrob@snap.net.nz>
4717
4718 * progmodes/gdb-ui.el (gdb-speedbar-update): Avoid duplication
4719 when adding gdb-speedbar-update to gdb-input-queue.
4720
4721 2007-02-01 Kenichi Handa <handa@m17n.org>
4722
4723 * international/quail.el (quail-show-key): Signal an error if the
4724 current input method is not using Quail.
4725
4726 2007-02-01 J.D. Smith <jdsmith@as.arizona.edu>
4727
4728 * progmodes/idlwave.el (idlwave-xml-create-sysvar-alist):
4729 Trim leading whitespace in sysvar names.
4730
4731 2007-02-01 Juanma Barranquero <lekktu@gmail.com>
4732
4733 * faces.el (internal-find-face, internal-get-face): Doc fixes.
4734
4735 2007-01-31 Juanma Barranquero <lekktu@gmail.com>
4736
4737 * ido.el (ido-set-common-completion): Use `let', not `let*'.
4738
4739 2007-01-31 Romain Francoise <romain@orebokech.com>
4740
4741 * comint.el: Delete extra copy of `comint-copy-old-input' added in
4742 previous change to this file.
4743
4744 2007-01-31 Jason Rumney <jasonr@gnu.org>
4745
4746 * files.el (magic-mode-alist): Use image-mode-maybe rather than
4747 image-mode.
4748
4749 * image-mode.el (image-mode-maybe): Prevent magic-mode-alist from
4750 interfering with attempt to set major mode from modified
4751 auto-mode-alist.
4752
4753 2007-01-31 Juanma Barranquero <lekktu@gmail.com>
4754
4755 * faces.el (color-values): Doc fix.
4756 (face-differs-from-default-p): Don't check :foreground twice.
4757
4758 2007-01-31 J.D. Smith <jdsmith@as.arizona.edu>
4759
4760 * comint.el (comint-mode): Prevent non-keyword fontification by default.
4761
4762 2007-01-31 Kenichi Handa <handa@m17n.org>
4763
4764 * international/quail.el (quail-store-decode-map-key): Store a
4765 translated character too.
4766 (quail-char-equal-p): New function.
4767 (quail-find-key1): Check character equality by quail-char-equal-p.
4768 (quail-decode-map-generated): New variable.
4769 (quail-find-key): Check quail-decode-map-generated and re-generate
4770 a decode map if necessary.
4771
4772 2007-01-30 Richard Stallman <rms@gnu.org>
4773
4774 * tutorial.el (tutorial--detailed-help): Make the list of
4775 changed keys look nicer.
4776
4777 2007-01-30 Nick Roberts <nickrob@snap.net.nz>
4778
4779 * progmodes/gdb-ui.el (gdb-var-delete-1): New function.
4780 (gdb-var-delete): Use it.
4781 (gdb-var-update-handler-1): Handle value "invalid" for MI field
4782 `in_scope'.
4783
4784 2007-01-30 Michael Albinus <michael.albinus@gmx.de>
4785
4786 * files.el (get-free-disk-space): Return nil for remote directories.
4787
4788 * net/ange-ftp.el (ange-ftp-ls): In case of wildcards, use "ls"
4789 instead of "dir".
4790
4791 2007-01-30 Chong Yidong <cyd@stupidchicken.com>
4792
4793 * type-break.el (type-break-catch-up-event): New function.
4794 (type-break-demo-hanoi, type-break-demo-life)
4795 (type-break-demo-boring): Use it.
4796
4797 * image-mode.el (image-mode): Don't automatically view as image.
4798 (image-toggle-display): Add `disabled' property.
4799
4800 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
4801
4802 * isearchb.el (isearchb-iswitchb):
4803 * ps-print.el (ps-build-face-reference):
4804 * emacs-lisp/shadow.el (list-load-path-shadows):
4805 * eshell/esh-cmd.el (eshell-rewrite-for-command):
4806 * international/mule.el (find-auto-coding):
4807 * mail/supercite.el (sc-attrib-selection-list):
4808 * progmodes/cc-defs.el (c-emacs-features):
4809 * progmodes/cc-vars.el (c-offsets-alist):
4810 * progmodes/flymake.el
4811 (flymake-init-create-temp-source-and-master-buffer-copy):
4812 Fix typos in docstrings (some suggested by Chris Moore).
4813
4814 * progmodes/vhdl-mode.el (vhdl-components-package-name)
4815 (vhdl-get-library-unit, vhdl-corresponding-begin)
4816 (vhdl-skip-case-alternative, vhdl-backward-skip-label)
4817 (vhdl-align-region-2, vhdl-electric-dash, vhdl-case-word)
4818 (vhdl-hooked-abbrev, vhdl-hs-forward-sexp-func)
4819 (vhdl-font-lock-match-item): Fix typos in docstrings.
4820 (vhdl-get-library-unit, vhdl-get-block-state, vhdl-sort-alist)
4821 (vhdl-set-offset, vhdl-fix-case-region-1, vhdl-scan-directory-contents)
4822 (vhdl-speedbar-insert-project-hierarchy):
4823 Improve argument/docstring consistency.
4824
4825 2007-01-29 Kenichi Handa <handa@m17n.org>
4826
4827 * international/titdic-cnv.el (py-converter): Fix previous change.
4828
4829 2007-01-29 Chong Yidong <cyd@stupidchicken.com>
4830
4831 * jka-compr.el (jka-compr-partial-uncompress)
4832 (jka-compr-call-process): Rebind default-directory if it is
4833 invalid. Suggested by Chris Moore.
4834
4835 * comint.el (comint-insert-input): Handle situation where the
4836 selected buffer is not the clicked buffer.
4837
4838 2007-01-29 Kenichi Handa <handa@m17n.org>
4839
4840 * international/ja-dic-cnv.el (skkdic-convert):
4841 Add byte-compile-disable-print-circle:t at the head.
4842
4843 * international/titdic-cnv.el (tit-process-header):
4844 Add byte-compile-disable-print-circle:t at the head.
4845 (miscdic-convert): Likewise.
4846 (py-converter): Skip the header comments.
4847
4848 * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle):
4849 New variable.
4850 (byte-compile-output-file-form): Bing print-circle to nil if
4851 byte-compile-output-file-form is not nil.
4852 (byte-compile-output-docform): Likewise.
4853
4854 2007-01-28 Kim F. Storm <storm@cua.dk>
4855
4856 * emulation/cua-base.el (cua-global-keymap, cua--region-keymap):
4857 Declare earlier to avoid byte compiler warnings.
4858
4859 2007-01-28 Markus Triska <markus.triska@gmx.at>
4860
4861 * speedbar.el (speedbar-make-specialized-keymap): Doc fix.
4862
4863 2007-01-28 Chong Yidong <cyd@stupidchicken.com>
4864
4865 * play/gamegrid.el (gamegrid-kill-timer): Cancel timer directly.
4866 (gamegrid-add-score-with-update-game-score-1): Allow local quits
4867 when calling update-game-score program. Remove unnecessary
4868 save-excursion.
4869
4870 * play/tetris.el (tetris-new-shape): Stop drawing if game is over.
4871
4872 2007-01-28 Nick Roberts <nickrob@snap.net.nz>
4873
4874 * progmodes/gdb-ui.el (gdb-breakpoint-regexp): Declare earlier to
4875 avoid compiler warning.
4876 (gdb-var-update-handler-1): Consider that the MI field `in_scope'
4877 might have values other than "true" or "false".
4878
4879 2007-01-28 Richard Stallman <rms@gnu.org>
4880
4881 * textmodes/fill.el (fill-paragraph-function): Doc fix.
4882 (fill-paragraph): Bind fill-paragraph-function to t to avoid recursion.
4883
4884 * emacs-lisp/pp.el (pp-eval-last-sexp): Don't eval here.
4885
4886 * image.el (image-type-header-regexps): Make GIF regex more specific.
4887
4888 * tutorial.el (tutorial--default-keys): Check M-DEL, not `M-backspace'.
4889 Don't check `backspace'.
4890 (tutorial--find-changed-keys): Look up bindings in a temp buffer
4891 in Fundamental mode.
4892
4893 * startup.el (fancy-splash-text, normal-splash-screen):
4894 Mention C-g.
4895
4896 * simple.el (eval-expression): Don't use eval-last-sexp-print-value
4897 when inserting in buffer.
4898
4899 * vc-arch.el (vc-arch-file-id): Move with-current-buffer
4900 inside the if.
4901
4902 2007-01-27 Richard Stallman <rms@gnu.org>
4903
4904 * obsolete/awk-mode.el (awk-font-lock-keywords): Add "do".
4905
4906 2007-01-27 Guanpeng Xu <herberteuler@hotmail.com>
4907
4908 * add-log.el (add-log-current-defun): Skip the semicolon ``;'' for
4909 enum/union/struct/class definition.
4910 Revert change to call `forward-sexp' multiple times.
4911
4912 2007-01-27 Chong Yidong <cyd@stupidchicken.com>
4913
4914 * files.el (hack-local-variables-confirm): Don't keep trying to
4915 read an event from an empty kbd macro.
4916
4917 2007-01-27 Eli Zaretskii <eliz@gnu.org>
4918
4919 * server.el (server-start): Mention LEAVE-DEAD arg in the doc string.
4920
4921 2007-01-27 Ben North <ben@redfrontdoor.org>
4922
4923 * outline.el (outline-promote, outline-demote): Doc fix. Rename
4924 the arg CHILDREN -> WHICH.
4925
4926 2007-01-27 Michael Albinus <michael.albinus@gmx.de>
4927
4928 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Set
4929 default-directory to a sane value when calling start-process.
4930
4931 2007-01-27 Eli Zaretskii <eliz@gnu.org>
4932
4933 * ls-lisp.el (ls-lisp-use-localized-time-format): New defcustom.
4934 (ls-lisp-format-time-list): Doc fix. Mention
4935 ls-lisp-use-localized-time-format.
4936 (ls-lisp-format-time): Use ls-lisp-format-time-list if
4937 ls-lisp-use-localized-time-format is non-nil, even if a valid
4938 locale is defined.
4939
4940 2007-01-27 Juanma Barranquero <lekktu@gmail.com>
4941
4942 * jka-compr.el (jka-compr-shell): Doc fix.
4943
4944 * jka-cmpr-hook.el (jka-compr-compression-info-list): Doc fix.
4945
4946 2007-01-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4947
4948 * ps-print.ps: Fix background height.
4949 (ps-print-version): New version 6.7.2.
4950
4951 2007-01-26 Eli Zaretskii <eliz@gnu.org>
4952
4953 * makefile.w32-in (finder-data, custom-deps): Depend on
4954 $(lisp)/loaddefs.el.
4955
4956 2007-01-24 Dan Nicolaescu <dann@ics.uci.edu>
4957
4958 * Makefile.in (custom-deps, finder-data): Add dependency to loaddefs.el.
4959
4960 2007-01-24 Miles Bader <miles@gnu.org>
4961
4962 * emacs-lisp/bytecomp.el (byte-compile-output-file-form)
4963 (byte-compile-output-docform): Bind `print-circle' to t.
4964
4965 2007-01-24 Kenichi Handa <handa@m17n.org>
4966
4967 * international/ja-dic-cnv.el (skkdic-convert): Insert a related
4968 file name of the original SKK dictionary file.
4969
4970 2007-01-24 Kim F. Storm <storm@cua.dk>
4971
4972 * ido.el (ido-initial-position): New variable.
4973 (ido-read-internal): Set it if default item is specified.
4974 (ido-minibuffer-setup): Position cursor accordingly if set.
4975 (ido-edit-input): C-e moves to end of input if not already there.
4976 (ido-magic-backward-char): C-b does like M-b if prev char is /.
4977 Don't switch to buffer mode if repeating C-b at start of input.
4978 (ido-toggle-ignore): C-a only toggles ignore at start or end of
4979 input; else it moves to start of input.
4980 (ido-kill-buffer-at-head, ido-delete-file-at-head): If cursor is
4981 not at end of input, delete rest of input, rather than normal op.
4982
4983 2007-01-23 Michael Kifer <kifer@cs.stonybrook.edu>
4984
4985 * emulation/viper-keym.el (viper-insert-basic-map):
4986 Delete binding for S-TAB.
4987
4988 * ediff-util.el (ediff-clone-buffer-for-region-comparison): Change text
4989 of message. Activate mark.
4990 (ediff-activate-mark): Set transient-mark-mode to t.
4991
4992 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise): Doc fix.
4993
4994 2007-01-23 Martin Rudalics <rudalics@gmx.at>
4995
4996 * help-fns.el (describe-variable): Don't suppress display of
4997 buffer local value when the value is "large".
4998
4999 2007-01-22 Kim F. Storm <storm@cua.dk>
5000
5001 * ido.el (ido-active): Add XEmacs test from ido-minibuffer-setup.
5002 (ido-initiate-auto-merge, ido-exhibit, ido-minibuffer-setup)
5003 (ido-tidy): Use ido-active.
5004
5005 2007-01-22 Chris Moore <christopher.ian.moore@gmail.com>
5006
5007 * hexl.el (hexl-mode-exit): Add missing quote.
5008
5009 2007-01-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5010
5011 * term/mac-win.el (mac-keyboard-modifier-mask-alist): New constant.
5012 (mac-ae-keyboard-modifiers): New function.
5013 (mac-handle-toolbar-switch-mode): Use it.
5014 (mac-dnd-handle-drag-n-drop-event): Likewise. Set action to `copy'
5015 if keyboard modifiers on drop contain option key.
5016 (mac-dnd-drop-data): Add optional argument `action'.
5017 (special-event-map): Remove binding for M-drag-n-drop.
5018
5019 2007-01-21 Guanpeng Xu <herberteuler@hotmail.com>
5020
5021 * add-log.el (add-log-current-defun): Use CC Mode functions to
5022 find the beginning and end of a defun.
5023
5024 2007-01-21 Nick Roberts <nickrob@snap.net.nz>
5025
5026 * progmodes/gdb-ui.el (gdb-var-create-regexp)
5027 (gdb-var-create-handler): Handle value field in GDB output of
5028 -var-create.
5029 (gdb-max-frames): New variable.
5030 (gdb-stack-buffer, gdb-frames-select): Use it.
5031 (gdb-info-stack-custom): Help user customize gdb-max-frames,
5032 if necessary.
5033 (gdb-get-frame-number): Simplify.
5034
5035 2007-01-21 Glenn Morris <rgm@gnu.org>
5036
5037 * net/tramp.el (tramp-perl-encode, tramp-perl-decode):
5038 Update copyrights.
5039
5040 2007-01-21 Alan Mackenzie <acm@muc.de>
5041
5042 * progmodes/cc-cmds.el (c-where-wrt-brace-construct): Correct the
5043 handling of K&R stuff.
5044
5045 2007-01-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5046
5047 * textmodes/bibtex.el (bibtex-files): Fix customization type.
5048
5049 2007-01-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5050
5051 * ps-print.el: Handle frame parameters (background and/or foreground
5052 colors) changing dynamically. Reported by Leo <sdl.web@gmail.com>.
5053 (ps-print-version): New version 6.7.1.
5054 (ps-x-frame-property, ps-e-frame-parameter): New aliases.
5055 (ps-frame-parameter): New fun.
5056 (ps-default-fg, ps-default-bg): New default value ('frame-parameter).
5057 Fix doc and customization.
5058 (ps-begin-job): Get frame parameters (background and/or foreground
5059 colors).
5060 (ps-do-despool): Ensure ps-printer-name has a valid value.
5061
5062 2007-01-21 Nick Roberts <nickrob@snap.net.nz>
5063
5064 * progmodes/gdb-ui.el (gdb-debug-log): Rename from gdb-debug-ring.
5065 (gdb-debug-log-max): Rename from gdb-debug-ring-max.
5066 (gud-gdba-marker-filter): Make a value of nil for gdb-debug-ring-max
5067 mean unlimited.
5068
5069 2007-01-20 Alan Mackenzie <acm@muc.de>
5070
5071 * progmodes/cc-engine.el (c-in-knr-argdecl): Reformulate to do
5072 much more rigorous analysis of putative K&R regions.
5073
5074 2007-01-20 Alan Mackenzie <acm@muc.de>
5075
5076 * progmodes/cc-defs.el (c-go-list-forward, c-go-list-backward):
5077 New functions.
5078
5079 2007-01-20 Alan Mackenzie <acm@muc.de>
5080
5081 * progmodes/cc-align.el, progmodes/cc-cmds.el,
5082 * progmodes/cc-defs.el, progmodes/cc-engine.el,
5083 * progmodes/cc-langs.el, progmodes/cc-styles.el,
5084 * progmodes/cc-vars.el: Add my name.
5085
5086 2007-01-20 Chong Yidong <cyd@stupidchicken.com>
5087
5088 * files.el (find-alternate-file): Revert query message to Emacs 21
5089 version.
5090
5091 2007-01-20 Eric Hanchrow <offby1@blarg.net> (tiny change)
5092
5093 * progmodes/cperl-mode.el (cperl-electric-keywords): Document in
5094 the doc string how to use personal abbrevs without electric
5095 keywords.
5096
5097 2007-01-20 Alin C. Soare <alinsoar@voila.fr> (tiny change)
5098
5099 * emacs-lisp/lisp-mode.el (last-sexp-toggle-display):
5100 Fixed cursor position when toggle abbreviated display.
5101
5102 2007-01-20 Nick Roberts <nickrob@snap.net.nz>
5103
5104 * t-mouse.el: Update copyright following assignment by
5105 Alessandro Rubini.
5106
5107 2007-01-20 Chong Yidong <cyd@stupidchicken.com>
5108
5109 * type-break.el (type-break-demo-hanoi, type-break-demo-life)
5110 (type-break-demo-boring): Call read-event instead of read-char.
5111
5112 2007-01-19 Daniel Pfeiffer <occitan@esperanto.org> (tiny change)
5113
5114 * progmodes/compile.el: Add handling for makepplog.
5115
5116 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
5117
5118 * textmodes/ispell.el (ispell-change-dictionary): Ensure that
5119 aspell dictionaries are initialized when called non-interactively.
5120
5121 2007-01-19 Chong Yidong <cyd@stupidchicken.com>
5122
5123 * progmodes/compile.el (compilation-loop): New arg limit.
5124 Handle case where the first error is at point-min.
5125 (compilation-next-error): New arg to compilation-loop call.
5126
5127 2007-01-18 Bruno Haible <bruno@clisp.org> (tiny change)
5128
5129 * info.el (Info-default-dirs): Change default info dir to
5130 share/info.
5131
5132 * paths.el (Info-default-directory-list): Ditto.
5133
5134 2007-01-18 Chris Moore <christopher.ian.moore@gmail.com>
5135
5136 * hexl.el (hexl-before-revert-hook): New function.
5137 (hexl-mode): Use it.
5138 (hexl-after-revert-hook): Just call hexl-mode.
5139 (hexl-mode-exit): Remove before-revert-hook.
5140
5141 2007-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
5142
5143 * isearch.el (isearch-no-upper-case-p): Look for [:upper:] as well.
5144
5145 2007-01-16 Martin Rudalics <rudalics@gmx.at>
5146
5147 * textmodes/ispell.el (ispell-dictionary-alist-3): Replace "---"
5148 by "-" in francais7 otherchars entry.
5149 (ispell-dictionary-alist-5): Replace "." by "[.]" for polish
5150 otherchars entry.
5151
5152 2007-01-15 Karl Fogel <kfogel@red-bean.com>
5153
5154 * bookmark.el (bookmark-buffer-file-name): Abbreviate the bookmark
5155 path. Rewrite function in `cond' style for readability.
5156
5157 Suggested by: Stephen Eglen <S.J.Eglen{_AT_}damtp.cam.ac.uk>.
5158 (The path shortening, that is, not the rearrarangement.)
5159
5160 2007-01-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5161
5162 * term/mac-win.el (mac-ae-quit-application): New function.
5163 (mac-apple-event-map): Bind "quit application" Apple event to it.
5164
5165 2007-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
5166
5167 * vc-svn.el (vc-svn-parse-status): Trust the filename argument more
5168 than the program's output.
5169
5170 2007-01-14 Juanma Barranquero <lekktu@gmail.com>
5171
5172 * kmacro.el (kmacro-insert-counter, kmacro-set-counter)
5173 (kmacro-start-macro-or-insert-counter)
5174 (kmacro-step-edit-prefix-commands): Fix typos in docstrings.
5175 (kmacro-call-ring-2nd, kmacro-call-ring-2nd-repeat): Doc fixes.
5176
5177 * longlines.el (longlines-show-hard-newlines):
5178 * ruler-mode.el (ruler-mode-ruler):
5179 * emulation/keypad.el (keypad-setup):
5180 * progmodes/antlr-mode.el (antlr-indent-at-bol-alist):
5181 Fix typo in docstring.
5182
5183 2007-01-13 Mathias Dahl <mathias.dahl@gmail.com>
5184
5185 * tumme.el (tumme-cmd-rotate-original-options): Add -outfile option.
5186 Remove redirect character ">".
5187
5188 2007-01-13 Juanma Barranquero <lekktu@gmail.com>
5189
5190 * replace.el (perform-replace): Remove leftover code.
5191
5192 2007-01-12 Richard Stallman <rms@gnu.org>
5193
5194 * replace.el (perform-replace): Don't clear NODENT when computing
5195 the replacement string.
5196
5197 2007-01-11 Michael Albinus <michael.albinus@gmx.de>
5198
5199 * net/tramp.el (tramp-handle-file-local-copy):
5200 Set `enable-multibyte-characters' to nil. Reported by Chris Moore
5201 <christopher.ian.moore@gmail.com>.
5202
5203 2007-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
5204
5205 * diff-mode.el (diff-sanity-check-context-hunk-half)
5206 (diff-sanity-check-hunk): New functions.
5207 (diff-find-source-location): Use'em to check the hunks are well-formed.
5208
5209 * hexl.el (hexlify-buffer, dehexlify-buffer): Don't complain and don't
5210 activate undo when undo is not active.
5211 Reported by Chris Moore <christopher.ian.moore@gmail.com>.
5212
5213 2007-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
5214
5215 * ffap.el (ffap-next-regexp, ffap-machine-p, ffap-newsgroup-regexp)
5216 (ffap-newsgroup-p, ffap-alist, ffap-string-at-point-mode-alist)
5217 (ffap-url-at-point): Use char-classes rather than "a-z".
5218
5219 2007-01-10 Juanma Barranquero <lekktu@gmail.com>
5220
5221 * ediff-init.el (ediff-autostore-merges):
5222 * textmodes/fill.el (fill-region): Doc fix.
5223
5224 2007-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
5225
5226 * server.el (server-ensure-safe-dir): UIDs may be floats.
5227
5228 2007-01-10 Richard Stallman <rms@gnu.org>
5229
5230 * battery.el (battery-linux-proc-acpi): Use ignore-errors
5231 around calls to directory-files.
5232
5233 * subr.el (momentary-string-display): Use save-excursion.
5234
5235 * emacs-lisp/pp.el (pp-eval-expression): Once again eval the
5236 argument, but read it as `X' does.
5237
5238 2007-01-09 Juri Linkov <juri@jurta.org>
5239
5240 * info.el (Info-fontify-node): Don't hide node names of index entries.
5241
5242 * faces.el (momentary): Change :group to basic-faces where all
5243 basic faces belong to. Add :version.
5244
5245 2007-01-09 Lennart Borgman <lennart.borgman.073@student.lu.se>
5246
5247 * tutorial.el (tutorial--display-changes): Show M-x sequence if no
5248 keybinding is found.
5249 (tutorial--find-changed-keys): Never treat null keybinding as a
5250 remapping.
5251
5252 2007-01-09 Martin Rudalics <rudalics@gmx.at>
5253
5254 * wdired.el (wdired-xcase-word): Skip non-word read-only characters.
5255
5256 2007-01-09 Kenichi Handa <handa@m17n.org>
5257
5258 * international/mule-cmds.el
5259 (select-safe-coding-system-interactively): Fix message.
5260
5261 2007-01-09 Michael Albinus <michael.albinus@gmx.de>
5262
5263 * net/tramp.el (tramp-process-one-action): Remove `with-timeout'.
5264 (tramp-process-actions): Add optional parameter TIMEOUT.
5265 (tramp-open-connection-telnet, tramp-open-connection-rsh)
5266 (tramp-open-connection-su): Add timeout of 60".
5267
5268 2007-01-09 Richard Stallman <rms@gnu.org>
5269
5270 * progmodes/compile.el (compile): Doc fix.
5271
5272 2007-01-09 Markus Triska <markus.triska@gmx.at>
5273
5274 * tumme.el (tumme-display-thumb): Doc fix.
5275
5276 2007-01-08 Juanma Barranquero <lekktu@gmail.com>
5277
5278 * battery.el (battery-search-for-one-match-in-files):
5279 * bindings.el (mode-line-minor-mode-help):
5280 * x-dnd.el (x-dnd-types-alist):
5281 * calendar/icalendar.el (icalendar-import-buffer):
5282 * term/mac-win.el (mac-dnd-types-alist): Fix typo in docstring.
5283
5284 * progmodes/vhdl-mode.el (vhdl-save-caches): Fix typo in error message.
5285
5286 2007-01-07 Chris Moore <christopher.ian.moore@gmail.com>
5287
5288 * replace.el (replace-regexp): Fix typo in docstring.
5289
5290 2007-01-07 Alan Mackenzie <acm@muc.de>
5291
5292 * progmodes/cc-langs.el (c-operators, c-filter-ops):
5293 Amend doc-string and comments.
5294
5295 2007-01-06 Eli Zaretskii <eliz@gnu.org>
5296
5297 * files.el (abbreviate-file-name): Doc fix.
5298
5299 2007-01-06 Markus Triska <triska@gmx.at>
5300
5301 * subr.el (split-string): Remove spurious ")" from doc string.
5302
5303 2007-01-05 Takaaki Ota <Takaaki.Ota@am.sony.com>
5304
5305 * textmodes/table.el (table--warn-incompatibility):
5306 Use display-warning instead of momentary-string-display.
5307
5308 2007-01-05 Richard Stallman <rms@gnu.org>
5309
5310 * image.el (image-type-header-regexps): Recognize xbm more strictly.
5311
5312 * simple.el (backward-kill-word): Doc fix.
5313
5314 2007-01-05 Romain Francoise <romain@orebokech.com>
5315
5316 * international/mule.el (sgml-html-meta-auto-coding-function):
5317 Ensure that the buffer contains a HTML document.
5318
5319 2007-01-05 Dan Nicolaescu <dann@ics.uci.edu>
5320
5321 * faces.el (momentary): Move here ...
5322 * subr.el (momentary): ... from here.
5323
5324 2007-01-05 Nick Roberts <nickrob@snap.net.nz>
5325
5326 * progmodes/gdb-ui.el (gdb-max-children): New customizable variable.
5327 (gdb-speedbar-expand-node): Ask user for confirmation before expanding
5328 large structures/arrays.
5329
5330 2007-01-04 Juanma Barranquero <lekktu@gmail.com>
5331
5332 * files.el (find-file-noselect-1, set-visited-file-name):
5333 Allow backup-enable-predicate to be nil.
5334
5335 2007-01-04 Andreas Schwab <schwab@suse.de>
5336
5337 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Fix typo in
5338 last change.
5339
5340 2007-01-03 Richard Stallman <rms@gnu.org>
5341
5342 * woman.el (woman-decode-buffer): Clarify error message.
5343
5344 2007-01-03 Alan Mackenzie <acm@muc.de>
5345
5346 * progmodes/cc-cmds.el (c-mask-paragraph): Fix yesterday's buggy patch.
5347
5348 2007-01-03 Chris Moore <christopher.ian.moore@gmail.com>
5349
5350 * tutorial.el (tutorial--describe-nonstandard-key): Fix typo.
5351
5352 2007-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
5353
5354 * iswitchb.el (iswitchb-global-map): Use command-remapping if available.
5355
5356 2007-01-02 Juanma Barranquero <lekktu@gmail.com>
5357
5358 * emulation/viper.el (viper-custom-file-name, viper-mode):
5359 Fix typos in docstrings.
5360
5361 * subr.el (momentary-string-display): After moving point, set POS
5362 variable to it to avoid later errors once the buffer is modified.
5363 Doc fix.
5364
5365 2007-01-02 Alan Mackenzie <acm@muc.de>
5366
5367 * progmodes/cc-cmds.el (c-mask-paragraph): In a block comment,
5368 check that the "*/" is present before trying to manipulate it.
5369
5370 2007-01-02 Richard Stallman <rms@gnu.org>
5371
5372 * wid-edit.el (widget-choose): Avoid ugly error for function keys.
5373
5374 * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords):
5375 Fix format of value.
5376
5377 * cus-edit.el (customize-unsaved): Rename from customize-customized.
5378 Change messages accordingly.
5379 (customize-customized): Now alias.
5380
5381 2007-01-02 Juanma Barranquero <lekktu@gmail.com>
5382
5383 * files.el (version-control): Doc fix.
5384
5385 2007-01-01 Alan Mackenzie <acm@muc.de>
5386
5387 * progmodes/cc-engine.el (c-guess-basic-syntax, case 5N):
5388 Check the format of c-state-cache is valid for an optimisation before
5389 using it.
5390
5391 * progmodes/cc-engine.el (c-guess-basic-syntax): New case 5Q "we
5392 are at a statement within a macro". Other changes so that only
5393 the first continuation line in a macro gets the symbol
5394 `cpp-define-intro', the others getting `statement', or whatever.
5395
5396 * progmodes/cc-cmds.el (c-context-line-break): When invoked within
5397 a string, preserve whitespace. Add a backslash only when also in
5398 a macro.
5399
5400 * progmodes/cc-defs.el: Correct typos.
5401
5402 * progmodes/cc-cmds.el (c-context-line-break): Don't indent the
5403 new line after an escaped EOL in a string.
5404
5405 * progmodes/cc-engine.el (c-forward-label): Recognise "foo:" as a
5406 label when it directly follows "else", "do", ....
5407
5408 * progmodes/cc-engine.el (c-backward-<>-arglist): Tolerate empty
5409 angle brackets (as seen in "explicit specialisations" of C++
5410 templates).
5411
5412 * progmodes/cc-vars.el (c-indentation-style): Mention c-file-style
5413 in the doc-string.
5414
5415 * progmodes/cc-cmds.el (c-mask-paragraph): Fix for C comments,
5416 when the comment ender looks like "=========*/" and is alone on
5417 its line.
5418
5419 * progmodes/cc-langs.el, progmodes/cc-engine.el: Correct the
5420 spelling of c-opt-op-identiTier-prefix, t -> f. Leave an alias
5421 for the old name.
5422
5423 * progmodes/cc-mode.el: Bind C-M-a and C-M-e to
5424 c-\(beginning\|end\)-of-defun by default.
5425
5426 * progmodes/cc-align.el (c-lineup-gnu-DEFUN-intro-cont):
5427 New line-up function, for the DEFUN macro in the Emacs C sources.
5428 Only used in "gnu" style.
5429
5430 * progmodes/cc-styles.el (c-style-alist): Use this new function in
5431 the "gnu" style.
5432
5433 * progmodes/cc-cmds.el (c-electric-slash): Extend the handling of
5434 clean-up comment-close-slash also to work when there's a comment
5435 terminator on the line.
5436 (c-beginning-of-defun, c-end-of-defun): Refactor and optimise
5437 these for large arg - only take account of top level {..}, except
5438 for initial and final adjustments. M-- C-M-[ae] now go to the
5439 right defuns when the starting point is between defuns. They use
5440 the four new functions:
5441 (c-in-function-trailer-p, c-where-wrt-brace-construct)
5442 (c-backward-to-nth-BOF-{, c-forward-to-nth-EOF-}): New functions to
5443 support c-\(beginning\|end\)-of-defun.
5444
5445 * progmodes/cc-engine.el (c-forward-label): Analyze ":"
5446 expressions more rigorously, to exclude bit-field specifiers from
5447 being classed as labels.
5448 (c-forward-label): When analyzing a ":" within a macro, be careful
5449 about using c-forward-syntactic-ws at the macro beginning.
5450 (c-beginning-of-decl-1): Whilst searching for "=" as evidence of a
5451 stmt boundary, check for "operator=", etc.
5452
5453 * progmodes/cc-mode.el (c-postprocess-file-styles):
5454 Bind inhibit-read-only to t, around the call to
5455 c-remove-any-local-eval-or-mode-variables, so that it works on a
5456 RO file.
5457
5458 * progmodes/cc-defs.el (c-version): Update the version number to
5459 "5.31.4".
5460
5461 2007-01-01 Richard Stallman <rms@gnu.org>
5462
5463 * isearch.el (isearch-done): Use FOUND-POINT or FOUND-START
5464 only if we restored isearch-window-configuration.
5465
5466 2006-12-31 Romain Francoise <romain@orebokech.com>
5467
5468 * net/tramp.el (tramp-default-method): Don't use `symbol-function'.
5469
5470 2006-12-31 Kim F. Storm <storm@cua.dk>
5471
5472 * files.el (auto-mode-case-fold): New defcustom.
5473 (set-auto-mode): If non-nil, perform second case-sensitive pass
5474 through auto-mode-alist if first pass failed.
5475
5476 2006-12-30 Richard Stallman <rms@gnu.org>
5477
5478 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Doc fix.
5479
5480 2006-12-30 Ken Manheimer <ken.manheimer@gmail.com>
5481
5482 * allout.el (allout-encrypt-string): Handle symmetric-key
5483 passphrase caching but leave keypair caching to pgg.
5484
5485 2006-12-30 Michael Albinus <michael.albinus@gmx.de>
5486
5487 Sync with Tramp 2.0.55.
5488
5489 * net/tramp.el (tramp-completion-mode): Use `wholenump' instead of
5490 `integerp'. `char-equal' could fail else in case of negative
5491 numbers. Reported by Toby Speight <T.M.Speight.90@cantab.net>.
5492 (top): Check for `font-lock-add-keywords' before calling; it
5493 doesn't exist under XEmacs.
5494 (tramp-yn-prompt-regexp): Fix regexp. Add question from plink.
5495 (tramp-completion-mode): Remove clause (not
5496 tramp-unified-filenames), because the function is called in other
5497 context too, where this check results in wrong results in the
5498 XEmacs case on Windows.
5499 (tramp-touch): UTC handling is not possible for XEmacs.
5500
5501 2006-12-30 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5502
5503 * scroll-bar.el (previous-scroll-bar-mode): New variable
5504 (set-scroll-bar-mode): Set previous-scroll-bar-mode.
5505 (scroll-bar-mode): Use previous-scroll-bar-mode if set.
5506
5507 * term/x-win.el: Set scroll bar mode to right if set by X resources.
5508
5509 2006-12-30 Richard Stallman <rms@gnu.org>
5510
5511 * files.el (make-backup-file-name-1): Precompute abs name
5512 but don't lose the relative name.
5513
5514 * international/mule-cmds.el (select-safe-coding-system-interactively):
5515 Fix message.
5516
5517 2006-12-30 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
5518
5519 * files.el (backup-buffer): Show entire backup file name in msg.
5520
5521 2006-12-30 Juanma Barranquero <lekktu@gmail.com>
5522
5523 * image.el (image-type-header-regexps, image-type-from-data)
5524 (image-type-from-buffer, image-type-from-file-header):
5525 Revert changes from 2006-12-26.
5526 (image-type-auto-detectable): New variable.
5527 (image-type-auto-detected-p): New function.
5528
5529 * files.el (magic-mode-alist): Detect image files with
5530 `image-type-auto-detected-p' instead of `image-type-from-buffer'.
5531
5532 2006-12-29 Nick Roberts <nickrob@snap.net.nz>
5533
5534 * dired.el (dired-sort-other): Move test for dired-mode...
5535 (dired-sort-set-modeline): ...to here.
5536
5537 2006-12-29 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
5538
5539 * textmodes/fill.el (fill-comment-paragraph): Document 2006-12-24
5540 change. Suggested by Stefan Monnier.
5541
5542 2006-12-29 Kim F. Storm <storm@cua.dk>
5543
5544 * emacs-lisp/bindat.el (bindat--unpack-group, bindat--length-group)
5545 (bindat--pack-group): Let-bind COUNT during repeat block evaluation.
5546
5547 2006-12-27 Kim F. Storm <storm@cua.dk>
5548
5549 * emacs-lisp/authors.el (authors-aliases): Anchor FSF alias regexp,
5550 so it doesn't accidentally match an fsf.org mail address.
5551 (authors-renamed-files-alist): Add tcover-*.el.
5552
5553 2006-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
5554
5555 * vc-arch.el (vc-arch-find-version): New function.
5556
5557 * vc-hooks.el (vc-version-backup-file-name): Revision names may be
5558 composed of arbitrary characters (even /) in some systems.
5559
5560 2006-12-27 Eli Zaretskii <eliz@gnu.org>
5561
5562 * international/mule-cmds.el (select-safe-coding-system-interactively):
5563 Improve the message in the *Warning* buffer.
5564
5565 2006-12-27 Kim F. Storm <storm@cua.dk>
5566
5567 * ido.el (ido-set-matches-1): Fix last change. If default item is
5568 current buffer, it is ok to be first.
5569
5570 2006-12-27 Kenichi Handa <handa@m17n.org>
5571
5572 * international/mule-cmds.el (select-safe-coding-system-interactively):
5573 Use face `link' for problematic chars.
5574
5575 2006-12-27 Kenichi Handa <handa@m17n.org>
5576
5577 * international/mule-cmds.el (select-safe-coding-system-interactively):
5578 Improve the message in *Warning* buffer.
5579
5580 2006-12-27 Kim F. Storm <storm@cua.dk>
5581
5582 * ido.el (ido-set-matches-1): Never put current buffer first if
5583 there are other matches.
5584
5585 2006-12-26 Nick Roberts <nickrob@snap.net.nz>
5586
5587 * progmodes/gdb-ui.el (gud-watch): Allow duplicate names for watch
5588 expressions.
5589 (gdb-var-delete): Handle duplicate names. Print message for non
5590 root expressions.
5591 (gdb-partial-output-name): Start buffer name with a space.
5592 (gdb-info-breakpoints-custom, gdb-reset): Handle space in above
5593 buffer name.
5594
5595 2006-12-26 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
5596
5597 * mail/footnote.el (Footnote-insert-footnote): Fix the search of the
5598 last footnote when `footnote-spaced-footnotes' is nil.
5599
5600 2006-12-26 Richard Stallman <rms@gnu.org>
5601
5602 * cus-edit.el (custom-browse-sort-alphabetically)
5603 (custom-buffer-sort-alphabetically)
5604 (custom-menu-sort-alphabetically): Doc fixes. Add autoloads.
5605
5606 * image.el (image-type-header-regexps): Change element format
5607 to include third item NOT-ALWAYS.
5608 (image-type-from-data): Handle new format.
5609 (image-type-from-buffer): Handle new format. New arg INCLUDE-MAYBES.
5610 (image-type-from-file-header): Pass t for INCLUDE-MAYBES.
5611
5612 2006-12-26 Guanpeng Xu <herberteuler@hotmail.com>
5613
5614 * add-log.el (add-log-current-defun): Call `forward-sexp'
5615 multiple times to pick a member function name defined as
5616 part of nested classes/namespaces.
5617
5618 2006-12-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5619
5620 * emacs-lisp/easymenu.el (easy-menu-change): New arg MAP to indicate
5621 which keymap should be used to change menu. It does not affect any
5622 existent code.
5623
5624 2006-12-26 Richard Stallman <rms@gnu.org>
5625
5626 * textmodes/fill.el (fill-paragraph): Check for a minibuffer
5627 rather than for being in a minibuffer window.
5628
5629 2006-12-25 Daiki Ueno <ueno@unixuser.org>
5630
5631 * pgg-def.el (pgg-passphrase-coding-system): Default to nil instead of
5632 locale-coding-system.
5633 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with eol-type
5634 LF.
5635
5636 2006-12-25 Michael R. Mauger <mmaug@yahoo.com>
5637
5638 * progmodes/sql.el (sql-mode-abbrev-table): Correct initialization.
5639 (sql-mode-syntax-table): Disable double quoted strings.
5640 (sql-mode-font-lock-object-name): Add TYPE and TYPE BODY.
5641
5642 2006-12-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5643
5644 * startup.el (fancy-splash-last-input-event): New variable.
5645 (fancy-splash-special-event-action): New function.
5646 (fancy-splash-screens): Temporarily bind special events to it.
5647 Execute command for saved special event before exiting from
5648 recursive editing.
5649
5650 * term/mac-win.el (mac-keyboard-translate-char, mac-unread-string):
5651 New functions.
5652 (mac-ts-update-active-input-area, mac-ts-unicode-for-key-event):
5653 Use mac-unread-string.
5654
5655 2006-12-24 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
5656
5657 * textmodes/fill.el (fill-comment-paragraph): Prevent the use of
5658 an optimized comment regexp if `comment-start-skip' uses a ^.
5659 * bs.el (bs--up): Remove interactive spec.
5660
5661 2006-12-24 Chong Yidong <cyd@stupidchicken.com>
5662
5663 * woman.el (woman-decode-buffer): Signal error for alien macro sets.
5664 Suggested by James Cloos.
5665
5666 2006-12-24 Kevin Ryde <user42@zip.com.au>
5667
5668 * calendar/cal-dst.el (calendar-dst-starts): Default to second Sunday
5669 in March.
5670 (calendar-dst-ends): Default to first Sunday in November.
5671
5672 2006-12-24 Ken Manheimer <ken.manheimer@gmail.com>
5673
5674 * allout.el (allout-encrypt-string): Inhibit use of agent within
5675 body of let form where encryption happens. Acknowledge non-use of
5676 gpg-agent in docstring.
5677 (allout-toggle-subtree-encryption): Acknowledge non-use of
5678 gpg-agent in docstring.
5679
5680 2006-12-24 Chong Yidong <cyd@stupidchicken.com>
5681
5682 * custom.el (custom-add-frequent-value): Alias for custom-add-option.
5683
5684 2006-12-23 Michael Kifer <kifer@cs.stonybrook.edu>
5685
5686 * ediff-diff.el (ediff-diff-options): Clarify docstring.
5687 (ediff-setup-diff-regions): Disallow -u in ediff-diff-options.
5688
5689 * emulation/viper-cmd.el (viper-post-command-sentinel):
5690 Protect against errors in hooks.
5691 (viper-add-newline-at-eob-if-necessary): Add newline only if we
5692 actually modify buffer; ignore errors if occur.
5693
5694 2006-12-23 Chong Yidong <cyd@stupidchicken.com>
5695
5696 * calendar/calendar.el (calendar-mode-map): Switch < and >.
5697 (calendar-mode-line-format): Use mouse-1 bindings, and tweak
5698 formatting.
5699
5700 2006-12-23 Richard Stallman <rms@gnu.org>
5701
5702 * simple.el (delete-horizontal-space): Doc fix.
5703
5704 2006-12-23 Eli Zaretskii <eliz@gnu.org>
5705
5706 * makefile.w32-in (bootstrap-clean): Run bootstrap-clean-$(SHELLTYPE)
5707 explicitly in a recursive Make, not implicitly through prerequisites,
5708 since the latter is wrong under parallel builds.
5709
5710 2006-12-22 Eli Zaretskii <eliz@gnu.org>
5711
5712 * w32-fns.el (convert-standard-filename): Wrap in save-match-data.
5713
5714 2006-12-22 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
5715
5716 * progmodes/sh-script.el (sh-make-vars-local): Fix a typo in
5717 message string.
5718
5719 2006-12-22 Ben North <ben@redfrontdoor.org> (tiny change)
5720
5721 * outline.el (outline-next-visible-heading): Fix the case with a
5722 header at end-of-file with no final newline.
5723
5724 2006-12-22 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
5725
5726 * indent.el (tab-always-indent): Doc fix.
5727
5728 2006-12-22 Chong Yidong <cyd@stupidchicken.com>
5729
5730 * info.el (Info-fontify-maximum-menu-size): Bump to 1000000.
5731 (Info-fontify-node): Do fontify indices.
5732
5733 * tutorial.el (tutorial--detailed-help): Remove unnecessary link
5734 to the Emacs Lisp reference manual.
5735 (tutorial--tab-map): Remove. All callers changed.
5736 (tutorial--find-changed-keys): New elt QUIET, used to...
5737 (tutorial--display-changes): ...ensure that warning messages are
5738 only issued once per changed key.
5739 (tutorial--remove-remarks): Delete unused code-path.
5740 (lang-strings): Remove extraneous formatting.
5741 (tutorial--save-tutorial): Prompt before saving tutorial state.
5742
5743 2006-12-21 Chong Yidong <cyd@stupidchicken.com>
5744
5745 * tutorial.el: Remove `cl' requirement. Clean up whitespace.
5746 Replace '?\ ' by '?\s' throughout.
5747 (tutorial-warning-face): Inherit font-lock-warning-face. Move to
5748 `help' custom group.
5749 (tutorial--key-description): New function.
5750 (tutorial--display-changes): Remove redundant arg. Scan for all
5751 key sequences to avoid false matches. Cleanup.
5752 (tutorial--saved-dir): Save to a subdirectory in .emacs.d to
5753 reduce homedir pollution.
5754 (help-with-tutorial): Call tutorial--display-changes with no arg.
5755
5756 2006-12-21 Carsten Dominik <dominik@science.uva.nl>
5757
5758 * textmodes/org.el (org-mode-map): Bind org-complete also to M-\t.
5759
5760 2006-12-20 Michael Albinus <michael.albinus@gmx.de>
5761
5762 * net/tramp.el (tramp-default-method): We still need to check for
5763 `executable-find', because it is not bound under Emacs 20.
5764 (tramp-handle-file-name-completion)
5765 (tramp-completion-handle-file-name-completion): Handle optional
5766 parameter PREDICATE.
5767 (tramp-find-default-method): Add code for default values.
5768
5769 2006-12-20 Nick Roberts <nickrob@snap.net.nz>
5770
5771 * progmodes/gdb-ui.el (gdb-stopped): After attaching to a process
5772 make gud-go send "continue".
5773
5774 2006-12-19 Juanma Barranquero <lekktu@gmail.com>
5775
5776 * image.el (image-type-header-regexps): Be more specific detecting `pbm'
5777 and `png' files. Use non-capturing parenthesis for `tiff' regexp.
5778
5779 2006-12-19 Kim F. Storm <storm@cua.dk>
5780
5781 * bindings.el: Bind sigusr1 and sigusr2 in special-event-map
5782 instead of global-map.
5783
5784 * files.el (magic-mode-alist): Allow matching file type by
5785 calling a function at bob. Check for image types by calling
5786 image-type-from-buffer. Suggested by Juanma Barranquero.
5787 (set-auto-mode): Do it.
5788
5789 2006-12-19 Michael Albinus <michael.albinus@gmx.de>
5790
5791 * net/tramp.el (tramp-methods): Introduce new method `scpc'.
5792 Remove "ControlMaster" option from the other `scp*' methods.
5793 (tramp-default-method): Check for ssh-agent before setting to `scp'.
5794
5795 2006-12-18 Carsten Dominik <dominik@science.uva.nl>
5796
5797 * textmodes/org.el (org-mode): Show context after isearch.
5798 (org-show-siblings): New function.
5799 (org-show-context): Use `org-show-siblings'.
5800
5801 2006-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
5802
5803 * emacs-lisp/syntax.el (syntax-ppss-flush-cache, syntax-ppss):
5804 Use syntax-ppss-toplevel-pos.
5805
5806 2006-12-18 Carsten Dominik <dominik@science.uva.nl>
5807
5808 * textmodes/org.el (org-current-line): Make sure that lines are
5809 counted from beginning of buffer.
5810 (org-table-copy-region, org-table-paste-rectangle): Make sure that
5811 lines are counted from beginning of buffer.
5812
5813 2006-12-17 Chong Yidong <cyd@stupidchicken.com>
5814
5815 * info.el (Info-build-node-completions): Signal error if tag-table
5816 marker is not found.
5817
5818 * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
5819
5820 2006-12-17 Alan Mackenzie <acm@muc.de>
5821
5822 * emacs-lisp/lisp.el (beginning-of-defun-raw): Optimise (for
5823 speed) the case when open-paren-in-column-0-is-defun-start is nil.
5824 Based on code by Martin Rudalics.
5825
5826 * progmodes/cc-mode.el (c-basic-common-init): Don't set
5827 open-paren-in-column-0-is-defun-start to nil any more.
5828
5829 2006-12-17 Richard Stallman <rms@gnu.org>
5830
5831 * simple.el (delete-horizontal-space): Use prefix arg.
5832
5833 * help-fns.el (describe-variable): Improve blank separator lines.
5834
5835 * files.el (magic-mode-alist): Mark as risky.
5836
5837 * files.el (make-backup-file-name-1):
5838 Expand backup-directory explicitly.
5839
5840 2006-12-17 Michael Albinus <michael.albinus@gmx.de>
5841
5842 * net/tramp.el (tramp-default-method): Before setting to "pscp",
5843 check whether package password.el is loaded, or Pageant is running.
5844
5845 2006-12-17 Ulf Jasper <ulf.jasper@web.de>
5846
5847 * calendar/icalendar.el (icalendar-version): Increase to "0.14".
5848 (icalendar--rris): First try Emacs, then XEmacs.
5849 (icalendar--convert-ical-to-diary): Doc fix.
5850 Insert newline at end of target file.
5851
5852 2006-12-17 Kim F. Storm <storm@cua.dk>
5853
5854 * outline.el (outline-isearch-open-invisible-function): New defvar.
5855 (outline-flag-region): Use it if non-nil for isearch-open-invisible
5856 overlay property instead of outline-isearch-open-invisible.
5857
5858 2006-12-16 Kim F. Storm <storm@cua.dk>
5859
5860 * ido.el (ido-completion-help): Build ido-cur-list and ido-matches
5861 if ido-directory-too-big is set on entry.
5862 (ido-toggle-ignore, ido-completion-help): Print message while
5863 reading big directory.
5864
5865 2006-12-15 Richard Stallman <rms@gnu.org>
5866
5867 * shell.el (shell): Doc fix.
5868
5869 2006-12-15 Kevin Gallagher <Kevin.Gallagher@boeing.com>
5870
5871 * emulation/edt.el (edt-xserver):
5872 * emulation/edt-mapper.el (edt-xserver): Replace `/' with a `-',
5873 to fix a problem on Cygwin.
5874
5875 * emulation/edt.el
5876 * emulation/edt-mapper.el
5877 * emulation/edt-lk201.el
5878 * emulation/edt-pc.el
5879 * emulation/edt-vt100.el: Update maintainer's email address.
5880
5881 2006-12-15 Simon Marshall <simon@gnu.org>
5882
5883 * progmodes/cc-fonts.el (c-font-lock-declarations): Fix previous change.
5884
5885 2006-12-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5886
5887 * term/mac-win.el (mac-atsu-font-table): Remove defvar.
5888 (mac-handle-font-selection): Use mac-atsu-font-face-attributes
5889 instead of mac-atsu-font-table.
5890 (fontset-default): Specify argument MAXIMUM in x-list-fonts calls.
5891
5892 2006-12-14 Stephen Leake <stephen_leake@member.fsf.org>
5893
5894 * align.el (align-match-tex-pattern): Fix a rare bug which
5895 hanged Emacs.
5896
5897 2006-12-14 Richard Stallman <rms@gnu.org>
5898
5899 * startup.el (use-fancy-splash-screens-p): Use frame-height
5900 instead of window-height. Pass frame to image-size.
5901
5902 2006-12-13 Kenichi Handa <handa@m17n.org>
5903
5904 * international/mule-cmds.el (set-locale-environment):
5905 Set default-sendmail-coding-system too.
5906
5907 2006-12-12 J.D. Smith <jdsmith@as.arizona.edu>
5908
5909 * progmodes/idlw-help.el: Fix copyright notice.
5910
5911 2006-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
5912
5913 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos): New fun.
5914
5915 2006-12-11 Juanma Barranquero <lekktu@gmail.com>
5916
5917 * subr.el (unread-command-char): Reformat obsolescence info.
5918
5919 2006-12-11 Richard Stallman <rms@gnu.org>
5920
5921 * emacs-lisp/cl-macs.el (defstruct): Suppress warnings
5922 about calls to cl-struct-setf-expander.
5923
5924 2006-12-11 Juanma Barranquero <lekktu@gmail.com>
5925
5926 * ediff-merg.el (ediff-show-clashes-only): Doc fix.
5927 (ediff-combination-pattern): Fix typo in docstring.
5928
5929 * textmodes/refer.el (refer-find-entry): Doc fix.
5930 (refer-bib-files-regexp, refer-bib-directory, refer-bib-files)
5931 (refer-cache-bib-files, refer-find-next-entry, refer-yank-key):
5932 Fix tipos in docstrings.
5933
5934 * progmodes/idlwave.el (idlwave-library-path): Fix typos in docstring.
5935
5936 2006-12-10 Kim F. Storm <storm@cua.dk>
5937
5938 * ido.el (ido-init-completion-maps): Remap backward-kill-word
5939 instead of binding M-backspace.
5940
5941 2006-12-10 Juanma Barranquero <lekktu@gmail.com>
5942
5943 * replace.el (replace-match-data, replace-match-maybe-edit):
5944 * calc/calc-aent.el (calc-eval-error):
5945 * emulation/vi.el (vi-char-argument):
5946 * progmodes/cc-langs.el (c-at-vsemi-p-fn)
5947 (c-vsemi-status-unknown-p-fn): Doc fixes.
5948
5949 2006-12-10 Chong Yidong <cyd@stupidchicken.com>
5950
5951 * menu-bar.el (menu-bar-showhide-menu, menu-bar-tools-menu)
5952 (menu-bar-help-menu): Tooltip fixes. Suggested by Francis Wright.
5953
5954 2006-12-10 Masatake YAMATO <jet@gyve.org>
5955
5956 * progmodes/ld-script.el (ld-script-keywords): Fix a typo.
5957
5958 2006-12-09 Chong Yidong <cyd@stupidchicken.com>
5959
5960 * mouse-sel.el (mouse-sel-mode): Register mouse-2 as a click type.
5961
5962 * man.el (Man-xref-button-action): New function. If the
5963 `Man-target-string' button property is a function, assume it
5964 accepts a position argument.
5965 (Man-abstract-xref-man-page): Use it.
5966 (Man-default-man-entry): New optional arg POS.
5967
5968 * wdired.el (wdired-preprocess-symlinks): Make the spaces after
5969 symlink arrows read-only and non-rear-sticky.
5970
5971 2006-12-09 Martin Rudalics <rudalics@gmx.at>
5972
5973 * wdired.el (wdired-change-to-wdired-mode, wdired-finish-edit)
5974 (wdired-search-and-rename): Simplify code.
5975 (wdired-preprocess-files, wdired-preprocess-perms): Make
5976 read-only property of preceding character rear-nonsticky to
5977 avoid that it can be modified. Put old-name and old-link
5978 properties on character preceding name and replace
5979 put-text-property by add-text-properties.
5980 (wdired-get-filename, wdired-get-previous-link): Get old-name
5981 and old-link properties from character preceding name and
5982 simplify code.
5983 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit)
5984 (wdired-perms-to-number): Make local-map property
5985 rear-nonsticky to avoid that text following permissions may be
5986 modified. Use add-text-properties instead of put-text-property
5987 when changing a permission bit.
5988 (wdired-change-to-dired-mode): Remove stickiness properties.
5989
5990 2006-12-09 Juanma Barranquero <lekktu@gmail.com>
5991
5992 * international/mule-cmds.el (register-input-method): Doc fix.
5993
5994 2006-12-09 Masayuki Ataka <masayuki.ataka@gmail.com> (tiny change)
5995
5996 * cmuscheme.el (scheme-start-file): Use `let*', not `let'.
5997
5998 2006-12-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
5999
6000 * textmodes/flyspell.el (flyspell-hack-local-variables-hook): New.
6001 Force buffer local defs evaluation on local variables loading.
6002 (flyspell-mode-on, flyspell-mode-off): Use it in
6003 `hack-local-variables-hook'.
6004
6005 2006-12-09 Eli Zaretskii <eliz@gnu.org>
6006
6007 * emacs-lisp/find-func.el (find-variable): Doc fix.
6008
6009 * help-fns.el (variable-at-point): Doc fix.
6010
6011 * w32-fns.el (w32-append-code-lines): New function.
6012
6013 2006-12-09 Romain Francoise <romain@orebokech.com>
6014
6015 * comint.el (comint-insert-input): Delete obsolete comment.
6016
6017 2006-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
6018
6019 * net/browse-url.el (browse-url): Set DISPLAY to the one of the
6020 current frame, in case we're connected to several displays.
6021
6022 2006-12-08 Juanma Barranquero <lekktu@gmail.com>
6023
6024 * frame.el (other-frame): Doc fix.
6025 (set-frame-parameter): Fix typo in docstring.
6026
6027 2006-12-07 Kim F. Storm <storm@cua.dk>
6028
6029 * info.el (Info-index): Strip leading colon from topic.
6030
6031 2006-12-07 Nick Roberts <nickrob@snap.net.nz>
6032
6033 * progmodes/gud.el (gud-speedbar-buttons): Deal with references
6034 to pointers.
6035
6036 2006-12-05 J.D. Smith <jdsmith@as.arizona.edu>
6037
6038 * progmodes/idlwave.el (idlwave-xml-create-class-method-lists):
6039 Trim out spurious class inheritance "None" entries.
6040
6041 2006-12-05 Kim F. Storm <storm@cua.dk>
6042
6043 * emulation/cua-base.el (cua-paste-pop-rotate-temporarily): Doc fix.
6044 (cua-paste-pop): Rework last change for
6045 cua-paste-pop-rotate-temporarily, so first M-y and C-y works alike,
6046 pasting the head of the kill-ring, and prefix arg C-u M-y inserts the
6047 text inserted by the last M-y command.
6048
6049 2006-12-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6050
6051 * cmuscheme.el (run-scheme, scheme-start-file): Search the start
6052 file in ~/.emacs.d as `init_SCHEMENAME.scm' instead.
6053
6054 * shell.el (shell): Search the start file in ~/.emacs.d as
6055 `init_SHELLNAME.sh' instead.
6056
6057 2006-12-05 Glenn Morris <rgm@gnu.org>
6058
6059 * progmodes/cperl-mode.el (cperl-mode)
6060 * progmodes/f90.el (f90-mode-abbrev-table)
6061 * progmodes/fortran.el (fortran-mode-abbrev-table)
6062 * progmodes/octave-mod.el (octave-abbrev-table)
6063 * progmodes/sql.el (sql-mode-abbrev-table): Define abbrevs even
6064 if abbrev-table is non-nil (saved user abbrevs may have been restored).
6065
6066 * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init): Do not
6067 clear abbrev table, else saved abbrevs will not be restored.
6068
6069 2006-12-04 Juanma Barranquero <lekktu@gmail.com>
6070
6071 * facemenu.el (facemenu-unlisted-faces): Put obsolescence info in
6072 the call to `make-obsolete-variable', not in the docstring.
6073
6074 2006-12-04 Chong Yidong <cyd@stupidchicken.com>
6075
6076 * facemenu.el (facemenu-unlisted-faces): Define as obsolete variable.
6077
6078 2006-12-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6079
6080 * progmodes/ebnf-abn.el:
6081 * progmodes/ebnf-bnf.el:
6082 * progmodes/ebnf-dtd.el:
6083 * progmodes/ebnf-ebx.el:
6084 * progmodes/ebnf-iso.el:
6085 * progmodes/ebnf-otz.el:
6086 * progmodes/ebnf-yac.el:
6087 * progmodes/ebnf2ps.el:
6088 * delim-col.el:
6089 * printing.el:
6090 * ps-bdf.el:
6091 * ps-mule.el:
6092 * ps-print.el: Remove 'Time-stamp' comment mark.
6093
6094 * printing.el (pr-menu-bind): Replace 'easy-menu-change' by
6095 'easy-menu-add-item' when called in Emacs 21 or higher.
6096
6097 2006-12-04 Stephen Leake <stephen_leake@stephe-leake.org>
6098
6099 * progmodes/ada-xref.el (ada-check-current): Doc fix.
6100 (ada-make-body-gnatstub): Doc fix. Remove redundant `progn'.
6101
6102 2006-12-04 Kim F. Storm <storm@cua.dk>
6103
6104 * bindings.el (global-map): Bind [signal t] to ignore, to have
6105 user signals ignored by default.
6106
6107 2006-12-04 Juanma Barranquero <lekktu@gmail.com>
6108
6109 * descr-text.el (describe-char-unicode-data): Use a hidden buffer for
6110 Unicode data file pointed to by `describe-char-unicodedata-file'.
6111
6112 2006-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
6113
6114 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Fix pathological
6115 O(n^2) regexp-search by anchoring the search.
6116
6117 2006-12-04 Dan Nicolaescu <dann@ics.uci.edu>
6118
6119 * whitespace.el (whitespace-cleanup-internal): Use current
6120 argument for recursive call.
6121
6122 2006-12-04 Michael Albinus <michael.albinus@gmx.de>
6123
6124 * net/tramp.el (tramp-methods): Add "ControlPath" and
6125 "ControlMaster" to scp, scp1 and scp2 methods. Suggested by
6126 Andreas Schwab <schwab@suse.de>.
6127 (tramp-do-copy-or-rename-file-out-of-band)
6128 (tramp-open-connection-rsh): Compute format spec for ?t.
6129 (tramp-process-actions): Trace command parameters.
6130
6131 2006-12-04 Nick Roberts <nickrob@snap.net.nz>
6132
6133 * simple.el (toggle-truncate-lines): Clarify doc string.
6134
6135 * progmodes/gdb-ui.el (gdb-var-delete-children): New function.
6136 (gdb-speedbar-expand-node): Use it.
6137
6138 2006-12-04 Richard Stallman <rms@gnu.org>
6139
6140 * progmodes/python.el (python-indent): Add safe-local-variable prop.
6141
6142 * dired.el (dired-revert): Turn off dired-after-readin-hook
6143 around call to dired-readin.
6144
6145 * menu-bar.el (menu-bar-make-toggle): Add "globally"
6146 to echo area messages.
6147 <indicate-empty-lines, case-fold-search>:
6148 Add "globally" to Help string.
6149 <case-fold-search>: MESSAGE arg need not say "globally".
6150 (menu-bar-edit-menu <paste-from-menu>): Rename from select-and-paste.
6151
6152 2006-12-03 Liam Healy <lnp@healy.washington.dc.us> (tiny change)
6153
6154 * outline.el (outline-end-of-subtree): Don't leave an empty
6155 line hidden as we would a real next heading.
6156
6157 2006-12-03 Ken Manheimer <ken.manheimer@gmail.com>
6158
6159 * allout.el (allout-ascend): Add an optional argument to preserve
6160 original position of point when unsuccessful. Also, fix a
6161 docstring error.
6162 (allout-yank-processing): Fix depth shift of multiple-topic so yanks
6163 work again, using allout-ascend's new option.
6164 (allout-setup-mode-map): Extract from allout-mode to initialize
6165 allout-mode-map. Call it on file load, so the mode docstring
6166 substitutions work even if allout mode has not yet been invoked.
6167 (allout-mode): Use new allout-setup-mode-map to track any keybinding
6168 customizations since the map was last processed. Also, refine the
6169 docstring so it's ship-shape for release.
6170 (allout-default-layout, allout-beginning-of-line-cycles)
6171 (allout-distinctive-bullets-string, allout-use-mode-specific-leader)
6172 (allout-encrypt-unencrypted-on-saves, allout-inhibit-auto-fill)
6173 (allout-version, allout-layout, allout-infer-body-reindent)
6174 (allout-infer-header-lead-and-primary-bullet, allout-view-change-hook)
6175 (allout-init, allout-mode, allout-next-heading, allout-chart-subtree)
6176 (allout-previous-heading, allout-goto-prefix-doublechecked)
6177 (allout-current-bullet-pos, allout-next-sibling-leap)
6178 (allout-pre-command-business, allout-encrypted-type-prefix)
6179 (allout-make-topic-prefix, allout-open-topic, allout-rebullet-heading)
6180 (allout-rebullet-topic, allout-rebullet-topic-grunt)
6181 (allout-flag-region, allout-expose-topic, allout-expose-topic)
6182 (allout-old-expose-topic, allout-listify-exposed)
6183 (allout-process-exposed, allout-latex-verb-quote)
6184 (allout-latex-verbatim-quote-curr-line, allout-adjust-file-variable)
6185 (allout-toggle-current-subtree-encryption)
6186 (allout-toggle-subtree-encryption, allout-bullet-isearch):
6187 Remove extraneous open-paren and close paren string escapes.
6188
6189 2006-12-03 Juanma Barranquero <lekktu@gmail.com>
6190
6191 * progmodes/ada-xref.el (is-windows, ada-find-in-src-path): Doc fixes.
6192 (ada-xref-pos-ring-max, ada-xref-project-files, ada-xref-initialize)
6193 (ada-prj-default-comp-cmd, ada-quote-cmd, ada-compile-current):
6194 Fix typos in docstrings.
6195
6196 2006-12-03 Glenn Morris <rgm@gnu.org>
6197
6198 * progmodes/cc-align.el
6199 * progmodes/cc-awk.el
6200 * progmodes/cc-cmds.el
6201 * progmodes/cc-compat.el
6202 * progmodes/cc-defs.el
6203 * progmodes/cc-engine.el
6204 * progmodes/cc-langs.el
6205 * progmodes/cc-menus.el
6206 * progmodes/cc-mode.el
6207 * progmodes/cc-styles.el
6208 * progmodes/cc-vars.el
6209 * progmodes/vhdl-mode.el: Fix Copyright format.
6210
6211 2006-12-02 Chong Yidong <cyd@stupidchicken.com>
6212
6213 * mouse.el (mouse-drag-track): Suppress automatic hscrolling for
6214 initial down event.
6215
6216 2006-12-02 Kim F. Storm <storm@cua.dk>
6217
6218 * emulation/cua-base.el (cua-toggle-set-mark): Doc fix.
6219 (cua-repeat-replace-region): Make M-v more robust.
6220 (cua-paste-pop-rotate-temporarily): New defcustom.
6221 (cua-paste-pop): Use it.
6222 (cua-auto-mark-last-change): New defcustom.
6223 (cua-pop-to-last-change): New helper function.
6224 (cua-set-mark): Use them.
6225
6226 2006-12-01 Nick Roberts <nickrob@snap.net.nz>
6227
6228 * menu-bar.el (toggle-case-fold-search): Clarify doc/help string and
6229 mini-buffer message.
6230
6231 2006-12-01 Juanma Barranquero <lekktu@gmail.com>
6232
6233 * descr-text.el (describe-char-unicodedata-file): Fix typo in docstring.
6234
6235 2006-12-01 Ben North <ben@redfrontdoor.org>
6236
6237 * paren.el: Fix the highlight overlay extension when the user types a
6238 sequence of char very fast just before the open parenthesis.
6239
6240 2006-12-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6241
6242 * ps-mule.el: Eliminate Emacs 20 compatibility.
6243
6244 * ps-print.el: Eliminate Emacs 20 & 21 compatibility.
6245 (ps-print-version): New version 6.7.
6246 (ps-print-quote): Replace '?\ ' by '?\s'.
6247
6248 2006-11-30 Juanma Barranquero <lekktu@gmail.com>
6249
6250 * hexl.el (hexl-goto-address, hexl-forward-char, hexl-forward-short)
6251 (hexl-forward-word, hexl-previous-line, hexl-beginning-of-1k-page)
6252 (hexl-end-of-1k-page): Doc fixes.
6253 (hexl-address-region, hexl-ascii-region, hexl-highlight-line-range):
6254 Fix typos in docstrings.
6255
6256 2006-11-30 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6257
6258 * ido.el (ido-local-file-exists-p): New. Tell if a file exists
6259 locally, i.e. without using file name handlers.
6260 (ido-read-internal): Allow mono letter host names, avoiding the
6261 `c:' problem by testing if the file exists locally.
6262 (ido-complete, ido-make-file-list, ido-exhibit): Ditto.
6263
6264 2006-11-30 Masatake YAMATO <jet@gyve.org>
6265
6266 * hexl.el (hl-line-range-function, hl-line-face): Declare variables
6267 to avoid bytecomp warnings.
6268 (hexl-mode-old-ruler-function): New variable.
6269 (hexl-follow-line): Bind `hexl-mode-old-hl-line-range-function'
6270 and `hl-line-range-function' after `require' hl-line.
6271 Then bind `hl-line-range-function' and `hl-line-face'.
6272 Don't require frame. Don't use `with-no-warnings'.
6273 (hexl-activate-ruler): Store the original value of
6274 `ruler-mode-ruler-function' to `hexl-mode-old-ruler-function'.
6275 (hexl-mode-exit): Restore the original value of
6276 `ruler-mode-ruler-function'.
6277
6278 2006-11-30 Alin C. Soare <alinsoar@voila.fr> (tiny change)
6279
6280 * hexl.el (hexl-mode-old-hl-line-range-function): New variable.
6281 (hexl-mode-old-hl-line-face): New variable.
6282 (hexl-mode, hexl-mode-exit): Fix the highlighting of the current
6283 line when exit from the hexl-mode.
6284
6285 2006-11-30 Juanma Barranquero <lekktu@gmail.com>
6286
6287 * emacs-lisp/bytecomp.el (byte-optimize, byte-compile-warnings):
6288 Doc fixes.
6289
6290 * international/fontset.el (create-fontset-from-ascii-font)
6291 (create-fontset-from-fontset-spec, x-compose-font-name): Doc fixes.
6292 (fontset-name-p): Fix typo in docstring.
6293
6294 * progmodes/cc-cmds.el (c-indent-exp): Fix typo in docstring.
6295
6296 2006-11-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6297
6298 * ps-bdf.el: Fix maintainer email.
6299
6300 * ps-mule.el: Fix maintainer email. Define functions for Emacs 20
6301 compatibility.
6302
6303 * ps-print.el: Fix maintainer email. Define functions for Emacs 20 &
6304 21 compatibility.
6305 (ps-print-quote): Replace '?\s' by '?\ ' to keep compatibility with
6306 Emacs 20 & 21.
6307
6308 2006-11-29 J.D. Smith <jdsmith@as.arizona.edu>
6309
6310 * progmodes/idlwave.el (idlwave-auto-fill):
6311 Remove paragraph-start let to prevent auto-fill giving up.
6312
6313 2006-11-28 Juanma Barranquero <lekktu@gmail.com>
6314
6315 * vt100-led.el (led-state): Fix typo in previous change.
6316
6317 2006-11-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6318
6319 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6320 Fix interactive spec of the functions getting defined to make them
6321 work as documented.
6322
6323 2006-11-28 Chong Yidong <cyd@stupidchicken.com>
6324
6325 * startup.el (fancy-splash-screens): Hide initial splash buffer.
6326
6327 2006-11-28 Kim F. Storm <storm@cua.dk>
6328
6329 * icomplete.el (icomplete-tidy, icomplete-exhibit): Check that
6330 icomplete-mode is enabled.
6331
6332 2006-11-28 Carsten Dominik <dominik@science.uva.nl>
6333
6334 * textmodes/org.el (require): Require gnus-sum during compilation
6335 to avoid problem with a macro call.
6336
6337 2006-11-28 Glenn Morris <rgm@gnu.org>
6338
6339 * emacs-lisp/authors.el (authors-aliases): Add new alias.
6340
6341 * progmodes/fortran.el (fortran-font-lock-keywords-4): Add `min'.
6342 (fortran-window-create-momentarily): Do not need string-to-char.
6343
6344 2006-11-28 Richard Stallman <rms@gnu.org>
6345
6346 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
6347 Replace incorrect use of assoc-default with a loop.
6348
6349 * term.el (term-exec-1): Set envvar INSIDE_EMACS.
6350
6351 * simple.el (next-error-find-buffer): Improve messages.
6352
6353 * files.el (revert-buffer): Special error message if file
6354 is now not readable.
6355
6356 * facemenu.el (facemenu-add-new-face): Improve doc strings of
6357 constructed commands.
6358
6359 * comint.el (comint-exec-1): Provide Emacs version and `comint'
6360 in INSIDE_EMACS.
6361
6362 2006-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
6363
6364 * diff-mode.el (diff-mode-map): Add a binding for unified->context.
6365
6366 * server.el: Remove spurious * in docstrings.
6367 (server-process-filter): Exit from recursive editing before processing
6368 a new request.
6369
6370 2006-11-27 J.D. Smith <jdsmith@as.arizona.edu>
6371
6372 * progmodes/hideshow.el (hs-already-hidden-p): Move to end of
6373 line so hidden blocks will be correctly identified.
6374
6375 2006-11-27 Juanma Barranquero <lekktu@gmail.com>
6376
6377 * ledit.el (ledit-save-defun, ledit-mode):
6378 * resume.el (resume-emacs-args-buffer):
6379 * rot13.el (rot13-display-table, rot13-translate-table, rot13)
6380 (rot13-string, rot13-region, rot13-other-window, toggle-rot13-mode):
6381 * vmsproc.el (subprocess-input, start-subprocess, subprocess-command)
6382 (command-send-input, command-kill-line):
6383 * vt100-led.el (led-state, led-on): Fix typos in docstrings.
6384
6385 * autoarg.el (autoarg-kp-mode): Doc fix.
6386
6387 * emacs-lock.el (toggle-emacs-lock): Doc fix. Simplify.
6388 (emacs-lock-check-buffer-lock): Doc fix. Use `when'.
6389 (check-emacs-lock): Doc fix. Simplify.
6390
6391 * iimage.el (iimage-mode-image-regex-alist): Doc fix.
6392 (iimage-mode-buffer): Fix typos in docstring.
6393
6394 * misc.el (zap-up-to-char): Doc fix.
6395
6396 * time-stamp.el: Fix comment and obsolescence string for old
6397 functions. Use `dolist' instead of `while'.
6398
6399 * userlock.el (ask-user-about-lock-help): Fix typos in output message.
6400
6401 * disp-table.el (standard-display-8bit, standard-display-default):
6402 * ebuff-menu.el (electric-buffer-list):
6403 * ehelp.el (electric-help-command-loop):
6404 * font-core.el (font-lock-mode):
6405 * help-macro.el (make-help-screen):
6406 * help.el (describe-minor-mode-completion-table-for-indicator)
6407 (lookup-minor-mode-from-indicator):
6408 * indent.el (tab-to-tab-stop, move-to-tab-stop):
6409 * info-look.el (info-lookup-guess-custom-symbol):
6410 * locate.el (locate-main-listing-line-p, locate-mode, locate-do-setup):
6411 * longlines.el (longlines-wrap-line):
6412 * macros.el (insert-kbd-macro):
6413 * menu-bar.el (menu-bar-update-buffers):
6414 * misc.el (copy-from-above-command):
6415 * mouse.el (mouse-popup-menubar, mouse-buffer-menu-alist):
6416 * newcomment.el (comment-indent):
6417 * novice.el (disabled-command-function):
6418 * sort.el (sort-fields-syntax-table):
6419 * subr.el (momentary-string-display):
6420 * tar-mode.el (tar-header-block-summarize)
6421 (tar-clear-modification-flags):
6422 * terminal.el (terminal-cease-edit, te-more-break-unwind, te-newline)
6423 (te-clear-rest-of-line, te-clear-rest-of-screen, te-clear-screen)
6424 (te-insert-lines, te-delete-lines, te-delete, te-insert-spaces)
6425 (te-delete-char, te-down-vertically-or-scroll):
6426 * time-stamp.el (time-stamp-string-preprocess):
6427 * tmm.el (tmm-add-one-shortcut): "?\ " -> "?\s".
6428
6429 2006-11-26 Nick Roberts <nickrob@snap.net.nz>
6430
6431 * speedbar.el (speedbar-timer-fn): Revert to old behaviour when not
6432 in GUD mode.
6433
6434 * progmodes/gud.el (gud-install-speedbar-variables): Remove bindings:
6435 speedbar-expand-line-descendants, speedbar-contract-line-descendants.
6436
6437 2006-11-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6438
6439 * progmodes/cc-vars.el (c-backslash-column): Add . at end of sentence.
6440
6441 2006-11-26 Stephen Leake <stephen_leake@stephe-leake.org>
6442
6443 * progmodes/ada-mode.el (ada-which-compiler): Fix typo in docstring.
6444 (ada-compile-goto-error): Adapt to new argument profile of
6445 compilation-goto-locus in Emacs 22. Don't check if the various
6446 compile functions are defined; we already do "(require 'compile)".
6447
6448 2006-11-26 Kim F. Storm <storm@cua.dk>
6449
6450 * kmacro.el: Fix commentary.
6451
6452 2006-11-26 Nick Roberts <nickrob@snap.net.nz>
6453
6454 * progmodes/gud.el (gdb): Explain how to run in text command mode
6455 more clearly. Say in error message that multiple debugging
6456 requires restarting GDB.
6457
6458 2006-11-25 Juanma Barranquero <lekktu@gmail.com>
6459
6460 * international/fontset.el (create-fontset-from-fontset-spec): Doc fix.
6461
6462 2006-11-25 Pavel Kobiakov <pk_at_work@yahoo.com>
6463
6464 * progmodes/flymake.el (flymake-posn-at-point-as-event): New function.
6465 (flymake-popup-menu): Use it instead of posn-at-point.
6466
6467 2006-11-25 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6468
6469 * progmodes/cc-vars.el (c-backslash-column):
6470 Mention c-backslash-max-column in documentation for c-backslash-column.
6471
6472 2006-11-24 Lars Hansen <larsh@soem.dk>
6473
6474 * net/tramp.el (tramp-default-method): Under Windows, change from
6475 plink to pscp.
6476 (tramp-copy-failed-regexp, tramp-action-copy-failed): Add.
6477 (tramp-actions-copy-out-of-band):
6478 Add pair (tramp-copy-failed-regexp tramp-action-copy-failed).
6479 (tramp-action-out-of-band): Move "Permission denied" handling to
6480 tramp-action-copy-failed.
6481 (tramp-do-copy-or-rename-file-out-of-band): unwind-protect killing of
6482 process buffer.
6483
6484 2006-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
6485
6486 * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
6487 strings to a single string. Quote `errors-file-name'.
6488 (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
6489 (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
6490 Adjust calls. Use `shell-quote-argument'.
6491
6492 * international/mule.el (load-with-code-conversion)
6493 (with-category-table): Use with-current-buffer.
6494 (after-insert-file-set-coding): Use restore-buffer-modified-p.
6495
6496 2006-11-24 Eli Zaretskii <eliz@gnu.org>
6497
6498 * mail/smtpmail.el (smtpmail-send-it):
6499 Copy buffer-file-coding-system from the mail buffer. Possibly add a
6500 MIME header for the message encoding.
6501 Bind coding-system-for-write around the call to mail-do-fcc.
6502 Use smtpmail-code-conv-from to encode queued mail messages.
6503
6504 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
6505
6506 * tabify.el (tabify-regexp): Doc fix.
6507
6508 * net/rcirc.el (rcirc-buffer-maximum-lines):
6509 * progmodes/gud.el (jdb): Fix space/tab mixup in docstrings.
6510
6511 * play/gomoku.el (gomoku-terminate-game, gomoku-human-takes-back)
6512 (gomoku-prompt-for-move, gomoku-human-plays, gomoku-offer-a-draw):
6513 Fix typos in output messages.
6514 (gomoku-vector-length, gomoku-init-board): Fix typos in docstrings.
6515
6516 2006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
6517
6518 * hexl.el (hexl-mode): Don't try to guess the max-address: get it from
6519 the horse's mouth.
6520 (hexlify-buffer): Don't re-encode an arg that's already encoded.
6521
6522 2006-11-23 Michael Kifer <kifer@cs.stonybrook.edu>
6523
6524 * ediff-diff.el (ediff-exec-process, ediff-same-file-contents):
6525 Remove condition-case.
6526
6527 2006-11-23 Glenn Morris <rgm@gnu.org>
6528
6529 * progmodes/f90.el (f90-comment-indent): Do not move point in
6530 default case.
6531
6532 2006-11-21 Romain Francoise <romain@orebokech.com>
6533
6534 * emacs-lisp/find-func.el (find-library-name): Don't strip ".el"
6535 from library name (reverts change of 2005-10-25).
6536
6537 2006-11-21 Lennart Borgman <lennart.borgman.073@student.lu.se>
6538
6539 * tutorial.el (tutorial--default-keys): Add newline and
6540 delete-backward-char bindings.
6541 (tutorial--detailed-help): Save excursion when finding keys.
6542 Correct warning string for M-x FOO case.
6543 (tutorial--display-changes): Print special keys in tutorial style.
6544 Tweak search regexp for changed keys.
6545
6546 2006-11-21 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
6547
6548 * thingatpt.el (thing-at-point-url-at-point): Don't add a
6549 redundant scheme.
6550
6551 2006-11-21 Diane Murray <disumu@x3y2z1.net> (tiny change)
6552
6553 * thingatpt.el (thing-at-point-uri-schemes): Add schemes that
6554 are new to the list at IANA. Also added irc, mms, mmsh.
6555
6556 2006-11-20 J.D. Smith <jdsmith@as.arizona.edu>
6557
6558 * progmodes/idlw-help.el (idlwave-html-help-location):
6559 Fail gracefully for missing help packages.
6560 (idlwave-help-assistant-open-link): Open full links.
6561 (idlwave-help-assistant-help-with-topic): Direct help link.
6562
6563 * progmodes/idlwave.el (idlwave-mode):
6564 Set add-log-current-defun-function.
6565 (idlwave-current-routine-fullname): Add, to support add-log.
6566 (idlwave-convert-xml-system-routine-info): Simplify XML parsing
6567 to reflect improvements to xml-parse-file.
6568 (idlwave-mode-menu-def): New binding for help-with-topic.
6569
6570 * progmodes/idlw-shell.el (idlwave-shell-filter-directory):
6571 Handle extra newlines and spaces.
6572 (idlwave-shell-mode-map): Add help-with-topic.
6573
6574 2006-11-20 Chong Yidong <cyd@stupidchicken.com>
6575
6576 * tutorial.el (tutorial-warning-face): New face.
6577 (tutorial--detailed-help, tutorial--display-changes): Use it.
6578 (tutorial--find-changed-keys): Check ESC-prefix binding specially.
6579 Improve search pattern for occurrences of changed keys.
6580
6581 2006-11-20 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6582
6583 * term/x-win.el (x-last-cut-buffer-coding): New variable.
6584 (x-select-text): Set it.
6585 (x-cut-buffer-or-selection-value): Check also x-last-cut-buffer-coding
6586 when checking for newness.
6587
6588 2006-11-19 Juanma Barranquero <lekktu@gmail.com>
6589
6590 * subr.el (posn-image):
6591 * progmodes/ebnf2ps.el (ebnf-stop-on-error): Fix typos in docstrings.
6592
6593 * emacs-lisp/regexp-opt.el (regexp-opt): Doc fix.
6594
6595 2006-11-19 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6596
6597 * progmodes/glasses.el (glasses-separate-parentheses-exceptions): New.
6598 Exceptions to the rule "add a space between an identifier and an
6599 opening parenthesis". Defaulted to the `#define' problem of cpp.
6600 (glasses-parenthesis-exception-p): New. Check if the region is an
6601 exception regarding to that.
6602 (glasses-make-readable): Use it.
6603 (glasses-convert-to-unreadable): Ditto. Modify the file also if
6604 `glasses-convert-on-write-p' and `glasses-separate-parentheses-p' are t.
6605
6606 2006-11-19 Chong Yidong <cyd@stupidchicken.com>
6607
6608 * emacs-lisp/bytecomp.el (byte-compile-if): Revert last change.
6609
6610 2006-11-19 Stephen Leake <stephen_leake@stephe-leake.org>
6611
6612 * progmodes/ada-mode.el (ada-make-body): Fix typo.
6613
6614 * progmodes/ada-xref.el (ada-make-body-gnatstub): Fix typo.
6615 (ada-xref-initialize): Fix typo. Use add-hook and remove-hook.
6616
6617 2006-11-18 Chong Yidong <cyd@stupidchicken.com>
6618
6619 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Check `and'
6620 conditions for function or variable bindings.
6621
6622 * comint.el (comint-exec-1): Set EMACS and INSIDE_EMACS to t.
6623
6624 * progmodes/compile.el (compilation-start): Ditto.
6625
6626 2006-11-18 Michael Albinus <michael.albinus@gmx.de>
6627
6628 * net/tramp.el (top): cl and custom are always required.
6629
6630 2006-11-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6631
6632 * term/x-win.el (x-cut-buffer-or-selection-value): Decode text from
6633 cut-buffers with next-selection-coding-system if not nil.
6634
6635 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
6636
6637 * textmodes/org.el (org-fix-decoded-time): New function.
6638 (org-display-custom-time): Use `org-fix-decoded-time'.
6639
6640 2006-11-17 Chong Yidong <cyd@stupidchicken.com>
6641
6642 * menu-bar.el (menu-bar-games-menu): Remove yow.
6643
6644 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
6645
6646 * textmodes/org.el (org-scan-tags): Re-align code fixed.
6647 (org-detach-overlay): Rename from `org-detatch-overlay'.
6648 (org-table-convert-region): Insert space after column separator.
6649 (org-agenda-kill): New command.
6650 (org-metaleft): Call `org-outdent-item' on bullets.
6651 (org-metaright): Call `org-indent-item' on bullets.
6652 (org-timestamp-change): Set `org-last-changed-timestamp'.
6653 (org-current-line): Make sure (bolp) returns correct result.
6654 (org-agenda-change-all-lines): Make sure TODO are highlighted.
6655
6656 2006-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
6657
6658 * pcvs.el (cvs-retrieve-revision): Set buffer-file-coding-system.
6659
6660 2006-11-16 Chong Yidong <cyd@stupidchicken.com>
6661
6662 * mouse.el (global-map): Change 2006-08-16 fix to call
6663 mouse-yank-at-click explicitly, since mouse events are not carried
6664 over into keyboard macros.
6665
6666 2006-11-16 Kim F. Storm <storm@cua.dk>
6667
6668 * ido.el (ido-file-internal): Use current buffer's file name as default
6669 choice for ido-find-alternate-file. Suggested by Matt Hodges.
6670
6671 2006-11-15 Ken Manheimer <ken.manheimer@gmail.com>
6672
6673 * allout.el (allout-doublecheck-at-and-shallower): Clarify docstring.
6674 (allout-inhibit-aberrance-doublecheck): Rename from
6675 allout-during-yank-processing. All callers changed.
6676 (allout-ascend): Provide for unusual case where some topic after
6677 the first in file is at lower depth than the first.
6678 (allout-shift-in): Ensure the offspring of the new containing
6679 topic are exposed.
6680 (allout-encrypt-string): Preserve the coding-system of the text,
6681 according to that of the containing buffer.
6682 (allout-toggle-subtree-encryption): When the text being encrypted
6683 requires a different coding system, offer to preserve the coding
6684 system using a file local var.
6685
6686 2006-11-15 Simon Marshall <simon@gnu.org>
6687
6688 * progmodes/cc-fonts.el (c-font-lock-declarators): Use c-at-toplevel-p
6689 to recognise "T t()" as a function declaration, rather than a
6690 variable instantiation, iff at the top-level or inside a class
6691 declaration. Suggested by Feng Li <fengli@gmail.com>.
6692
6693 2006-11-14 Stephen Leake <stephen_leake@stephe-leake.org>
6694
6695 * progmodes/ada-xref.el (ada-parse-prj-file):
6696 Don't delete project buffer; user may want to edit it.
6697 (ada-xref-set-project-field, ada-xref-current-project-file)
6698 (ada-xref-current-project, ada-show-current-project)
6699 (ada-set-main-compile-application): New functions.
6700 (ada-xref-get-project-field, ada-require-project-file):
6701 Normalize use of ada-prj-default-project-file.
6702 (ada-gdb-application, ada-get-ada-file-name, ada-make-body-gnatstub):
6703 Normalize use of ada-require-project-file.
6704 (ada-prj-find-prj-file): Improve doc string, comments.
6705
6706 * progmodes/ada-mode.el (ada-mode-version): Bump version.
6707 (ada-create-keymap): Add \C-c\C-m 'ada-set-main-compile-application.
6708 (ada-create-menu): Add ada-set-main-compile-application,
6709 ada-show-current-main, ada-show-current-project.
6710
6711 2006-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
6712
6713 * progmodes/python.el (inferior-python-mode-syntax-table): New var.
6714 (inferior-python-mode): Use it.
6715
6716 2006-11-14 Andreas Schwab <schwab@suse.de>
6717
6718 * term/xterm.el (terminal-init-xterm): Add more key bindings.
6719
6720 2006-11-13 Kim F. Storm <storm@cua.dk>
6721
6722 * ido.el (ido-copy-current-word): C-o copies region if active.
6723
6724 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
6725
6726 * textmodes/org.el (org-emph-face): Fix typo in variable name.
6727
6728 2006-11-13 Juanma Barranquero <lekktu@gmail.com>
6729
6730 * ediff.el (ediff-revision):
6731 * files.el (set-visited-file-name):
6732 * mail/rmailout.el (rmail-output-body-to-file):
6733 Use `format', not `message', in `y-or-n-p' call.
6734
6735 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
6736
6737 * textmodes/org.el (org-metaleft): Call `org-outdent-item' on bullets.
6738 (org-metaright): Call `org-indent-item' on bullets.
6739 (org-timestamp-change): Set `org-last-changed-timestamp'.
6740 (org-current-line): Make sure (bolp) returns correct result.
6741 (org-agenda-change-all-lines): Make sure highlighting TODO always works.
6742
6743 2006-11-12 Richard Stallman <rms@gnu.org>
6744
6745 * language/european.el (turkish-case-conversion-enable)
6746 (turkish-case-conversion-disable): New functions.
6747 ("Turkish" lang env): Use them.
6748
6749 * international/characters.el (case table):
6750 Do nothing special for i and I.
6751
6752 * subr.el (remove-overlays): Fix last change.
6753
6754 * cus-edit.el (custom-save-all): Use find-file-visit-truename
6755 for visiting the custom file.
6756
6757 2006-11-12 Markus Triska <triska@gmx.at>
6758
6759 * play/handwrite.el (handwrite): Also process lines not ending
6760 with newline. Replace some position-fiddling with different
6761 logic. Improve performance.
6762
6763 2006-11-12 Stephen Leake <stephen_leake@stephe-leake.org>
6764
6765 * progmodes/ada-xref.el (ada-prj-default-check-cmd): New variable,
6766 replacing deleted variable `ada-check-switch'.
6767 (ada-project-file-extension): Rename to `ada-prj-file-extension'.
6768 (ada-xref-project-files): Improve doc string.
6769 (ada-find-executable): New function.
6770 (ada-initialize-runtime-library): Use `ada-find-executable'.
6771 (ada-xref-set-default-prj-values): In compile commands, don't need
6772 `ada-cd-command'; `compile' does that more portably.
6773 Use ada-prj-default-check-cmd.
6774 (ada-parse-prj-file): Don't set 'debug_post_cmd, 'debug_pre_cmd
6775 properties if not specified in project file.
6776 (ada-goto-declaration): Display useful message for new error
6777 'error-file-not-found.
6778 (ada-get-ada-file-name, ada-find-in-src-path): Signal new error
6779 'error-file-not-found.
6780 (ada-get-all-references): Match latest ali syntax. Signal new
6781 error 'error-file-not-found.
6782 (ada-find-in-ali): Match latest ali syntax.
6783 (ada-make-filename-from-adaname): Handle different semantics of
6784 gnatkr in GNAT 3.15p vs later.
6785
6786 * progmodes/ada-stmt.el (ada-func-or-proc-name): Match changes to
6787 ada-procedure-start-regexp.
6788 (ada-or-accept, ada-or-delay, ada-or-terminate): Improve doc string.
6789
6790 * progmodes/ada-mode.el: Replace conditional (require 'ispell)
6791 with defvar.
6792 (ada-language-version): Rename ada05 -> ada2005.
6793 (ada-align-region-separate): Add `eval-when-compile'.
6794 (ada-name-regexp): Remove unneeded escapes in regexp character
6795 alternative.
6796 (ada-compile-goto-error-file-linenr-re): New constant.
6797 (ada-matching-start-re): Handle additional cases `declare',
6798 `procedure', `function'.
6799 (ada-compile-goto-error): Handle "... at line nn".
6800 (ada-mode): Clearer syntax, comments for ff-special-constructs.
6801 Delete support for old versions of `align'.
6802 (ada-search-prev-end-stmt): Handle additional keyword `private'.
6803 (ada-check-defun-name): Simplify handling of `declare'.
6804 (ada-goto-matching-start): Handle nested `begin ... end'.
6805 Handle `declare', `protected', `procedure', `function'.
6806 (ada-create-menu): Presence of arm95 is not conditional on using
6807 GNAT compiler.
6808
6809 2006-11-12 Juanma Barranquero <lekktu@gmail.com>
6810
6811 * emacs-lisp/re-builder.el (reb-mode): Set `blink-matching-paren' to
6812 nil in the *RE-Builder* buffer (it causes spurious error messages).
6813
6814 * server.el (server-visit-files): If `minibuffer-auto-raise' has
6815 been set to t, respect it.
6816
6817 2006-11-11 Stephen Leake <stephen_leake@stephe-leake.org>
6818
6819 * progmodes/ada-mode.el: Delete `eval-and-compile' around `require'.
6820 Delete commented out code for old Emacs versions. Autoloading of
6821 "ada-xref", "ada-prj" is useful even if compiler is not GNAT.
6822 (ada-mode-version): Bump version number.
6823 (ada-95-string-keywords, ada-2005-string-keywords)
6824 (ada-2005-keywords, ada-name-regexp): New constant.
6825 (ada-language-version, ada-procedure-start-regexp, ada-mode)
6826 (ada-font-lock-keywords): Add support for Ada 2005 keywords.
6827 (ada-package-start-regexp): Support private packages, include package
6828 name (for ada-set-point-accordingly).
6829 (ada-next-procedure, ada-previous-procedure)
6830 (ada-which-function-are-we-in): Match changes to
6831 ada-procedure-start-regexp.
6832 (ada-make-body): Make non-interactive; not a user function.
6833 (ada-make-subprogram-body): Improve doc string.
6834
6835 2006-11-11 Romain Francoise <romain@orebokech.com>
6836
6837 * progmodes/cperl-mode.el (cperl-mode): Before adding to it, make
6838 `compilation-error-regexp-alist' buffer-local, since we changed
6839 `compilation-error-regexp-alist-alist' locally.
6840
6841 2006-11-11 Juanma Barranquero <lekktu@gmail.com>
6842
6843 * server.el (server-visit-files): Bind `minibuffer-auto-raise'
6844 to the value of `server-raise-frame'.
6845
6846 2006-11-11 Glenn Morris <rgm@gnu.org>
6847
6848 * ido.el (ido-enable-prefix)
6849 * ses.el (ses-call-printer-return)
6850 * net/tramp.el (tramp-unified-filenames)
6851 * progmodes/cc-align.el (c-lineup-string-cont)
6852 * progmodes/compile.el (compilation-directory-matcher)
6853 * progmodes/ebnf2ps.el (ebnf-stop-on-error)
6854 * progmodes/vhdl-mode.el (vhdl-reset-active-high)
6855 (vhdl-clock-rising-edge)
6856 * textmodes/org.el (org-export-with-timestamps)
6857 (org-export-remove-timestamps-from-toc)
6858 (org-export-with-tags): Improve previous doc fixes.
6859
6860 2006-11-11 Richard Stallman <rms@gnu.org>
6861
6862 * textmodes/flyspell.el (flyspell-mode-map):
6863 Bind C-c $ instead of M-RET.
6864
6865 2006-11-10 Simon Marshall <simon@gnu.org>
6866
6867 * progmodes/cc-fonts.el (c-font-lock-declarations): Don't overwrite
6868 fontification for "case" and "default" keywords.
6869
6870 2006-11-10 Andreas Schwab <schwab@suse.de>
6871
6872 * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
6873 Avoid starting sentence with "nil".
6874
6875 2006-11-10 Juanma Barranquero <lekktu@gmail.com>
6876
6877 * server.el (server-raise-frame): New option.
6878 (server-switch-buffer): Use it.
6879
6880 2006-11-10 Nick Roberts <nickrob@snap.net.nz>
6881
6882 * progmodes/gdb-ui.el (gdb-many-windows): Start doc string
6883 with a capital.
6884
6885 2006-11-10 Carsten Dominik <carsten.dominik@gmail.com>
6886
6887 * textmodes/org.el (org-show-hierarchy-above)
6888 (org-show-following-heading): Fix typo in default value.
6889 (org-scan-tags): Make the search case-sensitive.
6890 (org-tags-sparse-tree): Don't overrule
6891 `org-show-following-heading' and `org-show-hierarchy-above'.
6892 (org-reveal): New command.
6893 (org-show-context): Rename from `org-show-hierarchy-above'.
6894 (org-fast-tag-selection-single-key): New option.
6895 (org-fast-tag-show-exit, org-set-current-tags-overlay): New functions.
6896 (org-tags-overlay): New variable.
6897 (org-agenda-todo-ignore-deadlines): New option.
6898 ("session"): Add circular data structure `org-mark-ring' to
6899 exceptions list in session.el.
6900 (org-agenda-window-setup, org-agenda-restore-windows-after-quit):
6901 New options.
6902 (org-agenda-quit): Use `org-agenda-restore-windows-after-quit'.
6903 (org-prepare-agenda, org-agenda-quit): Use `org-agenda-window-setup'.
6904 (org-pre-agenda-window-conf, org-blank-before-new-entry): New vars.
6905 (org-finalize-agenda): Activate bracket links in agenda.
6906 (org-at-timestamp-p, org-at-date-range-p): Additional argument
6907 INACTIVE-OK.
6908 (org-show-hierarchy-above, org-show-following-heading):
6909 List values allowed for fine-tuned configuration.
6910 (org-show-hierarchy-above): New argument CONTEXT, use the
6911 fine-tuned settings in `org-show-hierarchy-above' and
6912 `org-show-following-heading'.
6913 (org-display-custom-time): New function.
6914 (org-toggle-time-stamp-overlays, org-insert-time-stamp): New function.
6915 (org-display-custom-times, org-time-stamp-custom-formats):
6916 (org-maybe-intangible): New macro.
6917 (org-activate-bracket-links, org-hide-wide-columns):
6918 Use `org-maybe-intangible'.
6919 (org-open-file): Use `shell-quote-argument'.
6920 (org-display-internal-link-with-indirect-buffer): New option.
6921 (org-file-remote-p): Get regexp from list.
6922 (org-link-expand-abbrev): New function.
6923 (org-link-abbrev-alist): New option.
6924 (org-open-at-point, org-cleaned-string-for-export):
6925 Call `org-link-expand-abbrev'.
6926 (org-timeline, org-agenda-list, org-todo-list)
6927 (org-tags-view): Remove the KEEP-MODES argument.
6928 (org-finalize-agenda-hook): New hook.
6929 (org-get-alist-option): New function.
6930 (org-follow-timestamp-link): New function.
6931 (org-open-at-point): Call `org-follow-timestamp-link'.
6932 (org-log-note-marker, org-log-note-purpose)
6933 (org-log-note-window-configuration): New variables.
6934 (org-add-log-maybe, org-add-log-note, org-store-log-note): New funs.
6935 (org-log-note-headings): New option.
6936 (org-dblock-write:clocktable): Bug fix, removed infinite loop.
6937 (org-store-link): Support for dired-mode.
6938 (org-open-file): Substitute environment variables into filename.
6939 (org-last): New defsubst.
6940 (org-agenda-re-align-tags): New function.
6941 (org-agenda-align-tags-to-column): New option.
6942 (org-agenda-timeline): Group removed.
6943 (org-prepare-agenda, org-prepare-agenda-buffers)
6944 (org-run-agenda-series, org-timeline, org-agenda-list)
6945 (org-todo-list, org-tags-view): Call `org-agenda-prepare' and set
6946 the text property inticating the agenda type.
6947 (org-agenda-post-command-hook): Get agenda type from text property
6948 at point.
6949 (org-agenda): Handle command sets. Set `org-agenda-last-arguments'
6950 and obey `org-agenda-overriding-arguments'.
6951 (org-agenda-overriding-arguments, org-agenda-last-arguments): New vars.
6952 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
6953 (org-agenda-week-view, org-agenda-day-view):
6954 Use `org-agenda-overriding-arguments' to make updating work with
6955 multi-block agendas.
6956 (org-agenda-prefix-format): Allow different formats for the
6957 different agenda entry types.
6958 (org-timeline-prefix-format): Option removed, use
6959 `org-agenda-prefix-format' instead.
6960 (org-prepare-agenda): New function.
6961 (org-select-timeline-window): Option removed, use
6962 `org-select-agenda-window' instead.
6963 (org-respect-restriction): Variable removed.
6964 (org-cmp-tag): New function.
6965 (org-agenda-sorting-strategy, org-entries-lessp):
6966 Implement sorting by last tag.
6967 (org-complete): Better completion in in-buffer option lines.
6968 (org-in-item-p): New function.
6969 (org-org-menu): Add entries for checkboxes.
6970 (org-cycle): Extra brouping in outline-regexp, because it is used
6971 in a search with "^" prepended.
6972 (org-provide-checkbox-statistics): New option.
6973 (org-set-font-lock-defaults): Highlight checkbox statistics.
6974 (org-update-checkbox-count-maybe)
6975 (org-get-checkbox-statistics-face): New functions.
6976 (org-update-checkbox-count): New command.
6977 (org-insert-item, org-toggle-checkbox):
6978 Call `org-update-checkbox-count-maybe'.
6979 (org-export-as-html): XEmacs compatibility for coding system.
6980 (org-force-cycle-archived): New command.
6981 (org-cycle-hide-archived-subtrees): Display message when ARCHIVE
6982 overrules cycling.
6983 (org-fix-position-after-promote): If the line contains only a todo
6984 keyword, add a final space.
6985 (org-promote-subtree, org-demote-subtree):
6986 Call `org-fix-position-after-promote'.
6987
6988 2006-11-10 Glenn Morris <rgm@gnu.org>
6989
6990 * calendar/cal-dst.el: Do not assume DST starts/ends on the same
6991 date in every year.
6992 (calendar-dst-check-each-year-flag): New customizable variable.
6993 (calendar-dst-find-data): New function, extracted from
6994 calendar-current-time-zone.
6995 (calendar-current-time-zone): Use calendar-dst-find-data.
6996 (calendar-dst-transition-cache): New variable.
6997 (calendar-dst-find-startend, calendar-dst-starts)
6998 (calendar-dst-ends): New functions.
6999 (calendar-daylight-savings-starts)
7000 (calendar-daylight-savings-ends): Change value to use
7001 calendar-dst-starts, calendar-dst-ends; respectively.
7002
7003 * progmodes/f90.el (f90-indent-region): Bind case-fold-search to t.
7004
7005 * ido.el (ido-enable-prefix)
7006 * ses.el (ses-call-printer-return)
7007 * net/tramp.el (tramp-unified-filenames)
7008 * progmodes/cc-align.el (c-lineup-string-cont)
7009 * progmodes/compile.el (compilation-directory-matcher)
7010 * progmodes/ebnf2ps.el (ebnf-stop-on-error)
7011 * progmodes/gdb-ui.el (gdb-many-windows)
7012 * progmodes/vhdl-mode.el (vhdl-reset-active-high)
7013 (vhdl-clock-rising-edge)
7014 * textmodes/org.el (org-export-with-timestamps)
7015 (org-export-remove-timestamps-from-toc, org-export-with-tags)
7016 (org-read-date): Doc fix (Nil -> nil).
7017
7018 2006-11-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7019
7020 * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
7021 Encode/decode text to/from cut buffers to/from iso-latin-1 only.
7022
7023 2006-11-10 Juanma Barranquero <lekktu@gmail.com>
7024
7025 * bs.el (bs--window-for-buffer): Remove.
7026 (bs--show-with-configuration): Use `get-window-with-predicate'
7027 instead of `bs--window-for-buffer'.
7028
7029 2006-11-10 Kenichi Handa <handa@m17n.org>
7030
7031 * files.el (revert-buffer): Fix previous change.
7032
7033 2006-11-09 Juanma Barranquero <lekktu@gmail.com>
7034
7035 * bs.el (bs--redisplay): Fix typo in docstring.
7036 (bs--window-config-coming-from): Make frame-local.
7037 (bs--restore-window-config): New function.
7038 (bs-kill, bs-select, bs-select-other-window)
7039 (bs-select-other-frame): Use it.
7040 (bs--window-for-buffer): Return as soon as a matching buffer is found.
7041 (bs--show-with-configuration): Save the window configuration as a
7042 frame local var, and only if *buffer-selection* is not already
7043 visible on this frame.
7044
7045 2006-11-08 Chong Yidong <cyd@stupidchicken.com>
7046
7047 * vc-svn.el (vc-svn-admin-directory): New var.
7048 (vc-svn-registered, vc-svn-responsible-p)
7049 (vc-svn-repository-hostname): Use it.
7050 Suggested by arit93@yahoo.com.
7051
7052 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
7053
7054 * ldefs-boot.el: Regenerate.
7055
7056 2006-11-08 Alan Mackenzie <acm@muc.de>
7057
7058 * emacs-lisp/lisp.el (beginning-of-defun-raw): Code up the
7059 case (eq open-paren-in-column-0-is-defun-start nil) by searching
7060 for least nested open-paren.
7061
7062 2006-11-08 Romain Francoise <romain@orebokech.com>
7063
7064 * subr.el (remove-overlays): Fix typo in last change.
7065
7066 2006-11-08 Richard Stallman <rms@gnu.org>
7067
7068 * subr.el (remove-overlays): Call overlay-recenter.
7069
7070 2006-11-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7071
7072 * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
7073 (pr-ps-name-custom-set, pr-txt-name-custom-set): Return back the old
7074 behaviour.
7075 (pr-menu-bind): Act on global-map instead of menu-bar-file-menu
7076 directly.
7077
7078 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
7079
7080 * ido.el (ido-ignore-extensions, ido-show-dot-for-dired)
7081 (ido-max-dir-file-cache, ido-decorations)
7082 (ido-rewrite-file-prompt-functions, ido-use-mycompletion-depth)
7083 (ido-magic-backward-char, ido-enter-dired)
7084 (ido-enter-insert-buffer, ido-enter-insert-file, ido-dired)
7085 (ido-list-directory, ido-first-match, ido-only-match)
7086 (ido-subdir, ido-indicator): Fix typos in docstrings.
7087 (ido-buffer-internal, ido-completion-help): Fix typos in messages.
7088 (ido-read-internal): Fix typo in error message.
7089
7090 2006-11-08 Kenichi Handa <handa@m17n.org>
7091
7092 * international/mule-cmds.el (set-default-coding-systems):
7093 Always set default-file-name-coding-system to utf-8 for Mac Darwin.
7094
7095 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
7096
7097 * makefile.w32-in (setwins): Remove.
7098 (WINS_ALMOST): New macro.
7099 (WINS): Use it.
7100 (autoloads): Don't extract autoloads from files in obsolete/.
7101
7102 2006-11-07 Chong Yidong <cyd@stupidchicken.com>
7103
7104 * whitespace.el (whitespace-buffer): Call remove-overlays after
7105 overlay-recenter for performance. Suggested by Martin Rudalics.
7106
7107 2006-11-07 Michael Albinus <michael.albinus@gmx.de>
7108
7109 * net/tramp.el (tramp-default-method): scp is the default method.
7110
7111 2006-11-07 Juanma Barranquero <lekktu@gmail.com>
7112
7113 * server.el (server-start): Save also the Emacs pid in the server file.
7114
7115 2006-11-07 Carsten Dominik <dominik@science.uva.nl>
7116
7117 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Preserve
7118 point when displaying a bibtex cross reference in the echo area.
7119
7120 2006-11-06 Juanma Barranquero <lekktu@gmail.com>
7121
7122 * international/mule.el (make-char): Fix typo in docstring.
7123 (load-with-code-conversion, charsetp): Doc fixes.
7124
7125 * international/ja-dic-cnv.el (skkdic-convert):
7126 * cus-edit.el (hook): Fix typo in docstring.
7127
7128 2006-11-06 Chong Yidong <cyd@stupidchicken.com>
7129
7130 * cus-edit.el (custom-mode-map): Move defvar above code using it.
7131 (custom-mode-link-map): New variable.
7132 (custom-group-link, custom-manual): Use follow-link.
7133
7134 2006-11-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7135
7136 * textmodes/bibtex.el: Fix typo in name of author of bibtex.el,
7137 "Mark Shapiro" -> "Marc Shapiro". Update his email address.
7138
7139 2006-11-06 Richard Stallman <rms@gnu.org>
7140
7141 * textmodes/flyspell.el (flyspell-correct-word-before-point):
7142 New function broken out of flyspell-correct-word.
7143 (flyspell-mode-map): Bind it to M-RET.
7144 (flyspell-correct-word): Call it.
7145
7146 * textmodes/fill.el (fill-minibuffer-function): New function.
7147 (fill-paragraph): Bind fill-paragraph-function to
7148 fill-minibuffer-function.
7149
7150 * ruler-mode.el (ruler-mode-map): Add bindings for up-events
7151 so that they aren't undefined.
7152
7153 * dired.el (dired-readin): Locally bind file-name-coding-system.
7154
7155 * bindings.el: Shorten and clarify usual mode line mouse help string.
7156
7157 * Makefile.in (autoloads): Don't include `obsolete'.
7158
7159 2006-11-06 Chong Yidong <cyd@stupidchicken.com>
7160
7161 * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
7162 (pr-ps-name-custom-set, pr-txt-name-custom-set): Don't update the
7163 Printing menu if it's not initialized.
7164 (pr-menu-bind): Act on menu-bar-file-menu directly.
7165
7166 2006-11-06 Juanma Barranquero <lekktu@gmail.com>
7167
7168 * help.el (view-emacs-news): Fix typo in error message.
7169
7170 * menu-bar.el (menu-bar-update-buffers): Fix typo in menu entry.
7171
7172 * shadowfile.el (shadow-define-regexp-group)
7173 (shadow-literal-groups, shadow-insert-var): Doc fixes.
7174 (shadow-read-files): Fix typo in message.
7175 (shadow-inhibit-overload, shadow-find, shadow-suffix)
7176 (shadow-site-match, shadow-write-todo-file, shadow-insert-var)
7177 (shadow-suffix, shadow-site-match, shadow-expand-file-name)
7178 (shadow-file-match): Fix typos in docstrings.
7179
7180 * terminal.el (terminal-emulator): Fix typo in message.
7181
7182 * emacs-lisp/authors.el (authors-fixed-entries): Fix typo.
7183
7184 * emacs-lisp/lselect.el (x-kill-primary-selection)
7185 (x-delete-primary-selection, x-copy-primary-selection):
7186 Fix typos in error messages.
7187
7188 * emulation/edt-mapper.el: Fix typo in interactive message.
7189
7190 * mail/emacsbug.el (report-emacs-bug): Fix typos in output message.
7191
7192 * textmodes/ispell.el (ispell, ispell-local-dictionary-alist)
7193 (ispell-help): Fix typos in docstrings.
7194 (ispell-help): Fix typo in output message.
7195
7196 * allout.el (allout-adjust-file-variable)
7197 (allout-passphrase-verifier-string)
7198 (allout-passphrase-hint-string)
7199 (allout-toggle-current-subtree-encryption):
7200 * apropos.el (apropos-synonyms):
7201 * cus-edit.el (hook):
7202 * emacs-lock.el (emacs-lock-from-exiting):
7203 * follow.el (follow-avoid-tail-recenter-p):
7204 * hexl.el (hexl-mode):
7205 * mouse-copy.el (mouse-copy-work-around-drag-bug):
7206 * mouse.el (mouse-set-font):
7207 * resume.el (resume-emacs-args-file):
7208 * rfn-eshadow.el (file-name-shadow-tty-properties):
7209 * t-mouse.el (t-mouse-process, t-mouse-mode):
7210 * emacs-lisp/cust-print.el (custom-print-install)
7211 (custom-print-uninstall, custom-format):
7212 * emacs-lisp/shadow.el (list-load-path-shadows):
7213 * emulation/tpu-edt.el (tpu-help-text)
7214 (tpu-save-all-buffers-kill-emacs, tpu-emacs-replace)
7215 (tpu-reset-control-keys):
7216 * emulation/vip.el (vip-emacs-local-map)
7217 (vip-change-mode-to-emacs):
7218 * emulation/viper.el (viper-mode, viper-set-hooks)
7219 (viper-major-mode-modifier-list):
7220 * emulation/viper-init.el (viper-emacs-state-cursor-color):
7221 * emulation/viper-keym.el (viper-emacs-kbd-map)
7222 (viper-toggle-key):
7223 * mail/feedmail.el (feedmail-queue-reminder)
7224 (feedmail-queue-reminder-alist, feedmail-confirm-outgoing)
7225 (feedmail-confirm-outgoing-timeout, feedmail-nuke-bcc)
7226 (feedmail-nuke-resent-bcc, feedmail-fill-to-cc-fill-column)
7227 (feedmail-sender-line, feedmail-force-binary-write)
7228 (feedmail-from-line, feedmail-deduce-envelope-from)
7229 (feedmail-x-mailer-line, feedmail-message-id-generator)
7230 (feedmail-date-generator, feedmail-fiddle-plex-user-list)
7231 (feedmail-enable-spray, feedmail-spray-this-address)
7232 (feedmail-spray-address-fiddle-plex-list, feedmail-enable-queue)
7233 (feedmail-queue-runner-confirm-global)
7234 (feedmail-ask-before-queue-prompt)
7235 (feedmail-ask-before-queue-reprompt)
7236 (feedmail-prompt-before-queue-standard-alist)
7237 (feedmail-prompt-before-queue-user-alist)
7238 (feedmail-prompt-before-queue-help-supplement)
7239 (feedmail-queue-use-send-time-for-message-id)
7240 (feedmail-queue-default-file-slug, feedmail-queue-fqm-suffix)
7241 (feedmail-mail-send-hook-splitter, feedmail-mail-send-hook)
7242 (feedmail-mail-send-hook-queued)
7243 (feedmail-confirm-addresses-hook-example)
7244 (feedmail-last-chance-hook, feedmail-before-fcc-hook)
7245 (feedmail-queue-runner-mode-setter)
7246 (feedmail-queue-alternative-mail-header-separator)
7247 (feedmail-queue-runner-message-sender)
7248 (feedmail-buffer-eating-function, feedmail-binmail-template)
7249 (feedmail-run-the-queue-no-prompts)
7250 (feedmail-run-the-queue-global-prompt)
7251 (feedmail-queue-subject-slug-maker, feedmail-fiddle-header)
7252 (feedmail-envelope-deducer, feedmail-fiddle-date)
7253 (feedmail-default-message-id-generator)
7254 (feedmail-fiddle-message-id, feedmail-fiddle-x-mailer)
7255 (feedmail-fiddle-spray-address, feedmail-deduce-address-list):
7256 * mail/vms-pmail.el (vms-pmail-save-and-exit, vms-pmail-abort)
7257 (vms-pmail-setup):
7258 * play/dunnet.el (dun-help):
7259 * play/handwrite.el (handwrite):
7260 * play/hanoi.el (hanoi-unix-64):
7261 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
7262 * textmodes/enriched.el (fixed):
7263 * textmodes/org.el (org-file-apps)
7264 (org-emphasis-regexp-components, org-emphasis-alist):
7265 * textmodes/texinfmt.el (batch-texinfo-format):
7266 Fix typos in docstrings.
7267
7268 2006-11-05 Juanma Barranquero <lekktu@gmail.com>
7269
7270 * loadhist.el (read-feature): Don't complete features not loaded
7271 from a file (which make `unload-feature' to fail).
7272
7273 2006-11-05 Reiner Steib <Reiner.Steib@gmx.de>
7274
7275 * add-log.el (add-log-time-zone-rule): Mark as safe-local-variable.
7276
7277 2006-11-05 Chong Yidong <cyd@stupidchicken.com>
7278
7279 * startup.el (command-line-1): Kill emacs if the last frame is
7280 deleted while evaluating the command-line arguments.
7281
7282 2006-11-05 Richard Stallman <rms@gnu.org>
7283
7284 * startup.el (init-file-had-error): Add doc string.
7285 (fancy-splash-text, fancy-splash-head, fancy-splash-tail):
7286 Use fixed-width font for keyboard key descriptions.
7287
7288 * cus-edit.el (custom-save-all): Error if saving in .emacs
7289 and it had an error when loaded.
7290
7291 * dired-aux.el (dired-copy-file-recursive): Catch errors
7292 from recursive copies in the loop, around the recursive call.
7293
7294 2006-11-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
7295
7296 * battery.el (battery-linux-proc-acpi): Search an ac_adapter in
7297 `/proc/acpi/ac_adapter/*'. Ditto for the thermometers in
7298 `/proc/acpi/thermal_zone/*'.
7299 (battery-search-for-one-match-in-files): New. Search a regexp in
7300 the content of some files.
7301
7302 2006-11-05 Martin Rudalics <rudalics@gmx.at>
7303
7304 * window.el (mouse-autoselect-window-now): Remove variable.
7305 (mouse-autoselect-window-state): New variable.
7306 (mouse-autoselect-window-start, mouse-autoselect-window-cancel)
7307 (mouse-autoselect-window-select, handle-select-window):
7308 Rewritten to make mouse-autoselect-window-timer a one-shot timer.
7309 Suspend delayed autoselection during menu or popup dialog.
7310
7311 * info-look.el (info-lookup-guess-custom-symbol): New function
7312 for retrieving symbol at point in custom buffers.
7313 (top level) <info-lookup-maybe-add-help>: Add backquote and
7314 comma to ignored characters in regexps of help specifications
7315 for emacs-lisp-mode and lisp-interaction-mode. This permits
7316 looking up symbols in `...' and after a comma. Add help
7317 specifications for custom-mode and help-mode.
7318
7319 2006-11-04 Eli Zaretskii <eliz@gnu.org>
7320
7321 * mail/rmail.el (rmail-redecode-body): New optional argument RAW.
7322 Don't encode body if RAW is non-nil, or if the old encoding is
7323 identical to the new encoding, or if the body contains only
7324 eight-bit-* characters.
7325
7326 2006-11-04 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
7327
7328 * faces.el (faces-sample-overlay, describe-face): Revert last changes.
7329 (faces-sample-overlay): Remove variable.
7330 (describe-face): Insert sample text in the face being described.
7331
7332 2006-11-04 Martin Rudalics <rudalics@gmx.at>
7333
7334 * whitespace.el (whitespace-indent-regexp): Make this match any
7335 multiples of eight spaces near the beginning of a line.
7336 (whitespace-buffer): Use `remove-overlays' instead of
7337 `whitespace-unhighlight-the-space' and `overlay-recenter' to
7338 speed up overlay handling.
7339 (whitespace-buffer-leading, whitespace-buffer-trailing):
7340 Make these functions highlight the text removed by
7341 `whitespace-buffer-leading-cleanup' and
7342 `whitespace-buffer-trailing-cleanup' respectively.
7343 (whitespace-buffer-search): Use `with-local-quit'.
7344 Move `format' out of loop to speed up scanning larger buffers.
7345 (whitespace-unhighlight-the-space): Remove `remove-hook' since
7346 that function is never added to a hook.
7347 (whitespace-spacetab-regexp, whitespace-ateol-regexp)
7348 (whitespace-buffer-leading-cleanup)
7349 (whitespace-refresh-rescan-list): Fix docstrings.
7350
7351 2006-11-03 Ken Manheimer <ken.manheimer@gmail.com>
7352
7353 * allout.el (allout-during-yank-processing): Cue for inhibiting
7354 aberrance processing during yanks.
7355 (allout-doublecheck-at-and-shallower): Reduce the limit to reduce
7356 the amount of yanked topics that can be aberrant.
7357 (allout-do-doublecheck): Encapsulate this multiply-used recipe in
7358 a function, and supplement with inihibition of doublechecking
7359 during yanks.
7360 (allout-beginning-of-line, allout-next-heading)
7361 (allout-previous-heading, allout-goto-prefix-doublechecked)
7362 (allout-back-to-current-heading, allout-next-visible-heading)
7363 (allout-next-sibling): Use new allout-do-doublecheck function.
7364 (allout-next-sibling): Ensure we made progress when returning
7365 other than nil.
7366 (allout-rebullet-heading): Preserve text property annotations
7367 indicating the text was hidden, if it was.
7368 (allout-kill-line): Remove any added was-hidden annotations.
7369 (allout-kill-topic): Remove any added was-hidden annotations.
7370 (allout-annotate-hidden): Inhibit adding was-hidden text
7371 properties to the undo list.
7372 (allout-deannotate-hidden): New function to remove was-hidden
7373 annotation.
7374 (allout-hide-by-annotation): Use new allout-deannotate-hidden.
7375 (allout-remove-exposure-annotation): Replace by
7376 allout-deannotate-hidden.
7377 (allout-yank-processing): Signal that yank processing is happening
7378 with allout-during-yank-processing. Also, wrap
7379 allout-unprotected's closer to the text changes, for easier
7380 debugging. We need to inhibit-field-text-motion explicitly, in
7381 lieu of the encompassing allout-unprotected.
7382 (outlineify-sticky): Adjust criteria for triggering new outline
7383 decorations to presence or absence of any topics, not just a topic
7384 at the beginning of the buffer.
7385
7386 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
7387
7388 * bs.el (bs--show-all, bs--redisplay):
7389 * cus-edit.el (custom-unlispify-menu-entries)
7390 (custom-unlispify-tag-names, custom-prompt-variable):
7391 * expand.el (expand-pos):
7392 * speedbar.el (speedbar-generic-list-tag-p):
7393 * wid-edit.el (widget-image-enable):
7394 * emacs-lisp/checkdoc.el (checkdoc-rogue-space-check-engine):
7395 * emacs-lisp/find-func.el (find-function-noselect)
7396 (find-function, find-variable-noselect, find-variable)
7397 (find-definition-noselect, find-face-definition):
7398 * mail/rmail-spam-filter.el (rsf-scanning-messages-now):
7399 * net/eudc-vars.el (eudc-expansion-overwrites-query):
7400 * progmodes/ada-xref.el (ada-find-in-ali):
7401 * textmodes/flyspell.el (flyspell-check-tex-math-command):
7402 * textmodes/org.el (org-copy-subtree):
7403 * textmodes/table.el (table--row-column-insertion-point-p):
7404 Use "non-nil" in docstrings.
7405
7406 2006-11-03 Mark Davies <mark@mcs.vuw.ac.nz>
7407
7408 * sort.el (sort-columns): Set the field separator to tab; on
7409 NetBSD, sort complains if "\n" is used as field separator.
7410
7411 2006-11-03 NIIMI Satoshi <sa2c@sa2c.net>
7412
7413 * emacs-lisp/pp.el (pp-eval-last-sexp): Evaluate target sexp.
7414
7415 2006-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
7416
7417 * server.el (server-auth-key): Remove. Replace by a process-property.
7418 (server-start): Don't remove the file of the previous process, but
7419 instead clear out the place for the new file.
7420 (server-start): Set the :auth-key property.
7421 (server-process-filter): Use the :auth-key property.
7422
7423 2006-11-02 Carsten Dominik <dominik@science.uva.nl>
7424
7425 * textmodes/org.el (org-mode-map): No longer copy
7426 `outline-mode-map' explicitly - this is already done by
7427 `define-derived-mode'.
7428
7429 2006-11-02 Juanma Barranquero <lekktu@gmail.com>
7430
7431 * server.el (server-visit-files): Use `when'.
7432 (server-process-filter): When authentication fails, send error
7433 message to client. Wrap `process-send-region' in `ignore-errors'
7434 instead of `condition-case', and remove misleading comment.
7435
7436 2006-11-01 Juri Linkov <juri@jurta.org>
7437
7438 * simple.el (yank): Doc fix.
7439
7440 2006-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
7441
7442 * server.el: Try and fit within 80 columns.
7443 (server-start): Make the auth file unreadable by other users.
7444
7445 2006-10-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7446
7447 * battery.el (battery-linux-proc-acpi): Prevent range error when
7448 `full-capacity' is 0.
7449
7450 2006-10-31 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
7451
7452 * faces.el (faces-sample-overlay): New defvar.
7453 (faces-sample-overlay): New function to show face sample text.
7454 (describe-face): Use it.
7455
7456 2006-10-31 Stephen Leake <stephen_leake@stephe-leake.org>
7457
7458 * progmodes/ada-stmt.el: Change maintainer, apply
7459 whitespace-cleanup, checkdoc.
7460 (ada-func-or-proc-name): Add doc string.
7461
7462 * progmodes/ada-prj.el (ada-prj-new): Change maintainer, apply
7463 whitespace-cleanup, checkdoc. Minor improvements to many doc
7464 strings and comments.
7465 (ada-prj-display-page): Change buffer name to more accurately
7466 reflect function.
7467
7468 * progmodes/ada-xref.el: Change maintainer, apply
7469 whitespace-cleanup, checkdoc. Minor improvements to many doc
7470 strings and comments. Don't look for `gvd' or `ddd' debuggers.
7471 (ada-compile-current): Don't add newlines to commands.
7472
7473 2006-10-31 Juanma Barranquero <lekktu@gmail.com>
7474
7475 * server.el: Add support for TCP sockets.
7476 (server-use-tcp, server-host, server-auth-dir): New options.
7477 (server-auth-key): New variable.
7478 (server-ensure-safe-dir): Create nonexistent parent dirs.
7479 Ignore Unix-style file modes on Windows.
7480 (server-start): Crete a TCP or Unix socket according to the value
7481 of `server-use-tcp'. For TCP sockets, create the id/auth file in
7482 `server-auth-dir' directory.
7483 (server-process-filter): Delete process if authentication
7484 fails (which never happens for Unix sockets).
7485
7486 2006-10-30 David Kastrup <dak@gnu.org>
7487
7488 * subr.el (add-to-list): Don't continue checking if a match has
7489 been found.
7490
7491 2006-10-30 Chong Yidong <cyd@stupidchicken.com>
7492
7493 * tutorial.el: Move defvars to avoid bytecomp warnings.
7494 (tutorial--find-changed-keys): Check if viper-current-state is
7495 bound before using it.
7496 (help-with-tutorial): Check if viper-tutorial is defined before
7497 using it.
7498
7499 2006-10-30 Lennart Borgman <lennart.borgman.073@student.lu.se>
7500
7501 * help-fns.el (help-with-tutorial): Move to tutorial.el.
7502
7503 * tutorial.el: New file.
7504 (help-with-tutorial): Move here from help-fns.el. Add help for
7505 rebound keys. Fix resume of tutorial.
7506 (tutorial--describe-nonstandard-key, tutorial--sort-keys)
7507 (tutorial--find-changed-keys, tutorial--display-changes)
7508 (tutorial--saved-dir, tutorial--saved-file)
7509 (tutorial--save-tutorial): New functions to support the changes in
7510 help-with-tutorial.
7511
7512 2006-10-30 Kenichi Handa <handa@m17n.org>
7513
7514 * files.el (revert-buffer): If a unibyte buffer is being reverted
7515 with a coding system for multibyte, set buffer multibyte before
7516 calling insert-file-contents.
7517
7518 2006-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
7519
7520 * server.el (server-select-display): Use a dummy buffer to detect when
7521 the frame is later used.
7522 (server-select-display): New function.
7523 (server-process-filter): Use it to detect unused temp frames.
7524
7525 2006-10-29 Stephen Leake <stephen_leake@stephe-leake.org>
7526
7527 * progmodes/ada-mode.el: Change maintainer, apply
7528 whitespace-clean, checkdoc. Minor improvements to many doc strings.
7529 (ada-mode-version): New function.
7530 (ada-create-menu): Menu operations are available for all supported
7531 compilers.
7532
7533 2006-10-29 Lars Hansen <larsh@soem.dk>
7534
7535 * net/tramp.el (with-parsed-tramp-file-name): Correct debug spec.
7536 Highlight as keyword.
7537 (tramp-do-copy-or-rename-file): Correct data for 'file-already-exists.
7538 Don't call tramp-method-out-of-band-p for local files.
7539 (tramp-touch): Quote file name.
7540
7541 2006-10-28 Glenn Morris <rgm@gnu.org>
7542
7543 * calendar/calendar.el (cal-html-cursor-month)
7544 (cal-html-cursor-year): Add autoloads for this new package.
7545 (calendar-mode-map): Bind cal-html-cursor-month, cal-html-cursor-year.
7546
7547 2006-10-28 Anna M. Bigatti <bigatti@dima.unige.it>
7548
7549 * calendar/cal-html.el: New file.
7550
7551 2006-10-28 Chong Yidong <cyd@stupidchicken.com>
7552
7553 * emacs-lisp/authors.el (authors-aliases): Update.
7554
7555 2006-10-27 Chong Yidong <cyd@stupidchicken.com>
7556
7557 * version.el (emacs-version): Bump version number to 22.0.90.
7558
7559 2006-10-26 John W. Eaton <jwe@octave.org>
7560
7561 * progmodes/octave-inf.el (inferior-octave-has-built-in-variables):
7562 New defvar.
7563 (inferior-octave-resync-dirs): Check to see whether Octave has
7564 built-in variables and set inferior-octave-has-built-in-variables.
7565 Check inferior-octave-has-built-in-variables to decide whether to
7566 send commands that set built-in variables or call functions to
7567 change Octave's behavior.
7568 Send "disp (pwd ())" to Octave instead of just "pwd".
7569 (inferior-octave-startup): Send "more off" to Octave instead of
7570 "page_screen_output = 0".
7571
7572 2006-10-26 Chong Yidong <cyd@stupidchicken.com>
7573
7574 * emacs-lisp/cl-indent.el (lisp-indent-259): Indent nil's in the
7575 pattern normally.
7576
7577 2006-10-26 Nick Roberts <nickrob@snap.net.nz>
7578
7579 * bindings.el (mode-line-mode-menu): Remove bindings for global
7580 minor modes (line/column number) as they are on the menubar.
7581
7582 2006-10-25 Juanma Barranquero <lekktu@gmail.com>
7583
7584 * term/w32-win.el (x-handle-name-switch): Doc fix.
7585 (w32-standard-fontset-spec): Fix typo in docstring.
7586
7587 * midnight.el (midnight-buffer-display-time): Doc fix.
7588 (clean-buffer-list-kill-never-buffer-names): Add "*server*".
7589
7590 2006-10-23 Michael Kifer <kifer@cs.stonybrook.edu>
7591
7592 * emulation/viper-cmd.el (viper-prefix-arg-com): Define gg as G0.
7593
7594 * emulation/viper-ex.el (ex-read): Quote file argument.
7595
7596 * ediff-diff.el (ediff-same-file-contents): Expand file names.
7597
7598 * ediff-mult.el (ediff-append-custom-diff): Quote shell file arguments.
7599
7600 2006-10-22 Martin Rudalics <rudalics@gmx.at>
7601
7602 * textmodes/flyspell.el (flyspell-check-region-doublons):
7603 Fix last fix.
7604
7605 2006-10-23 Nick Roberts <nickrob@snap.net.nz>
7606
7607 * bindings.el (mode-line-mode-menu): List global minor modes
7608 before local ones.
7609
7610 2006-10-23 Kim F. Storm <storm@cua.dk>
7611
7612 * subr.el (add-to-list): Optimize if compare-fn is `eq' or `eql'.
7613 (sit-for): If last command was a prefix arg, add the read-ahead
7614 event to unread-command-events as (t . EVENT) so it will be added
7615 to this-command-keys by read-key-sequence.
7616
7617 2006-10-22 Martin Rudalics <rudalics@gmx.at>
7618
7619 * textmodes/flyspell.el (flyspell-word): Skip past all previous
7620 whitespace when checking doublons.
7621 (flyspell-check-region-doublons): Fix doublon regexp.
7622 (flyspell-highlight-incorrect-region): Highlight doublons using
7623 flyspell-duplicate face.
7624
7625 * progmodes/cperl-mode.el (cperl-invalid-face): Fix defcustom.
7626
7627 2006-10-22 John Wiegley <johnw@newartisans.com>
7628
7629 * progmodes/python.el (python-use-skeletons): python-mode was
7630 auto-inserting templates (for those with abbrev-mode on), not only
7631 by default -- *but without a configuration variable to disable
7632 it*. This rendered python-mode completely useless for me, so I
7633 have added `python-use-skeletons', which is now off by default.
7634
7635 2006-10-22 Chong Yidong <cyd@stupidchicken.com>
7636
7637 * progmodes/cperl-mode.el (cperl-mode): Don't assume
7638 font-lock-multiline is auto-local (it's not).
7639 (cperl-windowed-init): Ensure that cperl-font-lock-multiline is
7640 initialized before calling cperl-init-faces.
7641
7642 2006-10-22 Nick Roberts <nickrob@snap.net.nz>
7643
7644 * progmodes/gdb-ui.el (gdb-info-stack-custom): Don't try to give
7645 gdb-stack-position a value when there is no fringe.
7646
7647 * bindings.el (mode-line-mode-menu): Disable auto-revert-tail-mode
7648 indicator if not visiting a file.
7649
7650 2006-10-20 David Kastrup <dak@gnu.org>
7651
7652 * window.el (kill-buffer-and-window): Fix a bug where an aborted
7653 operation would still cause some window to collapse later.
7654
7655 2006-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
7656
7657 * vc.el (vc-switch-backend): Try to be more careful with unwanted
7658 side-effect due to mixing various backends's file properties.
7659
7660 * vc-svn.el (vc-svn-parse-status): Remove unused arg `localp'.
7661 Add arg `filename' instead. Don't set vc-backend if `filename' is set.
7662 Return `filename's status if applicable. Update callers.
7663
7664 2006-10-19 Kenichi Handa <handa@m17n.org>
7665
7666 * international/kkc.el (kkc-region): When a key sequence is not
7667 defined, append (this-single-command-raw-keys) to
7668 unread-input-method-events.
7669
7670 2006-10-19 Juanma Barranquero <lekktu@gmail.com>
7671
7672 * progmodes/ada-mode.el (ada-in-string-p): Doc fix.
7673
7674 2006-10-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7675
7676 * version.el (emacs-version): Use mac-carbon-version-string.
7677
7678 * term/macterm.el (res-geometry): Apply 2006-10-18 change for x-win.el.
7679
7680 2006-10-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7681
7682 * select.el (ccl-check-utf-8, string-utf-8-p): New functions (by
7683 Kenichi Handa).
7684 (xselect-convert-to-string): Decline requests for UTF8_STRING if
7685 the selection is not UTF-8.
7686
7687 2006-10-18 Juanma Barranquero <lekktu@gmail.com>
7688
7689 * progmodes/ada-mode.el (ada-83-string-keywords)
7690 (ada-last-which-function-line ada-no-auto-case, ada-indent-region)
7691 (ada-which-compiler, ada-align-modes, ada-adjust-case-buffer)
7692 (ada-looking-at-semi-private, ada-get-body-name):
7693 Fix typos in docstrings.
7694 (ada-create-case-exception, ada-create-case-exception-substring):
7695 Fix typos in error messages.
7696 (ada-goto-matching-end, ada-narrow-to-defun): Doc fixes.
7697
7698 2006-10-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7699
7700 * term/x-win.el (res-geometry): Don't set geometry from Xresources
7701 to default-frame-alist if default-frame-alist already contains
7702 width/height.
7703
7704 2006-10-18 Richard Stallman <rms@gnu.org>
7705
7706 * emacs-lisp/pp.el (pp-eval-expression): Use `X' to read value.
7707 Non-interactive arg is the value, not the expression.
7708
7709 * simple.el (read-expression-map): Just set it, no defvar.
7710
7711 * subr.el (insert-for-yank-1): If last inserted char has
7712 properties, mark them as rear-nonsticky.
7713
7714 * recentf.el (recentf-mode): Doc fix.
7715
7716 * facemenu.el (facemenu-add-new-face): Defend against symbol
7717 that isn't a face name.
7718
7719 * dired-aux.el (dired-do-copy): Doc fix.
7720
7721 2006-10-18 Chong Yidong <cyd@stupidchicken.com>
7722
7723 * simple.el (line-move-1): Ignore fields when moving to the
7724 beginning of line to avoid getting point stuck.
7725
7726 2006-10-18 Martin Rudalics <rudalics@gmx.at>
7727
7728 * textmodes/flyspell.el (flyspell-word-search-backward):
7729 Set inhibit-point-motion-hooks to avoid looping due to intangibile
7730 text.
7731
7732 2006-10-16 Richard Stallman <rms@gnu.org>
7733
7734 * help-fns.el (describe-function-1): Special case optimization
7735 for self-insert-command.
7736
7737 2006-10-16 Kim F. Storm <storm@cua.dk>
7738
7739 * ido.el (ido-reread-directory): Work in `dir' mode too.
7740
7741 2006-10-15 Martin Rudalics <rudalics@gmx.at>
7742
7743 * textmodes/table.el: Require 'regexp-opt.
7744
7745 2006-10-15 Lennart Borgman <lennart.borgman.073@student.lu.se>
7746
7747 * progmodes/flymake.el (flymake-get-project-include-dirs-imp):
7748 Use shell-quote-argument.
7749
7750 * shell.el (explicit-bash-args): Likewise.
7751
7752 * progmodes/ada-xref.el (ada-find-in-src-path): Likewise.
7753 Use grep -E rather than egrep.
7754
7755 2006-10-15 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
7756
7757 * ido.el (ido-exhibit): Allow `-', `_', and trailing `$' in user id.
7758
7759 2006-10-15 Kim F. Storm <storm@cua.dk>
7760
7761 * filesets.el (filesets-run-cmd--repl-fn): Use shell-quote-argument.
7762
7763 2006-10-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
7764
7765 * filesets.el (filesets-cmd-shell-command): Quote buffer-file-name
7766 to protect whitespace and metacharacters from the shell.
7767
7768 2006-10-13 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
7769
7770 * apropos.el (apropos-pattern-quoted): Fix a typo in a doc string.
7771
7772 2006-10-13 Eli Zaretskii <eliz@gnu.org>
7773
7774 * subr.el (start-process-shell-command): Doc fix.
7775
7776 2006-10-13 Andrea Russo <rastandy@salug.it> (tiny change)
7777
7778 * info-look.el <maxima-mode, inferior-maxima-mode>: Allow [0-9] in
7779 the regexp for Maxima symbols.
7780
7781 2006-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
7782
7783 * vc-hooks.el (vc-ignore-dir-regexp): Make it into a defcustom.
7784 (vc-find-root): Don't walk higher up than ~.
7785
7786 2006-10-12 Chong Yidong <cyd@stupidchicken.com>
7787
7788 * international/utf-8.el (utf-translate-cjk-load-tables):
7789 Avoid clobbering last-coding-system-used during load.
7790
7791 2006-10-12 Carsten Dominik <dominik@science.uva.nl>
7792
7793 * textmodes/reftex-global.el (reftex-create-tags-file):
7794 Quote file arguments.
7795
7796 2006-10-12 Richard Stallman <rms@gnu.org>
7797
7798 * files.el (file-name-history): Add defvar.
7799 (save-some-buffers-action-alist): Improve description strings.
7800
7801 2006-10-12 Andreas Schwab <schwab@suse.de>
7802
7803 * files.el (auto-mode-alist): Match change log file name also with
7804 a dash before a numeric extension.
7805
7806 2006-10-11 Ilya Zakharevich <ilyaz@cpan.org>
7807
7808 * progmodes/cperl-mode.el: Merge from upstream, upto version 5.22.
7809 After 5.0:
7810 (cperl-add-tags-recurse-noxs-fullpath): New function (for -batch mode).
7811
7812 After 5.1: Major edit. Summary of most visible changes:
7813
7814 - Multiple <<HERE per line allowed.
7815 - Handles multiline subroutine declaration headers (with comments).
7816 (The exception is `cperl-etags' - but it is not used in the rest
7817 of the mode.)
7818 - Fontifies multiline my/our declarations (even with comments,
7819 and with legacy `font-lock').
7820 - Major speedup of syntaxification, both immediate and postponed
7821 (3.5x to 15x [for different CPUs and versions of Emacs] on the
7822 huge real-life document I tested).
7823 - New bindings, edits to imenu.
7824 - "_" is made into word-char during fontification/syntaxification;
7825 some attempts to recognize non-word "_" during other operations too.
7826 - Detect bug in Emacs with `looking-at' inside `narrow' and bulk out.
7827 - autoload some more perldoc-related stuff
7828 - New convenience features: ISpell POD/HEREDOCs, narrow-to-HEREDOC.
7829 - Attempt to incorporate XEmacs edits which reached me.
7830
7831 Fine-grained changelog:
7832 (cperl-hook-after-change): New configuration variable.
7833 (cperl-vc-sccs-header): Likewise.
7834 (cperl-vc-sccs-header): Likewise.
7835 (cperl-vc-header-alist): Default via two preceding variables.
7836 (cperl-invalid-face): Remove double quoting under XEmacs
7837 (still needed under 21.2).
7838 (cperl-tips): Update URLs for resources.
7839 (cperl-problems): Likewise.
7840 (cperl-praise): Mention new features.
7841 New C-c key bindings: for `cperl-find-bad-style',
7842 `cperl-pod-spell', `cperl-here-doc-spell', `cperl-narrow-to-here-doc',
7843 `cperl-perdoc', and `cperl-perldoc-at-point'.
7844 CPerl Mode menu changes: "Fix style by spaces", "Imenu on Perl Info"
7845 moved, new submenu of Tools with Ispell entries and narrowing.
7846 (cperl-after-sub-regexp): New defsubst.
7847 (cperl-imenu--function-name-regexp-perl): Use `cperl-after-sub-regexp'.
7848 Allows heads up to head4.
7849 Allow "package;".
7850 (defun-prompt-regexp): Use `cperl-after-sub-regexp'.
7851 (paren-backwards-message): ??? Something for XEmacs???
7852 (cperl-mode): Never auto-switch abbrev-mode off.
7853 Try to allow '_' be non-word char.
7854 Do not use `font-lock-unfontify-region-function' on XEmacs.
7855 Reset syntax cache on mode start.
7856 Support multiline facification (even on legacy `font-lock').
7857 (cperl-facemenu-add-face-function): ??? Some contributed code ???
7858 (cperl-after-change-function): Since `font-lock' and `lazy-lock'
7859 refuse to inform us whether the fontification is due to lazy
7860 calling or due to edit to a buffer, install our own hook
7861 (controlled by `cperl-hook-after-change').
7862 (cperl-electric-pod): =cut may have been recognized as start.
7863 (cperl-block-p): Move, updated for attributes.
7864 (cperl-calculate-indent): Try to allow '_' be non-word char
7865 Support subs with attributes.
7866 (cperl-where-am-i): Quiet (?) a warning.
7867 (cperl-cached-syntax-table): New function.
7868 (cperl-forward-re): Use `cperl-cached-syntax-table'.
7869 (cperl-unwind-to-safe): Recognize `syntax-type' property
7870 changing in a middle of line.
7871 (cperl-find-sub-attrs): New function.
7872 (cperl-find-pods-heres): Allow many <<EOP per line.
7873 Allow subs with attributes.
7874 Major speedups (3.5x..15x on a real-life test file nph-proxy.pl).
7875 Recognize "extproc " (OS/2) case-folded and only at start.
7876 /x on s///x with empty replacement was not recognized.
7877 Better comments.
7878 (cperl-after-block-p): Remarks on diff with `cperl-block-p'.
7879 Allow subs with attributes, labels.
7880 Do not confuse "else::foo" with "else".
7881 Minor optimizations...
7882 (cperl-after-expr-p): Try to allow '_' be non-word char.
7883 (cperl-fill-paragraph): Try to detect a major bug in Emacs
7884 with `looking-at' inside `narrow' and bulk out if found.
7885 (cperl-imenu--create-perl-index): Updates for new
7886 `cperl-imenu--function-name-regexp-perl'.
7887 (cperl-outline-level): Likewise.
7888 (cperl-init-faces): Allow multiline subroutine headers
7889 and my/our declarations, and ones with comments.
7890 Allow subroutine attributes.
7891 (cperl-imenu-on-info): Better docstring.
7892 (cperl-etags): Rudimentary support for attributes.
7893 Support for packages and "package;".
7894 (cperl-add-tags-recurse-noxs): Better (?) docstring.
7895 (cperl-add-tags-recurse-noxs-fullpath): Likewise.
7896 (cperl-tags-hier-init): Misprint for `fboundp' fixed.
7897 (cperl-not-bad-style-regexp): Try to allow '_' be non-word char.
7898 (cperl-perldoc): Add autoload.
7899 (cperl-perldoc-at-point): Likewise.
7900 (cperl-here-doc-spell): New function.
7901 (cperl-pod-spell): Likewise.
7902 (cperl-map-pods-heres): Likewise.
7903 (cperl-get-here-doc-region): Likewise.
7904 (cperl-font-lock-fontify-region-function): Likewise (backward
7905 compatibility for legacy `font-lock').
7906 (cperl-font-lock-unfontify-region-function): Fix style.
7907 (cperl-fontify-syntaxically): Recognize and optimize away deferred
7908 calls with no-change. Governed by `cperl-hook-after-change'.
7909 (cperl-fontify-update): Recognize that syntaxification region
7910 can be larger than fontification one.
7911 XXXX we leave `cperl-postpone' property, so this is quadratic...
7912 (cperl-fontify-update-bad): Temporary placeholder until
7913 it is clear how to implement `cperl-fontify-update'.
7914 (cperl-time-fontification): New function.
7915 (attrib-group): New text attribute.
7916 (multiline): New value: `syntax-type' text attribute.
7917
7918 After 5.2:
7919 (cperl-emulate-lazy-lock): New function.
7920 (cperl-fontify-syntaxically): Would skip large regions.
7921 Add `cperl-time-fontification', `cperl-emulate-lazy-lock' to menu.
7922 Some globals were declared, but uninitialized.
7923
7924 After 5.3, 5.4:
7925 (cperl-facemenu-add-face-function): Add docs, fix U<>.
7926 Copyright message updated.
7927 (cperl-init-faces): Work around a bug in `font-lock'. May slow
7928 facification down a bit.
7929 Misprint for my|our|local for old `font-lock'
7930 "our" was not fontified same as "my|local".
7931 Highlight variables after "my" etc even in
7932 a middle of an expression.
7933 Do not facify multiple variables after my etc
7934 unless parentheses are present.
7935
7936 After 5.5, 5.6
7937 (cperl-fontify-syntaxically): after-change hook could reset.
7938 (cperl-syntax-done-to) to a middle of line; unwind to BOL.
7939
7940 After 5.7:
7941 (cperl-init-faces): Allow highlighting of local ($/).
7942 (cperl-problems-old-emaxen): New variable (for the use of DOCSTRING).
7943 (cperl-problems): Remove fixed problems.
7944 (cperl-find-pods-heres): Recognize #-comments in m##x too.
7945 Recognize charclasses (unless delimiter is \).
7946 (cperl-fontify-syntaxically): Unwinding to safe was done in wrong order.
7947 (cperl-regexp-scan): Update docs.
7948 (cperl-beautify-regexp-piece): Use information got from regexp scan.
7949
7950 After 5.8:
7951 Major user visible changes:
7952 Recognition and fontification of character classes in RExen.
7953 Variable indentation of RExen according to groups.
7954
7955 (cperl-find-pods-heres): Recognize POSIX classes in REx charclasses.
7956 Fontify REx charclasses in variable-name face.
7957 Fontify POSIX charclasses in "type" face.
7958 Fontify unmatched "]" in function-name face.
7959 Mark first-char of HERE-doc as `front-sticky'.
7960 Reset `front-sticky' property when needed.
7961 (cperl-calculate-indent): Indents //x -RExen accordning to parens level.
7962 (cperl-to-comment-or-eol): Recognize ends of `syntax-type' constructs.
7963 (cperl-backward-to-noncomment): Recognize stringy `syntax-type'
7964 constructs. Support `narrow'ed buffers.
7965 (cperl-praise): Remove a reservation.
7966 (cperl-make-indent): New function.
7967 (cperl-indent-for-comment): Use `cperl-make-indent'.
7968 (cperl-indent-line): Likewise.
7969 (cperl-lineup): Likewise.
7970 (cperl-beautify-regexp-piece): Likewise.
7971 (cperl-contract-level): Likewise.
7972 (cperl-toggle-set-debug-unwind): New function.
7973 New menu entry for this.
7974 (fill-paragraph-function): Use when `boundp'.
7975 (cperl-calculate-indent): Take into account groups when indenting RExen.
7976 (cperl-to-comment-or-eol): Recognize # which end a string.
7977 (cperl-modify-syntax-type): Make only syntax-table property non-sticky.
7978 (cperl-fill-paragraph): Return t: needed for `fill-paragraph-function'.
7979 (cperl-fontify-syntaxically): More clear debugging message.
7980 (cperl-pod2man-build-command): Check (XEmacs) `Man-filter-list'.
7981 (cperl-init-faces): More complicated highlight even on XEmacs (new).
7982 Merge cosmetic changes from XEmacs.
7983
7984 After 5.9:
7985 (cperl-1+): Move to before the first use.
7986 (cperl-1-): Likewise.
7987
7988 After 5.10:
7989
7990 This code may lock Emacs hard!!! Use at your own risk!
7991
7992 (cperl-font-locking): New internal variable.
7993 (cperl-beginning-of-property): New function.
7994 (cperl-calculate-indent): Use `cperl-beginning-of-property'
7995 instead of `previous-single-property-change'.
7996 (cperl-unwind-to-safe): Likewise.
7997 (cperl-after-expr-p): Likewise.
7998 (cperl-get-here-doc-region): Likewise.
7999 (cperl-font-lock-fontify-region-function): Likewise.
8000 (cperl-to-comment-or-eol): Do not call `cperl-update-syntaxification'
8001 recursively.
8002 Bound `next-single-property-change' via `point-max'.
8003 (cperl-unwind-to-safe): Bound likewise
8004 (cperl-font-lock-fontify-region-function): Likewise.
8005 (cperl-find-pods-heres): Mark as recursive for `cperl-to-comment-or-eol'
8006 Initialization of `cperl-font-lock-multiline-start' could be
8007 missed if the "main" fontification did not run due to the
8008 keyword being already fontified.
8009 (cperl-pod-spell): Return t from do-one-chunk function.
8010 (cperl-map-pods-heres): Stop when the worker returns nil.
8011 Call `cperl-update-syntaxification'.
8012 (cperl-get-here-doc-region): Call `cperl-update-syntaxification'.
8013 (cperl-get-here-doc-delim): Remove unused function.
8014
8015 After 5.11:
8016
8017 The possible lockup of Emacs (introduced in 5.10) fixed.
8018
8019 (cperl-unwind-to-safe): `cperl-beginning-of-property' won't return nil.
8020 (cperl-syntaxify-for-menu): New customization variable.
8021 (cperl-select-this-pod-or-here-doc): New function.
8022 (cperl-get-here-doc-region): Extra argument.
8023 Do not adjust pos by 1.
8024
8025 New menu entries
8026 (Perl/Tools): Selection of current POD or HERE-DOC section.
8027 (Debugging CPerl:) backtrace on fontification.
8028
8029 After 5.12:
8030 (cperl-cached-syntax-table): Use `car-safe'.
8031 (cperl-forward-re): Remove spurious argument SET-ST.
8032 Add documentation.
8033 (cperl-forward-group-in-re): New function.
8034 (cperl-find-pods-heres): Find and highlight (?{}) blocks in RExen
8035 (XXXX Temporary (?) hack is to syntax-mark them as comment).
8036
8037 After 5.13:
8038 (cperl-string-syntax-table): Make { and } not-grouping
8039 (Sometimes they ARE grouping in RExen, but matching them would only
8040 confuse in many situations when they are not)
8041 (beginning-of-buffer): Replace two occurrences with goto-char...
8042 (cperl-calculate-indent): `char-after' could be nil...
8043 (cperl-find-pods-heres): REx can start after "[" too.
8044 Hightlight (??{}) in RExen too.
8045 (cperl-maybe-white-and-comment-rex): New constant
8046 (cperl-white-and-comment-rex): Likewise.
8047 XXXX Not very efficient, but hard to make
8048 better while keeping 1 group.
8049
8050 After 5.13:
8051 (cperl-find-pods-heres): $foo << identifier() is not a HERE-DOC.
8052 Likewise for 1 << identifier.
8053
8054 After 5.14:
8055 (cperl-find-pods-heres): Different logic for $foo .= <<EOF etc.
8056 Error-less condition-case could fail.
8057 (cperl-font-lock-fontify-region-function): Likewise.
8058 (cperl-init-faces): Likewise.
8059
8060 After 5.15:
8061 (cperl-find-pods-heres): Support property REx-part2.
8062 (cperl-calculate-indent): Likewise.
8063 Don't special-case REx with non-empty 1st line.
8064 (cperl-find-pods-heres): In RExen, highlight non-literal backslashes.
8065 Invert highlighting of charclasses:
8066 now the envelop is highlighted.
8067 Highlight many others 0-length builtins.
8068 (cperl-praise): Mention indenting and highlight in RExen.
8069
8070 After 5.15:
8071 (cperl-find-pods-heres): Highlight capturing parens in REx.
8072
8073 After 5.16:
8074 (cperl-find-pods-heres): Highlight '|' for alternation
8075 Initialize `font-lock-warning-face' if not present.
8076 (cperl-find-pods-heres): Use `font-lock-warning-face' instead of
8077 `font-lock-function-name-face'.
8078 (cperl-look-at-leading-count): Likewise.
8079 (cperl-find-pods-heres): Localize `font-lock-variable-name-face',
8080 `font-lock-keyword-face' (needed for
8081 batch processing), etc...
8082 Use `font-lock-builtin-face' for builtin in REx
8083 Now `font-lock-variable-name-face'
8084 is used for interpolated variables
8085 Use "talking aliases" for faces inside REx
8086 Highlight parts of REx (except in charclasses)
8087 according to the syntax and/or semantic
8088 Syntax-mark a {}-part of (?{}) as "comment"
8089 (it was the ()-part)
8090 Better logic to distinguish what is what in REx
8091 (cperl-tips-faces): Document REx highlighting
8092 (cperl-praise): Mention REx syntax highlight etc.
8093
8094 After 5.17:
8095 (cperl-find-sub-attrs): Would not always manage to print error message.
8096 (cperl-find-pods-heres): Localize `font-lock-constant-face'.
8097
8098 After 5.18:
8099 (cperl-find-pods-heres): Misprint in REx for parsing REx.
8100 Very minor optimization.
8101 `my-cperl-REx-modifiers-face' got quoted.
8102 Recognize "print $foo <<END" as HERE-doc.
8103 Put `REx-interpolated' text attribute if needed.
8104 (cperl-invert-if-unless-modifiers): New function.
8105 (cperl-backward-to-start-of-expr): Likewise.
8106 (cperl-forward-to-end-of-expr): Likewise.
8107 (cperl-invert-if-unless): Works in "the opposite way" too.
8108 Cursor position on return is on the switch-word.
8109 Indents comments better.
8110 (REx-interpolated): New text attribute.
8111 (cperl-next-interpolated-REx): New function.
8112 (cperl-next-interpolated-REx-0): Likewise.
8113 (cperl-next-interpolated-REx-1): Likewise.
8114 "\C-c\C-x", "\C-c\C-y", "\C-c\C-v": New keybinding for these functions.
8115 Perl/Regexp menu: 3 new entries for `cperl-next-interpolated-REx'.
8116 (cperl-praise): Mention finded interpolated RExen.
8117
8118 After 5.19:
8119 (cperl-init-faces): Highlight %$foo, @$foo too.
8120 (cperl-short-docs): Better docs for system, exec.
8121 (cperl-find-pods-heres): Better detect << after print {FH} <<EOF etc.
8122 Would not find HERE-doc ended by EOF without NL.
8123 (cperl-short-docs): Correct not-doubled \-escapes.
8124 start block: Put some `defvar' for stuff gone from XEmacs.
8125
8126 After 5.20:
8127 initial comment: Extend copyright, fix email address.
8128 (cperl-indent-comment-at-column-0): New customization variable.
8129 (cperl-comment-indent): Indentation after $#a would increasy by 1.
8130 (cperl-mode): Make `defun-prompt-regexp' grok BEGIN/END etc.
8131 (cperl-find-pods-heres): Mark CODE of s///e as `syntax-type' `multiline'
8132 (cperl-at-end-of-expr): Would fail if @BAR=12 follows after ";".
8133 (cperl-init-faces): If `cperl-highlight-variables-indiscriminately'
8134 highlight $ in $foo too (UNTESTED).
8135 (cperl-set-style): Docstring missed some available styles.
8136 toplevel: Menubar/Perl/Indent-Styles had FSF, now K&R.
8137 Change "Current" to "Memorize Current".
8138 (cperl-indent-wrt-brace): New customization variable; the default is
8139 as for pre-5.2 version.
8140 (cperl-styles-entries): Keep `cperl-extra-newline-before-brace-multiline'.
8141 (cperl-style-alist): Likewise.
8142 (cperl-fix-line-spacing): Support `cperl-merge-trailing-else' being nil,
8143 and `cperl-extra-newline-before-brace' etc
8144 being t
8145 (cperl-indent-exp): Plans B and C to find continuation blocks even
8146 if `cperl-extra-newline-before-brace' is t.
8147
8148 After 5.21:
8149 Improve some docstrings concerning indentation.
8150 (cperl-indent-rules-alist): New variable.
8151 (cperl-sniff-for-indent): New function name
8152 (separated from `cperl-calculate-indent').
8153 (cperl-calculate-indent): Separate the sniffer and the indenter;
8154 uses `cperl-sniff-for-indent' now.
8155 (cperl-comment-indent): Test for `cperl-indent-comment-at-column-0'
8156 was inverted;
8157 Support `comment-column' = 0.
8158
8159 2006-10-11 Martin Rudalics <rudalics@gmx.at>
8160
8161 * dnd.el (dnd-handle-one-url): Fix typo in doc-string.
8162 * help-at-pt.el (scan-buf-move-to-region): Likewise.
8163 * longlines.el (longlines-window-change-function): Likewise.
8164 * simple.el (undo-ask-before-discard): Likewise.
8165 * wid-edit.el (widget-field-prompt-internal)
8166 (widget-documentation-link-p): Likewise.
8167
8168 2006-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
8169
8170 * progmodes/sh-script.el (sh-get-kw): | is not among the allowed chars
8171 for a keyword.
8172
8173 2006-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
8174
8175 * newcomment.el (comment-valid-prefix-p): Make the check
8176 more thorough. From an idea by Martin Rudalics <rudalics@gmx.at>.
8177 (comment-indent-new-line): Adjust call.
8178
8179 2006-10-09 Ken Manheimer <ken.manheimer@gmail.com>
8180
8181 * allout.el (allout-back-to-current-heading): Base on lower-level
8182 routines to get proper disqualification of aberrant topics.
8183
8184 2006-10-09 Richard Stallman <rms@gnu.org>
8185
8186 * textmodes/two-column.el (2C-two-columns): Doc fix.
8187
8188 2006-10-09 Kim F. Storm <storm@cua.dk>
8189
8190 * shell.el (explicit-csh-args, explicit-bash-args): Add comment
8191 about implicit use.
8192
8193 2006-10-08 Richard Stallman <rms@gnu.org>
8194
8195 * textmodes/two-column.el (2C-two-columns): Doc fix.
8196
8197 2006-10-08 Reiner Steib <Reiner.Steib@gmx.de>
8198
8199 * files.el: Mark `buffer-read-only' as safe-local-variable.
8200
8201 2006-10-08 Nick Roberts <nickrob@snap.net.nz>
8202
8203 * progmodes/gdb-ui.el (gdb-speedbar-expand-node):
8204 Burp if GUD buffer has been killed.
8205
8206 2006-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
8207
8208 * completion.el (add-completions-from-c-buffer):
8209 Don't presume an error's second element is a string.
8210 Use looking-at rather than buffer-substring + member.
8211
8212 2006-10-07 Eli Zaretskii <eliz@gnu.org>
8213
8214 * mail/rmail.el (rmail-redecode-body): If the old encoding is
8215 `undecided', call find-coding-systems-region to find a proper
8216 non-trivial encoding.
8217 (rmail-mime-charset-pattern): Allow a TAB between "Content-Type"
8218 and "text/plain".
8219
8220 2006-10-07 Kevin Ryde <user42@zip.com.au>
8221
8222 * textmodes/reftex-vars.el (defgroup reftex): Update home page
8223 url-link.
8224
8225 * strokes.el (defgroup strokes): Remove invalid url-link.
8226
8227 2006-10-07 Magnus Henoch <mange@freemail.hu>
8228
8229 * autoinsert.el (auto-insert-alist): Doc fix.
8230
8231 2006-10-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
8232
8233 * mouse-sel.el (mouse-insert-selection-internal):
8234 Use insert-for-yank, so that yank handlers are run.
8235
8236 2006-10-07 Kim F. Storm <storm@cua.dk>
8237
8238 * ido.el (ido-file-extension-aux): Fix comparison.
8239
8240 2006-10-06 Kim F. Storm <storm@cua.dk>
8241
8242 * ido.el (ido-wide-find-dirs-or-files): Use shell-quote-argument.
8243
8244 2006-10-05 Juanma Barranquero <lekktu@gmail.com>
8245
8246 * emacs-lisp/advice.el (ad-remove-advice, ad-parse-arglist)
8247 (ad-make-mapped-call): Use `let', not `let*'.
8248
8249 2006-10-05 Chong Yidong <cyd@stupidchicken.com>
8250
8251 * international/mule-cmds.el (coding-system-change-eol-conversion):
8252 Ensure the coding system is initialized before calling
8253 coding-system-eol-type.
8254
8255 2006-10-04 Carsten Dominik <dominik@science.uva.nl>
8256
8257 * textmodes/org.el (org-rm-props, org-activate-plain-links)
8258 (org-activate-angle-links, org-activate-dates)
8259 (org-activate-target-links, org-activate-camels)
8260 (org-activate-tags): Add `rear-nonsticky' text property to avoid
8261 textproperty keymaps from being active beyond the end of a line.
8262 (org-unfontify-region): Also remove `rear-nonsticky' property.
8263
8264 2006-10-04 Kenichi Handa <handa@m17n.org>
8265
8266 * international/code-pages.el (next): Table fixed.
8267
8268 2006-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
8269
8270 * progmodes/sh-script.el (sh-prev-thing): Remove (forward-char 1) now
8271 that it's been made unnecessary by removing narrowing.
8272
8273 2006-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
8274
8275 * progmodes/sh-script.el (sh-prev-thing): Massage to untangle the
8276 control flow a bit, simplify another bit, and add comments.
8277
8278 2006-10-03 David Kastrup <dak@gnu.org>
8279
8280 * help.el (describe-mode): For clicks on mode-line, use "@"
8281 interactive argument to get the major mode of the click instead of
8282 the current buffer.
8283
8284 * isearch.el (isearch-mouse-2): Use new semantics of `key-binding'
8285 in order to better redirect mouse-2 clicks. Also allow default
8286 bindings to apply.
8287
8288 2006-10-03 Kim F. Storm <storm@cua.dk>
8289
8290 * emacs-lisp/cl.el (pushnew-internal): Remove defvar.
8291 (pushnew): Fix last change.
8292
8293 2006-10-03 Denis St\e,A|\e(Bnkel <dstuenkel@googlemail.com> (tiny change)
8294
8295 * ibuf-ext.el (eval, view-and-eval) <define-ibuffer-op>:
8296 Use the interactive spec of `eval-expression'.
8297
8298 2006-10-02 Michael Welsh Duggan <md5i@cs.cmu.edu>
8299
8300 * progmodes/sh-script.el (sh-prev-thing): Fix last change.
8301
8302 2006-10-02 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
8303
8304 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo in
8305 2006-09-28 commit.
8306
8307 2006-10-02 Kenichi Handa <handa@m17n.org>
8308
8309 * international/code-pages.el (iso-8859-6): Table fixed.
8310
8311 2006-10-01 Chris Moore <christopher.ian.moore@gmail.com>
8312
8313 * dired.el (dired-build-subdir-alist): Fix previous change.
8314
8315 2006-10-01 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
8316
8317 * simple.el (undo-elt-crosses-region): Fix the inequalities.
8318
8319 2006-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
8320
8321 * emacs-lisp/find-func.el (find-function-regexp): Don't match
8322 "define-button-type".
8323
8324 * pcvs.el (cvs-update-header): Fix handling of extra newlines so that
8325 they don't keep accumulating.
8326
8327 2006-10-01 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
8328
8329 * ffap.el (ffap-rfc-path): Change the address of the RFC
8330 repository to ftp.rfc-editor.org, as ds.internic.net seems to be gone.
8331
8332 2006-10-01 Stephen Berman <Stephen.Berman@gmx.net>
8333
8334 * allout.el (allout-expose-topic): Rectify implementation of "+"
8335 spec, so that bodies are not exposed with headlines.
8336
8337 2006-10-01 Ken Manheimer <ken.manheimer@gmail.com>
8338
8339 * allout.el (allout-current-depth): Do aberrent check only at or
8340 below doublecheck depth.
8341 (allout-chart-subtree): Make it explicit that LEVELS being nil
8342 means unlimited depth. Drop undocumented support for LEVELS value
8343 t meaning unlimited depth. (This is consistent with
8344 allout-chart-to-reveal, but contrary to allout-show-children,
8345 which needs to use nil to default to depth of 1.)
8346 (allout-goto-prefix-doublechecked): Wrap long docstring line.
8347 (allout-chart-to-reveal): Be explicit in docstring about meaning
8348 of nil LEVELS, and drop support for LEVELS value t.
8349 (allout-show-children): Translate the level spec used by this
8350 routine to that used by allout-chart-subtree and
8351 allout-chart-to-reveal.
8352 (allout-show-to-offshoot): Retry once when stuck, after opening
8353 subtree - improvements in discontinuity handling likely will
8354 enable progress.
8355
8356 2006-09-30 Chong Yidong <cyd@stupidchicken.com>
8357
8358 * wid-edit.el (widget-button-click-moves-point): New variable.
8359 (widget-button-click): If widget-button-click-moves-point is
8360 non-nil, set point after performing the button action.
8361
8362 * cus-edit.el (custom-mode): Set widget-button-click-moves-point.
8363
8364 2006-09-30 Martin Rudalics <rudalics@gmx.at>
8365
8366 * files.el (find-file-existing): Modify to not allow wildcards.
8367
8368 2006-09-30 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
8369
8370 * simple.el (undo-more): When undo information for the region is
8371 exhausted, say "No further undo information FOR REGION".
8372
8373 2006-09-30 Michael Welsh Duggan <md5i@cs.cmu.edu>
8374
8375 * progmodes/sh-script.el (sh-prev-thing):
8376 Take `sh-leading-keywords' into account.
8377
8378 2006-09-29 Glenn Morris <rgm@gnu.org>
8379
8380 * custom.el (defcustom): Doc fix.
8381
8382 * calendar/calendar.el (european-calendar-style):
8383 Call european-calendar or american-calendar as needed when set.
8384 (diary-view-entries, list-calendar-holidays): Move autoloads
8385 before use.
8386
8387 2006-09-29 Juri Linkov <juri@jurta.org>
8388
8389 * progmodes/cperl-mode.el (cperl-after-expr-p): Don't move point
8390 to nil if there is no previous property change.
8391
8392 2006-09-29 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
8393
8394 * cus-edit.el (custom-save-all): Switch to emacs-lisp mode before
8395 saving anything to be sure that `forward-sexp' behaves correctly.
8396
8397 2006-09-29 Chong Yidong <cyd@stupidchicken.com>
8398
8399 * simple.el (line-move-finish): Ignore field boundaries if the
8400 initial and final points have the same `field' property.
8401
8402 2006-09-29 Kim F. Storm <storm@cua.dk>
8403
8404 * ido.el (ido-file-internal): Only bind minibuffer-completing-file-name
8405 to t while calling ido-read-internal.
8406
8407 2006-09-29 Carsten Dominik <dominik@science.uva.nl>
8408
8409 * textmodes/org.el (org-file-remote-p): Get regexp from list.
8410 (org-archive-subtree): Remove erraneous `]' from character list.
8411
8412 2006-09-28 Jonathan Yavner <jyavner@member.fsf.org>
8413
8414 * ses.el (ses-in-print-area, ses-goto-data, ses-load)
8415 (ses-reconstruct-all): Make undo of "insert row" work by keeping
8416 markers for data-area and parameters-area.
8417
8418 2006-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
8419
8420 * progmodes/make-mode.el (makefile-mode): Don't disable jit-lock.
8421
8422 * font-lock.el (font-lock-after-change-function): Refontify next line
8423 as well if end is at BOL.
8424 (font-lock-extend-jit-lock-region-after-change): Be more careful to
8425 only extend the region as much as needed.
8426
8427 2006-09-28 Richard Stallman <rms@gnu.org>
8428
8429 * comint.el (comint-mode): Bind font-lock-defaults non-nil.
8430
8431 * subr.el (insert-for-yank-1): Handle `font-lock-face' specially.
8432
8433 * international/mule.el (after-insert-file-set-coding):
8434 If VISIT, don't let set-buffer-multibyte make undo info.
8435
8436 2006-09-28 Osamu Yamane <yamane@green.ocn.ne.jp> (tiny change)
8437
8438 * mail/smtpmail.el (smtpmail-try-auth-methods): Do not break long
8439 lines in base64-encoded authentication response.
8440
8441 2006-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8442
8443 * progmodes/ebnf2ps.el: Doc fix. Implement arrow spacing and scaling.
8444 (ebnf-version): New version 4.3.
8445 (ebnf-arrow-extra-width, ebnf-arrow-scale): New options.
8446 (ebnf-prologue): Adjust PostScript programming.
8447 (ebnf-begin-file, ebnf-insert-ebnf-prologue, ebnf-terminal-dimension1)
8448 (ebnf-repeat-dimension, ebnf-except-dimension): Adjust code.
8449
8450 2006-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
8451
8452 * jit-lock.el (jit-lock-force-redisplay): Rename from
8453 jit-lock-fontify-again, and undo the mistaken change I've just done.
8454
8455 * jit-lock.el (jit-lock-fontify-now): Don't fontify the empty text.
8456 (jit-lock-fontify-again): Don't refontify text that's not displayed.
8457
8458 2006-09-26 Kenichi Handa <handa@m17n.org>
8459
8460 * startup.el (display-splash-screen): Allow a prefix argument.
8461
8462 2006-09-25 Jason Rumney <jasonr@gnu.org>
8463
8464 * subr.el (shell-quote-argument): Use DOS logic for Windows
8465 shells with DOS semantics.
8466
8467 2006-09-24 Richard Stallman <rms@gnu.org>
8468
8469 * progmodes/compile.el (compilation-goto-locus-delete-o): New fn.
8470 (compilation-goto-locus): Use compilation-goto-locus-delete-o
8471 to delete the overlay. Put it on pre-command-hook.
8472
8473 * emacs-lisp/timer.el (timer-max-repeats): Doc fix.
8474
8475 * startup.el (fancy-splash-screens, normal-splash-screen):
8476 Call the splash buffer *About GNU Emacs*.
8477
8478 * simple.el (next-error-highlight, next-error-highlight-no-select):
8479 Default to 0.5.
8480 (yank-excluded-properties): Add `fontified'.
8481
8482 * font-lock.el (font-lock-compile-keywords): Allow value of
8483 syntax-begin-function to enable paren-column-0 highlighting.
8484
8485 2006-09-24 Chris Moore <christopher.ian.moore@gmail.com>
8486
8487 * dired.el (dired-build-subdir-alist): When file ends in colon,
8488 don't exit the loop, just disregard that file.
8489
8490 2006-09-24 Chong Yidong <cyd@stupidchicken.com>
8491
8492 * simple.el (line-move-finish): Handle corner case for fields in
8493 continued lines.
8494 (line-move-1): Remove flawed test for that case.
8495
8496 2006-09-24 Ken Manheimer <ken.manheimer@gmail.com>
8497
8498 * icomplete.el (icomplete-simple-completing-p): Use the correct
8499 name for the new variable, `icomplete-with-completion-tables'.
8500 (file local variables): Remove superfluous setting.
8501
8502 2006-09-23 Jeff Miller <jmiller@cablespeed.com> (tiny change)
8503
8504 * calendar/appt.el (appt-check): Fix typo for appointments just
8505 after midnight.
8506
8507 2006-09-23 Chong Yidong <cyd@stupidchicken.com>
8508
8509 * help.el (describe-key-briefly, describe-key): Don't expect an
8510 extra up event if a down-event is generated by a popup menu.
8511
8512 2006-09-23 Michal Nazarewicz <mnazarewicz@gmail.com> (tiny change)
8513
8514 * textmodes/ispell.el (ispell-change-dictionary): Don't check the
8515 local dictionary when changing the global dictionary.
8516
8517 2006-09-23 Ken Manheimer <ken.manheimer@gmail.com>
8518
8519 * icomplete.el (icomplete-with-completion-tables): List of
8520 specialized completion tables with which icomplete should
8521 operate. Include the new `internal-complete-buffer', so icomplete
8522 works with interactive buffer-selection.
8523 (icomplete-simple-completing-p): Add acceptance of specialized
8524 completion tables listed in icomplete-with-completion-tables.
8525
8526 2006-09-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8527
8528 * frame.el (focus-follows-mouse): Set default to nil on Mac.
8529
8530 * startup.el (command-line): Use `custom-reevaluate-setting' for
8531 `focus-follows-mouse'.
8532
8533 2006-09-22 Richard Stallman <rms@gnu.org>
8534
8535 * cus-edit.el (custom-buffer-create-internal): In `emacs -q',
8536 explain why Save is not available.
8537
8538 2006-09-22 Juanma Barranquero <lekktu@gmail.com>
8539
8540 * woman.el (woman0-so): Use `let*', not `let'.
8541 (woman-horizontal-line): Remove unbalanced parenthesis.
8542
8543 2006-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
8544
8545 * woman.el: Make sure all the end-of-region markers we use have
8546 a non-nil insertion-type.
8547 (woman0-so): Move things around so we can use copy-marker.
8548 (woman0-roff-buffer, woman2-process-escapes-to-eol, woman2-roff-buffer):
8549 Adjust marker type.
8550 (woman2-process-escapes): Check marker type.
8551 (woman-horizontal-line): Dispense with the use of a marker.
8552
8553 2006-09-22 Jay Belanger <belanger@truman.edu>
8554
8555 * calc/calc-lang.el: Add Greek letters to math-variable-table
8556 property of tex.
8557
8558 2006-09-22 Chong Yidong <cyd@stupidchicken.com>
8559
8560 * files.el (save-some-buffers-action-alist): Display diff in view-mode.
8561
8562 2006-09-22 Masatake YAMATO <jet@gyve.org>
8563
8564 * add-log.el (add-log-current-defun): Use `forward-sexp'
8565 instead of `forward-word' to pick c++::symbol.
8566 Reported by Guanpeng Xu <herberteuler@hotmail.com>.
8567
8568 2006-09-22 Kenichi Handa <handa@m17n.org>
8569
8570 * bindings.el: Fix setting self-insert-command for multibyte
8571 characters in global-map.
8572
8573 2006-09-21 David Kastrup <dak@gnu.org>
8574
8575 * mouse.el (mouse-posn-property): Fix typo for `event-start' in
8576 doc string.
8577
8578 2006-09-21 Kenichi Handa <handa@m17n.org>
8579
8580 * language/european.el ("Latin-1"): Add windows-1252 to
8581 coding-priority.
8582 ("German"): Likewise.
8583
8584 2006-09-21 Kim F. Storm <storm@cua.dk>
8585
8586 * emacs-lisp/cl-macs.el (member*): Use memql instead of complex code.
8587 Suggested by Miles Bader.
8588
8589 * emacs-lisp/cl.el (pushnew): Rework 2006-09-10 change. Use memql
8590 instead of add-to-list in the simple case.
8591
8592 2006-09-20 Kenichi Handa <handa@m17n.org>
8593
8594 * isearch.el (isearch-process-search-char): Cancel the previous change.
8595 (isearch-search-string): New function.
8596 (isearch-search): Use isearch-search-string.
8597 (isearch-lazy-highlight-search): Likewise.
8598
8599 2006-09-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8600
8601 * lpr.el (lpr-page-header-switches): Insert `*' at beginning of doc
8602 string to become an option.
8603
8604 2006-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
8605
8606 * files.el (find-buffer-visiting): Don't get fooled by a nil inode.
8607
8608 2006-09-20 Kim F. Storm <storm@cua.dk>
8609
8610 * simple.el (line-move-partial): Call pos-visible-in-window-p with
8611 position t instead of trying both window-end and window-end - 1.
8612
8613 2006-09-20 Carsten Dominik <dominik@science.uva.nl>
8614
8615 * textmodes/org.el (org-scan-tags): Find end of subtrees also in
8616 hidden trees.
8617
8618 2006-09-20 David Kastrup <dak@gnu.org>
8619
8620 * mouse.el (mouse-posn-property): Improve doc string.
8621 (mouse-on-link-p): Change buffers for function calls on links.
8622
8623 * menu-bar.el (clipboard-yank): Bomb out in interactive use if
8624 buffer is read-only.
8625
8626 2006-09-20 Ken Manheimer <ken.manheimer@gmail.com>
8627
8628 * allout.el (allout-unprotected): Let inhibit-read-only only when
8629 buffer-read-only isn't set.
8630 (allout-annotate-hidden): Enable topic annotation during copies even
8631 when the buffer is read-only, eg for topic copies. Ensure that the loop
8632 advances, even when the span extends beyond the deletion region.
8633 (allout-toggle-subtree-encryption): Use allout-structure-added-hook
8634 rather than allout-exposure-changed-hook, as a stronger assertion.
8635 (allout-keybindings-list): Add bindings for
8636 allout-copy-line-as-kill and allout-copy-topic-as-kill.
8637 (allout-copy-line-as-kill, allout-copy-topic-as-kill):
8638 Copy wrappers for allout-kill-line and allout-kill-topic.
8639 (allout-listify-exposed): Position correctly to accumulate lines.
8640
8641 2006-09-19 Chong Yidong <cyd@stupidchicken.com>
8642
8643 * simple.el (line-move-1): Escape field boundaries occurring
8644 exactly at point. Update goal column if constrained to a field.
8645 (line-move-finish): Escape field boundaries occurring exactly at point.
8646
8647 2006-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
8648
8649 * mouse.el (mouse-on-link-p): Tentatively fix last change.
8650 (mouse-drag-vertical-line): Remove unused var `wconfig'.
8651
8652 2006-09-19 Kim F. Storm <storm@cua.dk>
8653
8654 * help.el (describe-key-briefly, describe-key): Simplify printing
8655 of descriptions by using format and %S. Fix "is undefined"
8656 messages to say "at that spot" for mouse events.
8657
8658 * simple.el (line-move-partial): Optimize. Try window-line-height
8659 before posn-at-point to get vpos of current line.
8660
8661 2006-09-18 Michael Kifer <kifer@cs.stonybrook.edu>
8662
8663 * emulation/viper.el: Bump up version/date of update to reflect the
8664 substantial changes done in August 2006.
8665
8666 * emulation/viper-cmd (viper-next-line-at-bol): Make sure button-at,
8667 push-button are defined.
8668
8669 * ediff-util.el (ediff-add-to-history): New function.
8670
8671 * ediff.el: Use ediff-add-to-history instead of add-to-history.
8672
8673 2006-09-18 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
8674
8675 * textmodes/conf-mode.el (conf-space-mode): Doc fix.
8676 Delete duplicate make-local-variable form.
8677 (conf-space-keywords): Add autoload cookie.
8678 Fix typo (`keywords', not `keyword').
8679
8680 2006-09-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8681
8682 * cus-start.el (all): Rename x-gtk-show-chooser-help-text to
8683 x-gtk-file-dialog-help-text. Rename x-use-old-gtk-file-dialog
8684 to x-gtk-use-old-file-dialog.
8685
8686 2006-09-18 Richard Stallman <rms@gnu.org>
8687
8688 * wid-edit.el (widget-button-click): Handle non-mouse-motion events
8689 that might come in during mouse tracking.
8690
8691 2006-09-18 Kim F. Storm <storm@cua.dk>
8692
8693 * simple.el (line-move-partial): Rework 2006-09-15 change to use
8694 new window-line-height function. Further optimize by not calling
8695 pos-visible-in-window-p for window-end when window-line-height
8696 returns useful information.
8697
8698 2006-09-16 Richard Stallman <rms@gnu.org>
8699
8700 * textmodes/conf-mode.el (conf-mode-map): Use conf-space-keywords cmd.
8701 (conf-space-mode): Don't handle prefix arg.
8702 Delete conf-space-keywords-override code.
8703 Use add-hook.
8704 (conf-space-keywords): New command.
8705 (conf-space-mode-internal): Be careful with imenu-generic-expression.
8706 Delete conf-space-keywords-override code.
8707 (conf-space-keywords-alist): Doc fix.
8708 (conf-space-font-lock-keywords): Doc fix.
8709 (conf-space-keywords-override): Var deleted.
8710
8711 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
8712
8713 * startup.el (fancy-splash-screens): Don't switch to the scratch
8714 buffer; it may not be the next buffer.
8715
8716 2006-09-16 Romain Francoise <romain@orebokech.com>
8717
8718 * saveplace.el (load-save-place-alist-from-file): Use expanded name
8719 in both messages.
8720
8721 2006-09-16 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se>
8722
8723 * progmodes/python.el (python-preoutput-filter):
8724 Fix arg order to string-match.
8725
8726 2006-09-16 Richard Stallman <rms@gnu.org>
8727
8728 * obsolete/fast-lock.el (fast-lock-cache-data): Provide 2nd arg to
8729 font-lock-compile-keywords.
8730
8731 * font-lock.el (font-lock-compile-keywords): Rename optional arg
8732 to SYNTACTIC-KEYWORDS and reverse the sense. All callers changed.
8733
8734 2006-09-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8735
8736 * cus-start.el (all): Add x-gtk-show-chooser-help-text.
8737
8738 * select.el (xselect-convert-to-string): If UTF8_STRING is requested
8739 and the data doesn't look like UTF8, send STRING instead.
8740
8741 2006-09-16 Agust\e,Am\e(Bn Mart\e,Am\e(Bn <agustin.martin@hispalinux.es>
8742
8743 * textmodes/flyspell.el (flyspell-check-region-doublons):
8744 New function to detect duplicated words.
8745 (flyspell-large-region): Use it.
8746
8747 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
8748
8749 * simple.el (line-move-to-column): Revert 2006-08-03 change.
8750
8751 2006-09-16 Eli Zaretskii <eliz@gnu.org>
8752
8753 * help.el (describe-prefix-bindings): Use let, not let*.
8754
8755 2006-09-16 Ken Manheimer <ken.manheimer@gmail.com>
8756
8757 * allout.el (allout-regexp, allout-line-boundary-regexp)
8758 (allout-bob-regexp): Correct grouping and boundaries to fix
8759 backwards traversal.
8760 (allout-depth-specific-regexp, allout-depth-one-regexp):
8761 New versions that exploit \\{M\\} regexp syntax, to avoid geometric or
8762 worse time in allout-ascend.
8763 (allout-doublecheck-at-and-shallower): Identify depth threshold
8764 below which topics are checked for and disqualified by containment
8765 discontinuities.
8766 (allout-hotspot-key-handler): Correctly handle multiple-key
8767 strokes. Remove some unused variables.
8768 (allout-mode-leaders): Clarify that mode-specific comment-start
8769 will be used.
8770 (set-allout-regexp): Correctly regexp-quote allout regexps to
8771 properly accept alternative header-leads and primary bullets with
8772 regexp-specific characters (eg, C "/*", mathematica "(*").
8773 Include new regular expressions among those configured.
8774 (allout-infer-header-lead-and-primary-bullet):
8775 Rename allout-infer-header-lead.
8776 (allout-recent-depth): Manifest as a variable as well as a function.
8777 (allout-prefix-data): Simplify into an inline instead of a macro,
8778 assuming current match data rather than being explicitly passed
8779 it. Establish allout-recent-depth value as well as
8780 allout-recent-prefix-beginning and allout-recent-prefix-end.
8781 (allout-aberrant-container-p): True when an item's immediate
8782 offspring discontinuously contained. Useful for disqualifying
8783 unintended topic prefixes, likely at low depths.
8784 (allout-goto-prefix-doublechecked): Elaborate version of
8785 allout-goto-prefix which disqualifies aberrant pseudo-items.
8786 (allout-pre-next-prefix): Layer on top of lower-level routines, to
8787 get disqualification of aberrant containers.
8788 (allout-end-of-prefix, allout-end-of-subtree): Disqualify aberrant
8789 containers.
8790 (allout-beginning-of-current-entry): Position at start of buffer
8791 when in container (depth 0) entry.
8792 (nullify-allout-prefix-data): Invalidate allout-recent-* prefix data.
8793 (allout-current-bullet): Strip text properties.
8794 (allout-get-prefix-bullet): Use right match groups.
8795 (allout-beginning-of-line, allout-next-heading):
8796 Disqualify aberrant containers.
8797 (allout-previous-heading): Disqualify aberrant containers, and
8798 change to regular (rather than inline) function, to allow
8799 self-recursion.
8800 (allout-get-invisibility-overlay): Increment so progress is made
8801 when the first overlay is not the sought one.
8802 (allout-end-of-prefix): Disqualify aberrant containers.
8803 (allout-end-of-line): Cycle something like allout-beginning-of-line.
8804 (allout-mode): Make allout-old-style-prefixes (ie, enabling use with
8805 outline.el outlines) functional again. Change the primary bullet
8806 along with the header-lead - level 1 new-style bullets now work.
8807 Engage allout-before-change-handler in mainline Emacs, not just
8808 XEmacs, to do undo handling.
8809 (allout-before-change-handler): Expose undo changes occurring in
8810 hidden regions. Use allout-get-invisibility-overlay instead of
8811 reimplementing it inline.
8812 (allout-chart-subtree): Use start rather than end of prefix in
8813 charts. Use allout-recent-depth variable.
8814 (allout-chart-siblings): Disqualify aberrant topics.
8815 (allout-beginning-of-current-entry): Position correctly.
8816 (allout-ascend): Use new allout-depth-specific-regexp and
8817 allout-depth-one-regexp for linear instead of O(N^2) or worse
8818 behavior.
8819 (allout-ascend-to-depth): Depend on allout-ascend, rather than
8820 reimplementing an algorithm.
8821 (allout-up-current-level): Depend on allout-ascend, rather than
8822 reimplementing an algorithm. Return to start-point if we fail.
8823 (allout-descend-to-depth): Use allout-recent-depth variable
8824 instead of function.
8825 (allout-next-sibling): On traversal of numerous intervening
8826 topics, resort to economical allout-next-sibling-leap.
8827 (allout-next-sibling-leap): Specialized version of
8828 allout-next-sibling that uses allout-ascend cleverly, to depend on
8829 a regexp search to leap large numbers of contained topics, rather
8830 than arbitrarily many one-by-one traversals.
8831 (allout-next-visible-heading): Disqualify aberrant topics.
8832 (allout-previous-visible-heading): Position consistently when
8833 interactive.
8834 (allout-forward-current-level): Base on allout-previous-sibling
8835 rather than (differently) reimplmenting the algorithm. Remove some
8836 unused variables.
8837 (allout-solicit-alternate-bullet): Present default choice stripped
8838 of text properties.
8839 (allout-rebullet-heading): Use bullet stripped of text properties.
8840 Register changes using allout-exposure-change-hook.
8841 Disregard aberrant topics.
8842 (allout-shift-in): With universal-argument, make topic a peer of
8843 it's former offspring. Simplify the code by separating out
8844 allout-shift-out functionality.
8845 (allout-shift-out): With universal-argument, make offspring peers
8846 of their former container, and its siblings. Implement the
8847 functionality here, rather than inappropriately muddling the
8848 implementation of allout-shift-in.
8849 (allout-rebullet-topic): Respect additional argument for new
8850 parent-child separation function.
8851 (allout-yank-processing): Use allout-ascend directly.
8852 (allout-show-entry): Disqualify aberrant topics.
8853 (allout-show-children): Handle discontinuous children gracefully,
8854 extending the depth being revealed to expose them and posting a
8855 message indicating the situation.
8856 (allout-show-to-offshoot): Remove obsolete and incorrect comment.
8857 Leave cursor in correct position.
8858 (allout-hide-current-subtree): Use allout-ascend directly.
8859 Disqualify aberrant topics.
8860 (allout-kill-line, allout-kill-topic): Preserve exposure layout in
8861 a way that the yanks can restore it, as used to happen.
8862 (allout-yank-processing): Restore exposure layout as recorded by
8863 allout-kill-*, as used to happen.
8864 (allout-annotate-hidden, allout-hide-by-annotation): New routines
8865 for preseving and restoring exposure layout across kills.
8866 (allout-toggle-subtree-encryption): Run allout-exposure-change-hook.
8867 (allout-encrypt-string): Strip text properties.
8868 Rearranged order and outline-headings for some of the
8869 miscellaneous functions.
8870 (allout-resolve-xref): No need to quote the error name in the
8871 condition-case handler section.
8872 (allout-flatten): Classic recursive (and recursively intensive,
8873 without tail-recursion) list-flattener, needed by allout-shift-out
8874 when confronted with discontinuous children.
8875
8876 2006-09-16 Jason Rumney <jasonr@gnu.org>
8877
8878 * dnd.el (dnd-open-remote-file-function): Use dnd-open-local-file
8879 on ms-windows.
8880 (dnd-open-unc-file): Remove.
8881 (dnd-open-local-file): Mention in doc string that it also handles
8882 remote files if the system natively supports unc file-names.
8883
8884 2006-09-15 Kim F. Storm <storm@cua.dk>
8885
8886 * help.el (describe-key): Handle C-h k in *Help* buffer; collect
8887 all necessary information about the event before erasing *Help*.
8888
8889 * simple.el (line-move-partial): Use window-line-visiblity to
8890 quickly check whether last line is partially visible, and only do
8891 the hard (and slow) part in that case.
8892
8893 2006-09-15 Jay Belanger <belanger@truman.edu>
8894
8895 * COPYING: Replace "Library Public License" by "Lesser Public
8896 License" throughout.
8897
8898 2006-09-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8899
8900 * term/x-win.el (x-menu-bar-open): New function for F10.
8901
8902 2006-09-15 Chong Yidong <cyd@stupidchicken.com>
8903
8904 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8905 Disallow filenames containing " -" to avoid confusion with libtool
8906 compilation messages. Suggested by Stefan Monnier.
8907
8908 2006-09-15 David Kastrup <dak@gnu.org>
8909
8910 * mouse-sel.el (mouse-sel-follow-link-p): Use event position
8911 instead of buffer position for `mouse-on-link-p'.
8912
8913 * mouse.el (mouse-posn-property): New function looking up the
8914 properties at a click position in overlays and text properties in
8915 either buffer or strings.
8916 (mouse-on-link-p): Use `mouse-posn-property' to streamline lookup
8917 of both `follow-link' as well as `mouse-face' properties.
8918 (mouse-drag-track): Check `mouse-on-link-p' on event position, not
8919 buffer position.
8920
8921 * help.el (describe-key-briefly): When reading a down-event on
8922 mode lines or scroll bar, swallow the following up event, too.
8923 Use the new mouse sensitity of `key-binding' for lookup.
8924 (describe-key): The same here.
8925
8926 2006-09-15 Juanma Barranquero <lekktu@gmail.com>
8927
8928 * play/life.el (life-patterns): Add a few more interesting patterns.
8929 (life-setup): Force `show-trailing-whitespace' to nil.
8930
8931 2006-09-14 Richard Stallman <rms@gnu.org>
8932
8933 * startup.el (fancy-splash-text): Change text to improve alignment.
8934 (fancy-splash-screens): Don't set non-standard tab width.
8935 Bind cursor-type temporarily, and make it easy to patch to
8936 preserve the splash buffer.
8937 (normal-splash-screen, fancy-splash-tail): Spell out "Meta-x".
8938 (fancy-splash-screens): Display echo-area message explicitly.
8939 Don't set fancy-splash-help-echo.
8940
8941 * simple.el (line-number-mode): Group mode-line instead of
8942 editing-basics.
8943 (column-number-mode, size-indication-mode): Likewise.
8944
8945 * faces.el (mode-line-faces): Group mode-line instead of modeline.
8946
8947 * time.el (display-time): Group mode-line instead of modeline.
8948
8949 * cus-edit.el (mode-line): Rename from modeline. All uses changed.
8950
8951 2006-09-14 Chong Yidong <cyd@stupidchicken.com>
8952
8953 * startup.el (fancy-splash-text): Move editing instructions to
8954 fancy-splash-head.
8955 (fancy-splash-head): Issue editing instructions.
8956 (fancy-splash-screens): Fixup whitespace.
8957
8958 2006-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
8959
8960 * bindings.el (mode-line-buffer-identification-keymap):
8961 Remove duplicate line.
8962
8963 2006-09-14 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
8964
8965 * ido.el (ido-ignore-item-p): Allow any kind of functions in
8966 ignore lists.
8967
8968 2006-09-14 Kim F. Storm <storm@cua.dk>
8969
8970 * jit-lock.el (jit-lock-fontify-again): New function.
8971 (jit-lock-fontify-now): Use it instead of lambda form.
8972
8973 2006-09-13 Agustin Martin <agustin.martin@hispalinux.es>
8974
8975 * textmodes/flyspell.el (flyspell-word, flyspell-correct-word)
8976 (flyspell-auto-correct-word): Make ispell-filter local to these
8977 functions. Check that ispell-filter has new stuff before calling
8978 ispell-parse-output.
8979
8980 2006-09-13 Kim F. Storm <storm@cua.dk>
8981
8982 * simple.el (line-move-partial): Optimize.
8983
8984 2006-09-13 Richard Stallman <rms@gnu.org>
8985
8986 * thingatpt.el (thing-at-point-bounds-of-url-at-point):
8987 Delete spurious backquote.
8988
8989 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
8990
8991 * net/rcirc.el (rcirc-print): Fix last change.
8992
8993 2006-09-12 Jay Belanger <belanger@truman.edu>
8994
8995 * calc/calc.el (calc-dispatch): Remove unnecessary `sit-for'.
8996
8997 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
8998
8999 * net/rcirc.el (rcirc-scroll-show-maximum-output): Rename from
9000 rcirc-show-maximum-output.
9001 (rcirc-mode): Remove window-scroll-function hook.
9002 (rcirc-scroll-to-bottom): Remove function.
9003 (rcirc-print): Recenter so point stays at the bottom of the window
9004 if point was already there.
9005
9006 2006-09-12 Paul Eggert <eggert@cs.ucla.edu>
9007
9008 * comint.el (comint-exec-1): Set EMACS to the full name of Emacs,
9009 not to "t".
9010 * progmodes/compile.el (compilation-start): Likewise.
9011 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
9012 Don't use expand-file-name on invocation-directory, since this
9013 might mishandle special characters in invocation-directory.
9014
9015 2006-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
9016
9017 * pcvs-defs.el: Remove * in defcustom's docstrings.
9018
9019 2006-09-12 Nick Roberts <nickrob@snap.net.nz>
9020
9021 * progmodes/compile.el (compilation-directory-properties):
9022 Doc fix for help-echo.
9023
9024 2006-09-12 Lars Hansen <larsh@soem.dk>
9025
9026 * desktop.el (desktop-read): Add comment.
9027
9028 2006-09-12 Kim F. Storm <storm@cua.dk>
9029
9030 * simple.el (next-error-highlight, next-error-highlight-no-select):
9031 Fix spelling error.
9032
9033 * subr.el (sit-for): Rework to use input-pending-p and cond.
9034 Return nil input is pending on entry also for SECONDS <= 0.
9035 (while-no-input): Use input-pending-p instead of sit-for.
9036
9037 2006-09-11 Richard Stallman <rms@gnu.org>
9038
9039 * simple.el (next-error-highlight, next-error-highlight-no-select):
9040 Fix custom type and doc strings.
9041
9042 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
9043
9044 * diff-mode.el (diff-apply-hunk-to-backup-file): New var.
9045 (diff-apply-hunk): Use it to ask for confirmation.
9046
9047 2006-09-11 Reiner Steib <Reiner.Steib@gmx.de>
9048
9049 * emacs-lisp/cl.el (pushnew): Add missing `,'.
9050
9051 2006-09-11 David Kastrup <dak@gnu.org>
9052
9053 * help.el (string-key-binding, describe-key-briefly)
9054 (describe-key): Remove `string-key-binding' and its callers since
9055 `key-binding' already caters for the proper lookup now.
9056
9057 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
9058
9059 * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords): Newvar.
9060 (cfengine-mode): Use it. Fix \ syntax to be like /.
9061
9062 * bindings.el (mode-line-buffer-identification-keymap):
9063 Move initialization into declaration.
9064
9065 2006-09-10 Kim F. Storm <storm@cua.dk>
9066
9067 * ido.el (ido-edit-input, ido-complete, ido-take-first-match)
9068 (ido-push-dir-first, ido-kill-buffer-at-head, ido-exhibit)
9069 (ido-delete-file-at-head): Pass head of ido-matches through ido-name
9070 in case of merged directories. Reported by Micha\e,Ak\e(Bl Cadilhac.
9071
9072 2006-09-10 Richard Stallman <rms@gnu.org>
9073
9074 * dired-aux.el: Handle errors in recursive copy usefully.
9075 (dired-create-files-failures): New variable.
9076 (dired-copy-file): Remove condition-case.
9077 (dired-copy-file-recursive): Check for errors on all file
9078 operations, and add them to dired-create-files-failures.
9079 Check file file-date-erorr here too.
9080 (dired-create-files): Check dired-create-files-failures
9081 and report those errors too.
9082
9083 * emacs-lisp/cl.el (pushnew): Use add-to-list when convenient.
9084
9085 * subr.el (add-to-list): New argument COMPARE-FN.
9086
9087 2006-09-10 Reiner Steib <Reiner.Steib@gmx.de>
9088
9089 * filecache.el (file-cache-add-directory)
9090 (file-cache-add-directory-list, file-cache-add-file)
9091 (file-cache-add-directory-using-find)
9092 (file-cache-add-directory-using-locate)
9093 (file-cache-add-directory-recursively): Add autoloads.
9094
9095 2006-09-09 Richard Stallman <rms@gnu.org>
9096
9097 * textmodes/conf-mode.el (conf-space-mode):
9098 Use hack-local-variables-hook instead of calling hack-local-variables.
9099 (conf-space-keywords-override): New variable.
9100 (conf-space-mode-internal): New subroutine. Reinit Font Lock mode.
9101 (conf-space-mode): Always make conf-space-keywords and
9102 conf-space-keywords-override local.
9103 Call conf-space-mode-internal directly as well as via hook.
9104
9105 2006-09-09 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
9106
9107 * progmodes/python.el (python-font-lock-keywords): Add `self' and other
9108 quasi-keywords.
9109
9110 2006-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
9111
9112 * progmodes/python.el: Quieten the compiler about hippie-expand vars.
9113 (python-send-string): Be slightly more careful about adding \n.
9114
9115 * startup.el (normal-splash-screen): Don't display the buffer if we'll
9116 kill it right away anyway.
9117
9118 2006-09-09 Eli Zaretskii <eliz@gnu.org>
9119
9120 * international/codepage.el (cp850-decode-table): Fix a few codes.
9121 (cp858-decode-table): New variable.
9122
9123 2006-09-09 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
9124
9125 * net/ldap.el (ldap-search-internal): Doc fix.
9126
9127 2006-09-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
9128
9129 * play/life.el (life-display-generation): Test for input manually if
9130 `sleeptime' is negative or null.
9131
9132 * lpr.el (lpr-page-header-switches): Page title switch is one of them.
9133 (print-region-1): Substitute `%s' with the page title.
9134
9135 2006-09-09 Matt Hodges <MPHodges@member.fsf.org>
9136
9137 * locate.el (locate-current-search): New variable.
9138 (locate): Set buffer local value. Use current buffer if it is
9139 in Locate mode.
9140 (locate-mode): Disable undo here.
9141 (locate-do-setup): Use locate-current-filter from buffer to be killed.
9142 (locate-update): Use locate-current-search and locate-current-filter.
9143
9144 2006-09-08 David Kastrup <dak@gnu.org>
9145
9146 * desktop.el (desktop-read): When loading a desktop, disable
9147 saving it while the load progresses, and switch off a pending lazy
9148 load by calling `desktop-lazy-abort'.
9149
9150 2006-08-27 Martin Rudalics <rudalics@gmx.at>
9151
9152 * window.el (mouse-autoselect-window-timer)
9153 (mouse-autoselect-window-position)
9154 (mouse-autoselect-window-window)
9155 (mouse-autoselect-window-now): New vars.
9156 (mouse-autoselect-window-cancel)
9157 (mouse-autoselect-window-select)
9158 (mouse-autoselect-window-start): New functions.
9159 (handle-select-window): Call `mouse-autoselect-window-start' when
9160 delayed window autoselection is enabled.
9161
9162 * cus-start.el (mouse-autoselect-window): Handle delayed window
9163 autoselection.
9164
9165 * emacs-lisp/eldoc.el: Add `handle-select-window' to the set of
9166 commands after which it is allowed to print in the echo area.
9167
9168 2006-09-08 Richard Stallman <rms@gnu.org>
9169
9170 * textmodes/fill.el (adaptive-fill-regexp): Don't match `(1)' or `1.'
9171
9172 * mail/rmail.el (rmail-get-new-mail): Say whether all msgs are spam.
9173 (rmail-convert-to-babyl-format): Don't record undo, leave list empty.
9174
9175 * emacs-lisp/timer.el (timer-create, timer-activate): Doc fixes.
9176 (cancel-timer-internal): Add doc string.
9177 (cancel-function-timers): Doc fix.
9178 (with-timeout-handler, timer-event-last*): Add doc strings.
9179
9180 * emacs-lisp/bindat.el (bindat-unpack): Doc fix.
9181
9182 * files.el (risky-local-variable-p): Match ...-bindat-spec.
9183
9184 * dired.el (dired-log-summary): Add doc string.
9185
9186 * cus-edit.el (custom-menu-create): Bind deactivate-mark here.
9187 (custom-group-menu-create): Not here.
9188
9189 2006-09-08 Carsten Dominik <dominik@science.uva.nl>
9190
9191 * textmodes/org.el (org-dblock-write:clocktable): Avoid infinite loop.
9192
9193 2006-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9194
9195 * term/mac-win.el (show-hide-font-panel): New HI command ID symbol.
9196 (mac-apple-event-map): Define its handler.
9197
9198 2006-09-07 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
9199
9200 * net/ldap.el (ldap-search-internal): Handle `auth' key.
9201
9202 2006-09-07 Magnus Henoch <mange@freemail.hu>
9203
9204 * net/rcirc.el (rcirc-activity-string): Don't quote value in case
9205 clause.
9206
9207 2006-09-07 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
9208
9209 * info.el (Info-index): Bind completion-ignore-case.
9210
9211 2006-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
9212
9213 * progmodes/prolog.el (inferior-prolog-flavor): New var left out of
9214 previous commit.
9215 (inferior-prolog-guess-flavor): New fun left out of previous commit.
9216 (prolog-consult-region-and-go): Don't hard code "*prolog*" and don't
9217 burp in dedicated windows.
9218 (inferior-prolog-self-insert-command): New command.
9219 (inferior-prolog-mode-map): Use it.
9220
9221 2006-09-07 Reiner Steib <Reiner.Steib@gmx.de>
9222
9223 * international/latexenc.el (latex-inputenc-coding-alist): Add cp858.
9224
9225 * international/code-pages.el: Add cp858.
9226
9227 2006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9228
9229 * dnd.el: Fix bootstrapping.
9230
9231 2006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9232
9233 * dnd.el (dnd-protocol-alist): Add what url-handler-mode can handle.
9234 (dnd-open-remote-url): New function.
9235 (dnd-open-remote-file-function): Set to dnd-open-remote-url if
9236 not windows-nt.
9237
9238 2006-09-07 Jason Rumney <jasonr@gnu.org>
9239
9240 * dnd.el (dnd-open-remote-file-function): New variable.
9241 (dnd-open-unc-file): New function.
9242 (dnd-open-file): Call dnd-open-remote-file-function if set.
9243
9244 2006-09-06 Daiki Ueno <ueno@unixuser.org>
9245
9246 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with
9247 pgg-passphrase-coding-system rather than locale-coding-system.
9248 * pgg-def.el (pgg-passphrase-coding-system): New user option.
9249
9250 2006-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
9251
9252 * progmodes/prolog.el: Remove * in docstrings.
9253 (prolog-program-name): Add SWI prolog.
9254 (prolog-mode-menu): New menu.
9255 (prolog-mode): Set comment-add.
9256 (prolog-indent-line): Simplify. Use indent-line-to.
9257 (inferior-prolog-buffer): New var.
9258 (inferior-prolog-run, inferior-prolog-process): New funs.
9259 (run-prolog, switch-to-prolog): Rewrite, using them.
9260 (prolog-consult-region): Use inferior-prolog-buffer.
9261 (inferior-prolog-load-file): New function.
9262 (prolog-mode-map): Add bindings for load-file and switch-to-prolog.
9263
9264 * textmodes/fill.el (fill-single-word-nobreak-p): Allow breaking before
9265 last word, if it's not the end of the paragraph.
9266
9267 * files.el (abbreviate-file-name): Don't mistakenly match newlines in
9268 file name.
9269
9270 2006-09-06 Ralf Angeli <angeli@caeruleus.net>
9271
9272 * frame.el (display-mm-dimensions-alist): New defcustom.
9273 (display-mm-height, display-mm-width): Use it.
9274
9275 2006-09-06 Simon Josefsson <jas@extundo.com>
9276
9277 * mail/smtpmail.el (smtpmail-starttls-credentials): Doc fix.
9278
9279 2006-09-06 Nick Roberts <nickrob@snap.net.nz>
9280
9281 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
9282 (gdb-var-list-children-regexp-1): Tweak regexps to catch full
9283 string values.
9284
9285 2006-09-06 Kim F. Storm <storm@cua.dk>
9286
9287 * simple.el (line-move-partial): New function to do vscrolling for
9288 partially visible images / tall lines. Rewrite based on code
9289 previously in line-move. Simplify backwards vscrolling.
9290 (line-move): Use it. Simplify.
9291
9292 2006-09-05 Kim F. Storm <storm@cua.dk>
9293
9294 * emulation/cua-base.el (cua--pre-command-handler-1): Rewrite.
9295
9296 2006-09-05 Chong Yidong <cyd@stupidchicken.com>
9297
9298 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9299 Process the `gcc-include' after the `gnu' rule.
9300
9301 2006-09-05 Kim F. Storm <storm@cua.dk>
9302
9303 * ido.el (ido-visit-buffer): Use buffer name if buffer arg is a buffer.
9304
9305 2006-09-05 Daiki Ueno <ueno@unixuser.org>
9306
9307 * pgg.el (pgg-clear-string): Alias to clear-string for backward
9308 compatibility.
9309
9310 * pgg-gpg.el (pgg-gpg-process-region): Avoid display blinking with
9311 inhibit-redisplay; encode passphrase with locale-coding-system.
9312
9313 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
9314
9315 * term/xterm.el (terminal-init-xterm): Add more C-M- bindings.
9316
9317 2006-09-05 Nick Roberts <nickrob@snap.net.nz>
9318
9319 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
9320 (gdb-var-list-children-regexp): Make type field optional.
9321
9322 * progmodes/gud.el (gud-speedbar-buttons): Allow for no type
9323 e.g public, protected in C++.
9324
9325 2006-09-04 John Paul Wallington <jpw@pobox.com>
9326
9327 * simple.el (completion-show-help): New defcustom.
9328 (completion-setup-function): Heed it.
9329
9330 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
9331
9332 * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
9333
9334 2006-09-04 Richard Stallman <rms@gnu.org>
9335
9336 * mail/rmail-spam-filter.el (rsf-scanning-messages-now): Doc fix.
9337 (rsf-min-region-to-spam-list): Doc fix.
9338 (rsf-add-content-type-field): Doc fix.
9339
9340 * simple.el (kill-region): Explicitly test there is a region.
9341
9342 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
9343
9344 * mail/feedmail.el (feedmail-buffer-to-sendmail): Look for
9345 sendmail in several common directories.
9346
9347 * mail/sendmail.el (sendmail-program): Moved here from paths.el.
9348
9349 * paths.el (sendmail-program): Removed.
9350
9351 2006-09-04 Daiki Ueno <ueno@unixuser.org>
9352
9353 * pgg-gpg.el (pgg-gpg-process-region): Revert two patches from Satyaki
9354 Das. http://article.gmane.org/gmane.emacs.gnus.general/49947
9355 http://article.gmane.org/gmane.emacs.gnus.general/50457
9356
9357 2006-09-03 Chong Yidong <cyd@stupidchicken.com>
9358
9359 * cus-edit.el (custom-group-menu-create): Avoid deactivating the
9360 mark after running the menu filter.
9361
9362 2006-09-03 Juri Linkov <juri@jurta.org>
9363
9364 * international/quail.el (quail-defrule-internal): Add a check
9365 if a key is a vector.
9366
9367 2006-09-02 Juri Linkov <juri@jurta.org>
9368
9369 * man.el (Man-topic-history): New variable.
9370 (man): Use it.
9371
9372 * woman.el (woman-topic-history): Change defvar to defvaralias
9373 for symbol `Man-topic-history'.
9374
9375 * shell.el (shell-filter-ctrl-a-ctrl-b): Check if
9376 `comint-last-output-start' is a marker by using `markerp' and
9377 check if it has a position by using `marker-position', and use
9378 this position for `goto-char'.
9379
9380 * international/quail.el (quail-defrule-internal): Add missing
9381 `error' call for null key.
9382
9383 2006-09-02 Ryan Yeske <rcyeske@gmail.com>
9384
9385 * net/rcirc.el (rcirc-keywords): New variable.
9386 (rcirc-bright-nicks, rcirc-dim-nicks): New variables.
9387 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Remove
9388 variables.
9389 (rcirc-responses-no-activity): New function.
9390 (rcirc-handler-generic): Check for responses in above.
9391 (rcirc-process-command): Add ?: character to arguments of raw
9392 server commands.
9393 (rcirc-format-response-string): Use `rcirc-bright-nicks' and
9394 `rcirc-dim-nicks'.
9395 (rcirc-gray-toggle): Remove unused variable.
9396 (rcirc-print): Remove some tracking logic, which is moved into
9397 markup functions.
9398 (rcirc-activity-types): Was `rcirc-activity-type', now a list of
9399 types.
9400 (rcirc-activity-string): Look for 'keyword in activity-types.
9401 (rcirc-window-configuration-change): Don't erase overlay-arrow
9402 unnecessarily.
9403 (rcirc-add-or-remove): New function.
9404 (rcirc-cmd-ignore): Use it.
9405 (rcirc-message-leader): Remove unused function.
9406 (rcicr-cmd-bright, rcirc-cmd-dim, rcirc-cmd-keyword): New commands.
9407 (rcirc-add-face): New function.
9408 (rcirc-facify): Use rcirc-add-face.
9409 (rcirc-url-regexp): Add parens.
9410 (rcirc-map-regexp): Remove function.
9411 (rcirc-mangle-regexp): Remove function.
9412 (rcirc-markup-text-functions): New variable.
9413 (rcirc-markup-text): New function (replaces `rcirc-mangle-text').
9414 (rcirc-markup-body-text, rcirc-markup-attributes)
9415 (rcirc-markup-my-nick, rcirc-markup-urls, rcirc-markup-keywords)
9416 (rcirc-markup-bright-nicks): New markup handler functions.
9417 (rcirc-nick-in-message-full-line): New face.
9418 (rcirc-track-nick): Rename from `rcirc-mode-line-nick'.
9419 (rcirc-track-keyword, rcirc-url, rcirc-keyword): New faces.
9420
9421 2006-09-02 Martin Rudalics <rudalics@gmx.at>
9422
9423 * cus-start.el (hscroll-margin, hscroll-step)
9424 (mode-line-in-non-selected-windows, mouse-autoselect-window)
9425 (x-use-underline-position-properties): Change version to "22.1"
9426 since they will appear there for the first time.
9427
9428 2006-09-01 Chong Yidong <cyd@stupidchicken.com>
9429
9430 * imenu.el (imenu-update-menubar): Use buffer-chars-modified-tick.
9431
9432 2006-08-31 Richard Stallman <rms@gnu.org>
9433
9434 * cus-edit.el (custom-save-variables): Slight cleanup.
9435 (Custom-no-edit): Renamed from custom-no-edit.
9436 (Custom-newline): Renamed from custom-newline.
9437 (custom-mode-map): Use new names.
9438
9439 * emacs-lisp/easy-mmode.el (define-minor-mode): Reference manual
9440 about customization, rather than M-x customize, in the doc string
9441 made for the defcustom.
9442
9443 * emacs-lisp/trace.el (trace-function-background): Doc fix.
9444
9445 2006-08-31 Romain Francoise <romain@orebokech.com>
9446
9447 * dired-x.el (dired-guess-shell-alist-default): Update.
9448
9449 2006-08-31 Michael Mauger <mmaug@yahoo.com>
9450
9451 * custom.el (custom-theme-set-variables): Autoload packages before
9452 sorting the variables.
9453
9454 2006-08-30 Michael Kifer <kifer@cs.stonybrook.edu>
9455
9456 * emulation/viper-cmd.el (viper-special-read-and-insert-char):
9457 Convert events to chars if XEmacs.
9458 (viper-after-change-undo-hook): Check if undo-in-progress is bound.
9459
9460 2006-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
9461
9462 * progmodes/python.el (python-eldoc-function): Re-enable quit while
9463 waiting for process.
9464
9465 2006-08-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9466
9467 * term/mac-win.el (mac-string-to-utxt): If adjustment for MacJapanese
9468 results in ASCII-only string, encode original one directly.
9469
9470 2006-08-29 Romain Francoise <romain@orebokech.com>
9471
9472 * startup.el (normal-splash-screen, fancy-splash-screens):
9473 Make buffer read-only and arrange to enter view mode if necessary.
9474
9475 2006-08-29 Chong Yidong <cyd@stupidchicken.com>
9476
9477 * hl-line.el (hl-line): New face.
9478 (hl-line-face): Use it.
9479
9480 * image-mode.el (image-mode): Fix last fix.
9481 Suggested by Kim F. Storm.
9482
9483 2006-08-29 Michael Albinus <michael.albinus@gmx.de>
9484
9485 Sync with Tramp 2.0.54.
9486
9487 * net/tramp.el (tramp-convert-file-attributes): Call `eql' instead
9488 of `=', because `tramp-get-remote-gid' might not always return an
9489 integer when expected.
9490 (tramp-register-file-name-handlers): `partial-completion-mode' is
9491 unknown to XEmacs.
9492 (tramp-time-diff): Don't use `floor', it might fail for large
9493 differences.
9494 (tramp-handle-make-auto-save-file-name): For Emacs 21, set
9495 `tramp-auto-save-directory' if unset in order to guarantee unique
9496 auto-save file names.
9497
9498 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
9499
9500 * image-mode.el (image-mode): Display image as text on a terminal.
9501
9502 2006-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9503
9504 * progmodes/python.el (python-send-command): Simplify.
9505 (run-python): Don't generate a new buffer unless `new' was specified.
9506 Make sure we send `import emacs' to the proper process.
9507
9508 * progmodes/python.el (python-send-command): Don't wait for the command
9509 to terminate. Don't fiddle with compilation-parsing-end.
9510
9511 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
9512
9513 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
9514 Insert commentary after first line summary.
9515
9516 * woman.el (woman-follow): New function, based on `man-follow'.
9517 (woman-mode-map): Use it.
9518
9519 * ibuffer.el (ibuffer-do-sort-by-recency): Perform full update
9520 since ibuffer-do-sort-by-recency does not define a sorter.
9521
9522 2006-08-28 Kim F. Storm <storm@cua.dk>
9523
9524 * find-dired.el (find-dired): Use shell-quote-argument to properly
9525 escape ( and ) args. Also use it on {} and ; args in default
9526 value of find-ls-option string.
9527 (find-grep-dired): Use shell-quote-argument on {} and ; args.
9528
9529 2006-08-27 Michael Olson <mwolson@gnu.org>
9530
9531 * emacs-lisp/tq.el: Small grammar fix in comments.
9532 (tq-enqueue): Check for existence of queue rather than the
9533 head queue item's question, which was a no-op.
9534 (tq-filter, tq-process-buffer): Make sure the process buffer
9535 exists before making it the current buffer.
9536
9537 2006-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9538
9539 * term/mac-win.el (mac-apple-event-map): Rename hicommand to hi-command.
9540 (mac-dnd-drop-data): Apply 2006-08-22 change for x-dnd-drop-data.
9541 (special-event-map): Apply 2006-08-16 change for x-win.el.
9542
9543 2006-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
9544
9545 * progmodes/python.el (python-send-receive): Wait in the
9546 process's buffer so as to check the right buffer-local variables.
9547
9548 2006-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
9549
9550 * emacs-lisp/checkdoc.el: Remove * in defcustoms.
9551 (defgroup checkdoc): Move to beginning.
9552
9553 * progmodes/python.el (python-preoutput-skip-next-prompt): New var.
9554 (python-preoutput-continuation): Remove.
9555 (python-preoutput-filter): Simplify correspondingly.
9556 Remove handling of _emacs_ok. Make sure we skip _emacs_out's prompts.
9557 Loop around to catch embedded _emacs_out output.
9558 (run-python): Send the import&print command on a single line.
9559 (python-send-command): Send command&print on a single line.
9560 (python-send-string): Only add double \n if needed.
9561 (python-send-receive): Loop until the result comes.
9562 (python-mode-running): Defvar it.
9563 (python-setup-brm): Remove unused var `menu'.
9564 Only bind py-mode-map and `features' around brm-init.
9565 (python-calculate-indentation): Remove unused var `point'.
9566 (python-beginning-of-defun): Remove unused var `def-line'.
9567
9568 2006-08-25 Richard Stallman <rms@gnu.org>
9569
9570 * kmacro.el (kmacro-repeat-on-last-key): Doc fix.
9571
9572 2006-08-25 Michael Kifer <kifer@cs.stonybrook.edu>
9573
9574 * emulation/viper.el (viper-set-hooks): Use frame bindings for
9575 viper-vi-state-cursor-color.
9576 (viper-non-hook-settings): Don't set default
9577 mode-line-buffer-identification.
9578
9579 * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
9580 New fun.
9581 (viper-set-cursor-color-according-to-state)
9582 (viper-get-saved-cursor-color-in-replace-mode)
9583 (viper-get-saved-cursor-color-in-insert-mode): Make conditional on
9584 viper-emacs-state-cursor-color.
9585
9586 * emulation/viper-cmd.el (viper-envelop-ESC-key): Bug fix.
9587 (viper-undo): Use point if undo-beg-posn is nil.
9588 (viper-insert-state-post-command-sentinel, viper-change-state-to-emacs)
9589 (viper-after-change-undo-hook): Don't use
9590 viper-emacs-state-cursor-color by default.
9591 (viper-undo): More sensible positioning after undo.
9592
9593 * emulation/viper-ex.el (ex-splice-args-in-1-letr-cmd): Get rid of caddr.
9594 (viper-emacs-state-cursor-color): Default to nil, since this feature
9595 doesn't work well yet.
9596
9597 * ediff-mult.el (ediff-intersect-directories)
9598 (ediff-get-directory-files-under-revision, ediff-dir-diff-copy-file):
9599 always expand filenames.
9600
9601 2006-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
9602
9603 * tumme.el: Remove * in defcustoms's docstrings.
9604
9605 2006-08-24 Chong Yidong <cyd@stupidchicken.com>
9606
9607 * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
9608 Accept internal time format for SECS arg.
9609 (timer-relative-time): Doc fix.
9610
9611 * jit-lock.el: "Stealth fontification by requeuing timers" patch,
9612 adapted from Martin Rudalics.
9613 (jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars.
9614 (jit-lock-mode): Create jit-lock-stealth-repeat-timer.
9615 (jit-lock-stealth-fontify): Reschedule as a idle timer instead of
9616 using sit-for.
9617
9618 2006-08-24 Francesc Rocher <francesc.rocher@gmail.com>
9619
9620 * cus-start.el (all): Add `overline-margin' and
9621 `x-underline-at-descent-line'.
9622
9623 2006-08-24 Kim F. Storm <storm@cua.dk>
9624
9625 * progmodes/grep.el (grep-find-use-xargs): Use explicit value `exec'
9626 to mean "use find -exec"; nil now unambiguously means auto-detect.
9627 (grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'.
9628 Use shell-quote-argument to build grep-find-command and
9629 grep-find-template.
9630 (rgrep): Use shell-quote-argument to properly quote arguments to find.
9631 Reported by Tom Seddon.
9632
9633 2006-08-23 Chong Yidong <cyd@stupidchicken.com>
9634
9635 * startup.el (fancy-splash-head): Give instructions for dismissing
9636 the splash screen for default startup too.
9637 (display-startup-echo-area-message, fancy-splash-screens)
9638 (use-fancy-splash-screens-p): New arg hide-on-input. If nil, show
9639 all splash text at once and keep the splash buffer around.
9640 (command-line-1): Give display-startup-echo-area-message a t arg.
9641
9642 2006-08-23 Carsten Dominik <dominik@science.uva.nl>
9643
9644 * textmodes/org.el (org-follow-gnus-link): Make sure the dedicated
9645 gnus frame is selected.
9646
9647 2006-08-23 Nick Roberts <nickrob@snap.net.nz>
9648
9649 * progmodes/gdb-ui.el (gdb-starting): Reset gdb-signalled to nil.
9650
9651 2006-08-22 Kim F. Storm <storm@cua.dk>
9652
9653 * ido.el (ido-set-matches-1): Fix full matching for subdirs.
9654 Add suffix matching for subdirs.
9655
9656 2006-08-22 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
9657
9658 * x-dnd.el (x-dnd-drop-data): Don't call goto-char if
9659 mouse-yank-at-point is non-nil.
9660
9661 2006-08-22 Nick Roberts <nickrob@snap.net.nz>
9662
9663 * progmodes/gdb-ui.el (gdb-frame-memory-buffer): Make frame
9664 a bit wider and remove fringes to fit initial output on line.
9665
9666 2006-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
9667
9668 * frame.el (blink-cursor-end): Only ignore the error we care about.
9669 (blink-cursor-mode): Use blink-cursor-end to simplify the code.
9670
9671 2006-08-21 Richard Stallman <rms@gnu.org>
9672
9673 * whitespace.el (whitespace-cleanup): Doc fix.
9674
9675 2006-08-20 Ryan Yeske <rcyeske@gmail.com>
9676
9677 * net/rcirc.el (rcirc-show-maximum-output): New var.
9678 (rcirc-buffer-process): If no buffer argument is supplied, use
9679 current-buffer.
9680 (rcirc-complete-nick): Complete to the last completed nick first.
9681 (rcirc-mode): Preserve the value of `rcirc-urls' across
9682 connections. Setup scroll function.
9683 (rcirc-scroll-to-bottom): New function.
9684 (rcirc-print): Use nick syntax around regexp work.
9685 Notice dim-nicks speaking only if they say our nick.
9686 (rcirc-update-activity-string): Do not show the modeline indicator
9687 if there are no live rcirc processes.
9688 (rcirc-cmd-ignore): Ignore case.
9689 (rcirc-browse-url-at-point): Fix off-by-one error.
9690
9691 2006-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
9692
9693 * progmodes/python.el: Remove * in defcustom docstrings.
9694 (run-python, python-proc, python-try-complete): Use derived-mode-p.
9695 (python-mode): Set tab-width and indent-tabs-mode.
9696
9697 2006-08-20 Dave Love <fx@gnu.org>
9698
9699 * progmodes/python.el: Update to Dave Love's latest version.
9700 (python-font-lock-keywords, python-mode): Don't use
9701 font-lock-syntax-table, but match symbol elements explicitly instead.
9702 (python-mode-map): Add help, and a few more key bindings.
9703 (python-skip-comments/blanks): Move out of comments as well.
9704 (python-continuation-line-p): Behave better with unbalanced parens.
9705 (python-blank-line-p): New fun.
9706 (python-open-block-statement-p): Don't use a heuristic.
9707 (python-outdent-p): Better handle blocks-in-the-same-line.
9708 (python-calculate-indentation): Misc improvements.
9709 (python-comment-indent): Remove.
9710 (python-block-pairs): New var.
9711 (python-first-word): New fun.
9712 (python-indentation-levels): Handle more common cases.
9713 (python-indent-line-1): Add `leave' argument.
9714 (python-indent-region): New fun.
9715 (python-skip-out): New fun.
9716 (python-beginning-of-statement, python-end-of-statement): Use it.
9717 (python-next-statement): Return correct count even at eob.
9718 (python-end-of-block): Fix paren-typo.
9719 (python-imenu-create-index): Add module variables.
9720 (run-python): Add `new' arg.
9721 Check we're at a prompt before returning.
9722 (python-send-command): Move to end of buffer.
9723 Wait for prompt to return.
9724 (python-set-proc): New fun.
9725 (python-imports): New var.
9726 (python-describe-symbol): Use it. Adjust to new interface of `ehelp'.
9727 (python-eldoc-function): Try to move out of arg list.
9728 (python-outline-level): Offset by 1.
9729 (python-find-imports): New fun.
9730 (python-symbol-completions): Use python-imports.
9731 (python-module-path, ffap-alist): Add support for ffap.
9732 (python-skeletons, python-mode-abbrev-table, def-python-skeleton)
9733 (python-insert-*, python-default-template, python-expand-template):
9734 Add templates/skeletons.
9735 (python-setup-brm): Support for Bicycle Repair Man.
9736 (python-abbrev-syntax-table): New var.
9737 (python-abbrev-pc-hook, python-pea-hook): New funs.
9738
9739 2006-08-20 Chong Yidong <cyd@stupidchicken.com>
9740
9741 * frame.el (blink-cursor-start): Set timer first.
9742 (blink-cursor-end): Ignore timer cancelling errors.
9743 Suggested by Ken Manheimer.
9744
9745 2006-08-20 Juanma Barranquero <lekktu@gmail.com>
9746
9747 * newcomment.el (comment-box): Call `comment-normalize-vars'.
9748 Add autoload cookie.
9749
9750 2006-08-20 Richard Stallman <rms@gnu.org>
9751
9752 * simple.el (line-number-at-pos): Doc fix.
9753
9754 * emacs-lisp/timer.el (run-with-idle-timer): Pass t to
9755 timer-activate-when-idle, so timer can run before Emacs becomes
9756 non-idle again.
9757
9758 2006-08-18 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
9759
9760 * whitespace.el (whitespace-cleanup-internal): New optional arg
9761 REGION-ONLY. If it's non-nil, modify the message to the user
9762 accordingly.
9763 (whitespace-cleanup-region): Call whitespace-cleanup-internal with
9764 a non-nil argument.
9765
9766 2006-08-18 Gustav H\e,Ae\e(Bllberg <gustav@gmail.com> (tiny change)
9767
9768 * rect.el (spaces-string): Simplify and add doc string.
9769
9770 2006-08-17 Romain Francoise <romain@orebokech.com>
9771
9772 * progmodes/gdb-ui.el (gdb-edit-locals-value): Balance parens.
9773
9774 2006-08-17 Richard Stallman <rms@gnu.org>
9775
9776 * compare-w.el (compare-windows): lambda's take an arg and pass
9777 it to compare-windows-skip-whitespace.
9778
9779 2006-08-17 Martin Rudalics <rudalics@gmx.at>
9780
9781 * jit-lock.el (jit-lock-fontify-now): Protect the modified status of
9782 the right buffer.
9783
9784 2006-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
9785
9786 * pcvs-parse.el (cvs-parse-table): Accept the new `...' format for
9787 removed files.
9788
9789 2006-08-17 Nick Roberts <nickrob@snap.net.nz>
9790
9791 * progmodes/gdb-ui.el (gdb-locals-watch-map)
9792 (gdb-locals-watch-map-1): Suppress keymap first.
9793 (gdb-edit-locals-map-1): New variable.
9794 (gdb-edit-locals-value): New function.
9795 (gdb-stack-list-locals-handler): Use them.
9796
9797 2006-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
9798
9799 * mouse.el (global-map): Allow yanking with mouse-2 at a spot whose
9800 cursor would normally be drawn in the fringe.
9801
9802 * font-lock.el (font-lock-extend-region-wholelines): Fix up typo.
9803 Reported by Martin Rudalics <rudalics@gmx.at>.
9804
9805 2006-08-16 Richard Stallman <rms@gnu.org>
9806
9807 * term/x-win.el (x-clipboard-yank): Specify * in interactive spec.
9808 (special-event-map): Process drag-n-drop events this way.
9809
9810 * simple.el (move-beginning-of-line): Test whether fields
9811 would prevent motion back to line's first visible character.
9812 If so, stop where the fields would stop the motion.
9813
9814 * newcomment.el (comment-indent): Fully update INDENT
9815 before checking to see if it will change the text.
9816
9817 * cus-edit.el (custom-newline): New function.
9818 (custom-mode-map): Bind newline to custom-newline.
9819
9820 * compare-w.el (compare-windows): Factor compare-ignore-whitespace
9821 into ignore-whitespace.
9822 Check each buffer for its skip-function.
9823 Handle compare-windows-skip-whitespace special-case test
9824 by returning t from default skip function.
9825
9826 2006-08-15 Carsten Dominik <dominik@science.uva.nl>
9827
9828 * textmodes/org.el (org-clock-special-range)
9829 (org-clock-update-time-maybe): New functions.
9830 (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
9831 not only a-z.
9832 (org-agenda-get-blocks): Allow multiple blocks per headline.
9833 (org-timestamp-change): Call `org-clock-update-time-maybe'.
9834 (org-export-html-title-format)
9835 (org-export-html-toplevel-hlevel): New options.
9836 (org-export-language-setup): Add support for Czech.
9837 (org-mode, org-insert-todo-heading, org-find-visible)
9838 (org-find-invisible, org-invisible-p, org-invisible-p2)
9839 (org-back-to-heading, org-on-heading-p, org-up-heading-all)
9840 (org-show-subtree, org-show-entry, org-make-options-regexp):
9841 Remove compatibility support for old outline-mode.
9842 (org-check-occur-regexp): Funtion removed.
9843 (org-on-heading-p, org-back-to-heading): Made defalias.
9844 (org-set-local): New defsubst.
9845 (org-set-regexps-and-options, org-mode)
9846 (org-set-font-lock-defaults, org-edit-agenda-file-list)
9847 (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
9848 (org-remember-apply-template, org-table-edit-field)
9849 (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
9850 (org-set-autofill-regexps): Use `org-set-local'.
9851 (org-table-eval-formula): Fix bug with parsing of display flags.
9852
9853 2006-08-15 Nick Roberts <nickrob@snap.net.nz>
9854
9855 * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected
9856 frame with fringe arrow. Suggested by Simon Marshall
9857 <simon.marshall@misys.com>.
9858 (gdb-stack-position): New variable.
9859 (gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
9860 (gdb-frames-mode): Set gdb-stack-position to nil.
9861 Add to overlay-arrow-variable-list
9862 (gdb-reset): Delete gdb-stack-position from above list.
9863
9864 2006-08-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9865
9866 * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
9867 read only.
9868
9869 2006-08-13 Romain Francoise <romain@orebokech.com>
9870
9871 * cus-theme.el (customize-create-theme)
9872 (custom-theme-visit-theme): End `y-or-n-p' prompt with a space.
9873
9874 * filesets.el (filesets-add-buffer): Ditto.
9875
9876 * pcvs.el (cvs-change-cvsroot): Ditto.
9877
9878 2006-08-13 Nick Roberts <nickrob@snap.net.nz>
9879
9880 * progmodes/gdb-ui.el (gdb-frame-separate-io-buffer)
9881 (gdb-use-separate-io-buffer, menu): Avoid using `inferior' in text.
9882 (gdb-memory-mode, gdb-locals-watch-map): Don't quote lambda
9883 expressions.
9884 (gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp.
9885 Only search till end of line.
9886 Add face to function names in case of no filename.
9887 Add face to variable names of watchpoints.
9888
9889 2006-08-12 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
9890
9891 * cus-start.el <indent-tabs-mode>: Move to the `indent'
9892 customization group.
9893
9894 2006-08-12 Ken Manheimer <ken.manheimer@gmail.com>
9895
9896 * allout.el (allout-prior-bindings, allout-added-bindings):
9897 Remove, after long deprecation.
9898 (allout-beginning-of-line-cycles, allout-end-of-line-cycles):
9899 Add customization vars controlling allout-beginning-of-line and
9900 allout-end-of-line conveniences.
9901 (allout-header-prefix, allout-use-mode-specific-leader)
9902 (allout-use-mode-specific-leader, allout-mode-leaders):
9903 Revise docstrings.
9904 (allout-infer-header-lead): Change to be an alias for
9905 allout-infer-header-lead-and-primary-bullet.
9906 (allout-infer-header-lead-and-primary-bullet): New version of
9907 allout-infer-header-lead which assigns the primary bullet to the
9908 same as the header lead, when its being changed.
9909 (allout-infer-body-reindent): Apply regexp-quote instead of
9910 unconditionally prepending "\\", so that all literal
9911 allout-header-prefix and allout-primary-bullet strings are
9912 properly handled.
9913 (allout-add-resumptions): Add optional qualifier for extending or
9914 appending to existing values, rather than replacing them.
9915 (allout-view-change-hook): Clarify docstring.
9916 (allout-exposure-change-hook): Take explicit arguments, via
9917 run-hook-with-args.
9918 (allout-structure-added-hook)
9919 (allout-structure-deleted-hook)
9920 (allout-structure-shifted-hook): New hooks analogous to
9921 allout-exposure-change-hook for other kinds of structural outline
9922 edits.
9923 (allout-encryption-plaintext-sanitization-regexps): New encryption
9924 customization variable, by which cooperating modes can provde
9925 massage of the plaintext without actually being passed it.
9926 (allout-encryption-ciphertext-rejection-regexps)
9927 (allout-encryption-ciphertext-rejection-ceiling): New encryption
9928 customization variables, by which cooperating modes can prohibit
9929 rare but possible ciphertext patterns from fouling their
9930 operation, with actually being passed the ciphertext.
9931 (allout-mode): Run activation and deactivation hooks after the
9932 minor-mode variable has been toggled, to clarify the mode
9933 disposition. The new encryption ciphertext rejection variable is
9934 used to ensure that the ciphertext does not contain text that
9935 would be recognized as outline structural elements by allout.
9936 Substite allout-beginning-of-line and allout-end-of-line for
9937 conventionall beginning-of-line and end-of-line bindings.
9938 If allout-old-style-prefixes is non-nil, don't nullify it on mode
9939 activation!
9940 (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
9941 (allout-end-of-line): Respect `allout-end-of-line-cycles'.
9942 (allout-chart-subtree): Implement new mode, charting only the
9943 visible items in the subtree, when new 'visible' parameter is non-nil.
9944 (allout-end-of-subtree): Properly handle the last item in the buffer.
9945 (allout-pre-command-business, allout-command-counter):
9946 Increment an advertised counter so that cooperating enhancements can
9947 track revisions of items.
9948 (allout-open-topic): Run allout-structure-added-hook with suitable
9949 arguments.
9950 (allout-shift-in): Run allout-structure-shifted-hook with suitable
9951 arguments.
9952 (allout-shift-out): Fix doubling for negative args and ensure call
9953 of allout-structure-shifted-hook by solely using allout-shift-in.
9954 (allout-kill-line, allout-kill-topic):
9955 Run allout-structure-deleted-hook with suitable arguments.
9956 (allout-yank-processing): Run allout-structure-added-hook with
9957 proper arguments.
9958 (allout-yank): Enclose activity in allout-unprotected.
9959 (allout-flag-region): Run allout-exposure-change-hook with
9960 suitable arguments, instead of making the callee infer the arguments.
9961 (allout-encrypt-string):
9962 Support allout-encryption-plaintext-sanitization-regexps,
9963 allout-encryption-ciphertext-rejection-regexps, and
9964 allout-encryption-ciphertext-rejection-ceiling. Indicate correct
9965 en/de cryption mode in symmetric encryption failure message.
9966 (allout-obtain-passphrase): Use copy-sequence to get a distinct
9967 copy of the passphrase, and don't zero it or we'll corrupt the
9968 stashed copy.
9969 (allout-create-encryption-passphrase-verifier)
9970 (allout-verify-passphrase): Respect the new signature for
9971 allout-encrypt-string.
9972 (allout-get-configvar-values): Convenience for getting a
9973 configuration variable value and handling its absence gracefully.
9974
9975 2006-08-11 Romain Francoise <romain@orebokech.com>
9976
9977 * obsolete/zone-mode.el: Delete.
9978
9979 2006-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
9980
9981 * textmodes/dns-mode.el (dns-mode): Use before-save-hook.
9982
9983 2006-08-11 Thien-Thi Nguyen <ttn@gnu.org>
9984
9985 * emacs-lisp/bindat.el (bindat-ip-to-string):
9986 Use `format-network-address' if possible.
9987
9988 2006-08-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9989
9990 * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
9991
9992 2006-08-10 Chong Yidong <cyd@stupidchicken.com>
9993
9994 * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
9995 restore unread-command-events here.
9996 (edebug-display): Do it here, to detect sit-for interruptions.
9997
9998 2006-08-10 Romain Francoise <romain@orebokech.com>
9999
10000 * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.
10001 (dns-mode-soa-auto-increment-serial): New user option.
10002 (dns-mode-soa-maybe-increment-serial): New function.
10003 (dns-mode): Add the latter to `write-contents-functions'.
10004
10005 * obsolete/zone-mode.el: Move to obsolete/ from net/.
10006 Delete autoload cookies.
10007
10008 2006-08-10 John Wiegley <johnw@newartisans.com>
10009
10010 * eshell/em-glob.el (eshell-glob-chars-list)
10011 (eshell-glob-translate-alist): Add support for [^g] in character globs.
10012
10013 2006-08-10 Richard Stallman <rms@gnu.org>
10014
10015 * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces.
10016 (facemenu-set-face): Doc fix.
10017 (facemenu-listed-faces): Doc fix.
10018
10019 2006-08-09 Chong Yidong <cyd@stupidchicken.com>
10020
10021 * avoid.el (mouse-avoidance-animating-pointer): New var.
10022 (mouse-avoidance-nudge-mouse): Use it.
10023 (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
10024 (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
10025 (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
10026 Don't activate if currently animating. All callers changed.
10027
10028 2006-08-09 John Wiegley <johnw@newartisans.com>
10029
10030 * calendar/timeclock.el (timeclock-use-elapsed): Added a new
10031 variable, which causes timeclock to report elapsed time worked,
10032 instead of just work remaining.
10033
10034 2006-08-09 Kenichi Handa <handa@m17n.org>
10035
10036 * international/latexenc.el (latexenc-find-file-coding-system):
10037 Fix for the case that the 2nd element of arg-list is a cons.
10038
10039 2006-08-08 Chong Yidong <cyd@stupidchicken.com>
10040
10041 * info.el (Info-fontify-node): Handle preceding `in' for note
10042 reference hiding rules.
10043
10044 2006-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
10045
10046 * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
10047 mistake a closing " for an opening one.
10048
10049 2006-08-07 Dan Nicolaescu <dann@ics.uci.edu>
10050
10051 * term/xterm.el (terminal-init-xterm): Add more key bindings.
10052
10053 2006-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
10054
10055 * complete.el (PC-do-completion): Filter out completions matching
10056 completion-ignored-extensions before checking whether there are
10057 multiple completions.
10058 Don't use `list' unnecessarily when building completion tables.
10059
10060 2006-08-06 Richard Stallman <rms@gnu.org>
10061
10062 * help.el (describe-mode): Make minor mode list more concise.
10063
10064 2006-08-05 Chong Yidong <cyd@stupidchicken.com>
10065
10066 * bindings.el: Give mode-line-format, mode-line-modes, and
10067 mode-line-position `standard-value' properties.
10068
10069 2006-08-05 Eli Zaretskii <eliz@gnu.org>
10070
10071 * buff-menu.el (list-buffers-noselect): For Info buffers, use
10072 "(file)node" instead of the file name.
10073
10074 2006-08-05 Richard Stallman <rms@gnu.org>
10075
10076 * faces.el (escape-glyph): Doc fix.
10077
10078 2006-08-04 Kenichi Handa <handa@m17n.org>
10079
10080 * international/mule-diag.el (describe-font): Improve docstring
10081 and error message. Use frame-parameter (not frame-parameters).
10082
10083 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
10084
10085 * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
10086 Correctly mark the end-of-docstring char.
10087
10088 2006-08-03 Chong Yidong <cyd@stupidchicken.com>
10089
10090 * simple.el (line-move-to-column): Constrain move-to-column to
10091 current field.
10092
10093 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
10094
10095 * font-lock.el (font-lock-beg, font-lock-end)
10096 (font-lock-extend-region-functions): New vars.
10097 (font-lock-extend-region-multiline)
10098 (font-lock-extend-region-wholelines): New functions.
10099 (font-lock-default-fontify-region): Use them.
10100 (font-lock-extend-jit-lock-region-after-change): Only round up
10101 if font-lock-default-fontify-region will do it as well.
10102
10103 * font-lock.el (font-lock-extend-after-change-region-function):
10104 Rename from font-lock-extend-region-function.
10105 (font-lock-extend-region): Remove by inlining at call sites.
10106 (font-lock-after-change-function): Don't needlessly round up to a whole
10107 number of lines.
10108 (font-lock-extend-jit-lock-region-after-change): Be more careful about
10109 the boundary conditions and the interactions between the various ways
10110 to extend the region.
10111
10112 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
10113
10114 * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's
10115 modification status when forcing the second redisplay.
10116
10117 2006-08-03 Kim F. Storm <storm@cua.dk>
10118
10119 * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame.
10120
10121 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
10122
10123 * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
10124 doesn't look like a file name.
10125
10126 * complete.el (PC-expand-many-files): Avoid signalling an error when
10127 the current directory doesn't exist. Reported by Micha\e,Ak\e(Bl Cadilhac.
10128
10129 2006-08-02 Andreas Schwab <schwab@suse.de>
10130
10131 * bindings.el (mode-line-format): Simplify reference to vc-mode.
10132
10133 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
10134
10135 * bindings.el (map): Make mode-line-buffer-identification-keymap
10136 before defining propertized-buffer-identification.
10137
10138 2006-08-01 Richard Stallman <rms@gnu.org>
10139
10140 * bindings.el (mode-line-format): Adjust spacing around vc-mode.
10141
10142 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
10143
10144 * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
10145 default value.
10146 (gdb-find-source-frame): New function.
10147 (menu): Add to menu bar.
10148
10149 2006-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
10150
10151 * font-core.el (font-lock-extend-region-function)
10152 (font-lock-extend-region): Move to font-lock.el.
10153
10154 * font-lock.el (font-lock-extend-region-function)
10155 (font-lock-extend-region): Move from font-core.el. Simplify.
10156
10157 * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
10158 if needed.
10159 (jit-lock-start, jit-lock-end): New dynamic scoped vars.
10160 (jit-lock-after-change-extend-region-functions): New hook.
10161 (jit-lock-after-change): Use it instead of hard-coding font-lock code.
10162
10163 * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
10164 (font-lock-turn-on-thing-lock): Use it.
10165
10166 * longlines.el (longlines-show-region): Make it work on read-only
10167 buffers as well.
10168
10169 2006-08-01 Nick Roberts <nickrob@snap.net.nz>
10170
10171 * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
10172
10173 2006-07-31 Richard Stallman <rms@gnu.org>
10174
10175 * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
10176 (vhdl-speedbar-display-projects): Update old obsolete
10177 speedbar variable names.
10178
10179 2006-07-31 Nick Roberts <nickrob@snap.net.nz>
10180
10181 * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
10182 (gdb-stopped): Use it.
10183
10184 * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
10185
10186 2006-07-29 Chong Yidong <cyd@stupidchicken.com>
10187
10188 * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
10189 for load-history elements.
10190
10191 2006-07-29 Eli Zaretskii <eliz@gnu.org>
10192
10193 * files.el (convert-standard-filename): For Cygwin, replace
10194 characters not allowed in Windows file names.
10195 (make-auto-save-file-name): Add Cygwin to the list of systems
10196 where the auto-save file name needs to be run through
10197 convert-standard-filename.
10198
10199 2006-07-29 Lennart Borgman <lennart.borgman.073@student.lu.se>
10200
10201 * window.el (bw-get-tree): Don't integerp subtree if it's nil.
10202
10203 2006-07-28 Richard Stallman <rms@gnu.org>
10204
10205 * bindings.el (mode-line-frame-identification)
10206 (propertized-buffer-identification): Centralize the code
10207 to initialize the variable.
10208
10209 * progmodes/grep.el (grep-default-command): Catch errors from
10210 wildcard-to-regexp.
10211
10212 2006-07-29 Kim F. Storm <storm@cua.dk>
10213
10214 * progmodes/grep.el (grep-tag-default): New function.
10215 (grep-default-command, grep-read-regexp): Use it.
10216 (grep-read-files): Use car of grep-files-history or grep-files-aliases
10217 as default if nothing else applies.
10218
10219 2006-07-28 Bill Atkins <atkinw@rpi.edu> (tiny change)
10220
10221 * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
10222 Throw error if buffer is not in Dired and Wdired mode, respectively.
10223
10224 2006-07-28 Chong Yidong <cyd@stupidchicken.com>
10225
10226 * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
10227 self-insert-command keys don't activate buttons.
10228 (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
10229
10230 2006-07-29 Nick Roberts <nickrob@snap.net.nz>
10231
10232 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
10233 faces for enable character.
10234
10235 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
10236
10237 * Makefile.in (recompile): Update comment to reflect change
10238 on 2004-04-21.
10239
10240 2006-07-27 Richard Stallman <rms@gnu.org>
10241
10242 * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
10243 (customize-package-emacs-version): Change msg when pkg has no entry.
10244 (custom-no-edit): On a button, do like widget-button-press.
10245
10246 2006-07-27 Dan Nicolaescu <dann@ics.uci.edu>
10247
10248 * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
10249 S-tab and C-S-tab.
10250
10251 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
10252
10253 * progmodes/which-func.el (which-function): Fix documentation/
10254 comment typo.
10255
10256 2006-07-26 Richard Stallman <rms@gnu.org>
10257
10258 * textmodes/ispell.el (ispell-word): If we replace the word,
10259 move point to the end. Insert before deleting.
10260
10261 2006-07-26 Chong Yidong <cyd@stupidchicken.com>
10262
10263 * subr.el (sit-for): Use new SECONDS arg of read-event instead of
10264 a timer.
10265
10266 2006-07-26 Mathias Dahl <mathias.dahl@gmail.com>
10267
10268 * tumme.el (tumme-backward-image): Add prefix argument. Add error
10269 when at first image.
10270 (tumme-forward-image): Add prefix argument. Add error when at last
10271 image.
10272
10273 2006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
10274
10275 * tabify.el (tabify-regexp): Use more specific regexps.
10276 (tabify): Avoid modifying the buffer unnecessarily.
10277
10278 2006-07-25 Mathias Dahl <mathias.dahl@gmail.com>
10279
10280 * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
10281 (tumme-format-properties-string): Handle empty `buf'.
10282 (tumme-get-comment): Change variable names inside `let'.
10283 Add missing `let' variable that cause font-lock problems.
10284 (tumme-write-comments): Change variable names inside `let'.
10285 Add missing `let' variable that cause font-lock problems.
10286 (tumme-forward-image): Rename from `tumme-forward-char'.
10287 (tumme-backward-image): Rename from `tumme-backward-char'.
10288
10289 2006-07-25 Masatake YAMATO <jet@gyve.org>
10290
10291 * progmodes/ld-script.el (ld-script-keywords)
10292 (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
10293 and add comments.
10294
10295 2006-07-25 Nick Roberts <nickrob@snap.net.nz>
10296
10297 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
10298 (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
10299 (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
10300 for status indicator.
10301
10302 2006-07-24 Richard Stallman <rms@gnu.org>
10303
10304 * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
10305
10306 * subr.el (dolist, dotimes): Use interned symbols for locals.
10307 (--dotimes-limit--, --dolist-tail--): New defvars.
10308 (looking-back): Doc fix.
10309
10310 * replace.el (replace-match-string-symbols): Handle dotted lists.
10311
10312 2006-07-24 Mathias Dahl <mathias.dahl@gmail.com>
10313
10314 * tumme.el (tumme-write-tags): Add.
10315 (tumme-write-comments): Add.
10316 (tumme-tag-files): Change to use `tumme-write-tags'.
10317 (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
10318 (tumme-dired-comment-files): Change to use `tumme-write-comments'.
10319 (tumme-save-information-from-widgets): Change to use
10320 `tumme-write-comments' and `tumme-write-tags'.
10321 (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
10322 (tumme-write-tag): Remove.
10323 (tumme-write-comment): Remove.
10324 (tumme-display-previous-thumbnail-original): Remove empty line.
10325 (tumme-widget-list): Add punctuation.
10326
10327 2006-07-24 Mathias Dahl <mathias.dahl@gmail.com>
10328
10329 * tumme.el (tumme-line-up): Add an extra check for end of buffer.
10330
10331 2006-07-24 Daiki Ueno <ueno@unixuser.org>
10332
10333 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
10334 letters from the end. Thanks to "David Smith" <davidsmith@acm.org>
10335 and andreas@altroot.de (Andreas V\e,Av\e(Bgele).
10336
10337 2006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
10338
10339 * mouse.el (mouse-on-link-p): Doc fix.
10340
10341 2006-07-23 Nick Roberts <nickrob@snap.net.nz>
10342
10343 * emacs-lisp/find-func.el (find-function-search-for-symbol):
10344 Handle "C-h f `".
10345
10346 2006-07-22 Dan Nicolaescu <dann@ics.uci.edu>
10347
10348 * ibuffer.el (ibuffer-formats): Use left alignment for the mode
10349 column.
10350
10351 2006-07-22 Matt Hodges <MPHodges@member.fsf.org>
10352
10353 * textmodes/table.el: Add move-beginning-of-line and
10354 move-end-of-line to Point Motion Only Group.
10355
10356 2006-07-22 Eric Hanchrow <offby1@blarg.net> (tiny change)
10357
10358 * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
10359
10360 2006-07-22 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
10361
10362 * startup.el (user-mail-address): Initialize from the `EMAIL'
10363 environment variable first. Document this.
10364 (command-line): Ditto.
10365
10366 2006-07-22 Nick Roberts <nickrob@snap.net.nz>
10367
10368 * help-mode.el (help-function-def, help-variable-def)
10369 (help-face-def): Print a message in the minibuffer.
10370
10371 2006-07-21 Dan Nicolaescu <dann@ics.uci.edu>
10372
10373 * term/xterm.el (terminal-init-xterm): Fix key bindings
10374 syntax. Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
10375
10376 2006-07-21 Eli Zaretskii <eliz@gnu.org>
10377
10378 * dos-w32.el (find-buffer-file-type-coding-system): Support calls
10379 where `(nth 1 command)' is a cons cell. Doc fix.
10380
10381 * textmodes/po.el (po-find-charset): Doc fix.
10382
10383 2006-07-21 Ken Manheimer <ken.manheimer@gmail.com>
10384
10385 * allout.el (allout-unprotected, allout-e-o-prefix-p)
10386 (allout-beginning-of-current-line, allout-end-of-current-line)
10387 (allout-next-visible-heading, allout-open-topic)
10388 (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
10389 (allout-flag-current-subtree, allout-show-to-offshoot)
10390 (allout-hide-current-entry, allout-show-current-branches)
10391 (allout-hide-region-body, allout-old-expose-topic)
10392 (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
10393 (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
10394 containing `beginning-of-line' and `end-of-line' with
10395 `inhibit-field-text-motion' t.
10396
10397 2006-07-21 Eli Zaretskii <eliz@gnu.org>
10398
10399 * frame.el (focus-follows-mouse): Document that it doesn't have
10400 any effect on MS-Windows.
10401
10402 2006-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
10403
10404 * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
10405
10406 2006-07-20 Jay Belanger <belanger@truman.edu>
10407
10408 * calc/calc.el (calc-previous-alg-entry): Remove variable.
10409
10410 * calc/calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
10411 New variables.
10412 (calc-alg-entry): Use `calc-alg-entry-history'.
10413 (calc-do-quick-calc): Use `calc-quick-calc-history'.
10414 Remove reference to `calc-previous-alg-entry'.
10415 (calcAlg-edit, calcAlg-enter): Remove reference to
10416 `calc-previous-alg-entry'.
10417 (calcAlg-previous): Use `previous-history-element' instead of
10418 `calc-previous-alg-entry'.
10419 (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
10420 Change keybinding for `calcAlg-plus-minus', add keybindings for
10421 `previous-history-element' and `next-history-element'.
10422
10423 * calc/calc-rewr.el (calc-match): Remove reference to
10424 `calc-previous-alg-entry'.
10425
10426 * calc/calc-sel.el (calc-selection-history): New variable.
10427 (calc-enter-selection, calc-sel-mult-both-sides)
10428 (calc-sel-add-both-sides): Use `calc-selection-history'.
10429
10430 * calc/calc-map.el (calc-get-operator-history): New variable.
10431 (calc-get-operator): Use `calc-get-operator-history'.
10432
10433 * calc/calcalg3.el (calc-curve-fit-history): New variable.
10434 (calc-curve-fit): Use `calc-curve-fit-history'.
10435
10436 2006-07-20 Kenichi Handa <handa@m17n.org>
10437
10438 * international/mule-cmds.el (select-safe-coding-system): Fix the
10439 way of deciding eol-type of the coding system.
10440
10441 2006-07-20 Alan Mackenzie <acm@muc.de>
10442
10443 * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
10444 (c-lang-setvar): New macro.
10445 (c-make-init-lang-vars-fun): Use the initialization forms in
10446 c-emacs-variable-inits in addition to those in c-lang-variable-inits.
10447 (comment-start, comment-end, comment-start-skip): Change these from
10448 c-lang-defvar's to c-lang-setvar's.
10449
10450 * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
10451 which calls make-local-variable on the elements of
10452 c-emacs-variable-inits.
10453 (c-init-language-vars-for): Call this new macro.
10454
10455 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
10456
10457 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
10458 Try to rule out false positives due to time stamps.
10459 (compilation-mode-font-lock-keywords): Remove rules made redundant
10460 because of the above change. Add `segmentation fault' to the known and
10461 highlighted compilation termination messages.
10462
10463 2006-07-19 Kim F. Storm <storm@cua.dk>
10464
10465 * progmodes/grep.el (grep-find-ignored-directories):
10466 Add .svn and _darcs to list.
10467
10468 2006-07-19 Mathias Dahl <mathias.dahl@gmail.com>
10469
10470 * dired.el (dired-mode-map): Add key binding `C-te' for
10471 `tumme-dired-edit-comment-and-tags'.
10472
10473 * tumme.el (tumme-display-thumbnail-original-image): Make sure
10474 image display buffer is displayed before call to
10475 `tumme-display-image.
10476 (tumme-dired-display-image): Make sure image display buffer is
10477 displayed before call to `tumme-display-image.
10478 (tumme-mouse-display-image): Make sure image display buffer is
10479 displayed before call to `tumme-display-image.
10480 (tumme-widget-list): Add.
10481 (tumme-dired-edit-comment-and-tags): Add.
10482 (tumme-save-information-from-widgets): Add.
10483
10484 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
10485
10486 * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
10487
10488 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
10489
10490 * progmodes/sh-script.el (sh-font-lock-keywords-1):
10491 Revert inadvertently installed patch hunk.
10492
10493 * progmodes/compile.el (compilation-find-file): Handle the
10494 cases where the user selects a non-existent file.
10495
10496 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
10497
10498 * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
10499
10500 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
10501
10502 * subr.el (sit-for): Just sleep-for if noninteractive.
10503
10504 2006-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
10505
10506 * emacs-lisp/autoload.el (make-autoload): Use new arg.
10507
10508 * custom.el (custom-autoload): Add `noset' argument.
10509 (custom-push-theme): Don't autoload the variable, let callers do it.
10510 (custom-theme-set-variables): Autoload the variable if necessary.
10511
10512 * cus-edit.el (custom-variable-state-set): If the variable was
10513 originally set outside custom, but to the same value as the default,
10514 consider it to be standard.
10515
10516 * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
10517 file *before* telling Emacs to add the autoloads, in case it fails.
10518
10519 * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
10520 Use `cond', push', and `dolist'.
10521
10522 2006-07-17 Richard Stallman <rms@gnu.org>
10523
10524 * image-mode.el (tar-superior-buffer, archive-superior-buffer):
10525 Add defvars to silence warnings.
10526
10527 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
10528
10529 * progmodes/compile.el (compilation-mode-font-lock-keywords):
10530 Don't highlight "Compiling file" messages as error.
10531
10532 * dired-aux.el (dired-compress-file): Confirm again if gzipped
10533 file already exists.
10534
10535 2006-07-16 Thien-Thi Nguyen <ttn@gnu.org>
10536
10537 * find-file.el (ff-special-constructs): Doc fix. Also, for C/C++
10538 entry, don't assign to free var; simply return the extracted filename.
10539 (ff-treat-as-special): Incorporate common preamble from callers.
10540 (ff-other-file-name, ff-find-the-other-file):
10541 Update call to ff-treat-as-special.
10542
10543 * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
10544
10545 2006-07-16 Mathias Dahl <mathias.dahl@gmail.com>
10546
10547 * tumme.el (tumme-get-comment): Fix bug.
10548
10549 2006-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
10550
10551 * files.el: Remove spurious * in docstrings.
10552
10553 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
10554
10555 * allout.el (allout-run-unit-tests-on-load): Rectify docstring
10556 grammar.
10557 (allout-beginning-of-current-line): Beware beginning of buffer.
10558 Also, a comment is simplified.
10559 (allout-hotspot-key-handler): Only set allout-post-goto-bullet
10560 when appropriate. (This fix enables use for other than
10561 bullet-hotspot operation.)
10562 (allout-hide-current-subtree): While escalating to sibling-close,
10563 make sure to situate on a topic.
10564
10565 2006-07-14 Kim F. Storm <storm@cua.dk>
10566
10567 * emulation/cua-base.el (cua-delete-selection)
10568 (cua-toggle-set-mark): New defcustoms.
10569 (cua-rectangle-modifier-key): Add `alt' modifier.
10570 (cua-replace-region): Don't delete if cua-delete-selection is nil.
10571 (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
10572 Suggested by Klaus Zeitler <kzeitler@lucent.com>.
10573
10574 * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
10575
10576 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
10577
10578 * allout.el: Require 'cl during byte-compilation/interactive load,
10579 for the `assert' macro.
10580 (allout-mode-deactivate-hook): New hook, run when allout mode
10581 deactivates.
10582 (allout-developer): New allout customization subgroup.
10583 (allout-run-unit-tests-on-load): New allout-developer
10584 customization variable, when true allout unit tests are run towards
10585 end of file load/eval.
10586 (allout-inhibit-auto-fill): Disable auto-fill activity even during
10587 auto-fill-mode.
10588 (allout-resumptions): Remove, to be replaced by...
10589 (allout-add-resumptions): Register variable settings to be
10590 reinstated by `allout-do-resumptions'. The settings are made
10591 buffer-local, but the locality/globality of the suspended setting
10592 is restored on resumption.
10593 (allout-do-resumptions): Reinstate all settings suspended using
10594 `allout-add-resumptions'.
10595 (allout-test-resumptions): Unit tests (and intermediate variables)
10596 for resumptions.
10597 (allout-tests-globally-unbound, allout-tests-globally-true)
10598 (allout-tests-locally-true): Intermediate variables for
10599 resumptions unit tests.
10600 (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
10601 (allout-exposure-category): Replaces 'allout-overlay-category variable.
10602 (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
10603 instead of retired `allout-resumptions'. For hook functions, use
10604 `local' parameter so hook settings are created and removed as
10605 buffer-local settings. Revise (resumptions) setting
10606 auto-fill-function so it is set only if already active. (The
10607 related fill-function settings are all made in either case, so
10608 that activating auto-fill-mode activity will have the custom
10609 allout-mode behaviors (hanging indent on topics, if configured for it).
10610 Remove all allout-exposure-category overlays on mode deactivation.
10611 (allout-hotspot-key-handler): New function extracted from
10612 `allout-pre-command-business', so the functionality can be used
10613 for other purposes, eg as a binding in an overlay.
10614 (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
10615 (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
10616 customization variable.
10617 (allout-run-unit-tests): Run the (currently quite small)
10618 repertoire of unit tests. Called just before the provide iff user
10619 has customized `allout-run-unit-tests-on-load' non-nil.
10620
10621 2006-07-14 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
10622
10623 * emacs-lisp/authors.el (authors-aliases): Update.
10624
10625 2006-07-14 Nick Roberts <nickrob@snap.net.nz>
10626
10627 * progmodes/gdb-ui.el (gdb-display-buffer): Check for
10628 gdb-source-window. Add dedicated argument.
10629 (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
10630 (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
10631 (gdb-display-threads-buffer, gdb-display-memory-buffer)
10632 (gdb-display-locals-buffer): Use it.
10633
10634 * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
10635 Set gdb-source-window.
10636
10637 2006-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
10638
10639 * emacs-lisp/autoload.el (make-autoload): Remove special handling of
10640 minor modes, redundant with the custom-autoload line above.
10641
10642 2006-07-12 Chong Yidong <cyd@stupidchicken.com>
10643
10644 * longlines.el (longlines-post-command-function): Handle open-line too.
10645
10646 2006-07-12 Richard Stallman <rms@gnu.org>
10647
10648 * progmodes/grep.el (grep-last-buffer): Doc fix.
10649
10650 * info.el (Info-try-follow-nearest-node): Doc fix.
10651
10652 * emacs-lisp/edebug.el (edebug-instrument-function):
10653 Err if find-function-noselect gives no position.
10654
10655 * emacs-lisp/find-func.el (find-function-search-for-symbol):
10656 If can't find definition, return nil for position.
10657 (find-function-do-it): Handle new return value
10658 of find-definition-noselect.
10659 (find-definition-noselect, find-variable-noselect): Doc fix.
10660 (find-function-noselect): Doc fix.
10661
10662 * help-mode.el (help-variable-def): Handle find-variable-noselect
10663 returning no position.
10664 (help-function-def): Likewise for find-function-search-for-symbol.
10665 (help-face-def): Likewise.
10666
10667 * help-fns.el (describe-variable): Handle find-variable-noselect
10668 returning no position.
10669
10670 * files.el (locate-file-completion): Avoid duplicates in result.
10671
10672 * cus-edit.el (custom-no-edit): New command.
10673 (custom-mode-map): Remap to custom-no-edit instead of
10674 using suppress-keymap.
10675
10676 2006-07-12 Nick Roberts <nickrob@snap.net.nz>
10677
10678 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
10679 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
10680 (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
10681
10682 * thumbs.el (thumbs-call-convert): Use shell-command-switch.
10683
10684 2006-07-11 Kim F. Storm <storm@cua.dk>
10685
10686 * ido.el (ido-copy-current-file-name): Use buffer-name if
10687 buffer-file-name is nil.
10688
10689 2006-07-11 Chong Yidong <cyd@stupidchicken.com>
10690
10691 * simple.el (undo-ask-before-discard): Set to nil.
10692
10693 * vc.el (vc-exec-after): Don't delete process manually.
10694 (vc-print-log): Run log-view-mode in process sentinel inside
10695 inhibit-read-only. Don't shrink window due to timing issues.
10696
10697 * progmodes/ebrowse.el (ebrowse-display-member-buffer):
10698 Avoid using with-output-to-temp-buffer, which clobbers local vars.
10699
10700 2006-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
10701
10702 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10703 Fix ambiguity introduced by last change.
10704 (compilation-find-file): Move save-excursion to where it may
10705 make sense. Fix a left over `find-file'.
10706
10707 2006-07-11 Robert J. Chassell <bob@rattlesnake.com>
10708
10709 * textmodes/texinfmt.el (texinfo-format-separate-node):
10710 Insert a string before point, which fits documentation, not after.
10711 (texinfo-multitable-item): In a multitable row, insert any
10712 additional needed @tabs and spaces.
10713
10714 2006-07-11 Nick Roberts <nickrob@snap.net.nz>
10715
10716 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
10717 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
10718 (tumme-set-exif-data, tumme-get-exif-data): Use call-process
10719 instead of shell-command.
10720 (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
10721 (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
10722 (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
10723 (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
10724 (tumme-thumbnail-set-image-description, tumme-gallery-generate)
10725 (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
10726
10727 2006-07-11 Kim F. Storm <storm@cua.dk>
10728
10729 * subr.el (sit-for): Doc fix. Specify normal arg list using fn-form.
10730 Remove special case for seconds < 0. Use (redisplay t) instead.
10731
10732 2006-07-10 Chong Yidong <cyd@stupidchicken.com>
10733
10734 * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
10735 avoid compilation error.
10736
10737 * subr.el (sit-for): New function.
10738
10739 * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
10740
10741 2006-07-10 Richard Stallman <rms@gnu.org>
10742
10743 * ldefs-boot.el (edebug): Update page.
10744
10745 2006-07-10 Kim F. Storm <storm@cua.dk>
10746
10747 * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
10748 to FOR-RELEASE and TODO.
10749
10750 2006-07-10 Romain Francoise <romain@orebokech.com>
10751
10752 * emacs-lisp/authors.el (authors-aliases): Update.
10753
10754 2006-07-10 Alan Mackenzie <acm@muc.de>
10755
10756 * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
10757 * cc-mode.el: Changes to eradicate eval-after-load.
10758
10759 2006-07-09 Chong Yidong <cyd@stupidchicken.com>
10760
10761 * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
10762 on non-char events.
10763
10764 2006-07-09 Romain Francoise <romain@orebokech.com>
10765
10766 * progmodes/compile.el (compilation-mode-font-lock-keywords):
10767 Don't highlight start/end markers as compilation messages.
10768
10769 * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
10770 to t.
10771
10772 2006-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
10773
10774 * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
10775
10776 2006-07-08 Richard Stallman <rms@gnu.org>
10777
10778 * term/x-win.el (x-handle-display): Add doc string.
10779
10780 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
10781
10782 * subr.el (def-edebug-spec): Move here.
10783 * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
10784
10785 * imenu.el (imenu-choose-buffer-index): Doc fix.
10786
10787 2006-07-08 Romain Francoise <romain@orebokech.com>
10788
10789 * term/x-win.el (x-display-name): Fix typo.
10790
10791 2006-07-08 Eli Zaretskii <eliz@gnu.org>
10792
10793 * hexl.el (hexl-find-file): Doc fix.
10794
10795 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
10796
10797 2006-07-07 Chong Yidong <cyd@stupidchicken.com>
10798
10799 * term/x-win.el (x-display-name): Doc fix.
10800
10801 2006-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
10802
10803 * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
10804 long prefixes.
10805 (fill-region-as-paragraph): Don't round up to a whole line.
10806 (fill-comment-paragraph): Don't include the code-before-the-comment
10807 when calling fill-region-as-paragraph.
10808
10809 * international/mule.el (make-char): Remove redundancy.
10810
10811 * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
10812 property may contain an anonymous function rather than a symbol.
10813
10814 * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
10815
10816 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
10817 Use shy regexp. Fix incorrect backref to potentially unmatched group.
10818
10819 * dirtrack.el (dirtrack-default-directory-function): Remove.
10820 (dirtrack-directory-function): Use file-name-as-directory.
10821 (dirtrack-windows-directory-function): Simplify.
10822 (dirtrack-forward-slash, dirtrack-backward-slash)
10823 (dirtrack-replace-slash): Remove.
10824 (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
10825 (dirtrack): Fix wrong parenthesizing; use match-string.
10826
10827 * progmodes/octave-inf.el: Remove spurious * in docstrings.
10828 (inferior-octave-mode): Only change the buffer-local value of
10829 comint-dynamic-complete-functions.
10830 (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
10831 Move the initialization to the declaration.
10832 (inferior-octave-complete): Remove unused var `filter'.
10833
10834 * shell.el (shell-mode): Only change the buffer-local value of
10835 comint-dynamic-complete-functions.
10836
10837 2006-07-07 Carsten Dominik <dominik@science.uva.nl>
10838
10839 * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
10840 entry is skipped because it has been scheduled.
10841 (org-prepare-agenda-buffers): Don't mark buffers as modified when
10842 changing `:org-archived' and `:org-comment' properties.
10843
10844 2006-07-06 Chong Yidong <cyd@stupidchicken.com>
10845
10846 * server.el (server-select-display): Don't make the temp frame
10847 minibuffer-only, in case it's not a temp frame.
10848 (server-process-filter): Don't delete the temp frame if it's the
10849 only one we have on that display.
10850
10851 * files.el (find-alternate-file): Doc fix.
10852
10853 2006-07-05 Richard Stallman <rms@gnu.org>
10854
10855 * files.el (abbreviate-file-name): Add save-match-data.
10856
10857 2006-07-03 Richard Stallman <rms@gnu.org>
10858
10859 * faces.el (read-face-name): Doc fix.
10860
10861 2006-07-05 Chong Yidong <cyd@stupidchicken.com>
10862
10863 * net/goto-addr.el (goto-address): Mark as safe for local evals.
10864
10865 2006-07-05 Andre Spiegel <spiegel@gnu.org>
10866
10867 * vc.el (vc-diff-internal): Fix prev change.
10868
10869 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
10870
10871 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
10872 * play/dunnet.el (dun-load-d, dun-eval): Likewise.
10873
10874 2006-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
10875
10876 * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
10877 fails if the symbol contains chars like ( or '.
10878 (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
10879 (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
10880 `short'.
10881
10882 2006-07-04 Kenichi Handa <handa@m17n.org>
10883
10884 * international/mule-cmds.el (set-language-info): If LANG-ENV is
10885 the current one, don't call set-language-environment, but call one
10886 of set-language-environment-XXX to make INFO effective now.
10887 (set-language-environment): Call set-language-environment-XXX
10888 functions instead of doing the various setups directly.
10889 (set-language-environment-coding-systems): Delete argument eol-type.
10890 (set-language-environment-input-method)
10891 (set-language-environment-nonascii-translation)
10892 (set-language-environment-charset)
10893 (set-language-environment-fontset)
10894 (set-language-environment-unibyte): New functions.
10895
10896 2006-07-03 Luc Teirlinck <teirllm@auburn.edu>
10897
10898 * locate.el (locate-update-when-revert): New option.
10899 (locate-update-path): New option (suggested by Michael Albinus).
10900 (locate-prompt-for-command): Whitespace change.
10901 (locate-update): No longer offer to update the locate database by
10902 default. Implement the two new options.
10903
10904 2006-07-04 Nick Roberts <nickrob@snap.net.nz>
10905
10906 * tooltip.el: Move comment about track-mouse...
10907
10908 * progmodes/gud.el: ...to here.
10909
10910 2006-07-03 Chong Yidong <cyd@stupidchicken.com>
10911
10912 * facemenu.el (facemenu-listed-faces): New var.
10913 (facemenu-unlisted-faces): Variable deleted.
10914 (facemenu-add-new-face): Use facemenu-listed-faces.
10915
10916 * emulation/viper-init.el, calendar/calendar.el:
10917 * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
10918
10919 2006-07-03 Carsten Dominik <dominik@science.uva.nl>
10920
10921 * textmodes/org.el (org-mode): Remove no invalid settings for
10922 calc embedded mode.
10923 (org-mode-p): New defsubst.
10924 (org-save-all-org-buffers): New function.
10925 (org-first-headline-recenter): Enclose outline-regexp in group
10926 delimiters.
10927 (org-set-tags): Keep single space after stars.
10928
10929 2006-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
10930
10931 * window.el (set-window-text-height): Only set window-min-height to
10932 1 if that's the requested size.
10933
10934 * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
10935 (diff-unified->context, diff-context->unified)
10936 (diff-reverse-direction): Make sure the end marker stays at the end.
10937 (diff-mode): Add the keymap table at the end of docstring.
10938 Use lexical-let rather than constructing a closure manually.
10939
10940 * files.el (find-file-noselect-1): Remove unused var assignment.
10941 (hack-local-variables-confirm): Print lists of strings as lists of
10942 strings rather than lists of symbols.
10943 (abbreviate-file-name, hack-local-variables-prop-line):
10944 Use match-string.
10945 (hack-one-local-variable): Move `make-local-variable' nearer its use.
10946 (recover-session-finish): Use line-end-position.
10947
10948 2006-07-02 Michael Albinus <michael.albinus@gmx.de>
10949
10950 * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
10951
10952 2006-07-02 Daniel Pfeiffer <occitan@esperanto.org>
10953
10954 * progmodes/make-mode.el (makefile-macroassign-regex):
10955 Accept preceding keyword.
10956 (makefile-gmake-statements): Reorganize, now that makepp has
10957 "override" and also handle forgotten "override define".
10958 (makefile-makepp-statements): Add new "global", "override export"
10959 and "override global".
10960
10961 2006-06-30 Juanma Barranquero <lekktu@gmail.com>
10962
10963 * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
10964 (ada-compile-mouse-goto-error, ada-deactivate-properties)
10965 (ada-no-auto-case): Fix typos in docstrings.
10966
10967 2006-06-30 Nick Roberts <nickrob@snap.net.nz>
10968
10969 * info.el (Info-find-node-2): Search for makeinfo version more
10970 carefully.
10971
10972 2006-06-29 Carsten Dominik <dominik@science.uva.nl>
10973
10974 * textmodes/org.el (org-prepare-agenda-buffers):
10975 Use `invisible-OK' argument for `org-end-of-subtree'.
10976 (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
10977 (org-beginning-of-item): Fix bug in regular expression for white line.
10978 (org-export-as-html): Enforce space after bullet in plain list items.
10979 (org-set-autofill-regexps): Require space after plain list bullet
10980 for paragraph-start.
10981 (org-ts-regexp3): New constant.
10982 (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
10983 (org-timestamp-up-day, org-timestamp-down-day)
10984 (org-timestamp-change): Work with inactive timestamps.
10985 (org-ts-regexp1): Don't allow brackets in time stamps.
10986
10987 2006-06-29 Nick Roberts <nickrob@snap.net.nz>
10988
10989 * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
10990 for ignoring links.
10991
10992 * faces.el (read-face-name): Use it.
10993
10994 2006-06-28 Juri Linkov <juri@jurta.org>
10995
10996 * buff-menu.el (list-buffers-noselect): Compare Info file
10997 with the string "dir" to detect Info directory.
10998
10999 * complete.el (partial-completion-mode): In lambda for
11000 `choose-completion-string-functions' use full function signature
11001 with 4 args, and move point to the end of the minibuffer only if arg
11002 `mini-p' is non-nil.
11003
11004 2006-06-28 John Paul Wallington <jpw@pobox.com>
11005
11006 * ibuffer.el (ibuffer-mode): Doc fix.
11007
11008 2006-06-28 Carsten Dominik <dominik@science.uva.nl>
11009
11010 * textmodes/org.el (org-context): New contexts :item-bullet,
11011 :latex-fragment, :latex-preview.
11012 (org-overlays-at, org-overlay-start, org-overlay-end):
11013 New compatibility functions.
11014 (org-inside-LaTeX-fragment-p): More accurate matching, using the
11015 exact regexp that will be used during export.
11016 (org-latex-regexps): New variable.
11017 (org-cdlatex-mode): Improve advice for `texmathp'.
11018 (turn-on-org-cdlatex): New function.
11019
11020 2006-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11021
11022 * term/mac-win.el (mac-handle-font-selection): Change keys of
11023 mac-atsu-font-table from strings to numbers.
11024 (mac-ts-caret-position): Use also when cursor-type is nil.
11025 (mac-ts-update-active-input-area): Add Mac OS Classic support.
11026 Relax condition for using overlay strings.
11027 Use mac-ts-caret-position face when cursor-type is nil.
11028
11029 2006-06-26 Kim F. Storm <storm@cua.dk>
11030
11031 * help.el (view-emacs-news): Declare `res' in the right let* form.
11032
11033 2006-06-25 Michael Albinus <michael.albinus@gmx.de>
11034
11035 * net/rcompile.el (remote-compile): Replace ange-ftp based
11036 implementation by Tramp functions.
11037 Suggested by Marc Abramowitz <msabramo@gmail.com>.
11038
11039 * net/tramp.el (tramp-unload-tramp): Provide a doc string.
11040
11041 2006-06-24 Yoshinori Koseki <kose@meadowy.org>
11042
11043 * international/fontset.el (setup-default-fontset): Fix a typo in
11044 the "Oriya-Akruti" registry name.
11045
11046 2006-06-23 Lars Hansen <larsh@soem.dk>
11047
11048 * desktop.el (desktop-full-file-name): New function.
11049 (desktop-kill, desktop-save, desktop-remove, desktop-read)
11050 (desktop-revert): Use it.
11051 (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
11052 (desktop-after-read-hook): Add option list-buffers.
11053 (desktop-locals-to-save): Add tab-width.
11054 (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
11055 Fix docstring.
11056
11057 2006-06-23 Carsten Dominik <dominik@science.uva.nl>
11058
11059 * textmodes/org.el (org-cdlatex-mode-map)
11060 (org-cdlatex-texmathp-advice-is-done): New variables.
11061 (org-cdlatex-mode): New minor mode.
11062 (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
11063 (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
11064 (org-export-with-archived-trees): New option.
11065 (org-open-file): Remove the call to `convert-standard-filename'.
11066 (org-archive-tag, org-agenda-skip-archived-trees)
11067 (org-cycle-open-archived-trees)
11068 (org-sparse-tree-open-archived-trees): New options.
11069 (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
11070 (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
11071 New functions.
11072 (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
11073 (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
11074 (org-mode-map): Add binding for `org-toggle-archive-tag'.
11075 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
11076 Call `org-prepare-agenda-buffers'.
11077 (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
11078 (org-file-apps, org-file-apps-defaults-gnu)
11079 (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
11080 Handle remote files by forcing them to be opened in Emacs.
11081
11082 2006-06-23 Andre Spiegel <spiegel@gnu.org>
11083
11084 * vc.el (vc-diff-knows-L): New variable.
11085 (vc-diff-internal): Use it to handle "diff" programs that don't
11086 understand -L. This works automatically, no user action is necessary.
11087
11088 2006-06-23 Daniel Brockman <daniel@brockman.se>
11089
11090 * net/rcirc.el (rcirc-default-user-full-name): Default to
11091 `rcirc-default-user-name' instead of `rcirc-user-name' (which no
11092 longer exists).
11093 (rcirc-process-list): Check `buffer-live-p' before attempting to
11094 switch to a buffer.
11095
11096 2006-06-23 Ryan Yeske <rcyeske@gmail.com>
11097
11098 * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
11099 based on rcirc-coding-system-alist.
11100
11101 2006-06-23 Martin Rudalics <rudalics@gmx.at>
11102
11103 * cus-edit.el (customize-apropos): A better error message.
11104 (top level) <debug-ignored-errors>: Extend and update the list of
11105 ignored error messages.
11106
11107 2006-06-23 Michael Ernst <mernst@alum.mit.edu>
11108
11109 * complete.el (PC-do-completion): Retain capitalization of user
11110 input, when possible, even if completion-ignore-case is set.
11111
11112 2006-06-23 Eli Zaretskii <eliz@gnu.org>
11113
11114 * generic-x.el (bat-generic-mode): Support .cmd files.
11115
11116 * dos-w32.el (top level): Use find-file-not-found-functions
11117 instead of the obsolete find-file-not-found-hooks.
11118
11119 2006-06-22 Kim F. Storm <storm@cua.dk>
11120
11121 * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
11122 to recognize mode name containing submodes, such as Grep/lw.
11123
11124 2006-06-21 Kim F. Storm <storm@cua.dk>
11125
11126 * simple.el (line-move-1): Check for move-end-of-line instead of
11127 end-of-line when setting temporary-goal-column.
11128
11129 2006-06-21 Miles Bader <miles@gnu.org>
11130
11131 * play/cookie1.el (cookie): Work properly when there's only one entry.
11132
11133 2006-06-21 Nick Roberts <nickrob@snap.net.nz>
11134
11135 * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
11136 (gdb-frame-handler): Generalize frame regexp for templates.
11137
11138 2006-06-20 Glenn Morris <rgm@gnu.org>
11139
11140 * calendar/appt.el (appt-display-format): Default value must be
11141 one of the customize options.
11142
11143 2006-06-20 Dan Nicolaescu <dann@ics.uci.edu>
11144
11145 * term/xterm.el (terminal-init-xterm): Update key availability info.
11146 Bind C-return.
11147
11148 * term.el (term-delete-lines, term-insert-lines): Clarify comments.
11149
11150 2006-06-20 Chong Yidong <cyd@stupidchicken.com>
11151
11152 * files.el (hack-local-variables): Run `hack-local-variables-hook'
11153 whether or not a local variables list is defined.
11154
11155 * msb.el (msb): Move `sit-for' hack here to handle both
11156 "mouse-down and drag" and "mouse-up and select" situations.
11157 (mouse-select-buffer): Move `sit-for' hack to `msb'.
11158
11159 2006-06-20 Kenichi Handa <handa@m17n.org>
11160
11161 * international/characters.el (word-combining-categories):
11162 Add entries for 2-byte Han characters.
11163
11164 2006-06-19 Richard Stallman <rms@gnu.org>
11165
11166 * bindings.el (mode-line-format): Save some mode line space.
11167
11168 * files.el (find-file-noselect): Improve the question wording.
11169 (basic-save-buffer-2): Mask UMASK against 666.
11170
11171 * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
11172 (mouse-drag-vertical-line): Call it.
11173
11174 * cus-edit.el (customize-option, customize-option-other-window):
11175 Error if SYMBOL is nil.
11176
11177 2006-06-19 Carsten Dominik <dominik@science.uva.nl>
11178
11179 * textmodes/org.el: Require noutline, also on XEmacs.
11180 (org-end-of-subtree): Return point.
11181 (org-dblock-start-re, org-dblock-end-re): New constants.
11182 (org-create-dblock, org-prepare-dblock, org-map-dblocks)
11183 (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
11184 (org-update-all-dblocks, org-find-dblock): New functions.
11185 (org-collect-clock-time-entries): New function.
11186 (org-html-handle-time-stamps): Never export CLOCK timeranges.
11187 (org-fixup-indentation): Modify to deal correctly with lines
11188 starting with TAB. Only one argument DIFF now.
11189 (org-demote, org-promote): Call `org-fixup-indentation' with just
11190 one argument, DIFF.
11191 (org-mode): Don't mark buffer as modified when aligning tables.
11192 (org-clock-sum): Don't mark buffer modified when adding time sum
11193 properties.
11194 (org-export-as-html): Add support for a link validation function.
11195 (org-archive-all-done): New function.
11196 (org-archive-subtree): New prefix argument. When set, archive all
11197 done subtrees in this buffer.
11198 (org-remove-clock-overlays)
11199 (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
11200 (org-inhibit-highlight-removal): New variable, for dynamic scoping.
11201 (org-put-clock-overlay): Don't swallow last headline character
11202 when displaying overlay.
11203 (org-store-link): Link to `image-mode' with just the file name.
11204
11205 2006-06-18 Michael Kifer <kifer@cs.stonybrook.edu>
11206
11207 * emulation/viper-cmd.el (viper-special-read-and-insert-char):
11208 Use read-key-sequence.
11209 (viper-after-change-undo-hook): Misc enhancements.
11210 (viper-after-change-undo-hook): New hook.
11211 (viper-undo): Use viper-after-change-undo-hook.
11212 (viper-add-newline-at-eob-if-necessary): Widen before making changes.
11213 (viper-next-line-at-bol): If point is on a widget or a button, simulate
11214 clicking on that widget/button.
11215
11216 * emulation/viper.el (viper-mode): Allow a separate cursor color
11217 in Emacs state.
11218
11219 * ediff-diff.el (ediff-test-patch-utility): Catch errors.
11220 (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
11221 (ediff-set-actual-diff-options): New function.
11222 (ediff-reset-diff-options, ediff-toggle-ignore-case):
11223 Use ediff-set-actual-diff-options.
11224 (ediff-extract-diffs): Catch errors.
11225 (ediff-whitespace): Add non-breakable space.
11226 (ediff-same-file-contents): Catch errors.
11227
11228 * ediff-mult.el (ediff-collect-custom-diffs):
11229 Save coding-system-for-read.
11230
11231 * ediff-vers.el (ediff-keep-tmp-versions): New variable.
11232 (ediff-vc-internal, ediff-vc-merge-internal):
11233 Use ediff-delete-version-file.
11234 (ediff-delete-version-file): New function.
11235
11236 * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
11237
11238 * ediff.el (ediff-directories, ediff-directory-revisions)
11239 (ediff-merge-directories, ediff-merge-directories-with-ancestor)
11240 (ediff-directories-internal, ediff-merge-directory-revisions)
11241 (ediff-merge-directory-revisions-with-ancestor)
11242 (ediff-directories3): Use read-directory-name.
11243
11244 2006-06-18 Ralf Angeli <angeli@caeruleus.net>
11245
11246 * textmodes/tex-mode.el (tex-font-lock-match-suscript):
11247 Remove superfluous part of regexp for brace matching which is handled
11248 by `scan-lists' call.
11249
11250 2006-06-16 Richard Stallman <rms@gnu.org>
11251
11252 * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
11253
11254 * files.el (basic-save-buffer-2): For a new precious file,
11255 use the default modes in the return value.
11256
11257 * facemenu.el (facemenu-color-alist): Doc fix.
11258
11259 * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
11260
11261 2006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11262
11263 * cus-start.el (all): Add mac-ts-script-language-on-focus.
11264
11265 * term/mac-win.el (mac-text-encoding-ascii): New constant.
11266 (mac-utxt-to-string): Use it.
11267 (mac-ts-update-active-input-area): Use mac-ae-number.
11268
11269 2006-06-15 Dan Nicolaescu <dann@ics.uci.edu>
11270
11271 * term.el (term-handle-scroll, term-delete-lines)
11272 (term-insert-lines): Fix off by one errors.
11273
11274 2006-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
11275
11276 * net/tramp.el (tramp-touch): Use UTC to express time.
11277
11278 2006-06-15 Chong Yidong <cyd@stupidchicken.com>
11279
11280 * mail/sendmail.el (mail-send): Search explicitly for
11281 mail-header-separator when checking for corrupted header lines.
11282
11283 2006-06-15 Nick Roberts <nickrob@snap.net.nz>
11284
11285 * progmodes/gdb-ui.el (gdb-same-frame): New option.
11286 (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
11287 (gdb-init-1): Initialise them.
11288 (gdb-starting): Reset gdb-printing
11289 (gdb-starting): Save value of gud-overlay-arrow-position.
11290 (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
11291 (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
11292 Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
11293 (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
11294
11295 2006-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
11296
11297 * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
11298
11299 2006-06-13 Martin J. Reed <mjreed@essex.ac.uk> (tiny change)
11300
11301 * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
11302 (ldap-search-internal): Keep error messages, and a regexp fix.
11303
11304 2006-06-12 Thien-Thi Nguyen <ttn@gnu.org>
11305
11306 * files.el (hack-local-variables-confirm):
11307 Display string value using its printed representation.
11308
11309 2006-06-11 Chong Yidong <cyd@stupidchicken.com>
11310
11311 * server.el (server-edit): No-op if no server buffers exist.
11312
11313 2006-06-11 Robert J. Chassell <bob@rattlesnake.com>
11314
11315 * textmodes/page-ext.el (pages-directory-for-addresses):
11316 Including `pages-directory-address-mode' in the function results
11317 in the message "Buffer in which pages were found is deleted".
11318
11319 2006-06-10 Carsten Dominik <dominik@science.uva.nl>
11320
11321 * textmodes/org.el (org-agenda-mode-map): Add bindings for
11322 clocking functions.
11323
11324 (org-agenda-clock-in, org-check-running-clock)
11325 (org-clock-out-if-current, org-remove-clock-overlays)
11326 (org-put-clock-overlay): New functions.
11327 (org-clock-marker, org-clock-file-total-minutes)
11328 (org-clock-overlays): New variables.
11329 (org-clock-display, org-clock-sum, org-clock-cancel)
11330 (org-clock-out, org-clock-in): New commands.
11331 (org-export): New function.
11332 (org-emph-re): New constant.
11333 (org-set-emph-re, org-do-emphasis-faces): New functions.
11334 (org-emphasis-regexp-components, org-emphasis-alist): New options.
11335 (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
11336 (org-export-html-convert-emphasize): Use the configurable emphasis.
11337 (org-cleaned-string-for-export): Make multiline emphasis visible
11338 to the exporter. New optional argument PARAMETERS.
11339 (org-export-as-html): Specify :emph-multiline parameter to
11340 `org-cleaned-string-for-export'.
11341
11342 2006-06-10 Richard Stallman <rms@gnu.org>
11343
11344 * help.el (help-for-help-internal): Clean up help text.
11345
11346 2006-06-10 Andreas Schwab <schwab@suse.de>
11347
11348 * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
11349 in doc string.
11350
11351 * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
11352
11353 2006-06-09 Karl Chen <quarl@cs.berkeley.edu>
11354
11355 * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
11356 spaces after the comment start.
11357
11358 2006-06-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
11359
11360 * play/pong.el (pong-init-buffer):
11361 Fill buffer with spaces instead of ^A.
11362
11363 * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
11364 launched asynchronously, delete its process instead of being cool.
11365 (ispell-async-processp): Check for `delete-process' existence
11366 instead of `kill-process' one for consistency.
11367
11368 2006-06-09 Nick Roberts <nickrob@snap.net.nz>
11369
11370 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
11371 (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
11372 in mode line at startup.
11373
11374 2006-06-08 Kim F. Storm <storm@cua.dk>
11375
11376 * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
11377 (ido-init-completion-maps): Bind them to M-SPC and M-v.
11378 (ido-copy-current-file-name): Repeating C-w inserts whole file name.
11379 (ido-file-internal): Pass full file name to write-file.
11380 (ido-read-internal): Only pop stack elements automatically if they
11381 actually match an existing directory or file name.
11382
11383 2006-06-07 Kenichi Handa <handa@m17n.org>
11384
11385 * international/mule.el (find-auto-coding): Don't handle the short
11386 name `char-trans'.
11387
11388 * files.el (hack-local-variables-prop-line)
11389 (hack-local-variables): Cancel the previous change.
11390
11391 2006-06-06 Jesper Harder <harder@phys.au.dk>
11392
11393 * ediff-diff.el (ediff-test-utility): Protect against file-error.
11394
11395 2006-06-06 Chong Yidong <cyd@stupidchicken.com>
11396
11397 * diff-mode.el (diff-mode): Set buffer-read-only to t when
11398 diff-default-read-only is non-nil.
11399 (diff-hunk-kill, diff-file-kill, diff-split-hunk)
11400 (diff-refine-hunk): Set inhibit-read-only to t.
11401
11402 * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
11403 modifying the *Diff* buffer.
11404 (diff-process-filter): New filter function for diff process that
11405 sets inhibit-read-only to t when modifying the *Diff* buffer.
11406
11407 2006-06-06 Carsten Dominik <dominik@science.uva.nl>
11408
11409 * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
11410 insertion point and control the number of empty lines.
11411 (org-paste-subtree): Limit the number of empty lines at the end of
11412 the inserted tree.
11413 (org-agenda): Use buffer name of current file for narrowing.
11414 (org-export-as-xml): Command removed.
11415 (org-export-xml-type): Option removed.
11416 (org-mode-map): Call `org-export-as-xoxo' directly.
11417 (org-get-indentation): New optional argument LINE.
11418 (org-fix-indentation, org-remove-tabs): New functions.
11419 (org-export-as-ascii, org-ascii-level-start): Determine and apply
11420 correct indentation for headlines that are converted it items.
11421 (org-skip-comments): Remove table lines that contain narrowing
11422 cookies but no other non-empty fields.
11423 (org-set-tags): Allow groups of mutually exclusive tags.
11424 (org-cmp-time): Sort 24:21 before items without time.
11425 (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
11426 (org-open-at-point): Require double colon also for numbers.
11427
11428 2006-06-06 Kim F. Storm <storm@cua.dk>
11429
11430 * ido.el (ido-default-file-method, ido-default-buffer-method):
11431 Make choice values consistent with corresponding command names.
11432 (ido-visit-buffer): Update accordingly. Default to selected-window.
11433
11434 2006-06-06 Nick Roberts <nickrob@snap.net.nz>
11435
11436 * progmodes/gud.el (gud-running): Fix doc string.
11437 (gud-menu-map): Use :visible instead fo :enable for debugger test.
11438 (gud-tooltip-modes): Add python-mode.
11439 (gud-tooltip-print-command): Add pdb. Remove perldb.
11440
11441 2006-06-05 Eli Zaretskii <eliz@gnu.org>
11442
11443 * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
11444 Quote $(EMACS).
11445
11446 2006-06-05 Richard Stallman <rms@gnu.org>
11447
11448 * faces.el (defined-colors): Doc fix.
11449
11450 2006-06-05 Thien-Thi Nguyen <ttn@gnu.org>
11451
11452 * vc.el (vc-process-filter): Inhibit undo info collection around
11453 call to insert.
11454 (vc-setup-buffer): Likewise for call to erase-buffer.
11455 (vc-do-command): Likewise for call to process-file.
11456
11457 2006-06-05 Nick Roberts <nickrob@snap.net.nz>
11458
11459 * progmodes/gud.el (gud-menu-map): Use a conditional help echo
11460 for gud-go.
11461 (gud-common-init): Other debuggers may trigger error.
11462
11463 2006-06-05 Kenichi Handa <handa@m17n.org>
11464
11465 * international/mule.el (find-auto-coding):
11466 Handle enable-character-translation in file header.
11467
11468 2006-06-04 Kim F. Storm <storm@cua.dk>
11469
11470 * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
11471 (authors-fixed-entries): Fix spelling.
11472 (authors-canonical-file-name): Don't report error for wildcards.
11473
11474 * help.el (view-emacs-news): Rewrite to support new NEWS,
11475 NEWS.major, and NEWS.1-17 file naming. Add more intelligence,
11476 e.g. version 10 matches 1.10, and don't be confused by version 1.1
11477 being a prefix of 1.12 (etc). A numeric prefix arg also works.
11478
11479 2006-06-03 Vivek Dasmohapatra <vivek@etla.org>
11480
11481 * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
11482 exec constructs like `foo bar`.
11483 (sh-quoted-subshell): New helper function to search for a possibly
11484 nested subshell (like `` or $()) within a "" quoted string.
11485 (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
11486 (sh-apply-quoted-subshell): Flag quote characters inside a
11487 subshell, which is itself already in a quoted region, as
11488 punctuation, since this is the closest to what they actually are.
11489 (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
11490 sh-apply-quoted-subshell.
11491 (sh-font-lock-syntactic-face-function): Apply the new face for
11492 text inside `` instead of the old font-lock-string-face.
11493
11494 2006-06-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11495
11496 * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
11497 (mac-ae-number, mac-ae-frame, mac-ae-script-language)
11498 (mac-bytes-to-text-range, mac-ae-text-range-array)
11499 (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
11500 (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
11501 (mac-ts-unicode-for-key-event): New functions.
11502 (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
11503 (mac-handle-font-selection): Use mac-ae-number.
11504 (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
11505 New variables.
11506 (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
11507 (mac-ts-converted-text, mac-ts-selected-converted-text)
11508 (mac-ts-block-fill-text, mac-ts-outline-text)
11509 (mac-ts-selected-text, mac-ts-no-hilite): New faces.
11510 (mac-ts-hilite-style-faces): New constant.
11511 (mac-apple-event-map): Bind text input events.
11512 (mac-dispatch-apple-event): Use command-execute instead of
11513 call-interactively.
11514 (global-map): Don't bind mac-apple-event.
11515 (special-event-map): Bind mac-apple-event.
11516
11517 2006-06-02 Eli Zaretskii <eliz@gnu.org>
11518
11519 * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
11520 file name.
11521 (emacs): Enclose the value of $(EMACS) in quotes.
11522
11523 2006-06-02 Juri Linkov <juri@jurta.org>
11524
11525 * international/mule.el (sgml-html-meta-auto-coding-function):
11526 Remove the condition `(search-forward "<html" size t)'.
11527 Replace `\"' with `[\"']?' in `re-search-forward'.
11528
11529 2006-06-02 Kenichi Handa <handa@m17n.org>
11530
11531 * files.el (hack-local-variables-prop-line): Ignore `char-trans'
11532 as well as `coding'.
11533 (hack-local-variables): Likewise.
11534
11535 * international/mule.el (enable-character-translation):
11536 Put permanent-local and safe-local-variable properties.
11537 (find-auto-coding): Handle char-trans: tag.
11538
11539 2006-06-02 Juri Linkov <juri@jurta.org>
11540
11541 * international/mule.el (sgml-html-meta-auto-coding-function):
11542 Limit the search by the end of the HTML header (if any).
11543
11544 2006-06-01 Richard Stallman <rms@gnu.org>
11545
11546 * subr.el (with-current-buffer): Doc fix.
11547
11548 2006-06-02 Masatake YAMATO <jet@gyve.org>
11549
11550 * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
11551 Almost rewrite. Underlines over all lines of gcov output are too
11552 uncomfortable to read. Suggested by Dan Nicolaescu.
11553
11554 2006-06-01 Luc Teirlinck <teirllm@auburn.edu>
11555
11556 * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
11557
11558 * shell.el (shell-mode): Use shell-mode-map in docstring.
11559
11560 * comint.el (comint-send-input): Do not add help-echo and
11561 mouse-face to input if `comint-use-prompt-regexp' is non-nil.
11562
11563 2006-06-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11564
11565 * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
11566
11567 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
11568
11569 * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
11570 (gdb-stopped, gdb-info-stack-custom): If there is no source info
11571 look up the stack and pop up GUD buffer if necessary.
11572 (gdb-frames-select): Remove redundant call to gud-display-frame.
11573 (gdb-info-threads-custom): Keep point at start of buffer.
11574 (gdb-find-file-hook): Make it work for pre-GDB 6.4.
11575
11576 2006-05-31 Juri Linkov <juri@jurta.org>
11577
11578 * replace.el (query-replace-read-from, query-replace-read-to):
11579 Bind `history-add-new-input' to nil. Call `add-to-history'.
11580
11581 2006-05-31 Takaaki Ota <Takaaki.Ota@am.sony.com>
11582
11583 * textmodes/table.el: Convert all HTML tags to lower case for
11584 XHTML compatibility.
11585
11586 2006-05-31 Masatake YAMATO <jet@gyve.org>
11587
11588 * progmodes/compile.el:
11589 (compilation-error-regexp-alist-alist::gcov-called-line):
11590 Don't put face on `-' lines in gcov file. Suggested by Dan Nicolaescu.
11591
11592 2006-05-31 Nick Roberts <nickrob@snap.net.nz>
11593
11594 * progmodes/gud.el (gud-query-cmdline, gud-common-init):
11595 Revert inadvertent changes made with last commit.
11596
11597 2006-05-30 Reiner Steib <Reiner.Steib@gmx.de>
11598
11599 * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
11600 New functions.
11601
11602 * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
11603
11604 2006-05-30 Carsten Dominik <dominik@science.uva.nl>
11605
11606 * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
11607 only matches in the right place.
11608 (org-upcoming-deadline): New face.
11609 (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
11610 (org-export-ascii-underline): Rename constant `org-ascii-underline'
11611 and make it an option.
11612 (org-export-ascii-bullets): New option.
11613 (org-export-as-html): Many changes to emit valid XHTML.
11614 (org-par-open): New variable.
11615 (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
11616 (org-html-do-expand, org-section-number): Fix case in `replace-match'.
11617 (org-timeline): Pass `org-timeline-show-empty-dates' to
11618 `org-get-all-dates'. Interpret empty dates returned by
11619 `org-get-all-dates'.
11620 (org-get-all-dates): New argument EMPTY. Add dates without
11621 entries to the list, mark large ranges of empty dates.
11622 (org-point-in-group, org-context): New functions.
11623
11624 2006-05-30 Nick Roberts <nickrob@snap.net.nz>
11625
11626 * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
11627
11628 * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
11629 C-mouse-1. Move gdb-mouse-until to mouse-3, gdb-mouse-jump
11630 to C-mouse-3 (for 2 button mice).
11631 (gdb-send): Do the right thing for C-d.
11632
11633 * speedbar.el (speedbar-detach): Delete.
11634 (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
11635 it breaks things.
11636 (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
11637
11638 2006-05-30 Daniel Pfeiffer <occitan@esperanto.org>
11639
11640 * files.el (auto-mode-alist): Add makepp suffix and optional mk on
11641 Makeppfile.
11642
11643 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11644 Add makepp diagnostic.
11645
11646 2006-05-29 Richard Stallman <rms@gnu.org>
11647
11648 * window.el (fit-window-to-buffer): Doc fix.
11649
11650 * help.el (temp-buffer-max-height): Doc fix.
11651
11652 * subr.el (with-current-buffer): Doc fix.
11653
11654 2006-05-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11655
11656 * term/x-win.el: Bind F10 to menu-bar-start if available.
11657
11658 2006-05-28 Dan Nicolaescu <dann@ics.uci.edu>
11659
11660 * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
11661 uses with a simple test.
11662 (term-set-escape-char, term-mode, term-check-kill-echo-list)
11663 (term-send-raw-string, term-send-raw, term-mouse-paste)
11664 (term-char-mode, term-line-mode, term-exec, term-sentinel)
11665 (term-handle-exit, term-read-input-ring)
11666 (term-previous-matching-input-string)
11667 (term-previous-matching-input-string-position)
11668 (term-previous-matching-input-from-input)
11669 (term-replace-by-expanded-history, term-send-input)
11670 (term-skip-prompt, term-bol, term-send-invisible)
11671 (term-kill-input, term-delchar-or-maybe-eof)
11672 (term-backward-matching-input, term-check-source)
11673 (term-proc-query, term-emulate-terminal)
11674 (term-handle-colors-array, term-process-pager, term-pager-line)
11675 (term-pager-bob, term-unwrap-line, term-word)
11676 (term-dynamic-complete-filename)
11677 (term-dynamic-complete-as-filename)
11678 (term-dynamic-simple-complete): Replace one arm ifs with whens or
11679 unlesses.
11680
11681 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
11682
11683 * files.el (hack-one-local-variable-eval-safep): Don't burp if used
11684 during bootstrapping.
11685
11686 * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
11687 Basically undo the change of 2006-05-26: use extra arguments instead of
11688 dynamic scoping.
11689 (ewoc-locate): Remove unused var `footer'.
11690
11691 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
11692
11693 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
11694
11695 * emacs-lisp/autoload.el (no-update-autoloads): Declare.
11696 (generate-file-autoloads): Obey it. Return whether autoloads were
11697 added at point or not.
11698 (update-file-autoloads): Use this new return value.
11699 Remove redundant test for the presence of an autoload cookie.
11700
11701 * emacs-lisp/autoload.el (autoload-find-file): New fun.
11702 This one calls hack-local-variables.
11703 (generate-file-autoloads, update-file-autoloads): Use it.
11704
11705 * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
11706 (bibtex-sort-entry-class): Add safe-local-variable predicate.
11707 (bibtex-sort-entry-class-alist): Don't set the global value.
11708 (bibtex-init-sort-entry-class-alist): New fun.
11709 (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
11710 bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
11711 of bibtex-init-sort-entry-class.
11712
11713 2006-05-28 Richard Stallman <rms@gnu.org>
11714
11715 * subr.el (load-history-regexp): If FILE is relative, insist
11716 entire last name component must match it.
11717 (load-history-filename-element, load-history-regexp): Doc fixes.
11718
11719 2006-05-29 Kim F. Storm <storm@cua.dk>
11720
11721 * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
11722 `pos' and `raw-data' for clarity, as eval forms may access these.
11723
11724 2006-05-28 Kim F. Storm <storm@cua.dk>
11725
11726 * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
11727
11728 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
11729
11730 * progmodes/make-mode.el (makefile-browser-map)
11731 (makefile-mode-syntax-table): Move initialization inside declaration.
11732 (makefile-fill-paragraph): Use the default comment-filling code.
11733
11734 2006-05-28 Chong Yidong <cyd@stupidchicken.com>
11735
11736 * replace.el (query-replace-defaults): New variable.
11737 (query-replace-read-from): Use `query-replace-defaults' for
11738 default value, instead of history list.
11739 (query-replace-read-to): Update `query-replace-defaults'.
11740
11741 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
11742
11743 * msb.el (mouse-select-buffer): Minor fix to make popup menu work
11744 with no X toolkit.
11745
11746 2006-05-28 Nick Roberts <nickrob@snap.net.nz>
11747
11748 * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
11749 (tumme-show-all-from-dir): Add autoload.
11750
11751 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
11752
11753 * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
11754 (tumme-remove-tag): Fix bug.
11755
11756 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
11757
11758 * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
11759 FOOTER args. Update unique caller.
11760 (ewoc-delete): Compute last node once before looping.
11761 (ewoc--node-branch): Merge into unique caller.
11762 (ewoc--node): Don't define constructor make-ewoc--node for this
11763 structure.
11764 (ewoc): Add member `hf-pp' to this structure.
11765 (ewoc--wrap): New func.
11766 (ewoc-create): Take additional arg NOSEP. If nil, wrap node and
11767 header/footer pretty-printers. Save header/footer pretty-printer.
11768 (ewoc-set-hf): Use ewoc's header/footer pretty-printer.
11769
11770 * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
11771
11772 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
11773
11774 * dired.el (dired-mode-map): Change `tumme-tag-remove' to
11775 `tumme-delete-tag'. Rename `Remove Image Tag' to `Delete Image
11776 Tag'. Change "Compare directories..." to "Change Directories...".
11777 Move tumme commands to Operate, Regexp and Immediate menus.
11778 Change "Add Comment" to "Add Image Comment". Change "Add Image
11779 Tag" to "Add Image Tags".
11780
11781 * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
11782 (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
11783 `tumme-delete-tag'.
11784
11785 2006-05-26 Luc Teirlinck <teirllm@auburn.edu>
11786
11787 * shell.el (shell-mode): Call shell-dirtrack-mode after
11788 list-buffers-directory is made a local variable, to avoid setting
11789 the default value.
11790
11791 2006-05-26 Kevin Ryde <user42@zip.com.au>
11792
11793 * info.el (Info-index-next): Use where-is-internal to report
11794 actual binding of Info-index-next, rather than hard-coded `,'.
11795
11796 2006-05-26 Eli Zaretskii <eliz@gnu.org>
11797
11798 * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
11799 and "Find Command in Manual" to here.
11800
11801 * buff-menu.el (list-buffers-noselect): For Info buffers, use
11802 Info-current-file as the file name.
11803
11804 2006-05-26 Jonathan Yavner <jyavner@member.fsf.org>
11805
11806 * ses.el (defadvice undo-more): Delete this defadvice. The undo
11807 overrides will now be done a different way.
11808 (ses-set-parameter): Reapply this function for undo.
11809 (ses-set-header-row): Reconstruct header row during undo.
11810 (ses-widen): New function.
11811 (ses-goto-data, ses-reconstruct-all): Use new function.
11812 (ses-command-hook): Widen buffer during undo, before unupdating
11813 the cells.
11814 (ses-insert-row, ses-delete-row): Widen buffer during undo.
11815 (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
11816 (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
11817 formula hasn't been executed yet.
11818
11819 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
11820
11821 * comint.el (comint-kill-whole-line): Rename arg to count.
11822 Fix doc string.
11823
11824 2006-05-26 Chong Yidong <cyd@stupidchicken.com>
11825
11826 * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
11827 to copy-file.
11828
11829 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
11830
11831 * simple.el (toggle-truncate-lines): Make arg optional for
11832 backward compatibility.
11833
11834 2006-05-26 Thien-Thi Nguyen <ttn@gnu.org>
11835
11836 * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
11837 (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
11838 DLL arg. Instead, use ewoc--current-dll. Update all callers.
11839 (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
11840 (ewoc--adjust): Use ewoc--current-dll.
11841 (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
11842
11843 2006-05-26 Carsten Dominik <dominik@science.uva.nl>
11844
11845 * textmodes/org.el (org-next-item, org-previous-item): Emit more
11846 compact error message.
11847 (org-tags-view): Refresh category table in each file.
11848 (org-table-justify-field-maybe): Remove superfluous arguments to
11849 `format'.
11850 (org-export-as-html): Insert "<p>" before postamble.
11851 (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
11852
11853 2006-05-26 Kenichi Handa <handa@m17n.org>
11854
11855 * textmodes/po.el (po-find-charset): Pay attention to the case
11856 FILENAME is a cons (NAME . BUFFER).
11857 (po-find-file-coding-system-guts): Likewise.
11858
11859 * arc-mode.el (archive-set-buffer-as-visiting-file):
11860 Call find-operation-coding-system with (FILENAME . BUFFER).
11861
11862 * tar-mode.el (tar-extract): Call find-operation-coding-system
11863 with (FILENAME . BUFFER).
11864
11865 * international/mule.el (decode-coding-inserted-region):
11866 Call find-operation-coding-system with (FILENAME . BUFFER).
11867
11868 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
11869
11870 * image-mode.el (image-toggle-display): Use buffer contents to
11871 generate image for a remote file.
11872
11873 2006-05-25 Juri Linkov <juri@jurta.org>
11874
11875 * replace.el (query-replace-read-from, query-replace-read-to):
11876 Remove 8th arg KEEP-ALL in read-from-minibuffer.
11877
11878 2006-05-25 Rajesh Vaidheeswarran <rv@gnu.org>
11879
11880 * whitespace.el (whitespace-cleanup): Change to cleanup
11881 region if one is active.
11882 * whitespace.el (whitespace-cleanup-internal): New internal method.
11883
11884 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
11885
11886 * dired.el (dired-mode-map): Add help-echo strings to tumme
11887 commands. Bind `tumme-dired-display-image' to C-t i.
11888
11889 * tumme.el (tumme-display-image): Change documentation string slightly.
11890 (tumme-dired-display-image): Add call to `display-buffer'.
11891
11892 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
11893
11894 * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
11895 Signal error if RAW-DATA is a multibyte string.
11896
11897 2006-05-24 Richard Stallman <rms@gnu.org>
11898
11899 * subr.el (with-local-quit): When handling `quit' signal,
11900 make a chance for quit-flag to cause a quit.
11901
11902 * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
11903 (ad-disable-advice): Add autoloads.
11904
11905 * subr.el (read-passwd): Copy PROMPT before changing its properties.
11906
11907 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
11908
11909 * dired.el (dired-mode-map): Change menu items for tumme as per
11910 suggestions in emacs-devel.
11911
11912 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
11913
11914 * dired.el (dired-mode-map): Fix breakage.
11915
11916 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
11917
11918 * tumme.el (tumme-display-dired-image): Rename to...
11919 (tumme-dired-display-image): ...this.
11920 (tumme-track-movement): Change default value to t.
11921 (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
11922 used from `tumme-next-line-and-display' and similar commands.
11923
11924 * dired.el (dired-mode-map): Add Thumbnail submenu under the
11925 Immediate menu. Add some tumme commands there.
11926
11927 2006-05-24 Luc Teirlinck <teirllm@auburn.edu>
11928
11929 * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
11930
11931 2006-05-24 Chong Yidong <cyd@mit.edu>
11932
11933 * menu-bar.el, international/mule-cmds.el: Remove tooltips for
11934 menu entries that open submenus.
11935
11936 2006-05-24 Alan Mackenzie <acm@muc.de>
11937
11938 * startup.el (command-line): For names of preloaded files, don't
11939 append ".elc" (now done in Fload), and call file-truename on the
11940 lisp directory.
11941
11942 * subr.el (eval-after-load): Fix the doc-string. Allow FILE to
11943 match ANY loaded file with the right name, not just those in
11944 load-path. Put a regexp matching the file name into
11945 after-load-alist, rather than the name itself.
11946
11947 * subr.el (load-history-regexp, load-history-filename-element)
11948 (do-after-load-evaluation): New functions.
11949
11950 * international/mule.el (load-with-code-conversion): Do the
11951 eval-after-load stuff by calling do-after-load-evaluation.
11952
11953 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
11954
11955 * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
11956 has not been killed.
11957
11958 2006-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11959
11960 * term/mac-win.el: Set idle timer to clean up expired Apple events.
11961 (mac-ae-get-url): Redispatch Apple event on unknown scheme.
11962 (mac-dispatch-apple-event): Resume Apple event if it is suspended.
11963 Optionally set error message in reply.
11964
11965 2006-05-24 Carsten Dominik <dominik@science.uva.nl>
11966
11967 * textmodes/org.el (org-open-at-point): Use renamed variable
11968 `org-confirm-shell-link-function'.
11969 (org-confirm-shell-link-function): Rename from
11970 `org-confirm-shell-links'.
11971 (org-export-directory): New function.
11972 (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
11973 (org-export-icalendar): Use `org-export-directory'.
11974 (org-indent-item): Keep cursor position.
11975 (org-link-file-path-type): New option.
11976 (org-export-as-html): Fix bug with plain lists starting in
11977 column 0.
11978 (org-export-as-html): Remove deadline formatting, this happens
11979 now already in `org-html-handle-time-stamps'.
11980 (org-export-html-style): Deadline class removed.
11981 (org-insert-labeled-timestamps-at-point): New option.
11982 (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
11983 of `hide-sublevels 1', in case the first headline is not level 1.
11984 (org-overview, org-content): New fuction.
11985 (org-cycle-global-status, org-cycle-subtree-status): Make these
11986 variables buffer-local.
11987 (org-global-cycle): New command.
11988 (org-shifttab): Use `org-global-cycle'.
11989 (org-insert-heading, org-insert-item): Go to end of new
11990 headline/item after creating it.
11991 (org-export-visible): Rename from `org-export-copy-visible'.
11992 Now creates a temporary org-file and applies an exporting command
11993 to it.
11994 (org-table-eval-formula): Support for lisp forms.
11995 (org-agenda-todo-ignore-scheduled): New option.
11996 (org-agenda-get-todos): Use new option
11997 `org-agenda-todo-ignore-scheduled'.
11998 (org-export-html-inline-images): New value `maybe'.
11999 (org-export-as-html): Inlining of images dependent on link description.
12000 (org-archive-subtree): Check for end-of-buffer before trying
12001 `kill-line'.
12002 (org-agenda-follow-mode): New option.
12003 (org-export-with-tags, org-export-with-timestamps): New options.
12004 (org-html-handle-time-stamps): New function.
12005 (org-keyword-time-regexp): New variable.
12006 (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
12007 (org-agenda-todo-list-sublevels): New option.
12008 (org-html-level-start): When TITLE is nil, just close all levels.
12009 (org-parse-key-lines, org-parse-export-options): Remove functions,
12010 replaced by `org-infile-export-plist'.
12011 (org-combine-plists, org-infile-export-plist)
12012 (org-default-export-plist): New functions.
12013 (org-export-html-preamble, org-export-html-postamble)
12014 (org-export-html-auto-preamble, org-export-html-auto-postamble):
12015 New variables.
12016 (org-export-publishing-directory): New option.
12017 (org-export-as-html, org-export-as-ascii): Use the new property
12018 lists for settings.
12019 (org-export-copy-visible, org-export-as-xoxo):
12020 Respect `org-export-publishing-directory'.
12021 (org-link-search, org-store-link, org-file-apps): Support for
12022 links to BibTeX database entries..
12023 (org-get-current-options, org-set-regexps-and-options):
12024 Implement logging as a startup option.
12025 (org-store-link): Make sure context string is never empty
12026 (org-insert-link): Use relative path when possible.
12027 (org-at-item-checklet-p): New function.
12028 (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
12029 (org-shiftmetaup, org-shiftmetadown, org-metaleft)
12030 (org-metaright, org-metaup, org-metadown, org-shiftup)
12031 (org-shiftdown, org-shiftright, org-shiftleft)
12032 (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
12033 Dispatch using `call-interactively'.
12034 (org-call-with-arg): New defsubst.
12035 (org-tag-alist, org-use-fast-tag-selection): New options.
12036 (org-complete): Use `org-tag-alist'.
12037 (org-fast-tag-insert, org-fast-tag-selection): New functions.
12038 (org-next-item, org-previous-item): New commands.
12039 (org-beginning-of-item, org-end-of-item): Add (interactive) to
12040 make command.
12041 (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
12042
12043 2006-05-23 Thien-Thi Nguyen <ttn@gnu.org>
12044
12045 * emacs-lisp/ewoc.el (ewoc-delete): New function.
12046 (ewoc-filter): Use `ewoc-delete'.
12047
12048 * emacs-lisp/bindat.el (bindat-pack): Doc fix.
12049
12050 2006-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
12051
12052 * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
12053 Signal more user-friendly error messages.
12054
12055 * complete.el (PC-do-completion): Undo the addition of implicit
12056 wildcards if they did not lead to finding any match.
12057 (read-file-name-internal): Don't add the final > if the completion is
12058 not finished.
12059
12060 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
12061
12062 * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
12063 Quote safe-local-variable predicate.
12064
12065 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
12066
12067 * emacs-lisp/ewoc.el (ewoc-set-data): New function.
12068
12069 2006-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12070
12071 * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
12072
12073 * progmodes/make-mode.el (makefile-special-targets-list)
12074 (makefile-macro-table, makefile-target-table): Mark as risky.
12075 (makefile-query-one-target-method): Make this the alias for the
12076 following variable.
12077 (makefile-query-one-target-method-function): Make this the real name.
12078
12079 * textmodes/artist.el (artist-text-renderer): Make this the alias
12080 for the following variable.
12081 (artist-text-renderer-function): Make this the real name.
12082
12083 * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
12084 the alias for the following variable.
12085 (flyspell-generic-check-word-predicate): Make this the real name.
12086
12087 * textmodes/ispell.el (ispell-format-word): Make this the alias
12088 for the following variable.
12089 (ispell-format-word-function): Make this the real name.
12090 (ispell-message-text-end): Mark as risky.
12091
12092 * skeleton.el (skeleton-transformation, skeleton-filter)
12093 (skeleton-pair-filter): Make these the aliases for the following
12094 variables.
12095 (skeleton-transformation-function, skeleton-filter-function)
12096 (skeleton-pair-filter-function): Make these the real names.
12097
12098 * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
12099 and skeleton-pair-filter-function.
12100
12101 * textmodes/sgml-mode.el (sgml-transformation): Make this the
12102 alias for the following variable.
12103 (sgml-transformation-function): Make this the real name.
12104 (sgml-tag-alist): Mark as risky.
12105
12106 2006-05-21 Richard Stallman <rms@gnu.org>
12107
12108 * simple.el (kill-region): Interactively, pass point, then mark.
12109
12110 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
12111
12112 * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
12113
12114 2006-05-21 Romain Francoise <romain@orebokech.com>
12115
12116 * dired-x.el (dired-mode-map): Don't bind M-g.
12117
12118 2006-05-20 Richard Stallman <rms@gnu.org>
12119
12120 * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
12121 (dired-goto-file): Doc fix.
12122
12123 2006-05-21 Kim F. Storm <storm@cua.dk>
12124
12125 * emulation/cua-base.el: Mention customizing cua-mode as alternative
12126 way to enable built-in cua-mode if user loads older CUA-mode package.
12127
12128 * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
12129 if default-filename is specified.
12130
12131 2006-05-20 Eli Zaretskii <eliz@gnu.org>
12132
12133 * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
12134
12135 * info.el (info-apropos): Make sure current-file and current-node
12136 have non-nil values. Speed up by using add-to-list instead of
12137 manual consing.
12138
12139 2006-05-20 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
12140
12141 * progmodes/make-mode.el (makefile-mode): Doc fix.
12142
12143 2006-05-20 Eli Zaretskii <eliz@gnu.org>
12144
12145 * dired-aux.el (dired-do-shell-command): Doc fix.
12146
12147 2006-05-20 Kevin Ryde <user42@zip.com.au>
12148
12149 * info-xref.el (info-xref-check-all-custom): Skip :tag part of
12150 ``(custom-manual :tag "Foo" "(foo)Node")''.
12151
12152 2006-05-20 Karl Chen <quarl@cs.berkeley.edu>
12153
12154 * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
12155 value is an integer.
12156
12157 2006-05-20 Eli Zaretskii <eliz@gnu.org>
12158
12159 * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
12160 "format".
12161 (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
12162
12163 2006-05-20 Martin Rudalics <rudalics@gmx.at>
12164
12165 * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
12166 a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
12167
12168 2006-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
12169
12170 * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
12171 regexp for keywords.
12172
12173 2006-05-20 Masayuki FUJII <boochang@m4.kcn.ne.jp> (tiny change)
12174
12175 * dnd.el (dnd-get-local-file-name): Specify LITERAL in
12176 replace-regexp-in-string.
12177
12178 * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
12179 encode, and escape file name on conversion to URL.
12180
12181 2006-05-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12182
12183 * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
12184 Don't unescape URL.
12185 (dnd-get-local-file-name): Unescape URL on conversion to file name.
12186
12187 * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
12188 on conversion to URLs.
12189
12190 * net/browse-url.el (browse-url-file-url): Encode file name on
12191 conversion to URL.
12192
12193 * term/mac-win.el (mac-ae-open-documents): Escape file name on
12194 conversion to URL.
12195
12196 2006-05-19 Eli Zaretskii <eliz@gnu.org>
12197
12198 * progmodes/cc-styles.el (c-style-alist): Doc fix.
12199
12200 2006-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12201
12202 * term/mac-win.el (mac-bytes-to-digits): Remove function.
12203 (mac-handle-toolbar-switch-mode): Use coercion instead of it.
12204
12205 2006-05-19 Glenn Morris <rgm@gnu.org>
12206
12207 * calendar/diary-lib.el (diary-bahai-date)
12208 (list-bahai-diary-entries, mark-bahai-diary-entries)
12209 (mark-bahai-calendar-date-pattern): Not interactive.
12210 (add-to-diary-list): New optional arg LITERAL. Doc fix.
12211 (diary-entries-list): Change format of 4th element in each entry.
12212 (diary-list-entries): Use add-to-diary-list.
12213 (diary-goto-entry): Handle the case where the buffer visiting the
12214 diary has been killed.
12215 (fancy-diary-display): Add 'locator to button rather than 'marker.
12216 Only generate temp-face when there are marks to apply.
12217 (list-sexp-diary-entries): Pass literal to add-to-diary-list.
12218 (diary-fancy-date-pattern): New variable.
12219 (diary-time-regexp): Doc fix.
12220 (diary-anniversary, diary-time): New faces.
12221 (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
12222 diary-time-regexp. Add font-lock-multiline property where needed.
12223 Use new faces diary-anniversary and diary-time.
12224 (diary-fancy-font-lock-fontify-region-function): New function, to
12225 handle multiline font-lock pattern in fancy diary.
12226 (fancy-diary-display-mode): Set font-lock-fontify-region-function.
12227 (diary-font-lock-keywords): Tweak time regexp. Use new face
12228 diary-time.
12229
12230 2006-05-19 Alexander Shopov <ash@contact.bg> (tiny change)
12231
12232 * international/code-pages.el (mik): Table corrected.
12233
12234 2006-05-18 Kim F. Storm <storm@cua.dk>
12235
12236 * progmodes/grep.el (grep-find): Don't check grep-find-command
12237 before running command (breaks non-interactive usage).
12238
12239 2006-05-18 Thien-Thi Nguyen <ttn@gnu.org>
12240
12241 * emacs-lisp/ewoc.el (ewoc--adjust): New func.
12242 (ewoc--insert-new-node): Don't insert trailing newline.
12243 Instead, adjust successor nodes's start markers.
12244 (ewoc--refresh-node): Delete all text from current node's start
12245 marker to the next one's; adjust successor nodes's start markers.
12246 (ewoc--create): Doc fixes.
12247 (ewoc--refresh): Don't insert newline.
12248 (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
12249 * pcvs.el (cvs-make-cvs-buffer):
12250 Specify extra newline for ewoc's header and footer.
12251 (cvs-update-header): Update initial header recognition.
12252 Append newline to final header and footer values.
12253 * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
12254
12255 2006-05-17 Richard Stallman <rms@gnu.org>
12256
12257 * files.el (file-name-extension): Doc fix.
12258
12259 2006-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
12260
12261 * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
12262 we can explicitly enable/disable rather than toggle.
12263 (shell-mode): Use it.
12264 (shell-cd): Don't try to reproduce what `cd' does.
12265
12266 2006-05-17 Kim F. Storm <storm@cua.dk>
12267
12268 * ido.el (ido-read-internal): Use only nondirectory part of
12269 default item.
12270
12271 2006-05-17 Thien-Thi Nguyen <ttn@gnu.org>
12272
12273 * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
12274 (ewoc-nth): Doc fix.
12275
12276 (ewoc-map, ewoc-invalidate): Compute PP before looping.
12277
12278 2006-05-16 Eli Zaretskii <eliz@gnu.org>
12279
12280 * international/mule.el (auto-coding-alist): Add .lha to files
12281 read with no-conversion.
12282
12283 * files.el (auto-mode-alist): Add .lha files to archive file
12284 extensions.
12285
12286 * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
12287 Convert csize to integer when computing offsets within the
12288 compressed archive file.
12289
12290 2006-05-16 Kim F. Storm <storm@cua.dk>
12291
12292 * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
12293 with read-from-minibuffer.
12294
12295 2006-05-16 Reiner Steib <Reiner.Steib@gmx.de>
12296
12297 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
12298 (byte-compile-warnings): Fix safe-local-variable property.
12299
12300 2006-05-16 Ken Manheimer <ken.manheimer@gmail.com>
12301
12302 * allout.el (allout-show-bodies, allout-old-style-prefixes)
12303 (allout-stylish-prefixes, allout-numbered-bullet)
12304 (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
12305 predicates to qualify `safe-local-variable' property, when
12306 available, else use equivalent lambda.
12307 (allout-current-topic-collapsed-p): Do the right thing regarding
12308 trailing blank lines.
12309
12310 2006-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
12311
12312 * server.el (server-start): Only create a directory if needed.
12313 (server-edit, server-unload-hook): server-start => server-mode.
12314 (kill-emacs-hook): Cleanup upon exit.
12315
12316 2006-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
12317
12318 * hexl.el (hexlify-buffer): Encode process arguments manually.
12319
12320 2006-05-16 Nick Roberts <nickrob@snap.net.nz>
12321
12322 * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
12323 call to gdb-tooltip-print.
12324
12325 2006-05-15 Romain Francoise <romain@orebokech.com>
12326
12327 * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
12328 systems, default to "tar" since those systems probably have GNU tar.
12329
12330 2006-05-14 Lars Hansen <larsh@soem.dk>
12331
12332 * desktop.el (desktop-missing-file-warning): Fix docstring.
12333 (desktop-restore-file-buffer): Correct question asked on missing file.
12334
12335 2006-05-14 Kim F. Storm <storm@cua.dk>
12336
12337 * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
12338 Add CUA move property.
12339
12340 2006-05-13 Chong Yidong <cyd@stupidchicken.com>
12341
12342 * custom.el (custom-push-theme): Load the variable before checking
12343 its `standard-value'.
12344
12345 2006-05-13 Lars Hansen <larsh@soem.dk>
12346
12347 * desktop.el (desktop-save): Use with-temp-buffer.
12348
12349 2006-05-12 Glenn Morris <rgm@gnu.org>
12350
12351 * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
12352 * calendar/calendar.el (calendar-mode-map):
12353 * calendar/diary-lib.el (include-other-diary-files, diary-mail-entries):
12354 * calendar/appt.el (appt-check, appt-make-list): Refer to
12355 diary-view-entries, diary-list-entries, diary-show-all-entries
12356 rather than obsolete aliases.
12357
12358 2006-05-12 Chong Yidong <cyd@stupidchicken.com>
12359
12360 * simple.el (line-move-finish): Avoid calling point motion hooks
12361 while processing intangibility.
12362
12363 2006-05-12 Dan Nicolaescu <dann@ics.uci.edu>
12364
12365 * term/xterm.el (terminal-init-xterm): Fix typo.
12366
12367 2006-05-12 Ken Manheimer <ken.manheimer@gmail.com>
12368
12369 * allout.el (allout-view-change-hook): Mark as being deprecated,
12370 to be replaced by `allout-exposure-change-hook'.
12371 (allout-exposure-change-hook): New, replacing
12372 `allout-view-change-hook'.
12373 (allout-flag-region): Run new hook `allout-exposure-change-hook',
12374 in addition to `allout-view-change-hook'.
12375 (allout-show-bodies, allout-old-style-prefixes)
12376 (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
12377 lambda forms to prevent their showing up in variable help
12378 presentations as inscrutable byte-compiled code.
12379 (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
12380 Use string-or-null-p to qualify safe-local-variable values.
12381 (allout-reindent-bodies): Use memq to qualify matches against
12382 valid safe-local-variable values. Also, quote the lambda as above.
12383 (allout-use-mode-specific-leader): Add missing candidate-value
12384 symbols, use memq, and quote the lambda.
12385 (allout-overlay-interior-modification-handler): Remove unused
12386 variables `msg' and 'opened'.
12387 (allout-hidden-p): Constrain invisibility consideration to allout's
12388 invisibility spec, disregarding invisibility for other reasons.
12389
12390 2006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
12391
12392 * files.el (version-control): Correct safe values.
12393
12394 2006-05-12 Thien-Thi Nguyen <ttn@gnu.org>
12395
12396 * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
12397
12398 (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
12399 (ewoc--insert-new-node): New func.
12400 Update callers of deleted funcs to use it, instead.
12401
12402 2006-05-11 Glenn Morris <rgm@gnu.org>
12403
12404 * calendar/calendar.el (diary-show-all-entries): Do not refer to
12405 obsolete alias `show-all-diary-entries'.
12406 (make-diary-entry): Not interactive.
12407 (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
12408 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
12409 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
12410 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
12411 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
12412 (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
12413
12414 2006-05-11 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
12415
12416 * calendar/calendar.el (calendar-french-date-string)
12417 (calendar-mayan-date-string, calendar-chinese-date-string)
12418 (calendar-astro-date-string, calendar-iso-date-string)
12419 (calendar-islamic-date-string, calendar-bahai-date-string)
12420 (calendar-hebrew-date-string, calendar-coptic-date-string)
12421 (calendar-ethiopic-date-string, calendar-persian-date-string):
12422 These functions are not interactive.
12423
12424 2006-05-11 Luc Teirlinck <teirllm@auburn.edu>
12425
12426 * files.el: Balance parentheses.
12427
12428 2006-05-11 Reiner Steib <Reiner.Steib@gmx.de>
12429
12430 * files.el, newcomment.el, outline.el, simple.el,
12431 * emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
12432 * progmodes/cc-vars.el, progmodes/compile.el:
12433 Move `safe-local-variable' declarations to the respective files.
12434
12435 * help-fns.el (describe-variable): Don't print safe-var if it is
12436 byte-code. Improve wording as suggested by Luc Teirlinck.
12437
12438 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
12439
12440 * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
12441 (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
12442 Use a token for pending-triggers to ensure gdb-var-update
12443 gets called once per user input again for pre-GDB 6.4.
12444 (gdb-var-delete): Match on more complex expressions.
12445 (gdb-var-list-children-handler, gdb-var-create-handler):
12446 Use a token for consistency.
12447
12448 2006-05-11 Carsten Dominik <dominik@science.uva.nl>
12449
12450 * textmodes/org.el (org-read-date, org-goto-calendar)
12451 (org-agenda-goto-calendar):
12452 Bind `view-calendar-holidays-initially' to nil.
12453
12454 2006-05-11 Thien-Thi Nguyen <ttn@gnu.org>
12455
12456 * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
12457 Update all callers to do it there, instead.
12458
12459 2006-05-10 Glenn Morris <rgm@gnu.org>
12460
12461 * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
12462 prefix arg case, to avoid view-diary-entries-initially error.
12463 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
12464 (calendar-date-is-legal-p): Handle dates with no day part.
12465
12466 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
12467
12468 * comint.el (comint-insert-input): Just make it when
12469 comint-use-prompt regexp is nil (default) and with the mouse.
12470 (comint-copy-old-input): Reinstate from 2004-06-23.
12471 (comint-mode-map): Bind C-c C-m to it.
12472
12473 2006-05-10 J.D. Smith <jdsmith@as.arizona.edu>
12474
12475 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
12476 Remove spurious move to point-max (new comint behavior fixes).
12477
12478 * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
12479 compatibility function (Emacs 18/19).
12480 (idlwave-is-continuation-line): Always return point at start of
12481 previous non-blank continuation line.
12482 (keyword-parameters): Fix continued comment font-lock matcher.
12483 (idlwave-font-lock-fontify-region): Written, use as
12484 font-lock-fontify-region-function, to fix continued keyword
12485 fontification issues.
12486
12487 2006-05-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12488
12489 * term/mac-win.el (mac-font-panel-mode): Doc fix.
12490 (mac-service-selection, mac-service-open-file)
12491 (mac-service-open-selection, mac-service-mail-selection)
12492 (mac-service-mail-to, mac-service-insert-text): Rename from
12493 mac-services-*. All uses changed.
12494 (mac-apple-event-map): Rename event symbol `services' to `service'.
12495
12496 2006-05-10 Thien-Thi Nguyen <ttn@gnu.org>
12497
12498 * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
12499 (ewoc--node-enter-first, ewoc--node-enter-last)
12500 (ewoc--delete-node-internal): Merge funcs into unique callers.
12501
12502 2006-05-09 Chong Yidong <cyd@stupidchicken.com>
12503
12504 * emacs-lisp/crm.el (completing-read-multiple): Properly handle
12505 return value of read-from-minibuffer for empty input.
12506
12507 2006-05-09 Miles Bader <miles@gnu.org>
12508
12509 * comint.el (comint-insert-input): Remove redundant calls to setq
12510 and goto-char.
12511
12512 2006-05-10 Nick Roberts <nickrob@snap.net.nz>
12513
12514 * comint.el (comint-insert-input): Make it work when
12515 comint-use-prompt-regexp is t.
12516
12517 2006-05-10 Miles Bader <miles@gnu.org>
12518
12519 * subr.el (field-at-pos): New function.
12520
12521 * comint.el (comint-insert-input): Use it.
12522
12523 2006-05-09 Juri Linkov <juri@jurta.org>
12524
12525 * battery.el (battery-linux-proc-acpi): Also try
12526 `/proc/acpi/thermal_zone/THR2/temperature'.
12527
12528 * files.el <safe-local-variable>: Remove `eval' and `let' binding
12529 for now unused lambda `string-or-null'.
12530
12531 * add-log.el (change-log-default-name): Put `string-or-null-p'
12532 instead of lambda on `safe-local-variable' property.
12533
12534 * diff-mode.el (diff-context->unified): Use `region-beginning' and
12535 `region-end' instead of `mark' and `point'.
12536 (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
12537 Operate on region in Transient Mark mode when the mark is active.
12538 Use `region-beginning' and `region-end' instead of `mark' and
12539 `point'.
12540 (diff-hunk-text, diff-goto-source): Doc fix.
12541
12542 * startup.el (fancy-splash-screens, normal-splash-screen): Use
12543 face `mode-line-buffer-id' for mode-line buffer face instead of
12544 hard-coded `(:weight bold)'.
12545
12546 * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
12547 buffer-undo-list to t (undo-ask is reproducible by visiting
12548 nested archives).
12549
12550 2006-05-09 Kim F. Storm <storm@cua.dk>
12551
12552 * progmodes/grep.el (rgrep): Set default directory of *grep*
12553 buffer if we start M-x rgrep in the *grep* buffer and choose
12554 a different base directory.
12555
12556 2006-05-09 Michael Albinus <michael.albinus@gmx.de>
12557
12558 * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
12559 completion also when ido is loaded.
12560
12561 2006-05-09 Masatake YAMATO <jet@gyve.org>
12562
12563 * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
12564 "warning" and "import".
12565 (cpp-font-lock-keywords): Added "warning".
12566
12567 2006-05-08 Dan Nicolaescu <dann@ics.uci.edu>
12568
12569 * term/xterm.el (terminal-init-xterm): Add more key bindings.
12570
12571 2006-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
12572
12573 * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
12574 pages at a time, if we signal the end, we should indeed reach that end.
12575
12576 2006-05-08 David Reitter <david.reitter@gmail.com>
12577
12578 * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
12579 output during execution of the body.
12580
12581 2006-05-08 Kim F. Storm <storm@cua.dk>
12582
12583 * progmodes/grep.el (lgrep, rgrep): Doc fixes.
12584
12585 2006-05-08 Thien-Thi Nguyen <ttn@gnu.org>
12586
12587 * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
12588 Use with-current-buffer.
12589
12590 2006-05-07 Kim F. Storm <storm@cua.dk>
12591
12592 * subr.el (add-to-history): Remove keep-dups arg.
12593
12594 * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
12595 to nil around call to add-to-history.
12596
12597 2006-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
12598
12599 * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
12600 than after a buffer modification.
12601
12602 2006-05-08 Nick Roberts <nickrob@snap.net.nz>
12603
12604 * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
12605 call to...
12606 (gud-watch): ...here so speedbar is raised for already watched
12607 expressions.
12608 (gdb-speedbar-refresh): Delete function.
12609 (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
12610 Use speedbar-timer-fn instead of speedbar-refresh (reverting
12611 earlier change).
12612 (gdb-var-evaluate-expression-handler)
12613 (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
12614
12615 * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
12616 Update localized contents for all buffers except ignored modes.
12617
12618 2006-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12619
12620 * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
12621 (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
12622 (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
12623 (mac-handle-font-panel-closed, mac-handle-font-selection):
12624 New functions.
12625 (mac-font-panel-mode): New minor mode.
12626 (mac-apple-event-map): Add bindings for toolbar toggle button and
12627 font panel.
12628 (menu-bar-showhide-menu): Add mac-font-panel-mode.
12629
12630 2006-05-07 John Paul Wallington <jpw@pobox.com>
12631
12632 * ibuffer.el (ibuffer-compressed-file-name-regexp):
12633 Avoid `regexp-opt'; simplify regexp for readability.
12634
12635 2006-05-06 Eli Zaretskii <eliz@gnu.org>
12636
12637 * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
12638 * files.el (buffer-stale-function):
12639 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
12640 * autorevert.el (global-auto-revert-non-file-buffers): Point Info
12641 links to the main manual, not to emacs-xtra.
12642
12643 2006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12644
12645 * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
12646 MacJapanese if text is ASCII-only.
12647
12648 2006-05-06 Nick Roberts <nickrob@snap.net.nz>
12649
12650 * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
12651 unless so nil isn't returned.
12652 (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
12653
12654 2006-05-06 Kim F. Storm <storm@cua.dk>
12655
12656 * subr.el (add-to-history): New function.
12657
12658 * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
12659 (ediff-merge-files-with-ancestor):
12660 * env.el (setenv):
12661 * isearch.el (isearch-update-ring):
12662 * server.el (server-visit-files):
12663 * progmodes/grep.el (lgrep, rgrep):
12664 * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
12665 * progmodes/xscheme.el (xscheme-insert-expression):
12666 Use add-to-history.
12667
12668 * kmacro.el (kmacro-push-ring): Use add-to-history.
12669 (kmacro-ring-length): Remove unused defun.
12670 (kmacro-start-macro): Use kmacro-push-ring.
12671
12672 2006-05-06 Thien-Thi Nguyen <ttn@gnu.org>
12673
12674 * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
12675 directly instead of a lambda expression that calls it.
12676
12677 2006-05-06 Kim F. Storm <storm@cua.dk>
12678
12679 * avoid.el (mouse-avoidance-point-position): Use posn-at-point
12680 instead of compute-motion.
12681
12682 2006-05-05 Dan Nicolaescu <dann@ics.uci.edu>
12683
12684 * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
12685 change.
12686
12687 2006-05-05 Reiner Steib <Reiner.Steib@gmx.de>
12688
12689 * startup.el (command-line-1): Refer to "Pure Storage" on
12690 pure-space-overflow.
12691
12692 2006-05-05 Martin Rudalics <rudalics@gmx.at>
12693
12694 * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
12695 provided faces once they all have been used up.
12696
12697 2006-05-05 Eli Zaretskii <eliz@gnu.org>
12698
12699 * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
12700 reference to the Lisp manual to the warning about pure space
12701 overflow.
12702
12703 2006-05-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
12704
12705 * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
12706 argument to avoid the call to `ispell-internal-change-dictionary'
12707 when not needed.
12708 (ispell-change-dictionary): Use this argument and call
12709 `ispell-internal-change-dictionary' after the possible change
12710 to `ispell-local-dictionary'.
12711 (ispell-internal-change-dictionary): Check for a change in
12712 personal dictionary use too.
12713
12714 2006-05-05 Eli Zaretskii <eliz@gnu.org>
12715
12716 * startup.el (command-line): On MS-Windows, probe "~", not
12717 "~USER", for warning about non-existent home directory.
12718
12719 * arc-mode.el (archive-l-e): New optional argument `float' means
12720 generate a float value.
12721 (archive-arc-summarize, archive-lzh-summarize)
12722 (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
12723 with 3rd argument non-nil when file's size is being computed.
12724 Format the file sizes with %8.0f instead of %8d.
12725
12726 2006-05-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12727
12728 * cus-start.el (all): Add mac-dnd-known-types.
12729
12730 * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
12731 (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
12732 (mac-TIFF-to-string): New functions.
12733 (x-get-selection, x-selection-value)
12734 (mac-select-convert-to-string): Use them.
12735 (mac-text-encoding-mac-japanese-basic-variant): New constant.
12736 (mac-dnd-types-alist): New customization variable.
12737 (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
12738 (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
12739 (mac-dnd-handle-drag-n-drop-event): New functions.
12740 (mac-drag-n-drop): Remove function.
12741 (global-map): Bind drag-n-drop and M-drag-n-drop to
12742 mac-dnd-handle-drag-n-drop-event.
12743
12744 2006-05-04 Karl Chen <quarl@NOSPAM.quarl.org>
12745
12746 * progmodes/perl-mode.el (perl-beginning-of-function):
12747 Skip anonymous subs.
12748
12749 2006-05-04 Dan Nicolaescu <dann@ics.uci.edu>
12750
12751 * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
12752 regexp-opt at run time.
12753
12754 * term.el (term-handle-ansi-escape): Fix off by one error.
12755
12756 2006-05-04 Nick Roberts <nickrob@snap.net.nz>
12757
12758 * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
12759 (gdb-init-1, gdb-post-prompt): ...and references to it.
12760 (gdb-frame-handler): Strip directory name from filename if present.
12761
12762 * progmodes/gud.el (gdb-force-update): Delete defvar
12763 (gud-speedbar-buttons): ...and references to it. Use window-start
12764 to try to keep positon in watch expression.
12765
12766 2006-05-03 Richard Stallman <rms@gnu.org>
12767
12768 * simple.el (next-history-element, previous-history-element): Doc fix.
12769
12770 * isearch.el (isearch-update-ring): Doc fix.
12771
12772 2006-05-03 Dan Nicolaescu <dann@ics.uci.edu>
12773
12774 * isearch.el (isearch-update-ring): Take history-delete-duplicates
12775 into consideration. Replace one arm ifs with whens.
12776
12777 2006-05-03 Nick Roberts <nickrob@snap.net.nz>
12778
12779 * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
12780 (menu): Fix typo.
12781
12782 2006-05-02 Miles Bader <miles@gnu.org>
12783
12784 * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
12785
12786 2006-05-02 Jay Belanger <belanger@truman.edu>
12787
12788 * calc/calc-embed.el (calc-override-minor-modes-map)
12789 (calc-override-minor-modes): New variables.
12790 (calc-do-embedded): Make sure that Calc keystrokes aren't
12791 overwritten by minor modes.
12792
12793 2006-05-02 Chong Yidong <cyd@mit.edu>
12794
12795 * msb.el (msb): If EVENT is a down event, read and discard the up event.
12796
12797 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
12798
12799 * startup.el (command-line-1): Refer to Lisp manual when
12800 pure-space-overflow occurs.
12801
12802 * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
12803 (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
12804 (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
12805 (version-control): Don't use `t' for safe-local-variable declarations.
12806
12807 2006-05-01 Richard Stallman <rms@gnu.org>
12808
12809 * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
12810 M-r, M-R, M-A, M-SPC or M-DEL.
12811 (diff-mode-map): diff-refine-hunk now on C-c C-w
12812 (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
12813
12814 * help-mode.el (help-mode): view-exit-action calls delete-window
12815 only when it is safe and possible.
12816
12817 * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
12818 in messages.
12819
12820 * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
12821
12822 * tool-bar.el (tool-bar-setup): Put Help and Preferences items
12823 in the default tool-bar-map.
12824
12825 2006-05-01 Michael Albinus <michael.albinus@gmx.de>
12826
12827 * net/tramp.el (tramp-completion-file-name-handler-alist)
12828 (tramp-run-real-handler, tramp-completion-run-real-handler)
12829 (tramp-completion-handle-file-name-all-completions)
12830 (tramp-completion-handle-file-name-completion): Autoload them.
12831 (tramp-completion-handle-file-exists-p)
12832 (tramp-completion-handle-file-name-directory)
12833 (tramp-completion-handle-file-name-nondirectory)
12834 (tramp-completion-handle-expand-file-name): Remove them.
12835 (tramp-handle-file-name-directory): Return the real directory name.
12836 Returning "/" only doesn't need to be necessary any longer.
12837 (tramp-file-name-handler): Make special attention when in hostname
12838 completion mode.
12839 (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
12840 (tramp-register-file-name-handlers):
12841 Register `tramp-completion-file-name-handler' only when
12842 `partial-completion-mode' is enabled.
12843 (tramp-completion-handle-file-name-all-completions):
12844 Delete directory part from results.
12845 (tramp-get-completion-methods, tramp-get-completion-user-host):
12846 Discard deleting "/", it doesn't work after the change of
12847 `tramp-handle-file-name-directory' above.
12848
12849 2006-05-01 Kim F. Storm <storm@cua.dk>
12850
12851 * progmodes/grep.el (grep-expand-template): Use save-match-data
12852 and symbol-value.
12853
12854 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12855
12856 * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
12857 Use select-frame-set-input-focus instead of raise-frame.
12858 (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
12859
12860 2006-05-01 Nick Roberts <nickrob@snap.net.nz>
12861
12862 * progmodes/gud.el (gud-def): Add %c case.
12863 (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
12864 (gud-format-command): Make match case sensitive. Match on %F.
12865
12866 2006-04-30 Glenn Morris <rgm@gnu.org>
12867
12868 * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
12869 (cal-tex-preamble): Use cal-tex-preamble-extra.
12870 (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
12871 than alias `list-diary-entries'.
12872
12873 2006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
12874
12875 * help-fns.el (describe-variable): Add info about safe local variables.
12876
12877 2006-04-29 Richard Stallman <rms@gnu.org>
12878
12879 * bindings.el (mode-line-format): help-echo doc fixes.
12880
12881 * net/tramp.el (tramp-file-name-handler-alist): Delete
12882 expand-file-name and other operations that can cause spurious loading.
12883
12884 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
12885
12886 * files.el (safe-local-variable-p): Remove support for the special
12887 value t.
12888
12889 * textmodes/paragraphs.el (sentence-end-without-space):
12890 Fix safety predicate.
12891 (sentence-end-double-space, sentence-end-without-period)
12892 (paragraph-ignore-fill-prefix):
12893 * textmodes/fill.el (colon-double-space):
12894 * abbrev.el (abbrev-mode): Tighten the safety predicate.
12895
12896 * subr.el (booleanp): New fun.
12897
12898 * textmodes/reftex-vars.el (reftex-guess-label-type):
12899 Tighten the safety predicate.
12900
12901 2006-04-28 Kim F. Storm <storm@cua.dk>
12902
12903 * progmodes/grep.el (defgroup grep): Doc fix.
12904 (grep-auto-highlight): Remove.
12905 (grep-template): New defcustom.
12906 (grep-find-template): Rename from grep-tree-template.
12907 (grep-files-aliases): Rename from grep-tree-files-aliases.
12908 Remove "all" alias, add "l" alias.
12909 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
12910 (grep-find-ignored-directories): New defcustom to replace
12911 grep-tree-ignore-CVS-directories, to facilitate ignoring
12912 subdirectories for multiple version control systems.
12913 (grep-mode-map): Add Recursive grep item to GREP menu.
12914 (grep-regexp-history, grep-files-history): New defvars.
12915 (grep-probe): New helper function.
12916 (grep-compute-defaults): Use it to simplify code.
12917 Adapt to name changes.
12918 Use `.' as base in grep-find-template rather than <D>.
12919 (grep): Remove superfluous highlight-regexp arg. Fix doc.
12920 Call grep-compute-defaults unconditionally.
12921 (grep-expand-keywords): New defconst.
12922 (grep-expand-template): Rename from grep-expand-command-macros.
12923 Simplify via grep-expand-keywords. Look at case-fold-search instead
12924 of grep-tree-ignore-case to add -i option.
12925 Bind case-fold-search to nil while matching keywords.
12926 (grep-tree-last-regexp, grep-tree-last-files): Remove.
12927 (grep-read-regexp, grep-read-files): New helper functions.
12928 (rgrep): Rename from grep-tree. Rework to use proper histories.
12929 Adapt to changes in defcustoms and functions above.
12930 (lgrep): New command, as grep, but using same interactive UI as rgrep.
12931
12932 2006-04-28 Michael Albinus <michael.albinus@gmx.de>
12933
12934 * net/tramp.el (tramp-completion-file-name-handler):
12935 Disable Tramp's functionality while loading Tramp itself.
12936 (tramp-register-file-name-handlers): That's a defsubst now.
12937 Code from `tramp-repair-jka-compr' moved here. Apply it via
12938 `after-init-hook'.
12939 (tramp-repair-jka-compr): Remove.
12940
12941 2006-04-27 Jay Belanger <belanger@truman.edu>
12942
12943 * calc/calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
12944 read expression when `math-read-big-expr' doesn't work.
12945
12946 2006-04-27 Reiner Steib <Reiner.Steib@gmx.de>
12947
12948 * startup.el (command-line-1): Display warning when
12949 pure-space-overflow is non-nil.
12950
12951 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12952
12953 * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
12954 risky.
12955
12956 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12957
12958 * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
12959 Return the URL or nil if none can be generated.
12960
12961 2006-04-27 Nick Roberts <nickrob@snap.net.nz>
12962
12963 * progmodes/gud.el (gud-comint-buffer): Move forward to stop
12964 byte compiler warnings.
12965 (gud-basic-call, gud-find-expr): Let user select an expression
12966 for printing. Print expression as well as value in GUD buffer.
12967
12968 2006-04-17 Ken Manheimer <ken.manheimer@gmail.com>
12969
12970 * allout.el: Remove local autoload declaration for
12971 pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
12972 (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
12973 (allout-plain-bullets-string, allout-distinctive-bullets-string)
12974 (allout-use-mode-specific-leader, allout-old-style-prefixes)
12975 (allout-stylish-prefixes, allout-numbered-bullet)
12976 (allout-file-xref-bullet, allout-presentation-padding)
12977 (allout-use-hanging-indents, allout-reindent-bodies): Mark as
12978 safe-local-variable with suitable value spec, and add autoload
12979 cookie for loaddefs inclusion. We now use an explicit spec everywhere.
12980 (move-beginning-of-line, move-end-of-line): Repair so these compat
12981 functions now actually resituate the point, when appropriate.
12982
12983 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
12984
12985 * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
12986
12987 * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
12988 (add-log-iso8601-time-string): Fix call to format-time-string.
12989
12990 2006-04-26 Kim F. Storm <storm@cua.dk>
12991
12992 * subr.el (posn-string, posn-image, posn-object): Doc fix.
12993
12994 2006-04-26 Masatake YAMATO <jet@gyve.org>
12995
12996 * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
12997 Add support for "//" style comments. Remove `b' flag
12998 from ?* in `asm-mode-syntax-table'.
12999
13000 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
13001
13002 * follow.el: Use (featurep 'xemacs) everywhere.
13003 (follow-mode): Use define-minor-mode.
13004 (follow-mode-map): Move initialization into the declaration.
13005 Use command remapping.
13006 (follow-emacs-version-xemacs-p): Remove.
13007 (follow-submit-feedback): Remove.
13008
13009 * allout.el (allout-layout, allout-passphrase-verifier-string)
13010 (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
13011
13012 * textmodes/reftex-vars.el (reftex-vref-is-default)
13013 (reftex-fref-is-default, reftex-guess-label-type):
13014 Tighten up a bit the safety predicate.
13015
13016 * textmodes/paragraphs.el (sentence-end-double-space)
13017 (sentence-end-without-period, sentence-end-without-space)
13018 (page-delimiter, paragraph-ignore-fill-prefix):
13019 Tighten up a bit the safety predicate.
13020
13021 * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
13022
13023 * progmodes/python.el (python-continuation-line-p)
13024 (python-beginning-of-statement): syntax-ppss may return
13025 a negative depth.
13026 (python-mode): Don't forcefully enable font-lock.
13027
13028 * time-stamp.el (time-stamp-start, time-stamp-end)
13029 (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
13030
13031 * add-log.el: Remove spurious * in docstrings.
13032 (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
13033 (add-change-log-entry): Use it here, since it's not specific
13034 to iso8601.
13035 (add-log-iso8601-time-string): Don't use it here any more.
13036 (change-log-indent-text, change-log-indent): Rename from add-log-*.
13037
13038 * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
13039
13040 2006-04-25 Ryan Yeske <rcyeske@gmail.com>
13041
13042 * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
13043 (rcirc-toggle-low-priority): Doc fix.
13044 (rcirc-handler-NOTICE): Remove beginning of line anchor in
13045 ChanServ regexp.
13046 (rcirc-startup-channels-alist): Connect to #rcirc by default, not
13047 #emacs.
13048 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
13049 (rcirc-decode-coding-system): Use utf-8 as the default.
13050 (rcirc-multiline-minor-mode): Set the fill-column.
13051 (rcirc-format-response-string): Display bright and dim nicks.
13052 (rcirc-browse-url): Update interactive spec to fill ARG.
13053 (rcirc-bright-nick, rcirc-dim-nick): Add faces.
13054 (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
13055
13056 2006-04-24 J.D. Smith <jdsmith@as.arizona.edu>
13057
13058 * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
13059 case for @Article, etc.
13060
13061 2006-04-23 Michael Albinus <michael.albinus@gmx.de>
13062
13063 * net/tramp.el (tramp-register-file-name-handlers): New defun.
13064 Added with autoload cookie.
13065 (tramp-unload-file-name-handlers): Rename from
13066 `tramp-unload-file-name-handler-alist'.
13067
13068 2006-04-23 Romain Francoise <romain@orebokech.com>
13069
13070 * comint.el (comint-match-partial-filename): Doc fix.
13071
13072 2006-04-21 Glenn Morris <rgm@gnu.org>
13073
13074 * calendar/cal-menu.el (calendar-mode-map): Refer to
13075 `diary-view-entries' rather than alias `view-diary-entries'.
13076 * calendar/diary-lib.el (view-other-diary-entries): Ditto.
13077
13078 2006-04-21 Luc Teirlinck <teirllm@auburn.edu>
13079
13080 * progmodes/antlr-mode.el (antlr-default):
13081 * cus-edit.el (custom-documentation):
13082 * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
13083 in defface.
13084
13085 2006-04-21 Kim F. Storm <storm@cua.dk>
13086
13087 * image.el (image-type): New defun split out of create-image.
13088 (create-image): Use it.
13089
13090 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
13091
13092 * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
13093 (org-open-at-point): Remove the "...done" message to keep output
13094 in the echo area visible.
13095 (org-export-as-xoxo): Fix call to `indent-region'.
13096
13097 2006-04-21 Kevin Ryde <user42@zip.com.au>
13098
13099 * international/mule.el (keyboard-coding-system): defcustom
13100 info-link fixes: "Specify Coding" has been split, keyboard now in
13101 "Terminal Coding", and "Single-Byte Character Support" is now
13102 "Unibyte Mode".
13103
13104 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
13105
13106 * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
13107 Use font-lock-warning-face for any errors e.g. no stack.
13108 (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
13109
13110 2006-04-20 Dan Nicolaescu <dann@ics.uci.edu>
13111
13112 * progmodes/sh-script.el (sh-shell): Mark as safe.
13113
13114 * newcomment.el (comment-start, comment-start-skip)
13115 (comment-end-skip, comment-end): Mark as safe.
13116
13117 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
13118
13119 * textmodes/org.el (org-deadline-announce): Face removed.
13120 (org-level-faces, org-n-levels): Convert to constant.
13121 (org-compatible-face): New function.
13122 (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
13123 (org-level-5, org-level-6, org-level-7, org-level-8)
13124 (org-special-keyword, org-warning, org-headline-done, org-link)
13125 (org-date, org-tag, org-todo, org-done, org-table, org-formula)
13126 (org-scheduled-today, org-scheduled-previously, org-time-grid):
13127 Face definition revised for better color tty support.
13128 (org-bold-re, org-italic-re, org-underline-re): New constants.
13129 (org-set-font-lock-defaults): Use the new constants.
13130 (org-agenda-highlight-todo): New function.
13131 (org-agenda-todo): Fix bug with point at end of line.
13132 (org-agenda-change-all-lines, org-finalize-agenda-entries):
13133 Fontify TODO keywords.
13134 (org-insert-link): Preserve relative path in ../ links.
13135 (org-export-as-html): Convert links pointing to .org files into
13136 links that will work beteen the exported HTML files.
13137 (org-todo-list): Fix bug when arg=0.
13138 (org-insert-heading): More fine-tuning.
13139
13140 2006-04-19 Romain Francoise <romain@orebokech.com>
13141
13142 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
13143 from `rmail-mime-charset-pattern'.
13144
13145 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
13146
13147 * progmodes/python.el (python-mode): Fix typo.
13148
13149 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
13150
13151 * comint.el (comint-previous-input): Don't clobber input line
13152 when moving off either end of the input history ring.
13153 (comint-delete-input): New function, used by
13154 `comint-previous-input' and others.
13155 (comint-previous-matching-input):
13156 Use `coming-delete-input'. Save the partial input if leaving the
13157 edit line. Goto point-max before deleting input to avoid
13158 partial input fragments hanging around.
13159 (comint-restore-input): New function, used by `comint-previous-input'.
13160
13161 2006-04-18 Luc Teirlinck <teirllm@auburn.edu>
13162
13163 * imenu.el (imenu--index-alist): Balance parentheses.
13164
13165 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
13166
13167 * progmodes/python.el (python-mode): Add support for hs-minor-mode.
13168
13169 2006-04-19 Reiner Steib <Reiner.Steib@gmx.de>
13170
13171 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
13172 file is nil.
13173
13174 2006-04-18 Richard Stallman <rms@gnu.org>
13175
13176 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
13177
13178 * imenu.el (imenu-create-index-function, imenu--index-alist)
13179 (imenu--last-menubar-index-alist, imenu--make-index-alist)
13180 (imenu-default-create-index-function, imenu--generic-function):
13181 Doc fixes.
13182
13183 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
13184
13185 * help-mode.el (help-mode): Set view-exit-action to delete window.
13186
13187 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
13188 now works by passing nil as arg.
13189
13190 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
13191
13192 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
13193 (read-abbrev-file): Provide default when reading filename.
13194
13195 * files.el (enable-local-variables): Allow :all as value.
13196 (hack-local-variables): Implement that value.
13197 (safe-local-variable-values, safe-local-eval-forms)
13198 (enable-local-variables): Mark as risky.
13199 (find-file-visit-truename, kept-old-versions): Mark safe.
13200
13201 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
13202 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
13203 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
13204
13205 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
13206
13207 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
13208 Use forward-line so as to get to BOL even in the presence of fields.
13209 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
13210 in return.
13211 (inferior-tcl): Tell tclsh to work in interactive mode.
13212
13213 * complete.el (partial-completion-mode):
13214 Use 'choose-completion-string-functions to make sure that
13215 choose-completion fills the minibuffer properly.
13216
13217 * complete.el (PC-old-read-file-name-internal): Remove.
13218 (PC-read-include-file-name-internal): Remove. Turn it into an advice
13219 of read-file-name-internal.
13220 (partial-completion-mode): Enable/disable this advice.
13221
13222 2006-04-18 Juanma Barranquero <lekktu@gmail.com>
13223
13224 * net/tramp.el (tramp-completion-file-name-handler): Revert change
13225 of 2006-04-17.
13226
13227 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
13228
13229 * textmodes/org.el (org-insert-heading): Insert heading before
13230 current if at beginning of line.
13231 (org-todo, org-date): New faces.
13232 (org-table-align): Make sure tooltip window contains full text.
13233 (org-no-properties): New defsubst.
13234 (org-set-font-lock-defaults): Use new faces.
13235
13236 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
13237
13238 * progmodes/gud.el (gud-speedbar-item-info): Display frame address
13239 for root variables.
13240
13241 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
13242 (gdb-frame-address): Re-use to identify frame for watch expression.
13243 (gdb-var-list, gdb-var-create-handler): Add frame address for root
13244 variables.
13245 (gdb-init-1, gdb-source, gdb-post-prompt)
13246 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
13247 (gdb-frame-handler): Get gdb-frame-address.
13248
13249 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
13250
13251 Sync with Tramp 2.0.53.
13252
13253 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
13254 'control. Reported by Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>.
13255 (tramp-completion-file-name-handler): Add autoload cookie for
13256 adding to `file-name-handler-alist'.
13257
13258 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
13259 the prompt. If it returns earlier (when detecting an error
13260 message), the rest of the output will merge accidently with the
13261 output of the next command. Reported by M Jared Finder
13262 <jared@hpalace.com>.
13263
13264 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
13265 for `process-file', in order to let it work for older Emacsen too.
13266
13267 2006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de>
13268
13269 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
13270 (tex-font-lock-keywords-3): Use it.
13271
13272 2006-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
13273
13274 * newcomment.el (comment-add): New function.
13275 (comment-region-default, comment-dwim): Use it.
13276
13277 2006-04-15 Michael Olson <mwolson@gnu.org>
13278
13279 * emacs-lisp/tq.el: Improve comments.
13280 (tq-queue-head-question): New accessor function.
13281 (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
13282 Update for modified queue structure.
13283 (tq-queue-add): Accept `question' argument.
13284 (tq-queue-pop): If a question is pending, send it.
13285 (tq-enqueue): Accept new optional argument `delay-question'.
13286 If this is non-nil, and at least one other question is pending a
13287 response, queue the question rather than sending it immediately.
13288
13289 2006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13290
13291 * calendar/appt.el (appt-add): Check whether an appointment is
13292 already present in appt-time-msg-list. Simplify code.
13293
13294 2006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
13295
13296 * progmodes/cc-langs.el (c-mode-menu):
13297 Don't presume c-subword-mode is bound.
13298
13299 2006-04-13 Bill Wohler <wohler@newt.com>
13300
13301 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
13302 (customize-package-emacs-version): Use cdr instead of cadr now
13303 that alists use dotted pairs.
13304
13305 * custom.el (defcustom): Fix docstring for :package-version.
13306
13307 2006-04-13 Michael Albinus <michael.albinus@gmx.de>
13308
13309 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
13310 (tramp-handle-shell-command): Display output buffer only when
13311 `tramp-display-shell-command-buffer' is true.
13312 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
13313
13314 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
13315
13316 * textmodes/org.el (org-set-autofill-regexps): Set only the local
13317 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
13318
13319 2006-04-13 Romain Francoise <romain@orebokech.com>
13320
13321 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
13322 leaving temporary .cvsignore buffers behind.
13323
13324 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
13325
13326 * textmodes/org.el (org-set-regexps-and-options)
13327 (org-get-current-options): Better names for the startup folding
13328 options.
13329
13330 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
13331
13332 * vc.el (vc-annotate): Arrange for point to end up at the same
13333 line number as in the original, but only when using a new buffer.
13334
13335 2006-04-12 Stuart Herring <herring@lanl.gov> (tiny change)
13336
13337 * files.el (hack-one-local-variable-eval-safep):
13338 Recognize `edebug-form-spec' for `put', but only if it passes
13339 `edebug-basic-spec'. Generalize `put' handling.
13340
13341 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
13342 vetting file-local form specs.
13343
13344 * allout.el (allout-layout): Autoload its `safe-local-variable'
13345 property.
13346
13347 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
13348
13349 * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
13350 (org-agenda-mouse-1-follows-link)
13351 (org-mouse-1-follows-link): New options.
13352 (org-format-agenda-item): Fix bug if TAGS is nil.
13353 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
13354
13355 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
13356
13357 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
13358 GDB 6.1+ gives full filename for "info sources" so use
13359 file-name-nondirectory.
13360
13361 2006-04-12 Romain Francoise <romain@orebokech.com>
13362
13363 * subr.el (read-passwd): Bind `message-log-max' to nil.
13364
13365 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
13366
13367 * progmodes/perl-mode.el (perl-indent-new-calculate):
13368 Recompute parse-start after jumping backward by a whole sexp.
13369
13370 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
13371
13372 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
13373 window configuration.
13374 (vc-annotate-display-select): Select the buffer so that current-buffer
13375 (and selected-window) is the output buffer at the end of vc-annotate.
13376
13377 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
13378
13379 * vc.el (vc-annotate-color-map): Add custom TTY color map for
13380 8-color terminals, to use all of the colors in a sensible order.
13381 256-color terminals work well with the standard map.
13382 (vc-annotate-lines): Only strip the first color character if it
13383 is "#", to allow for terminal-style named colors.
13384 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
13385 the correct buffer is scrolled.
13386
13387 2006-04-11 Richard Stallman <rms@gnu.org>
13388
13389 * emacs-lisp/bytecomp.el (byte-compile-file):
13390 Bind enable-local-variables to :safe, and make normal-mode obey it.
13391
13392 * files.el (enable-local-variables): Allow value :safe.
13393 (normal-mode): Doc fix.
13394 (hack-local-variables): Implement enable-local-variables = :safe.
13395 (hack-local-variables-confirm): Don't prevent quitting.
13396
13397 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
13398
13399 * loadhist.el (unload-feature): A bit of sanity check of
13400 load-history entries. Cancel timer-vars before unbinding them.
13401
13402 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
13403 quote special chars, and make the trick work on the hex part of the
13404 buffer as well.
13405 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
13406 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
13407
13408 * startup.el (normal-splash-screen): Fix last change so we don't wait
13409 2 minutes if we don't show the splash screen.
13410
13411 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
13412
13413 * textmodes/org.el (org-export-plain-list-max-depth)
13414 (org-table-spaces-around-separators)
13415 (org-radio-targets, org-activate-camels)
13416 (org-table-spaces-around-invisible-separators): Options removed.
13417 (org-time-stamp-rounding-minutes, org-remember-templates)
13418 (org-ellipsis, org-activate-links, org-descriptive-links):
13419 New options.
13420 (org-remember-apply-template, org-current-time)
13421 (org-finish-edit-table-field)
13422 (org-link-unescape, org-link-escape)
13423 (org-string-width, org-table-clean-line, org-html-do-expand)
13424 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
13425 (org-read-agenda-file-list): New functions.
13426 (org-table-edit-field)
13427 (org-table-create-or-convert-from-region): New commands
13428 (org-table-toggle-vline-visibility): Command removed.
13429 (org-table-convert-region): Made a command.
13430 (orgtbl-deleta-backward-char, orgtbl-delete-char): Remove commands.
13431 Replace with the normal org- functions.
13432 (org-self-insert-command): Don't trigger realign unnecessarily
13433 when blanking a field that is not full.
13434 (org-mode): `Set buffer-invisibility-spec' for links.
13435 (org-activate-links2): Hide link part and only show descriptive
13436 part of the link.
13437 (org-insert-link): Modify for new linking system.
13438 (org-store-link): Store description separately, for use by
13439 `org-insert-link'.
13440 (org-table-align): Use `org-string-width'.
13441 (defgroup): Completely new group structure for custom variables.
13442 (org-agenda-files): Option: Single file name allowed. Function:
13443 Optional argument unrestrited means ignore any restricitons.
13444 (org-install-agenda-files-menu): Find a buffer in Org-mode before
13445 trying to modify the menu. Use generalized access to
13446 `org-agenda-files.'
13447 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
13448 (org-agenda-file-to-front, org-remove-file, org-diary)
13449 (org-tags-view, org-export-icalendar-all-agenda-files)
13450 (org-export-icalendar-combine-agenda-files): Use generalized
13451 access to `org-agenda-files'.
13452 (org-remember-handler): Correctly preserve heading if present.
13453 (org-table-insert-row, org-table-insert-hline): Deal with
13454 invisible characters.
13455
13456 2006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
13457
13458 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
13459 (vc-annotate-color-map): New 18 element constant
13460 value/saturation, rotating hue colormap, from red->blue.
13461 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
13462 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
13463 (vc-annotate): To avoid killing the required local variables,
13464 set them before the end of `with-output-to-temp-buffer', and
13465 after first switching to annotate-mode.
13466 (vc-annotate-warp-version): Add buffer argument in goto-line to
13467 ensure annotation, not source, is scrolled.
13468
13469 2006-04-10 Bill Wohler <wohler@newt.com>
13470
13471 * custom.el (defcustom, custom-handle-keyword):
13472 Add :package-version keyword.
13473 (custom-add-package-version): New function. Sets value of new
13474 property 'custom-package-version from :package-version keyword.
13475 (defcustom): Create Common Keywords section in docstring.
13476 (defface, defgroup): Replace definitions of a select few keywords
13477 with a reference to the Common Keywords in defcustom.
13478 (defcustom, defface, defgroup): Replace reference to Customization
13479 chapter in manual with hyperlink.
13480
13481 * cus-edit.el (customize-package-emacs-version-alist): New variable.
13482 (customize-changed-options): Add check for custom-package-version.
13483 (customize-package-emacs-version): New function to look up Emacs
13484 version corresponding to the given package version.
13485
13486 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
13487 defun name, in similar fashion to find-variable-regexp.
13488
13489 2006-04-10 Eli Zaretskii <eliz@gnu.org>
13490
13491 * international/mule-cmds.el (set-locale-environment): Fix last
13492 change for when the locale's preferences don't specify any encoding.
13493
13494 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
13495
13496 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
13497 so the defined var/fun doesn't need to be quoted.
13498
13499 2006-04-10 Richard Stallman <rms@gnu.org>
13500
13501 * finder.el (finder-mode-map): Add n and p bindings.
13502
13503 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
13504
13505 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
13506 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
13507 (gdb-setup-windows): Put something in source window if we can't find
13508 the source file.
13509 (gdb-frame-handler): Make it work again with just assembly.
13510 (gdb-data-list-register-values-handler): Make it work when there is
13511 no stack.
13512
13513 2006-04-09 Richard Stallman <rms@gnu.org>
13514
13515 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
13516 specs while looking for charset.
13517
13518 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
13519
13520 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
13521 Make them faces.
13522 (lm-font-lock-keywords): Update appropriately.
13523
13524 2006-04-10 Kim F. Storm <storm@cua.dk>
13525
13526 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
13527 it can also replace buffer-substring-no-properties.
13528
13529 * emulation/cua-base.el (cua-delete-region, cua-paste)
13530 (cua-repeat-replace-region): Use filter-buffer-substring.
13531
13532 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
13533 (cua-cut-region-to-global-mark): Likewise.
13534
13535 * emulation/cua-rect.el (cua--extract-rectangle)
13536 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
13537
13538 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13539
13540 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
13541 entry-type. Add field delimiters to numerical fields if they are
13542 not present.
13543
13544 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13545
13546 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
13547 string-const to return value.
13548 (bibtex-remove-delimiters): Use it.
13549
13550 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
13551
13552 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
13553 cl-byte-compile-compiler-macro unless it exists.
13554
13555 2006-04-08 Eli Zaretskii <eliz@gnu.org>
13556
13557 * files.el (hack-local-variables-confirm) <offer-save>:
13558 Clarify message text. Suggested by Ralf Angeli.
13559
13560 2006-04-08 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
13561
13562 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
13563 (delete-extract-rectangle-line): Use `filter-buffer-substring'
13564 instead of `buffer-substring' and `delete-region'. (Most of the
13565 code actually copied from `kill-region'.)
13566
13567 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
13568
13569 * net/rcirc.el (rcirc-default-server): Rename from rcirc-server.
13570 (rcirc-default-port): Rename from rcirc-port.
13571 (rcirc-default-nick): Rename from rcirc-nick.
13572 (rcirc-default-user-name): Rename from rcirc-user-name.
13573 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
13574 (rcirc-low-priority-flag): New variable.
13575 (rcirc-decode-coding-system): New defcustom.
13576 (rcirc-encode-coding-system): New defcustom.
13577 (rcirc-coding-system-alist): New defcustom.
13578 (rcirc-multiline-major-mode): New defcustom.
13579 (rcirc-nick): New internal variable.
13580 (rcirc-process): Remove variable.
13581 (rcirc-server-buffer): New variable.
13582 (rcirc): Update to use rcirc-default-* variables above.
13583 (rcirc-connect): Do not add window-configuration-hook-here.
13584 (rcirc-server): New internal variable.
13585 (rcirc-connect): Do not send keepalive pings if
13586 rcirc-keepalive-seconds is nil.
13587 (with-rcirc-server-buffer): New macro.
13588 (rcirc-send-string): Encode with rcirc-encode-coding-system.
13589 (rcirc-server-name): Rename from rcirc-server.
13590 (rcirc-buffer-process): New function.
13591 (rcirc-buffer-nick): New function.
13592 (rcirc-buffer-target): Remove function.
13593 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
13594 New commands.
13595 (rcirc-mode-map): Change binding of C-c C-l to
13596 rcirc-toggle-low-priority.
13597 (rcirc-mode): Initialize coding system based on
13598 rcirc-coding-system-alist. New change-major-mode-hook to part the
13599 channel on a mode change. Make kill-buffer-hook buffer-local.
13600 (rcirc-change-major-mode-hook): New function.
13601 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
13602 (rcirc-last-post-time): New variable.
13603 (rcirc-process-message): Store the last time user posted a message
13604 to this target.
13605 (rcirc-multiline-minor-mode): New mode.
13606 (rcirc-multiline-minor-mode-map): New mode map.
13607 (rcirc-edit-multiline): Put multiline-edit buffer in
13608 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
13609 (rcirc-print): Ignore any line starting with an ignored nick.
13610 (rcirc-print): Decode using rcirc-decode-coding-system.
13611 (rcirc-track-minor-mode): Update global-mode-string when disabling
13612 this mode.
13613 (minor-mode-alist): Add LowPri indicator.
13614 (rcirc-toggle-low-priority): New function.
13615 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
13616 next lowpriority buffer with activity.
13617 (rcirc-record-activity): Sort buffers in rcirc-activity by the
13618 last time the user posted a message in to the target.
13619 (rcirc-update-activity-string): New formatting for low priority
13620 buffers.
13621 (rcirc-split-activity): New function.
13622 (rcirc-handler-PART, rcirc-handler-KICK)
13623 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
13624 (rcirc-nick-away-alist): New variable.
13625 (rcirc-handler-301): New handler. Away messages are printed once
13626 per change.
13627
13628 2006-04-08 Eli Zaretskii <eliz@gnu.org>
13629
13630 * info.el (Info-follow-nearest-node): Doc fix.
13631
13632 * international/mule-cmds.el (set-locale-environment): Make sure
13633 the coding-system preferred by the locale's language has the same
13634 EOL conversion type as the original buffer-file-coding-system.
13635 (locale-language-names): Add a few MS Windows language codes.
13636
13637 2006-04-07 Richard Stallman <rms@gnu.org>
13638
13639 * simple.el (eval-expression): Doc fix.
13640
13641 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
13642 (eval-defun): Doc fixes.
13643
13644 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
13645
13646 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
13647
13648 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
13649
13650 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
13651 GDB list command without argument for greater generality.
13652
13653 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
13654
13655 * subr.el (string-or-null-p): New function.
13656
13657 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
13658
13659 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
13660
13661 * files.el: Update comment about safe-local-variable declarations.
13662
13663 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
13664
13665 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
13666 See idlwave.org.
13667
13668 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
13669 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
13670
13671 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
13672 See idlwave.org.
13673
13674 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
13675 version 6.0 (minimal changes). See idlwave.org.
13676
13677 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
13678 6.0 (minimal changes). See idlwave.org.
13679
13680 * progmodes/idlw-rinfo.el: File obsoleted and removed.
13681
13682 2006-04-06 Romain Francoise <romain@orebokech.com>
13683
13684 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
13685 symmetric encryption features and a new asynchronous interface to
13686 GnuPG. This new version is version 1.4, plus whitespace changes.
13687
13688 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
13689
13690 * files.el: Move some `safe-local-variable' declarations to the
13691 respective files.
13692
13693 * textmodes/ispell.el (ispell-check-comments)
13694 (ispell-local-dictionary): Mark as safe.
13695
13696 * abbrev.el (abbrev-mode): Mark as safe.
13697
13698 * add-log.el (change-log-default-name): Mark as safe.
13699
13700 * textmodes/reftex-vars.el (reftex-vref-is-default)
13701 (reftex-fref-is-default, reftex-level-indent)
13702 (reftex-guess-label-type): Mark as safe.
13703
13704 * textmodes/fill.el (colon-double-space): Mark as safe.
13705
13706 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
13707 (sentence-end-double-space, sentence-end-without-period)
13708 (sentence-end-without-space, sentence-end, sentence-end-base)
13709 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
13710
13711 2006-04-06 Kim F. Storm <storm@cua.dk>
13712
13713 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
13714 the :set-after list.
13715 (ido-downcase-unc-hosts): New user option. Default on.
13716 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
13717 when it is set, as regexps are now applied on the fly.
13718 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
13719 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
13720 on the fly, but only when ido-process-ignore-lists is set.
13721 Do case insensitive filtering if ido-downcase-unc-hosts is set.
13722 Only downcase names if ido-downcase-unc-hosts is set.
13723
13724 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
13725
13726 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
13727
13728 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
13729
13730 2006-04-05 Kim F. Storm <storm@cua.dk>
13731
13732 * ido.el (ido-mode): Set after ido-unc-hosts and
13733 ido-ignore-unc-host-regexps.
13734 (ido-save-history): Save ido-unc-hosts-cache.
13735 (ido-load-history): Load ido-unc-hosts-cache.
13736 (ido-reread-directory): Refresh unc hosts cache in // dir.
13737
13738 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
13739 to nil while displaying slash screen.
13740
13741 2006-04-05 Daiki Ueno <ueno@unixuser.org>
13742
13743 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
13744 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
13745
13746 2006-04-05 Kenichi Handa <handa@m17n.org>
13747
13748 * international/characters.el: Setup cases of Latin, Greek, and
13749 Cyrillic characters in CJK charsets.
13750
13751 2006-03-29 Daiki Ueno <ueno@unixuser.org>
13752
13753 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
13754 default-enable-multibyte-characters. This reverts the change from
13755 revision 6.17 which is no longer necessary because the passphrase
13756 is sent separately now. GnuPG messages are unreadable under
13757 multibyte locales with default-enable-multibyte-characters set to nil.
13758
13759 2006-04-04 Andreas Schwab <schwab@suse.de>
13760
13761 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
13762 and `byte-compile-warnings' as `safe-local-variable'.
13763
13764 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
13765
13766 * man.el (Man-mode-map): Restore the \r binding.
13767 (Man-abstract-xref-man-page): If Man-target-string is a function,
13768 call it.
13769 (Man-highlight-references): Use Man-default-man-entry to get the
13770 target. Deal with xrefs too.
13771 (Man-highlight-references0): Don't call the target function.
13772
13773 * woman.el (WoMan-xref-man-page): Strip the section number, woman
13774 cannot deal with it.
13775
13776 2006-04-04 Daiki Ueno <ueno@unixuser.org>
13777
13778 * pgg-gpg.el: Clean up process buffers every time gpg processes
13779 complete.
13780
13781 2006-04-04 Kenichi Handa <handa@m17n.org>
13782
13783 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
13784 here.
13785 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
13786 Temporarily bind inhibit-field-text-motion to t.
13787
13788 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
13789
13790 * startup.el (normal-splash-screen): Only set mode-line-format in the
13791 splash buffer, so as not to interfere when debugging the code.
13792 Ignore errors when switching buffer.
13793
13794 2006-04-03 Romain Francoise <romain@orebokech.com>
13795
13796 * dired.el (dired-dnd-protocol-alist): Fix typo.
13797
13798 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
13799
13800 * savehist.el (savehist): Add :version.
13801 (savehist-ignored-variables): New variable.
13802 (savehist-minibuffer-hook): Don't save variables listed in
13803 `savehist-ignored-variables'.
13804
13805 * dired.el (dired-dnd-protocol-alist): Mention that change does
13806 only apply to new buffers in doc string.
13807
13808 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
13809
13810 * recentf.el (recentf-open-files-item): Include newline in button
13811 field, so opening a file will work, when the point is at the end
13812 of the file name. Allow, for example, to [i]search a file by
13813 extension and just push RET to open it.
13814
13815 2006-04-03 Daiki Ueno <ueno@unixuser.org>
13816
13817 * pgg-gpg.el (pgg-gpg-process-filter)
13818 (pgg-gpg-wait-for-completion): Check if buffer is alive.
13819
13820 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
13821 lines, temporary fix.
13822
13823 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
13824
13825 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
13826
13827 2006-04-02 Richard Stallman <rms@gnu.org>
13828
13829 * progmodes/compile.el (compilation-message-face): Make it defcustom.
13830
13831 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
13832
13833 * ibuf-macs.el (define-ibuffer-column): Add a new key:
13834 header-mouse-map.
13835
13836 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
13837 (ibuffer-mode-header-map): New keymaps.
13838 (ibuffer-update-title-and-summary): Enable mouse face highlighting
13839 and keybindings for column headers.
13840 (name, size, mode) <define-ibuffer-column>: Add a header-mouse-map
13841 property.
13842
13843 2006-04-02 Drew Adams <drew.adams@oracle.com>
13844
13845 * speedbar.el (speedbar-after-create-hook): Doc fix.
13846
13847 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
13848
13849 * shell.el (shell-directory-tracker)
13850 (shell-dynamic-complete-command): Doc fixes.
13851
13852 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
13853
13854 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
13855 terminals.
13856
13857 2006-04-01 Kim F. Storm <storm@cua.dk>
13858
13859 * ido.el (ido-unc-hosts-cache): New defvar.
13860 (ido-unc-hosts): If value of defcustom is a function, call it to
13861 get list of UNC hosts. Add function-item choices to specify
13862 ido-unc-hosts-net-view or user function.
13863 (ido-ignore-unc-host-regexps): New defcustom.
13864 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
13865 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
13866 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
13867
13868 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
13869
13870 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
13871 wwidth.
13872
13873 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
13874
13875 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
13876 (ido-max-work-file-list, ido-switch-buffer)
13877 (ido-read-file-name-as-directory-commands):
13878 Fix typos in docstrings.
13879
13880 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13881
13882 * term/mac-win.el (mac-system-coding-system): Define and use after
13883 Mac-specific coding systems are ready.
13884
13885 2006-03-27 Romain Francoise <romain@orebokech.com>
13886
13887 * net/rcirc.el (rcirc-connect): Add autoload cookie.
13888
13889 * ldefs-boot.el: Update.
13890
13891 2006-03-27 Daiki Ueno <ueno@unixuser.org>
13892
13893 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
13894 passphrases when it is not needed.
13895 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
13896 passphrase stuff from gpg, should only be necessary when you use
13897 gpg with a smartcard.
13898
13899 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
13900
13901 * comint.el (comint-dynamic-list-completions): Allow user to
13902 select *Completions* buffer.
13903
13904 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
13905
13906 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
13907
13908 2006-03-26 Andreas Schwab <schwab@suse.de>
13909
13910 * progmodes/gud.el (gdb): Only complain about multiple debugging
13911 when the gdb process is still running.
13912
13913 2006-03-25 Eli Zaretskii <eliz@gnu.org>
13914
13915 * mail/rmail.el (tool-bar-map): Defvar it.
13916 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
13917 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
13918
13919 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
13920
13921 * help.el (print-help-return-message): Suggest to use
13922 display-buffer instead of switch-to-buffer-other-window to restore
13923 the previous window without selecting it.
13924
13925 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13926
13927 * frame.el (select-frame-by-name): Call x-focus-frame also when
13928 window-system is mac.
13929
13930 * term/mac-win.el: Adjust Courier font specifications in
13931 x-fixed-font-alist.
13932 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
13933 when directly encoding to UTF-16 in native byte order, no BOM.
13934
13935 2006-03-25 Kim F. Storm <storm@cua.dk>
13936
13937 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
13938 (cua--init-keymaps): Use it instead of fixed C-return.
13939 (cua-mode): Set after it.
13940
13941 * emulation/cua-rect.el (cua--init-rectangles):
13942 Use cua-rectangle-mark-key instead of fixed C-return.
13943
13944 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
13945
13946 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
13947 "run" in .gdbinit.
13948 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
13949
13950 2006-03-24 Romain Francoise <romain@orebokech.com>
13951
13952 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
13953 `display-buffer-other-frame'.
13954
13955 2006-03-24 Kim F. Storm <storm@cua.dk>
13956
13957 * apropos.el (apropos-synonyms): Add selection => region.
13958
13959 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
13960
13961 * progmodes/gdb-ui.el (gdb-var-create-regexp)
13962 (gdb-var-list-children-regexp, gdb-var-update-regexp)
13963 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
13964 (gdb-data-list-register-values-regexp)
13965 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
13966 Future proof against new fields being added to MI output.
13967 (gdb-send): Don't treat backslashes for program input as
13968 continuations.
13969 (gdb-assembler-handler): Don't use window-start for this handler.
13970 (gdb-frame-handler): Don't change to hollow arrow if overlay
13971 arrow doesn't move to new frame.
13972
13973 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
13974
13975 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
13976 prevent compiler warnings.
13977 (gdb-stopped): Check for gud-last-last-frame (case: signal).
13978 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
13979 (gdb-assembler-custom): Use hollow-right-triangle for assembler
13980 buffer too.
13981
13982 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
13983
13984 * pgg-gpg.el (pgg-gpg-update-agent): Check for
13985 make-network-process, so we can use the same code in Gnus v5-10
13986 too and have this file fully synchronized with that release.
13987
13988 2006-03-23 Romain Francoise <romain@orebokech.com>
13989
13990 * ibuf-ext.el (ibuffer-read-filter-group-name):
13991 Use `ibuffer-generate-filter-groups' to make completion list match
13992 the filter groups that are really displayed in the Ibuffer buffer.
13993 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
13994
13995 2006-03-23 Kenichi Handa <handa@m17n.org>
13996
13997 * international/mule-cmds.el (sort-coding-systems): Describe that
13998 the argument is modified in docstring.
13999
14000 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
14001
14002 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
14003 (pgg-gpg-update-agent): New function.
14004 (pgg-gpg-use-agent-p): New function.
14005 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
14006 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
14007 (pgg-gpg-sign-region): Use it.
14008
14009 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
14010
14011 * cus-edit.el (custom-face-set): Call custom-push-theme before
14012 face-spec set so that `changed' theme is correctly saved.
14013 (custom-face-reset-standard): Reset to recalculated face rather
14014 than defface spec.
14015
14016 * custom.el (custom-push-theme): Only save `changed' theme if the
14017 current face does not match the defface specs.
14018
14019 2006-03-21 Simon Josefsson <jas@extundo.com>
14020
14021 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
14022 <wilde@sha-bang.de>.
14023 (pgg-gpg-use-agent): New variable.
14024 (pgg-gpg-process-region): Use it.
14025 (pgg-gpg-encrypt-region): Likewise.
14026 (pgg-gpg-encrypt-symmetric-region): Likewise.
14027 (pgg-gpg-decrypt-region): Likewise.
14028 (pgg-gpg-sign-region): Likewise.
14029 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
14030
14031 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
14032
14033 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
14034 bracket links.
14035
14036 2006-03-21 Kim F. Storm <storm@cua.dk>
14037
14038 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
14039 fringe-indicator-alist instead of modifying global value.
14040 (gdb-frame-handler): Likewise.
14041
14042 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
14043
14044 * diff-mode.el (diff-function): Make it inherit from diff-header
14045 instead of diff-context.
14046
14047 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
14048 bitmap.
14049 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
14050 change names in macro above for consistency.
14051 (gdb-frame-handler): Use hollow-right-triangle for all selected
14052 frames which except the innermost (where execution has stopped).
14053 (gdb-reset): Reset buffer-local values of overlay-arrow.
14054
14055 2006-03-20 Richard Stallman <rms@gnu.org>
14056
14057 * simple.el (set-mark-command): Doc fix.
14058
14059 * files.el (display-buffer-other-frame): New command.
14060 (ctl-x-4-map): Bind C-x 5 C-o to it.
14061
14062 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
14063
14064 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
14065 rather than just defer-time, in case defer-time has been changed but
14066 the timer isn't running yet.
14067 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
14068
14069 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
14070
14071 * help-mode.el (help-follow-symbol): New function.
14072 Essentially identical to the old `help-follow', but do not let
14073 `push-button' do the work when on an xref.
14074 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
14075
14076 2006-03-19 Richard Stallman <rms@gnu.org>
14077
14078 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
14079 preceded by the word `program'.
14080 (help-follow-mouse, help-follow): Throw error if not on xref.
14081 Delete no longer used args.
14082
14083 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
14084
14085 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
14086 annotation ensure gud-overlay-arrow-position is redisplayed.
14087
14088 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14089
14090 * textmodes/bibtex.el (bibtex-include-OPTkey)
14091 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
14092 (bibtex-autokey-name-case-convert)
14093 (bibtex-autokey-titleword-case-convert): Make these the aliases
14094 for the following two variables.
14095 (bibtex-autokey-name-case-convert-function)
14096 (bibtex-autokey-titleword-case-convert-function): Make these the
14097 real names.
14098 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
14099 bibtex-font-lock-crossref sublists.
14100 (bibtex-mode): Revert 2005-12-30 change (which made
14101 completion-ignore-case buffer-local).
14102 (bibtex-url): Simplify.
14103
14104 2006-03-19 Kim F. Storm <storm@cua.dk>
14105
14106 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
14107 cursor property value to 2 (to align with C level change).
14108
14109 2006-03-19 Bill Wohler <wohler@newt.com>
14110
14111 * image.el (image-load-path-for-library): Shorten first line in
14112 docstring.
14113
14114 2006-03-18 Richard Stallman <rms@gnu.org>
14115
14116 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
14117
14118 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
14119
14120 * isearch.el (isearch-other-meta-char): Handle user bindings for
14121 shifted control characters.
14122
14123 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
14124
14125 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
14126 part that matches email addresses, file names, etc.
14127
14128 2006-03-18 Eli Zaretskii <eliz@gnu.org>
14129
14130 * term/w32-win.el (mouse-set-font):
14131 Mention w32-list-proportional-fonts in the doc string.
14132
14133 2006-03-18 Kim F. Storm <storm@cua.dk>
14134
14135 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
14136 (ido-unc-hosts): New user option to explicitly define list of know
14137 UNC-style hosts for completion.
14138 (ido-cache-unc-host-shares-time): New user option.
14139 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
14140 New helper functions for UNC file-name support.
14141 (ido-may-cache-directory): Check for UNC host. Simplify.
14142 (ido-wash-history): Clean out old UNC hosts.
14143 (ido-nonreadable-directory-p): UNC hosts are always readable.
14144 (ido-directory-too-big-p): UNC hosts are never too big.
14145 (ido-set-current-directory): Handle UNC root path.
14146 (ido-file-name-all-completions): Complete UNC host names from
14147 ido-unc-hosts list. Cache UNC host shares.
14148 (ido-make-file-list-1): Don't filter UNC root.
14149 (ido-exhibit): Check for // in root directory, and switch to UNC
14150 mode by setting ido-current-directory to //.
14151
14152 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
14153
14154 * cus-edit.el (customize-changed-options): Mention explicit
14155 version number as default in prompt.
14156
14157 2006-03-17 Bill Wohler <wohler@newt.com>
14158
14159 * image.el (image-load-path-for-library): Minor docstring fix.
14160
14161 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
14162
14163 * textmodes/org.el (org-read-date): Include subgroup 5 into
14164 replacement text.
14165 (org-popup-calendar-for-date-prompt): Fix customization type.
14166
14167 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
14168
14169 * progmodes/gdb-ui.el (gud-watch): Provide completion.
14170 (gdb-continuation): New variable.
14171 (gdb-send): Deal with continuation lines.
14172
14173 * progmodes/gud.el (gud-gdb-complete-command)
14174 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
14175 expressions.
14176 (gud-tooltip-mode): Use buffer-local value.
14177
14178 2006-03-16 Kim F. Storm <storm@cua.dk>
14179
14180 * ido.el (ido-edit-input): Use selected match, if any.
14181
14182 2006-03-16 Bill Wohler <wohler@newt.com>
14183
14184 * image.el (image-load-path-for-library): Prefer user's images in
14185 image-load-path.
14186
14187 2006-03-16 Martin Rudalics <rudalics@gmx.at>
14188
14189 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
14190 when checking for attempt to drag leftmost or rightmost scrollbar.
14191
14192 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
14193
14194 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
14195 (gdb-force-mode-line-update): New function.
14196 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
14197 (gdb-exited): Use them.
14198 (gdb-signal): New function.
14199 (gdb-annotation-rules): Provide a rule for it.
14200
14201 2006-03-16 Kenichi Handa <handa@m17n.org>
14202
14203 * international/mule.el (auto-coding-regexp-alist): Add entries
14204 for Unicode BOM.
14205
14206 * sort.el (sort-build-lists): Temporarily bind
14207 inhibit-field-text-motion to t.
14208
14209 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
14210
14211 * locate.el (locate-command, locate-make-command-line)
14212 (locate-fcodes-file, locate-update-command)
14213 (locate-prompt-for-command, locate, locate-with-filter)
14214 (locate-get-file-positions): Doc fixes.
14215 (locate-buffer-name, locate-header-face): Remove leading `*' in
14216 defcustom.
14217 (locate-filter-output): Use `keep-lines' instead of its alias
14218 `delete-non-matching-lines'.
14219 (locate-get-filename, locate-get-dirname): Add introductory comment.
14220 (locate-find-directory-other-window): Give appropriate error
14221 message if used outside main listing.
14222
14223 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
14224
14225 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
14226 the new extend-region feature.
14227 (font-lock-after-change-function): Update correspondingly.
14228 * jit-lock.el (jit-lock-after-change): Update correspondingly.
14229 * progmodes/grep.el (font-lock-lines-before): Don't disable.
14230
14231 2006-03-15 Bill Wohler <wohler@newt.com>
14232
14233 * image.el (image-load-path-for-library): Fix example by not
14234 recommending that one binds image-load-path. Just defvar it to
14235 placate compiler and only use it if previously defined.
14236
14237 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
14238
14239 * textmodes/org.el (org-insert-centered): Use `string-width' to
14240 make underlining work for wide characters.
14241 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
14242 TAB to `org-cycle', to make sure that no binding in
14243 `outline-mode-map' can supercede it.
14244
14245 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
14246
14247 * allout.el: Increment version to 2.2.1 in file commentary.
14248
14249 (allout-version): Increment to 2.2.1.
14250
14251 (allout-default-layout): New customization variable, used when the
14252 file lacks a specific allout-layout. Uses allout-layout-type for
14253 recursively nested definition.
14254
14255 (allout-layout-type): Widget defining allout layouts, necessary for
14256 self-recursive definition.
14257
14258 (allout-mode): Incorporate allout-default-layout as fallback for
14259 allout-layout.
14260
14261 (allout-layout): Mark as 'safe-local-variable', and refer mention
14262 fallback to `allout-default-layout' in absence of a specified value.
14263 (allout-passphrase-verifier-string)
14264 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
14265
14266 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
14267
14268 (allout-get-encryption-passphrase-verifier): Use correct name of
14269 passphrase verifier in docstring.
14270
14271 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
14272
14273 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
14274 elements.
14275 (gdb-find-watch-expression): Make it work for arrays too.
14276 Follow change to gdb-var-list.
14277 (gud-watch): Allow the user to enter variable name with a prexix
14278 arg. Create keybindings.
14279 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
14280 (gdb-var-list-children-handler, gdb-var-update-handler)
14281 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
14282 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
14283 Follow change to gdb-var-list.
14284 (gdb-starting): Don't show the overlay arrows when program is running.
14285
14286 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
14287 gdb-var-list.
14288
14289 2006-03-14 Bill Wohler <wohler@newt.com>
14290
14291 * image.el (image-load-path-for-library): Pass value of path
14292 rather than symbol. Always return list of directories.
14293 Guarantee that image directory comes first.
14294
14295 2006-03-14 Alan Mackenzie <acm@muc.de>
14296
14297 * font-core.el (font-lock-extend-region\(-function\)?.):
14298 New function/variable.
14299
14300 * font-lock.el (font-lock-after-change-function):
14301 Call font-lock-extend-region. Obey font-lock-lines-before.
14302 (font-lock-default-fontify-region): Remove reference to
14303 font-lock-lines-before.
14304
14305 * jit-lock.el (jit-lock-after-change):
14306 Call font-lock-extend-region. Obey font-lock-lines-before.
14307
14308 2006-03-14 David Ponce <david@dponce.com>
14309
14310 * tree-widget.el (tree-widget-themes-load-path)
14311 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
14312
14313 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
14314
14315 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
14316 (rcirc-print): Mark the start of text at the end of the prompt.
14317 (rcirc-track-minor-mode): Add autoload cookie.
14318 (rcirc-update-activity-string): Add space to front of mode-line
14319 indicator.
14320
14321 2006-03-13 Miles Bader <miles@gnu.org>
14322
14323 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
14324 (rcirc-abbrev-nick): Remove function.
14325 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
14326
14327 2006-03-13 David Ponce <david@dponce.com>
14328
14329 * tree-widget.el: Handle themes across all occurrences of the main
14330 themes sub-directory found in tree-widget-themes-load-path.
14331 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
14332 (tree-widget--locate-sub-directory): Return all occurrences.
14333 (tree-widget-themes-path): New function.
14334 Replace tree-widget-themes-directory, and return a list of directories.
14335 (tree-widget-set-parent-theme)
14336 (tree-widget-lookup-image): Use it.
14337
14338 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
14339
14340 * textmodes/org.el (org-link-search): Avoid self-matching of
14341 links, allow target text to be distributed over several lines.
14342 (org-search-not-link): New function.
14343 (org-set-regexps-and-options, org-get-current-options):
14344 New startup options.
14345 (org-export-as-html): Take odd-level setting from local variable.
14346 (org-fontify-emphasized-text): New option.
14347 (org-set-font-lock-defaults): Include emphasized text.
14348 (org-follow-mhe-link): Allow folder-only links, fix folder name.
14349 (org-font-lock): Customize group renamed from `org-faces'.
14350
14351 2006-03-13 John Paul Wallington <jpw@pobox.com>
14352
14353 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
14354 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
14355
14356 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
14357
14358 * cus-start.el (all): Delete :version keyword for members of the
14359 fringe group, since the entire group is new in 22.1.
14360
14361 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
14362
14363 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
14364 map if value is hexadecimal (an address).
14365 (gud-watch): Only search roots for existing watch expressions.
14366 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
14367 prevent caching problems with speedbar-update-directory-contents.
14368
14369 2006-03-12 Juri Linkov <juri@jurta.org>
14370
14371 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
14372 before comparing with `low' and `warn'.
14373
14374 * info.el (Info-dir-remove-duplicates): Move point to the
14375 beginning of the current line after deleting the entries from
14376 redundant heading. Use marker for `limit' and compare it with
14377 point before calling `re-search-forward'.
14378
14379 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
14380
14381 * simple.el (yank): Fix typo in docstring.
14382
14383 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
14384
14385 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
14386 messages, where "D" is the 6th character.
14387
14388 2006-03-11 Eli Zaretskii <eliz@gnu.org>
14389
14390 * simple.el (yank): Fix last change.
14391
14392 2006-03-11 David Ponce <david@dponce.com>
14393
14394 * textmodes/ispell.el (ispell-find-aspell-dictionaries): Add aliases
14395 before merging elements from the standard ispell-dictionary-alist.
14396 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
14397 alist, and return the new alist.
14398
14399 2006-03-11 Richard Stallman <rms@gnu.org>
14400
14401 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
14402
14403 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
14404 the way it is implemented is too unclean.
14405
14406 * simple.el (kill-region, yank): Doc fix.
14407
14408 * battery.el (battery-echo-area-format): Doc fix.
14409 (battery-mode-line-format): Likewise.
14410 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
14411 (battery-linux-proc-acpi): Ignore batteries that say "charged".
14412
14413 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
14414
14415 * progmodes/octave-mod.el (octave-indent-for-comment):
14416 Behave according to do string.
14417
14418 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
14419
14420 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
14421 Be visible only if major mode is Mail Mode.
14422
14423 * textmodes/flyspell.el (flyspell-external-point-words)
14424 (flyspell-process-localwords): Fix last changes.
14425
14426 2006-03-11 Eli Zaretskii <eliz@gnu.org>
14427
14428 * calendar/holidays.el (list-holidays): Doc fix.
14429
14430 * international/mule.el (auto-coding-alist): Add .odt
14431 (OpenOffice's open document) files.
14432
14433 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
14434 document) files. Mention in the doc string the need to sync with
14435 auto-coding-alist.
14436
14437 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
14438
14439 * files.el (hack-local-variables-confirm): Don't prompt for ! if
14440 enable-local-variables is set to always query, or there is no
14441 savable variable.
14442
14443 2006-03-10 Bill Wohler <wohler@newt.com>
14444
14445 * image.el (image-load-path-for-library): Merge at least three
14446 functions from Gnus and MH-E into this one function that can now
14447 be shared.
14448
14449 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
14450
14451 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
14452 gdb-remove-mouse-face and remove help-echo too.
14453 (gdb-enqueue-input): Correct conditional clause.
14454
14455 2006-03-10 Glenn Morris <rgm@gnu.org>
14456
14457 * calendar/calendar.el (calendar-holidays): Doc fix.
14458 * calendar/holidays.el (list-holidays): Doc fix.
14459
14460 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
14461
14462 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
14463 it gets called in gdb-prompt anyway.
14464 (gdb-use-separate-io-buffer): Only restore window arrangement for
14465 gdb-many-windows.
14466 (gdb-enqueue-input): Make it harder to send GDB input when program
14467 is running.
14468 (gdb-buffer-list): New variable.
14469 (gdb-remove-mouse-face): New function.
14470 (gdb-starting): Use it when GDB input won't get sent.
14471
14472 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
14473
14474 * help.el (view-lossage): Remove trailing whitespace before
14475 inserting "\n".
14476
14477 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
14478
14479 * files.el (hack-local-variables-confirm):
14480 Set coding-system-for-read to nil before writing to .emacs.
14481
14482 * arc-mode.el (archive-extract): Check if an existing buffer name
14483 comes from a different archive.
14484
14485 * help.el (describe-key-briefly): If KEY is a down event, read and
14486 discard the up event.
14487
14488 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
14489
14490 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
14491 be edited and use font-lock-warning-face for any changes.
14492
14493 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
14494 (gdb-edit-value): Use it to report any errors.
14495
14496 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
14497
14498 * help.el (describe-key): Remove leftover test code.
14499
14500 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
14501
14502 * textmodes/org.el: Move defvars out of eval-when-compile.
14503 Use buffer-file-name variable.
14504 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
14505 arg `file'.
14506 (org-level-faces): Remove startup dependency.
14507 (org-cycle, org-map-tree, org-scan-tags)
14508 (org-remember-handler): Don't call `outline-level' directly.
14509 (org-mhe-search-all-folders): New option.
14510 (org-mhe-get-message-folder-from-index)
14511 (org-mhe-get-message-folder): Fix indexing search.
14512 (org-format-agenda-item): Handle nil TAGS argument.
14513 (org-cleaned-string-for-export, org-activate-target-links)
14514 (org-make-target-link-regexp): Deal with empty radio target list.
14515 (org-tag): New face.
14516 (org-get-level-face): New function.
14517 (org-set-font-lock-defaults): Simplify setup for headlines.
14518 (org-complete): Pass common substring to `display-completion-list'.
14519
14520 2006-03-06 David Ponce <david@dponce.com>
14521
14522 * tree-widget.el: Update Commentary header.
14523 (tree-widget-theme-name): Ignore parent themes.
14524 (tree-widget-set-parent-theme): New function.
14525 (tree-widget-set-theme): Use it.
14526 (tree-widget-set-image-properties): Move definition. Does nothing
14527 if image properties have already been set.
14528 (tree-widget-image-properties): Move definition. Receive an image
14529 name. Set the :pointer property.
14530 (tree-widget-lookup-image): Doc fix. Search in parent themes.
14531 Don't set the :pointer image property.
14532 (tree-widget-convert-widget): New function. Handle :dynargs
14533 compatibility here.
14534 (tree-widget): Use it to :convert-widget. Add the :expander-p
14535 predicate to control when the :expander function is entered.
14536 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
14537 (tree-widget-value-create): Handle :expander-p. widget-apply
14538 :expander.
14539 (tree-widget-expander-p): New function. Default value of the
14540 :expander-p property.
14541
14542 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
14543
14544 * help.el (describe-key): Properly handle the return value of
14545 read-key-sequence when grabbing an up-event. Cleanup mouse-1
14546 remaps. Handle string and vector `follow-link' values.
14547
14548 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
14549
14550 * complete.el (PC-expand-many-files): Try be more careful when parsing
14551 the shell's output.
14552
14553 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
14554
14555 * outline.el (hide-sublevels): Provide better interactive default.
14556
14557 2006-03-06 Kenichi Handa <handa@m17n.org>
14558
14559 * international/fontset.el (create-fontset-from-fontset-spec):
14560 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
14561
14562 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
14563
14564 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
14565 backslashes instead of one in regexp.
14566 (gud-tooltip-dereference): Add missing optional argument.
14567
14568 2006-03-04 John Paul Wallington <jpw@pobox.com>
14569
14570 * wdired.el (toplevel): Require `cl' at compile-time.
14571
14572 2006-03-04 Andreas Schwab <schwab@suse.de>
14573
14574 * server.el (server-process-filter): Handle errors during
14575 evaluation of the argument.
14576
14577 2006-03-03 John Paul Wallington <jpw@pobox.com>
14578
14579 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
14580 escape parentheses at beginning of line.
14581 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
14582 (t-mouse-mode): Remove period from end of error message.
14583
14584 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
14585
14586 * textmodes/flyspell.el (flyspell-process-localwords):
14587 Be case-sensitive.
14588
14589 2006-03-03 Martin Rudalics <rudalics@gmx.at>
14590
14591 * cus-edit.el (custom-quote): Remove function, since it has been
14592 moved to custom.el.
14593
14594 * font-lock.el (lisp-font-lock-keywords-2)
14595 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
14596 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
14597 they have no special meaning.
14598
14599 * midnight.el (clean-buffer-list): Handle case where base-buffer of
14600 indirect buffer gets killed before indirect buffer. Use dolist.
14601
14602 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
14603
14604 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
14605 value instead of a literal constant (1) on more pauses.
14606
14607 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
14608
14609 * textmodes/flyspell.el (flyspell-external-point-words):
14610 Be case-sensitive.
14611
14612 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
14613
14614 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
14615 with "www".
14616
14617 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
14618
14619 * allout.el: Restablish intermediate missing comment header to
14620 preserve outline structure.
14621 (allout-beginning-of-current-entry): Skip invisible text.
14622 (allout-open-topic): Fix opening a topic at end-of-buffer.
14623 (allout-minor-mode): Move nearer to allout-mode function.
14624
14625 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
14626
14627 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
14628
14629 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
14630
14631 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
14632 is nil.
14633
14634 * progmodes/gud.el (gud-speedbar-menu-items):
14635 Use buffer-local-value and add missing :visible keyword.
14636
14637 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
14638
14639 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
14640
14641 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
14642 must be `follow-link'.
14643
14644 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
14645
14646 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
14647 formatting: No nested anchors.
14648 (org-all-targets): Fix bug with XEmacs compatibility.
14649 (org-read-date): Add (require 'parse-time).
14650 (org-set-tags): Fix bug with extra inserted space.
14651 (org-export-html-style): Define a style class for targets.
14652 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
14653 (org-hide-leading-stars): New option.
14654 (org-hide): New face.
14655 (org-set-font-lock-defaults): Allow to hide leading stars.
14656 (org-get-legal-level, org-tr-level): New functions.
14657 (org-odd-levels-only): New option.
14658 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
14659 (org-demote, org-promote): Deal with double-star levels.
14660 (org-convert-to-odd-levels): New command.
14661
14662 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
14663
14664 * speedbar.el (speedbar-update-localized-contents): Try to
14665 preserve window-start.
14666 (speedbar-update-directory-contents): Try to preserve window-start
14667 and window-point.
14668 (speedbar-update-special-contents): Don't move back to start of window.
14669
14670 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
14671 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
14672 speedbar-timer-fn.
14673 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
14674 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
14675 instead of gdb-speedbar-timer-fn.
14676
14677 2006-02-28 Jay Belanger <belanger@truman.edu>
14678
14679 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
14680 (math-compose-expr): Use latex option when calling
14681 `math-compose-tex-matrix' for latex mode.
14682
14683 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
14684
14685 * speedbar.el: Re-instate comments about developing for speedbar
14686 [this is what info and gdb-ui use even if better methods exist now].
14687
14688 * t-mouse.el: New file.
14689 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
14690 (t-mouse-lispy-buffer-posn-from-coords): Remove.
14691 (t-mouse-make-event-element): Use posn-at-x-y instead.
14692 (t-mouse-make-event): Deal with Fedora Core 3.
14693 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
14694 (t-mouse-mouse-position-function): New function. Use it instead
14695 of advising mouse-position.
14696 (t-mouse-mode): New minor mode.
14697 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
14698
14699 2006-02-27 Glenn Morris <rgm@gnu.org>
14700
14701 * calendar/calendar.el (calendar-holidays): Doc fix.
14702
14703 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
14704
14705 * progmodes/gdb-ui.el (gdb-source-window): New variable.
14706 Re-introduce the concept of a source window.
14707 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
14708 consistency with get-buffer-create.
14709 (def-gdb-auto-update-handler, gdb-info-locals-handler)
14710 (gdb-data-list-register-values-handler)
14711 (gdb-stack-list-locals-handler): Try to preserve window-start as
14712 well as window-point.
14713 (gdb-display-source-buffer): New function (old concept).
14714 (gdb-goto-breakpoint): Use it.
14715
14716 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
14717 for gdb-ui/gdb-mi (old concept).
14718
14719 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
14720
14721 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
14722 binding.
14723
14724 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
14725
14726 * textmodes/reftex-sel.el (reftex-select-label-map)
14727 (reftex-select-bib-map): Add `follow-mouse' binding.
14728
14729 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
14730
14731 * jka-cmpr-hook.el (jka-compr-compression-info-list)
14732 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
14733 Give :set functions to provide automatic updating.
14734 Update docstring. Give compiler defvars early in the file
14735 and move the defcustoms to a later spot where all called functions
14736 are defined.
14737 (jka-compr-file-name-handler-entry): Doc fix.
14738 (jka-compr-compression-info-list--internal)
14739 (jka-compr-mode-alist-additions--internal)
14740 (jka-compr-load-suffixes--internal): New variables.
14741 (jka-compr-install): Set the three above variables.
14742 Update `load-file-rep-suffixes' instead of `load-suffixes'.
14743 (jka-compr-update, jka-compr-set): New functions.
14744 (auto-compression-mode): Doc fix.
14745
14746 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
14747 Update `load-file-rep-suffixes' instead of `load-suffixes'.
14748 Use jka-compr-compression-info-list--internal,
14749 jka-compr-mode-alist-additions--internal and
14750 jka-compr-load-suffixes--internal.
14751
14752 * files.el (load-library):
14753 * loadhist.el (file-loadhist-lookup):
14754 * startup.el (command-line):
14755 * subr.el (locate-library):
14756 * emacs-lisp/autoload.el (update-directory-autoloads):
14757 * emacs-lisp/find-func.el (find-library-suffixes):
14758 Use `get-load-suffixes' instead of `load-suffixes'.
14759
14760 * subr.el (locate-library):
14761 * emacs-lisp/find-func.el (find-library-name):
14762 Use `load-file-rep-suffixes' instead of '("").
14763
14764 2006-02-26 Kim F. Storm <storm@cua.dk>
14765
14766 * ido.el (ido-save-history, ido-load-history): Simplify.
14767 Don't use find-file-noselect to avoid interference from other modes.
14768
14769 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
14770
14771 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
14772 to use the default shell if filename is not available.
14773 Reported by Giorgos Keramidas.
14774
14775 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
14776
14777 * progmodes/etags.el (tags-completion-table): Do completion from
14778 all the tables in the current list, as documented in the manual.
14779
14780 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
14781
14782 * CC Mode Update to 5.31.3.
14783
14784 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
14785
14786 * progmodes/cc-mode.el (c-postprocess-file-styles):
14787 Bind inhibit-read-only to t, around the call to
14788 c-remove-any-local-eval-or-mode-variables, so that it works on a
14789 RO file.
14790
14791 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
14792
14793 * progmodes/cc-awk.el: Correct a typo.
14794
14795 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
14796
14797 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
14798 c-hungry-delete-backwards, at the request of RMS. Leave the old
14799 name as an alias.
14800
14801 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
14802
14803 * progmodes/cc-mode.el: Correct a typo.
14804
14805 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
14806
14807 * progmodes/cc-defs.el: Update the version number to 5.31.3.
14808
14809 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
14810
14811 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
14812 brace-else-brace (error due to mbeg, mend being undefined).
14813
14814 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
14815
14816 * progmodes/cc-mode.el: File Local variables: Solve the problem
14817 where both `mode' and c-file-offsets are specified: `mode' will
14818 overwrite c-f-o's settings:
14819 (c-remove-any-local-eval-or-mode-variables): New function.
14820 (c-postprocess-file-styles): Call the above new function, within
14821 c-tentative-buffer-change, to splat `mode' and `eval' before the
14822 second hack-local-variables.
14823
14824 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
14825
14826 * progmodes/cc-mode.el:
14827 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
14828 (c-after-change): Protect the match data with save-match-data.
14829 It was getting corrupted by c-after-change-check-<>-operators.
14830
14831 * progmodes/cc-defs.el: [Supersedes patch V1.38]:
14832 (top level): Check for a buggy font-lock-compile-keywords ONLY in
14833 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
14834
14835 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
14836 with save-match-data. It was being corrupted when Font Lock was
14837 not enabled.
14838
14839 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
14840
14841 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
14842 Mode and Subword Mode.
14843
14844 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
14845 real labels ("case 1:" or "foo:") from non-labels ("public:").
14846 (c-forward-objc-directive): Replace c-forward-token-2 with crude
14847 coding; c-f-t-2 doesn't move over a token at EOB.
14848
14849 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
14850
14851 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
14852 (c-update-modeline): Concatenate the minor mode indicators
14853 directly onto mode-name, removing c-submode-indicators.
14854 Sometimes, c-s-i got separated from the mode name on the mode line.
14855
14856 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
14857 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
14858
14859 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14860
14861 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
14862 error message when there's an evaluation error to show whether
14863 it's loaded from source or not.
14864 (c-filter-ops): Make it available at runtime too to work when
14865 `c-make-init-lang-vars-fun' needs to evaluate from source.
14866
14867 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
14868
14869 * help.el (help): Revert last part of 2006-02-23 change (deletion
14870 of the `provide' call).
14871
14872 2006-02-23 Juri Linkov <juri@jurta.org>
14873
14874 * compare-w.el (compare-windows-highlight): Add new value
14875 `persistent' and change :type from `boolean' to `choice'.
14876 (compare-windows-overlays1, compare-windows-overlays2):
14877 New internal variables.
14878 (compare-windows-highlight): If compare-windows-highlight is
14879 `persistent', add current overlays to compare-windows-overlays[12]
14880 instead of adding compare-windows-dehighlight to pre-command-hook.
14881 (compare-windows-dehighlight): Delete all overlays from
14882 compare-windows-overlays[12].
14883
14884 * info.el (Info-search): Don't bind search-spaces-regexp to
14885 Info-search-whitespace-regexp in non-regexp isearch mode.
14886
14887 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
14888
14889 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
14890
14891 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
14892
14893 * textmodes/org.el (org-xemacs-p)
14894 (org-export-html-show-new-buffer, org-table-may-need-update)
14895 (org-insert-item, org-mhe-get-message-real-folder)
14896 (org-mhe-get-message-folder-from-index)
14897 (org-mhe-get-message-folder, org-mhe-get-message-num)
14898 (org-mhe-get-header, org-make-org-heading-search-string)
14899 (org-make-org-heading-camel, org-table-sort-lines)
14900 (org-format-org-table-html, org-format-table-table-html):
14901 Fix typos in docstrings.
14902
14903 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
14904
14905 * textmodes/org.el (org-cleaned-string-for-export)
14906 (org-solidify-link-text): New function.
14907 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
14908 XEmacs, just to silence the compiler.
14909 (org-export-as-ascii, org-export-as-html-and-open):
14910 Use `org-cleaned-string-for-export' and create internal links.
14911 (org-follow-mhe-link): Require mh-e, use folder.
14912
14913 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
14914
14915 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
14916
14917 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
14918 gdb-debug-log-length.
14919 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
14920 it a real ring but...
14921 (gud-gdba-marker-filter): ...make it work like mark-ring.
14922 (gdb-enable-debug): Rename from gdb-enable-debug-log.
14923 (gdb-mouse-jump): New function. Add bindings.
14924
14925 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
14926
14927 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
14928 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
14929 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
14930 (gdb-debug-log-length): Customize it's length.
14931 (gud-watch, gdb-var-create-handler): Display function::var format
14932 but don't use to create variable object.
14933 (gdb-var-create-handler): Use message-box in place of message.
14934 (gdb-stopped): Call gdb-exited if signalled.
14935
14936 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
14937
14938 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
14939
14940 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
14941
14942 * textmodes/reftex.el (reftex-locate-file): Search all extensions
14943 if `reftex-try-all-extensions' is set.
14944
14945 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
14946 fail silently when there is no valid argument at point.
14947 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
14948 `fail-silently' argument. From a patch by David Reiter.
14949
14950 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
14951 New commands.
14952 (org-mark-ring): New variable.
14953 (org-mark-ring-length): New option.
14954 (org-open-at-point, org-goto, org-open-file): Push old position
14955 onto the mark ring.
14956 (org-add-hook): New function.
14957 (org-export-table-remove-special-lines): New option.
14958 (org-skip-comments, org-format-org-table-html): Respect new
14959 option `org-export-table-remove-special-lines'.
14960 (org-open-file): Allow special command configuration for
14961 directory link.
14962 (org-file-apps): Fix bugs in customize type, added setting
14963 for directories.
14964 (org-activate-tags, org-format-agenda-item, org-complete)
14965 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
14966 (org-get-tags, org-get-buffer-tags, org-open-at-point)
14967 (org-link-search, org-make-org-heading-search-string)
14968 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
14969 (org-radio-targets, org-file-link-context-use-camel-case)
14970 (org-activate-camels): New options.
14971 (org-update-radio-target-regexp, org-all-targets)
14972 (org-make-target-link-regexp, org-activate-target-links):
14973 New functions.
14974 (org-make-org-heading-search-string): New function.
14975 (org-store-link, org-insert-link): Use new option
14976 `org-file-link-context-use-camel-case'.
14977 (org-activate-camels): Use new option `org-activate-camels'.
14978 (org-link-regexp): Add mhe prefix.
14979 (org-open-at-point, org-store-link): Support for mhe links.
14980 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
14981 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
14982 (org-mhe-get-header, org-follow-mhe-link): New functions.
14983 (org-remove-angle-brackets, org-add-angle-brackets):
14984 New functions.
14985 (org-bracket-link-regexp): New constant.
14986 (org-read-date): Fix bug that was rejecting all typed dates.
14987 (org-link-search): Make hierarchy above visible after a match.
14988 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
14989 (org-store-link): Fix bug with link creation when cursor is in
14990 an empty line.
14991 (org-open-at-point): Fix bug with matching a link.
14992 Fixed buggy argument sequence in call to `org-view-tags'.
14993 (org-compile-prefix-format): Set `org-prefix-has-tag'.
14994 (org-prefix-has-tag): New variable.
14995 (org-format-agenda-item): Remove tags from headline
14996 if appropriate.
14997 (org-agenda-remove-tags-when-in-prefix): New option.
14998
14999 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
15000
15001 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
15002 Fix the regular expressions.
15003
15004 2006-02-21 Richard M. Stallman <rms@gnu.org>
15005
15006 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
15007 if there's no other specific basis.
15008
15009 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
15010 as variables at all.
15011 (unsafep-variable): Rename arg; doc fix.
15012
15013 * abbrevlist.el (list-one-abbrev-table): Add autoload.
15014
15015 * calendar/appt.el (diary-selective-display): Add defvar.
15016
15017 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
15018
15019 * isearch.el (search-whitespace-regexp): Fix custom type.
15020
15021 * help.el (describe-key-briefly): Compute interactive args
15022 in same was as before previous change.
15023
15024 * files.el (enable-local-variables): Doc fix.
15025
15026 2006-02-21 Kim F. Storm <storm@cua.dk>
15027
15028 * fringe.el: Cleanup as file is now pre-loaded.
15029 (fringe-bitmaps): Initialize unconditionally.
15030 (fringe-mode, set-fringe-style): Remove autoload cookies.
15031
15032 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
15033
15034 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
15035 `horizontal-bar'.
15036 (fringe-cursor-alist): Use `horizontal-bar'.
15037
15038 2006-02-20 Kim F. Storm <storm@cua.dk>
15039
15040 * fringe.el (fringe-bitmaps): Update to new bitmap names.
15041 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
15042
15043 * loadup.el: Load "fringe" on window systems.
15044
15045 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
15046
15047 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
15048 out of scope components.
15049
15050 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
15051 default.
15052
15053 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
15054
15055 * custom.el (customize-mark-to-save, customize-mark-as-set):
15056 Load the symbol first.
15057
15058 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
15059
15060 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
15061 strech spec so it doesn't display as "^J" on the header line
15062 when `Buffer-menu-use-header-line' is t.
15063
15064 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
15065
15066 * speedbar.el (speedbar-make-button): Keep text properties
15067 of string arguments if desired.
15068
15069 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
15070 expessions.
15071
15072 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
15073 of speedbar.
15074
15075 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
15076
15077 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
15078 to value of `read-file-name-completion-ignore-case'.
15079
15080 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
15081
15082 * custom.el (customize-mark-as-set): Push to `user' theme.
15083
15084 * cus-edit.el (custom-save-variables): Allow unthemed values.
15085 (customize-set-variable): Push setting to `user' theme.
15086
15087 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
15088
15089 * progmodes/gud.el: Don't require font-lock as it's now
15090 automatically loaded.
15091 (gud-speedbar-buttons): Replace gdb-var-changed with
15092 gdb-force-update.
15093
15094 * progmodes/gdb-ui.el (gdb-force-update): Rename from
15095 gdb-var-changed.
15096 (gdb-post-prompt): Use it.
15097 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
15098 (gdb-var-update-handler, gdb-var-delete)
15099 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
15100 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
15101 gdb-force-update in gdb-post-prompt.
15102 (gdb-reset): Clear watch expressions from speedbar when quitting.
15103
15104 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
15105
15106 * emulation/viper-cmd.el (viper-insert-state-post-command-sentinel)
15107 (viper-change-state-to-vi, viper-change-state-to-emacs):
15108 Make aware of cursor coloring in the Emacs state.
15109 (viper-special-read-and-insert-char): Use read-char-exclusive.
15110 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
15111
15112 * emulation/viper-init.el (viper-emacs-state-cursor-color):
15113 New variable.
15114
15115 * emulation/viper-util.el (viper-save-cursor-color)
15116 (viper-get-saved-cursor-color-in-replace-mode)
15117 (viper-get-saved-cursor-color-in-insert-mode)
15118 (viper-restore-cursor-color): Make aware of the cursor color
15119 in Emacs state.
15120 (viper-get-saved-cursor-color-in-emacs-mode): New function.
15121
15122 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
15123 (ediff-ignore-case-option3, ediff-actual-diff-options)
15124 (ediff-actual-diff3-options): New variables to control case sensitivity.
15125 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
15126 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
15127 (ediff-toggle-ignore-case): New function.
15128 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
15129
15130 * ediff-help.el (ediff-long-help-message-narrow2)
15131 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
15132 (ediff-long-help-message-word-mode): Add ignore-case command.
15133 (ediff-help-for-quick-help): Add ignore-case command.
15134
15135 * ediff-merg.el: Move provide to the end.
15136
15137 * ediff-ptch.el: Move provide to the end.
15138
15139 * ediff-wind.el: Move provide to the end.
15140
15141 * ediff-mult.el: Move provide to the end.
15142 (ediff-set-meta-overlay): Enable follow-link.
15143
15144 * ediff.el: Move provide to the end.
15145 Break recursive load cycle in eval-when-compile.
15146 (ediff-patch-buffer): Better heuristics.
15147
15148 * ediff-util.el: Move provide to the end.
15149 Break recursive load cycle in eval-when-compile.
15150 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
15151 defuns.
15152 (ediff-submit-report): Pass the values of ediff-diff3-program,
15153 ediff-diff3-options.
15154
15155 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
15156
15157 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
15158 the opening bracket of the following bracketing pairs: {}, [], (), <>,
15159 `' (for example, in the docstring of `windmove-default-keybindings').
15160
15161 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
15162
15163 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
15164 shadow face. Don't provide binding to edit variable when it is
15165 out of scope.
15166
15167 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
15168 (gdb-var-update-handler): Detect out of scope variables with pre
15169 GDB 6.4 too.
15170 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
15171 Reset status of variable objects to nil in update handlers.
15172 (gdb-var-update-handler-1): Detect when a variable object comes
15173 in scope. setcar on var changes gdb-var-list directly.
15174
15175 2006-02-17 Juri Linkov <juri@jurta.org>
15176
15177 * ffap.el (ffap) <defface>: Add explicit face declaration.
15178 (ffap-highlight): Use face `ffap' directly instead of checking
15179 for its existence.
15180
15181 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
15182 `visible-ok' of `other-buffer' to find the right original buffer.
15183
15184 * info.el (Info-search): Skip `Local Variables' node.
15185
15186 2006-02-17 Juri Linkov <juri@jurta.org>
15187
15188 * info.el (Info-find-file): Check for symbols `apropos', `history',
15189 `toc' in the input filename, and return these symbols as is.
15190 (Info-find-node-2): Set Info-current-file to symbols `apropos',
15191 `history', `toc' instead of strings.
15192 (Info-set-mode-line): For non-string Info-current-file use the
15193 symbol's name inside **.
15194 (Info-isearch-push-state): Add quote before Info-current-file and
15195 Info-current-node.
15196 (Info-isearch-pop-state): Use `equal' instead of `string='.
15197 (Info-extract-pointer, Info-following-node-name): Use
15198 `match-string-no-properties' instead of `match-string'.
15199 (Info-up): Check `old-file' for `stringp'.
15200 (Info-history): Use `equal' instead of `string-equal'.
15201 Check `file' for `stringp'.
15202 (Info-history): Use symbol `history' instead of string as first arg
15203 of `Info-find-node'.
15204 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
15205 `toc' instead of string.
15206 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
15207 instead of `buffer-substring', and `match-string-no-properties'
15208 instead of `match-string'.
15209 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
15210 instead of strings.
15211 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
15212 Use symbol `apropos' instead of string.
15213 (Info-copy-current-node-name): Check `Info-current-file' for
15214 `stringp' and construct a command with `Info-find-node' from it.
15215 (Info-fontify-node): Use `match-string-no-properties' instead of
15216 `match-string' and check file names for `stringp'.
15217 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
15218 `history', `toc' instead of strings.
15219
15220 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
15221
15222 * files.el: Rearrange functions and variables in the file local
15223 variables section.
15224
15225 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
15226
15227 * files.el: Add truncate-lines, ispell-check-comments and
15228 ispell-local-dictionary as safe local variables.
15229
15230 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
15231
15232 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
15233 out of scope variables.
15234 (gud-speedbar-buttons): Use unless.
15235
15236 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
15237 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
15238 (gdb-show-changed-values): Also use for out of scope variables.
15239 (gdb-var-update-handler-1): Note if variable goes out of scope.
15240
15241 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
15242
15243 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
15244 default to global variable values for unsupplied args.
15245 (rcirc-get-buffer-create): Fix bug with setting the target.
15246 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
15247 test for rcirc-always-use-server-buffer-flag here.
15248 (rcirc-response-formats): Add %N, which is a facified nick. %n
15249 uses the default face. Change the ACTION format string. If the
15250 "nick" is the server, don't print anything for that field.
15251 Comment fixes.
15252 (rcirc-target-buffer): Don't test
15253 rcirc-always-use-server-buffer-flag here.
15254 (rcirc-print): Squeeze extra spaces out of the text before message.
15255 (rcirc-put-nick-channel): Strip potential "@" char from nick
15256 before adding them to nick table.
15257 (rcirc-url-regexp): Improve to match address like "foo.com".
15258
15259 2006-02-17 Eli Zaretskii <eliz@gnu.org>
15260
15261 * allout.el (allout-hidden-p): Move this defsubst before
15262 allout-overlay-interior-modification-handler, where it is first
15263 used.
15264
15265 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
15266
15267 * allout.el: Use allout invisible-text overlays instead of
15268 selective display for concealed text. Also, lots of general
15269 cleanup, and improved compatibility code.
15270
15271 (allout-version): Incremented, corrected, revised, and refined
15272 module commentary.
15273
15274 (provide 'allout): Moved to the bottom, added a require of overlay.
15275
15276 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
15277 `except-current'.
15278 (allout-write-file-hook-handler): Minimize delay.
15279 (count-trailing-whitespace-region): New function so
15280 auto-encryption of current topic can resituate cursor exactly.
15281 PGP/GPG encryption trims trailing whitespace from lines, which
15282 must be accounted for across encryption then decryption.
15283
15284 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
15285 just plain "\C-c", to avoid intruding on user's keybinding space.
15286
15287 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
15288 parameter, so user request to provide a new password is done.
15289
15290 (allout-outside-normal-auto-fill-function, allout-auto-fill):
15291 Refined mechanism for auto-filling behavior while in allout mode.
15292
15293 (allout-mode): Explicitly specify the mode map in the docstring.
15294 Clarify provision for various write-file hook var names.
15295 Adjusted for invisible-text overlays instead of selective-display.
15296
15297 (allout-depth): Really return 0 if not within any topic. This
15298 rectifies `allout-beginning-of-level' and sequence numbering
15299 errors that occur when cutting and pasting numbered topics.
15300 Changed from a in-line subst to a regular function, as well.
15301
15302 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
15303
15304 (allout-end-of-subtree, allout-end-of-subtree)
15305 (allout-end-of-entry, allout-end-of-current-heading)
15306 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
15307 (allout-show-children, allout-show-to-offshoot)
15308 (allout-hide-current-entry, allout-show-current-entry): Rectified
15309 handling of trailing blank lines between items.
15310
15311 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
15312 (allout-current-depth, allout-unprotected, allout-hidden-p)
15313 (allout-on-current-heading-p, allout-listify-exposed)
15314 (allout-chart-subtree, allout-goto-prefix)
15315 (allout-back-to-current-heading, allout-get-body-text)
15316 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
15317 (allout-hide-region-body, allout-toggle-subtree-encryption)
15318 (allout-encrypt-string, allout-encrypted-key-info)
15319 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
15320 (allout-file-vars-section-data): Adjusted for use with
15321 invisible-text overlays instead of selective-display.
15322
15323 (allout-kill-line, allout-kill-topic, allout-yank-processing):
15324 Reworked for use with invisible text overlays.
15325
15326 (allout-current-topic-collapsed-p): New function.
15327
15328 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
15329 to know when to close the containing topic.
15330
15331 (allout-pre-command-business, allout-post-command-business):
15332 Simplify undo-batching and dynamic isearch exposure.
15333
15334 (allout-set-overlay-category): New for invisible-text overlays.
15335 Sets properties of allout-overlay-category, used by
15336 allout-flag-region to set invisible-text overlay properties.
15337 (allout-get-invisibility-overlay): Get the first qualifying
15338 invisibility overlay, so we can find the extent of it.
15339 (allout-back-to-visible-text): Get to just before the beginnining
15340 of the current invisibility overlay, if any.
15341
15342 (allout-overlay-insert-in-front-handler)
15343 (allout-overlay-interior-modification-handler)
15344 (allout-before-change-handler, allout-isearch-end-handler): New
15345 functions to handle extraordinary actions affecting concealed
15346 text.
15347
15348 (allout-flag-region): Use overlays instead of selective-display
15349 for invisible text - by inheritence from the properties of
15350 allout-overlay-category in mainline Emacs, and applied
15351 property-by-property in XEmacs, some recent versions of which
15352 don't inherit the properties from the category. Provisions to
15353 respond to concealed-text edits simplified drastically.
15354
15355 (allout-isearch-rectification, allout-isearch-was-font-lock)
15356 (allout-isearch-expose, allout-enwrap-isearch)
15357 (allout-isearch-abort, allout-pre-was-isearching)
15358 (allout-isearch-prior-pos, allout-isearch-did-quit)
15359 (allout-isearch-dynamic-expose)
15360 (allout-hide-current-entry-completely): Functions deleted.
15361
15362 (allout-undo-aggregation): Explicit undo aggregation no longer
15363 necessary due to transition away from selective-display.
15364
15365 (set-allout-regexp, allout-up-current-level)
15366 (allout-next-visible-heading, allout-forward-current-level)
15367 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
15368 (allout-kill-line, allout-yank-processing, allout-show-children)
15369 (allout-expose-topic, allout-old-expose-topic)
15370 (allout-listify-exposed, allout-insert-latex-header)
15371 (allout-toggle-subtree-encryption, allout-encrypt-string)
15372 (remove-from-invisibility-spec, allout-hide-current-subtree):
15373 Ditched unused variables.
15374
15375 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
15376
15377 * textmodes/ispell.el (ispell-change-dictionary): Call
15378 ispell-buffer-local-dict instead of
15379 ispell-accept-buffer-local-defs.
15380 (ispell-local-dictionary-alist): Accept as valid any coding-system
15381 supported by Emacs.
15382 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
15383 changed to iso-8859-3.
15384
15385 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
15386
15387 * speedbar.el (speedbar-frame-width): Make an inline function
15388 instead of a macro. Use frame-width.
15389 (speedbar-try-completion, speedbar-update-contents)
15390 (speedbar-timer-fn): Use consp.
15391 (speedbar-update-localized-contents): Try to preserve point.
15392
15393 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
15394 (menu): Re-order menu items.
15395 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
15396 field.
15397 (gdb-var-update-handler-1): Use it for GDB 6.4+.
15398 (gdb-post-prompt): Speed things by not forcing update.
15399
15400 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
15401
15402 * wid-edit.el (widget-button-click): For mouse-1, cancel button
15403 press and perform default action if we get a mouse movement event.
15404
15405 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
15406
15407 * calendar/icalendar.el (icalendar--get-event-property)
15408 (icalendar--get-event-property-attributes): Fix typos in
15409 docstrings.
15410
15411 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
15412 docstring.
15413
15414 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
15415
15416 * bs.el (bs-mode): Use `buffer-disable-undo'.
15417 (bs--get-file-name): Simplify.
15418 (bs-show-in-buffer): Mark the buffer as not modified.
15419
15420 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
15421
15422 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
15423 widget-button-click.
15424
15425 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
15426 (custom-mode): Update docstring.
15427
15428 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
15429 binding.
15430
15431 * files.el (hack-local-variables-confirm): Allow scrolling if the
15432 file variable list is too long. Kill temp buffer after use.
15433
15434 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
15435
15436 * progmodes/gud.el (gdb): Improve doc string.
15437 (gdb-script-font-lock-keywords): Expand allowed character set.
15438
15439 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
15440 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
15441 (gdb-separate-io-interrupt, gdb-separate-io-quit)
15442 (gdb-separate-io-stop, gdb-separate-io-eof):
15443 Rename from gdb-inferior-* to gdb-separate-*.
15444 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
15445
15446 2006-02-14 Jay Belanger <belanger@truman.edu>
15447
15448 * calc/calc-arith.el (math-check-known-scalarp): Make sure
15449 expression is a symbol before checking that it is bound.
15450
15451 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
15452 test to see if equation can be solved.
15453
15454 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
15455
15456 * wid-edit.el (widget-button-click): Use :pressed-face property
15457 for overlay face, if it exists.
15458
15459 * cus-edit.el (custom-manual, custom-add-see-also)
15460 (custom-add-parent-links, custom-group-link): Add :pressed-face
15461 property to links.
15462
15463 * files.el (hack-local-variables): Remove ignored variables before
15464 checking if any variables need setting.
15465
15466 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15467
15468 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
15469
15470 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
15471
15472 * help.el (where-is): Fix message for remapped commands.
15473
15474 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
15475 Fix typos in docstrings.
15476
15477 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
15478
15479 * files.el (safe-local-variable-values): New option.
15480 (hack-local-variables-prop-line): Return a list of variable-value
15481 pairs if MODE-ONLY is non-nil.
15482 (hack-local-variables): Construct list of variable-value pairs,
15483 and apply or reject them in one go. Ask for confirmation if
15484 variables are not known safe.
15485 (hack-local-variables-confirm): Complete rewrite. Support
15486 `safe-local-variable-values'.
15487 (enable-local-variables): Update docstring to reflect new
15488 behavior.
15489 (ignored-local-variables): Ignore ignored-local-variables and
15490 safe-local-variable-values.
15491 (safe-local-variable-p): New function.
15492 (risky-local-variable-p): `safe-local-variable' property check
15493 moved to safe-local-variable-p.
15494 (hack-one-local-variable): Checks moved to hack-local-variables.
15495
15496 (byte-compile-dynamic, c-basic-offset, c-file-style)
15497 (c-indent-level, comment-column, fill-column, fill-prefix)
15498 (indent-tabs-mode, kept-new-versions, no-byte-compile)
15499 (no-update-autoloads, outline-regexp, page-delimiter)
15500 (paragraph-start, paragraph-separate, sentence-end)
15501 (sentence-end-double-space tab-width, version-control):
15502 Add `safe-local-variable' property.
15503
15504 * find-lisp.el: Delete nonexistent `autocompile' file variable.
15505
15506 * icomplete.el, play/landmark.el: Change nonexistent
15507 `outline-layout' file variable to `allout-layout'.
15508
15509 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
15510
15511 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
15512 (gdb-get-changed-registers): Test value of gud-minor-mode relative
15513 to gud-comint-buffer.
15514 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
15515 gdb-ui.el for gdb-mi.el.
15516 (gdb-post-prompt, gdb-get-changed-registers): Move test for
15517 registers buffer to gdb-get-changed-registers.
15518 (gdb-breakpoint-regexp): New regexp. Allow toggling and
15519 deletion of catchpoints (throw and catch).
15520 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
15521 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
15522 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
15523 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
15524 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
15525
15526 2006-02-13 Jay Belanger <belanger@truman.edu>
15527
15528 * calc/calc-arith.el (math-check-known-matrixp): Make sure
15529 expression is a symbol before checking that it is bound.
15530
15531 2006-02-13 Richard M. Stallman <rms@gnu.org>
15532
15533 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
15534 for the minibuffer too, but not if resize-mini-windows will interfere.
15535
15536 * help.el (describe-key-briefly, describe-key): Do all arg-reading
15537 inside `interactive' spec.
15538 (describe-key-briefly-internal, describe-key-internal):
15539 Functions merged back into their callers.
15540
15541 2006-02-13 Martin Rudalics <rudalics@gmx.at>
15542
15543 * info.el (info-xref-visited): Inherit from info-xref too.
15544 (Info-set-mode-line): Replace occurrences of `%' by `%%'
15545 when propertizing Info-current-file and Info-current-node.
15546
15547 2006-02-13 Juri Linkov <juri@jurta.org>
15548
15549 * tumme.el (tumme-thumbnail-storage): Fix docstring.
15550 (tumme-thumb-name): Fix per-directory format.
15551
15552 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
15553
15554 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
15555
15556 2006-02-12 Miles Bader <miles@gnu.org>
15557
15558 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
15559
15560 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
15561
15562 * tumme.el: Remove history section. If someone needs the it, it
15563 can always be found in CVS.
15564
15565 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
15566
15567 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
15568 about the Thumbnail Managing Standard option.
15569
15570 2006-02-12 Richard M. Stallman <rms@gnu.org>
15571
15572 * subr.el (substitute-key-definition): Doc fix.
15573
15574 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
15575
15576 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
15577
15578 * info.el (Info-mode): Doc fix.
15579
15580 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
15581
15582 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
15583
15584 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
15585 because on Solaris a POSIX compatible "id" is needed. Reported by
15586 Magnus Henoch <mange@freemail.hu>.
15587
15588 2006-02-12 Juri Linkov <juri@jurta.org>
15589
15590 * tumme.el: Remove todo item about Thumbnail Managing Standard.
15591 (tumme) <defgroup>: Change :group to `multimedia'.
15592 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
15593 Managing Standard.
15594 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
15595 Fix dostring.
15596 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
15597 and %y. Fix docstring.
15598 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
15599 (tumme-cmd-create-standard-thumbnail-command): New user options.
15600 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
15601 is `standard'. Fix docstring.
15602 (tumme-thumb-width, tumme-thumb-height): New user options.
15603 (tumme-external-viewer): Try to find various viewers.
15604 (tumme-get-thumbnail-image): Use `create-image' instead of
15605 constructing the `image' structure.
15606 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
15607 `standard'.
15608 (tumme-thumb-name): Add file name generation for standard storage.
15609 Simplify code for other storages.
15610 (tumme-thumb-name): Use width %w and height %h instead of size %s.
15611 Add modification time %m and thumbnail-nq8 %q.
15612 Use `tumme-cmd-create-standard-thumbnail-command' if
15613 tumme-thumbnail-storage is `standard'.
15614 (tumme-dired-insert-marked-thumbs): New autoload command.
15615 (tumme-dired-after-readin-hook): New function.
15616 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
15617 `tumme-thumb-size'.
15618 (tumme-display-image): Replace size-x %x and size-y %y with
15619 width %w and height %h.
15620
15621 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
15622 `tumme-dired-insert-marked-thumbs'.
15623
15624 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
15625
15626 * tumme.el (tumme-write-tag): Fix small bug (file name did not
15627 include path).
15628 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
15629 matching tag.
15630
15631 2006-02-12 Miles Bader <miles@gnu.org>
15632
15633 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
15634 New variables.
15635 (rcirc-abbrev-nick): New function.
15636 (rcirc-format-response-string): Rewrite to use the formats in
15637 `rcirc-response-formats' and expand escape sequences therein.
15638 A text-property `rcirc-text' is added over the actual response
15639 text to make easy to find inside the returned string.
15640 (rcirc-print): When filling, just look for the `rcirc-text'
15641 text-property to find the appropriate fill prefix, instead of
15642 using hardwired patterns.
15643
15644 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
15645
15646 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
15647 Managing Standard.
15648
15649 2006-02-11 Kim F. Storm <storm@cua.dk>
15650
15651 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
15652 Don't use insert-buffer; do insert-buffer-substring directly.
15653 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
15654
15655 2006-02-11 Martin Rudalics <rudalics@gmx.at>
15656
15657 * files.el (revert-buffer, recover-file): Replace buffer-read-only
15658 with inhibit-read-only. Suggested by Stefan Monnier.
15659 (revert-buffer): Let insert-file-contents discard
15660 buffer-undo-list. Simplify code.
15661 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
15662
15663 2006-02-11 Eli Zaretskii <eliz@gnu.org>
15664
15665 * menu-bar.el (menu-bar-select-yank): Add a doc string.
15666
15667 * help.el (describe-key-briefly): Now a wrapper for
15668 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
15669 to t. Populate yank-menu if empty.
15670 (describe-key-briefly-internal): Renamed from describe-key-briefly.
15671 (describe-key): Now a wrapper for describe-key-internal. Bind
15672 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
15673 (describe-key-internal): Renamed from describe-key.
15674
15675 2006-02-11 Milan Zamazal <pdm@zamazal.org>
15676
15677 * progmodes/glasses.el (glasses-separator): Doc fix.
15678 (glasses-original-separator): New defcustom.
15679 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
15680
15681 2006-02-11 Martin Rudalics <rudalics@gmx.at>
15682
15683 * mwheel.el (mouse-wheel-up-event): Doc fix.
15684
15685 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
15686
15687 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
15688 (tumme-dir): New function. Copied from thumbs.el.
15689
15690 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
15691
15692 * desktop.el (desktop-outvar): Fix typo.
15693 (desktop-save-buffer-p): Doc fix.
15694
15695 * subr.el (substitute-key-definition): Fix typo.
15696
15697 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15698
15699 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
15700 when window-system is mac.
15701
15702 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
15703
15704 2006-02-10 Kim F. Storm <storm@cua.dk>
15705
15706 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
15707 indirect-function instead of using condition-case.
15708
15709 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
15710
15711 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
15712 less `colloquial'...
15713
15714 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
15715
15716 * tumme.el: Add a couple of todo items.
15717
15718 2006-02-09 Lars Hansen <larsh@soem.dk>
15719
15720 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
15721 (highlight-changes-mode): Don't change desktop-locals-to-save.
15722
15723 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
15724
15725 * image-mode.el (image-toggle-display): Clear image cache if using
15726 filename.
15727
15728 2006-02-09 Masatake YAMATO <jet@gyve.org>
15729
15730 * dired-x.el (dired-guess-shell-alist-default): Add .man as
15731 a `dired-man' target.
15732
15733 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
15734 boundary of symbols.
15735
15736 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
15737
15738 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
15739
15740 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
15741
15742 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
15743 `mapcar'; return nil.
15744
15745 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
15746
15747 * mouse.el (mouse-drag-track): Don't change window if we rebind to
15748 some other event.
15749
15750 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
15751
15752 * net/rcirc.el (rcirc-startup-channels-alist):
15753 Add irc.freenode.net and #emacs as defaults.
15754 (rcirc-ignore-all-activity-flag): Remove variable.
15755 (rcirc-authinfo): New variable.
15756 (rcirc-authinfo-filename): Remove variable.
15757 (rcirc-always-use-server-buffer-flag): New flag.
15758 (rcirc): M-x rcirc will automatically connect without prompting.
15759 C-u M-x rcirc will prompt. Use rcirc-connect to create a
15760 connection in lisp.
15761 (rcirc-process-server-response-1): Remove everything but the nick
15762 portion of the sender so it doesn't need to be done everywhere
15763 else. Update related code.
15764 (global-map): Remove global keybindings.
15765 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
15766 (rcirc-send-input): Split into several functions.
15767 (rcirc-process-input-line, rcirc-process-message)
15768 (rcirc-process-command): New functions.
15769 (rcirc-target-buffer): New function to determine where to route
15770 messages.
15771 (rcirc-user-nick): Save match data.
15772 (rcirc-toggle-ignore-buffer-activity)
15773 (rcirc-update-activity-string): Remove global ignore functionality,
15774 which can be done now by toggling rcirc-track-minor-mode.
15775 (rcirc-track-minor-mode-map): New keymap.
15776 (rcirc-track-minor-mode): New minor-mode.
15777 (ignore): Make the ignore output nicer. Always print it when
15778 adding or removing nicks.
15779 (rcirc-url-regexp): Improve.
15780 (rcirc-mangle-text): Remove properties before using text in the
15781 modeline.
15782 (rcirc-authenticate): Authentication data comes from
15783 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
15784 (rcirc-server-prefix): Inherit from rcirc-server.
15785
15786 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
15787
15788 * Makefile.in (compile): Append "|| true" to the end of the `find'
15789 command, like compile-always does.
15790
15791 2006-02-08 Sam Steingold <sds@gnu.org>
15792
15793 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
15794 output from a dead connection.
15795
15796 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
15797
15798 * dired.el (dired-mode-map): Add more bindings for tumme.
15799
15800 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
15801
15802 * wdired.el (wdired-mode-map): Use remap.
15803 (wdired-get-filename): Massage.
15804 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
15805 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
15806 `keymap' property rather than `local-map'.
15807
15808 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
15809
15810 * tumme.el (tumme-get-thumbnail-image): New utility function.
15811 Suggested by from Chong Yidong.
15812 (tumme-dired-with-window-configuration): Rename from
15813 `tumme-dired'. Add code to save window configuration.
15814 (tumme-restore-window-configuration): New command to restore the
15815 window configuration that `tumme-dired-with-window-configuration'
15816 saves before it changes the window configuration.
15817 (tumme-show-all-from-dir): New command to display thumbnails for
15818 all files in a directory entered by the user, like M-x thumbs.
15819 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
15820 have been created.
15821 (tumme-display-thumbnail-original-image): Call `display-buffer'.
15822 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
15823 Remove obsolete test function.
15824
15825 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
15826
15827 * vc.el (small-temporary-file-directory): Remove defvar; there's
15828 a defcustom for it in files.el.
15829
15830 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
15831 Fix typo in message.
15832 (tumme-gallery-generate): Fix typo in `error' message.
15833 (tumme-display-window-height-correction)
15834 (tumme-display-window-width-correction, tumme-line-up-dynamic)
15835 (tumme-line-up-interactive): Dox fixes.
15836 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
15837 (tumme-restore-window-configuration, tumme-format-properties-string)
15838 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
15839 Fix typos in docstrings.
15840
15841 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com>
15842
15843 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
15844
15845 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
15846
15847 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
15848 User should use hook if desired.
15849
15850 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
15851 buffer if necessary.
15852 (gdb-delete-frame-or-window): New function.
15853 (gdb-breakpoints-mode-map): Bind "q" to it.
15854
15855 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
15856
15857 * textmodes/nroff-mode.el: Clean up name space.
15858 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
15859 (nroff-mode): Obey the global setting of nroff-electric-mode.
15860 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
15861
15862 * calendar/calendar.el (calendar-increment-month): Typo in last change.
15863
15864 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
15865
15866 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
15867
15868 2006-02-06 Lars Hansen <larsh@soem.dk>
15869
15870 * generic-x.el (etc-fstab-generic-mode): Add file system types
15871 cifs and usbdevfs. Allow special chars in file names.
15872
15873 2006-02-05 Jay Belanger <belanger@truman.edu>
15874
15875 Update copyright notices of the files in lisp/calc.
15876
15877 2006-02-05 Romain Francoise <romain@orebokech.com>
15878
15879 Update copyright notices of all files in the lisp/play directory.
15880
15881 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
15882
15883 * ldefs-boot.el: Regenerate.
15884
15885 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
15886
15887 2006-02-05 Kim F. Storm <storm@cua.dk>
15888
15889 * files.el (magic-mode-regexp-match-limit): New defvar.
15890 (set-auto-mode): Use it to limit magic-mode-alist matching.
15891
15892 2006-02-04 Eli Zaretskii <eliz@gnu.org>
15893
15894 * info.el (Info-index, Info-mode): Improve the description of the
15895 `i' command.
15896
15897 * ldefs-boot.el: Regenerate.
15898
15899 2006-02-03 Werner Lemberg <wl@gnu.org>
15900
15901 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
15902 greedy to find the closing bracket in \*[...] and similar
15903 expressions. This is a first rough fix -- many additional
15904 refinements are necessary to make nroff mode really usable with groff.
15905
15906 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
15907
15908 * international/mule-cmds.el (set-locale-environment):
15909 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
15910 libX11.
15911
15912 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
15913
15914 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
15915 archive are created in archive-tmpdir.
15916
15917 2006-02-02 John Paul Wallington <jpw@pobox.com>
15918
15919 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
15920 (ibuffer-fontification-alist): Use it.
15921 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
15922 to "* z" and the Ibuffer Mark menu.
15923
15924 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
15925
15926 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
15927
15928 * textmodes/table.el (*table--cell-describe-mode)
15929 (*table--cell-describe-bindings): Undo last change since
15930 print-help-return-message is not obsoleted by anything at all.
15931
15932 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
15933
15934 * emulation/cua-base.el (cua-mode): Doc fix.
15935
15936 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
15937
15938 * dframe.el (dframe-handle-make-frame-visible)
15939 (dframe-handle-iconify-frame, dframe-get-focus)
15940 (dframe-select-attached-frame, dframe-power-click)
15941 (dframe-frame-mode): Fix typos in docstrings.
15942
15943 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
15944 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
15945 Fix typos in docstrings.
15946
15947 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
15948 (hi-lock-face-buffer, hi-lock-font-lock-hook)
15949 (hi-lock-archaic-interface-message-used)
15950 (hi-lock-file-patterns-range): Fix typos in docstrings.
15951
15952 * savehist.el (savehist-loaded, savehist-load, savehist-install)
15953 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
15954
15955 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
15956 Fix typo in docstring.
15957
15958 * net/newsticker.el (newsticker--decode-iso8601-date)
15959 (newsticker--set-customvar, newsticker--buffer-insert-item)
15960 (newsticker--do-run-auto-mark-filter)
15961 (newsticker--parse-generic-feed): Doc fixes.
15962 (newsticker--retrieval-timer-list, newsticker-url-list)
15963 (newsticker-hide-immortal-items-in-echo-area)
15964 (newsticker-hide-obsolete-items-in-echo-area)
15965 (newsticker-new-item-face, newsticker--enclosure)
15966 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
15967 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
15968 (newsticker--parse-generic-feed, newsticker--cache-contains)
15969 (newsticker--stat-num-items, newsticker-download-enclosures):
15970 Fix typos in docstrings.
15971
15972 * net/rcirc.el (rcirc-debug): Doc fix.
15973 (rcirc-fill-column, rcirc-receive-message-hooks)
15974 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
15975 (rcirc-mode, rcirc-generate-new-buffer-name)
15976 (rcirc-startup-channels, rcirc-ignore-update-automatic)
15977 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
15978 Fix typos in docstrings.
15979 (rcirc-print): "?\ " -> "?\s".
15980 (rcirc-cmd-join): Improve argument/docstring consistency.
15981
15982 2006-02-01 Mark A. Hershberger <mah@everybody.org>
15983
15984 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
15985 before narrow-to-region.
15986
15987 2006-02-01 Richard M. Stallman <rms@gnu.org>
15988
15989 * simple.el (move-beginning-of-line): Scan properly for invis change.
15990
15991 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
15992
15993 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
15994
15995 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
15996 change bit only when id-format is 'integer. Reported by Matt
15997 Hodges <M.P.Hodges@rl.ac.uk>.
15998
15999 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
16000
16001 * hilit-chg.el (highlight-changes-initial-state)
16002 (highlight-changes-global-initial-state): Doc fixes.
16003 (highlight-changes-global-modes, global-highlight-changes):
16004 Fix typos in docstrings.
16005
16006 2006-02-01 Kim F. Storm <storm@cua.dk>
16007
16008 * emulation/cua-base.el (cua-mode): Mention that CUA enables
16009 transient-mark-mode in doc string.
16010
16011 2006-01-31 Richard M. Stallman <rms@gnu.org>
16012
16013 * replace.el (multi-occur): Doc fix.
16014 (multi-occur-in-matching-buffers): Rename from
16015 multi-occur-by-filename-regexp. Prefix arg says match
16016 buffer names instead of file names.
16017
16018 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
16019
16020 * bs.el: Allow non-default values of `bs-header-lines-length'.
16021 (bs--running-in-xemacs): Remove (not needed anymore).
16022 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
16023 instead of `shrink-window', thus avoiding having to compute the
16024 height of the window.
16025 (bs--up): Wrap around even when there's no header.
16026 (bs--down): Use `forward-line' instead of `next-line'.
16027
16028 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
16029
16030 * image-mode.el (image-toggle-display): Use file name if possible,
16031 instead of unnecessarily allocating a (possibly huge) lisp string.
16032
16033 2006-01-30 John Paul Wallington <jpw@pobox.com>
16034
16035 * subr.el (toplevel): Define `cl-assertion-failed' condition here
16036 because the `assert' macro signals it at runtime.
16037
16038 * emacs-lisp/cl.el (toplevel): Remove definition of
16039 `cl-assertion-failed' condition.
16040
16041 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
16042
16043 * thumbs.el (thumbs-marked-list): Make buffer-local and
16044 permanent-local.
16045 (thumbs-insert-thumb): Make help-echo non-sticky.
16046 (thumbs-file-alist): Use eolp as check for (non)-image.
16047
16048 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
16049
16050 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
16051 (ediff-before-session-group-setup-hooks)
16052 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
16053 Fix typos in docstrings.
16054
16055 * window.el (bw-dir, bw-eqdir, balance-windows)
16056 (split-window-keep-point): Fix typos in docstrings.
16057
16058 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
16059 (org-quote-string, org-calendar-to-agenda-key)
16060 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
16061 (org-show-following-heading, org-tags-column)
16062 (org-use-tag-inheritance, org, org-allow-space-in-links)
16063 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
16064 (org-enable-table-editor, org-calc-default-modes)
16065 (org-table-allow-automatic-line-recalculation)
16066 (org-export-html-style, org-export-with-fixed-width)
16067 (org-export-with-sub-superscripts, org-special-keyword)
16068 (org-formula, org-time-grid, org-table-may-need-update)
16069 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
16070 (org-goto-quit, org-get-indentation, org-end-of-item)
16071 (org-move-item-down, org-move-item-up)
16072 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
16073 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
16074 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
16075 (org-agenda-log-mode, org-agenda-toggle-diary)
16076 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
16077 (org-agenda-file-to-end, org-agenda-no-heading-message)
16078 (org-agenda-get-closed, org-format-agenda-item)
16079 (org-cmp-priority, org-cmp-category, org-cmp-time)
16080 (org-agenda-change-all-lines, org-agenda-diary-entry)
16081 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
16082 (org-link-search, org-camel-to-words, org-open-file)
16083 (org-remember-handler, org-table-convert-region)
16084 (org-table-move-row-down, org-table-move-row-up)
16085 (org-table-copy-region, org-table-wrap-region)
16086 (org-table-toggle-vline-visibility)
16087 (org-table-get-vertical-vector, org-table-modify-formulas)
16088 (org-table-get-specials, org-recalc-commands)
16089 (org-table-rotate-recalc-marks, org-table-eval-formula)
16090 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
16091 (org-level-color-stars-only, org-insert-heading):
16092 Fix typos in docstrings.
16093 (last-arg): Add defvar.
16094
16095 * makefile.w32-in (WINS): Add erc.
16096 (MH_E_SRC): Update (copied from lisp/Makefile.in).
16097
16098 2006-01-29 Bill Wohler <wohler@newt.com>
16099
16100 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
16101 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
16102 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
16103 (mh-autoloads): Don't use comments on otherwise empty lines.
16104
16105 2006-01-29 Edward O'Connor <ted@oconnor.cx>
16106
16107 * emulation/viper.el (viper-major-mode-modifier-list):
16108 Add insert-state and vi-state entries for erc-mode.
16109 (viper-go-away, viper-set-hooks): Add and remove
16110 viper-comint-mode-hook from erc-mode-hook as appropriate.
16111
16112 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
16113
16114 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
16115
16116 * bs.el (bs--format-aux): Implement `middle' alignment as
16117 described in the docstring for `bs-attributes-list'.
16118 (bs--get-name): Simplify. Don't pad the buffer name.
16119
16120 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
16121
16122 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
16123 English aspell dictionary is installed, use the first entry of
16124 ispell-dictionary-alist-1.
16125
16126 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
16127
16128 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
16129 Doc fix.
16130
16131 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
16132
16133 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
16134 for `process-file', in order to let it work for older Emacsen too.
16135
16136 2006-01-27 Eli Zaretskii <eliz@gnu.org>
16137
16138 * international/latexenc.el: Add a suitable `coding:' tag.
16139 (latexenc-find-file-coding-system): Undo last change.
16140
16141 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
16142
16143 * international/latexenc.el (latexenc-find-file-coding-system):
16144 Make sure latexenc-main-file is a regular file and is readable.
16145
16146 2006-01-27 Andre Spiegel <spiegel@gnu.org>
16147
16148 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
16149 Pass FILE to vc-user-login-name.
16150
16151 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
16152
16153 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
16154
16155 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
16156 there are no more images to display.
16157 (thumbs-mark, thumbs-unmark): Revert change so that they move to
16158 the next image.
16159
16160 2006-01-26 Richard M. Stallman <rms@gnu.org>
16161
16162 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
16163
16164 * wid-edit.el (advertised-widget-backward): New alias.
16165 (widget-keymap): Use advertised-widget-backward for S-TAB.
16166
16167 * tumme.el: Correct the keywords.
16168 (tumme-dir-max-size): Use defvar.
16169 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
16170
16171 * simple.el (move-beginning-of-line): Take account of fields.
16172 (clone-indirect-buffer-other-window): Take args like
16173 clone-indirect-buffer, and work like it.
16174
16175 * help-fns.el (describe-function): Don't pass `nil' as default.
16176
16177 * files.el (risky-local-variable-p): Follow var aliases.
16178
16179 * subr.el (lazy-completion-table): Doc fix.
16180
16181 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
16182 global binding of `line'.
16183
16184 2006-01-25 Andre Spiegel <spiegel@gnu.org>
16185
16186 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
16187 Tramp.
16188
16189 * vc.el (vc-default-dired-state-info): Pass FILE to
16190 vc-user-login-name.
16191 (vc-default-update-changelog): Don't use vc-user-login-name, we
16192 don't need it here.
16193
16194 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
16195 no longer necessary.
16196
16197 2006-01-25 Kenichi Handa <handa@m17n.org>
16198
16199 * international/mule.el (decode-char): Avoid the overhead of
16200 calling utf-lookup-subst-table-for-decode if
16201 utf-translate-cjk-mode is nil.
16202 (encode-char): Avoid the overhead of calling
16203 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
16204 nil.
16205
16206 2006-01-22 Kenichi Handa <handa@m17n.org>
16207
16208 * international/mule.el (make-subsidiary-coding-system): Reset
16209 `coding-system-define-form' property of subsidiaries to nil.
16210 Avoid duplicated entry in coding-system-alist.
16211 (make-coding-system): Avoid duplicated entry in
16212 coding-system-alist.
16213 (define-coding-system-alias): Likewise.
16214
16215 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
16216
16217 * completion.el: Minor fixes in introductory comment.
16218 (completion-def-wrapper): Fix alist.
16219
16220 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
16221
16222 * thumbs.el (thumbs-new-image-size): New function.
16223 (thumbs-increment-image-size-element)
16224 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
16225 (thumbs-decrement-image-size): Delete.
16226 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
16227 temp files and use to resize.
16228 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
16229 Use increment argument to enlarge/shrink. Preserve point.
16230 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
16231 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
16232 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
16233 (thumbs-mark, thumbs-unmark): Preserve point.
16234 (thumbs-modify-image): Keep old temp files and use to modify.
16235 Cleanup old temp files at load time. Preserve point.
16236 (thumbs-view-image-mode-map): Use new command names.
16237
16238 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
16239
16240 * log-view.el (log-view-minor-wrap): First rev is the one at point.
16241
16242 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
16243 the nastiest part of the cyclic dependency.
16244 (cal-menu-update): Use dotimes and calendar-increment-month.
16245
16246 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
16247 (calendar-week-start-day): Add an :initializer.
16248 (calendar-mode-map): Use suppress-keymap, and command remapping.
16249 (describe-calendar-mode): Setup xref-stack info for the back button.
16250 (calendar-star-date): Insert before delete.
16251 (calendar-set-mode-line): Add file-modified info if applicable.
16252 (calendar-increment-month): New function.
16253
16254 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
16255
16256 * font-lock.el (lisp-font-lock-keywords-2):
16257 Recognize "& keywords" only at word boundaries.
16258
16259 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
16260
16261 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
16262 and permanent-local.
16263 (thumbs-max-image-number): New variable.
16264 (thumbs-do-thumbs-insertion): Use them.
16265 (thumbs-per-line): Change default to 4.
16266 (thumbs-marked-list): Rename from thumbs-markedL.
16267 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
16268 (thumbs-rename-images): Use -list instead of L for internal variables.
16269 (thumbs-call-convert): Use call-process instead of shell-command.
16270 (thumbs-insert-thumb): Add filename as help-echo to each image.
16271 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
16272 Give dir to thumbs-show-thumbs-list.
16273 (thumbs-show-thumbs-list): Set default-directory to that of images.
16274 (thumbs-dired-show): Rename from thumbs-dired-show-all.
16275 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
16276 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
16277 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
16278
16279 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
16280
16281 * ses.el (ses-read-cell): Provide a default value.
16282
16283 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
16284
16285 * term/w32-win.el (image-library-alist): Add additional names for
16286 GIF library.
16287
16288 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
16289
16290 * international/latexenc.el (latexenc-find-file-coding-system):
16291 Add file-regular-p check.
16292
16293 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
16294
16295 * simple.el (clone-buffer): Don't show the new buffer in the same
16296 window.
16297
16298 2006-01-23 Juri Linkov <juri@jurta.org>
16299
16300 * faces.el (link, link-visited): New faces based on default values
16301 of `info-xref' and `info-xref-visited'.
16302
16303 * info.el (info-xref): Inherit from `link'.
16304 (info-xref-visited): Inherit from `link-visited'.
16305
16306 * cus-edit.el (custom-buffer-create-internal): Use widget type
16307 `custom-manual' instead of `info-link' and don't set properties
16308 `button-face' and `mouse-face' explicitly.
16309 (custom-browse-group-tag, custom-browse-variable-tag)
16310 (custom-browse-face-tag): Inherit from widget class
16311 `custom-group-link' instead of `push-button'.
16312 (custom-button-unraised): Inherit from `underline' face.
16313 (custom-link): Inherit from `link' face. Fix doc and group.
16314 (custom-add-parent-links, custom-group-value-create): Don't set
16315 properties `button-face' and `mouse-face' explicitly for
16316 `custom-group-link' widget.
16317 (custom-group-link): Add properties `button-face' and `mouse-face'
16318 to widget definition.
16319 (custom-field-keymap): New variable. Put `custom-field-keymap' to
16320 editable-field's :keymap property.
16321 (custom-mode): Fix docstring: substitute keybindings for
16322 `widget-forward' and `widget-backward' from `widget-keymap',
16323 `widget-complete' from `custom-field-keymap', replace old
16324 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
16325
16326 * desktop.el (desktop-load-file): Check for `fboundp' before
16327 calling `symbol-function'.
16328
16329 * simple.el (clone-buffer, clone-indirect-buffer)
16330 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
16331 `read-string'. Fix prompts.
16332
16333 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
16334
16335 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
16336
16337 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
16338
16339 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
16340
16341 * startup.el (inhibit-splash-screen, initial-scratch-message):
16342 Doc fixes.
16343
16344 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
16345
16346 Sync with Tramp 2.0.52.
16347
16348 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
16349 * net/tramp-vc.el: Add code for unloading Tramp. See comment before
16350 `tramp-unload-tramp' for checklist.
16351
16352 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
16353 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
16354 (tramp-unload-file-name-handler-alist)
16355 (tramp-unload-tramp): New defuns.
16356 (tramp-advice-PC-expand-many-files): New defadvice.
16357 (tramp-save-PC-expand-many-files, tramp-setup-complete): Defuns
16358 removed.
16359 (tramp-handle-expand-file-name): Remove double slash.
16360 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
16361 It doesn't matter, because it will be converted later on.
16362 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
16363 implementation was just heuristic.
16364 (tramp-post-connection): Set uid and gid properties.
16365 (tramp-convert-file-attributes): Set file's gid change bit.
16366 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
16367 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
16368 in case of su(do)? methods. The home directory of the local user
16369 will be taken else.
16370 (tramp-open-connection-telnet)
16371 (tramp-open-connection-rsh, tramp-open-connection-su)
16372 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
16373 local shell prompt could hurt. Reported by Romain Francoise
16374 <romain@orebokech.com>.
16375 (tramp-let-maybe): Add `edebug-form-spec' property.
16376 (tramp-handle-expand-file-name): Bind `default-directory' locally
16377 to "/" in order to avoid problems with UNC shares or Cygwin
16378 mounts.
16379 (tramp-md5-function): Fix typo in error message.
16380
16381 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
16382
16383 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
16384 for byte-compiler pacification.
16385
16386 2006-01-22 Andre Spiegel <spiegel@gnu.org>
16387
16388 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
16389 ID-FORMAT `string'. This allows us to get rid of
16390 `vc-user-login-name UID'.
16391
16392 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
16393
16394 2006-01-22 John Paul Wallington <jpw@pobox.com>
16395
16396 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
16397
16398 2006-01-21 Martin Rudalics <rudalics@gmx.at>
16399
16400 * emacs-lisp/find-func.el (find-definition-noselect)
16401 (find-variable-noselect): Search variables in C source code too.
16402 (find-function-C-source, find-function-noselect, find-function)
16403 (find-function-other-frame, find-variable-noselect, find-variable)
16404 (find-variable-other-frame, find-variable-at-point):
16405 Fix docstrings.
16406
16407 2006-01-21 Francesco Potort\e,Al\e(B <pot@gnu.org>
16408
16409 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
16410
16411 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
16412
16413 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
16414 Default to disabling the "Save affix" question.
16415
16416 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
16417
16418 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
16419 the first arg to run-python.
16420
16421 2006-01-21 Eli Zaretskii <eliz@gnu.org>
16422
16423 * startup.el (command-line-1): Handle --no-desktop if desktop.el
16424 is not loaded.
16425
16426 2006-01-20 Jay Belanger <belanger@truman.edu>
16427
16428 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
16429 limit is 0.
16430
16431 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
16432 the correct variable.
16433
16434 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
16435
16436 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
16437 link. Fixed buggy argument sequence in call to `org-view-tags'.
16438 (org-compile-prefix-format): Set `org-prefix-has-tag'.
16439 (org-prefix-has-tag): New variable.
16440 (org-format-agenda-item): Remove tags from headline if
16441 appropriate.
16442 (org-agenda-remove-tags-when-in-prefix): New option.
16443 (org-get-tags-at): New function.
16444
16445 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
16446
16447 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
16448 (thumbs-find-image): Move image name and number from buffer name
16449 to mode name. Set thumbs-buffer. Preserve point so that large
16450 images remain visible.
16451 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
16452 order.
16453 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
16454 mode name.
16455 (thumbs-next-image, thumbs-previous-image): Make them work.
16456
16457 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
16458
16459 * cus-edit.el (custom-buffer-create-internal): State in the text above
16460 the whole buffer buttons that they do not operate on hidden items.
16461 (custom-face-menu): Use `custom-face-save' instead of
16462 `custom-face-save-command'.
16463 (custom-face-save-command): Make it an alias for `custom-face-save'
16464 and declare it obsolete.
16465 (custom-face-save): Doc fix.
16466
16467 * dired.el (dired-no-confirm): Add quote.
16468 (dired-subdir-alist-pre-R): Add quote in
16469 `make-variable-buffer-local' form and remove unbalanced parenthesis.
16470
16471 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
16472
16473 * textmodes/table.el (table-mode-indicator): Typo in last change.
16474
16475 2006-01-19 Richard M. Stallman <rms@gnu.org>
16476
16477 * outline.el (hide-leaves): Don't call outline-end-of-heading.
16478 Fixes bug reported in Nov 2005.
16479
16480 * isearch.el (isearch-forward): Doc fix.
16481
16482 * dired.el (dired-move-to-filename-regexp): Define as alias.
16483 (dired-no-confirm): Use defcustom.
16484 (dired-subdir-alist-pre-R): Put defvar at top level.
16485
16486 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
16487
16488 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
16489 Mark as risky.
16490
16491 * simple.el (set-mark-command): Doc fix.
16492 (clone-indirect-buffer-other-window):
16493 Read arg like clone-indirect-buffer.
16494 (move-beginning-of-line): Skip invisible newlines.
16495
16496 2006-01-19 Masatake YAMATO <jet@gyve.org>
16497
16498 * progmodes/cpp.el (cpp-edit-load): Make the order of
16499 listed conditions in a base C code buffer and its associate
16500 CPP Edit buffer the same.
16501
16502 2006-01-19 Kenichi Handa <handa@m17n.org>
16503
16504 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
16505 (rmail-mime-feature): Likewise.
16506 (rmail-require-mime-maybe): Use display-warning to show a warning
16507 message.
16508
16509 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
16510 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
16511
16512 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
16513
16514 * array.el: Move defvars out of eval-when-compile.
16515 (array-make-template): Replace undeclared global var with a local one.
16516 (array-mode): Inline initialization functions.
16517 (array-init-local-variables, array-init-max-row)
16518 (array-init-max-column, array-init-columns-per-line)
16519 (array-init-field-width, array-init-rows-numbered)
16520 (array-init-line-length, array-init-lines-per-row): Remove.
16521
16522 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
16523 (doc-mode-map): Define explicitly.
16524 (doctor-txtype): Use mapc.
16525
16526 * textmodes/table.el: Move defvars out of eval-when-compile.
16527 Remove harmful code meant to avoid byte-compiler warnings.
16528 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
16529 specification that checks table-fixed-width-mode directly.
16530 (table-recognize-region, table-recognize-cell):
16531 Use restore-buffer-modified-p.
16532 (table-fixed-width-mode): Remove code that refreshes
16533 table-fixed-mode-indicator.
16534 (*table--cell-describe-bindings, *table--cell-describe-mode):
16535 Avoid obsolete name print-help-return-message.
16536 (table--test-cell-list): Don't use replace-regexp from elisp.
16537 (table--point-entered-cell-function, table--point-left-cell-function):
16538 Don't set table-fixed-mode-indicator, use force-mode-line-update.
16539
16540 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
16541 that was after the end of file. Use buffer-file-name variable.
16542 (org-timestamp-change): Use with-current-buffer.
16543 (org-todo-list): Don't unnecessarily define a new buffer-local var.
16544 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
16545 `file'.
16546
16547 * progmodes/fortran.el: Move defvars out of eval-when-compile.
16548 (fortran-break-line): Remove unused var `opoint'.
16549 (fortran-abbrev-start): Obey help-event-list.
16550
16551 2006-01-18 Jesper Harder <harder@phys.au.dk>
16552
16553 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
16554
16555 2006-01-18 Masatake YAMATO <jet@gyve.org>
16556
16557 * progmodes/make-mode.el (makefile-imake-mode): New mode
16558 derived from makefile-mode.
16559 (makefile-imake-mode-syntax-table): New syntax table
16560 derived from makefile-mode-syntax-table.
16561 (makefile-mode): Write about makefile-imake-mode in doc string.
16562 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
16563 (makefile-imake-font-lock-keywords): New font lock keywords.
16564
16565 * files.el (auto-mode-alist): Add Imakefile.
16566
16567 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
16568
16569 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
16570 loading the file rather than when turning on flyspell-mode.
16571
16572 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
16573
16574 * cus-edit.el (customize-rogue): Minor doc fix.
16575
16576 2006-01-17 Juri Linkov <juri@jurta.org>
16577
16578 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
16579 instead of the file at the mark as default if the file at the mark
16580 is the same as the file at point or if dired-dwim-target-directory
16581 is not the same as the current directory and the mark is not active.
16582
16583 * log-view.el (log-view-minor-wrap): Use the same logic to get
16584 revisions as `log-view-diff'.
16585
16586 * info.el (Info-revert-find-node): Check for Info-current-file
16587 before preserving new-history.
16588
16589 * man.el (Man-heading-regexp): Add `/'.
16590
16591 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
16592 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
16593
16594 2006-01-16 Juri Linkov <juri@jurta.org>
16595
16596 * faces.el (mode-line-faces): New defgroup.
16597 (mode-line-highlight): Move definition after new defgroup.
16598 (mode-line, mode-line-inactive, mode-line-highlight):
16599 Replace :group `modeline' with `mode-line-faces'.
16600 (mode-line-buffer-id): New face.
16601 (modeline-buffer-id): New face alias.
16602 (vertical-border): Remove :group `modeline'.
16603
16604 * bindings.el (propertized-buffer-identification): Use face
16605 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
16606 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
16607 (mode-line-buffer-identification-keymap): For mouse-1 replace
16608 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
16609 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
16610 mouse-3.
16611
16612 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
16613 Buffer-menu-buffer. Doc fix.
16614 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
16615 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
16616 `Buffer-menu-buffer'.
16617
16618 * info.el (Info-mode-line-node-keymap): New defvar.
16619 (Info-set-mode-line): Use `stringp' to check Info-current-file.
16620 Propertize Info-current-node with `mode-line-buffer-id' and
16621 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
16622
16623 * time.el (display-time-mail-face): Replace :group `faces' with
16624 `mode-line-faces'.
16625
16626 2006-01-16 Kenichi Handa <handa@m17n.org>
16627
16628 * international/code-pages.el: Add autoload cookies for cp125[0345678].
16629
16630 * language/european.el (cp1252): New alias for windows-1252.
16631
16632 * international/mule.el (autoload-coding-system): Prepare for EOL
16633 variants.
16634
16635 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
16636
16637 * term.el (term-raw-map): Add mapping for insert.
16638 (term-send-insert): New.
16639 (term-mode): Make variables local here instead of doing it in
16640 `term-emulate-terminal'.
16641 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
16642 Scroll reverse needs to take into account the scroll region.
16643 Saving and restoring the cursor should save the color attributes too.
16644 (term-reset-terminal): Reset the scroll region.
16645 (term-handle-ansi-escape): Cursor up and down should take into
16646 account the scroll region.
16647 (term-set-scroll-region): Rename from `term-scroll-region'.
16648 Move to 0,0 after setting the region.
16649 (term-handle-scroll): Handle scroll up.
16650 (term-down): Fix off by one error.
16651 (term-delete-lines): Do not delete outside the scroll region.
16652 (term-insert-lines): Take into account the scroll region.
16653
16654 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
16655
16656 * textmodes/ispell.el (ispell-internal-change-dictionary)
16657 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
16658 (start, end): Move declaration outside of eval-when-compile.
16659
16660 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
16661 (flyspell-mode-on): Use it.
16662
16663 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
16664 ispell-kill-ispell-hook.
16665
16666 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
16667
16668 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
16669 (Custom-reset-saved): Do not ask for confirmation in single option
16670 buffers.
16671
16672 2006-01-13 Richard M. Stallman <rms@gnu.org>
16673
16674 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
16675
16676 2006-01-13 Romain Francoise <romain@orebokech.com>
16677
16678 * add-log.el (add-change-log-entry, change-log-merge):
16679 Conditionally use `hard-newline'.
16680
16681 2006-01-13 Martin Rudalics <rudalics@gmx.at>
16682
16683 * wid-edit.el (widget-field-end): If the overlay is no longer
16684 associated with a buffer, behave as if the overlay didn't exist.
16685
16686 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
16687 Make sure the links use the `custom-link' face.
16688
16689 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
16690
16691 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
16692 (ld-script-mode): Don't set indent-line-function since we don't
16693 have one.
16694
16695 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
16696
16697 * textmodes/org.el (org-open-file): Use mailcap for selecting an
16698 application.
16699 (org-file-apps-defaults-gnu): Use mailcap as the default for
16700 selecting an application on a UNIX system.
16701 (org-agenda-show-tags): New command.
16702 (org-table-insert-hline): Keep cursor in current table line.
16703 (org-table-convert): Offset effect of modifying
16704 `org-table-insert-hline'.
16705 (org-format-agenda-item): New optional argument TAG.
16706 (org-compile-prefix-format): Handle %T format for the tag.
16707 (org-expand-wide-chars): New function.
16708 (org-table-insert-row, org-table-insert-hline):
16709 Use `org-expand-wide-chars'.
16710 (org-open-file): Fix bug in program launch.
16711 (org-get-time-of-day): Fix bug with times before 1am.
16712 (org-agenda-menu): Add tags commands.
16713
16714 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
16715
16716 * textmodes/ispell.el (ispell-init-process): Include the used
16717 dictionary in ispell process start message.
16718 (ispell-internal-change-dictionary): When flyspell-mode is active
16719 and dictionary is changed, make sure ispell process is restarted
16720 and flyspell word cache cleared out for the current buffer.
16721 (ispell-change-dictionary): Make sure flyspell word cache is
16722 cleared out in all buffers with active flyspell mode when
16723 dictionary is globally changed.
16724 Call ispell-internal-change-dictionary after dictionary change.
16725
16726 2006-01-13 Eli Zaretskii <eliz@gnu.org>
16727
16728 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
16729
16730 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
16731 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
16732 years. Fix small differences wrt Makefile.in.
16733 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
16734 Makefile.in does.
16735
16736 2006-01-12 Bill Wohler <wohler@newt.com>
16737
16738 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
16739 mh-search.el.
16740
16741 2006-01-12 Masatake YAMATO <jet@gyve.org>
16742
16743 * progmodes/ld-script.el: Update copyright year.
16744
16745 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
16746
16747 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
16748 Don't add widget if setting undefined.
16749
16750 2006-01-12 John Paul Wallington <jpw@pobox.com>
16751
16752 * help-fns.el (describe-variable): Remove newlines from void
16753 variable output.
16754
16755 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
16756
16757 * wdired.el (wdired-mode-map): Add help echo for
16758 wdired-abort-changes.
16759
16760 * man.el (Man-file-name-regexp): Adjust for a list of files.
16761
16762 2006-01-12 Masatake YAMATO <jet@gyve.org>
16763
16764 * progmodes/ld-script.el (auto-mode-alist): Support
16765 suffix conventions used in netbsd and eCos.
16766
16767 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
16768
16769 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
16770 (custom-variable-menu, custom-face-menu, custom-group-menu)
16771 (Custom-mode-menu): Change names of menu items. (As discussed on
16772 emacs-devel.)
16773 (custom-face-menu): Add "Undo Edits" item.
16774
16775 * startup.el (init-file-user): defcustom -> defvar.
16776
16777 * tooltip.el (tooltip-mode): Doc fix.
16778
16779 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
16780
16781 * reveal.el (reveal-post-command): window-buffer signals an error on
16782 dead windows rather than returning nil.
16783 (reveal-open-new-overlays): An overlay might die while we open others.
16784
16785 2006-01-11 Bill Wohler <wohler@newt.com>
16786
16787 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
16788 phrasing in docstring.
16789
16790 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
16791 can give some systems gas. Add new file mh-buffers.el.
16792
16793 2006-01-06 Masatake YAMATO <jet@gyve.org>
16794
16795 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
16796 C preprocessor forward ported from GNU Emacs 21.2.
16797
16798 * progmodes/asm-mode.el (asm-font-lock-keywords):
16799 Use `cpp-font-lock-keywords'.
16800
16801 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
16802
16803 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
16804 of $ for "\\.ld[s]?".
16805
16806 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
16807
16808 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
16809 (tcl-indent-line): Return `noindent' if inside a string.
16810
16811 * progmodes/flymake.el (flymake-split-string): Remove more than one
16812 empty string at beg/end of the result.
16813 (flymake-find-buildfile, flymake-find-possible-master-files):
16814 Use expand-file-name.
16815 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
16816 since expand-file-name does it for us. Use directory-file-name.
16817 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
16818 (flymake-ler-get-type, flymake-ler-get-text)
16819 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
16820 (flymake-current-line-no): Remove spurious interactive spec.
16821 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
16822 (flymake-check-include): Remove arg inc-path merged into inc-name.
16823 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
16824 Arg regexp-list replaced by a simple regexp.
16825 (flymake-master-make-header-init, flymake-master-tex-init):
16826 Correspondingly replace regexp-list with a regexp. Fix regexp.
16827
16828 2006-01-10 Simon Josefsson <jas@extundo.com>
16829
16830 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
16831 describing AUTH PLAIN fix.
16832
16833 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
16834
16835 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
16836 (report-emacs-bug): Don't record initial prompt text.
16837 Instead, add text properties to prompting text.
16838 (report-emacs-bug-hook): Delete prompting text.
16839
16840 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
16841
16842 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
16843 `dirs'. Adjust callers.
16844
16845 2006-01-09 John Paul Wallington <jpw@gnu.org>
16846
16847 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
16848
16849 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
16850
16851 * reveal.el (reveal-open-new-overlays): New extracted fun.
16852 (reveal-close-old-overlays): Idem. Check overlays's liveness before
16853 using them. Simplify the code.
16854 (reveal-post-command): Use them. Fix up obsolete windows in
16855 reveal-open-spots.
16856
16857 * progmodes/flymake.el: Use `require' rather than autoload for
16858 XEmacs's overlays.
16859 (flymake-get-common-file-prefix, flymake-build-relative-filename):
16860 Delete. Use file-relative-name instead.
16861 (flymake-get-syntax-check-program-args, flymake-perl-init):
16862 Simplify the resulting code.
16863
16864 * log-view.el (log-view-file-re, log-view-message-re): Add support
16865 for DaRCS output.
16866
16867 2006-01-09 Alex Schroeder <alex@gnu.org>
16868
16869 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
16870 identifiers sometimes added in square brackets at the beginning of
16871 subject lines.
16872
16873 2006-01-07 Richard M. Stallman <rms@gnu.org>
16874
16875 * cus-edit.el (Custom-set, Custom-save): Doc fix.
16876 (Custom-reset-current, Custom-reset-saved): Change question text.
16877 (Custom-reset-standard): Likewise.
16878 (custom-variable-reset-saved): Doc fix.
16879
16880 2006-01-07 Eli Zaretskii <eliz@gnu.org>
16881
16882 * startup.el (init-file-user): Doc fix.
16883
16884 2006-01-07 Alex Schroeder <alex@gnu.org>
16885
16886 * mail/rmail.el (rmail-current-subject): New function.
16887 (rmail-current-subject-regexp): New function.
16888 (rmail-next-same-subject): Use it.
16889
16890 * mail/rmailsum.el (rmail-summary-by-topic):
16891 Use rmail-current-subject and rmail-current-subject-regexp.
16892 (rmail-summary-next-same-subject): Ditto.
16893
16894 * net/rcirc.el (rcirc-send-input): No longer check whether the
16895 process is open, since not all commands need an open process.
16896 (rcirc-send-string): Check whether the process is open before
16897 sending anything.
16898 (rcirc-ignore-list): New option.
16899 (rcirc-ignore-list-automatic): New variable.
16900 (rcirc-print): Take rcirc-ignore-list into account.
16901 (rcirc-cmd-ignore): New command.
16902 (rcirc-ignore-update-automatic): New function.
16903 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
16904 list if ignored nicks.
16905 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
16906
16907 2006-01-06 David Reitter <david.reitter@gmail.com>
16908
16909 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
16910 reflect the address to which the report will be sent.
16911
16912 2006-01-06 Eli Zaretskii <eliz@gnu.org>
16913
16914 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
16915 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
16916
16917 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
16918
16919 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
16920
16921 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
16922 the doc string: "functoin" => "function".
16923 * ldefs-boot.el: Likewise.
16924
16925 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
16926 message text: "Duplicat" => "Duplicate".
16927
16928 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
16929
16930 * files.el (basic-save-buffer-2): If backing-up failed, reset
16931 buffer-backed-up to nil.
16932
16933 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
16934
16935 * progmodes/gud.el (gdb-script-skip-to-head)
16936 (gdb-script-calculate-indentation): Indent for breakpoint command
16937 lists also.
16938
16939 2006-01-05 Bill Wohler <wohler@newt.com>
16940
16941 * Makefile.in (compile-always): Add mh-autoloads dependency.
16942 (bootstrap): Remove mh-autoloads dependency, as compile dependency
16943 provides it.
16944 (updates): Remove mh-autoloads dependency, since it probably has
16945 already run recently (via recompile).
16946
16947 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
16948
16949 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
16950 argument `force' to disable the flyspell-last-buffer optimization.
16951 (flyspell-mode-on): Use it.
16952
16953 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
16954 flymake-simple-cleanup.
16955 (flymake-allowed-file-name-masks): Use this new default.
16956 All the functions are now called in the right buffer rather than
16957 passing the buffer as argument.
16958 (flymake-process-sentinel): Switch to buffer before calling cleanup.
16959 (flymake-parse-err-lines): Remove redundant buffer arg.
16960 (flymake-get-program-dir): Comment out unused function.
16961 (flymake-start-syntax-check, flymake-start-syntax-check-process):
16962 Remove redundant buffer argument.
16963 (flymake-get-real-file-name, flymake-simple-java-cleanup)
16964 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
16965
16966 2006-01-05 Richard M. Stallman <rms@gnu.org>
16967
16968 * info.el (Info-find-node): Don't record previous node if have none.
16969 (info): Go to directory only if history is empty.
16970
16971 * simple.el (mark): Doc fix.
16972
16973 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16974
16975 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
16976 already of desired type.
16977 (mac-ae-list): Coerce parameter to "list" type.
16978 (mac-dispatch-apple-event): Replace cadr part of event with a
16979 dummy position so that event-start returns it.
16980
16981 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
16982
16983 * textmodes/org.el (org-end-of-subtree): New function.
16984 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
16985 Use `org-end-of-subtree'.
16986 (org-agenda, org-agenda-convert-date): Protect calls to
16987 `fit-window-to-buffer'.
16988 (org-tags-view): Force matching of sublevels when doing a
16989 todo-only search. Define the correct redo command, including the
16990 arguments.
16991 (org-agenda-redo): Display message.
16992 (org-check-for-org-mode): New function.
16993 (org-agenda-type): New variable.
16994 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
16995 Set `org-agenda-type'.
16996 (org-agenda-check-type): New function.
16997 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
16998 (org-agenda-week-view, org-agenda-day-view)
16999 (org-agenda-next-date-line, org-agenda-previous-date-line)
17000 (org-agenda-log-mode, org-agenda-toggle-diary)
17001 (org-agenda-toggle-time-grid, org-agenda-date-later)
17002 (org-agenda-date-prompt, org-agenda-diary-entry)
17003 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
17004 (org-agenda-convert-date, org-agenda-menu):
17005 Use `org-agenda-check-type'.
17006 (org-make-overlay, org-delete-overlay)
17007 (org-detatch-overlay, org-move-overlay, org-overlay-put):
17008 New compatibility functions.
17009 (org-calendar-select-mouse): New command.
17010
17011 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
17012
17013 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
17014 (Custom-reset-standard): Fix y-or-n-p messages.
17015 (custom-link): New face for links.
17016 (custom-buffer-create-internal, custom-manual): Use it.
17017 (custom-face-save): Push to theme-face before setting face spec.
17018
17019 * wid-edit.el (widget-default-mouse-face-get): New function.
17020 (widget-specify-button): Handle mouse-face like button-face.
17021
17022 * custom.el (load-theme): Clear old theme settings if reloading.
17023
17024 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
17025
17026 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
17027 "Erase Customization" button back to same position it occupies in
17028 the individual State menus.
17029
17030 2006-01-04 Kim F. Storm <storm@cua.dk>
17031
17032 * wid-edit.el (key-sequence): Rework widget to read key binding
17033 using `kbd' syntax. Use C-q to insert literal key, event, or code.
17034 (widget-key-sequence-default-value): Default value for empty sequence.
17035 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
17036 (widget-key-sequence-read-event): New command for C-q.
17037 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
17038 (widget-key-sequence-value-to-external): New functions.
17039
17040 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
17041
17042 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
17043 Use expand-file-name.
17044 (flymake-delete-temp-directory): Use expand-file-name,
17045 file-name-directory, and directory-file-name.
17046 (flymake-strrchr): Delete.
17047 (flymake-start-syntax-check): Don't pass the redundant buffer argument
17048 to the init-f function.
17049 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
17050 (flymake-init-find-buildfile-dir)
17051 (flymake-init-create-temp-source-and-master-buffer-copy)
17052 (flymake-simple-make-init-impl, flymake-simple-make-init)
17053 (flymake-master-make-init, flymake-master-make-header-init)
17054 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
17055 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
17056 (flymake-xml-init): Remove corresponding redundant buffer argument.
17057 (flymake-allowed-file-name-masks): Remove last elems that are equal to
17058 the default anyway. Clean up regexps.
17059
17060 * progmodes/flymake.el (flymake-temp-source-file-name)
17061 (flymake-master-file-name, flymake-temp-master-file-name)
17062 (flymake-base-dir): New buffer-local vars.
17063 (flymake-buffer-data, flymake-get-buffer-value)
17064 (flymake-set-buffer-value): Replace those hash-tables by the new
17065 buffer-local vars. Update callers.
17066
17067 * progmodes/flymake.el (flymake-check-start-time)
17068 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
17069 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
17070 Move definition, so we can remove redundant earlier declaration.
17071 (flymake-replace-regexp-in-string, flymake-split-string)
17072 (flymake-get-temp-dir): Use defalias.
17073 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
17074 (flymake-xemacs-window-edges): Remove unused function.
17075 (flymake-get-point-pixel-pos): Move.
17076 (flymake-pid-to-names, flymake-reg-names)
17077 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
17078 Replace by a simple list flymake-processes and by process-buffer.
17079 Update callers. Other than simplify the code, it uses buffers rather
17080 than buffer-names so it doesn't get confused by uniquify.
17081 (flymake-buffer-data): The global value should just be nil.
17082
17083 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
17084 Optimize the body of a defalias like any other code.
17085
17086 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
17087 Make sure we've setup font-lock's vars. It may influence which
17088 function we then call.
17089 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
17090 here since it's too late anyway.
17091
17092 2006-01-03 Romain Francoise <romain@orebokech.com>
17093
17094 * startup.el (fancy-splash-tail, normal-splash-screen):
17095 Update copyright year.
17096
17097 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
17098
17099 * mouse.el (mouse-drag-track): Rename, from
17100 `mouse-drag-region-1'. Includes optional argument required to
17101 enable post-drag event processing (e.g. delete region keys).
17102 Can be used without this argument to track a mouse region and operate
17103 on it as soon as the drag completes.
17104 (mouse-drag-region): Use `mouse-drag-track'.
17105
17106 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
17107
17108 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
17109 Move to `custom-buffer' group.
17110
17111 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
17112 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
17113 (custom-theme-insert-face-marker, custom-theme-variable-menu)
17114 (custom-theme-face-menu): New variables.
17115 (custom-theme-add-variable, custom-theme-variable-action)
17116 (custom-variable-reset-theme, custom-theme-delete-variable)
17117 (custom-face-reset-theme, custom-theme-face-action)
17118 (custom-theme-delete-face, custom-theme-merge-theme)
17119 (custom-theme-add-face, custom-theme-visit-theme): New functions.
17120
17121 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
17122
17123 * custom.el: Move Custom Themes commentary to start of theme code.
17124 (custom-known-themes): Rename `standard' theme to `changed'.
17125 (custom-push-theme): Caller no longer specifies what theme to use
17126 when doing `reset'---the setting is simply removed from the theme.
17127 Delete MODE from `theme-value' and `theme-settings' properties.
17128 (custom-declare-theme): Ignore &rest args since we don't use them.
17129
17130 (custom-loaded-themes): Delete variable.
17131 (custom-theme-load-themes, custom-theme-loaded-p)
17132 (custom-theme-value): Delete functions.
17133
17134 (custom-declare-theme): Signal error on invalid theme names.
17135 (provide-theme): custom-loaded-themes was deleted.
17136 (load-theme): Load the file unconditionally.
17137 (enable-theme): Call `load-theme' if theme is undefined.
17138 (custom-enabled-themes): Only update value for successful loads.
17139 (disable-theme): Complete from enabled themes when interactive.
17140 (custom-variable-theme-value): Calculate theme value directly.
17141
17142 (custom-theme-reset-variables, custom-reset-variables): Mark as
17143 XEmacs compatibility functions. We don't actually use these.
17144
17145 * cus-edit.el (custom-variable-state-set):
17146 Use custom-variable-theme-value instead of custom-theme-value.
17147 (custom-face-state-set): Rename `standard' theme to `changed'.
17148 (custom-save-variables, custom-save-faces): Delete unneeded
17149 references to custom-reset-variables.
17150 (custom-save-resets): Delete function.
17151 (custom-save-variables, custom-save-faces): MODE argument deleted.
17152 (custom-save-variables, custom-save-faces): Ignore theme values.
17153
17154 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
17155 compatibility function.
17156
17157 2006-01-01 Richard M. Stallman <rms@gnu.org>
17158
17159 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
17160 (Custom-reset-current, Custom-reset-saved): Likewise.
17161 (Custom-reset-standard): Show message if aborted.
17162 (custom-mode): Doc fix, describing those commands.
17163
17164 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
17165 put on event-kind property.
17166
17167 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
17168
17169 * custom.el (provide-theme): Ban `user' theme name.
17170 (custom-enabling-themes): New variable.
17171 (enable-theme): Don't enable user if custom-enabling-themes is t.
17172 (custom-enabled-themes): Make it a defcustom.
17173 (custom-theme-recalc-face): No-op if face is undefined.
17174
17175 * cus-edit.el (custom-button-mouse): New variable.
17176 (custom-button-mouse): New face.
17177 (custom-raised-buttons, custom-mode): Use it.
17178
17179 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
17180
17181 2005-12-31 Eli Zaretskii <eliz@gnu.org>
17182
17183 * progmodes/gud.el (gud-display-line): Support hl-line in the
17184 source buffer.
17185
17186 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
17187
17188 * mouse.el (mouse-drag-window-above): Verify that the found window
17189 overlaps with the given window in the horizontal dimension.
17190
17191 2005-12-31 Eli Zaretskii <eliz@gnu.org>
17192
17193 * Makefile.in (cvs-update): New target.
17194
17195 * makefile.w32-in (cvs-update): Ditto.
17196
17197 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
17198
17199 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
17200 (custom-new-theme-mode-map): New variable.
17201
17202 2005-12-30 Richard M. Stallman <rms@gnu.org>
17203
17204 * custom.el (custom-load-themes): Function deleted.
17205
17206 * cus-edit.el (custom-save-loaded-themes): Function deleted.
17207 (custom-save-variables): Don't delete or add custom-load-themes call.
17208
17209 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
17210
17211 * cus-start.el: Add `visible-cursor'.
17212
17213 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
17214 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
17215 (flymake-process-filter): Switch to buffer before calling it instead.
17216 (flymake-post-syntax-check, flymake-highlight-err-lines)
17217 (flymake-delete-own-overlays, flymake-parse-err-lines)
17218 (flymake-start-syntax-check, flymake-start-syntax-check-process)
17219 (flymake-count-lines, flymake-parse-residual):
17220 Remove constant buffer argument.
17221 (flymake-start-syntax-check-for-current-buffer): Remove.
17222 Update callers to use flymake-start-syntax-check instead.
17223 (flymake-display-err-menu-for-current-line):
17224 Remove unused var `mouse-pos'.
17225 (flymake-restore-formatting): Comment out unused function.
17226 (flymake-report-status, flymake-report-fatal-status): Remove buffer
17227 argument, use current-buffer instead. Update callers.
17228
17229 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
17230
17231 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
17232 buffer-local because choose-completion-delete-max-match requires
17233 that we set completion-ignore-case (i.e., binding via let is not
17234 sufficient).
17235 (bibtex-complete): Always set completion-ignore-case and
17236 choose-completion-string-functions. The latter is needed because
17237 choose-completion-string-functions keeps its value if we quit the
17238 *Completions* buffer without requesting a completion.
17239
17240 2005-12-30 Andreas Schwab <schwab@suse.de>
17241
17242 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
17243
17244 2005-12-30 Eli Zaretskii <eliz@gnu.org>
17245
17246 * jit-lock.el (jit-lock-chunk-size): Doc fix.
17247
17248 2005-12-30 Juri Linkov <juri@jurta.org>
17249
17250 * locate.el (locate-fcodes-file, locate-header-face)
17251 * progmodes/delphi.el (delphi-other-face)
17252 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
17253
17254 * paren.el (show-paren-match, show-paren-mismatch): Use existing
17255 group `paren-showing-faces'.
17256
17257 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
17258 (goto-address): Fix docstring.
17259
17260 * net/webjump.el (webjump-sample-sites): Update URLs.
17261
17262 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
17263
17264 * subr.el (cancel-change-group): Add listp around pending-undo-list.
17265
17266 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
17267
17268 * font-lock.el (font-lock-compile-keywords): Signal an error when
17269 font-lock-set-defaults hasn't been called.
17270
17271 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
17272
17273 * subr.el (noreturn, 1value): Doc fixes.
17274
17275 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
17276
17277 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
17278 that assoc-string returns nil.
17279
17280 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
17281
17282 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
17283 (bibtex-entry-type-str, bibtex-empty-field-re)
17284 (bibtex-search-backward-string, bibtex-preamble-prefix)
17285 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
17286 (bibtex-any-valid-entry-type): New variable.
17287 (bibtex-parse-field-name): Simplify.
17288 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
17289 (bibtex-preamble-prefix): Include left delimiter.
17290 (bibtex-search-forward-field, bibtex-search-backward-field):
17291 Allow unbounded search past entry boundaries (required by bibtex-pop).
17292 (bibtex-text-in-field-bounds): Use push.
17293 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
17294 (bibtex-parse-preamble, bibtex-valid-entry)
17295 (bibtex-beginning-first-field): New functions.
17296 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
17297 (bibtex-map-entries): Fix docstring.
17298 (bibtex-flash-head): New arg prompt. Simplify.
17299 (bibtex-enclosing-field): Include code of bibtex-inside-field.
17300 (bibtex-insert-kill): Simplify. Always insert text past the
17301 current field or entry.
17302 (bibtex-format-entry): Use bibtex-parse-field.
17303 (bibtex-pop): Use bibtex-beginning-of-entry and
17304 bibtex-end-of-entry to initiate the search. Insert empty field if
17305 we found ourselves.
17306 (bibtex-print-help-message): New args field and comma.
17307 Handle entry keys.
17308 (bibtex-make-field): Use bibtex-beginning-of-entry.
17309 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
17310 invalid entry.
17311 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
17312 Handle preambles. Simplify code for thorough test.
17313 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
17314 New arg comma. Handle entry heads.
17315 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
17316 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
17317 New arg comma.
17318 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
17319 (bibtex-fill-field): Simplify.
17320 (bibtex-fill-entry): Use bibtex-beginning-first-field and
17321 bibtex-parse-field.
17322 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
17323 (bibtex-complete): Use bibtex-parse-preamble.
17324
17325 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
17326
17327 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
17328 Display name of expression instead of convenience variable.
17329 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
17330
17331 * progmodes/gud.el (gud-tooltip-dereference): Rename from
17332 toggle-gud-tooltip-dereference.
17333 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
17334 (gud-tooltip-tips): ...here when dereferencing.
17335
17336 2005-12-28 Bill Wohler <wohler@newt.com>
17337
17338 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
17339
17340 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
17341
17342 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
17343 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
17344 (vc-annotate-display-autoscale): Adjust call.
17345 (vc-annotate-display-default): Adjust call. Make arg compulsory.
17346 Fix interactive spec.
17347 (vc-annotate-time-span): Remove.
17348 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
17349 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
17350 (vc-annotate-display-select): Use new name.
17351
17352 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
17353 (vc-annotate-mode-menu): Remove left-over redundant declaration.
17354 Correct the construction of span entries. Simplify.
17355 (vc-annotate-display-select): Fix the nil case.
17356 (vc-annotate): Remove obsolete (and now broken) code.
17357 (vc-annotate-extract-revision-at-line): Remove obsolete code.
17358 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
17359
17360 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
17361
17362 * subr.el (lazy-completion-table): Correct typo in docstring.
17363
17364 * startup.el (command-line): Use `custom-reevaluate-setting' for
17365 `send-mail-function'.
17366
17367 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
17368
17369 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
17370
17371 * mail/smtpmail.el (smtpmail-try-auth-methods):
17372 Send credentials together with "AUTH PLAIN" command.
17373
17374 2005-12-27 Richard M. Stallman <rms@gnu.org>
17375
17376 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
17377 mouse-2, go back to previously selected window, so it's selected
17378 when mouse-2 command runs.
17379
17380 2005-12-27 Juri Linkov <juri@jurta.org>
17381
17382 * descr-text.el (describe-text-sexp): Use square brackets for
17383 button [Show] to distinguish it from the property value `show'.
17384 (describe-property-list): Use `insert-text-button' with
17385 `help-face' type instead of putting face in quotes, because button
17386 is not created automatically for a list of faces.
17387 (describe-text-properties-1): Put button-type value in quotes to
17388 distinguish from plain text "button".
17389 (describe-char): Display code point values in hex. Don't use
17390 `symbol-name' for `current-input-method' because it is a string.
17391 Use `insert-text-button' with `help-face' type instead of putting
17392 hardcoded face in quotes, because button is not created automatically.
17393
17394 2005-12-27 Richard M. Stallman <rms@gnu.org>
17395
17396 * progmodes/glasses.el (glasses-face): More specific custom type.
17397
17398 * files.el (set-visited-file-name): Doc fix.
17399
17400 * textmodes/flyspell.el (flyspell-external-point-words):
17401 Use local var buffer-scan-pos to advance scan for next misspelling.
17402 Advance it only after we find the misspelling.
17403
17404 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
17405
17406 * textmodes/flyspell.el (flyspell-external-point-words):
17407 New criteria for finding the misspelling in the buffer.
17408
17409 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
17410
17411 * help-mode.el (help-insert-string): Set help-xref-stack-item
17412 rather than call help-setup-xref.
17413
17414 * descr-text.el (describe-char): Revert previous changes for
17415 optional buffer argument.
17416
17417 2005-12-27 Juri Linkov <juri@jurta.org>
17418
17419 * help-mode.el (help-insert-string): New function. Save buffer
17420 contents in cases where it is impossible to recompute the old contents.
17421
17422 * descr-text.el (describe-char): Set help-xref-stack-item
17423 explicitly after buffer has been generated.
17424
17425 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17426
17427 * cus-start.el (all): Add x-gtk-show-hidden-files.
17428
17429 2005-12-26 Richard M. Stallman <rms@gnu.org>
17430
17431 * replace.el (perform-replace): Calculate match-again
17432 before skipping read-only matches.
17433
17434 * paren.el (paren-showing-faces): New group.
17435 (show-paren-match, show-paren-mismatch): Move to that group.
17436
17437 * button.el (button): Put into group `basic-faces'.
17438
17439 * progmodes/make-mode.el: Remove faces from group `faces'.
17440
17441 * apropos.el (apropos, apropos-value): Doc fix.
17442 (apropos-documentation): Doc fix.
17443
17444 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
17445
17446 * subr.el (lazy-completion-table): Remove argument `args'.
17447
17448 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
17449 Don't use the `args' argument of lazy-completion-table.
17450
17451 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
17452
17453 * descr-text.el (describe-char): Add optional argument for buffer.
17454 Set buffer appropriately. Call help-setup-xref.
17455 Suggested by Stefan Monnier.
17456
17457 2005-12-26 Juri Linkov <juri@jurta.org>
17458
17459 * descr-text.el: Require `help-fns' at runtime. Don't require
17460 `button' for byte compilation.
17461 (describe-text-widget): Add `help-echo' for first button.
17462 Use `help-info' for second.
17463 (describe-property-list): Use `help-argument-name' instead of `italic'.
17464 (describe-text-category): Add prompt to interactive spec.
17465 Call `help-setup-xref'.
17466 (describe-char): Use `help-character-set'. Add `help-echo' for
17467 code point. Use `help-input-method'. Remove superfluous insert.
17468
17469 2005-12-25 Richard M. Stallman <rms@gnu.org>
17470
17471 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
17472 at point, in case of narrowing.
17473
17474 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
17475
17476 * locate.el (locate-header-face): Allow nil in type.
17477
17478 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
17479
17480 2005-12-25 Romain Francoise <romain@orebokech.com>
17481
17482 * battery.el (battery-linux-proc-acpi): Also try
17483 `/proc/acpi/thermal_zone/THM0/temperature'.
17484
17485 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
17486
17487 * custom.el (custom-push-theme): Fix docstring.
17488
17489 * cus-edit.el (custom-variable-set, custom-variable-save)
17490 (custom-variable-save): Custom-quote widget values.
17491 (customize-save-variable): Fix custom-push-theme call.
17492
17493 2005-12-24 Eli Zaretskii <eliz@gnu.org>
17494
17495 * w32-fns.el (w32-batch-update-autoloads): New function.
17496
17497 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
17498 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
17499 from the command line.
17500
17501 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
17502
17503 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
17504 reset means to remove setting from theme entirely. Don't keep
17505 expanding theme-settings list; delete old entries if necessary.
17506
17507 * cus-edit.el (custom-buffer-create-internal): Move "Erase
17508 customization" button one line up.
17509 (custom-themed): New face.
17510 (custom-magic-alist): New value, THEMED, for theme settings.
17511 (custom-variable-state-set, custom-face-state-set):
17512 Check theme-value instead of saved-value.
17513 (custom-variable-reset-standard, custom-face-reset-standard):
17514 Remove theme setting entirely. Recalculate new values.
17515 (custom-variable-set, custom-variable-set)
17516 (custom-variable-reset-saved, custom-variable-reset-backup)
17517 (custom-face-set, custom-face-reset-saved): Update `user' theme.
17518 (custom-variable-save): Fix typos.
17519
17520 2005-12-23 Juri Linkov <juri@jurta.org>
17521
17522 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
17523 Add autoload cookies.
17524 (edebug-outside-d-c-i-n-s-w): New variable.
17525 (edebug-display, edebug-outside-excursion): Use it to save the
17526 original value of default-cursor-in-non-selected-windows.
17527 Set default-cursor-in-non-selected-windows to t while Edebug
17528 is active.
17529 (edebug-mode, edebug-eval-mode): Doc fix.
17530
17531 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
17532 with `buffer-substring-no-properties' to remove common substring
17533 highlighting.
17534
17535 * info.el (info-other-window, info): Rename function argument
17536 `file' to `file-or-node'.
17537 (Info-complete-menu-item): Use local variable `complete-nodes' to
17538 keep the global value of `Info-complete-nodes' unchanged for
17539 subsequent completions.
17540 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
17541
17542 * simple.el (get-next-valid-buffer, last-buffer)
17543 (next-error-buffer-p, next-error-find-buffer)
17544 (minibuffer-history-sexp-flag): Doc fix.
17545
17546 * savehist.el (savehist-mode-hook): Add `:group'.
17547
17548 * log-view.el: Call autoload for vc-find-version.
17549 (log-view-current-file): Adjust subgroup numbers.
17550 (log-view-current-tag): Add `length'.
17551
17552 2005-12-23 Richard M. Stallman <rms@gnu.org>
17553
17554 * vc.el (vc-annotate-car-last-cons): Defn moved up.
17555
17556 2005-12-23 Juri Linkov <juri@jurta.org>
17557
17558 * hi-lock.el (hi-lock-archaic-interface-message-used)
17559 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
17560 (hi-lock-mode): Display "Hi" in the mode line only when
17561 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
17562 (hi-lock-write-interactive-patterns):
17563 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
17564 (hi-lock-set-pattern, hi-lock-set-file-patterns)
17565 (hi-lock-font-lock-hook): Set 3rd arg `how' of
17566 font-lock-add-keywords to t.
17567
17568 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
17569
17570 * hi-lock.el (hi-lock-highlight-range): New variable.
17571 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
17572 only if font-lock-fontified is non-nil. Remove overlays.
17573 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
17574 font-lock-fontified is non-nil, otherwise use overlays (instead of
17575 text properties).
17576 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
17577 New variables.
17578 (hi-lock-string-serialize): New function.
17579
17580 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17581
17582 * menu-bar.el (menu-find-file-existing): New function.
17583 (menu-bar-file-menu): Use menu-find-file-existing for Open.
17584
17585 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
17586
17587 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
17588
17589 * vc.el: Remove unnecessary leading * in docstrings.
17590 (vc-annotate-mode-map): Move initialization into declaration.
17591 (vc-static-header-alist): Nitpick on the regexp.
17592 (vc-default-init-version): New fun.
17593 (vc-register): Use it.
17594 (vc-insert-headers): Use dolist.
17595 (vc-annotate-get-backend): Remove unused function.
17596 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
17597 (vc-annotate-mode): Remove corresponding call.
17598 (vc-annotate-car-last-cons): Simplify.
17599 (vc-annotate-buffers): Remove var.
17600 (vc-annotate-backend): Make it buffer-local.
17601 (vc-annotate): Move the interaction to the interactive spec.
17602 Add a `buf' argument.
17603 (vc-annotate-warp-version): Use this new `buf' argument to avoid
17604 killing&creating a vc-annotate buffer, which is very disruptive when
17605 the buffers are shown in dedicated frames.
17606
17607 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
17608
17609 * descr-text.el: Add FSF as maintainer.
17610 (describe-text-mode, describe-text-mode-map)
17611 (describe-text-mode-hook, describe-text-done): Delete. Use normal
17612 help-mode.
17613 (describe-text-widget, describe-text-sexp)
17614 (describe-property-list, describe-text-category)
17615 (describe-text-properties, describe-text-properties-1)
17616 (describe-char): Use help buttons instead of widgets.
17617 (describe-char-unicodedata-file): Make URL link in doc string.
17618
17619 2005-12-22 Richard M. Stallman <rms@gnu.org>
17620
17621 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
17622 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
17623 Don't include buttons that write a file when there's no file.
17624 (custom-variable-menu, custom-face-menu, custom-group-menu):
17625 Don't include commands that write a file when there's no file.
17626 (customize-browse): Reword the top-of-buffer help intro.
17627 (custom-buffer-create-internal): Fix previous change.
17628 (customize-changed-options-previous-release): Prev release is 21.1.
17629 (customize-changed-options): Doc fix.
17630 (customize-changed): New alias.
17631 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
17632 Say "standard values".
17633 (Custom-reset-standard): Doc fix.
17634 (custom-face-reset-standard): Doc fix.
17635
17636 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
17637
17638 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
17639 even if font-lock-mode is non-nil since it may be t without having
17640 turned on font-lock-mode-internal.
17641 (font-lock-choose-keywords): Minor optimization.
17642 (font-lock-add-keywords, font-lock-remove-keywords)
17643 (font-lock-set-defaults): Don't call make-local-variable on a variable
17644 that we know to already be local.
17645
17646 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
17647
17648 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
17649 messages if in the minibuffer.
17650
17651 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
17652
17653 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
17654 (tex-mode-flyspell-verify, flyspell-get-word)
17655 (flyspell-external-point-words): Don't use point-min/max uselessly.
17656
17657 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
17658 by Kevin Rodgers. Instead, just hide the completions buffer if we
17659 don't need to show it.
17660
17661 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
17662
17663 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
17664
17665 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
17666
17667 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
17668 delete-windows-on with an inexistent buffer.
17669
17670 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
17671
17672 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
17673 Delete defcustom variable :tag names.
17674
17675 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
17676
17677 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
17678 (log-view-font-lock-keywords): Ajust subgroup numbers.
17679 (log-view-current-tag): Don't hard code the number of subgroups.
17680
17681 2005-12-20 Juri Linkov <juri@jurta.org>
17682
17683 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
17684 (tooltip-x-offset, tooltip-y-offset): Doc fix.
17685
17686 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
17687 (menu-bar-non-minibuffer-window-p): Instead of checking
17688 display-multi-frame-p, use selected-frame when menu-updating-frame
17689 is nil.
17690
17691 2005-12-20 Stuart Herring <herring@lanl.gov> (tiny change)
17692
17693 * align.el (align-rules-list): Use [ \t] instead of \s-
17694 for column separators in text mode.
17695
17696 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
17697
17698 * help-mode.el (help-customize-variable, help-customize-face):
17699 Don't pop help-xref-stack as help-follow no longer pushes
17700 anything on to it.
17701
17702 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
17703
17704 * textmodes/org.el (org-agenda-custom-commands): New option.
17705 (org-agenda): Offer custom commands on splash screen.
17706 (org-make-tags-matcher): Parser for Boolean logic added.
17707 (org-agenda-set-tags): New command.
17708 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
17709 (org-set-tags): Efficiency improvements.
17710 (org-auto-align-tags): New option.
17711 (org-todo, org-demote, org-promote): Realign tags.
17712 (org-tags-completion-function): Use also "&" and "|" as separators.
17713 (org-org-menu): Agenda commands simplified.
17714
17715 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
17716
17717 * cus-edit.el (customize-apropos, customize-apropos-options):
17718 Docstring changes.
17719
17720 * font-lock.el (font-lock): Add tags to the links in the defgroup.
17721
17722 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
17723
17724 * longlines.el (longlines-mode): Wrap while widened.
17725 (longlines-decode-region, longlines-encode-region): Compute max
17726 just once.
17727
17728 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17729
17730 * cus-edit.el (mac): New group.
17731
17732 * cus-start.el (all): Add user options in macterm.c. Add test for
17733 Mac-related built-ins. Fix test for GTK-related built-ins.
17734
17735 * term/mac-win.el (mac-handle-language-change)
17736 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
17737 (mac-services-open-selection, mac-services-mail-selection)
17738 (mac-services-mail-to, mac-services-insert-text)
17739 (mac-dispatch-apple-event): Add docstrings.
17740 (x-get-selection, mac-select-convert-to-string): Select coding
17741 system from `utf-16be' and `utf-16le' using `byteorder'.
17742
17743 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
17744
17745 * subr.el (lazy-completion-table): Don't be fooled if the var holds
17746 a "list" (lambda ...) rather than a real completion list.
17747
17748 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
17749 lexical-let when encountering ((lambda (...) ...) ...).
17750
17751 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
17752
17753 * progmodes/sh-script.el (sh-mode):
17754 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
17755 * textmodes/picture.el (picture-mode): Update docstrings.
17756
17757 2005-12-17 Eli Zaretskii <eliz@gnu.org>
17758
17759 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
17760 commands enclosed in $(ARGQUOTE)s should not be split between two
17761 lines, as that will break with GNU Make >3.80, when sh.exe is used
17762 and arg quoting is with '..'.
17763 (autoloads): Don't break the quoted --eval expression between
17764 several lines.
17765
17766 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
17767
17768 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
17769 Capture error from printing circular structures.
17770
17771 2005-12-17 Martin Rudalics <rudalics@gmx.at>
17772
17773 * wid-edit.el (widget-checkbox-action): Clear undo info.
17774
17775 2005-12-16 Bill Wohler <wohler@newt.com>
17776
17777 * menu-bar.el (kill-this-buffer): Set a good example by using menu
17778 bar, not menubar in comment.
17779
17780 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
17781
17782 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
17783 After-change-functions should not clobber the match data.
17784
17785 2005-12-16 Juri Linkov <juri@jurta.org>
17786
17787 * simple.el (choose-completion): Use `buffer-substring-no-properties'
17788 instead of `buffer-substring'.
17789 (completion-common-substring): Doc fix.
17790 (completion-setup-function): Use minibuffer-completion-contents
17791 instead of minibuffer-contents. Don't set common-string-length
17792 initially. Remove special handling of partial-completion-mode.
17793 Move computation of completion-base-size into one cond.
17794 Call completion-base-size-function in mainbuf. In computation of
17795 completion-base-size for file name completion don't move point to
17796 the end of the minibuffer. Move computation of common-string-length
17797 into one cond. Start putting faces only when common-string-length>=0.
17798 Add condition to put completions-common-part when
17799 common-string-length>0.
17800
17801 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
17802 place point at the first different character in the minibuffer
17803 even if this position is at the beginning of the minibuffer.
17804
17805 * info.el (Info-read-node-name-1): In completion-base-size-function's
17806 lambda return 1 if common-substring or minibuffer-completion-contents
17807 starts with (, and 0 otherwise.
17808
17809 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
17810 Use `crm-current-element' for second arg of `display-completion-list'.
17811
17812 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
17813
17814 * files.el (set-auto-mode): Look for an interpreter specified on
17815 the first line also if search for mode specification succeeded,
17816 but the mode is not known.
17817
17818 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
17819
17820 * textmodes/org.el (org-tags-match-list-sublevels): New option.
17821 (org-open-at-point): Implement tag searches as links.
17822 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
17823 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
17824 (org-tags-sparse-tree, org-tags-view, org-set-tags)
17825 (org-agenda-dispatch): New commands.
17826 (org-use-tag-inheritance, org-tags-column): New options.
17827 (org-tab-follows-link, org-return-follows-link): New options.
17828 (org-tags): New customize group.
17829 (org-start-icalendar-file): Get local time zone.
17830 (org-tags-completion-function): New function.
17831 (org-set-font-lock-defaults): Make sure links will also be
17832 highlighted inside headlines.
17833
17834 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
17835
17836 * term.el (term-emulate-terminal):
17837 Let term-handle-ansi-terminal-messages override what Bash says about
17838 its current directory.
17839
17840 2005-12-16 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
17841
17842 * bindings.el (last-buffer): Move to simple.el.
17843 * simple.el (last-buffer): Move here.
17844 (get-next-valid-buffer): New function.
17845 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
17846 (prev-buffer): Ditto. Rename to `previous-buffer'.
17847
17848 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
17849 * bindings.el (global-map): Ditto.
17850
17851 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
17852
17853 * cus-edit.el: Introductory comment change.
17854 (custom-magic-alist): Change message string for the `rogue' state.
17855
17856 2005-12-15 Richard M. Stallman <rms@gnu.org>
17857
17858 * tooltip.el: Delete defcustom variable :tag names.
17859
17860 * complete.el (partial-completion-mode): Doc fix.
17861
17862 * textmodes/flyspell.el (flyspell-external-point-words):
17863 Use save-excursion to ensure we don't move backward in the
17864 search loop, not even one character.
17865 (flyspell-delete-all-overlays): Use remove-overlays directly.
17866
17867 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
17868 (ispell-start-process): Set that variable.
17869 Clear ispell-buffer-local-name.
17870 (ispell-internal-change-dictionary):
17871 Set ispell-current-dictionary after killing process.
17872 (ispell-buffer-local-dict):
17873 Don't set spell-personal-dictionary after killing process.
17874 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
17875 (ispell-tex-skip-alists, ispell-html-skip-alists)
17876 (ispell-skip-region-alist): Mark as risky.
17877
17878 * net/newsticker.el (newsticker--retrieval-timer-list)
17879 (newsticker--display-timer, newsticker-running-p)
17880 (newsticker-ticker-running-p): Definitions moved up.
17881
17882 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
17883
17884 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
17885
17886 2005-12-15 David Ponce <david@dponce.com>
17887
17888 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
17889 (recentf-edit-list, recentf-open-files): Signal an error when
17890 there is no recent file.
17891
17892 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
17893
17894 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
17895 read-only except for texinfo-format-region evaluation.
17896
17897 2005-12-14 Richard M. Stallman <rms@gnu.org>
17898
17899 * vc.el (vc-default-previous-version, vc-default-next-version)
17900 (vc-do-command): Doc fixes.
17901
17902 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
17903
17904 * textmodes/bibtex.el (bibtex-expand-strings)
17905 (bibtex-autokey-expand-string, bibtex-name-part)
17906 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
17907 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
17908 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
17909 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
17910 (bibtex-entry-postfix, bibtex-known-entry-type-re)
17911 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
17912 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
17913 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
17914 (bibtex-beginning-of-last-entry): Remove.
17915 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
17916 message if comma is missing but buffer is read-only.
17917 (bibtex-parse-field-text): Handle whitespaces at the end of field
17918 text. Return 3-element list with beginning and end of field text
17919 and end of field.
17920 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
17921 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
17922 (bibtex-search-forward-field, bibtex-search-backward-field):
17923 Search always delimited by limits of entry. Use more efficient
17924 search algorithms.
17925 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
17926 bibtex-end-of-name-in-field.
17927 (bibtex-text-in-field-bounds): Handle BibTeX strings when
17928 extracting the content of a field.
17929 (bibtex-text-in-field): Use search limits.
17930 (bibtex-parse-string-prefix): Handle empty string keys based on
17931 bibtex-string-empty-key.
17932 (bibtex-parse-string): Fix docstring.
17933 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
17934 (bibtex-preamble-prefix, bibtex-strings): New functions.
17935 (bibtex-skip-to-valid-entry): Include preceding whitespace in
17936 BibTeX entries (consistent with other BibTeX functions).
17937 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
17938 (bibtex-search-entry): Fix docstring. Simplify.
17939 (bibtex-flash-head, bibtex-complete-string-cleanup)
17940 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
17941 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
17942 (bibtex-parse-entry): New optional arg content.
17943 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
17944 Use bibtex-text-in-field-bounds.
17945 (bibtex-print-help-message): Handle BibTeX strings and preambles.
17946 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
17947 bibtex-parse-string-postfix.
17948 (bibtex-find-text-internal): New function.
17949 (bibtex-remove-delimiters): Use it.
17950 (bibtex-find-text): Use it. New optional arg help.
17951 (bibtex-complete): Handle BibTeX string and preamble entries.
17952 (bibtex-Preamble): Fix order of closing delimiters.
17953
17954 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
17955
17956 * vc.el (vc-default-revert): New fun.
17957
17958 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
17959
17960 2005-12-14 Romain Francoise <romain@orebokech.com>
17961
17962 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
17963 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
17964 (font-lock-remove-keywords): Likewise.
17965
17966 2005-12-14 Juri Linkov <juri@jurta.org>
17967
17968 * log-view.el (log-view-diff): Doc fix.
17969
17970 * isearch.el (isearch-query-replace): Use (mark) instead of
17971 isearch-opoint if mark is active in transient-mark-mode.
17972
17973 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
17974
17975 * isearch.el (isearch-query-replace): Check for isearch-other-end.
17976
17977 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
17978
17979 * progmodes/cpp.el (cpp-face): New widget.
17980 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
17981
17982 2005-12-14 Juri Linkov <juri@jurta.org>
17983
17984 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
17985 around `erase-buffer' and `insert'.
17986
17987 * descr-text.el (describe-text-properties): Replace buffer name
17988 "*Help-2*" with "*Help*<2>".
17989 (describe-char): Add functions print-help-return-message,
17990 toggle-read-only. Use help-setup-xref with nil to not store
17991 describe-char in help-xref-stack. Use help-make-xrefs to
17992 make [back] button.
17993
17994 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
17995
17996 * wdired.el (wdired-old-point): New internal variable.
17997 (wdired-change-to-wdired-mode): Set it buffer-locally.
17998 (wdired-abort-changes): Restore point after aborting changes.
17999
18000 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
18001
18002 * vc.el (vc-do-command): Add a new value t for okstatus.
18003
18004 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
18005 frame in case of errors.
18006
18007 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18008
18009 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
18010 so it comes after "On the Left" in the menu.
18011
18012 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
18013
18014 * cus-edit.el (customize-apropos, customize-apropos-options)
18015 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
18016
18017 2005-12-12 Bill Wohler <wohler@newt.com>
18018
18019 * vc-svn.el (vc-svn-registered): Fix problem of visiting
18020 non-writable Subversion-controlled files by saving window
18021 configuration before calling vc-do-command. vc-do-command calls
18022 pop-to-buffer on error which is unexpected during registration.
18023
18024 2005-12-12 Jay Belanger <belanger@truman.edu>
18025
18026 * calc/README: Update the summary of changes.
18027
18028 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
18029
18030 * descr-text.el (describe-char): Rework last fix to solve the problem
18031 is the same way it's solved for everything else in that function
18032 (i.e. by extracting the info before setting up the *Help* buffer).
18033
18034 2005-12-12 Kim F. Storm <storm@cua.dk>
18035
18036 * subr.el (version-regexp-alist): Allow space as separator before
18037 non-numeric part, e.g. "1.0 alpha".
18038 (version-to-list): Interpret .X.Y version as 0.X.Y version.
18039
18040 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
18041
18042 * textmodes/org.el (org-agenda, org-timeline, org-todo):
18043 Implement Logging and the keep-modes setting.
18044 (org-get-category): Make sure a string is returned.
18045 (org-log-done): New function.
18046 (org-log-done, org-closed-string): New options.
18047
18048 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18049
18050 * tooltip.el (tooltip-y-offset): Change default to 20.
18051
18052 2005-12-12 Richard M. Stallman <rms@gnu.org>
18053
18054 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
18055
18056 * frame.el (display-hourglass): Doc fix.
18057
18058 * help.el (help-for-help-internal): Simplify entry for `a'.
18059
18060 * info.el (Info-on-current-buffer): Doc fix.
18061 (info-insert-file-contents): Don't test (featurep 'jka-compr).
18062
18063 * startup.el (inhibit-splash-screen): Make this the real name.
18064 (inhibit-startup-message): Make this the alias.
18065 (command-line): Find only simple.el, and use its directory
18066 to fill in other preloaded files' names.
18067 (command-line): Deactivate the mark if deactivate-mark is set.
18068
18069 * international/mule.el (load-with-code-conversion):
18070 Bind deactivate-mark.
18071
18072 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
18073
18074 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
18075
18076 * cus-edit.el (customize-apropos): Avoid listing an option more
18077 than once under different aliases. No longer list user options
18078 that are not defined with defcustom (unless a prefix arg is given).
18079 Doc fix.
18080 (customize-apropos-options): Doc fix.
18081
18082 2005-12-11 Juri Linkov <juri@jurta.org>
18083
18084 * frame.el (set-background-color, set-foreground-color)
18085 (set-cursor-color, set-mouse-color, set-border-color):
18086 Add explicit prompts to read colors by `facemenu-read-color'.
18087 (show-trailing-whitespace, blink-cursor-delay)
18088 (blink-cursor-interval, display-hourglass, hourglass-delay):
18089 Remove tags.
18090 (display-hourglass, hourglass-delay): Doc fix.
18091 (cursor-in-non-selected-windows): Capitalize words in tag.
18092
18093 * faces.el (frame-background-mode): Replace `choice-item' keywords
18094 with `const' to not make [default] button. Change default value tag
18095 from `default' to `automatic'. Doc fix.
18096 (trailing-whitespace) <defface>: Change group `whitespace' to
18097 `whitespace-faces'.
18098
18099 2005-12-11 Richard M. Stallman <rms@gnu.org>
18100
18101 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
18102
18103 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18104
18105 * term/mac-win.el: Create keymap for mac-apple-event-map.
18106
18107 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
18108
18109 * tooltip.el (tooltip-mode): Move to start of file so that it
18110 appears at top of customize buffer.
18111
18112 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
18113 Add the gud groupname.
18114 (gud-tooltip-mode): Add the tooltip groupname.
18115 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
18116 avoid conflict with tooltip-use-echo-area.
18117
18118 2005-12-10 Romain Francoise <romain@orebokech.com>
18119
18120 * help.el (help-for-help-internal): Add `r' in doc string.
18121
18122 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
18123
18124 * align.el (align-regexp, align-highlight-rule):
18125 Use region-beginning and region-end instead of point and mark, so that
18126 repetition (with `repeat-complex-command') recomputes the region
18127 bounds.
18128
18129 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
18130
18131 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
18132 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
18133 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
18134 (balance-windows): Rewrite using the above new functions.
18135
18136 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
18137
18138 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
18139 react if global-hi-lock-mode seems intended.
18140 (global-hi-lock-mode): Renamed from hi-lock-mode.
18141 (hi-lock-archaic-interface-message-used)
18142 (hi-lock-archaic-interface-deduce): New variables.
18143 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
18144 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
18145 (hi-lock-find-patterns, hi-lock-font-lock-hook):
18146 Replace hi-lock-buffer-mode with hi-lock-mode.
18147
18148 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
18149
18150 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
18151 completion list, even after a partial completion has been
18152 inserted in the current buffer. If there are more than 1
18153 completion, redisplay the *Completions* buffer; if the
18154 completion is unique, delete the *Completions* window.
18155
18156 2005-12-10 Eli Zaretskii <eliz@gnu.org>
18157
18158 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
18159 strings and long subject lines that were broken into multiple
18160 lines at arbitrary places. Handle subjects that have "Re: " in
18161 the middle.
18162
18163 2005-12-10 John W. Eaton <jwe@octave.org>
18164
18165 * progmodes/octave-mod.el (octave-electric-space): Don't indent
18166 comments or strings if octave-auto-indent is nil.
18167
18168 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18169
18170 * term/mac-win.el: Require url when compiling.
18171 Call mac-process-deferred-apple-events after loading init files.
18172 (mac-apple-event-map): New defvar. Define event handlers in it.
18173 (core-event, internet-event): New Apple event class symbols.
18174 (open-application, reopen-application, open-documents)
18175 (print-documents, open-contents, quit-application)
18176 (application-died, show-preferences, autosave-now, get-url):
18177 New Apple event ID symbols.
18178 (about): New HICommand ID symbol.
18179 (mac-event-spec, mac-event-ae): New macros.
18180 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
18181 (mac-ae-selection-range, mac-ae-text-for-search)
18182 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
18183 (mac-application-menu-map): Remove keymap. Handlers for HICommand
18184 and Services menu events are now defined in mac-apple-event-map.
18185 (mac-drag-n-drop): Remove selection range handling.
18186
18187 2005-12-10 Kenichi Handa <handa@m17n.org>
18188
18189 * simple.el (zap-to-char):
18190 * isearch.el (isearch-process-search-char): Translate CHAR by
18191 translation-table-for-input.
18192
18193 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
18194
18195 * foldout.el (foldout-exit-fold): Properly hide subtree.
18196
18197 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
18198
18199 * files.el (save-buffer):
18200 * international/ucs-tables.el (ucs-set-table-for-input):
18201 * mail/mail-extr.el (mail-extract-address-components):
18202 * mail/sendmail.el (mail-mode): Reformat doc string.
18203
18204 2005-12-09 Juri Linkov <juri@jurta.org>
18205
18206 * isearch.el (isearch-highlight): Change main overlay priority
18207 from 1 to 1001. Simplify.
18208 (isearch-lazy-highlight-update): Change lazy overlay priority
18209 from 0 to 1000.
18210
18211 * replace.el (replace-highlight): Change overlay priority from
18212 1 to 1001.
18213
18214 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
18215 Change overlay priority from 1 to 1001. Reuse existing overlay.
18216
18217 * compare-w.el (compare-windows-highlight): Change overlay
18218 priority from 1 to 1000.
18219
18220 * menu-bar.el (menu-bar-edit-menu): Add listp around
18221 pending-undo-list to disable menu item "undo" when pending
18222 undo list is empty.
18223
18224 * locate.el (locate): Disable undo in *Locate* buffer.
18225
18226 2005-12-09 Kim F. Storm <storm@cua.dk>
18227
18228 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
18229
18230 2005-12-09 David Ponce <david@dponce.com>
18231
18232 * recentf.el: Improvement of the menu code.
18233 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
18234 instead of menu hook.
18235 (recentf-show-menu, recentf-hide-menu): New functions.
18236 (recentf-menu-customization-changed, recentf-mode): Use them.
18237 (recentf-menu-action, recentf-max-menu-items)
18238 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
18239 (recentf-arrange-by-rule-others)
18240 (recentf-arrange-by-rules-min-items)
18241 (recentf-arrange-by-rule-subfilter): Don't use
18242 `recentf-menu-customization-changed'.
18243 (recentf-arrange-rules): Likewise. Accept functions to compute
18244 sub-menu titles.
18245 (recentf-menu-filter): Likewise. Doc fix.
18246 (recentf-menu-value-shortcut): Doc fix.
18247 (recentf-dump-variable): Quote atom value.
18248 (recentf-make-menu-items): Update to use it as a menu filter.
18249 (recentf-match-rule): New function.
18250 (recentf-arrange-by-rule): Use it.
18251 (recentf-indirect-mode-rule): New function.
18252 (recentf-build-mode-rules): Use it.
18253 (recentf-dir-rule): New function.
18254 (recentf-arrange-by-dir): Use it.
18255 (recentf-filter-changer-current): Rename from
18256 `recentf-filter-changer-state'. All references updated.
18257 (recentf-filter-changer-alist): Update filter names.
18258 (recentf-filter-changer-select): New function.
18259 (recentf-filter-changer): Use it. Make a sub-menu from filters
18260 available in `recentf-filter-changer-alist'.
18261 (recentf-data-cache, recentf-clear-data)
18262 (recentf-update-menu): Remove. All references updated.
18263 (recentf-match-rule-p, recentf-build-dir-rules)
18264 (recentf-filter-changer-goto-next)
18265 (recentf-filter-changer-get-current)
18266 (recentf-filter-changer-get-next): Remove.
18267
18268 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
18269
18270 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
18271 buffer "Reset" button to "Reset to Current" for consistency with
18272 the State buttons.
18273
18274 2005-12-08 John Paul Wallington <jpw@pobox.com>
18275
18276 * ibuf-ext.el (define-ibuffer-filter filename):
18277 If `dired-directory' is a list then really use its car.
18278
18279 2005-12-08 Kim F. Storm <storm@cua.dk>
18280
18281 * emulation/cua-rect.el (cua--rectangle-aux-replace):
18282 Fix indention of text on right side of replaced rectangle.
18283
18284 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
18285
18286 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
18287 No need to check gud-comint-buffer is bound.
18288 (gdb): Prevent multiple debugging when first session uses gdba.
18289
18290 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18291
18292 CC Mode update to 5.31.
18293
18294 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
18295 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
18296 We might do this function properly in the future).
18297
18298 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
18299 New macros c-sentence-end and c-default-value-sentence end, to cope
18300 with Emacs 22's new function `sentence-end'.
18301
18302 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18303
18304 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
18305 compat issue using `c-put-overlay' and `c-delete-overlay'.
18306
18307 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
18308 New compat macros to handle overlays/extents.
18309
18310 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18311
18312 * progmodes/cc-fix.el: Add definitions of the macros push and pop
18313 (for GNU Emacs 20.4).
18314
18315 * progmodes/cc-defs.el
18316 (i): Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4).
18317
18318 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
18319 highlighting mechanism so it will work in XEmacs too.
18320
18321 * progmodes/cc-defs.el: Insert c-int-to-char.
18322
18323 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
18324 call to the new macro c-int-to-char. This solves XEmacs's
18325 regarding characters as different from integers.
18326
18327 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18328
18329 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
18330 New internal helper.
18331
18332 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
18333 construct to make the indirect face lookup work in XEmacs.
18334
18335 (c-cpp-matchers): Append the negation char face to the existing
18336 fontification, so that the cpp face doesn't disappear.
18337 Use `c-make-syntactic-matcher' to avoid negation chars in comments
18338 and strings.
18339
18340 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
18341 to map to `font-lock-negation-char-face' in emacsen where it exists.
18342
18343 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18344
18345 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
18346
18347 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
18348 Rename "c-subword-move-mode" as "c-subword-mode".
18349
18350 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
18351 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
18352
18353 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18354
18355 * progmodes/cc-mode.el: Added autoload directive for
18356 `c-subword-move-mode' for use in older emacsen.
18357
18358 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18359
18360 * progmodes/cc-mode.el:
18361 (i): Insert a binding for C-c C-backspace into
18362 c-bind-special-erase-keys which works in TTYs.
18363 (ii): Make sure that when file styles are used, any explicitly
18364 given style variables take priority over those in the style.
18365 Do this by calling `hack-local-variables' a second time.
18366
18367 * progmodes/cc-vars.el: Add language specific customization
18368 widgets for AWK to c-doc-comment-style, c-require-final-newline
18369 and c-default-style. Add a defcustom for awk-mode-hook.
18370 Give c-syntactic-element and c-syntactic-context doc-strings by
18371 directly setting their `variable-documentation' propery.
18372 This allows Emacs 22.1 to read these with C-h v.
18373
18374 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
18375
18376 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18377
18378 * progmodes/cc-fonts.el, cc-vars.el
18379 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
18380 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
18381 Masatake YAMATO.
18382
18383 (c-doc-comment-style): Made GtkDoc default in C mode.
18384
18385 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
18386 and C-c C-<delete>.
18387
18388 (c-bind-special-erase-keys): New function for use on
18389 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
18390
18391 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
18392 <delete> key behavior in XEmacs according to `delete-forward-p'.
18393 C.f. `c-electric-delete'.
18394
18395 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18396
18397 * progmodes/cc-mode.el: Give c-hungry-backspace and
18398 c-hungry-delete-forward permanent key bindings.
18399
18400 * progmodes/cc-cmds.el (c-electric-semi&comma):
18401 Bind c-syntactic-context for calls to "criteria functions", for
18402 consistency with other calls to user functions.
18403
18404 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
18405 `current-prefix-arg', since this might be the prefix arg to a
18406 command which calls c-indent-command as a function. Change the
18407 interactive spec from "p" to "P".
18408
18409 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
18410 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
18411 was difficult to understand.
18412
18413 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18414
18415 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
18416 first char of an identifier.
18417
18418 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
18419 +" syntax in C++.
18420
18421 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18422
18423 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
18424 auto-fill doesn't split a c-comment's last word from a hanging
18425 "*/" when a space is typed between them after fill-column.
18426
18427 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
18428
18429 * progmodes/cc-styles.el (c-set-style)
18430 (c-setup-paragraph-variables): Abort the command if we're not in a
18431 CC Mode buffer.
18432
18433 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
18434 with blank comment-prefix, and a blank line as the comment's
18435 second line.
18436
18437 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18438
18439 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
18440 Incorporate the patterns added in the Emacs development branch
18441 for the new Emacs 22 face `font-lock-negation-char-face'.
18442
18443 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
18444 of "red" since it stands out better in xterms and DOS terminals.
18445
18446 * progmodes/cc-engine.el (c-literal-faces):
18447 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
18448
18449 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18450
18451 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
18452 forcibly enable c-electric-flag.
18453
18454 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
18455 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
18456 after the comment-prefix of a C-style comment will close that comment.
18457
18458 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18459
18460 * progmodes/cc-fonts.el (c-basic-matchers-before)
18461 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
18462 in Pike.
18463
18464 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
18465 digraphs.
18466
18467 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
18468 (c-cpp-message-directives, c-cpp-include-directives)
18469 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
18470 (c-cpp-expr-directives): Introduce new language constants to
18471 control cpp syntax in a cleaner way.
18472
18473 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
18474
18475 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
18476
18477 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
18478 (c-multiline-string-start-char): New language constants and
18479 variables to specify how newlines in string literals work.
18480
18481 (c-font-lock-invalid-string): Use them.
18482
18483 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
18484 unbalanced close brace is entered. Optimization by avoiding going
18485 back over arbitrarily large blocks. Removed hints that this
18486 function only would be relevant/useful in AWK.
18487
18488 (c-electric-brace): Indent syntactically after the cleanups since
18489 lineup functions might do it differently then.
18490
18491 * progmodes/cc-engine.el, cc-langs.el
18492 (c-opt-op-identifier-prefix): New language constant and variable.
18493
18494 (c-just-after-func-arglist-p, c-after-special-operator-id)
18495 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
18496
18497 * progmodes/cc-align.el, cc-engine.el
18498 (c-after-special-operator-id): New helper to handle C++ operator
18499 identifiers.
18500
18501 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
18502 (c-guess-basic-syntax): Handle C++ operator identifiers in
18503 declarations.
18504
18505 * progmodes/cc-langs.el (c-assignment-operators): Add the
18506 trigraph version of ^= too.
18507
18508 * progmodes/cc-langs.el (c-assignment-operators): Add the
18509 trigraph version of |= in C++.
18510
18511 * progmodes/cc-fonts.el (c-font-lock-declarators):
18512 Handle `c-decl-hangon-kwds' after the identifier name.
18513
18514 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
18515 whether an arglist is "nonempty", ignore a comment after the open
18516 paren if it isn't followed by a non-comment token on the same line.
18517
18518 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
18519 Enable heuristics below the point to cope with classes inside special
18520 brace lists in Pike.
18521
18522 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18523
18524 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
18525
18526 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18527
18528 * progmodes/cc-guess.el (cc-guess-install): New function to
18529 install an already guessed style in another buffer.
18530
18531 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
18532 sets `inhibit-read-only' - `c-save-buffer-state' should be used
18533 anyway if the change always is undone.
18534
18535 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18536
18537 Implement togglable electricity:
18538
18539 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
18540 saying when it should be used.
18541
18542 * progmodes/cc-engine.el: Add the new buffer-local variable,
18543 c-electric-flag.
18544
18545 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
18546 c-toggle-auto-newline.
18547
18548 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
18549 c-toggle-auto-newline. Remove the binding for
18550 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
18551 c-toggle-electric-state.
18552
18553 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
18554
18555 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
18556 c-\(forward\|backward\)-subword.
18557 (c-update-modeline): Add the new modeline flag `l' for
18558 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
18559 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
18560 Make the old name an alias of the new name.
18561 (c-toggle-electric-state): New function.
18562 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
18563 Adapt these functions to do electric things only when
18564 c-electric-flag is non-nil.
18565 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
18566 new functions from c-electric-brace.
18567 (c-point-syntax): Add a check for "virtual semicolons" in AWK
18568 mode, so that the tentative extra newline doesn't change the
18569 syntax of the following brace.
18570 (c-electric-brace): Restructure by extracting the above functions.
18571 Tidy up the coding somewhat.
18572 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
18573 restructure a bit.
18574
18575 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18576
18577 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
18578 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
18579
18580 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
18581 (c-submode-indicators): Change name from `c-auto-hungry-string'
18582 since it's now used to track another submode.
18583
18584 (c-update-modeline): Convert to function and extended to check
18585 `c-subword-move-mode'.
18586
18587 (c-forward-into-nomenclature, c-backward-into-nomenclature):
18588 Convert to compat aliases for `c-forward-subword' and
18589 `c-backward-subword'.
18590
18591 * progmodes/cc-subword.el: New functions and minor mode to handle
18592 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
18593
18594 (c-forward-subword, c-backward-subword, c-mark-subword)
18595 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
18596 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
18597 Functions corresponding to the standard word handling functions.
18598
18599 (c-subword-move-mode): Minor mode that replaces all the standard
18600 word handling functions with their subword equivalences.
18601
18602 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18603
18604 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
18605 entry for one-liner-defun.
18606
18607 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
18608 name in its def-edebug-spec.
18609
18610 * progmodes/cc-cmds.el (c-electric-brace): Make the
18611 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
18612 compacts space before a comment, if this will make things fit on
18613 one line.
18614
18615 Introduce an "awk" style, mainly for auto-newline and clean-ups.
18616
18617 * progmodes/cc-align.el: New function c-snug-1line-defun-close.
18618
18619 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
18620 clean-up one-liner-defun.
18621
18622 * progmodes/cc-styles.el: Add the new "awk" style.
18623
18624 * progmodes/cc-vars.el: Add description of one-liner-defun to
18625 c-cleanup-list's doc-string. New user options,
18626 c-max-one-liner-length. In c-default-style, set the default style
18627 for AWK to "awk".
18628
18629 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18630
18631 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
18632 macros inside labels.
18633
18634 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
18635 `c-at-statement-start-p' and `c-at-expression-start-p'.
18636
18637 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
18638 error if the mark isn't set.
18639
18640 * progmodes/cc-engine.el (c-guess-continued-construct)
18641 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
18642 accurately detect functions inside functions.
18643
18644 * progmodes/cc-engine.el (c-at-expression-start-p): New function
18645 like `c-at-statement-start-p' that additionally recognizes commas
18646 and expression parentheses as delimiters.
18647
18648 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
18649 to avoid heuristics that doesn't work for unclosed blocks.
18650 (c-at-statement-start-p): New function.
18651
18652 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
18653 Objective-C directives, e.g. directives spanning lines should work
18654 reasonably well now.
18655
18656 (c-put-c-type-property, c-clear-c-type-property): New helpers.
18657
18658 (c-forward-objc-directive): New function to move over any ObjC
18659 directive.
18660
18661 (c-just-after-func-arglist-p, c-guess-basic-syntax)
18662 (c-basic-matchers-before): Use it.
18663
18664 (c-font-lock-objc-iip-decl): Remove.
18665
18666 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
18667 in the template arglist recognition.
18668
18669 * progmodes/cc-styles.el (c-style-alist): Fix several
18670 inconsistencies in the Whitesmith style.
18671
18672 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
18673 New lineup function to get lines after Whitesmith style blocks
18674 correctly indented.
18675
18676 (c-lineup-whitesmith-in-block): Back out the compensation for
18677 opening parens since it's done using `add' lists in the style
18678 definition instead. Don't use the anchor position since it varies
18679 too much between the syntactic symbols. :P
18680
18681 * progmodes/cc-vars.el (c-valid-offset): Update.
18682
18683 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
18684 lists where the offsets are combined according to several
18685 different methods: `first', `min', `max', and `add'.
18686 Report offset evaluation errors with `c-benign-error' so that some kind
18687 of reindentation still is done.
18688
18689 * progmodes/cc-engine.el (c-guess-basic-syntax):
18690 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
18691 `arglist-close'.
18692
18693 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
18694 situations for `arglist-cont-nonempty' and `arglist-close'.
18695
18696 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
18697
18698 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
18699 cc-bytecomp-boundp' in a number of places.
18700
18701 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
18702 macro related issue.
18703
18704 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18705
18706 * progmodes/cc-awk.el: Change the terminology of regexps: A char
18707 list is now [asdf], a char class [:alpha:].
18708 Include code for char classes.
18709 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
18710 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
18711
18712 Remove (nearly all of) the cruft associated with AWK Mode's former
18713 concept of "virtual semicolons":
18714
18715 Adapt c-beginning-of-statement, c-end-of-statement (together with
18716 subfunctions) to use the new notion of "virtual semicolon" in
18717 place of the old awkward special handling for AWK. There remains
18718 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
18719 * progmodes/cc-cmds.el:
18720 (c-ascertain-adjacent-literal): In the backwards direction, now
18721 recognises AWK regexp delimiters as string delimiters.
18722 (c-after-statement-terminator-p): Adapt for virtual semicolons;
18723 check more rigorously for "end of macro".
18724 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
18725 virtual semicolons;
18726 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
18727 out the code for forward movement into ...
18728 (c-end-of-statement): Now contains the code for forward movement,
18729 adapted for virtual semicolons.
18730
18731 * progmodes/cc-engine.el:
18732 (c-ws*-string-limit-regexp): New regexp.
18733 (c-forward-single-comment, c-backward-single-comment): Comment out
18734 the (now redundant) "special" AWK stuff.
18735
18736 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
18737 c-string-par-start, c-string-par-separate to be more like Text
18738 Mode than Fundamental Mode.
18739
18740 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18741
18742 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
18743 to the fontified region so that fontification doesn't occur
18744 outside it (could happen e.g. when fontifying a line with an
18745 unfinished declaration).
18746
18747 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18748
18749 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
18750 start of the file. ^L now separate sections of the file.
18751 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
18752 (c-awk-one-line-possibly-open-string-re)
18753 (c-awk-regexp-one-line-possibly-open-char-class-re)
18754 (c-awk-one-line-possibly-open-regexp-re)
18755 (c-awk-one-line-non-syn-ws*-re): New defonsts.
18756 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
18757
18758 Amend the concept of "virtual semicolons" (in the indentation
18759 engine) for languages like AWK, such that they are now
18760 conceptually attached to end of the last token of a statement, not
18761 the end of the line. (In AWK Mode, however, the pertinent text
18762 property is still physically set on the EOL.) Remove the specific
18763 tests for awk-mode, thus facilitating the introduction of other
18764 language modes where EOLs can end statements.
18765 (Note: The funtionality in cc-cmds.el, specifically
18766 c-beginning/end-of-statement has yet to be amended.)
18767
18768 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
18769 New macros.
18770
18771 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
18772 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
18773 c-vsemi-status-unknown-p-fn (in a new page).
18774
18775 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
18776 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
18777 numerous awkward forms like
18778 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
18779 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
18780 variable before-ws-ip, the place just after char-before-ip appears.
18781
18782 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
18783 a comment.
18784
18785 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18786
18787 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
18788 `c-tentative-buffer-changes'.
18789
18790 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
18791 convert to macro to choose between Emacs and XEmacs at compile time.
18792
18793 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
18794
18795 (c-tentative-buffer-changes): New macro to handle temporary buffer
18796 changes in a convenient way.
18797
18798 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
18799 for `c-tentative-buffer-changes'.
18800
18801 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
18802 the checks for paren sexps between the point and the keyword, to
18803 avoid some false alarms.
18804
18805 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
18806 Fixed a situation where an error could be thrown for unbalanced
18807 parens. Changed to make use of c-keyword-member' to avoid some
18808 repeated regexp matches.
18809
18810 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
18811 These language variable are no longer necessary.
18812
18813 (c-block-stmt-kwds): New language constant used by
18814 c-looking-at-inexpr-block'.
18815
18816 (c-guess-basic-syntax): Remove an optional check that looked at
18817 the existence of the now removed language variables.
18818
18819 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
18820 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
18821 object instantiation expressions as declarations in some contexts.
18822 This bug only affected languages where the declarator can't be
18823 enclosed in parentheses.
18824
18825 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
18826 insert newlines before and after substatement braces.
18827
18828 * progmodes/cc-engine.el: Improved the heuristics for recognizing
18829 function declaration headers and the handling of C++ style member
18830 init lists.
18831
18832 (c-just-after-func-arglist-p): Rewritten to use
18833 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
18834
18835 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
18836
18837 (c-guess-basic-syntax): Adapt case 5B for the new
18838 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
18839 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
18840 covers all cases now).
18841
18842 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
18843
18844 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18845
18846 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
18847 c-string-par-start/separate c-sentence-end-with-esc-eol,
18848 initialised in c-setup-paragraph-variables, used in string
18849 scanning subroutines of c-beginning-of-statement.
18850
18851 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
18852 which precedes the newly inserted `{'.
18853
18854 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18855
18856 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
18857 function for declaration level blocks. It should now cope with
18858 templates better and also be a lot more comprehensible.
18859
18860 (c-looking-at-decl-block): The new function.
18861
18862 (c-search-uplist-for-classkey): The old one. It's now a wrapper
18863 for compatibility.
18864
18865 (c-add-class-syntax, c-guess-continued-construct)
18866 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
18867
18868 (c-decl-block-key): Change to tell apart ambiguous and
18869 unambiguous keywords. Pike specials are now handled directly in
18870 the code instead.
18871
18872 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
18873 New language constants and variables to make the backward skip in
18874 `c-looking-at-decl-block' as tight as possible.
18875
18876 (c-nonsymbol-token-char-list): New language constant.
18877
18878 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
18879 find balanced template arglists backwards.
18880
18881 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
18882 making char classes for `c-syntactic-skip-backward'.
18883
18884 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
18885 16D - can't be a class-close at that point.
18886
18887 * progmodes/cc-engine.el (c-guess-basic-syntax)
18888 (c-add-class-syntax): Don't narrow out the enclosing declaration
18889 level. This makes everything a lot easier, and it was actually
18890 only four small places that needed it to work. Some places that
18891 previously did `widen' are removed now, which has the effect that
18892 `c-guess-basic-syntax' never will look at things outside the
18893 current narrowment now. The anchor position for `topmost-intro'
18894 is affected by this, but it was so bogus it was basically useless
18895 before, and now it's equally bogus but in a slightly different way.
18896
18897 (c-narrow-out-enclosing-class): Gone.
18898
18899 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
18900 the narrowed region.
18901
18902 (c-least-enclosing-brace): Remove silly optional argument.
18903
18904 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
18905 the point could be left directly after an open paren when finding
18906 the beginning of the first decl in the block.
18907
18908 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
18909 Specify which submatch to use.
18910
18911 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
18912
18913 (c-decl-start-re): No longer any need for special treatment of
18914 ObjC due to the above.
18915
18916 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
18917 presumably follows C in that regard.
18918
18919 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
18920 New language constants to specify operator tokens inside
18921 identifiers in a more high level way.
18922
18923 (c-opt-identifier-prefix-key): New internal language constant.
18924
18925 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
18926 (c-identifier-start, c-identifier-key): Now completely calculated
18927 from other constants.
18928
18929 (c-identifier-last-sym-match): Decommission since it's no longer used.
18930
18931 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
18932
18933 * progmodes/cc-engine.el (c-forward-name): Remove the
18934 optimization when c-identifier-key is equal to c-symbol-key since
18935 it doesn't work in byte compiled files. Don't record empty
18936 regions as identifiers.
18937
18938 * progmodes/cc-langs.el (c-filter-ops): New helper function to
18939 simplify access to `c-operators' and its likes.
18940
18941 (c-operator-list, c-all-op-syntax-tokens)
18942 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
18943 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
18944 (c-primary-expr-regexp, c-cast-parens): Use it.
18945
18946 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
18947 an explicit language in functions.
18948
18949 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
18950 variant of adornment.
18951
18952 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
18953 variable.
18954
18955 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
18956 the Pike value.
18957
18958 * progmodes/cc-engine.el (c-on-identifier)
18959 (c-simple-skip-symbol-backward): Small fix for handling "-"
18960 correctly in `skip-chars-backward'. Affected the operator lfun
18961 syntax in Pike.
18962
18963 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
18964 diagnostic message about precompiled language vars not being used.
18965
18966 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
18967 "__attribute__" is followed by a parenthesis.
18968
18969 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
18970 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
18971 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
18972
18973 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
18974 Internal cleanups to properly detect the declared identifiers in
18975 various declarations.
18976
18977 (c-decl-start-kwds): New language constant to recognize
18978 declarations that can start anywhere. Used for class declarations
18979 in Pike.
18980
18981 (c-specifier-key, c-not-decl-init-keywords)
18982 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
18983 (c-find-decl-spots): Implement `c-decl-start-kwds'.
18984
18985 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
18986 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
18987 handling of the compiler specific extension keywords into a new
18988 language constant `c-decl-hangon-kwds' that defines keyword
18989 clauses to be ignored in declarations.
18990
18991 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
18992 past unrecognized tokens when handling `c-colon-type-list-kwds'.
18993 Necessary to stop at the declared identifier in e.g. IDL valuetype
18994 declarations.
18995
18996 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
18997 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
18998 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
18999 (c-forward-decl-or-cast-1): Recognize the declared identifier in
19000 class and enum declarations as such and not as part of the type.
19001
19002 (c-forward-decl-or-cast-1, c-forward-label): Relax the
19003 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
19004
19005 (c-forward-decl-or-cast-1): Don't disregard sure signs of
19006 declarations when there's some syntax error later on.
19007
19008 (c-complex-decl-matchers): Did away with a reference to
19009 `c-specifier-key'.
19010
19011 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
19012 value - this variable is always dynamically bound.
19013
19014 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
19015 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
19016 * cc-cmds.el, cc-defs.el: Change the policy for marking up
19017 functions that might do hidden buffer changes: All such internal
19018 functions are now marked instead of those that don't.
19019
19020 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
19021 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
19022 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
19023 (c-literal-type): Allow these functions to make hidden buffer changes,
19024 so that they are free to use text property caching later on.
19025
19026 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
19027 (c-electric-brace, c-electric-slash, c-electric-star)
19028 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
19029 (c-electric-paren, c-electric-continued-statement, c-indent-command)
19030 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
19031 (c-context-line-break): Add `c-save-buffer-state' calls to comply
19032 with the changed semantics of the functions above.
19033
19034 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
19035 when macros occur in obscure places. Optimized the sexp movement
19036 a bit.
19037
19038 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19039
19040 Enhancements for c-beginning-of-statement to work in AWK Mode:
19041
19042 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
19043 (completed statement) with `}' (statement completed by closing
19044 brace or semicolon) and `$' (statement completed by EOL).
19045
19046 (c-awk-virtual-semicolon-ends-prev-line-p)
19047 (c-awk-virtual-semicolon-ends-line-p)
19048 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
19049 (c-awk-at-statement-end-p): New functions.
19050
19051 * progmodes/cc-cmds.el: Simplify the structure of functions
19052 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
19053 two functions and c-beginning-of-statement to handle AWK Mode.
19054
19055 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
19056 c-backward-single-comment for AWK mode. Attempt to clarify their
19057 doc-strings.
19058
19059 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
19060
19061 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19062
19063 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
19064 label handling. Labels are now recognized in a uniform and more
19065 robust way, regardless of context. Text properties are put on all
19066 labels to recognize the following declarations better.
19067 Multiword labels are handled both in indentation and fontification for
19068 the benefit of language extensions like Qt. For consistency, keywords
19069 in labels are now fontified with the label face instead.
19070 That also applies to "case" and "default".
19071
19072 (c-beginning-of-statement-1): Fix some bugs in the label
19073 handling. Disregard `c-nonlabel-token-key' in labels that begin
19074 with `c-label-kwds'.
19075
19076 (c-find-decl-spots): Support that the callback adds more
19077 `c-decl-end' spots to find.
19078
19079 (c-forward-decl-or-cast-1): Don't treat a list of plain
19080 identifiers followed by a colon as a declaration.
19081
19082 (c-forward-label): New function to recognize labels.
19083
19084 (c-guess-basic-syntax): Replace uses of `c-label-key' with
19085 `c-forward-label'. Moved the label recognition cases (14 and 15)
19086 earlier since they aren't so context sensitive now. Handle labels
19087 on the top level gracefully. Moved access label recognition to
19088 the generic label case (CASE 15) - removed CASE 5E.
19089
19090 (c-font-lock-declarations): Add recognition of labels in the
19091 same round since we need to handle labels in parallell with other
19092 declarations to recognize both accurately. It should also improve
19093 speed.
19094
19095 (c-simple-decl-matchers, c-basic-matchers-after):
19096 Move `c-font-lock-labels' so that it only is used on decoration level 2
19097 since `c-font-lock-declarations' handles it otherwise.
19098
19099 (c-complex-decl-matchers): Remove the simplistic recognition of
19100 access labels.
19101
19102 (c-decl-prefix-re): Remove the kludges that was necessary to cope
19103 with labels earlier.
19104
19105 (c-decl-start-re): New language variable to make
19106 `c-font-lock-declarations' stop for the special protection labels
19107 in Objective-C that start with `@'.
19108
19109 (c-label-key): Remove since it's no longer used.
19110
19111 (c-recognize-colon-labels, c-label-prefix-re): New language
19112 constants to support recognition of generic colon-terminated labels.
19113
19114 (c-type-decl-end-used): `c-decl-end' is now used whenever there
19115 are colon terminated labels.
19116
19117 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
19118 first argument starts with a special brace list.
19119
19120 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
19121 (c-font-lock-declarations): Break out the declaration and cast
19122 recognition from `c-font-lock-declarations' to a new function, so
19123 that it can be used in the indentation engine.
19124
19125 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
19126 up to the start of the literal. Fixed bug with the point on the
19127 wrong side of the search limit that could happen when the start
19128 position is inside a literal.
19129
19130 * progmodes/cc-engine.el (c-parse-state)
19131 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
19132 so that it's kept a little bit back to increase the hit rate.
19133
19134 (c-parse-state): Change the macro handling and fixed some
19135 glitches. Macro context is checked more often than necessary now,
19136 but otoh less garbage conses are generated.
19137
19138 * progmodes/cc-engine.el (c-parse-state)
19139 (c-invalidate-state-cache): Cache the last position where
19140 `c-state-cache' applies. This can speed up refontification quite
19141 a bit in blocks where there are many non-brace parens before the point.
19142
19143 (c-state-cache-end): New variable for this.
19144
19145 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
19146 cache variable.
19147
19148 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
19149 get close initial continue positions when the start position is
19150 inside a literal or macro. Do not call the callback for spots
19151 before the start position (which can happen e.g. for `c-decl-end'
19152 spots inside comments). Optimize better in special cases when the
19153 region is a single line inside a literal or macro (typically when
19154 the current line is refontified).
19155
19156 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
19157 to `c-add-stmt-syntax' - there's no need to explicitly whack off
19158 entries from the paren state.
19159
19160 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
19161 special case for "else if" clauses.
19162
19163 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
19164 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
19165
19166 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
19167 New language variable to recognize the gcc extension with statement
19168 blocks inside expressions.
19169
19170 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
19171 it somewhat more comprehensible. The argument AT-BLOCK-START is
19172 no longer used and hence removed.
19173
19174 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
19175 to `c-add-stmt-syntax'.
19176
19177 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
19178 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
19179 This fixes bogus label recognition.
19180
19181 * progmodes/cc-engine.el (c-add-type, c-check-type)
19182 (c-forward-name, c-forward-type): Improve storage of template
19183 types in `c-found-types' so that they can be recognized better.
19184
19185 (c-syntactic-content): Add option to skip past nested parens.
19186
19187 * progmodes/cc-engine.el (c-forward-name):
19188 Set `c-last-identifier-range' all the time. It's less work that way.
19189 Handle that there might not be an identifier to store in
19190 `c-last-identifier-range'.
19191
19192 (c-forward-type): Handle that `c-last-identifier-range' might be
19193 nil from `c-forward-name'.
19194
19195 * progmodes/cc-defs.el (c-safe-scan-lists)
19196 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
19197
19198 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
19199 to work even if the form fails.
19200
19201 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
19202 down in a large file in one go.
19203
19204 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
19205
19206 * progmodes/cc-align.el (c-lineup-assignments): New lineup
19207 function which is like `c-lineup-math' but returns nil instead of
19208 `c-basic-offset' when it doesn't match.
19209
19210 (c-lineup-math): Change to use `c-lineup-assignments'.
19211
19212 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19213
19214 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
19215 c-beginning-of-statement. New subfunctions
19216 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
19217
19218 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19219
19220 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
19221 hardcoded char classes whereever possible. Changed a couple of
19222 places to use skip by syntax instead of skip by char class.
19223
19224 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
19225 Fix a bug in the regexp that caused extreme backtracking.
19226
19227 * progmodes/cc-langs.el (c-block-comment-starter)
19228 (c-block-comment-ender): New language constants to specify in a
19229 single place how block comments look.
19230
19231 (c-comment-start-regexp, c-block-comment-start-regexp)
19232 (comment-start, comment-end, comment-start-skip)
19233 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
19234 (c-syntactic-ws, c-nonempty-syntactic-ws)
19235 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
19236 `c-line-comment-starter', `c-block-comment-starter' and
19237 `c-block-comment-ender'.
19238
19239 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
19240 New language constants to break up things a bit.
19241
19242 (c-simple-ws): New language constant for simple whitespace.
19243
19244 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
19245
19246 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
19247 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
19248 newlines. Allow and ignore nil elements in the list.
19249
19250 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19251
19252 * progmodes/cc-cmds.el: Comment out a (n almost certainly
19253 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
19254
19255 * progmodes/cc-cmds.el: Tidy up the comments in
19256 c-beginning-of-statement and subfunctions.
19257
19258 * progmodes/cc-awk.el: Replace calls to put-text-property to the
19259 more flexible c-put-char-property and c-clear-char-properties.
19260 Add the author's email address.
19261
19262 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
19263
19264 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
19265 closing "*/" of a block comment.
19266
19267 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
19268 subfunctions) so that it works at BOB and EOB.
19269
19270 * progmodes/cc-cmds.el, cc-vars.el: More updating of
19271 c-beginning-of-statement, including new variable
19272 c-block-comment-start-regexp.
19273
19274 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19275
19276 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
19277 symbols from `*-font-lock-extra-types' so that there's no need to
19278 use `regexp-opt' on those lists.
19279
19280 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
19281 `c-type-modifier-kwds' is empty.
19282
19283 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
19284 there are several strings on the same line.
19285
19286 * progmodes/cc-engine.el (c-literal-limits): Remove the
19287 compatibility function for older emacsen. `c-literal-limits-fast'
19288 has now taken the place of this function.
19289
19290 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
19291 with older emacsen: We now require `pps-extended-state'.
19292
19293 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19294
19295 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
19296 which obviates the need to hack sentence-end. This now handles
19297 escaped newlines in strings correctly. Correct minor bugs in
19298 c-move-over-sentence and in c-beginning-of-statement.
19299
19300 * progmodes/cc-cmds.el (c-beginning-of-statement (and
19301 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
19302 that movement over macros and code are rigorously separated from
19303 eachother. Correct a few incidental bugs.
19304
19305 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
19306 Improve its doc-string. Improve the handling of certain specific cases.
19307
19308 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19309
19310 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
19311 (c-guess-basic-syntax): Change the way class-level labels are
19312 recognized; they can now contain essentially any symbols.
19313
19314 (c-opt-extra-label-key): New language variable to cope with the
19315 special protection label syntax in Objective-C.
19316
19317 (c-opt-access-key): Remove; this is now handled better by
19318 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
19319
19320 (c-complex-decl-matchers): Update to handle that
19321 `c-opt-access-key' no longer exists.
19322
19323 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
19324 improved label recognition in `c-beginning-of-statement-1'.
19325
19326 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
19327 Recognize bitfields better.
19328
19329 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
19330 Remove some cruft and fixed a bug that could cause it to go to a
19331 position further down.
19332
19333 * progmodes/cc-langs.el, cc-engine.el
19334 (c-beginning-of-statement-1): Improve detection of labels in
19335 declaration contexts.
19336
19337 (c-beginning-of-decl-1): Use it.
19338
19339 (c-nonlabel-token-key): New language constant and variable needed
19340 by `c-beginning-of-statement-1'.
19341
19342 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
19343 manifested itself due to the correction in `c-forward-sexp'.
19344
19345 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
19346 Make these behave as documented when used at the buffer limits.
19347
19348 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
19349 (c-type-decl-end-used): Made this a language variable.
19350
19351 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
19352 correctly when `combine-after-change-calls' is used together with
19353 temporary narrowings.
19354
19355 * progmodes/cc-engine.el (c-beginning-of-statement-1):
19356 Report labels correctly when the start point is immediately after the
19357 colon.
19358
19359 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
19360 Remove since it isn't used anymore.
19361
19362 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
19363 bracket arglists such as template parens in C++.
19364
19365 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
19366 in the last check-in. Some optimization.
19367
19368 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
19369 where it could stop at the same level in a preceding sexp when
19370 PAREN-LEVEL is set.
19371
19372 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
19373 text property lookup only when it's needed.
19374
19375 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
19376 Change the policy for paren marked angle brackets to be more
19377 persistent; once marked they remain marked even when they're found
19378 to be unbalanced in the searched region. This should keep the
19379 paren syntax around even when individual lines are refontified in
19380 multiline template arglists.
19381
19382 (c-parse-and-markup-<>-arglists): New dynamically bound variable
19383 to control markup so that incorrect angle bracket arglists aren't
19384 marked in contexts where the correct value for
19385 `c-disallow-comma-in-<>-arglists' isn't known.
19386
19387 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
19388 argument has become `c-parse-and-markup-<>-arglists'.
19389
19390 (c-remove-<>-arglist-properties): Remove - no longer used.
19391
19392 (c-after-change-check-<>-operators): New function used on
19393 `after-change-functions' to avoid that "<" and ">" characters that
19394 are part of longer operators have paren syntax.
19395
19396 (c-<>-multichar-token-regexp): New language variable used by
19397 `c-after-change-check-<>-operators'.
19398
19399 (c-after-change): Call `c-after-change-check-<>-operators'.
19400
19401 (c-font-lock-<>-arglists): Use the context properties set by
19402 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
19403 correctly to avoid doing invalid markup.
19404
19405 (c-font-lock-declarations): Remove code that undoes the invalid
19406 markup done by `c-font-lock-<>-arglists'.
19407
19408 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
19409 after `c-font-lock-declarations'.
19410
19411 * progmodes/cc-engine.el (c-syntactic-skip-backward):
19412 Add paren-level feature.
19413
19414 (c-guess-basic-syntax): Improve the anchor position for
19415 `template-args-cont' in nested template arglists. There's still
19416 much to be desired in this area, though.
19417
19418 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19419
19420 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
19421 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
19422
19423 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19424
19425 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
19426 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
19427
19428 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
19429 it doesn't work no longer are supported.
19430
19431 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
19432 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
19433 requires support for the syntax-table' text property, which rules
19434 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
19435 cruft associated with those versions.
19436
19437 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
19438 for the `syntax-table' text property, which rules out Emacs 19 and
19439 XEmacs < 21.4. Removed various compatibility cruft associated
19440 with those versions.
19441
19442 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
19443 support for the `syntax-table' text property.
19444
19445 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
19446 variable and use an extra quoted face name instead. All the
19447 emacsen flavors handle that correctly.
19448
19449 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
19450 (c-font-lock-declarators, c-font-lock-declarations)
19451 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
19452 property to mark the items in in declarator lists to handle
19453 refontification inside multiline declarations better.
19454
19455 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
19456 construct like "a * b = c;" as a declaration.
19457
19458 2005-12-08 Kim F. Storm <storm@cua.dk>
19459
19460 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
19461 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
19462 select either meta, hyper, or super modifier for rectangle commands.
19463 (cua--rectangle-modifier-key): New defvar.
19464 (cua--M/H-key): Use it. Remove special case for `space'.
19465 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
19466 on X, to meta otherwise. Always bind C-return to toggle
19467 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
19468
19469 * emulation/cua-rect.el (cua-help-for-rectangle):
19470 Use cua--rectangle-modifier-key. Handle super modifier too.
19471 (cua--init-rectangles): Always bind C-return to toggle rectangle.
19472 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
19473
19474 * ido.el: Move Acknowledgements and History after Commentary.
19475 Minor changes to Commentary.
19476
19477 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
19478 keymap if cua--prefix-override-timer is `shift'.
19479 (cua--shift-control-prefix): New function; emulate "type prefix
19480 key twice" functionality to handle shifted prefix key override.
19481 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
19482 New commands.
19483 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
19484
19485 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
19486
19487 * textmodes/org.el (org-insert-heading): Try to do items before
19488 headings.
19489 (org-agenda-mode): Quote `org-agenda-mode-hook'.
19490 (org-insert-item): New function.
19491 (org-renumber-ordered-list): Don't skip to higher level lists.
19492
19493 2005-12-08 Juri Linkov <juri@jurta.org>
19494
19495 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
19496
19497 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
19498
19499 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
19500
19501 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
19502 the constructed function name fun-1.
19503
19504 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
19505 because such links don't lead to parent documentation.
19506
19507 2005-12-08 Kenichi Handa <handa@m17n.org>
19508
19509 * descr-text.el (describe-char): Use *Help-2* buffer if the
19510 current buffer is *Help*. Call describe-text-properties while
19511 setting the original buffer.
19512
19513 2005-12-07 Bill Wohler <wohler@newt.com>
19514
19515 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
19516 and causes problems with non-MH users (such as Gnus users).
19517
19518 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
19519
19520 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
19521 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
19522 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
19523 command "info sources". Move calls to GDB command "list".
19524 (gdb-find-file-hook): Just use gdb-source-file-list.
19525 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
19526 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
19527 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
19528 (gdb-data-list-register-values-handler): Use correct trigger name.
19529
19530 2005-12-07 Kim F. Storm <storm@cua.dk>
19531
19532 * ido.el (ido-completion-map): Rename from ido-mode-map.
19533 (ido-common-completion-map, ido-file-completion-map)
19534 (ido-file-dir-completion-map, ido-buffer-completion-map):
19535 Rename from ido-mode-....-map.
19536 (ido-init-completion-maps): Rename from ido-init-mode-maps.
19537 (ido-setup-completion-map): Rename from ido-define-mode-map.
19538 (ido-read-internal): Bind minibuffer-local-filename-completion-map
19539 to ido-completion-map.
19540
19541 2005-12-07 Kenichi Handa <handa@m17n.org>
19542
19543 * international/mule-cmds.el
19544 (set-display-table-and-terminal-coding-system): If the coding
19545 system specified in `unibyte-display' property is different from
19546 the arg coding-system, don't setup standard-display-table.
19547
19548 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
19549
19550 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
19551 that comments end at \n, regardless of selective-display.
19552
19553 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
19554
19555 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
19556 (gdb-version): New variables.
19557 (gdb-source-file-list, gdb-register-names)
19558 (gdb-changed-registers): New variables for use with GDB 6.4+.
19559 (gdb-ann3): Replace with...
19560 (gdb-init-1, gdb-init-2): ...two new functions.
19561 (gdba, gdb-prompt): Call gdb-init-1.
19562 (gdb-get-version): New function. Call gdb-init-2 from here.
19563 (gud-watch): Make it work with mouse events too.
19564 (gdb-post-prompt): Don't add to queue until GDB version is known.
19565 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
19566 (gdb-locals-mode): Use gdb-version.
19567 (gdb-memory-format-map, gdb-memory-unit-map)
19568 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
19569 (gdb-locals-font-lock-keywords-1)
19570 (gdb-locals-font-lock-keywords-2): New variables.
19571 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
19572 (gdb-set-gud-minor-mode-existing-buffers-1)
19573 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
19574 (gdb-var-update-1, gdb-var-update-handler-1)
19575 (gdb-data-list-register-values-handler)
19576 (gdb-data-list-register-values-custom)
19577 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
19578 (gdb-stack-list-locals-handler, gdb-get-register-names):
19579 New functions for use with GDB 6.4+.
19580 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
19581 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
19582 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
19583 (gdb-stack-list-locals-regexp)
19584 (gdb-data-list-register-names-regexp): New regexps for use with
19585 GDB 6.4+.
19586
19587 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
19588
19589 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
19590
19591 2005-12-06 Nozomu Ando <nand@mac.com>
19592
19593 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
19594 prompts work for AUTH PLAIN. Also reported by Steve Allan
19595 <seallan@verizon.net>.
19596
19597 2005-12-06 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
19598
19599 * frame.el (set-frame-parameter): Add doc string.
19600
19601 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
19602
19603 * textmodes/org.el (org-occur-highlights): New variable.
19604 (org-highlight-new-match, org-remove-occur-highlights): New functions.
19605 (org-highlight-sparse-tree-matches): New option.
19606 (org-do-occur): New function.
19607 (org-get-heading): Make it work also at beginning of line.
19608 (org-category-table): New variable.
19609 (org-get-category-table, org-get-category)
19610 (org-camel-to-words, org-link-search): New functions.
19611 (org-select-this-todo-keyword): New variable.
19612 (org-todo-list): New command.
19613 (org-shiftright, org-shiftleft): New commands.
19614 (org-agenda-todo): Add prefix argument.
19615 (org-show-hierarchy-above): New option.
19616 (org-show-todo-tree): Numerical prefix creates tree for specific
19617 TODO keyword.
19618 (org-outline-level): New function, to assign a level to plain
19619 lists items.
19620 (org-cycle-include-plain-lists): New option.
19621 (org-mode): Use `org-outline-level' as value of `outline-level'.
19622 (org-cycle): Temporarily switch `outline-regexp' if
19623 `org-cycle-include-plain-lists' is non-nil.
19624 (org-start-icalendar-file): Fix format bug.
19625 (org-agenda-get-day-entries): Create category table.
19626 (org-agenda-get-todos, org-agenda-get-timestamps)
19627 (org-agenda-get-deadlines, org-agenda-get-scheduled)
19628 (org-agenda-get-blocks): Use `org-get-category'.
19629 (org-context-in-file-links): Rename from
19630 `org-line-numbers-in-file-links'.
19631
19632 2005-12-06 Romain Francoise <romain@orebokech.com>
19633
19634 * window.el (balance-windows): Delete extraneous third arg in call
19635 to `enlarge-window'.
19636
19637 2005-12-06 Kenichi Handa <handa@m17n.org>
19638
19639 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
19640
19641 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
19642
19643 * progmodes/gdb-ui.el (gdb-var-create-handler)
19644 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
19645 (gdb-var-list-children-handler, gdb-var-update-handler):
19646 Current buffer is already gdb-partial-output-buffer, don't
19647 make it current again.
19648
19649 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
19650
19651 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
19652 (list-buffers-noselect): Use it.
19653
19654 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
19655
19656 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
19657 (mail-yank-ignored-headers): Use regexp-opt.
19658 (mail-mode-map): Move initialization into declaration.
19659 (mail-sent-via): Remove unused shadowed var `to-line'.
19660 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
19661 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
19662 (mail-do-fcc): Use dolist and push.
19663 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
19664 (mail-yank-ignored-headers): Don't autoload.
19665
19666 2005-12-05 Kenichi Handa <handa@m17n.org>
19667
19668 * international/mule-cmds.el (set-language-info-internal): New fun.
19669 (set-language-info): Call set-language-info-internal to update
19670 language-info-alist. If LANG-ENV is the current one, call
19671 set-language-environment to make INFO effective now.
19672 (set-language-info-alist): Likewise.
19673 (locale-language-names): With locale "en", use English
19674 lang. env. but set the default codings to iso-8859-1.
19675
19676 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
19677
19678 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
19679 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
19680 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
19681 for plain strings.
19682 (gdb-frames-mode): Remove redundant call to font-lock-mode.
19683 (gdb-all-registers): Rename from toggle-gdb-all-registers.
19684 Create registers buffer if necessary. Echo new state in minibuffer.
19685 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
19686
19687 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
19688
19689 * info.el (Info-fontify-node): Match external links using
19690 non-directory part of filename.
19691
19692 2005-12-04 Juri Linkov <juri@jurta.org>
19693
19694 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
19695 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
19696 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
19697 because there is no customization option for it.
19698
19699 * font-lock.el (lisp-font-lock-keywords-1):
19700 Add define-global-minor-mode.
19701
19702 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
19703
19704 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
19705 properties on the constructed variable names.
19706
19707 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
19708 Put `definition-name' properties on the constructed function names
19709 next-sym and prev-sym.
19710
19711 * emacs-lisp/find-func.el (find-function-regexp):
19712 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
19713 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
19714 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
19715 and easy-menu-define.
19716
19717 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
19718 easy-mmode-define-global-mode and define-global-minor-mode.
19719 (lisp-imenu-generic-expression): Add define-global-minor-mode.
19720
19721 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
19722 instead of easy-mmode-define-global-mode.
19723
19724 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
19725 Use define-minor-mode instead of easy-mmode-define-minor-mode.
19726
19727 * cus-edit.el (customize-group, customize-group-other-window):
19728 Filter out autoloaded options from the group completion list by
19729 using heuristics that autoloaded groups don't have `custom-autoload'
19730 property on their symbols (they have only `custom-loads').
19731
19732 * simple.el (completion-setup-function): Put completions-common-part
19733 face on complete completion string too (i.e. completion string
19734 without completions-first-difference face).
19735
19736 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
19737
19738 2005-12-03 Eli Zaretskii <eliz@gnu.org>
19739
19740 * view.el (view-mode): Doc fix.
19741
19742 * disp-table.el (standard-display-european): Add to the warning
19743 message a reference to the doc string.
19744
19745 * play/yow.el (apropos-zippy): Call print-help-return-message,
19746 similar to other Help and Apropos commands.
19747
19748 * help.el (print-help-return-message): If pop-up-frames is
19749 non-nil, set up help-return-method to delete the help window and,
19750 possibly, its frame as well, and don't display message about
19751 scrolling the help window. Doc fix.
19752 (help-return-method): Doc fix.
19753
19754 2005-12-03 Martin Rudalics <rudalics@gmx.at>
19755
19756 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
19757 whereby names of length one or names starting with a
19758 symbol-constituent character would not be returned.
19759
19760 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
19761
19762 * subr.el (atomic-change-group): Add edebug and indentation spec.
19763
19764 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
19765
19766 * completion.el (save-completions-file-name): Fix typo in last change.
19767
19768 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19769
19770 * info.el: Move back/forward history to the beginning of the tool bar.
19771
19772 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
19773
19774 * allout.el (eval-when-compile): Remove unnecessary load of cl.
19775 Add fset of allout-real-isearch-abort during compile to fix
19776 byte-compilation warnings.
19777 (allout-mode-p): Move definition of this macro above all uses, or
19778 byte compilation in barren Emacs (eg, during Emacs build) will
19779 lack the definition.
19780 (allout-mode): Move this variable above any uses, or byte
19781 compilation will fail.
19782 (allout-resolve-xref): Remove use of personal file-reference function.
19783 (allout-toggle-current-subtree-encryption): Do the current (ie,
19784 visible containing) topic, rather than nearest around point. Doc fix.
19785 (allout-toggle-subtree-encryption): New function, workhorse that
19786 works on nearest topic containing point.
19787 (allout-encrypt-string): Signal requirement for newer version of pgg.
19788 (allout-resumptions): Doc fix.
19789
19790 2005-12-02 Eli Zaretskii <eliz@gnu.org>
19791
19792 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
19793
19794 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
19795
19796 * textmodes/flyspell.el (flyspell-external-point-words):
19797 Consider a misspelling as found in the string search if: (a) misspelling
19798 and found string lengths match, or (b) misspelling is found as
19799 element in a boundary-chars separated longer string, or (c)
19800 ispell-program-name is really ispell and misspelling is found as
19801 part of a TeX string. After successful match move beginning of
19802 search region to end of match. Warn about not found misspellings
19803 once the process is done.
19804 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
19805
19806 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
19807
19808 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
19809 tool bar (removed inadvertently).
19810
19811 2005-12-02 Juri Linkov <juri@jurta.org>
19812
19813 * log-view.el (log-view-diff): Clarify doc string.
19814
19815 2005-12-01 Bill Wohler <wohler@newt.com>
19816
19817 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
19818 triggers lm-verify errors.
19819
19820 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
19821
19822 * simple.el (transient-mark-mode, line-number-mode)
19823 (column-number-mode, size-indication-mode): Remove `:require nil'.
19824
19825 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
19826
19827 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
19828 in the margin also.
19829 (gdb-breakpoints-mode-map): Use D instead of d for
19830 gdb-delete-breakpoint.
19831 (gdb-get-frame-number): Require a number to match on.
19832 (gdb-threads-mode-map): Add follow-link binding.
19833
19834 2005-11-30 Jason Rumney <jasonr@gnu.org>
19835
19836 * isearch.el (isearch-mode-map): Avoid exiting search on
19837 language-change event.
19838
19839 2005-11-30 Romain Francoise <romain@orebokech.com>
19840
19841 * speedbar.el (speedbar-default-position): New defcustom.
19842 (speedbar-frame-reposition-smartly): Use it.
19843
19844 * dframe.el (dframe-reposition-frame-emacs): Fix position
19845 computation for `left' location.
19846 Update copyright year.
19847
19848 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
19849
19850 * help.el (help-map): Move initialization into declaration.
19851
19852 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
19853
19854 * help-fns.el (help-argument-name): Don't autoload.
19855 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
19856 to be re-loaded when customizing the `help' group.
19857
19858 2005-11-30 John Paul Wallington <jpw@gnu.org>
19859
19860 * help-fns.el (describe-function-1): Fill arglist output.
19861
19862 2005-11-30 Kim F. Storm <storm@cua.dk>
19863
19864 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
19865 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
19866 after revert-buffer (or anything else which kills all local variables).
19867
19868 * apropos.el (apropos-parse-pattern): Doc fix.
19869 Set apropos-regexp directly, rather than expecting callers to do so.
19870 (apropos-command, apropos, apropos-value, apropos-documentation):
19871 Simplify calls to apropos-parse-pattern.
19872
19873 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
19874
19875 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
19876 (hi-lock-face-phrase-buffer): Use hi-yellow face.
19877 (hi-lock-write-interactive-patterns): Use comment-region.
19878
19879 * longlines.el (longlines-mode): Add mail-setup-hook.
19880
19881 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
19882
19883 * simple.el (sendmail-user-agent-compose, next-line):
19884 Conditionally use hard-newline.
19885
19886 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
19887
19888 * international/latexenc.el (latex-inputenc-coding-alist):
19889 Reword doc string.
19890
19891 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
19892
19893 * help.el (describe-key-briefly, describe-key): Recognize default
19894 bindings.
19895
19896 2005-11-29 Romain Francoise <romain@orebokech.com>
19897
19898 * view.el (view-inhibit-help-message): New defcustom.
19899 (view-mode-enter): Use it.
19900
19901 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
19902
19903 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
19904 Preserve user position.
19905
19906 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
19907
19908 * font-lock.el: Throw error if facemenu is not loaded to prevent
19909 accidental change of loading order in loadup.el. (Suggested by RMS.)
19910
19911 * loadup.el: Add comment explaining why facemenu must be loaded
19912 before font-lock.
19913
19914 2005-11-28 Jay Belanger <belanger@truman.edu>
19915
19916 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
19917 (calc-dispatch-map): Add more keys for `calc-same-interface'.
19918
19919 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
19920
19921 * calc/calc-embed.el (calc-do-embedded): Update help message.
19922
19923 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
19924
19925 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
19926
19927 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
19928
19929 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
19930 called-interactively-p.
19931 (elp-profilable-p): Rename from elp-not-profilable-p.
19932 Invert result and take into account macros and autoloaded functions.
19933 (elp-instrument-function): Update call.
19934 (elp-instrument-package): Update call. Add completion.
19935 (elp-pack-number): Use match-string.
19936 (elp-results-jump-to-definition-by-mouse): Merge into
19937 elp-results-jump-to-definition and then remove.
19938 (elp-output-insert-symname): Make help echo text single-line.
19939
19940 * replace.el (query-replace-map): Move initialization into declaration.
19941 (occur-engine): Use with-current-buffer.
19942 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
19943 (occur-mode-mouse-goto): Replace with an alias.
19944
19945 2005-11-28 Juri Linkov <juri@jurta.org>
19946
19947 * simple.el (quoted-insert): Let-bind input-method-function to nil.
19948
19949 * term/w32-win.el: Bind [S-tab] to [backtab].
19950
19951 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
19952 `Info-find-file' to t.
19953
19954 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
19955 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
19956 and same-window-regexps.
19957 (occur-next-error): Don't move point for arg 0.
19958
19959 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
19960
19961 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
19962
19963 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
19964
19965 * log-edit.el (log-edit-changelog-use-first): New var.
19966 (log-edit-changelog-ours-p): Use it.
19967 (log-edit-insert-changelog): Set it with new arg `use-first'.
19968 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
19969 (log-edit-hook): Add them to the list of suggested options.
19970
19971 * textmodes/flyspell.el (flyspell-last-buffer): New var.
19972 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
19973 redundant work.
19974 (flyspell-mode-on): Use add-hook for after-change-functions.
19975 (flyspell-mode-off): Use remove-hook for after-change-functions.
19976 (flyspell-changes): Make it buffer-local.
19977 (flyspell-after-change-function): Make it non-interactive. Use push.
19978 (flyspell-post-command-hook): Check input-pending-p while processing
19979 the potentially long list of buffer changes.
19980
19981 2005-11-28 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
19982
19983 * buff-menu.el (list-buffers-noselect): Display the selected
19984 frame's buffer list, not the global one.
19985
19986 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
19987
19988 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
19989 that (list last-input-event) works as in interactive spec.
19990
19991 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
19992
19993 * loadup.el ("facemenu"): Load facemenu before font-lock, because
19994 `facemenu-keymap' needs to be defined when font-lock is loaded.
19995 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
19996
19997 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
19998
19999 * completion.el: Remove useless leading * in defcustom docstrings.
20000 (save-completions-file-name): Use ~/.emacs.d if available.
20001 (completion-standard-syntax-table): Rename from
20002 cmpl-standard-syntax-table and fold initialization into declaration,
20003 thus removing cmpl-make-standard-completion-syntax-table.
20004 (completion-lisp-syntax-table, completion-c-syntax-table)
20005 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
20006 (cmpl-saved-syntax, cmpl-saved-point): Remove.
20007 (symbol-under-point, symbol-before-point)
20008 (symbol-under-or-before-point, symbol-before-point-for-complete)
20009 (add-completions-from-c-buffer): Use with-syntax-table.
20010 (make-completion): Don't return a list of completion entries.
20011 Update callers.
20012 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
20013 (completion-initialize): Rename from initialize-completions.
20014 (completion-find-file-hook): Rename from cmpl-find-file-hook.
20015 (kill-emacs-save-completions): Collect stats here.
20016 (save-completions-to-file, load-completions-from-file):
20017 Use with-current-buffer.
20018 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
20019 into a function. Move all calls to toplevel.
20020 (completion-lisp-mode-hook): New fun.
20021 (completion-c-mode-hook, completion-setup-fortran-mode):
20022 Set the syntax-table here. Use local-set-key.
20023 (completion-saved-bindings): New var.
20024 (dynamic-completion-mode): Make it into a proper minor mode.
20025 (load-completions-from-file): Remove unused var `num-uses'.
20026
20027 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
20028 constructor if it is explicitly overridden.
20029
20030 * complete.el (PC-completion-as-file-name-predicate):
20031 Use minibuffer-completing-file-name.
20032 (partial-completion-mode): Use find-file-not-found-functions.
20033 (PC-lisp-complete-symbol): Use with-syntax-table.
20034 (PC-look-for-include-file): Remove dead setq.
20035 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
20036 (PC-complete): Use with-current-buffer.
20037
20038 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
20039 escape single quotes.
20040
20041 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
20042
20043 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
20044 of `if' whose condition always returned nil. Doc fix.
20045
20046 * buff-menu.el (Buffer-menu-revert-function): Make the selected
20047 window's buffer the current buffer around the call to
20048 `list-buffers-noselect'. This is necessary to mark that buffer
20049 with a `.' in the Buffer Menu when called from Lisp, for instance
20050 by Auto Revert Mode.
20051
20052 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
20053
20054 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
20055 attaching to it.
20056 (gdb-pre-prompt): Make sure gdb-error is reset.
20057
20058 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
20059 with a child process, detect it.
20060 (gud-speedbar-buttons): Match regexp more carefully.
20061
20062 2005-11-27 Richard M. Stallman <rms@gnu.org>
20063
20064 * mouse.el (mouse-drag-move-window-bottom):
20065 Use adjust-window-trailing-edge.
20066
20067 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
20068
20069 * simple.el (blink-matching-open): Ignore
20070 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
20071 (blink-matching-paren-on-screen): Update docstring.
20072
20073 * paren.el (show-paren-mode): No longer change
20074 `blink-matching-paren-on-screen'.
20075
20076 2005-11-27 John Paul Wallington <jpw@pobox.com>
20077
20078 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
20079 (gdb-threads-select, gdb-edit-register-value):
20080 Use `posn-set-point' instead of `mouse-set-point' because the
20081 latter is not fbound when configured without X.
20082
20083 2005-11-27 Kim F. Storm <storm@cua.dk>
20084
20085 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
20086 existing face when partially highlighting a TAB in a rectangle.
20087
20088 2005-11-26 Kim F. Storm <storm@cua.dk>
20089
20090 * ido.el (ido-mode-map): Doc fix.
20091 (ido-mode-common-map, ido-mode-file-map)
20092 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
20093 (ido-define-mode-map): Rewrite. Select one of the new maps as
20094 parent for ido-mode-map instead of building from scratch.
20095 (ido-init-mode-maps): New defun to initialize new maps.
20096 (ido-mode): Call it.
20097 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
20098 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
20099
20100 2005-11-26 John Paul Wallington <jpw@pobox.com>
20101
20102 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
20103 `mouse-set-point' because the latter is not fbound when configured
20104 without X.
20105
20106 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
20107
20108 * files.el (file-relative-name): Doc fix.
20109
20110 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
20111
20112 * progmodes/octave-inf.el (inferior-octave-startup): Force a
20113 non-empty string for secondary prompt PS2.
20114
20115 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
20116
20117 * progmodes/compile.el (compilation-setup): Fix last change.
20118
20119 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
20120
20121 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
20122 (gdb-mouse-toggle-breakpoint-margin)
20123 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
20124 Add gdb-server-prefix to keep out of command history.
20125 (gdb-edit-register-value): New function.
20126 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
20127 (gdb-info-registers-custom): Use above map.
20128
20129 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
20130
20131 * custom.el (enable-theme): Signal error if argument is not a
20132 theme. Don't recalculate a face if it's not loaded yet.
20133
20134 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
20135 the `user' theme is in effect.
20136
20137 * info.el (Info-on-current-buffer): Record actual filename in
20138 Info-current-file, instead of t, or a fake filename if a non-file
20139 buffer. Make autoload.
20140 (Info-find-node, Info-revert-find-node): No need to check for
20141 Info-current-file nil.
20142 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
20143 Info-current-file is now never `t'.
20144 (Info-fontify-node): Many simplifications due to Info-current-file
20145 always being valid. Use Info-find-file to find node filename.
20146
20147 2005-11-25 David Kastrup <dak@gnu.org>
20148
20149 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
20150 new character, then delete" in order to preserve markers.
20151
20152 2005-11-25 David Ponce <david@dponce.com>
20153
20154 * recentf.el (recentf-arrange-by-rule): Handle a special
20155 `auto-mode-alist'-like "strip suffix" rule.
20156 (recentf-build-mode-rules): Handle second level auto-mode entries.
20157
20158 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
20159
20160 * emulation/viper-keym.el (viper-ESC-key): Use different values
20161 in terminal and window modes.
20162
20163 * emulation/viper.el (viper-emacs-state-mode-list): Delete mail-mode,
20164 add jde-javadoc-checker-report-mode.
20165
20166 * ediff-wind.el (ediff-make-wide-display): Slight simplification.
20167
20168 * ediff.el (ediff-date): Change the date of last update.
20169
20170 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
20171
20172 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
20173 Use define-minor-mode, and make it a local mode. Turn on font-lock.
20174 (hi-lock-mode): New global minor mode.
20175 (turn-on-hi-lock-if-enabled): New function.
20176 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
20177 Change arguments to regexp and face instead of a font-lock pattern.
20178 Directly set face property, instead of refontifying.
20179 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
20180 (hi-lock-find-patterns): Use line-number-at-pos.
20181
20182 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
20183 arguments for hi-lock-set-pattern.
20184 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
20185 Call font-lock-fontify-buffer.
20186 (hi-lock-find-file-hook, hi-lock-current-line)
20187 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
20188
20189 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
20190 turned off.
20191
20192 * progmodes/compile.el (compilation-setup): Don't fiddle with
20193 font-lock-defaults.
20194
20195 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
20196
20197 * progmodes/gdb-ui.el (gdb-var-create-handler)
20198 (gdb-var-list-children-handler): Find values for all variable
20199 objects. gud-speedbar-buttons decides whether to display them.
20200
20201 2005-11-24 Romain Francoise <romain@orebokech.com>
20202
20203 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
20204 buffer name with a space.
20205
20206 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
20207
20208 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
20209 `org-export-local-list-max-depth'. Change default value to 3.
20210 (org-auto-renumber-ordered-lists)
20211 (org-plain-list-ordered-item-terminator): New options.
20212 (org-at-item-p, org-beginning-of-item, org-end-of-item)
20213 (org-get-indentation, org-get-string-indentation)
20214 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
20215 New functions.
20216 (org-move-item-down, org-move-item-up): New commands.
20217 (org-export-as-html): New classes for CSS support. Bug fix in
20218 regular expression detecting fixed-width regions. Respect
20219 `org-local-list-ordered-item-terminator'.
20220 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
20221 also a list item.
20222 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
20223 New item moving functions.
20224
20225 2005-11-24 Juri Linkov <juri@jurta.org>
20226
20227 * isearch.el (isearch-repeat): With empty search ring set
20228 `isearch-error' to the error string instead of signaling error
20229 with the function `error'.
20230
20231 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20232
20233 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
20234
20235 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
20236
20237 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
20238 and variable.
20239 (gdb-var-create-handler, gdb-var-list-children-handler):
20240 Don't match on "char **...".
20241 (gdb-var-update-handler): Find values for all variable objects.
20242 (gdb-info-frames-custom): Identify frames by leading "#".
20243
20244 * progmodes/gud.el (gud-speedbar-menu-items): Add
20245 gdb-speedbar-auto-raise as radio button.
20246 (gud-speedbar-buttons): Raise speedbar if requested.
20247 Don't match on "char **...".
20248 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
20249 Make it editable.
20250
20251 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
20252
20253 * info.el (Info-fontify-node): Handle the case where
20254 Info-current-file is t.
20255
20256 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
20257
20258 * simple.el (blink-matching-open): Fix off-by-one in last change.
20259
20260 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20261
20262 * term/mac-win.el: Don't change default directory.
20263
20264 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
20265
20266 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
20267 buffers correctly. (It used to throw an error in such buffers.)
20268 Make it ask for confirmation in group buffers and other Custom
20269 buffers containing more than one customization item.
20270
20271 2005-11-22 John Paul Wallington <jpw@gnu.org>
20272
20273 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
20274 property on mail and url overlays.
20275 (goto-address-at-point): Use `posn-set-point' instead of
20276 `mouse-set-point' because the latter is not fbound when configured
20277 without X.
20278
20279 2005-11-22 Lars Hansen <larsh@soem.dk>
20280
20281 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
20282 (ls-lisp-classify, ls-lisp-format): Delete call to
20283 ls-lisp-parse-symlink.
20284 (ls-lisp-handle-switches): Handle symlinks to directories as
20285 directories when ls-lisp-dirs-first in non-nil.
20286
20287 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
20288
20289 * startup.el (command-line): Make sure that loaddefs.el is handled
20290 correctly in load-history.
20291
20292 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
20293
20294 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
20295 (gdb-struct-string, gdb-array-string): New constants.
20296 (gdb-info-locals-handler): Use them.
20297 (gdb-reset): Reset gdb-var-list to nil.
20298
20299 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
20300
20301 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
20302 in patterns.
20303
20304 2005-11-21 Juri Linkov <juri@jurta.org>
20305
20306 * custom.el (defcustom): Update link types in docstring.
20307
20308 2005-11-20 Martin Rudalics <rudalics@gmx.at>
20309
20310 * custom.el (defgroup): Add doc-string-elt info.
20311
20312 * widget.el (define-widget): Don't use declare for the doc-string-elt.
20313
20314 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
20315
20316 * newcomment.el (comment-enter-backward): Fix last fix.
20317
20318 * simple.el (blink-matching-open):
20319 * paren.el (show-paren-function): Allow new paren-class info.
20320
20321 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
20322
20323 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
20324 handled automagically.
20325
20326 2005-11-20 Andreas Schwab <schwab@suse.de>
20327
20328 * descr-text.el (describe-char): When copying overlays put them
20329 over the full char description instead of just the first character
20330 of it.
20331
20332 2005-11-20 Juri Linkov <juri@jurta.org>
20333
20334 * simple.el (what-cursor-position):
20335 * descr-text.el (describe-char): Use Lisp-readable syntax
20336 for octal and hex. Reorder decimal, octal and hex values.
20337 Remove excess whitespace in the output. Use `=' in `column='
20338 like in `point=' and `Hscroll='.
20339
20340 * international/mule-cmds.el (encoded-string-description):
20341 Use Lisp-readable syntax for hex.
20342
20343 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
20344
20345 * newcomment.el (comment-enter-backward): Handle the case where the
20346 comment is closed by EOB.
20347
20348 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
20349
20350 * longlines.el (longlines-before-revert-hook)
20351 (longlines-after-revert-hook): New functions.
20352 (longlines-mode): Turn off longlines temporarily when reverting.
20353 Add a message-setup-hook.
20354 (longlines-decode-buffer): New function.
20355 (longlines-wrap-line): Preserve marker positions.
20356
20357 2005-11-19 Andreas Schwab <schwab@suse.de>
20358
20359 * emacs-lisp/shadow.el: Handle compressed files.
20360
20361 2005-11-19 Romain Francoise <romain@orebokech.com>
20362
20363 * net/browse-url.el (browse-url-default-browser): Signal an error
20364 if no usable browser can be found, rather than try to load w3.
20365
20366 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
20367
20368 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
20369 replacing existing properties.
20370 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
20371 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
20372 tty specs.
20373 (rcirc-server-prefix, rcirc-server): New faces.
20374 (rcirc-url-regexp): Generate with rx macro.
20375 (rcirc-last-server-message-time): New variable.
20376 (rcirc-filter): Record time of last message.
20377 (rcirc-keepalive): Kill processes that did not send a message
20378 since the last ping.
20379 (rcirc-mode): Give rcirc-topic a local binding here.
20380
20381 2005-11-19 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
20382
20383 * subr.el (read-passwd): Fontify the prompt as we do with other
20384 prompts.
20385
20386 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
20387
20388 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
20389 binding buffer-read-only to nil.
20390
20391 2005-11-19 Eli Zaretskii <eliz@gnu.org>
20392
20393 * complete.el (partial-completion-mode):
20394 Mention completion-auto-help in the doc string.
20395
20396 * man.el (Man-highlight-references): Doc fix. Reformat code in a
20397 more Lisp-ish way.
20398
20399 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
20400
20401 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
20402 digits, not 8, to avoid misalignment for files larger than 100MB.
20403
20404 2005-11-19 Eli Zaretskii <eliz@gnu.org>
20405
20406 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
20407 Mention "keyboard shortcuts" in the help text.
20408
20409 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20410
20411 * startup.el (fancy-splash-default-action): Discard only
20412 mouse-down and succeeding mouse-up events in the splash screen
20413 window so that drag-n-drop event can be processed.
20414
20415 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
20416
20417 * longlines.el (longlines-mode): Add hacks for mail-mode and
20418 message-mode.
20419
20420 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
20421
20422 * textmodes/org.el (org-table-sort-lines): New command.
20423 (org-tbl-menu): Add entry for `org-table-sort-lines'.
20424 (org-add-file): Command removed, use `org-agenda-file-to-front'
20425 instead.
20426 (org-export-icalendar): Use `org-icalendar-combined-name'.
20427 (org-cycle-agenda-files, org-agenda-file-to-end)
20428 (org-agenda-file-to-front): New commands.
20429 (org-table-tab-jumps-over-hlines, org-export-html-style):
20430 New options.
20431 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
20432 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
20433 New functions.
20434 (org-fill-paragraph): Call `org-table-align' in tables.
20435 (org-mode): Call `org-set-autofill-regexps'.
20436 (org-export-as-html): Support for local handformatted lists.
20437 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
20438 (org-export-local-list-max-depth): New option.
20439 (org-html-expand): Use `org-html-protect'.
20440
20441 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
20442
20443 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
20444 to "p".
20445 (gdb): Move definition of gud-pp to...
20446
20447 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
20448 speedbar.
20449 (gdb-find-watch-expression): New function.
20450
20451 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
20452
20453 * faces.el (face-attribute, set-face-attribute): Mention existence
20454 of `:ignore-defface' setting in docstring.
20455
20456 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
20457
20458 * simple.el (completion-setup-function): Fix last change.
20459
20460 2005-11-17 John Paul Wallington <jpw@pobox.com>
20461
20462 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
20463 Use `posn-set-point' instead of `mouse-set-point' because the
20464 latter is not fbound when configured without X.
20465
20466 * comint.el (comint-insert-input): Likewise.
20467
20468 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
20469
20470 * simple.el (hard-newline): New variable.
20471 (sendmail-user-agent-compose, next-line): Use it.
20472
20473 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
20474 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
20475 (mail-mail-reply-to, mail-mail-followup-to)
20476 (mail-position-on-field, mail-signature, mail-yank-original)
20477 (mail-attach-file): Likewise.
20478
20479 * mail/mailheader.el (mail-header-format)
20480 (mail-header-format-function): Likewise.
20481
20482 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
20483
20484 2005-11-17 Juri Linkov <juri@jurta.org>
20485
20486 * font-lock.el (font-lock-faces): Rename this defgroup from
20487 `font-lock-highlighting-faces'.
20488 (font-lock-comment-face, font-lock-comment-delimiter-face)
20489 (font-lock-string-face, font-lock-doc-face)
20490 (font-lock-keyword-face, font-lock-builtin-face)
20491 (font-lock-function-name-face, font-lock-variable-name-face)
20492 (font-lock-type-face, font-lock-constant-face)
20493 (font-lock-warning-face, font-lock-negation-char-face)
20494 (font-lock-preprocessor-face)
20495 (font-lock-regexp-grouping-backslash)
20496 (font-lock-regexp-grouping-construct): Rename :group from
20497 `font-lock-highlighting-faces' to `font-lock-faces'.
20498
20499 * cus-edit.el (lisp, c, tex):
20500 * progmodes/ada-mode.el (ada):
20501 * progmodes/asm-mode.el (asm):
20502 * progmodes/cperl-mode.el (cperl-faces):
20503 * progmodes/cpp.el (cpp):
20504 * progmodes/dcl-mode.el (dcl):
20505 * progmodes/f90.el (f90):
20506 * progmodes/fortran.el (fortran):
20507 * progmodes/icon.el (icon):
20508 * progmodes/idlwave.el (idlwave-misc):
20509 * progmodes/m4-mode.el (m4):
20510 * progmodes/make-mode.el (makefile):
20511 * progmodes/meta-mode.el (meta-font):
20512 * progmodes/modula2.el (modula2):
20513 * progmodes/octave-mod.el (octave):
20514 * progmodes/pascal.el (pascal):
20515 * progmodes/perl-mode.el (perl):
20516 * progmodes/prolog.el (prolog):
20517 * progmodes/ps-mode.el (PostScript-edit):
20518 * progmodes/scheme.el (scheme):
20519 * progmodes/sh-script.el (sh-script):
20520 * progmodes/simula.el (simula):
20521 * progmodes/tcl.el (tcl):
20522 * textmodes/nroff-mode.el (nroff):
20523 * textmodes/reftex-vars.el (reftex-fontification-configurations):
20524 * textmodes/sgml-mode.el (sgml):
20525 * textmodes/texinfo.el (texinfo):
20526 Add :link (custom-group-link font-lock-faces) to defgroup.
20527
20528 * hi-lock.el (hi-lock): Rename this defgroup from
20529 `hi-lock-interactive-text-highlighting'. Change parent group from
20530 `faces' to `font-lock'. Add link to the manual.
20531 (hi-lock-mode, hi-lock-file-patterns-range)
20532 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
20533 `hi-lock-interactive-text-highlighting' to `hi-lock'.
20534 (hi-lock-faces): Add :group `faces'.
20535
20536 * cus-edit.el (custom-variable-prompt): Clarify the code.
20537
20538 * faces.el (face-read-string): Set the default value arg of
20539 completing-read.
20540
20541 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
20542
20543 * rfn-eshadow.el (file-name-shadow-properties)
20544 (file-name-shadow-tty-properties, file-name-shadow-mode):
20545 Remove autoloads, because the file is now preloaded.
20546
20547 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
20548
20549 * printing.el (easy-menu-intern): Don't define.
20550 (pr-get-symbol): Use easy-menu-intern only if defined.
20551
20552 * simple.el (blink-matching-open): Simplify a bit.
20553 (completion-setup-function): Fix the case of partial-completion-mode
20554 when the minibuffer's contents start with "-".
20555 Obey completion-base-size-function even when
20556 minibuffer-completing-file-name is non-nil.
20557
20558 2005-11-16 Richard M. Stallman <rms@gnu.org>
20559
20560 * net/eudcb-ph.el (eudc-ph-open-session):
20561 Use set-process-query-on-exit-flag.
20562
20563 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
20564
20565 * international/ucs-tables.el (ucs-set-table-for-input):
20566 Use make-local-variable, not make-variable-buffer-local.
20567
20568 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
20569 Improve warning message text.
20570
20571 * savehist.el (savehist-save-hook): Add :group.
20572
20573 * menu-bar.el (menu-bar-help-menu):
20574 Rename Find Extra Packages to External Packages.
20575
20576 * cus-edit.el (Custom-reset-standard): Verify that
20577 :custom-standard-value prop exists before calling it.
20578
20579 * apropos.el (apropos-calc-scores): Use apropos-pattern.
20580
20581 2005-11-16 Martin Rudalics <rudalics@gmx.at>
20582
20583 * wid-edit.el (color): Enclose %t in %{...%}.
20584
20585 * cus-edit.el (face): Enclose %t in %{...%}.
20586
20587 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
20588
20589 * savehist.el (savehist-mode-hook): Re-add the var.
20590 (savehist-mode): Use it.
20591
20592 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
20593
20594 * textmodes/flyspell.el: Fix commenting convention.
20595 Remove unnecessary leading * in custom docstrings.
20596 (flyspell-emacs): Remove unused var.
20597 (flyspell-delete-region-overlays): Use remove-overlays.
20598 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
20599 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
20600 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
20601 (flyspell-debug-signal-word-checked): Use with-current-buffer.
20602 (make-flyspell-overlay): Don't locally reuse a global name.
20603 (flyspell-highlight-incorrect-region)
20604 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
20605 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
20606 (flyspell-notify-misspell): Remove unused args `start' and `end'.
20607 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
20608 Wrap calls to accept-process-output inside with-local-quit since it's
20609 often called from a post-command-hook.
20610 (flyspell-correct-word, flyspell-auto-correct-word):
20611 Use ispell-send-string.
20612 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
20613
20614 * calendar/diary-lib.el (diary-list-entries): Also hide the
20615 terminating newline.
20616
20617 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
20618
20619 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
20620 window-system, to allow fonts on tty.
20621
20622 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
20623
20624 * progmodes/gud.el (gud-speedbar-item-info): New function.
20625 (gud-install-speedbar-variables): Use it to display data type
20626 of watch expression as a tooltip in speedbar.
20627
20628 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
20629
20630 * font-core.el (global-font-lock-mode): Add :version keyword,
20631 because default was changed.
20632
20633 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
20634
20635 * startup.el (command-line): Use `custom-reevaluate-setting' for
20636 `file-name-shadow-mode'.
20637
20638 * loadup.el: Preload rfn-eshadow.
20639
20640 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
20641 Add :version keyword.
20642 (file-name-shadow-properties, file-name-shadow-tty-properties)
20643 (file-name-shadow): Add :version keyword.
20644
20645 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
20646 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
20647 in the custom-group property of the symbol frames and the fringe
20648 group got no link to its parent group frames.
20649 Doc fix.
20650
20651 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
20652
20653 * progmodes/gud.el (gud-stop-subjob): New function.
20654 (gud-menu-map, gud-tool-bar-map): Use it.
20655
20656 2005-11-16 Kim F. Storm <storm@cua.dk>
20657
20658 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
20659 than kill it.
20660 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
20661 to a more useful/logical place.
20662
20663 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
20664
20665 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
20666 go buttons complementary.
20667
20668 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
20669
20670 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
20671 (rfn-eshadow-sifn-equal): New function.
20672 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
20673
20674 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
20675
20676 * emulation/viper-utils.el (viper-non-word-characters-reformed-vi):
20677 Quote `-' in string.
20678
20679 * emulation/viper.el (viper-emacs-state-mode-list): Ensure that
20680 rcirc-mode buffers come up in Emacs state.
20681
20682 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
20683 operation.
20684
20685 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
20686
20687 * term.el (term-termcap-format): Fix typos.
20688 (term-down): Fix the negative argument case.
20689
20690 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
20691
20692 * progmodes/gdb-ui.el: Remove face-alias left over from change on
20693 2005-08-15.
20694 (gdb-ann3): New command gud-go.
20695 (menu): Accomodate gdb-mi.el.
20696 (gdb-assembler-custom): Make buffer of selected window current
20697 so that set-window-point works.
20698
20699 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
20700 buttons and include new ones.
20701
20702 2005-11-16 Kim F. Storm <storm@cua.dk>
20703
20704 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
20705 (gud-menu-map): Use it.
20706
20707 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
20708
20709 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
20710 that works correctly for Custom and that does not override a user
20711 who disables it.
20712
20713 * help-mode.el (help-make-xrefs, help-xref-on-pp)
20714 (help-xref-interned, help-follow): Make hyperlinks for variables
20715 that are unbound, but have a non-nil variable-documentation property.
20716
20717 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
20718 mode hook. (It conflicted with defcustoms for some mode hooks.)
20719 Use the `variable-documentation' property to give the mode hook a
20720 docstring and expand that docstring.
20721
20722 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
20723
20724 * savehist.el (savehist-mode): Don't bother with
20725 `custom-set-minor-mode'.
20726 (savehist-coding-system): Check XEmacs version.
20727 (history-length): Declare also at run time.
20728 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
20729 Don't set the customize state.
20730 (savehist-minibuffer-hook): Special case for when
20731 minibuffer-history-variable is equal to t.
20732
20733 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
20734
20735 * files.el (write-file): Refresh VC status.
20736
20737 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
20738 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
20739 than fundamental-mode to see if the mode was set.
20740
20741 2005-11-14 Romain Francoise <romain@orebokech.com>
20742
20743 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
20744 dummy function in `eval-when-compile' to avoid compiler warning.
20745 Require `man' at compile time.
20746
20747 2005-11-14 Jay Belanger <belanger@truman.edu>
20748
20749 * calc/calc-alg.el (calcFunc-write-out-power): Rename it to
20750 calcFunc-powerexpand.
20751 (math-write-out-power): Rename it to math-powerexpand; have it
20752 handle negative exponents.
20753 (calc-writeoutpower): Rename it to calc-powerexpand.
20754
20755 * calc/calc-ext.el: Change calcFunc-writeoutpower and
20756 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
20757 autoloads.
20758 Add calcFunc-ldiv to autoloads.
20759
20760 * calc/calc-arith.el (calcFunc-ldiv): New function.
20761
20762 * calc/calc.el (calc-left-divide): New function.
20763
20764 2005-11-14 Juri Linkov <juri@jurta.org>
20765
20766 * cus-edit.el (custom-variable-prompt): Set the default value arg
20767 of completing-read.
20768
20769 * cus-dep.el (custom-make-dependencies): Reverse the list of
20770 found dependencies.
20771
20772 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
20773
20774 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
20775 Highlighting" entry, it is on by default now.
20776 (menu-bar-options-save): Do not save global-font-lock-mode.
20777
20778 2005-11-13 Richard M. Stallman <rms@gnu.org>
20779
20780 * textmodes/flyspell.el (flyspell-large-region):
20781 Call flyspell-accept-buffer-local-defs.
20782
20783 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
20784
20785 * textmodes/flyspell.el (flyspell-notify-misspell):
20786 Fix misspelling of "Misspelling".
20787 (flyspell-process-localwords): New function.
20788 (flyspell-large-region): Call flyspell-process-localwords and
20789 flyspell-delete-region-overlays.
20790 (flyspell-delete-region-overlays): New function.
20791 (flyspell-delete-all-overlays): Call that.
20792
20793 2005-11-13 Richard M. Stallman <rms@gnu.org>
20794
20795 * help.el (help-for-help-internal): Improve doc of C-h a.
20796 (describe-key): Improve prompt; doc fix.
20797
20798 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
20799
20800 * vc-svn.el (vc-svn-registered): Catch all errors.
20801
20802 * cus-dep.el (custom-make-dependencies): Typo.
20803
20804 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
20805
20806 * net/tramp-util.el (top): Fix compilation warning.
20807
20808 2005-11-13 Kim F. Storm <storm@cua.dk>
20809
20810 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
20811
20812 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
20813
20814 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
20815 (gud-speedbar-buttons): Match on "const char *" too.
20816
20817 * progmodes/gdb-ui.el (gdb-var-create-handler)
20818 (gdb-var-list-children-handler): Match on "const char *" too.
20819 (gdb-var-evaluate-expression-handler): Match on empty string.
20820 (gdb-var-update-handler): Only call
20821 gdb-var-evaluate-expression-handler when required.
20822
20823 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
20824
20825 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
20826 selected window. This still doesn't work for speedbar.
20827 (gud-speedbar-buttons): Handle string expressions properly.
20828
20829 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
20830 (gdb-var-create-handler): Handle string expressions properly.
20831 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
20832 Handle string expressions properly. Move "type" field into regexp.
20833
20834 2005-11-12 Karl Fogel <kfogel@red-bean.com>
20835
20836 * bookmark.el (bookmark-maybe-message): New function to reduce
20837 code duplication: invokes `message' iff baud-rate is high enough.
20838 (bookmark-write-file): Use above instead of an inline conditional.
20839 (bookmark-load): Same.
20840
20841 2005-11-12 Karl Fogel <kfogel@red-bean.com>
20842
20843 * bookmark.el (bookmark-write-file): Don't visit the destination
20844 file, just write the data to it using write-region. This is
20845 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
20846 change to avoid visiting the file in the first place.
20847
20848 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
20849
20850 * hi-lock.el (hi-lock-mode): Set the default value of
20851 font-lock-defaults.
20852
20853 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
20854
20855 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
20856 arg to `file-attributes'.
20857 (find-lisp-format): The UID and GID can now be strings.
20858
20859 2005-11-12 Kim F. Storm <storm@cua.dk>
20860
20861 * help.el (help-map): Bind C-h d to apropos-documentation.
20862
20863 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
20864 when point is at end-of-buffer.
20865
20866 * apropos.el (apropos-match-face): Doc fix.
20867 (apropos-sort-by-scores): Add new choice `verbose'.
20868 (apropos-documentation-sort-by-scores): New defcustom.
20869 (apropos-pattern): Now contains the pattern entered by the user.
20870 (apropos-pattern-quoted): New defvar.
20871 (apropos-regexp): New defvar, containing the regexp corresponding
20872 to apropos-pattern.
20873 (apropos-all-words-regexp): Rename from apropos-all-regexp.
20874 (apropos-read-pattern): New defun. Use it to read pattern arg in
20875 interactive calls; returns list of words for a word list, and
20876 string for a regexp.
20877 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
20878 parses a list of words or regexp as returned by apropos-read-pattern.
20879 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
20880 (apropos-score-doc): Return a very high score if the string
20881 entered by the user matches literally.
20882 (apropos-variable): Doc fix. Use apropos-read-pattern.
20883 (apropos-command): Doc fix. Use apropos-read-pattern and
20884 apropos-parse-pattern. Call apropos-print with nosubst=t.
20885 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
20886 apropos-parse-pattern.
20887 (apropos-documentation): Doc fix. Use apropos-read-pattern and
20888 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
20889 apropos-documentation-sort-by-scores. Call apropos-print with
20890 nosubst=t.
20891 (apropos-documentation-internal): Pass doc string through
20892 substitute-key-definition before adding text properties.
20893 Highlight substring matching literal user input if possible.
20894 (apropos-documentation-check-doc-file): Remove locals beg and end.
20895 Fix calculation of score (as added twice). Pass doc string through
20896 substitute-key-definition before adding text properties.
20897 (apropos-documentation-check-elc-file): Pass doc string through
20898 substitute-key-definition before adding text properties.
20899 Highlight substring matching literal user input if possible.
20900 (apropos-print): Add new arg NOSUBST; if set, command and variable
20901 doc strings have already been passed through substitute-key-definition.
20902 Add code to handle apropos-accumulator items without score element
20903 for backwards compatibility (e.g. with woman package).
20904 Only show scores if apropos-sort-by-scores is `verbose'.
20905
20906 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
20907
20908 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
20909 Add jka-compr-load-suffixes to load-suffixes.
20910
20911 * jka-compr.el: Require jka-cmpr-hook.
20912 (jka-compr-info-compress-message, jka-compr-info-compress-program)
20913 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
20914 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
20915 (jka-compr-info-can-append, jka-compr-info-strip-extension)
20916 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
20917 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
20918 (jka-compr-uninstall): Remove entries from
20919 jka-compr-added-to-file-coding-system-alist after they are used.
20920 (jka-compr-error): Remove unused var `curbuf'.
20921 (jka-compr-file-local-copy): Remove unused var `notfound'.
20922
20923 2005-11-10 Romain Francoise <romain@orebokech.com>
20924
20925 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
20926
20927 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
20928
20929 * progmodes/gud.el (gud-menu-map): Move parentheses.
20930 (gdb): New command gud-pv.
20931
20932 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
20933
20934 * tar-mode.el: Remove spurious or unnecessary leading stars
20935 in docstrings.
20936 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
20937 (tar-parse-octal-integer-safe): Use mapc.
20938 (tar-header-block-summarize): Remove unused var `ck'.
20939 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
20940 cleared before. Obey default-enable-multibyte-characters.
20941 Use mapconcat. Simplify setting of tar-header-offset.
20942 (tar-mode-map): Move initialization inside delcaration.
20943 (tar-flag-deleted): Use `abs'.
20944 (tar-expunge-internal): Remove unused var `line'.
20945 (tar-expunge-internal): Don't hardcode point-min==1.
20946 (tar-expunge): Widen while doing set-buffer-multibyte.
20947 (tar-rename-entry): Use file-name-coding-system.
20948 (tar-alter-one-field): Don't hardcode point-min==1.
20949 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
20950 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
20951
20952 2005-11-10 Masatake YAMATO <jet@gyve.org>
20953
20954 * add-log.el (add-log-current-defun): Handle class::method
20955 notation of c++. Fix incorrect comment.
20956
20957 2005-11-10 Alan Mackenzie <acm@muc.de>
20958
20959 * help-fns.el (describe-variable): Make C-h v work when a variable
20960 has variable documentation yet is unbound.
20961
20962 2005-11-10 Masatake YAMATO <jet@gyve.org>
20963
20964 * man.el (Man-highlight-references): Set an empty
20965 string to `Man-arguments' if it is nil.
20966 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
20967
20968 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
20969
20970 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
20971 commenting conventions.
20972
20973 * cus-dep.el (custom-make-dependencies): Simplify.
20974 Better follow the commenting conventions.
20975
20976 2005-11-09 Richard M. Stallman <rms@gnu.org>
20977
20978 * apropos.el (apropos-pattern): Rename from apropos-regexp.
20979 (apropos-orig-pattern): Rename from apropos-orig-regexp.
20980 All uses changed.
20981 (apropos-rewrite-regexp): Doc fix.
20982 (apropos-variable, apropos-command, apropos, apropos-value):
20983 Change prompt; carry through the argument renaming.
20984
20985 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
20986
20987 * find-lisp.el: Require dired.
20988 (find-lisp-find-dired-internal): Do not call
20989 `abbreviate-file-name' on DIR.
20990
20991 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
20992
20993 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
20994
20995 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
20996
20997 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
20998 when using the speedbar.
20999 (gdb): New command gud-pp.
21000 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
21001
21002 2005-11-09 Juri Linkov <juri@jurta.org>
21003
21004 * replace.el (occur-excluded-properties): New defcustom.
21005 (occur-1, occur-engine, occur-accumulate-lines): Use it.
21006
21007 2005-11-08 Jay Belanger <belanger@truman.edu>
21008
21009 * calc/calc-units.el (math-convert-units): Replace any composite
21010 unit by its definition.
21011
21012 2005-11-08 Lars Hansen <larsh@soem.dk>
21013
21014 * emacs-lisp/autoload.el (update-directory-autoloads):
21015 Add obsolete function alias.
21016
21017 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
21018
21019 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
21020 comment-indent-function.
21021 (lisp-comment-indent): Replace by an alias for comment-indent-default.
21022
21023 * reveal.el (reveal-post-command): Rework the handling of
21024 reveal-open-spots, so as to be more reliable. There were several
21025 tricky corner cases where an open spot might be lost, or where
21026 a closed spot might end up on the list of open spots.
21027 Only reveal text that's ellipsised.
21028
21029 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
21030
21031 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
21032
21033 2005-11-07 John Paul Wallington <jpw@gnu.org>
21034
21035 * ibuffer.el (ibuffer): Search iconified frames too when
21036 getting Ibuffer buffer's window.
21037
21038 2005-11-06 Richard M. Stallman <rms@gnu.org>
21039
21040 * progmodes/compile.el (compilation-internal-error-properties):
21041 save-excursion around the computation of MARKER.
21042
21043 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
21044
21045 * textmodes/flyspell.el (flyspell-external-point-words):
21046 flyspell-get-word returns a list, not just a string.
21047
21048 2005-11-06 John Paul Wallington <jpw@pobox.com>
21049
21050 * ibuffer.el (ibuffer): Search all visible frames when getting
21051 Ibuffer buffer's window.
21052
21053 2005-11-07 Masatake YAMATO <jet@gyve.org>
21054
21055 * man.el (Man-reference-regexp): Accept spaces between
21056 `Man-name-regexp' and `Man-section-regexp'.
21057 (Man-apropos-regexp): New variable.
21058 (Man-abstract-xref-man-page): Use value for `Man-target-string'
21059 if available.
21060 (Man-highlight-references, Man-highlight-references0):
21061 Handle the case when `Man-arguments' includes "-k".
21062 (Man-highlight-references0): Rename the argument `TARGET-POS' to
21063 `TARGET'. `TARGET' can be a number, function or nil.
21064
21065 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
21066
21067 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
21068 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
21069 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
21070 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
21071 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
21072 (gdb-send-item): Use buffer-local-value and simplify.
21073
21074 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
21075
21076 * startup.el (command-line): Use `custom-reevaluate-setting' for
21077 `global-font-lock-mode'.
21078
21079 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
21080 by default, except in batch mode or when the -D option is given.
21081
21082 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
21083 specified keyword args on to `define-minor-mode'. Update docstring.
21084
21085 2005-11-05 Romain Francoise <romain@orebokech.com>
21086
21087 * replace.el (occur-engine): Add marker at end of line, too.
21088
21089 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
21090
21091 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
21092 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
21093 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
21094 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
21095 argument to all these routines, so the passphrase can be managed
21096 externally and passed in to the system.
21097 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
21098 pgg-add-passphrase-to-cache function.
21099
21100 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
21101 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
21102 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
21103 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
21104 argument to all these routines, so the passphrase can be managed
21105 externally and passed in to the system.
21106 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
21107 function.
21108
21109 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
21110
21111 * font-lock.el: Don't deal with font-lock-face-attributes here,
21112 move the code ...
21113
21114 * startup.el (command-line): ... here. Use face-spec-set instead
21115 of custom-declare-face.
21116
21117 * faces.el (face-spec-set): Reset the face if spec is not nil.
21118
21119 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
21120
21121 * newcomment.el (comment-region-internal): Box more tightly in the
21122 common case where there's no TAB in the boxed text.
21123
21124 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21125
21126 * info.el (info-tool-bar-map): Use images prev-node, next-node and
21127 up-node.
21128
21129 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
21130
21131 * net/newsticker.el: Commentary updated. Code formatting changed.
21132 (newsticker-version): Change to "1.9".
21133 (newsticker, newsticker-feed): Doc fix.
21134 (newsticker-url-list): Doc fix. Add option "Weekly".
21135 (newsticker-retrieval-interval): Add option "Weekly".
21136 (newsticker-headline-processing): Doc fix.
21137 (newsticker-auto-mark-filter): Remove.
21138 (newsticker-auto-mark-filter-list): New.
21139 (newsticker-layout, newsticker-sort-method): Doc fix.
21140 (newsticker-hide-old-items-in-newsticker-buffer)
21141 (newsticker-heading-format, newsticker-item-format)
21142 (newsticker-desc-format): Doc fix.
21143 (newsticker-show-all-rss-elements): Remove.
21144 (newsticker-show-all-news-elements): New.
21145 (newsticker-faces, newsticker-ticker): Doc fix.
21146 (remove-from-invisibility-spec): Code formatting.
21147 (newsticker--process-ids): New.
21148 (newsticker-mode): Doc fix.
21149 (newsticker-mode): Change mode-line-format.
21150 (newsticker-start): Remove debug output.
21151 (newsticker-start-ticker): Doc fix. Add autoload cookie.
21152 (newsticker-w3m-show-inline-images): Code formatting.
21153 (newsticker-next-item): Call `force-mode-line-update'.
21154 (newsticker-previous-item): Call `force-mode-line-update'.
21155 (newsticker-next-feed): Call `force-mode-line-update'.
21156 (newsticker-previous-feed): Call `force-mode-line-update'.
21157 (newsticker-mark-all-items-at-point-as-read): Code formatting.
21158 (newsticker-show-old-items): Do not show descs.
21159 (newsticker-hide-entry): Hide too much.
21160 (newsticker-hide-entry, newsticker-show-entry)
21161 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
21162 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
21163 (newsticker-toggle-auto-narrow-to-item): Code formatting.
21164 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
21165 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
21166 (newsticker-get-news): Call `force-mode-line-update'.
21167 Collect process ids.
21168 (newsticker--sentinel): Change coding system handling.
21169 Move image retrieval to new functions newsticker--get-logo-url-*.
21170 Move feed parsing to new functions newsticker--parse-*.
21171 Update list of process ids.
21172 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
21173 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
21174 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
21175 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
21176 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
21177 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
21178 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
21179 (newsticker--decode-coding-string): Remove.
21180 (newsticker--decode-numeric-entities): Check input. Format code.
21181 (newsticker--remove-whitespace): Check input.
21182 (newsticker--do-forget-preformatted): Doc fix.
21183 (newsticker--decode-rfc822-date): Allow for missing time.
21184 (newsticker--update-process-ids): New.
21185 (newsticker--image-sentinel): Change comment.
21186 (newsticker--image-read): Change error message.
21187 (newsticker--imenu-goto): Doc fix. Show headline title.
21188 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
21189 (newsticker--buffer-do-insert-text): Clean whitespace in
21190 html-rendered headline title. Code formatting.
21191 Call `newsticker--buffer-print-extra-elements'.
21192 (newsticker--buffer-print-extra-element): Remove.
21193 (newsticker--buffer-print-extra-elements): New.
21194 (newsticker--buffer-do-print-extra-element): New.
21195 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
21196 large sizes.
21197 (newsticker--run-auto-mark-filter)
21198 (newsticker--do-run-auto-mark-filter):
21199 Use `newsticker-auto-mark-filter-list'.
21200
21201 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
21202
21203 * net/rcirc.el: Use split-string OMIT-NULLS argument.
21204 (rcirc-print): Force redisplay before running hooks. Do long
21205 buffer truncation after making new text read-only. Deal with nil
21206 text when decoding strings. If TARGET is nil, use either the
21207 currently selected buffer, if it is an rcirc buffer and of the
21208 same process or the process buffer.
21209 (rcirc-mode): Remove header-line. Recompute short buffer names.
21210 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
21211 (rcirc-short-buffer-name): Add variable.
21212 (rcirc-kill-buffer-hook): Recompute short buffer names.
21213 Remove nick from private channel.
21214 (rcirc-send-input): Send command text to current-buffer.
21215 Don't clear overlay arrow here.
21216 (rcirc-short-buffer-name): Return a short buffer name.
21217 (rcirc-update-short-buffer-names, rcirc-abbreviate)
21218 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
21219 buffer-name abbreviations.
21220 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
21221 Do not touch nick-table when killing a parted channel.
21222 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
21223 Clear arrow from current buffer if it is now hidden.
21224 (rcirc-current-buffer): Add variable.
21225 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
21226 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
21227 Remove -face from names.
21228 (rcirc-update-activity-string): Print "DND" when globally ignoring
21229 activity.
21230 (rcirc-ignore-buffer-activity-flag): Rename from
21231 rcirc-ignore-channel-activity.
21232 (rcirc-ignore-all-activity-flag): Doc fix.
21233 (rcirc-channels): Remove variable.
21234 (rcirc-kill-buffer-hook):
21235 (rcirc-get-buffer-create): Add nick to private channel.
21236 (rcirc-multiline-edit-submit): Remove tabs.
21237 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
21238 folded.
21239 (rcirc-remove-nick-channel): Bug fix.
21240 (rcirc-toggle-ignore-buffer-activity): Rename from
21241 rcirc-toggle-ignore-channel-activity.
21242 (rcirc-record-activity): Add buffers to the front of the list.
21243 (rcirc-update-activity): Remove killed buffers from list.
21244 (rcirc-process-server-response-1): Remove last argument if it is
21245 null before calling handler.
21246 (rcirc): Add "rcirc" defcustom prefix.
21247 (rcirc-prompt): Simplify default prompt.
21248 Use custom-initialize-default.
21249 (rcirc-private-chats): Remove variable.
21250 (rcirc-prompt): Change initialization.
21251 (rcirc-version): Remove function.
21252 (rcirc-id-string): Add constant.
21253 (rcirc-last-buffer): Remove variable.
21254 (rcirc-buffer-alist): Add variable.
21255 (rcirc-connect): Update variable setup.
21256 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
21257 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
21258 default.
21259 (rcirc-handler-generic): Trigger activity.
21260 (rcirc-send-message): Create the buffor of the target.
21261 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
21262 (rcirc-get-buffer): Just return nil if there is no matching buffer.
21263 (rcirc-multiline-edit-cancel): Remove function.
21264 (rcirc-set-last-buffer): Remove function.
21265 (rcirc-get-any-buffer): Add function.
21266 (rcirc-join-channels): Don't print /join text.
21267 (rcirc-toggle-ignore-channel-activity): Add and update echo area
21268 messages.
21269 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
21270 (rcirc-handler-NOTICE): Recognize CTCP responses.
21271 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
21272 constructing TOPIC string for buffers we are not JOINed.
21273 (rcirc-handler-CTCP-response): Add handler.
21274 (rcirc-multiline-edit-submit): Restore the window-configuration
21275 before adjusting point.
21276 (rcirc): Add customization group.
21277 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
21278 (rcirc-user-full-name, rcirc-startup-channels-alist)
21279 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
21280 (rcirc-ignore-all-activity-flag, rcirc-time-format)
21281 (rcirc-input-ring-size, rcirc-read-only-flag)
21282 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
21283 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
21284 Change defvar to defcustom.
21285 (rcirc-update-prompt): Add optional ALL arg, which will update
21286 prompts in all rcirc buffers. Regexp quote replacement text.
21287 (rcirc-fill-column): Accept frame-width as a value.
21288 (rcirc-set-changed): Add function.
21289 (rcirc-next-active-buffer): Write more meaningful messages.
21290 (rcirc-faces): Add customization group.
21291 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
21292 (rcirc-nick-in-message-face, rcirc-prompt-face)
21293 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
21294 (with-rcirc-process-buffer): Move before first usage.
21295 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
21296 (rcirc-debug-flag): Rename from `rcirc-log-p'.
21297 (rcirc-debug): Rename from `rcirc-log'.
21298 (rcirc-format-response-string): Do not print `-' chars for a
21299 NOTICE with no sender. Simplify output of server responses.
21300
21301 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
21302
21303 (rcirc-browse-url-map, rcirc-browse-url-at-point)
21304 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
21305 Make urls mouse and RET clickable.
21306
21307 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
21308
21309 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
21310
21311 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
21312
21313 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
21314 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
21315 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
21316 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
21317 argument to all these routines, so the passphrase can be managed
21318 externally and passed in to the system.
21319 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
21320 pgg-add-passphrase-to-cache function.
21321
21322 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
21323 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
21324 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
21325 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
21326 argument to all these routines, so the passphrase can be managed
21327 externally and passed in to the system.
21328 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
21329 function.
21330
21331 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
21332
21333 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
21334 from goto-address-url-regexp.
21335
21336 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
21337
21338 * textmodes/org.el (org-read-date, org-goto-calendar)
21339 (org-recenter-calendar, org-agenda-goto-calendar):
21340 Temporarily clear `calendar-move-hook'.
21341
21342 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
21343
21344 * ediff-merg.el (ediff-merge-region-is-non-clash):
21345 Return t, if not merging.
21346
21347 * ediff-util.el (ediff-previous-difference): Don't skip regions that
21348 have merge clashes.
21349
21350 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21351
21352 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
21353 Undo previous change.
21354
21355 * startup.el (command-line): Use `custom-reevaluate-setting' for
21356 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
21357 tty-register-default-colors on Mac.
21358
21359 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
21360
21361 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
21362 (gdb-buffer-type): Make it automatically buffer local...
21363 (gdb-get-create-buffer): ...and set it accordingly.
21364 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
21365 actually work.
21366
21367 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
21368
21369 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
21370 not red.
21371
21372 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
21373
21374 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
21375 case GUD buffer is not visible.
21376 (gdb-goto-breakpoint): Try to force display in source buffer.
21377 (gdb-frame-gdb-buffer): Copy other similar functions.
21378 (gdb-restore-windows): Don't display source if not asked for.
21379 (gdb-assembler-buffer-name): Don't capitalise.
21380
21381 2005-11-03 Richard M. Stallman <rms@gnu.org>
21382
21383 * wid-edit.el (key-sequence): New widget type.
21384
21385 * simple.el (set-mark-command-repeat-pop): New variable.
21386 (set-mark-command): Only interpret plan C-@ after a pop as a pop
21387 if set-mark-command-repeat-pop is true.
21388
21389 * info.el (Info-fontify-node): Don't display extra "see" if there
21390 already is one here.
21391
21392 * mouse.el: Fix special handling of DEL after dragging a region:
21393 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
21394 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
21395
21396 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
21397
21398 * textmodes/ispell.el (ispell-command-loop): Change `i' description
21399 not to assume it pertains to an affix.
21400
21401 * textmodes/flyspell.el (flyspell-post-command-hook):
21402 Bind deactivate-mark to prevent deactivation.
21403
21404 2005-11-03 Lars Hansen <larsh@soem.dk>
21405
21406 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
21407 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
21408 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
21409
21410 2005-11-03 Romain Francoise <romain@orebokech.com>
21411
21412 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
21413 Update copyright years.
21414
21415 2005-11-03 Sam Steingold <sds@gnu.org>
21416
21417 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
21418 Use system-type instead of window-system because window-system is not
21419 correctly defined during loadup.
21420
21421 2005-11-02 Mark A. Hershberger <mah@everybody.org>
21422
21423 * xml.el (xml-syntax-table): Allow xml.el to compile in XEmacs.
21424 (xml-parse-tag): Join strings separated by a comment properly.
21425
21426 2005-11-02 Andreas Schwab <schwab@suse.de>
21427
21428 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
21429
21430 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
21431
21432 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
21433 (byte-optimize-pure-func): Quote the eval'd value.
21434
21435 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
21436 Rename from perl-font-lock-syntactic-face-function.
21437 Change the calling convention so it can be used as a font-lock MATCHER.
21438 Do the parse-partial-sexp loop outselves.
21439 (perl-font-lock-syntactic-keywords): Use it.
21440 (perl-mode): Don't set font-lock-syntactic-face-function any more.
21441
21442 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
21443
21444 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
21445 disassembly buffer too.
21446 (gdb-exited): Remove overlay arrows when execution has finished.
21447 (gdb-info-frames-custom, gdb-info-threads-custom)
21448 (gdb-info-registers-custom): Don't add inappropriate text
21449 properties if inferior is not active.
21450
21451 2005-11-02 Glenn Morris <rgm@gnu.org>
21452
21453 * progmodes/fortran.el (fortran-blink-match):
21454 Use `blink-matching-delay'.
21455
21456 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
21457
21458 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
21459
21460 2005-11-02 Lars Hansen <larsh@soem.dk>
21461
21462 * net/tramp.el (tramp-action-out-of-band): Handle scp message
21463 "Permission denied".
21464
21465 2005-11-01 Richard M. Stallman <rms@gnu.org>
21466
21467 * textmodes/flyspell.el (flyspell-external-point-words):
21468 Pass nil to flyspell-get-word.
21469
21470 2005-11-02 Kim F. Storm <storm@cua.dk>
21471
21472 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
21473 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
21474
21475 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
21476
21477 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
21478 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
21479 (calendar-mouse-print-dates): Add optional `event' argument.
21480 Update interactive-spec.
21481 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
21482 Use `calendar-event-to-date' instead of `event'.
21483
21484 2005-11-02 Masatake YAMATO <jet@gyve.org>
21485
21486 * progmodes/ld-script.el (ld-script-builtins):
21487 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
21488 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
21489 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
21490
21491 2005-11-01 Romain Francoise <romain@orebokech.com>
21492
21493 * vc-sccs.el: Update copyright year.
21494 * ezimage.el: Likewise.
21495
21496 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
21497
21498 * info.el (Info-fontify-node): Use `string-width' for fontifying
21499 underlined titles.
21500
21501 2005-11-01 Juri Linkov <juri@jurta.org>
21502
21503 * info.el (Info-fontify-node): Downcase node header keywords Node,
21504 Prev, Next, Up before comparison.
21505 (Info-history): Insert absolute directory name, and put invisible
21506 property on it.
21507
21508 2005-11-01 Juri Linkov <juri@jurta.org>
21509
21510 * info.el (Info-file-supports-index-cookies): New variable.
21511 (Info-find-node-2): Check makeinfo version for index cookie support.
21512 (Info-index-nodes): Search for nodes with index cookies only when
21513 Info-file-supports-index-cookies is t. Otherwise, search nodes
21514 with "Index" in the node name.
21515 (Info-index-node): Search index cookie in the current node only when
21516 Info-file-supports-index-cookies is t. Otherwise, check the word
21517 "Index" in the node name.
21518 (Info-find-emacs-command-nodes): Remove code that searches nodes
21519 with "Index" node name in the top menu.
21520
21521 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
21522
21523 * progmodes/scheme.el (scheme-mode-variables): Use the default
21524 comment-indent-function.
21525
21526 * faces.el (face-attribute): Handle the case where a face inherits from
21527 a non-existent face.
21528
21529 * simple.el (eval-expression-print-format): Use lisp-readable syntax
21530 for octal and hexa output, and merge the char into the paren.
21531 (kill-new): Use push.
21532 (copy-to-buffer): Use with-current-buffer.
21533 (completion-setup-function): Move code in loop to remove redundancy.
21534 (minibuffer-local-must-match-map): Don't add bindings that duplicate
21535 those inherited from minibuffer-local-completion-map.
21536
21537 * savehist.el (savehist-mode) <defcustom>:
21538 Use custom-set-minor-mode if available.
21539 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
21540 and emit a message if applicable.
21541
21542 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
21543
21544 * savehist.el: Sync up to version 19.
21545 (savehist-mode): New minor mode.
21546 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
21547 (savehist-length): Remove (use history-length instead).
21548 (savehist-file-modes): Rename from savehist-modes.
21549 (savehist-save-hook, savehist-loaded): New vars.
21550 (savehist-load): Use savehist-mode. Try to smooth up transition from
21551 old format to new format.
21552 (savehist-install): Allow savehist-autosave-interval to be nil.
21553 (savehist-save): Run the new hook. Be more careful to only trim the
21554 history variables.
21555 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
21556 (savehist-printable): Print into a buffer rather than char-by-char.
21557
21558 2005-11-01 John Wiegley <johnw@newartisans.com>
21559
21560 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
21561 toggle-ignore keybinding (C-a). The author said it had been
21562 disabled much earlier due to a possible incompatibility, but after
21563 many months of usage I have encountered no problems (and it is a
21564 rather useful option, especially for switching to " *temp*").
21565
21566 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
21567 support for OS/X's AddressBook, by calling out to the open source
21568 program "contacts" (installable through Fink).
21569
21570 * net/eudc.el (eudc-expand-inline): If the
21571 `eudc-multiple-match-handling-method' is set to `all', delete the
21572 query string before inserting the query result.
21573
21574 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
21575 flag, to prevent Eshell from using the system ls when
21576 `eshell-ls-insert-directory' is in used.
21577 (eshell-ls-insert-directory): Disable font-lock in directory
21578 buffer so that Eshell's own fontification is seen. This broke
21579 recently due to changes in font-lock, so this goes back to version
21580 21 behavior.
21581
21582 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
21583
21584 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
21585 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
21586 (gdb-many-windows): Doc fix.
21587
21588 2005-10-31 Romain Francoise <romain@orebokech.com>
21589
21590 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
21591
21592 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
21593
21594 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
21595 that global-font-lock-mode can be enabled by default.
21596
21597 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
21598 (font-lock-add-keywords, font-lock-remove-keywords)
21599 (font-lock-fontify-buffer): Remove autoload cookies.
21600
21601 * jit-lock.el (jit-lock-register): Likewise.
21602
21603 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
21604
21605 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
21606
21607 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
21608 intact if there is no gud-comint-buffer.
21609
21610 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
21611
21612 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
21613 old prompt comint-prompt-read-only is t and GDB commands are
21614 issued from tool bar etc.
21615
21616 2005-10-31 Masatake YAMATO <jet@gyve.org>
21617
21618 * vc.el (vc-directory-exclusion-list): Add "{arch}".
21619
21620 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
21621
21622 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
21623 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
21624
21625 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
21626
21627 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
21628 starting at beginning of line. Fontification is messed up when
21629 `open-paren-in-column-0-is-defun-start' set to t.
21630 Reported by John Paul Wallington <jpw@pobox.com>.
21631
21632 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
21633
21634 * comint.el (comint-send-input): Call `comint-update-fence' when
21635 `comint-process-echoes' and `comint-prompt-read-only' are both
21636 non-nil, to avoid leftover read-only newline.
21637
21638 2005-10-30 Richard M. Stallman <rms@gnu.org>
21639
21640 * textmodes/flyspell.el (flyspell-external-point-words):
21641 Detect when WORD can't be checked properly because
21642 flyspell-get-word finds just part of it, and move on.
21643
21644 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
21645 boundarychar for Polish.
21646 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
21647 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
21648
21649 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
21650
21651 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
21652 (gdb-registers-font-lock-keywords): Delete.
21653 (gdb-registers-mode): Don't fontify.
21654 (gdb-info-registers-custom): Use text properties instead as, in
21655 future, changed register values will use font-lock-warning-face.
21656 (gdb-local-font-lock-keywords): Rename to...
21657 (gdb-locals-font-lock-keywords): ...for consistency.
21658
21659 2005-10-30 Andre Spiegel <spiegel@gnu.org>
21660
21661 * vc.el (vc-switch-backend): Better error message if the buffer is
21662 not visiting a file under version control.
21663
21664 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
21665
21666 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
21667
21668 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
21669 ~/.emacs.d/.emacs.
21670
21671 2005-10-29 Richard M. Stallman <rms@gnu.org>
21672
21673 * replace.el (occur-mode-mouse-goto): Always go to other window.
21674 (occur-mode-goto-occurrence): Always switch in same window.
21675
21676 * simple.el (undo): Display message at end, not at start.
21677
21678 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
21679 New arg REUSE-CELL.
21680 (cancel-timer-internal): New function.
21681 (timer-event-handler): Use cancel-timer-internal,
21682 and pass the cell it returns to timer-activate...
21683
21684 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
21685 (jit-lock-deferred-fontify, jit-lock-context-fontify)
21686 (jit-lock-after-change): Test memory-full.
21687
21688 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
21689
21690 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
21691 part of the decoded armor to find the key-identifier.
21692 (pgg-gpg-lookup-key-owner): New function to return the
21693 human-readable identifier of a key owner.
21694 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
21695 key itself.
21696 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
21697 the key value) if we have a key and can match it against a secret
21698 key. Also, added a note pointing out fact that the prompt only
21699 indicates the first matching key.
21700
21701 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
21702 pgg-decrypt-region.
21703 (pgg-pending-timers): A new hash for tracking the passphrase cache
21704 timers, so that new ones supercede old ones.
21705 (pgg-add-passphrase-to-cache): Rename from
21706 `pgg-add-passphrase-cache' to reduce confusion (all callers
21707 changed). Modified to cancel old timers when new ones are added.
21708 (pgg-remove-passphrase-from-cache): Rename from
21709 `pgg-remove-passphrase-cache' to reduce confusion (all callers
21710 changed). Modified to cancel old timers when their keys are
21711 removed from the cache.
21712 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
21713 XEmacs, an indirection to delete-itimer.
21714 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
21715 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
21716 users can only check cache without risk of prompting. Correct bug in
21717 notruncate behavior.
21718 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
21719 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
21720 Add informative docstrings.
21721 (pgg-decrypt): Convey provided passphrase in subordinate call to
21722 pgg-decrypt-region.
21723
21724 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
21725 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
21726 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
21727 `passphrase' argument, so the passphrase can be managed externally
21728 and then passed in to the system.
21729
21730 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
21731 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
21732 so the passphrase cache can be used reliably with identifiers
21733 besides a pgp packet's key id.
21734
21735 * pgg-gpg.el (pgg-pgp-encrypt-region)
21736 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
21737 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
21738 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
21739 argument to all these routines, so the passphrase can be managed
21740 externally and passed in to the system.
21741
21742 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
21743 `notruncate' argument, so the passphrase cache can be used
21744 reliably with identifiers besides a pgp packet's key id.
21745
21746 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
21747
21748 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
21749 symmetric encryption.
21750 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
21751 encrypted session key.
21752 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
21753 message ask for the passphrase in a proper way.
21754
21755 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
21756 New user commands for symmetric encryption.
21757
21758 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
21759
21760 * textmodes/conf-mode.el (conf-assignment-sign)
21761 (conf-assignment-regexp): Fix docstrings.
21762 (conf-mode-initialize): New function.
21763 (conf-mode): Remove optional args. Use delay-mode-hooks to
21764 recognize recursive calls.
21765 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
21766 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
21767 (conf-xdefaults-mode): Use define-derived-mode and
21768 conf-mode-initialize.
21769
21770 2005-10-29 Romain Francoise <romain@orebokech.com>
21771
21772 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
21773
21774 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
21775
21776 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
21777 part of the decoded armor to find the key-identifier.
21778 (pgg-gpg-lookup-key-owner): New function to return the
21779 human-readable identifier of a key owner.
21780 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
21781 key itself.
21782 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
21783 the key value) if we have a key and can match it against a secret
21784 key. Also, added a note pointing out fact that the prompt only
21785 indicates the first matching key.
21786
21787 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
21788 pgg-decrypt-region.
21789 (pgg-pending-timers): A new hash for tracking the passphrase cache
21790 timers, so that new ones supercede old ones.
21791 (pgg-add-passphrase-to-cache): Rename from
21792 `pgg-add-passphrase-cache' to reduce confusion (all callers
21793 changed). Modified to cancel old timers when new ones are added.
21794 (pgg-remove-passphrase-from-cache): Rename from
21795 `pgg-remove-passphrase-cache' to reduce confusion (all callers
21796 changed). Modified to cancel old timers when their keys are
21797 removed from the cache.
21798 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
21799 XEmacs, an indirection to delete-itimer.
21800 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
21801 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
21802 users can only check cache without risk of prompting. Correct bug in
21803 notruncate behavior.
21804 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
21805 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
21806 Add informative docstrings.
21807 (pgg-decrypt): Convey provided passphrase in subordinate call to
21808 pgg-decrypt-region.
21809
21810 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
21811
21812 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
21813 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
21814 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
21815 `passphrase' argument, so the passphrase can be managed externally
21816 and then passed in to the system.
21817
21818 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
21819 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
21820 so the passphrase cache can be used reliably with identifiers
21821 besides a pgp packet's key id.
21822
21823 * pgg-gpg.el (pgg-pgp-encrypt-region)
21824 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
21825 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
21826 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
21827 argument to all these routines, so the passphrase can be managed
21828 externally and passed in to the system.
21829
21830 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
21831 `notruncate' argument, so the passphrase cache can be used
21832 reliably with identifiers besides a pgp packet's key id.
21833
21834 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
21835
21836 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
21837 symmetric encryption.
21838 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
21839 encrypted session key.
21840 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
21841 message ask for the passphrase in a proper way.
21842
21843 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
21844 New user commands for symmetric encryption.
21845
21846 2005-10-28 Bill Wohler <wohler@newt.com>
21847
21848 * help-mode.el (help-url): New button type. Calls browse-url.
21849 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
21850 Similar to Info nodes: URL `url'.
21851 (help-make-xrefs): Create help-url buttons for
21852 help-xref-url-regexp matches.
21853
21854 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
21855
21856 * tool-bar.el (tool-bar-add-item-from-menu)
21857 (tool-bar-local-item-from-menu): Fix doc strings.
21858
21859 2005-10-28 Romain Francoise <romain@orebokech.com>
21860
21861 * ldefs-boot.el: Update.
21862
21863 * subr.el (locate-library): Move from help-fns.el.
21864 * help-fns.el (locate-library): Move to subr.el.
21865
21866 2005-10-28 Richard M. Stallman <rms@gnu.org>
21867
21868 * net/tramp.el (tramp-completion-mode): defvar moved up.
21869
21870 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
21871
21872 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
21873
21874 * files.el (find-file-noselect): Use %d to format large file size.
21875
21876 * bindings.el (mode-line-format): Add %e.
21877
21878 * loadup.el ("facemenu"): Load unconditionally.
21879 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
21880 ("x-dnd"): Load, when appropriate.
21881
21882 * startup.el (command-line): Call before-init-hook earlier.
21883 Warn about some bad characters in -u user name.
21884
21885 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
21886 (flyspell-external-point-words): Error if misspelled word is not found.
21887 Set flyspell-large-region-beg at end of word.
21888
21889 2005-10-28 Andreas Schwab <schwab@suse.de>
21890
21891 * view.el (View-revert-buffer-scroll-page-forward):
21892 Use view-page-size-default.
21893
21894 2005-10-28 Juri Linkov <juri@jurta.org>
21895
21896 * international/quail.el (quail-get-current-str): Translate last
21897 raw character for deterministic input methods.
21898
21899 2005-10-27 Jay Belanger <belanger@truman.edu>
21900
21901 * calc/calc-ext.el: Add functions to autoloads.
21902 (math-identity-matrix-p, math-ident-row-p): New functions.
21903
21904 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
21905 multiplication by an identity matrix; don't turn multiplication by
21906 an inverse matrix into division.
21907 (math-div-symbol-fancy): Replace division by matrices with
21908 multiplication by inverse.
21909
21910 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
21911
21912 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
21913 (calc-writeoutpower): New functions.
21914
21915 2005-10-27 Romain Francoise <romain@orebokech.com>
21916
21917 * replace.el (occur-engine): Include colon in mouse-face highlight.
21918
21919 * dired-x.el: Change Maintainer field.
21920
21921 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
21922
21923 * longlines.el (longlines-mode): Bind after-change-functions to
21924 nil during initial decoding and final encoding.
21925
21926 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
21927
21928 * term.el (term-emulate-terminal, term-handle-colors-array)
21929 (term-handle-ansi-escape): Specify the terminfo capabilities
21930 implemented.
21931
21932 2005-10-26 Richard M. Stallman <rms@gnu.org>
21933
21934 * info.el (Info-fontify-node): Fix detection of sentence-break
21935 before *Note.
21936
21937 2005-10-26 Romain Francoise <romain@orebokech.com>
21938
21939 * smerge-mode.el: Add `tools' to file keywords.
21940
21941 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
21942
21943 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
21944 when the fringe is not available.
21945
21946 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
21947 (def-gdb-auto-update-trigger): Simplify construction.
21948 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
21949 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
21950 defined explicitly.
21951 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
21952 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
21953 defined explicitly.
21954 (gdb-info-locals-custom): Remove as it's a no-op.
21955
21956 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
21957
21958 * longlines.el (longlines-mode): Remove narrowing before
21959 performing the initial decoding or final encoding.
21960
21961 2005-10-25 Romain Francoise <romain@orebokech.com>
21962
21963 * emacs-lisp/find-func.el (find-library-name): Also strip
21964 extension if library name ends in .el, to take advantage of
21965 `find-library-suffixes'.
21966
21967 2005-10-25 Richard M. Stallman <rms@gnu.org>
21968
21969 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
21970
21971 2005-10-25 Juri Linkov <juri@jurta.org>
21972
21973 * textmodes/texinfo.el (texinfo-mode): Change charset of one
21974 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
21975
21976 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
21977
21978 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
21979 (blackbox-redefine-key): Add argument `map'.
21980
21981 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
21982 regions when moving the jit-lock-context-unfontify-pos boundary.
21983
21984 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
21985
21986 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
21987
21988 2005-10-25 Masatake YAMATO <jet@gyve.org>
21989
21990 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
21991
21992 2005-10-25 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
21993
21994 * play/blackbox.el (blackbox-redefine-key): New function.
21995 (blackbox-mode-map): Use it to remap existing bindings for cursor
21996 motion instead of binding literal keys.
21997
21998 2005-10-25 Glenn Morris <rgm@gnu.org>
21999
22000 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
22001 diary does not end in a newline. Do not assume a blank line at
22002 the start of the diary file.
22003
22004 2005-10-25 Kenichi Handa <handa@m17n.org>
22005
22006 * international/quail.el (quail-translate-key): If the input
22007 method is deterministic and failed to handle the last key, restart
22008 the key handling loop from an appropriate key.
22009
22010 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
22011
22012 * vc.el (vc-dired-mode): Extend comment for binding of
22013 `directory-listing-before-filename-regexp'.
22014
22015 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
22016
22017 * textmodes/texinfo.el (texinfo-mode):
22018 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
22019 not to unnecessarily expose emacs-mule's internal char codes.
22020
22021 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
22022
22023 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
22024 Display hand pointer and help-echo on disabled icon too.
22025 (gdb-mouse-until): New function.
22026 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
22027
22028 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
22029
22030 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
22031 with 2005-10-23 change to doctor.el.
22032
22033 * finder.el (finder-mode-map): Add follow-link binding.
22034
22035 2005-10-25 Kim F. Storm <storm@cua.dk>
22036
22037 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
22038 to gdb-mouse-toggle-breakpoint-fringe.
22039 (gdb-mouse-toggle-breakpoint-margin): Rename from
22040 gdb-mouse-toggle-breakpoint. Fix doc.
22041 (gdb-mouse-toggle-breakpoint-fringe): New defun.
22042 (gdb-put-string): Add optional SPROPS arg. Add props to string.
22043 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
22044 string properties also for fringe breakpoint bitmaps.
22045
22046 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
22047
22048 * textmodes/org.el (org-start-icalendar-file): Fix format form.
22049
22050 2005-10-25 Masatake YAMATO <jet@gyve.org>
22051
22052 * simple.el (completion-common-substring):
22053 Use `completion-common-substring' prior to `completion-base-size'.
22054
22055 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
22056
22057 * savehist.el: Require CL while compiling.
22058 (savehist-history-variables): Remove.
22059 (savehist-save-minibuffer-history, savehist-additional-variables)
22060 (savehist-minibuffer-history-variables): New vars.
22061 (savehist-save): Use them.
22062 (savehist-uninstall, savehist-minibuffer-hook): New funs.
22063 (savehist-install): New fun, extracted from savehist-load.
22064 (savehist-load): Use them.
22065
22066 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
22067
22068 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
22069 a dummy doc-string-elt property.
22070 (defalias, defvaralias, define-category): Add a docstring property.
22071
22072 * image.el (defimage):
22073 * widget.el (define-widget):
22074 * custom.el (defface, defcustom): Add `doc-string' declaration.
22075
22076 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
22077 (defadvice): Add `doc-string' declaration.
22078
22079 * emacs-lisp/byte-run.el (macro-declaration-function):
22080 Handle `doc-string' declarations.
22081 (define-obsolete-function-alias, define-obsolete-variable-alias):
22082 Add `doc-string' declaration.
22083
22084 2005-10-24 Kenichi Handa <handa@m17n.org>
22085
22086 * international/utf-7.el (utf-7): Add autoload cookie.
22087
22088 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
22089
22090 2005-10-24 Eli Zaretskii <eliz@gnu.org>
22091
22092 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
22093 list of directories passed to batch-update-autoloads. Add "." to
22094 the list of the echoed directories.
22095
22096 * pgg-def.el:
22097 * pgg-gpg.el:
22098 * pgg-parse.el:
22099 * pgg-pgp.el:
22100 * pgg-pgp5.el:
22101 * pgg.el: Moved here from the gnus subdirectory.
22102
22103 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
22104
22105 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
22106 in case comint-prompt-read-only is set to t.
22107
22108 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
22109 in case comint-prompt-read-only is set to t.
22110
22111 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
22112
22113 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
22114 Now a string.
22115 (icalendar-import-format): Handle CLASS, STATUS, URL.
22116 Rename `subject' to `summary'.
22117 (icalendar-import-format-summary): Rename from
22118 `icalendar-import-format-subject'.
22119 (icalendar-import-format-url, icalendar-import-format-status)
22120 (icalendar-import-format-class): New variables.
22121 (icalendar--rris): Take variable argument list.
22122 (icalendar--datestring-to-isodate): Remove unnecessary
22123 calendar-style check when converting dates with explicit month names.
22124 (icalendar-export-region): Change return type of conversion
22125 subroutines. Bury current buffer unless error occurred.
22126 (icalendar--convert-to-ical)
22127 (icalendar--parse-summary-and-rest): New functions.
22128 (icalendar--convert-ordinary-to-ical)
22129 (icalendar--convert-weekly-to-ical)
22130 (icalendar--convert-yearly-to-ical)
22131 (icalendar--convert-block-to-ical)
22132 (icalendar--convert-cyclic-to-ical)
22133 (icalendar--convert-anniversary-to-ical): Change return type.
22134 Strip trailing blanks from subject.
22135 (icalendar--convert-sexp-to-ical): Change return type.
22136 Strip trailing blanks from subject. Handle simple sexp
22137 entries as generated by icalendar.el.
22138 (icalendar--convert-float-to-ical)
22139 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
22140 (icalendar-import-file): Doc fix.
22141 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
22142 Correct call to icalendar--rris.
22143 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
22144 `summary'.
22145 (icalendar--add-diary-entry): Rename `subject' to `summary'.
22146
22147 2005-10-24 Romain Francoise <romain@orebokech.com>
22148
22149 * server.el (server-sentinel): Set query-on-exit flag to nil on
22150 new client processes (it isn't inherited from the server process).
22151
22152 * replace.el (occur-engine): Rearrange text properties.
22153
22154 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
22155
22156 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
22157 case-fold-search is nil.
22158 (debug-help-follow): Use help-xref-interned directly.
22159
22160 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
22161
22162 * thumbs.el (thumbs-image-type): Add .pbm.
22163
22164 2005-10-23 Richard M. Stallman <rms@gnu.org>
22165
22166 * faces.el (inhibit-face-set-after-frame-default): New variable.
22167 (set-face-attribute): Bind it.
22168 (face-set-after-frame-default): Test it.
22169
22170 * help-fns.el (describe-simplify-lib-file-name): New function.
22171 (describe-function-1, describe-variable): Use it.
22172
22173 * faces.el (describe-face): Use describe-simplify-lib-file-name.
22174
22175 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
22176 Eliminate nil as possible value.
22177 (tooltip-hide-delay): Reduce internal-border-width.
22178
22179 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
22180 (menu-bar-file-menu) <new-file>: Likewise.
22181
22182 * simple.el (line-move-finish): Ignore fields computing LINE-END.
22183
22184 * international/mule.el (load-with-code-conversion):
22185 Pass full file name to `eval-buffer' unless preloading.
22186
22187 * textmodes/flyspell.el (flyspell-large-region):
22188 Call ispell-check-version.
22189
22190 * textmodes/ispell.el (ispell-local-dictionary-overridden):
22191 Fix the make-variable-buffer-local call that was supposed
22192 to be for this variable.
22193 (ispell-aspell-supports-utf8): Doc fix.
22194 (ispell-find-aspell-dictionaries): Preserve elements of
22195 ispell-dictionary-alist for dictionaries that aspell doesn't report.
22196 (ispell-aspell-find-dictionary): Return nil on error.
22197
22198 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
22199 (doctor-symptoms): Likewise.
22200
22201 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
22202
22203 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
22204
22205 * cus-edit.el (custom-button, custom-button-pressed): New vars.
22206 (custom-raised-buttons): Add :set spec.
22207 (custom-button-unraised, custom-button-pressed-unraised):
22208 New faces, so that custom-raised-buttons actually does something.
22209 (custom-mode): Use custom-button and custom-button-pressed.
22210
22211 * wid-edit.el (widget-specify-button): Don't ignore
22212 widget-mouse-face on graphic terminals.
22213 (widget-move-and-invoke): Cleanup.
22214
22215 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
22216
22217 * whitespace.el (whitespace-cleanup): Doc fix.
22218
22219 2005-10-23 Romain Francoise <romain@orebokech.com>
22220
22221 * emulation/viper.el (viper-set-hooks): Quote forms passed to
22222 `eval-after-load' to avoid evaluating their result.
22223
22224 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
22225
22226 * files.el (directory-listing-before-filename-regexp):
22227 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
22228
22229 * dired.el (dired-move-to-filename-regexp): Remove.
22230 All occurrences replaced by `directory-listing-before-filename-regexp'.
22231
22232 * dired-x.el, locate.el, vc.el:
22233 Replace `dired-move-to-filename-regexp' by
22234 `directory-listing-before-filename-regexp'. In vc.el it is
22235 overwritten locally; maybe this can be handled in files.el too.
22236
22237 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurrences
22238 replaced by `directory-listing-before-filename-regexp'.
22239
22240 2005-10-23 Andreas Schwab <schwab@suse.de>
22241
22242 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
22243 and eval-next-after-load.
22244
22245 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
22246
22247 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
22248 exist, create it.
22249
22250 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
22251
22252 * allout.el: Remove autoloads for mailcrypt and crypt++.
22253 Require pgg, pgg-gpg during compilation.
22254 (allout-version): Increment version number to 2.1, and use a literal
22255 rather than RCS Id.
22256 (allout-default-encryption-scheme): Remove.
22257 (allout-passphrase-verifier-handling)
22258 (allout-passphrase-verifier-string)
22259 (allout-file-passphrase-verifier-string)
22260 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
22261 (allout-passphrase-hint-handling): Rename and simplify.
22262 (allout-init): Use `find-file-hook' if available, otherwise
22263 `find-file-hooks'.
22264 (allout-mode): Use `write-file-functions' if available, otherwise
22265 `local-write-file-hooks' and, instead of making auto-save-hook
22266 buffer local, make the write-file-hook activity contingent to
22267 allout-mode.
22268 (allout-mode): Use key-binding substitution in the docstring.
22269 (allout-kill-line): Spell-out kill ring data structure mutation
22270 instead of using byte-compiler-complaint-provoking `pop'.
22271 (allout-insert-listified): Use `insert' rather than `insert-string'
22272 (allout-toggle-current-subtree-encryption): Update docstring, adjust
22273 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
22274 (allout-encrypt-string): Totally revamped vis new underlying
22275 encryption facilities.
22276 (allout-mc-activate-passwd): Remove.
22277 (allout-obtain-passphrase): New, more or less replaces
22278 allout-mc-activate-passwd.
22279 (allout-encrypted-key-info): More or less replaces
22280 allout-encrypted-text-type.
22281 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
22282 (my-mark-marker): Use `(featurep 'xemacs)'.
22283
22284 2005-10-23 Lars Hansen <larsh@soem.dk>
22285
22286 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
22287 (byte-compile-file-form-defmumble, byte-compile-defun)
22288 (byte-compile-defmacro): Use it.
22289 (byte-compile-form): Don't call byte-compile-set-symbol-position
22290 when a byte-compile handler is called.
22291
22292 2005-10-22 Romain Francoise <romain@orebokech.com>
22293
22294 * savehist.el (savehist-history-variables): Add `grep-find-history'.
22295
22296 * subr.el (eval-after-load): Convert library name to an absolute
22297 file name using locate-library, since load-history no longer has
22298 library names in it.
22299
22300 2005-10-22 Richard M. Stallman <rms@gnu.org>
22301
22302 * files.el (make-temp-file): Move from subr.el.
22303 * subr.el (make-temp-file): Move to files.el.
22304
22305 * window.el (get-buffer-window-list): Move from subr.el.
22306 * subr.el (get-buffer-window-list): Move to window.el.
22307
22308 * image.el (image-load-path): Use eval-at-startup to initialize.
22309
22310 * subr.el (eval-at-startup): New macro.
22311
22312 * subr.el: Much rearrangement of functions and division
22313 into pages. No code changes.
22314
22315 2005-10-22 Kenichi Handa <handa@m17n.org>
22316
22317 * tar-mode.el (tar-extract): Be sure to call
22318 find-operation-coding-system if set-auto-coding doesn't find a
22319 coding system.
22320
22321 2005-10-22 Kim F. Storm <storm@cua.dk>
22322
22323 * image.el (image-type-header-regexps): Rename from image-type-regexps.
22324 Change users.
22325 (image-type-file-name-regexps): New defconst.
22326 (image-type-from-data): Simplify loop.
22327 (image-type-from-buffer): New defun.
22328 (image-type-from-file-header): Use it instead of image-type-from-data.
22329 Use image-search-load-path instead of only looking in data-directory.
22330 (image-type-from-file-name): New defun.
22331 (image-search-load-path): Change `pathname' to `filename'.
22332 Make PATH arg optional, default to image-load-path.
22333
22334 2005-10-21 Richard M. Stallman <rms@gnu.org>
22335
22336 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
22337
22338 * textmodes/paragraphs.el (sentence-end-base): New variable.
22339 (sentence-end): Use sentence-end-base.
22340
22341 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
22342
22343 * font-lock.el (font-lock-default-fontify-region): Check the multiline
22344 property independently from the font-lock-multiline variable.
22345
22346 2005-10-21 Richard M. Stallman <rms@gnu.org>
22347
22348 * emacs-lisp/find-func.el (find-library-name): Doc fix.
22349
22350 * startup.el (command-line): Convert library names
22351 in `load-history' to absolute file names.
22352
22353 * subr.el (symbol-file): Doc fix.
22354
22355 * loadhist.el (file-loadhist-lookup): Call locate-library
22356 instead of find-library-name. Don't try converting
22357 abs file names to library names, since load-history no longer
22358 has library names in it.
22359 (file-dependents, file-provides, file-requires): Doc fixes.
22360
22361 2005-10-21 Juri Linkov <juri@jurta.org>
22362
22363 * progmodes/etags.el (tags-table-mode): New function.
22364 (tags-verify-table): Replace initialize-new-tags-table with
22365 tags-table-mode.
22366
22367 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
22368 default value.
22369 (desktop-modes-not-to-save): Add tags-table-mode to the
22370 default value.
22371
22372 * info.el (Info-index-next): Add total number of index
22373 alternatives to the message.
22374
22375 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
22376 backward only space (instead of space and period) before looking
22377 at sentence end.
22378
22379 * simple.el (set-variable): Use user-variable-p instead of symbolp.
22380 Add the old variable value as 4th default-value arg of read-string.
22381
22382 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22383
22384 * cus-face.el (custom-declare-face): Make face from X resources
22385 also on Mac.
22386
22387 * disp-table.el (standard-display-g1, standard-display-graphic):
22388 Refuse to use string glyphs also on Mac.
22389 (standard-display-european): Don't set terminal coding system also
22390 on Mac.
22391
22392 * frame.el (display-screens): Use x-display-screens also on Mac.
22393
22394 2005-10-21 Romain Francoise <romain@orebokech.com>
22395
22396 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
22397
22398 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
22399
22400 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
22401 and $? into sexps.
22402
22403 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
22404 warning face on open-paren-in-column-0.
22405
22406 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
22407 boundary case. Fix typo.
22408 Suggested by Martin Rudalics <rudalics@gmx.at>.
22409
22410 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
22411
22412 * textmodes/org.el (org-combined-agenda-icalendar-file)
22413 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
22414 (org-export-icalendar-this-file)
22415 (org-export-icalendar-all-agenda-files)
22416 (org-export-icalendar-combine-agenda-files): New commands.
22417 (org-export-icalendar, org-print-icalendar-entries)
22418 (org-start-icalendar-file, org-finish-icalendar-file)
22419 (org-ical-ts-to-string): New functions.
22420 (org-read-date, org-goto-calendar)
22421 (org-agenda-goto-calendar): Inhibit displaying diary entries by
22422 call to `calendar'.
22423 (orgtbl-setup): Remove the :keys arguments from the menu description.
22424 (org-after-save-iCalendar-file-hook): New variable.
22425
22426 2005-10-21 Kenichi Handa <handa@m17n.org>
22427
22428 * language/vietnamese.el (tcvn-5712): Make it an alias of
22429 vietnamese-tcvn coding-system.
22430
22431 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
22432
22433 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
22434 group id is given.
22435
22436 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
22437
22438 * progmodes/sh-script.el (sh-escaped-line-re): New var.
22439 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
22440 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
22441 whose line is either continued or ends with a comment.
22442
22443 2005-10-20 Romain Francoise <romain@orebokech.com>
22444
22445 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
22446
22447 * replace.el (occur-engine): Add follow-link property.
22448
22449 * font-core.el (font-lock-mode): Doc fix.
22450
22451 2005-10-20 Richard M. Stallman <rms@gnu.org>
22452
22453 * net/rcirc.el: New file.
22454
22455 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
22456
22457 * term.el (term-term-name): Initialize to "eterm-color".
22458
22459 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
22460
22461 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
22462 for encryption functionality.
22463 Move allout customization subgroup from `editing' to `outlines' group.
22464 Fix commentary keywords to legitimate ones.
22465 Update author info (using my current email address, obscurified).
22466 (allout-encrypt-string, allout-encryption-produce-work-buffer)
22467 (allout-encrypted-topic-p, allout-encrypted-text-type)
22468 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
22469 (allout-situate-encryption-key-verifier)
22470 (allout-get-encryption-key-verifier, allout-verify-key)
22471 (allout-next-topic-pending-encryption)
22472 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
22473 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
22474 (outline-key-verifier-handling, outline-key-hint-handling)
22475 (outline-encrypt-unencrypted-on-saves): New defcustoms.
22476 (allout-file-key-verifier-string, allout-encryption-scheme)
22477 (allout-key-verifier-string, allout-key-hint-string)
22478 (allout-after-save-decrypt): New variables.
22479 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
22480 (allout-after-saves-handler): New hook functions.
22481 (allout-post-command-business): Do allout-after-save-decrypt.
22482 (allout-enable-file-variable-adjustment): Custom var to enable
22483 mechanism for adding and adjusting settings of Emacs file variables.
22484 (allout-adjust-file-variable, allout-file-vars-section-data):
22485 New functions, implement the mechanism.
22486 (outlineify-sticky): Use the file vars mechanism.
22487 (allout-inhibit-protection, allout-during-write-cue)
22488 (allout-override-protect, allout-before-change-protect): Remove.
22489 (allout-flag-region, allout-open-topic): Adjust read-only text.
22490 (allout-open-line-not-read-only): Add to facilitate read-only
22491 text based protection.
22492 (allout-kill-line): Revise to adjust read-only text, clue the
22493 user about the inhibition.
22494 (allout-unprotected): Use unwind-protect.
22495 (allout-shift-in, allout-shift-out): Disallow manually shifting a
22496 topic deeper than the offspring depth of the previous topic -
22497 avoiding confusing "containment discontinuities".
22498 (allout-reindent-bodies): Fix retention of body relative hanging
22499 indent during promotion of collapsed bodies.
22500 (allout-open-topic): Make it easy to open new topic with same
22501 bullet as current topic - topic creation functions provided with
22502 any universal argument provokes now prompt for bullet, defaulting
22503 to the bullet of the previous topic.
22504 (allout-plain-bullets-string, allout-distinctive-bullets-string):
22505 Plain bullet alternates `.' period and `,' comma only. All other
22506 bullets are relegated to special status (but customizable).
22507 (allout-end-of-entry): Rename from allout-end-of-current-entry
22508 since it actually operates w.r.t. most immediately containing
22509 entry, visible or not.
22510 (allout-hide-current-entry, allout-show-current-entry): Use the
22511 revised version.
22512 (allout-old-expose-topic): Solidify deprecation.
22513 (allout-end-of-subtree): Add so we can span concealed as well
22514 as visible topics.
22515 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
22516 (allout-end-of-current-heading): Tweak to just respect the first line.
22517 (allout-get-body-text): Add.
22518 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
22519 when invoked interactively.
22520 (allout-up-current-level): Use `interactive-p'.
22521 (allout-mode, allout-init): Miscellaneous docstring and
22522 operational refinements, as well as hookups of new encryption stuff.
22523 (allout-beginning-of-current-entry): Now works as advertised.
22524 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
22525 (allout-isearch-rectification): Refine condition for isearching.
22526 (allout-isearch-abort, allout-enwrap-isearch)
22527 (allout-flag-region, my-region-active-p): Relocate some macros.
22528 (allout-title): Fallback title is (buffer-name), not
22529 non-existing (current-buffer-name).
22530 (subst-char-in-string): Define if absent (for some XEmacs versions).
22531
22532 2005-10-20 Jari Aalto <jari.aalto@cante.net>
22533
22534 * mail/sendmail.el (mail-setup-hook, mail-aliases)
22535 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
22536 (mail-citation-prefix-regexp, mail-signature-file)
22537 (mail-default-headers, mail-bury-selects-summary)
22538 (mail-send-nonascii): Add autoload cookies.
22539
22540 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
22541
22542 * frame.el (blink-cursor-mode): Add `mac' to the list of
22543 window-system's that support blinking cursor.
22544
22545 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
22546
22547 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
22548
22549 2005-10-20 Eli Zaretskii <eliz@gnu.org>
22550
22551 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
22552 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
22553 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
22554
22555 2005-10-20 Kim F. Storm <storm@cua.dk>
22556
22557 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
22558 (ido-set-current-directory): Don't add / after final @.
22559 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
22560 Explicitly handle ange-ftp completion oddities.
22561 (ido-make-file-list): Don't rotate list at tramp root to avoid
22562 triggering tramp file handler for expand-file-name via get-file-buffer.
22563
22564 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
22565
22566 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
22567
22568 2005-10-19 Jay Belanger <belanger@truman.edu>
22569
22570 * calc/calc-units.el (math-standard-units): Add units, adjust
22571 symbols and update values.
22572 (math-unit-prefixes): Add more prefixes.
22573
22574 2005-10-19 Romain Francoise <romain@orebokech.com>
22575
22576 * bookmark.el (bookmark-menu-heading): New face.
22577 (bookmark-bmenu-list): Use it.
22578 Don't fiddle with `baud-rate' at top-level.
22579
22580 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
22581
22582 * image.el (create-image, find-image): Mention max-image-size in
22583 docstring.
22584
22585 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
22586
22587 * savehist.el (savehist-load): Revert to checking XEmacs.
22588
22589 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
22590 Various docstring and line-width fixups.
22591 (conf-mode): Use cond.
22592 Set font-lock-defaults. Don't set comment-use-syntax.
22593
22594 2005-10-18 David Ponce <david@dponce.com>
22595
22596 * tree-widget.el (tree-widget-button-click): New function.
22597 (tree-widget-button-keymap): Use it.
22598
22599 2005-10-18 Romain Francoise <romain@orebokech.com>
22600
22601 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
22602 (bookmark-bmenu-hide-filenames): Add follow-link property.
22603 Improve help-echo text.
22604
22605 * ffap.el (find-file-at-point): Doc fix.
22606
22607 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22608
22609 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
22610
22611 2005-10-18 Masatake YAMATO <jet@gyve.org>
22612
22613 Install to the CVS repository what I forgot to install in my
22614 2005-10-16 changes.
22615
22616 * progmodes/python.el (python-complete-symbol): Pass the common
22617 prefix substring of completion to `display-completion-list'.
22618
22619 * textmodes/org.el (org-complete): Ditto.
22620
22621 2005-10-18 Masatake YAMATO <jet@gyve.org>
22622
22623 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
22624
22625 * woman.el (WoMan-xref-man-page): New button type derived
22626 from `Man-abstract-xref-man-page'.
22627 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
22628
22629 * man.el (Man-abstract-xref-man-page): New button type.
22630 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
22631 (Man-highlight-references): Add new optional argument `xref-man-type'.
22632
22633 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
22634
22635 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
22636
22637 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
22638
22639 * cus-edit.el (Custom-move-and-invoke): Delete.
22640 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
22641
22642 * wid-edit.el (widget-move-and-invoke): New function, from
22643 Custom-move-and-invoke.
22644
22645 2005-10-17 Bill Wohler <wohler@newt.com>
22646
22647 Move all remaining images from lisp/toolbar to etc/images, move
22648 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
22649 the low resolution images in their own directory (low-color).
22650
22651 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
22652 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
22653 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
22654 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
22655 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
22656 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
22657 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
22658
22659 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
22660 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
22661 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
22662 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
22663 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
22664 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
22665 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
22666 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
22667 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
22668 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
22669 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
22670 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
22671 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
22672 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
22673 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
22674
22675 To conform with convention, replace the underscore (_) in the
22676 following image names with dash (-) or (/) as appropriate.
22677
22678 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
22679 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
22680 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
22681 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
22682 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
22683 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
22684 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
22685 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
22686 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
22687 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
22688 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
22689 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
22690 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
22691 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
22692 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
22693
22694 * info.el (info-tool-bar-map): Replace underscores in image names
22695 with dashes.
22696
22697 * makefile.w32-in (WINS): Remove toolbar.
22698
22699 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
22700
22701 * tool-bar.el: Move to lisp from toolbar. Now that
22702 toolbar is empty, it should be deleted when folks run "cvs up -P".
22703
22704 2005-10-18 Jay Belanger <belanger@truman.edu>
22705
22706 * calc/calc-store.el (calc-store-into): Get the proper variable name
22707 to display in message.
22708
22709 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
22710
22711 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
22712 expressions display in speedbar for all buffers when debugging.
22713 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
22714
22715 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
22716 (speedbar-insert-button, speedbar-make-button):
22717 Use add-text-properties.
22718 (speedbar-update-localized-contents)
22719 (speedbar-update-directory-contents)
22720 (speedbar-update-special-contents): Use dolist.
22721 (speedbar-buffer-easymenu-definition): Add a menu separator.
22722
22723 2005-10-17 Jason Rumney <jasonr@gnu.org>
22724
22725 * makefile.w32-in: Use $(lisp) consistently.
22726 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
22727 for shell specific generation of mh-autoloads.
22728
22729 2005-10-17 Richard M. Stallman <rms@gnu.org>
22730
22731 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
22732
22733 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
22734
22735 * jit-lock.el (jit-lock-fontify-now):
22736 Move jit-lock-context-unfontify-pos to avoid wasted work.
22737
22738 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
22739
22740 * net/tramp.el (tramp-completion-mode): New defvar. Used in
22741 `tramp-completion-mode' for checking if we are in completion mode.
22742 (tramp-completion-handle-file-name-all-completions): Reorder code
22743 in order to complete for file names only in case there are no
22744 method/user/host completions. This is necessary for cooperation
22745 with ido. Reported by Kim F. Storm <storm@cua.dk>.
22746
22747 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
22748
22749 * longlines.el (longlines-search-forward)
22750 (longlines-search-backward): Match any number of spaces.
22751
22752 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
22753
22754 * diff-mode.el (diff-mode): Doc fix.
22755
22756 2005-10-16 David Reitter <david.reitter@gmail.com>
22757
22758 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
22759 as default on darwin and windows systems.
22760
22761 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
22762
22763 * arc-mode.el (archive-zip-extract): Doc fix.
22764
22765 2005-10-16 Romain Francoise <romain@orebokech.com>
22766
22767 * mouse.el (mouse-1-click-follows-link): Doc fix.
22768
22769 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
22770
22771 * savehist.el: Don't require CL at runtime.
22772 (savehist-xemacs): Remove.
22773 (savehist-coding-system): Use utf-8 if present, regardless of religion.
22774 (savehist-no-conversion): Use (featurep 'xemacs).
22775 (savehist-load): Check existence of start-itimer rather than XEmacs.
22776 Use an idle timer.
22777 (savehist-process-for-saving): Replace use of CL funs `subseq' and
22778 `delete-if-not'.
22779
22780 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
22781
22782 * savehist.el: Newer version.
22783 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
22784 (savehist-last-checksum, savehist-no-conversion): New vars.
22785 (savehist-autosave, savehist-process-for-saving, savehist-printable):
22786 New functions.
22787 (savehist-load, savehist-save): Use them.
22788 (savehist-delimit): Remove.
22789
22790 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
22791
22792 * progmodes/compile.el (compilation-goto-locus): Display the
22793 compilation buffer first and the source buffer second, in case they're
22794 in overlapping frames. Don't raise the compilation frame if it was the
22795 selected window upon entry. Pass the `other-window' arg to
22796 pop-to-buffer.
22797
22798 * info.el (Info-fontify-node): Use dolist.
22799 Change add-text-properties to put-text-property.
22800
22801 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
22802
22803 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
22804 bound of search.
22805
22806 2005-10-16 Masatake YAMATO <jet@gyve.org>
22807
22808 * dabbrev.el (dabbrev-completion): Pass the common
22809 prefix substring of completion to `display-completion-list'.
22810
22811 * filecache.el (file-cache-minibuffer-complete)
22812 (file-cache-complete): Ditto.
22813
22814 * tempo.el (tempo-display-completions): Ditto.
22815
22816 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
22817
22818 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
22819
22820 * eshell/em-hist.el (eshell-list-history): Ditto.
22821
22822 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
22823
22824 * mail/mailalias.el (mail-complete): Ditto.
22825
22826 * progmodes/etags.el (complete-tag): Ditto.
22827
22828 * progmodes/make-mode.el (makefile-complete): Ditto.
22829
22830 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
22831
22832 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
22833
22834 * progmodes/pascal.el (pascal-complete-word)
22835 (pascal-show-completions): Ditto.
22836
22837 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
22838
22839 * simple.el (completion-common-substring): New variable.
22840 (completion-setup-function): Use `completion-common-substring'
22841 to put faces.
22842
22843 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22844
22845 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
22846 (x-get-selection, mac-select-convert-to-string): Convert from/to
22847 UTF-16 clipboard data as in native byte order, no BOM.
22848
22849 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
22850
22851 * progmodes/gud.el (gud-tool-bar-map): Rename the images
22852 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
22853 (gud-sentinel): Use speedbar-frame to check for speedbar.
22854
22855 2005-10-15 Richard M. Stallman <rms@gnu.org>
22856
22857 * savehist.el: New file.
22858
22859 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
22860
22861 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
22862 Fix bug in \bf fontification.
22863
22864 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
22865
22866 * pcvs.el (cvs-edit-log-files): New var.
22867 (cvs-mode-edit-log): New arg `file'.
22868 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
22869 Instead force the use of the original file and nothing else.
22870 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
22871 the cvs-minor-wrap-function is set.
22872 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
22873
22874 2005-10-14 Bill Wohler <wohler@newt.com>
22875
22876 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
22877 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
22878 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
22879 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
22880 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
22881 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
22882 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
22883 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
22884 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
22885 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
22886 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
22887 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
22888 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
22889 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
22890 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
22891
22892 * progmodes/gud.el (gud-tool-bar-map): Rename the images
22893 appropriately (for example, gud-break to gud/break).
22894
22895 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
22896
22897 * longlines.el (longlinges-search-function)
22898 (longlines-search-forward, longlines-search-backward): New functions.
22899 (longlines-mode): Set isearch-search-fun-function to
22900 longlinges-search-function.
22901
22902 * mouse.el (mouse-drag-region-1): Handle the case where a
22903 double-click event is bound to an arbitrary function.
22904
22905 2005-10-14 David Ponce <david@dponce.com>
22906
22907 * recentf.el (recentf-track-opened-file)
22908 (recentf-track-closed-file, recentf-update-menu)
22909 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
22910 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
22911 mouse-1-click-follows-link.
22912
22913 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
22914
22915 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
22916 Gnome file-manager.png. Suggested by
22917 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
22918
22919 * toolbar/README: Add diropen.xpm.
22920
22921 2005-10-13 Bill Wohler <wohler@newt.com>
22922
22923 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
22924 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
22925
22926 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
22927
22928 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
22929 Don't waste the byte-compiler's time on constant data.
22930
22931 2005-10-13 Kenichi Handa <handa@m17n.org>
22932
22933 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
22934 byte with `escape-glyph' face.
22935
22936 * international/fontset.el (ccl-encode-unicode-font):
22937 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
22938 Handle the case that ucs-mule-to-mule-unicode translates a character to
22939 ASCII (usually for IPA characters).
22940
22941 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
22942
22943 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
22944 Don't hide the underline of titles if font-lock-mode is disabled.
22945
22946 2005-10-12 Bill Wohler <wohler@newt.com>
22947
22948 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
22949 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
22950 files in MH-E-SRC have been updated.
22951 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
22952
22953 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
22954
22955 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
22956 (mixal-mode-syntax-table): Add \n as end-comment.
22957 (mixal-operation-codes-alist): Immediately initialize to full value.
22958 (mixal-add-operation-code): Remove.
22959 (mixal-describe-operation-code): Make the arg non-optional.
22960 Use the interactive spec instead.
22961 Use mixal-operation-codes-alist rather than mixal-operation-codes.
22962 (mixal-font-lock-keywords): Don't highlight comments here any more.
22963 (mixal-font-lock-syntactic-keywords): New var.
22964 (mixal-mode): Use it. Fix comment-start-skip.
22965
22966 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
22967
22968 * startup.el (command-line-x-option-alist): -nb => -nbi.
22969
22970 2005-10-12 Kim F. Storm <storm@cua.dk>
22971
22972 * startup.el (fancy-splash-default-action): Discard mouse click in
22973 the splash screen window, as it has no sensible meaning in the
22974 next window to be selected. Fixes error reported by Jan D.
22975
22976 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
22977
22978 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
22979
22980 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
22981
22982 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
22983 Try to fix up minor layout issues like indentation, line break, etc...
22984 (mixal-mode-syntax-table): Don't try to specify comment syntax,
22985 because it doesn't work.
22986 (mixal-operation-codes): Add some more codes.
22987 (mixal-font-lock-keywords): Process comments here.
22988 (mixal-mode): mixasm no longer needs -g option.
22989
22990 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
22991
22992 * progmodes/sh-script.el (sh-tmp-file):
22993 Use mktemp -t. Finish support for es and rc shells.
22994
22995 2005-10-11 Jay Belanger <belanger@truman.edu>
22996
22997 * calc/calcalg2.el (calc-integral): With an argument, compute the
22998 definite integral.
22999
23000 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
23001
23002 * mouse.el (mouse-drag-region-1): Don't try to catch a
23003 double-click when doing follow-link (it's overridden anyway).
23004
23005 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
23006
23007 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
23008 (autoload-print-form-outbuf): Add docstring.
23009
23010 2005-10-11 Juri Linkov <juri@jurta.org>
23011
23012 * info.el (Info-mode-menu): Delete menu item "Edit".
23013 (Info-mode): Delete description of Info-edit from docstring,
23014 and rearrange descriptions of Info commands in the order
23015 they are documented in the Info manual.
23016
23017 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
23018
23019 * calendar/appt.el (appt-check): Use diary-selective-display var.
23020
23021 2005-10-10 Richard M. Stallman <rms@gnu.org>
23022
23023 * net/newsticker.el (newsticker-start, newsticker-show-news):
23024 Add autoload cookies.
23025
23026 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
23027
23028 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
23029
23030 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
23031
23032 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
23033
23034 2005-10-10 Jay Belanger <belanger@truman.edu>
23035
23036 * calc/calc-arith.el (math-check-known-scalarp)
23037 (math-check-known-matrixp): Check the values of arguments that are
23038 variables.
23039 (math-check-known-square-matrixp): New function.
23040 (math-known-square-matrixp): Use math-check-known-square-matrixp.
23041 (math-super-types): Add sqmatrix type.
23042
23043 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
23044 mode name `square' to `sqmatrix'.
23045
23046 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
23047 mode name `square' to `sqmatrix'.
23048
23049 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
23050
23051 * progmodes/etags.el (select-tags-table-mode): Don't use
23052 selective-display.
23053 (tags-select-tags-table): Pass `button' to the action function.
23054 (select-tags-table): Place the side-info on button properties rather
23055 than in hidden text. Abbreviate file names.
23056 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
23057 (select-tags-table-select): Add `button' argument.
23058 Get side-info from the button property rather than from hidden text.
23059
23060 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
23061
23062 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
23063 (gud-speedbar-buttons): Preserve point if possible.
23064 (gud-sentinel): Restore previous speedbar display type.
23065
23066 * progmodes/gdb-ui.el (gdba): Improve diagram.
23067 (def-gdb-auto-update-handler, gdb-info-locals-handler)
23068 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
23069 Call get-buffer-window once.
23070
23071 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
23072
23073 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
23074 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
23075 (pascal-indent-command): Remove unused var `ind'.
23076 (pascal-indent-case): Remove unused var `oldpos'.
23077 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
23078 since it's now used as a proper minor mode map.
23079 (pascal-outline): Rename to pascal-outline-mode.
23080 (pascal-outline-mode): Use define-minor-mode.
23081 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
23082 selective-display.
23083
23084 2005-10-10 Andreas Schwab <schwab@suse.de>
23085
23086 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
23087 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
23088
23089 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
23090 outside source directory.
23091
23092 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
23093
23094 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
23095 C-x' as a prefix.
23096 (orgtbl-mode-map): Full keymap instead of sparse, because all
23097 `self-insert-command' keys are redefined in this map.
23098 (org-export-as-html): Specify charset for HTML file, by taking it
23099 from the coding system.
23100
23101 2005-10-10 Kenichi Handa <handa@m17n.org>
23102
23103 * textmodes/flyspell.el (flyspell-check-word-p):
23104 If unread-command-events is non-empty, don't call sit-for.
23105
23106 2005-10-09 Richard M. Stallman <rms@gnu.org>
23107
23108 * font-lock.el (font-lock-syntactic-keywords)
23109 (font-lock-keywords): Doc fixes.
23110
23111 * textmodes/flyspell.el (flyspell-external-point-words):
23112 Simplify logic, and don't try to check for consecutive appearances
23113 of one incorrect word.
23114
23115 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
23116
23117 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
23118 separator.
23119
23120 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
23121 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
23122 (gud-expansion-speedbar-buttons): New function.
23123 (gud-speedbar-buttons): Check for gud-comint-buffer.
23124
23125 2005-10-09 Bill Wohler <wohler@newt.com>
23126
23127 * Makefile.in (updates): Add mh-loaddefs dependency.
23128
23129 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
23130
23131 * speedbar.el (speedbar-file-key-map): Fix typo.
23132
23133 2005-10-09 Daniel Brockman <daniel@brockman.se>
23134
23135 * cus-start.el (line-spacing): Add custom spec.
23136
23137 2005-10-09 Romain Francoise <romain@orebokech.com>
23138
23139 * textmodes/ispell.el (ispell-check-version): Fix last change.
23140
23141 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
23142
23143 * term/x-win.el: Remove -i, --icon-type from comment.
23144
23145 * startup.el (command-line-x-option-alist): Remove options -i,
23146 -itype, --icon-type, added -nb, --no-bitmap-icon.
23147
23148 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
23149
23150 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
23151 instead of :active.
23152
23153 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
23154
23155 * textmodes/ispell.el (ispell-check-version):
23156 Ignore hyphen, and all that follows, in aspell's version text.
23157
23158 2005-10-08 Jay Belanger <belanger@truman.edu>
23159
23160 * calc/calc-arith.el (math-known-square-matrixp): New function.
23161 (math-pow-fancy): Check for matrices before distributing exponent
23162 across products.
23163
23164 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
23165 fullscreen keypad. Suggested by Luc Teirlinck.
23166 (calc-keypad-show-input): Add space for formatting.
23167
23168 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
23169 Add square matrix option.
23170
23171 * calc/calc-poly.el (math-expand-term): Check for matrices instead
23172 of checking calc-matrix-mode when deciding how to expand.
23173
23174 * calc/calc.el (calc-set-mode-line): Add square matrix option.
23175
23176 2005-10-08 Lars Hansen <larsh@soem.dk>
23177
23178 * net/tramp.el (tramp-perl-directory-files-and-attributes):
23179 Add error handling.
23180 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
23181
23182 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
23183
23184 Sync with Tramp 2.0.51.
23185
23186 * net/tramp.el (tramp-handle-set-visited-file-modtime)
23187 (tramp-handle-insert-file-contents, tramp-handle-write-region):
23188 Insert special handling for `last-coding-system-used', again
23189 it still seems to be necessary (unlike stated before).
23190 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
23191 (tramp-password-prompt-regexp): There might be other words before
23192 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
23193 (tramp-chunksize): Improve docstring.
23194 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
23195 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
23196 Christian Joergensen <bugs@razor.dk>.
23197
23198 2005-10-07 Glenn Morris <rgm@gnu.org>
23199
23200 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
23201 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
23202 precision'.
23203
23204 2005-10-07 Romain Francoise <romain@orebokech.com>
23205
23206 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
23207 (ibuffer-do-shell-command-pipe-replace)
23208 (ibuffer-do-shell-command-file, ibuffer-do-eval)
23209 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
23210 (ibuffer-do-revert, ibuffer-do-replace-regexp)
23211 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
23212 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
23213 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
23214 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
23215 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
23216 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
23217 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
23218 Autoload file sans suffix.
23219
23220 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
23221
23222 2005-10-07 David Ponce <david@dponce.com>
23223
23224 * recentf.el (recentf-menu-open-all-flag): New option.
23225 (recentf-digit-shortcut-command-name): New function.
23226 (recentf--shortcuts-keymap): New variable.
23227 (recentf-menu-shortcuts): New variable.
23228 (recentf-make-menu-items): Initialize it. Replace the "More..."
23229 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
23230 (recentf-menu-value-shortcut): New function.
23231 (recentf-make-menu-item): Use it. No more in-lined.
23232 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
23233 (recentf-open-most-recent-file): Rename from
23234 `recentf-open-file-with-key'. Don't depend on key binding.
23235 (recentf-mode-map): New variable.
23236 (recentf-mode): Use it.
23237
23238 2005-10-06 Bill Wohler <wohler@newt.com>
23239
23240 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
23241
23242 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
23243 (MH-E-SRC): New. Used by mh-autoloads.
23244 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
23245 files in MH-E-SRC have been updated.
23246 (compile, recompile, bootstrap): Depend on mh-autoloads.
23247
23248 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
23249
23250 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
23251 gud-break and gud-remove icons when the fringe is not available.
23252
23253 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
23254 Typo.
23255
23256 2005-10-06 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
23257
23258 * play/zone.el (zone): Wrap body with save-window-excursion.
23259
23260 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
23261
23262 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
23263 Use the new `list-only' arg to diary-list-entries.
23264
23265 * calendar/diary-lib.el: Use overlays rather than selective-display.
23266 (diary-selective-display): New var.
23267 (diary-header-line-format): Use it.
23268 (diary-list-entries): Add argument `list-only'.
23269 Put the buffer in diary-mode. Don't add \^M at beg and end.
23270 Replace \^M by invisible overlays.
23271 (diary-unhide-everything): Replace \^M by invisible overlays.
23272 (print-diary-entries): Look for overlays rather than \^M.
23273 Add a space to the temp buffer name.
23274 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
23275 Put the buffer in diary-mode.
23276 (list-sexp-diary-entries): Replace \^M by invisible overlays.
23277 (diary-anniversary): Make the year arg optional.
23278 (diary-time-regexp): New const.
23279 (diary-font-lock-keywords): Use it to accept a few more time formats.
23280
23281 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
23282
23283 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
23284
23285 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
23286 Fix bug introduced 2005-07-03: Use (car (last ...))
23287 to faithfully reproduce replaced artist-last.
23288 (artist-set-arrow-points-for-poly): Likewise.
23289 Suggested by Johan Bockg\e,Ae\e(Brd.
23290
23291 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
23292
23293 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
23294 * wid-edit.el (widget):
23295 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
23296 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
23297
23298 2005-10-06 Kenichi Handa <handa@m17n.org>
23299
23300 * international/mule-cmds.el (set-language-environment):
23301 Fix setting up of case-table for unibyte mode.
23302
23303 * simple.el (what-cursor-position): If the character is displayed
23304 by some `display' text property, show that. Don't use
23305 single-key-description for eight-bit characters in multibyte mode.
23306
23307 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
23308
23309 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
23310 (gdb-ann3): Set it.
23311 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
23312 (gdb-info-frames-custom): Use inverse-video for first five
23313 characters of selected frame only.
23314 (gdb-get-frame-number): Select frame even when point is on frame
23315 number.
23316
23317 2005-10-06 Masatake YAMATO <jet@gyve.org>
23318
23319 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
23320 Put `font-lock-function-name-face'.
23321 (gdb-info-frames-custom): Put `font-lock-function-name-face'
23322 and `font-lock-variable-name-face'
23323 (gdb-registers-font-lock-keywords): New font lock keywords definition.
23324 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
23325 (gdb-memory-font-lock-keywords): New font lock keywords definition.
23326 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
23327 (gdb-local-font-lock-keywords): New font lock keywords definition.
23328 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
23329 (gdb-threads-font-lock-keywords): New font lock keywords definition.
23330 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
23331
23332 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
23333
23334 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
23335 (ediff-merge-region-is-non-clash-to-skip): Previously called
23336 ediff-merge-region-is-non-clash.
23337
23338 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
23339 Use insert-buffer-substring.
23340
23341 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
23342 selecting files to patch. Also bug fixes.
23343
23344 * ediff-util.el (ediff-setup): Bug fix.
23345 (ediff-next-difference): Never skip clashes that differ in white
23346 space only.
23347
23348 * ediff-wind.el (ediff-setup-control-frame)
23349 (ediff-destroy-control-frame): Check the menubar feature.
23350
23351 * emulation/viper-cmd.el (viper-normalize-minor-mode-map-alist)
23352 (viper-refresh-mode-line): Use make-local-variable to localize
23353 some vars instead of make-variable-buffer-local. Suggested by
23354 Stefan Monnier.
23355
23356 * emulation/viper-init.el (viper-make-variable-buffer-local):
23357 Delete alias.
23358 (viper-restore-cursor-type, viper-set-insert-cursor-type):
23359 Use make-local-variable instead of make-variable-buffer-local.
23360 Suggested by Stefan Monnier.
23361
23362 * emulation/viper.el (viper-mode): Don't use
23363 viper-make-variable-buffer-local.
23364 (viper-comint-mode-hook): Use make-local-variable on
23365 require-final-newline.
23366 (viper-non-hook-settings): Don't use make-variable-buffer-local.
23367
23368 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
23369
23370 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
23371 also the second char of a comment-start sequence.
23372 (scheme-sexp-comment-syntax-table): New var.
23373 (lambda, define): Set their scheme-doc-string-elt property.
23374 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
23375 Use lisp-font-lock-syntactic-face-function now that it properly
23376 handles |...| symbols.
23377 (scheme-mode-variables): Set lisp-doc-string-elt-property,
23378 parse-sexp-lookup-properties and font-lock-extra-managed-props.
23379
23380 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
23381 bit from # to |.
23382 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
23383
23384 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
23385 (lisp-doc-string-elt-property): New var.
23386 (lisp-font-lock-syntactic-face-function): Use it.
23387 Rewrite to recognize docstrings even for forms not at toplevel.
23388
23389 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
23390 annotation on the | part of #| rather than on the # part.
23391 (scheme-font-lock-syntactic-face-function): New function, to
23392 distinguish strings from |...| symbols.
23393 (scheme-mode-variables): Use it. Also fix up the font-lock-time
23394 syntax-table so that #|...|# is properly highlighted.
23395
23396 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
23397 Don't mark as docstring the 3rd elem of an unknown toplevel form.
23398
23399 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
23400
23401 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
23402 and C-e.
23403
23404 * emacs-lisp/eldoc.el: Move comments into docstrings.
23405 (eldoc-message-commands): Initialize in its declaration.
23406 Add move-beginning-of-line and move-end-of-line.
23407 (eldoc-add-command, eldoc-add-command-completions)
23408 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
23409
23410 * outline.el (outline-mark-subtree): Activate the mark.
23411
23412 * calendar/appt.el (appt-time-regexp): New var.
23413 (appt-add, appt-make-list): Use it.
23414 (appt-convert-time): Clean up.
23415
23416 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
23417 Don't set any syntax-table property here.
23418 (tex-font-lock-verb): New function. Do it here.
23419 (tex-font-lock-syntactic-keywords): Use it.
23420
23421 2005-10-04 Richard M. Stallman <rms@gnu.org>
23422
23423 * wid-edit.el (widget-file-complete): Get the widget start point
23424 the right way. Default directory to `/' if file has none.
23425
23426 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
23427
23428 * textmodes/flyspell.el (flyspell-mode-on):
23429 Call ispell-maybe-find-aspell-dictionaries.
23430
23431 * textmodes/ispell.el (ispell-word, ispell-region):
23432 Call ispell-maybe-find-aspell-dictionaries.
23433 (ispell-accept-buffer-local-defs):
23434 Don't call ispell-maybe-find-aspell-dictionaries.
23435
23436 2005-10-04 Richard M. Stallman <rms@gnu.org>
23437
23438 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
23439
23440 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
23441
23442 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
23443 instead of `fboundp' in order to allow for anonymous functions.
23444
23445 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
23446
23447 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
23448 case the user clicks on the link while another window is selected.
23449 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
23450
23451 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
23452 functionality.
23453 (dframe-help-echo): Save point in case mouse tracking is off.
23454
23455 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
23456
23457 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
23458
23459 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
23460
23461 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
23462 not change the global value of those vars.
23463
23464 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
23465 make-local-variable which we do not need any more.
23466
23467 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
23468
23469 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
23470 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
23471 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
23472 (speedbar-path-line): Define obsolete aliases.
23473 (speedbar-line-directory): Doc fix.
23474
23475 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
23476 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
23477 instead of speedbar-line-path.
23478
23479 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
23480
23481 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
23482 to nil if dropping on a window. Handle dropping on a minibuffer window
23483 like dropping on a non-window part of Emacs.
23484
23485 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
23486
23487 * net/ange-ftp.el: Use with-current-buffer.
23488 (ange-ftp-insert-directory): Do not follow symlinks any more.
23489
23490 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
23491 Remove interactive spec.
23492
23493 2005-10-03 Kim F. Storm <storm@cua.dk>
23494
23495 * ido.el (ido-mode): Use custom-initialize-set.
23496
23497 2005-10-02 Richard M. Stallman <rms@gnu.org>
23498
23499 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
23500 Use insert-buffer-substring.
23501
23502 * net/tramp.el: Pacify byte compiler warnings in pacification code.
23503 (tramp-handle-file-local-copy): Use insert-buffer-substring.
23504
23505 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
23506
23507 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
23508 in last change.
23509 (ange-ftp-insert-directory): Fix up the search for the case where
23510 `file' is absolute.
23511
23512 2005-10-02 Romain Francoise <romain@orebokech.com>
23513
23514 * progmodes/compile.el (compile-goto-error): Delete extra paren.
23515
23516 2005-10-02 Andreas Schwab <schwab@suse.de>
23517
23518 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
23519 directory component in the session info.
23520
23521 2005-10-01 Richard M. Stallman <rms@gnu.org>
23522
23523 * comint.el (comint-redirect-subvert-readonly): Doc fix.
23524
23525 * simple.el (next-error-internal): New function.
23526
23527 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
23528 (compilation-start): Pass new arg to compilation-buffer-name.
23529 (compile-goto-error): Use next-error-internal.
23530
23531 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
23532
23533 * speedbar.el: Remove RCS tag.
23534 (speedbar-check-read-only): Handle non-existent files.
23535
23536 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
23537
23538 * info.el (Info-speedbar-hierarchy-buttons)
23539 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
23540
23541 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
23542
23543 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
23544 Do not match newline.
23545 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
23546 (bibtex-summary): Remove unnecessary save-excursion.
23547 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
23548
23549 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23550
23551 * term/mac-win.el: Add charset info for "iso10646-1".
23552 Modify default fontset to use ATSUI-compatible fonts for some charsets
23553 if available.
23554
23555 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
23556
23557 * speedbar.el: Re-apply arch tag.
23558 (speedbar-version): Rename to version 1.0. Suggested by Eric
23559 M. Ludlam.
23560 Reapply two changes from Emacs CVS' version of speedbar lost
23561 during the merge:
23562 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
23563 (speedbar-frame-parameters): Improve customize type.
23564
23565 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
23566
23567 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
23568 (ange-ftp-file-directory-p): Fix the symlink case.
23569 (ange-ftp-insert-directory): When listing a single file, get a list of
23570 the parent buffer and extract the relevant line. Inspired from a patch
23571 by Katsumi Yamaoka <yamaoka@jpl.org>.
23572 (ange-ftp-file-name-sans-versions): Simplify.
23573
23574 2005-09-30 Bill Wohler <wohler@newt.com>
23575
23576 Move MH-E image files from toolbar and mail directories into
23577 etc/images.
23578
23579 * mail/reply2.*: Move to etc/images/mail/reply*.
23580
23581 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
23582 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
23583 etc/images.
23584
23585 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
23586 * toolbar/reply*: Move to etc/images/mail.
23587
23588 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
23589
23590 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
23591
23592 * speedbar.el: New version 1.0pre3.
23593
23594 Frame management code (including timer, and mouse click specifics)
23595 moved to dframe.el:
23596 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
23597 (speedbar-timer): Removed. Use dframe-timer.
23598 (speedbar-close-frame): Removed. Use dframe-close-frame.
23599 (speedbar-activity-change-focus-flag): Removed. Use
23600 dframe-activity-change-focus-flag.
23601 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
23602 dframe-update-speed.
23603
23604 (speedbar-current-frame): New macro. Use this instead of the
23605 variable speedbar-frame.
23606
23607 (speedbar-use-images, speedbar-expand-image-button-alist)
23608 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
23609
23610 (speedbar-find-image-on-load-path): Removed. Replaced by
23611 defezimage in ezimage.el.
23612 (speedbar-expand-image-button-alist): Removed. Replaced by
23613 ezimage-expand-image-button-alist in ezimage.el.
23614
23615 (speedbar-ignored-directory-regexp)
23616 (speedbar-add-ignored-directory-regexp)
23617 (speedbar-ignored-directory-expressions)
23618 (speedbar-line-directory, speedbar-buffers-line-directory)
23619 (speedbar-directory-line, speedbar-buffers-line-directory):
23620 Renamed, replacing `path' with `directory'.
23621
23622 (speedbar-create-directory, speedbar-expand-line-descendants)
23623 (speedbar-toggle-line-expansion)
23624 (speedbar-contract-line-descendants): New commands.
23625
23626 (speedbar-query-confirmation-method, speedbar-select-frame-method)
23627 (speedbar-use-tool-tips-flag): New options.
23628
23629 (speedbar-check-read-only, speedbar-require-version)
23630 (speedbar-insert-separator, speedbar-buffers-tail-notes)
23631 (speedbar-handle-delete-frame, speedbar-try-completion)
23632 (speedbar-update-localized-contents): New functions.
23633
23634 (speedbar-incompatible-version, speedbar-ro-to-do-point)
23635 (speedbar-object-read-only-indicator): New variables.
23636
23637 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
23638 New hooks.
23639
23640 (speedbar-separator-face): New face.
23641
23642 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
23643 (speedbar-ignored-modes): Add fundamental-mode.
23644 (speedbar-directory-unshown-regexp): Add . directories.
23645
23646 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
23647 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
23648 `]' for full expand/close.
23649 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
23650
23651 (speedbar-check-vc): Support hidden files.
23652 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
23653 (speedbar-this-file-in-vc): Use vc-state if available. If VC
23654 state is nil, it is not checked out.
23655
23656 (speedbar-line-text, speedbar-line-token): Support expand buttons
23657 with no text.
23658 (speedbar-refresh): Universal argument acts as power-click.
23659 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
23660 that buffer to get variable values.
23661
23662 And many other bugfixes.
23663
23664 * dframe.el, ezimage.el, sb-image.el: New files.
23665
23666 * sb-*.xpm: Remove files. New image files installed into
23667 etc/images/ezimage.
23668
23669 2005-09-30 Kenichi Handa <handa@m17n.org>
23670
23671 * ps-mule.el (ps-mule-show-warning): If a character is in
23672 ps-print-translation-table, don't treat it as non-printable.
23673
23674 2005-09-30 David Ponce <david@dponce.com>
23675
23676 * tree-widget.el (tree-widget-themes-load-path): New variable.
23677 (tree-widget-themes-directory): Doc fix.
23678 (tree-widget-image-formats) [Emacs]: Doc fix.
23679 (tree-widget--locate-sub-directory): New function.
23680 (tree-widget-themes-directory): Use it.
23681
23682 * recentf.el (recentf-filename-handlers): Rename from
23683 `recentf-filename-handler'. Allow a list of functions.
23684 (recentf-menu-items-for-commands): Fix :help strings.
23685 (recentf-apply-filename-handlers): New function.
23686 (recentf-expand-file-name): Use it.
23687 (recentf-cleanup): Remove duplicates too.
23688
23689 2005-09-29 Juri Linkov <juri@jurta.org>
23690
23691 * faces.el: Rearrange face definitions to be in the same order as
23692 their face descriptions in "(emacs)Standard Faces".
23693
23694 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
23695
23696 * tooltip.el (tooltip): Add group `basic-faces'.
23697
23698 * buff-menu.el (Buffer-menu-buffer): Remove group
23699 `font-lock-highlighting-faces'.
23700
23701 * progmodes/compile.el (compilation-error, compilation-warning)
23702 (compilation-info, compilation-line-number, compilation-column-number):
23703 Change group from `font-lock-highlighting-faces' to `compilation'.
23704
23705 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
23706 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
23707 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
23708 (vhdl-font-lock-reserved-words-face)
23709 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
23710 `font-lock-highlighting-faces'.
23711
23712 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
23713
23714 2005-09-28 Kim F. Storm <storm@cua.dk>
23715
23716 * emulation/cua-base.el: Set CUA move property on additional commands:
23717 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
23718 forward-sexp, backward-sexp, forward-list, backward-list.
23719
23720 2005-09-28 Romain Francoise <romain@orebokech.com>
23721
23722 * comint.el (comint-show-output): Really set point at the
23723 beginning of the output when not using `comint-use-prompt-regexp'.
23724
23725 2005-09-27 Jay Belanger <belanger@truman.edu>
23726
23727 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
23728 in TeX mode.
23729
23730 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
23731
23732 * textmodes/org.el (org-table-sum): Fix format string.
23733
23734 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
23735 Quote face names.
23736
23737 2005-09-26 Romain Francoise <romain@orebokech.com>
23738
23739 * isearch.el (isearch-forward-regexp): Close doc string.
23740
23741 2005-09-25 Richard M. Stallman <rms@gnu.org>
23742
23743 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
23744
23745 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
23746
23747 * progmodes/compile.el (compilation-error-properties):
23748 When getting the file from the previous error message,
23749 correctly decode the new data format.
23750
23751 * progmodes/cc-cmds.el (c-electric-paren):
23752 Call old-blink-paren only for close-paren.
23753
23754 2005-09-24 Andreas Schwab <schwab@suse.de>
23755
23756 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
23757 condition.
23758
23759 2005-09-25 Romain Francoise <romain@orebokech.com>
23760
23761 * dired-aux.el (dired-copy-file-recursive):
23762 * dired.el (dired-delete-file):
23763 * ediff-mult.el (ediff-dir-diff-copy-file):
23764 * ediff-util.el (ediff-test-save-region):
23765 * forms.el (forms-mode):
23766 * ido.el (ido-file-internal, ido-delete-file-at-head):
23767 * log-edit.el (log-edit-done):
23768 * ses.el (ses-yank-resize):
23769 * play/gomoku.el (gomoku-human-plays, gomoku)
23770 (gomoku-human-resigns, gomoku-prompt-for-other-game)
23771 (gomoku-offer-a-draw):
23772 * play/landmark.el (lm-human-resigns, lm):
23773 * net/eudcb-ldap.el (eudc-ldap-check-base):
23774 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
23775 * progmodes/ebrowse.el (ebrowse-find-pattern):
23776 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
23777 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
23778 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
23779
23780 * vc.el (vc-delete-file):
23781 * play/gomoku.el (gomoku-terminate-game, gomoku)
23782 (gomoku-prompt-for-move, gomoku-human-takes-back):
23783 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
23784 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
23785
23786 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
23787
23788 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
23789 color rxvt terminals by using the code xterm.el used to use before
23790 2005-04-09 in order to match the colors used by rxvt.
23791
23792 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
23793
23794 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
23795 colors rxvt-unicode terminals by using the same code as xterm.el.
23796
23797 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
23798
23799 * textmodes/tex-mode.el (tex-font-lock-append-prop)
23800 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
23801 new symbol used for the tex-verbatim face.
23802
23803 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
23804
23805 * woman.el (woman-file-name):
23806 * wid-edit.el (widget-file-prompt-value)
23807 (widget-coding-system-prompt-value):
23808 * w32-fns.el (set-w32-system-coding-system):
23809 * vc.el (vc-version-diff, vc-annotate):
23810 * textmodes/reftex-auc.el (reftex-arg-cite)
23811 (reftex-arg-index-tag):
23812 * textmodes/refer.el (refer-get-bib-files):
23813 * textmodes/artist.el (artist-figlet-choose-font):
23814 * terminal.el (terminal-emulator):
23815 * replace.el (occur-read-primary-args):
23816 * rect.el (string-rectangle, string-insert-rectangle):
23817 * ps-print.el (ps-print-preprint):
23818 * progmodes/pascal.el (pascal-goto-defun):
23819 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
23820 * progmodes/compile.el (compilation-find-file):
23821 * printing.el (pr-interactive-n-up):
23822 * play/animate.el (animate-birthday-present):
23823 * net/rcompile.el (remote-compile):
23824 * man.el (man, Man-goto-section, Man-follow-manual-reference):
23825 * mail/rmailsum.el (rmail-summary-search-backward)
23826 (rmail-summary-search):
23827 * mail/rmailout.el (rmail-output-read-rmail-file-name)
23828 (rmail-output-read-file-name):
23829 * mail/rmail.el (rmail-search, rmail-search-backwards):
23830 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
23831 * locate.el (locate):
23832 * international/quail.el (quail-show-keyboard-layout):
23833 * international/mule.el (set-buffer-file-coding-system)
23834 (revert-buffer-with-coding-system, set-file-name-coding-system)
23835 (set-terminal-coding-system, set-keyboard-coding-system)
23836 (set-next-selection-coding-system):
23837 * international/mule-diag.el (describe-coding-system)
23838 (describe-font, describe-fontset):
23839 * international/mule-cmds.el (universal-coding-system-argument)
23840 (search-unencodable-char, describe-input-method)
23841 (set-language-environment, describe-language-environment):
23842 * international/codepage.el (codepage-setup):
23843 * international/code-pages.el (codepage-setup):
23844 * info.el (Info-search, Info-follow-reference)
23845 (Info-search-backward):
23846 * emacs-lisp/advice.el (ad-read-advised-function)
23847 (ad-read-advice-class, ad-clear-cache, ad-activate)
23848 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
23849 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
23850 (ad-read-regexp):
23851 * ediff-util.el (ediff-toggle-regexp-match):
23852 * ediff-ptch.el (ediff-prompt-for-patch-file):
23853 * dired-aux.el (dired-diff):
23854 * diff.el (diff):
23855 * cus-edit.el (custom-variable-prompt):
23856 * calendar/timeclock.el (timeclock-ask-for-project):
23857 * calc/calcalg3.el (calc-get-fit-variables):
23858 * calc/calc-store.el (calc-edit-variable)
23859 (calc-permanent-variable):
23860 * vc-mcvs.el (vc-mcvs-register):
23861 * shadowfile.el (shadow-define-literal-group):
23862 * woman.el (woman-file-name):
23863 * vc.el (vc-version-diff, vc-merge):
23864 * textmodes/reftex-index.el (reftex-index-complete-tag):
23865 * format.el (format-decode-buffer, format-decode-region):
23866 * emulation/viper-cmd.el (viper-read-string-with-history):
23867 * emacs-lisp/debug.el (cancel-debug-on-entry):
23868 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
23869 * ediff.el (ediff-merge-revisions)
23870 (ediff-merge-revisions-with-ancestor, ediff-revision):
23871 * completion.el (interactive-completion-string-reader):
23872 * calc/calc-prog.el (calc-user-define-formula):
23873 Follow convention for reading with the minibuffer.
23874
23875 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
23876
23877 * progmodes/python.el (python-describe-symbol): Add globals() and
23878 locals() to the arguments of emacs.ehelp.
23879
23880 2005-09-24 Magnus Henoch <mange@freemail.hu>
23881
23882 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
23883 New function, code extracted from ispell-valid-dictionary-list.
23884 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
23885 Call it.
23886
23887 2005-09-24 Eli Zaretskii <eliz@gnu.org>
23888
23889 * subr.el (version-regexp-alist): Extend valid syntax for version
23890 strings: allow any of the characters -,_,+ to separate the
23891 alpha/beta/rc part from the version part. Doc fix.
23892 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
23893
23894 2005-09-23 David Reitter <david.reitter@gmail.com>
23895
23896 * mail/mailclient.el: New file.
23897
23898 2005-09-23 Richard M. Stallman <rms@gnu.org>
23899
23900 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
23901 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
23902 Doc fixes.
23903
23904 * progmodes/cc-mode.el (c-font-lock-init):
23905 Specify font-lock-lines-before.
23906
23907 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
23908
23909 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
23910 whole conflict.
23911
23912 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
23913
23914 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
23915 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
23916 of `remap' feature when available. Additional key bindings for
23917 better tty support.
23918 (org-mode-restart, org-force-self-insert): New commands.
23919 (org-time-stamp-inactive): New command.
23920 (org-remap): New function.
23921 (org-table-auto-blank-field, org-level-color-stars-only): New options.
23922 (org-enable-fixed-width-editor): Move to `org-structure'
23923 customization group.
23924 (org-self-insert-command, orgtbl-self-insert-command): Modify to
23925 blank field after field motion commands.
23926
23927 2005-09-23 Kenichi Handa <handa@m17n.org>
23928
23929 * international/mule-cmds.el (set-language-environment):
23930 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
23931 have to call utf-translate-cjk-load-tables.
23932
23933 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
23934
23935 * mouse.el (mouse-move-drag-overlay): Fix last change.
23936
23937 2005-09-22 David Ponce <david@dponce.com>
23938
23939 * tree-widget.el (tree-widget-value-create): Fix previous change.
23940
23941 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
23942
23943 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
23944
23945 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
23946
23947 * mouse.el (mouse-move-drag-overlay): New function.
23948 (mouse-drag-region-1): Use it.
23949 Try to simplify a bit the state handling. Handle clicks on links
23950 inside intangible areas.
23951 (mouse-save-then-kill): Minor simplification.
23952 (mouse-secondary-overlay): Make it always non-nil instead of
23953 recreating it each time.
23954 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
23955 (mouse-kill-secondary, mouse-secondary-save-then-kill):
23956 Simplify accordingly.
23957
23958 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
23959
23960 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
23961
23962 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
23963
23964 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
23965 (ediff-file-name-sans-prefix): Treat nil as an empty string.
23966 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
23967 to patch.
23968
23969 * ediff-util.el: Use insert-buffer-substring.
23970
23971 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
23972
23973 * emulation/viper-cmd.el (viper-change-state): Don't move over the
23974 field boundaries in the minibuffer.
23975 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
23976 (viper-minibuffer-post-command-hook): New hook.
23977 (viper-line): Don't move cursor at bolp.
23978
23979 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
23980
23981 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
23982 avoid compiler warnings.
23983
23984 * emulation/viper-macs.el (ex-map): Better messages.
23985
23986 * emulation/viper-utils.el (viper-beginning-of-field): New function.
23987
23988 * emulation/viper.el: Replace make-variable-buffer-local with
23989 viper-make-variable-buffer-local everywhere, to avoid warnings.
23990
23991 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
23992
23993 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
23994 Delete unused var `old-selected-window'.
23995 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
23996 (mouse-drag-secondary): Delete unused var `start-frame'.
23997
23998 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
23999
24000 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
24001
24002 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
24003
24004 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
24005 Re-indent within 80 columns. Use inhibit-read-only.
24006
24007 2005-09-19 Romain Francoise <romain@orebokech.com>
24008
24009 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
24010
24011 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
24012
24013 * font-lock.el (font-lock-default-fontify-region): Don't add a line
24014 unconditionally, since the after-change-function already did it.
24015
24016 2005-09-19 Miles Bader <miles@gnu.org>
24017
24018 * net/newsticker.el: Get rid of CVS keyword.
24019
24020 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
24021
24022 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
24023 The prompt is formatted later.
24024
24025 2005-09-19 David Ponce <david@dponce.com>
24026
24027 * tree-widget.el (tree-widget-value-create): Save the converted
24028 tree :node widget.
24029
24030 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
24031
24032 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
24033 variable `message'.
24034
24035 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
24036
24037 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
24038 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
24039 <slawomir.nowaczyk.847@student.lu.se>.
24040
24041 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
24042
24043 * image.el (image-load-path): Use symbol `data-directory' instead
24044 of its value, for backward compatibility with packages that bind
24045 it during `find-image'. Suggested by Katsumi Yamaoka.
24046 (image-search-load-path): Handle symbols whose values are strings.
24047
24048 2005-09-18 Romain Francoise <romain@orebokech.com>
24049
24050 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
24051 with-current-buffer form in save-excursion.
24052
24053 2005-09-18 Deepak Goel <deego@gnufans.org>
24054
24055 * apropos.el (apropos-command): Fix `message' call: first arg
24056 should be a format spec. In this and all other cases that appear
24057 below and elsewhere in the source code, I made a change only when
24058 two conditions were satisfied: [1] I can think of a possibility
24059 that the arguments would cause an error, for example, the code in
24060 question relies on external variables such as filenames. [2] I
24061 was sure that the arg to `message' could not have been nil in the code.
24062
24063 * textmodes/tildify.el (tildify-region): Ditto.
24064
24065 * textmodes/reftex-index.el (reftex-index-change-entry)
24066 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
24067 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
24068 * textmodes/org.el (org-complete, org-deadline, org-schedule)
24069 (org-priority, org-table-sum):
24070 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
24071 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
24072 (flyspell-word, flyspell-display-next-corrections):
24073 * textmodes/bibtex.el (bibtex-print-help-message):
24074 * textmodes/artist.el (artist-key-set-point-poly):
24075 * term/mac-win.el (mac-services-insert-text):
24076 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
24077 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
24078 (vhdl-port-paste-testbench, vhdl-compose-new-component)
24079 (vhdl-compose-configuration):
24080 * progmodes/sh-script.el (sh-blink, sh-show-indent)
24081 (sh-set-indent, sh-learn-line-indent):
24082 * progmodes/ps-mode.el (ps-mode-target-column):
24083 * progmodes/idlwave.el (idlwave-make-tags)
24084 (idlwave-scan-library-catalogs):
24085 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
24086 * progmodes/gud.el (gud-jdb-analyze-source):
24087 * progmodes/flymake.el (flymake-log):
24088 * progmodes/ebnf2ps.el (ebnf-generate-region):
24089 * progmodes/cmacexp.el (c-macro-expansion):
24090 * progmodes/ada-xref.el (ada-treat-cmd-string):
24091 * progmodes/ada-mode.el (ada-create-case-exception-substring)
24092 (ada-justified-indent-current, ada-batch-reformat):
24093 * play/zone.el (zone):
24094 * play/landmark.el (lm-move):
24095 * play/decipher.el (decipher-show-alphabet):
24096 * net/newsticker.el (newsticker--display-jump)
24097 (newsticker--display-scroll):
24098 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
24099 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
24100 * mail/feedmail.el (feedmail-dump-message-to-queue):
24101 * eshell/esh-proc.el (eshell-remove-process-entry):
24102 * emulation/ws-mode.el (ws-last-error):
24103 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
24104 (viper-record-kbd-macro):
24105 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
24106 * emacs-lisp/lisp-mnt.el (lm-report-bug):
24107 * emacs-lisp/find-func.el (find-function-noselect):
24108 * calendar/timeclock.el (timeclock-status-string)
24109 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
24110 (timeclock-when-to-leave-string):
24111 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
24112 * calc/calc-units.el (calc-enter-units-table):
24113 * calc/calc-mode.el (calc-mode-record-mode):
24114 * woman.el (woman-mini-help):
24115 * wdired.el (wdired-change-to-wdired-mode):
24116 * vc.el (vc-retrieve-snapshot):
24117 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
24118 * startup.el (display-startup-echo-area-message):
24119 * simple.el (set-goal-column):
24120 * ses.el (ses-command-hook, ses-recalculate-cell):
24121 * server.el (server-process-filter):
24122 * printing.el (pr-interface-txt-print, pr-interface-printify)
24123 (pr-interface-ps):
24124 * pcvs.el (cvs-help):
24125 * log-edit.el (log-edit, log-edit-mode-help):
24126 * iswitchb.el (iswitchb-possible-new-buffer):
24127 * isearch.el (isearch-edit-string):
24128 * image-mode.el (image-mode, image-minor-mode):
24129 * ibuf-macs.el (define-ibuffer-filter):
24130 * hi-lock.el (hi-lock-find-patterns):
24131 * files.el (toggle-read-only):
24132 * ediff-util.el (ediff-copy-diff)
24133 (ediff-write-merge-buffer-and-maybe-kill):
24134 * echistory.el (Electric-history-undefined):
24135 * dnd.el (dnd-insert-text):
24136 * dired-aux.el (dired-query):
24137 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
24138 * bookmark.el (bookmark-bmenu-locate):
24139 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
24140 Fix `message' calls to ensure first arg is a format string.
24141 The change was made only when these two conditions were satisfied:
24142 [1] when there is a possibility that the arguments would cause an error
24143 for example, if the code in question relies on external variables
24144 such as filenames, and
24145 [2] if the arg to `message' could not have been nil in the code.
24146
24147 * pcomplete.el (pcomplete--help): Fix `message' format spec.
24148 Not having a %s would be weird, though not technically wrong.
24149
24150 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24151
24152 * term/mac-win.el (mac-add-charset-info): Doc fix.
24153
24154 2005-09-17 Romain Francoise <romain@orebokech.com>
24155
24156 * shell.el (shell-resync-dirs): Handle echoing processes more
24157 reliably. Don't insert resync command if `comint-process-echoes'
24158 is non-nil.
24159
24160 2005-09-17 Magnus Henoch <mange@freemail.hu>
24161
24162 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
24163 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
24164 aspell versions >= 0.60.
24165 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
24166 only if ispell-aspell-supports-utf8 is non-nil.
24167
24168 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
24169
24170 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
24171 buffer-local value to lisp-indent-function.
24172
24173 2005-09-17 Milan Zamazal <pdm@zamazal.org>
24174
24175 * progmodes/glasses.el (glasses-make-readable): If
24176 glasses-separator differs from underscore, put appropriate
24177 overlays over underscore characters.
24178 (glasses-convert-to-unreadable): If glasses-separator differs from
24179 underscore, try to convert glasses-separator characters to
24180 underscores.
24181
24182 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
24183
24184 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
24185 Use with-syntax-table and dolist.
24186
24187 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
24188
24189 * textmodes/reftex-auc.el:
24190 * textmodes/reftex-cite.el:
24191 * textmodes/reftex-dcr.el:
24192 * textmodes/reftex-global.el:
24193 * textmodes/reftex-parse.el:
24194 * textmodes/reftex-ref.el:
24195 * textmodes/reftex-sel.el:
24196 * textmodes/reftex-toc.el:
24197 * textmodes/reftex-vars.el:
24198 * textmodes/reftex.el: Small changes to remove compiler warnings.
24199
24200 * textmodes/reftex-index.el: Likewise.
24201 (reftex-query-index-phrase): More efficient use of markers.
24202
24203 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
24204
24205 * image.el (image-load-path): New variable.
24206 (image-search-load-path): New function.
24207 (find-image): Search for images in `image-load-path'.
24208
24209 2005-09-15 Richard M. Stallman <rms@gnu.org>
24210
24211 * follow.el: Change Maintainer field.
24212
24213 2005-09-15 David Ponce <david@dponce.com>
24214
24215 * recentf.el (recentf-save-file-modes): New option.
24216 (recentf-save-list): Use it.
24217
24218 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
24219
24220 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
24221 (mode-line-mule-info, mode-line-modified): Move bindings from
24222 mouse-3 to mouse-1.
24223
24224 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
24225
24226 * simple.el (sendmail-user-agent-compose): Revert last change.
24227
24228 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
24229
24230 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
24231 Use with-current-buffer.
24232 (ange-ftp-gwp-start): Remove unused var `gw-user'.
24233 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
24234 (ange-ftp-insert-directory): Remove unused var `short'.
24235 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
24236
24237 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
24238 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
24239
24240 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
24241 (check-calendar-holidays, diary-list-entries): Autoload.
24242 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
24243 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
24244
24245 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
24246 which mistakenly removed a call to display-buffer.
24247
24248 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
24249
24250 * obsolete/iso-insert.el: Move to obsolete/ from international/.
24251
24252 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
24253
24254 * progmodes/hideshow.el
24255 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
24256 (hs-allow-nesting): New user var.
24257 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
24258 (hs-hide-block-at-point): When nesting allowed,
24259 if there is already an overlay in place, delete it.
24260 (hs-safety-is-job-n): Delete func; remove call sites.
24261 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
24262 (hs-overlay-at): New func.
24263 (hs-already-hidden-p, hs-show-block): Use it.
24264 (hs-hide-all): Don't pre-clean if nesting allowed.
24265 (hs-show-all): Temporarily disallow
24266 nesting around call to `hs-discard-overlays'.
24267
24268 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
24269
24270 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
24271 Delete unused local var.
24272
24273 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
24274
24275 * help-fns.el (describe-categories): "?\ " -> "?\s".
24276 (help-do-arg-highlight): Recognize also ARG-n, as in
24277 `move-to-left-margin' (ARG+n is already recognized). Simplify.
24278
24279 * international/codepage.el (dos-unsupported-char-glyph):
24280 * net/newsticker.el (tool-bar-map, w3-mode-map)
24281 (w3m-minor-mode-map):
24282 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
24283 (ent-alist):
24284 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
24285
24286 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
24287
24288 * custom.el (custom-push-theme): Handle the case where a symbol is
24289 bound but face properties have not yet been assigned.
24290
24291 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
24292 Fix behavior if noerase is `t' and there is no mail buffer.
24293
24294 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
24295 if `continue' is nil, rather than signal an error.
24296
24297 2005-09-12 Richard M. Stallman <rms@gnu.org>
24298
24299 * font-lock.el (font-lock-keywords): Add autoload.
24300
24301 * help-fns.el (describe-variable): Rearrange to put source link
24302 in a predictable place.
24303
24304 * net/newsticker.el: New file.
24305
24306 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
24307
24308 * calendar/calendar.el (calendar-for-loop): Add edebug info.
24309 (calendar-basic-setup): Use the new nil arg.
24310 (number-of-diary-entries): Move to diary-lib.el.
24311
24312 * calendar/diary-lib.el: Use with-current-buffer, match-string.
24313 (diary-list-entries): Use with-syntax-table and dolist.
24314 Rename from list-diary-entries.
24315 Use number-of-diary-entries if `number' is nil.
24316 (diary, diary-view-entries): Use this new name and new nil arg value.
24317 (number-of-diary-entries): Move from calendar.el.
24318 (diary-unhide-everything): New function.
24319 (include-other-diary-files, fancy-diary-display)
24320 (diary-show-all-entries, make-diary-entry): Use it.
24321 (diary-mail-entries): Use buffer-string.
24322 (mark-diary-entries): Fix long standing paren typo.
24323 (diary-sexp-entry): Use count-lines.
24324 (make-diary-entry): Avoid `previous-line'.
24325 (diary-mode-map): New var.
24326 (diary-mode): Redraw cal after saving. Setup header-line.
24327 (fancy-diary-display-mode): Use local-set-key.
24328
24329 * startup.el (command-line): Try calling various terminal-init-foo-bar
24330 functions by stripping hyphenated suffixes from $TERM.
24331
24332 * files.el (normal-mode): Check boundness of font-lock-keywords.
24333
24334 2005-09-12 Richard M. Stallman <rms@gnu.org>
24335
24336 * progmodes/compile.el: Don't decide a file's directory
24337 until the user actually tries to go there.
24338 (compilation-next-error-function):
24339 Pass compilation-find-file the directory from the file-struct.
24340 (compilation-internal-error-properties): Separate local FILE-STRUCT
24341 from FILE. Doc the args better. Rename arg FMT to FMTS.
24342 (compilation-find-file): Arg DIR renamed to DIRECTORY.
24343 Expand it, and if nil, use default-directory.
24344 (compilation-get-file-structure): Don't mix specified directory
24345 with default directory. Put specified directory into
24346 file-struct. Don't make the file name absolute.
24347
24348 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
24349 (compile-command): Add autoload.
24350 (compilation-disable-input): Add autoload.
24351
24352 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
24353
24354 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
24355 strings of the variables it can override.
24356 (time-stamp): New (as yet undocumented) time-stamp-format escapes
24357 %Q and %q, for fully-qualified domain name and unqualified host name.
24358
24359 2005-09-11 Kim F. Storm <storm@cua.dk>
24360
24361 * emacs-lisp/authors.el (authors-aliases): Update list.
24362 (authors-fixed-entries): Update mldrag.el entry.
24363
24364 2005-09-10 Alan Mackenzie <acm@muc.de>
24365
24366 * textmodes/page.el (narrow-to-page): Exclude _entire_ multi-line
24367 delimiter from the region narrowed to.
24368
24369 2005-09-10 Magnus Henoch <mange@freemail.hu>
24370
24371 * textmodes/ispell.el (ispell-check-version): Signal an error if
24372 aspell version is less than 0.60.
24373
24374 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
24375
24376 * progmodes/octave-inf.el (inferior-octave-startup):
24377 Resync current dir at the end.
24378
24379 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
24380
24381 * woman.el (woman-topic-at-point-default):
24382 Rename to woman-use-topic-at-point-default.
24383 (woman-topic-at-point): Rename to woman-use-topic-at-point.
24384 (woman-file-name): Reflect renames above. Automatically use the
24385 word at point as topic if woman-use-topic-at-point is non-nil.
24386 Otherwise offer it as default but don't insert it in the
24387 minibuffer. Also use `test-completion' instead of `assoc' as
24388 suggested by Stefan Monnier.
24389
24390 2005-09-10 Andre Spiegel <spiegel@gnu.org>
24391
24392 * vc.el (vc-directory, vc-update-change-log): Throw an error on
24393 the attempt to do it over Tramp. This is not yet supported.
24394
24395 2005-09-10 Eli Zaretskii <eliz@gnu.org>
24396
24397 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
24398 (menu-bar-non-minibuffer-window-p): New functions.
24399 ("Split Window", "Save As..."): Use them.
24400 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
24401 ("Print Buffer", "Truncate Long Lines in this Buffer"):
24402 Use menu-bar-menu-frame-live-and-visible-p.
24403 ("Save Buffer", "Insert File", "Open Directory...")
24404 ("Open File...", "Visit New File..."):
24405 Use menu-bar-non-minibuffer-window-p.
24406 (kill-this-buffer-enabled-p, dired <menu-enable>):
24407 Use menu-bar-non-minibuffer-window-p.
24408
24409 2005-09-09 Eli Zaretskii <eliz@gnu.org>
24410
24411 * cus-start.el (all): Don't complain about fringe-related
24412 built-ins if fringes are not supported. Ditto about
24413 selection-related built-ins. Fix the test for GTK-related built-ins.
24414
24415 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
24416 ("Postscript Print Buffer", "Print Region", "Save As...")
24417 ("Save", "Insert File...", "Open Directory...")
24418 ("Open File...", "Visit New File..."")
24419 ("Truncate Long Lines in this Buffer"): Don't look at
24420 menu-updating-frame if this display does not support multiple frames.
24421
24422 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
24423
24424 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
24425
24426 2005-09-09 Emilio C. Lopes <eclig@gmx.net>
24427
24428 * woman.el: Format- and whitespace-related changes.
24429
24430 2005-09-09 Eli Zaretskii <eliz@gnu.org>
24431
24432 * woman.el: Fix my email address.
24433
24434 2005-09-08 Richard M. Stallman <rms@gnu.org>
24435
24436 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
24437 (sh-mode): Locally set skeleton-pair-default-alist.
24438
24439 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
24440
24441 * progmodes/flymake.el: Require `compile' unconditionally.
24442
24443 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
24444
24445 * woman.el (woman-file-name): Provide a default, not initial input.
24446
24447 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
24448
24449 * font-lock.el (font-lock-support-mode): Doc fix.
24450
24451 * descr-text.el (describe-property-list): Handle non-symbol prop names.
24452
24453 2005-09-08 Richard M. Stallman <rms@gnu.org>
24454
24455 * simple.el (blink-matching-open): Get rid of text props from
24456 the string shown in echo area. Don't permanently set point.
24457 Some rearrangements.
24458
24459 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
24460
24461 * recentf.el (recentf-filename-handler): Add custom choice
24462 `abbreviate-file-name'.
24463
24464 * msb.el (msb--very-many-menus): Fix typo.
24465
24466 * disp-table.el (standard-display-european): Don't set
24467 enable-multibyte-characters to nil.
24468
24469 2005-09-08 David Ponce <david@dponce.com>
24470
24471 * recentf.el (recentf-show-file-shortcuts-flag): New option.
24472 (recentf-expand-file-name): Doc fix.
24473 (recentf-dialog-mode-map): Define digit shortcuts.
24474 (recentf--files-with-key): New variable.
24475 (recentf-show-digit-shortcut-filter): New function.
24476 (recentf-open-files-items): New function.
24477 (recentf-open-files): Use it.
24478 (recentf-open-file-with-key): New command.
24479
24480 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
24481
24482 * buff-menu.el (Buffer-menu-sort-by-column): New function.
24483 Suggested by Kim F. Storm.
24484 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
24485 (Buffer-menu-make-sort-button): Use global keymap.
24486
24487 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
24488
24489 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
24490 (Man-getpage-in-background-advice): Remove defadvice; it isn't
24491 necessary any longer with the remapped command.
24492 (Man-bgproc-sentinel-advice): Remove defadvice which counts
24493 formatting time only.
24494
24495 * net/tramp.el (tramp-action-password)
24496 (tramp-multi-action-password): Compile the password prompt from
24497 `method', `user' and `host'. Sometimes it isn't obvious which
24498 password to enter, for example with remote files offered by
24499 recentf.el, or with multiple steps. Suggested by Robert Marshall
24500 <robert@chezmarshall.freeserve.co.uk>.
24501
24502 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
24503
24504 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
24505 Fix regexp for when "s///" is at the beginning of line.
24506
24507 2005-09-07 Jay Belanger <belanger@truman.edu>
24508
24509 * calc/calc-poly.el (math-expand-term): Multiply out any powers
24510 when in matrix mode.
24511
24512 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
24513
24514 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
24515 non-anonymous functions.
24516
24517 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
24518
24519 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
24520 when using a header line. Otherwise, use mouse-1-click-follows-link.
24521
24522 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
24523 can't be moved; don't signal an error.
24524
24525 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
24526
24527 * cus-theme.el (custom-theme-write-faces): Save the current face
24528 spec, not the defface spec.
24529
24530 * custom.el (custom-known-themes): Clarify meaning of "standard".
24531 (custom-push-theme): Save old values in the standard theme.
24532 (disable-theme): Correct typo.
24533 (custom-face-theme-value): Deleted unused function.
24534 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
24535
24536 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
24537
24538 * progmodes/compile.el (compilation-goto-locus): Take into account
24539 iconified frames when determining whether the buffer is
24540 already visible.
24541 Don't reset window height if the window already existed.
24542
24543 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
24544
24545 * custom.el (load-theme): Rename from require-theme.
24546 Add interactive spec.
24547 (enable-theme): Rename from custom-enable-theme.
24548 Add interactive spec.
24549 (disable-theme): Rename from custom-disable-theme.
24550 Add interactive spec.
24551 (custom-make-theme-feature): Doc fix.
24552 (custom-theme-directory): Doc fix.
24553 (provide-theme): Call enable-theme.
24554
24555 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
24556
24557 * obsolete/lazy-lock.el (lazy-lock-mode):
24558 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
24559 font-lock-mode if it's off. Print a warning instead.
24560
24561 * progmodes/compile.el (compilation-start): Ignore errors if the
24562 process died before we get to send-eof.
24563
24564 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
24565 Undo last change. Enclosing the result in quotes broke things on Unix
24566 since tex-send-command passes it through shell-quote-argument.
24567 (tex-send-command): Pass `file' through convert-standard-filename
24568 when possible.
24569 (tex-uptodate-p): Handle the case where TeX hasn't put additional
24570 info in a transcript.
24571
24572 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
24573
24574 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
24575 fix compilation warning. Reorder the key definitions to group
24576 together keys emitted by the current version of xterm.
24577
24578 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
24579 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
24580 Reorder predicates to correct min-color usage.
24581
24582 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
24583
24584 * longlines.el (longlines-mode): Inhibit read-only when encoding.
24585 Kill local variables when longlines-mode is turned off.
24586
24587 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
24588
24589 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
24590
24591 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
24592
24593 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
24594
24595 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
24596 (font-lock-lines-before): Change default to being inactive.
24597 (font-lock-default-fontify-region): Obey font-lock-lines-before.
24598 (font-lock-after-change-function): Don't handle f-l-lines-before here.
24599
24600 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
24601
24602 * net/tramp.el (tramp-handle-make-auto-save-file-name):
24603 Deactivate temporarily advice if active (not needed for Emacs 22,
24604 but for backwards compatibility).
24605 (tramp-exists-file-name-handler): Rewrite. First implementation
24606 was too simple.
24607 (tramp-advice-make-auto-save-file-name):
24608 Call `tramp-handle-make-auto-save-file-name' (again, just for
24609 backwards compatibility).
24610
24611 2005-08-31 Reto Zimmermann <reto@gnu.org>
24612
24613 * progmodes/vhdl-mode.el
24614 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
24615 (vhdl-end-p): Fix indentation bug "else" after "-- when".
24616 (vhdl-set-default-project): New function (easier setting of default).
24617 (vhdl-port-copy): Handle extended identifiers for generics.
24618 (vhdl-compiler-alist): Better description for error message regexp.
24619 (vhdl-make): Query for target, use previous as default.
24620 (vhdl-port-copy): Fix port copy for port names starting with "signal".
24621 (vhdl-font-lock-keywords-2): Fix fontification for record
24622 el. assign.
24623 (vhdl-speedbar-make-subpack-line): Add package body link.
24624 (vhdl-generate-makefile-1): Not include itself as dependency.
24625 (vhdl-font-lock-init): Highlight c-preprocessor directives.
24626 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
24627 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
24628 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
24629 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
24630 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
24631 (vhdl-import-project): Add string argument for `error'.
24632 (vhdl-compose-configuration)
24633 (vhdl-compose-configuration-architecture): Add configuration
24634 declaration generation.
24635 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
24636 (vhdl-trailer-re): Add "record" keyword (better indentation).
24637 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
24638 "[^ \t-\"]+".
24639 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
24640 (vhdl-testbench-entity-file-name)
24641 (vhdl-testbench-architecture-file-name): Allow separate
24642 customization of testbench file names.
24643 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
24644 (vhdl-get-visible-signals): Allow newline within alias declaration.
24645 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
24646 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
24647 (member-ignore-case): Alias for missing function in XEmacs.
24648 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
24649 (vhdl-update-sensitivity-list): Ignore case on read signals.
24650 (vhdl-replace-string): Adjust case only for file names.
24651 (vhdl-update-sensitivity-list): Fix search for read signals.
24652 (vhdl-update-sensitivity-list): Exclude formal parameters.
24653 (vhdl-get-visible-signals): Include aliases of signals.
24654 (vhdl-get-visible-signals): Fix signal name searching.
24655 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
24656 (vhdl-fixup-whitespace-region): Fix for character
24657 literals (e.g. `:').
24658
24659 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
24660
24661 * ansi-color.el (comint-last-output-start):
24662 * bs.el (font-lock-verbose):
24663 * diff-mode.el (add-log-buffer-file-name-function):
24664 * dired-x.el (vm-folder-directory):
24665 * faces.el (help-xref-stack-item):
24666 * files.el (font-lock-keywords):
24667 * find-lisp.el (dired-buffers, dired-subdir-alist):
24668 * ido.el (cua-inhibit-cua-keys):
24669 * log-view.el (cvs-minor-wrap-function):
24670 * outline.el (font-lock-warning-face):
24671 * simple.el (compilation-current-error):
24672 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
24673 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
24674 * tooltip.el (comint-prompt-regexp):
24675 * w32-fns.el (explicit-shell-file-name):
24676 * term/mac-win.el (mac-charset-info-alist)
24677 (mac-services-selection, mac-system-script-code):
24678 * term/tty-colors.el (msdos-color-values):
24679 * term/w32-win.el (xlfd-regexp-registry-subnum):
24680 * term/x-win.el (x-keysym-table, x-selection-timeout)
24681 (x-session-id, x-session-previous-id):
24682 * textmodes/ispell.el (mail-yank-prefix):
24683 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
24684 * textmodes/org.el (calc-embedded-close-formula)
24685 (calc-embedded-open-formula)
24686 (font-lock-unfontify-region-function):
24687 * textmodes/reftex-global.el (isearch-next-buffer-function)
24688 (TeX-master):
24689 * textmodes/reftex.el (font-lock-keywords):
24690 * textmodes/tex-mode.el (font-lock-comment-face)
24691 (font-lock-doc-face):
24692 * textmodes/texinfo.el (outline-heading-alist):
24693 Add defvars.
24694
24695 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
24696 (artist-spray-chars, artist-mode-init, artist-replace-string)
24697 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
24698 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
24699 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
24700
24701 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
24702 (conf-align-assignments): "?\ " -> "?\s".
24703
24704 * textmodes/reftex-index.el (TeX-master): Add defvar.
24705 (reftex-index-phrases-marker): Move up defvar.
24706
24707 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
24708 (reftex-toc-include-labels-indicator)
24709 (reftex-toc-include-index-indicator)
24710 (reftex-toc-max-level-indicator): Move up declarations.
24711
24712 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
24713 of args to `tramp-run-real-handler', even if it's empty in this case.
24714
24715 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24716
24717 * dired.el (dired-move-to-filename-regexp): Add date format for
24718 Mac OS X 10.3 in East Asian locales.
24719
24720 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
24721
24722 * files.el (make-auto-save-file-name): Add file name handler call
24723 if applicable.
24724
24725 * net/tramp.el (tramp-file-name-handler-alist)
24726 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
24727 (tramp-handle-make-auto-save-file-name): Rename from
24728 `tramp-make-auto-save-file-name'.
24729 (tramp-exists-file-name-handler): New defun.
24730 (tramp-advice-make-auto-save-file-name): Make defadvice only when
24731 `make-auto-save-file-name' is not a magic file name operation.
24732
24733 2005-08-30 Richard M. Stallman <rms@gnu.org>
24734
24735 * files.el (risky-local-variable-p):
24736 Match `-predicates' and `-commands.
24737
24738 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
24739 (custom-save-all): Visit the file if necessary;
24740 kill the buffer if we created it.
24741 (custom-save-delete): Don't visit file or kill buffer here.
24742
24743 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
24744
24745 * textmodes/org.el (org-special-keyword): New face.
24746 (org-table-copy-down, org-table-eval-formula)
24747 (org-table-recalculate, org-init-section-numbers):
24748 Use `string-to-number' instead of `string-to-int'.
24749 (org-get-location): Use `insert-buffer-substring' instead of
24750 `insert-buffer'.
24751 (org-modify-diary-entry-string): New function.
24752 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
24753 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
24754 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
24755 active region.
24756 (org-export-as-html): Handle QUOTE keyword.
24757 (org-quote-string): New option.
24758 (org-bookmark-jump-unhide): New function, used for
24759 `bookmark-after-jump-hook'.
24760 (org-diary-default-entry): Apply only when not called through
24761 `org-agenda'.
24762
24763 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
24764
24765 * net/eudc.el (mode-popup-menu):
24766 * play/handwrite.el (ps-printer-name, ps-lpr-command):
24767 * progmodes/ada-mode.el (compile-auto-highlight)
24768 (skeleton-further-elements):
24769 * progmodes/autoconf.el (font-lock-syntactic-keywords):
24770 * progmodes/cmacexp.el (msdos-shells):
24771 * progmodes/compile.el (font-lock-extra-managed-props)
24772 (font-lock-keywords, font-lock-maximum-size)
24773 (font-lock-support-mode):
24774 * progmodes/grep.el (font-lock-lines-before):
24775 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
24776 * progmodes/mixal-mode.el (compile-command):
24777 * progmodes/perl-mode.el (font-lock-comment-face)
24778 (font-lock-doc-face, font-lock-string-face):
24779 * progmodes/prolog.el (comint-prompt-regexp):
24780 * progmodes/sh-script.el (font-lock-comment-face)
24781 (font-lock-set-defaults, font-lock-string-face):
24782 * progmodes/sql.el (font-lock-keyword-face)
24783 (font-lock-set-defaults, font-lock-string-face):
24784 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
24785 (itimer-version, lazy-lock-defer-contextually)
24786 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
24787 Add defvars.
24788
24789 * progmodes/cperl-mode.el (cperl-electric-lbrace)
24790 (cperl-electric-keyword, cperl-electric-pod)
24791 (cperl-electric-backspace, cperl-forward-re)
24792 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
24793 (vc-rcs-header, vc-sccs-header): Add defvars.
24794
24795 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
24796 (font-lock-syntactic-keywords, gud-find-expr-function):
24797 Add defvars.
24798
24799 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
24800 (gdb-frame-parameters): Declare before use.
24801
24802 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
24803 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
24804 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
24805 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
24806
24807 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
24808 (idlwave-help-with-source): Use `insert-buffer-substring', not
24809 `insert-buffer'.
24810
24811 2005-08-29 Juri Linkov <juri@jurta.org>
24812
24813 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
24814 Put outline-back-to-heading function call inside save-excursion.
24815
24816 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
24817
24818 * man.el (Man-init-defvars, Man-translate-references)
24819 (Man-support-local-filenames, Man-highlight-references):
24820 * progmodes/sql.el (sql-interactive-mode):
24821 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
24822
24823 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
24824 (compilation-mode-font-lock-keywords): Add defvars.
24825 (checkdoc-interactive-loop): "?\ " -> "?\s".
24826
24827 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
24828 (font-lock-doc-face, font-lock-string-face)
24829 (font-lock-keywords-case-fold-search): Add defvars.
24830 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
24831
24832 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
24833 Don't pass X and Y (they are ignored anyway).
24834 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
24835 (mouse-delete-window): Make arguments optional.
24836
24837 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
24838 (caesar-translate-table, minor-modes, news-buffer-save)
24839 (news-group-name, news-minor-modes): Add defvars.
24840
24841 * emacs-lisp/lselect.el (mouse-highlight-priority)
24842 (x-lost-selection-functions, zmacs-regions):
24843 * emacs-lisp/pp.el (font-lock-verbose):
24844 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
24845 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
24846 (ses-mode-map):
24847 * emacs-lisp/tcover-unsafep.el (safe-functions):
24848 * international/mule-cmds.el (mac-system-coding-system)
24849 (mac-system-locale):
24850 * language/ethio-util.el (rmail-current-message)
24851 (rmail-message-vector):
24852 * language/thai-util.el (thai-auto-composition-mode):
24853 * mail/metamail.el (rmail-current-message, rmail-message-vector):
24854 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
24855 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
24856 (vm-primary-inbox, vm-spool-files):
24857 * mail/rmail.el (deleted-head, font-lock-fontified)
24858 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
24859 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
24860 (total-messages):
24861 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
24862 (rmail-summary-mode-map):
24863 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
24864 (rmail-last-label, rmail-last-multi-labels)
24865 (rmail-summary-vector, rmail-total-messages):
24866 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
24867 * mail/rmailsum.el (msgnum):
24868 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
24869 (rmail-current-message):
24870 * obsolete/fast-lock.el (font-lock-face-list):
24871 * obsolete/rnewspost.el (mail-reply-buffer):
24872 * obsolete/scribe.el (compile-command):
24873 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
24874
24875 2005-08-28 John Paul Wallington <jpw@gnu.org>
24876
24877 * ibuf-ext.el (ibuffer-auto-update-changed):
24878 Use `frame-or-buffer-changed-p' to check whether we need to update.
24879 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
24880 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
24881 as a `frame-or-buffer-changed-p' state vector instead.
24882
24883 2005-08-27 Romain Francoise <romain@orebokech.com>
24884
24885 * textmodes/makeinfo.el (makeinfo-compile):
24886 Use `compilation-start'. Set `next-error-function' according to
24887 `disable-errors'.
24888 (makeinfo-next-error): New function.
24889 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
24890 (makeinfo-buffer): Likewise.
24891
24892 * progmodes/compile.el (compilation-start): Add autoload cookie.
24893
24894 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
24895 * textmodes/sgml-mode.el: Likewise.
24896 * progmodes/python.el: Likewise.
24897
24898 2005-08-27 Eli Zaretskii <eliz@gnu.org>
24899
24900 * simple.el (blink-matching-paren-distance): Document the meaning
24901 of nil value, and allow to customize to nil.
24902
24903 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
24904 command.com, not command.exe.
24905
24906 2005-08-26 John Wiegley <johnw@newartisans.com>
24907
24908 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
24909 code around a bit so that an extraneous nil argument is not added
24910 to a command when no args are given.
24911
24912 * eshell/esh-arg.el (eshell-parse-double-quote): If a
24913 double-quoted argument resolves to nil, return it as an empty
24914 string rather than as nil. This made it impossible to pass "" to
24915 a shell script as a null string argument.
24916
24917 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
24918
24919 * outline.el (outline-invent-heading): New fun.
24920 (outline-promote, outline-demote): Use it.
24921 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
24922 (outline-end-of-subtree): Remove unused var `opoint'.
24923
24924 2005-08-26 David Reitter <david.reitter@gmail.com>
24925
24926 * menu-bar.el (truncate-lines, write-file, print-buffer)
24927 (ps-print-buffer-faces, ps-print-buffer, split-window):
24928 Disable menu items when the frame they refer to is invisible, or when
24929 they refer to a buffer and the minibuffer is selected.
24930
24931 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
24932
24933 * progmodes/flymake.el (flymake-highlight-err-lines):
24934 Use save-excursion around flymake-highlight-line to preserve point.
24935
24936 2005-08-26 Eli Zaretskii <eliz@gnu.org>
24937
24938 * progmodes/octave-mod.el: Change Author and Maintainer address.
24939 (octave-maintainer-address): Change Kurt's email address.
24940 * progmodes/octave-inf.el: Change Author and Maintainer address.
24941 * progmodes/octave-hlp.el: Change Author and Maintainer address.
24942
24943 2005-08-26 Kim F. Storm <storm@cua.dk>
24944
24945 * subr.el (version-list-<, version-list-<=, version-list-=):
24946 Rename from integer-list-*.
24947 (version-list-not-zero): Likewise. Fix while loop.
24948 (version=): Use version-list-= instead of string-equal.
24949
24950 2005-08-26 Richard M. Stallman <rms@gnu.org>
24951
24952 * outline.el (outline-promote): Try shortening the heading.
24953 As last resort, read the heading to use.
24954 (outline-demote): As last resort, read the heading to use.
24955
24956 2005-08-26 Romain Francoise <romain@orebokech.com>
24957
24958 * progmodes/compile.el (compilation-start): Doc fix.
24959
24960 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
24961 (antlr-font-lock-additional-keywords): Fix reference to
24962 `antlr-font-lock-literal-regexp' erroneously changed during the
24963 mass face rename.
24964 (antlr-run-tool): Use `compilation-start'.
24965
24966 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
24967 instead of the obsolete `compile-internal'.
24968
24969 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
24970
24971 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
24972 (number, original-date):
24973 * calendar/cal-china.el (date):
24974 * calendar/cal-coptic.el (date):
24975 * calendar/cal-french.el (date):
24976 * calendar/cal-hebrew.el (date, entry, number, original-date):
24977 * calendar/cal-islam.el (date, number, original-date):
24978 * calendar/cal-iso.el (date):
24979 * calendar/cal-julian.el (date):
24980 * calendar/cal-mayan.el (date):
24981 * calendar/cal-menu.el (date, event):
24982 * calendar/cal-persia.el (date):
24983 * calendar/lunar.el (date):
24984 * calendar/solar.el (date): Add defvars.
24985
24986 * emerge.el:
24987 * ibuffer.el:
24988 * info-xref.el:
24989 * obsolete/bg-mouse.el:
24990 * obsolete/sun-curs.el:
24991 * obsolete/swedish.el: Move the `defvar's to the top level.
24992
24993 * smerge-mode.el (smerge-refined-change): Add :group.
24994
24995 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
24996
24997 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
24998 (smerge-keep-n): Remove props.
24999 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
25000 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
25001 now that it's done in smerge-keep-n.
25002 (smerge-refined-change): New face.
25003 (smerge-refine-chopup-region, smerge-refine-highlight-change)
25004 (smerge-refine): New funs.
25005 (smerge-basic-map): Bind smerge-refine.
25006
25007 2005-08-25 Juri Linkov <juri@jurta.org>
25008
25009 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
25010 compilation-process-setup-function and compilation-disable-input
25011 in grep-mode instead of let-bindings in grep.
25012
25013 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
25014 Delete "Automatic File De/compression" (auto-compression-mode).
25015
25016 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
25017
25018 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
25019 Silence warning about non-existent variable.
25020
25021 2005-08-25 Richard M. Stallman <rms@gnu.org>
25022
25023 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
25024 Rename "Describe Key" to "Describe Key or Mouse Operation".
25025
25026 * mail/mailalias.el (build-mail-aliases): Delete comments
25027 from the contents before processing them.
25028
25029 * isearch.el (isearch-edit-string): Erase the Search prompt
25030 if user enters an empty string and there is no default.
25031
25032 * comint.el (comint-file-name-prefix): Add autoload.
25033
25034 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
25035
25036 * subr.el (play-sound): Rearrange to avoid warning.
25037
25038 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
25039
25040 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
25041 New hook.
25042 (add-to-diary-list): Call `diary-modify-entry-list-string-function'.
25043
25044 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
25045
25046 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
25047
25048 * custom.el (custom-theme-set-variables): Sort minor modes last.
25049
25050 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
25051
25052 * subr.el (version-separator, version-regexp-alist): New vars used by
25053 version comparison funs.
25054 (integer-list-<, integer-list-=, integer-list-<=)
25055 (integer-list-not-zero): New funs for integer list comparison.
25056 (version-to-list, version=, version<, version<=): New funs for version
25057 comparison.
25058
25059 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
25060
25061 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
25062 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
25063 time to silence the byte-compiler.
25064
25065 * ibuffer.el (ibuffer-compile-make-eliding-form)
25066 (ibuffer-check-formats): Use `with-no-warnings' to hide references
25067 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
25068 so it's silly to get warnings for it).
25069 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
25070 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
25071 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
25072 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
25073 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
25074 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
25075 Defvar at compile time.
25076 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
25077 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
25078 Declare them before use.
25079
25080 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
25081 (info-xref-good, info-xref-bad): Defvar at compile time.
25082
25083 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
25084 Use `let*' instead of `let'.
25085
25086 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
25087 (*mouse-y*, menu, char): Defvar at compile time.
25088 (sc::menu): Declare it before use.
25089 (sc::pack-one-line): Use `let', not `let*'.
25090
25091 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
25092 (mail-send-hook): Defvar at compile time.
25093
25094 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
25095 Defvar at compile time.
25096
25097 * term/sun-mouse.el (current-global-mousemap)
25098 (current-local-mousemap): Declare them before use.
25099
25100 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
25101
25102 * bookmark.el (bookmark-after-jump-hook): New hook.
25103 (bookmark-jump): Run `bookmark-after-jump-hook'.
25104
25105 2005-08-23 Juri Linkov <juri@jurta.org>
25106
25107 * faces.el (minibuffer-prompt): Doc fix.
25108
25109 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
25110
25111 * progmodes/xscheme.el: Trivial changes to silence warnings.
25112 (xscheme-previous-mode, xscheme-previous-process-state):
25113 Add defvars.
25114 (xscheme-last-input-end, xscheme-process-command-line)
25115 (xscheme-process-name, xscheme-buffer-name)
25116 (xscheme-expressions-ring-max, xscheme-expressions-ring)
25117 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
25118 (xscheme-control-g-synchronization-p)
25119 (xscheme-control-g-disabled-p, xscheme-string-receiver)
25120 (default-xscheme-runlight, xscheme-runlight)
25121 (xscheme-runlight-string, xscheme-process-filter-state)
25122 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
25123 Move to beginning of file.
25124 (scheme-interaction-mode-commands-alist)
25125 (scheme-interaction-mode-map, scheme-debugger-mode-map):
25126 Declare them before use. Note: the initialization code for the
25127 variables has not been moved because it uses functions that reference
25128 the variables.
25129 (xscheme-control-g-message-string, xscheme-process-filter-alist)
25130 (xscheme-prompt-for-expression-map): Declare them before use.
25131 (scheme-debugger-mode-commands): "?\ " -> "?\s".
25132
25133 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
25134
25135 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
25136
25137 2005-08-22 Juri Linkov <juri@jurta.org>
25138
25139 * faces.el (set-face-underline): Delete this duplicate function
25140 and make an obsolete alias to set-face-underline-p.
25141 (set-face-underline-p): Use docstring of set-face-underline.
25142 (describe-face): Create hyperlink to parent face.
25143
25144 * info.el (Info-insert-dir): Use save-excursion around
25145 insert-buffer-substring.
25146 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
25147 (Info-escape-percent): Delete function.
25148 (Info-fontify-node): Replace Info-escape-percent by
25149 replace-regexp-in-string with REP arg set to lambda that
25150 duplicates `%' and preserves text properties.
25151
25152 * progmodes/compile.el (compilation-disable-input): Doc fix.
25153 (define-compilation-mode): Doc fix and refill.
25154 (kill-compilation): Use `mode-name' in the error message.
25155 (compilation-find-file): Use `compilation-error' in the
25156 read-file-name's prompt.
25157
25158 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
25159
25160 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
25161 (smerge-auto-leave): Make undo re-enable the mode.
25162 (debug-ignored-errors): Add the user-error of impossible resolution.
25163 (smerge-resolve): Move things around a bit, in preparation for later.
25164 (smerge-diff): Don't fail if the buffer has no associated file.
25165 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
25166 (smerge-conflict-overlay): New function.
25167 (smerge-match-conflict): Don't add text properties here.
25168 (smerge-find-conflict): Instead, add an overlay here.
25169 Also check for the case where we're inside a conflict already, so as to
25170 obviate the need for font-lock-multiline, which is unbearably slow with
25171 large conflicts and ciomplex font-lock patterns.
25172 (smerge-remove-props): Remove overlay rather than text-properties.
25173 (smerge-mode): Don't set font-lock-multiline.
25174 Remove overlays when turned off.
25175
25176 2005-08-21 Kim F. Storm <storm@cua.dk>
25177
25178 * ido.el (ido-ignore-item-p): Use save-match-data.
25179 Bind case-fold-search to ido-case-fold locally.
25180
25181 2005-08-20 Richard M. Stallman <rms@gnu.org>
25182
25183 * files.el (normal-mode): If font lock is on, turn it off and on.
25184
25185 * subr.el (replace-regexp-in-string): Doc fix.
25186
25187 * startup.el (command-line-1): Don't suppress startup screen
25188 due to existing processes.
25189
25190 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
25191
25192 * progmodes/compile.el (compilation-disable-input): Default to nil.
25193
25194 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
25195
25196 * progmodes/compile.el (compilation-disable-input): New defcustom.
25197 (compilation-start): If compilation-disable-input is non-nil, send
25198 EOF to the compilation process.
25199
25200 2005-08-20 Eli Zaretskii <eliz@gnu.org>
25201
25202 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
25203 Run the argument of tex-shell-cd-command through
25204 convert-standard-filename, to get the correct style of slashes on
25205 Windows, and enclose the result in quotes, in case the file name
25206 includes whitespace or other special characters.
25207
25208 2005-08-19 Andreas Schwab <schwab@suse.de>
25209
25210 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
25211 process.
25212
25213 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
25214
25215 * cus-start.el (minibuffer-prompt-properties): Correct typo.
25216
25217 2005-08-18 Kim F. Storm <storm@cua.dk>
25218
25219 * scroll-lock.el: Fix errors due to incorrect line wrapping.
25220
25221 2005-08-18 Richard M. Stallman <rms@gnu.org>
25222
25223 * scroll-lock.el: New file.
25224
25225 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
25226
25227 * dired.el (dired-move-to-end-of-filename):
25228 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
25229
25230 2005-08-18 Kim F. Storm <storm@cua.dk>
25231
25232 * ido.el (ido-everywhere): Fix defcustom :set function to disable
25233 rather than toggle mode when custom value is nil.
25234 (ido-everywhere): Fix defun doc string.
25235
25236 2005-08-17 Richard M. Stallman <rms@gnu.org>
25237
25238 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
25239 as tag instead of "Inviolable".
25240
25241 2005-08-17 Kim F. Storm <storm@cua.dk>
25242
25243 * windmove.el (windmove-coordinates-of-position): Remove.
25244 (windmove-coordinates-of-window-position): Remove.
25245 (windmove-reference-loc): Use posn-at-point instead.
25246
25247 * subr.el (insert-for-yank-1): Doc fix.
25248
25249 * ido.el (ido-enter-matching-directory): Rename from
25250 ido-enter-single-matching-directory. Change `slash' choice to
25251 `only'. Add `first' choice.
25252 (ido-exhibit): Adapt to above changes.
25253
25254 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
25255
25256 * Makefile.in: Expand comment about building loaddefs.el.
25257
25258 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
25259
25260 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
25261 Comment use of defadvice.
25262
25263 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
25264
25265 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
25266
25267 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
25268 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
25269 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
25270 * progmodes/idlw-shell.el, progmodes/ld-script.el,
25271 * progmodes/which-func.el, ruler-mode.el, strokes.el,
25272 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
25273 for backward compatibility for faces that did not appear in the
25274 previous Emacs release.
25275
25276 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
25277
25278 2005-08-15 Kim F. Storm <storm@cua.dk>
25279
25280 * emulation/cua-base.el (cua-delete-region): Return t if
25281 deleted region was non-empty.
25282 (cua-replace-region): Inhibit overwrite-mode for
25283 self-insert-command if replaced region was non-empty.
25284 (cua--explicit-region-start, cua--status-string): Make them
25285 buffer-local at top-level...
25286 (cua-mode): ...rather than when mode is enabled.
25287
25288 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
25289
25290 * progmodes/vhdl-mode.el (vhdl-emacs-21):
25291 Set t for Emacs 21, 22, and so on.
25292
25293 2005-08-15 David Ponce <david@dponce.com>
25294
25295 * tree-widget.el: Update Commentary header.
25296 (tree-widget-theme): Doc fix.
25297 (tree-widget-space-width): New option.
25298 (tree-widget-image-properties): Look up in the default theme too.
25299 (tree-widget--cursors): Only for images with arrow pointer shape.
25300 (tree-widget-lookup-image): Pointer shape is hand by default.
25301 (tree-widget-icon): Rename generic icon widget from
25302 `tree-widget-control'.
25303 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
25304 derive from `tree-widget-icon'.
25305 (tree-widget-handle): Improve default look and feel of the text
25306 representation.
25307 (tree-widget): Rename :*-control properties to :*-icon properties.
25308 Add :action and :help-echo properties.
25309 (tree-widget-after-toggle-functions): Move.
25310 (tree-widget-close-node, tree-widget-open-node): Remove.
25311 (tree-widget-before-create-icon-functions): New hook.
25312 (tree-widget-value-create): Update to allow customization of icons
25313 and nodes at run-time via that new hook.
25314 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
25315 (tree-widget-icon-action, tree-widget-icon-help-echo)
25316 (tree-widget-action, tree-widget-help-echo): New functions.
25317
25318 2005-08-15 Kim F. Storm <storm@cua.dk>
25319
25320 * ido.el (ido-buffer-internal): Use with-no-warnings.
25321 (ido-make-merged-file-list): Use while-no-input.
25322
25323 2005-08-15 Richard M. Stallman <rms@gnu.org>
25324
25325 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
25326 (flyspell-large-region): Fix doc and custom type.
25327
25328 2005-08-14 Richard M. Stallman <rms@gnu.org>
25329
25330 * files.el (interpreter-mode-alist): Doc fix.
25331
25332 * mail/rmail.el (rmail-nonignored-headers): New variable.
25333 (rmail-clear-headers): Use it.
25334 (rmail-reply): Better handling of mail-followup-to header.
25335
25336 * progmodes/sh-script.el (sh-font-lock-keywords-var):
25337 Rename variable from sh-font-lock-keywords. In the `shell' entry,
25338 don't try to refer to executable-font-lock-keywords.
25339 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
25340 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
25341 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
25342 (sh-mode): Set comment-start-skip, local-abbrev-table,
25343 imenu-case-fold-search.
25344 (sh-set-shell): Don't set them here.
25345 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
25346 Don't cache the results in the original alist; don't ever modify
25347 that alist.
25348
25349 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
25350
25351 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
25352 empty.
25353
25354 2005-08-15 Andreas Schwab <schwab@suse.de>
25355
25356 * desktop.el: Put autoload cookie at risky-local-variable declarations.
25357
25358 * dired.el, info.el, mail/rmail.el: Revert last change.
25359
25360 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
25361
25362 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
25363 modification in `eval-after-load' form.
25364 * info.el: Likewise.
25365 * mail/rmail.el: Likewise.
25366
25367 2005-08-14 Juri Linkov <juri@jurta.org>
25368
25369 * progmodes/compile.el (compilation-mode-font-lock-keywords):
25370 Remove highlighting of "Compilation started". Highlight only
25371 the word "finished" in "Compilation finished". Add highlighting
25372 of "interrupt", "killed", "terminated" and the exit code.
25373 (compilation-start): Add newline after header. Use exactly the
25374 same time stamp format as the finishing message.
25375 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
25376
25377 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
25378 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
25379 Add highlighting of "interrupt", "killed", "terminated".
25380
25381 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
25382 enabled and the current command is self-insert-command, call it
25383 explicitly with overwrite-mode bound to nil, to not allow it
25384 to delete the character after the selected region.
25385
25386 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
25387
25388 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
25389 move-end-of-line, end-of-line, and beginning-of-line to the list
25390 of commands after which the echo area is updated.
25391
25392 2005-08-12 Eli Zaretskii <eliz@gnu.org>
25393
25394 * cus-edit.el (custom-save-all, custom-save-delete):
25395 Bind recentf-exclude to exclude custom-file.
25396
25397 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
25398
25399 * mail/rmailsum.el (rmail-summary-end-of-message): New command
25400 to go to the bottom of the mail message. Added to
25401 `rmail-summary-mode-map' with key "/".
25402 (rmail-summary-show-message): New (internal) function for use by
25403 both `rmail-summary-beginning/end-of-message'.
25404 (rmail-summary-beginning-of-message): Change to use
25405 rmail-summary-show-message.
25406
25407 * mail/rmail.el (rmail-end-of-message): New command to go to the
25408 end of the current message. Added to `rmail-mode-map' with key "/".
25409 (rmail-beginning-of-message): Fix to work as documented.
25410 (rmail-mode): Change documentation.
25411
25412 * progmodes/compile.el (compilation-start): Add the line
25413 "Compilation started" with compilation start time.
25414 (compilation-mode-font-lock-keywords): Add `started' to keywords.
25415
25416 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
25417
25418 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
25419 of menu items.
25420
25421 2005-08-11 Richard M. Stallman <rms@gnu.org>
25422
25423 * simple.el (pop-global-mark): Reverse test of widen-automatically.
25424
25425 * battery.el (battery-status-function): Don't use ignore-errors.
25426
25427 2005-08-11 Lute Kamstra <lute@gnu.org>
25428
25429 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
25430 define-obsolete-variable-alias.
25431
25432 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
25433
25434 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
25435 (ange-ftp-send-cmd): Revert last change, and expand
25436 the comment explaining the problem.
25437
25438 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
25439
25440 * ldefs-boot.el: Update.
25441
25442 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
25443 item to "Time, Load and Mail". Change help echo text.
25444
25445 * time.el (display-time-use-mail-icon, display-time-format)
25446 (display-time-string-forms): Shorten first line of docstrings.
25447
25448 2005-08-10 Lars Hansen <larsh@soem.dk>
25449
25450 * desktop.el (desktop-buffer-mode-handlers):
25451 Make non-customizable. Add autoload cookie. Change initial value to
25452 nil; add elements in respective modules instead. Fix doc string.
25453 (desktop-load-file): New function.
25454 (desktop-minor-mode-handlers): New autoloaded variable.
25455 (desktop-create-buffer): Call minor mode handlers.
25456 Use desktop-load-file to load major and minor mode modules prior to
25457 checking for a handler.
25458 (desktop-save): Don't add nil to desktop-minor-modes for minor
25459 modes with nil function in desktop-minor-mode-table. Don't delete
25460 desktop file before rewriting it.
25461 (desktop-locals-to-save): Add autoload cookie. Don't make
25462 automatically buffer-local. Add variables column-number-mode,
25463 size-indication-mode, indent-tabs-mode,
25464 indicate-buffer-boundaries, indicate-empty-lines and
25465 show-trailing-whitespace.
25466 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
25467 regexps. Don't use desktop-clear-preserve-buffers-regexp.
25468 (desktop-clear-preserve-buffers-regexp): Delete.
25469 (desktop-clear-preserve-buffers): Update initial value and docstring.
25470 (desktop-save-buffer): Fix doc string.
25471
25472 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
25473 (hilit-chg-desktop-restore): New function.
25474 (highlight-changes-mode): Add highlight-changes-mode to
25475 desktop-locals-to-save.
25476
25477 * dired.el: Add handler to desktop-buffer-mode-handlers.
25478 (dired-restore-desktop-buffer): Remove autoload cookie.
25479 (dired-mode): Add autoload cookie.
25480
25481 * info.el: Add handler to desktop-buffer-mode-handlers.
25482 (Info-restore-desktop-buffer): Remove autoload cookie.
25483 (Info-mode): Add autoload cookie.
25484
25485 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
25486 (mh-restore-desktop-buffer): Remove autoload cookie.
25487 (mh-folder-mode): Add autoload cookie.
25488
25489 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
25490 (rmail-restore-desktop-buffer): Remove autoload cookie.
25491
25492 2005-08-11 Masatake YAMATO <jet@gyve.org>
25493
25494 * hexl.el (hexl-address-region):
25495 (hexl-ascii-region, hexl-font-lock-keywords):
25496 (hexl-highlight-line-range): Use the term "region"
25497 instead of "area" for consistency with the other symbols
25498 defined in hexl.el.
25499
25500 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
25501
25502 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
25503 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
25504 out by Juri Linkov). Add `display-battery-mode'.
25505
25506 2005-08-09 Juri Linkov <juri@jurta.org>
25507
25508 * progmodes/compile.el (compilation-mode-font-lock-keywords):
25509 Remove `-text' from face variable names.
25510 (compilation-error-file-name, compilation-warning-file-name)
25511 (compilation-info-file-name): Delete faces.
25512 (compilation-line-number, compilation-column-number):
25513 Remove face underlining.
25514 (compilation-message-face): Set to `underline' value by default.
25515 (compilation-error-face, compilation-warning-face)
25516 (compilation-info-face): Remove `-file-name' from face names.
25517 (compilation-error-text-face, compilation-warning-text-face)
25518 (compilation-info-text-face): Delete face variables.
25519 (compilation-text-face): Delete function.
25520
25521 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
25522 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
25523 (grep-error-face): Set to `compilation-error' instead of
25524 `compilation-error-face' (which is redefined to `grep-hit-face' in
25525 grep buffers).
25526 (grep-mode-font-lock-keywords): Remove `-text' from face variable
25527 names. Use `grep-error-face' instead of `compilation-error-text-face'.
25528
25529 * dired-aux.el (dired-do-query-replace-regexp):
25530 Use `query-replace-read-args'.
25531
25532 * replace.el (query-replace-read-from, query-replace-read-to)
25533 (query-replace-read-args): Rename arg `string' to `prompt'.
25534
25535 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
25536
25537 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
25538
25539 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
25540 uploading files.
25541 (ange-ftp-canonize-filename): Handle file names beginning with ~
25542 correctly.
25543
25544 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
25545
25546 * textmodes/fill.el (canonically-space-region)
25547 (fill-context-prefix, fill-french-nobreak-p)
25548 (fill-delete-newlines, fill-comment-paragraph)
25549 (justify-current-line): "?\ " -> "?\s".
25550
25551 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
25552
25553 * textmodes/fill.el (fill-nonuniform-paragraphs):
25554 Improve argument/docstring consistency.
25555
25556 2005-08-09 Richard M. Stallman <rms@gnu.org>
25557
25558 * textmodes/ispell.el (ispell-word): More fboundp checks.
25559
25560 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
25561 (find-file-noselect-1): Call it here, only if RAWFILE.
25562 (normal-mode): Always set some major mode.
25563 (save-some-buffers-action-alist): Change some explanation strings.
25564 (file-name-non-special): In the `quote' method, use unwind-protect.
25565
25566 2005-08-09 Magnus Henoch <mange@freemail.hu>
25567
25568 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
25569 (ispell-have-aspell-dictionaries): New variable.
25570 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
25571 (ispell-get-aspell-config-value): New function.
25572 (ispell-aspell-find-dictionary): New function.
25573 (ispell-aspell-add-aliases): New function.
25574 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
25575 appropriate. Don't look for ispell dictionaries if we use aspell.
25576 (ispell-menu-map): Don't build a submenu of dictionaries.
25577
25578 2005-08-09 Richard M. Stallman <rms@gnu.org>
25579
25580 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
25581 (sql-read-passwd): Use read-passwd.
25582
25583 * progmodes/idlw-toolbar.el (idlwave-toolbar)
25584 (idlwave-toolbar-is-possible): Add defvars.
25585
25586 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
25587 Avoid warnings.
25588
25589 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
25590 (idlwave-system-class-info, idlwave-executive-commands-alist):
25591 Use defvar.
25592
25593 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
25594
25595 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
25596 Avoid warnings.
25597
25598 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
25599 and content-type: headers.
25600
25601 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
25602
25603 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
25604 and rename some of them to be more self-explanatory.
25605
25606 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
25607
25608 * startup.el (command-line-1): Implement -scriptload.
25609
25610 * replace.el (occur-engine): Initial *Occur* output not undoable.
25611
25612 * menu-bar.el (menu-bar-file-menu): Rename some menu items
25613 and improve help strings.
25614
25615 * isearch.el (isearch-repeat): When changing direction,
25616 mark search successful.
25617
25618 * ediff-init.el: Use (featurep 'xemacs).
25619
25620 * comint.el (send-invisible): Identify buffer, if not selected.
25621
25622 * align.el: Delete autoload for c-guess-basic-syntax.
25623
25624 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
25625
25626 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
25627 Improve argument/docstring consistency. Doc fixes.
25628 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
25629 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
25630 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
25631 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
25632 (r2bv-organization, r2bv-pages, r2bv-primary-author)
25633 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
25634 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
25635 Defvar at compile time.
25636
25637 2005-08-09 Juri Linkov <juri@jurta.org>
25638
25639 * info.el: Replace `info' with upper-case `Info' where appropriate.
25640 (info-title-1, info-title-2, info-title-3, info-title-4)
25641 (info-menu-header): Move up face definitions.
25642 (info-menu-star): Rename from `info-menu-5'.
25643 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
25644 (Info-fontify-visited-nodes): Fix docstring.
25645 (Info-hide-note-references): Fix docstring.
25646 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
25647 menu items in the same way as on cross-references.
25648 (info-apropos): Fix sorting order and formatting to be like in the
25649 stand-alone Info browser. Display error messages for 1 sec.
25650 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
25651 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
25652 from the menu bar.
25653 (Info-insert-dir): Restore point after calling
25654 `insert-buffer-substring'.
25655
25656 2005-08-08 Richard M. Stallman <rms@gnu.org>
25657
25658 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
25659 (recompute-lucid-menubar): Add defvars.
25660
25661 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
25662
25663 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
25664
25665 * net/net-utils.el (run-dig): Rename from `dig'.
25666
25667 * play/gametree.el (gametree-mode): Use make-local-variable,
25668 not make-variable-buffer-local.
25669
25670 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
25671
25672 * ansi-color.el (ansi-color-make-extent)
25673 (ansi-color-set-extent-face): Use fboundp, not functionp.
25674
25675 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
25676 not make-variable-buffer-local.
25677
25678 * bookmark.el (Info-current-file): Add defvar.
25679 (bookmark-jump-noselect): Use with-no-warnings.
25680
25681 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
25682
25683 * ebuff-menu.el (Helper-return-blurb): Add defvar.
25684
25685 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
25686
25687 * find-file.el (ada-procedure-start-regexp)
25688 (ada-package-start-regexp): Add defvars.
25689
25690 * info.el (Info-insert-dir): Use insert-buffer-substring.
25691
25692 * xml.el (xml-att-def-re): Add defvar.
25693
25694 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
25695 calling convention.
25696
25697 * subr.el (while-no-input): Return t if there is input.
25698
25699 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
25700
25701 * cus-start.el (all): Add `overflow-newline-into-fringe'.
25702
25703 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
25704
25705 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
25706 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
25707
25708 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
25709
25710 * cmuscheme.el (scheme-start-file): Replace reference to
25711 `user-emacs-directory' by "~/.emacs.d/".
25712
25713 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
25714
25715 * info.el (Info-dir-remove-duplicates): Avoid case folding
25716 in loop; instead, keep downcased strings for comparison.
25717 Suggested by Helmut Eller.
25718
25719 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
25720
25721 Sync with Tramp 2.0.50.
25722
25723 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
25724 XEmacs case; not necessary anymore.
25725 (tramp-user-regexp): Allow "@" as part of user name.
25726 (tramp-handle-set-visited-file-modtime)
25727 (tramp-handle-insert-file-contents)
25728 (tramp-handle-write-region): No special handling for
25729 `last-coding-system-used, because this is done in
25730 `tramp-accept-process-output' now.
25731 (tramp-accept-process-output): New defun.
25732 (tramp-process-one-action, tramp-process-one-multi-action)
25733 (tramp-wait-for-regexp, tramp-wait-for-output)
25734 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
25735 Howells <dhowells@redhat.com>.
25736 (clear-visited-file-modtime): Defadvice removed. The check for
25737 unset buffer's modtime does not need to be based on
25738 `tramp-buffer-file-attributes'. Suggested by RMS.
25739 (tramp-message): Insert "\n" if not being at beginning of line.
25740 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
25741 sequence with same logic.
25742 (tramp-completion-handle-expand-file-name): Discard call of
25743 `tramp-drop-volume-letter'. It is not necessary, and there have
25744 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
25745 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
25746 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
25747 should always be visible.
25748 (tramp-handle-insert-directory, tramp-setup-complete)
25749 (tramp-set-process-query-on-exit-flag)
25750 (tramp-append-tramp-buffers): Pacify byte-compiler.
25751 (tramp-bug): Delete non-existing variables from list.
25752 Apply `tramp-load-report-modules' as pre-hook.
25753 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
25754 `shell-prompt-pattern' because of non-7bit characters.
25755 Reported by Sebastian Luque <sluque@mun.ca>.
25756 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
25757 (tramp-match-string-list): Remove function.
25758 (tramp-wait-for-regexp): Remove call of that function.
25759 Suggested by Kim F. Storm <storm@cua.dk>.
25760 (tramp-set-auto-save-file-modes): Use octal integer code #o600
25761 instead of octal character code ?\600. The latter resulted in a
25762 syntax error with XEmacs.
25763
25764 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
25765 XEmacs case; not necessary anymore.
25766 (tramp-smb-handle-write-region): No special handling for
25767 `last-coding-system-used, because this is done in
25768 `tramp-accept-process-output' now.
25769 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
25770
25771 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
25772
25773 * wid-edit.el (widget-choice-value-create):
25774 Unconditionally respect user choice. Set :explicit-choice back to nil
25775 when no longer needed.
25776 (widget-choice-action): Unconditionally respect user choice.
25777 Eliminate :explicit-choice-value.
25778
25779 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
25780
25781 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
25782 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
25783 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
25784 running new function `toggle-indicate-empty-lines'.
25785 Rename "Customize" item to "Customize fringe".
25786 Rename "Indicators" item to "Buffer boundaries" and change help echo.
25787 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
25788 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
25789 Delete "Empty lines only" item.
25790 (menu-bar-showhide-fringe-ind-customize): New function.
25791 (menu-bar-showhide-fringe-ind-mixed)
25792 (menu-bar-showhide-fringe-ind-box)
25793 (menu-bar-showhide-fringe-ind-right)
25794 (menu-bar-showhide-fringe-ind-left)
25795 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
25796 instead of `fringe-indicators'.
25797
25798 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
25799
25800 * emulation/viper.el (viper-emacs-state-mode-list):
25801 Add recentf-dialog-mode. Change the date of last update.
25802
25803 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
25804
25805 * emulation/viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
25806 (viper-exec-yank, viper-put-back): Don't display modification msg
25807 if in the minibuffer.
25808
25809 * emulation/viper-init.el (viper-replace-overlay-cursor-color)
25810 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
25811 Make variables frame local.
25812
25813 * emulation/viper-util.el (viper-append-filter-alist):
25814 Use append instead of nconc.
25815
25816 * emulation/viper.el (viper-vi-state-mode-list)
25817 (viper-emacs-state-mode-list): Move help-mode and
25818 completion-list-mode from the first list to the second.
25819 (viper-mode): Docstring.
25820 (viper-go-away, viper-non-hook-settings): Don't localize
25821 minor-mode-alist in newer Emacsen. Add advice to
25822 set-cursor-color. Don't bind "\C-c\\".
25823
25824 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
25825
25826 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
25827 (scheme-macro-expand-command): New user options.
25828 (scheme-trace-procedure, scheme-expand-current-form): New commands.
25829 (scheme-form-at-point, scheme-start-file)
25830 (scheme-interactively-start-process): New functions.
25831 (scheme-get-process): New function, extracted from `scheme-proc'.
25832 (run-scheme): Call `scheme-start-file' to get start file, and pass
25833 it to `make-comint'.
25834 (switch-to-scheme, scheme-proc):
25835 Call `scheme-interactively-start-process' if no Scheme buffer/process
25836 is available.
25837
25838 2005-08-06 Juri Linkov <juri@jurta.org>
25839
25840 * progmodes/compile.el (compilation-mode-font-lock-keywords):
25841 Use `compilation-text-face', `compilation-info-text-face' and
25842 `compilation-error-text-face' instead of `font-lock-keyword-face'.
25843 (compilation-error): New face.
25844 (compilation-error-file-name): Inherit from
25845 `compilation-error' instead of `font-lock-warning-face'.
25846 (compilation-warning-file-name): Inherit from
25847 `compilation-warning' instead of `font-lock-warning-face'.
25848 (compilation-info, compilation-error-file-name)
25849 (compilation-warning-file-name, compilation-info-file-name)
25850 (compilation-line-number, compilation-column-number): Doc fix.
25851 (compilation-error-text-face, compilation-warning-text-face)
25852 (compilation-info-text-face): New face variables.
25853 (compilation-line-face, compilation-column-face)
25854 (compilation-enter-directory-face)
25855 (compilation-leave-directory-face): Doc fix.
25856 (compilation-text-face): New function.
25857
25858 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
25859 instead of 1 to display binary file names as info file links.
25860 (grep-error-face): Use `compilation-error-face' instead of
25861 `font-lock-keyword-face'.
25862 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
25863 and `compilation-warning-text-face' instead of
25864 `font-lock-keyword-face'. Use `compilation-error-text-face'
25865 instead of `grep-error-face'.
25866
25867 2005-08-05 Kenichi Handa <handa@m17n.org>
25868
25869 * international/code-pages.el: Add autoload cookies for all coding
25870 systems.
25871
25872 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
25873
25874 * cus-start.el (all): Put undo.c where it alphabetically belongs.
25875
25876 2005-08-04 Juri Linkov <juri@jurta.org>
25877
25878 * progmodes/compile.el (compilation-mode-map):
25879 * progmodes/grep.el (grep-mode-map):
25880 Bind TAB to `compilation-next-error' and [backtab] to
25881 `compilation-previous-error'.
25882
25883 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
25884 matching line numbers, column numbers and their ranges with regexp
25885 matching only line numbers.
25886 (grep-context-face): New face variable.
25887 (grep-mode-font-lock-keywords): Use it.
25888
25889 * faces.el (read-face-name): Delete duplicate faces.
25890
25891 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
25892
25893 * thumbs.el (thumbs-find-image): Don't make variables
25894 automatically buffer local.
25895 (thumbs-current-tmp-filename, thumbs-current-image-filename)
25896 (thumbs-image-num): Make automatically buffer local.
25897 (thumbs-show-thumbs-list): Use `make-local-variable', not
25898 `make-variable-buffer-local'.
25899 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
25900
25901 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
25902 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
25903 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
25904 (bother, bye, canyou, chatlst, continue, deathlst, describe)
25905 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
25906 (feelings-about, foullst, found, hello, history, howareyoulst)
25907 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
25908 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
25909 (neglst, obj, object, owner, please, problems, qlist)
25910 (random-adjective, relation, remlst, repetitive-shortness)
25911 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
25912 (shortlst, something, sportslst, stallmanlst, states, subj)
25913 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
25914 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
25915 Defvar at compile time.
25916
25917 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
25918 not `make-variable-buffer-local'.
25919
25920 2005-08-02 Kim F. Storm <storm@cua.dk>
25921
25922 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
25923 rectangle overlay in selected window.
25924
25925 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
25926
25927 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
25928 instead of display group. Make `indicate-buffer-boundaries'
25929 customizable through Custom.
25930
25931 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
25932
25933 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
25934 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
25935 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
25936 (gdb-put-string): Fix typos in docstrings.
25937
25938 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
25939
25940 Update copyright notices of files in progmodes directory for
25941 release of Emacs 22.1.
25942
25943 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
25944
25945 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
25946 Don't barf if the GUD buffer has been killed.
25947
25948 2005-08-01 Kim F. Storm <storm@cua.dk>
25949
25950 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
25951
25952 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
25953
25954 * simple.el (next-error-follow-minor-mode):
25955 make-variable-buffer-local -> make-local-variable.
25956
25957 * emacs-lisp/cl-extra.el: Require CL also when compiling.
25958
25959 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
25960 (byte-compile-form-make-variable-buffer-local): New functions to warn
25961 about misuses of make-variable-buffer-local where make-local-variable
25962 was meant.
25963
25964 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
25965
25966 * bs.el (bs-attributes-list): Doc fix.
25967 (bs): Update url-link.
25968
25969 * desktop.el (desktop-save-buffer): Fix typos in docstring.
25970 (desktop-load-default): Simplify.
25971
25972 * ibuffer.el (ibuffer-columnize-and-insert-list)
25973 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
25974 (ibuffer-unmark-all, ibuffer-toggle-marks)
25975 (ibuffer-unmark-forward, ibuffer-unmark-backward)
25976 (ibuffer-compile-make-format-form, ibuffer-format-column)
25977 (ibuffer-current-buffers-with-marks)
25978 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
25979 (ibuffer): Doc fix.
25980 (ibuffer-mode): Fix typo in docstring.
25981 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
25982 with `define-obsolete-variable-alias'.
25983 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
25984
25985 2005-07-29 Kenichi Handa <handa@m17n.org>
25986
25987 * international/mule-cmds.el (select-message-coding-system):
25988 Be sure to use LF for end-of-line. If no coding system is decided,
25989 return iso-8859-1-unix.
25990
25991 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
25992
25993 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
25994 (ange-ftp-pending-error-line): New vars.
25995 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
25996 to handle the non-fatal no-route-to-host messages.
25997 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
25998
25999 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
26000
26001 * isearch.el (isearch-mode-map, isearch-other-meta-char)
26002 (isearch-quote-char, isearch-printing-char)
26003 (isearch-text-char-description): "?\ " -> "?\s".
26004 (isearch-lazy-highlight-cleanup)
26005 (isearch-lazy-highlight-initial-delay)
26006 (isearch-lazy-highlight-interval)
26007 (isearch-lazy-highlight-max-at-a-time)
26008 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
26009 Declare with define-obsolete-*-alias macros.
26010 (isearch-forward): Fix typo in docstring.
26011 (search-invisible, search-ring-yank-pointer)
26012 (regexp-search-ring-yank-pointer): Doc fixes.
26013
26014 * recentf.el (recentf-menu-append-commands-p): Declare with
26015 `define-obsolete-variable-alias'.
26016 (recentf-max-saved-items, recentf-menu-filter)
26017 (recentf-arrange-by-rule-subfilter): Doc fixes.
26018 (recentf-menu-append-commands-flag)
26019 (recentf-initialize-file-name-history, recentf-expand-file-name)
26020 (recentf-clear-data): Fix typos in docstrings.
26021
26022 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
26023
26024 * progmodes/gdb-ui.el: Smarten comments.
26025 (gdb-info-breakpoints-custom): Use nowarn when finding file.
26026
26027 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
26028
26029 * term/apollo.el (terminal-init-apollo): New function containing
26030 all former top level forms in the file.
26031 * term/bobcat.el (terminal-init-bobcat):
26032 * term/cygwin.el (terminal-init-cygwin):
26033 * term/iris-ansi.el (terminal-init-iris-ansi):
26034 * term/linux.el (terminal-init-linux):
26035 * term/news.el (terminal-init-news):
26036 * term/rxvt.el (terminal-init-rxvt):
26037 * term/sun.el (terminal-init-sun):
26038 * term/tvi970.el (terminal-init-tvi970):
26039 * term/vt100.el (terminal-init-vt100):
26040 * term/vt102.el (terminal-init-vt102):
26041 * term/vt125.el (terminal-init-vt125):
26042 * term/vt200.el (terminal-init-vt200):
26043 * term/vt201.el (terminal-init-vt201):
26044 * term/vt220.el (terminal-init-vt220):
26045 * term/vt240.el (terminal-init-vt240):
26046 * term/vt300.el (terminal-init-vt300):
26047 * term/vt320.el (terminal-init-vt320):
26048 * term/vt400.el (terminal-init-vt400):
26049 * term/vt420.el (terminal-init-vt420):
26050 * term/wyse50.el (terminal-init-wyse50):
26051 * term/xterm.el (terminal-init-xterm): Likewise.
26052
26053 * term/README: Describe the terminal-init-* functionality.
26054
26055 * startup.el (command-line): After loading the terminal initialization
26056 file call the corresponding terminal initialization function.
26057
26058 2005-07-27 Kenichi Handa <handa@m17n.org>
26059
26060 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
26061 negative.
26062
26063 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
26064 (ps-mule-composition-prologue): Fix for the case that
26065 RelativeCompose is false.
26066
26067 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
26068
26069 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
26070
26071 * descr-text.el (describe-char): Handle the case where the list of
26072 chars is displayed in a separate frame.
26073 Be a bit more discriminating when looking for the char.
26074
26075 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
26076
26077 * bookmark.el (bookmark-automatically-show-annotations)
26078 (bookmark-read-annotation-text-func): Doc fixes.
26079 (bookmark-save): Improve argument/docstring consistency.
26080 (bookmark-get-bookmark, bookmark-get-bookmark-record)
26081 (bookmark-alist-from-buffer)
26082 (bookmark-upgrade-file-format-from-0)
26083 (bookmark-grok-file-format-version)
26084 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
26085 (bookmark-read-annotation-mode)
26086 (bookmark-insert-current-bookmark, bookmark-jump)
26087 (bookmark-exit-hook): Fix typos in docstrings.
26088 (bookmark-exit-hooks): Define as obsolete alias.
26089 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
26090 not `bookmark-exit-hooks'. Fix docstring.
26091 (bookmark-bmenu-select): "?\ " -> "?\s".
26092
26093 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
26094
26095 * startup.el (command-line): Fix typo.
26096
26097 2005-07-24 Richard M. Stallman <rms@gnu.org>
26098
26099 * tooltip.el (tooltip-mode): Test emacs-basic-display,
26100 not emacs-quick-startup.
26101
26102 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
26103
26104 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
26105 (reb-next-match, reb-show-subexp): Use `with-selected-window'
26106 instead of `reb-with-current-window'.
26107 (reb-prev-match): Likewise. Also, don't move left if the search
26108 was unsuccessful.
26109 (reb-initialize-buffer): New function.
26110 (re-builder, reb-change-syntax): Use it.
26111
26112 * man.el (Man-goto-page): Make second argument NOERROR optional.
26113
26114 2005-07-23 Richard M. Stallman <rms@gnu.org>
26115
26116 * man.el (Man-bgproc-sentinel): Check here for failure to find
26117 any man page in the output, and report the error here.
26118 (Man-arguments): Make it permanent local.
26119 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
26120 (Man-mode): Pass t for NOERROR.
26121
26122 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
26123 (grep-mode-font-lock-keywords):
26124 Don't use compilation-...-face for messages that are not file names.
26125
26126 * progmodes/compile.el (compilation-mode-font-lock-keywords):
26127 Don't use compilation-...-face for messages that are not file names.
26128
26129 2005-07-22 Juri Linkov <juri@jurta.org>
26130
26131 * startup.el (normal-splash-screen): Update menu name.
26132
26133 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
26134
26135 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
26136
26137 * term/xterm.el: Load term/rxvt if the terminal is actually an
26138 rxvt terminal.
26139 (xterm-rxvt-set-background-mode): Remove, not used anymore.
26140
26141 * term/rxvt.el (function-key-map): Use substitute-key-definition
26142 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
26143
26144 * term/cygwin.el: New file.
26145
26146 2005-07-22 Kim F. Storm <storm@cua.dk>
26147
26148 * image-file.el (insert-image-file, image-file-yank-handler):
26149 Fix last change to maintain a (unique) yank-handler on yanked images.
26150
26151 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
26152
26153 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
26154 of the file size (as in "177B" for 177 bytes). This happens with
26155 "ls -lh" on FreeBSD.
26156
26157 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
26158
26159 * hilit-chg.el (highlight-changes-global-initial-state)
26160 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
26161 (hilit-chg-fixup, highlight-changes-mode):
26162 Fix typos in docstrings.
26163 (highlight-changes-global-modes, highlight-changes-rotate-faces):
26164 Doc fixes.
26165
26166 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
26167
26168 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
26169 mode function using `eval-after-load'.
26170
26171 2005-07-21 Kim F. Storm <storm@cua.dk>
26172
26173 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
26174 included when reporting an Emacs crash, and tell about the DEBUG file.
26175
26176 * image-file.el (insert-image-file): Add yank-handler.
26177 (image-file-yank-handler): Yank handler to make unique copies of
26178 images when they are yanked into a buffer next to each other.
26179
26180 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
26181
26182 * comint.el (comint-use-prompt-regexp, comint-send-input)
26183 (comint-source-default, comint-extract-string)
26184 (comint-get-source, comint-word, comint-completion)
26185 (comint-source, comint-prompt-read-only, comint-update-fence):
26186 Fix typos in docstrings.
26187 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
26188 Declare with define-obsolete-*-alias macros.
26189 (comint-previous-matching-input-from-input)
26190 (comint-next-matching-input-from-input)
26191 (comint-previous-matching-input, comint-next-matching-input)
26192 (comint-forward-matching-input):
26193 Improve argument/docstring consistency.
26194
26195 * desktop.el (desktop-clear-preserve-buffers-regexp):
26196 Also preserve the *server* buffer.
26197
26198 * simple.el (clone-indirect-buffer): Doc fix.
26199 (fixup-whitespace, just-one-space)
26200 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
26201 (next-error, next-error-highlight)
26202 (next-error-highlight-no-select, next-error-last-buffer)
26203 (next-error-buffer-p, next-error-find-buffer, next-error)
26204 (previous-error, next-error-no-select, previous-error-no-select)
26205 (open-line, split-line, minibuffer-prompt-width, kill-new)
26206 (binary-overwrite-mode): Fix typos in docstrings.
26207 (set-fill-column): Fix typo in message.
26208
26209 * skeleton.el (skeleton-proxy-new): Doc fix.
26210
26211 * strokes.el (strokes-load-hook): Doc fix.
26212 (strokes-grid-resolution, strokes-get-grid-position)
26213 (strokes-renormalize-to-grid, strokes-read-stroke)
26214 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
26215 (strokes-global-map): Fix typos in docstrings.
26216 (strokes-help): Doc fix. Fix help message and pass it through
26217 `substitute-command-keys'.
26218
26219 * tempo.el (tempo-insert-prompt, tempo-interactive)
26220 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
26221 (tempo-insert-string-functions, tempo-local-tags)
26222 (tempo-define-template, tempo-insert-template)
26223 (tempo-insert-prompt-compat, tempo-is-user-element)
26224 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
26225 Fix typos in docstrings.
26226
26227 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
26228 (vcursor-key-bindings, vcursor-use-vcursor-map)
26229 (vcursor-find-window, vcursor-scroll-down)
26230 (vcursor-disable, vcursor-beginning-of-buffer)
26231 (vcursor-end-of-buffer): Fix typos in docstrings.
26232 (vcursor-relative-move, vcursor-get-char-count):
26233 Improve argument/docstring consistency.
26234
26235 * version.el: "?\ " -> "?\s".
26236
26237 * wid-edit.el (widget-default-create, widget-after-change)
26238 (widget-default-format-handler, widget-checklist-add-item)
26239 (widget-radio-add-item, widget-choose, widget-specify-secret)
26240 (widget-field-value-create, widget-field-value-get)
26241 (widget-editable-list-format-handler)
26242 (widget-editable-list-entry-create, widget-group-value-create)
26243 (widget-documentation-link-add)
26244 (widget-documentation-string-value-create): "?\ " -> "?\s".
26245 (widget-convert-text): Doc fix.
26246 (widget-narrow-to-field, widget-field-find)
26247 (widget-url-link-action, widget-emacs-library-link-action)
26248 (widget-color-notify): Fix typos in docstrings.
26249
26250 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
26251 (x-select-text, set-w32-system-coding-system)
26252 (w32-add-charset-info): Fix typos in docstrings.
26253
26254 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
26255 (cua-enable-cua-keys, cua-use-hyper-key)
26256 (cua-virtual-rectangle-edges): Fix typos in docstrings.
26257 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
26258
26259 * net/tramp.el (tramp-handle-load): Fix typo in error message.
26260
26261 * emacs-lisp/re-builder.el (regexp-builder): Declare with
26262 `defalias' instead of faking it.
26263
26264 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
26265 (eshell-ls-missing, eshell-ls-dired-initial-args)
26266 (eshell-ls-use-in-dired): Fix typos in docstrings.
26267
26268 2005-07-20 Kim F. Storm <storm@cua.dk>
26269
26270 * emulation/cua-base.el (cua-mode): Improve doc string.
26271
26272 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
26273
26274 * abbrev.el (expand-region-abbrevs): Doc fix.
26275 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
26276 Improve argument/docstring consistency.
26277
26278 * arc-mode.el (archive-get-descr, archive-alternate-display):
26279 Doc fixes.
26280 (archive-l-e): Improve argument/docstring consistency.
26281 (archive-tmpdir, archive-unixdate, archive-unixtime)
26282 (archive-chmod-entry): Fix typos in docstrings.
26283 (archive-unflag, archive-unflag-backwards)
26284 (archive-unmark-all-files): "?\ " -> "?\s".
26285
26286 * buff-menu.el (Buffer-menu-unmark): Doc fix.
26287 (Buffer-menu-not-modified, Buffer-menu-execute)
26288 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
26289 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
26290
26291 * composite.el (compose-string, encode-composition-rule)
26292 (compose-last-chars): Fix typos in docstrings.
26293
26294 * desktop.el (desktop-enable, desktop-basefilename):
26295 Declare with `define-obsolete-variable-alias'.
26296 (desktop-internal-v2s): Don't quote keywords.
26297 (desktop-clear): "?\ " -> "?\s".
26298
26299 * dired.el (dired-align-file, dired-flag-backup-files)
26300 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
26301 (dired-listing-switches, dired-ls-F-marks-symlinks)
26302 (dired-dwim-target, dired-load-hook, dired-mode-hook)
26303 (dired-directory, dired-faces, dired, dired-revert)
26304 (dired-mode, dired-summary, dired-view-file)
26305 (dired-copy-filename-as-kill, dired-delete-file)
26306 (dired-no-confirm, dired-unmark-all-marks)
26307 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
26308 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
26309 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
26310 Fix typos in message strings.
26311
26312 * dired-x.el (virtual-dired): Declare with `defalias'.
26313 (dired-mark-unmarked-files, dired-local-variables-file)
26314 (dired-omit-here-always): Doc fix.
26315 (dired-omit-mode, dired-find-subdir)
26316 (dired-enable-local-variables, dired-clean-up-buffers-too)
26317 (dired-extra-startup, dired-mark-extension, dired-jump)
26318 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
26319 (dired-smart-shell-command, dired-guess-shell-alist-user)
26320 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
26321 (dired-x-bind-find-file, dired-x-submit-report):
26322 Fix typos in docstrings.
26323 (dired-mark-unmarked-files): "?\ " -> "?\s".
26324
26325 * dirtrack.el (dirtrack-list): Fix typos in docstring.
26326
26327 * faces.el (describe-face): "?\ " -> "?\s".
26328 (read-all-face-attributes, read-face-font, modify-face)
26329 (face-attr-construct, italic): Fix typos in docstrings.
26330 (frame-update-face-colors): Declare with
26331 `define-obsolete-function-alias'.
26332
26333 * files.el (find-file-noselect, recode-file-name): Doc fixes.
26334 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
26335 (magic-mode-alist, buffer-file-numbers-unique)
26336 (write-file-functions, get-free-disk-space):
26337 Fix typos in docstrings.
26338 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
26339 (write-contents-hooks, write-file-hooks):
26340 Declare with `define-obsolete-variable-alias'.
26341
26342 * forms-d2.el (arch-rj): Fix typo in docstrings.
26343 (arch-tocol): Likewise. "?\ " -> "?\s".
26344
26345 * frame.el (set-frame-font, cursor-in-non-selected-windows):
26346 Fix typo in docstring.
26347 (set-screen-width, set-screen-height): Delete redundant info in
26348 doctrings.
26349 (new-frame, screen-height, screen-width): Declare with
26350 `define-obsolete-function-alias'.
26351 (delete-frame-hook, blink-cursor): Declare with
26352 `define-obsolete-variable-alias'.
26353
26354 * paths.el (prune-directory-list): Fix typos in docstring.
26355
26356 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
26357 (cvs-prefix-get): Fix typos in docstrings.
26358
26359 * ps-print.el (ps-extend-face-list, ps-extend-face)
26360 (ps-print-background-image): Fix typos in docstrings.
26361 (ps-default-fg, ps-default-bg): Doc fixes.
26362
26363 * s-region.el (s-region-bind): Doc fix.
26364 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
26365
26366 * textmodes/org.el (org-table-formula-substitute-names)
26367 (org-table-get-vertical-vector): Doc fixes.
26368 (org-table-recalculate): Remove unused argument to `message'.
26369
26370 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
26371
26372 * textmodes/org.el (org-table-column-names)
26373 (org-table-column-name-regexp)
26374 (org-table-named-field-locations): New variables.
26375 (org-archive-subtree): Protect `this-command' when calling
26376 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
26377 the kill buffer.
26378 (org-complete): Remove fixed-formula completion.
26379 (org-edit-formulas-map): New variable.
26380 (org-table-edit-formulas): New command.
26381 (org-finish-edit-formulas, org-abort-edit-formulas)
26382 (org-show-variable, org-table-get-vertical-vector): New functions.
26383 (org-table-maybe-eval-formula): Handle `:=' fields.
26384 (org-table-get-stored-formulas, org-table-store-formulas)
26385 (org-table-get-formula, org-table-modify-formulas)
26386 (org-table-replace-in-formulas): Handle named field formulas.
26387 (org-table-get-specials): Store locations of named fields.
26388
26389 2005-07-19 Juri Linkov <juri@jurta.org>
26390
26391 * progmodes/grep.el (grep-regexp-alist)
26392 (grep-mode-font-lock-keywords, grep-process-setup):
26393 Use default GNU grep match color "01;31m" instead of "01;41m".
26394 (grep-regexp-alist, grep-mode-font-lock-keywords):
26395 Use `\\[[0-9]*m' instead of `\\[00m'.
26396 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
26397 sgr_start where its handling is more important. Use the real
26398 length of sgr_start instead of constant 8.
26399 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
26400 specially. Delete all remaining escape sequences.
26401 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
26402 (grep-regexp-alist): Make hyperlink only for binary file name
26403 instead of the whole line.
26404 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
26405 (grep-mode): Add autoload.
26406
26407 * emacs-lisp/find-func.el (find-function-regexp):
26408 Add `define-compilation-mode'.
26409
26410 2005-07-19 Juri Linkov <juri@jurta.org>
26411
26412 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
26413 (compare-windows-sync-string-size, compare-windows-recenter)
26414 (compare-windows-highlight, compare-windows): Add version 22.1.
26415 (compare-windows) <defface>: Inherit from lazy-highlight instead
26416 of duplicating its default value.
26417
26418 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
26419 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
26420
26421 * descr-text.el (describe-char): Create link buttons for `charset'
26422 and `code point'. Add the current input method name with a link
26423 button to `to input' field. Print face names of display table
26424 characters in `The display table entry is displayed by' section
26425 instead of printing face-id in the `display' field.
26426 Guess hardcoded faces and create a link button for them.
26427 Skip empty fields when calculating max-width.
26428 Treat `widget-create' specially while inserting strings from the
26429 collected field list.
26430 (describe-char-after): Made obsolete in version 22.1, not 21.5.
26431
26432 * diff-mode.el (diff-file-header): Change foreground color from
26433 yellow to green on light backgrounds.
26434 (diff-context): Inherit from `shadow' only for color/grayscale
26435 with more than 88 colors.
26436 (diff-indicator-removed, diff-indicator-added)
26437 (diff-indicator-changed): New faces.
26438 (diff-font-lock-keywords): Use new faces. Regroup rules.
26439 Add "^---$" for `normal' diff format. Fontify `#' lines with
26440 font-lock-comment-delimiter-face and font-lock-comment-face.
26441 Add `#' to ^[^...] in the rule for `diff-context-face'.
26442
26443 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
26444 a button-like box. Inherit from `highlight' on low colors.
26445 (shadow): Use shades of gray only for color/grayscale with
26446 more than 88 colors. Use green for light backgrounds with
26447 8 colors, and yellow for dark backgrounds with 8 colors.
26448
26449 * font-lock.el (font-lock-regexp-grouping-backslash):
26450 Don't inherit from escape-glyph (use bold for all cases).
26451
26452 * info.el (info-xref-visited): Use light foreground color `violet'
26453 for dark backgrounds instead of dark color `magenta3'.
26454 (info-title-1): Use `yellow' color for dark backgrounds.
26455
26456 * isearch.el (isearch): Use not-too-dark magenta3 instead of
26457 too-light magenta2.
26458
26459 * replace.el (match): Use slightly more light RoyalBlue3 instead
26460 of dark RoyalBlue4.
26461
26462 * wid-edit.el (widget-inactive): Inherit from `shadow'.
26463
26464 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
26465
26466 * novice.el (disabled-command-hook): Declare it with
26467 `define-obsolete-variable-alias'.
26468
26469 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
26470 (desktop-buffer-misc-functions, desktop-buffer-handlers)
26471 (desktop-load-default): Add release to obsolescence info.
26472 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
26473 (desktop-append-buffer-args, desktop-read):
26474 Fix typos in docstrings.
26475 (desktop-kill): Fix typo in message.
26476 (desktop-save): Doc fix.
26477
26478 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
26479
26480 * emulation/viper-cmd.el (viper-escape-to-state): Bug fix.
26481 (viper-envelop-ESC-key): Change the definition of fast
26482 keysequence so it'll work with keyboard macros.
26483
26484 * ediff.el (ediff-patch-buffer): Change the docstring.
26485
26486 2005-07-19 Kenichi Handa <handa@m17n.org>
26487
26488 * international/mule-cmds.el (select-safe-coding-system): Try to
26489 use an auto-coding (if any) before anything else. If the found
26490 auto-coding is invalid, show a warning message.
26491
26492 * international/mule.el (find-auto-coding): New function created
26493 by modifying the body of set-auto-coding.
26494 (set-auto-coding): Use find-auto-coding to find a coding.
26495
26496 2005-07-18 Richard M. Stallman <rms@gnu.org>
26497
26498 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
26499 not isearch-mode-end-hook-error.
26500 (allout-before-change-protect): Fix error message.
26501
26502 2005-07-18 Juri Linkov <juri@jurta.org>
26503
26504 * allout.el (allout-mode):
26505 * calculator.el (calculator-copy):
26506 * custom.el (custom-known-themes):
26507 * dired.el (dired-desktop-buffer-misc-data)
26508 (dired-restore-desktop-buffer):
26509 * dired-x.el (dired-omit-marker-char):
26510 * files.el (basic-save-buffer):
26511 * font-core.el (font-lock-mode):
26512 * calendar/calendar.el (calendar-goto-hebrew-date)
26513 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
26514 (calendar-goto-persian-date):
26515 * language/ethio-util.el (ethio-sera-to-fidel-region):
26516 * textmodes/picture.el (picture-mode):
26517 Delete duplicate duplicate words.
26518
26519 2005-07-18 Juri Linkov <juri@jurta.org>
26520
26521 * isearch.el (isearch-mode-map): Remove key bindings for regexp
26522 chars * ? } |.
26523 (isearch-fallback): Don't call `isearch-process-search-char'.
26524 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
26525 (isearch-process-search-char): Call `isearch-fallback' for regexp
26526 chars * ? } |.
26527 (isearch-return-char): Make obsolete with `make-obsolete' instead
26528 of simply documenting it as obsolete in the docstring.
26529 (isearch-fallback): Refill docstring.
26530
26531 * international/isearch-x.el
26532 (isearch-process-search-multibyte-characters): Remove unneeded
26533 `concat'. Add intermediate values to `junk-hist' instead of
26534 `minibuffer-history'. Test the length of `str'.
26535
26536 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
26537
26538 * allout.el (allout-resolve-xref): Fix typos in error strings.
26539 (allout-before-change-protect): Remove unneeded `concat'.
26540
26541 * array.el (array-mode, array-reconfigure-rows)
26542 (untabify-backward): Fix typos in docstrings.
26543 (array-reconfigure-rows): Use `insert-buffer-substring', not
26544 `insert-buffer'.
26545
26546 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
26547 * progmodes/ada-mode.el (ada-make-body):
26548 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
26549
26550 * dired.el (dired-log):
26551 * tar-mode.el (tar-subfile-save-buffer):
26552 * play/zone.el (zone-pgm-stress-destress):
26553 Use `insert-buffer-substring', not `insert-buffer'.
26554
26555 2005-07-17 Simon Josefsson <jas@extundo.com>
26556
26557 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
26558
26559 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
26560
26561 * mail/smtpmail.el (smtpmail-auth-supported): Add plain auth method.
26562 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
26563
26564 2005-07-17 Kim F. Storm <storm@cua.dk>
26565
26566 * ido.el (dired-other-window): Add ido property.
26567
26568 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
26569
26570 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
26571 Fix typo in docstring.
26572 (byte-compile-interactive-only-functions): Add `insert-buffer' and
26573 `insert-file-literally'.
26574
26575 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
26576 info and delete redundant message. Doc fix.
26577 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
26578 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
26579
26580 2005-07-16 Richard M. Stallman <rms@gnu.org>
26581
26582 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
26583 (byte-compile-and): Use byte-compile-and-recursion.
26584 (byte-compile-or-recursion): New function.
26585 (byte-compile-or): Use that.
26586 (byte-compile-if): Guard the else-clause too.
26587 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
26588
26589 * isearch.el (isearch-mode-end-hook-quit): New variable.
26590 (isearch-done): Bind it.
26591 (isearch-mode-end-hook): Doc fix.
26592
26593 * allout.el (allout-isearch-did-quit): Variable deleted.
26594 (allout-real-isearch-abort): Function name no longer used.
26595 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
26596 (allout-isearch-rectification): isearch-mode always exists.
26597 Don't set allout-isearch-did-quit.
26598 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
26599 allout-isearch-did-quit.
26600 (allout-enwrap-isearch): Just add the hook.
26601 (allout-isearch-abort): Function deleted.
26602 (allout-pre-command-business): Avoid warning.
26603
26604 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
26605 Correctly avoid warnings.
26606 (pascal-outline): Likewise.
26607
26608 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
26609
26610 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
26611
26612 * play/tetris.el (tetris-mode): Avoid warning.
26613
26614 * play/snake.el (snake-mode): Avoid warning.
26615
26616 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
26617 (gamegrid-set-display-table): Avoid warning.
26618 (gamegrid-set-timer): Likewise.
26619 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
26620 (gamegrid-add-score-with-update-game-score-1): Take FILE
26621 as argument.
26622 (gamegrid-add-score-with-update-game-score): Pass that argument.
26623 Rename have-shared-game-dir to gamegrid-shared-game-dir.
26624
26625 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
26626
26627 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
26628 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
26629
26630 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
26631 and insert-file.
26632
26633 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
26634 (sc-ask): Avoid warnings.
26635
26636 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
26637 (eshell-hist-initialize): Use that var the natural way.
26638
26639 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
26640
26641 * emacs-lisp/re-builder.el (reb-cook-regexp):
26642 Avoid warning calling lre-compile-string.
26643 (reb-color-display-p): Avoid warning.
26644
26645 * calculator.el (calculator-last-input): Guard uses
26646 of event-key and key-press-event-p.
26647 (event-key, key-press-event-p): Delete definitions.
26648
26649 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
26650 (find-gc-source-directory, find-gc-subrs-callers)
26651 (find-gc-noreturn-list, find-gc-source-files)
26652 (find-gc-subrs-called): Vars renamed and defvar'd.
26653
26654 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
26655 (checkdoc-overlay-put, checkdoc-delete-overlay)
26656 (checkdoc-overlay-start, checkdoc-overlay-end)
26657 (checkdoc-mode-line-update, checkdoc-char=):
26658 Define such that compiler knows they are defined.
26659 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
26660 (checkdoc-read-event): Delete. Use read-event directly.
26661
26662 * whitespace.el (whitespace-make-overlay)
26663 (whitespace-overlay-put, whitespace-delete-overlay)
26664 (whitespace-overlay-start, whitespace-overlay-end):
26665 Define such that compiler knows they are defined.
26666 (whitespace): Move conditional inside.
26667
26668 * tempo.el (tempo-insert-template): Suppress warning.
26669
26670 * ediff-diff.el (longlines-mode): Add defvar.
26671
26672 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
26673
26674 * server.el: Bind "C-x #" in a way that works even if C-x is
26675 redefined to a command key, not a prefix key.
26676
26677 2005-07-16 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net> (tiny change)
26678
26679 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
26680 cl-make-type-test till execution time.
26681
26682 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
26683
26684 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
26685 arg ARG and use it.
26686
26687 2005-07-16 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net> (tiny change)
26688
26689 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
26690
26691 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
26692
26693 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
26694 a defcustom with two :set or :type keywords.
26695
26696 2005-07-15 Richard M. Stallman <rms@gnu.org>
26697
26698 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
26699 Don't give ^M comment-end syntax.
26700
26701 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
26702
26703 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
26704 Don't consider gdbmi (gdb-mi.el has its own update functions).
26705 (gdb-var-delete): Make it work for gdbmi as well.
26706 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
26707
26708 * progmodes/gud.el (etags, sdb): Only require etags when needed.
26709 (gud-speedbar-menu-items): Correct logic for enabling items.
26710
26711 2005-07-15 Kim F. Storm <storm@cua.dk>
26712
26713 * ido.el: Fix commentary.
26714 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
26715 Use with-no-warnings around ffap-guesser.
26716 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
26717 Let bind minibuffer-completing-file-name to t.
26718
26719 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
26720
26721 * startup.el (site-run-file, keyboard-type): Doc fixes.
26722 (command-line): Check for "--basic-display" argument; also for
26723 "--quick", not "--bare-bones" (which was renamed).
26724 (fancy-splash-text): Add missing item "Getting New Versions".
26725 (normal-splash-screen): Fix typos and improve consistency with
26726 `fancy-splash-text'. Update copyright year.
26727
26728 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
26729 valid binding for `help-char'.
26730
26731 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
26732
26733 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
26734
26735 * term.el (term-mode): Disable cua-mode for term buffers.
26736
26737 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
26738
26739 * add-log.el (add-log-mailing-address, change-log-merge):
26740 Doc fixes.
26741 (change-log-get-method-definition): Fix typo in docstring.
26742
26743 2005-07-14 Kim F. Storm <storm@cua.dk>
26744
26745 * emulation/cua-base.el:
26746 (cua--pre-command-handler-1, cua--pre-command-handler)
26747 (cua--post-command-handler-1, cua--post-command-handler):
26748 Split in two. Check (buffer local) value of cua-mode.
26749 (cua-selection-mode): New command.
26750
26751 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
26752
26753 * custom.el (custom-initialize-safe-set)
26754 (custom-initialize-safe-default): Doc fixes.
26755
26756 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
26757 and simplify :init-value again.
26758
26759 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
26760 and simplify :init-value again. Delete autoload.
26761
26762 * startup.el (command-line): Use `custom-reevaluate-setting' again
26763 for tooltip-mode.
26764
26765 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
26766 a defcustom with two :initialize keywords.
26767
26768 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
26769
26770 * allout.el (my-mark-marker, allout-isearch-prior-pos)
26771 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
26772 (allout-post-command-business, allout-flag-region)
26773 (isearch-reenable-font-lock, allout-yank)
26774 (allout-insert-latex-header, allout-insert-latex-trailer)
26775 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
26776 (allout-latex-verb-quote): Fix typos in docstrings.
26777 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
26778 (allout-unprotected, allout-prefix-data):
26779 Improve argument/docstring consistency.
26780 (allout-chart-subtree): Fix argument spec.
26781 (allout-open-topic): Rename `use_sib_bullet' argument to
26782 `use-sib-bullet'. Doc fix.
26783
26784 * whitespace.el (whitespace-check-buffer-leading)
26785 (whitespace-check-buffer-trailing)
26786 (whitespace-check-buffer-indent)
26787 (whitespace-check-buffer-spacetab)
26788 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
26789 (whitespace-check-leading-whitespace)
26790 (whitespace-check-trailing-whitespace)
26791 (whitespace-check-spacetab-whitespace)
26792 (whitespace-check-indent-whitespace)
26793 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
26794 (whitespace-modes): Fix typos in docstrings.
26795 (defgroup, defcustom): Doc fixes.
26796
26797 * winner.el (winner-mode, winner-boring-buffers)
26798 (winner-pending-undo-ring): Doc fixes.
26799 (winner-ring): Remove unneeded `progn'.
26800 (winner-equal): `defsubst' it.
26801 (winner-redo): Fix message.
26802
26803 2005-07-13 Kim F. Storm <storm@cua.dk>
26804
26805 * simple.el (line-move-1): Always use vertical-motion to
26806 do the last (or only) line move to ensure some movement.
26807 Undo 2005-06-23 change--don't check for overlays.
26808
26809 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26810
26811 * term/mac-win.el (ccl-encode-mac-roman-font)
26812 (ccl-encode-mac-centraleurroman-font)
26813 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
26814 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
26815 Change charset-id boundary of dimension to ?\xef.
26816 (mac-char-fontspec-list): New constant.
26817 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
26818 argument. Nil uses itself as family in font-spec. Previous
26819 behavior for nil is now provided by non-nil non-string argument.
26820 All callers changed. Add font-specs for Mac fonts to
26821 "fontset-default" unless iso8859-1 fonts are installed.
26822
26823 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
26824
26825 * progmodes/sh-script.el (sh-get-indent-info): Only indent
26826 a continuation line if the \ is preceded by SPC or TAB.
26827 (sh-get-indent-info): Simplify.
26828 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
26829 Use with-current-buffer.
26830
26831 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
26832 when the matched text is empty.
26833
26834 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
26835
26836 * startup.el (command-line): Revert to previous handling of
26837 tooltip-mode. Explain in comment why the complexity is needed.
26838
26839 * tooltip.el (tooltip-mode): Revert to previous implementation of
26840 its defcustom.
26841
26842 * frame.el (blink-cursor-mode): Revert to previous implementation
26843 of its defcustom. Update comment.
26844
26845 2005-07-12 Lars Hansen <larsh@soem.dk>
26846
26847 * desktop.el: Update e-mail address.
26848
26849 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26850
26851 * term/mac-win.el (mac-services-mail-selection)
26852 (mac-services-mail-to): New functions.
26853 (mac-application-menu-map): Bind them.
26854
26855 2005-07-12 wulei <milton@wulei.net> (tiny change)
26856
26857 * progmodes/gdb-ui.el: Add note about buffering with Windows.
26858
26859 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
26860
26861 * custom.el (custom-reevaluate-setting): Doc fix.
26862
26863 2005-07-11 Jay Belanger <belanger@truman.edu>
26864
26865 * calc/calc.el (calc-embedded-announce-formula-alist)
26866 (calc-embedded-open-close-plain-alist)
26867 (calc-embedded-open-close-mode-alist): Add checks for additional
26868 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
26869
26870 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
26871
26872 * custom.el (custom-enable-theme): Don't add theme to
26873 `custom-enabled-themes' with `push' because there is no
26874 setf-method for `delq'.
26875
26876 2005-07-11 Richard M. Stallman <rms@gnu.org>
26877
26878 * custom.el (custom-declare-variable): Doc fix.
26879
26880 * dired-aux.el (dired-compare-directories): Remove "." and ".."
26881 from the alists.
26882
26883 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
26884 Do nothing if edebug-active.
26885
26886 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
26887 (edebug-display): Do it here instead.
26888
26889 2005-07-10 Richard M. Stallman <rms@gnu.org>
26890
26891 * cus-face.el (custom-theme-set-faces): Make it work.
26892 (custom-reset-faces): Doc fix.
26893 (custom-theme-reset-internal-face, custom-theme-face-value):
26894 Functions deleted.
26895
26896 * custom.el (custom-push-theme): Maintain list of the settings
26897 of a given theme in its theme-settings property.
26898 Maintain position of old settings in the theme-value
26899 or theme-face property.
26900 (custom-enabled-themes): New variable.
26901 (custom-theme-enabled-p): New function.
26902 (provide-theme): Update custom-enabled-themes.
26903 Disable and reenable the `user' theme.
26904 (require-theme): Doc fix.
26905 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
26906 (custom-theme-value, custom-theme-variable-value): Likewise.
26907 (custom-theme-reset-internal): Likewise.
26908 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
26909 (custom-enable-theme, custom-disable-theme): New functions.
26910 (custom-variable-theme-value, custom-face-theme-value): Likewise.
26911 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
26912 (custom-theme-reset-variables): Simplify.
26913 (deftheme, custom-declare-theme, custom-make-theme-feature):
26914 Definitions moved.
26915
26916 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
26917
26918 * longlines.el (longlines-show-region)
26919 (longlines-unshow-hard-newlines): Recognize hard newlines by
26920 non-nil hard property, instead of t.
26921
26922 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
26923
26924 * emulation/viper-cmd.el (viper--key-maps): New variable.
26925 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
26926 emulation-mode-map-alists.
26927 (viper-envelop-ESC-key): Use viper-subseq.
26928 (viper-search-forward/backward/next): Disable debug-on-error.
26929
26930 * emulation/viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
26931 (viper-ESC-key): New defcustoms.
26932
26933 * emulation/viper-macs.el (ex-map-read-args): Use viper-subseq.
26934
26935 * emulation/viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
26936 (viper-subseq): Copy of subseq from cl.el.
26937
26938 * emulation/viper.el (viper-go-away, viper-set-hooks): Use
26939 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
26940
26941 * emulation/viper-mous.el (viper-current-frame-saved): Use defvar.
26942
26943 * emulation/viper-init.el: Get rid of -face in face names.
26944
26945 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
26946 Make it work with longlines mode.
26947
26948 * ediff-mult.el (ediff-meta-mode-hook): New variable.
26949
26950 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
26951
26952 * ediff-init.el: Get rid of -face in face names.
26953
26954 2005-07-10 Richard M. Stallman <rms@gnu.org>
26955
26956 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
26957 and with-timeout-unsuspend.
26958
26959 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
26960 and with-timeout-unsuspend.
26961
26962 * emacs-lisp/timer.el (with-timeout-timers): New variable.
26963 (with-timeout): Bind that variable to record timers.
26964 (with-timeout-suspend, with-timeout-unsuspend): New functions.
26965
26966 * emacs-lisp/debug.el (debug-help-follow): New function.
26967 (debugger-mode-map): Use that instead of help-follow.
26968 (debugger-setup-buffer): Use eval-buffer-list
26969 to handle eval-buffer frames.
26970
26971 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
26972
26973 * timezone.el (timezone-parse-date): Change first regexp
26974 so it will not mistakenly match dates with no time zone.
26975
26976 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
26977
26978 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
26979
26980 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
26981
26982 * custom.el (custom-initialize-safe-set)
26983 (custom-initialize-safe-default): New functions.
26984
26985 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
26986 and simplify :init-value.
26987
26988 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
26989 and simplify :init-value. Delete obsolete comment.
26990
26991 * startup.el (command-line): Use `custom-reevaluate-setting' to
26992 handle `tooltip-mode'. Delete obsolete comment.
26993
26994 * files.el (set-visited-file-name): Avoid calling
26995 `file-name-nondirectory' with a nil argument.
26996
26997 2005-07-09 Richard M. Stallman <rms@gnu.org>
26998
26999 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
27000 was called with nil for the buffer, handle the read position right.
27001 Handle read position for eval-region, too.
27002
27003 2005-07-09 Juri Linkov <juri@jurta.org>
27004
27005 * fringe.el (fringe-mode): Add period in docstring.
27006 (fringe-query-style): Build prompt depending on `all-frames' arg.
27007
27008 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
27009 to not create links to unrelated functions in the Help buffer.
27010
27011 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
27012 Doc fix.
27013
27014 * simple.el (next-error-hook): New variable.
27015 (next-error): Use it. Doc fix.
27016
27017 * textmodes/ispell.el (ispell-command-loop): Add current
27018 dictionary name and program name to mode-line-format.
27019 (ispell-region, ispell-process-line): Add current dictionary name
27020 and program name to messages.
27021
27022 2005-07-08 Jay Belanger <belanger@truman.edu>
27023
27024 * calc/calc.el (calc-embedded-announce-formula-alist)
27025 (calc-embedded-open-close-formula-alist)
27026 (calc-embedded-open-close-word-alist)
27027 (calc-embedded-open-close-plain-alist)
27028 (calc-embedded-open-close-new-formula-alist)
27029 (calc-embedded-open-close-mode-alist)
27030 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
27031 (calc-embedded-mode-hook): New variables.
27032
27033 * calc/calc-embed.el (calc-embedded-firsttime)
27034 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
27035 New variables.
27036 (calc-do-embedded): Use calc-embedded-firsttime,
27037 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
27038 determine whether or not to run hooks.
27039 (calc-embedded-make-info): Set calc-embedded-firsttime-buf and
27040 calc-embedded-firsttime-formula appropriately.
27041 Set calc-embedded delimiter variables according to mode.
27042
27043 2005-07-08 Richard M. Stallman <rms@gnu.org>
27044
27045 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
27046 Check for "emacs", etc., as entire symbol, not just as word.
27047 (checkdoc-file-comments-engine): Use regexp-quote on FN.
27048
27049 * files.el (set-visited-file-name): Report the error
27050 for "empty filename" earlier.
27051 (kill-some-buffers): Ignore buffers already dead.
27052
27053 * fringe.el (fringe-mode): Doc fix.
27054
27055 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
27056 Check for (featurep 'xemacs) and turn off warnings in what it guards.
27057 Use unwind-protect to ensure byte-compile-unresolved-functions
27058 is updated.
27059
27060 * whitespace.el (whitespace-buffer-leading-cleanup):
27061 Simplify w/ skip-chars-forward.
27062 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
27063
27064 * mail/rmail.el (rmail-only-expunge): Fix paren error.
27065 Unconditionally try to leave point at the same old place.
27066
27067 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
27068
27069 * comint.el (comint-postoutput-scroll-to-bottom)
27070 (comint-show-maximum-output): Take scroll-margin into consideration.
27071
27072 2005-07-08 Kim F. Storm <storm@cua.dk>
27073
27074 * ido.el (ido-use-filename-at-point): New choice `guess'.
27075 (ido-file-internal): Try ffap-guesser if selected.
27076
27077 * ido.el (ido-before-fallback-functions): New hook.
27078 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
27079 (ido-read-file-name): Run it.
27080
27081 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
27082
27083 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
27084 strings rather than a list of symbols to the completion function.
27085
27086 2005-07-07 Jay Belanger <belanger@truman.edu>
27087
27088 * calc/calc-units.el (math-apply-units): Change the places in
27089 which units are simplified.
27090
27091 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
27092
27093 * cus-edit.el (customize-option, customize-option-other-window):
27094 Make them handle aliases.
27095
27096 * custom.el (custom-variable-p): Make it recursively follow
27097 aliases. Mention that in the docstring.
27098
27099 2005-07-07 Richard M. Stallman <rms@gnu.org>
27100
27101 * cus-start.el (exec-path): Use `directory' instead of `file'.
27102 Fix tag for nil.
27103
27104 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
27105
27106 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
27107 when called non-interactively. Doc fix.
27108
27109 2005-07-07 Lute Kamstra <lute@gnu.org>
27110
27111 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
27112 new address as well.
27113
27114 2005-07-07 Kenichi Handa <handa@m17n.org>
27115
27116 * international/mule.el (make-coding-system):
27117 Describe `ascii-incompatible' property in the docstring.
27118 (set-file-name-coding-system): Signal an error if coding-system is
27119 ascii-incompatible.
27120 (set-keyboard-coding-system): Likewise.
27121
27122 * international/mule-cmds.el (set-default-coding-systems):
27123 Don't set default-file-name-coding-system and
27124 default-keyboard-coding-system if coding-system is ASCII-incompatible.
27125
27126 * international/utf-16.el: Declare that all UTF-16-based coding
27127 systems are ASCII-incompatible.
27128
27129 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
27130
27131 * progmodes/gud.el: Require font-lock for displaying errors.
27132 Used by gdb-ui.el.
27133
27134 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
27135
27136 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
27137 values for the pattern lists which are `read'able but not
27138 `append'able (like symbols).
27139
27140 2005-07-06 Richard M. Stallman <rms@gnu.org>
27141
27142 * progmodes/flymake.el (flymake-float-time): Instead of
27143 with-no-warnings, test for XEmacs.
27144 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
27145 to avoid warning.
27146
27147 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
27148
27149 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
27150
27151 2005-07-05 Lute Kamstra <lute@gnu.org>
27152
27153 * battery.el: Add support for Darwin (with much debugging help
27154 from Samuel Lauber <sam124@operamail.com>).
27155 (battery-status-function, battery-echo-area-format)
27156 (battery-mode-line-format): Add support for pmset on Darwin.
27157 (battery-load-low, battery-load-critical): New user options.
27158 (battery-pmset): New function.
27159
27160 2005-07-05 Lute Kamstra <lute@gnu.org>
27161
27162 Update FSF's address in GPL notices.
27163
27164 * textmodes/page-ext.el: Update FSF's address.
27165
27166 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
27167
27168 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
27169 filling from using prefix when filling a single-line docstring.
27170
27171 * progmodes/flymake.el: Remove useless eval-when-compile.
27172
27173 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
27174
27175 2005-07-04 Richard M. Stallman <rms@gnu.org>
27176
27177 * textmodes/org.el (org-file-apps-defaults-gnu):
27178 Rename from org-file-apps-defaults-linux.
27179 (org-default-apps): Don't test system-type for `linux'.
27180 (org-file-apps): Doc fix.
27181
27182 2005-07-04 David Ponce <david@dponce.com>
27183
27184 * tree-widget.el: Improve header Commentary section.
27185 (tree-widget) [defgroup]
27186 (tree-widget-image-enable, tree-widget-themes-directory)
27187 (tree-widget-theme, tree-widget-image-properties-emacs)
27188 (tree-widget-image-properties-xemacs, tree-widget-create-image)
27189 (tree-widget-image-formats, tree-widget-control)
27190 (tree-widget-empty-control, tree-widget-leaf-control
27191 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
27192 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
27193 (tree-widget-keep, tree-widget-after-toggle-functions)
27194 (tree-widget-open-node, tree-widget-close-node): Doc fix.
27195 (tree-widget-open-control, tree-widget-close-control): Fix doc and
27196 :help-echo message.
27197 (tree-widget-set-theme): Doc fix. Use `string-equal'.
27198 (tree-widget-image-properties): Doc fix. Clearer implementation.
27199 (tree-widget--cursors): New constant.
27200 (tree-widget-lookup-image): New function split from
27201 `tree-widget-find-image'. Clearer implementation.
27202 (tree-widget-find-image): Use it.
27203 (tree-widget-button-keymap): Use `set-keymap-parent'.
27204 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
27205 Define the sub-widgets here.
27206 (tree-widget-node): Check that :node is not a tree-widget.
27207 (tree-widget-get-super, tree-widget-open-control)
27208 (tree-widget-close-control, tree-widget-empty-control)
27209 (tree-widget-leaf-control, tree-widget-guide)
27210 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
27211 (tree-widget-no-handle, tree-widget-value-delete)
27212 (tree-widget-map): Remove.
27213 (tree-widget-children-value-save): Doc fix. Simplified.
27214 (tree-widget-value-create): Update according to previous changes.
27215
27216 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
27217
27218 * textmodes/org.el: Leading space replaced by TABS.
27219 (org-recalc-marks, org-table-rotate-recalc-marks)
27220 (org-table-get-specials): Treat "^" and "_" marks.
27221 (org-table-justify-field-maybe): Optional argument NEW.
27222 (org-table-eval-formula): Parsing of the format simplified.
27223 New modes C,I. Honor the %= parameter in the current table.
27224 Avoid unnecessary re-align by using the NEW argument to
27225 `org-table-justify-field-maybe'.
27226 (org-calc-default-modes): Default for date-format mimicks org-mode.
27227 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
27228
27229 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
27230
27231 * cus-face.el (custom-theme-set-faces): Make it handle face
27232 aliases whose alias declarations are pre- or autoloaded.
27233
27234 2005-07-04 Juri Linkov <juri@jurta.org>
27235
27236 * faces.el (read-face-name): Put the code for getting a face name
27237 from the buffer before adding the faces from the `face' property.
27238 Use `completing-read-multiple' instead of `completing-read'.
27239 Require `crm'. Add default value and post-process the returned
27240 list of faces.
27241
27242 * emacs-lisp/crm.el (crm-find-current-element)
27243 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
27244
27245 * emacs-lisp/lisp-mode.el (eval-defun-1):
27246 * emacs-lisp/edebug.el (edebug-eval-defun):
27247 Remove unnecessary quotes.
27248
27249 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
27250
27251 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
27252 (prolog-indent-level): Fix typo in docstring.
27253
27254 * info.el (Info-history, Info-history-forward)
27255 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
27256
27257 * add-log.el (add-change-log-entry):
27258 * comint.el (comint-dynamic-list-input-ring)
27259 (comint-dynamic-list-completions):
27260 * dabbrev.el (dabbrev-expand):
27261 * delim-col.el (delimit-columns-rectangle-line):
27262 * diff-mode.el (diff-context->unified, diff-reverse-direction)
27263 (diff-unified->context):
27264 * ediff-init.el (ediff-abbrev-jobname):
27265 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
27266 (ediff-replace-session-activity-marker-in-meta-buffer):
27267 * info.el (Info-summary):
27268 * lpr.el (printify-region):
27269 * printing.el (pr-create-interface):
27270 * ps-print.el (ps-print-quote):
27271 * ses.el (ses-column-widths, ses-print-cell)
27272 (ses-adjust-print-width, ses-center):
27273 * shell.el (shell-file-name-quote-list):
27274 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
27275 (strokes-fill-current-buffer-with-whitespace)
27276 (strokes-xpm-for-stroke, strokes-list-strokes)
27277 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
27278 * term.el (term-dynamic-list-input-ring)
27279 (term-dynamic-list-completions):
27280 * calc/calc.el (math-format-stack-value):
27281 * emacs-lisp/edebug.el (edebug-display-freq-count):
27282 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
27283 (delphi-new-comment-line):
27284 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
27285 * progmodes/executable.el (executable-set-magic):
27286 * progmodes/python.el (inferior-python-mode):
27287 * progmodes/scheme.el (scheme-mode-syntax-table):
27288 * progmodes/sh-script.el (sh-maybe-here-document):
27289 * progmodes/sql.el (sql-copy-column):
27290 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
27291 * textmodes/bibtex.el (bibtex-mode):
27292 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
27293 (sgml-auto-attributes):
27294 * textmodes/table.el (table-insert, table-shorten-cell)
27295 (table--generate-source-scan-lines, table-delete-row)
27296 (*table--cell-delete-char, table--spacify-frame)
27297 (table--horizontally-shift-above-and-below)
27298 (table--cell-insert-char, table--cell-blank-str)
27299 (table--fill-region-strictly):
27300 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
27301 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
27302
27303 * add-log.el (change-log):
27304 * apropos.el (apropos):
27305 * comint.el (comint-completion, comint-source):
27306 * dabbrev.el (dabbrev):
27307 * delim-col.el (columns):
27308 * diff-mode.el (diff-mode):
27309 * ediff.el (ediff):
27310 * ediff-diff.el (ediff-diff):
27311 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
27312 * ediff-mult.el (ediff-mult):
27313 * ediff-ptch.el (ediff-ptch):
27314 * ediff-wind.el (ediff-window):
27315 * facemenu.el (facemenu):
27316 * indent.el (indent):
27317 * info.el (info):
27318 * jka-cmpr-hook.el (compression, jka-compr):
27319 * lpr.el (lpr):
27320 * outline.el (outlines):
27321 * pcmpl-cvs.el (pcmpl-cvs):
27322 * pcmpl-rpm.el (pcmpl-rpm):
27323 * printing.el (printing):
27324 * ps-print.el (postscript, ps-print, ps-print-horizontal)
27325 (ps-print-vertical, ps-print-headers, ps-print-font)
27326 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
27327 (ps-print-background, ps-print-printer, ps-print-page)
27328 (ps-print-miscellany):
27329 * ses.el (ses):
27330 * shell.el (shell, shell-directories, shell-faces):
27331 * startup.el (initialization):
27332 * strokes.el (strokes):
27333 * term.el (term):
27334 * uniquify.el (uniquify):
27335 * w32-vars.el (w32):
27336 * calc/calc.el (calc):
27337 * emacs-lisp/bytecomp.el (bytecomp):
27338 * emacs-lisp/cl-indent.el (lisp-indent):
27339 * emacs-lisp/edebug.el (edebug):
27340 * emacs-lisp/elp.el (elp):
27341 * emacs-lisp/testcover.el (testcover):
27342 * emacs-lisp/trace.el (trace):
27343 * emulation/viper-ex.el (viper-ex):
27344 * emulation/viper-mous.el (viper-mouse):
27345 * mail/mailalias.el (mailalias):
27346 * mail/supercite.el (supercite, supercite-frames)
27347 (supercite-attr, supercite-cite, supercite-hooks):
27348 * net/rcompile.el (remote-compile):
27349 * net/rlogin.el (rlogin):
27350 * obsolete/ooutline.el (outlines):
27351 * progmodes/delphi.el (delphi):
27352 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
27353 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
27354 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
27355 (ebnf-optimization):
27356 * progmodes/etags.el (etags):
27357 * progmodes/executable.el (executable):
27358 * progmodes/idlwave.el (idlwave):
27359 * progmodes/pascal.el (pascal):
27360 * progmodes/prolog.el (prolog):
27361 * progmodes/python.el (python):
27362 * progmodes/scheme.el (scheme):
27363 * progmodes/sh-script.el (sh, sh-script):
27364 * progmodes/sql.el (SQL):
27365 * progmodes/tcl.el (tcl):
27366 * textmodes/bibtex.el (bibtex, bibtex-autokey):
27367 * textmodes/enriched.el (enriched):
27368 * textmodes/makeinfo.el (makeinfo):
27369 * textmodes/sgml-mode.el (sgml):
27370 * textmodes/table.el (table-hooks):
27371 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
27372 * textmodes/texinfo.el (texinfo):
27373 * textmodes/two-column.el (two-column):
27374 Finish `defgroup' description with period.
27375
27376 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
27377 * eshell/esh-var.el (eshell-var):
27378 * progmodes/vhdl-mode.el (vhdl-testbench):
27379 * textmodes/org.el (org): Fix typos in docstrings.
27380
27381 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
27382 consistency.
27383
27384 * progmodes/flymake.el (flymake-find-file): Remove.
27385 (flymake-float-time): Use `with-no-warnings'.
27386 (flymake-check-start-time, flymake-check-was-interrupted)
27387 (flymake-err-info, flymake-is-running, flymake-last-change-time)
27388 (flymake-new-err-info): `defvar' at compile time.
27389
27390 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
27391
27392 * replace.el (occur-hook): Doc fix.
27393 (occur-1): Don't call `occur-hook' if there are no matches.
27394
27395 2005-07-03 Richard M. Stallman <rms@gnu.org>
27396
27397 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
27398 global-map, save the same map.
27399 (global-map): Don't alter it at top level.
27400 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
27401 Then alter it here instead.
27402 (tpu-edt-off): Set global-map to the saved one.
27403
27404 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
27405 All references simplified.
27406 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
27407 (zmacs-regions): Add defvar.
27408 (repeat-complex-command-map): Everything about that deleted.
27409
27410 * textmodes/artist.el (artist-key-is-drawing)
27411 (artist-key-endpoint1, artist-key-poly-point-list)
27412 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
27413 (artist-key-compl-table, artist-rb-save-data)
27414 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
27415 Don't put them in eval-when-compile.
27416 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
27417
27418 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
27419 Use with-no-warnings.
27420
27421 * net/browse-url.el (dos-windows-version): Add defvar.
27422
27423 * mail/supercite.el (filladapt-prefix-table): Add defvar.
27424
27425 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
27426 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
27427 (rmail-new-summary-line-count): Rename from new-summary-line-count.
27428 Add defvar.
27429 (rmail-summary-beginning-of-message): Use with-no-warnings.
27430 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
27431
27432 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
27433 Use with-no-warnings.
27434
27435 * emulation/vi.el (vi-mark-region): Use c-mark-function.
27436 (c-mark-function): Add point-moving-unit property.
27437 (vi-goto-line): Use with-no-warnings.
27438
27439 * emulation/edt.el (edt-last-copied-word): Add defvar.
27440 (zmacs-region-stays): Likewise.
27441 (edt-mark-section-wisely): Use c-mark-function for C.
27442 Use makr-defun for Fortran.
27443 (time-string): defvar deleted.
27444 (edt-display-the-time): Don't set time-string.
27445
27446 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
27447
27448 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
27449 Don't warn when name is not constant
27450 or for defining the group `emacs'.
27451
27452 * tooltip.el (gud-tooltip-mode): Add defvar.
27453
27454 * startup.el (default-frame-background-mode): Add defvar.
27455
27456 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
27457
27458 * info.el (tool-bar-map): Add defvar.
27459
27460 * dired.el (dnd-protocol-alist): Add defvar.
27461
27462 * dired-aux.el (dired-query): Display question with answer, when
27463 the user answers.
27464
27465 * custom.el (custom-add-option): Doc fix.
27466
27467 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
27468
27469 2005-07-03 Eli Zaretskii <eliz@gnu.org>
27470
27471 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
27472 bogus name from the last change.
27473
27474 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
27475
27476 * custom.el (custom-declare-variable): Fix typos in comment.
27477 (custom-known-themes): Doc fix.
27478 (custom-theme-directory): New defcustom.
27479 (require-theme): Make it check `custom-theme-directory'.
27480
27481 * cus-theme.el (custom-new-theme-mode): New function.
27482 (custom-theme-name, custom-theme-variables, custom-theme-faces)
27483 (custom-theme-description): Add compiler defvars.
27484 (customize-create-theme): Add doc to the "*New Custom Theme*"
27485 buffer. Use `custom-new-theme-mode'.
27486 (custom-theme-write): Put the created buffer in emacs-lisp-mode
27487 and save it to the `custom-theme-directory'. Make this the
27488 default directory of the buffer.
27489
27490 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
27491
27492 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
27493 Fix unbalanced parentheses.
27494
27495 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
27496
27497 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
27498 into flymake-mode and delegate to flymake-mode.
27499
27500 * find-file.el (ff-which-function-are-we-in): Clean up.
27501
27502 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
27503
27504 * replace.el (occur-rename-buffer): Fix docstring.
27505
27506 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
27507 (edt-last-copied-word, edt-learn-macro-count)
27508 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
27509 (edt-rect-start-point, edt-user-global-map, rect-start-point)
27510 (time-string, zmacs-region-stays):
27511 * emulation/edt-mapper.el (edt-save-function-key-map)
27512 (EDT-key-name): `defvar' to silence the byte-compiler.
27513
27514 2005-07-02 Martin Rudalics <rudalics@gmx.at>
27515
27516 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
27517 font-lock-regexp-backslash. Doc fix.
27518 (font-lock-regexp-backslash-grouping-construct): Rename from
27519 font-lock-regexp-backslash-construct. Doc fix.
27520 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
27521 grouping constructs.
27522
27523 2005-07-02 Eli Zaretskii <eliz@gnu.org>
27524
27525 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
27526 updating all the prerequisites.
27527
27528 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
27529
27530 * textmodes/org.el (org-agenda-start-on-weekday)
27531 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
27532 (org-agenda-use-time-grid, org-archive-location)
27533 (org-allow-space-in-links, org-usenet-links-prefer-google)
27534 (org-enable-table-editor, org-export-default-language)
27535 (org-export-html-show-new-buffer, org-fill-paragraph)
27536 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
27537 (org-goto-quit, org-occur, org-eval-in-calendar)
27538 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
27539 (org-agenda-diary-entry, org-remember-help)
27540 (org-table-convert-region, org-at-table-p)
27541 (org-table-move-row-down, org-table-move-row-up)
27542 (org-table-copy-region, org-table-toggle-vline-visibility)
27543 (org-table-get-stored-formulas, org-table-get-specials)
27544 (org-recalc-commands, org-table-eval-formula)
27545 (org-table-formula-substitute-names, orgtbl-make-binding)
27546 (org-format-org-table-html, org-format-table-table-html)
27547 (org-format-table-table-html-using-table-generate-source)
27548 (org-customize): Fix typos in docstrings.
27549 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
27550 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
27551 (org-back-to-heading): Doc fixes.
27552 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
27553 (org-agenda-change-all-lines, org-get-header):
27554 Improve argument/docstring consistency.
27555 (orgtbl-error): Fix error message.
27556
27557 * progmodes/flymake.el (flymake-find-possible-master-files)
27558 (flymake-master-file-compare, flymake-get-line-err-count)
27559 (flymake-highlight-line, flymake-gui-warnings-enabled):
27560 Fix typos in docstrings.
27561 (flymake-parse-line, flymake-get-project-include-dirs-function)
27562 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
27563 Doc fixes.
27564 (flymake-get-project-include-dirs-function)
27565 (flymake-make-err-menu-data):
27566 Improve argument/docstring consistency.
27567
27568 2005-07-01 Lute Kamstra <lute@gnu.org>
27569
27570 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
27571 Catch errors with ignore-errors. Use temporary buffer.
27572 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
27573
27574 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
27575 background color faces.
27576 (facemenu-set-foreground, facemenu-set-background):
27577 Use facemenu-set-face-from-menu.
27578 (facemenu-set-face-from-menu): Treat face names that start with
27579 "fg:" or "bg:" as special.
27580 (facemenu-add-new-color): Don't create faces. Simplify.
27581
27582 2005-06-30 Richard M. Stallman <rms@gnu.org>
27583
27584 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
27585 (crm-find-current-element): Likewise.
27586
27587 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
27588
27589 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
27590
27591 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
27592
27593 * arc-mode.el (archive-extract): Make it work as a mouse binding.
27594 (archive-mouse-extract): Make it an obsolete alias.
27595 (archive-mode-map): Don't use archive-mouse-extract any more.
27596 (archive-mode, archive-extract): write-contents-hooks ->
27597 write-contents-functions.
27598 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
27599 first arg.
27600 (archive-rename-entry): Update the call.
27601 (archive-zip-summarize): Remove unused var `method'.
27602 (archive-lzh-summarize): Remove unused var `creator'.
27603
27604 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
27605 dedicated frame upon exit.
27606
27607 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
27608 (archive-zip-extract, archive-zip-expunge)
27609 (archive-zip-update, archive-zip-update-case): Use executable-find.
27610 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
27611 Use restore-buffer-modified-p.
27612 (archive-extract, archive-add-new-member, archive-write-file-member):
27613 Use with-current-buffer.
27614 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
27615
27616 2005-06-30 Andreas Schwab <schwab@suse.de>
27617
27618 * progmodes/gud.el (gud-filter): Remove unneeded progn.
27619
27620 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
27621
27622 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
27623
27624 2005-06-30 Juri Linkov <juri@jurta.org>
27625
27626 * faces.el (vertical-border): Inherit from mode-line-inactive
27627 only on tty.
27628
27629 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
27630
27631 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
27632 example, -NLINES in the `occur' docstring).
27633
27634 * replace.el (occur-1): When no matches are found, do not set the
27635 `buffer-read-only' and modified flags for the occur buffer,
27636 because it is deleted.
27637
27638 * emulation/cua-base.el (cua-check-pending-input)
27639 (cua-repeat-replace-region, cua-mode, cua-debug)
27640 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
27641 Fix typos in docstrings.
27642
27643 * emulation/cua-gmrk.el (cua-toggle-global-mark)
27644 (cua-cut-region-to-global-mark)
27645 (cua--cut-rectangle-to-global-mark):
27646 Remove period from end of messages.
27647
27648 * emulation/cua-rect.el (cua-do-rectangle-padding):
27649 Remove period from end of messages.
27650 (cua--rectangle-seq-format): Fix typo in docstring.
27651 (cua-sequence-rectangle, cua-fill-char-rectangle):
27652 Improve argument/docstring consistency.
27653
27654 2005-06-29 Juri Linkov <juri@jurta.org>
27655
27656 * faces.el (default-frame-background-mode): New internal variable.
27657 (frame-set-background-mode): Use it.
27658
27659 * startup.el (normal-top-level): Set default-frame-background-mode
27660 instead of frame-background-mode. Before setting it, test for its
27661 nil value. Remove tests for frame-background-mode and frame
27662 parameter `reverse'. Add test for "unspecified-fg".
27663
27664 * term/xterm.el (xterm-rxvt-set-background-mode):
27665 * term/rxvt.el (rxvt-set-background-mode):
27666 Set default-frame-background-mode instead of frame-background-mode.
27667
27668 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
27669
27670 * simple.el (set-variable): Warn about obsolete user variables.
27671
27672 * imenu.el (imenu--completion-buffer):
27673 * mouse.el (mouse-buffer-menu-alist):
27674 * msb.el (msb-invisible-buffer-p):
27675 * calendar/diary-lib.el (diary-header-line-format):
27676 * emacs-lisp/pp.el (pp-buffer):
27677 * progmodes/cperl-mode.el (cperl-do-auto-fill):
27678 * textmodes/picture.el (picture-replace-match):
27679 Change space constants followed by a sexp to "?\s ".
27680
27681 * play/decipher.el (decipher-loop-with-breaks):
27682 * textmodes/texinfo.el (texinfo-insert-@item): Change space
27683 constants "protected" from end of line by a comment to "?\s".
27684
27685 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
27686
27687 * font-lock.el (save-buffer-state): Use `declare'.
27688
27689 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
27690 reset the syntax-table to cperl-mode-syntax-table.
27691 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
27692 "foo_print_bar" is not matched as a reserved keyword.
27693
27694 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
27695
27696 * textmodes/org.el (orgtbl-setup): New function, for delayed
27697 setup for the orgtbl commands.
27698 (org-calc-default-modes): New option.
27699 (orgtbl-make-binding): Use `defun' to get better help display.
27700 (org-diary): Call `org-compile-prefix-format'.
27701 (org-table-formula-substitute-names): New function.
27702 (org-agenda-day-view, org-agenda-week-view): New commands.
27703 (org-agenda-toggle-week-view): Command removed.
27704 (org-tbl-menu): Split off from org-org-menu.
27705 (org-mode): Move removal of outline-mode menus to here.
27706 (org-table-formula-debug): New option.
27707 (org-table-insert-row): Keep first field if just "#" or "*".
27708 (org-mode): Paragraph regexps fixed.
27709 (org-table-recalculate-regexp): New constant.
27710 (org-table-justify-field-maybe): Avoid replace if not necessary.
27711 (org-copy-special, org-cut-special): Use `call-interactively'.
27712 (org-table-copy-region): Take region from `interactive' call.
27713 (org-trim): Return string even if no match.
27714 (org-formula): New face.
27715 (org-set-font-lock-defaults): No longer highlight "FIXME".
27716 But highlight formula-related fields in table.
27717 (org-table-p): Use regexp, not fontification.
27718 (org-table-align): Handle white space at end of line.
27719 (org-table-formula-evaluate-inline): New option.
27720 (org-mode): Auto-wrapping in comment lines turned off.
27721 (org-table-copy-down): Evaluate only in copied field, not in
27722 destination.
27723 (org-table-current-formula): Variable removed.
27724 (org-table-store-formulas, org-table-get-stored-formulas)
27725 (org-table-modify-formulas, org-table-replace-in-formulas)
27726 (org-table-maybe-eval-formula): New functions.
27727 (org-table-get-formula): Modify to use stored formulas.
27728 (org-table-insert-column, org-table-delete-column)
27729 (org-table-move-column): Call `org-table-modify-formulas'.
27730 (org-complete): Add completion for keyword formulas.
27731 (orgtbl-mode): Pull orgtbl-mode-map to start of
27732 minor-mode-map-alist.
27733
27734 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
27735
27736 * progmodes/python.el (python-check): Require `compile' before
27737 modifying its variables.
27738
27739 * newcomment.el (comment-indent-default): Don't get fooled by an early
27740 end of buffer.
27741
27742 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
27743
27744 * ps-print.el (ps-print-version): Fix version number.
27745
27746 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
27747
27748 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
27749
27750 2005-06-28 Richard M. Stallman <rms@gnu.org>
27751
27752 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
27753 (flyspell-local-mouse-map): Declaration deleted.
27754 (flyspell-mouse-map): Bind only mouse-2.
27755 (flyspell-mode-map): Don't test flyspell-use-local-map.
27756 (flyspell-overlay-keymap-property-name): Var deleted.
27757 (flyspell-mode-on): Don't make local bindings for
27758 flyspell-mouse-map and flyspell-mode-map.
27759 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
27760
27761 * textmodes/ispell.el (ispell-word): Do not ignore short words.
27762
27763 * progmodes/compile.el (compilation-next-error-function):
27764 Don't switch buffers; operate on the current buffer.
27765
27766 * progmodes/compile.el (compilation-error-file-name)
27767 (compilation-warning-file-name, compilation-info-file-name)
27768 (compilation-line-number, compilation-column-number): New faces.
27769 (compilation-error-face, compilation-warning-face)
27770 (compilation-info-face, compilation-line-face)
27771 (compilation-column-face): Use them.
27772
27773 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
27774
27775 * comint.el (comint-password-prompt-regexp): Accept ", try again".
27776
27777 * bindings.el (global-map): Bind insertchar and its variants.
27778
27779 2005-06-27 Richard M. Stallman <rms@gnu.org>
27780
27781 * textmodes/artist.el (artist-text-overwrite)
27782 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
27783
27784 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
27785
27786 * ps-print.el: It was not working the page selection for printing.
27787 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
27788 (ps-print-version): New version 6.6.7.
27789 (ps-end-sheet): New fun.
27790 (ps-header-sheet, ps-end-job): Call it.
27791
27792 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
27793
27794 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
27795
27796 2005-06-27 Lute Kamstra <lute@gnu.org>
27797
27798 * facemenu.el (facemenu-unlisted-faces): Add foreground and
27799 background color faces.
27800 (facemenu-get-face): Delete function.
27801 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
27802 (facemenu-add-new-color): Make second argument mandatory.
27803 Create the appropriate face and return it. Simplify.
27804 (facemenu-set-foreground, facemenu-set-background): Don't check if
27805 color is defined. Use return value of facemenu-add-new-color.
27806
27807 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
27808
27809 * progmodes/gud.el (gud-filter): Add missing argument to
27810 with-selected-window.
27811
27812 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
27813
27814 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
27815 a :require to the defcustom.
27816
27817 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
27818 defcustoms corresponding to minor modes.
27819
27820 2005-06-26 David Ponce <david@dponce.com>
27821
27822 * recentf.el: Require tree-widget instead of wid-edit.
27823 (recentf-filename-handler): Fix widget :type.
27824 (recentf-cancel-dialog, recentf-open-more-files)
27825 (recentf-open-files-action): Doc fix.
27826 (recentf-dialog-goto-first): New function.
27827 (recentf-dialog-mode-map): Set parent keymap first.
27828 (recentf-dialog-mode): Define with define-derived-mode.
27829 Don't display continuation lines in dialogs.
27830 (recentf-edit-list): Rename from recentf-edit-selected-items.
27831 (recentf-edit-list-select): Rename from recentf-edit-list-action.
27832 Simplify.
27833 (recentf-edit-list-validate): New function.
27834 (recentf-edit-list): Update accordingly.
27835 (recentf-open-files-item-shift): Remove.
27836 (recentf-open-files-item): Convert menu elements into tree and
27837 link widgets. Don't create the widgets.
27838 (recentf-open-files): Update accordingly.
27839 (recentf-save-list): Untabify.
27840
27841 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
27842
27843 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
27844 (keep-lines): Add INTERACTIVE arg. Never delete lines only
27845 partially contained in the active region. Do not take active
27846 region into account when called from Lisp, unless INTERACTIVE arg
27847 is non-nil. Use `forward-line' instead of `beginning-of-line' to
27848 avoid trouble with fields. Make marker point nowhere when no
27849 longer used. Always return nil. Doc fix.
27850 (flush-lines): Add INTERACTIVE arg. Do not take active region
27851 into account when called from Lisp, unless INTERACTIVE arg is
27852 non-nil. Use `forward-line' instead of `beginning-of-line' to
27853 avoid trouble with fields. Make marker point nowhere when no
27854 longer used. Always return nil. Doc fix.
27855 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
27856 interchangeable. Do not take active region into account when
27857 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
27858 message in echo area when called from Lisp, unless INTERACTIVE arg
27859 is non-nil. Avoid saying "1 occurrences". Do not use markers.
27860 Return the number of matches. Doc fix.
27861 (occur): Doc fix.
27862 (perform-replace): Make comment follow double space convention for
27863 the sake of `outline-minor-mode'.
27864
27865 * faces.el (facep): Doc fix.
27866
27867 2005-06-25 Richard M. Stallman <rms@gnu.org>
27868
27869 * facemenu.el (facemenu-enable-faces-p): New function.
27870 (facemenu-background-menu, facemenu-foreground-menu)
27871 (facemenu-face-menu): Add menu-enable property.
27872
27873 * jka-compr.el (jka-compr-insert-file-contents):
27874 Special handling if cannot find the uncompression program.
27875
27876 * cus-face.el (custom-face-attributes): Add autoload.
27877
27878 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
27879 Bind comment-indent-function locally.
27880
27881 * window.el (save-selected-window): Use save-current-buffer.
27882
27883 * subr.el (with-selected-window): Use save-current-buffer.
27884
27885 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
27886 and with-current-buffer.
27887
27888 2005-06-24 Richard M. Stallman <rms@gnu.org>
27889
27890 * simple.el (line-move-1): Fix previous change.
27891
27892 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
27893
27894 * replace.el (occur-1): Set `buffer-read-only' and the
27895 buffer-modified flag before running `occur-hook' to protect
27896 against unintentional buffer switches that can lead to data loss.
27897
27898 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
27899
27900 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
27901 (gud-gdb-marker-filter): Use font-lock-warning-face for any
27902 initial error.
27903
27904 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
27905 after fresh input.
27906 (gdb-var-create-handler): Put name of expression in quotes.
27907
27908 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
27909
27910 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
27911 elements of RING in order, and without bogus nil elements.
27912
27913 2005-06-23 Richard M. Stallman <rms@gnu.org>
27914
27915 * simple.el (set-variable): Args renamed; doc fix.
27916 (line-move-1): When there are overlays around, use vertical-motion.
27917
27918 * faces.el (escape-glyph): Use brown against light background.
27919 (nobreak-space): Rename from no-break-space.
27920 Fix previous change.
27921
27922 * dired-aux.el (dired-do-copy): Fix arg prompt.
27923
27924 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
27925
27926 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
27927
27928 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
27929 rather than "Distributor".
27930
27931 2005-06-23 Lute Kamstra <lute@gnu.org>
27932
27933 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
27934 (debug-on-entry): Use it. New interactive declaration that uses
27935 function-called-at-point.
27936
27937 2005-06-23 Kim F. Storm <storm@cua.dk>
27938
27939 * subr.el (save-match-data): Add comment about using evaporate arg
27940 to set-match-data.
27941
27942 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
27943
27944 * cus-edit.el (customize-face)
27945 (customize-face-other-window): Handle face aliases.
27946
27947 * faces.el (face-documentation, set-face-attribute)
27948 (face-spec-set): Handle face aliases.
27949
27950 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
27951
27952 * help-mode.el (help-make-xrefs): If a symbol representing a face
27953 name is not followed by the word "face", it could still be a
27954 function or variable name, so don't bypass other checks.
27955
27956 2005-06-22 Juri Linkov <juri@jurta.org>
27957
27958 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
27959 Replace aliased functions with calls where second arg `inherit' is t.
27960
27961 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
27962
27963 * progmodes/gdb-ui.el (gdb-error): New variable.
27964 (gdb-error): New function.
27965 (gdb-annotation-rules): Act on error-begin and error annotations.
27966 (gdb-concat-output): Use font-lock-warning-face for errors.
27967
27968 2005-06-22 Miles Bader <miles@gnu.org>
27969
27970 * bindings.el (propertized-buffer-identification): Use renamed
27971 `Buffer-menu-buffer' face.
27972
27973 * faces.el (vertical-border): Rename from `vertical-divider'.
27974 (escape-glyph): Change dark-background color back to `cyan'.
27975
27976 2005-06-21 Juri Linkov <juri@jurta.org>
27977
27978 * faces.el (face-user-default-spec): Try getting `customized-face'
27979 prior to `saved-face'.
27980 (frame-background-mode): Refill docstring.
27981
27982 * emacs-lisp/lisp-mode.el (eval-defun-1):
27983 * emacs-lisp/edebug.el (edebug-eval-defun):
27984 Set `saved-face' temporarily to nil before calling form.
27985 Set `customized-face' to the new spec after that.
27986
27987 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
27988
27989 * subr.el (1value, lambda, key-substitution-in-progress):
27990 Doc fixes.
27991
27992 * autoinsert.el (auto-insert-alist):
27993 * ses.el (ses-call-printer):
27994 * subr.el (noreturn):
27995 * emacs-lisp/lisp.el (check-parens):
27996 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
27997 * net/browse-url.el (browse-url-mosaic):
27998 * progmodes/cc-defs.el (c-safe-scan-lists):
27999 * progmodes/ebnf-abn.el (ebnf-abn-lex):
28000 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
28001 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
28002 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
28003 * progmodes/ebnf-iso.el (ebnf-iso-lex):
28004 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
28005
28006 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
28007
28008 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
28009
28010 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
28011
28012 * calendar/appt.el (appt-make-list): Activate the package, if
28013 not already active (for backwards compatibility).
28014
28015 2005-06-20 Kim F. Storm <storm@cua.dk>
28016
28017 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
28018
28019 2005-06-20 Miles Bader <miles@gnu.org>
28020
28021 * faces.el (vertical-divider): New face.
28022
28023 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
28024
28025 * simple.el (kill-whole-line): Doc fix.
28026 (next-error-buffer-p, next-error-find-buffer)
28027 (clone-indirect-buffer): Fix typos in docstrings.
28028 (comment-line-break-function): Doc fix: don't say variable
28029 is automatically buffer-local (it isn't).
28030
28031 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
28032
28033 * net/tramp-ftp.el (top):
28034 * net/tramp-smb.el (top):
28035 * net/tramp-util.el (top):
28036 * net/tramp-uu.el (top):
28037 * net/tramp-vc.el (top):
28038 * net/tramp.el (top): Revert copyright years back to original
28039 ones. Tramp has a life outside GNU Emacs.
28040
28041 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
28042
28043 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
28044
28045 2005-06-18 Juri Linkov <juri@jurta.org>
28046
28047 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
28048 end of first regexp to limit the match to the position between
28049 line number and source line with same separator character as used
28050 between file name and line number. In the second regexp limit
28051 mouse-face area to file name and line number by adding new group
28052 for them and referring it in HYPERLINK arg.
28053 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
28054 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
28055 previous line where grep markers may be already removed.
28056
28057 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
28058
28059 * progmodes/ps-mode.el: Update version and maintainer's email address.
28060
28061 2005-06-18 Steve Youngs <steve@xemacs.org>
28062
28063 * net/browse-url.el (browse-url-browser-function)
28064 (browse-url-default-browser): Add firefox.
28065 (browse-url-firefox-program, browse-url-firefox-arguments)
28066 (browse-url-firefox-startup-arguments)
28067 (browse-url-firefox-new-window-is-tab): New defcustoms.
28068 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
28069
28070 2005-06-17 Richard M. Stallman <rms@gnu.org>
28071
28072 * startup.el (command-line): Warn if specified user name has
28073 no home directory.
28074
28075 * term.el (term-get-old-input, term-input-filter, term-input-sender)
28076 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
28077
28078 * longlines.el (longlines-mode, longlines-show-hard-newlines):
28079 Doc fixes.
28080
28081 * faces.el (underline): Try bold if terminal doesn't support underline.
28082
28083 * mail/sendmail.el (mail-setup-with-from): New variable.
28084 (mail-insert-from-field): New function.
28085 (sendmail-send-it): Call it.
28086 (mail-setup): Optionally call it here.
28087
28088 * term/linux.el: Call tty-no-underline.
28089
28090 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
28091
28092 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
28093
28094 2005-06-17 Miles Bader <miles@gnu.org>
28095
28096 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
28097 (ediff-current-diff-C, ediff-current-diff-Ancestor)
28098 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
28099 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
28100 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
28101 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
28102 Remove "-face" suffix from face names.
28103 (ediff-current-diff-face-A, ediff-current-diff-face-B)
28104 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
28105 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
28106 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
28107 (ediff-even-diff-face-A, ediff-even-diff-face-B)
28108 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
28109 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
28110 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
28111 New backward-compatibility aliases for renamed faces.
28112 (ediff-current-diff-face-A, ediff-current-diff-face-B)
28113 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
28114 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
28115 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
28116 (ediff-even-diff-face-A, ediff-even-diff-face-B)
28117 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
28118 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
28119 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
28120 Use renamed ediff faces.
28121
28122 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
28123 Remove "-face" suffix from face names.
28124 (eshell-test-ok-face, eshell-test-failed-face):
28125 New backward-compatibility aliases for renamed faces.
28126 (eshell-run-test): Use renamed eshell-test faces.
28127
28128 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
28129 face name.
28130 (eshell-prompt-face): New backward-compatibility alias for renamed
28131 face.
28132 (eshell-emit-prompt): Use renamed eshell-prompt face.
28133
28134 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
28135 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
28136 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
28137 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
28138 Remove "-face" suffix from face names.
28139 (eshell-ls-directory-face, eshell-ls-symlink-face)
28140 (eshell-ls-executable-face, eshell-ls-readonly-face)
28141 (eshell-ls-unreadable-face, eshell-ls-special-face)
28142 (eshell-ls-missing-face, eshell-ls-archive-face)
28143 (eshell-ls-backup-face, eshell-ls-product-face)
28144 (eshell-ls-clutter-face):
28145 New backward-compatibility aliases for renamed faces.
28146 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
28147
28148 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
28149 Remove "-face" suffix from face name.
28150 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
28151 instead of literal face.
28152
28153 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
28154
28155 * emacs-lisp/warnings.el (display-warning, lwarn)
28156 (warning-minimum-log-level): Doc fixes.
28157 (warning-minimum-level, warning-minimum-log-level):
28158 Add :debug to :type choices.
28159
28160 * progmodes/ada-mode.el (ada-format-paramlist)
28161 (ada-get-indent-case, ada-check-matching-start)
28162 (ada-check-defun-name, ada-goto-matching-decl-start)
28163 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
28164 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
28165 (ada-make-subprogram-body): Follow error conventions.
28166 (ada-case-exception-file, ada-indent-comment-as-code)
28167 (ada-indent-handle-comment-special, ada-indent-renames)
28168 (ada-indent-return, ada-search-directories-internal)
28169 (ada-tab-policy, ada-case-exception-substring)
28170 (ada-other-file-alist, ada-matching-start-re)
28171 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
28172 (ada-imenu-generic-expression, ada-compile-goto-error)
28173 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
28174 (ada-popup-menu, ada-add-extensions, ada-mode)
28175 (ada-region-selected, ada-create-case-exception)
28176 (ada-create-case-exception-substring, ada-after-keyword-p)
28177 (ada-activate-keys-for-case, ada-adjust-case-region)
28178 (ada-adjust-case-buffer, ada-format-paramlist)
28179 (ada-scan-paramlist, ada-insert-paramlist)
28180 (ada-indent-newline-indent)
28181 (ada-indent-newline-indent-conditional)
28182 (ada-justified-indent-current, ada-goto-previous-word)
28183 (ada-indent-current, ada-get-indent-open-paren)
28184 (ada-get-indent-paramlist, ada-get-indent-end)
28185 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
28186 (ada-get-indent-block-start, ada-get-indent-subprog)
28187 (ada-get-indent-noindent, ada-get-indent-label)
28188 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
28189 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
28190 (ada-goto-stmt-end, ada-goto-next-word)
28191 (ada-check-matching-start, ada-check-defun-name)
28192 (ada-goto-matching-decl-start, ada-goto-matching-start)
28193 (ada-goto-matching-end, ada-search-ignore-string-comment)
28194 (ada-in-decl-p, ada-looking-at-semi-or)
28195 (ada-looking-at-semi-private, ada-in-paramlist-p)
28196 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
28197 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
28198 (ada-next-procedure, ada-previous-procedure, ada-next-package)
28199 (ada-previous-package, ada-create-menu)
28200 (ada-fill-comment-paragraph-justify)
28201 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
28202 (ada-other-file-name, ada-last-which-function-line)
28203 (ada-last-which-function-subprog, ada-which-function)
28204 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
28205 (ada-gen-treat-proc, ada-check-emacs-version)
28206 (ada-continuation-indent, ada-align-region-separate):
28207 Fix typos in docstrings.
28208 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
28209
28210 2005-06-16 Lute Kamstra <lute@gnu.org>
28211
28212 * simple.el (fundamental-mode): Run after-change-major-mode-hook
28213 conditionally.
28214
28215 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
28216
28217 * comint.el (comint-replace-by-expanded-filename)
28218 (comint-prompt-regexp, comint-delimiter-argument-list)
28219 (comint-preinput-scroll-to-bottom):
28220 * info.el (Info-hide-cookies-node):
28221 * ls-lisp.el (ls-lisp-classify):
28222 * find-file.el (ff-search-directories, ff-special-constructs)
28223 (ff-find-other-file):
28224 * font-lock.el (font-lock-keywords):
28225 * shell.el (shell-prompt-pattern)
28226 (shell-dynamic-complete-functions, shell-mode)
28227 (shell-delimiter-argument-list):
28228 * term.el (term-replace-by-expanded-filename)
28229 (term-prompt-regexp, term-delimiter-argument-list):
28230 * woman.el (woman-ignore, woman0-if):
28231 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
28232 * emacs-lisp/elint.el (elint-init-env):
28233 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
28234 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
28235 * language/ethio-util.el (ethio-tilde-escape)
28236 (ethio-use-three-dot-question):
28237 * net/zone-mode.el (zone-mode-load-time-setup):
28238 * progmodes/cc-align.el (c-lineup-argcont):
28239 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
28240 * progmodes/cperl-mode.el (cperl-set-style-back):
28241 * progmodes/inf-lisp.el (inferior-lisp-prompt):
28242 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
28243 Fix spellings in docstrings.
28244
28245 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
28246 * progmodes/modula2.el (m2-for): Fix spellings.
28247
28248 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
28249
28250 * simple.el (undo-more): Don't use `format' on `error' arguments.
28251 Improve argument/docstring consistency.
28252 (pending-undo-list): Doc fix.
28253
28254 * smerge-mode.el (smerge-ensure-match):
28255 * emulation/vip.el (vip-ex):
28256 * net/zone-mode.el (zone-mode-update-serial):
28257 * progmodes/idlwave.el (idlwave-complete):
28258 * progmodes/vhdl-mode.el (vhdl-visit-file)
28259 (vhdl-compose-wire-components):
28260 Don't use `format' on `error' arguments.
28261
28262 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
28263 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
28264 (tooltip-help-tips): Fix typos in docstrings.
28265
28266 2005-06-16 David Ponce <david@dponce.com>
28267
28268 * tree-widget.el (tree-widget-value-create): Simplify last change.
28269
28270 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
28271
28272 * ido.el (ido-incomplete-regexp): New variable.
28273 (ido-set-matches-1): Handle invalid-regexp error and set
28274 ido-incomplete-regexp.
28275 (ido-incomplete-regexp): New face.
28276 (ido-completions): Use it.
28277 (ido-complete, ido-exit-minibuffer, ido-completions):
28278 Handle incomplete regexps.
28279 (ido-completions): Add check for complete match when entering a regexp.
28280
28281 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
28282
28283 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
28284
28285 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
28286
28287 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
28288 by field delimiters.
28289
28290 2005-06-15 David Ponce <david@dponce.com>
28291
28292 * tree-widget.el: eval-and-compile inlined functions so they will
28293 be available at run-time too.
28294 (tree-widget-super-format-handler)
28295 (tree-widget-format-handler): Remove.
28296 (tree-widget-value-create): Handle the :indent property.
28297
28298 2005-06-15 Miles Bader <miles@gnu.org>
28299
28300 * progmodes/which-func.el (which-func): Only inherit
28301 `font-lock-function-name-face' when that makes sense against the
28302 default mode-line face, otherwise set the face color explicitly.
28303
28304 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
28305 faces instead of (non-existent) variables.
28306
28307 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
28308
28309 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
28310 (iswitchb-get-matched-buffers): Likewise. Simplify.
28311
28312 2005-06-14 Miles Bader <miles@gnu.org>
28313
28314 * progmodes/ld-script.el (ld-script-location-counter):
28315 Remove "-face" suffix from face name.
28316 (ld-script-location-counter-face):
28317 New backward-compatibility alias for renamed face.
28318 (ld-script-location-counter-face): Use renamed face.
28319
28320 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
28321 (cperl-hash): Remove "-face" suffix from face names.
28322 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
28323 New backward-compatibility aliases for renamed faces.
28324 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
28325 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
28326
28327 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
28328 name.
28329 (which-func-face): New backward-compatibility alias for renamed face.
28330 (which-func-format): Use renamed which-func face.
28331
28332 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
28333 (vhdl-function, vhdl-directive, vhdl-reserved-word)
28334 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
28335 names.
28336 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
28337 (vhdl-speedbar-configuration, vhdl-speedbar-package)
28338 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
28339 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
28340 (vhdl-speedbar-architecture-selected)
28341 (vhdl-speedbar-configuration-selected)
28342 (vhdl-speedbar-package-selected)
28343 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
28344 names.
28345 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
28346 Use renamed faces.
28347 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
28348 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
28349 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
28350 Use renamed faces.
28351 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
28352 names.
28353 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
28354 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
28355 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
28356 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
28357 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
28358 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
28359
28360 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
28361 face name.
28362 (sh-heredoc-face): New backward-compatibility alias for renamed face.
28363 (sh-heredoc-face): Use renamed sh-heredoc face.
28364
28365 * progmodes/idlw-help.el (idlwave-help-link):
28366 Remove "-face" suffix from face name.
28367 (idlwave-help-link-face):
28368 New backward-compatibility alias for renamed face.
28369 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
28370
28371 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
28372 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
28373 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
28374 New backward-compatibility aliases for renamed faces.
28375 (idlwave-shell-disabled-breakpoint-face)
28376 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
28377
28378 * progmodes/flymake.el (flymake-errline, flymake-warnline):
28379 Remove "-face" suffix from face names.
28380 (flymake-errline-face, flymake-warnline-face):
28381 New backward-compatibility aliases for renamed faces.
28382 (flymake-highlight-line): Use renamed flymake faces.
28383
28384 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
28385 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
28386 (ebrowse-member-class, ebrowse-progress):
28387 Remove "-face" suffix from face names.
28388 (ebrowse-tree-mark-face, ebrowse-root-class-face)
28389 (ebrowse-file-name-face, ebrowse-default-face)
28390 (ebrowse-member-attribute-face, ebrowse-member-class-face)
28391 (ebrowse-progress-face):
28392 New backward-compatibility aliases for renamed faces.
28393 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
28394 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
28395 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
28396 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
28397
28398 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
28399 antlr-syntax)
28400 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
28401 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
28402 names.
28403 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
28404 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
28405 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
28406 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
28407 backward-compatibility aliases for renamed faces.
28408 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
28409 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
28410 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
28411 remove "font-lock-". Use renamed antlr-mode faces.
28412 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
28413 literal face-names with face variable references.
28414
28415 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
28416 face name.
28417 (Buffer-menu-buffer-face): New backward-compatibility alias for
28418 renamed face.
28419 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
28420
28421 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
28422
28423 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
28424 Eliminate "-face" suffix.
28425 (makefile-targets): Inherit from font-lock-function-name-face and
28426 eliminate "-face" suffix.
28427 (makefile-shell): Remove attributes and eliminate "-face" suffix.
28428 (makefile-*-font-lock-keywords): Append makefile-targets in rule
28429 actions, instead of prepending, to make it less visible.
28430 (makefile-previous-dependency, makefile-match-dependency):
28431 Don't match a target on a continuation line.
28432
28433 * files.el (auto-mode-alist): Put Makefile in gmake mode.
28434
28435 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
28436
28437 * progmodes/gdb-ui.el (menu): Re-order menu items.
28438 (gdb-tooltip-print): Respect tooltip-use-echo-area.
28439
28440 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
28441 Define in tooltip.el.
28442 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
28443 (gud-tooltip-tips): Respect tooltip-use-echo-area and
28444 gud-tooltip-echo-area.
28445
28446 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
28447 backward compatibility and make obsolete.
28448 (tooltip-help-tips): Use tooltip-use-echo-area.
28449 (tooltip-show-help-function): Rename to...
28450 (tooltip-show-help): ...this, because it is a function.
28451 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
28452
28453 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
28454
28455 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
28456 (edebug-print-length, edebug-print-level, edebug-print-circle)
28457 (edebug-modify-breakpoint, edebug-eval-last-sexp)
28458 (edebug-eval-print-last-sexp): Doc fixes.
28459
28460 2005-06-14 Kim F. Storm <storm@cua.dk>
28461
28462 * ido.el (ido-mode): Make a new keymap every time we enable ido,
28463 as the coverage buffer/file/both may change.
28464
28465 2005-06-14 Lute Kamstra <lute@gnu.org>
28466
28467 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
28468 and run-mode-hooks. Simplify.
28469
28470 * mail/rmailedit.el (rmail-edit-mode):
28471 * progmodes/octave-inf.el (inferior-octave-mode):
28472 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
28473
28474 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
28475 and run-mode-hooks.
28476 (recentf-edit-list, recentf-open-files): Don't call
28477 kill-all-local-variables directly.
28478
28479 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
28480
28481 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
28482
28483 * emacs-lisp/byte-run.el (make-obsolete)
28484 (define-obsolete-function-alias): Rename arguments FUNCTION and
28485 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
28486 (make-obsolete-variable, define-obsolete-variable-alias):
28487 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
28488 respectively.
28489
28490 * isearchb.el (isearchb-activate):
28491 * pcvs.el (cvs-mode):
28492 * ses.el (ses-load):
28493 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
28494 * net/tramp.el (tramp-find-file-exists-command)
28495 (tramp-find-shell):
28496 * progmodes/ada-mode.el (ada-create-case-exception)
28497 (ada-create-case-exception-substring, ada-make-subprogram-body):
28498 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
28499 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
28500 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
28501 * textmodes/org.el (org-promote, org-evaluate-time-range)
28502 (org-agenda-next-date-line, org-agenda-previous-date-line)
28503 (org-agenda-error, org-open-at-point, org-table-move-row)
28504 (org-format-table-table-html-using-table-generate-source)
28505 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
28506 * textmodes/reftex.el (reftex-access-scan-info):
28507 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
28508 (reftex-toc-promote-prepare): Follow error conventions.
28509
28510 * diff-mode.el (diff-mode): Fix typo in docstring.
28511
28512 * forms.el (forms--intuit-from-file): Fix reference to
28513 `forms-number-of-fields' in error message.
28514 (forms-print): Fix quoting in error message.
28515
28516 * forms.el (forms-mode):
28517 * emulation/vi.el (vi-goto-insert-state):
28518 * progmodes/flymake.el (flymake-new-err-info)
28519 (flymake-start-syntax-check-for-current-buffer)
28520 (flymake-simple-cleanup):
28521 * eshell/esh-var.el (eshell/export):
28522 * progmodes/gud.el (xdb):
28523 * textmodes/flyspell.el (flyspell-incorrect-hook)
28524 (flyspell-maybe-correct-transposition)
28525 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
28526
28527 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
28528
28529 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
28530 minibuffer prompt.
28531
28532 2005-06-13 Kim F. Storm <storm@cua.dk>
28533
28534 * subr.el (add-to-ordered-list): New defun.
28535
28536 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
28537 add cua--keymap-alist to emulation-mode-map-alists.
28538
28539 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
28540
28541 * subr.el (complete-in-turn): New macro.
28542 (dynamic-completion-table, lazy-completion-table): Add debug info.
28543
28544 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
28545 in preference to face aliases.
28546
28547 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
28548 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
28549 Remove unused vars `start' and `firstline'.
28550 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
28551 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
28552
28553 2005-06-13 Eli Zaretskii <eliz@gnu.org>
28554
28555 * cus-start.el (all): Don't complain about missing GTK-related
28556 variables, unless either `gtk' is boundp or this isn't a
28557 `windows-nt' build.
28558
28559 2005-06-13 Lute Kamstra <lute@gnu.org>
28560
28561 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
28562 run-mode-hooks.
28563
28564 * ediff-mult.el (ediff-meta-mode):
28565 * ediff-util.el (ediff-mode): Use run-mode-hooks.
28566
28567 * ledit.el (ledit-mode): Use delay-mode-hooks.
28568
28569 * woman.el (woman-mode-line-format): Delete constant.
28570 (woman-mode-map): Initialize it properly.
28571 (woman-mode): Set mode-class property to special.
28572 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
28573 Set major-mode and mode-name. Don't set mode-line-format directly.
28574 (Man-getpage-in-background): Don't reference woman-mode-line-format.
28575
28576 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
28577 string argument obsolete.
28578
28579 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
28580
28581 * textmodes/org.el (org-CUA-compatible): New option.
28582 (org-disputed-keys): New variable.
28583 (org-key): New function.
28584 (orgtbl-make-binding): Add docstring to the created function.
28585 (org-mode): Set paragraph start/separate regexps.
28586 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
28587 (org-archive-location, org-archive-mark-done)
28588 (org-archive-stamp-time): New options.
28589 (org-archive-subtree): New command.
28590 (org-fill-paragraph): New function.
28591 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
28592 (org-fake-empty-table-line): Function removed.
28593 (org-format-org-table-html): Do not create empty table lines at
28594 separator lines. Improved table header treatment.
28595 (org-link-format): New option.
28596 (org-make-link): New function.
28597 (org-insert-link, org-store-link): Use org-make-link.
28598 (org-open-file): Quote file name for shell command, to allow
28599 spaces in file names.
28600 (org-link-regexp): Fix bug with mailto link.
28601 (org-link-maybe-angles-regexp, org-protected-link-regexp):
28602 New constants.
28603 (org-export-as-html): Deal with the optional angles around a link.
28604 Better treatment of file: links.
28605 (org-open-at-point): Replace @{ and @} with < and >.
28606 (org-run-mode-hooks): Function removed.
28607 (org-agenda-mode): No longer use `org-run-mode-hooks'.
28608
28609 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
28610
28611 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
28612 MI command -data-list-register-values.
28613 (gdb-post-prompt): Indent properly.
28614
28615 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
28616
28617 * hilit-chg.el (highlight-changes-colors): Rename from
28618 `highlight-changes-colours'.
28619 (highlight-changes-colours): Keep as obsolete alias.
28620 (highlight-changes-face-list): Doc fix.
28621 (hilit-chg-make-list): Use `highlight-changes-colors'.
28622
28623 2005-06-12 Mark A. Hershberger <mah@everybody.org>
28624
28625 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
28626 defun-prompt-regexp.
28627
28628 2005-06-12 Eli Zaretskii <eliz@gnu.org>
28629
28630 * loadup.el: Don't say we are dumping under 2 names on windows-nt
28631 and cygwin.
28632
28633 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
28634 Don't use an old loaddefs.el, as in Makefile.in.
28635
28636 2005-06-12 Lute Kamstra <lute@gnu.org>
28637
28638 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
28639
28640 * man.el (Man-mode-map): Initialize it properly.
28641 (Man-mode): Set mode-class property to special.
28642
28643 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
28644
28645 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
28646
28647 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
28648 A newline is needed in the docstring there.
28649
28650 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
28651 Doc fixes.
28652
28653 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
28654
28655 * printing.el: Doc fix. The menubar is no more changed when printing
28656 is loaded, it only changes when pr-menu-bind or pr-update-menus is
28657 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
28658 (pr-version): New version number (6.8.4).
28659 (pr-menu-bind): New command.
28660 (pr-update-menus): Docstring and code fix.
28661 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
28662 Docstring fix.
28663 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
28664 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
28665
28666 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
28667
28668 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
28669 "Returns" to "return", document useful return values, etc.
28670
28671 2005-06-11 Alan Mackenzie <acm@muc.de>
28672
28673 * textmodes/fill.el (fill-context-prefix): Try `adaptive-fill-function'
28674 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
28675 (adaptive-file-function): Minor amendment to doc-string.
28676
28677 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
28678
28679 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
28680 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
28681 Fix :type--it is `integer', not `string'.
28682
28683 * faces.el (modeline-highlight): Rename from (the erroneous)
28684 `modeline-higilight'.
28685
28686 2005-06-11 Lute Kamstra <lute@gnu.org>
28687
28688 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
28689 lisp-interaction-mode-map but make it the parent.
28690 (edebug-eval-mode): Use define-derived-mode.
28691
28692 2005-06-11 Andreas Schwab <schwab@suse.de>
28693
28694 * bindings.el: Add binding of `ESC functionkey' for every
28695 `M-functionkey'.
28696 * hexl.el (hexl-mode-map): Likewise.
28697
28698 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
28699
28700 * progmodes/compile.el (compilation-error-regexp-alist-alist)
28701 [msft]: update regexp for newer msft compilers.
28702
28703 2005-06-10 Mark A. Hershberger <mah@everybody.org>
28704
28705 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
28706 ATTLIST portions of included DTDs.
28707 (xml-parse-dtd): Eliminate use of inefficient match-data.
28708
28709 2005-06-10 Miles Bader <miles@gnu.org>
28710
28711 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
28712 (mpuz-text): Remove "-face" suffix from face names.
28713 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
28714 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
28715 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
28716
28717 * play/gomoku.el (gomoku-O, gomoku-X):
28718 Remove "-face" suffix from face names.
28719 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
28720 New backward-compatibility aliases for renamed faces.
28721 (gomoku-font-lock-keywords): Use renamed gomoku faces.
28722
28723 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
28724
28725 * thumbs.el: Fixes for changes of 2005-06-09.
28726 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
28727 as a directory.
28728 (thumbs-thumbname): Remove directory separator from format string;
28729 `thumbs-thumbsdir' now returns a valid directory name.
28730 (thumbs-temp-dir): New defsubst.
28731 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
28732 Use it.
28733
28734 * cus-edit.el (minibuffer):
28735 * files.el (make-backup-file-name-function):
28736 * filesets.el (filesets-external-viewers):
28737 * hilit-chg.el (highlight-changes-colours)
28738 (highlight-changes-face-list, highlight-changes-rotate-faces):
28739 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
28740 * kmacro.el (kmacro-call-macro):
28741 * log-edit.el (log-edit-changelog-full-paragraphs):
28742 * mouse.el (mouse-1-click-follows-link):
28743 * skeleton.el (skeleton-autowrap):
28744 * subr.el (insert-for-yank-1):
28745 * tempo.el (tempo-insert-region):
28746 * terminal.el (terminal-emulator):
28747 * time.el (display-time-mail-face):
28748 * vc.el (vc-annotate):
28749 * vcursor.el (vcursor-copy-line):
28750 * woman.el (woman-bold-headings, woman-ignore)
28751 (woman-default-faces, woman-monochrome-faces):
28752 * calendar/todo-mode.el (todo-insert-threshold):
28753 * emulation/pc-select.el (pc-select-selection-keys-only)
28754 (pc-selection-mode):
28755 * emulation/vip.el (vip-find-char-forward):
28756 * emulation/viper-cmd.el (viper-find-char-forward):
28757 * international/mule-cmds.el
28758 (select-safe-coding-system-accept-default-p)
28759 (input-method-exit-on-invalid-key):
28760 * international/mule-diag.el (describe-coding-system):
28761 * international/ucs-tables.el (unify-8859-on-encoding-mode):
28762 * net/browse-url.el (browse-url-xterm-program):
28763 * obsolete/lazy-lock.el (lazy-lock-mode):
28764 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
28765 (cperl-mode):
28766 * progmodes/cpp.el (cpp-face-light-name-list)
28767 (cpp-face-dark-name-list):
28768 * progmodes/delphi.el (delphi-newline-always-indents):
28769 Fix spellings in docstrings.
28770
28771 * ido.el (ido-mode, ido-file-extensions-order)
28772 (ido-default-file-method, ido-default-buffer-method)
28773 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
28774 (ido-decorations, ido-read-file-name-as-directory-commands)
28775 (ido-read-file-name-non-ido, ido-work-directory-list)
28776 (ido-ignore-item-temp-list, ido-current-directory)
28777 (ido-magic-forward-char, ido-enter-find-file)
28778 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
28779 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
28780
28781 2005-06-10 Lute Kamstra <lute@gnu.org>
28782
28783 * play/dunnet.el (dun-mode): Use define-derived-mode.
28784 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
28785 obsolete alias.
28786
28787 * play/doctor.el (doctor-mode-map): Remove defvar.
28788 (doctor-mode): Use define-derived-mode.
28789
28790 * mail/mspools.el (mspools-mode):
28791 * net/eudc-hotlist.el (eudc-hotlist-mode):
28792 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
28793
28794 2005-06-10 Miles Bader <miles@gnu.org>
28795
28796 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
28797 Remove "-face" suffix from face names.
28798 (flyspell-incorrect-face, flyspell-duplicate-face):
28799 New backward-compatibility aliases for renamed faces.
28800 (flyspell-mode-on, make-flyspell-overlay)
28801 (flyspell-highlight-incorrect-region)
28802 (flyspell-highlight-duplicate-region)
28803 (flyspell-display-next-corrections)
28804 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
28805
28806 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
28807 from face name.
28808 (texinfo-heading-face): New backward-compatibility alias for
28809 renamed face.
28810 (texinfo-heading-face): Use renamed texinfo-heading face.
28811
28812 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
28813 suffix from face names.
28814 (tex-math-face, tex-verbatim-face):
28815 New backward-compatibility aliases for renamed faces.
28816 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
28817 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
28818 literal face name.
28819
28820 * textmodes/table.el (table-cell): Remove "-face" suffix from face
28821 name.
28822 (table-cell-face): New backward-compatibility alias for renamed face.
28823 (table--put-cell-face-property, table--update-cell-face):
28824 Use renamed table-cell face.
28825
28826 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
28827 from face name.
28828 (sgml-namespace-face): New backward-compatibility alias for
28829 renamed face.
28830 (sgml-namespace-face): Use renamed sgml-namespace face.
28831
28832 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
28833 (org-level-4, org-level-5, org-level-6, org-level-7)
28834 (org-level-8, org-warning, org-headline-done)
28835 (org-deadline-announce, org-scheduled-today)
28836 (org-scheduled-previously, org-link, org-done, org-table)
28837 (org-time-grid): Remove "-face" suffix from face names.
28838 (org-level-1-face, org-level-2-face, org-level-3-face)
28839 (org-level-4-face, org-level-5-face, org-level-6-face)
28840 (org-level-7-face, org-level-8-face, org-warning-face)
28841 (org-headline-done-face, org-deadline-announce-face)
28842 (org-scheduled-today-face, org-scheduled-previously-face)
28843 (org-link-face, org-done-face, org-table-face)
28844 (org-time-grid-face):
28845 New backward-compatibility aliases for renamed faces.
28846 (org-level-faces, org-set-font-lock-defaults, org-timeline)
28847 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
28848 (org-agenda-get-timestamps, org-agenda-get-scheduled)
28849 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
28850
28851 * emulation/viper-init.el (viper-search, viper-replace-overlay)
28852 (viper-minibuffer-emacs, viper-minibuffer-insert)
28853 (viper-minibuffer-vi): Remove "-face" suffix from face names.
28854 (viper-search-face, viper-replace-overlay-face)
28855 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
28856 (viper-minibuffer-vi-face):
28857 New backward-compatibility aliases for renamed faces.
28858 (viper-search-face, viper-replace-overlay-face)
28859 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
28860 (viper-minibuffer-vi-face): Use renamed viper faces.
28861
28862 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
28863 Remove "-face" suffix from face names.
28864 (testcover-nohits-face, testcover-1value-face):
28865 New backward-compatibility aliases for renamed faces.
28866 (testcover-mark): Use renamed testcover faces.
28867
28868 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
28869 face name.
28870 (diary-button-face): New backward-compatibility alias for renamed face.
28871 (diary-entry): Use renamed diary-button face.
28872
28873 * calendar/calendar.el (diary, calendar-today, holiday)
28874 (mark-visible-calendar-date): Remove "-face" suffix from face names.
28875 (diary-face, calendar-today-face, holiday-face):
28876 New backward-compatibility aliases for renamed faces.
28877 (eval-after-load "facemenu", diary-entry-marker)
28878 (calendar-today-marker, calendar-holiday-marker, diary-face):
28879 Use renamed calendar faces.
28880
28881 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
28882 (compare-windows-face): New backward-compatibility alias for
28883 renamed face.
28884 (compare-windows-highlight): Use renamed compare-windows face.
28885
28886 * strokes.el (strokes-char): Remove "-face" suffix from face name.
28887 (strokes-char-face): New backward-compatibility alias for renamed face.
28888 (strokes-encode-buffer): Use renamed strokes-char face.
28889
28890 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
28891 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
28892 Remove "-face" suffix from face names.
28893 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
28894 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
28895 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
28896 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
28897 Use renamed pcvs faces.
28898 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
28899 * pcvs-defs.el (cvs-mode-map): Likewise.
28900 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
28901
28902 * info.el (info-title-1, info-title-2, info-title-3)
28903 (info-title-4): Remove "-face" suffix from and downcase face names.
28904 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
28905 (Info-title-4-face):
28906 New backward-compatibility aliases for renamed faces.
28907 (Info-fontify-node): Use renamed info faces.
28908
28909 * hilit-chg.el (highlight-changes, highlight-changes-delete):
28910 Remove "-face" suffix from face names.
28911 (highlight-changes-face, highlight-changes-delete-face):
28912 New backward-compatibility aliases for renamed faces.
28913 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
28914 (hilit-chg-make-list): Use renamed highlight-changes faces.
28915
28916 * generic-x.el (show-tabs-tab, show-tabs-space):
28917 Remove "-face" suffix from face names.
28918 (show-tabs-tab-face, show-tabs-space-face):
28919 New backward-compatibility aliases for renamed faces.
28920 (show-tabs-generic-mode-font-lock-defaults-1)
28921 (show-tabs-generic-mode-font-lock-defaults-2):
28922 Use renamed show-tabs faces.
28923
28924 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
28925 (smerge-markers): Remove "-face" suffix from face names.
28926 (smerge-mine-face, smerge-other-face, smerge-base-face)
28927 (smerge-markers-face):
28928 New backward-compatibility aliases for renamed faces.
28929 (smerge-mine-face, smerge-other-face, smerge-base-face)
28930 (smerge-markers-face): Use renamed smerge faces.
28931
28932 * log-view.el (log-view-file, log-view-message): Remove "-face"
28933 suffix from face names.
28934 (log-view-file-face, log-view-message-face):
28935 New backward-compatibility aliases for renamed faces.
28936 (log-view-file-face, log-view-message-face): Use renamed log-view
28937 faces.
28938
28939 * paren.el (show-paren-match, show-paren-mismatch):
28940 Remove "-face" suffix from face names.
28941 (show-paren-match-face, show-paren-mismatch-face):
28942 New backward-compatibility aliases for renamed faces.
28943 (show-paren-function): Use renamed show-paren faces.
28944
28945 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
28946 (ruler-mode-margins, ruler-mode-fringes)
28947 (ruler-mode-column-number, ruler-mode-fill-column)
28948 (ruler-mode-comment-column, ruler-mode-goal-column)
28949 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
28950 suffix from face names.
28951 (ruler-mode-default-face, ruler-mode-pad-face)
28952 (ruler-mode-margins-face, ruler-mode-fringes-face)
28953 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
28954 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
28955 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
28956 New backward-compatibility aliases for renamed faces.
28957 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
28958 (ruler-mode-column-number, ruler-mode-fill-column)
28959 (ruler-mode-comment-column, ruler-mode-goal-column)
28960 (ruler-mode-tab-stop, ruler-mode-current-column)
28961 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
28962 faces.
28963
28964 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
28965 face name.
28966 (whitespace-highlight-the-space): Use renamed face.
28967 (whitespace-highlight-face): New backward-compatibility alias for
28968 renamed face.
28969
28970 * woman.el (woman-italic, woman-bold, woman-unknown)
28971 (woman-addition, woman-symbol-face):
28972 Remove "-face" suffix from face names.
28973 (woman-italic-face, woman-bold-face, woman-unknown-face)
28974 (woman-addition-face):
28975 New backward-compatibility aliases for renamed faces.
28976 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
28977 (woman-decode-region, woman-replace-match)
28978 (woman-display-extended-fonts, woman-special-characters)
28979 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
28980 Use renamed woman faces.
28981
28982 * longlines.el (longlines-visible-face): Face removed.
28983
28984 * diff-mode.el (diff-header, diff-file-header, diff-index)
28985 (diff-hunk-header, diff-removed, diff-added, diff-changed)
28986 (diff-function, diff-context, diff-nonexistent): Remove "-face"
28987 suffix from face names.
28988 (diff-header-face, diff-file-header-face, diff-index-face)
28989 (diff-hunk-header-face, diff-removed-face, diff-added-face)
28990 (diff-changed-face, diff-function-face, diff-context-face)
28991 (diff-nonexistent-face): New backward-compatibility aliases for
28992 renamed faces.
28993 (diff-header-face, diff-file-header-face)
28994 (diff-index, diff-index-face, diff-hunk-header)
28995 (diff-hunk-header-face, diff-removed, diff-removed-face)
28996 (diff-added, diff-added-face, diff-changed-face, diff-function)
28997 (diff-function-face, diff-context-face, diff-nonexistent)
28998 (diff-nonexistent-face): Use renamed diff-mode faces.
28999
29000 * progmodes/compile.el (compilation-warning-face)
29001 (compilation-info-face): Remove "-face" suffix from face names.
29002 (compilation-warning-face, compilation-info-face):
29003 New backward-compatibility aliases for renamed faces.
29004 (compilation-warning-face, compilation-info-face):
29005 Use renamed compilation faces.
29006
29007 * add-log.el (change-log-date, change-log-name)
29008 (change-log-email, change-log-file, change-log-list)
29009 (change-log-conditionals, change-log-function)
29010 (change-log-acknowledgement): Remove "-face" suffix from face names.
29011 (change-log-date-face, change-log-name-face)
29012 (change-log-email-face, change-log-file-face)
29013 (change-log-list-face, change-log-conditionals-face)
29014 (change-log-function-face, change-log-acknowledgement-face):
29015 New backward-compatibility aliases for renamed faces.
29016 (change-log-font-lock-keywords): Use renamed change-log faces.
29017
29018 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
29019 (custom-set, custom-changed, custom-saved, custom-button)
29020 (custom-button-pressed, custom-documentation, custom-state)
29021 (custom-comment, custom-comment-tag, custom-variable-tag)
29022 (custom-variable-button, custom-face-tag, custom-group-tag-1)
29023 (custom-group-tag): Remove "-face" suffix from face names.
29024 (custom-magic-alist, custom-magic-value-create)
29025 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
29026 (custom-invalid-face, custom-rogue-face, custom-modified-face)
29027 (custom-set-face, custom-changed-face, custom-saved-face)
29028 (custom-button-face, custom-button-pressed-face)
29029 (custom-documentation-face, custom-state-face)
29030 (custom-comment-face, custom-comment-tag-face)
29031 (custom-variable-tag-face, custom-variable-button-face)
29032 (custom-face-tag-face, custom-group-tag-face-1)
29033 (custom-group-tag-face):
29034 New backward-compatibility aliases for renamed faces.
29035
29036 * wid-edit.el (widget-documentation, widget-button)
29037 (widget-field, widget-single-line-field, widget-inactive)
29038 (widget-button-pressed): "-face" suffix removed from face names.
29039 (widget-documentation-face, widget-button-face)
29040 (widget-field-face, widget-single-line-field-face)
29041 (widget-inactive-face, widget-button-pressed-face):
29042 New backward-compatibility aliases for renamed faces.
29043 (widget-documentation-face, widget-button-face)
29044 (widget-button-pressed-face, widget-specify-field)
29045 (widget-specify-inactive): Use renamed widget faces.
29046
29047 2005-06-10 Kenichi Handa <handa@m17n.org>
29048
29049 * term/x-win.el (x-clipboard-yank): Remove condition-case
29050 wrapping.
29051
29052 2005-06-11 Kenichi Handa <handa@m17n.org>
29053
29054 * add-log.el (change-log-font-lock-keywords): Make the regexp for
29055 date lines stricter.
29056
29057 2005-06-10 Zhang Wei <id.brep@gmail.com>
29058
29059 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
29060 of x-get-selection.
29061
29062 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
29063
29064 * comint.el (comint-mode, comint-snapshot-last-prompt):
29065 * frame.el (frame-current-scroll-bars):
29066 * term.el (term-mode, term-check-proc, term-input-sender)
29067 (term-simple-send, term-extract-string, term-word)
29068 (term-match-partial-filename):
29069 * window.el (window-current-scroll-bars):
29070 * emulation/cua-base.el (cua-normal-cursor-color)
29071 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
29072 (cua-global-mark-cursor-color):
29073 * mail/undigest.el (rmail-forward-separator-regex):
29074 Fix typos in docstrings.
29075
29076 * comint.el (comint-check-proc, make-comint-in-buffer)
29077 (comint-source-default): Doc fixes.
29078
29079 * term.el (term-send-string): Improve argument/docstring consistency.
29080
29081 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
29082
29083 * comint.el (comint-send-input): Bind `inhibit-read-only' around
29084 call to `delete-region'.
29085 (comint-mode-hook): Do not enable Font Lock by default.
29086
29087 2005-06-09 Lute Kamstra <lute@gnu.org>
29088
29089 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
29090 could be void.
29091
29092 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
29093
29094 * emacs-lisp/debug.el (debugger-will-be-back): New var.
29095 (debug): Use it.
29096 (debugger-step-through, debugger-continue, debugger-jump)
29097 (debugger-return-value): Set it when needed.
29098 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
29099 Use inhibit-read-only.
29100
29101 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
29102
29103 * window.el (shrink-window-if-larger-than-buffer)
29104 (window-size-fixed): Fix typo in docstring.
29105
29106 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
29107 thumbnails directory on loading.
29108 (thumbs-conversion-program): Use `eq' to check the system type,
29109 not `equal'.
29110 (thumbs-temp-dir): Initialize to `temporary-file-directory',
29111 not "/tmp". Fix docstring.
29112 (thumbs-thumbsdir): New function to return the thumbnails
29113 directory, creating it if needed.
29114 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
29115 (thumbs-temp-file): Delete variable and make it into a function.
29116 (thumbs-resize-image, thumbs-modify-image): Use it.
29117 (thumbs-kill-buffer): Simplify.
29118 (thumbs-gensym): Defalias or duplicate CL `gensym'.
29119 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
29120 docstrings.
29121
29122 2005-06-09 Kim F. Storm <storm@cua.dk>
29123
29124 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
29125 set-match-data to free markers in match-data.
29126
29127 * replace.el (replace-match-data): Pass RESEAT arg `t' to
29128 match-data to unchain markers in match-data.
29129
29130 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
29131
29132 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
29133 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
29134 unnecessary now.
29135
29136 2005-06-08 Richard M. Stallman <rms@gnu.org>
29137
29138 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
29139 give the variable a doc string that doesn't say don't set it directly.
29140
29141 * textmodes/ispell.el (ispell-check-version):
29142 Use match-string-no-properties.
29143 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
29144 (ispell-buffer-local-words): Likewise.
29145
29146 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
29147 except on terminals with enough colors to really display it.
29148 (makefile-dependency-regex): Delete spurious `bb'.
29149
29150 * faces.el (escape-glyph): Use blue once again in last case.
29151 (no-break-space): Redefine so that it isn't invisible on a tty.
29152
29153 2005-06-08 Kim F. Storm <storm@cua.dk>
29154
29155 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
29156 also when reading directory name.
29157
29158 2005-06-08 Lute Kamstra <lute@gnu.org>
29159
29160 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
29161 (flyspell-mode-line-string): Remove autoload cookie.
29162 (flyspell-mode): Remove defvar.
29163
29164 2005-06-07 Lute Kamstra <lute@gnu.org>
29165
29166 * textmodes/org.el (org-run-mode-hooks): New function.
29167 (org-agenda-mode): Use it.
29168
29169 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
29170
29171 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
29172
29173 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
29174
29175 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
29176
29177 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
29178
29179 * font-lock.el (font-lock-add-keywords): Doc fix.
29180
29181 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
29182
29183 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
29184 (tex-compile-default): In the absence of any history, use the order in
29185 tex-compile-alist to choose the preferred command.
29186 (tex-compile-commands): Reorder a bit.
29187
29188 * textmodes/flyspell.el (flyspell-auto-correct-binding)
29189 (flyspell-incorrect-face, flyspell-duplicate-face):
29190 Use (X)Emacs-agnostic code.
29191 (flyspell-mode-map): Don't overwrite at each load. Remove code
29192 redundant with the subsequent add-minor-mode. Merge Emacs and
29193 XEmacs code.
29194 (flyspell-word): Minor simplification.
29195 (flyspell-math-tex-command-p): Quieten the byte-compiler.
29196 (flyspell-external-point-words): Remove unused vars `size' and `start'.
29197 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
29198 Merge the corresponding Emacs code.
29199 (flyspell-correct-word, flyspell-xemacs-popup):
29200 Use flyspell-do-correct.
29201
29202 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
29203 a dedicated window.
29204
29205 * international/latexenc.el (latexenc-find-file-coding-system):
29206 Undo part of last patch, to turn off a compiler warning.
29207
29208 2005-06-06 Juri Linkov <juri@jurta.org>
29209
29210 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
29211 Rename `tmm-inactive-face' to `tmm-inactive'.
29212
29213 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
29214
29215 * iswitchb.el: Rename faces.
29216
29217 2005-06-06 Kim F. Storm <storm@cua.dk>
29218
29219 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
29220 (cua-global-mark): Remove -face suffix from face names.
29221
29222 * emulation/cua-gmrk.el (cua--init-global-mark):
29223 Remove cua-global-mark face setup.
29224
29225 2005-06-06 Richard M. Stallman <rms@gnu.org>
29226
29227 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
29228 just like other allowed characters.
29229 (makefile-match-dependency): Exclude leading and training whitespace
29230 from the range of regexp subexp 1.
29231 (makefile-macroassign-regex): Don't try to match the body,
29232 just the name of the macro being defined.
29233
29234 * info.el (Info-read-node-name-2): New function.
29235 (Info-read-node-name-1): Use that.
29236 Add a completion-base-size-function property.
29237
29238 * simple.el (completion-setup-function): Look for
29239 completion-base-size-function property of minibuffer-completion-table.
29240
29241 * files.el (locate-file-completion): Doc fix.
29242
29243 * printing.el: Don't call pr-update-menus; user must do that.
29244
29245 * emacs-lisp/debug.el (debugger-window): New variable.
29246 (debug): Use debugger-window if it is set and still alive.
29247 Record debugger-window for next entry.
29248
29249 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
29250
29251 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
29252
29253 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
29254 (hack-one-local-variable, hack-local-variables)
29255 (hack-local-variables-prop-line): Pass that arg.
29256
29257 2005-06-06 Kim F. Storm <storm@cua.dk>
29258
29259 * ido.el (ido-first-match, ido-only-match, ido-subdir)
29260 (ido-indicator): Remove -face suffix from face names.
29261
29262 2005-06-06 Juri Linkov <juri@jurta.org>
29263
29264 * font-lock.el (font-lock-regexp-backslash)
29265 (font-lock-regexp-backslash-construct): New faces.
29266 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
29267 after `('. Add `while-no-input' to control structures.
29268
29269 * faces.el (no-break-space, shadow): New faces.
29270 (escape-glyph): Use less loud colors pink2 and red4.
29271
29272 * diff-mode.el (diff-context-face)
29273 * dired.el (dired-ignored)
29274 * rfn-eshadow.el (file-name-shadow)
29275 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
29276
29277 * info.el (Info-title-1-face): Use green instead of yellow because
29278 bold yellow is not readable on light backgrounds.
29279
29280 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
29281 before selecting the desired mode to not spend time fontifying
29282 old contents.
29283
29284 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
29285
29286 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
29287 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
29288
29289 * ps-print.el (ps-default-fg, ps-default-bg):
29290 Fix typos in docstrings.
29291
29292 * isearchb.el (isearchb): Don't pass a spurious second argument to
29293 `iswitchb-completions'.
29294
29295 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
29296
29297 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
29298 to preserve point.
29299 (gdb-find-file-hook): Add doc string.
29300
29301 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
29302 C dereferenced pointer expression.
29303 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
29304
29305 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
29306
29307 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
29308 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
29309 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
29310 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
29311 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
29312 Make background transparent.
29313
29314 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
29315
29316 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
29317 (font-lock-remove-keywords): Doc fix.
29318 (font-lock-mode-major-mode): Compiler defvar.
29319 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
29320
29321 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
29322 (font-lock-mode): Update `font-lock-mode-major-mode'.
29323 (font-lock-set-defaults): Compiler defvar.
29324 (font-lock-default-function): Take `font-lock-mode-major-mode'
29325 into account.
29326
29327 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
29328 keep track of which major mode it enabled the minor mode for.
29329 Use find-file-hook again. Update docstring.
29330
29331 * simple.el (eval-expression-print-level)
29332 (eval-expression-print-length, eval-expression-debug-on-error):
29333 Doc fixes.
29334
29335 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
29336
29337 * iswitchb.el (iswitchb-single-match-face)
29338 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
29339 (iswitchb-invalid-regexp-face): New faces.
29340 (iswitchb-completions): Use them.
29341 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
29342 now marked as an obsolete alias.
29343 (iswitchb-read-buffer): Remove check for bound font variables.
29344 (iswitchb-invalid-regexp): New free variable.
29345 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
29346 set iswitchb-invalid-regexp.
29347 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
29348 invalid regexps.
29349 (iswitchb-completions): Add check for complete match when entering
29350 a regexp.
29351 (iswitchb-completions): Remove require-match argument.
29352 (iswitchb-exhibit): Fix caller.
29353 (iswitchb-common-match-inserted): New variable.
29354 (iswitchb-complete, iswitchb-completion-help): Use it.
29355
29356 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
29357
29358 * url/url-http.el (url-http-chunked-encoding-after-change-function):
29359 Use `url-http-debug' instead of `message'.
29360
29361 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
29362
29363 * url/url-http.el (url-http-parse-headers): Pass redirected URL
29364 as a callback argument.
29365
29366 2005-06-04 Kim F. Storm <storm@cua.dk>
29367
29368 * simple.el (line-move): Only call sit-for when moving backwards.
29369
29370 * ido.el (ido-make-merged-file-list-1): New defun split from
29371 ido-make-merged-file-list.
29372 (ido-make-merged-file-list): Bind throw-on-input around call to
29373 ido-make-merged-file-list-1. Return input-pending-p if
29374 interrupted by more input available.
29375 (ido-read-internal): Handle input-pending-p return value from
29376 ido-make-merged-file-list.
29377
29378 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
29379
29380 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
29381 compatibility code.
29382
29383 * international/latexenc.el (latexenc-find-file-coding-system):
29384 Don't inherit the EOL part of the coding-system from the
29385 tex-main buffer. Fit within 80 columns.
29386
29387 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
29388
29389 * tmm.el (tmm-inactive-face): New face.
29390 (tmm-remove-inactive-mouse-face): New function.
29391 (tmm-prompt, tmm-add-one-shortcut)
29392 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
29393 but not selectable.
29394
29395 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
29396
29397 * faces.el (face-equal): Improve argument/docstring consistency.
29398
29399 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
29400
29401 * progmodes/make-mode.el (makefile-targets-face)
29402 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
29403 (makefile-bsdmake-dependency-regex)
29404 (makefile-makepp-rule-action-regex)
29405 (makefile-bsdmake-rule-action-regex): New constants.
29406 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
29407
29408 * progmodes/compile.el (compilation-error-regexp-alist-alist):
29409 Allow (...) within `...' for makepp messages.
29410
29411 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
29412
29413 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
29414
29415 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
29416 "." files are deleted from all file lists before comparison.
29417
29418 * emulation/viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
29419 (viper-ESC-key): Made them customizable.
29420
29421 * emulation/viper.el (viper-non-hook-settings):
29422 Fix the names of defadvices.
29423
29424 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
29425
29426 * autorevert.el (auto-revert-buffers): Use save-match-data.
29427
29428 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
29429
29430 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
29431 menu items with a nil command binding.
29432
29433 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
29434
29435 * emacs-lisp/cl-macs.el (defsetf):
29436 Improve argument/docstring consistency.
29437
29438 * faces.el (list-faces-display): Improve the formatting by
29439 computing the maximum length required for any face-name (reworked
29440 patch of 1999-01-11, accidentally deleted on 1999-07-21).
29441 (internal-find-face): Remove redundant info in docstring.
29442
29443 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
29444
29445 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
29446 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
29447 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
29448 (gdb-assembler-custom): Improve regexps.
29449 (def-gdb-auto-update-handler): Use window point to preserve point.
29450
29451 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
29452
29453 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
29454
29455 2005-05-31 Jay Belanger <belanger@truman.edu>
29456
29457 * calc/calc-embed.el (calc-embedded-word): Change argument passed
29458 to calc-embedded.
29459 (calc-embedded-make-info): Have plain prefix argument select
29460 entire line.
29461
29462 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
29463
29464 * faces.el (list-faces-display): Signal error if passed a regexp
29465 that matches no face name.
29466
29467 * simple.el (filter-buffer-substring): Fix typo in docstring.
29468
29469 2005-05-31 Richard M. Stallman <rms@gnu.org>
29470
29471 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
29472 (vhdl-emacs-21): Doc fix.
29473 (vhdl-mode): Unconditionally set comment-padding.
29474 (vhdl-fixup-whitespace-region): Insert spaces only where
29475 there are none.
29476 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
29477
29478 2005-05-30 John Wiegley <johnw@newartisans.com>
29479
29480 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
29481 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
29482 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
29483 `directory-sep-char' to ?/, and all uses of `string-to-int' to
29484 `string-to-number'.
29485
29486 2005-05-30 Jay Belanger <belanger@truman.edu>
29487
29488 * calc/calc.el (calc-bug-address): Fix docstring.
29489 (calc-window-hook, calc-trail-window-hook): New variables.
29490 (calc-trail-display): Restore use of calc-trail-window-hook.
29491 (calc): Restore use of calc-window-hook.
29492
29493 2005-05-31 Masatake YAMATO <jet@gyve.org>
29494
29495 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
29496
29497 * help-fns.el (help-C-file-name): Add autoload mark for
29498 `find-function-noselect'.
29499
29500 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
29501
29502 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
29503 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
29504
29505 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
29506
29507 * calendar/diary-lib.el (mark-included-diary-files): Only kill
29508 included diary buffer if it was not already being visited.
29509 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
29510
29511 * calendar/icalendar.el (top-level): Do not require appt.
29512
29513 * mail/supercite.el (sc-select-attribution): Only use a list
29514 element from sc-attrib-selection-list if it returns a string.
29515 Reported by Davide G. M. Salvetti <salve@debian.org>.
29516
29517 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
29518
29519 * thumbs.el (thumbs-thumbname): The resulting thumbname now
29520 includes a hash value to improve its uniqueness, and has a ".jpg"
29521 extension. Also, it is now a valid filename on all systems.
29522 (thumbs-make-thumb): Use `let', not `let*'.
29523 (thumbs-show-thumbs-list): Check for JPEG availability.
29524
29525 2005-05-30 Richard M. Stallman <rms@gnu.org>
29526
29527 * filesets.el (filesets-menu-ensure-use-cached):
29528 Prevent warning when emacs-version>= is undefined.
29529
29530 * printing.el (pr-interactive-n-up): Use string-to-number.
29531
29532 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
29533
29534 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
29535 Warn only when name to be defined is quoted.
29536
29537 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
29538
29539 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
29540 Make regexp more robust.
29541 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
29542 Force regeneration of disassembly.
29543
29544 2005-05-29 Jay Belanger <belanger@truman.edu>
29545
29546 * calc/calc.el (calc-user-invocation): Check if
29547 calc-invocation-macro is non-nil.
29548
29549 2005-05-29 Juri Linkov <juri@jurta.org>
29550
29551 * add-log.el (change-log-font-lock-keywords):
29552 Add `+' to e-mail regexp to accept mail address with keywords.
29553
29554 * man.el (Man-name-regexp): Add `:' to accept qualified names.
29555
29556 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
29557
29558 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
29559
29560 * ielm.el (inferior-emacs-lisp-mode): Ditto.
29561
29562 2005-05-29 Richard M. Stallman <rms@gnu.org>
29563
29564 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
29565 Undo the change that moves to end of the current word.
29566
29567 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
29568
29569 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
29570 Throw error when count <= 0 to ensure input is a number.
29571 (gdb-read-memory-custom): Pick up address from buffer.
29572 (gdb-memory-mode): Allow user to increment and decrement
29573 memory address from header line.
29574
29575 2005-05-29 Richard M. Stallman <rms@gnu.org>
29576
29577 * textmoddes/flyspell.el (flyspell-version): Function deleted.
29578 (flyspell-auto-correct-previous-hook): Doc fix.
29579
29580 * jit-lock.el (jit-lock-function, jit-lock-after-change):
29581 Do nothing if memory is full.
29582
29583 * font-lock.el (font-lock-fontify-syntactically-region):
29584 Pass t for GREEDY to looking-back.
29585
29586 * saveplace.el (save-place-alist-to-file): Write the file
29587 using write-region.
29588
29589 * subr.el (looking-back): New argument GREEDY.
29590
29591 * progmodes/compile.el (compilation-start): Set the mode
29592 before inserting the initial text.
29593
29594 * progmodes/which-func.el (which-func-update-1): Turn the mode
29595 off in case of error by setting which-func-mode.
29596
29597 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
29598
29599 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
29600 Narrow down to what's on the screen, and recenter overlays
29601 at the end of the next word.
29602
29603 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
29604
29605 * textmodes/flyspell.el (flyspell-emacs, flyspell-use-local-map):
29606 8Vars moved up.
29607 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
29608 (flyspell-abbrev-p): Default to nil.
29609 (flyspell-use-global-abbrev-table-p): Doc fix.
29610 (flyspell-large-region): Allow nil as value.
29611 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
29612
29613 (mail-mode-flyspell-verify): More robust handling
29614 of `mail-header-separator'. More efficient signature detection.
29615 Allow for regexp metacharacters in message-header-separator.
29616 Adding `To' not to be checked in mail-mode-flyspell-verify.
29617
29618 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
29619 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
29620 Bind flyspell-auto-correct-binding.
29621 Bind C-. and C-, .
29622 (flyspell-mode-map): Likewise.
29623 (flyspell-mode): Doc fix.
29624 (flyspell-accept-buffer-local-defs): Preserve current buffer.
29625 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
29626 (flyspell-word-cache-result): New var, always local.
29627 (flyspell-check-pre-word-p): Doc fix.
29628 (flyspell-check-changed-word-p): Handle spc like newline.
29629 (flyspell-post-command-hook): Set flyspell-word-cache-result.
29630 (flyspell-word-search-backward, flyspell-word-search-forward):
29631 New functions.
29632 (flyspell-word): Return t if nothing to check.
29633 When parsing TeX code, check for after } or \.
29634 Use flyspell-word-search-backward to find previous word.
29635 Return nil if duplicated word.
29636 For word already checked, return same value as last time.
29637 Set flyspell-word-cache-result after checking.
29638 Don't clobber the return value.
29639 (flyspell-get-word): Major rewrite.
29640 (flyspell-external-point-words): New locals pword, pcount.
29641 Fix size used in progress message.
29642 Find the proper corresponding word in flyspell-large-region-buffer.
29643 (flyspell-region): Check for flyspell-large-region = nil.
29644 (flyspell-highlight-incorrect-region): Clean up overlays in region.
29645 (flyspell-auto-correct-word): Check that WORD is a cons.
29646 (flyspell-correct-word): Likewise.
29647
29648 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
29649
29650 * progmodes/make-mode.el (makefile-rule-action-regex)
29651 (makefile-macroassign-regex, makefile-makepp-mode)
29652 (makefile-bsdmake-mode): Continuation lines may be empty.
29653 Reported by Joshua Varner.
29654 (makefile-makepp-font-lock-keywords): Add $(stem).
29655
29656 2005-05-28 Karl Berry <karl@gnu.org>
29657
29658 * textmodes/tex-mode.el: Now that tex-send-command calls
29659 shell-quote-argument (2005-03-31 change), remove all calls to
29660 shell-quote-argument; they all end up invoking tex-send-command.
29661 The double quoting loses on filenames with non-safe characters,
29662 such as "@". Reported by Frederik Fouvry.
29663
29664 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
29665
29666 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
29667 about preserving point.
29668
29669 2005-05-27 Jay Belanger <belanger@truman.edu>
29670
29671 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
29672 Info-goto-node.
29673
29674 * calc/calc-embed.el (calc-embed-arg): New variable.
29675 (calc-do-embedded-activate, calc-embedded-activate-formula)
29676 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
29677 variable by new variable.
29678 (calc-embedded-make-info): Replace undeclared variable by new
29679 variable. When selecting region with positive prefix
29680 argument, use end of previous line instead of beginning of line.
29681
29682 * calc/calc-aent.el (calc-arg-values): Declare it.
29683
29684 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
29685 Declare them.
29686
29687 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
29688
29689 * calc/calc.el (calc-alg-map): Declare it.
29690
29691 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
29692
29693 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
29694
29695 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
29696 (gdb-registers-buffer, toggle-gdb-all-registers):
29697 Toggle display of floating point registers.
29698 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
29699
29700 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
29701 (toggle-gud-tooltip-dereference):
29702 Rename from gud-toggle-tooltip-dereference.
29703
29704 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
29705
29706 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
29707
29708 2005-05-27 Jay Belanger <belanger@truman.edu>
29709
29710 * calc/calc-prog.el (calc-kbd-report): Remove.
29711 (calc-kbd-query): Rewrite.
29712
29713 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
29714
29715 * image.el (image-library-alist): Move to image.c.
29716 (image-type-available-p): Doc fix.
29717
29718 2005-05-27 Lute Kamstra <lute@gnu.org>
29719
29720 * calc/calc.el (calc):
29721 * outline.el (outline-1, outline-2, outline-3, outline-4)
29722 (outline-5, outline-6, outline-7, outline-8):
29723 * textmodes/dns-mode.el (dns-mode):
29724 * textmodes/sgml-mode.el (sgml-namespace-face):
29725 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
29726 (tex-verbatim-face, tex-use-reftex):
29727 * textmodes/texinfo.el (texinfo-heading-face):
29728 Specify customization group.
29729
29730 * longlines.el: Don't require easy-mmode.
29731 (longlines-visible-face): Specify customization group.
29732
29733 2005-05-27 Kenichi Handa <handa@m17n.org>
29734
29735 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
29736 encoding table of windows-1251.
29737
29738 * international/ucs-tables.el (ucs-set-table-for-input):
29739 If translation-table-for-input of a coding system is a symbol, get
29740 its translation-table property.
29741
29742 * international/code-pages.el: Don't register a coding system into
29743 non-iso-charset-alist more than once.
29744 (cp-make-coding-system): Likewise.
29745
29746 2005-05-26 John Wiegley <johnw@newartisans.com>
29747
29748 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
29749 `eshell-resume-eval' is wrapped in a list, it indicates that the
29750 command was run asynchronously. In that case, unwrap the value
29751 before checking the delimiter value.
29752
29753 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
29754 character before a space at the end of a line is \, assume the space
29755 is part of the last argument rather than a final argument separator.
29756
29757 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
29758 is in use, and the target is `t' or `nil' (which are the most common
29759 values), don't assume that the symbol target is a buffer.
29760
29761 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
29762
29763 * calendar/calendar.el (calendar-mode-line-format):
29764 Use mode-line-highlight as mouse-face.
29765
29766 * time.el (display-time-string-forms, display-time-update):
29767 Use mode-line-highlight as mouse-face.
29768
29769 2005-05-26 Jay Belanger <belanger@truman.edu>
29770
29771 * calc/calc.el (calc-language-alist): Remove extra defvar.
29772
29773 2005-05-26 Lute Kamstra <lute@gnu.org>
29774
29775 * arc-mode.el (archive-mode):
29776 * bookmark.el (bookmark-read-annotation-mode)
29777 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
29778 * bs.el (bs-mode):
29779 * calc/calc-yank.el (calc-edit-mode):
29780 * calc/calc.el (calc-mode, calc-trail-mode):
29781 * calculator.el (calculator-mode):
29782 * chistory.el (command-history-mode):
29783 * comint.el:
29784 * cus-edit.el (custom-mode):
29785 * descr-text.el (describe-text-mode):
29786 * ebuff-menu.el (Electric-buffer-menu-mode):
29787 * ediff-util.el (ediff-mode):
29788 * emacs-lisp/re-builder.el (reb-mode):
29789 * emulation/vi.el (vi-mode-setup):
29790 * emulation/ws-mode.el (wordstar-mode):
29791 * eshell/esh-mode.el (eshell-mode):
29792 * forms.el (forms-mode):
29793 * help-mode.el (help-mode):
29794 * hexl.el (hexl-mode):
29795 * ibuffer.el (ibuffer-mode):
29796 * ielm.el (inferior-emacs-lisp-mode):
29797 * info.el (Info-mode, Info-edit-mode):
29798 * international/swedish.el:
29799 * ledit.el (ledit-from-lisp-mode):
29800 * locate.el (locate-mode):
29801 * mail/rmail.el (rmail-mode):
29802 * mail/rmailedit.el (rmail-edit-mode):
29803 * mail/rmailsum.el (rmail-summary-mode):
29804 * mail/supercite.el (sc-electric-mode):
29805 * net/eudc.el (eudc-mode):
29806 * net/quickurl.el (quickurl-list-mode):
29807 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
29808 * obsolete/ooutline.el (outline-mode):
29809 * obsolete/options.el (Edit-options-mode):
29810 * obsolete/rnews.el (news-mode):
29811 * obsolete/rnewspost.el (news-reply-mode):
29812 * play/5x5.el (5x5-mode):
29813 * play/decipher.el (decipher-mode, decipher-stats-mode):
29814 * play/gomoku.el (gomoku-mode):
29815 * play/snake.el (snake-mode):
29816 * play/solitaire.el (solitaire-mode):
29817 * play/tetris.el (tetris-mode):
29818 * progmodes/ada-mode.el (ada-mode):
29819 * progmodes/antlr-mode.el (antlr-mode):
29820 * progmodes/autoconf.el (autoconf-mode):
29821 * progmodes/dcl-mode.el (dcl-mode):
29822 * progmodes/delphi.el (delphi-mode):
29823 * progmodes/ebrowse.el (ebrowse-tree-mode)
29824 (ebrowse-electric-list-mode, ebrowse-member-mode)
29825 (ebrowse-electric-position-mode):
29826 * progmodes/f90.el (f90-mode):
29827 * progmodes/fortran.el (fortran-mode):
29828 * progmodes/icon.el (icon-mode):
29829 * progmodes/idlw-help.el (idlwave-help-mode):
29830 * progmodes/idlw-shell.el (idlwave-shell-mode):
29831 * progmodes/idlwave.el (idlwave-mode):
29832 * progmodes/inf-lisp.el (inferior-lisp-mode):
29833 * progmodes/m4-mode.el (m4-mode):
29834 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
29835 * progmodes/modula2.el (modula-2-mode):
29836 * progmodes/octave-inf.el (inferior-octave-mode):
29837 * progmodes/octave-mod.el (octave-mode):
29838 * progmodes/pascal.el (pascal-mode):
29839 * progmodes/sh-script.el (sh-mode):
29840 * progmodes/sql.el (sql-mode, sql-interactive-mode):
29841 * progmodes/vhdl-mode.el (vhdl-mode):
29842 * progmodes/xscheme.el (scheme-interaction-mode):
29843 * replace.el (occur-mode):
29844 * ses.el (ses-mode):
29845 * simple.el (completion-list-mode):
29846 * skeleton.el:
29847 * speedbar.el (speedbar-mode):
29848 * term.el (term-mode):
29849 * terminal.el (terminal-edit-mode):
29850 * textmodes/reftex-index.el (reftex-index-mode)
29851 (reftex-index-phrases-mode):
29852 * textmodes/reftex-sel.el (reftex-select-label-mode)
29853 (reftex-select-bib-mode):
29854 * textmodes/reftex-toc.el (reftex-toc-mode):
29855 * wdired.el (wdired-change-to-wdired-mode):
29856 * wid-browse.el (widget-browse-mode):
29857 Use run-mode-hooks.
29858
29859 * array.el (array-mode):
29860 * calendar/todo-mode.el (todo-mode):
29861 * man.el (Man-mode):
29862 * play/landmark.el (lm-mode):
29863 * play/mpuz.el (mpuz-mode):
29864 Use kill-all-local-variables and run-mode-hooks.
29865
29866 * subr.el (delay-mode-hooks): Specify indentation.
29867
29868 2005-05-26 Mark A. Hershberger <mah@everybody.org>
29869
29870 * xml.el (xml-substitute-special): Don't die for undefined xml
29871 entities.
29872
29873 2005-05-26 Jay Belanger <belanger@truman.edu>
29874
29875 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
29876 of nil.
29877
29878 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
29879
29880 * progmodes/gdb-ui.el (gdb-frame-address):
29881 Rename from gdb-current-address.
29882 (gdb-previous-frame-address): Rename from gdb-previous-address.
29883 (gdb-selected-frame): Rename from gdb-current-frame.
29884 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
29885 (gdb-frame-number): Rename from gdb-current-stack-level.
29886 (gdb-ann3): Match new mode-name for disassembly buffer.
29887 Extend initialization of variables.
29888 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
29889 (gdb-memory-mode): Use mouse-face in header line.
29890 (gdb-assembler-buffer-name): Call it disassembly and give frame
29891 in mode line.
29892 (gdb-source-spec-regexp, gdb-assembler-custom)
29893 (gdb-invalidate-assembler, gdb-frame-handler):
29894 Make robust to leading zeroes in address format.
29895
29896 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
29897
29898 * textmodes/org.el (org-mode): Use `define-derived-mode' to
29899 define `org-mode'.
29900 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
29901
29902 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
29903
29904 * log-edit.el (log-edit-changelog-entries): Distinguish between
29905 filenames like xfns.c and fns.c.
29906
29907 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
29908
29909 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
29910 point after reverting.
29911 (Buffer-menu-make-sort-button): Handle the case where
29912 `Buffer-menu-use-header-line' is nil.
29913
29914 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
29915
29916 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
29917 New funcs. In minibuffer-local-completion-map bind `]', `/'
29918 and `:' to them.
29919
29920 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
29921
29922 * startup.el (normal-top-level): Allow modification of load-path while
29923 we're iterating over it.
29924
29925 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
29926
29927 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
29928 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
29929 (thumbs-resize-interactive, thumbs-insert-image)
29930 (thumbs-insert-thumb, thumbs-dired-show-marked)
29931 (thumbs-find-image-at-point, thumbs-delete-images)
29932 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
29933 (thumbs-increment-image-size, thumbs-decrement-image-size):
29934 Fix typos in docstrings.
29935
29936 2005-05-24 Andre Spiegel <spiegel@gnu.org>
29937
29938 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
29939 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
29940 (cperl-mode): Use them.
29941
29942 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
29943
29944 * window.el (quit-window, shrink-window-if-larger-than-buffer):
29945 Doc fixes.
29946
29947 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
29948
29949 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
29950 Bind C-d to gdb-inferior-io-eof.
29951
29952 * dired.el (dired-dnd-popup-notice): Use message-box.
29953
29954 2005-05-23 Masatake YAMATO <jet@gyve.org>
29955
29956 * bindings.el (mode-line-major-mode-keymap):
29957 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
29958
29959 * faces.el (mode-line-highlight): New face.
29960
29961 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
29962 as mouse-face.
29963
29964 * bindings.el (top-level, help-echo, mode-line-modified)
29965 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
29966 as mouse-face.
29967
29968 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
29969
29970 * progmodes/cc-engine.el (c-guess-basic-syntax):
29971 Remove spurious call to `zerop'.
29972
29973 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
29974
29975 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
29976
29977 CC Mode update to 5.30.10:
29978
29979 * progmodes/cc-fonts.el (c-font-lock-declarators): Fix bug where
29980 the point could go past the limit in decoration level 2, thereby
29981 causing errors during interactive fontification.
29982
29983 * progmodes/cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp
29984 bug when the file is evaluated interactively.
29985
29986 * progmodes/cc-engine.el (c-guess-basic-syntax): Handle operator
29987 declarations somewhat better in C++.
29988
29989 * progmodes/cc-styles.el, cc-mode.el (c-run-mode-hooks):
29990 New helper macro to make use of `run-mode-hooks'
29991 which has been added in Emacs 21.1.
29992 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
29993 (awk-mode): Use it.
29994 (make-local-hook): Suppress warning about obsoleteness.
29995
29996 * progmodes/cc-engine.el, cc-align.el, cc-cmds.el
29997 (c-append-backslashes-forward, c-delete-backslashes-forward)
29998 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
29999 Compensate for return value from `forward-line' when it has moved
30000 but not to a different line due to eob.
30001
30002 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchoring in
30003 `objc-method-intro' and `objc-method-args-cont'.
30004
30005 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
30006
30007 CC Mode update to 5.30.10:
30008
30009 * progmodes/cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's
30010 address in the copyright statement. Incidentally, change "along with
30011 GNU Emacs" to "along with this program" where it occurs.
30012
30013 * progmodes/cc-mode.el: Add a fourth parameter `t' to the awk-mode
30014 autoload, so that it is interactive, hence can be found by M-x awk-mode
30015 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
30016 <gmorris+emacs@ast.cam.ac.uk>.
30017
30018 * progmodes/cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
30019 Mode's regexps.
30020
30021 2005-05-23 Kevin Ryde <user42@zip.com.au>
30022
30023 * progmodes/cc-align.el (c-lineup-argcont): Ignore conses for {} pairs
30024 from c-parse-state, to avoid a lisp error (on bad code).
30025
30026 2005-05-23 Lute Kamstra <lute@gnu.org>
30027
30028 * subr.el (font-lock-defaults): Remove defvar as it's already
30029 defined in font-core.el.
30030
30031 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
30032
30033 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
30034
30035 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
30036 more general and work when GDB variable "print pretty" is on,
30037 as with Emacs, for example.
30038
30039 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
30040
30041 * font-core.el: Update comment.
30042
30043 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
30044 Use `after-change-major-mode-hook' instead of `find-file-hook'.
30045
30046 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
30047
30048 2005-05-22 Eli Zaretskii <eliz@gnu.org>
30049
30050 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
30051 and `yank-handler' in the doc strings.
30052
30053 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
30054
30055 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
30056
30057 2005-05-22 Richard M. Stallman <rms@gnu.org>
30058
30059 * help.el (describe-key): Move print-help-return-message call
30060 out of conditional.
30061
30062 * progmodes/etags.el (list-tags): Use with-no-warnings.
30063
30064 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
30065 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
30066 (starttls-extra-args, starttls-extra-arguments): Add defvars.
30067
30068 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
30069
30070 * language/viet-util.el (viet-viscii-nonascii-translation-table):
30071 Add defvar.
30072
30073 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
30074 Use defvar, not defconst.
30075
30076 * hexl.el (hexl-follow-line): Use with-no-warnings.
30077
30078 * emulation/tpu-extras.el: Use write-file-functions instead of
30079 write-file-hooks.
30080
30081 * dired.el (dired-font-lock-keywords): Fontify files with junk
30082 extensions even if marked by -F.
30083
30084 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
30085
30086 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
30087 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
30088 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
30089 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
30090 (concatenate, list-length, get*, getf, cl-remprop):
30091 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
30092 (etypecase, progv, lexical-let, lexical-let*)
30093 (multiple-value-bind, multiple-value-setq, shiftf):
30094 Improve argument/docstring consistency.
30095
30096 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
30097
30098 2005-05-22 Andre Spiegel <spiegel@gnu.org>
30099
30100 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
30101 doesn't exist.
30102
30103 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
30104 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
30105
30106 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
30107
30108 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
30109 already deleted variables: auto-fill-hook, blink-paren-hook,
30110 lisp-indent-hook, inhibit-local-variables, unread-command-event,
30111 suspend-hooks, comment-indent-hook, meta-flag,
30112 before-change-function, after-change-function,
30113 font-lock-doc-string-face.
30114
30115 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
30116
30117 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
30118
30119 2005-05-21 Eli Zaretskii <eliz@gnu.org>
30120
30121 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
30122 rmail-dont-reply-to.
30123
30124 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
30125
30126 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
30127 literal blank when splitting new-header-values.
30128
30129 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
30130
30131 * calendar/cal-menu.el (cal-menu-update): Add separator as a
30132 string so that tmm doesn't create a completion entry for it.
30133
30134 * textmodes/table.el (table-disable-menu): Ditto.
30135
30136 2005-05-21 Richard M. Stallman <rms@gnu.org>
30137
30138 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
30139
30140 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
30141
30142 * net/rcompile.el (remote-compile): Use compilation-start.
30143
30144 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
30145
30146 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
30147
30148 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
30149 Default to makefile-bsdmake-mode on BSD systems.
30150
30151 * imenu.el (imenu-generic-expression, imenu--generic-function'):
30152 REGEXP may also be a search function now. The part of doc-string
30153 for describing the structure was 95% identical to that of
30154 `imenu--generic-function'. Unify it there.
30155
30156 * progmodes/make-mode.el (makefile-imenu-generic-expression):
30157 Use function to find dependencies, because regexp alone is so complex,
30158 it easily goes into an endless loop.
30159 (makefile-makepp-mode): Also add submenu for Perl functions
30160 defined in the makefile.
30161 (makefile-bsdmake-mode): Special imenu-generic-expression no
30162 longer needed, due to function call.
30163 (makefile-match-dependency): Take BOUND into account when checking
30164 if we're through.
30165
30166 2005-05-20 Jay Belanger <belanger@truman.edu>
30167
30168 * calc/calc-units.el (calc-invalidate-units-table):
30169 Use inhibit-read-only.
30170 (math-build-units-table-buffer): Use view-mode.
30171
30172 2005-05-20 David Kastrup <dak@gnu.org>
30173
30174 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
30175 easy-menu-add is not a nop on Emacs; and clarify when to call it.
30176
30177 2005-05-20 Lute Kamstra <lute@gnu.org>
30178
30179 * diff-mode.el (diff-header-face, diff-file-header-face)
30180 (diff-index-face, diff-hunk-header-face, diff-removed-face)
30181 (diff-added-face, diff-changed-face, diff-function-face)
30182 (diff-context-face, diff-nonexistent-face): Put them in the
30183 diff-mode customization group.
30184
30185 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
30186
30187 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
30188
30189 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
30190
30191 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
30192 Minor regexp-optimization.
30193
30194 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
30195
30196 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
30197 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
30198 (org-agenda-add-time-grid-maybe): New function.
30199 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
30200 (org-table-create): `dotimes' instead of `mapcar'.
30201 (org-xor): Simplify implementation.
30202 (org-agenda): `inhibit-redisplay' turned on.
30203 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
30204 a consistent line after a state change.
30205 (org-agenda-remove-times-when-in-prefix): New option.
30206 (org-prefix-has-time): New variable.
30207 (org-parse-time-string): Optional argument NODEFAULT.
30208 (org-format-agenda-item): Parse items for time-of-day
30209 specifications and move these into the prefix if possible.
30210 (org-agenda-priority): Get current heading, not previous heading
30211 during agenda remote editing.
30212
30213 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
30214
30215 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
30216 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
30217 (remove-duplicates, delete-duplicates, substitute)
30218 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
30219 (nsubstitute-if-not, find, find-if, find-if-not, position)
30220 (position-if, position-if-not, count, count-if, count-if-not)
30221 (mismatch, search, sort*, stable-sort, merge, member*)
30222 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
30223 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
30224 (intersection, nintersection, set-difference, nset-difference)
30225 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
30226 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
30227 (nsublis, tree-equal): Improve argument/docstring consistency.
30228
30229 * subr.el (send-string, send-region): Remove obsolescence declaration.
30230 (window-dot, set-window-dot, read-input, show-buffer)
30231 (eval-current-buffer, string-to-int):
30232 Add release number to obsolescence declarations.
30233
30234 2005-05-19 Kim F. Storm <storm@cua.dk>
30235
30236 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
30237 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
30238
30239 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
30240
30241 * faces.el (list-faces-display): Make back button respect optional
30242 regexp arg.
30243
30244 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
30245
30246 * calculator.el (calculator-radix-grouping-mode)
30247 (calculator-radix-grouping-digits, calculator-displayer)
30248 (calculator-radix-grouping-separator, calculator-copy-displayer):
30249 * dabbrev.el (dabbrev-search-these-buffers-only):
30250 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
30251 (diff-advance-after-apply-hunk, diff-mode-hook)
30252 (diff-minor-mode-prefix):
30253 * imenu.el (imenu-use-popup-menu):
30254 * jit-lock.el (jit-lock-context-time):
30255 * newcomment.el (comment-fill-column, comment-column)
30256 (comment-style, comment-padding, comment-multi-line)
30257 (comment-empty-lines, comment-auto-fill-only-comments):
30258 * reveal.el (reveal-around-mark):
30259 * uniquify.el (uniquify-buffer-name-style)
30260 (uniquify-after-kill-buffer-p)
30261 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
30262 (uniquify-min-dir-content, uniquify-separator)
30263 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
30264 * w32-vars.el (w32-fixed-font-alist):
30265 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
30266 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
30267 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
30268 * progmodes/perl-mode.el (perl-indent-level)
30269 (perl-continued-statement-offset, perl-continued-brace-offset)
30270 (perl-brace-offset, perl-brace-imaginary-offset)
30271 (perl-label-offset, perl-indent-continued-arguments)
30272 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
30273 * progmodes/tcl.el (tcl-indent-level)
30274 (tcl-continued-indent-level, tcl-auto-newline)
30275 (tcl-tab-always-indent, tcl-electric-hash-style)
30276 (tcl-help-directory-list, tcl-use-smart-word-finder)
30277 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
30278 (inferior-tcl-source-command):
30279 * textmodes/fill.el (enable-kinsoku):
30280 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
30281 * textmodes/table.el (table-yank-handler):
30282 Specify missing group (and type, if simple) in defcustom.
30283
30284 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
30285
30286 * progmodes/compile.el (compilation-finish-function): Fix defvar.
30287
30288 2005-05-19 Richard M. Stallman <rms@gnu.org>
30289
30290 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
30291
30292 * subr.el (event-basic-type): Don't get an error.
30293 (left-fringe-p): Function deleted.
30294
30295 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
30296 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
30297
30298 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
30299 in recursive copy.
30300
30301 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
30302
30303 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
30304
30305 * emacs-lisp/bytecomp.el
30306 (byte-compile-file-form-custom-declare-variable):
30307 Call byte-compile-nogroup-warn if appropriate.
30308
30309 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
30310 (compilation-set-window): Don't call left-fringe-p; do it directly.
30311
30312 2005-05-19 Jay Belanger <belanger@truman.edu>
30313
30314 * calc/calc-graph.el (calc-graph-format-data): Make sure
30315 var-PlotRejects is bound before trying to check its value.
30316
30317 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
30318
30319 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
30320 definition of this variable from reftex-global.el to reftex.el,
30321 because it is needed in the menu.
30322
30323 2005-05-19 Lute Kamstra <lute@gnu.org>
30324
30325 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
30326 years are fixed. Don't insert a space after a dash.
30327
30328 2005-05-19 Kim F. Storm <storm@cua.dk>
30329
30330 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
30331
30332 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
30333
30334 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
30335 strings, because (eq ... ?\\) is fairly frequent.
30336
30337 * progmodes/make-mode.el (makefile-add-this-line-targets):
30338 Simplify and integrate into `makefile-pickup-targets'.
30339 (makefile-add-this-line-macro): Simplify and integrate into
30340 `makefile-pickup-macros.
30341 (makefile-pickup-filenames-as-targets): Simplify.
30342 (makefile-previous-dependency, makefile-match-dependency):
30343 Don't stumble over `::'.
30344
30345 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
30346
30347 * subr.el (post-command-idle-hook, post-command-idle-delay):
30348 Remove obsoletion of post-command-idle-hook and
30349 post-command-idle-delay.
30350
30351 * faces.el (list-faces-display): Provide button when describe-face
30352 is called to take user back to the list of faces.
30353
30354 * help-fns.el (describe-variable): Remove hyperlinks in a
30355 variable's value as these are quite frequently inappropriate.
30356
30357 * follow.el (follow-submit-feedback, follow-mode):
30358 Remove references to post-command-idle-hook.
30359
30360 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
30361
30362 * progmodes/make-mode.el (makefile-previous-dependency)
30363 (makefile-match-dependency): Check for := (and in bsd mode also
30364 !=) to give a better result, even when font-lock is not on.
30365
30366 2005-05-18 Jay Belanger <belanger@truman.edu>
30367
30368 * calc/calc-help.el (calc-s-prefix-help):
30369 Add `calc-copy-special-constant' to help string.
30370
30371 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
30372
30373 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
30374
30375 2005-05-18 Jay Belanger <belanger@truman.edu>
30376
30377 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
30378 in linear factors are in proper order.
30379
30380 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
30381
30382 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
30383 Support for jurabib.
30384
30385 * textmodes/reftex.el (featurep): Define aliases for overlay
30386 commands, for XEmacs compatibility, and use these aliases in
30387 overlay initializations.
30388 (reftex-highlight): Use `reftex-move-overlay'.
30389 (reftex-unhighlight): Use `reftex-delete-overlay'.
30390 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
30391 (reftex-access-search-path): Use `reftex-uniquify' instead of
30392 `reftex-uniq'.
30393
30394 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
30395 `before-string' property modification enables for Emacs as well.
30396 (reftex-select-item): Use `reftex-delete-overlay'.
30397 (reftex-select-mark): Use `reftex-make-overlay' and
30398 `reftex-overlay-put'.
30399 (reftex-select-unmark): Use `reftex-delete-overlay' and
30400 `reftex-overlay-put'.
30401
30402 2005-05-18 Lute Kamstra <lute@gnu.org>
30403
30404 * emacs-lisp/lisp.el (check-parens): Fix docstring.
30405
30406 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
30407
30408 * add-log.el (add-change-log-entry):
30409 * array.el (array-make-template, array-reconfigure-rows)
30410 (array-init-max-row, array-init-max-column)
30411 (array-init-columns-per-line, array-init-field-width):
30412 * replace.el (replace-match-maybe-edit, perform-replace):
30413 * textmodes/spell.el (spell-region):
30414 Replace `read-input' by `read-string'.
30415
30416 * forms.el (forms-mode):
30417 * finder.el (finder-compile-keywords):
30418 * shadowfile.el (shadow-read-files):
30419 Replace `eval-current-buffer' by `eval-buffer'.
30420
30421 * terminal.el (te-pass-through):
30422 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
30423 (ange-ftp-raw-send-cmd):
30424 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
30425 (send-process-next-char, telnet-initial-filter, telnet):
30426 Replace `send-string' by `process-send-string'.
30427
30428 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
30429 (prolog-consult-region): Replace `send-string' by
30430 `process-send-string'; replace `send-region' by `process-send-region'.
30431
30432 * progmodes/delphi.el (delphi-log-msg):
30433 Replace `set-window-dot' by `set-window-point'.
30434
30435 * subr.el (window-dot, set-window-dot, read-input, send-string)
30436 (send-region, show-buffer, eval-current-buffer):
30437 Make really obsolete, as the comment says.
30438
30439 2005-05-17 Kim F. Storm <storm@cua.dk>
30440
30441 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
30442 (cua--init-keymaps): Bind C-return instead of S-return to set
30443 rectangle mark.
30444
30445 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
30446 instead of S-return to toggle/clear rectangle mark.
30447
30448 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
30449
30450 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
30451 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
30452 Also fontify plain strings assigned to variables, mostly so that a
30453 colon has a face and is thus not taken as a dependency separator.
30454 (makefile-previous-dependency): Inline the new matcher, because it
30455 is too complex to work in both directions.
30456 (makefile-match-dependency): Eliminate `backward' arg (see above).
30457 Completely reimplemented so as to not sometimes go into an endless
30458 loop. It should also be more efficient, because first it only
30459 searches for `:', instead of applying the very complex regexp.
30460 (makefile-mode): Cancel `font-lock-support-mode', because blocks
30461 to be fontified in one piece can be too long for JIT.
30462 Makefiles are never *that* big.
30463
30464 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
30465
30466 * dired.el (dired-mode): Simplify.
30467
30468 2005-05-17 Lute Kamstra <lute@gnu.org>
30469
30470 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
30471 defcustom for the mode hook variable.
30472
30473 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
30474 Emacs Lisp Reference Manual.
30475
30476 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
30477
30478 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
30479 (evenp, list*):
30480 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
30481 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
30482
30483 * net/tramp-smb.el (tramp-smb-open-connection):
30484 Pass `tramp-chunksize' as fifth (required) argument.
30485
30486 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
30487
30488 * font-lock.el (lisp-font-lock-keywords-1):
30489 Set `font-lock-negation-char-face' for [^...] char group.
30490 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
30491
30492 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
30493 a var, and refine it to mask one more level of nested vars.
30494 (makefile-rule-action-regex): Turn it into a var, and refine it so
30495 it recognizes backslashed continuation lines as belonging to the
30496 same command.
30497 (makefile-macroassign-regex): Refine it so it recognizes
30498 backslashed continuation lines as belonging to the same command.
30499 (makefile-var-use-regex): Don't look at the next char, because it
30500 might be the same one to be skipped by the initial [^$], leading
30501 to an overlooked variable use.
30502 (makefile-make-font-lock-keywords): Remove two parameters, which
30503 are now variables that some of the modes set locally.
30504 Handle dependency and rule action matching through functions, because
30505 regexps alone match too often. Dependency matching now comes
30506 last, so it can check, whether a colon already matched something else.
30507 (makefile-mode): Inform that font-lock improves makefile parsing
30508 capabilities.
30509 (makefile-match-dependency, makefile-match-action): New functions.
30510
30511 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
30512
30513 * emacs-lisp/cl-extra.el (equalp): Doc fix.
30514
30515 * align.el (align-regexp):
30516 * ansi-color.el (ansi-color-get-face):
30517 * array.el (array-reconfigure-rows, array-init-max-row)
30518 (array-init-max-column, array-init-columns-per-line)
30519 (array-init-field-width):
30520 * dired-aux.el (dired-trample-file-versions):
30521 * dired-x.el (dired-mark-sexp):
30522 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
30523 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
30524 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
30525 * faces.el (face-read-integer):
30526 * files.el (backup-extract-version, insert-directory):
30527 * hexl.el (hexl-insert-decimal-char):
30528 * server.el (server-process-filter):
30529 * shell.el (shell-extract-num):
30530 * startup.el (command-line-1):
30531 * term.el (term-command-hook):
30532 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
30533 (time-stamp-do-number):
30534 * time.el (display-time-update):
30535 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
30536 (timezone-fix-time):
30537 * vms-patch.el (vms-suspend-resume-hook):
30538 * calendar/appt.el (appt-convert-time):
30539 * calendar/cal-bahai.el (mark-bahai-diary-entries):
30540 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
30541 * calendar/cal-islam.el (mark-islamic-diary-entries):
30542 * calendar/calendar.el (calendar-cursor-to-date)
30543 (calendar-star-date):
30544 * calendar/diary-lib.el (diary-attrtype-convert)
30545 (mark-diary-entries, diary-entry-time):
30546 * calendar/solar.el (solar-get-number):
30547 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
30548 * emacs-lisp/re-builder.el (reb-display-subexp):
30549 * emulation/edt.el (edt-set-scroll-margins):
30550 * emulation/tpu-extras.el (tpu-set-scroll-margins):
30551 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
30552 (vip-get-ex-count):
30553 * emulation/viper-ex.el (viper-get-ex-token)
30554 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
30555 * international/fontset.el (fontset-plain-name):
30556 * mail/feedmail.el (feedmail-look-at-queue-directory):
30557 * mail/mailalias.el (mail-get-names):
30558 * mail/rmail.el (rmail-convert-to-babyl-format):
30559 * mail/rmailsum.el (rmail-make-basic-summary-line)
30560 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
30561 (rmail-summary-goto-msg):
30562 * mail/smtpmail.el (smtpmail-read-response):
30563 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
30564 (ange-ftp-vms-add-file-entry):
30565 * play/gametree.el (gametree-looking-at-ply)
30566 (gametree-current-branch-score):
30567 * progmodes/ada-xref.el (ada-prj-find-prj-file)
30568 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
30569 * progmodes/cperl-mode.el (condition-case):
30570 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
30571 (ebrowse-set-member-buffer-column-width)
30572 (ebrowse-select-1st-to-9nth):
30573 * progmodes/etags.el (etags-snarf-tag):
30574 * progmodes/flymake.el (flymake-parse-line):
30575 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
30576 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
30577 (idlwave-shell-menu-def):
30578 * progmodes/ps-mode.el (ps-run-goto-error):
30579 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
30580 (vhdl-speedbar-contract-level):
30581 * term/mac-win.el (x-handle-numeric-switch):
30582 * term/sun-mouse.el (sun-get-frame-data):
30583 * term/w32-win.el (x-handle-numeric-switch):
30584 * term/x-win.el (x-handle-numeric-switch):
30585 * textmodes/ispell.el (ispell-parse-output):
30586 * textmodes/nroff-mode.el (nroff-outline-level):
30587 * textmodes/reftex-cite.el (reftex-bib-sort-year)
30588 (reftex-bib-sort-year-reverse, reftex-format-citation):
30589 * textmodes/reftex-parse.el (reftex-init-section-numbers)
30590 (reftex-section-number):
30591 * textmodes/texinfmt.el (texinfo-paragraphindent):
30592 Replace `string-to-int' by `string-to-number'.
30593
30594 * international/latexenc.el: Add page marker to force the "Local
30595 Variables:" string out of the last page.
30596
30597 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
30598
30599 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
30600 tooltip-change-major-mode.
30601 (gud-tooltip-print-command): Remove case where gud-minor-mode
30602 is gdb ("--fullname").
30603 (gud-tooltip-tips): Turn GUD tooltips off for this case and
30604 explain to user.
30605
30606 2005-05-16 Jay Belanger <belanger@truman.edu>
30607
30608 * calc/calc-store.el (calc-copy-special-constant): New function.
30609
30610 * calc/calc-ext.el (calc-init-extensions): Add binding for
30611 `calc-copy-special-constant'.
30612
30613 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
30614 for the `calc-copy-special-constant' command.
30615
30616 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
30617
30618 * subr.el (left-fringe-p): New function.
30619
30620 * progmodes/compile.el (compilation-setup): Set local value of
30621 overlay-arrow-string to "" always.
30622 (compilation-set-window): Left fringe then don't scroll.
30623 No left fringe then no arrow and scroll message to top.
30624 (compilation-context-lines): Adjust doc string accordingly.
30625
30626 2005-05-16 Kim F. Storm <storm@cua.dk>
30627
30628 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
30629 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
30630 (ido-wide-find-dir-or-delete-dir): New command for M-d.
30631 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
30632 (ido-read-file-name): Handle commands with ido property value
30633 equal to find-file as reading a file name, to allow C-d to enter dired.
30634 (ibuffer-find-file): Add ido property with value find-file.
30635
30636 2005-05-15 Kim F. Storm <storm@cua.dk>
30637
30638 * subr.el (open-network-stream-nowait): Remove.
30639 (open-network-stream-server): Remove.
30640
30641 2005-05-15 Richard M. Stallman <rms@gnu.org>
30642
30643 * faces.el (describe-face): Output a definition link button.
30644
30645 * help-mode.el (help-face-def): New button type.
30646
30647 * emacs-lisp/copyright.el (copyright-fix-years):
30648 Match properly if the first year is 2-digit.
30649 Don't mess up the whitespace after the years by filling.
30650
30651 * dired-aux.el (dired-mark-confirm):
30652 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
30653
30654 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
30655 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
30656 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
30657
30658 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
30659 Set font-lock-comment-start-skip.
30660
30661 * font-lock.el (font-lock-comment-start-skip): New variable.
30662 (font-lock-comment-end-skip): New variable.
30663 (font-lock-fontify-syntactically-region): Use them if non-nil.
30664
30665 2005-05-15 Jay Belanger <belanger@truman.edu>
30666
30667 * calc/calc-store.el (calc-store-value): Return a string rather
30668 than display it as a message.
30669 Use calc-var-name for variable name.
30670 (calc-store-into): Add the result of calc-store-value to message.
30671 (calc-copy-variable): Add a message.
30672 (calc-store-exchange): Improve error messages.
30673 (calc-store-binary, calc-store-map): Don't reset the values of
30674 special constants.
30675
30676 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
30677
30678 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
30679 manual to docstring.
30680
30681 * files.el (hack-local-variables-confirm): Add STRING argument.
30682 Make the function handle non file visiting buffers correctly.
30683 (hack-local-variables-prop-line, hack-local-variables)
30684 (hack-one-local-variable): Use STRING arg of
30685 `hack-local-variables-confirm'.
30686
30687 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
30688
30689 Sync with Tramp 2.0.49.
30690
30691 * net/tramp.el (tramp-handle-dired-call-process)
30692 (tramp-handle-insert-directory):`insert-buffer' cannot be used
30693 because the contents of the Tramp buffer is changed before
30694 insertion (`expand-file' and alike).
30695 (tramp-handle-insert-directory): If `localname' has an empty
30696 nondirectory name, it must not be quoted.
30697 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
30698 variable `tramp-chunksize'. Change callees.
30699 (tramp-open-connection-setup-interactive-shell): Check remote host
30700 for buggy `send-process-string' implementation.
30701 Set `tramp-chunksize' if found. Reported by Michael Kifer
30702 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
30703 (tramp-handle-shell-command): `insert-buffer' cannot be used
30704 because the contents of the Tramp buffer is changed before
30705 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
30706 <frederic.bothamy@free.fr>.
30707 (tramp-set-auto-save): Actions should be done for Tramp file name
30708 handler only. Ange-FTP has its own auto-save mechanism.
30709 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
30710 (tramp-set-auto-save-file-modes): Set file modes of
30711 `buffer-auto-save-file-name' to ?\600 as fallback solution.
30712 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
30713 (tramp-bug): Remove obsolete variable.
30714 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
30715 for presence of `mml-mode'. Make it running for older Emacsen as well.
30716
30717 2005-05-14 John Paul Wallington <jpw@pobox.com>
30718
30719 * ibuf-ext.el (define-ibuffer-filter filename):
30720 If `dired-directory' is a list, use its car.
30721
30722 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
30723
30724 * ibuffer.el (define-ibuffer-column filename):
30725 If `dired-directory' is a list, use its car.
30726
30727 2005-05-14 Richard M. Stallman <rms@gnu.org>
30728
30729 * subr.el (symbol-file): Doc fix.
30730
30731 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
30732 (byte-compile-form): Call byte-compile-nogroup-warn.
30733 (byte-compile-warning-types): Doc fix.
30734
30735 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
30736
30737 * progmodes/cc-engine.el (c-literal-faces):
30738 Add font-lock-comment-delimiter-face.
30739
30740 * net/net-utils.el (dig): Use with-no-warnings.
30741
30742 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
30743 (sc-recite-frame-alist, sc-default-cite-frame)
30744 (sc-default-uncite-frame, sc-default-recite-frame)
30745 (sc-attrib-selection-list, sc-rewrite-header-list):
30746 Mark as risky-local-variable.
30747
30748 * international/ogonek.el (ogonek-jak, ogonek-how):
30749 Don't use beginning-of-buffer.
30750
30751 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
30752
30753 * calendar/solar.el (solar-data-list): Move definition up.
30754
30755 * dnd.el (dnd-protocol-alist): Add autoload.
30756
30757 * progmodes/sh-script.el: Many doc usage fixes.
30758 (sh-indent-after-do): Change default to match common styles.
30759
30760 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
30761
30762 * files.el (interpreter-mode-alist)
30763 (auto-mode-interpreter-regexp): Doc fixes.
30764
30765 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
30766
30767 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
30768
30769 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
30770
30771 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
30772
30773 * dired.el (dired-mode): make-variable-buffer-local =>
30774 make-local-variable.
30775
30776 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
30777
30778 * term/mac-win.el (mac-select-convert-to-string): Try coding
30779 systems in mac-script-code-coding-systems if specified one cannot
30780 encode string for `com.apple.traditional-mac-plain-text'.
30781
30782 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
30783
30784 * progmodes/make-mode.el (makefile-targets-face)
30785 (makefile-shell-face, makefile-makepp-perl-face): New faces.
30786 (makefile-dependency-regex): Fix it to not make the colon in
30787 $(var:a=b) special.
30788 (makefile-rule-action-regex): New regexp for highlighting embedded
30789 Shell strings.
30790 (makefile-macroassign-regex): Handle != for highlighting as
30791 embedded Shell strings.
30792 (makefile-var-use-regex): New const.
30793 (makefile-statements, makefile-automake-statements)
30794 (makefile-gmake-statements, makefile-makepp-statements)
30795 (makefile-bsdmake-statements): New consts.
30796 (makefile-make-font-lock-keywords): New function.
30797 (makefile-automake-font-lock-keywords)
30798 (makefile-gmake-font-lock-keywords)
30799 (makefile-makepp-font-lock-keywords)
30800 (makefile-bsdmake-font-lock-keywords): New consts.
30801 (makefile-mode-map): Add switchers between the various submodes.
30802 (makefile-mode): Document the availability of the variants.
30803 (makefile-automake-mode, makefile-gmake-mode)
30804 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
30805
30806 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
30807 new variants of makefile-mode.
30808
30809 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
30810
30811 * font-lock.el (font-lock-comment-delimiter-face): Fix up
30812 the inheritance.
30813
30814 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
30815
30816 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
30817 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
30818
30819 * files.el (normal-mode): Extend the scope of the
30820 `enable-local-variables' binding to include the `set-auto-mode' call.
30821 (magic-mode-alist): Doc fix.
30822
30823 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
30824
30825 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
30826 font-lock-comment-face rather than copying its setting.
30827
30828 2005-05-12 Andreas Schwab <schwab@suse.de>
30829
30830 * eshell/esh-mode.el (eshell-send-input): Doc fix.
30831
30832 2005-05-12 Lute Kamstra <lute@gnu.org>
30833
30834 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
30835 defcustom for the mode hook variable. Delete the last argument.
30836 * generic-x.el: Fix callers of define-generic-mode.
30837 (generic-x-modes): Delete group.
30838 (show-tabs-tab-face, show-tabs-space-face): Put them in the
30839 generic-x customization group.
30840
30841 2005-05-12 Kim F. Storm <storm@cua.dk>
30842
30843 * font-lock.el (font-lock-negation-char-face): Default to "off".
30844
30845 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
30846 font-lock-negation-char-face to ! in !=.
30847
30848 2005-05-12 Masatake YAMATO <jet@gyve.org>
30849
30850 * add-log.el (find-change-log): Fix typos in the docstring
30851 of function.
30852
30853 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
30854
30855 * international/latexenc.el (latexenc-find-file-coding-system):
30856 Avoid `re-search-forward' when looking for input encoding because
30857 of speed and safety. Better regular expressions for recognizing
30858 input encoding. Limit a search for TeX-master/tex-main-file to
30859 the local variable section.
30860
30861 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
30862
30863 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
30864 syntax of $ to "'" (quote).
30865
30866 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
30867
30868 * dnd.el (dnd-protocol-alist): Improve custom type.
30869
30870 * dired.el (dired-dnd-protocol-alist): New variable.
30871 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
30872 `dired-mode-hook' to the end.
30873
30874 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
30875
30876 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
30877 comment-end if comment-start-skip is not set.
30878 Obey the font-lock-comment-delimiter-face variables.
30879
30880 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
30881
30882 * files.el (executable-find): Move from executable.el. Use
30883 locate-file.
30884 * progmodes/executable.el (executable-find): Move to files.el.
30885
30886 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
30887 when trying to ensure forward progress.
30888
30889 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
30890
30891 * mouse-sel.el (mouse-sel-follow-link-p): New function.
30892 (mouse-select, mouse-select-internal, mouse-extend-internal):
30893 Use it to implement mouse-1-click-follows-link functionality.
30894
30895 2005-05-11 Richard M. Stallman <rms@gnu.org>
30896
30897 * font-lock.el (font-lock-fontify-syntactically-region):
30898 Use font-lock-comment-delimiter-face for comment delimiters.
30899
30900 2005-05-10 Jay Belanger <belanger@truman.edu>
30901
30902 * calc/calc-help.el (calc-m-prefix-help): Add mention of
30903 preserving embedded modes.
30904
30905 2005-05-10 Richard M. Stallman <rms@gnu.org>
30906
30907 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
30908
30909 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
30910 Move from ada-stmt.el.
30911 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
30912
30913 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
30914 Move to ada-mode.el.
30915 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
30916
30917 * cus-edit.el (custom-file): Call file-chase-links.
30918
30919 * files.el (read-directory-name): Fix previous change.
30920 (hack-local-variables-confirm): New function.
30921 (hack-local-variables-prop-line, hack-local-variables)
30922 (hack-one-local-variable): Use it.
30923
30924 2005-05-10 Lute Kamstra <lute@gnu.org>
30925
30926 * font-lock.el (font-lock-keywords-alist)
30927 (font-lock-removed-keywords-alist): Clarify docstrings.
30928
30929 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
30930
30931 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
30932 (gdb-source-info): Check for preprocessor info.
30933 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
30934 a macro for a function.
30935 (gdb-info-breakpoints-custom): Try to find file again if not already
30936 found (user might have used GDB dir command).
30937 (gdb-get-location): Update gdb-location-alist correctly for change
30938 to gdb-info-breakpoints-custom.
30939
30940 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
30941 (gud-tooltip-print-command): Add gdbmi case.
30942 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
30943 preprocessor info.
30944
30945 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
30946
30947 * startup.el (fancy-splash-insert): Fix typo in doc string.
30948
30949 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
30950
30951 * obsolete/float.el (string-to-float):
30952 * obsolete/hilit19.el (hilit-add-pattern):
30953 * obsolete/rnews.el (news-parse-range, news-select-message)
30954 (news-get-pruned-list-of-files): Replace `string-to-int' by
30955 `string-to-number'.
30956
30957 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
30958 `find-file-not-found-hooks'; use `add-hook'.
30959 (uncompress-while-visiting): Set `write-file-functions', not
30960 `write-file-hooks'; use `add-hook'.
30961
30962 2005-05-09 Kim F. Storm <storm@cua.dk>
30963
30964 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
30965 (cua-paste): Handle clipboard action.
30966 (cua--init-keymaps): Remap clipboard-kill-region and
30967 clipboard-kill-ring-save.
30968
30969 2005-05-08 Eli Zaretskii <eliz@gnu.org>
30970
30971 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
30972 Improve commentary.
30973
30974 * simple.el (next-error-overlay-arrow-position): Revert the change
30975 made on 2005-04-30.
30976
30977 2005-05-07 Jay Belanger <belanger@truman.edu>
30978
30979 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
30980 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
30981 `calc-sel-reselect'.
30982
30983 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
30984 Calc is in embedded mode.
30985
30986 2005-05-07 Eli Zaretskii <eliz@gnu.org>
30987
30988 * progmodes/compile.el (compilation-setup):
30989 Set overlay-arrow-string to an empty string on text terminals.
30990
30991 * textmodes/ispell.el (ispell-program-name): Try looking for
30992 "aspell" along exec-path, and if found, use it as the default
30993 speller program.
30994
30995 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
30996
30997 * international/mule.el (sgml-xml-auto-coding-function):
30998 Recognize encoding='FOO' in single quotes as well as in double quotes.
30999
31000 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
31001
31002 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
31003 as well as `interactive', so that defmacro* would recognize
31004 `declare' forms.
31005
31006 2005-05-07 Eli Zaretskii <eliz@gnu.org>
31007
31008 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
31009 Explain more about the LIGHTER arg's usage in the doc string.
31010 Add commentary to clarify what the code does. Fix the regexp that
31011 strips whitespace from LIGHTER. Quote LIGHTER before using it,
31012 since it could have characters special to regular expressions.
31013
31014 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
31015
31016 * replace.el (occur-1): Bind inhibit-read-only so that
31017 erase-buffer doesn't barf on read-only text properties (likewise
31018 for add-text-properties in occur-engine). Mark buffer as unmodified.
31019 (occur-engine): Don't set buffer-read-only here.
31020
31021 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
31022
31023 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
31024 list-buffers-directory. This caused the *cvs-commit* buffer to be
31025 sometimes mistakenly reused as a *cvs* buffer.
31026
31027 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
31028
31029 * tooltip.el: Move code for GUD tooltips into gud.el.
31030 (require): CL no longer needed to compile case.
31031 (tooltip-mode): Do not toggle functions for GUD tooltips.
31032 (tooltip-gud-tips-p): Remove. Replace with minor mode
31033 gud-tooltip-mode in gud.el.
31034 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
31035 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
31036 tooltip-gud prefix with gud-tooltip and obsolete.
31037 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
31038 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
31039 (tooltip-mouse-motion): Mouse movement functions/variable.
31040 Rename in gud.el by adding gud prefix.
31041 (tooltip-gud-original-filter, tooltip-gud-dereference)
31042 (tooltip-gud-event, tooltip-toggle-gud-tips)
31043 (tooltip-gud-process-output, tooltip-gud-print-command)
31044 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
31045 gud.el by replacing tooltip-gud prefix with gud-tooltip.
31046 (gdb-tooltip-print): Move to gdb-ui.el.
31047
31048 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
31049 (require): CL needed to compile case.
31050 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
31051 tooltip-gud-tips-p. Make it a minor-mode.
31052 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
31053 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
31054 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
31055 (gud-tooltip-change-major-mode)
31056 (gud-tooltip-activate-mouse-motions-if-enabled)
31057 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
31058 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
31059 (gud-tooltip-original-filter, gud-tooltip-dereference)
31060 (gud-tooltip-event, tooltip-toggle-gud-tips)
31061 (gud-tooltip-process-output, gud-tooltip-print-command)
31062 (gud-tooltip-tips): Move from tooltip.el.
31063
31064 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
31065 (gdb-cpp-define-alist-flags): Doc fix.
31066 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
31067 gud-tooltip-mode is t.
31068
31069 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
31070
31071 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
31072 evaporate if their text is deleted.
31073 (goto-address-at-point): Make it work as a mouse binding as well.
31074 (goto-address-at-mouse): Obsolete it. Update users.
31075
31076 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
31077
31078 * calendar/appt.el (top-level): No longer activate on load.
31079
31080 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
31081
31082 * calendar/cal-bahai.el (mark-bahai-diary-entries):
31083 * net/webjump.el (webjump):
31084 * progmodes/idlw-help.el (idlwave-do-context-help1)
31085 (idlwave-highlight-linked-completions):
31086 * textmodes/po.el (po-find-file-coding-system-guts):
31087 Replace `assoc-ignore-case' by `assoc-string'.
31088
31089 2005-05-06 Eli Zaretskii <eliz@gnu.org>
31090
31091 * files.el (locate-file): Doc fix.
31092
31093 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
31094 Remove the redundant test for ms-dos.
31095
31096 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
31097 look for the preprocessor with exec-suffixes. If not found in
31098 standard places, look in exec-path. Remove most of the tests that
31099 used system-type.
31100
31101 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
31102
31103 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
31104
31105 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
31106 file-name clash with jka-compr.el on 8+3 filesystems.
31107
31108 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31109
31110 * term/mac-win.el: Don't define or bind scroll bar functions if
31111 x-toolkit-scroll-bars is t.
31112 (x-select-text, x-get-selection-value): Clear
31113 x-last-selected-text-clipboard if x-select-enable-clipboard is
31114 nil.
31115 (PRIMARY): Put mac-scrap-name property.
31116 (mac-select-convert-to-file-url): New function.
31117 (public.file-url): New selection target type. Add to
31118 selection-converter-alist.
31119 (x-get-selection, x-selection-value): Handle it.
31120 (x-cut-buffer-or-selection-value): New alias.
31121
31122 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
31123
31124 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
31125 entry to avoid calling bibtex-find-entry with arg global
31126 being t. Remove arg key.
31127 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
31128 (bibtex-copy-summary-as-kill): Change accordingly.
31129
31130 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
31131
31132 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
31133 (org-agenda-date-later): Use with-current-buffer.
31134
31135 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
31136
31137 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
31138 (define-obsolete-variable-alias): Doc Fixes.
31139
31140 2005-05-06 Kim F. Storm <storm@cua.dk>
31141
31142 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
31143 vertical-motion when selective-display is active.
31144
31145 * ido.el (ido-setup-hook): New hook.
31146 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
31147 (ido-input-stack): New var.
31148 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
31149 ido-next-work-file binding to M-O.
31150 Bind M-f to ido-wide-find-file-or-pop-dir.
31151 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
31152 (ido-read-internal): Run ido-setup-hook.
31153 Catch quit in read-file-name and read-string to cancel edit.
31154 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
31155 Automatically pop-all when completing a directory name (RET).
31156 (ido-file-internal): Add with-no-warnings around ffap and dired code.
31157 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
31158 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
31159 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
31160 New functions for M-b/M-f to move among the directory components.
31161 (ido-make-merged-file-list): Catch quit to cancel merge.
31162 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
31163 (ido-completion-help): No warnings for ido-completion-buffer-full.
31164
31165 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
31166
31167 * font-lock.el (font-lock-negation-char-face): New face and variable.
31168 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
31169 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
31170 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
31171 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
31172
31173 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
31174
31175 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
31176 Fix typo in docstring.
31177
31178 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
31179 (ebrowse-print-statistics-line)
31180 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
31181
31182 * term/w32-win.el (image-library-alist): Add additional name for
31183 Xpm library.
31184
31185 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
31186
31187 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
31188 use gcc instead of cpp.
31189
31190 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
31191 (gdb-create-define-alist): Use it.
31192 (gdb-cpp-define-alist-program): Update for MS-DOS.
31193
31194 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
31195
31196 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
31197
31198 2005-05-04 Richard M. Stallman <rms@gnu.org>
31199
31200 * help.el (describe-key): No error when UNTRANSLATED is nil.
31201
31202 * simple.el (line-move-1): Fix previous change to signal errors
31203 appropriately.
31204
31205 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
31206
31207 * calendar/icalendar.el (icalendar-version): Now at 0.12.
31208 (icalendar-duration-correction): Remove.
31209 (icalendar--get-event-properties): Split result at commas.
31210 (icalendar--decode-isoduration): New optional argument
31211 DURATION-CORRECTION.
31212 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
31213 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
31214 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
31215 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
31216 (icalendar--convert-anniversary-to-ical): New functions, extracted
31217 from icalendar-export-region, with bug fixes.
31218 (icalendar-export-region): Use the above functions.
31219 (icalendar-import-buffer): Check before saving diary file.
31220 (icalendar--convert-recurring-to-diary)
31221 (icalendar--convert-non-recurring-all-day-to-diary)
31222 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
31223 extracted from icalendar--convert-ical-to-diary, with bug fixes.
31224 (icalendar--convert-ical-to-diary): Use the above functions.
31225
31226 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
31227
31228 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
31229 Remove these recent additions.
31230 (c-mode): Restore to before 2005-04-28.
31231
31232 * progmodes/cc-vars.el (cc-define-list-program): Remove this
31233 recent addition.
31234
31235 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
31236 (gdb-define-alist): New variables.
31237 (gdb-create-define-alist): New function.
31238 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
31239 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
31240 with string-to-number.
31241 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
31242
31243 * progmodes/gud.el: Replace string-to-int with string-to-number.
31244 (gud-find-file): Handle gdb-define-alist.
31245
31246 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
31247
31248 2005-05-02 Jay Belanger <belanger@truman.edu>
31249
31250 * calc/calc-aent.el (math-read-token):
31251 * calc/calc-bin.el (calc-word-size):
31252 * calc/calc-ext.el (calc-read-number-fancy):
31253 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
31254 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
31255 * calc/calc-frac.el (calc-over-notation):
31256 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
31257 (calc-graph-num-points, calc-graph-init):
31258 * calc/calc-prog.el (calc-read-parse-table-part)
31259 (calc-edit-macro-repeats):
31260 * calc/calc-yank.el (calc-do-grab-rectangle):
31261 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
31262 Replace `string-to-int' by `string-to-number'.
31263
31264 2005-05-02 Kim F. Storm <storm@cua.dk>
31265
31266 * kmacro.el: Use executing-kbd-macro-index variable.
31267
31268 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
31269
31270 * net/rlogin.el (rlogin-parse-words): Delete func.
31271 (rlogin): Use split-string, not rlogin-parse-words.
31272 Also, if there are option-like elements in the parsed args,
31273 take the host to be the first arg immediately following them.
31274 Suggested by Michael Mauger.
31275
31276 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
31277
31278 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
31279
31280 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
31281
31282 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
31283 (cc-mode-cpp-program): Rename to cc-define-list-program and
31284 move to cc-vars.el.
31285
31286 * progmodes/cc-vars.el (cc-define-list-program):
31287 Change to "gcc -E -dM -". Make customizable.
31288
31289 2005-05-02 Kim F. Storm <storm@cua.dk>
31290
31291 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
31292
31293 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
31294
31295 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
31296
31297 * international/mule-util.el (truncate-string): Remove alias and
31298 obsolete declaration.
31299
31300 * international/mule-cmds.el (update-iso-coding-systems):
31301 Remove alias and obsolete declaration.
31302
31303 * international/mule.el (coding-system-parent): Remove alias and
31304 obsolete declaration.
31305
31306 * subr.el (define-function, sref): Remove aliases and obsolete
31307 declarations.
31308 (chars-in-region): Remove obsolete declaration.
31309
31310 2005-05-01 Richard M. Stallman <rms@gnu.org>
31311
31312 * info.el (Info-mode): Set widen-automatically to nil, locally.
31313
31314 * simple.el (widen-automatically): New variable.
31315 (pop-global-mark): Obey widen-automatically.
31316
31317 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
31318
31319 * term/xterm.el (function-key-map): Call substitute-key-definition
31320 before the keymap size is increased by a lot of define-key calls.
31321
31322 2005-05-01 Richard M. Stallman <rms@gnu.org>
31323
31324 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
31325 Rename ARG to ELEMENT. Doc fix.
31326
31327 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
31328
31329 * allout.el (allout-exposure): Remove macro and obsolete declaration.
31330 Remove references to allout-exposure/change to allout-new-exposure.
31331
31332 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
31333 bytecode symbols.
31334
31335 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
31336 (compiled-function-p, focus-frame, unfocus-frame):
31337 Remove aliases and obsolete declarations.
31338 Back out inadvertent changes from previous commit.
31339
31340 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
31341
31342 * files.el (require-final-newline): Make Custom tags consistent
31343 with mode-require-final-newline.
31344 (mode-require-final-newline): Doc fix.
31345
31346 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
31347
31348 * international/latexenc.el (latexenc-find-file-coding-system):
31349 Fix regular expressions.
31350
31351 2005-05-01 David Kastrup <dak@gnu.org>
31352
31353 * international/latexenc.el (latexenc-find-file-coding-system):
31354 Fix regular expressions.
31355
31356 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
31357
31358 * subr.el (string-to-int): Make obsolete.
31359
31360 2005-04-30 Richard M. Stallman <rms@gnu.org>
31361
31362 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
31363
31364 * loadup.el: Load jka-comp-hook.
31365
31366 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
31367 (jka-compr-handler): Add autoload. `put' calls moved
31368 to jka-comp-hook.el.
31369 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
31370 (jka-compr-inhibit): Autoload.
31371
31372 * jka-comp-hook.el: New file.
31373 Enable the mode by default.
31374
31375 * files.el (backup-buffer-copy): Use copy-file instead
31376 of write-region, and put back the 'excl.
31377
31378 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
31379
31380 * progmodes/flymake.el (flymake-split-string)
31381 (flymake-split-string, flymake-log, flymake-pid-to-names)
31382 (flymake-reg-names, flymake-get-source-buffer-name)
31383 (flymake-unreg-names, flymake-add-line-err-info)
31384 (flymake-add-err-info): Clarify docstrings.
31385 (flymake-popup-menu, flymake-make-emacs-menu)
31386 (flymake-make-xemacs-menu): Add docstrings.
31387 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
31388 Set variables directly throughout.
31389
31390 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
31391
31392 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
31393 exists. Initialize cc-define-alist.
31394 (c-mode): Add cc-create-define-alist locally to after-save-hook.
31395 If there is no file (Macroexpansion) don't create an alist.
31396
31397 2005-04-29 Sam Steingold <sds@gnu.org>
31398
31399 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
31400 (cc-create-define-alist): Use it instead of the hard-coded string.
31401
31402 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
31403
31404 * international/mule-conf.el (file-coding-system-alist): Fix regexp
31405 for latexenc.
31406
31407 2005-04-29 Lute Kamstra <lute@gnu.org>
31408
31409 * emacs-lisp/generic.el: Improve commentary section.
31410 (define-generic-mode): Improve docstring.
31411
31412 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
31413
31414 * textmodes/org.el (many places): Change to quiet the byte compiler.
31415 (org-prefix-format-compiled): New variable.
31416 (org-compile-prefix-format): New function.
31417 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
31418 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
31419 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
31420 (org-get-entries-from-diary): Use `org-get-time-of-day' for
31421 consistency with entries from `org-mode' files.
31422 (org-get-time-of-day): Fix bug with partial matches early in a line.
31423 (org-non-link-chars): New constant.
31424 (org-link-regexp): Respect `org-non-link-chars'.
31425 (org-agenda-day-view): Remove command.
31426 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
31427 (org-follow-bbdb-link, org-store-link): Search also company field.
31428 (org-highlight-overlay): New variable.
31429 (org-highlight, org-unhighlight): New functions.
31430 (org-agenda-mode): Add pre-command-hook to remove highlight.
31431 (org-evaluate-time-range): Behavior depends upon whether time stamp
31432 contains a time or not.
31433 (org-show-subtree, org-show-entry): New functions.
31434 (org-agenda-cleanup-fancy-diary): Remove empty lines.
31435
31436 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
31437
31438 * comint.el (comint-output-filter-functions): Add autoload cookie.
31439
31440 2005-04-28 Kim F. Storm <storm@cua.dk>
31441
31442 * ido.el (ido-everywhere): Fix last change.
31443
31444 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
31445
31446 * international/latexenc.el: New file.
31447 * international/mule-conf.el (file-coding-system-alist): For .tex,
31448 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
31449
31450 2005-04-28 Lute Kamstra <lute@gnu.org>
31451
31452 * font-lock.el (font-lock-add-keywords)
31453 (font-lock-remove-keywords): Clarify docstring.
31454 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
31455 Don't start docstrings with a `*'.
31456 (font-lock-update-removed-keyword-alist): Give it a docstring.
31457
31458 * generic-x.el: Update commentary section.
31459 Only require font-lock when compiling.
31460 Define all modes conditionally.
31461 Place all generic modes in the generic-x-modes customization group.
31462 (generic-x-modes): New customization group.
31463 (generic-default-modes, generic-mswindows-modes)
31464 (generic-unix-modes, generic-other-modes): New constants.
31465 (generic-define-mswindows-modes, generic-define-unix-modes):
31466 Update docstrings. Make them obsolete.
31467 (generic-extras-enable-list): New default value. Update docstring.
31468 Improve :type. Change :set function.
31469 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
31470 Fix docstring.
31471
31472 * emacs-lisp/generic.el (generic-mode-internal):
31473 Simplify font-lock-defaults.
31474 (define-generic-mode): Fix docstring.
31475
31476 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
31477
31478 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
31479 font-lock-face property to highlight matches.
31480
31481 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
31482
31483 * progmodes/cc-mode.el (cc-create-define-alist): New function.
31484 (cc-define-alist): New variable.
31485 (c-mode): Make it local and initialize it.
31486
31487 * progmodes/gdb-ui.el (gdb-active-process): New variable.
31488 (gdb-exited): New function.
31489 (gdb-annotation-rules): Use it.
31490 (gdb-starting): Set gdb-active-process to t.
31491 (gdb-stopping): Amend doc string.
31492 (gdb-reset): Set gdb-active-process to nil.
31493
31494 * tooltip.el (tooltip-gud-tips): Show the associated #define
31495 directives when a C program under GDB is not executing.
31496
31497 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
31498
31499 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
31500 font-lock-fontify-syntactic-keywords.
31501
31502 * font-lock.el (font-lock-default-fontify-region): Don't force
31503 parse-sexp-lookup-properties to nil.
31504
31505 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
31506
31507 * man.el (man-mode-syntax-table): Set up `:' to have
31508 word-constituent syntax.
31509
31510 2005-04-27 Lute Kamstra <lute@gnu.org>
31511
31512 * novice.el (disable-command): Don't add spurious newlines to the
31513 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
31514
31515 2005-04-26 Jay Belanger <belanger@truman.edu>
31516
31517 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
31518 than one window before deleting window.
31519
31520 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
31521
31522 * shell.el (shell-prompt-pattern): Doc fix.
31523 (shell-mode): Set paragraph-separate buffer locally to "\\'".
31524
31525 * comint.el (comint-prompt-regexp, comint-get-old-input)
31526 (comint-use-prompt-regexp)
31527 (comint-use-prompt-regexp-instead-of-fields)
31528 (comint-replace-by-expanded-history, comint-send-input)
31529 (comint-output-filter, comint-get-old-input-default)
31530 (comint-line-beginning-position, comint-bol, comint-show-output)
31531 (comint-backward-matching-input, comint-forward-matching-input)
31532 (comint-next-prompt, comint-previous-prompt):
31533 Rename `comint-use-prompt-regexp-instead-of-fields' to
31534 `comint-use-prompt-regexp'. Keep old name as alias and declare
31535 obsolete.
31536 (comint-use-prompt-regexp): Shorten first line of doc string.
31537
31538 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
31539 Set paragraph-separate buffer locally to "\\'".
31540
31541 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
31542 Adapt to above name change.
31543
31544 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
31545 (smbclient-prompt-regexp): Ditto.
31546
31547 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
31548
31549 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
31550
31551 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
31552 gdb-location-list.
31553 Break lines that are over 80 characters wide.
31554
31555 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
31556
31557 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
31558 New fun and var, to preserve compatibility.
31559
31560 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
31561
31562 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
31563
31564 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
31565 name to file-newer-than-file-p.
31566
31567 2005-04-26 Richard M. Stallman <rms@gnu.org>
31568
31569 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
31570
31571 * progmodes/python.el (python-mode):
31572 Use new name eldoc-documentation-function.
31573
31574 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
31575
31576 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
31577 (eldoc-documentation-function):
31578 Rename from eldoc-print-current-symbol-info-function. Calls changed.
31579
31580 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
31581
31582 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
31583
31584 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
31585
31586 * term/xterm.el (function-key-map): Fix strings for
31587 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
31588 {C,S,A,C-S}-{f1-f12}.
31589
31590 2005-04-26 Kenichi Handa <handa@m17n.org>
31591
31592 * international/mule-cmds.el (select-safe-coding-system):
31593 Fix previous change.
31594
31595 2005-04-26 Lute Kamstra <lute@gnu.org>
31596
31597 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
31598
31599 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
31600 (font-lock-comment-delimiter-face): Ditto.
31601
31602 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
31603
31604 2005-04-25 Jay Belanger <belanger@truman.edu>
31605
31606 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
31607 to t while inserting information; use help-mode.
31608
31609 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
31610
31611 * term.el (ansi-term-color-vector): Use the xterm colors.
31612 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
31613
31614 2005-04-25 Lute Kamstra <lute@gnu.org>
31615
31616 * font-core.el (font-lock-defaults): Fix docstring.
31617
31618 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
31619
31620 2005-04-25 Kenichi Handa <handa@m17n.org>
31621
31622 * international/mule-cmds.el (select-safe-coding-system):
31623 Don't check consistency with coding: spec, etc if raw-text or
31624 no-conversion was found to be safe.
31625
31626 2005-04-24 Richard M. Stallman <rms@gnu.org>
31627
31628 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
31629 citation markers at start of each line.
31630
31631 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
31632 citation markers at start of each line.
31633
31634 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
31635
31636 * files.el (mode-require-final-newline): Fix previous change.
31637 (require-final-newline): Fix type label.
31638
31639 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
31640
31641 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
31642 statement in buffer (broken by 2004-11-24 change).
31643
31644 2005-04-24 Kim F. Storm <storm@cua.dk>
31645
31646 * ido.el (ido-everywhere): Save and restore old read-buffer-function
31647 and read-file-name-function values. Don't overwrite existing
31648 non-nil values if ido-mode is enabled without ido-everywhere.
31649
31650 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
31651
31652 * files.el (mode-require-final-newline): Minor doc fix.
31653
31654 2005-04-24 Eli Zaretskii <eliz@gnu.org>
31655
31656 * subr.el (syntax-after): Doc fix.
31657 (syntax-class): If argument is nil, return nil. Mask off upper 16
31658 bits, not 8 bits.
31659
31660 * files.el (mode-require-final-newline): Doc fix.
31661 (backup-buffer-copy): Fix last change.
31662
31663 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31664
31665 * term/mac-win.el: Require select. Set selection-coding-system to
31666 mac-system-coding-system. Call menu-bar-enable-clipboard.
31667 (x-last-selected-text-clipboard, x-last-selected-text-primary)
31668 (x-select-enable-clipboard): New variables.
31669 (x-select-text, x-get-selection, x-selection-value)
31670 (x-get-selection-value, mac-select-convert-to-string)
31671 (mac-services-open-file, mac-services-open-selection)
31672 (mac-services-insert-text): New functions.
31673 (CLIPBOARD, FIND): Put mac-scrap-name property.
31674 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
31675 (public.tiff): Put mac-ostype property.
31676 (selection-converter-alist): Add entries for them.
31677 (mac-application-menu-map): New keymap.
31678 (interprogram-cut-function, interprogram-paste-function): Set to
31679 x-select-text and x-get-selection-value, respectively.
31680 (split-window-keep-point): Set to t.
31681
31682 2005-04-23 Richard M. Stallman <rms@gnu.org>
31683
31684 * files.el (read-directory-name): Always pass non-nil
31685 DEFAULT-FILENAME arg to read-file-name.
31686 (backup-buffer-copy, basic-save-buffer-2): Take care against
31687 writing thru an unexpected existing symlink.
31688 (revert-buffer): In indirect buffer, revert the base buffer.
31689 (magic-mode-alist): Doc fix.
31690 (buffer-stale-function): Doc fix.
31691 (minibuffer-with-setup-hook): Avoid warning.
31692 (mode-require-final-newline): Doc and custom fix.
31693
31694 * follow.el (follow-end-of-buffer): Use with-no-warnings.
31695
31696 * font-lock.el (font-lock-comment-face): On terminals with few colors,
31697 use the default appearance.
31698 (font-lock-comment-delimiter-face): New face, new variable.
31699
31700 * imenu.el (imenu--generic-function): The official position of a
31701 definition is the start of the line that BEG is in.
31702
31703 * midnight.el (midnight-timer): Move defvar up.
31704
31705 * mouse.el (mouse-drag-region-1): Delete some debugging code.
31706
31707 * saveplace.el (save-place-to-alist): Use with-no-warnings.
31708
31709 * startup.el (command-line): Use with-no-warnings.
31710
31711 * window.el (window-size-fixed): New defvar.
31712
31713 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
31714
31715 * mail/rmail.el (rmail-font-lock-keywords):
31716 Use font-lock-comment-delimiter-face.
31717
31718 * mail/sendmail.el (mail-font-lock-keywords):
31719 Use font-lock-comment-delimiter-face.
31720
31721 * progmodes/compile.el (next-error-highlight-timer): New defvar.
31722
31723 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
31724
31725 * progmodes/compile.el (compilation-mode-font-lock-keywords):
31726 Specify t for LAXMATCH when matching directories.
31727 Save match data around compilation-compat-error-properties form.
31728
31729 2005-04-23 David Kastrup <dak@gnu.org>
31730
31731 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
31732 Mention that the autoloaded aliases should be kept for AUCTeX.
31733
31734 2005-04-23 Andreas Schwab <schwab@suse.de>
31735
31736 * isearch.el (isearch-forward): Doc fix.
31737
31738 2005-04-23 Eli Zaretskii <eliz@gnu.org>
31739
31740 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
31741 (jit-lock-stealth-nice): Change default value to 0.5.
31742
31743 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
31744
31745 * abbrev.el (write-abbrev-file): Write table entries in
31746 alphabetical order by table name.
31747
31748 2005-04-22 Kim F. Storm <storm@cua.dk>
31749
31750 * ido.el (ido-read-internal): Fix `list' completion.
31751
31752 2005-04-22 Kenichi Handa <handa@m17n.org>
31753
31754 * recentf.el (recentf-save-file-coding-system): New variable.
31755 (recentf-save-list): Encode the file by
31756 recentf-save-file-coding-system and add coding: tag.
31757
31758 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
31759
31760 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
31761
31762 2005-04-21 Lute Kamstra <lute@gnu.org>
31763
31764 * loadhist.el (unload-feature): Don't remove a function from hooks
31765 if it is about to be restored to an autoload . Remove functions
31766 that will become unbound from auto-mode-alist. Simplify the code.
31767
31768 * subr.el (assq-delete-all): New implementation that is linear,
31769 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
31770 (rassq-delete-all): New function.
31771
31772 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
31773 Add size-indication-mode.
31774
31775 2005-04-21 Kenichi Handa <handa@m17n.org>
31776
31777 * international/mule-cmds.el: Add autoload for widget-value in
31778 eval-when-compile.
31779
31780 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
31781
31782 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
31783 Add tooltip-mode.
31784
31785 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
31786
31787 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
31788
31789 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
31790 (inferior-lisp-filter-regexp, inferior-lisp-program)
31791 (inferior-lisp-load-command, inferior-lisp-prompt)
31792 (inferior-lisp-mode-hook, lisp-source-modes)
31793 (inferior-lisp-load-hook): defvar->defcustom.
31794 (inferior-lisp-program, inferior-lisp-prompt)
31795 (inferior-lisp-load-hook): Doc fixes.
31796 (inferior-lisp-install-letter-bindings): Small change in
31797 introductory comment.
31798
31799 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
31800
31801 * vc.el (vc-annotate-color-map): Change some colors so that text
31802 using them as foreground is readable on both white and black
31803 backgrounds.
31804
31805 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
31806
31807 * international/mule-conf.el (translation-table-for-input):
31808 Remove redundant declaration.
31809
31810 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
31811
31812 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
31813
31814 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
31815 (tooltip-toggle-gud-tips): New function.
31816
31817 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31818
31819 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
31820 right angle brackets.
31821
31822 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
31823
31824 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
31825
31826 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
31827
31828 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
31829 Remove. Update callers to use expand-file-name instead.
31830
31831 * subr.el (syntax-class): New function.
31832
31833 * simple.el (blink-matching-open): Use it.
31834
31835 * paren.el (show-paren-function): Use it to recognize parens that are
31836 also used in 2-char comment markers.
31837
31838 2005-04-19 Lute Kamstra <lute@gnu.org>
31839
31840 * loadhist.el (unload-feature): Update for new format of
31841 load-history. Simplify the code.
31842
31843 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31844
31845 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
31846 (mac-add-charset-info): New function. Initialize variable
31847 mac-charset-info-alist using it.
31848 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
31849 for translation.
31850 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
31851 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
31852 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
31853 New CCL programs.
31854
31855 2005-04-19 Kim F. Storm <storm@cua.dk>
31856
31857 * simple.el (next-buffer, prev-buffer, next-error)
31858 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
31859 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
31860
31861 * bindings.el (next-buffer, prev-buffer, next-error)
31862 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
31863 (clone-indirect-buffer-other-window): Move bindings from simple.el.
31864 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
31865 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
31866
31867 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
31868
31869 * isearch.el (isearch-edit-string): Make the search-ring available for
31870 minibuffer history commands.
31871 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
31872 the default history commands now work just as well.
31873 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
31874
31875 2005-04-18 Kim F. Storm <storm@cua.dk>
31876
31877 * emulation/cua-base.el (cua--pre-command-handler): Add more
31878 elaborate check for shift modifier on non-window systems.
31879
31880 2005-04-18 Lars Hansen <larsh@math.ku.dk>
31881
31882 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
31883
31884 2005-04-18 Kim F. Storm <storm@cua.dk>
31885
31886 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
31887 and make it optional. Don't test tooltip-gud-echo-area here.
31888 (tooltip-gud-process-output, gdb-tooltip-print):
31889 Pass tooltip-gud-echo-area to tooltip-show.
31890 (tooltip-help-tips): Remove second optional arg to tooltip-show.
31891
31892 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31893
31894 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
31895 `display-graphic-p' may not be bound yet.
31896
31897 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
31898
31899 * startup.el (command-line): No longer enable Xterm Mouse mode by
31900 default in terminals compatible with xterm.
31901
31902 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
31903
31904 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
31905
31906 * tooltip.el (tooltip-gud-echo-area): Rename from
31907 tooltip-use-echo-area.
31908 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
31909 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
31910 area independently of where help tooltips are displayed.
31911
31912 2005-04-17 David Kastrup <dak@gnu.org>
31913
31914 * cus-theme.el (custom-theme-write-variables): Quote variables
31915 where necessary.
31916
31917 2005-04-17 Richard M. Stallman <rms@gnu.org>
31918
31919 * simple.el (yank-excluded-properties): Add follow-link to value.
31920
31921 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
31922
31923 * startup.el (fancy-splash-max-time): Just 30 seconds.
31924 (fancy-splash-delay): Just 7.
31925 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
31926
31927 * loadhist.el (unload-feature): Update for new format of load-history.
31928 Simplify the code.
31929
31930 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
31931 (rmail-font-lock-keywords): Don't fontify the text of a citation.
31932
31933 * mail/sendmail.el (mail-font-lock-keywords):
31934 Don't fontify subject text.
31935 Don't fontify the text of a citation.
31936
31937 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
31938
31939 * comint.el (comint-output-filter): Run comint-output-filter-functions
31940 with point where the user had it.
31941
31942 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
31943
31944 * international/ucs-tables.el (ucs-set-table-for-input):
31945 Disable when using unify-on-decoding.
31946
31947 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
31948
31949 * emulation/cua-base.el (cua-global-mark-face): Add special case
31950 for displays supporting a high number of colors.
31951
31952 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
31953
31954 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
31955
31956 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
31957
31958 * filesets.el (filesets-add-buffer): If user supplies a name of a
31959 non-existing fileset, create a new fileset.
31960
31961 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
31962
31963 * textmodes/org.el (org-up-heading-all): Fix bug with
31964 `outline-up-heading-all'.
31965
31966 2005-04-16 Andreas Schwab <schwab@suse.de>
31967
31968 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
31969 /etc/permissions.d/* and /etc/aliases.d/*.
31970
31971 2005-04-16 Kenichi Handa <handa@m17n.org>
31972
31973 * international/code-pages.el (cp-make-coding-system):
31974 Set `translation-table-for-input' property value to the symbol
31975 ucs-mule-to-mule-unicode, not to that value.
31976 (pt154): Escape guillemet by `\'.
31977
31978 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
31979
31980 * loadup.el: Load tooltip if x-show-tip is fboundp.
31981
31982 * startup.el (command-line): Add comment.
31983
31984 * tooltip.el (tooltip-mode): Specify correct standard value for
31985 Custom in init-value.
31986
31987 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
31988
31989 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
31990 possible.
31991
31992 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
31993
31994 * textmodes/org.el (org-agenda-date-prompt): Rename from
31995 `org-agenda-date-today'.
31996 (org-evaluate-time-range): Insert at point instead of directly
31997 after time range.
31998 (org-first-headline-recenter, org-subtree-end-visible-p)
31999 (org-optimize-window-after-visibility-change): New functions
32000 (org-agenda-post-command-hook): Don't allow point at end of line,
32001 to make sure it always hits the text properties.
32002 (org-agenda-next-date-line, org-agenda-previous-date-line):
32003 New commands.
32004 (org-set-regexps-and-options): Category may contain white space.
32005 (org-agenda-get-deadlines, org-agenda-get-scheduled):
32006 Improve marker positions.
32007 (org-agenda-new-marker): Argument POS made optional.
32008 (org-agenda-get-timestamps): Deadlines which are done are listed
32009 in org-done-face now.
32010 (org-agenda-get-todos, org-agenda-get-timestamps)
32011 (org-agenda-get-deadlines, org-agenda-get-scheduled):
32012 Set `undone-face' and `done-face' properties.
32013 (org-last-todo-state-is-todo): New variable.
32014 (org-todo): Set `org-last-todo-state-is-todo'.
32015 (org-agenda-todo): Change face according to
32016 `org-last-todo-state-is-todo'. And change other lines referring to
32017 the same entry.
32018 (org-calendar-goto-agenda): New command.
32019 (org-calendar-to-agenda-key): New option.
32020 (org-startup-folded): New allowed value `content'.
32021 (org-set-regexps-and-options): Accept new value `content' for
32022 `org-startup-folded'.
32023 (org-get-current-options): Handle new value `content' for
32024 `org-startup-folded'.
32025 (org-insert-todo-heading): New command.
32026 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
32027 interactively in empty file and option
32028 `org-insert-mode-line-in-empty-file' has been set.
32029 (org-agenda-todo, org-agenda-priority): Modify to use
32030 `org-agenda-change-all-lines'.
32031 (org-warning-face): Change color on dark background.
32032
32033 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
32034
32035 * international/mule-cmds.el (set-locale-environment): On Mac OS,
32036 use preferences AppleLocale and AppleLanguages, and variable
32037 mac-system-locale for default locale. On Mac OS Classic, use
32038 mac-system-coding-system for default coding systems.
32039
32040 * term/mac-win.el: Don't set file-name-coding-system.
32041 Decode variables system-name, emacs-build-system, user-login-name, and
32042 user-full-name by mac-system-coding-system on Mac OS Classic.
32043 (mac-system-coding-system): New variable.
32044
32045 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
32046
32047 * startup.el (command-line): Handle `xterm-mouse-mode' before
32048 reading init file.
32049
32050 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
32051
32052 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
32053
32054 * progmodes/sh-script.el (sh-here-document-word): Make it a
32055 defcustom. Doc fix.
32056 (sh-add): Bash uses $(( )) for arithmetic.
32057 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
32058 (sh-maybe-here-document): Remove quotes and leading whitespace
32059 from heredoc word when closing. Indent heredoc with tabs if word
32060 starts with "-".
32061
32062 2005-04-13 Richard M. Stallman <rms@gnu.org>
32063
32064 * simple.el (undo): Fix previous change.
32065
32066 * custom.el (defface): Doc fix.
32067
32068 2005-04-13 Lute Kamstra <lute@gnu.org>
32069
32070 * Makefile.in (DONTCOMPILE): Remove list.
32071 (compile, compile-always): Don't use DONTCOMPILE.
32072 (update-authors): Load the library in which batch-update-authors
32073 is defined.
32074 * makefile.w32-in (DONTCOMPILE): Remove list.
32075 (compile, compile-always): Fix comments.
32076 (update-authors): Load the library in which batch-update-authors
32077 is defined.
32078
32079 * generic-x.el (generic-mode-ini-file-find-file-hook):
32080 Rename to ini-generic-mode-find-file-hook.
32081 Keep generic-mode-ini-file-find-file-hook as an alias.
32082 (ini-generic-mode-find-file-hook): Rename from
32083 generic-mode-ini-file-find-file-hook. Fix docstring.
32084 (ini-generic-mode): Docstring change.
32085 (bat-generic-mode-run-as-comint): Silence the byte compiler.
32086
32087 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
32088 called from lisp.
32089
32090 * generic.el: Move to the emacs-lisp subdir.
32091
32092 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
32093
32094 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
32095 and C-S- function and cursor motion keys.
32096
32097 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
32098
32099 * startup.el (command-line): Enable Xterm Mouse mode by default.
32100 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
32101 for Custom. No longer show "Mouse" in mode line when enabled.
32102 Doc fix.
32103
32104 2005-04-12 Kim F. Storm <storm@cua.dk>
32105
32106 * emulation/cua-base.el (cua-rectangle-face)
32107 (cua-rectangle-noselect-face): Define face attributes here.
32108
32109 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
32110
32111 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
32112
32113 * startup.el (command-line): Turn off blinking cursor if
32114 cursorBlink in resources is off or false.
32115
32116 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
32117
32118 * term/mac-win.el (dnd): Require dnd.
32119 (mac-drag-n-drop): Call dnd-handle-one-url.
32120 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
32121 (kTextEncodingISOLatin2): Remove constants.
32122 (mac-script-code-coding-systems): New constant.
32123 (mac-handle-language-change): New function.
32124 (special-event-map): Bind it to `language-change' event.
32125 (mac-centraleurroman, mac-cyrillic): New coding systems.
32126 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
32127 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
32128 and mac-cyrillic-encoder to encode-mac-centraleurroman and
32129 encode-mac-cyrillic, respectively.
32130
32131 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
32132
32133 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
32134 Don't set overlay-arrow-string to "=>" as this is done
32135 globally in C now.
32136
32137 2005-04-12 Lute Kamstra <lute@gnu.org>
32138
32139 * generic-x.el (rc-generic-mode, rul-generic-mode):
32140 Fix auto-mode-alist entries.
32141 (etc-fstab-generic-mode): Tweak fontification.
32142
32143 * generic.el (generic-make-keywords-list): Fix docstring.
32144 (generic-mode-internal): Simplify generic-font-lock-keywords.
32145
32146 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
32147
32148 * whitespace.el (whitespace-buffer-leading)
32149 (whitespace-buffer-trailing): Revert the incorrect test inversion.
32150 However, fix the highlight area for the leading and
32151 trailing whitespaces to show space.
32152
32153 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
32154
32155 * whitespace.el (whitespace-version): Bump to 3.5.
32156
32157 (whitespace-buffer-leading, whitespace-buffer-trailing):
32158 Invert sense of the test to highlight the whitespace.
32159
32160 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
32161
32162 * progmodes/gud.el (gud-display-line): GUD uses its own
32163 overlay arrow now so don't set overlay-arrow-string.
32164 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
32165
32166 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
32167
32168 * term.el (term-ansi-current-bold, term-ansi-current-underline)
32169 (term-ansi-current-reverse, term-ansi-current-invisible)
32170 (term-ansi-face-already-done): Change to boolean.
32171 (term-reset-terminal, term-handle-colors-array): Handle the above
32172 vars accordingly.
32173 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
32174 (term-emulate-terminal): Use the new name.
32175
32176 * faces.el (secondary-selection): Use yellow1, not yellow.
32177 (trailing-whitespace): Use red1, not red.
32178
32179 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
32180
32181 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
32182 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
32183 (dired-dnd-handle-file): Call dnd-get-local-file-uri.
32184
32185 * cus-edit.el (dnd): New group.
32186
32187 * term/w32-win.el (dnd): Require dnd
32188 (w32-drag-n-drop): Call dnd-handle-one-url.
32189
32190 * x-dnd.el: Require dnd.
32191 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
32192 Call dnd-handle-one-url.
32193 (x-dnd-types-alist, x-dnd-insert-utf8-text)
32194 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
32195 to dnd-insert-text.
32196 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
32197 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
32198 (x-dnd-get-local-file-name, x-dnd-open-local-file)
32199 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
32200
32201 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
32202
32203 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
32204
32205 * wdired.el: Doc fixes.
32206 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
32207 (wdired-use-dired-vertical-movement): Rename from
32208 wdired-always-move-to-filename-beginning.
32209 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
32210 (wdired-change-to-wdired-mode): Change mode name.
32211 (wdired-newline): Delete.
32212
32213 2005-04-11 Richard M. Stallman <rms@gnu.org>
32214
32215 * whitespace.el (whitespace-highlight-the-space):
32216 Don't call whitespace-unhighlight-the-space here.
32217
32218 * simple.el (undo): Record t in undo-equiv-table
32219 for the redo record made by an undo-in-region.
32220
32221 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
32222
32223 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
32224 (gdb-frame-inferior-io-buffer): New Functions to control
32225 display of separate IO buffer.
32226 (menu): Add them to menu-bar.
32227 (gdb-display-buffer): Check for buffer another frame.
32228 Protect GUD buffer.
32229 (gdb-setup-windows): Create IO buffer if not already there.
32230 (gdb-memory-mode): Remove purecopy noops.
32231
32232 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
32233
32234 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
32235 and pass to self-insert-command.
32236
32237 2005-04-11 Lute Kamstra <lute@gnu.org>
32238
32239 * generic.el: Commentary section cleanup.
32240 (generic): Delete.
32241 (generic-use-find-file-hook, generic-lines-to-scan)
32242 (generic-find-file-regexp, generic-ignore-files-regexp)
32243 (default-generic-mode, generic-mode-find-file-hook)
32244 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
32245 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
32246 (generic-use-find-file-hook, generic-lines-to-scan)
32247 (generic-find-file-regexp, generic-ignore-files-regexp)
32248 (default-generic-mode, generic-mode-find-file-hook)
32249 (generic-mode-ini-file-find-file-hook): Move from generic.el.
32250
32251 2005-04-10 Karl Fogel <kfogel@red-bean.com>
32252
32253 * bookmark.el (bookmark-write-file): Catch errors writing file.
32254 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
32255
32256 2005-04-10 Richard M. Stallman <rms@gnu.org>
32257
32258 * startup.el (fancy-splash-tail): Update copyright year.
32259 (command-line): Split part of -Q into -D.
32260 (emacs-basic-display): New defvar.
32261 (fancy-splash-text): Correct name of menu item.
32262
32263 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
32264
32265 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
32266 lines in one node.
32267
32268 * comint.el (comint-send-input): New arg ARTIFICIAL.
32269 Callers in this file changed.
32270
32271 * abbrev.el (define-abbrevs): Read system abbrevs properly.
32272
32273 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
32274
32275 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
32276
32277 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
32278 `ldap-search-internal'.
32279
32280 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
32281
32282 * files.el (set-auto-mode-1): Use line-end-position.
32283
32284 * international/latin-1.el:
32285 * international/latin-2.el:
32286 * international/latin-3.el:
32287 * international/latin-4.el:
32288 * international/latin-5.el:
32289 * international/latin-8.el:
32290 * international/latin-9.el: Give punctuation syntax to NBSP.
32291
32292 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
32293 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
32294 Use char-classes to accept non-ascii letters, accepted in some recent
32295 bibtex implementations.
32296
32297 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
32298
32299 * custom.el (custom-set-minor-mode): Any non-nil value for the
32300 variable should enable the mode when set through Custom.
32301
32302 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
32303
32304 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
32305 TAB binding so tab-always-indent is obeyed.
32306 (vhdl-minibuffer-local-map): Move initialization into declaration.
32307 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
32308 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
32309 (vhdl-hooked-abbrev): Avoid test for XEmacs.
32310 (vhdl-current-line): Use line-beginning-position.
32311 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
32312 with-output-to-temp-buffer, so the current position can be recorded.
32313
32314 2005-04-10 Masatake YAMATO <jet@gyve.org>
32315
32316 * progmodes/compile.el (compilation-error-regexp-alist-alist):
32317 Add regexp for gcov.
32318
32319 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
32320
32321 * calendar/time-date.el (time-to-seconds, seconds-to-time)
32322 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
32323 syntax which Emacs 20 doesn't support.
32324
32325 2005-04-09 Richard M. Stallman <rms@gnu.org>
32326
32327 * help.el (describe-key-briefly, describe-key):
32328 Replace strings as event types with "(any string)".
32329
32330 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
32331
32332 * arc-mode.el (archive-mode-map): Move initialization into
32333 the declaration. Override *all* bindings of `undo'.
32334 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
32335
32336 2005-04-09 Jay Belanger <belanger@truman.edu>
32337
32338 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
32339
32340 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
32341
32342 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
32343 (xterm-register-default-colors): Update color values computation
32344 to match xterm-200.
32345
32346 2005-04-09 Kenichi Handa <handa@m17n.org>
32347
32348 * international/code-pages.el (iso-latin-7): Fix the map.
32349
32350 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
32351
32352 * emacs-lisp/lisp.el (defun-prompt-regexp)
32353 (parens-require-spaces, buffer-end, end-of-defun)
32354 (insert-parentheses): Doc fixes.
32355
32356 2005-04-08 Kim F. Storm <storm@cua.dk>
32357
32358 * comint.el (comint-highlight-prompt): Fix face spec.
32359 * hi-lock.el (hi-green): Likewise.
32360
32361 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
32362
32363 * cus-edit.el (custom-modified-face):
32364 * comint.el (comint-highlight-input): Fix previous changes.
32365 * term.el (term-handle-ansi-escape): Add a comment.
32366
32367 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
32368
32369 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
32370 in the buffer and in whitespace-highlighted-space.
32371 (whitespace-unhighlight-the-space): Simplify.
32372 (whitespace-buffer): Simplify.
32373
32374 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
32375
32376 * textmodes/table.el (table-cell-face): Add special case for
32377 displays supporting a high number of colors.
32378 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
32379 (vhdl-font-lock-reserved-words-face)
32380 (vhdl-speedbar-architecture-face)
32381 (vhdl-speedbar-instantiation-face)
32382 (vhdl-speedbar-architecture-selected-face)
32383 (vhdl-speedbar-instantiation-selected-face): Likewise.
32384 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
32385 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
32386 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
32387 (ebrowse-root-class-face, ebrowse-member-attribute-face)
32388 (ebrowse-progress-face): Likewise.
32389 * progmodes/compile.el (compilation-info-face): Likewise.
32390 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
32391 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
32392 * calendar/calendar.el (diary-face): Likewise.
32393 * woman.el (woman-italic-face, woman-bold-face)
32394 (woman-unknown-face): Likewise.
32395 * wid-edit.el (widget-button-pressed-face): Likewise.
32396 * whitespace.el (whitespace-highlight-face): Likewise.
32397 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
32398 * pcvs-info.el (cvs-marked-face): Likewise.
32399 * info.el (info-xref): Likewise.
32400 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
32401 * hilit-chg.el (highlight-changes-face)
32402 (highlight-changes-delete-face): Likewise.
32403 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
32404 (hi-red-b): Likewise.
32405 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
32406 * font-lock.el (font-lock-keyword-face)
32407 (font-lock-function-name-face, font-lock-warning-face): Likewise.
32408 * cus-edit.el (custom-invalid-face, custom-modified-face)
32409 (custom-set-face, custom-changed-face, custom-variable-tag-face)
32410 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
32411 * comint.el (comint-highlight-prompt): Likewise.
32412
32413 2005-04-08 Lute Kamstra <lute@gnu.org>
32414
32415 * font-lock.el (font-lock-keywords): Docstring fixes.
32416
32417 2005-04-08 Kenichi Handa <handa@m17n.org>
32418
32419 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
32420 chars are more than a limit, print " and more..." at the tail.
32421
32422 2005-04-08 Kim F. Storm <storm@cua.dk>
32423
32424 * emacs-lisp/authors.el (authors-aliases): Update list.
32425 (authors-ignored-files): New list.
32426 (authors-fixed-entries): Fix typo.
32427 (authors-renamed-files-alist): Update list.
32428 (authors-add): Check authors-ignored-files.
32429
32430 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
32431
32432 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
32433 optional, to ensure backward compatibility.
32434
32435 2005-04-08 Stephen Eglen <stephen@gnu.org>
32436
32437 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
32438
32439 2005-04-08 Kim F. Storm <storm@cua.dk>
32440
32441 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
32442
32443 * mouse.el (mouse-on-link-p): Doc fix.
32444
32445 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
32446
32447 * ielm.el (ielm-prompt-read-only): Doc fix.
32448
32449 * comint.el (comint-prompt-read-only): Doc fix.
32450
32451 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
32452
32453 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
32454 ensure dired always handles wildcards passed to ffap.
32455 (find-file-at-point): Use it.
32456 (ffap-dired-wildcards): Doc fix.
32457
32458 2005-04-07 Juri Linkov <juri@jurta.org>
32459
32460 * simple.el (next-error-overlay-arrow-position): New defvar.
32461 Put "=>" on its property `overlay-arrow-string'. Add it to
32462 `overlay-arrow-variable-list'.
32463
32464 * progmodes/compile.el (compilation-setup):
32465 Set `next-error-overlay-arrow-position' to nil. Also set it to
32466 nil in the local hook `kill-buffer-hook'. Make local variable
32467 `overlay-arrow-string' and set it to "=>".
32468 (compilation-goto-locus): Set BOL position to
32469 `next-error-overlay-arrow-position' instead of
32470 `overlay-arrow-position'.
32471
32472 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
32473 locally instead of adding it to the global hook.
32474 (Info-kill-buffer): Move up.
32475
32476 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
32477
32478 * term/xterm.el (xterm-standard-colors): Update color values from
32479 xterm-200.
32480
32481 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
32482
32483 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
32484
32485 * fast-lock.el:
32486 * lazy-lock.el: Move them to the obsolete subdir.
32487
32488 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
32489
32490 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
32491 (wdired-add-replace-advice): Remove.
32492 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
32493
32494 2005-04-06 Kim F. Storm <storm@cua.dk>
32495
32496 * startup.el (command-line): Add --bare-bones alias for -Q.
32497
32498 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
32499
32500 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
32501 create the startup fontset if a font specification ends with
32502 `mac-roman'.
32503
32504 2005-04-06 Lute Kamstra <lute@gnu.org>
32505
32506 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
32507 change.
32508
32509 * emacs-lisp/copyright.el (copyright-update-year): Replace the
32510 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
32511
32512 2005-04-05 Lute Kamstra <lute@gnu.org>
32513
32514 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
32515 (define-generic-mode): Ditto. Fix debug declaration.
32516
32517 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
32518 Put them in the generic-x group.
32519
32520 * calendar/timeclock.el (timeclock): Doc fix.
32521
32522 * generic.el (define-generic-mode): Don't use custom-current-group.
32523 Document default :group value.
32524 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
32525 (define-global-minor-mode): Don't use custom-current-group.
32526
32527 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
32528
32529 * startup.el (command-line-1): Display startup-echo-area-message
32530 when fancy splash screen is in use.
32531
32532 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
32533 (sh-escaped-newline): New face.
32534 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
32535 newline, and use sh-escaped-newline face.
32536
32537 * progmodes/tcl.el (tcl-escaped-newline): New face.
32538 (tcl-builtin-list): New variable.
32539 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
32540 newlines. Fix keywords subexpression number.
32541
32542 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
32543
32544 * textmodes/org.el (org-diary-default-entry): Fix call to
32545 `add-to-diary-entry'.
32546
32547 2005-04-05 Kim F. Storm <storm@cua.dk>
32548
32549 * ediff-init.el: Use (featurep 'xemacs).
32550
32551 2005-04-05 David Ponce <david@dponce.com>
32552
32553 * cus-edit.el (face): Derive from symbol widget. Display sample
32554 of the current face on the fly.
32555 (widget-face-sample-face-get, widget-face-notify): New functions.
32556 (widget-face-value-create): Remove.
32557
32558 * wid-edit.el (widget-field-end): Temporarily remove field
32559 narrowing before to call `get-char-property'.
32560
32561 2005-04-04 Jay Belanger <belanger@truman.edu>
32562
32563 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
32564 (math-read-subscripts): New variable.
32565 (math-read-preprocess-string): Process subscripts.
32566
32567 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
32568
32569 * comint.el (comint-prompt-read-only): Doc fix.
32570
32571 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
32572 `-1'. Doc fix.
32573
32574 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
32575
32576 * textmodes/org.el (org-insert-mode-line-in-empty-file):
32577 Change default value to nil.
32578
32579 2005-04-04 Lute Kamstra <lute@gnu.org>
32580
32581 * autorevert.el (auto-revert-mode): Specify :group.
32582 * battery.el (display-battery-mode): Specify :group.
32583 * diff-mode.el (diff-minor-mode): Specify :group.
32584 * font-core.el (font-lock-mode): Specify :group.
32585 * hl-line.el (hl-line-mode): Specify :group.
32586 * iimage.el (iimage): New customization group.
32587 (iimage-mode): Specify :group.
32588 * longlines.el (longlines-mode): Specify :group.
32589 * master.el: Don't require easy-mmode.
32590 (master): New customization group.
32591 (master-mode): Specify :group.
32592 * msb.el (msb-mode): Specify :group.
32593 * reveal.el (reveal-mode): Specify :group.
32594 * simple.el (next-error-follow-minor-mode): Specify :group.
32595 * smerge-mode.el (smerge-mode): Specify :group.
32596 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
32597 * emulation/cua-base.el (cua-mode): Specify :group.
32598 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
32599 * language/thai-util.el (thai-auto-composition-mode)
32600 (thai-word-mode): Specify :group.
32601 * mail/supercite.el (sc-minor-mode): Specify :group.
32602 * progmodes/cwarn.el (cwarn-mode): Specify :group.
32603 * progmodes/flymake.el (flymake-mode): Specify :group.
32604 * progmodes/glasses.el (glasses-mode): Specify :group.
32605 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
32606 * textmodes/enriched.el (enriched-mode): Specify :group.
32607 * textmodes/refill.el (refill-mode): Specify :group.
32608
32609 * add-log.el (change-log-font-lock-keywords): Names in
32610 parenthesized lists can contain spaces.
32611
32612 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
32613
32614 * startup.el (fancy-splash-text): Shorten default text of
32615 "Emacs Tutorial" line. Also, if the current language env
32616 indicates an available tutorial file other than TUTORIAL,
32617 extract its title and append it to the line in parentheses.
32618 (fancy-splash-insert): If arg is a thunk, funcall it.
32619
32620 2005-04-04 Jay Belanger <belanger@truman.edu>
32621
32622 * calc.el (calc-language-alist): Add tags to customization type.
32623
32624 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
32625
32626 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
32627 Doc fix.
32628
32629 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
32630
32631 * add-log.el (change-log-font-lock-keywords): The manual
32632 describing a Change Log entry, says: (...) "Aside from these
32633 header lines, every line in the change log starts with a space or
32634 a tab.". The font-lock was not highlighting lines started with
32635 spaces, added support for it.
32636
32637 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
32638
32639 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
32640 (bibtex-generate-url-list): Update docstring accordingly. Put the
32641 complex example in the docstring.
32642 (bibtex-font-lock-url): Use pop.
32643
32644 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
32645
32646 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
32647
32648 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
32649
32650 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
32651
32652 * filesets.el (filesets-set-default): Doc fix.
32653
32654 2005-04-03 Lute Kamstra <lute@gnu.org>
32655
32656 * generic.el (define-generic-mode): Add argument to specify
32657 keywords for defcustom.
32658 (default-generic-mode): Specify :group.
32659
32660 * generic-x.el: Specify :group for all generic modes.
32661
32662 * desktop.el (desktop-no-desktop-file-hook)
32663 (desktop-after-read-hook): Doc fix.
32664
32665 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
32666
32667 * simple.el (visible-mode): Use explicit :group keyword.
32668 This changes the group of `visible-mode-hook' from paren-blinking
32669 to editing-basics.
32670
32671 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
32672
32673 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
32674 mailbox specifications as well as URLs.
32675 (rmail-insert-inbox-text): Remove unused conditional branches.
32676
32677 2005-04-01 Jay Belanger <belanger@truman.edu>
32678
32679 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
32680 (calc-gnuplot-print-command): Move definitions to calc.el.
32681
32682 * calc/calc-embed.el (calc-embedded-announce-formula)
32683 (calc-embedded-open-formula, calc-embedded-close-formula)
32684 (calc-embedded-open-word, calc-embedded-close-word)
32685 (calc-embedded-open-plain, calc-embedded-close-plain)
32686 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
32687 (calc-embedded-open-mode, calc-embedded-close-mode):
32688 Move definitions to calc.el.
32689
32690 * calc/calc.el (calc-settings-file, calc-language-alist):
32691 Make customizable.
32692 (calc-embedded-announce-formula, calc-embedded-open-formula)
32693 (calc-embedded-close-formula, calc-embedded-open-word)
32694 (calc-embedded-close-word, calc-embedded-open-plain)
32695 (calc-embedded-close-plain, calc-embedded-open-new-formula)
32696 (calc-embedded-close-new-formula, calc-embedded-open-mode)
32697 (calc-embedded-close-mode, calc-gnuplot-name)
32698 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
32699 from other files and make customizable.
32700
32701 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
32702
32703 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
32704 Use buffer-live-p.
32705 (cvs-mode-run): Don't call cvs-update-header here.
32706 (cvs-run-process): Call cvs-update-header.
32707 Use process properties for cvs-postprocess and cvs-buffer so that
32708 the sentinel can behave better if the temp buffer is killed.
32709 Use a pipe rather than a tty, to better handle unexpected prompts.
32710 (cvs-sentinel): Rewrite. Call cvs-update-header.
32711
32712 2005-04-01 Andre Spiegel <spiegel@gnu.org>
32713
32714 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
32715 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
32716
32717 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
32718
32719 * generic.el (define-generic-mode): Add indentation rule.
32720
32721 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
32722
32723 * files.el (mode-require-final-newline): Make Custom correctly
32724 report a nil value and allow to set it to nil via Custom.
32725 Doc fix.
32726
32727 2005-04-01 Kenichi Handa <handa@m17n.org>
32728
32729 * international/characters.el: Enable the correct case setting for
32730 dotless-i and dotted-I.
32731
32732 2005-04-01 Kim F. Storm <storm@cua.dk>
32733
32734 * ido.el (ido-file-internal): Fall back to non-ido command if
32735 initial directory is on slow ftp (or tramp) host.
32736
32737 2005-03-31 Richard M. Stallman <rms@gnu.org>
32738
32739 * emacs-lisp/autoload.el (make-autoload):
32740 Handle define-global-minor-mode.
32741
32742 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
32743 Rename from easy-mmode-define-global-mode.
32744 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
32745
32746 * progmodes/scheme.el (scheme-mode-syntax-table):
32747 Update syntax of | and # for two-character comment syntax.
32748
32749 2005-03-31 Lute Kamstra <lute@gnu.org>
32750
32751 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
32752 (define-minor-mode): Call custom-current-group at load-time.
32753
32754 * generic.el (define-generic-mode): Add debug declaration.
32755 Add defcustom for the mode hook.
32756 (generic-mode-internal): Use run-mode-hooks.
32757
32758 2005-03-31 Kim F. Storm <storm@cua.dk>
32759
32760 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
32761 (mouse-fixup-help-message): New defun called by show_help_echo
32762 to fixup mouse-2 prefix in help messages when applicable.
32763
32764 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
32765
32766 2005-03-31 Kenichi Handa <handa@m17n.org>
32767
32768 * language/thai-word.el (thai-find-word-ends): Pay attention to
32769 the case that we reach the end of buffer.
32770
32771 * textmodes/fill.el (fill-text-properties-at): New function.
32772 (fill-newline): Use fill-text-properties-at instead of
32773 text-properties-at.
32774
32775 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
32776
32777 * textmodes/tex-mode.el (tex-start-tex): Use shell-quote-argument,
32778 not comint-quote-filename.
32779
32780 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
32781
32782 * help-fns.el (help-with-tutorial): Revert last change.
32783
32784 2005-03-31 Kim F. Storm <storm@cua.dk>
32785
32786 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
32787
32788 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
32789
32790 * calendar/cal-china.el: Update reference to "Calendrical
32791 Calculations" book; there's a new edition.
32792 * calendar/cal-coptic.el: Likewise.
32793 * calendar/cal-french.el: Likewise.
32794 * calendar/cal-hebrew.el: Likewise.
32795 * calendar/cal-islam.el: Likewise.
32796 * calendar/cal-iso.el: Likewise.
32797 * calendar/cal-julian.el: Likewise.
32798 * calendar/cal-mayan.el: Likewise.
32799 * calendar/cal-persia.el: Likewise.
32800 * calendar/calendar.el: Likewise.
32801 * calendar/holidays.el: Likewise.
32802 * calendar/lunar.el: Likewise.
32803 * calendar/solar.el: Likewise.
32804
32805 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
32806 white space from doc string.
32807
32808 2005-03-30 Jay Belanger <belanger@truman.edu>
32809
32810 * calc/calc-help.el (calc-full-help): Remove email address.
32811
32812 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
32813
32814 * help-fns.el (help-with-tutorial): Delete title line.
32815
32816 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
32817
32818 * calendar/cal-x.el (calendar-one-frame-setup)
32819 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
32820 rather than `symbol' for set-window-dedicated-p.
32821
32822 * calendar/appt.el (appt-buffer-name): Make it a constant.
32823 (appt-add): Doc fix.
32824
32825 * filesets.el (filesets-menu-path, filesets-menu-before)
32826 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
32827 (filesets-menu-cache-file): Use directory ~/.emacs.d.
32828 (filesets-add-submenu): Delete and use add-submenu instead.
32829
32830 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
32831
32832 * textmodes/org.el (org-agenda-phases-of-moon)
32833 (org-agenda-sunrise-sunset, org-agenda-convert-date)
32834 (org-agenda-goto-calendar): New commands.
32835 (org-diary-default-entry): New function.
32836 (org-get-entries-from-diary): Better parsing of diary entries.
32837 (org-agenda-check-no-diary): New function.
32838 ("diary-lib"): Advice to function `add-to-diary-list', to allow
32839 linking to diary entries.
32840 (org-agenda-execute-calendar-command): New function.
32841 (org-agenda): Improve visible section in window.
32842 Use `org-fit-agenda-window'.
32843 (org-fit-agenda-window): New option.
32844 (org-move-subtree-down): Better handling of empty lines
32845 at end of subtree.
32846 (org-cycle): Numeric prefix is interpreted now as show-subtree N
32847 levels up.
32848 (org-fontify-done-headline): New option.
32849 (org-headline-done-face): New face.
32850 (org-set-font-lock-defaults): Use `org-headline-done-face'.
32851 (org-table-copy-down): Rename from `org-table-copy-from-above'.
32852 When current field is non-empty, it is copied to next row.
32853 (org-table-copy-from-above): Fix bug which made it
32854 impossible to copy fields containing only a single non-white character.
32855
32856 2005-03-30 Kim F. Storm <storm@cua.dk>
32857
32858 * kmacro.el (kmacro-end-macro): Isearch may store this command
32859 into the macro -- so ignore it when executing keyboard macro.
32860
32861 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
32862
32863 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
32864
32865 2005-03-29 Kenichi Handa <handa@m17n.org>
32866
32867 * language/thai.el ("Thai"): Set setup-function and exit-function
32868 for Thai language environment.
32869
32870 * language/thai-util.el: Require thai-word.
32871 (thai-word-mode-map): New variable.
32872 (thai-word-mode): New minor mode.
32873 (setup-thai-language-environment-internal): New function.
32874 (exit-thai-language-environment-internal): New function.
32875
32876 * language/thai-word.el (thai-word-table): Declare it by defvar,
32877 use dolist to initialize it.
32878 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
32879 (thai-fill-find-break-point): New functions.
32880
32881 2005-03-29 Richard M. Stallman <rms@gnu.org>
32882
32883 * simple.el (idle-update-delay): Move definition up.
32884 (set-mark): Doc fix.
32885
32886 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
32887
32888 * longlines.el: New file.
32889
32890 * simple.el (buffer-substring-filters): New variable.
32891 (filter-buffer-substring): New function.
32892 (kill-region, copy-region-as-kill): Use it.
32893
32894 * register.el (copy-to-register, append-to-register)
32895 (prepend-to-register): Use filter-buffer-substring.
32896
32897 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
32898
32899 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
32900 (gud-filter-pending-text): Move in front of gdb.
32901 (gud-overlay-arrow-position): New variable.
32902 (gud-sentinel, gud-display-line): Use it in place of
32903 overlay-arrow-position.
32904
32905 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
32906
32907 * progmodes/fortran.el (fortran-if-indent): Doc fix.
32908 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
32909 (fortran-font-lock-keywords-4): New variable.
32910 (fortran-blocks-re, fortran-end-block-re)
32911 (fortran-start-block-re): New constants, for hideshow.
32912 (hs-special-modes-alist): Add a Fortran entry.
32913 (fortran-mode-map): Bind fortran-end-of-block,
32914 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
32915 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
32916 (fortran-looking-at-if-then, fortran-end-of-block)
32917 (fortran-beginning-of-block): New functions, for hideshow.
32918
32919 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
32920 Doc fix. Tweak regexp.
32921 (f90-beginning-of-block): Push mark first.
32922
32923 2005-03-29 Jay Belanger <belanger@truman.edu>
32924
32925 * calc/calc.el: Update copyright date.
32926 (calc-version): Increase to 2.1.
32927 (calc-version-date): Remove.
32928
32929 * calc/calc-help.el: Update copyright date.
32930 (calc-full-help): Remove reference to calc-version-date.
32931 Update copyright date.
32932
32933 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
32934
32935 * vc.el (vc-do-command): Use a pipe for async processes, so password
32936 prompts don't show up at places where the user can't reply.
32937
32938 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
32939
32940 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
32941 on the file name we pass to the inferior shell.
32942
32943 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
32944
32945 * progmodes/which-func.el (which-function): Be robust in the face of an
32946 imenu--make-index-alist failure.
32947
32948 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
32949
32950 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
32951
32952 * progmodes/python.el (python-preoutput-filter): Fix last change.
32953
32954 2005-03-29 Lute Kamstra <lute@gnu.org>
32955
32956 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
32957 functions and compiled macros.
32958 (debug-convert-byte-code): Handle macros too.
32959 (debug-on-entry-1): Don't signal an error when trying to clear a
32960 function that is not set to debug on entry.
32961
32962 2005-03-29 Jay Belanger <belanger@truman.edu>
32963
32964 * calc/calc-lang.el: Add functions to math-function-table
32965 properties of tex and math.
32966
32967 2005-03-29 Kenichi Handa <handa@m17n.org>
32968
32969 * ps-mule.el (ps-mule-plot-string): Translate characters by
32970 ps-print-translation-table.
32971 (ps-mule-begin-job): Call find-charset-region/string with
32972 ps-print-translation-table.
32973 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
32974
32975 * ps-print.el (ps-print-translation-table): New variable.
32976 (ps-plot-region): Translate characters by ps-print-translation-table.
32977
32978 2005-03-29 Juri Linkov <juri@jurta.org>
32979
32980 * simple.el (next-error-highlight-timer): New variable.
32981
32982 * progmodes/compile.el (compilation-goto-locus):
32983 Use `next-error-highlight-timer' instead of `sit-for'.
32984
32985 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
32986
32987 * mail/supercite.el (sc-mail-field): Use assoc-string.
32988 (sc-get-address): Simplify regexps.
32989
32990 * files.el (minibuffer-with-setup-hook): New macro.
32991 (find-file-read-args): Use it to avoid let-binding
32992 minibuffer-with-setup-hook (which breaks turning on/off
32993 file-name-shadow-mode while in the prompt).
32994
32995 * complete.el (PC-read-include-file-name-internal):
32996 Use test-completion.
32997
32998 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
32999
33000 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
33001
33002 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
33003
33004 * window.el (window-buffer-height): Use count-screen-lines.
33005
33006 * progmodes/python.el (python-preoutput-leftover): New var.
33007 (python-preoutput-filter): Use it.
33008 (python-send-receive): Loop until all the result has been received.
33009
33010 2005-03-28 Juri Linkov <juri@jurta.org>
33011
33012 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
33013
33014 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
33015 "Recover Crashed Session".
33016 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
33017 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
33018 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
33019 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
33020 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
33021 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
33022 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
33023 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
33024
33025 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
33026 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
33027 Ediff Sessions", "Toggle use of separate control buffer frame",
33028 "Use separate frame for Ediff control buffer".
33029
33030 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
33031 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
33032 "Rename Bookmark", "Delete Bookmark".
33033
33034 * info.el (Info-mode-menu): Remove ellipsis from "Index".
33035 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
33036 Add `:active Info-index-alternatives' to "Next Matching Item".
33037
33038 * wdired.el (wdired-change-to-wdired-mode):
33039 Mention `wdired-abort-changes' key in the initial message.
33040
33041 * international/mule.el (auto-coding-alist): Associate non-ascii
33042 image filename extensions with `no-conversion'.
33043
33044 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
33045
33046 * international/iso-acc.el:
33047 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
33048
33049 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
33050
33051 * textmodes/sgml-mode.el (html-mode): Doc update.
33052
33053 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
33054
33055 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
33056
33057 * term.el (term-move-columns): Fix face after extending a line.
33058 (term-insert-spaces): Likewise.
33059 (term-reset-terminal): Fix off by one error.
33060
33061 2005-03-26 Eli Zaretskii <eliz@gnu.org>
33062
33063 * international/mule.el (auto-coding-alist): Add .xpi files.
33064
33065 * files.el (auto-mode-alist): Add .xpi files.
33066
33067 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
33068
33069 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
33070
33071 2005-03-26 Eli Zaretskii <eliz@gnu.org>
33072
33073 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
33074
33075 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
33076
33077 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
33078 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
33079
33080 * calendar/cal-move.el (calendar-beginning-of-year): Move the
33081 cursor to Jan 1 when needed.
33082 (calendar-end-of-year): Fix -/+ typo.
33083 Reported by Chong Yidong <cyd@stupidchicken.com>.
33084
33085 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
33086
33087 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
33088
33089 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
33090 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
33091
33092 2005-03-25 Richard M. Stallman <rms@gnu.org>
33093
33094 * filesets.el (filesets-init): Add autoload.
33095
33096 * mail/mailalias.el (mail-directory): Doc fix.
33097
33098 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
33099
33100 * mail/mailalias.el (mail-directory-process): Do nothing if
33101 mail-directory-process is an atom.
33102 (mail-get-names): Ignore mail-directory-names if it is an atom.
33103 (mail-directory-process defvar): Doc fix.
33104 (mail-names): Doc fix.
33105
33106 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se> (tiny change)
33107
33108 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
33109
33110 2005-03-26 Kenichi Handa <handa@m17n.org>
33111
33112 * international/mule-util.el (detect-coding-with-priority):
33113 Call update-coding-systems-internal before detect-coding-region.
33114
33115 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
33116
33117 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
33118 (gdb-frames-mode-map): Add follow-link property.
33119
33120 2005-03-25 Jay Belanger <belanger@truman.edu>
33121
33122 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
33123 for variables.
33124
33125 2005-03-25 Juri Linkov <juri@jurta.org>
33126
33127 * image-mode.el: Optimize image filename extension regexps in
33128 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
33129 in `auto-mode-alist'.
33130 (image-mode): Add `image-toggle-display-text' to local hook
33131 `change-major-mode-hook'. Display the image as an image by
33132 default. Set `cursor-type' and `truncate-lines' if the image
33133 is already displayed. Take into account the current mode (image
33134 or text) in message.
33135 (image-minor-mode): New minor mode.
33136 (image-mode-maybe, image-toggle-display-text): New functions.
33137 (image-toggle-display): Use called-interactively-p.
33138 Let-bind `inhibit-read-only' to t.
33139
33140 * image-mode.el (image-minor-mode): Set `cursor-type' and
33141 `truncate-lines' if the image is already displayed. Add turning
33142 image-minor-mode off to `change-major-mode-hook'. Add message.
33143 Call `image-toggle-display-text' after turning image-minor-mode off.
33144
33145 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
33146
33147 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
33148 Terminal.app, use utf-8.
33149 (set-display-table-and-terminal-coding-system): Add coding-system arg.
33150 (set-locale-environment): Use it.
33151
33152 * term/xterm.el: Undo last change, better done in mule-cmds.el.
33153
33154 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
33155
33156 * progmodes/python.el (python-close-block-statement-p)
33157 (python-outdent-p, python-current-defun): Use symbol-end.
33158
33159 2005-03-25 Karl Chen <quarl@cs.berkeley.edu>
33160
33161 * files.el (save-some-buffers): Doc fix.
33162
33163 2005-03-25 Werner Lemberg <wl@gnu.org>
33164
33165 * complete.el, thumbs.el: Replace `legal' with `valid'.
33166 * calendar/calendar.el: Replace `legal' with `valid'.
33167 * emacs-lisp/advice.el: Replace `legal' with `valid'.
33168 * mail/supercite.el: Replace `legal' with `valid'.
33169 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
33170 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
33171 Replace `legal' with `valid'.
33172 * textmodes/reftex-vars.el, textmodes/reftex.el:
33173 Replace `legal' with `valid'.
33174
33175 2005-03-25 Werner Lemberg <wl@gnu.org>
33176
33177 * calc/calc-forms.el, calc/calc-sel.el
33178 * midnight.el, vc-cvs.el
33179 * emacs-lisp/cl-macs.el
33180 * emulation/vip.el
33181 * eshell/esh-io.el, eshell/esh-var.el
33182 * mail/supercite.el
33183 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
33184 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
33185 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
33186 * progmodes/sh-script.el, progmodes/xscheme.el
33187 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
33188 * textmodes/reftex-index.el, textmodes/reftex-parse.el
33189 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
33190 * textmodes/reftex.el, textmodes/org.el:
33191 Replace `illegal' with `invalid'.
33192
33193 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
33194
33195 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
33196 (flymake-find-buildfile, flymake-find-possible-master-files)
33197 (flymake-check-include, flymake-parse-line): Replace loops over the
33198 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
33199
33200 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
33201 Substitute file-name-as-directory in the rest of the file.
33202 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
33203 (flymake-replace-region): Remove unused arg `buffer'.
33204 (flymake-check-patch-master-file-buffer): Update calls to it.
33205 (flymake-add-err-info): Remove unused var `count'.
33206 (flymake-mode): Use define-minor-mode.
33207
33208 * progmodes/flymake.el: Use with-current-buffer.
33209 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
33210 flymake-replace-regexp-in-string, flymake-line-beginning-position)
33211 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
33212 Avoid testing for `xemacs'.
33213 (flymake-nop): Move.
33214 (flymake-region-has-flymake-overlays): Return the computed value.
33215 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
33216 Remove unused var `endline'.
33217 (flymake-get-line-count): Remove unused function.
33218 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
33219
33220 * emulation/vi.el:
33221 * generic.el:
33222 * hilit-chg.el (global-highlight-changes):
33223 * hi-lock.el (hi-lock-mode):
33224 * follow.el: find-file-hooks -> find-file-hook.
33225
33226 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
33227
33228 2005-03-24 Juri Linkov <juri@jurta.org>
33229
33230 * dired.el (dired-mode-map): Add menu item "Compare directories"
33231 for dired-compare-directories.
33232
33233 * dired-aux.el (dired-compare-directories): Add autoload cookie.
33234 Doc fix. Replace `read-file-name' with `read-directory-name'.
33235
33236 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
33237
33238 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
33239
33240 2005-03-24 Jay Belanger <belanger@truman.edu>
33241
33242 * calc/calc-embed.el (calc-embedded-mode-change): Save all
33243 relevant mode settings in calc-embedded-original-modes when modes
33244 are permanently changed.
33245
33246 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
33247
33248 * autoinsert.el: find-file-hooks -> find-file-hook.
33249
33250 2005-03-24 Lute Kamstra <lute@gnu.org>
33251
33252 * generic.el (generic-font-lock-defaults): Make it obsolete.
33253 (generic-font-lock-keywords): New variable to replace
33254 generic-font-lock-defaults.
33255 (generic-mode-set-font-lock): Delete it.
33256 (generic-mode-internal): Don't call generic-mode-set-font-lock.
33257 (generic-bracket-support): Add docstring.
33258
33259 * generic-x.el: Rename generic-font-lock-defaults to
33260 generic-font-lock-keywords throughout.
33261 (mailagent-rules-setup-function): Delete it.
33262 (mailagent-rules-generic-mode): Use anonymous function instead.
33263 (show-tabs-generic-mode-font-lock-defaults-1)
33264 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
33265 Quote faces.
33266 (show-tabs-tab-face, show-tabs-space-face): Specify background,
33267 not foreground.
33268
33269 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
33270 Recognize define-generic-mode.
33271
33272 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
33273
33274 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
33275 if there's no completion table.
33276
33277 2005-03-23 Miles Bader <miles@gnu.org>
33278
33279 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
33280 Remove tty-specific variants, as they're no longer needed.
33281
33282 2005-03-23 Lute Kamstra <lute@gnu.org>
33283
33284 * generic-x.el: Code cleanup: make args constant whenever possible.
33285 (installshield-statement-keyword-list)
33286 (installshield-system-functions-list)
33287 (installshield-system-variables-list, installshield-types-list)
33288 (installshield-funarg-constants-list): Make them constants.
33289
33290 * generic.el (generic-make-keywords-list): Add autoload cookie.
33291
33292 * calendar/time-date.el: Add comment on time value formats.
33293 Don't require parse-time.
33294 (with-decoded-time-value): New macro.
33295 (encode-time-value): New function.
33296 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
33297 (days-to-time): Return a valid time value when arg is huge.
33298 (time-since): Use time-subtract.
33299 (time-to-number-of-days): Use time-to-seconds.
33300
33301 2005-03-23 David Ponce <david@dponce.com>
33302
33303 * recentf.el (recentf-keep): New option.
33304 (recentf-menu-action): Default to `find-file'.
33305 (recentf-keep-non-readable-files-flag)
33306 (recentf-keep-non-readable-files-p)
33307 (recentf-file-readable-p, recentf-find-file)
33308 (recentf-cleanup-remote): Remove.
33309 (recentf-include-p): More robust.
33310 (recentf-keep-p): New function.
33311 (recentf-remove-if-non-kept): Rename from
33312 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
33313 All callers updated.
33314 (recentf-menu-items-for-commands): Fix help string.
33315 (recentf-track-closed-file): Update. Doc fix.
33316 (recentf-cleanup): Update. Count removed files. Doc fix.
33317
33318 2005-03-23 Kim F. Storm <storm@cua.dk>
33319
33320 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
33321 Don't inherit from fringe face (now happens automatically).
33322
33323 2005-03-22 Kim F. Storm <storm@cua.dk>
33324
33325 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
33326 position values.
33327
33328 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
33329
33330 * menu-bar.el (showhide-date-time): Remove.
33331 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
33332 (menu-bar-make-mm-toggle): Simplify.
33333
33334 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
33335
33336 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
33337 Accept qualified variable and function names.
33338
33339 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
33340
33341 * bindings.el (completion-ignored-extensions):
33342 Remove ".lis" for `vax-vms'.
33343
33344 2005-03-22 Andreas Schwab <schwab@suse.de>
33345
33346 * generic-x.el: Revert last change.
33347 * ldefs-boot.el: Update.
33348
33349 2005-03-22 Jay Belanger <belanger@truman.edu>
33350
33351 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
33352 (calc-embedded-save-original-modes)
33353 (calc-embedded-restore-original-modes): New functions.
33354 (calc-do-embedded): Save original modes when entering embedded mode
33355 and restore when leaving embedded mode.
33356 (calc-embedded-modes-change): Change the value of
33357 calc-embedded-original-modes to reflect permanent changes.
33358
33359 2005-03-22 Lute Kamstra <lute@gnu.org>
33360
33361 * generic-x.el: Require generic again.
33362
33363 2005-03-22 Miles Bader <miles@gnu.org>
33364
33365 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
33366 Tweak details to look good on both ttys and bitmap displays, light
33367 or dark background, etc.
33368
33369 2005-03-21 Kim F. Storm <storm@cua.dk>
33370
33371 * tooltip.el (tooltip-show-help-function): Check car and cdr of
33372 mouse position.
33373
33374 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
33375
33376 * icomplete.el: Don't forcibly turn on the mode upon load.
33377 (icomplete-mode): Use define-minor-mode.
33378 (icomplete-eoinput): Default to nil.
33379 (icomplete-minibuffer-setup): Remove autoload.
33380 (icomplete-tidy): Simplify.
33381 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
33382 in the initial state or if the user has modified the field.
33383 Fix handling of icomplete-max-delay-chars.
33384 Remove code that handles the oddball case where
33385 minibuffer-completion-table is an integer.
33386 Wrap icomplete-completions in while-no-input in case building
33387 completions takes more time than expected.
33388 (icomplete-completions): Simplify.
33389
33390 2005-03-21 Richard M. Stallman <rms@gnu.org>
33391
33392 * jka-compr.el (jka-compr-really-do-compress):
33393 Make variable buffer-local.
33394
33395 * image-mode.el: Handle .xpm files too.
33396 (image-toggle-display): Preserve modification flag.
33397
33398 * help.el (where-is): Don't mention aliases with no key bindings.
33399
33400 2005-03-21 Lute Kamstra <lute@gnu.org>
33401
33402 * generic.el: Fix commentary section. Don't require cl for
33403 compilation.
33404 (generic-mode-list): Add autoload cookie.
33405 (generic-use-find-file-hook, generic-lines-to-scan)
33406 (generic-find-file-regexp, generic-ignore-files-regexp)
33407 (generic-mode, generic-mode-find-file-hook)
33408 (generic-mode-ini-file-find-file-hook): Fix docstrings.
33409 (define-generic-mode): Make it a defmacro. Fix docstring.
33410 (generic-mode-internal): Code cleanup. Add autoload cookie.
33411 (generic-mode-set-comments): Code cleanup.
33412 * generic-x.el: Don't prevent compilation. Don't require generic.
33413 Follow coding conventions. Minor code cleanup.
33414 (etc-fstab-generic-mode): Add some keywords.
33415 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
33416 define-generic-mode like a function declaration.
33417
33418 2005-03-21 Jay Belanger <belanger@truman.edu>
33419
33420 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
33421 changing modes.
33422
33423 2005-03-21 Sam Steingold <sds@gnu.org>
33424
33425 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
33426
33427 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
33428
33429 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
33430 Add underscore to "f$ lexicals" regexp.
33431
33432 2005-03-20 Juri Linkov <juri@jurta.org>
33433
33434 * subr.el (progress-reporter-do-update): When `min-value' is equal
33435 to `max-value', set `percentage' to 0 and prevent division by zero.
33436
33437 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
33438
33439 Sync with Tramp 2.0.48.
33440
33441 * net/tramp.el (all): Change all addresses to .gnu.org.
33442 (tramp-append-tramp-buffers): New defun.
33443 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
33444 Catch `dont-send' signal.
33445 (tramp-set-auto-save-file-modes): Set always permissions, because
33446 there might be an old auto-saved file belonging to another
33447 original file. This could be a security threat. Reported by
33448 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
33449 Check for Emacs 21.3.50 removed.
33450
33451 * net/tramp-smb.el (all): Remove debug construct for
33452 `with-parsed-tramp-file-name'.
33453 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
33454 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
33455 No error message if DIRECTORY or FILENAME doesn't exist.
33456 (tramp-smb-open-connection): Check existence of
33457 `tramp-smb-program'.
33458
33459 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
33460
33461 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
33462 Properly handle the case where the `m' or `s' command's argument is not
33463 yet terminated.
33464 (perl-indent-new-calculate): New function.
33465 (perl-indent-line): Use it.
33466
33467 2005-03-20 Miles Bader <miles@gnu.org>
33468
33469 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
33470 in text-mode too. Change to new face names.
33471 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
33472 Add `:weight bold' attribute.
33473 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
33474
33475 2005-03-19 Juri Linkov <juri@jurta.org>
33476
33477 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
33478
33479 * international/mule.el (auto-coding-alist): Sync with
33480 `auto-mode-alist' by adding upper case archive file extensions
33481 and adding ear/war to jar extension.
33482
33483 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
33484
33485 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
33486 running, restart it.
33487
33488 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
33489
33490 * finder.el (finder-current-item): Throw an error on an empty line.
33491
33492 * man.el (Man-follow-manual-reference): If current-word returns
33493 nil, use "".
33494
33495 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
33496
33497 * simple.el (goto-line): Doc fix.
33498
33499 2005-03-19 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
33500
33501 * files.el (save-buffer): Doc fix.
33502
33503 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
33504
33505 * recentf.el (recentf-cleanup-remote): New variable.
33506 (recentf-cleanup): Use it to conditionally check availability of
33507 remote files.
33508
33509 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
33510
33511 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
33512 function names.
33513
33514 2005-03-19 Eli Zaretskii <eliz@gnu.org>
33515
33516 * language/thai-word.el: New file.
33517
33518 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
33519
33520 * files.el (backup-buffer): If the file's directory is not
33521 writable, use copy instead of move to backup the file.
33522
33523 2005-03-19 Eli Zaretskii <eliz@gnu.org>
33524
33525 * obsolete/keyswap.el: Moved to obsolete/ from term/.
33526
33527 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
33528
33529 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
33530 Use functionp instead of symbolp and fboundp. Reported by Drkm
33531 <darkman_spam@yahoo.fr>.
33532 (ps-print-version): New version 6.6.6.
33533
33534 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
33535
33536 * textmodes/table.el (table--line-column-position): New idiom.
33537 (table--row-column-insertion-point-p): New function to test
33538 validity of row and column insertion operation at a location.
33539 (table-global-menu, table-cell-menu): Use above functions for
33540 deterministic test operation.
33541 (table--editable-cell-p): Behave in deterministic fashion.
33542
33543 2005-03-18 Juri Linkov <juri@jurta.org>
33544
33545 * isearch.el (isearch-lazy-highlight-new-loop):
33546 Make arguments beg and end optional.
33547 (isearch-update): Remove optional arguments nil from
33548 isearch-lazy-highlight-new-loop.
33549 (isearch-lazy-highlight-search): Let-bind case-fold-search to
33550 isearch-lazy-highlight-case-fold-search instead of
33551 isearch-case-fold-search, and let-bind isearch-regexp to
33552 isearch-lazy-highlight-regexp.
33553 Use isearch-lazy-highlight-last-string instead of isearch-string.
33554
33555 * replace.el (perform-replace): Remove bindings of global
33556 variables isearch-string, isearch-regexp, isearch-case-fold-search.
33557 Add three new arguments to `replace-highlight'.
33558 (replace-highlight): Add arguments string, regexp, case-fold.
33559 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
33560 to allow isearch-lazy-highlight-new-loop to use these values
33561 to set corresponding isearch-lazy-highlight-* internal
33562 variables whose values lazy highlighting will use regardless of
33563 changes to global variables isearch-string, isearch-regexp,
33564 isearch-case-fold-search during lazy highlighting loop.
33565 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
33566 to `lazy-highlight-cleanup'.
33567
33568 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
33569 (ispell-highlight-face): Set default face to `isearch' when
33570 lazy highlighting is enabled.
33571 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
33572 priority to 1. Add lazy highlighting.
33573 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
33574 from `isearch-dehighlight'.
33575
33576 2005-03-18 David Ponce <david@dponce.com>
33577
33578 * files.el (hack-local-variables): Do a case-insensitive search
33579 for End.
33580
33581 2005-03-18 Juri Linkov <juri@jurta.org>
33582
33583 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
33584 `isearch-lazy-highlight-cleanup', add alias to old name and
33585 declare obsolete. Add release numbers to other obsolete vars.
33586 (isearch-done, isearch-lazy-highlight-new-loop):
33587 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
33588 (lazy-highlight-cleanup) <variable>: Doc fix.
33589 (isearch-lazy-highlight-update): Rename obsolete
33590 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
33591
33592 2005-03-18 Kenichi Handa <handa@m17n.org>
33593
33594 * language/thai-util.el: Fix categorization of Thai characters in
33595 thai-category-table.
33596 (thai-composition-pattern): Adjust it for the above change.
33597 (thai-self-insert-command, thai-compose-syllable): New functions.
33598 (thai-compose-region): Use thai-compose-syllable.
33599 (thai-compose-string): Likewise.
33600 (thai-composition-function): Likewise.
33601 (thai-auto-composition): New function.
33602 (thai-auto-composition-mode): New minor mode.
33603
33604 * language/thai.el: Fix patterns to be registered in
33605 composition-function-table.
33606
33607 * international/quail.el (quail-input-method): Locally bind
33608 inhibit-modification-hooks to t.
33609
33610 2005-03-17 Richard M. Stallman <rms@gnu.org>
33611
33612 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
33613 (perl-mode): Use run-mode-hooks.
33614
33615 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
33616 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
33617 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
33618
33619 * mail/sendmail.el (sendmail-send-it): Reenable the code
33620 to compute resend-to-address and use it.
33621
33622 * tar-mode.el (tar-mode): Turn off undo unconditionally.
33623
33624 * image-mode.el: New file.
33625
33626 * image.el (insert-sliced-image): Add autoload cookie.
33627
33628 * font-lock.el (font-lock-lines-before): New user option.
33629 (font-lock-after-change-function): Obey it.
33630
33631 * bindings.el (esc-map): Make M-g a prefix.
33632 Bind M-g g and M-g M-g to goto-line.
33633
33634 * faces.el (face-id): Doc fix.
33635
33636 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
33637
33638 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
33639 (rmail-show-message): Use rmail-unknown-mail-followup-to.
33640 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
33641
33642 * mail/sendmail.el (mail-yank-ignored-headers)
33643 (mail-font-lock-keywords, mail-mode-fill-paragraph):
33644 Add Mail-Followup-To and Mail-Reply-To headers.
33645 (mail-citation-hook): Add autoload cookie.
33646 (mail-mode): Doc fix.
33647 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
33648 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
33649 (mail-mode-fill-paragraph): Handle those headers.
33650 (mail-mailing-lists): New variable.
33651 (mail-mail-reply-to, mail-mail-followup-to): New functions.
33652
33653 2005-03-17 Juri Linkov <juri@jurta.org>
33654
33655 * isearch.el (isearch-fallback): Check for `(car previous)'
33656 before calling `isearch-other-end-state'.
33657
33658 2005-03-17 Kim F. Storm <storm@cua.dk>
33659
33660 * simple.el (move-beginning-of-line): Move to beginning of buffer
33661 line, as well as beginning of screen line.
33662
33663 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
33664
33665 * calendar/diary-lib.el (mark-diary-entries): Use new optional
33666 argument REDRAW rather than calendar-redrawing variable.
33667 * calendar/calendar.el (calendar-redrawing): Delete.
33668 (redraw-calendar): Do not bind calendar-redrawing.
33669
33670 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
33671
33672 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
33673 diary-file buffer.
33674
33675 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
33676
33677 * help.el (describe-mode): Allow a :minor-mode-function property to
33678 specify a different minor mode toggle function than the variable.
33679 * simple.el (auto-fill-function):
33680 * subr.el (add-minor-mode): Use it.
33681
33682 2005-03-16 Kenichi Handa <handa@m17n.org>
33683
33684 * language/ethio-util.el (sera-being-called-by-w3): New variable.
33685 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
33686 (ethio-fidel-to-sera-buffer): Likewise.
33687
33688 2005-03-16 Juri Linkov <juri@jurta.org>
33689
33690 * emacs-lisp/find-func.el (find-function-regexp):
33691 Add defun-emitting macro `menu-bar-make-toggle'.
33692
33693 * isearch.el: Put `isearch-scroll' property to
33694 `split-window-horizontally'.
33695
33696 * info.el: Update error messages for `debug-ignored-errors'.
33697 (Info-isearch-search): Doc fix.
33698 (Info-find-node): Move up code to go into info buffer before
33699 recording the node to the history.
33700 (Info-fontify-node): Fontify titles only if the next line
33701 has two or more `*', `=', `-', `.'.
33702 Display "go to this node" for empty (match-string 3).
33703
33704 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
33705
33706 * term/mac-win.el: Add mouse pointer shape constants.
33707
33708 2005-03-15 Kim F. Storm <storm@cua.dk>
33709
33710 * simple.el (move-beginning-of-line): Use vertical-motion.
33711
33712 2005-03-15 Juri Linkov <juri@jurta.org>
33713
33714 * isearch.el (isearch-error): New variable.
33715 (isearch-invalid-regexp, isearch-within-brackets): Remove.
33716 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
33717 (isearch-within-brackets-state): Remove.
33718 (isearch-case-fold-search-state, isearch-pop-fun-state):
33719 Decrease frame index.
33720 (isearch-mode, isearch-top-state, isearch-push-state)
33721 (isearch-edit-string, isearch-abort, isearch-search-and-update)
33722 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
33723 (isearch-search, isearch-lazy-highlight-new-loop):
33724 Replace `isearch-invalid-regexp' with `isearch-error'.
33725 Remove `isearch-within-brackets'.
33726 (isearch-search): Add `search-failed' handler to `condition-case'.
33727 (isearch-lazy-highlight-search): Add `condition-case' to catch
33728 errors and allow `isearch-lazy-highlight-update' to try
33729 highlighting from the beginning of the window.
33730 (isearch-repeat): Move up code to set isearch-wrapped to t
33731 before calling isearch-wrap-function.
33732
33733 * info.el (Info-isearch-initial-node): New internal variable.
33734 (Info-search): Signal an error in isearch mode when search leaves
33735 the initial node. Signal an error when `bound' is non-nil and
33736 nothing was found in the current subfile.
33737 (Info-isearch-search): Remove `condition-case'.
33738 (Info-isearch-wrap): Don't wrap when search failed during leaving
33739 the initial node. If `Info-isearch-search' is nil, wrap around
33740 the current node.
33741 (Info-isearch-start): New fun.
33742 (Info-mode): Add buffer-local hook `Info-isearch-start' to
33743 `isearch-mode-hook'.
33744
33745 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
33746
33747 * simple.el (normal-erase-is-backspace): Set default to t if
33748 running on Mac.
33749
33750 * term/mac-win.el (function-key-map): Sync with x-win.el.
33751
33752 2005-03-15 Kenichi Handa <handa@m17n.org>
33753
33754 * international/mule-cmds.el (locale-language-names): Modify the
33755 format of elements and add more entries.
33756 (locale-preferred-coding-systems): Add more entries.
33757 (set-locale-environment): Adjust for the change of
33758 locale-language-names.
33759
33760 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
33761
33762 * pcvs.el (smerge-ediff): Remove bogus autoload.
33763
33764 2005-03-14 Lute Kamstra <lute@gnu.org>
33765
33766 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
33767 Ignore a `*' at the beginning of a line.
33768
33769 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
33770 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
33771 subr.el.
33772 (dont-compile, eval-when-compile, eval-and-compile): Use declare
33773 to specify indentation.
33774
33775 * generic.el (define-generic-mode): Let generic-mode-list be a
33776 list of strings; test membership with equal.
33777
33778 2005-03-14 Kim F. Storm <storm@cua.dk>
33779
33780 * simple.el (next-line, previous-line): Add optional try-vscroll
33781 arg to recognize interactive use. Pass it on to line-move.
33782 (line-move): Don't perform auto-window-vscroll when defining or
33783 executing keyboard macro to ensure consistent behavior.
33784
33785 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
33786
33787 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
33788
33789 2005-03-13 Lute Kamstra <lute@gnu.org>
33790
33791 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
33792 debugger-setup-buffer so that backtrace marks the frames set to
33793 debug-on-exit and we don't have to do it manually. Set an extra
33794 debug-on-exit for macro's.
33795 (debugger-setup-buffer): Don't mark the top frame manually.
33796
33797 2005-03-12 Lute Kamstra <lute@gnu.org>
33798
33799 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
33800 lisp-indent-function throughout.
33801 (with-no-warnings): Set lisp-indent-function property.
33802
33803 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
33804
33805 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
33806 Add entry for backslash.
33807
33808 2005-03-12 Juri Linkov <juri@jurta.org>
33809
33810 * info.el (Info-search): Four fixes for backward search.
33811
33812 2005-03-11 Jay Belanger <belanger@truman.edu>
33813
33814 * calc/calc.el (calc-language-alist): New variable.
33815 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
33816 (calc-embedded-find-modes): Use calc-language-alist instead of
33817 calc-embedded-language-alist.
33818
33819 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
33820
33821 * calendar/calendar.el (calendar-redrawing): New internal
33822 variable.
33823 (redraw-calendar): Remove bogus save-excursion from previous
33824 change. Bind calendar-redrawing to t for mark-diary-entries.
33825 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
33826 calendar if that is why we were called.
33827
33828 2005-03-11 Kenichi Handa <handa@m17n.org>
33829
33830 * international/mule.el (make-coding-system): Set property
33831 coding-system-define-form to nil.
33832 (define-coding-system-alias): Likewise.
33833
33834 2005-03-11 Kenichi Handa <handa@m17n.org>
33835
33836 These changes are suggested by Dave Love <fx@gnu.org>.
33837
33838 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
33839 coding: tag.
33840 (adaptive-fill-regexp): Add more bullets.
33841 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
33842 regexps.
33843
33844 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
33845
33846 * help.el (describe-mode): Properly handle non-trivial lighters.
33847 Don't ignore minor modes that are not listed in minor-mode-list.
33848
33849 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
33850 feature ON when the user requests to turn it OFF.
33851
33852 2005-03-10 Lute Kamstra <lute@gnu.org>
33853
33854 * emacs-lisp/debug.el (debug-entry-code): Delete it.
33855 (implement-debug-on-entry): New function to replace debug-entry-code.
33856 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
33857 second argument as the 2005-03-07 change makes it obsolete.
33858 (debug-on-entry, cancel-debug-on-entry): Update call to
33859 debug-on-entry-1.
33860 (debug, debugger-setup-buffer): Comment update.
33861 (debugger-frame-number): Update to work with implement-debug-on-entry.
33862
33863 2005-03-10 Jay Belanger <belanger@truman.edu>
33864
33865 * calc/calc-embed.el (math-ms-args): Declare it.
33866 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
33867 math-ms-args.
33868 (calc-embedded-subst): Use math-multi-subst-rec to substitute
33869 variables.
33870
33871 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
33872
33873 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
33874 Use message-box.
33875
33876 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
33877 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
33878 (tooltip-gud-tips): Simplify.
33879 (tooltip-gud-tips-p): Remove superfluous :set.
33880 (tooltip-gud-modes): Add fortran-mode.
33881 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
33882
33883 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
33884
33885 2005-03-09 Kim F. Storm <storm@cua.dk>
33886
33887 * play/animate.el (animate-place-char): Use forward-line instead
33888 of next-line to improve performance.
33889
33890 2005-03-09 Simon Josefsson <jas@extundo.com>
33891
33892 * net/browse-url.el (browse-url-default-browser): Doc fix.
33893
33894 2005-03-09 Miles Bader <miles@gnu.org>
33895
33896 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
33897 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
33898
33899 2005-03-09 Kenichi Handa <handa@m17n.org>
33900
33901 * international/latin-1.el: Set case and syntax for 255 only if
33902 set-case-syntax-set-multibyte is nil.
33903
33904 * textmodes/ispell.el (ispell-insert-word): New function.
33905 (ispell-word): Use ispell-insert-word to insert a new word.
33906 (ispell-process-line): Likewise.
33907 (ispell-complete-word): Likewise.
33908
33909 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
33910
33911 * calendar/calendar.el (redraw-calendar): Preserve point.
33912 Reported by Matt Hodges <MPHodges@member.fsf.org>.
33913 (calendar-week-start-day): Move after definition of
33914 redraw-calendar. Delete buffer test, since redraw-calendar has
33915 that now.
33916
33917 * calendar/diary-lib.el (mark-diary-entries): Only call
33918 redraw-calendar in the first of any recursive calls.
33919 Reported by Alan Shutko <ats@acm.org>.
33920
33921 2005-03-08 Juri Linkov <juri@jurta.org>
33922
33923 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
33924 (html-horizontal-rule, html-line, html-image, html-checkboxes)
33925 (html-radio-buttons): Add a space before the trailing `/>' where
33926 sgml-xml-mode is non-nil.
33927 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
33928 the subsequent tag of the empty XML tag.
33929 (html-href-anchor): Don't set initial input to "http:".
33930 (html-image): Ask for the image URL and set point inside alt="".
33931 (html-name-anchor): Duplicate the name in the `id' attribute when
33932 sgml-xml-mode is non-nil.
33933 (html-paragraph): Remove \n before <p>.
33934 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
33935 instead of `checked' when sgml-xml-mode is non-nil.
33936
33937 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
33938 Remove 1 space before #RRGGBB to not truncate it on terminal
33939 windows w/o fringes. Remove 1 space between bg and fg examples
33940 to get more space.
33941 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
33942 avoid byte-compile warnings.
33943
33944 * image-file.el (image-file-handler): Put `safe-magic' property to
33945 `image-file-handler'.
33946
33947 * info.el (Info-isearch-search): Emulate word search in
33948 isearching through multiple Info nodes with Info-search.
33949 (Info-isearch-wrap): Allow isearch-word.
33950
33951 2005-03-08 Lute Kamstra <lute@gnu.org>
33952
33953 * emacs-lisp/debug.el (debugger-step-through): Make sure that
33954 stepping into the debugger's code is not possible.
33955 (debugger-jumping-flag): Docstring update.
33956
33957 2005-03-08 Jay Belanger <belanger@truman.edu>
33958
33959 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
33960 embedded mode begins.
33961 (calc-embedded-language-alist): New variable.
33962 (calc-embedded-find-modes): Use calc-embedded-language-alist to
33963 set default language mode.
33964
33965 2005-03-08 Kenichi Handa <handa@m17n.org>
33966
33967 * international/ccl.el (define-ccl-program): Fix docstring about
33968 extra 256 bytes assured for the output buffer.
33969
33970 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
33971 Fix BUFFER_MAGNIFICATION to 2.
33972 (ccl-encode-mule-utf-16be-with-signature): Likewise.
33973
33974 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
33975
33976 * align.el (align-rules-list): Added an alignment rule for CSS
33977 declarations (applies to css-mode and html-mode buffers).
33978
33979 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
33980
33981 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
33982
33983 2005-03-07 Kim F. Storm <storm@cua.dk>
33984
33985 * simple.el (move-beginning-of-line): New command.
33986
33987 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
33988
33989 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
33990
33991 * emulation/cua-base.el: Put CUA move property on move-end-of-line
33992 and move-beginning-of-line.
33993
33994 * apropos.el (apropos-print): Omit command from M-x ... RET.
33995
33996 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
33997
33998 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
33999 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
34000
34001 2005-03-06 Richard M. Stallman <rms@gnu.org>
34002
34003 * bindings.el (esc-map): Bind M-g to goto-line.
34004
34005 * facemenu.el (global-map): Bind M-o, not M-g.
34006
34007 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
34008
34009 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
34010 "Open Directory" as for "Open File".
34011
34012 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
34013
34014 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
34015 (push-mark-command): Run activate-mark-hook.
34016
34017 2005-03-06 Richard M. Stallman <rms@gnu.org>
34018
34019 * help-mode.el (help-mode-finish): Don't alter the element
34020 in view-return-to-alist if there already is one.
34021
34022 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
34023 make sure the current buffer is the expected one.
34024
34025 * novice.el (disabled-command-function): Output in *Disabled Command*.
34026 Explicitly ignore non-keyboard events, and explicitly handle C-g.
34027
34028 * textmodes/flyspell.el (flyspell-large-region):
34029 Pass args differently for aspell.
34030
34031 * files.el (mode-require-final-newline): Doc fix.
34032
34033 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
34034
34035 * progmodes/which-func.el (which-function):
34036 Specify NOERROR when calling imenu--make-index-alist.
34037
34038 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
34039
34040 * simple.el (normal-erase-is-backspace): Define default value.
34041
34042 * custom.el (custom-theme-set-variables): Remove unused var
34043 `immediate'.
34044 (custom-reevaluate-setting): Simple function to handle variables
34045 that are defined before their default value can really be
34046 computed.
34047
34048 * startup.el (command-line): Use it for temporary-file-directory,
34049 small-emporary-file-directory, auto-save-file-name-transforms,
34050 blink-cursor-mode, and normal-erase-is-backspace.
34051
34052 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
34053 progress, even with buggy anchored keywords.
34054
34055 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
34056
34057 * simple.el (goto-line): Remove unbalanced final parenthesis.
34058
34059 2005-03-05 Richard M. Stallman <rms@gnu.org>
34060
34061 * simple.el (goto-line): Use a number at point as the default.
34062 With C-u as arg, switch buffers.
34063
34064 2005-03-05 Juri Linkov <juri@jurta.org>
34065
34066 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
34067 with `no-blinking-cursor'.
34068
34069 * startup.el (no-blinking-cursor): New defvar.
34070 (command-line): Add `--no-blinking-cursor' to longopts.
34071 Set `no-blinking-cursor' to t for command line arguments
34072 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
34073 with `no-blinking-cursor' in the condition for calling
34074 `blink-cursor-mode'.
34075
34076 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
34077
34078 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
34079 (menu-bar-options-save): Add blink-cursor-mode.
34080 (menu-bar-options-menu): Add blink-cursor-mode.
34081
34082 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
34083
34084 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
34085 (icalendar-export-file, icalendar-export-region)
34086 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
34087 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
34088
34089 2005-03-04 Lute Kamstra <lute@gnu.org>
34090
34091 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
34092 (debug-function-list): Ditto.
34093
34094 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
34095
34096 * textmodes/texinfmt.el (texinfo-append-refill):
34097 Redefine the types of line to which @refill
34098 is not appended by replacing a search for `@refill\\|@bye' with
34099 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
34100 itemize@refill' bug and the unfilled long lines bug.
34101 (texinfmt-version): Update number and date.
34102
34103 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
34104
34105 * international/code-pages.el (windows-1250, windows-125[2-8])
34106 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
34107
34108 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
34109
34110 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
34111 bound yet.
34112
34113 2005-03-02 Romain Francoise <romain@orebokech.com>
34114
34115 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
34116 buffer after removing limits.
34117 (ibuffer-pop-filter): Ditto.
34118 Update copyright.
34119
34120 2005-03-02 Miles Bader <miles@gnu.org>
34121
34122 * button.el (make-text-button): If the user doesn't specify a
34123 type, use the default. Rewrite to use `add-text-properties' and
34124 plist functions.
34125
34126 2005-03-01 Lute Kamstra <lute@gnu.org>
34127
34128 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
34129 (debugger-jumping-flag): New var.
34130 (debug-entry-code): Use it.
34131 (debugger-jump): Use debugger-jumping-flag and add
34132 debugger-reenable to post-command-hook.
34133 (debugger-reenable): Use debugger-jumping-flag and remove itself
34134 from post-command-hook.
34135 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
34136 debugger-reenable.
34137
34138 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
34139
34140 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
34141 inclusion of "itemize\\|", which may be unnecessary, is certainly
34142 inelegant, and stops refilling in itemize lists when formatting
34143 Japanese Texinfo files to Info.
34144 Update copyright to 2005.
34145
34146 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
34147
34148 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
34149 of an error if GDB can't find the source file.
34150
34151 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
34152
34153 * calendar/calendar.el (redraw-calendar): Work from any buffer,
34154 not just the calendar.
34155
34156 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
34157 first.
34158 (diary-redraw-calendar): New function.
34159 (make-diary-entry): Add diary-redraw-calendar to local
34160 write-contents-functions. Turn off selective display before
34161 inserting in diary.
34162
34163 2005-03-01 Kim F. Storm <storm@cua.dk>
34164
34165 * emacs-lisp/copyright.el (copyright-fix-years): New command.
34166
34167 2005-03-01 Lute Kamstra <lute@gnu.org>
34168
34169 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
34170 that debug-entry-code can be safely removed from a function while
34171 this code is being evaluated. Revert the 2005-02-27 change as the
34172 new implementation no longer requires it. Make sure that a
34173 function body containing just a string is not mistaken for a docstring.
34174 (debug): Skip one more frame in case of debug on entry.
34175 (debugger-setup-buffer): Delete one more frame line in case of
34176 debug on entry.
34177 (debugger-frame-number): Update to use the new text introduced by
34178 the 1999-11-03 change. Skip one more frame in case of debug on entry.
34179
34180 2005-02-28 Kim F. Storm <storm@cua.dk>
34181
34182 * double.el (double-translate-key): Call force-window-update after
34183 read-event to avoid crash in redisplay.
34184
34185 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
34186
34187 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
34188 (debug): Use it. Move the inhibit-trace earlier.
34189 (debug-entry-code): New const.
34190 (debug-on-entry-1): Use it.
34191
34192 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
34193
34194 * international/utf-16.el (ccl-encode-mule-utf-16le):
34195 Fix BUFFER_MAGNIFICATION to 2.
34196 (ccl-encode-mule-utf-16be): Likewise.
34197
34198 2005-02-28 Kenichi Handa <handa@m17n.org>
34199
34200 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
34201 Fix BUFFER_MAGNIFICATION to 4.
34202 (ccl-encode-mule-utf-16be-with-signature): Likewise.
34203
34204 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
34205
34206 * speedbar.el (speedbar-update-flag): Doc fix.
34207 (speedbar-show-info-under-mouse): Give set-mouse-position the right
34208 argument.
34209
34210 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
34211
34212 * reveal.el (reveal-post-command): Don't try to reveal overlays which
34213 have a non-nil `invisible' property but are actually visible.
34214
34215 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
34216 for perldoc sections.
34217 (perl-outline-regexp, perl-outline-level): New var and function.
34218 (perl-mode): Use them.
34219
34220 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
34221
34222 * calendar/diary-lib.el (diary-remind): Discard any mark portion
34223 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
34224
34225 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
34226
34227 * cus-edit.el: Comment change.
34228 (custom-buffer-create-internal): Slightly reword text at top of
34229 Custom buffers. Mention there that saving an option edits the
34230 init file. Add link to Emacs manual node on `custom-file'.
34231 (custom-magic-alist): Rewrite individual State messages to use
34232 capitalized keywords. Doc fix.
34233
34234 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
34235
34236 * calendar/calendar.el (calendar-buffer): Move above
34237 calendar-week-start-day.
34238 (calendar-week-start-day): Doc fix. Add :set function.
34239 (calendar-minimum-window-height): New variable.
34240 (generate-calendar-window): Only resize window if selected-window
34241 is displaying the calendar buffer. Use new variable
34242 calendar-minimum-window-height.
34243 (generate-calendar): Reword error message.
34244 (calendar-mode-map): Bind DEL to scroll-other-window-down.
34245
34246 2005-02-27 Andreas Schwab <schwab@suse.de>
34247
34248 * vc.el (vc-do-command): Don't run command asynchronously when
34249 operating in a remote directory.
34250
34251 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
34252 change from sync with Tramp 2.0.47.
34253
34254 2005-02-27 Richard M. Stallman <rms@gnu.org>
34255
34256 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
34257
34258 * textmodes/flyspell.el (flyspell-mode-on):
34259 Call ispell-change-dictionary only if necessary.
34260
34261 * emacs-lisp/re-builder.el (regexp-builder): New function.
34262
34263 * register.el (describe-register-1): Explicitly handle
34264 yank-excluded-properties = t.
34265
34266 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
34267 (custom-magic-alist): Change the status descriptions again.
34268 (face widget-type): Total rewrite based on `restricted-sexp'
34269 to eliminate the confusing double hiding levels.
34270
34271 * emacs-lisp/debug.el (debug-on-entry-1):
34272 If function body is empty, add nil as body form.
34273
34274 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
34275
34276 * emacs-lisp/trace.el (inhibit-trace): New var.
34277 (trace-make-advice): Use it.
34278
34279 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
34280
34281 2005-02-26 Kim F. Storm <storm@cua.dk>
34282
34283 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
34284 (mouse-on-link-p, mouse-drag-region-1): Use it.
34285
34286 2005-02-25 Lute Kamstra <lute@gnu.org>
34287
34288 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
34289
34290 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
34291
34292 * frame.el (blink-cursor-mode): Add :group keyword.
34293
34294 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
34295
34296 * calendar/icalendar.el (icalendar--decode-isodatetime):
34297 New optional argument DAY-SHIFT.
34298 (icalendar-export-region): Fix coding-system-for-write.
34299 (icalendar--convert-ical-to-diary): Shift end-day of all-day
34300 events by one.
34301
34302 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
34303
34304 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
34305
34306 2005-02-24 Kim F. Storm <storm@cua.dk>
34307
34308 * international/iso-acc.el (iso-accents-compose): Fix crash
34309 during redisplay. Call force-window-update after read-event
34310 and delete-region to signal that window is not accurate.
34311
34312 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
34313
34314 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
34315 Remove unused and inexistent var `inhibit-trace'.
34316 (debugger-mode): Use run-mode-hooks.
34317 (debugger-list-functions): Add buttons; setup xref stack.
34318
34319 2005-02-23 Richard M. Stallman <rms@gnu.org>
34320
34321 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
34322 appointment says it was explicitly made.
34323 (appt-add): Set the 3rd element.
34324 (appt-make-list): Preserve explicit appointments.
34325
34326 * subr.el (find-tag-default): Catch errors in forward-sexp.
34327
34328 2005-02-23 Juri Linkov <juri@jurta.org>
34329
34330 * info.el (Info-isearch-search): New defcustom.
34331 (Info-isearch-search): Call the default isearch function
34332 when Info-isearch-search is nil.
34333 (Info-isearch-wrap): Use variable Info-isearch-search.
34334
34335 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
34336
34337 * cus-edit.el: Comment change.
34338
34339 2005-02-22 Kim F. Storm <storm@cua.dk>
34340
34341 * progmodes/hideif.el (hide-ifdef-use-define-alist):
34342 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
34343
34344 2005-02-22 Simon Josefsson <jas@extundo.com>
34345
34346 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
34347 New variable.
34348 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
34349 Oskarsson" <myrkraverk@users.sourceforget.net>.
34350
34351 2005-02-22 Kim F. Storm <storm@cua.dk>
34352
34353 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
34354 check that window of that event is the selected window.
34355 (mouse-drag-region-1): Compare mouse event window to selected
34356 window before setting point.
34357
34358 * tooltip.el (tooltip-show-help-function): Pass event to
34359 mouse-on-link-p so it can check selected window.
34360
34361 2005-02-22 Kenichi Handa <handa@m17n.org>
34362
34363 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
34364 (ps-mule-show-warning): New function.
34365 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
34366 characters are found.
34367
34368 * ps-print.el (ps-header-footer-string): Return a list of header
34369 and footer strings.
34370
34371 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
34372
34373 * pcvs.el (cvs-retrieve-revision): Fix thinko.
34374
34375 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
34376
34377 * frame.el (blink-cursor-mode): Use define-minor-mode.
34378
34379 * term/mac-win.el (function-key-map): Use char-names more consistently.
34380 (file-name-coding-system): Only set it for MacOS-9. The other case is
34381 already handled in mule-cmds.el (where it also works when mac-win.el
34382 is not used).
34383
34384 2005-02-21 Kenichi Handa <handa@m17n.org>
34385
34386 * international/mule.el (ctext-pre-write-conversion): Always use
34387 " *code-converting-work*" buffer for work.
34388
34389 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
34390
34391 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
34392
34393 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
34394
34395 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
34396
34397 * ses.el (undo-more): Restore defadvice, but only the part that
34398 allows changes outside the restricted area of the buffer.
34399
34400 2005-02-20 Kim F. Storm <storm@cua.dk>
34401
34402 * simple.el (line-move): Add fourth optional arg try-vscroll which
34403 must be set to perform auto-window-vscroll.
34404 When moving backwards and doing auto-window-vscroll, automatically
34405 vscroll to the last part of lines which are taller than the window.
34406 (next-line, previous-line): Set try-vscroll arg on line-move.
34407
34408 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
34409
34410 * replace.el (query-replace, query-replace-regexp)
34411 (replace-string, replace-regexp): When operating on region, make
34412 the minibuffer prompt say so.
34413
34414 * isearch.el (isearch-forward): Document isearch-query-replace and
34415 isearch-query-replace-regexp keybindings.
34416
34417 2005-02-19 Jay Belanger <belanger@truman.edu>
34418
34419 * calc/calc-aent.el (math-read-token): Add local variable.
34420
34421 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
34422 (calc-edit-top): Move declaration to earlier in file.
34423 (calc-edit-macro-repeats): Add local variables.
34424
34425 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
34426 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
34427 calcFunc-tanh.
34428 Adjust integration rule for calcFunc-tan.
34429
34430 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
34431
34432 * emulation/viper-cmd.el (viper-prefix-commands): Make into a defconst.
34433 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
34434 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
34435 (viper-skip-separators): Bug fix.
34436 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
34437 particular major mode.
34438 (viper-del-backward-char-in-replace): Don't put deleted char on the
34439 kill ring.
34440
34441 * emulation/viper-ex.el (viper-color-display-p): New function.
34442 (viper-has-face-support-p): Use viper-color-display-p.
34443
34444 * emulation/viper-keym.el (viper-gnus-modifier-map): New keymap.
34445
34446 * emulation/viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
34447
34448 * emulation/viper-util.el (viper-glob-unix-files):
34449 Fix shell status check.
34450 (viper-file-remote-p): Make equivalent to file-remote-p.
34451
34452 * emulation/viper.el (viper-major-mode-modifier-list):
34453 Use viper-gnus-modifier-map.
34454
34455 2005-02-19 David Kastrup <dak@gnu.org>
34456
34457 * subr.el (subregexp-context-p): Fix garbled doc string by adding
34458 quoting.
34459
34460 2005-02-19 Jay Belanger <belanger@truman.edu>
34461
34462 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
34463 Remove extra definitions.
34464 (calc-coth): New function.
34465 (calcFunc-cot): Fix `let'.
34466
34467 2005-02-19 Eli Zaretskii <eliz@gnu.org>
34468
34469 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
34470 the reasons we use "type pc" in these faces.
34471
34472 * button.el (button): Ditto.
34473
34474 2005-02-19 Michael Mauger <mmaug@yahoo.com>
34475
34476 * replace.el (query-replace-read-from): Set the value of
34477 query-replace-from-history-variable to handle the case of an empty
34478 string entered to accept the suggested default.
34479
34480 * net/tramp.el (tramp-file-name-for-operation):
34481 Use dired-call-process instead of dired-call-process-command.
34482
34483 2005-02-19 Jay Belanger <belanger@truman.edu>
34484
34485 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
34486 (math-div-non-trig): New variables.
34487 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
34488 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
34489 (math-combine-prod, math-div-symb-fancy): Add simplifications for
34490 trig expressions.
34491
34492 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
34493
34494 * progmodes/gdb-ui.el (gdb-var-update-handler)
34495 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
34496 for watch expressions,
34497 (gdb-var-create-handler): Don't set speedbar-update-flag.
34498 (gdb-post-prompt): Simplify test for speedbar.
34499
34500 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
34501
34502 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
34503 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
34504 we use the syntax table of the correct buffer.
34505 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
34506 Felix Gatzemeier.
34507
34508 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
34509 (ediff-file-remote-p): Make synonymous with file-remote-p.
34510 In all deffaces ediff-*-face-*, use min-colors.
34511
34512 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
34513 ediff-recurse-to-subdirectories.
34514 (ediff-mark-if-equal): Check that the arguments are strings, use
34515 ediff-same-contents (after to Felix Gatzemeier).
34516
34517 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
34518 nil.
34519
34520 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
34521
34522 * log-view.el (log-view-message-re): Fix up Subversion regexp.
34523
34524 2005-02-18 David Kastrup <dak@gnu.org>
34525
34526 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
34527 use `mark-active' when defined.
34528
34529 2005-02-18 Kenichi Handa <handa@m17n.org>
34530
34531 * ps-print.el (ps-font-info-database): New entry
34532 ZapfChancery-MediumItalic with correct font name. Fix font name
34533 of the entry Zapf-Chancery-MediumItalic.
34534
34535 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
34536
34537 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
34538
34539 2005-02-16 Kim F. Storm <storm@cua.dk>
34540
34541 * ido.el (ido-fallback-command): Pass user input to fallback command.
34542
34543 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
34544
34545 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
34546 (gdb-find-file-hook): Add server prefix.
34547
34548 2005-02-16 Richard M. Stallman <rms@gnu.org>
34549
34550 * replace.el (perform-replace): Pass new args to replace-highlight.
34551 (replace-highlight): Take region args,
34552 and pass them to isearch-lazy-highlight-new-loop.
34553
34554 * novice.el (disabled-command-hook): Autoload the defalias
34555 and the make-obsolete-variable call.
34556
34557 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
34558
34559 * isearch.el (isearch-lazy-highlight-start-limit)
34560 (isearch-lazy-highlight-end-limit): New variables limit
34561 the region for highlighting.
34562 (isearch-lazy-highlight-new-loop): New args BEG and END.
34563 (isearch-lazy-highlight-search): Use the new vars.
34564 (isearch-lazy-highlight-update): Likewise.
34565
34566 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
34567
34568 * cus-start.el (all): Use default-boundp.
34569
34570 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
34571
34572 * menu-bar.el (menu-bar-select-frame): Handle current frame.
34573
34574 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
34575
34576 * autorevert.el (auto-revert-stop-on-user-input)
34577 (auto-revert-verbose): Doc fixes.
34578
34579 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
34580
34581 * international/mule-cmds.el (set-locale-environment): Remove call
34582 to set-selection-coding-system on Windows.
34583
34584 2005-02-15 Jay Belanger <belanger@truman.edu>
34585
34586 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
34587 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
34588 calcFunc-coth.
34589 (math-simplify-sqrt): Add simplifications.
34590
34591 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
34592 to list.
34593
34594 * calc/calc-ext.el: Add functions to autoloads.
34595
34596 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
34597 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
34598 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
34599 (math-csc-raw, math-cot-raw): New functions.
34600
34601 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
34602
34603 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
34604 the variable name in a message.
34605
34606 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
34607 calcFunc-csc, calcFunc-cot.
34608
34609 * calc/calcalg2.el: Add derivative and integration rules for
34610 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
34611 calcFunc-csch, calcFunc-coth.
34612 (math-do-integral-methods): Add to checks for when to use
34613 substitutions.
34614
34615 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
34616
34617 2005-02-15 Lute Kamstra <lute@gnu.org>
34618
34619 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
34620 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
34621 <monnier@iro.umontreal.ca>.
34622 (lisp-outline-level): Improve efficiency. Suggested by David
34623 Kastrup <dak@gnu.org>.
34624
34625 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
34626
34627 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
34628 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
34629 (gdb-set-gud-minor-mode-existing-buffers): New functions.
34630 (gdb-find-file-hook): New hook. Add it to find-file-hook.
34631 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
34632
34633 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
34634
34635 * cus-start.el (all): Comment change.
34636
34637 2005-02-14 Lute Kamstra <lute@gnu.org>
34638
34639 * cus-start.el (all): Check if symbol is void.
34640
34641 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
34642
34643 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
34644 optional argument to \cite.
34645
34646 2005-02-14 Richard M. Stallman <rms@gnu.org>
34647
34648 * cus-edit.el (custom-buffer-create-internal): Update help message.
34649 (custom-magic-alist): Update help messages.
34650
34651 * cus-start.el (all): Allow a var to specify a standard value.
34652
34653 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
34654
34655 * custom.el (custom-theme-set-variables): Handle variable aliases.
34656
34657 * frame.el (blink-cursor-timer): Doc fix.
34658 (blink-cursor): Make it an alias for `blink-cursor-mode' and
34659 declare obsolete.
34660 (blink-cursor-mode): Define with defcustom and use correct
34661 standard expression in that defcustom.
34662 * startup.el (command-line): Adapt to above changes in frame.el.
34663
34664 2005-02-11 Lute Kamstra <lute@gnu.org>
34665
34666 * apropos.el (apropos-score-doc): Prevent division by zero.
34667
34668 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
34669
34670 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
34671 (icalendar--get-event-property-attributes)
34672 (icalendar--get-event-properties)
34673 (icalendar--datetime-to-diary-date): New functions.
34674 (icalendar--split-value): Doc fix.
34675 (icalendar--datetime-to-noneuropean-date)
34676 (icalendar--datetime-to-european-date): New optional argument
34677 SEPARATOR. Return result as a string instead of a list.
34678 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
34679 (icalendar--convert-string-for-export): Rename arg S to STRING.
34680 (icalendar-export-region): Doc fix. Change name of error buffer.
34681 Save output buffer.
34682 (icalendar-import-file): Add blank at end of prompt.
34683 (icalendar-import-buffer): Doc fix. Do not switch to error
34684 buffer. Indicate status in return value.
34685 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
34686 buffer. Save output buffer. Handle exception from recurrence
34687 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
34688 events. Fix problems with weekly all-day events.
34689
34690 2005-02-10 Richard M. Stallman <rms@gnu.org>
34691
34692 * simple.el (eval-expression-print-format):
34693 Avoid warning about edebug-active.
34694
34695 * help.el (help-for-help-internal): Rename from help-for-help.
34696 (help-for-help): Define with defalias.
34697
34698 * font-core.el (font-lock-default-function): Use with-no-warnings.
34699
34700 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
34701
34702 * custom.el (defface): Doc fix.
34703
34704 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
34705
34706 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
34707 width 0" to prevent word wrapping problems.
34708
34709 2005-02-09 Kim F. Storm <storm@cua.dk>
34710
34711 * ido.el (ido-file-extensions-order): New defcustom.
34712 (ido-file-extension-lessp, ido-file-extension-aux)
34713 (ido-file-extension-order): New advanced file ordering.
34714 (ido-file-lessp): New simple file ordering.
34715 (ido-sort-list): Remove.
34716 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
34717 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
34718
34719 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
34720
34721 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
34722 that some versions of grep produce.
34723 (grep-mode-font-lock-keywords): Likewise.
34724
34725 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
34726
34727 * progmodes/gdb-ui.el (gdb-location-list): New variable.
34728 (gdb-cdir): Delete.
34729 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
34730 (gdb-source-info): Treat case when source file is in another
34731 directory properly.
34732 (gdb-get-location): New function.
34733
34734 2005-02-07 Jay Belanger <belanger@truman.edu>
34735
34736 * calc/calc-prog.el (calc-write-parse-table-part)
34737 (calc-fix-token-name): Fix a check for language type.
34738
34739 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
34740
34741 2005-02-07 Andre Spiegel <spiegel@gnu.org>
34742
34743 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
34744 as directory not writable.
34745
34746 2005-02-07 Kim F. Storm <storm@cua.dk>
34747
34748 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
34749 (cua--standard-movement-commands): Remove list.
34750 Instead, set CUA property value to move for movement commands.
34751 (cua-movement-commands): Remove. Users must set CUA prop instead.
34752 (cua--pre-command-handler): Check CUA property.
34753 (cua--init-keymaps): Don't remap undo commands.
34754 (cua-mode): Don't call cua--rectangle-on-off.
34755
34756 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
34757 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
34758 (cua--rect-undo-set-point): New var.
34759 (cua--rectangle-undo-boundary): Setup undo apply entry.
34760 (cua--rect-undo-handler): New function for rectangle undo.
34761 (cua--rect-start-position, cua--rect-end-position): Add.
34762 (cua--rectangle-post-command): Call cua--rectangle-set-corners
34763 for restored rectangle. Set point if cua--rect-undo-set-point.
34764
34765 2005-02-06 Jay Belanger <belanger@truman.edu>
34766
34767 * calc/calc-lang.el (calc-tex-language): Display more information
34768 in messages.
34769
34770 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
34771 in TeX mode.
34772
34773 2005-02-06 Richard M. Stallman <rms@gnu.org>
34774
34775 * emacs-lisp/lisp.el (buffer-end): Doc fix.
34776
34777 2005-02-05 Arne J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
34778
34779 * net/ldap.el (ldap-search-internal): Support attributes with
34780 optional descriptions separated by a semi-colon, as in
34781 "userCertificate;binary".
34782
34783 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
34784
34785 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
34786 isn't a cons (i.e. the version is 0).
34787
34788 2005-02-05 Eli Zaretskii <eliz@gnu.org>
34789
34790 * help.el (help-for-help): Doc fix.
34791
34792 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
34793
34794 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
34795 GDB-Windows on the menu-bar as this works better.
34796
34797 2005-02-04 Jay Belanger <belanger@truman.edu>
34798
34799 * calc/calc-embed.el (calc-embedded-update): Don't put in
34800 unnecessary newlines. Adjust the end of formula marker.
34801
34802 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
34803 (math-latex-parse-two-args): New function.
34804
34805 2005-02-03 Lute Kamstra <lute@gnu.org>
34806
34807 * help-fns.el (help-with-tutorial): Make sure that users cannot
34808 remove the entire text of the tutorial by means of `undo'.
34809
34810 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
34811
34812 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
34813 in recent changes, where the ispell process was repeatedly
34814 killed & restarted.
34815
34816 * international/mule-cmds.el (set-locale-environment): Set file-name
34817 coding system to utf-8 on Darwin systems.
34818 (set-default-coding-systems): Don't set default-file-name-coding-system
34819 on Darwin systems.
34820
34821 2005-02-03 Richard M. Stallman <rms@gnu.org>
34822
34823 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
34824
34825 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
34826
34827 * faces.el (list-faces-display): Add optional argument.
34828
34829 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
34830
34831 * font-core.el (font-lock-default-function): Handle the rare case where
34832 only font-lock-keywords is set.
34833
34834 2005-02-02 Kenichi Handa <handa@m17n.org>
34835
34836 * international/characters.el: Cancel previous change for
34837 I-WITH-DOT-ABOVE and DOTLESS-i.
34838
34839 * international/latin-5.el: Cancel previous change.
34840
34841 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
34842
34843 * progmodes/gud.el: Correction to syntax in gud-menu-map.
34844
34845 2005-02-02 Kenichi Handa <handa@m17n.org>
34846
34847 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
34848 DOTLESS-i.
34849
34850 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
34851 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
34852
34853 * case-table.el (get-upcase-table): New function.
34854 (copy-case-table): Copy upcaes table too if non-nil.
34855 (set-case-syntax-delims): Maintain upcase table too.
34856 (set-case-syntax-pair): Likewise.
34857 (set-upcase-syntax, set-downcase-syntax): New functions.
34858 (set-case-syntax): Maintain upcase table too.
34859
34860 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
34861
34862 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
34863
34864 * progmodes/gud.el (gud-goto-info): New function.
34865 (gud-tool-bar-map): Use correct icon.
34866
34867 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
34868
34869 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
34870 When delegating, order args in the funcall correctly.
34871
34872 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
34873
34874 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
34875
34876 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
34877
34878 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
34879 buffer not visiting a file.
34880
34881 2005-01-31 Jay Belanger <belanger@truman.edu>
34882
34883 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
34884 bound on the line with the formula.
34885
34886 2005-01-31 Kim F. Storm <storm@cua.dk>
34887
34888 * ses.el (ses-create-cell-variable-range)
34889 (ses-destroy-cell-variable-range, ses-reset-header-string)
34890 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
34891 (ses-insert-row): Fix format of apply undo entries.
34892
34893 2005-01-31 Jay Belanger <belanger@truman.edu>
34894
34895 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
34896 parts.
34897
34898 * calc/calc-embed.el (calc-embedded-open-formula)
34899 (calc-embedded-close-formula): Ignore matrix environments.
34900
34901 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
34902 TeX mode.
34903
34904 * calc/calc-lang.el (math-function-table, math-oper-table)
34905 (math-variable-table): Adjust the LaTeX portions.
34906
34907 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
34908 (math-latex-ignore-words): New constant.
34909
34910 2005-01-31 Richard M. Stallman <rms@gnu.org>
34911
34912 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
34913 (ispell-local-dictionary): Doc fix.
34914 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
34915 Don't reinitialize at run time. Don't defcustom.
34916 All uses changed to append ispell-local-dictionary-alist,
34917 or check it first.
34918 (ispell-current-dictionary): New variable for dictionary in use.
34919 (ispell-dictionary): Now used only for global default.
34920 (ispell-start-process): Set ispell-current-dictionary,
34921 not ispell-dictionary.
34922 (ispell-change-dictionary): Use this only for setting
34923 user preferences.
34924 (ispell-internal-change-dictionary): New function
34925 to change the current dictionary in use.
34926 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
34927 Use ispell-current-dictionary.
34928 Handle ispell-local-dictionary-overridden.
34929 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
34930
34931 2005-01-31 Jay Belanger <belanger@truman.edu>
34932
34933 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
34934
34935 * calc/calc-ext.el: Add calc-latex-language to autoloads.
34936 (calc-mode-map): Add calc-latex-language.
34937
34938 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
34939 (math-latex-print-frac): New functions.
34940 (math-oper-table, math-function-table, math-variable-table)
34941 (math-complex-format, math-input-filter): Add latex properties.
34942 (calc-set-language): Set math-expr-special-function-mapping.
34943
34944 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
34945 (calc-write-parse-table-part): Add LaTeX support.
34946
34947 * calc/calc.el (calc-language): Adjust docstring.
34948 (calc-set-mode-line): Add LaTeX support.
34949 (math-expr-special-function-mapping): New variable.
34950 (math-tex-ignore-words): Add to list.
34951
34952 * calc/calccomp.el (math-compose-expr, math-compose-rows):
34953 Add LaTeX support.
34954 (math-compose-expr): Add support for special functions.
34955
34956 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
34957
34958 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
34959
34960 * progmodes/gdb-ui.el (gdb-memory-address)
34961 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
34962 (gdb-memory-mode-map, gdb-memory-format-keymap)
34963 (gdb-memory-format-menu, gdb-memory-unit-keymap)
34964 (gdb-memory-unit-menu): New variables for a buffer
34965 that lets the user examine program memory.
34966 (gdb-memory-set-address, gdb-memory-set-repeat-count)
34967 (gdb-memory-format-binary, gdb-memory-format-octal)
34968 (gdb-memory-format-unsigned, gdb-memory-format-signed)
34969 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
34970 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
34971 (gdb-memory-unit-word, gdb-memory-unit-halfword)
34972 (gdb-memory-unit-byte, gdb-memory-unit-menu)
34973 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
34974 (gdb-memory-mode, gdb-memory-buffer-name)
34975 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
34976 New functions for above buffer.
34977
34978 2005-01-30 Richard M. Stallman <rms@gnu.org>
34979
34980 * cus-edit.el (custom-bury-buffer): Function deleted.
34981 (custom-buffer-done-function): Option deleted.
34982 (custom-buffer-done-kill): New replacement option.
34983 (Custom-buffer-done): Call quit-window.
34984 (custom-buffer-create-internal): Update for above changes.
34985
34986 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
34987
34988 * simple.el (undo-ask-before-discard): New var.
34989 (undo-outer-limit-truncate): Implement it.
34990 (undo-extra-outer-limit): Doc update.
34991
34992 2005-01-29 Richard M. Stallman <rms@gnu.org>
34993
34994 * ses.el (undo-more): Delete defadvice.
34995 (ses-begin-change): Doc fix.
34996
34997 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
34998 instead of rebinding C-x u and C-_.
34999
35000 * files.el (normal-backup-enable-predicate): Return nil for files
35001 in /tmp, regardless of temporary-file-directory.
35002
35003 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
35004
35005 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
35006 (open-rectangle, delete-whitespace-rectangle-line)
35007 (clear-rectangle-line): If FILL, pass t instead of FILL
35008 for move-to-column's 2nd arg.
35009
35010 * simple.el (undo): Fix the test for continuing a series of undos.
35011 (undo-more): Set pending-undo-list to t when we reach end.
35012 (pending-undo-list): Move up defvar.
35013
35014 * wid-edit.el (widget-button-click):
35015 Shorten the range of the track-mouse binding.
35016
35017 * comint.el (comint-insert-input): Undo previous changes;
35018 use last-input-event in interactive spec.
35019
35020 2005-01-29 Eli Zaretskii <eliz@gnu.org>
35021
35022 * progmodes/compile.el (compilation-start): Bind buffer-read-only
35023 to nil before invoking call-process. Reset buffer's modified flag
35024 after fontifying it in the no-async branch.
35025
35026 * wid-edit.el (widget-specify-button): If mouse pointer shape
35027 cannot be changed, use mouse face instead.
35028
35029 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
35030
35031 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
35032 (gdb-goto-breakpoint): Make breakpoint handling work on template
35033 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>.
35034 (gdb-assembler-custom): Update to recognize breakpoint information
35035 added on 2005-01-19.
35036
35037 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
35038
35039 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
35040 (dsssl-mode): Use define-derived-mode.
35041 (scheme-mode-initialize): Remove.
35042 (scheme-mode): Use run-mode-hooks.
35043
35044 * cus-edit.el (customize-group-other-window)
35045 (custom-buffer-create-other-window): Don't override special-display-*.
35046 (custom-mode-map): Make it dense.
35047
35048 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
35049 sets the default value.
35050
35051 2005-01-28 Eli Zaretskii <eliz@gnu.org>
35052
35053 * descr-text.el: Add more keywords.
35054
35055 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
35056
35057 * speedbar.el: Avoid unnecessary use of locate-library.
35058
35059 * international/mule-cmds.el (standard-display-european-internal):
35060 Don't fiddle with latin-1 non-break space any more since it's now
35061 special cased in the C code.
35062 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
35063
35064 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
35065
35066 * cus-start.el (all): Add `undo-outer-limit'.
35067
35068 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
35069
35070 * textmodes/bibtex.el (bibtex-format-entry):
35071 Use `bibtex-empty-field-re' only on the text of fields, not on entire
35072 field lines.
35073 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
35074 not on part of a buffer.
35075
35076 2005-01-25 Lute Kamstra <lute@gnu.org>
35077
35078 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
35079 nonempty field text strings like "{letters\\macro{}more letters}".
35080 Clarify docstring.
35081 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
35082 (bibtex-entry-offset, bibtex-parse-association)
35083 (bibtex-parse-field-name): Fix typos in docstrings.
35084 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
35085
35086 2005-01-24 Dan Nicolaescu <dann@ics.uci.edu>
35087 Juri Linkov <juri@jurta.org>
35088
35089 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
35090 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
35091 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
35092 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
35093
35094 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
35095 isearch minor mode.
35096
35097 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
35098
35099 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
35100
35101 2005-01-24 Lute Kamstra <lute@gnu.org>
35102
35103 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
35104 CASECHARS and NOT-CASECHARS regular expressions of the
35105 "nederlands" and "nederlands8" dictionaries to prevent a "Range
35106 striding over charsets" error.
35107
35108 2005-01-24 Jay Belanger <belanger@truman.edu>
35109
35110 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
35111 display variable name.
35112
35113 2005-01-24 Kenichi Handa <handa@m17n.org>
35114
35115 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
35116 Fix setting of the element of encoded-kbd-iso2022-invocations.
35117
35118 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
35119
35120 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
35121 (gdb-threads-select): Change to also accept mouse events.
35122 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
35123 (gdb-threads-mouse-select): Delete.
35124
35125 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
35126
35127 * files.el (insert-directory): Take care of empty directory,
35128 listed without -a switch.
35129
35130 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
35131
35132 * textmodes/refill.el (refill-post-command-function):
35133 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
35134 to the list of functions that we should be careful not to undo.
35135 (refill-late-fill-paragraph-function): Remove.
35136 (refill-saved-state): New var.
35137 (refill-mode): Use it to save fill-paragraph-function.
35138 Save also the value of auto-fill-function.
35139
35140 * term/w32-win.el: Simplify code.
35141
35142 2005-01-23 Kim F. Storm <storm@cua.dk>
35143
35144 * simple.el (line-move): Adapt to new return value from
35145 pos-visible-in-window-p.
35146
35147 * simple.el (line-move): Fix last change. Check partial
35148 visibility at point rather than at window-start.
35149
35150 2005-01-22 Jason Rumney <jasonr@gnu.org>
35151
35152 * term/w32-win.el (xw-defined-colors): Remove debug-message.
35153
35154 2005-01-22 David Kastrup <dak@gnu.org>
35155
35156 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
35157
35158 2005-01-22 Eli Zaretskii <eliz@gnu.org>
35159
35160 * type-break.el (type-break-mode): Add a test for
35161 type-break-file-name being non-nil.
35162
35163 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
35164
35165 * net/eudc.el (top level): Call (message "") via progn, so that
35166 eudc-options-file is loaded.
35167
35168 2005-01-22 Kim F. Storm <storm@cua.dk>
35169
35170 * simple.el (line-move-1): Rename from line-move.
35171 (line-move): New function that adjusts vscroll for partially
35172 visible rows, and calls line-move-1 otherwise.
35173
35174 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
35175
35176 * pcomplete.el: Define pcomplete-read-event instead of read-event,
35177 since it's not a complete read-event implementation.
35178
35179 2005-01-20 Jay Belanger <belanger@truman.edu>
35180
35181 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
35182 for called function.
35183
35184 2005-01-20 Steven Tamm <steventamm@mac.com>
35185
35186 * term/mac-win.el (process-connection-type): Remove.
35187 Controlled now by s/darwin.h:PTY_ITERATION.
35188
35189 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
35190
35191 * window.el (handle-select-window): Don't switch window when we're
35192 in the minibuffer.
35193
35194 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
35195
35196 * subr.el (dotimes-with-progress-reporter): New macro.
35197
35198 * ses.el (ses-dotimes-msg): Remove macro.
35199 Use `dotimes-with-progress-reporter' instead.
35200
35201 2005-01-19 Steven Tamm <steventamm@mac.com>
35202
35203 * term/mac-win.el (process-connection-type): Use new
35204 operating-system-release variable to use ptys on Darwin 7 (OS X
35205 10.3) when using carbon build.
35206
35207 2005-01-19 Jay Belanger <belanger@truman.edu>
35208
35209 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
35210 flags if the last command was a tab or M-tab.
35211
35212 * calc/calc-prog.el (calc-user-define-edit): Put original formula
35213 in formula editing buffer.
35214
35215 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
35216
35217 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
35218 breakpoint image symbol in margin.
35219
35220 2005-01-19 Jay Belanger <belanger@truman.edu>
35221
35222 * calc/calc-prog.el (calc-execute-kbd-macro):
35223 Ignore calc-keep-arg-flag.
35224
35225 2005-01-19 Kenichi Handa <handa@m17n.org>
35226
35227 * textmodes/ispell.el (ispell-looking-at): New function.
35228 (ispell-process-line): Use ispell-looking-at to compare the ispell
35229 output and the buffer contents.
35230
35231 2005-01-18 Jay Belanger <belanger@truman.edu>
35232
35233 * calc/calc.el (calc-display-raw): Fix docstring.
35234
35235 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
35236
35237 * simple.el (blink-matching-open): Strip extra info from syntax.
35238
35239 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
35240 funny chars in the end-of-here-doc marker.
35241
35242 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
35243
35244 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
35245 that enable/disabled state of breakpoints is shown correctly in
35246 fringe and on ttys.
35247 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
35248 Add breakpoint information as text properties.
35249 (gdb-mouse-toggle-breakpoint):
35250 Rename to gdb-mouse-set-clear-breakpoint.
35251 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
35252 breakpoints in the margin.
35253 (gdb-remove-strings): Simplify.
35254
35255 2005-01-17 Jay Belanger <belanger@truman.edu>
35256
35257 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
35258 erasing buffer.
35259
35260 2005-01-17 Richard M. Stallman <rms@gnu.org>
35261
35262 * progmodes/grep.el (grep-find): Copy from `grep' the condition
35263 for calling grep-compute-defaults.
35264
35265 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
35266 if buffer is empty.
35267
35268 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
35269
35270 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
35271
35272 * hilit-chg.el (highlight-changes-mode): Don't autoload.
35273
35274 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
35275 non-preloaded variables.
35276
35277 2005-01-17 Steven Tamm <steventamm@mac.com>
35278
35279 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
35280 tex-shell cause to force interactivity when using pipes.
35281
35282 2005-01-17 Kim F. Storm <storm@cua.dk>
35283
35284 * simple.el (just-one-space): Make arg optional.
35285
35286 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
35287
35288 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
35289 posn-at-x-y to t to access left-margin.
35290
35291 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
35292
35293 Sync with Tramp 2.0.47.
35294
35295 * net/tramp.el (tramp-operation-not-permitted-regexp): New defcustom,
35296 catching keep-date problems in cp/scp operations.
35297 (tramp-handle-copy-file): Don't call `set-file-modes'
35298 unconditionally. Specialized functions should know better what is
35299 necessary. This improves performance a little bit, and the
35300 functions could catch errors with `cp -p' and `scp -p'.
35301 (tramp-do-copy-or-rename-file-via-buffer)
35302 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
35303 when appropriate.
35304 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
35305 Call `set-file-modes' when appropriate.
35306 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
35307 Johnsson <isak@hypergene.com>.
35308 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
35309 of both Tramp buffer and debug buffer. Reported by Joakim Verona
35310 <joakim@verona.se>.
35311 (tramp-file-name-for-operation): Mark `shell-command' as magic for
35312 Emacs only.
35313
35314 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
35315 `find-file-hooks' and `dired-mode-hook'.
35316 (tramp-minor-mode-map): Respective map. Add remapping for
35317 `compile' and `recompile'.
35318 (tramp-remap-command, tramp-recompile): New defuns.
35319 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
35320 in buffer "*Compilation*". Call the commands asynchronously.
35321
35322 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
35323 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
35324 `shell-command', because it isn't magic in XEmacs. Reported by
35325 Adrian Aichner <adrian@xemacs.org>.
35326
35327 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
35328 `substitute-in-file-name.
35329 (tramp-smb-handle-substitute-in-file-name): New defun.
35330 (tramp-smb-advice-PC-do-completion): Delete advice.
35331
35332 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
35333
35334 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
35335 Fix error in deleting region.
35336
35337 2005-01-15 Richard M. Stallman <rms@gnu.org>
35338
35339 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
35340 In non-temp buffer, switch syntax table temporarily.
35341
35342 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
35343
35344 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
35345
35346 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
35347
35348 * imenu.el (imenu--split-menu): Copy menulist before sorting.
35349 (imenu--generic-function): Use START, not BEG, as pos of definition.
35350
35351 * simple.el (just-one-space): Argument specifies number of spaces.
35352
35353 * simple.el (eval-expression-print-format): Avoid warning
35354 about edebug-active.
35355
35356 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (tiny change)
35357
35358 * progmodes/sh-script.el: Code copied from make-mode.el
35359 with small changes,
35360 (sh-mode-map): Bind C-c C-\.
35361 (sh-backslash-column, sh-backslash-align): New variables.
35362 (sh-backslash-region, sh-append-backslash): New functions.
35363
35364 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
35365
35366 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
35367 (rmail-pop-password, rmail-pop-password-required): Move to
35368 rmail-obsolete group.
35369 (rmail-set-pop-password): Rename to rmail-set-remote-password.
35370 All callers updated.
35371 (rmail-get-pop-password): Rename to rmail-get-remote-password.
35372 Take an argument specifying whether it is POP or IMAP mailbox we
35373 are using. All callers updated.
35374 (rmail-pop-password-error): Rename to
35375 rmail-remote-password-error. Added mailutils-specific error message.
35376 (rmail-movemail-search-path)
35377 (rmail-movemail-variant-in-use): New variables.
35378 (rmail-remote-password, rmail-remote-password-required):
35379 New customization variables.
35380 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
35381 (rmail-parse-url): New function.
35382 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
35383 with GNU mailutils movemail.
35384
35385 2005-01-15 Kevin Ryde <user42@zip.com.au>
35386
35387 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
35388 suffix to space, $ or '$, to correctly position point when going
35389 to @table style constants like DBL_MAX.
35390
35391 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
35392
35393 * type-break.el (type-break-mode, type-break-file-time)
35394 (type-break-file-keystroke-count, type-break-choose-file):
35395 Don't store data in or load data from the file if type-break-file-name
35396 is nil.
35397 (type-break-file-name): Doc update as per the above.
35398
35399 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
35400
35401 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
35402 lookup-key might return nil; handle that.
35403
35404 2005-01-15 Alan Mackenzie <acm@muc.de>
35405
35406 * progmodes/ebrowse.el (ebrowse-class-in-tree):
35407 Return the tail of the tree rather than the element found,
35408 thus enabling the tree to be setcar'd.
35409
35410 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
35411
35412 * textmodes/org.el (org-show-following-heading): New option.
35413 (org-show-hierarchy-above): Use `org-show-following-heading'.
35414 (org-cycle): Documentation fix.
35415
35416 * textmodes/org.el (orgtbl-optimized): New option.
35417 (orgtbl-mode): New command, a minor mode.
35418 (orgtbl-mode-map): New variable.
35419 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
35420 (orgtbl-error, orgtbl-self-insert-command)
35421 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
35422
35423 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
35424 a local variable in each org-mode buffer.
35425
35426 * textmodes/org.el (org-set-regexps-and-options): Rename from
35427 `org-set-regexps'. Added checking for STARTUP keyword.
35428 (org-get-current-options): Add STARTUP options.
35429 (org-table-insert-row): Make mode intelligent about when
35430 realignment is needed.
35431 (org-self-insert-command, org-delete-backward-char, org-delete-char):
35432 New commands.
35433 (org-enable-table-editor): New default value `optimized'.
35434 (org-table-blank-field): Support blanking regions if active.
35435
35436 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
35437
35438 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
35439 if the year is not given.
35440
35441 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
35442 Add new escapes %m and %M, fixed bug with %F by adding
35443 save-match-data.
35444 (reftex-reference): Remove ?. from list of spaces.
35445 (reftex-label-info): Add automatic label prefix recognition.
35446
35447 * textmodes/reftex-index.el (reftex-index-next-phrase):
35448 Add slave parameter to call of `reftex-index-this-phrase'.
35449 (reftex-index-this-phrase): New optional argument.
35450 (reftex-index-region-phrases): Add slave parameter to call of
35451 `reftex-index-this-phrase'.
35452 (reftex-display-index): New argument redo.
35453 (reftex-index-rescan): Add `redo' to arguments of
35454 `reftex-display-index'.
35455 (reftex-index-Rescan, reftex-index-revert)
35456 (reftex-index-switch-index-tag): Add `redo' to arguments of
35457 `reftex-display-index'.
35458 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
35459 indexing. Fix bug with matching is there is a quote before or
35460 after the word.
35461
35462 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
35463 Fix bug when collecting citation keys in lines with comments.
35464 (reftex-citation): Prefix argument no longer rescans the document,
35465 but forces prompting for optional arguments of cite macros.
35466 (reftex-do-citation): Prompting for optional arguments implemented.
35467
35468 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
35469 Add optional arguments to most cite commands.
35470 (reftex-cite-cleanup-optional-args): New option
35471 (reftex-cite-prompt-optional-args): New option.
35472 (reftex-trust-label-prefix): New option.
35473
35474 * textmodes/reftex-toc.el (reftex-toc-find-section):
35475 Add push-mark before changing the position in the buffer.
35476
35477 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
35478 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
35479
35480 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
35481
35482 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
35483 more carefully.
35484
35485 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
35486
35487 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
35488 (sgml-mode): Use it.
35489 (sgml-get-context): Better keep track of implicitly closed tags.
35490
35491 2005-01-13 Kenichi Handa <handa@m17n.org>
35492
35493 * textmodes/ispell.el: These changes are to fix misalignment error
35494 caused by equivalent characters of different Emacs charsets.
35495 (ispell-unified-chars-table): New variable.
35496 (ispell-get-decoded-string): New function.
35497 (ispell-get-casechars, ispell-get-not-casechars)
35498 (ispell-get-otherchars): Call ispell-get-decoded-string.
35499
35500 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
35501
35502 * custom.el (custom-declare-variable): Just put symbol instead
35503 of (defvar . symbol) in `current-load-list'.
35504
35505 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
35506
35507 * emacs-lisp/elint.el: Fixed typo in Commentary section.
35508
35509 2005-01-12 Jay Belanger <belanger@truman.edu>
35510
35511 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
35512 to create a Calc summary.
35513
35514 2005-01-12 Kim F. Storm <storm@cua.dk>
35515
35516 * mouse.el (mouse-on-link-p): Change functionality and doc
35517 string to comply with latest description in lisp ref.
35518
35519 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
35520
35521 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
35522 Enable mouse clicks on mode-line, header-line and margin.
35523 (event-type): Give mouse event symbols an `event-kind' property
35524 with value `mouse-click'.
35525
35526 2005-01-12 Juri Linkov <juri@jurta.org>
35527
35528 * facemenu.el (list-colors-display): Add new arg buffer-name.
35529 Use it. Fix docstring. Replace code for identifying duplicate
35530 colors by the name with call to `list-colors-duplicates' which
35531 identifies duplicate colors by the value unless the color
35532 is one of special Windows colors. Set truncate-lines to t.
35533 Print sorted duplicate color names on each line. Indent to 22
35534 \(the longest color name in rgb.txt) instead of 20. Optimize.
35535 (list-colors-duplicates): New function.
35536 (facemenu-color-name-equal): Delete function.
35537
35538 * facemenu.el (list-colors-print): New function created from code
35539 in list-colors-display. Print #RRGGBB at the window right edge.
35540 (list-colors-display): When temp-buffer-show-function is not
35541 defined, call list-colors-print from temp-buffer-show-hook
35542 to get the right value of window-width in list-colors-print
35543 after the buffer is displayed.
35544
35545 * simple.el (pop-mark): Move deactivate-mark out of conditional
35546 part to deactivate the active mark regardless of the state of the
35547 mark ring.
35548
35549 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
35550 variables line in desktop files.
35551
35552 2005-01-12 Juri Linkov <juri@jurta.org>
35553
35554 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
35555 Bring together isearch highlight related options.
35556 (lazy-highlight): Replace group `replace' by `matching'.
35557 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
35558 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
35559 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
35560 and declare them obsolete.
35561 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
35562 (isearch-faces): Remove defgroup.
35563 (isearch-overlay, isearch-highlight, isearch-dehighlight):
35564 Move isearch highlighting code closer to lazy highlighting code.
35565
35566 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
35567 (query-replace-highlight, query-replace-lazy-highlight)
35568 (query-replace): Move definitions to the beginning of the file.
35569
35570 2005-01-11 Juri Linkov <juri@jurta.org>
35571
35572 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
35573 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
35574 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
35575
35576 * info.el (Info-history-forward): New variable.
35577 (Info-select-node): Reset Info-history-forward to nil.
35578 (Info-last): Turn into defalias.
35579 (Info-history-back): Rename from Info-last.
35580 Add current node to Info-history-forward.
35581 (Info-history-forward): New fun.
35582 (Info-mode-map): Replace Info-last by Info-history-back.
35583 Bind Info-history-forward to "r".
35584 (Info-mode-menu): Replace Info-last by Info-history-back.
35585 Fix menu item text. Add menu item for Info-history-forward.
35586 (info-tool-bar-map): Replace Info-last by Info-history-back.
35587 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
35588 for Info-history-forward.
35589 (Info-mode): Replace Info-last by Info-history-back in docstring.
35590 Add local variable Info-history-forward.
35591 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
35592
35593 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
35594
35595 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
35596 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
35597 Ignore select-window events rather than fiddle with
35598 mouse-autoselect-window.
35599
35600 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
35601
35602 * type-break.el (type-break-mode): Fix previous change.
35603
35604 2005-01-10 Jay Belanger <belanger@truman.edu>
35605
35606 * calc/calc-ext.el (calc-reset): Reset when inside embedded
35607 calculator; only reset when point is inside a calculator.
35608 Don't adjust the window height if the window takes up the whole height
35609 of the frame.
35610
35611 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
35612
35613 * ebuff-menu.el (Electric-buffer-menu-mode):
35614 Preserve value of buffer-local var header-line-format.
35615
35616 2005-01-09 Jay Belanger <belanger@truman.edu>
35617
35618 * calc/calc.el (calc-mode-var-list-restore-saved-values):
35619 Make sure settings file exists before accessing it.
35620
35621 * calc/calc-embed.el (calc-embedded-subst):
35622 Replace math-multi-subst-rec, which is only supposed to be called
35623 by math-multi-subst, by math-multi-subst.
35624
35625 2005-01-09 Andre Spiegel <spiegel@gnu.org>
35626
35627 * vc.el (vc-allow-async-revert): New user option.
35628 (vc-disable-async-diff): New internal variable.
35629 (vc-revert-buffer): Use them to disable asynchronous diff.
35630
35631 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
35632 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
35633 asynchronously if vc-disable-async-diff is t.
35634
35635 2005-01-09 Jay Belanger <belanger@truman.edu>
35636
35637 * calc/calc.el (defcalcmodevar): New macro.
35638 (calc-mode-var-list-restore-default-values)
35639 (calc-mode-var-list-restore-saved-values): New functions.
35640 (calc-mode-var-list): Use defcalcmodevar to define it.
35641 (calc-always-load-extensions, calc-line-numbering)
35642 (calc-line-breaking, calc-display-just, calc-display-origin)
35643 (calc-number-radix, calc-leading-zeros, calc-group-digits)
35644 (calc-group-char, calc-point-char, calc-frac-format)
35645 (calc-prefer-frac, calc-hms-format, calc-date-format)
35646 (calc-float-format, calc-full-float-format, calc-complex-format)
35647 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
35648 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
35649 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
35650 (calc-matrix-brackets, calc-language, calc-language-option)
35651 (calc-left-label, calc-right-label, calc-word-size)
35652 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
35653 (calc-display-raw, calc-internal-prec, calc-angle-mode)
35654 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
35655 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
35656 (calc-window-height, calc-display-trail, calc-show-selections)
35657 (calc-use-selections, calc-assoc-selections)
35658 (calc-display-working-message, calc-auto-why, calc-timing)
35659 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
35660 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
35661 (calc-gnuplot-default-device, calc-gnuplot-default-output)
35662 (calc-gnuplot-print-device, calc-gnuplot-print-output)
35663 (calc-gnuplot-geometry, calc-graph-default-resolution)
35664 (calc-graph-default-resolution-3d, calc-invocation-macro)
35665 (calc-show-banner): Use defcalcmodevar to declare them and set
35666 their default values.
35667
35668 * calc/calc-ext.el (calc-reset): Restore saved values of variables
35669 instead of default values (but restore default values if there is
35670 an argument of 0).
35671
35672 2005-01-09 David Kastrup <dak@gnu.org>
35673
35674 * desktop.el (desktop-restore-eager): Fix typo in type.
35675
35676 2005-01-08 Richard M. Stallman <rms@gnu.org>
35677
35678 * cus-edit.el (customize): Delete :link.
35679
35680 2005-01-08 Jay Belanger <belanger@truman.edu>
35681
35682 * calc/calc.el (calc-mode): Remove the extension from the
35683 `calc-settings-file' file name when loading it.
35684
35685 2005-01-08 Kim F. Storm <storm@cua.dk>
35686
35687 * info.el (Info-mode-map, Info-next-link-keymap)
35688 (Info-prev-link-keymap, Info-up-link-keymap):
35689 Map follow-link to mouse-face.
35690 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
35691
35692 2005-01-08 Jay Belanger <belanger@truman.edu>
35693
35694 * calc/calc.el (calc-settings-file): Change default value.
35695 Suggested by cgw in a comment in calc-mode.el.
35696
35697 * calc/calc-mode.el (calc-settings-file-name):
35698 Compare calc-settings-file to user-init-file instead of ~/.emacs.
35699 Replace ~/.emacs in a prompt by calc-settings-file.
35700
35701 2005-01-07 Lars Hansen <larsh@math.ku.dk>
35702
35703 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
35704 (desktop-lazy-idle-delay): New customizable variables.
35705 (desktop-buffer-args-list): New variable.
35706 (desktop-append-buffer-args): New function.
35707 (desktop-save): Call desktop-append-buffer-args for some buffers.
35708 (desktop-lazy-create-buffer): New function.
35709 (desktop-idle-create-buffers): New function.
35710 (desktop-read): Add message about buffers to restore lazily.
35711 (desktop-lazy-abort): New command.
35712 (desktop-clear): Call desktop-lazy-abort.
35713 (desktop-lazy-complete): New command.
35714
35715 2005-01-06 Richard M. Stallman <rms@gnu.org>
35716
35717 * emacs-lisp/find-func.el (find-face-definition):
35718 Rename from find-face.
35719
35720 2005-01-06 Kim F. Storm <storm@cua.dk>
35721
35722 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
35723
35724 * man.el (Man-xref-man-page, Man-xref-header-file)
35725 (Man-xref-normal-file): Add follow-link property.
35726
35727 2005-01-06 Jay Belanger <belanger@truman.edu>
35728
35729 * calc/calc-units.el: Make sure the proper macro definitions are
35730 available when compiling.
35731
35732 2005-01-06 Juri Linkov <juri@jurta.org>
35733
35734 * isearch.el (isearch-lazy-highlight-update):
35735 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
35736
35737 2005-01-06 Miles Bader <miles@gnu.org>
35738
35739 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
35740 (isearch-lazy-highlight-face): Use new name.
35741
35742 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
35743
35744 * uniquify.el (uniquify-rationalize-file-buffer-names):
35745 Re-add an interactive spec.
35746 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
35747 to the same name.
35748
35749 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
35750 (isearch-update, isearch-done): Adjust calls accordingly.
35751
35752 2005-01-05 Richard M. Stallman <rms@gnu.org>
35753
35754 * custom.el (custom-set-variables, custom-theme-set-variables):
35755 Clarify documentation.
35756
35757 * emacs-lisp/find-func.el (find-variable)
35758 (find-variable-other-window, find-variable-other-frame):
35759 Fix the TYPE args to find-function-read and find-function-do-it.
35760 (find-function): Doc fix.
35761 (find-function-at-point): Replace function-at-point alias.
35762
35763 2005-01-04 Richard M. Stallman <rms@gnu.org>
35764
35765 * cus-face.el (custom-declare-face):
35766 Record defface in current-load-list.
35767
35768 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
35769
35770 * emacs-lisp/find-func.el: Doc fixes.
35771 (find-face-regexp): New variable.
35772 (find-function-regexp-alist): New variable.
35773 (find-function-C-source): Third arg is now TYPE.
35774 (find-function-search-for-symbol): Handle general TYPE.
35775 (find-function-read, find-function-do-it): Handle general TYPE.
35776 (find-definition-noselect, find-face): New functions.
35777 (function-at-point): Alias deleted.
35778
35779 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
35780
35781 * battery.el (display-battery-mode): Rename from display-battery.
35782 Handle the case where it gets turned off.
35783
35784 2005-01-04 Richard M. Stallman <rms@gnu.org>
35785
35786 * cus-edit.el (customize): Make :link point to user doc.
35787
35788 * man.el (Man-fontify-manpage): Turn off undo generation.
35789
35790 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
35791
35792 2005-01-04 Andreas Schwab <schwab@suse.de>
35793
35794 * files.el (insert-directory): Only look for error lines in
35795 inserted text. Don't move too far after processing --dired markers.
35796
35797 2005-01-04 Richard M. Stallman <rms@gnu.org>
35798
35799 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
35800 Don't expand if the character is @, period, dash, etc.
35801 (define-mail-abbrev): Quote names that contain problem characters.
35802
35803 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
35804
35805 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
35806
35807 2005-01-03 Richard M. Stallman <rms@gnu.org>
35808
35809 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
35810 (query-replace-highlight, query-replace-lazy-highlight)
35811 (query-replace): Definitions moved up. Doc fix.
35812
35813 2005-01-03 Richard M. Stallman <rms@gnu.org>
35814
35815 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
35816 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
35817 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
35818 (lazy-highlight-face): Rename from isearch-lazy-...
35819 Change all references to them.
35820
35821 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
35822
35823 * cus-edit.el (custom-file): Doc fix for defcustom.
35824 (custom-file): The function no longer sets the variable
35825 `custom-file' to its return value.
35826
35827 * startup.el (command-line): No longer load `custom-file'.
35828
35829 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
35830
35831 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
35832
35833 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
35834 Don't confuse module-prefixed identifiers for labels.
35835 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
35836
35837 2005-01-02 Richard M. Stallman <rms@gnu.org>
35838
35839 * files.el (basic-save-buffer-1): Fix previous change.
35840
35841 * loadhist.el (file-loadhist-lookup): New function.
35842 (file-provides, file-requires): Use it.
35843
35844 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
35845 instead of calculating the right size.
35846
35847 2005-01-02 Karl Chen <quarl@cs.berkeley.edu>
35848
35849 * vc-svn.el (vc-svn-diff): Stay local if possible.
35850
35851 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
35852
35853 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
35854
35855 * files.el (hack-local-variables): Fix last change.
35856
35857 2005-01-02 Jay Belanger <belanger@truman.edu>
35858
35859 * calc/calc-yank.el (calc-edit-top): New variable.
35860 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
35861 object. Change header properties.
35862 (calc-edit-finish, calc-edit-finish-stack-object)
35863 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
35864 edited object.
35865 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
35866 for the beginning of the edited object.
35867 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
35868 for the beginning of the edited object.
35869 * calc/calc-prog.el (calc-edit-macro-finish-edit)
35870 (calc-finish-formula-edit, calc-macro-repeats)
35871 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
35872 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
35873 beginning of the edited object.
35874 (calc-user-define-edit): Change the header for editing macros.
35875 Remove unnecessary variable.
35876
35877 2005-01-01 Jay Belanger <belanger@truman.edu>
35878
35879 * calc/calc-yank.el (calc-edit-mode): Change default header.
35880 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
35881 * calc/calc-store.el (calc-edit-variable): Change title to match new
35882 header.
35883 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
35884 mode to match new header.
35885 (calc-user-define-edit): Change titles to include names of commands.
35886 (calc-finish-formula-edit): Adjust to handle new header.
35887 (calc-finish-macro-edit): Remove.
35888 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
35889 (calc-edit-macro-command, calc-edit-macro-command-type)
35890 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
35891 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
35892 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
35893 (calc-edit-macro-finish-edit): New functions.
35894 (calc-user-define-edit): Use new functions to edit named calc macros.
35895
35896 2005-01-01 Stefan Monnier <monnier@iro.umontreal.ca>
35897
35898 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
35899
35900 * ses.el (copy-region-as-kill): Deactivate mark.
35901
35902 2005-01-01 Richard M. Stallman <rms@gnu.org>
35903
35904 * replace.el (occur-1): If the output buffer is also an input,
35905 don't kill it, rename it.
35906
35907 * faces.el (set-face-background, set-face-foreground): Doc fix.
35908
35909 * cus-face.el (custom-face-attributes): Fix :help-echo strings
35910 for :foreground and :background.
35911
35912 * dired.el (dired-view-command-alist): Variable deleted.
35913 (dired-view-file, dired-mouse-find-file-other-window):
35914 Delete the code to use it.
35915
35916 2005-01-01 Kim F. Storm <storm@cua.dk>
35917
35918 * image.el (insert-sliced-image): Use t for line-height property.
35919
35920 See ChangeLog.11 for earlier changes.
35921
35922 ;; Local Variables:
35923 ;; coding: iso-2022-7bit
35924 ;; add-log-time-zone-rule: t
35925 ;; End:
35926
35927 Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.
35928
35929 This file is part of GNU Emacs.
35930
35931 GNU Emacs is free software; you can redistribute it and/or modify
35932 it under the terms of the GNU General Public License as published by
35933 the Free Software Foundation; either version 3, or (at your option)
35934 any later version.
35935
35936 GNU Emacs is distributed in the hope that it will be useful,
35937 but WITHOUT ANY WARRANTY; without even the implied warranty of
35938 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
35939 GNU General Public License for more details.
35940
35941 You should have received a copy of the GNU General Public License
35942 along with GNU Emacs; see the file COPYING. If not, write to the
35943 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
35944 Boston, MA 02110-1301, USA.
35945
35946 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1