(BASE_PURESIZE): Increase to 1130000.
[bpt/emacs.git] / lisp / ChangeLog
1 2007-11-10 Juri Linkov <juri@jurta.org>
2
3 * startup.el: Backport startup screen related changes from the trunk.
4 * loadup.el: Add `button'. Move up `startup'.
5 * help.el (help-map, help-for-help-internal): Add `C-h C-a'.
6 * version.el (emacs-copyright): Add emacs-copyright.
7
8 2007-11-10 Jason Rumney <jasonr@gnu.org>
9
10 * w32-fns.el: Sync charset names with setup-default-fontset.
11 Append "-1" where second part missing.
12
13 * term/w32-win.el: Enable SJIS fonts before creating any fontsets.
14
15 2007-11-10 Juanma Barranquero <lekktu@gmail.com>
16
17 * ido.el (ido-save-history): Write the history file in UTF-8,
18 and add `coding' file-local variable.
19
20 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
21
22 * international/iso-cvt.el (iso-spanish, iso-german, iso-iso2tex)
23 (iso-tex2iso, iso-gtex2iso, iso-iso2gtex, iso-iso2duden): Doc fixes.
24 (iso-iso2duden-trans-tab): Add docstring.
25
26 2007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27
28 * faces.el (face-normalize-spec): Remove function.
29 (frame-set-background-mode): Undo last change.
30
31 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
32
33 * files.el (enable-local-variables): Doc fix.
34
35 2007-11-08 David Hansen <david.hansen@gmx.net> (tiny change)
36
37 * eshell/em-dirs.el (eshell-expand-multiple-dots): Change regexp to
38 match dir like "a...b".
39
40 2007-11-07 Johan Bockg\e,Ae\e(Brd <bojohan@gnu.org>
41
42 * eshell/esh-mode.el (eshell-output-filter):
43 * eshell/esh-proc.el (eshell-insertion-filter, eshell-sentinel):
44 Use `with-current-buffer'.
45
46 2007-11-05 Nick Roberts <nickrob@snap.net.nz>
47
48 * progmodes/gud.el (gud-gdb): Remove vestigial gdba doc and code.
49
50 2007-11-04 Riccardo Murri <riccardo.murri@gmail.com>
51
52 * net/tls.el: Require rx when compiling.
53 (tls-end-of-info): New variable.
54 (open-tls-stream): Keep reading input until `tls-end-of-info' is
55 matched.
56
57 2007-11-03 Ulrich Mueller <ulm@gentoo.org> (tiny change)
58
59 * simple.el (bad-packages-alist): Anchor semantic regexp.
60
61 2007-11-02 Drake Wilson <drake@begriffli.ch> (tiny change)
62
63 * files.el (hack-local-variables): Fix membership tests to avoid
64 treating all variables as safe if `enable-local-variables' is
65 set to :safe (CVE-2007-5795).
66
67 2007-11-02 Glenn Morris <rgm@gnu.org>
68
69 * progmodes/etags.el (tags-table-mode): Disable undo.
70
71 * simple.el (bad-packages-alist): Revert previous change.
72
73 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
74
75 * printing.el (printing): Fix :version, printing.el was included
76 in emacs-22.1.
77 (pr-path-style, pr-path-alist, pr-txt-name)
78 (pr-txt-printer-alist, pr-ps-name, pr-ps-printer-alist)
79 (pr-temp-dir, pr-ps-temp-file, pr-file-modes, pr-gv-command)
80 (pr-gs-command, pr-gs-switches, pr-gs-device, pr-gs-resolution)
81 (pr-print-using-ghostscript, pr-file-tumble, pr-auto-region)
82 (pr-auto-mode, pr-mode-alist, pr-ps-utility)
83 (pr-ps-utility-alist, pr-menu-char-height, pr-menu-char-width)
84 (pr-setting-database, pr-visible-entry-list)
85 (pr-delete-temp-file, pr-list-directory, pr-buffer-name)
86 (pr-buffer-name-ignore, pr-buffer-verbose): Remove incorrect
87 :version.
88
89 2007-11-01 Glenn Morris <rgm@gnu.org>
90
91 * simple.el (bad-packages-alist): Add an entry for standalone vc-svn.
92
93 * mail/footnote.el (footnote-numeric-regexp)
94 (footnote-english-upper-regexp, footnote-english-lower-regexp)
95 (footnote-roman-lower-regexp, footnote-roman-upper-regexp):
96 Match multi-character footnotes.
97
98 * textmodes/nroff-mode.el (nroff-mode): Set indent-line-function.
99 (nroff-indent-line-function): New function.
100 (nroff-count-text-lines): Use nroff-forward-text-line rather than
101 obsolete alias.
102
103 2007-10-31 Michael Albinus <michael.albinus@gmx.de>
104
105 * net/tramp.el (tramp-open-connection-telnet)
106 (tramp-open-connection-rsh, tramp-open-connection-su)
107 (tramp-open-connection-multi): Set $LC_ALL to "C".
108
109 2007-10-31 Sven Joachim <svenjoac@gmx.de>
110
111 * dired-aux.el (dired-copy-file-recursive):
112 Preserve directory permissions.
113
114 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
115
116 * whitespace.el (whitespace-write-file-hook): Remove interactive spec.
117 (whitespace-unload-function): New-style unload function. When run,
118 unintern `whitespace-unload-hook' and call `unload-feature' recursively
119 to stop the old hook from messing with the unloading.
120
121 * strokes.el (strokes-alphabetic-lessp): Doc fix.
122
123 2007-10-31 Sean O'Rourke <sorourke@cs.ucsd.edu>
124
125 * emacs-lisp/find-func.el (find-library): Use library at
126 point as default interactive argument.
127
128 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
129
130 * emacs-lisp/elp.el (elp-report-limit, elp-restore-all)
131 (elp-unset-master, elp-results): Fix typos.
132 (elp-sort-by-function, elp-use-standard-output, elp-recycle-buffers-p):
133 Doc fixes.
134
135 * msb.el (msb--many-menus): Remove variable.
136 (msb-max-menu-items, msb--add-to-menu): Doc fixes.
137 (msb-menu-cond, msb-item-handling-function, msb--create-function-info)
138 (msb--toggle-menu-type): Fix typos in docstrings.
139
140 * shadowfile.el (shadow-inhibit-overload, shadow-remove-from-todo)
141 (shadow-insert-var): Doc fixes.
142 (shadow-file-match, shadow-define-cluster, shadow-define-regexp-group):
143 Reflow docstrings.
144 (shadow-parse-fullname, shadow-read-files): Fix typos in docstrings.
145
146 2007-10-30 Juanma Barranquero <lekktu@gmail.com>
147
148 * ediff-hook.el (ediff, ediff-files, ediff-buffers, ebuffers, ediff3)
149 (ediff-files3, ediff-buffers3, ebuffers3, erevision, ediff-revision):
150 Fix typos in autoload docstrings.
151
152 * loadhist.el (unload-feature): Remove redundant check.
153
154 2007-10-30 Richard Stallman <rms@gnu.org>
155
156 * savehist.el (savehist-save): Obey savehist-ignored-variables.
157
158 2007-10-30 Nick Roberts <nickrob@snap.net.nz>
159
160 * progmodes/gdb-ui.el (gdb-delete-out-of-scope): New option.
161 (gdb-var-update-handler-1): Use it.
162
163 2007-10-30 Juanma Barranquero <lekktu@gmail.com>
164
165 * loadhist.el (unload-feature): Remove erroneous check for the
166 FEATURE-unload-function variable; check the existence of the
167 function (that's what the docstring says, and it makes more sense).
168
169 * follow.el (follow-unload-function): Add docstring.
170 (follow-unload-function): Remove variable.
171
172 * server.el (server-unload-function): Remove variable.
173 (server-unload-function): Unbind `server-edit' from `C-x #'.
174
175 * uniquify.el (uniquify-unload-function): Add docstring.
176 (uniquify-unload-function): Remove variable.
177
178 * ses.el (ses-unload-function): New function.
179
180 2007-10-29 Juanma Barranquero <lekktu@gmail.com>
181
182 * emacs-lisp/unsafep.el (unsafep, unsafep-function)
183 (unsafep-progn, unsafep-let): Fix typos in docstrings.
184
185 * uniquify.el (uniquify-maybe-rerationalize-w/o-cb): Define it
186 before use to avoid a warning in packages that require uniquify.
187 (uniquify-unload-function): New function and var.
188
189 2007-10-29 Juanma Barranquero <lekktu@gmail.com>
190
191 * loadhist.el (unload-feature-special-hooks):
192 Add `delete-frame-functions'.
193
194 * server.el (server-unload-function): Rename from `server-unload-hook'
195 and adapt to new `unload-feature' functionality. Remove hook from
196 `kill-buffer-hook' buffer-locally.
197 (server-unload-hook): Remove.
198 (server-unload-function): New var; replaces `server-unload-hook'.
199
200 2007-10-27 Juanma Barranquero <lekktu@gmail.com>
201
202 * desktop.el (uniquify-managed): Pacify byte compiler.
203 (desktop-buffer-info): If the buffer name is managed by uniquify,
204 save the base name, not the uniquified one.
205 (desktop-create-buffer): Allow `rename-buffer' to generate a new
206 name in case of conflict.
207
208 2007-10-26 Glenn Morris <rgm@gnu.org>
209
210 * emacs-lisp/bytecomp.el (byte-compile-warnings): Autoload the
211 safe-local-variable property.
212
213 2007-10-26 Gwern Branwen <gwern0@gmail.com> (tiny change)
214
215 * net/browse-url.el (browse-url-browser-function): Delete grail.
216 (browse-url-grail): Function and variable deleted.
217 (browse-url-browser-function): Delete IXI Mosaic.
218 (browse-url-default-browser): Don't try IXI Mosaic.
219 (browse-url-iximosaic): Function deleted.
220 (browse-url-browser-function): Delete MMM.
221 (browse-url-default-browser): Don't try MMM.
222 (browse-url-mmm): Function deleted.
223
224 2007-10-25 Glenn Morris <rgm@gnu.org>
225
226 * progmodes/f90.el (f90-indented-comment-re)
227 (f90-directive-comment-re, f90-break-delimiters):
228 * progmodes/fortran.el (fortran-comment-line-start-skip)
229 (fortran-directive-re):
230 * textmodes/conf-mode.el (conf-space-keywords): Mark these regexps
231 as safe if they are strings.
232
233 2007-10-25 Richard Stallman <rms@gnu.org>
234
235 * progmodes/ps-mode.el (ps-mode-map): Delete C-c v binding.
236
237 2007-10-24 Richard Stallman <rms@gnu.org>
238
239 * savehist.el (savehist-save): Omit unreadable elements.
240
241 * loadhist.el (unload-function-defs-list): Renamed from
242 unload-function-features-list.
243 (unload-feature-special-hooks, unload-feature): Doc fixes.
244
245 * indent.el (indent-to-left-margin): If point's in the indentation,
246 move to the end of the indentation.
247
248 * cus-edit.el (customize-changed-options): Make arg optional.
249
250 2007-10-24 Juanma Barranquero <lekktu@gmail.com>
251
252 * bs.el (bs-select, bs-select-other-window): Fix typos in docstrings.
253
254 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
255
256 * textmodes/css-mode.el: Require CL.
257 (comment-continue): Declare.
258
259 * subr.el (make-variable-frame-localizable): Remove.
260 (make-variable-frame-local): Mark obsolete.
261
262 2007-10-23 Juanma Barranquero <lekktu@gmail.com>
263
264 * ibuf-ext.el (ibuffer-switch-to-saved-filters)
265 (ibuffer-switch-to-saved-filter-groups): Doc fixes.
266
267 2007-10-23 Chris Moore <christopher.ian.moore@gmail.com>
268
269 * comint.el (comint-password-prompt-regexp):
270 Handle `[sudo] password'-style prompt.
271
272 2007-10-23 Glenn Morris <rgm@gnu.org>
273
274 * progmodes/f90.el (f90-do-indent, f90-if-indent)
275 (f90-type-indent, f90-program-indent)
276 (f90-continuation-indent, f90-comment-region)
277 (f90-beginning-ampersand, f90-smart-end)
278 (f90-break-before-delimiters, f90-auto-keyword-case)
279 (f90-leave-line-no, f90-mode-hook):
280 Give an appropriate safe-local-variable property.
281 (f90-font-lock-keywords-2): Fix `go to' regexp.
282
283 * progmodes/fortran.el (fortran-tab-mode-default)
284 (fortran-tab-mode-string, fortran-do-indent, fortran-if-indent)
285 (fortran-structure-indent, fortran-continuation-indent)
286 (fortran-comment-indent, fortran-comment-line-extra-indent)
287 (fortran-comment-line-start)
288 (fortran-minimum-statement-indent-fixed)
289 (fortran-minimum-statement-indent-tab)
290 (fortran-comment-indent-char, fortran-line-number-indent)
291 (fortran-check-all-num-for-matching-do)
292 (fortran-blink-matching-if, fortran-continuation-string)
293 (fortran-comment-region, fortran-electric-line-number)
294 (fortran-column-ruler-fixed, fortran-column-ruler-tab)
295 (fortran-analyze-depth, fortran-break-before-delimiters):
296 Give an appropriate safe-local-variable property.
297
298 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
299
300 * textmodes/tex-mode.el (tex-uptodate-p): Don't signal an error if one
301 of the subdirs is unreadable.
302
303 2007-10-22 Martin Rudalics <rudalics@gmx.at>
304
305 * progmodes/fortran.el (fortran-mode-map, fortran-window-create):
306 Use window-full-width-p.
307
308 2007-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
309
310 * emulation/tpu-edt.el (tpu-edt-old-global-values): New var.
311 (tpu-edt-off): Use it.
312 (tpu-edt-on): Set it. Make sure the tpu-global-map is not already on
313 the global-map before adding it to global-map.
314
315 * menu-bar.el (global-buffers-menu-map): New var.
316 (global-map, menu-bar-update-buffers): Use it.
317 * msb.el (msb-menu-bar-update-buffers): Use it.
318 (msb-sort-by-directory, msb--choose-menu, msb--mode-menu-cond)
319 (msb--most-recently-used-menu, msb--create-buffer-menu-2):
320 Use with-current-buffer.
321
322 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
323
324 * hexl.el (hexl-menu): New major mode menu.
325
326 2007-10-20 Glenn Morris <rgm@gnu.org>
327
328 * progmodes/f90.el (f90-font-lock-keywords-2)
329 (f90-looking-at-type-like): Fix regexp typos.
330
331 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
332
333 * bs.el (bs-mode): Add mode name (accidentally left out
334 in the 2007-10-16 change).
335
336 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
337
338 * bs.el (bs--track-window-changes): Don't refresh the whole list.
339 (bs-mode): Set mode-class property to special.
340
341 * follow.el (follow-unload-function): New function.
342
343 * loadhist.el (unload-function-features-list):
344 Rename from `unload-hook-features-list'.
345 (unload-hook-features-list): Add as obsolete alias.
346 (unload-feature): Use `unload-function-features-list'
347 and new FEATURE-unload-function.
348
349 2007-10-18 Juanma Barranquero <lekktu@gmail.com>
350
351 * loadhist.el (unload-feature-special-hooks):
352 Update list of special hooks.
353
354 * textmodes/fill.el (fill-individual-paragraphs): Doc fix.
355 (adaptive-fill-function): Doc fix. Remove * from docstring.
356
357 2007-10-18 Glenn Morris <rgm@gnu.org>
358
359 * ibuf-ext.el (ibuffer-saved-filter-groups): Doc fix.
360
361 2007-10-17 Aaron Hawley <aaronh@garden.org>
362
363 * tutorial.el (tutorial--save-tutorial): Display message when tutorial
364 position is not saved.
365
366 2007-10-17 Chong Yidong <cyd@stupidchicken.com>
367
368 * longlines.el (longlines-wrap-follows-window-size): Integer value
369 specifies wrapping margin.
370 (longlines-mode, longlines-window-change-function):
371 Set window-specific wrapping margin based on the above.
372
373 2007-10-17 John Wiegley <johnw@newartisans.com>
374
375 * eshell/esh-cmd.el (eshell-complex-commands): Add "ls".
376
377 2007-10-17 Glenn Morris <rgm@gnu.org>
378
379 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
380 Tweak regexp to avoid stack overflow.
381
382 2007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
383
384 * simple.el (reindent-then-newline-and-indent): Don't assume that
385 indent-according-to-mode preserves point.
386
387 2007-10-16 Juanma Barranquero <lekktu@gmail.com>
388
389 * bs.el (bs--window-config-coming-from): Revert 2006-11-09 change.
390 (bs--restore-window-config): Keep the selected frame.
391 (bs--track-window-changes, bs--remove-hooks): New functions.
392 (bs-mode): Use `define-derived-mode'. Set hook to track window changes.
393 (bs--show-with-configuration): Revert 2006-11-09 change.
394 Don't reuse window unless it is visible on the selected frame.
395 Restore window configuration (possibly in a different frame)
396 before creating any window.
397
398 2007-10-16 Richard Stallman <rms@gnu.org>
399
400 * emacs-lisp/advice.el (ad-get-advice-info): Change to a function.
401 (ad-get-advice-info-macro): New macro, like old ad-get-advice-info.
402 (ad-is-advised, ad-get-advice-info-field)
403 (ad-set-advice-info-field): Use ad-get-advice-info-macro.
404
405 2007-10-16 Glenn Morris <rgm@gnu.org>
406
407 * simple.el (blink-matching-open): Don't report false errors with
408 the `$' syntax class.
409
410 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
411
412 * filesets.el (filesets-alist-get): Use `let' rather than `let*'.
413 (filesets-ormap, filesets-sort-case-sensitive-flag)
414 (filesets-remake-shortcut, filesets-ingroup-collect-files):
415 Fix typos in docstrings.
416 (filesets-data-get-name, filesets-data-get-data)
417 (filesets-data-set, filesets-cmd-query-replace-getargs)
418 (filesets-ingroup-collect, filesets-find-or-display-file): Doc fixes.
419
420 2007-10-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
421
422 * term/mac-win.el: Don't require url when compiling, as url-type is
423 no longer a macro.
424
425 2007-10-14 Glenn Morris <rgm@gnu.org>
426
427 * progmodes/etags.el (select-tags-table): Disable undo in the
428 `*Tags Table List*' buffer.
429
430 2007-10-13 Eli Zaretskii <eliz@gnu.org>
431
432 * dired.el (dired-warn-writable): New face.
433 (dired-warn-writable-face): New variable.
434 (dired-font-lock-keywords): Use dired-warn-writable-face, instead
435 of dired-warning-face, for group- and world-writable files.
436
437 2007-10-13 Glenn Morris <rgm@gnu.org>
438
439 * progmodes/octave-mod.el (octave-looking-at-kw): Add doc string.
440 (octave-re-search-forward-kw, octave-re-search-backward-kw):
441 Add doc string, and an explicit COUNT argument.
442 (octave-scan-blocks, octave-beginning-of-defun): Explicitly pass
443 `inc' to search functions.
444
445 2007-10-13 John W. Eaton <jwe@octave.org>
446
447 * progmodes/octave-mod.el (octave-looking-at-kw)
448 (octave-re-search-forward-kw, octave-re-search-backward-kw):
449 New functions.
450 (octave-in-defun-p, calculate-octave-indent)
451 (octave-blink-matching-block-open, octave-beginning-of-defun)
452 (octave-auto-fill): Use octave-looking-at-kw instead of looking-at,
453 to search for regexps that contain case-sensitive keywords.
454 (octave-beginning-of-defun): Likewise, for octave-re-search-backward-kw.
455 (octave-scan-blocks): Likewise, for octave-re-search-forward-kw.
456
457 2007-10-13 Richard Stallman <rms@gnu.org>
458
459 * files.el (directory-abbrev-alist): Doc fix.
460
461 2007-10-13 Jari Aalto <jari.aalto@cante.net>
462
463 * comint.el (comint-password-prompt-regexp): Add 'LDAP'.
464
465 2007-10-12 Martin Rudalics <rudalics@gmx.at>
466
467 * frame.el (set-frame-configuration): Assign name parameter only
468 if it has been set explicitly before.
469
470 * window.el (handle-select-window): Revert part of 2007-10-06
471 change setting the input focus.
472
473 2007-10-12 Glenn Morris <rgm@gnu.org>
474
475 * cus-edit.el (custom-variable-menu, custom-face-menu)
476 (custom-group-menu): Check init-file-user rather than
477 user-init-file, in case cus-edit is loaded by site-run-file.
478
479 2007-10-11 Juanma Barranquero <lekktu@gmail.com>
480
481 * follow.el (follow-stop-intercept-process-output):
482 Use `follow-call-process-filter' rather than `process-filter'.
483
484 2007-10-11 Tom Tromey <tromey@redhat.com>
485
486 * progmodes/gdb-ui.el (gdb-info-stack-custom): Ensure current
487 frame is visible.
488
489 2007-10-10 Richard Stallman <rms@gnu.org>
490
491 * emacs-lisp/debug.el (debugger-setup-buffer): Disable undo
492 in *Backtrace*.
493
494 * faces.el (face-font-selection-order): Doc fix.
495
496 * loadhist.el (unload-feature): Doc fix.
497
498 2007-10-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
499
500 * ps-print.el: Fix the usage of :foreground and :background face
501 attributes. Reported by Nikolaj Schumacher <n_schumacher@web.de>.
502 (ps-print-version): New version 6.7.6.
503 (ps-face-attributes, ps-face-attribute-list, ps-face-background):
504 Fix code.
505 (ps-face-foreground-color-p, ps-face-background-color-p)
506 (ps-face-color-p): New inline funs.
507
508 2007-10-10 Juanma Barranquero <lekktu@gmail.com>
509
510 * follow.el: Change all instances of "Follow Mode" to "Follow
511 mode" in docstrings and messages.
512
513 2007-10-09 Juanma Barranquero <lekktu@gmail.com>
514
515 * faces.el (face-font-selection-order): Doc fix.
516
517 * follow.el (follow-mode-hook, follow-mode): Doc fixes.
518 (follow-mode-off-hook): Mark as obsolete.
519
520 2007-10-08 Richard Stallman <rms@gnu.org>
521
522 * emacs-lisp/edebug.el (edebug-install-custom-print-funcs)
523 (edebug-install-custom-print, edebug-reset-print-funcs)
524 (edebug-uninstall-custom-print, edebug-uninstall-custom-print-funcs):
525 Functions deleted.
526 (edebug-prin1, edebug-print, edebug-prin1-to-string)
527 (edebug-format, edebug-message): Define directly as aliases.
528
529 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
530
531 * follow.el (follow-mode): Don't run hooks twice. Use `when'.
532
533 2007-10-07 Glenn Morris <rgm@gnu.org>
534
535 * simple.el (bad-packages-alist): Clarify Semantic and CEDET
536 version numbers.
537
538 2007-10-06 Michael Albinus <michael.albinus@gmx.de>
539
540 * net/tramp.el (tramp-completion-mode): Extend doc-string.
541 (tramp-completion-mode-p): Revert change from 2007-09-24.
542 Checking for `return' etc as last character is not sufficient, for
543 example in dired-mode when entering <g> (revert-buffer) or
544 <s> (dired-sort).
545
546 2007-10-06 Martin Rudalics <rudalics@gmx.at>
547
548 * window.el (mouse-autoselect-window-cancel): Don't cancel for
549 select-window or select-frame events.
550 (handle-select-window): When autoselecting window set input
551 focus. Restructure.
552
553 * frame.el (focus-follows-mouse): Moved to frame.c.
554 * cus-start.el (all): Add focus-follows-mouse.
555
556 2007-10-05 Chris Moore <dooglus@gmail.com>
557
558 * server.el (server-kill-new-buffers): Doc fix.
559
560 2007-10-05 Juanma Barranquero <lekktu@gmail.com>
561
562 * bs.el (bs-mode): Make sure global-font-lock-mode doesn't
563 activate font-locking in the *buffer-selection* buffer.
564 (bs-show-sorted): Doc fix.
565
566 * bs.el (bs--get-marked-string, bs--get-modified-string)
567 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
568 (bs--get-mode-name, bs-mode): Fix typos in docstrings.
569 (bs--format-aux): Doc fix.
570
571 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
572
573 * image-dired.el (image-dired-image-at-point-p): Fix typo in docstring.
574
575 2007-10-04 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
576
577 * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring.
578
579 2007-10-04 Nick Roberts <nickrob@snap.net.nz>
580
581 * progmodes/gud.el (gud-gud-gdb-command-name): New option.
582 (gud-gdb): New function for old M-x gdb (text command mode).
583 (gud-gdb-command-name, gdb): Move to...
584
585 * progmodes/gdb-ui.el: ...here and adapt doc string.
586 (gud-gdba-command-name, gdba): Delete.
587
588 2007-10-03 Juanma Barranquero <lekktu@gmail.com>
589
590 * bs.el: Don't defvar `font-lock-verbose'.
591 (bs-config-clear, bs-kill, bs-string-show-normally, bs-sort-functions)
592 (bs--get-file-name): Fix typos in docstrings.
593 (bs--show-header): Use `dolist' instead of `mapcar'.
594 (bs-mode): Set `show-trailing-whitespace' to nil.
595 (bs-buffer-sort-function, bs-mouse-select-other-frame)
596 (bs-visits-non-file, bs-sort-buffer-interns-are-last, bs-show):
597 Doc fixes.
598
599 2007-10-02 Adam Hupp <adam@hupp.org> (tiny change)
600
601 * progmodes/gdb-ui.el (pdb): Specify file for gud-break.
602
603 2007-10-02 Nick Roberts <nickrob@snap.net.nz>
604
605 * progmodes/gud.el (gdb): Make graphical mode the default and
606 switch to text command mode if appropriate, i.e., reverse previous
607 arrangement.
608 (gud-gdb-marker-filter): Adapt for above change.
609
610 * progmodes/gdb-ui.el (gdb-init-1): Don't set the values
611 gud-minor-mode and gud-marker-filter.
612 (gdb-fullname-regexp): New variable.
613 (gud-gdba-marker-filter): Use it to switch to text command
614 mode if appropriate.
615
616 2007-10-02 Richard Stallman <rms@gnu.org>
617
618 * frame.el (cursor-in-non-selected-windows): Doc fix.
619
620 2007-10-01 Nick Roberts <nickrob@snap.net.nz>
621
622 * progmodes/gud.el (gud-display-line): Find source buffer even when
623 GUD buffer has its own frame.
624
625 2007-10-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
626
627 * term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility.
628
629 2007-09-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
630
631 * term/x-win.el (x-gtk-stock-map): Version is 22.2.
632
633 2007-09-29 Martin Rudalics <rudalics@gmx.at>
634
635 * allout.el (allout-before-change-handler): Replace got-char by
636 goto-char.
637
638 2007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
639
640 * vc-svn.el (vc-svn-resolve-when-done, vc-svn-find-file-hook): New funs.
641 Used to try and automatically enabled smerge-mode in the presence of
642 conflicts and to call `svn resolved' when the conflicts are gone.
643 (vc-svn-parse-status): Remember the svn-specific status.
644
645 * newcomment.el (comment-choose-indent): New function extracted
646 from comment-indent. Improve the alignment algorithm.
647 (comment-indent): Use it.
648
649 2007-09-27 Juanma Barranquero <lekktu@gmail.com>
650
651 * emacs-lisp/eldoc.el (eldoc-message-commands-table-size)
652 (eldoc-message-commands, eldoc-current-idle-delay):
653 Fix typos in docstrings.
654
655 * progmodes/python.el (python-eldoc-function): Doc fix.
656
657 2007-09-26 Eli Zaretskii <eliz@gnu.org>
658
659 * menu-bar.el (menu-bar-search-documentation-menu): Rename from
660 menu-bar-apropos-menu. All users changed.
661 (menu-bar-help-menu): Change menu symbols to better match the text
662 displayed by the menu.
663
664 2007-09-25 Glenn Morris <rgm@gnu.org>
665
666 * view.el (view-search-no-match-lines): Add a doc string.
667 Rewrite to simplify and work better.
668
669 2007-09-24 Michael Albinus <michael.albinus@gmx.de>
670
671 * net/tramp.el (tramp-completion-mode-p): Rename from
672 `tramp-completion-mode'. Revert logic, check `return', `newline'
673 and such alike. Packages like Icicles tend to use other completion
674 characters but `tab' and `space' only.
675 (top): Require cl.el, when `copy-tree' is not available otherwise.
676
677 * net/tramp-vc.el (tramp-vc-user-login-name): Get argument by
678 `ad-get-arg'.
679
680 2007-09-24 Ville Skytt\e,Ad\e(B <scop@xemacs.org> (tiny change)
681
682 * net/tramp-vc.el (tramp-vc-user-login-name):
683 Use `vc-find-version' instead of `process-file' to check whether we
684 have a new enough vc that doesn't need the defadvice.
685
686 2007-09-23 Dan Nicolaescu <dann@ics.uci.edu>
687
688 * files.el (file-name-sans-versions): Use [:alnum:] and also allow
689 #, @, : and ^.
690
691 2007-09-23 Glenn Morris <rgm@gnu.org>
692
693 * ses.el (ses-calculate-cell): Don't evaluate unsafe formulae.
694
695 2007-09-22 Dan Nicolaescu <dann@ics.uci.edu>
696
697 * pcvs-defs.el (cvs-mode-map): Bind TAB and backtab.
698
699 * log-view.el (log-view-mode-map): Likewise.
700
701 * diff-mode.el (diff-mode-shared-map): Likewise.
702
703 2007-09-21 Francesco Potort\e,Al\e(B <pot@gnu.org>
704
705 * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to
706 add inferior-octave-directory-tracker to the buffer-local value
707 of comint-input-filter-functions.
708
709 2007-09-22 Dan Nicolaescu <dann@ics.uci.edu>
710
711 * files.el (file-name-sans-versions): Also allow `A-Z'.
712
713 * vc.el: Mention all supported VC backends.
714
715 2007-09-22 Richard Stallman <rms@gnu.org>
716
717 * wid-edit.el (widget-specify-button): Don't merge mouse-face with
718 neighbouring buttons.
719
720 2007-09-22 Andreas Schwab <schwab@suse.de>
721
722 * files.el (file-name-sans-versions): Also allow `_'.
723
724 2007-09-22 Glenn Morris <rgm@gnu.org>
725
726 * eshell/esh-mode.el (eshell-output-filter-functions):
727 Add eshell-postoutput-scroll-to-bottom.
728
729 2007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
730
731 * files.el (file-name-sans-versions): Allow - and a-z in version names.
732
733 * log-view.el (log-view-mode-map, log-view-mode-menu):
734 Bind log-view-annotate-version.
735 (log-view-beginning-of-defun, log-view-end-of-defun)
736 (log-view-annotate-version): New functions.
737 (log-view-mode): Use log-view-beginning-of-defun and
738 log-view-end-of-defun.
739
740 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
741
742 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix staging.
743
744 2007-09-21 Kevin Ryde <user42@zip.com.au>
745
746 * international/mule.el (sgml-html-meta-auto-coding-function):
747 Bind `case-fold-search' to t.
748
749 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
750
751 * wid-edit.el (widget-image-insert): Don't merge mouse-face with
752 neighbouring buttons.
753
754 * progmodes/compile.el (compilation-error-regexp-alist-alist):
755 Recognize gcc's use of "note" for informational messages.
756
757 2007-09-20 Glenn Morris <rgm@gnu.org>
758
759 * textmodes/tex-mode.el (tex-validate-buffer): Use paragraph
760 motion functions, rather than hard-coding "\n\n".
761 (tex-validate-region): Check for eobp, to speed up.
762 (tex-next-unmatched-end): Doc fix.
763
764 2007-09-19 Glenn Morris <rgm@gnu.org>
765
766 * textmodes/tex-mode.el (tex-terminate-paragraph):
767 Use backward-paragraph.
768
769 2007-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
770
771 * textmodes/css-mode.el (css-electric-keys): electrick->electric.
772 (css-mode): Update correspondingly.
773
774 2007-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
775
776 * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
777
778 * vc-hooks.el (vc-menu-entry): New var.
779 (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
780 (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
781 (vc-menu-map): Declare and initialize in one step.
782
783 * menu-bar.el (vc-menu-map): Don't setup any more.
784 Instead, just create the proper spot in the menu.
785
786 2007-09-18 Dan Nicolaescu <dann@ics.uci.edu>
787 Stefan Monnier <monnier@iro.umontreal.ca>
788
789 * vc.el: Document new VC operation `extra-menu'.
790
791 * vc-hooks.el (vc-default-extra-menu, vc-menu-map-filter): New fun.
792
793 2007-09-17 Dan Nicolaescu <dann@ics.uci.edu>
794
795 * vc-git.el (vc-git-log-view-mode): Add font-lock patterns for
796 Signed-off-by, Acked-by and Merge.
797
798 2007-09-17 Glenn Morris <rgm@gnu.org>
799
800 * textmodes/tex-mode.el (tex-compilation-parse-errors): Prefer the
801 filename from `--file-line-error', if it is available.
802
803 2007-09-17 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
804
805 * textmodes/tex-mode.el (tex-compilation-parse-errors): Also match
806 TeX `--file-line-error' format.
807
808 2007-09-17 Glenn Morris <rgm@gnu.org>
809
810 * textmodes/tex-mode.el (tex-region): Simplify previous change,
811 handling the case where the region is not in `tex-main-file'.
812 (tex-region-1): Delete.
813 (tex-region-header): New function, doing the header part of the
814 old tex-region-1.
815
816 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
817
818 * ediff-init.el (ediff-verbose-p): This var is not a constant.
819
820 2007-09-16 Drew Adams <drew.adams@oracle.com>
821
822 * cus-edit.el (custom-face-edit-activate): Doc fix.
823
824 2007-09-16 Glenn Morris <rgm@gnu.org>
825
826 * textmodes/tex-mode.el (tex-region): Handle the case where the
827 region is not in `tex-main-file'. Move the old code that applies
828 to both cases...
829 (tex-region-1): ...to this new function.
830
831 2007-09-15 Martin Rudalics <rudalics@gmx.at>
832
833 * simple.el (blink-matching-open): Don't display message when no
834 paren is found within blink-matching-paren-distance characters.
835 Don't search prompt in blink-matching-paren-distance nil case.
836
837 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
838
839 * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
840
841 2007-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
842
843 * vc-mtn.el: New file.
844
845 * vc-hooks.el (vc-handled-backends): Add Mtn.
846
847 2007-09-13 Eli Zaretskii <eliz@gnu.org>
848
849 * files.el (find-file, find-file-other-window)
850 (find-file-other-frame, find-file-existing, find-file-read-only)
851 (find-file-read-only-other-window)
852 (find-file-read-only-other-frame)
853 (find-alternate-file-other-window, find-alternate-file): Doc fixes.
854
855 2007-09-13 Jari Aalto <jari.aalto@cante.net>
856
857 * man.el (Man-default-man-entry): At end of line, continue looking
858 to the next line for possible end of hyphenated command.
859
860 2007-09-13 Chris Moore <dooglus@gmail.com>
861
862 * shell.el (shell-resync-dirs): Don't move the cursor relative to
863 the command being edited.
864
865 2007-09-13 Nick Roberts <nickrob@snap.net.nz>
866
867 * progmodes/gud.el (gdb-ready): New variable.
868 (gdb): Set it to nil. Set gud-running to nil here...
869 (gud-common-init): ...instead of here.
870
871 * progmodes/gdb-ui.el (gdba, gdb-send, gdb-source-info):
872 Use gdb-ready. Discard input until GDB is ready to accept it.
873
874 2007-09-12 Dan Nicolaescu <dann@ics.uci.edu>
875
876 * term/xterm.el (terminal-init-xterm): Add bindings for M-S- and
877 C-M-S- keys.
878
879 2007-09-12 Martin Rudalics <rudalics@gmx.at>
880
881 * dired.el (dired-warning): Inherit from font-lock-warning-face to
882 make it show up with eight colors.
883
884 2007-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
885
886 * diff-mode.el (diff-sanity-check-hunk): Fix up the case when unified
887 diffs are concatenated with no intervening line.
888
889 2007-09-10 Dave Love <fx@gnu.org>
890
891 * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
892 (python-font-lock-keywords): Update to the 2.5 version of the language.
893 (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
894 (python-backspace): Only behave funny in code.
895 (python-compilation-regexp-alist): Add PDB stack trace regexp.
896 (inferior-python-mode): Add PDB prompt regexp.
897 (python-fill-paragraph): Refine the fenced-string regexp.
898 (python-find-imports): Handle imports spanning several lines.
899 (python-mode): Add `class' to hideshow support.
900
901 2007-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
902
903 * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use
904 add-log-buffer-file-name-function rather than bind buffer-file-name,
905 so we dont end up calling change-log-mode in *cvs* when `fi' is the
906 ChangeLog file itself.
907
908 * outline.el (outline-flag-region): Use front-advance.
909
910 2007-09-07 Ilya Zakharevich <ilyaz@cpan.org>
911
912 * progmodes/cperl-mode.el: Merge upstream 5.23.
913 (cperl-where-am-i): Remove function.
914 (cperl-backward-to-noncomment): Don't go too far when skipping POD/HEREs
915 (cperl-sniff-for-indent): De-invert [string] and [comment].
916 When looking for label, skip s:m:y:tr.
917 (cperl-indent-line): Likewise.
918 (cperl-mode): Don't assume `font-lock-multiline' is auto-local.
919 (cperl-windowed-init): Wrong `ps-print' handling.
920 Both thanks to Chong Yidong.
921 (cperl-look-at-leading-count): Could fail with unfinished RExen.
922 (cperl-find-pods-heres): If the second part of s()[] is missing,
923 don't try to highlight delimiters...
924
925 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
926
927 * progmodes/compile.el (compilation-get-file-structure): Complete last
928 change by also using spec-directory in the puthash.
929
930 2007-09-07 Riccardo Murri <riccardo.murri@gmail.com>
931
932 * vc-bzr.el (vc-bzr-admin-lastrev): New constant.
933 (vc-bzr-file-name-relative): Use 'when' instead of 'and'.
934 (vc-bzr-status): Fix shadowing of variable 'status'.
935 (vc-bzr-workfile-version): Use correct path to 'last-revision' file.
936 Use `expand-file-name' instead of `concat'.
937 (vc-bzr-annotate-command): Use option name '--long' instead of '-l'.
938 Update annotation line regexp. Fixes launchpad.net [Bug 137435].
939
940 2007-09-05 Jason Rumney <jasonr@gnu.org>
941
942 * frame.el (focus-follows-mouse): Doc-fix. Change default on w32.
943
944 2007-09-02 Richard Stallman <rms@gnu.org>
945
946 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom.
947 Add `safe-local-variable' property.
948 (lisp-body-indent): Likewise.
949
950 2007-09-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
951
952 * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
953 prev/next-node.
954
955 * term/x-win.el (x-gtk-stock-map, icon-map-list): New variables.
956 (x-gtk-map-stock): New function.
957
958 2007-09-02 Glenn Morris <rgm@gnu.org>
959
960 * comint.el (comint-mode): Don't set scroll-conservatively.
961
962 * eshell/em-unix.el (eshell/time): Stringify and flatten the
963 non-command arguments.
964
965 2007-09-01 Thien-Thi Nguyen <ttn@gnuvola.org>
966
967 * emacs-lisp/bytecomp.el (byte-recompile-directory):
968 Fix bug: Don't expand top-level file name more than once.
969 Reported by Dmitry Antipov <dmantipov@yandex.ru>.
970
971 2007-09-01 Richard Stallman <rms@gnu.org>
972
973 * files.el (hack-local-variables-confirm): Rename arg VARS to ALL-VARS.
974 Add doc string.
975
976 2007-08-30 Richard Stallman <rms@gnu.org>
977
978 * speedbar.el (speedbar-frame-reposition-smartly)
979 (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
980 (speedbar-check-vc): Don't use dframe-xemacsp.
981
982 2007-08-30 Martin Rudalics <rudalics@gmx.at>
983
984 * files.el (backup-buffer-copy): Try to overwrite old backup first.
985
986 2007-08-29 Martin Rudalics <rudalics@gmx.at>
987
988 * repeat.el (repeat): Use last-repeatable-command instead of
989 real-last-command. Run pre- and post-command hooks for
990 self-insertion. Update doc-string.
991
992 2007-08-28 Glenn Morris <rgm@gnu.org>
993
994 * progmodes/cc-langs.el (c-constant-kwds): Add java: true, false, null.
995
996 2007-08-27 Alexandre Julliard <julliard@winehq.org>
997
998 * vc-git.el (vc-git-state): Call git-add --refresh to update the
999 state of the file.
1000 (vc-git-workfile-unchanged-p): Delegate implementation to vc-git-state.
1001 (vc-git-create-repo): Fix invalid command.
1002
1003 2007-08-27 Richard Stallman <rms@gnu.org>
1004
1005 * textmodes/flyspell.el (flyspell-mode):
1006 Catch errors in flyspell-mode-on.
1007
1008 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
1009
1010 * progmodes/modula2.el (m2-definition, m2-module):
1011 Don't use previous-line. Reported by T. V. Raman.
1012
1013 2007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1014
1015 * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
1016 argument to tool-bar-mode call.
1017
1018 2007-08-27 Glenn Morris <rgm@gnu.org>
1019
1020 * diff-mode.el (diff-find-file-name): Only accept regular files,
1021 to rule out /dev/null, directories, etc.
1022
1023 2007-08-25 Dan Nicolaescu <dann@ics.uci.edu>
1024
1025 * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
1026 safe-local-variable setting.
1027 * progmodes/perl-mode.el (perl-indent-level): Likewise.
1028
1029 2007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
1030
1031 * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
1032 of buffers in uniquify-managed.
1033
1034 * simple.el (invisible-p): Rename from text-invisible-p.
1035 Update callers.
1036
1037 2007-08-25 Alan Mackenzie <acm@muc.de>
1038
1039 * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
1040 new language variable.
1041
1042 * progmodes/cc-engine.el (c-brace-anchor-point): New function.
1043 (c-add-stmt-syntax): Give accurate anchor points for "namespace",
1044 "extern" etc., rather than BOI. Fix addition of spurious
1045 syntactic-symbol 'defun-block-intro, replacing it with
1046 'innamespace, etc.
1047
1048 2007-08-25 Reiner Steib <Reiner.Steib@gmx.de>
1049
1050 * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
1051 Don't behave differently when executed via M-x. Add doc string.
1052
1053 2007-08-24 Ulrich Mueller <ulm@gentoo.org> (tiny change)
1054
1055 * files.el (backup-buffer-copy): Don't wrap delete in
1056 condition-case, only try to delete if file exists.
1057
1058 2007-08-24 Glenn Morris <rgm@gnu.org>
1059
1060 * files.el (backup-buffer-copy): Revert 2007-08-22 change.
1061
1062 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
1063
1064 * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
1065 (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
1066 (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
1067 (cperl-etags-goto-tag-location): Use new style backquotes.
1068
1069 * subr.el (complete-with-action): Backport from trunk (for vc-arch.el).
1070 (dynamic-completion-table): Use it it.
1071
1072 * net/browse-url.el: Remove spurious * in custom docstrings.
1073 (browse-url-filename-alist): Use new-style backquote.
1074
1075 * emacs-lisp/backquote.el (backquote-unquote-symbol)
1076 (backquote-splice-symbol): Clarify they're not new-style unquotes.
1077
1078 * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
1079 (\,@): Backslash the , and ,@ which are not new-style unquotes.
1080
1081 * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
1082
1083 * net/socks.el (socks-username/password-auth-filter):
1084 Remove unused vars `state' and `desired-len'.
1085 (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
1086 (socks-wait-for-state-change): Use new-style backquotes.
1087
1088 * pcvs.el (cvs-mode-status): Fix long-standing typo.
1089
1090 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
1091 backquotes after each `read' rather than once per buffer.
1092
1093 * dframe.el: Remove spurious * in custom docstrings.
1094 (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
1095 (dframe-xemacs20p): Remove, inline at the sole use point.
1096 (defface): Don't defvar the face, don't use old-style backquote.
1097 (defcustom): Don't use old-style backquote.
1098 (dframe-frame-parameter, dframe-mouse-event-p):
1099 Make it obvious that it's always defined.
1100 (dframe-popup-kludge): New function to replace
1101 dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
1102 (dframe-frame-mode, dframe-set-timer-internal)
1103 (dframe-mouse-set-point): Remove use of with-no-warnings from
1104 XEmacs-specific code.
1105 (dframe-set-timer-internal): Fix very old bug with
1106 post-command-idle-hook.
1107
1108 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
1109
1110 2007-08-22 Chong Yidong <cyd@stupidchicken.com>
1111
1112 * image-mode.el (image-minor-mode): Use image-mode-text-map.
1113
1114 2007-08-22 Reiner Steib <Reiner.Steib@gmx.de>
1115
1116 * sort.el (sort-fold-case, sort-numeric-base): Mark as
1117 safe-local-variable.
1118
1119 2007-08-22 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
1120
1121 * net/browse-url.el (browse-url-emacs): New function.
1122
1123 2007-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
1124
1125 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Display a big fat
1126 warning if the file uses old style backquotes.
1127
1128 * emacs-lisp/bytecomp.el (byte-compile-log-file)
1129 (byte-recompile-directory, byte-compile-file)
1130 (byte-compile-from-buffer): Use with-current-buffer.
1131
1132 * simple.el (text-invisible-p): Rename from line-move-invisible-p.
1133 (line-move-invisible-p): Keep as an obsolete alias, just to be safe.
1134 (line-move-1, line-move-finish, line-move-to-column)
1135 (move-end-of-line, move-beginning-of-line): Use new name.
1136
1137 2007-08-22 Glenn Morris <rgm@gnu.org>
1138
1139 * files.el (backup-buffer-copy): Check backup directory is
1140 writable, to avoid infloop deleting old backup.
1141
1142 * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
1143 movemail related variables.
1144 (rmail-insert-inbox-text): Use only rmail-movemail-program, which
1145 will now be set before this is called.
1146
1147 2007-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
1148
1149 * emacs-lisp/backquote.el (backquote-delay-process): Fix last change.
1150
1151 * progmodes/ada-mode.el: Fix up comment style in header.
1152 (ada-check-emacs-version): Remove.
1153 (ada-mode): Set parse-sexp-* even if they don't exist: can't hurt.
1154 (ada-region-selected): Use (featurep 'xemacs) rather than contortions
1155 to try and quieten the byte-compiler.
1156 (ada-create-keymap): Use [(..)] keys, which work on both (X)Emacs.
1157
1158 * vc.el (vc-annotate-warp-version): Don't use previous-line.
1159
1160 2007-08-20 Johannes Weiner <hannes@saeurebad.de> (tiny change)
1161
1162 * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
1163 extracted from `eval-last-sexp-1'.
1164 (eval-last-sexp-1): Call `preceding-sexp'.
1165
1166 2007-08-19 Glenn Morris <rgm@gnu.org>
1167
1168 * Makefile.in (custom-deps, finder-data, autoloads, recompile)
1169 (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
1170 than $(EMACS), so that EMACSLOADPATH is set. Prevents any system
1171 shadow files messing up the compilation.
1172
1173 2007-08-18 Glenn Morris <rgm@gnu.org>
1174
1175 * progmodes/scheme.el (scheme-mode-variables):
1176 Set font-lock-comment-start-skip.
1177
1178 2007-08-18 Martin Rudalics <rudalics@gmx.at>
1179
1180 * progmodes/ada-mode.el (ada-create-syntax-table):
1181 Move set-syntax-table from here to ...
1182 (ada-mode): ... here. Don't change global value of comment-multi-line.
1183 Call new function ada-initialize-syntax-table-properties.
1184 Add ada-handle-syntax-table-properties to font-lock-mode-hook.
1185 (ada-deactivate-properties, ada-initialize-properties):
1186 Replace by new functions ...
1187 (ada-handle-syntax-table-properties, ada-set-syntax-table-properties)
1188 (ada-initialize-syntax-table-properties): ... to set up syntax-table
1189 properties uniformly, independently from whether font-lock-mode
1190 is enabled or not. Handle read-only buffers and do not change
1191 undo-list when setting syntax-table properties.
1192 (ada-after-change-function): Use ada-set-syntax-table-properties.
1193
1194 2007-08-17 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
1195
1196 * progmodes/cperl-mode.el (cperl-look-at-leading-count)
1197 (cperl-find-pods-heres): Fix an error when typing expressions like
1198 `s{a}{b}'.
1199
1200 2007-08-17 Glenn Morris <rgm@gnu.org>
1201
1202 * progmodes/compile.el (compilation-get-file-structure): Make use
1203 of the directory part when checking for an existing entry, to
1204 handle files with same basename in different directories.
1205
1206 2007-08-16 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1207
1208 * ps-print.el (ps-header-font-size, ps-header-title-font-size)
1209 (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
1210 (ps-paragraph-spacing): Docstring fix.
1211
1212 2007-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
1213
1214 * smerge-mode.el (smerge-resolve): New arg `safe'.
1215 (smerge-resolve-all, smerge-batch-resolve): New function.
1216 (smerge-refine): Make sure `diff' returns the expected result.
1217 (smerge-parsep-re): New const.
1218 (smerge-mode): Use it to adjust paragraph-separate.
1219
1220 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
1221 Correctly match / regexp matchers as first char on a line when
1222 fontifying only that line.
1223
1224 * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
1225
1226 2007-08-16 Glenn Morris <rgm@gnu.org>
1227
1228 * ps-print.el (ps-font-size): Doc fix.
1229
1230 2007-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
1231
1232 * vc-bzr.el: Don't fiddle with vc-handled-backend.
1233 (vc-bzr-registered): Don't redundantly protect against
1234 file-error. Actually use the format-specific code.
1235 (vc-bzr-buffer-nonblank-p): Remove.
1236 (vc-bzr-status): Change `kindchange' -> `kindchanged'.
1237
1238 2007-08-15 Glenn Morris <rgm@gnu.org>
1239
1240 * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
1241 sloppier, for the sake of GNU Mailman.
1242 (rmail-digest-rfc1153): Initialize `result' correctly.
1243
1244 2007-08-14 Glenn Morris <rgm@gnu.org>
1245
1246 * simple.el (bad-packages-alist): New constant.
1247 (bad-package-check): New function. Together, these two add
1248 elements to `after-load-alist' to check for problematic external
1249 packages.
1250 * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
1251
1252 2007-08-13 Stephen Leake <stephen_leake@stephe-leake.org>
1253
1254 * pcvs-parse.el (cvs-parse-table): Handle additional instance of
1255 optional quotes around files in NEED-UPDATE . REMOVED case.
1256
1257 * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
1258 (ada-treat-cmd-string): Improve error message.
1259 (ada-do-file-completion): Call `ada-require-project-file', so
1260 project variables are set properly.
1261 (ada-prj-find-prj-file): Delete Emacs 20.2 support.
1262 (ada-gnatfind-buffer-name): New constant.
1263 (ada-find-any-references): Use new constant. Set buffer name
1264 properly in compilation-start. Toggle read-only properly.
1265 (ada-find-in-src-path): Fix spelling error in docstring.
1266
1267 * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
1268 by zero error.
1269
1270 2007-08-13 Nick Roberts <nickrob@snap.net.nz>
1271
1272 * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
1273
1274 2007-08-12 Richard Stallman <rms@gnu.org>
1275
1276 * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
1277 (cvs-execute-single-file): Use new name split-string-and-unquote.
1278 (cvs-header-msg): Use new name combine-and-quote-strings.
1279
1280 * emulation/vi.el (vi-next-line): Ignore return value of line-move.
1281
1282 * progmodes/gud.el (gud-common-init): Use new name
1283 split-string-and-unquote.
1284
1285 * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
1286 in javac regexp.
1287
1288 * pcvs-util.el (cvs-qtypedesc-strings): Use new names
1289 combine-and-quote-strings and split-string-and-unquote.
1290
1291 * subr.el (combine-and-quote-strings): Rename from strings->string.
1292 (split-string-and-unquote): Rename from string->strings.
1293
1294 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
1295
1296 * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
1297 to buffer-local settings.
1298
1299 * emacs-lisp/backquote.el (backquote-delay-process): New function.
1300 (backquote-process): Add internal arg `level'. Use the two to
1301 correctly handle nested backquotes.
1302
1303 2007-08-09 Riccardo Murri <riccardo.murri@gmail.com>
1304
1305 * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
1306 (vc-bzr-state-words): Add "kind changed" state word.
1307 (vc-bzr-status): New function. Return Bzr idea of file status,
1308 which is different from VC's.
1309 (vc-bzr-state): Use vc-bzr-status.
1310 (vc-workfile-unchanged-p): Use vc-bzr-status.
1311 (vc-bzr-revert): Use synchronous process; expect exitcode 0.
1312 (vc-dired-state): Process "kind changed" state word.
1313
1314 2007-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
1315
1316 * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
1317
1318 * vc-rcs.el (vc-rcs-find-file-not-found-hook):
1319 Move from vc-default-find-file-not-found-hook.
1320
1321 2007-08-09 Edward O'Connor <hober0@gmail.com> (tiny change)
1322
1323 * url/url-auth.el (url-basic-auth): When prompting for username
1324 and password, default to the username and password in the URL.
1325
1326 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
1327
1328 * man.el: Remove spurious * in docstrings.
1329 Merge defvars and toplevel setq-defaults.
1330 (Man-highlight-references0): Limit=nil rather than point-max.
1331 (Man-mode-map): Move initialization into the declaration.
1332 (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
1333 (Man-view-header-file): Use expand-file-name rather than concat.
1334 (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
1335
1336 * man.el (Man-next-section): Make sure we do not move backward.
1337
1338 2007-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1339
1340 * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
1341 (ps-begin-job): Use ps-default-fg and ps-default-bg only when
1342 ps-print-color-p is neither nil nor black-white. Reported by Christian
1343 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
1344
1345 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
1346
1347 * files.el (auto-mode-alist): Use the purecopied text (duh!).
1348
1349 2007-08-08 Andreas Schwab <schwab@suse.de>
1350
1351 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
1352 self-insert-command, not self-insert.
1353
1354 2007-08-08 Glenn Morris <rgm@gnu.org>
1355
1356 * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove `iff'.
1357
1358 * Replace `iff' in doc-strings and comments.
1359
1360 * help-mode.el (help-make-xrefs): Search for symbol constituents,
1361 rather than just `-'.
1362
1363 2007-08-08 Martin Rudalics <rudalics@gmx.at>
1364
1365 * dired.el (dired-pop-to-buffer):
1366 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
1367 * calendar/calendar.el (generate-calendar-window):
1368 * progmodes/compile.el (compilation-set-window-height):
1369 * textmodes/two-column.el (2C-two-columns, 2C-merge):
1370 Use window-full-width-p instead of comparing frame-width and
1371 window-width.
1372
1373 * progmodes/compile.el (compilation-find-buffer): Remove extra
1374 argument in call to compilation-buffer-internal-p.
1375
1376 2007-08-07 Michael Albinus <michael.albinus@gmx.de>
1377
1378 * net/tramp.el (tramp-handle-file-remote-p): Handle optional
1379 parameters IDENTIFICATION and CONNECTED.
1380 (tramp-handle-insert-file-contents): VISIT must be handled after
1381 insertion of the local copy. Reported by Peter Gordon
1382 <peter@pg-consultants.com>.
1383 (tramp-file-name-handler): No special handling for
1384 `expand-file-name'. But for `file-name-as-directory'.
1385 (tramp-find-shell, tramp-open-connection-telnet)
1386 (tramp-open-connection-rsh, tramp-open-connection-su)
1387 (tramp-open-connection-multi)
1388 (tramp-open-connection-setup-interactive-shell): Guard against
1389 $PROMPT_COMMAND shell var. Reported by Steve Youngs
1390 <steve@sxemacs.org>.
1391 (tramp-append-tramp-buffers): Replace "sensible" by "sensitive" in
1392 the hint.
1393
1394 * net/trampver.el: Update release number.
1395
1396 2007-08-07 Tom Tromey <tromey@redhat.com>
1397
1398 * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
1399 Add safe-local-variable property.
1400
1401 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
1402
1403 * image-mode.el (image-toggle-display): Use image-refresh.
1404
1405 * longlines.el (longlines-decoded): New variable.
1406 (longlines-mode): Avoid encoding or decoding the buffer twice.
1407
1408 2007-08-07 Riccardo Murri <riccardo.murri@gmail.com>
1409
1410 * vc-bzr.el: Remove comments about vc-bzr.el being a modified
1411 unofficial version.
1412 (vc-bzr-command): Remove redundant setting of process-connection-type.
1413 (vc-bzr-admin-checkout-format-file): Add autoload.
1414 (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
1415 (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
1416 (vc-bzr-registered): Compare dirstate format tag with known good
1417 value, abort parsing if match fails. Warn user in docstring.
1418 (vc-bzr-workfile-version): Case for different Bzr branch formats.
1419 See bzrlib/branch.py in Bzr sources.
1420 (vc-bzr-diff): First argument FILES may be a string rather than a list.
1421 (vc-bzr-shell-command): Remove in favor of
1422 vc-bzr-command-discarding-stderr.
1423 (vc-bzr-command-discarding-stderr): New function.
1424
1425 2007-08-06 Riccardo Murri <riccardo.murri@gmail.com>
1426
1427 * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
1428 program, and return nil
1429 (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
1430 (vc-bzr-state): Look for path names relative to the repository
1431 root after status keyword.
1432 (vc-bzr-file-name-relative): New function.
1433 (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
1434 depend on it.
1435 (vc-bzr-admin-dirname, ...-checkout-format-file)
1436 (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
1437 files that we now parse directly for speed.
1438 (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
1439 (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
1440 (vc-bzr-state): "bzr status" successful only if exitcode is 0
1441 (vc-bzr-root): Use `vc-bzr-shell-command'. Stderr may contain
1442 Bzr warnings, so we must discard it.
1443 (vc-bzr-workfile-version): Speedup counting lines from
1444 `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
1445 if that file doesn't exist.
1446 (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
1447 `vc-bzr-root-dir' for speed. Add `vc-bzr-admin-dirname'
1448 (not ".bzr"!) to `vc-directory-exclusion-list'
1449 (vc-bzr-shell-command): New function.
1450
1451 2007-08-06 Tom Tromey <tromey@redhat.com>
1452
1453 * diff-mode.el (diff-unified->context, diff-reverse-direction)
1454 (diff-fixup-modifs): Typo in docstring.
1455
1456 2007-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
1457
1458 * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
1459 count-screen-lines.
1460 (tpu-edt-off): Disable relevant pieces of advice.
1461
1462 * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
1463 tpu-write-file-hook. Activate it with add-hook on buffer-save-hook.
1464 (newline, newline-and-indent, do-auto-fill): Use advice instead of
1465 redefining the function.
1466 (tpu-set-scroll-margins): Activate the pieces of advice.
1467
1468 2007-08-06 Michael Albinus <michael.albinus@gmx.de>
1469
1470 * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
1471 process-filter.
1472
1473 2007-08-06 Martin Rudalics <rudalics@gmx.at>
1474
1475 * help.el (resize-temp-buffer-window): Use window-full-width-p
1476 instead of comparing frame-width and window-width.
1477
1478 2007-08-05 Peter Povinec <ppovinec <at> yahoo.com> (tiny change)
1479
1480 * term.el: Honor term-default-fg-color and term-default-bg-color
1481 settings when modifying term-current-face.
1482 (term-default-fg-color, term-default-bg-color): Initialize from
1483 default term-current-face.
1484 (term-mode, term-reset-terminal): Set term-current-face with
1485 term-default-fg-color and term-default-bg-color.
1486 (term-handle-colors-array): term-current-face has term-default-fg-color
1487 and term-default-bg-color after reset escape sequence.
1488 (term-handle-colors-array): Set term-current-color with
1489 term-default-fg/bg-color instead of ansi-term-color-vector when the
1490 index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
1491
1492 2007-08-05 Michael Albinus <michael.albinus@gmx.de>
1493
1494 * files.el (set-auto-mode): Handle also remote files wrt
1495 `auto-mode-alist'.
1496
1497 * net/tramp.el (tramp-handle-file-remote-p): Return a string as
1498 remote identification.
1499
1500 2007-08-04 Glenn Morris <rgm@gnu.org>
1501
1502 * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
1503 zero, not nil, when the library is first loaded. Check for a file
1504 that has been modified on disk.
1505
1506 * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
1507 Remove duplicate defvar preventing initialization.
1508 (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
1509
1510 2007-08-03 Miles Bader <miles@gnu.org>
1511
1512 * vc-hooks.el (vc-handled-backends): Change capitalization of VC
1513 backend names for new backends to `Git', `Hg', and `Bzr'.
1514 * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
1515 not `HG'.
1516 * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
1517 name, not `GIT'.
1518 * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
1519 (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
1520
1521 2007-08-03 Glenn Morris <rgm@gnu.org>
1522
1523 * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
1524
1525 2007-08-02 Richard Stallman <rms@gnu.org>
1526
1527 * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
1528 to update deleted flag.
1529
1530 * cus-edit.el (customize-apropos, customize-apropos-options)
1531 (customize-apropos-faces, customize-apropos-groups): Improve prompt.
1532
1533 * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
1534
1535 * startup.el (fancy-splash-head, startup-echo-area-message):
1536 Change message text.
1537
1538 * emulation/tpu-edt.el (next-line-internal): Setting deleted.
1539 All callers use line-move.
1540
1541 * progmodes/compile.el (compilation-find-buffer): Return current
1542 buffer immediately if suitable.
1543 (compile, compilation-buffer-name, compilation-start): Doc fixes.
1544
1545 2007-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
1546
1547 * vc-bzr.el (vc-bzr-admin-dirstate): Rename from `...-dirname'.
1548 Make it more discriminating and more useful.
1549 (vc-bzr-root-dir): Use new name.
1550 (vc-bzr-registered): Use new name and look at the dirstate file to
1551 determine if it's registered or not without running `bzr'.
1552
1553 2007-08-01 Eric Hanchrow <offby1@blarg.net> (tiny change)
1554
1555 * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
1556
1557 2007-07-31 Drew Adams <drew.adams@oracle.com>
1558
1559 * cus-edit.el (custom-group-value-create, custom-goto-parent):
1560 Fix parent groups link.
1561
1562 2007-07-31 Daiki Ueno <ueno@unixuser.org>
1563
1564 * faces.el (face-normalize-spec): New function.
1565 (frame-set-background-mode): Normalize face-spec before calling
1566 face-spec-match-p.
1567
1568 2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
1569
1570 * vc-bzr.el: New file (copied from the trunk).
1571
1572 * vc-hooks.el (vc-handled-backends): Add BZR.
1573 (vc-find-file-hook): Failsafe if the backend's `registered'
1574 function burps.
1575
1576 * server.el (server-window): Add switch-to-buffer-other-frame option.
1577
1578 2007-07-30 Dan Nicolaescu <dann@ics.uci.edu>
1579
1580 * vc-git.el (vc-directory-exclusion-list, vc-handled-backends): Remove.
1581 (vc-git-revision-completion-table): Enable.
1582
1583 * vc-hooks.el (vc-handled-backends): Add GIT and HG.
1584
1585 * vc.el (vc-directory-exclusion-list): Add .git and .hg.
1586
1587 * vc-hg.el (vc-hg-revision-completion-table): Re-enable.
1588 (vc-hg-registered): Set the vc-state property.
1589
1590 * diff-mode.el (diff-mode-menu): New entries.
1591
1592 2007-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
1593
1594 * diff-mode.el (diff-beginning-of-file-and-junk): New function.
1595 (diff-file-kill): Use it.
1596 (diff-beginning-of-hunk): Add arg `try-harder' using it.
1597 (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
1598 Use it so they find the hunk even when we're in the file header.
1599
1600 * vc.el: Add new VC operation `revision-completion-table'.
1601 (vc-default-revision-completion-table): New function.
1602 (vc-version-diff, vc-version-other-window): Use it to provide
1603 completion of revision names if the backend provides it.
1604
1605 * vc-arch.el (vc-arch--version-completion-table)
1606 (vc-arch-revision-completion-table): New functions to provide
1607 completion of revision names.
1608
1609 * vc-cvs.el: Require CL.
1610 (vc-cvs-revision-table, vc-cvs-revision-completion-table):
1611 New functions to provide completion of revision names.
1612
1613 2007-07-29 Kimit Yada <kimitto@gmail.com> (tiny change)
1614
1615 * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
1616 (copyright-fix-years, copyright): Correctly handle the case where
1617 copyright-limit is nil.
1618
1619 2007-07-28 Konstantin Novitsky <knovitsk@Bear.com> (tiny change)
1620
1621 * progmodes/python.el (run-python): Fix path separator under w32.
1622
1623 2007-07-28 Dan Nicolaescu <dann@ics.uci.edu>
1624
1625 * vc-git.el: New File.
1626
1627 2007-07-28 Alan Mackenzie <acm@muc.de>
1628
1629 Fix problem with modes derived from CC Mode:
1630 * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
1631 macro to cc-langs.
1632 (c-init-language-vars-for): Remove call to above macro.
1633 * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
1634 been moved to here.
1635 (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
1636
1637 2007-07-28 Eli Zaretskii <eliz@gnu.org>
1638
1639 * net/trampver.el: Fix the `coding' cookie.
1640
1641 2007-07-25 Nick Roberts <nickrob@snap.net.nz>
1642
1643 * add-log.el (change-log-redate): Remove (not needed anymore and
1644 doesn't appear to work).
1645
1646 2007-07-25 Glenn Morris <rgm@gnu.org>
1647
1648 * Relicense all FSF files to GPLv3 or later.
1649
1650 * COPYING: Switch to GPLv3.
1651
1652 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
1653
1654 * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
1655 Replace it with another one which disables undo before calling
1656 erase-buffer and then turns it back on if needed.
1657
1658 2007-07-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1659
1660 * ps-print.el: Problem with foreground and background color when
1661 printing a buffer with and without faces. Reported by Christian
1662 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
1663 (ps-print-version): New version 6.7.5.
1664 (ps-default-fg): Change default value to nil, so black color is used
1665 when a face does not specify a foreground color.
1666 (ps-default-bg): Change default value to nil, so white color is used
1667 for background color.
1668 (ps-begin-job): Fix code.
1669
1670 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
1671
1672 * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
1673
1674 2007-07-24 Alan Mackenzie <acm@muc.de>
1675
1676 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
1677 Initialise byte-compile-unresolved-functions before rather than
1678 after a compilation.
1679 (byte-compile-unresolved-functions): Amplify doc string.
1680
1681 2007-07-24 Glenn Morris <rgm@gnu.org>
1682
1683 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
1684 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
1685 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
1686 (cal-tex-cursor-week, cal-tex-cursor-week2)
1687 (cal-tex-cursor-week-iso, cal-tex-week-hours)
1688 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
1689 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
1690 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
1691
1692 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
1693
1694 * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
1695
1696 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
1697
1698 * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
1699 underlying file is uptodate.
1700
1701 2007-07-23 Richard Stallman <rms@gnu.org>
1702
1703 * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
1704
1705 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
1706
1707 * progmodes/sh-script.el (sh-font-lock-backslash-quote)
1708 (sh-font-lock-flush-syntax-ppss-cache): New funs.
1709 (sh-font-lock-syntactic-keywords): Use them to distinguish the
1710 different possible cases for \'.
1711 (sh-font-lock-paren): Mark the relevant text with font-lock-multiline.
1712
1713 * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
1714 `file' from which to start the search and fix case where `file' is the
1715 current directory and the root as well.
1716
1717 * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
1718 name for buffer-file-name if it refers to a directory.
1719
1720 2007-07-22 Jason Rumney <jasonr@gnu.org>
1721
1722 * w32-fns.el (set-default-process-coding-system): Use dos line ends
1723 for input to cmdproxy on all versions of Windows.
1724 Use dos line ends for input to plink.
1725
1726 * comint.el (comint-simple-send): Concat newline before sending.
1727 (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
1728
1729 2007-07-22 Juri Linkov <juri@jurta.org>
1730
1731 * isearch.el (isearch-edit-string): Save old point and
1732 isearch-other-end to old-point and old-other-end before reading
1733 the search string from minibuffer. After exiting minibuffer set
1734 point to old-other-end if point and the search direction is the
1735 same as before reading the search string.
1736 (isearch-del-char): Don't set isearch-yank-flag to t. Put point
1737 to isearch-other-end. Instead of isearch-search-and-update call
1738 three functions isearch-search, isearch-push-state and isearch-update.
1739
1740 2007-07-22 Ralf Angeli <angeli@caeruleus.net>
1741
1742 * textmodes/reftex.el (reftex-access-parse-file): Do not risk
1743 destroying an existing buffer.
1744
1745 2007-07-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1746
1747 * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
1748
1749 * term/x-win.el (x-handle-no-bitmap-icon): New function.
1750
1751 2007-07-22 Ralf Angeli <angeli@caeruleus.net>
1752
1753 * textmodes/reftex.el (reftex-access-parse-file): Create parse
1754 file in a way that does not interfere with recentf.
1755
1756 2007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
1757
1758 * image-dired.el (image-dired-sane-db-file): New func.
1759 (image-dired-write-tags, image-dired-remove-tag)
1760 (image-dired-list-tags, image-dired-write-comments)
1761 (image-dired-get-comment, image-dired-mark-tagged-files)
1762 (image-dired-create-gallery-lists): Call new func.
1763 Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
1764
1765 2007-07-21 Dan Nicolaescu <dann@ics.uci.edu>
1766
1767 * vc-hg.el (vc-hg-diff): Use vc-hg-command.
1768 (vc-hg-dir-state): Fix loop.
1769 (vc-hg-print-log): Fix expected return value for vc-hg-command.
1770 (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
1771 (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
1772 (vc-hg-revert): Likewise.
1773 (vc-hg-revision-table, vc-hg-revision-completion-table): New functions.
1774
1775 2007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
1776
1777 * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
1778 case of alignment under a constant symbol, find and consider
1779 the sexp actually at indentation to be the "last sexp".
1780
1781 2007-07-20 Eli Zaretskii <eliz@gnu.org>
1782
1783 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
1784 (install): Use them to copy all *.el files before *.elc.
1785 (clean): Don't delete *~.
1786
1787 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
1788
1789 * vc-hg.el (vc-hg-workfile-unchanged-p): New function.
1790
1791 2007-07-19 Dan Nicolaescu <dann@ics.uci.edu>
1792
1793 * vc-hg.el (vc-hg-registered): Replace if with when.
1794 (vc-hg-state): Deal with nonexistent files.
1795
1796 2007-07-18 Juanma Barranquero <lekktu@gmail.com>
1797
1798 * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
1799 (follow-delete-other-windows-and-split, follow-recenter)
1800 (follow-windows-aligned-p, follow-point-visible-all-windows-p)
1801 (follow-redisplay, follow-estimate-first-window-start)
1802 (follow-xemacs-scrollbar-support, follow-intercept-process-output):
1803 Fix typos in docstrings.
1804
1805 2007-07-17 Thien-Thi Nguyen <ttn@gnuvola.org>
1806
1807 * bookmark.el (bookmark-show-all-annotations):
1808 Make sure each inserted annotation ends with newline.
1809
1810 (bookmark-maybe-sort-alist): Don't modify
1811 bookmark-alist. Instead, if not sorting, simply return it.
1812 (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
1813 for its return value, not for its side effect.
1814
1815 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
1816
1817 * vc.el: Add more info about the vc-registered function.
1818
1819 2007-07-16 David Kastrup <dak@gnu.org>
1820
1821 * emacs-lisp/advice.el (defadvice): Doc fix.
1822
1823 2007-07-16 Juanma Barranquero <lekktu@gmail.com>
1824
1825 * subr.el (when, unless): Doc fix.
1826
1827 2007-07-16 Dan Nicolaescu <dann@ics.uci.edu>
1828
1829 * vc-hg.el (vc-hg-state): Handle removed files.
1830 (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
1831 (vc-hg-checkout): Re-enable.
1832
1833 2007-07-15 Richard Stallman <rms@gnu.org>
1834
1835 * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
1836
1837 * tutorial.el (tutorial--find-changed-keys):
1838 Handle C-x specially like ESC.
1839
1840 2007-07-15 Roland McGrath <roland@frob.com>
1841
1842 * add-log.el (add-change-log-entry): Check add-log-full-name
1843 and add-log-mailing-address later, after change-log-mode-hook.
1844
1845 2007-07-15 Richard Stallman <rms@gnu.org>
1846
1847 * isearch.el (isearch-mode, isearch-done):
1848 Delete unintended code in previous change.
1849
1850 * ps-print.el (ps-default-bg): Change to White.
1851
1852 2007-07-15 Aaron Hawley <aaronh@garden.org>
1853
1854 * tar-mode.el (tar-get-descriptor): No error for zero-length file.
1855
1856 2007-07-15 Martin Rudalics <rudalics@gmx.at>
1857
1858 * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
1859 when handling the terminating event.
1860
1861 2007-07-15 Jeff Miller <jmiller@cablespeed.com> (tiny change)
1862
1863 * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
1864
1865 2007-07-13 Eli Zaretskii <eliz@gnu.org>
1866
1867 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
1868 (install): Use them to copy all *.el files before *.elc.
1869
1870 2007-07-13 Dan Nicolaescu <dann@ics.uci.edu>
1871
1872 * replace.el (match): Use yellow1 instead of yellow.
1873
1874 * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of red.
1875
1876 * pcvs-info.el (cvs-unknown): Likewise.
1877
1878 2007-07-12 Davis Herring <herring@lanl.gov>
1879
1880 * desktop.el (desktop-buffer-info, desktop-save):
1881 Use `desktop-dirname' instead of `dirname'.
1882
1883 2007-07-10 Jim Meyering <jim@meyering.net> (tiny change)
1884
1885 * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
1886
1887 * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
1888
1889 2007-07-10 Richard Stallman <rms@gnu.org>
1890
1891 * emacs-lisp/lisp-mode.el (eval-defun):
1892 Explain special handling of `defface'.
1893
1894 2007-07-09 Richard Stallman <rms@gnu.org>
1895
1896 * isearch.el (isearch-edit-string): Call to isearch-push-state
1897 after the search.
1898
1899 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
1900
1901 * cus-start.el (file-coding-system-alist): Fix custom type.
1902
1903 2007-07-08 Chong Yidong <cyd@stupidchicken.com>
1904
1905 * longlines.el (longlines-wrap-region): Avoid marking buffer as
1906 modified.
1907 (longlines-auto-wrap, longlines-window-change-function):
1908 Remove unnecessary calls to set-buffer-modified-p.
1909
1910 2007-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
1911
1912 * vc.el (vc-default-log-view-mode): New function.
1913 (vc-print-log): Add new `log-view-mode' VC operation.
1914
1915 2007-07-08 Nick Roberts <nickrob@snap.net.nz>
1916
1917 * pcvs-util.el (cvs-strings->string, cvs-string->strings):
1918 Rename and move to...
1919
1920 * subr.el (strings->string, string->strings): ...here.
1921
1922 * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
1923 (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
1924
1925 * progmodes/gud.el (gud-common-init): Call string->strings instead
1926 of split-string.
1927
1928 2007-07-07 Eli Zaretskii <eliz@gnu.org>
1929
1930 * term/w32-win.el (menu-bar-open): New function.
1931 Bind <f10> to it.
1932
1933 2007-07-07 Dan Nicolaescu <dann@ics.uci.edu>
1934
1935 * log-view.el (log-view-mode-menu): New menu.
1936
1937 2007-07-06 Dan Nicolaescu <dann@ics.uci.edu>
1938
1939 * vc-hg.el: New file.
1940
1941 2007-07-06 Andreas Schwab <schwab@suse.de>
1942
1943 * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
1944 dynamic bindings around the evaluation of the expression.
1945 Reported by Jay Belanger <jay.p.belanger@gmail.com>.
1946
1947 2007-07-03 Dan Nicolaescu <dann@ics.uci.edu>
1948
1949 * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
1950 file names.
1951
1952 2007-07-02 Martin Rudalics <rudalics@gmx.at>
1953
1954 * help-mode.el (help-make-xrefs): Skip spaces too when skipping tabs.
1955
1956 * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
1957 event is not a cons cell. Do not unread drag-mouse-1 events.
1958 Select right window in check whether space was stolen from
1959 window above.
1960
1961 2007-07-01 Richard Stallman <rms@gnu.org>
1962
1963 * files.el (find-file-visit-truename): Fix safe-local-variable value.
1964
1965 2007-06-29 Juanma Barranquero <lekktu@gmail.com>
1966
1967 * generic-x.el (generic-define-mswindows-modes)
1968 (generic-define-unix-modes, apache-log-generic-mode)
1969 (bat-generic-mode-keymap, java-manifest-generic-mode)
1970 (show-tabs-generic-mode): Fix typos in docstrings.
1971
1972 2007-06-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1973
1974 * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
1975 replace-regexp-in-string.
1976
1977 2007-06-28 Andreas Schwab <schwab@suse.de>
1978
1979 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
1980 $(lisp)/subdirs.el.
1981
1982 2007-06-28 Juanma Barranquero <lekktu@gmail.com>
1983
1984 * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
1985 the speedbar frame if nil; that deletes the current frame or
1986 causes an error if it is the only frame.
1987 Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
1988
1989 2007-06-24 Juanma Barranquero <lekktu@gmail.com>
1990
1991 * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
1992 directory where the desktop file was found, as the docstring says.
1993 (desktop-kill): Use `read-directory-name'.
1994
1995 * desktop.el (desktop-load-locked-desktop): New option.
1996 (desktop-read): Use it.
1997 (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
1998 Use `when'.
1999
2000 2007-06-24 Davis Herring <herring@lanl.gov>
2001
2002 * desktop.el (desktop-save-mode-off): New function.
2003 (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
2004 (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
2005 (desktop-claim-lock, desktop-release-lock): New functions.
2006 (desktop-kill): Tell `desktop-save' that this is the last save.
2007 Release the lock afterwards.
2008 (desktop-buffer-info): New function.
2009 (desktop-save): Use it. Run `desktop-save-hook' where the doc
2010 says to. Detect conflicts, and manage the lock.
2011 (desktop-read): Detect conflicts. Manage the lock.
2012
2013 2007-06-23 Eli Zaretskii <eliz@gnu.org>
2014
2015 * ls-lisp.el (insert-directory): If an invalid regexp error is
2016 thrown, try using FILE as a literal file name, not a wildcard.
2017 Check for FILE as an existing file, not just a directory.
2018
2019 2007-06-23 Juanma Barranquero <lekktu@gmail.com>
2020
2021 * ruler-mode.el (ruler-mode): Prevent clobbering the original
2022 `header-line-format' when reentering ruler mode.
2023
2024 2007-06-23 Eli Zaretskii <eliz@gnu.org>
2025
2026 * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
2027 FILE exists as a directory.
2028
2029 2007-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
2030
2031 * progmodes/vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
2032 (vera-font-lock-match-item): Fix doc string.
2033 (vera-in-comment-p): Remove unused function.
2034 (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
2035 use `syntax-ppss'.
2036 (vera-forward-syntactic-ws): Fix argument order.
2037 (vera-prepare-search): Use `with-syntax-table'.
2038 (vera-indent-line): Fix doc string.
2039 (vera-electric-tab): Fix doc string.
2040 (vera-expand-abbrev): Define alias instead of using `fset'.
2041 (vera-comment-uncomment-region): Use `comment-start-skip'.
2042
2043 2007-06-20 Reto Zimmermann <reto@gnu.org>
2044
2045 * progmodes/vera-mode.el: New file.
2046
2047 2007-06-20 Juanma Barranquero <lekktu@gmail.com>
2048
2049 * ido.el (ido-find-file-in-dir): Don't signal an error for
2050 empty directories.
2051
2052 2007-06-18 Alan Mackenzie <acm@muc.de>
2053
2054 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
2055 When removing lines, also remove the \n. Correction of patch of
2056 2007-04-21.
2057
2058 2007-06-17 Glenn Morris <rgm@gnu.org>
2059
2060 * lpr.el (lpr-page-header-switches): Move %s to separate element
2061 for correct quoting. Doc fix.
2062
2063 2007-06-13 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
2064
2065 * term/xterm.el (terminal-init-xterm): Escape parens in character
2066 constants.
2067
2068 2007-06-12 Ralf Angeli <angeli@caeruleus.net>
2069
2070 * scroll-lock.el (scroll-lock-mode): Doc fix.
2071
2072 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
2073
2074 * font-lock.el (font-lock-add-keywords): In case font-lock was only
2075 half-activated, forcefully activate it completely.
2076
2077 2007-06-11 Richard Stallman <rms@gnu.org>
2078
2079 * cus-edit.el (custom-variable-type): Doc fix.
2080
2081 2007-06-09 Alfred M. Szmidt <ams@gnu.org> (tiny change)
2082
2083 * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
2084
2085 2007-06-09 Davis Herring <herring@lanl.gov>
2086
2087 * desktop.el (desktop-minor-mode-table): Doc fix.
2088
2089 2007-06-08 Chong Yidong <cyd@stupidchicken.com>
2090
2091 * image-mode.el (image-forward-hscroll, image-backward-hscroll)
2092 (image-next-line, image-previous-line, image-scroll-up)
2093 (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
2094 New functions.
2095 (image-mode-map): Remap motion commands.
2096 (image-mode-text-map): New keymap for viewing images as text.
2097 (image-mode): Use image-mode-map.
2098 (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
2099
2100 2007-06-07 Michael Albinus <michael.albinus@gmx.de>
2101
2102 Sync with Tramp 2.0.56.
2103
2104 * net/tramp.el:
2105 * net/tramp-ftp.el:
2106 * net/tramp-smb.el:
2107 * net/tramp-util.el:
2108 * net/tramp-vc.el:
2109 Don't load cl.el, because that pollutes the namespace. Replace cl
2110 macros by their implementations where necessary. Requested by
2111 Richard Stallman <rms@gnu.org>.
2112
2113 * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
2114 doesn't exist.
2115 (with-parsed-tramp-file-name): Protect debug spec during compilation.
2116 (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
2117 (tramp-file-name-p, tramp-file-name-multi-method)
2118 (tramp-file-name-method, tramp-file-name-user)
2119 (tramp-file-name-host, tramp-file-name-localname): New defuns,
2120 replacing defstruct `tramp-file-name'.
2121 (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
2122 (tramp-dissect-file-name, tramp-dissect-multi-file-name):
2123 Apply `vector' instead of `make-tramp-file-name'.
2124 (tramp-handle-make-auto-save-file-name):
2125 Apply `tramp-temporary-file-directory' for compatibility reasons.
2126 (tramp-completion-mode): Use `natnump' instead of `wholenump'
2127 because of XEmacs.
2128 (tramp-completion-mode): `last-input-event' is nil when XEmacs is
2129 started.
2130
2131 2007-06-07 David Kastrup <dak@gnu.org>
2132
2133 * dired.el (dired-recursive-deletes, dired-recursive-copies):
2134 Change default to `top'.
2135
2136 2007-06-07 Chong Yidong <cyd@stupidchicken.com>
2137
2138 * dired.el (dired-mode-map): Remove spurious separator.
2139
2140 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
2141
2142 * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
2143
2144 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
2145 * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
2146
2147 2007-06-07 Alfred M. Szmidt <ams@gnu.org> (tiny change)
2148
2149 * mail/rmailsum.el (rmail-summary-save-buffer): New command.
2150 (rmail-summary-mode-map): Add rmail-summary-save-buffer.
2151
2152 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
2153
2154 * progmodes/ebrowse.el (ebrowse-member-table):
2155 * textmodes/org.el (org-export-ascii-bullets): Fix typos in docstrings.
2156
2157 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
2158
2159 * pgg.el (pgg-sign-region, pgg-sign):
2160 * ses.el (ses-call-printer):
2161 * calendar/icalendar.el (icalendar--diarytime-to-isotime):
2162 * textmodes/org.el (org-cycle): Fix typos in docstrings.
2163
2164 2007-06-06 Eli Zaretskii <eliz@gnu.org>
2165
2166 * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
2167 (tar-get-descriptor): Handle type 55, an extended pax header.
2168
2169 2007-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
2170
2171 * textmodes/css-mode.el: New file.
2172
2173 2007-06-06 Michael Albinus <michael.albinus@gmx.de>
2174
2175 * net/socks.el: New file, taken from w3 repository.
2176 (top): Update Copyright. Don't load cl.el.
2177 (all): Replace `case' by `cond', `string-to-int' by
2178 `string-to-number', and `process-kill-without-query' by
2179 `set-process-query-on-exit-flag'.
2180 (socks-char-int): Remove defalias and all occurrences.
2181
2182 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
2183
2184 * international/mule-cmds.el (toggle-enable-multibyte-characters)
2185 (sort-coding-systems, search-unencodable-char): Doc fixes.
2186 (coding-system-change-eol-conversion, set-default-coding-systems)
2187 (prefer-coding-system, find-multibyte-characters, princ-list)
2188 (leim-list-entry-regexp, set-input-method, locale-language-names)
2189 (input-method-exit-on-first-char, exit-language-environment-hook)
2190 (locale-charset-language-names): Fix typos in docstrings.
2191
2192 2007-06-05 Juanma Barranquero <lekktu@gmail.com>
2193
2194 * bs.el (bs-cycle-previous): Don't modify the cycle list until
2195 `switch-to-buffer' has returned succesfully.
2196 (bs-cycle-next): Ditto. Also, don't bury the buffer when the
2197 window is dedicated (it could iconify the frame).
2198
2199 2007-06-05 Glenn Morris <rgm@gnu.org>
2200
2201 * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
2202
2203 2007-06-05 Chong Yidong <cyd@stupidchicken.com>
2204
2205 * files.el (auto-mode-alist): Add lower-priority match for names
2206 like ChangeLog.old.
2207
2208 2007-06-04 Andreas Schwab <schwab@suse.de>
2209
2210 * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
2211
2212 2007-06-04 Davis Herring <herring@lanl.gov>
2213
2214 * calendar/timeclock.el: Update version number.
2215 (timeclock-modeline-display): Mention timeclock-use-display-time
2216 in explanatory message.
2217 (timeclock-log): Suppress warnings when finding the log.
2218 Don't check for a nil project twice. Run hooks after killing the
2219 buffer (if applicable).
2220 (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
2221 was geometric). All uses changed.
2222 (timeclock-generate-report): Support prefix argument.
2223
2224 2007-06-04 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
2225
2226 * man.el (Man-next-section): Don't consider the last line of the
2227 page as being part of any section.
2228
2229 2007-06-04 Martin Rudalics <rudalics@gmx.at>
2230
2231 * hilit-chg.el (highlight-changes-rotate-faces): Don't set
2232 modified flag of buffer. Use `inhibit-modification-hooks'.
2233
2234 2007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
2235
2236 * mail/mail-extr.el (mail-extract-address-components):
2237 Recognize non-ASCII characters except for NBSP as words.
2238
2239 2007-06-04 Ryan Yeske <rcyeske@gmail.com>
2240
2241 * net/webjump.el (webjump-sample-sites): Add Wikipedia query.
2242
2243 2007-06-04 Michael Olson <mwolson@gnu.org>
2244
2245 * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
2246 died and we are trying to send a signal to it.
2247
2248 2007-06-04 Juanma Barranquero <lekktu@gmail.com>
2249
2250 * emacs-lisp/easy-mmode.el (define-minor-mode)
2251 (easy-mmode-define-navigation): Fix typos in docstrings.
2252
2253 * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
2254 Fix typos in docstrings.
2255 (compilation-search-path, compilation-buffer-name-function): Doc fixes.
2256 (compilation-finish-function): Fix typo in obsolescence declaration.
2257
2258 * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
2259
2260 2007-06-04 Chong Yidong <cyd@stupidchicken.com>
2261
2262 * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
2263 (magic-fallback-mode-alist): Add image-type-auto-detected-p.
2264
2265 * image.el (image-type-auto-detected-p): Don't scan auto-mode-alist.
2266
2267 * longlines.el (longlines-mode): Make longlines-auto-wrap
2268 buffer-local. Add hooks unconditionally.
2269 (longlines-auto-wrap): Toggle wrapping.
2270 (longlines-after-change-function)
2271 (longlines-post-command-function): Check longlines-auto-wrap.
2272
2273 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
2274
2275 * Version 22.1 released.
2276
2277 2007-06-01 Chong Yidong <cyd@stupidchicken.com>
2278
2279 * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
2280 changes.
2281
2282 2007-05-31 Richard Stallman <rms@gnu.org>
2283
2284 * dired.el (dired-do-delete, dired-do-flagged-delete): Doc fixes.
2285
2286 2007-05-29 Martin Rudalics <rudalics@gmx.at>
2287
2288 * textmodes/table.el (table--point-entered-cell-function)
2289 (table--point-left-cell-function):
2290 Bind `inhibit-point-motion-hooks' to t.
2291
2292 2007-05-29 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
2293
2294 * emacs-lisp/rx.el (rx): Doc fix.
2295
2296 2007-05-28 Chong Yidong <cyd@stupidchicken.com>
2297
2298 * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
2299
2300 2007-05-27 Tetsurou Okazaki <okazaki@be.to> (tiny change)
2301
2302 * log-edit.el (log-edit-changelog-paragraph): Return point-max
2303 as the end of the ChangeLog paragraph when it ends without a line
2304 termination.
2305
2306 2007-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
2307
2308 * textmodes/fill.el (canonically-space-region): Make the second arg
2309 a marker if it's not already the case.
2310
2311 * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
2312 (xterm-mouse-event): Use it.
2313
2314 2007-05-25 Miles Bader <miles@fencepost.gnu.org>
2315
2316 * vc-hooks.el (vc-find-root): Fix file attribute test.
2317
2318 2007-05-24 Richard Stallman <rms@gnu.org>
2319
2320 * textmodes/flyspell.el (flyspell-correct-word-before-point):
2321 Don't let opoint be nil.
2322 (flyspell-emacs-popup): Explicit error if no dialogs.
2323
2324 2007-05-23 Eli Zaretskii <eliz@gnu.org>
2325
2326 * tar-mode.el (tar-file-name-handler): New function.
2327 (tar-extract): Bind file-name-handler-alist to it to force
2328 find-buffer-file-type-coding-system behave as if the file being
2329 extracted existed. Use last-coding-system-used to force
2330 buffer-file-coding-system to what decode-coding-region actually
2331 used to decode the file.
2332
2333 2007-05-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
2334
2335 * progmodes/compile.el (compilation-handle-exit):
2336 `compilation-finish-function' may change the current buffer.
2337
2338 2007-05-22 Richard Stallman <rms@gnu.org>
2339
2340 * files.el (set-auto-mode): Doc fix.
2341
2342 2007-05-22 Eli Zaretskii <eliz@gnu.org>
2343
2344 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
2345
2346 2007-05-21 Trent Buck <trentbuck@gmail.com> (tiny change)
2347
2348 * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
2349 (rcirc-print): Handle `window-width'.
2350 (rcirc-buffer-maximum-lines): Doc fix.
2351
2352 2007-05-19 Kevin Ryde <user42@zip.com.au>
2353
2354 * info.el (Info-fontify-node): Match https also.
2355
2356 2007-05-18 Richard Stallman <rms@gnu.org>
2357
2358 * simple.el (push-mark): Doc fix.
2359
2360 2007-05-18 Rob Riepel <riepel@Stanford.EDU>
2361
2362 * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
2363 tpu-global-map.
2364 (tpu-original-global-map): Delete variable.
2365 (tpu-control-keys-map): New keymap variable.
2366 (tpu-set-control-keys): Use tpu-reset-control-keys rather than
2367 setting keymapping directly.
2368 (tpu-reset-control-keys): Use tpu-control-keys-map instead of
2369 tpu-global-map.
2370 (tpu-edt-on): Activate the tpu-global-map.
2371 (tpu-edt-off): Deactivate the tpu-global-map.
2372
2373 2007-05-18 Ryan Yeske <rcyeske@gmail.com>
2374
2375 * textmodes/ispell.el (ispell-get-word): Return markers
2376 for start and end positions.
2377 (ispell-word): Assume END is a marker.
2378
2379 2007-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2380
2381 * ps-print.el: Use default color when foreground or background color
2382 are unspecified. Reported by Leo <sdl.web@gmail.com>.
2383 (ps-print-version): New version 6.7.4.
2384 (ps-rgb-color): New argument. Use default color when color is
2385 unspecified.
2386 (ps-begin-job): Fix code.
2387
2388 2007-05-17 Martin Rudalics <rudalics@gmx.at>
2389
2390 * textmodes/ispell.el (ispell-start-process): Defend against bad
2391 default-directory.
2392
2393 2007-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
2394
2395 * vc-hooks.el (vc-find-root): Stop searching when the user changes.
2396
2397 2007-05-16 Richard Stallman <rms@gnu.org>
2398
2399 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
2400
2401 2007-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
2402
2403 * files.el (magic-mode-alist, magic-fallback-mode-alist):
2404 Move the *ml, Postscript, and XmCD entries to the fallback part.
2405
2406 * files.el (magic-fallback-mode-alist):
2407 Rename from file-start-mode-alist.
2408
2409 2007-05-16 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
2410
2411 * progmodes/compile.el (compilation-handle-exit): Quote first
2412 argument of `run-hook-with-args'.
2413
2414 2007-05-16 Juanma Barranquero <lekktu@gmail.com>
2415
2416 * buff-menu.el (Buffer-menu-sort-column):
2417 * dabbrev.el (dabbrev-upcase-means-case-search):
2418 * dired.el (dired-recursive-deletes, dired-recursive-copies):
2419 * info.el (Info-current-subfile):
2420 * ls-lisp.el (ls-lisp-verbosity):
2421 * msb.el (msb-menu-cond):
2422 * pcvs.el (cvs-dired-use-hook):
2423 * simple.el (set-mark-command-repeat-pop):
2424 * time.el (display-time-24hr-format, display-time-mail-file):
2425 Doc fixes.
2426
2427 * tutorial.el (get-lang-string, tutorial--find-changed-keys):
2428 * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
2429
2430 * view.el (view-inhibit-help-message): Fix typo in docstring.
2431 (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
2432
2433 2007-05-14 Eli Zaretskii <eliz@gnu.org>
2434
2435 * mail/rmail.el (rmail-convert-to-babyl-format):
2436 Check content-transfer-encoding _last_, because we need its position
2437 in base64-header-field-end.
2438
2439 2007-05-14 Juanma Barranquero <lekktu@gmail.com>
2440
2441 * files.el (mode-require-final-newline, require-final-newline)
2442 (enable-local-variables, enable-local-eval): Doc fixes.
2443
2444 2007-05-10 Edward O'Connor <hober0@gmail.com> (tiny change)
2445
2446 * progmodes/python.el (python-font-lock-keywords)
2447 (python-open-block-statement-p, python-mode): Add support for the new
2448 "with" keyword.
2449
2450 2007-05-10 Richard Stallman <rms@gnu.org>
2451
2452 * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
2453 (iso-cvt-write-only): Likewise.
2454
2455 * emacs-lisp/easy-mmode.el (define-minor-mode):
2456 Fix generated doc string.
2457
2458 * startup.el (fancy-splash-text): Add URL of guided tour.
2459 Adjust horizontal and vertical whitespace.
2460
2461 * progmodes/compile.el (compilation-handle-exit):
2462 Use run-hook-with-args to run compilation-finish-functions.
2463
2464 * files.el (file-start-mode-alist): New variable.
2465 (magic-mode-regexp-match-limit): Doc fix.
2466 (set-auto-mode): Handle file-start-mode-alist.
2467 A little cleanup of structure.
2468
2469 2007-05-10 Davis Herring <herring@lanl.gov>
2470
2471 * calendar/timeclock.el (timeclock-in): Fix non-interactive
2472 workday specifications.
2473 (timeclock-log): Don't kill the log buffer if it already existed.
2474
2475 2007-05-08 Richard Stallman <rms@gnu.org>
2476
2477 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
2478 Don't include non-self-insert commands in the exception for `-'.
2479
2480 2007-05-08 David Reitter <david.reitter@gmail.com>
2481
2482 * progmodes/python.el (python-guess-indent): Check non-nullness
2483 before comparing indent against the 2..8 interval.
2484
2485 2007-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2486
2487 * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
2488 available.
2489
2490 2007-05-06 Richard Stallman <rms@gnu.org>
2491
2492 * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
2493
2494 2007-05-03 Ryan Yeske <rcyeske@gmail.com>
2495
2496 * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
2497 disconnections.
2498
2499 2007-05-01 Romain Francoise <romain@orebokech.com>
2500
2501 * dired-x.el: Revert 2007-04-06 change.
2502
2503 2007-04-30 Nick Roberts <nickrob@snap.net.nz>
2504
2505 * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
2506 don't put stop on toolbar.
2507
2508 2007-04-29 Stephen Berman <Stephen.Berman@gmx.net>
2509
2510 * find-dired.el (find-dired-filter): Propertize all text down to eob.
2511
2512 2007-04-29 Richard Stallman <rms@gnu.org>
2513
2514 * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
2515
2516 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
2517
2518 * progmodes/cc-mode.el (c-before-change): Use point-min rather
2519 than 1.
2520
2521 2007-04-28 Richard Stallman <rms@gnu.org>
2522
2523 * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
2524
2525 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
2526
2527 * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
2528
2529 2007-04-28 Eli Zaretskii <eliz@gnu.org>
2530
2531 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
2532 instead of $(lisp)/mh-e.
2533
2534 * textmodes/fill.el (fill-paragraph): Doc fix.
2535
2536 2007-04-28 Glenn Morris <rgm@gnu.org>
2537
2538 * image-dired.el (image-dired-cmd-create-thumbnail-options)
2539 (image-dired-cmd-create-temp-image-options): Replace option
2540 +profile "*" with -strip.
2541
2542 2007-04-27 Chong Yidong <cyd@stupidchicken.com>
2543
2544 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
2545 Use window-start and window-end.
2546
2547 2007-04-26 Glenn Morris <rgm@gnu.org>
2548
2549 * progmodes/python.el: Restore file pending consideration of legal
2550 status.
2551
2552 2007-04-26 Luc Teirlinck <teirllm@dms.auburn.edu>
2553
2554 * locate.el (locate-in-alternate-database): Doc fix.
2555
2556 2007-04-26 Glenn Morris <rgm@gnu.org>
2557
2558 * button.el (button): Use underline if supported, else fall back
2559 to color.
2560
2561 2007-04-25 Richard Stallman <rms@gnu.org>
2562
2563 * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
2564
2565 2007-04-25 J.D. Smith <jdsmith@as.arizona.edu>
2566
2567 * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
2568 (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
2569 pushing mark.
2570 (idlwave-current-routine): Don't push mark.
2571
2572 2007-04-25 Mathias Dahl <mathias.dahl@gmail.com>
2573
2574 * image-dired.el (image-dired-display-image): Derive image-type from
2575 filename rather than assuming jpeg, in case no resizing was needed.
2576
2577 2007-04-25 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
2578
2579 * custom.el (defface): Doc fix.
2580
2581 2007-04-24 Chong Yidong <cyd@stupidchicken.com>
2582
2583 * progmodes/python.el: Remove due to unclear legal issues.
2584
2585 2007-04-24 J.D. Smith <jdsmith@as.arizona.edu>
2586
2587 * progmodes/idlw-shell.el (idlwave-shell-clear-all-bp):
2588 Don't re-query for each cleared BP.
2589 (idlwave-shell-clear-bp): Optionally skip BP query.
2590 (idlwave-shell-update-bp-overlays): Use set-window-margins instead
2591 of set-window-buffer, which incorrectly moves displayed region.
2592
2593 2007-04-23 Jay Belanger <jay.p.belanger@gmail.com>
2594
2595 * calc/calc.el (calc-bug-address): Update maintainer's address.
2596 * calc/*: Update maintainer's address.
2597
2598 2007-04-23 Richard Stallman <rms@gnu.org>
2599
2600 * simple.el (set-mark-command-repeat-pop): Doc fix.
2601 Put in `editing-basics' group.
2602
2603 2007-04-23 Chong Yidong <cyd@stupidchicken.com>
2604
2605 * info.el (Info-mouse-scroll-up, Info-mouse-scroll-down):
2606 New functions.
2607 (Info-mode-line-node-keymap): Bind mouse commands to
2608 Info-mouse-scroll-up/down instead of Info-scroll-up/down.
2609
2610 2007-04-23 Luc Teirlinck <teirllm@auburn.edu>
2611
2612 * locate.el (locate-local-prompt): New var.
2613 (locate-prompt-for-command): Doc fix.
2614 (locate-prompt-for-search-string): New function.
2615 (locate): New optional arg. Make locate-local-prompt
2616 buffer-local. Use locate-prompt-for-search-string.
2617 (locate-with-filter): New optional arg.
2618 Use locate-prompt-for-search-string.
2619 (locate-update): Bind locate-prompt-for-command.
2620
2621 2007-04-23 Glenn Morris <rgm@gnu.org>
2622
2623 * files.el (magic-mode-alist): `<!DOCTYPE HTML' in html-mode.
2624
2625 2007-04-23 Nick Roberts <nickrob@snap.net.nz>
2626
2627 * button.el (button): Inherit from link face on a tty.
2628
2629 2007-04-23 Glenn Morris <rgm@gnu.org>
2630
2631 * button.el (button): Use color for this face on a tty.
2632
2633 * files.el (magic-mode-alist): Allow for carriage-returns in
2634 html-mode and sgml-mode entries.
2635
2636 2007-04-22 Richard Stallman <rms@gnu.org>
2637
2638 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
2639 Improve doc string of generated command.
2640
2641 * subr.el (read-number): Catch errors.
2642
2643 * hi-lock.el (hi-lock-file-patterns-policy): Doc fix.
2644
2645 2007-04-22 Chong Yidong <cyd@stupidchicken.com>
2646
2647 * image-dired.el: Rename from thumbnails.el. All instances of
2648 "thumbnails" replaced with "image-dired".
2649
2650 * dired.el (dired-mode-map): Rename "thumbnails" again, to
2651 "image-dired".
2652
2653 2007-04-22 Kim F. Storm <storm@cua.dk>
2654
2655 * ido.el (ido-kill-buffer-at-head, ido-delete-file-at-head):
2656 Don't use kill-line.
2657
2658 2007-04-22 Nick Roberts <nickrob@snap.net.nz>
2659
2660 * t-mouse.el (t-mouse-make-event): Pass on mev's more informative
2661 error message.
2662
2663 2007-04-22 Chong Yidong <cyd@stupidchicken.com>
2664
2665 * dired.el: Rename "tumme" to "thumbnails".
2666
2667 * thumbnails.el: Rename from tumme.el. All instances of "tumme"
2668 replaced with "thumbnails".
2669
2670 2007-04-22 Glenn Morris <rgm@gnu.org>
2671
2672 * hi-lock.el (hi-lock-file-patterns-policy): Make it a defcustom,
2673 and give it the risky-local-variable property.
2674
2675 * textmodes/flyspell.el (flyspell-define-abbrev): Downcase abbrev
2676 before defining it.
2677
2678 2007-04-21 Martin Rudalics <rudalics@gmx.at>
2679
2680 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
2681 Use delete-region instead of kill-line.
2682
2683 2007-04-21 Alan Mackenzie <acm@muc.de>
2684
2685 * progmodes/cc-cmds.el (c-electric-slash): Replace wrong use of
2686 `kill-region' by `delete-region'.
2687
2688 2007-04-21 Chong Yidong <cyd@stupidchicken.com>
2689
2690 * progmodes/perl-mode.el (perl-indent-command): Use delete-region
2691 instead of kill-region.
2692
2693 * progmodes/mantemp.el (mantemp-make-mantemps-region)
2694 (mantemp-insert-cxx-syntax, mantemp-sort-and-unique-lines)
2695 (mantemp-remove-memfuncs): Use delete-region instead of kill-word
2696 and kill-line.
2697
2698 * progmodes/vhdl-mode.el (vhdl-template-type)
2699 (vhdl-template-record, vhdl-template-nature)
2700 (vhdl-template-configuration-spec, vhdl-template-component-inst)
2701 (vhdl-template-break, vhdl-regress-line, vhdl-electric-tab):
2702 Use delete-region instead of kill-word and kill-line.
2703
2704 2007-04-21 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
2705
2706 * dired-x.el (dired-virtual-mode): Doc fix.
2707
2708 2007-04-21 Richard Stallman <rms@gnu.org>
2709
2710 * font-lock.el (font-lock-keywords-alist): Mark as risky.
2711
2712 * subr.el (read-number): Doc fix.
2713
2714 * simple.el (pop-to-mark-command): Display message "mark popped"
2715 if point does not move.
2716 (set-mark-command): Doc fix.
2717
2718 2007-04-21 Luc Teirlinck <teirllm@auburn.edu>
2719
2720 * locate.el: Revert 2006-09-09 and 2007-04-20 changes.
2721 (locate-local-filter, locate-local-search): New vars.
2722 (locate): Make variables local.
2723 (locate-update): Bind locate-buffer-name. Call locate using
2724 locate-local-filter and locate-local-search.
2725
2726 2007-04-20 David Koppelman <koppel@ece.lsu.edu>
2727
2728 * hi-lock.el (hi-lock-file-patterns-policy): New var.
2729 (hi-lock-find-patterns): Use hi-lock-file-patterns-policy.
2730 (hi-lock-mode): Update docstring.
2731
2732 2007-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
2733
2734 * textmodes/fill.el (fill-move-to-break-point): Don't inhibit
2735 fill-nobreak-predicate when the break is past fill-column.
2736
2737 2007-04-20 Francesco Potort\e,Al\e(B <pot@gnu.org>
2738
2739 * locate.el (locate): Output from shell-command should go in the
2740 current buffer rather than *Shell Command Output*.
2741
2742 2007-04-20 Chong Yidong <cyd@stupidchicken.com>
2743
2744 * paren.el (show-paren-function): Fix last fix.
2745
2746 2007-04-19 Kevin Ryde <user42@zip.com.au>
2747
2748 * arc-mode.el (archive-find-type): lzh-exe for lzh self-extracting exe.
2749 (archive-lzh-summarize): Add optional start arg for where to start
2750 looking at the archive.
2751 (archive-lzh-exe-summarize, archive-lzh-exe-extract): New functions.
2752
2753 * international/mule.el (auto-coding-alist): no-conversion for .exe
2754 and .EXE.
2755
2756 2007-04-19 Alan Mackenzie <acm@muc.de>
2757
2758 * progmodes/cc-cmds.el (c-in-function-trailer-p): Fix this: when a
2759 function return type contains "struct", "union", etc.
2760 c-end-of-defun goes too far forward.
2761
2762 2007-04-19 Chong Yidong <cyd@stupidchicken.com>
2763
2764 * paren.el (show-paren-function): Reset window-start to avoid
2765 recentering.
2766
2767 2007-04-19 Glenn Morris <rgm@gnu.org>
2768
2769 * calendar/todo-mode.el: Fix typo: "threshhold" -> "threshold".
2770
2771 2007-04-18 Glenn Morris <rgm@gnu.org>
2772
2773 * calendar/diary-lib.el (diary-header-line-format): Add a custom
2774 :set function.
2775 (diary-list-entries): Only switch to diary-mode from
2776 default-major-mode (reverts 2007-03-21 change). Otherwise, if in
2777 diary-mode set header-line-format, in case of any customization.
2778
2779 2007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
2780
2781 * calendar/parse-time.el (parse-time-string-chars): Check if CHAR
2782 is less than the length of parse-time-syntax.
2783
2784 2007-04-17 David Kastrup <dak@gnu.org>
2785
2786 * replace.el (query-replace-regexp-eval): Deprecate.
2787
2788 2007-04-17 Alan Mackenzie <acm@muc.de>
2789
2790 * progmodes/cc-cmds.el (c-beginning-of-defun): With -ve arg and
2791 point too close to EOB, leave point at EOB rather than last `}'.
2792
2793 2007-04-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2794
2795 * textmodes/bibtex.el (bibtex-include-OPTkey)
2796 (bibtex-user-optional-fields, bibtex-entry-field-alist):
2797 Fix defcustom.
2798
2799 2007-04-17 Glenn Morris <rgm@gnu.org>
2800
2801 * calendar/cal-dst.el (calendar-dst-find-startend): If YEAR cannot
2802 be encoded, fall back to current year.
2803
2804 2007-04-14 Kevin Ryde <user42@zip.com.au>
2805
2806 * arc-mode.el (archive-lzh-summarize): Only apply the "downcase if
2807 all upcase" rule to OS-ID 0 "generic". Always downcase for OS-ID
2808 M "MSDOS".
2809
2810 2007-04-16 Chong Yidong <cyd@stupidchicken.com>
2811
2812 * progmodes/python.el (python-end-of-block): Avoid looping forever
2813 if python-next-statement fails.
2814
2815 2007-04-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2816
2817 * textmodes/bibtex.el (bibtex-entry-field-alist): Use defcustom.
2818
2819 2007-04-16 Dan Nicolaescu <dann@ics.uci.edu>
2820
2821 * progmodes/perl-mode.el (perl-indent-level): Mark as safe local var.
2822 * progmodes/cperl-mode.el (cperl-indent-level): Likewise.
2823
2824 2007-04-15 Jay Belanger <belanger@truman.edu>
2825
2826 * calc/calc.el (calc-version): New function.
2827 (calc-trail-mode): Shorten the title.
2828
2829 2007-04-15 Chong Yidong <cyd@stupidchicken.com>
2830
2831 * mail/footnote.el (footnote-style): Clarify docstring to state
2832 that customizing this only applies to future footnotes.
2833
2834 2007-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2835
2836 * textmodes/bibtex.el (bibtex-field-list): Use functionp.
2837 (bibtex-make-field): Check that INIT is a string. Use functionp.
2838
2839 2007-04-14 Glenn Morris <rgm@gnu.org>
2840
2841 * complete.el (PC-goto-end): New buffer-local variable.
2842 (PC-do-completion-end): Make buffer-local.
2843 (partial-completion-mode) <choose-completion-string-functions>:
2844 Do not go to the end of the minibuffer if PC-goto-end is non-nil.
2845 (PC-do-completion): New optional fourth argument GOTO-END. Add a
2846 doc string. Set PC-goto-end for choose-completion.
2847 (PC-lisp-complete-symbol): Pass non-nil GOTO-END arg to
2848 PC-do-completion.
2849
2850 * textmodes/bibtex.el (bibtex-insert-kill): Pass non-nil NODELIM
2851 arg to bibtex-make-field.
2852 (bibtex-make-field): Add optional fourth arg NODELIM.
2853 Insert delimiters around INIT unless this arg is non-nil.
2854
2855 2007-04-14 Nick Roberts <nickrob@snap.net.nz>
2856
2857 * tmm.el (tmm-get-keybind): Use copy-sequence to ensure that the
2858 global map isn't modified.
2859
2860 2007-04-14 Glenn Morris <rgm@gnu.org>
2861
2862 * calendar/appt.el (appt-disp-window): Do not split small windows.
2863 Suggested by Jeff Miller <jmiller@cablespeed.com>.
2864
2865 2007-04-13 Chong Yidong <cyd@stupidchicken.com>
2866
2867 * progmodes/compile.el (compilation-start): Revert 2007-03-25 change.
2868
2869 * files.el: Ditto.
2870
2871 2007-04-13 Juanma Barranquero <lekktu@gmail.com>
2872
2873 * cus-edit.el (minibuffer, auto-save): Fix typos in docstrings.
2874
2875 * term.el (term-buffer-maximum-size, term-exec, term-escape-char)
2876 (term-set-escape-char, term-termcap-format, term-get-old-input-default)
2877 (term-skip-prompt, term-send-string, term-send-region, term-pager-page)
2878 (term-pager-help): Fix typos in docstrings.
2879
2880 * wid-edit.el (widget-documentation): Fix typo in docstring.
2881
2882 * progmodes/ebnf2ps.el (ebnf-insert-style, ebnf-merge-style):
2883 Fix typos in error messages.
2884
2885 2007-04-13 Martin Rudalics <rudalics@gmx.at>
2886
2887 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't select
2888 window marked as dedicated.
2889
2890 * mail/footnote.el (footnote-latin-string): New variable.
2891 (footnote-latin-regexp): Redefine as regexp alternative.
2892 (Footnote-latin): Use footnote-latin-string instead of
2893 footnote-latin-regexp.
2894
2895 2007-04-13 Glenn Morris <rgm@gnu.org>
2896
2897 * tmm.el (tmm-get-keybind): Use car-safe to avoid errors with
2898 inherited keymaps.
2899
2900 2007-04-12 Chong Yidong <cyd@stupidchicken.com>
2901
2902 * outline.el (outline-get-next-sibling): Clarify docstring.
2903 (outline-get-last-sibling): Handle case where we are at the first
2904 heading. Clarify docstring.
2905
2906 2007-04-12 Nick Roberts <nickrob@snap.net.nz>
2907
2908 * progmodes/gud.el (gud-minor-mode-map): Make go button same
2909 length as stop button to lessen flicker.
2910 (jdb): Add gud-print.
2911 (gud-find-expr): Jdb prints the expression with the value, so
2912 don't insert it in the output.
2913
2914 2007-04-11 Jason Rumney <jasonr@gnu.org>
2915
2916 * dnd.el (dnd-get-local-file-name): Decode both upper and lower
2917 case hex. Do not try to decode non-hex letters.
2918
2919 2007-04-11 Markus Triska <markus.triska@gmx.at>
2920
2921 * emacs-lisp/byte-opt.el (byte-optimize-backward-char)
2922 (byte-optimize-backward-word): Remove (move to bytecomp.el).
2923 (byte-optimize-form-code-walker): Evaluate pure function calls if
2924 possible.
2925 (byte-optimize-all-constp): New function.
2926
2927 * emacs-lisp/bytecomp.el (byte-compile-char-before):
2928 Improve numeric argument case.
2929 (byte-compile-backward-char, byte-compile-backward-word):
2930 New functions, performing rewriting previously done in byte-opt.el.
2931 Fix their "Fixme" item (restriction to numeric arguments).
2932
2933 2007-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
2934
2935 * desktop.el (desktop-save, desktop-create-buffer): Replace mapcar
2936 with dolist.
2937 (after-init-hook): Don't quote lambda.
2938 (desktop-first-buffer): Don't wrap it in eval-when-compile.
2939 (desktop-internal-v2s): Remove unused var `el'.
2940 (desktop-buffer-major-mode, desktop-buffer-locals): Move out of
2941 desktop-restore-file-buffer.
2942 (desktop-buffer-ok-count, desktop-buffer-fail-count): Move out of
2943 desktop-create-buffer.
2944
2945 2007-04-10 Chong Yidong <cyd@stupidchicken.com>
2946
2947 * woman.el (woman-decode-buffer): Postpone macro-set check...
2948 (woman-decode-region): ...to here.
2949
2950 2007-04-10 Thien-Thi Nguyen <ttn@gnu.org>
2951
2952 * startup.el (tty-handle-args): Use %S to log ARGS.
2953
2954 2007-04-10 Glenn Morris <rgm@gnu.org>
2955
2956 * dframe.el (dframe-frame-mode): Do not set auto-show-mode, since
2957 it is obsolete and has no effect.
2958
2959 * dos-w32.el (default-buffer-file-type): Add defvar to quieten
2960 byte-compiler.
2961
2962 * progmodes/cperl-mode.el (cperl-mode): Remove unnecessary call to
2963 obsolete function make-local-hook.
2964
2965 * progmodes/dcl-mode.el (top-level): Move (require 'tempo) to
2966 start to quieten byte-compiler.
2967
2968 2007-04-10 Markus Triska <markus.triska@gmx.at>
2969
2970 * emacs-lisp/byte-opt.el (byte-optimize-char-before): Remove (move
2971 to bytecomp.el as byte-compile-char-before).
2972 * emacs-lisp/bytecomp.el (byte-compile-char-before):
2973 New function (modified replacement for byte-optimize-char-before in
2974 byte-opt.el).
2975
2976 2007-04-09 Alan Mackenzie <acm@muc.de>
2977
2978 * startup.el (inhibit-splash-screen): Emphatically state that it
2979 can't be set in site-start.el.
2980
2981 2007-04-09 Masatake YAMATO <jet@gyve.org>
2982
2983 * progmodes/cc-subword.el (c-capitalize-subword): More closely
2984 mimic the behavior of `capitalize-word'. Do not move point with a
2985 negative argument. Based on tiny change by Paul Curry.
2986
2987 2007-04-09 Paul Curry <dashteacup@gmail.com> (tiny change)
2988
2989 * progmodes/cc-subword.el (c-downcase-subword, c-upcase-subword):
2990 Don't move point if ARG is negative.
2991
2992 2007-04-09 Alan Mackenzie <acm@muc.de>
2993
2994 Changes to make `narrow-to-defun' and `mark-defun' work properly
2995 in CC Mode:
2996
2997 * progmodes/cc-defs.el (c-beginning-of-defun-1):
2998 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
2999 Bind beginning/end-of-defun-function to nil around calls to
3000 beginning/end-of-defun.
3001
3002 * progmodes/cc-langs.el (beginning-of-defun-function)
3003 (end-of-defun-function): New c-lang-setvar's.
3004
3005 * progmodes/cc-awk.el (c-awk-beginning-of-defun): Add "(or arg
3006 (setq arg 1))" to enable non-interactive call.
3007
3008 2007-04-09 Eli Zaretskii <eliz@gnu.org>
3009
3010 * simple.el (set-mark-command): Doc fix.
3011
3012 2007-04-09 Nick Roberts <nickrob@snap.net.nz>
3013
3014 * progmodes/gud.el (gdb): Restore existing session if user
3015 tries to start a second one in graphical mode.
3016
3017 2007-04-08 Martin Rudalics <rudalics@gmx.at>
3018
3019 * cus-start.el <scroll-preserve-screen-position>: Add choices.
3020
3021 2007-04-08 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
3022
3023 * term/xterm.el (terminal-init-xterm): Fix key definitions.
3024 Add binding for C-M-SPC.
3025
3026 2007-04-08 Richard Stallman <rms@gnu.org>
3027
3028 * pcomplete.el (pcomplete-read-event): One single definition,
3029 and not a defsubst.
3030
3031 2007-04-08 Chong Yidong <cyd@stupidchicken.com>
3032
3033 * progmodes/cc-cmds.el (c-end-of-defun): Tidy up, to eliminate
3034 byte-compiler warning "value unused".
3035
3036 2007-04-08 Andreas Schwab <schwab@suse.de>
3037
3038 * term/xterm.el (terminal-init-xterm): Add bindings for keypad keys.
3039
3040 2007-04-07 Glenn Morris <rgm@gnu.org>
3041
3042 * calendar/calendar.el (diary-font-lock-keywords, diary-live-p):
3043 Autoload these functions.
3044 (diary-date-forms): Add a custom :set form.
3045
3046 * calendar/diary-lib.el (diary-set-maybe-redraw): Move definition
3047 before first use.
3048 (diary-font-lock-keywords): New function with old code for
3049 initialization of variable of same name.
3050
3051 2007-04-07 David Hansen <david.hansen@gmx.net> (tiny change)
3052
3053 * progmodes/cc-cmds.el (c-electric-paren): Fix space-before-funcall
3054 clean-up: only insert space when on identifier, etc.
3055
3056 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
3057
3058 * progmodes/grep.el (grep-find-use-xargs): Rewrite docstring.
3059
3060 * net/tls.el (open-tls-stream): Properly handle case where there
3061 is no associated buffer.
3062
3063 2007-04-07 Glenn Morris <rgm@gnu.org>
3064
3065 * ffap.el (ffap-file-at-point): Lower the priority of the
3066 ffap-ftp-sans-slash-regexp check.
3067
3068 2007-04-06 Alan Mackenzie <acm@muc.de>
3069
3070 Fix fontification of labels, and other things with ":".
3071
3072 * progmodes/cc-engine.el (c-forward-label): The function now
3073 returns 'goto-target, 'qt-2kwds-colon, 'qt-1kwd-colon, as well as
3074 the former t.
3075
3076 * progmodes/cc-fonts.el (c-font-lock-declarations): Interpret the
3077 new return code from c-forward-label, fontifying tokens properly.
3078 Add some general comments throughout the file.
3079
3080 2007-04-06 Chong Yidong <cyd@stupidchicken.com>
3081
3082 * textmodes/flyspell.el (flyspell-duplicate, flyspell-incorrect):
3083 Revert 2006-01-27 change.
3084
3085 * diff-mode.el (diff-mode): Revert 2007-03-04 change.
3086
3087 * menu-bar.el (menu-bar-tools-menu): Revert 2003-07-25 change.
3088
3089 * desktop.el (desktop-create-buffer, desktop-save):
3090 Revert 2004-11-12 change for lack of copyright papers.
3091
3092 * dired-x.el (dired-guess-shell-case-fold-search): Delete var.
3093 (dired-guess-default): Respect case.
3094
3095 * isearch.el (isearch-forward): Revert 1998-08-26 doc change.
3096
3097 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Remove function;
3098 was originally checked in as byte-optimize-concat on 1997-11-02.
3099
3100 * mail/sendmail.el (mail-text, mail-mode): Revert extant pieces of
3101 1995-05-19 doc changes.
3102
3103 2007-04-06 Kim F. Storm <storm@cua.dk>
3104
3105 * loadhist.el (read-feature): Reimplement. New optional arg LOADED-P.
3106 (unload-feature): Update interactive spec accordingly.
3107
3108 * progmodes/grep.el (grep-program): Remove commentary about zgrep.
3109
3110 2007-04-06 John Paul Wallington <jpw@pobox.com>
3111
3112 * subr.el (with-case-table): Use `make-symbol' to avoid variable
3113 capture. Restore the table in the same buffer.
3114
3115 * font-lock.el (lisp-font-lock-keywords-2): Add `with-case-table'.
3116
3117 2007-04-05 Chong Yidong <cyd@stupidchicken.com>
3118
3119 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
3120 Print entire form.
3121
3122 2007-04-05 Nick Roberts <nickrob@snap.net.nz>
3123
3124 * progmodes/gdb-ui.el (breakpoint-disabled): Tweak face (again)
3125 for low-color displays.
3126
3127 2007-04-05 Glenn Morris <rgm@gnu.org>
3128
3129 * play/5x5.el, play/animate.el, play/dissociate.el, play/doctor.el,
3130 * play/gomoku.el, play/landmark.el, play/tetris.el, play/zone.el:
3131 Seed random number generator on loading.
3132
3133 * emacs-lisp/authors.el (top-level): Provide self.
3134
3135 * play/animate.el (top-level): Provide self.
3136
3137 2007-04-04 Alan Mackenzie <acm@muc.de>
3138
3139 * progmodes/cc-vars.el (c-special-indent-hook): Amend doc-string
3140 to mention c-syntactic-indentation.
3141
3142 2007-04-04 Chong Yidong <cyd@stupidchicken.com>
3143
3144 * subr.el (with-case-table): New macro.
3145
3146 * international/mule.el (ascii-case-table): New var.
3147
3148 * mail/smtpmail.el (smtpmail-via-smtp): Use ascii-case-table when
3149 downcasing.
3150
3151 2007-04-03 Nick Roberts <nickrob@snap.net.nz>
3152
3153 * progmodes/gud.el (gud-minor-mode-map): Simplify.
3154
3155 * t-mouse.el (t-mouse-make-event-element): Don't use the left edge
3156 of the window if we're outside it e.g menu-bar.
3157
3158 * xt-mouse.el (xterm-mouse-event): Don't use the left edge of the
3159 window if we're outside it e.g menu-bar.
3160
3161 2007-04-03 Eli Zaretskii <eliz@gnu.org>
3162
3163 * mail/rmail.el (rmail-convert-to-babyl-format): Don't try to
3164 decode base-64 encoded body if its content-type is something other
3165 than text/* or message/*.
3166
3167 2007-04-03 Juanma Barranquero <lekktu@gmail.com>
3168
3169 * simple.el (activate-mark-hook): Fix typo in docstring.
3170
3171 2007-04-03 Nick Roberts <nickrob@snap.net.nz>
3172
3173 * tmm.el (tmm-c-prompt): Initialize.
3174 (tmm-menubar): Deal with extended menu-items at top level.
3175 (tmm-get-keybind): Handle bindings redefined/undefined locally.
3176 (tmm-prompt): Handle visibility of top level menu-items.
3177
3178 * progmodes/gud.el (gud-menu-map): Simplify.
3179 (gud-minor-mode-map): Add tool-bar like bindings to the text mode
3180 menubar.
3181
3182 2007-04-02 Chong Yidong <cyd@stupidchicken.com>
3183
3184 * mail/smtpmail.el (smtpmail-via-smtp): Revert last change.
3185
3186 * comint.el (comint-send-input): Widen the buffer first.
3187
3188 * info.el (Info-fontify-maximum-menu-size): Revert to 100000.
3189
3190 2007-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
3191
3192 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Only obey
3193 emacs-lisp-docstring-fill-column in emacs-lisp-mode.
3194
3195 * newcomment.el (comment-search-forward): Discard comment starters
3196 before point.
3197
3198 2007-04-01 Guanpeng Xu <herberteuler@hotmail.com>
3199
3200 * mouse.el (mouse-set-secondary): Update mouse-secondary-overlay.
3201
3202 2007-04-01 Chong Yidong <cyd@stupidchicken.com>
3203
3204 * mail/smtpmail.el (smtpmail-via-smtp): Use standard case table
3205 when downcasing.
3206
3207 * button.el (previous-button): Rewrite to account for adjacent buttons.
3208
3209 2007-04-01 J.D. Smith <jdsmith@as.arizona.edu>
3210
3211 * progmodes/idlwave.el (idlwave-auto-fill):
3212 Revert paragraph-separate change.
3213
3214 * progmodes/idlw-shell.el (idlwave-shell-break-in):
3215 Simplify module calc.
3216 (idlwave-shell-set-bp-in-module): Compute module.
3217
3218 2007-03-31 Glenn Morris <rgm@gnu.org>
3219
3220 * emacs-lisp/timer.el (run-at-time): Doc fix.
3221
3222 * emacs-lisp/warnings.el (display-warning): If we create the
3223 buffer displaying the warning, disable undo there.
3224
3225 2007-03-31 Michael Albinus <michael.albinus@gmx.de>
3226
3227 * net/tramp.el (tramp-register-file-name-handler)
3228 (tramp-register-completion-file-name-handler): New defsubst,
3229 derived from `tramp-register-file-name-handlers'. The split is
3230 necessary because Tramp's file name handlers must be registered at
3231 different startup places.
3232
3233 2007-03-31 Chong Yidong <cyd@stupidchicken.com>
3234
3235 * progmodes/hideshow.el (turn-off-hideshow): New function.
3236 (hs-minor-mode): Use it instead of a lambda expression in
3237 change-major-mode-hook.
3238
3239 2007-03-31 David Kastrup <dak@gnu.org>
3240
3241 * woman.el (woman-Cyg-to-Win): Don't convert cons cells
3242 corresponding to MANPATH_MAP entries.
3243 (woman-man.conf-path, woman-parse-man.conf): Doc fix.
3244 (woman-parse-man.conf): Use more discriminating man.conf name.
3245 (woman-parse-man.conf): Parse MANPATH_MAP entries.
3246 (woman-manpath): Doc fix and type fix.
3247 (woman-cached-data): Check for MANPATH_MAP entries.
3248 (woman-expand-directory-path): Treat MANPATH_MAP entries.
3249
3250 2007-03-31 Stuart Herring <herring@lanl.gov>
3251
3252 * emacs-lisp/sregex.el (sregexq): Doc fix.
3253
3254 2007-03-31 Markus Triska <markus.triska@gmx.at>
3255
3256 * progmodes/flymake.el (flymake-err-line-patterns): Doc fix.
3257
3258 2007-03-30 Reiner Steib <Reiner.Steib@gmx.de>
3259
3260 * info.el (info-tool-bar-map): Use "exit" for Info-exit.
3261 Move to the right.
3262
3263 2007-03-30 Alan Mackenzie <acm@muc.de>
3264
3265 * progmodes/cc-cmds.el (c-forward-to-nth-EOF-}): Fix EOB bug.
3266
3267 2007-03-30 Thien-Thi Nguyen <ttn@gnu.org>
3268
3269 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Take additional arg DLL.
3270 Use it, passed in explicitly, instead of from the dynamic binding.
3271 (ewoc-create, ewoc-enter-before): Update to use new call sequence.
3272
3273 2007-03-30 Juanma Barranquero <lekktu@gmail.com>
3274
3275 * simple.el (blink-matching-open): When in minibuffer, don't
3276 search for a match inside the prompt.
3277
3278 2007-03-30 Nick Roberts <nickrob@snap.net.nz>
3279
3280 * tmm.el (tmm-menubar): Select the right menu item with the mouse.
3281 (tmm-prompt): Don't make the mouse user select the first menu
3282 item twice.
3283
3284 2007-03-30 Chong Yidong <cyd@stupidchicken.com>
3285
3286 * eshell/esh-proc.el (eshell/kill): Tweak regexp to recognize
3287 SIGUSR1 and SIGUSR2.
3288
3289 2007-03-29 Kim F. Storm <storm@cua.dk>
3290
3291 * ido.el (ido-read-internal): When reading file or dir, only override
3292 minibuffer-local-filename-completion-map, otherwise only override
3293 minibuffer-local-completion-map.
3294
3295 2007-03-29 Glenn Morris <rgm@gnu.org>
3296
3297 * complete.el (partial-completion-mode): Set PC-do-completion-end
3298 to nil after use.
3299 (PC-lisp-complete-symbol): Create and use a marker at `end',
3300 rather than using point-marker.
3301
3302 2007-03-28 Chong Yidong <cyd@stupidchicken.com>
3303
3304 * simple.el (next-error-highlight): Doc fix.
3305 (compose-mail): Revert 2007-03-19 change.
3306
3307 2007-03-28 Richard Stallman <rms@gnu.org>
3308
3309 * emacs-lisp/edebug.el (edebug-display): Don't go to
3310 edebug-outside-buffer if it is dead.
3311
3312 2007-03-28 Juanma Barranquero <lekktu@gmail.com>
3313
3314 * view.el (view-mode): Fix typos in docstring.
3315
3316 2007-03-28 Stephen Berman <Stephen.Berman@gmx.net>
3317
3318 * recentf.el (recentf-save-file): Add a custom :set function.
3319
3320 2007-03-28 Glenn Morris <rgm@gnu.org>
3321
3322 * complete.el (PC-do-completion-end): New variable.
3323 (partial-completion-mode) <choose-completion-string-functions>:
3324 Use PC-do-completion-end in the non-minibuffer case to replace the
3325 correct amount of text.
3326 (PC-do-completion): Set PC-do-completion-end for c-c-s-f.
3327 (PC-lisp-complete-symbol): Give marker the after-insertion type,
3328 to deal with improvements inserted after point.
3329
3330 2007-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
3331
3332 * button.el (make-text-button): Add explicit `button' property.
3333 (default-button): Don't put a `button' property on it.
3334
3335 * progmodes/python.el (python-mode): Skip comments when parsing.
3336
3337 * vc-arch.el (vc-with-current-file-buffer): New macro.
3338 (vc-arch-file-source-p): Use it to avoid infloop.
3339
3340 2007-03-28 David Hansen <david.hansen@gmx.net> (tiny change)
3341
3342 * emacs-lisp/lisp.el (lisp-complete-symbol):
3343 Fix call to get-buffer-window to find windows in other frames.
3344
3345 2007-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
3346
3347 * comint.el (comint-proc-query, comint-dynamic-list-completions):
3348 Fix calls to get-buffer-window to find windows in other frames.
3349 Reported by David Hansen <david.hansen@gmx.net>.
3350
3351 2007-03-27 Kevin Ryde <user42@zip.com.au>
3352
3353 * info.el (Info-display-images-node): On a text-only terminal,
3354 show the "text" or "alt" parts of the image blobs.
3355
3356 2007-03-27 Glenn Morris <rgm@gnu.org>
3357
3358 * complete.el (PC-do-completion): Compute completion-base-size in
3359 the non-filename case, rather than setting to nil.
3360 (PC-lisp-complete-end): New variable.
3361 (PC-lisp-complete-symbol): Use PC-lisp-complete-end to store the
3362 original end in a series of consecutive invocations.
3363
3364 * calendar/calendar.el (calendar-mode-hook): Declare it.
3365
3366 * calendar/diary-lib.el (diary-live-p): Do not check for
3367 diary-selective-display.
3368
3369 2007-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
3370
3371 * replace.el (occur-next-error): *Occur* might not be displayed in the
3372 selected frame. Reported by David Hansen <david.hansen@gmx.net>.
3373
3374 2007-03-26 Richard Stallman <rms@gnu.org>
3375
3376 * textmodes/flyspell.el (flyspell-large-region):
3377 Use ispell-call-process-region.
3378
3379 2007-03-26 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
3380
3381 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
3382 Use prin1 instead of princ.
3383
3384 2007-03-25 Chong Yidong <cyd@stupidchicken.com>
3385
3386 * faces.el (face-set-after-frame-default): Revert 2007-03-10 change.
3387 Merge in X resources before global face.
3388
3389 * progmodes/compile.el (compilation-start): Save compilation-directory
3390 rather than default-directory as local var.
3391 (compilation-directory): Mark as safe local var.
3392
3393 * files.el: Don't mark default-directory as a safe local var.
3394
3395 2007-03-25 Alan Mackenzie <acm@muc.de>
3396
3397 * progmodes/cc-mode.el (c-before-change): Fix BOB bug.
3398 * progmodes/cc-engine.el: Fix typo.
3399
3400 2007-03-25 Juri Linkov <juri@jurta.org>
3401
3402 * compare-w.el (compare-windows): Rename customization group
3403 `compare-w' to `compare-windows'.
3404 (compare-windows-whitespace, compare-ignore-whitespace)
3405 (compare-ignore-case, compare-windows-sync)
3406 (compare-windows-sync-string-size, compare-windows-recenter)
3407 (compare-windows-highlight, compare-windows): Change group name in
3408 the `group' tag from `compare-w' to `compare-windows'.
3409 (compare-windows-sync): Add option `nil' for no sync. Doc fix.
3410
3411 2007-03-24 Markus Triska <markus.triska@gmx.at>
3412
3413 * expand.el: Change example to always enable abbrev-mode,
3414 and remove redundant `function'.
3415 (expand-abbrev-hook): Add autoload cookie.
3416
3417 2007-03-24 Ryan Yeske <rcyeske@gmail.com>
3418
3419 * emacs-lisp/testcover.el (testcover-start, testcover-end)
3420 (testcover-mark-all, testcover-unmark-all): Add prompts to
3421 interactive specs.
3422
3423 2007-03-24 Jason Rumney <jasonr@gnu.org>
3424
3425 * autorevert.el (find-file-hook, auto-revert-tail-mode):
3426 Use file size in bytes for auto-revert-tail-pos not characters.
3427
3428 2007-03-24 Thien-Thi Nguyen <ttn@gnu.org>
3429
3430 * vc-rcs.el (vc-rcs-annotate-command):
3431 Set text property :vc-annotate-prefix on the annotation text.
3432 (vc-rcs-annotate-time): Instead of searching for ": ",
3433 search for end of text propertized with :vc-annotate-prefix.
3434
3435 2007-03-24 Martin Rudalics <rudalics@gmx.at>
3436
3437 * whitespace.el (top level): Remove calls putting
3438 permanent-local nil property since these are no-ops.
3439
3440 * man.el (Man-support-local-filenames): Assure that
3441 default-directory exists when doing call-process.
3442
3443 2007-03-23 David Vazquez <xeos00@gmail.com> (tiny change)
3444
3445 * progmodes/m4-mode.el (m4-m4-buffer, m4-m4-region):
3446 Fix omission bug: Use m4-program-options to construct shell command.
3447
3448 2007-03-23 David Kastrup <dak@gnu.org>
3449
3450 * progmodes/cc-mode.el (c-make-emacs-variables-local):
3451 Use `mapcar' rather than `mapcan' to silence compiler warning.
3452
3453 2007-03-22 Ralf Angeli <angeli@caeruleus.net>
3454
3455 * textmodes/reftex.el, textmodes/reftex-vars.el,
3456 * textmodes/reftex-toc.el, textmodes/reftex-sel.el,
3457 * textmodes/reftex-ref.el, textmodes/reftex-parse.el,
3458 * textmodes/reftex-index.el, textmodes/reftex-global.el,
3459 * textmodes/reftex-dcr.el, textmodes/reftex-cite.el,
3460 * textmodes/reftex-auc.el: Add maintainer address.
3461
3462 2007-03-22 Carsten Dominik <dominik@science.uva.nl>
3463
3464 * textmodes/org.el (org-agenda-mode, org-table-edit-formulas):
3465 Make sure that `global-font-lock-mode' does not turn on font-lock
3466 in these buffers.
3467
3468 2007-03-21 Kim F. Storm <storm@cua.dk>
3469
3470 * xt-mouse.el (xt-mouse-epoch): New variable.
3471 (xterm-mouse-event): Use float-time.
3472
3473 2007-03-21 Nick Roberts <nickrob@snap.net.nz>
3474
3475 * xt-mouse.el (xterm-mouse-event): Compute a timestamp using
3476 current-time.
3477
3478 2007-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
3479
3480 * complete.el (read-file-name-internal): Don't add the final > if the
3481 completion is not finished (re-application of this patch, which was
3482 accidentally undone by Eli).
3483
3484 2007-03-21 Chong Yidong <cyd@stupidchicken.com>
3485
3486 * emulation/viper.el (viper-non-hook-settings): Handle mouse
3487 clicks in describe-key and describe-key-briefly advice a little better.
3488
3489 2007-03-21 Juanma Barranquero <lekktu@gmail.com>
3490
3491 * server.el (server-process-filter): Cancel any pending isearch.
3492
3493 2007-03-21 Ulf Jasper <ulf.jasper@web.de>
3494
3495 * calendar/icalendar.el (icalendar-version): Increase to 0.15.
3496 (icalendar--get-unfolded-buffer): Define actual arguments rather
3497 than just using &rest. Check replace-in-string is fbound.
3498 (icalendar-import-buffer): Doc fix.
3499 (icalendar--convert-ical-to-diary): Set diary-file.
3500 Check diary-file before inserting final newline.
3501 (icalendar--add-diary-entry): Return diary-file.
3502
3503 2007-03-21 Glenn Morris <rgm@gnu.org>
3504
3505 * calendar/calendar.el (diary-set-maybe-redraw): Autoload it.
3506 (diary-display-hook): Add custom :set function.
3507
3508 * calendar/diary-lib.el (diary-header-line-flag): Doc fix.
3509 Add custom :set function.
3510 (diary-header-line-format): Doc fix.
3511 (diary-set-maybe-redraw): New function.
3512 (number-of-diary-entries): Change :set to use diary-set-maybe-redraw.
3513 (diary-list-entries): Always run diary-mode.
3514
3515 2007-03-20 Kenichi Handa <handa@m17n.org>
3516
3517 * international/quail.el (quail-setup-completion-buf): Make the
3518 completion buffer read-only.
3519 (quail-completion): Adjusted for the above change. Leave the
3520 modified flag nil.
3521
3522 2007-03-20 David Kastrup <dak@gnu.org>
3523
3524 * files.el (magic-mode-alist): Require literal "%!PS" string for
3525 magic postscript file detection.
3526
3527 2007-03-20 Richard Stallman <rms@gnu.org>
3528
3529 * textmodes/ispell.el (ispell-call-process): New function.
3530 Defends against bad `default-directory.'
3531 (ispell-check-version, ispell-find-aspell-dictionaries)
3532 (ispell-get-aspell-config-value, lookup-words): Call it.
3533 (ispell-call-process-region): New function.
3534 (ispell-send-string): Call it.
3535
3536 2007-03-20 Andreas Schwab <schwab@suse.de>
3537
3538 * Makefile.in (custom-deps): Depend on $(lisp)/subdirs.el.
3539 (finder-data): Likewise.
3540 (autoloads): Likewise.
3541
3542 2007-03-20 Martin Rudalics <rudalics@gmx.at>
3543
3544 * files.el (basic-save-buffer): Do not set visited filename when
3545 the corresponding directory does not exist or the specified
3546 filename is that of an existing directory.
3547
3548 2007-03-20 Glenn Morris <rgm@gnu.org>
3549
3550 * calendar/diary-lib.el (diary-live-p): New function.
3551 (number-of-diary-entries): Add a :set function to redisplay diary
3552 when necessary.
3553
3554 2007-03-19 Nick Roberts <nickrob@snap.net.nz>
3555
3556 * t-mouse.el (t-mouse-make-event-element): Use timestamp output
3557 from client program, mev, to compute mouse event.
3558
3559 2007-03-19 Chong Yidong <cyd@stupidchicken.com>
3560
3561 * faces.el (momentary): Face removed; unused due to reversion of
3562 2007-01-04 changes by Kevin Rodgers.
3563
3564 * mouse.el (mouse-drag-track): Remove spurious input-pending-p test.
3565 Suggested by Johan Bockg\e,Ae\e(Brd.
3566
3567 2007-03-19 Martin Rudalics <rudalics@gmx.at>
3568
3569 * font-lock.el (lisp-font-lock-keywords-1):
3570 Highlight define-globalized-minor-mode as a keyword.
3571
3572 2007-03-19 Kim F. Storm <storm@cua.dk>
3573
3574 * calc/calc-forms.el (math-std-daylight-savings)
3575 (math-std-daylight-savings-old): Doc fix.
3576
3577 2007-03-19 Juanma Barranquero <lekktu@gmail.com>
3578
3579 * progmodes/python.el (python-default-template): Doc fix.
3580 (python-buffer): Fix typo in docstring.
3581
3582 * isearchb.el (isearchb-follow-char):
3583 * subr.el (def-edebug-spec): Fix typo in docstring.
3584
3585 2007-03-19 Richard Stallman <rms@gnu.org>
3586
3587 * files.el (default-directory): Mark safe.
3588 (basic-save-buffer-2): Put proper dir name in error message.
3589
3590 * simple.el (compose-mail): Run switch-function after
3591 setting up the mail buffer.
3592
3593 * startup.el (inhibit-splash-screen, initial-major-mode): Doc fixes.
3594
3595 2007-03-18 Jay Belanger <belanger@truman.edu>
3596
3597 * calc/calc-forms.el (math-parse-date): Fix a regular expression.
3598 (math-std-daylight-savings-new): Rename from
3599 `math-std-daylight-savings'.
3600 (math-std-daylight-savings-old): Rename from old value of
3601 `math-std-daylight-savings'.
3602 (math-std-daylight-savings): Use `math-std-daylight-savings-new' or
3603 `math-std-daylight-savings-old' depending on the year.
3604
3605 2007-03-18 Detlev Zundel <dzu@gnu.org>
3606
3607 * emacs-lisp/re-builder.el (reb-update-overlays): Do not mark
3608 zero-width regexps as invalid but rather at least count them correctly.
3609
3610 2007-03-18 Thien-Thi Nguyen <ttn@gnu.org>
3611
3612 * net/tls.el (open-tls-stream): In handshake-waiting loop,
3613 don't wait more if there is output available to process.
3614
3615 2007-03-18 Nick Roberts <nickrob@snap.net.nz>
3616
3617 * progmodes/compile.el (compilation-find-file): Revert change
3618 from 2006-07-18 to allow completion of directory names.
3619 Reported by John Carter <john.carter@tait.co.nz>.
3620
3621 2007-03-18 Kim F. Storm <storm@cua.dk>
3622
3623 * subr.el (when, unless): Doc fix.
3624
3625 2007-03-17 Thien-Thi Nguyen <ttn@gnu.org>
3626
3627 * net/tls.el (tls-program): Doc fix.
3628
3629 2007-03-17 Denis Bueno <dbueno@gmail.com> (tiny change)
3630
3631 * autorevert.el (auto-revert-tail-handler):
3632 Call after-revert-hook.
3633
3634 2007-03-17 Ryan Yeske <rcyeske@gmail.com>
3635
3636 * simple.el (switch-to-completions): No error if search for \n\n fails.
3637
3638 2007-03-17 Chong Yidong <cyd@stupidchicken.com>
3639
3640 * simple.el (line-move-1):
3641 Respect `inhibit-line-move-field-capture' property.
3642
3643 2007-03-13 Chong Yidong <cyd@stupidchicken.com>
3644
3645 * comint.el (comint-arguments): Mark backslash-escaped chars.
3646 (comint-delim-arg): Don't treat them as delimiters.
3647
3648 2007-03-12 Kim F. Storm <storm@cua.dk>
3649 * ido.el (ido-init-completion-maps): Remap delete-backward-char.
3650
3651 2007-03-12 Lawrence Mitchell <wence@gmx.li> (tiny change)
3652
3653 * tempo.el (tempo-insert): Deal with 'r> if it appears
3654 specified with a prompt argument.
3655
3656 2007-03-12 Carsten Dominik <dominik@science.uva.nl>
3657
3658 * textmodes/org.el (org-set-font-lock-defaults):
3659 Handle narrow table columns correctly.
3660
3661 2007-03-12 Mark A. Hershberger <mah@everybody.org>
3662
3663 * xml.el (xml-parse-tag, xml-parse-string, xml-parse-attlist)
3664 (xml-parse-dtd, xml-parse-elem-type, xml-substitute-special):
3665 Return to use of the -no-properties variants. There was
3666 consensus on emacs-devel that the speed of these variants was
3667 prefered since we are usually parsing files (from the internet
3668 or on disk) instead of XML created in Emacs.
3669
3670 * eshell/esh-mode.el (eshell-handle-ansi-color): New function.
3671 Add customize option.
3672
3673 2007-03-12 Glenn Morris <rgm@gnu.org>
3674
3675 * calc/calc-forms.el (math-std-daylight-savings): Switch to new
3676 North American rule. Replace "daylight savings" with "daylight
3677 saving" in doc.
3678
3679 * calendar/cal-china.el, cal-dst.el, calendar.el, diary-lib.el:
3680 * calendar/lunar.el, solar.el: Replace "daylight savings" with
3681 "daylight saving" in text.
3682
3683 * woman.el (woman-change-fonts): Tweak previous change by using
3684 woman-request-regexp rather than "^\\.".
3685
3686 * startup.el (command-line-1): Make insertion of
3687 initial-scratch-message not depend on scratch being selected.
3688
3689 2007-03-11 Juri Linkov <juri@jurta.org>
3690
3691 * replace.el (match): Use yellow background on light-bg terminals.
3692
3693 2007-03-11 Richard Stallman <rms@gnu.org>
3694
3695 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
3696 Correctly compute line number.
3697
3698 2007-03-11 Guanpeng Xu <herberteuler@hotmail.com>
3699
3700 * type-break.el (type-break-get-previous-count):
3701 Repeat previous change here.
3702
3703 2007-03-11 Dan Nicolaescu <dann@ics.uci.edu>
3704
3705 * progmodes/grep.el (grep-find-ignored-directories):
3706 Add .git and .bzr to list.
3707
3708 2007-03-11 Andreas Schwab <schwab@suse.de>
3709
3710 * diff-mode.el (diff-apply-hunk): Use proper format string for error.
3711
3712 2007-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
3713
3714 * mail/emacsbug.el (report-emacs-bug): Don't hard code the "X" name.
3715
3716 2007-03-10 Chong Yidong <cyd@stupidchicken.com>
3717
3718 * faces.el (face-set-after-frame-default): Recalculate face
3719 customizations after applying X resources.
3720
3721 2007-03-10 Ryan Yeske <rcyeske@gmail.com>
3722
3723 * net/rcirc.el (rcirc-timeout-seconds): New variable.
3724 (rcirc-keepalive-seconds): Remove variable.
3725 (rcirc-server-name, rcirc-timeout-timer, rcirc-connecting)
3726 (rcirc-process, rcirc-user-disconnect): New variables.
3727 (rcirc-connect): Initalize new variables.
3728 (rcirc-keepalive): Don't send keepalive pings before connection
3729 is completed.
3730 (rcirc-sentinel): Do mark all channels with activity when
3731 connection is dropped. Run hook with process buffer local.
3732 (rcirc-reschedule-timeout, rcirc-delete-process): New functions.
3733 (rcirc-buffer-process): Return value of rcirc-process if
3734 rcirc-server-buffer is nil.
3735 (rcirc-server-name): Return the reported server name.
3736 (rcirc-update-prompt): Simplify computation of the server name.
3737 (rcirc-format-response-string): Likewise.
3738 (rcirc-handler-001): Mark server as connected, record the reported
3739 server name, and schedule a timeout.
3740 (rcirc-track-nick): Add a spec for the tty class.
3741 (rcirc-user-non-nick): Remove function.
3742 (rcirc-nick-prefix-chars): Add variable.
3743 (rcirc-user-nick): Use above variable.
3744
3745 2007-03-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
3746
3747 * icomplete.el (icomplete-tidy, icomplete-exhibit):
3748 Bind deactivate-mark to nil.
3749
3750 2007-03-10 Martin Rudalics <rudalics@gmx.at>
3751
3752 * complete.el (PC-do-completion): Bind dirlength to nil to avoid
3753 that buffer contents get erased during completion.
3754
3755 2007-03-10 Glenn Morris <rgm@gnu.org>
3756
3757 * woman.el (woman-change-fonts): Add a hack to deal with
3758 font-escape followed by "." at start of a line.
3759 (woman2-IP): Add a hack to deal with consecutive requests.
3760 (woman2-tagged-paragraph): Extend existing hack to handle "sp".
3761
3762 2007-03-10 Alan Mackenzie <acm@muc.de>
3763
3764 * progmodes/cc-mode.el (c-before-change): Wrap in save-match-data.
3765
3766 2007-03-09 Richard Stallman <rms@gnu.org>
3767
3768 * abbrev.el (abbrev): Add `provide'.
3769
3770 2007-03-09 Thien-Thi Nguyen <ttn@gnu.org>
3771
3772 * net/ange-ftp.el (ange-ftp-try-passive-mode): Doc fix.
3773
3774 2007-03-09 Martin Rudalics <rudalics@gmx.at>
3775
3776 * complete.el (PC-try-completion): New function.
3777 (PC-do-completion, read-file-name-internal): Use it instead of
3778 try-completion.
3779
3780 2007-03-08 Alan Mackenzie <acm@muc.de>
3781
3782 Remove stale tokens from `c-found-types' cache.
3783
3784 * progmodes/cc-mode.el (c-unfind-enclosing-token)
3785 (c-unfind-coalesced-tokens, c-before-change): New functions.
3786 (c-maybe-stale-found-type): New variable.
3787
3788 * progmodes/cc-engine.el (c-partial-ws-p, c-unfind-type)
3789 (c-trim-found-types): New functions.
3790
3791 2007-03-08 Stefan Monnier <monnier@iro.umontreal.ca>
3792
3793 * smerge-mode.el (smerge-remove-props): Don't mark the buffer modified.
3794 (debug-ignored-errors): Add entry from smerge-match-conflict.
3795
3796 2007-03-08 J.D. Smith <jdsmith@as.arizona.edu>
3797
3798 * progmodes/idlw-help.el (idlwave-do-context-help1): Don't visit
3799 special help topics for keywords.
3800 (idlwave-help-assistant-command): Include ".exe" for ms-dos
3801 etc. Assistant command.
3802
3803 2007-03-08 Chong Yidong <cyd@stupidchicken.com>
3804
3805 * replace.el (occur-engine): Move buffer-undo-list binding...
3806 (occur-1): ...to here.
3807
3808 * complete.el (PC-bindings): Rebind M-TAB in read-expression-map.
3809
3810 * simple.el (minibuffer-completing-symbol): New var.
3811 (eval-expression): Use it.
3812 (completion-setup-function): Don't bind completion-base-size when
3813 completing a symbol in the minibuffer.
3814
3815 2007-03-08 Nick Roberts <nickrob@snap.net.nz>
3816
3817 * progmodes/gud.el (gdb): Pop up current GUD buffer if user
3818 tries to start a second session in graphical mode.
3819
3820 2007-03-07 Miles Bader <miles@gnu.org>
3821
3822 * international/isearch-x.el
3823 (isearch-process-search-multibyte-characters):
3824 Strip text-properties from PROMPT to avoid an error from read-string.
3825
3826 2007-03-07 Kim F. Storm <storm@cua.dk>
3827
3828 * complete.el (PC-bindings): Remap lisp-complete-symbol to
3829 PC-lisp-complete-symbol instead of binding M-TAB in global-map.
3830
3831 2007-03-07 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
3832
3833 * complete.el (PC-do-completion): Delete duplicates in the list of
3834 possible completions.
3835
3836 2007-03-07 Glenn Morris <rgm@gnu.org>
3837
3838 * ses.el (ses-mode): Doc fix.
3839
3840 2007-03-06 Kim F. Storm <storm@cua.dk>
3841
3842 * isearch.el (isearch-message-prefix): Undo 2007-03-01 change.
3843
3844 2007-03-06 Kenichi Handa <handa@m17n.org>
3845
3846 * term/x-win.el (x-select-utf8-or-ctext): Improve the strategy.
3847
3848 2007-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
3849
3850 * simple.el (completion-setup-function): Improve last fix so it doesn't
3851 set it to a relative directory name either.
3852
3853 2007-03-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3854
3855 * ps-print.el: Replace some (defvar VAR) by (defvar VAR nil).
3856
3857 2007-03-05 Richard Stallman <rms@gnu.org>
3858
3859 * emacs-lisp/re-builder.el (reb-re-syntax): Fix custom type.
3860
3861 * files.el (find-file-noselect): No error if file no longer exists.
3862 Display a message and avoid other questions.
3863
3864 2007-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
3865
3866 * pcomplete.el (pcomplete-show-completions): Improve last change, so
3867 as not to use an invisible window and to create a window if none exist.
3868
3869 * progmodes/python.el (python-send-command): Restart proc if necessary.
3870 (python-proc): Simplify.
3871
3872 2007-03-05 David Hansen <david.hansen@gmx.net> (tiny change)
3873
3874 * pcomplete.el (pcomplete-show-completions): Search all frames for
3875 completions buffer.
3876
3877 2007-03-05 Chong Yidong <cyd@stupidchicken.com>
3878
3879 * cus-edit.el (customize-save-variable): Clear customized-value
3880 property (saved values are now put in theme-value property).
3881 (customize-set-variable): Doc fix.
3882
3883 * complete.el (PC-do-completion): If completion-ignore-case is
3884 non-nil, replace field with completion string before exiting.
3885
3886 2007-03-05 Michael Albinus <michael.albinus@gmx.de>
3887
3888 * net/tramp.el (tramp-make-temp-file): New parameter FILENAME.
3889 Append its extension to the resulting temporary file name.
3890 (tramp-handle-file-local-copy, tramp-handle-write-region): Apply it.
3891
3892 * net/tramp-smb.el (tramp-smb-handle-file-local-copy)
3893 (tramp-smb-handle-write-region): Apply it.
3894
3895 2007-03-05 Alin C. Soare <alinsoar@voila.fr> (tiny change)
3896
3897 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
3898 Redo previous change.
3899
3900 2007-03-04 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
3901
3902 * diff-mode.el (diff-mode): Doc fix.
3903
3904 2007-03-05 Kenichi Handa <handa@m17n.org>
3905
3906 * international/characters.el: Set category `l' (latin)
3907 for more characters.
3908
3909 2007-03-04 Kim F. Storm <storm@cua.dk>
3910
3911 * emacs-lisp/authors.el (authors-aliases): Add alias.
3912
3913 2007-03-04 Glenn Morris <rgm@gnu.org>
3914
3915 * progmodes/hideshow.el (hs-minor-mode): Turn mode off and show
3916 all when switching major mode.
3917 (hs-minor-mode, hs-c-start-regexp, hs-block-start-regexp)
3918 (hs-block-start-mdata-select, hs-block-end-regexp)
3919 (hs-forward-sexp-func, hs-adjust-block-beginning):
3920 Do not make these variables permanent-local.
3921
3922 2007-03-04 Richard Stallman <rms@gnu.org>
3923
3924 * progmodes/cperl-mode.el (cperl-mode):
3925 Modify cperl-compilation-error-regexp-alist by appending.
3926
3927 * emacs-lisp/edebug.el (edebug-kill-buffer): New function.
3928 (edebug-mode): Add the hook.
3929 (edebug-recursive-edit): Remove the hook on exiting.
3930
3931 * type-break.el (type-break-get-previous-time):
3932 Handle end-of-file errors specially
3933 so they don't get reported wrong in .emacs.
3934
3935 * startup.el (fancy-splash-text): Clarify text.
3936
3937 * simple.el (beginning-of-buffer, end-of-buffer):
3938 Avoid treating plain C-u like numeric arg.
3939
3940 * simple.el (completion-setup-function): Don't set
3941 default-directory to nil.
3942
3943 * shell.el (shell-dirstack-query): Doc fix.
3944
3945 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
3946 Don't select the window -- pass it to primitives instead.
3947
3948 * faces.el (minibuffer-prompt): Use medium blue by default.
3949
3950 2007-03-04 David Kastrup <dak@gnu.org>
3951
3952 * jit-lock.el (jit-lock-stealth-time): Change default to nil.
3953 Preserve 16 as default value for "seconds" when customizing.
3954
3955 2007-03-04 Carsten Dominik <dominik@science.uva.nl>
3956
3957 * textmodes/org.el (org-self-insert-command)
3958 (orgtbl-self-insert-command, org-delete-char)
3959 (org-delete-backward-char): Set the `flyspell-delayed' property.
3960
3961 2007-03-03 Chong Yidong <cyd@stupidchicken.com>
3962
3963 * international/mule.el (find-auto-coding): Don't search for
3964 line-ending characters past the end of the tail.
3965
3966 2007-03-03 Christopher Allan Webber <cwebber@dustycloud.org> (tiny change)
3967
3968 * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
3969 Jump to the line where new score has been uploaded.
3970
3971 * play/tetris.el (tetris-move-bottom, tetris-move-left)
3972 (tetris-move-right, tetris-rotate-prev, tetris-rotate-next):
3973 Do nothing when the game is paused.
3974
3975 2007-03-03 Carsten Dominik <dominik@science.uva.nl>
3976
3977 * textmodes/org.el (org-set-tags): Prevent slipping of point
3978 during completion.
3979
3980 2007-03-01 Lennart Borgman <lennart.borgman.073@student.lu.se>
3981
3982 * isearch.el (isearch-message-prefix):
3983 Use minibuffer-prompt-properties.
3984
3985 2007-03-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3986
3987 * ps-print.el: Replace (defvar VAR nil) by (defvar VAR).
3988 (ps-setup): Print which Emacsen is running ps-print package.
3989
3990 2007-03-01 Stuart Herring <herring@lanl.gov>
3991
3992 * files.el (set-auto-mode-0): Use `indirect-function'.
3993 (hack-one-local-variable): Don't reapply current major mode.
3994
3995 2007-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
3996
3997 * progmodes/python.el (python-quote-syntax): Don't bother with
3998 syntax-ppss-context.
3999 (python-fill-paragraph): Make sure that fenced-string delimiters that
4000 stand on their own line stay there.
4001
4002 2007-03-01 Lennart Borgman <lennart.borgman.073@student.lu.se>
4003
4004 * replace.el (perform-replace): Propertize message.
4005
4006 2007-03-01 Carsten Dominik <dominik@science.uva.nl>
4007
4008 * textmodes/org.el (org-prepare-agenda-buffers): Also check for
4009 invisible heading.
4010
4011 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
4012
4013 * net/tramp.el (tramp-file-name-handler): Revert last change.
4014
4015 2007-02-28 Nick Roberts <nickrob@snap.net.nz>
4016
4017 * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump):
4018 Correct doc strings.
4019
4020 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
4021
4022 * replace.el (perform-replace): Undo forward-char immediately if
4023 non-adjacent search fails.
4024
4025 2007-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
4026
4027 * version.el (emacs-major-version, emacs-minor-version):
4028 string-to-int -> string-to-number.
4029
4030 2007-02-28 Juanma Barranquero <lekktu@gmail.com>
4031
4032 * help.el (where-is): Fail gracefully when not passed a command.
4033
4034 2007-02-28 Stuart Herring <herring@lanl.gov>
4035
4036 * find-lisp.el (find-lisp-default-directory-predicate):
4037 Fix bug: Do symlink check on expanded filename.
4038
4039 2007-02-28 Carsten Dominik <dominik@science.uva.nl>
4040
4041 * textmodes/org.el (org-set-tags, org-table-get-field): Avoid case
4042 changes during replacement.
4043 (org-agenda-mode-map): Add default binding for `org-agenda-archive'.
4044
4045 2007-02-28 Lars Hansen <larsh@soem.dk>
4046
4047 * desktop.el: Delete header line listing me as maintainer.
4048
4049 2007-02-28 Glenn Morris <rgm@gnu.org>
4050
4051 * tutorial.el (tutorial--describe-nonstandard-key): Tweak text in
4052 the menus case.
4053
4054 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
4055
4056 * net/tramp.el (tramp-file-name-handler): Inhibit modification
4057 hooks to avoid confusion when combining after-change calls.
4058
4059 2007-02-27 Ken Manheimer <ken.manheimer@gmail.com>
4060
4061 * allout.el (allout-encrypt-string): Remove inhibition of gpg-agent,
4062 now that pgg-gpg-process-region correctly honors passed-in passphrase.
4063 (allout-distinctive-bullets-string): Add info about bullet conventions.
4064 (allout-mode): Add info about distinctive vs plain bullets.
4065
4066 2007-02-27 Carsten Dominik <dominik@science.uva.nl>
4067
4068 * textmodes/org.el (org-archive-subtree): Quote variable name.
4069 (org-agenda-get-todos): Make sure skip properties are checked correctly.
4070
4071 2007-02-26 Nick Roberts <nickrob@snap.net.nz>
4072
4073 * progmodes/gud.el (gud-bashdb-history, gud-bashdb-marker-filter)
4074 (gud-bashdb-command-name, bashdb): Remove.
4075 (gud, gud-menu-map): Remove references to bash/bashdb.
4076
4077 2007-02-26 Andrey Zhdanov <susuman@hotmail.com> (tiny change)
4078
4079 * progmodes/gud.el (gud-pdb-marker-regexp): Add optional <module>
4080 keyword for Python 2.5.
4081
4082 2007-02-26 Romain Francoise <romain@orebokech.com>
4083
4084 * net/net-utils.el (whois-server-tld): Update server for .org.
4085 (whois-server-list): Add whois.publicinterestregistry.net.
4086 (whois-guess-server): Fix formatting in docstring.
4087
4088 2007-02-26 Kim F. Storm <storm@cua.dk>
4089
4090 * mouse.el (mouse-show-mark): Run hooks and perform command
4091 remapping for mouse-region-delete-keys.
4092
4093 2007-02-26 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
4094
4095 * font-core.el (font-lock-mode): Doc fix.
4096
4097 2007-02-25 Kim F. Storm <storm@cua.dk>
4098
4099 * ido.el (ido-buffer-internal): Set this-command to fallback command.
4100 Add selected buffer to buffer-name-history.
4101 (ido-file-internal): Set this-command to fallback command.
4102 Add file names to file-name-history.
4103
4104 * emacs-lisp/map-ynp.el (map-y-or-n-p):
4105 Apply minibuffer-prompt-properties.
4106
4107 2007-02-25 Andreas Schwab <schwab@suse.de>
4108
4109 * files.el (hack-one-local-variable-eval-safep): Correct handling
4110 of edebug-form-spec property value. Reported by Johan Bockg\e,Ae\e(Brd.
4111
4112 2007-02-25 Carsten Dominik <dominik@science.uva.nl>
4113
4114 * textmodes/org.el (org-table-overlay-coordinates)
4115 (org-table-toggle-coordinate-overlays): New functions.
4116 (org-table-overlay-coordinates, org-table-coordinate-overlays):
4117 New variables.
4118 (org-startup-with-deadline-check): Remove option.
4119 (org-mode): Remove deadline check on startup.
4120 (org-table-limit-column-width): Remove option.
4121 (org-table-formula-numbers-only): Remove option.
4122 (org-link-style, org-link-format): Remove options.
4123 (org-select-agenda-window, org-fit-agenda-window): Remove options.
4124 (org-export-ascii-show-new-buffer)
4125 (org-export-html-show-new-buffer): Remove options.
4126 (org-activate-links): Remove camel option.
4127 (org-file-link-context-use-camel-case): Remove option.
4128 (org-camel-regexp): Remove variable.
4129 (org-activate-camels): Remove function.
4130 (org-store-link): Remove Camel stuff.
4131 (org-make-org-heading-camel): Remove function.
4132 (org-open-at-point): Remove camel stuff.
4133 (org-link-search): Remove camel stuff.
4134 (org-camel-to-words): Function removed.
4135 (org-get-agenda-file-buffer): Make sure we prepare the base
4136 buffers, not any indirect buffers.
4137 (org-sort-entries): Sort top-level when not on a headline, and no
4138 active region.
4139 (org-in-regexp): New function.
4140 (org-search-not-self): Rename from `org-search-not-link'.
4141 (org-open-link-marker): New variable.
4142 (org-open-at-point): Set `org-open-link-marker'.
4143 (org-print-icalendar-entries): Fixe bug with excluding DONE
4144 entries from the exported list.
4145 (org-edit-formula-lisp-indent): New command.
4146 (orgtbl-to-texinfo, orgtbl-to-html): New functions.
4147 (orgtbl-to-latex, orgtbl-insert-radio-table)
4148 (orgtbl-toggle-comment, orgtbl-send-table): New functions.
4149 (orgtbl-radio-table-templates): New option.
4150 (org-store-link-props):
4151 (org-remember-templates): More possibilities to insert info
4152 into templates.
4153 (org-remember-apply-template): Make use of the extended
4154 template capabilities.
4155 (org-remember-redo-template): New command.
4156 (org-upgrade-old-links)
4157 (org-table-modify-formulas, org-table-replace-in-formulas)
4158 (org-table-find-dataline)
4159 (org-table-get-vertical-vector): Remove functions.
4160 (org-table-remove-rectangle-highlight)
4161 (org-time-stamp-format, org-toggle-log-option)
4162 (org-table-highlight-rectangle)
4163 (org-table-iterate, org-table-make-reference):
4164 (org-translate-time, org-tree-to-indirect-buffer)
4165 (org-table-field-info, org-table-fix-formulas)
4166 (org-table-force-dataline, org-table-get-descriptor-line)
4167 (org-table-get-range)
4168 (org-skip-comments, org-sort)
4169 (org-sort-entries, org-sublist, org-table-add-rectangle-overlay)
4170 (org-table-current-dline, org-table-current-field-formula)
4171 (org-table-edit-backward-field)
4172 (org-table-edit-formulas-post-command)
4173 (org-table-edit-line-down, org-table-edit-line-up)
4174 (org-agenda-archive)
4175 (org-agenda-clock-cancel)
4176 (org-agenda-clock-out, org-agenda-list-stuck-projects)
4177 (org-agenda-open-link, org-agenda-show-new-time)
4178 (org-agenda-skip-subtree-when-regexp-matches)
4179 (org-agenda-tree-to-indirect-buffer, org-agenda-undo)
4180 (org-at-regexp-p, org-auto-repeat-maybe, org-check-log-option)
4181 (org-do-sort, org-file-image-p, org-find-overlays)
4182 (org-find-row-type, org-get-indirect-buffer, org-get-repeat)
4183 (org-highlight-until-next-command, org-isearch-end)
4184 (org-match-any-p, org-next-link, org-previous-link):
4185 (org-remove-subtree-entries-from-agenda, org-replace-escapes)
4186 (org-rewrite-old-row-references)
4187 (org-isearch-post-command)
4188 (org-table-edit-move, org-table-edit-next-field)
4189 (org-table-edit-scroll, org-table-edit-scroll-down)
4190 (org-set-frame-title, org-show-reference)
4191 (org-unhighlight-once, org-verify-change-for-undo): New functions.
4192 (org-show-variable): Remove command.
4193 (org-add-log-maybe): New arguments STATE, FINDPOS
4194 (org-table-sort-lines): Rewrite from scratch.
4195 (org-link-search): New argument AVOID-POS.
4196 (org-print-icalendar-entries): Remove argument CATEGORY.
4197 (org-run-agenda-series): Remove argument WONDOW.
4198 (org-next-link, org-previous-link): New commands.
4199 (org-agenda-date-format): New option.
4200 (org-table-iterate): New command.
4201 (org-table-modify-formulas)
4202 (org-table-replace-in-formulas): Remove functions.
4203 (org-table-fix-formulas): New function.
4204 (org-table-insert-column, org-table-delete-column)
4205 (org-table-move-column): Use `org-table-fix-formulas'.
4206 (org-follow-gnus-link): Patch from Bastien/Leo.
4207 (org-table-current-field-formula): New function.
4208 (org-file-image-p): New function.
4209 (org-agenda-show-new-time): New function.
4210 (org-agenda-date-later): Call `org-agenda-show-new-time'.
4211 (org-with-remote-undo): New macro.
4212 (org-agenda-undo): New command.
4213 (org-verify-change-for-undo): New function.
4214 (org-time-stamp-format): New function.
4215 (org-agenda-get-timestamps): Skip scheduled if DONE and requested
4216 by user.
4217 (org-match-any-p): New function.
4218 (org-make-tags-matcher): Handle regular expressions for tag and
4219 todo matches.
4220 (org-read-date): Accept "+N" as input for a date relative to the
4221 current date.
4222 (org-remove-subtree-entries-from-agenda): New function.
4223 (org-agenda-archive, org-agenda-kill):
4224 Use `org-remove-subtree-entries-from-agenda'.
4225 (org-do-sort, org-sort-entries): New functions.
4226 (org-sort): New command.
4227 (org-table-sort-lines): Use `org-do-sort'.
4228 (org-fix-decoded-time): New function.
4229 (org-table-number-regexp): Require 0x... to identify as number
4230 in tables.
4231 (org-startup-options): New keywords for note taking.
4232 (org-upgrade-old-links): Remove function.
4233 (org-get-repeat): New function.
4234 (org-show-context): Also show siblings on current level.
4235 (org-show-siblings): New function.
4236 (org-isearch-end, org-isearch-post-command): New functions.
4237 (org-show-siblings): New option.
4238 (org-show-context): Use `org-show-siblings'.
4239 (org-table-maybe-recalculate-line): No longer require `calc-eval'
4240 to be bound, because user may just use elisp.
4241
4242 2007-02-24 Kim F. Storm <storm@cua.dk>
4243
4244 * emulation/cua-base.el (cua-paste): Handle x-clipboard-yank.
4245 (cua--init-keymaps): Remap x-clipboard-yank to cua-paste.
4246
4247 2007-02-24 Dan Nicolaescu <dann@ics.uci.edu>
4248
4249 * startup.el (command-line): Also check if the abbrev file is readable.
4250
4251 2007-02-24 John Paul Wallington <jpw@pobox.com>
4252
4253 * net/tls.el (tls-certtool-program): Fix custom type.
4254
4255 * mail/feedmail.el (feedmail-message-id-generator)
4256 (feedmail-date-generator): Fix custom types.
4257
4258 * mail/rmail.el (rmail-message-filter): Fix custom type.
4259
4260 2007-02-24 Eli Zaretskii <eliz@gnu.org>
4261
4262 * startup.el (command-line): If simple.el cannot be found, proceed
4263 with a warning message.
4264
4265 2007-02-24 Kenichi Handa <handa@m17n.org>
4266
4267 * international/utf-8.el (utf-8-pre-write-conversion): Handle the
4268 case that BEG is a string.
4269
4270 2007-02-24 Chris Moore <dooglus@gmail.com>
4271
4272 * pgg-pgp5.el (pgg-pgp5-encrypt-region):
4273 * pgg-pgp.el (pgg-pgp-encrypt-region):
4274 * pgg-gpg.el (pgg-gpg-encrypt-region):
4275 Check pgg-encrypt-for-me if no other recipients.
4276
4277 2007-02-23 Eli Zaretskii <eliz@gnu.org>
4278
4279 * mail/rmailedit.el (rmail-cease-edit): Restore the Rmail toolbar.
4280
4281 * textmodes/sgml-mode.el (sgml-validate): Quote the file name with
4282 shell-quote-argument.
4283
4284 2007-02-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4285
4286 * comint.el (comint-read-input-ring): Use comint-input-ring-size
4287 from the comint buffer instead of the temporary one.
4288
4289 2007-02-23 David Reitter <david.reitter@gmail.com>
4290
4291 * cus-edit.el (custom-save-all): Canonicalize custom-file before
4292 storing it in recentf-exclude.
4293
4294 2007-02-23 Chong Yidong <cyd@stupidchicken.com>
4295
4296 * startup.el (fancy-splash-screens): Make cursor-type buffer-local
4297 in splash screen.
4298
4299 2007-02-22 J.D. Smith <jdsmith@as.arizona.edu>
4300
4301 * progmodes/idlw-shell.el (idlwave-shell-mode): Clean up pending
4302 commands, for restart.
4303 (idlwave-shell-current-module): Fix handling of module name by type.
4304 (idlwave-shell-break-in): Update type handling.
4305 (idlwave-shell-bp-get): Encode type in BP structure.
4306 (idlwave-shell-set-bp): Fix setting condition/count on disabled BPs.
4307 (idlwave-shell-module-source-query): Query routine info based on type.
4308 Fix path parsing for non-compiled files.
4309 (idlwave-shell-module-source-filter): Don't signal error in filter
4310 if no source found.
4311 (idlwave-shell-set-bp-in-module): Use fallback source to prevent
4312 filter race.
4313
4314 2007-02-22 Kim F. Storm <storm@cua.dk>
4315
4316 * wid-edit.el (widget-default-create): Undo 2007-02-04 change.
4317 (editable-field): Document need to put some text before the %v
4318 escape in :format string.
4319
4320 2007-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
4321
4322 * vc-svn.el: Remove the code inherited from CVSREAD and `cvs edit'.
4323 (vc-svn-use-edit): Remove unused config var.
4324 (vc-svn-update, vc-svn-revert): Checkout is always implicit.
4325
4326 * outline.el (hide-sublevels): Keep empty last line, if available.
4327
4328 * buff-menu.el (list-buffers-noselect): Use explicit unicode code
4329 rather than the corresponding unicode char, to make the code
4330 more readable.
4331
4332 2007-02-19 Juanma Barranquero <lekktu@gmail.com>
4333
4334 * speedbar.el (speedbar-frame-mode, speedbar-frame-width)
4335 (speedbar-show-unknown-files, speedbar-item-info-file-helper)
4336 (speedbar-item-info-tag-helper): Doc fixes.
4337
4338 2007-02-19 Kenichi Handa <handa@m17n.org>
4339
4340 * international/mule-cmds.el (locale-language-names):
4341 Map "eo" to "Esperanto".
4342
4343 * language/european.el ("Esperanto"): New language environment.
4344
4345 2007-02-17 Sven Joachim <svenjoac@gmx.de> (tiny change)
4346
4347 * simple.el (kill-line): Doc fix.
4348
4349 2007-02-17 Kim F. Storm <storm@cua.dk>
4350
4351 * emacs-lisp/bindat.el (bindat--unpack-u*): Optimize.
4352 (bindat--unpack-item, bindat--length-group, bindat--pack-item)
4353 (bindat--unpack-group, bindat--pack-group):
4354 Handle vectors with optional element type.
4355
4356 2007-02-17 Daiki Ueno <ueno@unixuser.org>
4357
4358 * pgg-gpg.el (pgg-gpg-process-region): Make USE-AGENT nil
4359 if PASSPHRASE is given.
4360
4361 2007-02-17 Chris Moore <dooglus@gmail.com>
4362
4363 * jka-cmpr-hook.el (jka-compr-compression-info-list):
4364 Recognize backups of bz2 compressed files.
4365
4366 2007-02-17 Eli Zaretskii <eliz@gnu.org>
4367
4368 * info-look.el (info-lookup): Bind Info-fontify-maximum-menu-size
4369 to nil to speed up lookup of the symbol in index nodes.
4370
4371 2007-02-17 Alin C. Soare <alinsoar@voila.fr> (tiny change)
4372
4373 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
4374 Add indentation for the constants of Lisp.
4375
4376 2007-02-16 Stefan Monnier <monnier@iro.umontreal.ca>
4377
4378 * ps-print.el: Use (defvar <foo>) where applicable.
4379 (ps-print-emacs-type): Remove.
4380 (ps-x-frame-property, ps-e-frame-parameter): Remove.
4381 (ps-frame-parameter): Align its call-convention with frame-parameter.
4382 (ps-begin-job): Adjust calls to it appropriately.
4383 (ps-setup): Don't print ps-print-emacs-type.
4384 (ps-e-find-composition, ps-mark-active-p, ps-color-device):
4385 Define in such a way that it's obvious that it's defined.
4386 (ps-prsc, ps-c-prsc, ps-s-prsc): Remove.
4387 (ps-rmail-mode-hook, ps-vm-mode-hook, ps-gnus-summary-setup)
4388 (ps-jts-ps-setup): Use flavor-neutral syntax instead.
4389
4390 2007-02-15 Alan Mackenzie <acm@muc.de>
4391
4392 * progmodes/cc-cmds.el (c-indent-new-comment-line): When splitting
4393 an empty one-line C-style comment, post-position point properly.
4394
4395 2007-02-15 Chris Moore <dooglus@gmail.com>
4396
4397 * isearch.el (isearch-lazy-highlight-space-regexp): New variable.
4398 (isearch-lazy-highlight-new-loop): Bind it.
4399 (isearch-lazy-highlight-search): Use it.
4400
4401 * replace.el (replace-highlight): Bind search-whitespace-regexp to nil.
4402
4403 2007-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
4404
4405 * font-lock.el (font-lock-extend-region-wholelines):
4406 Only return non-nil if the region has really been changed.
4407 Reported by David Hansen <david.hansen@physik.fu-berlin.de>
4408
4409 2007-02-15 Juanma Barranquero <lekktu@gmail.com>
4410
4411 * play/5x5.el (5x5-crack-xor-mutate): Doc fix.
4412 (5x5-draw-grid-end, 5x5-make-xor-with-mutation, 5x5-mode, 5x5-crack)
4413 (5x5-play-solution, 5x5-y-or-n-p): Fix typos in docstrings.
4414
4415 2007-02-14 Juanma Barranquero <lekktu@gmail.com>
4416
4417 * faces.el (color-values): Revert changes to docstring from
4418 2007-01-31 and 2000-09-07.
4419
4420 * textmodes/ispell.el (ispell-keep-choices-win, ispell-word)
4421 (ispell-begin-skip-region-regexp): Fix typos in docstrings.
4422 (ispell-dictionary-alist, ispell-process-line): Doc fixes.
4423 (ispell-help): Fix typos in docstring and output message.
4424
4425 2007-02-14 Kim F. Storm <storm@cua.dk>
4426
4427 * progmodes/grep.el (grep-files-aliases): Add tex and texi aliases.
4428 (lgrep): Add DIR arg to start grep in specific directory, like rgrep.
4429 (grep): Fix lgrep reference.
4430
4431 * disp-table.el (make-glyph-code, glyph-char, glyph-face): New defuns.
4432 (standard-display-underline): Use make-glyph-code.
4433
4434 * descr-text.el (describe-char): Use glyph-char and glyph-face.
4435
4436 * international/latin1-disp.el (latin1-display-char):
4437 Use make-glyph-code.
4438
4439 2007-02-13 Juanma Barranquero <lekktu@gmail.com>
4440
4441 * ehelp.el (with-electric-help, electric-help-exit)
4442 (electric-help-retain): Doc fixes.
4443
4444 * emacs-lisp/bytecomp.el (byte-compile-dest-file)
4445 (byte-compile-file): Doc fixes.
4446
4447 2007-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4448
4449 * term/mac-win.el: Change all uses of
4450 mac-set-font-panel-visibility to mac-set-font-panel-visible-p.
4451 (mac-ae-number): Return integer 0 if coerced result is float 0.0.
4452 (mac-ae-get-url): Call select-frame-set-input-focus.
4453 (mac-dnd-handle-drag-n-drop-event): Don't call
4454 select-frame-set-input-focus.
4455
4456 2007-02-13 Kenichi Handa <handa@m17n.org>
4457
4458 * international/characters.el: Fix documentation of category `a'.
4459
4460 2007-02-11 Dan Nicolaescu <dann@ics.uci.edu>
4461
4462 * progmodes/grep.el (grep): Mention lgrep and rgrep in the docstring.
4463
4464 2007-02-12 Michael Albinus <michael.albinus@gmx.de>
4465
4466 * net/tramp.el (tramp-get-ls-command, tramp-get-file-exists-command)
4467 (tramp-get-remote-ln): Handle error case.
4468 Reported by Chris Moore <dooglus@gmail.com>.
4469
4470 2007-02-11 Kim F. Storm <storm@cua.dk>
4471
4472 * bindings.el (ctl-x-map): Remove register compatibility bindings
4473 C-x /, C-x j, C-x x, and C-x g (deprecated since Emacs 19).
4474
4475 2007-02-11 Richard Stallman <rms@gnu.org>
4476
4477 * loadhist.el (unload-feature): Handle (t . SYMBOL) entries
4478 in load history.
4479
4480 * emacs-lisp/lisp-mode.el (indent-sexp): Clean up termination
4481 condition -- don't fail to stop at endpos.
4482
4483 2007-02-11 Carsten Dominik <dominik@science.uva.nl>
4484
4485 * textmodes/org.el (org-agenda-get-todos)
4486 (org-agenda-get-timestamps, org-agenda-get-closed)
4487 (org-agenda-get-deadlines, org-agenda-get-scheduled)
4488 (org-agenda-get-blocks, org-format-agenda-item)
4489 (org-agenda-change-all-lines, org-scan-tags): Rename text property
4490 from `category' to `org-category'.
4491
4492 2007-02-11 Kenichi Handa <handa@m17n.org>
4493
4494 * international/titdic-cnv.el (titdic-convert): Force files be written
4495 with Unix-like eol format. Read files under CXTERM-DIC by raw-text.
4496 (miscdic-convert): Force files be written with Unix-like eol format.
4497
4498 2007-02-11 Juanma Barranquero <lekktu@gmail.com>
4499
4500 * files.el (change-major-mode-with-file-name): Fix typo in docstring.
4501
4502 * calculator.el (calculator-prompt): Doc fix.
4503 (calculator-mode-map): Fix typo in menu entry.
4504
4505 2007-02-10 Jay Belanger <belanger@truman.edu>
4506
4507 * calculator.el (calculator): Do more extensive checking for when
4508 3 lines should be used for the calculator.
4509
4510 2007-02-10 Eli Zaretskii <eliz@gnu.org>
4511
4512 * info-look.el (info-lookup-make-completions):
4513 Bind Info-fontify-maximum-menu-size to nil to speed up lookup of
4514 index nodes.
4515
4516 * info.el (Info-fontify-maximum-menu-size): Document the effect
4517 of a nil value.
4518 (Info-fontify-node): Make sure Info-fontify-maximum-menu-size is
4519 non-nil before using it as size.
4520
4521 2007-02-09 Chong Yidong <cyd@stupidchicken.com>
4522
4523 * subr.el (insert-for-yank-1): Prevent read-only properties from
4524 interfering with text property operations.
4525
4526 * image-mode.el (image-mode): Revert 2007-01-30 changes.
4527
4528 * image.el (image-type-auto-detectable): Don't autodetect x[pb]m.
4529 (image-type-auto-detected-p): Fail if another match is found in
4530 auto-mode-alist.
4531
4532 * files.el (magic-mode-alist): Call image-mode instead of
4533 image-mode-maybe for autodetected images.
4534
4535 2007-02-09 Juanma Barranquero <lekktu@gmail.com>
4536
4537 * mail/smtpmail.el (smtpmail-smtp-service, smtpmail-queue-index-file):
4538 Fix typos in docstrings.
4539 (smtpmail-local-domain, smtpmail-queue-mail): Doc fixes.
4540
4541 2007-02-09 Kim F. Storm <storm@cua.dk>
4542
4543 * emacs-lisp/float-sup.el: Remove obsolete comment.
4544
4545 2007-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
4546
4547 * diff-mode.el (diff-sanity-check-hunk): Fix last fix.
4548
4549 2007-02-08 Karl Fogel <kfogel@red-bean.com>
4550
4551 * simple.el: Revert previous change, at request of RMS:
4552 (fundamental-mode-hook): Remove.
4553 (fundamental-mode): Run after-change-major-mode-hooks manually,
4554 and don't run the now-nonexistent fundamental-mode-hook.
4555
4556 2007-02-08 Karl Fogel <kfogel@red-bean.com>
4557
4558 * simple.el (fundamental-mode-hook): Declare new hook.
4559 (fundamental-mode): Run the new dedicated hook, and don't run
4560 after-change-major-mode-hooks manually anymore.
4561
4562 2007-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
4563
4564 * vc-svn.el (vc-svn-merge-news): Understand the new format with two
4565 added columns of chars. Remove support for the "no-meta-info" format.
4566 Prompted by Romain Francoise <romain@orebokech.com>.
4567
4568 2007-02-07 Nick Roberts <nickrob@snap.net.nz>
4569
4570 * progmodes/gdb-ui.el (gdb-if-arrow): New macro.
4571 (gdb-mouse-until, gdb-mouse-jump): Use it.
4572
4573 2007-02-07 Nick Roberts <nickrob@snap.net.nz>
4574
4575 * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump): Make them
4576 work when there is just an assembler buffer (no source buffer).
4577
4578 2007-02-07 Per Cederqvist <ceder@lysator.liu.se> (tiny change)
4579
4580 * diff-mode.el (diff-sanity-check-hunk): Don't reject the hunk
4581 just because the diff was produced using "-p" (--show-c-function).
4582
4583 2007-02-07 Juanma Barranquero <lekktu@gmail.com>
4584
4585 * faces.el (frame-set-background-mode): Use `color-values' and
4586 `display-color-p', not `x-color-values' and `x-display-color-p'.
4587 (face-valid-attribute-values): Use `defined-colors' instead of
4588 `x-defined-colors'.
4589
4590 2007-02-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4591
4592 * ps-print.el: The ps-print commands without face printing should not
4593 print background color. Reported by Leo <sdl.web@gmail.com>.
4594 (ps-print-version): New version 6.7.3.
4595 (ps-begin-job): New arg. Fix ps-default-background and
4596 ps-default-foreground initialization.
4597 (ps-face-attributes): Fix doc string.
4598 (ps-face-background, ps-generate-postscript, ps-generate): Fix code.
4599
4600 * printing.el: Fix ps-print link.
4601
4602 2007-02-06 Chong Yidong <cyd@stupidchicken.com>
4603
4604 * faces.el (face-set-after-frame-default): Compile attributes to
4605 be set by frame parameters before merging in X resources.
4606
4607 2007-02-06 Juanma Barranquero <lekktu@gmail.com>
4608
4609 * simple.el (blink-matching-paren-dont-ignore-comments):
4610 (blink-matching-paren-on-screen): Doc fixes.
4611
4612 2007-02-06 Nick Roberts <nickrob@snap.net.nz>
4613
4614 * progmodes/gdb-ui.el (gdb-frames-mode): Truncate lines in stack buffer.
4615
4616 2007-02-05 Juanma Barranquero <lekktu@gmail.com>
4617
4618 * loadhist.el (unload-feature): Silently ignore `load-history' entries
4619 of the form `(defface . SYMBOL)', and treat `(autoload . SYMBOL)'
4620 entries like `defun'. Return nil.
4621
4622 2007-02-05 Kim F. Storm <storm@cua.dk>
4623
4624 * ido.el: Doc fixes.
4625
4626 2007-02-04 David Kastrup <dak@gnu.org>
4627
4628 * play/mpuz.el (mpuz-random-puzzle): Fix potential lockup when
4629 `mpuz-allow-double-multiplicator' is non-zero, and correct
4630 calculation of `min'.
4631
4632 2007-02-04 Per Abrahamsen <abraham@dina.kvl.dk>
4633
4634 * wid-edit.el (widget-default-create): Insert new text at the
4635 :from marker _after_ the marker, not before it.
4636
4637 2007-02-04 Alan Mackenzie <acm@muc.de>
4638
4639 * progmodes/cc-cmds.el (c-indent-line): Don't erase ^L when a line
4640 containing it is re-indented.
4641
4642 2007-02-03 Chong Yidong <cyd@stupidchicken.com>
4643
4644 * net/newsticker.el (newsticker--insert-image): Update docstring,
4645 and insert the image directly.
4646 (newsticker--buffer-redraw): Update docstring.
4647
4648 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
4649 Rename from define-global-minor-mode.
4650
4651 * progmodes/cwarn.el (global-cwarn-mode):
4652 * emacs-lisp/autoload.el (make-autoload):
4653 * hi-lock.el (global-hi-lock-mode):
4654 * font-core.el (global-font-lock-mode): All callers changed.
4655
4656 2007-02-03 Eli Zaretskii <eliz@gnu.org>
4657
4658 * textmodes/texnfo-upd.el (texinfo-menu-copy-old-description):
4659 Don't copy @ignore lines into menu descriptions.
4660 (texinfo-multi-file-update): Goto the @node line before attempting
4661 to pluck the node name.
4662 (texinfo-multiple-files-update): Reverse the optional arguments'
4663 order, as per the doc string and the `interactive' form.
4664
4665 2007-02-03 Chong Yidong <cyd@stupidchicken.com>
4666
4667 * image-mode.el: Use autoload to avoid overriding disabled setting
4668 applied in .emacs.
4669
4670 2007-02-03 Alan Mackenzie <acm@muc.de>
4671
4672 * progmodes/cc-engine.el (c-in-knr-argdecl): Slight correction
4673 for, e.g. "void (*hdone)();" in a k&r list. (No WS between
4674 adjacent paren groups).
4675
4676 2007-02-02 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4677
4678 * progmodes/ebnf2ps.el: Doc fixes.
4679 (ebnf-eps-buffer, ebnf-eps-region, ebnf-syntax-alist): Doc fixes.
4680
4681 2007-02-02 Eli Zaretskii <eliz@gnu.org>
4682
4683 * dired-x.el (dired-do-relsymlink): Add reference to
4684 dired-do-symlink. Add an autoload cookie.
4685
4686 * dired-aux.el (dired-do-symlink): Add reference to
4687 dired-do-relsymlink.
4688
4689 2007-02-02 Doug Maxey <dwm@enoyolf.org> (tiny change)
4690
4691 * mouse.el <left-fringe mouse-2, right-fringe mouse-3>:
4692 <left-fringe mouse-3>: New bindings.
4693
4694 2007-02-02 Ulf Jasper <ulf.jasper@web.de>
4695
4696 * net/newsticker.el (newsticker-version): Changed to "1.10".
4697 (newsticker--set-customvar): Doc string.
4698 (newsticker-new-item-face): Doc string.
4699 (newsticker-mode): Initialize `invisibility-spec' with t.
4700 (newsticker-mode-map): Added
4701 `newsticker-mark-all-items-at-point-as-read'.
4702 (newsticker-menu): Added narrow-to-item and narrow-to-feed.
4703 (newsticker-w3m-show-inline-images): Do not call
4704 `w3m-remove-image'.
4705 (newsticker--buffer-after-w3m-insert-image): New advice for
4706 w3m-insert-image to cache images.
4707 (newsticker-next-item-same-feed): New.
4708 (newsticker-mark-all-items-at-point-as-read-and-redraw): New.
4709 (newsticker-mark-all-items-of-feed-as-read): New.
4710 (newsticker-mark-all-items-at-point-as-read): Use new functions.
4711 (newsticker-mark-item-at-point-as-read): Doc string.
4712 (newsticker-mark-item-at-point-as-read): Use new functions.
4713 (newsticker--do-mark-item-at-point-as-read): New, extracted from
4714 `newsticker-mark-item-at-point-as-read'.
4715 (newsticker-hide-entry): Use (t) instead of t for invisibility.
4716 (newsticker--sentinel): Yet another xml-parser workaround.
4717 (newsticker--decode-iso8601-date): Bugfix for datestrings without
4718 days.
4719 (newsticker--buffer-do-insert-text): Fix.
4720 (newsticker--buffer-insert-enclosure): Fix. length might be missing.
4721 (newsticker--buffer-make-item-completely-visible):
4722 `switch-to-buffer' not necessary.
4723
4724 2007-02-02 Eli Zaretskii <eliz@gnu.org>
4725
4726 * progmodes/ebnf2ps.el (ebnf-eps-buffer, ebnf-eps-region)
4727 (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-region)
4728 (ebnf-style-database, ebnf-apply-style, ebnf-reset-style)
4729 (ebnf-push-style, ebnf-pop-style, ebnf-eps-production-list)
4730 (ebnf-directory, ebnf-file, ebnf-syntax-alist): Doc fixes.
4731
4732 2007-02-02 Kenichi Handa <handa@m17n.org>
4733
4734 * international/quail.el (quail-show-key): Fix an error message.
4735
4736 2007-02-01 Juanma Barranquero <lekktu@gmail.com>
4737
4738 * faces.el (set-face-underline-p, modify-face): Rename arg
4739 UNDERLINE-P to UNDERLINE (it is not a flag).
4740
4741 2007-02-01 Nick Roberts <nickrob@snap.net.nz>
4742
4743 * progmodes/gdb-ui.el (gdb-speedbar-update): Avoid duplication
4744 when adding gdb-speedbar-update to gdb-input-queue.
4745
4746 2007-02-01 Kenichi Handa <handa@m17n.org>
4747
4748 * international/quail.el (quail-show-key): Signal an error if the
4749 current input method is not using Quail.
4750
4751 2007-02-01 J.D. Smith <jdsmith@as.arizona.edu>
4752
4753 * progmodes/idlwave.el (idlwave-xml-create-sysvar-alist):
4754 Trim leading whitespace in sysvar names.
4755
4756 2007-02-01 Juanma Barranquero <lekktu@gmail.com>
4757
4758 * faces.el (internal-find-face, internal-get-face): Doc fixes.
4759
4760 2007-01-31 Juanma Barranquero <lekktu@gmail.com>
4761
4762 * ido.el (ido-set-common-completion): Use `let', not `let*'.
4763
4764 2007-01-31 Romain Francoise <romain@orebokech.com>
4765
4766 * comint.el: Delete extra copy of `comint-copy-old-input' added in
4767 previous change to this file.
4768
4769 2007-01-31 Jason Rumney <jasonr@gnu.org>
4770
4771 * files.el (magic-mode-alist): Use image-mode-maybe rather than
4772 image-mode.
4773
4774 * image-mode.el (image-mode-maybe): Prevent magic-mode-alist from
4775 interfering with attempt to set major mode from modified
4776 auto-mode-alist.
4777
4778 2007-01-31 Juanma Barranquero <lekktu@gmail.com>
4779
4780 * faces.el (color-values): Doc fix.
4781 (face-differs-from-default-p): Don't check :foreground twice.
4782
4783 2007-01-31 J.D. Smith <jdsmith@as.arizona.edu>
4784
4785 * comint.el (comint-mode): Prevent non-keyword fontification by default.
4786
4787 2007-01-31 Kenichi Handa <handa@m17n.org>
4788
4789 * international/quail.el (quail-store-decode-map-key): Store a
4790 translated character too.
4791 (quail-char-equal-p): New function.
4792 (quail-find-key1): Check character equality by quail-char-equal-p.
4793 (quail-decode-map-generated): New variable.
4794 (quail-find-key): Check quail-decode-map-generated and re-generate
4795 a decode map if necessary.
4796
4797 2007-01-30 Richard Stallman <rms@gnu.org>
4798
4799 * tutorial.el (tutorial--detailed-help): Make the list of
4800 changed keys look nicer.
4801
4802 2007-01-30 Nick Roberts <nickrob@snap.net.nz>
4803
4804 * progmodes/gdb-ui.el (gdb-var-delete-1): New function.
4805 (gdb-var-delete): Use it.
4806 (gdb-var-update-handler-1): Handle value "invalid" for MI field
4807 `in_scope'.
4808
4809 2007-01-30 Michael Albinus <michael.albinus@gmx.de>
4810
4811 * files.el (get-free-disk-space): Return nil for remote directories.
4812
4813 * net/ange-ftp.el (ange-ftp-ls): In case of wildcards, use "ls"
4814 instead of "dir".
4815
4816 2007-01-30 Chong Yidong <cyd@stupidchicken.com>
4817
4818 * type-break.el (type-break-catch-up-event): New function.
4819 (type-break-demo-hanoi, type-break-demo-life)
4820 (type-break-demo-boring): Use it.
4821
4822 * image-mode.el (image-mode): Don't automatically view as image.
4823 (image-toggle-display): Add `disabled' property.
4824
4825 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
4826
4827 * isearchb.el (isearchb-iswitchb):
4828 * ps-print.el (ps-build-face-reference):
4829 * emacs-lisp/shadow.el (list-load-path-shadows):
4830 * eshell/esh-cmd.el (eshell-rewrite-for-command):
4831 * international/mule.el (find-auto-coding):
4832 * mail/supercite.el (sc-attrib-selection-list):
4833 * progmodes/cc-defs.el (c-emacs-features):
4834 * progmodes/cc-vars.el (c-offsets-alist):
4835 * progmodes/flymake.el
4836 (flymake-init-create-temp-source-and-master-buffer-copy):
4837 Fix typos in docstrings (some suggested by Chris Moore).
4838
4839 * progmodes/vhdl-mode.el (vhdl-components-package-name)
4840 (vhdl-get-library-unit, vhdl-corresponding-begin)
4841 (vhdl-skip-case-alternative, vhdl-backward-skip-label)
4842 (vhdl-align-region-2, vhdl-electric-dash, vhdl-case-word)
4843 (vhdl-hooked-abbrev, vhdl-hs-forward-sexp-func)
4844 (vhdl-font-lock-match-item): Fix typos in docstrings.
4845 (vhdl-get-library-unit, vhdl-get-block-state, vhdl-sort-alist)
4846 (vhdl-set-offset, vhdl-fix-case-region-1, vhdl-scan-directory-contents)
4847 (vhdl-speedbar-insert-project-hierarchy):
4848 Improve argument/docstring consistency.
4849
4850 2007-01-29 Kenichi Handa <handa@m17n.org>
4851
4852 * international/titdic-cnv.el (py-converter): Fix previous change.
4853
4854 2007-01-29 Chong Yidong <cyd@stupidchicken.com>
4855
4856 * jka-compr.el (jka-compr-partial-uncompress)
4857 (jka-compr-call-process): Rebind default-directory if it is
4858 invalid. Suggested by Chris Moore.
4859
4860 * comint.el (comint-insert-input): Handle situation where the
4861 selected buffer is not the clicked buffer.
4862
4863 2007-01-29 Kenichi Handa <handa@m17n.org>
4864
4865 * international/ja-dic-cnv.el (skkdic-convert):
4866 Add byte-compile-disable-print-circle:t at the head.
4867
4868 * international/titdic-cnv.el (tit-process-header):
4869 Add byte-compile-disable-print-circle:t at the head.
4870 (miscdic-convert): Likewise.
4871 (py-converter): Skip the header comments.
4872
4873 * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle):
4874 New variable.
4875 (byte-compile-output-file-form): Bing print-circle to nil if
4876 byte-compile-output-file-form is not nil.
4877 (byte-compile-output-docform): Likewise.
4878
4879 2007-01-28 Kim F. Storm <storm@cua.dk>
4880
4881 * emulation/cua-base.el (cua-global-keymap, cua--region-keymap):
4882 Declare earlier to avoid byte compiler warnings.
4883
4884 2007-01-28 Markus Triska <markus.triska@gmx.at>
4885
4886 * speedbar.el (speedbar-make-specialized-keymap): Doc fix.
4887
4888 2007-01-28 Chong Yidong <cyd@stupidchicken.com>
4889
4890 * play/gamegrid.el (gamegrid-kill-timer): Cancel timer directly.
4891 (gamegrid-add-score-with-update-game-score-1): Allow local quits
4892 when calling update-game-score program. Remove unnecessary
4893 save-excursion.
4894
4895 * play/tetris.el (tetris-new-shape): Stop drawing if game is over.
4896
4897 2007-01-28 Nick Roberts <nickrob@snap.net.nz>
4898
4899 * progmodes/gdb-ui.el (gdb-breakpoint-regexp): Declare earlier to
4900 avoid compiler warning.
4901 (gdb-var-update-handler-1): Consider that the MI field `in_scope'
4902 might have values other than "true" or "false".
4903
4904 2007-01-28 Richard Stallman <rms@gnu.org>
4905
4906 * textmodes/fill.el (fill-paragraph-function): Doc fix.
4907 (fill-paragraph): Bind fill-paragraph-function to t to avoid recursion.
4908
4909 * emacs-lisp/pp.el (pp-eval-last-sexp): Don't eval here.
4910
4911 * image.el (image-type-header-regexps): Make GIF regex more specific.
4912
4913 * tutorial.el (tutorial--default-keys): Check M-DEL, not `M-backspace'.
4914 Don't check `backspace'.
4915 (tutorial--find-changed-keys): Look up bindings in a temp buffer
4916 in Fundamental mode.
4917
4918 * startup.el (fancy-splash-text, normal-splash-screen):
4919 Mention C-g.
4920
4921 * simple.el (eval-expression): Don't use eval-last-sexp-print-value
4922 when inserting in buffer.
4923
4924 * vc-arch.el (vc-arch-file-id): Move with-current-buffer
4925 inside the if.
4926
4927 2007-01-27 Richard Stallman <rms@gnu.org>
4928
4929 * obsolete/awk-mode.el (awk-font-lock-keywords): Add "do".
4930
4931 2007-01-27 Guanpeng Xu <herberteuler@hotmail.com>
4932
4933 * add-log.el (add-log-current-defun): Skip the semicolon ``;'' for
4934 enum/union/struct/class definition.
4935 Revert change to call `forward-sexp' multiple times.
4936
4937 2007-01-27 Chong Yidong <cyd@stupidchicken.com>
4938
4939 * files.el (hack-local-variables-confirm): Don't keep trying to
4940 read an event from an empty kbd macro.
4941
4942 2007-01-27 Eli Zaretskii <eliz@gnu.org>
4943
4944 * server.el (server-start): Mention LEAVE-DEAD arg in the doc string.
4945
4946 2007-01-27 Ben North <ben@redfrontdoor.org>
4947
4948 * outline.el (outline-promote, outline-demote): Doc fix. Rename
4949 the arg CHILDREN -> WHICH.
4950
4951 2007-01-27 Michael Albinus <michael.albinus@gmx.de>
4952
4953 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Set
4954 default-directory to a sane value when calling start-process.
4955
4956 2007-01-27 Eli Zaretskii <eliz@gnu.org>
4957
4958 * ls-lisp.el (ls-lisp-use-localized-time-format): New defcustom.
4959 (ls-lisp-format-time-list): Doc fix. Mention
4960 ls-lisp-use-localized-time-format.
4961 (ls-lisp-format-time): Use ls-lisp-format-time-list if
4962 ls-lisp-use-localized-time-format is non-nil, even if a valid
4963 locale is defined.
4964
4965 2007-01-27 Juanma Barranquero <lekktu@gmail.com>
4966
4967 * jka-compr.el (jka-compr-shell): Doc fix.
4968
4969 * jka-cmpr-hook.el (jka-compr-compression-info-list): Doc fix.
4970
4971 2007-01-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4972
4973 * ps-print.ps: Fix background height.
4974 (ps-print-version): New version 6.7.2.
4975
4976 2007-01-26 Eli Zaretskii <eliz@gnu.org>
4977
4978 * makefile.w32-in (finder-data, custom-deps): Depend on
4979 $(lisp)/loaddefs.el.
4980
4981 2007-01-24 Dan Nicolaescu <dann@ics.uci.edu>
4982
4983 * Makefile.in (custom-deps, finder-data): Add dependency to loaddefs.el.
4984
4985 2007-01-24 Miles Bader <miles@gnu.org>
4986
4987 * emacs-lisp/bytecomp.el (byte-compile-output-file-form)
4988 (byte-compile-output-docform): Bind `print-circle' to t.
4989
4990 2007-01-24 Kenichi Handa <handa@m17n.org>
4991
4992 * international/ja-dic-cnv.el (skkdic-convert): Insert a related
4993 file name of the original SKK dictionary file.
4994
4995 2007-01-24 Kim F. Storm <storm@cua.dk>
4996
4997 * ido.el (ido-initial-position): New variable.
4998 (ido-read-internal): Set it if default item is specified.
4999 (ido-minibuffer-setup): Position cursor accordingly if set.
5000 (ido-edit-input): C-e moves to end of input if not already there.
5001 (ido-magic-backward-char): C-b does like M-b if prev char is /.
5002 Don't switch to buffer mode if repeating C-b at start of input.
5003 (ido-toggle-ignore): C-a only toggles ignore at start or end of
5004 input; else it moves to start of input.
5005 (ido-kill-buffer-at-head, ido-delete-file-at-head): If cursor is
5006 not at end of input, delete rest of input, rather than normal op.
5007
5008 2007-01-23 Michael Kifer <kifer@cs.stonybrook.edu>
5009
5010 * emulation/viper-keym.el (viper-insert-basic-map):
5011 Delete binding for S-TAB.
5012
5013 * ediff-util.el (ediff-clone-buffer-for-region-comparison): Change text
5014 of message. Activate mark.
5015 (ediff-activate-mark): Set transient-mark-mode to t.
5016
5017 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise): Doc fix.
5018
5019 2007-01-23 Martin Rudalics <rudalics@gmx.at>
5020
5021 * help-fns.el (describe-variable): Don't suppress display of
5022 buffer local value when the value is "large".
5023
5024 2007-01-22 Kim F. Storm <storm@cua.dk>
5025
5026 * ido.el (ido-active): Add XEmacs test from ido-minibuffer-setup.
5027 (ido-initiate-auto-merge, ido-exhibit, ido-minibuffer-setup)
5028 (ido-tidy): Use ido-active.
5029
5030 2007-01-22 Chris Moore <christopher.ian.moore@gmail.com>
5031
5032 * hexl.el (hexl-mode-exit): Add missing quote.
5033
5034 2007-01-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5035
5036 * term/mac-win.el (mac-keyboard-modifier-mask-alist): New constant.
5037 (mac-ae-keyboard-modifiers): New function.
5038 (mac-handle-toolbar-switch-mode): Use it.
5039 (mac-dnd-handle-drag-n-drop-event): Likewise. Set action to `copy'
5040 if keyboard modifiers on drop contain option key.
5041 (mac-dnd-drop-data): Add optional argument `action'.
5042 (special-event-map): Remove binding for M-drag-n-drop.
5043
5044 2007-01-21 Guanpeng Xu <herberteuler@hotmail.com>
5045
5046 * add-log.el (add-log-current-defun): Use CC Mode functions to
5047 find the beginning and end of a defun.
5048
5049 2007-01-21 Nick Roberts <nickrob@snap.net.nz>
5050
5051 * progmodes/gdb-ui.el (gdb-var-create-regexp)
5052 (gdb-var-create-handler): Handle value field in GDB output of
5053 -var-create.
5054 (gdb-max-frames): New variable.
5055 (gdb-stack-buffer, gdb-frames-select): Use it.
5056 (gdb-info-stack-custom): Help user customize gdb-max-frames,
5057 if necessary.
5058 (gdb-get-frame-number): Simplify.
5059
5060 2007-01-21 Glenn Morris <rgm@gnu.org>
5061
5062 * net/tramp.el (tramp-perl-encode, tramp-perl-decode):
5063 Update copyrights.
5064
5065 2007-01-21 Alan Mackenzie <acm@muc.de>
5066
5067 * progmodes/cc-cmds.el (c-where-wrt-brace-construct): Correct the
5068 handling of K&R stuff.
5069
5070 2007-01-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5071
5072 * textmodes/bibtex.el (bibtex-files): Fix customization type.
5073
5074 2007-01-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5075
5076 * ps-print.el: Handle frame parameters (background and/or foreground
5077 colors) changing dynamically. Reported by Leo <sdl.web@gmail.com>.
5078 (ps-print-version): New version 6.7.1.
5079 (ps-x-frame-property, ps-e-frame-parameter): New aliases.
5080 (ps-frame-parameter): New fun.
5081 (ps-default-fg, ps-default-bg): New default value ('frame-parameter).
5082 Fix doc and customization.
5083 (ps-begin-job): Get frame parameters (background and/or foreground
5084 colors).
5085 (ps-do-despool): Ensure ps-printer-name has a valid value.
5086
5087 2007-01-21 Nick Roberts <nickrob@snap.net.nz>
5088
5089 * progmodes/gdb-ui.el (gdb-debug-log): Rename from gdb-debug-ring.
5090 (gdb-debug-log-max): Rename from gdb-debug-ring-max.
5091 (gud-gdba-marker-filter): Make a value of nil for gdb-debug-ring-max
5092 mean unlimited.
5093
5094 2007-01-20 Alan Mackenzie <acm@muc.de>
5095
5096 * progmodes/cc-engine.el (c-in-knr-argdecl): Reformulate to do
5097 much more rigorous analysis of putative K&R regions.
5098
5099 2007-01-20 Alan Mackenzie <acm@muc.de>
5100
5101 * progmodes/cc-defs.el (c-go-list-forward, c-go-list-backward):
5102 New functions.
5103
5104 2007-01-20 Alan Mackenzie <acm@muc.de>
5105
5106 * progmodes/cc-align.el, progmodes/cc-cmds.el,
5107 * progmodes/cc-defs.el, progmodes/cc-engine.el,
5108 * progmodes/cc-langs.el, progmodes/cc-styles.el,
5109 * progmodes/cc-vars.el: Add my name.
5110
5111 2007-01-20 Chong Yidong <cyd@stupidchicken.com>
5112
5113 * files.el (find-alternate-file): Revert query message to Emacs 21
5114 version.
5115
5116 2007-01-20 Eric Hanchrow <offby1@blarg.net> (tiny change)
5117
5118 * progmodes/cperl-mode.el (cperl-electric-keywords): Document in
5119 the doc string how to use personal abbrevs without electric
5120 keywords.
5121
5122 2007-01-20 Alin C. Soare <alinsoar@voila.fr> (tiny change)
5123
5124 * emacs-lisp/lisp-mode.el (last-sexp-toggle-display):
5125 Fixed cursor position when toggle abbreviated display.
5126
5127 2007-01-20 Nick Roberts <nickrob@snap.net.nz>
5128
5129 * t-mouse.el: Update copyright following assignment by
5130 Alessandro Rubini.
5131
5132 2007-01-20 Chong Yidong <cyd@stupidchicken.com>
5133
5134 * type-break.el (type-break-demo-hanoi, type-break-demo-life)
5135 (type-break-demo-boring): Call read-event instead of read-char.
5136
5137 2007-01-19 Daniel Pfeiffer <occitan@esperanto.org> (tiny change)
5138
5139 * progmodes/compile.el: Add handling for makepplog.
5140
5141 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
5142
5143 * textmodes/ispell.el (ispell-change-dictionary): Ensure that
5144 aspell dictionaries are initialized when called non-interactively.
5145
5146 2007-01-19 Chong Yidong <cyd@stupidchicken.com>
5147
5148 * progmodes/compile.el (compilation-loop): New arg limit.
5149 Handle case where the first error is at point-min.
5150 (compilation-next-error): New arg to compilation-loop call.
5151
5152 2007-01-18 Bruno Haible <bruno@clisp.org> (tiny change)
5153
5154 * info.el (Info-default-dirs): Change default info dir to
5155 share/info.
5156
5157 * paths.el (Info-default-directory-list): Ditto.
5158
5159 2007-01-18 Chris Moore <christopher.ian.moore@gmail.com>
5160
5161 * hexl.el (hexl-before-revert-hook): New function.
5162 (hexl-mode): Use it.
5163 (hexl-after-revert-hook): Just call hexl-mode.
5164 (hexl-mode-exit): Remove before-revert-hook.
5165
5166 2007-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
5167
5168 * isearch.el (isearch-no-upper-case-p): Look for [:upper:] as well.
5169
5170 2007-01-16 Martin Rudalics <rudalics@gmx.at>
5171
5172 * textmodes/ispell.el (ispell-dictionary-alist-3): Replace "---"
5173 by "-" in francais7 otherchars entry.
5174 (ispell-dictionary-alist-5): Replace "." by "[.]" for polish
5175 otherchars entry.
5176
5177 2007-01-15 Karl Fogel <kfogel@red-bean.com>
5178
5179 * bookmark.el (bookmark-buffer-file-name): Abbreviate the bookmark
5180 path. Rewrite function in `cond' style for readability.
5181
5182 Suggested by: Stephen Eglen <S.J.Eglen{_AT_}damtp.cam.ac.uk>.
5183 (The path shortening, that is, not the rearrarangement.)
5184
5185 2007-01-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5186
5187 * term/mac-win.el (mac-ae-quit-application): New function.
5188 (mac-apple-event-map): Bind "quit application" Apple event to it.
5189
5190 2007-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
5191
5192 * vc-svn.el (vc-svn-parse-status): Trust the filename argument more
5193 than the program's output.
5194
5195 2007-01-14 Juanma Barranquero <lekktu@gmail.com>
5196
5197 * kmacro.el (kmacro-insert-counter, kmacro-set-counter)
5198 (kmacro-start-macro-or-insert-counter)
5199 (kmacro-step-edit-prefix-commands): Fix typos in docstrings.
5200 (kmacro-call-ring-2nd, kmacro-call-ring-2nd-repeat): Doc fixes.
5201
5202 * longlines.el (longlines-show-hard-newlines):
5203 * ruler-mode.el (ruler-mode-ruler):
5204 * emulation/keypad.el (keypad-setup):
5205 * progmodes/antlr-mode.el (antlr-indent-at-bol-alist):
5206 Fix typo in docstring.
5207
5208 2007-01-13 Mathias Dahl <mathias.dahl@gmail.com>
5209
5210 * tumme.el (tumme-cmd-rotate-original-options): Add -outfile option.
5211 Remove redirect character ">".
5212
5213 2007-01-13 Juanma Barranquero <lekktu@gmail.com>
5214
5215 * replace.el (perform-replace): Remove leftover code.
5216
5217 2007-01-12 Richard Stallman <rms@gnu.org>
5218
5219 * replace.el (perform-replace): Don't clear NODENT when computing
5220 the replacement string.
5221
5222 2007-01-11 Michael Albinus <michael.albinus@gmx.de>
5223
5224 * net/tramp.el (tramp-handle-file-local-copy):
5225 Set `enable-multibyte-characters' to nil. Reported by Chris Moore
5226 <christopher.ian.moore@gmail.com>.
5227
5228 2007-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
5229
5230 * diff-mode.el (diff-sanity-check-context-hunk-half)
5231 (diff-sanity-check-hunk): New functions.
5232 (diff-find-source-location): Use'em to check the hunks are well-formed.
5233
5234 * hexl.el (hexlify-buffer, dehexlify-buffer): Don't complain and don't
5235 activate undo when undo is not active.
5236 Reported by Chris Moore <christopher.ian.moore@gmail.com>.
5237
5238 2007-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
5239
5240 * ffap.el (ffap-next-regexp, ffap-machine-p, ffap-newsgroup-regexp)
5241 (ffap-newsgroup-p, ffap-alist, ffap-string-at-point-mode-alist)
5242 (ffap-url-at-point): Use char-classes rather than "a-z".
5243
5244 2007-01-10 Juanma Barranquero <lekktu@gmail.com>
5245
5246 * ediff-init.el (ediff-autostore-merges):
5247 * textmodes/fill.el (fill-region): Doc fix.
5248
5249 2007-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
5250
5251 * server.el (server-ensure-safe-dir): UIDs may be floats.
5252
5253 2007-01-10 Richard Stallman <rms@gnu.org>
5254
5255 * battery.el (battery-linux-proc-acpi): Use ignore-errors
5256 around calls to directory-files.
5257
5258 * subr.el (momentary-string-display): Use save-excursion.
5259
5260 * emacs-lisp/pp.el (pp-eval-expression): Once again eval the
5261 argument, but read it as `X' does.
5262
5263 2007-01-09 Juri Linkov <juri@jurta.org>
5264
5265 * info.el (Info-fontify-node): Don't hide node names of index entries.
5266
5267 * faces.el (momentary): Change :group to basic-faces where all
5268 basic faces belong to. Add :version.
5269
5270 2007-01-09 Lennart Borgman <lennart.borgman.073@student.lu.se>
5271
5272 * tutorial.el (tutorial--display-changes): Show M-x sequence if no
5273 keybinding is found.
5274 (tutorial--find-changed-keys): Never treat null keybinding as a
5275 remapping.
5276
5277 2007-01-09 Martin Rudalics <rudalics@gmx.at>
5278
5279 * wdired.el (wdired-xcase-word): Skip non-word read-only characters.
5280
5281 2007-01-09 Kenichi Handa <handa@m17n.org>
5282
5283 * international/mule-cmds.el
5284 (select-safe-coding-system-interactively): Fix message.
5285
5286 2007-01-09 Michael Albinus <michael.albinus@gmx.de>
5287
5288 * net/tramp.el (tramp-process-one-action): Remove `with-timeout'.
5289 (tramp-process-actions): Add optional parameter TIMEOUT.
5290 (tramp-open-connection-telnet, tramp-open-connection-rsh)
5291 (tramp-open-connection-su): Add timeout of 60".
5292
5293 2007-01-09 Richard Stallman <rms@gnu.org>
5294
5295 * progmodes/compile.el (compile): Doc fix.
5296
5297 2007-01-09 Markus Triska <markus.triska@gmx.at>
5298
5299 * tumme.el (tumme-display-thumb): Doc fix.
5300
5301 2007-01-08 Juanma Barranquero <lekktu@gmail.com>
5302
5303 * battery.el (battery-search-for-one-match-in-files):
5304 * bindings.el (mode-line-minor-mode-help):
5305 * x-dnd.el (x-dnd-types-alist):
5306 * calendar/icalendar.el (icalendar-import-buffer):
5307 * term/mac-win.el (mac-dnd-types-alist): Fix typo in docstring.
5308
5309 * progmodes/vhdl-mode.el (vhdl-save-caches): Fix typo in error message.
5310
5311 2007-01-07 Chris Moore <christopher.ian.moore@gmail.com>
5312
5313 * replace.el (replace-regexp): Fix typo in docstring.
5314
5315 2007-01-07 Alan Mackenzie <acm@muc.de>
5316
5317 * progmodes/cc-langs.el (c-operators, c-filter-ops):
5318 Amend doc-string and comments.
5319
5320 2007-01-06 Eli Zaretskii <eliz@gnu.org>
5321
5322 * files.el (abbreviate-file-name): Doc fix.
5323
5324 2007-01-06 Markus Triska <triska@gmx.at>
5325
5326 * subr.el (split-string): Remove spurious ")" from doc string.
5327
5328 2007-01-05 Takaaki Ota <Takaaki.Ota@am.sony.com>
5329
5330 * textmodes/table.el (table--warn-incompatibility):
5331 Use display-warning instead of momentary-string-display.
5332
5333 2007-01-05 Richard Stallman <rms@gnu.org>
5334
5335 * image.el (image-type-header-regexps): Recognize xbm more strictly.
5336
5337 * simple.el (backward-kill-word): Doc fix.
5338
5339 2007-01-05 Romain Francoise <romain@orebokech.com>
5340
5341 * international/mule.el (sgml-html-meta-auto-coding-function):
5342 Ensure that the buffer contains a HTML document.
5343
5344 2007-01-05 Dan Nicolaescu <dann@ics.uci.edu>
5345
5346 * faces.el (momentary): Move here ...
5347 * subr.el (momentary): ... from here.
5348
5349 2007-01-05 Nick Roberts <nickrob@snap.net.nz>
5350
5351 * progmodes/gdb-ui.el (gdb-max-children): New customizable variable.
5352 (gdb-speedbar-expand-node): Ask user for confirmation before expanding
5353 large structures/arrays.
5354
5355 2007-01-04 Juanma Barranquero <lekktu@gmail.com>
5356
5357 * files.el (find-file-noselect-1, set-visited-file-name):
5358 Allow backup-enable-predicate to be nil.
5359
5360 2007-01-04 Andreas Schwab <schwab@suse.de>
5361
5362 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Fix typo in
5363 last change.
5364
5365 2007-01-03 Richard Stallman <rms@gnu.org>
5366
5367 * woman.el (woman-decode-buffer): Clarify error message.
5368
5369 2007-01-03 Alan Mackenzie <acm@muc.de>
5370
5371 * progmodes/cc-cmds.el (c-mask-paragraph): Fix yesterday's buggy patch.
5372
5373 2007-01-03 Chris Moore <christopher.ian.moore@gmail.com>
5374
5375 * tutorial.el (tutorial--describe-nonstandard-key): Fix typo.
5376
5377 2007-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
5378
5379 * iswitchb.el (iswitchb-global-map): Use command-remapping if available.
5380
5381 2007-01-02 Juanma Barranquero <lekktu@gmail.com>
5382
5383 * emulation/viper.el (viper-custom-file-name, viper-mode):
5384 Fix typos in docstrings.
5385
5386 * subr.el (momentary-string-display): After moving point, set POS
5387 variable to it to avoid later errors once the buffer is modified.
5388 Doc fix.
5389
5390 2007-01-02 Alan Mackenzie <acm@muc.de>
5391
5392 * progmodes/cc-cmds.el (c-mask-paragraph): In a block comment,
5393 check that the "*/" is present before trying to manipulate it.
5394
5395 2007-01-02 Richard Stallman <rms@gnu.org>
5396
5397 * wid-edit.el (widget-choose): Avoid ugly error for function keys.
5398
5399 * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords):
5400 Fix format of value.
5401
5402 * cus-edit.el (customize-unsaved): Rename from customize-customized.
5403 Change messages accordingly.
5404 (customize-customized): Now alias.
5405
5406 2007-01-02 Juanma Barranquero <lekktu@gmail.com>
5407
5408 * files.el (version-control): Doc fix.
5409
5410 2007-01-01 Alan Mackenzie <acm@muc.de>
5411
5412 * progmodes/cc-engine.el (c-guess-basic-syntax, case 5N):
5413 Check the format of c-state-cache is valid for an optimisation before
5414 using it.
5415
5416 * progmodes/cc-engine.el (c-guess-basic-syntax): New case 5Q "we
5417 are at a statement within a macro". Other changes so that only
5418 the first continuation line in a macro gets the symbol
5419 `cpp-define-intro', the others getting `statement', or whatever.
5420
5421 * progmodes/cc-cmds.el (c-context-line-break): When invoked within
5422 a string, preserve whitespace. Add a backslash only when also in
5423 a macro.
5424
5425 * progmodes/cc-defs.el: Correct typos.
5426
5427 * progmodes/cc-cmds.el (c-context-line-break): Don't indent the
5428 new line after an escaped EOL in a string.
5429
5430 * progmodes/cc-engine.el (c-forward-label): Recognise "foo:" as a
5431 label when it directly follows "else", "do", ....
5432
5433 * progmodes/cc-engine.el (c-backward-<>-arglist): Tolerate empty
5434 angle brackets (as seen in "explicit specialisations" of C++
5435 templates).
5436
5437 * progmodes/cc-vars.el (c-indentation-style): Mention c-file-style
5438 in the doc-string.
5439
5440 * progmodes/cc-cmds.el (c-mask-paragraph): Fix for C comments,
5441 when the comment ender looks like "=========*/" and is alone on
5442 its line.
5443
5444 * progmodes/cc-langs.el, progmodes/cc-engine.el: Correct the
5445 spelling of c-opt-op-identiTier-prefix, t -> f. Leave an alias
5446 for the old name.
5447
5448 * progmodes/cc-mode.el: Bind C-M-a and C-M-e to
5449 c-\(beginning\|end\)-of-defun by default.
5450
5451 * progmodes/cc-align.el (c-lineup-gnu-DEFUN-intro-cont):
5452 New line-up function, for the DEFUN macro in the Emacs C sources.
5453 Only used in "gnu" style.
5454
5455 * progmodes/cc-styles.el (c-style-alist): Use this new function in
5456 the "gnu" style.
5457
5458 * progmodes/cc-cmds.el (c-electric-slash): Extend the handling of
5459 clean-up comment-close-slash also to work when there's a comment
5460 terminator on the line.
5461 (c-beginning-of-defun, c-end-of-defun): Refactor and optimise
5462 these for large arg - only take account of top level {..}, except
5463 for initial and final adjustments. M-- C-M-[ae] now go to the
5464 right defuns when the starting point is between defuns. They use
5465 the four new functions:
5466 (c-in-function-trailer-p, c-where-wrt-brace-construct)
5467 (c-backward-to-nth-BOF-{, c-forward-to-nth-EOF-}): New functions to
5468 support c-\(beginning\|end\)-of-defun.
5469
5470 * progmodes/cc-engine.el (c-forward-label): Analyze ":"
5471 expressions more rigorously, to exclude bit-field specifiers from
5472 being classed as labels.
5473 (c-forward-label): When analyzing a ":" within a macro, be careful
5474 about using c-forward-syntactic-ws at the macro beginning.
5475 (c-beginning-of-decl-1): Whilst searching for "=" as evidence of a
5476 stmt boundary, check for "operator=", etc.
5477
5478 * progmodes/cc-mode.el (c-postprocess-file-styles):
5479 Bind inhibit-read-only to t, around the call to
5480 c-remove-any-local-eval-or-mode-variables, so that it works on a
5481 RO file.
5482
5483 * progmodes/cc-defs.el (c-version): Update the version number to
5484 "5.31.4".
5485
5486 2007-01-01 Richard Stallman <rms@gnu.org>
5487
5488 * isearch.el (isearch-done): Use FOUND-POINT or FOUND-START
5489 only if we restored isearch-window-configuration.
5490
5491 2006-12-31 Romain Francoise <romain@orebokech.com>
5492
5493 * net/tramp.el (tramp-default-method): Don't use `symbol-function'.
5494
5495 2006-12-31 Kim F. Storm <storm@cua.dk>
5496
5497 * files.el (auto-mode-case-fold): New defcustom.
5498 (set-auto-mode): If non-nil, perform second case-sensitive pass
5499 through auto-mode-alist if first pass failed.
5500
5501 2006-12-30 Richard Stallman <rms@gnu.org>
5502
5503 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Doc fix.
5504
5505 2006-12-30 Ken Manheimer <ken.manheimer@gmail.com>
5506
5507 * allout.el (allout-encrypt-string): Handle symmetric-key
5508 passphrase caching but leave keypair caching to pgg.
5509
5510 2006-12-30 Michael Albinus <michael.albinus@gmx.de>
5511
5512 Sync with Tramp 2.0.55.
5513
5514 * net/tramp.el (tramp-completion-mode): Use `wholenump' instead of
5515 `integerp'. `char-equal' could fail else in case of negative
5516 numbers. Reported by Toby Speight <T.M.Speight.90@cantab.net>.
5517 (top): Check for `font-lock-add-keywords' before calling; it
5518 doesn't exist under XEmacs.
5519 (tramp-yn-prompt-regexp): Fix regexp. Add question from plink.
5520 (tramp-completion-mode): Remove clause (not
5521 tramp-unified-filenames), because the function is called in other
5522 context too, where this check results in wrong results in the
5523 XEmacs case on Windows.
5524 (tramp-touch): UTC handling is not possible for XEmacs.
5525
5526 2006-12-30 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5527
5528 * scroll-bar.el (previous-scroll-bar-mode): New variable
5529 (set-scroll-bar-mode): Set previous-scroll-bar-mode.
5530 (scroll-bar-mode): Use previous-scroll-bar-mode if set.
5531
5532 * term/x-win.el: Set scroll bar mode to right if set by X resources.
5533
5534 2006-12-30 Richard Stallman <rms@gnu.org>
5535
5536 * files.el (make-backup-file-name-1): Precompute abs name
5537 but don't lose the relative name.
5538
5539 * international/mule-cmds.el (select-safe-coding-system-interactively):
5540 Fix message.
5541
5542 2006-12-30 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
5543
5544 * files.el (backup-buffer): Show entire backup file name in msg.
5545
5546 2006-12-30 Juanma Barranquero <lekktu@gmail.com>
5547
5548 * image.el (image-type-header-regexps, image-type-from-data)
5549 (image-type-from-buffer, image-type-from-file-header):
5550 Revert changes from 2006-12-26.
5551 (image-type-auto-detectable): New variable.
5552 (image-type-auto-detected-p): New function.
5553
5554 * files.el (magic-mode-alist): Detect image files with
5555 `image-type-auto-detected-p' instead of `image-type-from-buffer'.
5556
5557 2006-12-29 Nick Roberts <nickrob@snap.net.nz>
5558
5559 * dired.el (dired-sort-other): Move test for dired-mode...
5560 (dired-sort-set-modeline): ...to here.
5561
5562 2006-12-29 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
5563
5564 * textmodes/fill.el (fill-comment-paragraph): Document 2006-12-24
5565 change. Suggested by Stefan Monnier.
5566
5567 2006-12-29 Kim F. Storm <storm@cua.dk>
5568
5569 * emacs-lisp/bindat.el (bindat--unpack-group, bindat--length-group)
5570 (bindat--pack-group): Let-bind COUNT during repeat block evaluation.
5571
5572 2006-12-27 Kim F. Storm <storm@cua.dk>
5573
5574 * emacs-lisp/authors.el (authors-aliases): Anchor FSF alias regexp,
5575 so it doesn't accidentally match an fsf.org mail address.
5576 (authors-renamed-files-alist): Add tcover-*.el.
5577
5578 2006-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
5579
5580 * vc-arch.el (vc-arch-find-version): New function.
5581
5582 * vc-hooks.el (vc-version-backup-file-name): Revision names may be
5583 composed of arbitrary characters (even /) in some systems.
5584
5585 2006-12-27 Eli Zaretskii <eliz@gnu.org>
5586
5587 * international/mule-cmds.el (select-safe-coding-system-interactively):
5588 Improve the message in the *Warning* buffer.
5589
5590 2006-12-27 Kim F. Storm <storm@cua.dk>
5591
5592 * ido.el (ido-set-matches-1): Fix last change. If default item is
5593 current buffer, it is ok to be first.
5594
5595 2006-12-27 Kenichi Handa <handa@m17n.org>
5596
5597 * international/mule-cmds.el (select-safe-coding-system-interactively):
5598 Use face `link' for problematic chars.
5599
5600 2006-12-27 Kenichi Handa <handa@m17n.org>
5601
5602 * international/mule-cmds.el (select-safe-coding-system-interactively):
5603 Improve the message in *Warning* buffer.
5604
5605 2006-12-27 Kim F. Storm <storm@cua.dk>
5606
5607 * ido.el (ido-set-matches-1): Never put current buffer first if
5608 there are other matches.
5609
5610 2006-12-26 Nick Roberts <nickrob@snap.net.nz>
5611
5612 * progmodes/gdb-ui.el (gud-watch): Allow duplicate names for watch
5613 expressions.
5614 (gdb-var-delete): Handle duplicate names. Print message for non
5615 root expressions.
5616 (gdb-partial-output-name): Start buffer name with a space.
5617 (gdb-info-breakpoints-custom, gdb-reset): Handle space in above
5618 buffer name.
5619
5620 2006-12-26 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
5621
5622 * mail/footnote.el (Footnote-insert-footnote): Fix the search of the
5623 last footnote when `footnote-spaced-footnotes' is nil.
5624
5625 2006-12-26 Richard Stallman <rms@gnu.org>
5626
5627 * cus-edit.el (custom-browse-sort-alphabetically)
5628 (custom-buffer-sort-alphabetically)
5629 (custom-menu-sort-alphabetically): Doc fixes. Add autoloads.
5630
5631 * image.el (image-type-header-regexps): Change element format
5632 to include third item NOT-ALWAYS.
5633 (image-type-from-data): Handle new format.
5634 (image-type-from-buffer): Handle new format. New arg INCLUDE-MAYBES.
5635 (image-type-from-file-header): Pass t for INCLUDE-MAYBES.
5636
5637 2006-12-26 Guanpeng Xu <herberteuler@hotmail.com>
5638
5639 * add-log.el (add-log-current-defun): Call `forward-sexp'
5640 multiple times to pick a member function name defined as
5641 part of nested classes/namespaces.
5642
5643 2006-12-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5644
5645 * emacs-lisp/easymenu.el (easy-menu-change): New arg MAP to indicate
5646 which keymap should be used to change menu. It does not affect any
5647 existent code.
5648
5649 2006-12-26 Richard Stallman <rms@gnu.org>
5650
5651 * textmodes/fill.el (fill-paragraph): Check for a minibuffer
5652 rather than for being in a minibuffer window.
5653
5654 2006-12-25 Daiki Ueno <ueno@unixuser.org>
5655
5656 * pgg-def.el (pgg-passphrase-coding-system): Default to nil instead of
5657 locale-coding-system.
5658 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with eol-type
5659 LF.
5660
5661 2006-12-25 Michael R. Mauger <mmaug@yahoo.com>
5662
5663 * progmodes/sql.el (sql-mode-abbrev-table): Correct initialization.
5664 (sql-mode-syntax-table): Disable double quoted strings.
5665 (sql-mode-font-lock-object-name): Add TYPE and TYPE BODY.
5666
5667 2006-12-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5668
5669 * startup.el (fancy-splash-last-input-event): New variable.
5670 (fancy-splash-special-event-action): New function.
5671 (fancy-splash-screens): Temporarily bind special events to it.
5672 Execute command for saved special event before exiting from
5673 recursive editing.
5674
5675 * term/mac-win.el (mac-keyboard-translate-char, mac-unread-string):
5676 New functions.
5677 (mac-ts-update-active-input-area, mac-ts-unicode-for-key-event):
5678 Use mac-unread-string.
5679
5680 2006-12-24 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
5681
5682 * textmodes/fill.el (fill-comment-paragraph): Prevent the use of
5683 an optimized comment regexp if `comment-start-skip' uses a ^.
5684 * bs.el (bs--up): Remove interactive spec.
5685
5686 2006-12-24 Chong Yidong <cyd@stupidchicken.com>
5687
5688 * woman.el (woman-decode-buffer): Signal error for alien macro sets.
5689 Suggested by James Cloos.
5690
5691 2006-12-24 Kevin Ryde <user42@zip.com.au>
5692
5693 * calendar/cal-dst.el (calendar-dst-starts): Default to second Sunday
5694 in March.
5695 (calendar-dst-ends): Default to first Sunday in November.
5696
5697 2006-12-24 Ken Manheimer <ken.manheimer@gmail.com>
5698
5699 * allout.el (allout-encrypt-string): Inhibit use of agent within
5700 body of let form where encryption happens. Acknowledge non-use of
5701 gpg-agent in docstring.
5702 (allout-toggle-subtree-encryption): Acknowledge non-use of
5703 gpg-agent in docstring.
5704
5705 2006-12-24 Chong Yidong <cyd@stupidchicken.com>
5706
5707 * custom.el (custom-add-frequent-value): Alias for custom-add-option.
5708
5709 2006-12-23 Michael Kifer <kifer@cs.stonybrook.edu>
5710
5711 * ediff-diff.el (ediff-diff-options): Clarify docstring.
5712 (ediff-setup-diff-regions): Disallow -u in ediff-diff-options.
5713
5714 * emulation/viper-cmd.el (viper-post-command-sentinel):
5715 Protect against errors in hooks.
5716 (viper-add-newline-at-eob-if-necessary): Add newline only if we
5717 actually modify buffer; ignore errors if occur.
5718
5719 2006-12-23 Chong Yidong <cyd@stupidchicken.com>
5720
5721 * calendar/calendar.el (calendar-mode-map): Switch < and >.
5722 (calendar-mode-line-format): Use mouse-1 bindings, and tweak
5723 formatting.
5724
5725 2006-12-23 Richard Stallman <rms@gnu.org>
5726
5727 * simple.el (delete-horizontal-space): Doc fix.
5728
5729 2006-12-23 Eli Zaretskii <eliz@gnu.org>
5730
5731 * makefile.w32-in (bootstrap-clean): Run bootstrap-clean-$(SHELLTYPE)
5732 explicitly in a recursive Make, not implicitly through prerequisites,
5733 since the latter is wrong under parallel builds.
5734
5735 2006-12-22 Eli Zaretskii <eliz@gnu.org>
5736
5737 * w32-fns.el (convert-standard-filename): Wrap in save-match-data.
5738
5739 2006-12-22 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
5740
5741 * progmodes/sh-script.el (sh-make-vars-local): Fix a typo in
5742 message string.
5743
5744 2006-12-22 Ben North <ben@redfrontdoor.org> (tiny change)
5745
5746 * outline.el (outline-next-visible-heading): Fix the case with a
5747 header at end-of-file with no final newline.
5748
5749 2006-12-22 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
5750
5751 * indent.el (tab-always-indent): Doc fix.
5752
5753 2006-12-22 Chong Yidong <cyd@stupidchicken.com>
5754
5755 * info.el (Info-fontify-maximum-menu-size): Bump to 1000000.
5756 (Info-fontify-node): Do fontify indices.
5757
5758 * tutorial.el (tutorial--detailed-help): Remove unnecessary link
5759 to the Emacs Lisp reference manual.
5760 (tutorial--tab-map): Remove. All callers changed.
5761 (tutorial--find-changed-keys): New elt QUIET, used to...
5762 (tutorial--display-changes): ...ensure that warning messages are
5763 only issued once per changed key.
5764 (tutorial--remove-remarks): Delete unused code-path.
5765 (lang-strings): Remove extraneous formatting.
5766 (tutorial--save-tutorial): Prompt before saving tutorial state.
5767
5768 2006-12-21 Chong Yidong <cyd@stupidchicken.com>
5769
5770 * tutorial.el: Remove `cl' requirement. Clean up whitespace.
5771 Replace '?\ ' by '?\s' throughout.
5772 (tutorial-warning-face): Inherit font-lock-warning-face. Move to
5773 `help' custom group.
5774 (tutorial--key-description): New function.
5775 (tutorial--display-changes): Remove redundant arg. Scan for all
5776 key sequences to avoid false matches. Cleanup.
5777 (tutorial--saved-dir): Save to a subdirectory in .emacs.d to
5778 reduce homedir pollution.
5779 (help-with-tutorial): Call tutorial--display-changes with no arg.
5780
5781 2006-12-21 Carsten Dominik <dominik@science.uva.nl>
5782
5783 * textmodes/org.el (org-mode-map): Bind org-complete also to M-\t.
5784
5785 2006-12-20 Michael Albinus <michael.albinus@gmx.de>
5786
5787 * net/tramp.el (tramp-default-method): We still need to check for
5788 `executable-find', because it is not bound under Emacs 20.
5789 (tramp-handle-file-name-completion)
5790 (tramp-completion-handle-file-name-completion): Handle optional
5791 parameter PREDICATE.
5792 (tramp-find-default-method): Add code for default values.
5793
5794 2006-12-20 Nick Roberts <nickrob@snap.net.nz>
5795
5796 * progmodes/gdb-ui.el (gdb-stopped): After attaching to a process
5797 make gud-go send "continue".
5798
5799 2006-12-19 Juanma Barranquero <lekktu@gmail.com>
5800
5801 * image.el (image-type-header-regexps): Be more specific detecting `pbm'
5802 and `png' files. Use non-capturing parenthesis for `tiff' regexp.
5803
5804 2006-12-19 Kim F. Storm <storm@cua.dk>
5805
5806 * bindings.el: Bind sigusr1 and sigusr2 in special-event-map
5807 instead of global-map.
5808
5809 * files.el (magic-mode-alist): Allow matching file type by
5810 calling a function at bob. Check for image types by calling
5811 image-type-from-buffer. Suggested by Juanma Barranquero.
5812 (set-auto-mode): Do it.
5813
5814 2006-12-19 Michael Albinus <michael.albinus@gmx.de>
5815
5816 * net/tramp.el (tramp-methods): Introduce new method `scpc'.
5817 Remove "ControlMaster" option from the other `scp*' methods.
5818 (tramp-default-method): Check for ssh-agent before setting to `scp'.
5819
5820 2006-12-18 Carsten Dominik <dominik@science.uva.nl>
5821
5822 * textmodes/org.el (org-mode): Show context after isearch.
5823 (org-show-siblings): New function.
5824 (org-show-context): Use `org-show-siblings'.
5825
5826 2006-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
5827
5828 * emacs-lisp/syntax.el (syntax-ppss-flush-cache, syntax-ppss):
5829 Use syntax-ppss-toplevel-pos.
5830
5831 2006-12-18 Carsten Dominik <dominik@science.uva.nl>
5832
5833 * textmodes/org.el (org-current-line): Make sure that lines are
5834 counted from beginning of buffer.
5835 (org-table-copy-region, org-table-paste-rectangle): Make sure that
5836 lines are counted from beginning of buffer.
5837
5838 2006-12-17 Chong Yidong <cyd@stupidchicken.com>
5839
5840 * info.el (Info-build-node-completions): Signal error if tag-table
5841 marker is not found.
5842
5843 * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
5844
5845 2006-12-17 Alan Mackenzie <acm@muc.de>
5846
5847 * emacs-lisp/lisp.el (beginning-of-defun-raw): Optimise (for
5848 speed) the case when open-paren-in-column-0-is-defun-start is nil.
5849 Based on code by Martin Rudalics.
5850
5851 * progmodes/cc-mode.el (c-basic-common-init): Don't set
5852 open-paren-in-column-0-is-defun-start to nil any more.
5853
5854 2006-12-17 Richard Stallman <rms@gnu.org>
5855
5856 * simple.el (delete-horizontal-space): Use prefix arg.
5857
5858 * help-fns.el (describe-variable): Improve blank separator lines.
5859
5860 * files.el (magic-mode-alist): Mark as risky.
5861
5862 * files.el (make-backup-file-name-1):
5863 Expand backup-directory explicitly.
5864
5865 2006-12-17 Michael Albinus <michael.albinus@gmx.de>
5866
5867 * net/tramp.el (tramp-default-method): Before setting to "pscp",
5868 check whether package password.el is loaded, or Pageant is running.
5869
5870 2006-12-17 Ulf Jasper <ulf.jasper@web.de>
5871
5872 * calendar/icalendar.el (icalendar-version): Increase to "0.14".
5873 (icalendar--rris): First try Emacs, then XEmacs.
5874 (icalendar--convert-ical-to-diary): Doc fix.
5875 Insert newline at end of target file.
5876
5877 2006-12-17 Kim F. Storm <storm@cua.dk>
5878
5879 * outline.el (outline-isearch-open-invisible-function): New defvar.
5880 (outline-flag-region): Use it if non-nil for isearch-open-invisible
5881 overlay property instead of outline-isearch-open-invisible.
5882
5883 2006-12-16 Kim F. Storm <storm@cua.dk>
5884
5885 * ido.el (ido-completion-help): Build ido-cur-list and ido-matches
5886 if ido-directory-too-big is set on entry.
5887 (ido-toggle-ignore, ido-completion-help): Print message while
5888 reading big directory.
5889
5890 2006-12-15 Richard Stallman <rms@gnu.org>
5891
5892 * shell.el (shell): Doc fix.
5893
5894 2006-12-15 Kevin Gallagher <Kevin.Gallagher@boeing.com>
5895
5896 * emulation/edt.el (edt-xserver):
5897 * emulation/edt-mapper.el (edt-xserver): Replace `/' with a `-',
5898 to fix a problem on Cygwin.
5899
5900 * emulation/edt.el
5901 * emulation/edt-mapper.el
5902 * emulation/edt-lk201.el
5903 * emulation/edt-pc.el
5904 * emulation/edt-vt100.el: Update maintainer's email address.
5905
5906 2006-12-15 Simon Marshall <simon@gnu.org>
5907
5908 * progmodes/cc-fonts.el (c-font-lock-declarations): Fix previous change.
5909
5910 2006-12-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5911
5912 * term/mac-win.el (mac-atsu-font-table): Remove defvar.
5913 (mac-handle-font-selection): Use mac-atsu-font-face-attributes
5914 instead of mac-atsu-font-table.
5915 (fontset-default): Specify argument MAXIMUM in x-list-fonts calls.
5916
5917 2006-12-14 Stephen Leake <stephen_leake@member.fsf.org>
5918
5919 * align.el (align-match-tex-pattern): Fix a rare bug which
5920 hanged Emacs.
5921
5922 2006-12-14 Richard Stallman <rms@gnu.org>
5923
5924 * startup.el (use-fancy-splash-screens-p): Use frame-height
5925 instead of window-height. Pass frame to image-size.
5926
5927 2006-12-13 Kenichi Handa <handa@m17n.org>
5928
5929 * international/mule-cmds.el (set-locale-environment):
5930 Set default-sendmail-coding-system too.
5931
5932 2006-12-12 J.D. Smith <jdsmith@as.arizona.edu>
5933
5934 * progmodes/idlw-help.el: Fix copyright notice.
5935
5936 2006-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
5937
5938 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos): New fun.
5939
5940 2006-12-11 Juanma Barranquero <lekktu@gmail.com>
5941
5942 * subr.el (unread-command-char): Reformat obsolescence info.
5943
5944 2006-12-11 Richard Stallman <rms@gnu.org>
5945
5946 * emacs-lisp/cl-macs.el (defstruct): Suppress warnings
5947 about calls to cl-struct-setf-expander.
5948
5949 2006-12-11 Juanma Barranquero <lekktu@gmail.com>
5950
5951 * ediff-merg.el (ediff-show-clashes-only): Doc fix.
5952 (ediff-combination-pattern): Fix typo in docstring.
5953
5954 * textmodes/refer.el (refer-find-entry): Doc fix.
5955 (refer-bib-files-regexp, refer-bib-directory, refer-bib-files)
5956 (refer-cache-bib-files, refer-find-next-entry, refer-yank-key):
5957 Fix tipos in docstrings.
5958
5959 * progmodes/idlwave.el (idlwave-library-path): Fix typos in docstring.
5960
5961 2006-12-10 Kim F. Storm <storm@cua.dk>
5962
5963 * ido.el (ido-init-completion-maps): Remap backward-kill-word
5964 instead of binding M-backspace.
5965
5966 2006-12-10 Juanma Barranquero <lekktu@gmail.com>
5967
5968 * replace.el (replace-match-data, replace-match-maybe-edit):
5969 * calc/calc-aent.el (calc-eval-error):
5970 * emulation/vi.el (vi-char-argument):
5971 * progmodes/cc-langs.el (c-at-vsemi-p-fn)
5972 (c-vsemi-status-unknown-p-fn): Doc fixes.
5973
5974 2006-12-10 Chong Yidong <cyd@stupidchicken.com>
5975
5976 * menu-bar.el (menu-bar-showhide-menu, menu-bar-tools-menu)
5977 (menu-bar-help-menu): Tooltip fixes. Suggested by Francis Wright.
5978
5979 2006-12-10 Masatake YAMATO <jet@gyve.org>
5980
5981 * progmodes/ld-script.el (ld-script-keywords): Fix a typo.
5982
5983 2006-12-09 Chong Yidong <cyd@stupidchicken.com>
5984
5985 * mouse-sel.el (mouse-sel-mode): Register mouse-2 as a click type.
5986
5987 * man.el (Man-xref-button-action): New function. If the
5988 `Man-target-string' button property is a function, assume it
5989 accepts a position argument.
5990 (Man-abstract-xref-man-page): Use it.
5991 (Man-default-man-entry): New optional arg POS.
5992
5993 * wdired.el (wdired-preprocess-symlinks): Make the spaces after
5994 symlink arrows read-only and non-rear-sticky.
5995
5996 2006-12-09 Martin Rudalics <rudalics@gmx.at>
5997
5998 * wdired.el (wdired-change-to-wdired-mode, wdired-finish-edit)
5999 (wdired-search-and-rename): Simplify code.
6000 (wdired-preprocess-files, wdired-preprocess-perms): Make
6001 read-only property of preceding character rear-nonsticky to
6002 avoid that it can be modified. Put old-name and old-link
6003 properties on character preceding name and replace
6004 put-text-property by add-text-properties.
6005 (wdired-get-filename, wdired-get-previous-link): Get old-name
6006 and old-link properties from character preceding name and
6007 simplify code.
6008 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit)
6009 (wdired-perms-to-number): Make local-map property
6010 rear-nonsticky to avoid that text following permissions may be
6011 modified. Use add-text-properties instead of put-text-property
6012 when changing a permission bit.
6013 (wdired-change-to-dired-mode): Remove stickiness properties.
6014
6015 2006-12-09 Juanma Barranquero <lekktu@gmail.com>
6016
6017 * international/mule-cmds.el (register-input-method): Doc fix.
6018
6019 2006-12-09 Masayuki Ataka <masayuki.ataka@gmail.com> (tiny change)
6020
6021 * cmuscheme.el (scheme-start-file): Use `let*', not `let'.
6022
6023 2006-12-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6024
6025 * textmodes/flyspell.el (flyspell-hack-local-variables-hook): New.
6026 Force buffer local defs evaluation on local variables loading.
6027 (flyspell-mode-on, flyspell-mode-off): Use it in
6028 `hack-local-variables-hook'.
6029
6030 2006-12-09 Eli Zaretskii <eliz@gnu.org>
6031
6032 * emacs-lisp/find-func.el (find-variable): Doc fix.
6033
6034 * help-fns.el (variable-at-point): Doc fix.
6035
6036 * w32-fns.el (w32-append-code-lines): New function.
6037
6038 2006-12-09 Romain Francoise <romain@orebokech.com>
6039
6040 * comint.el (comint-insert-input): Delete obsolete comment.
6041
6042 2006-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
6043
6044 * net/browse-url.el (browse-url): Set DISPLAY to the one of the
6045 current frame, in case we're connected to several displays.
6046
6047 2006-12-08 Juanma Barranquero <lekktu@gmail.com>
6048
6049 * frame.el (other-frame): Doc fix.
6050 (set-frame-parameter): Fix typo in docstring.
6051
6052 2006-12-07 Kim F. Storm <storm@cua.dk>
6053
6054 * info.el (Info-index): Strip leading colon from topic.
6055
6056 2006-12-07 Nick Roberts <nickrob@snap.net.nz>
6057
6058 * progmodes/gud.el (gud-speedbar-buttons): Deal with references
6059 to pointers.
6060
6061 2006-12-05 J.D. Smith <jdsmith@as.arizona.edu>
6062
6063 * progmodes/idlwave.el (idlwave-xml-create-class-method-lists):
6064 Trim out spurious class inheritance "None" entries.
6065
6066 2006-12-05 Kim F. Storm <storm@cua.dk>
6067
6068 * emulation/cua-base.el (cua-paste-pop-rotate-temporarily): Doc fix.
6069 (cua-paste-pop): Rework last change for
6070 cua-paste-pop-rotate-temporarily, so first M-y and C-y works alike,
6071 pasting the head of the kill-ring, and prefix arg C-u M-y inserts the
6072 text inserted by the last M-y command.
6073
6074 2006-12-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6075
6076 * cmuscheme.el (run-scheme, scheme-start-file): Search the start
6077 file in ~/.emacs.d as `init_SCHEMENAME.scm' instead.
6078
6079 * shell.el (shell): Search the start file in ~/.emacs.d as
6080 `init_SHELLNAME.sh' instead.
6081
6082 2006-12-05 Glenn Morris <rgm@gnu.org>
6083
6084 * progmodes/cperl-mode.el (cperl-mode)
6085 * progmodes/f90.el (f90-mode-abbrev-table)
6086 * progmodes/fortran.el (fortran-mode-abbrev-table)
6087 * progmodes/octave-mod.el (octave-abbrev-table)
6088 * progmodes/sql.el (sql-mode-abbrev-table): Define abbrevs even
6089 if abbrev-table is non-nil (saved user abbrevs may have been restored).
6090
6091 * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init): Do not
6092 clear abbrev table, else saved abbrevs will not be restored.
6093
6094 2006-12-04 Juanma Barranquero <lekktu@gmail.com>
6095
6096 * facemenu.el (facemenu-unlisted-faces): Put obsolescence info in
6097 the call to `make-obsolete-variable', not in the docstring.
6098
6099 2006-12-04 Chong Yidong <cyd@stupidchicken.com>
6100
6101 * facemenu.el (facemenu-unlisted-faces): Define as obsolete variable.
6102
6103 2006-12-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6104
6105 * progmodes/ebnf-abn.el:
6106 * progmodes/ebnf-bnf.el:
6107 * progmodes/ebnf-dtd.el:
6108 * progmodes/ebnf-ebx.el:
6109 * progmodes/ebnf-iso.el:
6110 * progmodes/ebnf-otz.el:
6111 * progmodes/ebnf-yac.el:
6112 * progmodes/ebnf2ps.el:
6113 * delim-col.el:
6114 * printing.el:
6115 * ps-bdf.el:
6116 * ps-mule.el:
6117 * ps-print.el: Remove 'Time-stamp' comment mark.
6118
6119 * printing.el (pr-menu-bind): Replace 'easy-menu-change' by
6120 'easy-menu-add-item' when called in Emacs 21 or higher.
6121
6122 2006-12-04 Stephen Leake <stephen_leake@stephe-leake.org>
6123
6124 * progmodes/ada-xref.el (ada-check-current): Doc fix.
6125 (ada-make-body-gnatstub): Doc fix. Remove redundant `progn'.
6126
6127 2006-12-04 Kim F. Storm <storm@cua.dk>
6128
6129 * bindings.el (global-map): Bind [signal t] to ignore, to have
6130 user signals ignored by default.
6131
6132 2006-12-04 Juanma Barranquero <lekktu@gmail.com>
6133
6134 * descr-text.el (describe-char-unicode-data): Use a hidden buffer for
6135 Unicode data file pointed to by `describe-char-unicodedata-file'.
6136
6137 2006-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
6138
6139 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Fix pathological
6140 O(n^2) regexp-search by anchoring the search.
6141
6142 2006-12-04 Dan Nicolaescu <dann@ics.uci.edu>
6143
6144 * whitespace.el (whitespace-cleanup-internal): Use current
6145 argument for recursive call.
6146
6147 2006-12-04 Michael Albinus <michael.albinus@gmx.de>
6148
6149 * net/tramp.el (tramp-methods): Add "ControlPath" and
6150 "ControlMaster" to scp, scp1 and scp2 methods. Suggested by
6151 Andreas Schwab <schwab@suse.de>.
6152 (tramp-do-copy-or-rename-file-out-of-band)
6153 (tramp-open-connection-rsh): Compute format spec for ?t.
6154 (tramp-process-actions): Trace command parameters.
6155
6156 2006-12-04 Nick Roberts <nickrob@snap.net.nz>
6157
6158 * simple.el (toggle-truncate-lines): Clarify doc string.
6159
6160 * progmodes/gdb-ui.el (gdb-var-delete-children): New function.
6161 (gdb-speedbar-expand-node): Use it.
6162
6163 2006-12-04 Richard Stallman <rms@gnu.org>
6164
6165 * progmodes/python.el (python-indent): Add safe-local-variable prop.
6166
6167 * dired.el (dired-revert): Turn off dired-after-readin-hook
6168 around call to dired-readin.
6169
6170 * menu-bar.el (menu-bar-make-toggle): Add "globally"
6171 to echo area messages.
6172 <indicate-empty-lines, case-fold-search>:
6173 Add "globally" to Help string.
6174 <case-fold-search>: MESSAGE arg need not say "globally".
6175 (menu-bar-edit-menu <paste-from-menu>): Rename from select-and-paste.
6176
6177 2006-12-03 Liam Healy <lnp@healy.washington.dc.us> (tiny change)
6178
6179 * outline.el (outline-end-of-subtree): Don't leave an empty
6180 line hidden as we would a real next heading.
6181
6182 2006-12-03 Ken Manheimer <ken.manheimer@gmail.com>
6183
6184 * allout.el (allout-ascend): Add an optional argument to preserve
6185 original position of point when unsuccessful. Also, fix a
6186 docstring error.
6187 (allout-yank-processing): Fix depth shift of multiple-topic so yanks
6188 work again, using allout-ascend's new option.
6189 (allout-setup-mode-map): Extract from allout-mode to initialize
6190 allout-mode-map. Call it on file load, so the mode docstring
6191 substitutions work even if allout mode has not yet been invoked.
6192 (allout-mode): Use new allout-setup-mode-map to track any keybinding
6193 customizations since the map was last processed. Also, refine the
6194 docstring so it's ship-shape for release.
6195 (allout-default-layout, allout-beginning-of-line-cycles)
6196 (allout-distinctive-bullets-string, allout-use-mode-specific-leader)
6197 (allout-encrypt-unencrypted-on-saves, allout-inhibit-auto-fill)
6198 (allout-version, allout-layout, allout-infer-body-reindent)
6199 (allout-infer-header-lead-and-primary-bullet, allout-view-change-hook)
6200 (allout-init, allout-mode, allout-next-heading, allout-chart-subtree)
6201 (allout-previous-heading, allout-goto-prefix-doublechecked)
6202 (allout-current-bullet-pos, allout-next-sibling-leap)
6203 (allout-pre-command-business, allout-encrypted-type-prefix)
6204 (allout-make-topic-prefix, allout-open-topic, allout-rebullet-heading)
6205 (allout-rebullet-topic, allout-rebullet-topic-grunt)
6206 (allout-flag-region, allout-expose-topic, allout-expose-topic)
6207 (allout-old-expose-topic, allout-listify-exposed)
6208 (allout-process-exposed, allout-latex-verb-quote)
6209 (allout-latex-verbatim-quote-curr-line, allout-adjust-file-variable)
6210 (allout-toggle-current-subtree-encryption)
6211 (allout-toggle-subtree-encryption, allout-bullet-isearch):
6212 Remove extraneous open-paren and close paren string escapes.
6213
6214 2006-12-03 Juanma Barranquero <lekktu@gmail.com>
6215
6216 * progmodes/ada-xref.el (is-windows, ada-find-in-src-path): Doc fixes.
6217 (ada-xref-pos-ring-max, ada-xref-project-files, ada-xref-initialize)
6218 (ada-prj-default-comp-cmd, ada-quote-cmd, ada-compile-current):
6219 Fix typos in docstrings.
6220
6221 2006-12-03 Glenn Morris <rgm@gnu.org>
6222
6223 * progmodes/cc-align.el
6224 * progmodes/cc-awk.el
6225 * progmodes/cc-cmds.el
6226 * progmodes/cc-compat.el
6227 * progmodes/cc-defs.el
6228 * progmodes/cc-engine.el
6229 * progmodes/cc-langs.el
6230 * progmodes/cc-menus.el
6231 * progmodes/cc-mode.el
6232 * progmodes/cc-styles.el
6233 * progmodes/cc-vars.el
6234 * progmodes/vhdl-mode.el: Fix Copyright format.
6235
6236 2006-12-02 Chong Yidong <cyd@stupidchicken.com>
6237
6238 * mouse.el (mouse-drag-track): Suppress automatic hscrolling for
6239 initial down event.
6240
6241 2006-12-02 Kim F. Storm <storm@cua.dk>
6242
6243 * emulation/cua-base.el (cua-toggle-set-mark): Doc fix.
6244 (cua-repeat-replace-region): Make M-v more robust.
6245 (cua-paste-pop-rotate-temporarily): New defcustom.
6246 (cua-paste-pop): Use it.
6247 (cua-auto-mark-last-change): New defcustom.
6248 (cua-pop-to-last-change): New helper function.
6249 (cua-set-mark): Use them.
6250
6251 2006-12-01 Nick Roberts <nickrob@snap.net.nz>
6252
6253 * menu-bar.el (toggle-case-fold-search): Clarify doc/help string and
6254 mini-buffer message.
6255
6256 2006-12-01 Juanma Barranquero <lekktu@gmail.com>
6257
6258 * descr-text.el (describe-char-unicodedata-file): Fix typo in docstring.
6259
6260 2006-12-01 Ben North <ben@redfrontdoor.org>
6261
6262 * paren.el: Fix the highlight overlay extension when the user types a
6263 sequence of char very fast just before the open parenthesis.
6264
6265 2006-12-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6266
6267 * ps-mule.el: Eliminate Emacs 20 compatibility.
6268
6269 * ps-print.el: Eliminate Emacs 20 & 21 compatibility.
6270 (ps-print-version): New version 6.7.
6271 (ps-print-quote): Replace '?\ ' by '?\s'.
6272
6273 2006-11-30 Juanma Barranquero <lekktu@gmail.com>
6274
6275 * hexl.el (hexl-goto-address, hexl-forward-char, hexl-forward-short)
6276 (hexl-forward-word, hexl-previous-line, hexl-beginning-of-1k-page)
6277 (hexl-end-of-1k-page): Doc fixes.
6278 (hexl-address-region, hexl-ascii-region, hexl-highlight-line-range):
6279 Fix typos in docstrings.
6280
6281 2006-11-30 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6282
6283 * ido.el (ido-local-file-exists-p): New. Tell if a file exists
6284 locally, i.e. without using file name handlers.
6285 (ido-read-internal): Allow mono letter host names, avoiding the
6286 `c:' problem by testing if the file exists locally.
6287 (ido-complete, ido-make-file-list, ido-exhibit): Ditto.
6288
6289 2006-11-30 Masatake YAMATO <jet@gyve.org>
6290
6291 * hexl.el (hl-line-range-function, hl-line-face): Declare variables
6292 to avoid bytecomp warnings.
6293 (hexl-mode-old-ruler-function): New variable.
6294 (hexl-follow-line): Bind `hexl-mode-old-hl-line-range-function'
6295 and `hl-line-range-function' after `require' hl-line.
6296 Then bind `hl-line-range-function' and `hl-line-face'.
6297 Don't require frame. Don't use `with-no-warnings'.
6298 (hexl-activate-ruler): Store the original value of
6299 `ruler-mode-ruler-function' to `hexl-mode-old-ruler-function'.
6300 (hexl-mode-exit): Restore the original value of
6301 `ruler-mode-ruler-function'.
6302
6303 2006-11-30 Alin C. Soare <alinsoar@voila.fr> (tiny change)
6304
6305 * hexl.el (hexl-mode-old-hl-line-range-function): New variable.
6306 (hexl-mode-old-hl-line-face): New variable.
6307 (hexl-mode, hexl-mode-exit): Fix the highlighting of the current
6308 line when exit from the hexl-mode.
6309
6310 2006-11-30 Juanma Barranquero <lekktu@gmail.com>
6311
6312 * emacs-lisp/bytecomp.el (byte-optimize, byte-compile-warnings):
6313 Doc fixes.
6314
6315 * international/fontset.el (create-fontset-from-ascii-font)
6316 (create-fontset-from-fontset-spec, x-compose-font-name): Doc fixes.
6317 (fontset-name-p): Fix typo in docstring.
6318
6319 * progmodes/cc-cmds.el (c-indent-exp): Fix typo in docstring.
6320
6321 2006-11-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6322
6323 * ps-bdf.el: Fix maintainer email.
6324
6325 * ps-mule.el: Fix maintainer email. Define functions for Emacs 20
6326 compatibility.
6327
6328 * ps-print.el: Fix maintainer email. Define functions for Emacs 20 &
6329 21 compatibility.
6330 (ps-print-quote): Replace '?\s' by '?\ ' to keep compatibility with
6331 Emacs 20 & 21.
6332
6333 2006-11-29 J.D. Smith <jdsmith@as.arizona.edu>
6334
6335 * progmodes/idlwave.el (idlwave-auto-fill):
6336 Remove paragraph-start let to prevent auto-fill giving up.
6337
6338 2006-11-28 Juanma Barranquero <lekktu@gmail.com>
6339
6340 * vt100-led.el (led-state): Fix typo in previous change.
6341
6342 2006-11-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6343
6344 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6345 Fix interactive spec of the functions getting defined to make them
6346 work as documented.
6347
6348 2006-11-28 Chong Yidong <cyd@stupidchicken.com>
6349
6350 * startup.el (fancy-splash-screens): Hide initial splash buffer.
6351
6352 2006-11-28 Kim F. Storm <storm@cua.dk>
6353
6354 * icomplete.el (icomplete-tidy, icomplete-exhibit): Check that
6355 icomplete-mode is enabled.
6356
6357 2006-11-28 Carsten Dominik <dominik@science.uva.nl>
6358
6359 * textmodes/org.el (require): Require gnus-sum during compilation
6360 to avoid problem with a macro call.
6361
6362 2006-11-28 Glenn Morris <rgm@gnu.org>
6363
6364 * emacs-lisp/authors.el (authors-aliases): Add new alias.
6365
6366 * progmodes/fortran.el (fortran-font-lock-keywords-4): Add `min'.
6367 (fortran-window-create-momentarily): Do not need string-to-char.
6368
6369 2006-11-28 Richard Stallman <rms@gnu.org>
6370
6371 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
6372 Replace incorrect use of assoc-default with a loop.
6373
6374 * term.el (term-exec-1): Set envvar INSIDE_EMACS.
6375
6376 * simple.el (next-error-find-buffer): Improve messages.
6377
6378 * files.el (revert-buffer): Special error message if file
6379 is now not readable.
6380
6381 * facemenu.el (facemenu-add-new-face): Improve doc strings of
6382 constructed commands.
6383
6384 * comint.el (comint-exec-1): Provide Emacs version and `comint'
6385 in INSIDE_EMACS.
6386
6387 2006-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
6388
6389 * diff-mode.el (diff-mode-map): Add a binding for unified->context.
6390
6391 * server.el: Remove spurious * in docstrings.
6392 (server-process-filter): Exit from recursive editing before processing
6393 a new request.
6394
6395 2006-11-27 J.D. Smith <jdsmith@as.arizona.edu>
6396
6397 * progmodes/hideshow.el (hs-already-hidden-p): Move to end of
6398 line so hidden blocks will be correctly identified.
6399
6400 2006-11-27 Juanma Barranquero <lekktu@gmail.com>
6401
6402 * ledit.el (ledit-save-defun, ledit-mode):
6403 * resume.el (resume-emacs-args-buffer):
6404 * rot13.el (rot13-display-table, rot13-translate-table, rot13)
6405 (rot13-string, rot13-region, rot13-other-window, toggle-rot13-mode):
6406 * vmsproc.el (subprocess-input, start-subprocess, subprocess-command)
6407 (command-send-input, command-kill-line):
6408 * vt100-led.el (led-state, led-on): Fix typos in docstrings.
6409
6410 * autoarg.el (autoarg-kp-mode): Doc fix.
6411
6412 * emacs-lock.el (toggle-emacs-lock): Doc fix. Simplify.
6413 (emacs-lock-check-buffer-lock): Doc fix. Use `when'.
6414 (check-emacs-lock): Doc fix. Simplify.
6415
6416 * iimage.el (iimage-mode-image-regex-alist): Doc fix.
6417 (iimage-mode-buffer): Fix typos in docstring.
6418
6419 * misc.el (zap-up-to-char): Doc fix.
6420
6421 * time-stamp.el: Fix comment and obsolescence string for old
6422 functions. Use `dolist' instead of `while'.
6423
6424 * userlock.el (ask-user-about-lock-help): Fix typos in output message.
6425
6426 * disp-table.el (standard-display-8bit, standard-display-default):
6427 * ebuff-menu.el (electric-buffer-list):
6428 * ehelp.el (electric-help-command-loop):
6429 * font-core.el (font-lock-mode):
6430 * help-macro.el (make-help-screen):
6431 * help.el (describe-minor-mode-completion-table-for-indicator)
6432 (lookup-minor-mode-from-indicator):
6433 * indent.el (tab-to-tab-stop, move-to-tab-stop):
6434 * info-look.el (info-lookup-guess-custom-symbol):
6435 * locate.el (locate-main-listing-line-p, locate-mode, locate-do-setup):
6436 * longlines.el (longlines-wrap-line):
6437 * macros.el (insert-kbd-macro):
6438 * menu-bar.el (menu-bar-update-buffers):
6439 * misc.el (copy-from-above-command):
6440 * mouse.el (mouse-popup-menubar, mouse-buffer-menu-alist):
6441 * newcomment.el (comment-indent):
6442 * novice.el (disabled-command-function):
6443 * sort.el (sort-fields-syntax-table):
6444 * subr.el (momentary-string-display):
6445 * tar-mode.el (tar-header-block-summarize)
6446 (tar-clear-modification-flags):
6447 * terminal.el (terminal-cease-edit, te-more-break-unwind, te-newline)
6448 (te-clear-rest-of-line, te-clear-rest-of-screen, te-clear-screen)
6449 (te-insert-lines, te-delete-lines, te-delete, te-insert-spaces)
6450 (te-delete-char, te-down-vertically-or-scroll):
6451 * time-stamp.el (time-stamp-string-preprocess):
6452 * tmm.el (tmm-add-one-shortcut): "?\ " -> "?\s".
6453
6454 2006-11-26 Nick Roberts <nickrob@snap.net.nz>
6455
6456 * speedbar.el (speedbar-timer-fn): Revert to old behaviour when not
6457 in GUD mode.
6458
6459 * progmodes/gud.el (gud-install-speedbar-variables): Remove bindings:
6460 speedbar-expand-line-descendants, speedbar-contract-line-descendants.
6461
6462 2006-11-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6463
6464 * progmodes/cc-vars.el (c-backslash-column): Add . at end of sentence.
6465
6466 2006-11-26 Stephen Leake <stephen_leake@stephe-leake.org>
6467
6468 * progmodes/ada-mode.el (ada-which-compiler): Fix typo in docstring.
6469 (ada-compile-goto-error): Adapt to new argument profile of
6470 compilation-goto-locus in Emacs 22. Don't check if the various
6471 compile functions are defined; we already do "(require 'compile)".
6472
6473 2006-11-26 Kim F. Storm <storm@cua.dk>
6474
6475 * kmacro.el: Fix commentary.
6476
6477 2006-11-26 Nick Roberts <nickrob@snap.net.nz>
6478
6479 * progmodes/gud.el (gdb): Explain how to run in text command mode
6480 more clearly. Say in error message that multiple debugging
6481 requires restarting GDB.
6482
6483 2006-11-25 Juanma Barranquero <lekktu@gmail.com>
6484
6485 * international/fontset.el (create-fontset-from-fontset-spec): Doc fix.
6486
6487 2006-11-25 Pavel Kobiakov <pk_at_work@yahoo.com>
6488
6489 * progmodes/flymake.el (flymake-posn-at-point-as-event): New function.
6490 (flymake-popup-menu): Use it instead of posn-at-point.
6491
6492 2006-11-25 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6493
6494 * progmodes/cc-vars.el (c-backslash-column):
6495 Mention c-backslash-max-column in documentation for c-backslash-column.
6496
6497 2006-11-24 Lars Hansen <larsh@soem.dk>
6498
6499 * net/tramp.el (tramp-default-method): Under Windows, change from
6500 plink to pscp.
6501 (tramp-copy-failed-regexp, tramp-action-copy-failed): Add.
6502 (tramp-actions-copy-out-of-band):
6503 Add pair (tramp-copy-failed-regexp tramp-action-copy-failed).
6504 (tramp-action-out-of-band): Move "Permission denied" handling to
6505 tramp-action-copy-failed.
6506 (tramp-do-copy-or-rename-file-out-of-band): unwind-protect killing of
6507 process buffer.
6508
6509 2006-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
6510
6511 * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
6512 strings to a single string. Quote `errors-file-name'.
6513 (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
6514 (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
6515 Adjust calls. Use `shell-quote-argument'.
6516
6517 * international/mule.el (load-with-code-conversion)
6518 (with-category-table): Use with-current-buffer.
6519 (after-insert-file-set-coding): Use restore-buffer-modified-p.
6520
6521 2006-11-24 Eli Zaretskii <eliz@gnu.org>
6522
6523 * mail/smtpmail.el (smtpmail-send-it):
6524 Copy buffer-file-coding-system from the mail buffer. Possibly add a
6525 MIME header for the message encoding.
6526 Bind coding-system-for-write around the call to mail-do-fcc.
6527 Use smtpmail-code-conv-from to encode queued mail messages.
6528
6529 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
6530
6531 * tabify.el (tabify-regexp): Doc fix.
6532
6533 * net/rcirc.el (rcirc-buffer-maximum-lines):
6534 * progmodes/gud.el (jdb): Fix space/tab mixup in docstrings.
6535
6536 * play/gomoku.el (gomoku-terminate-game, gomoku-human-takes-back)
6537 (gomoku-prompt-for-move, gomoku-human-plays, gomoku-offer-a-draw):
6538 Fix typos in output messages.
6539 (gomoku-vector-length, gomoku-init-board): Fix typos in docstrings.
6540
6541 2006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
6542
6543 * hexl.el (hexl-mode): Don't try to guess the max-address: get it from
6544 the horse's mouth.
6545 (hexlify-buffer): Don't re-encode an arg that's already encoded.
6546
6547 2006-11-23 Michael Kifer <kifer@cs.stonybrook.edu>
6548
6549 * ediff-diff.el (ediff-exec-process, ediff-same-file-contents):
6550 Remove condition-case.
6551
6552 2006-11-23 Glenn Morris <rgm@gnu.org>
6553
6554 * progmodes/f90.el (f90-comment-indent): Do not move point in
6555 default case.
6556
6557 2006-11-21 Romain Francoise <romain@orebokech.com>
6558
6559 * emacs-lisp/find-func.el (find-library-name): Don't strip ".el"
6560 from library name (reverts change of 2005-10-25).
6561
6562 2006-11-21 Lennart Borgman <lennart.borgman.073@student.lu.se>
6563
6564 * tutorial.el (tutorial--default-keys): Add newline and
6565 delete-backward-char bindings.
6566 (tutorial--detailed-help): Save excursion when finding keys.
6567 Correct warning string for M-x FOO case.
6568 (tutorial--display-changes): Print special keys in tutorial style.
6569 Tweak search regexp for changed keys.
6570
6571 2006-11-21 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
6572
6573 * thingatpt.el (thing-at-point-url-at-point): Don't add a
6574 redundant scheme.
6575
6576 2006-11-21 Diane Murray <disumu@x3y2z1.net> (tiny change)
6577
6578 * thingatpt.el (thing-at-point-uri-schemes): Add schemes that
6579 are new to the list at IANA. Also added irc, mms, mmsh.
6580
6581 2006-11-20 J.D. Smith <jdsmith@as.arizona.edu>
6582
6583 * progmodes/idlw-help.el (idlwave-html-help-location):
6584 Fail gracefully for missing help packages.
6585 (idlwave-help-assistant-open-link): Open full links.
6586 (idlwave-help-assistant-help-with-topic): Direct help link.
6587
6588 * progmodes/idlwave.el (idlwave-mode):
6589 Set add-log-current-defun-function.
6590 (idlwave-current-routine-fullname): Add, to support add-log.
6591 (idlwave-convert-xml-system-routine-info): Simplify XML parsing
6592 to reflect improvements to xml-parse-file.
6593 (idlwave-mode-menu-def): New binding for help-with-topic.
6594
6595 * progmodes/idlw-shell.el (idlwave-shell-filter-directory):
6596 Handle extra newlines and spaces.
6597 (idlwave-shell-mode-map): Add help-with-topic.
6598
6599 2006-11-20 Chong Yidong <cyd@stupidchicken.com>
6600
6601 * tutorial.el (tutorial-warning-face): New face.
6602 (tutorial--detailed-help, tutorial--display-changes): Use it.
6603 (tutorial--find-changed-keys): Check ESC-prefix binding specially.
6604 Improve search pattern for occurrences of changed keys.
6605
6606 2006-11-20 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6607
6608 * term/x-win.el (x-last-cut-buffer-coding): New variable.
6609 (x-select-text): Set it.
6610 (x-cut-buffer-or-selection-value): Check also x-last-cut-buffer-coding
6611 when checking for newness.
6612
6613 2006-11-19 Juanma Barranquero <lekktu@gmail.com>
6614
6615 * subr.el (posn-image):
6616 * progmodes/ebnf2ps.el (ebnf-stop-on-error): Fix typos in docstrings.
6617
6618 * emacs-lisp/regexp-opt.el (regexp-opt): Doc fix.
6619
6620 2006-11-19 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6621
6622 * progmodes/glasses.el (glasses-separate-parentheses-exceptions): New.
6623 Exceptions to the rule "add a space between an identifier and an
6624 opening parenthesis". Defaulted to the `#define' problem of cpp.
6625 (glasses-parenthesis-exception-p): New. Check if the region is an
6626 exception regarding to that.
6627 (glasses-make-readable): Use it.
6628 (glasses-convert-to-unreadable): Ditto. Modify the file also if
6629 `glasses-convert-on-write-p' and `glasses-separate-parentheses-p' are t.
6630
6631 2006-11-19 Chong Yidong <cyd@stupidchicken.com>
6632
6633 * emacs-lisp/bytecomp.el (byte-compile-if): Revert last change.
6634
6635 2006-11-19 Stephen Leake <stephen_leake@stephe-leake.org>
6636
6637 * progmodes/ada-mode.el (ada-make-body): Fix typo.
6638
6639 * progmodes/ada-xref.el (ada-make-body-gnatstub): Fix typo.
6640 (ada-xref-initialize): Fix typo. Use add-hook and remove-hook.
6641
6642 2006-11-18 Chong Yidong <cyd@stupidchicken.com>
6643
6644 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Check `and'
6645 conditions for function or variable bindings.
6646
6647 * comint.el (comint-exec-1): Set EMACS and INSIDE_EMACS to t.
6648
6649 * progmodes/compile.el (compilation-start): Ditto.
6650
6651 2006-11-18 Michael Albinus <michael.albinus@gmx.de>
6652
6653 * net/tramp.el (top): cl and custom are always required.
6654
6655 2006-11-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6656
6657 * term/x-win.el (x-cut-buffer-or-selection-value): Decode text from
6658 cut-buffers with next-selection-coding-system if not nil.
6659
6660 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
6661
6662 * textmodes/org.el (org-fix-decoded-time): New function.
6663 (org-display-custom-time): Use `org-fix-decoded-time'.
6664
6665 2006-11-17 Chong Yidong <cyd@stupidchicken.com>
6666
6667 * menu-bar.el (menu-bar-games-menu): Remove yow.
6668
6669 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
6670
6671 * textmodes/org.el (org-scan-tags): Re-align code fixed.
6672 (org-detach-overlay): Rename from `org-detatch-overlay'.
6673 (org-table-convert-region): Insert space after column separator.
6674 (org-agenda-kill): New command.
6675 (org-metaleft): Call `org-outdent-item' on bullets.
6676 (org-metaright): Call `org-indent-item' on bullets.
6677 (org-timestamp-change): Set `org-last-changed-timestamp'.
6678 (org-current-line): Make sure (bolp) returns correct result.
6679 (org-agenda-change-all-lines): Make sure TODO are highlighted.
6680
6681 2006-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
6682
6683 * pcvs.el (cvs-retrieve-revision): Set buffer-file-coding-system.
6684
6685 2006-11-16 Chong Yidong <cyd@stupidchicken.com>
6686
6687 * mouse.el (global-map): Change 2006-08-16 fix to call
6688 mouse-yank-at-click explicitly, since mouse events are not carried
6689 over into keyboard macros.
6690
6691 2006-11-16 Kim F. Storm <storm@cua.dk>
6692
6693 * ido.el (ido-file-internal): Use current buffer's file name as default
6694 choice for ido-find-alternate-file. Suggested by Matt Hodges.
6695
6696 2006-11-15 Ken Manheimer <ken.manheimer@gmail.com>
6697
6698 * allout.el (allout-doublecheck-at-and-shallower): Clarify docstring.
6699 (allout-inhibit-aberrance-doublecheck): Rename from
6700 allout-during-yank-processing. All callers changed.
6701 (allout-ascend): Provide for unusual case where some topic after
6702 the first in file is at lower depth than the first.
6703 (allout-shift-in): Ensure the offspring of the new containing
6704 topic are exposed.
6705 (allout-encrypt-string): Preserve the coding-system of the text,
6706 according to that of the containing buffer.
6707 (allout-toggle-subtree-encryption): When the text being encrypted
6708 requires a different coding system, offer to preserve the coding
6709 system using a file local var.
6710
6711 2006-11-15 Simon Marshall <simon@gnu.org>
6712
6713 * progmodes/cc-fonts.el (c-font-lock-declarators): Use c-at-toplevel-p
6714 to recognise "T t()" as a function declaration, rather than a
6715 variable instantiation, iff at the top-level or inside a class
6716 declaration. Suggested by Feng Li <fengli@gmail.com>.
6717
6718 2006-11-14 Stephen Leake <stephen_leake@stephe-leake.org>
6719
6720 * progmodes/ada-xref.el (ada-parse-prj-file):
6721 Don't delete project buffer; user may want to edit it.
6722 (ada-xref-set-project-field, ada-xref-current-project-file)
6723 (ada-xref-current-project, ada-show-current-project)
6724 (ada-set-main-compile-application): New functions.
6725 (ada-xref-get-project-field, ada-require-project-file):
6726 Normalize use of ada-prj-default-project-file.
6727 (ada-gdb-application, ada-get-ada-file-name, ada-make-body-gnatstub):
6728 Normalize use of ada-require-project-file.
6729 (ada-prj-find-prj-file): Improve doc string, comments.
6730
6731 * progmodes/ada-mode.el (ada-mode-version): Bump version.
6732 (ada-create-keymap): Add \C-c\C-m 'ada-set-main-compile-application.
6733 (ada-create-menu): Add ada-set-main-compile-application,
6734 ada-show-current-main, ada-show-current-project.
6735
6736 2006-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
6737
6738 * progmodes/python.el (inferior-python-mode-syntax-table): New var.
6739 (inferior-python-mode): Use it.
6740
6741 2006-11-14 Andreas Schwab <schwab@suse.de>
6742
6743 * term/xterm.el (terminal-init-xterm): Add more key bindings.
6744
6745 2006-11-13 Kim F. Storm <storm@cua.dk>
6746
6747 * ido.el (ido-copy-current-word): C-o copies region if active.
6748
6749 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
6750
6751 * textmodes/org.el (org-emph-face): Fix typo in variable name.
6752
6753 2006-11-13 Juanma Barranquero <lekktu@gmail.com>
6754
6755 * ediff.el (ediff-revision):
6756 * files.el (set-visited-file-name):
6757 * mail/rmailout.el (rmail-output-body-to-file):
6758 Use `format', not `message', in `y-or-n-p' call.
6759
6760 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
6761
6762 * textmodes/org.el (org-metaleft): Call `org-outdent-item' on bullets.
6763 (org-metaright): Call `org-indent-item' on bullets.
6764 (org-timestamp-change): Set `org-last-changed-timestamp'.
6765 (org-current-line): Make sure (bolp) returns correct result.
6766 (org-agenda-change-all-lines): Make sure highlighting TODO always works.
6767
6768 2006-11-12 Richard Stallman <rms@gnu.org>
6769
6770 * language/european.el (turkish-case-conversion-enable)
6771 (turkish-case-conversion-disable): New functions.
6772 ("Turkish" lang env): Use them.
6773
6774 * international/characters.el (case table):
6775 Do nothing special for i and I.
6776
6777 * subr.el (remove-overlays): Fix last change.
6778
6779 * cus-edit.el (custom-save-all): Use find-file-visit-truename
6780 for visiting the custom file.
6781
6782 2006-11-12 Markus Triska <triska@gmx.at>
6783
6784 * play/handwrite.el (handwrite): Also process lines not ending
6785 with newline. Replace some position-fiddling with different
6786 logic. Improve performance.
6787
6788 2006-11-12 Stephen Leake <stephen_leake@stephe-leake.org>
6789
6790 * progmodes/ada-xref.el (ada-prj-default-check-cmd): New variable,
6791 replacing deleted variable `ada-check-switch'.
6792 (ada-project-file-extension): Rename to `ada-prj-file-extension'.
6793 (ada-xref-project-files): Improve doc string.
6794 (ada-find-executable): New function.
6795 (ada-initialize-runtime-library): Use `ada-find-executable'.
6796 (ada-xref-set-default-prj-values): In compile commands, don't need
6797 `ada-cd-command'; `compile' does that more portably.
6798 Use ada-prj-default-check-cmd.
6799 (ada-parse-prj-file): Don't set 'debug_post_cmd, 'debug_pre_cmd
6800 properties if not specified in project file.
6801 (ada-goto-declaration): Display useful message for new error
6802 'error-file-not-found.
6803 (ada-get-ada-file-name, ada-find-in-src-path): Signal new error
6804 'error-file-not-found.
6805 (ada-get-all-references): Match latest ali syntax. Signal new
6806 error 'error-file-not-found.
6807 (ada-find-in-ali): Match latest ali syntax.
6808 (ada-make-filename-from-adaname): Handle different semantics of
6809 gnatkr in GNAT 3.15p vs later.
6810
6811 * progmodes/ada-stmt.el (ada-func-or-proc-name): Match changes to
6812 ada-procedure-start-regexp.
6813 (ada-or-accept, ada-or-delay, ada-or-terminate): Improve doc string.
6814
6815 * progmodes/ada-mode.el: Replace conditional (require 'ispell)
6816 with defvar.
6817 (ada-language-version): Rename ada05 -> ada2005.
6818 (ada-align-region-separate): Add `eval-when-compile'.
6819 (ada-name-regexp): Remove unneeded escapes in regexp character
6820 alternative.
6821 (ada-compile-goto-error-file-linenr-re): New constant.
6822 (ada-matching-start-re): Handle additional cases `declare',
6823 `procedure', `function'.
6824 (ada-compile-goto-error): Handle "... at line nn".
6825 (ada-mode): Clearer syntax, comments for ff-special-constructs.
6826 Delete support for old versions of `align'.
6827 (ada-search-prev-end-stmt): Handle additional keyword `private'.
6828 (ada-check-defun-name): Simplify handling of `declare'.
6829 (ada-goto-matching-start): Handle nested `begin ... end'.
6830 Handle `declare', `protected', `procedure', `function'.
6831 (ada-create-menu): Presence of arm95 is not conditional on using
6832 GNAT compiler.
6833
6834 2006-11-12 Juanma Barranquero <lekktu@gmail.com>
6835
6836 * emacs-lisp/re-builder.el (reb-mode): Set `blink-matching-paren' to
6837 nil in the *RE-Builder* buffer (it causes spurious error messages).
6838
6839 * server.el (server-visit-files): If `minibuffer-auto-raise' has
6840 been set to t, respect it.
6841
6842 2006-11-11 Stephen Leake <stephen_leake@stephe-leake.org>
6843
6844 * progmodes/ada-mode.el: Delete `eval-and-compile' around `require'.
6845 Delete commented out code for old Emacs versions. Autoloading of
6846 "ada-xref", "ada-prj" is useful even if compiler is not GNAT.
6847 (ada-mode-version): Bump version number.
6848 (ada-95-string-keywords, ada-2005-string-keywords)
6849 (ada-2005-keywords, ada-name-regexp): New constant.
6850 (ada-language-version, ada-procedure-start-regexp, ada-mode)
6851 (ada-font-lock-keywords): Add support for Ada 2005 keywords.
6852 (ada-package-start-regexp): Support private packages, include package
6853 name (for ada-set-point-accordingly).
6854 (ada-next-procedure, ada-previous-procedure)
6855 (ada-which-function-are-we-in): Match changes to
6856 ada-procedure-start-regexp.
6857 (ada-make-body): Make non-interactive; not a user function.
6858 (ada-make-subprogram-body): Improve doc string.
6859
6860 2006-11-11 Romain Francoise <romain@orebokech.com>
6861
6862 * progmodes/cperl-mode.el (cperl-mode): Before adding to it, make
6863 `compilation-error-regexp-alist' buffer-local, since we changed
6864 `compilation-error-regexp-alist-alist' locally.
6865
6866 2006-11-11 Juanma Barranquero <lekktu@gmail.com>
6867
6868 * server.el (server-visit-files): Bind `minibuffer-auto-raise'
6869 to the value of `server-raise-frame'.
6870
6871 2006-11-11 Glenn Morris <rgm@gnu.org>
6872
6873 * ido.el (ido-enable-prefix)
6874 * ses.el (ses-call-printer-return)
6875 * net/tramp.el (tramp-unified-filenames)
6876 * progmodes/cc-align.el (c-lineup-string-cont)
6877 * progmodes/compile.el (compilation-directory-matcher)
6878 * progmodes/ebnf2ps.el (ebnf-stop-on-error)
6879 * progmodes/vhdl-mode.el (vhdl-reset-active-high)
6880 (vhdl-clock-rising-edge)
6881 * textmodes/org.el (org-export-with-timestamps)
6882 (org-export-remove-timestamps-from-toc)
6883 (org-export-with-tags): Improve previous doc fixes.
6884
6885 2006-11-11 Richard Stallman <rms@gnu.org>
6886
6887 * textmodes/flyspell.el (flyspell-mode-map):
6888 Bind C-c $ instead of M-RET.
6889
6890 2006-11-10 Simon Marshall <simon@gnu.org>
6891
6892 * progmodes/cc-fonts.el (c-font-lock-declarations): Don't overwrite
6893 fontification for "case" and "default" keywords.
6894
6895 2006-11-10 Andreas Schwab <schwab@suse.de>
6896
6897 * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
6898 Avoid starting sentence with "nil".
6899
6900 2006-11-10 Juanma Barranquero <lekktu@gmail.com>
6901
6902 * server.el (server-raise-frame): New option.
6903 (server-switch-buffer): Use it.
6904
6905 2006-11-10 Nick Roberts <nickrob@snap.net.nz>
6906
6907 * progmodes/gdb-ui.el (gdb-many-windows): Start doc string
6908 with a capital.
6909
6910 2006-11-10 Carsten Dominik <carsten.dominik@gmail.com>
6911
6912 * textmodes/org.el (org-show-hierarchy-above)
6913 (org-show-following-heading): Fix typo in default value.
6914 (org-scan-tags): Make the search case-sensitive.
6915 (org-tags-sparse-tree): Don't overrule
6916 `org-show-following-heading' and `org-show-hierarchy-above'.
6917 (org-reveal): New command.
6918 (org-show-context): Rename from `org-show-hierarchy-above'.
6919 (org-fast-tag-selection-single-key): New option.
6920 (org-fast-tag-show-exit, org-set-current-tags-overlay): New functions.
6921 (org-tags-overlay): New variable.
6922 (org-agenda-todo-ignore-deadlines): New option.
6923 ("session"): Add circular data structure `org-mark-ring' to
6924 exceptions list in session.el.
6925 (org-agenda-window-setup, org-agenda-restore-windows-after-quit):
6926 New options.
6927 (org-agenda-quit): Use `org-agenda-restore-windows-after-quit'.
6928 (org-prepare-agenda, org-agenda-quit): Use `org-agenda-window-setup'.
6929 (org-pre-agenda-window-conf, org-blank-before-new-entry): New vars.
6930 (org-finalize-agenda): Activate bracket links in agenda.
6931 (org-at-timestamp-p, org-at-date-range-p): Additional argument
6932 INACTIVE-OK.
6933 (org-show-hierarchy-above, org-show-following-heading):
6934 List values allowed for fine-tuned configuration.
6935 (org-show-hierarchy-above): New argument CONTEXT, use the
6936 fine-tuned settings in `org-show-hierarchy-above' and
6937 `org-show-following-heading'.
6938 (org-display-custom-time): New function.
6939 (org-toggle-time-stamp-overlays, org-insert-time-stamp): New function.
6940 (org-display-custom-times, org-time-stamp-custom-formats):
6941 (org-maybe-intangible): New macro.
6942 (org-activate-bracket-links, org-hide-wide-columns):
6943 Use `org-maybe-intangible'.
6944 (org-open-file): Use `shell-quote-argument'.
6945 (org-display-internal-link-with-indirect-buffer): New option.
6946 (org-file-remote-p): Get regexp from list.
6947 (org-link-expand-abbrev): New function.
6948 (org-link-abbrev-alist): New option.
6949 (org-open-at-point, org-cleaned-string-for-export):
6950 Call `org-link-expand-abbrev'.
6951 (org-timeline, org-agenda-list, org-todo-list)
6952 (org-tags-view): Remove the KEEP-MODES argument.
6953 (org-finalize-agenda-hook): New hook.
6954 (org-get-alist-option): New function.
6955 (org-follow-timestamp-link): New function.
6956 (org-open-at-point): Call `org-follow-timestamp-link'.
6957 (org-log-note-marker, org-log-note-purpose)
6958 (org-log-note-window-configuration): New variables.
6959 (org-add-log-maybe, org-add-log-note, org-store-log-note): New funs.
6960 (org-log-note-headings): New option.
6961 (org-dblock-write:clocktable): Bug fix, removed infinite loop.
6962 (org-store-link): Support for dired-mode.
6963 (org-open-file): Substitute environment variables into filename.
6964 (org-last): New defsubst.
6965 (org-agenda-re-align-tags): New function.
6966 (org-agenda-align-tags-to-column): New option.
6967 (org-agenda-timeline): Group removed.
6968 (org-prepare-agenda, org-prepare-agenda-buffers)
6969 (org-run-agenda-series, org-timeline, org-agenda-list)
6970 (org-todo-list, org-tags-view): Call `org-agenda-prepare' and set
6971 the text property inticating the agenda type.
6972 (org-agenda-post-command-hook): Get agenda type from text property
6973 at point.
6974 (org-agenda): Handle command sets. Set `org-agenda-last-arguments'
6975 and obey `org-agenda-overriding-arguments'.
6976 (org-agenda-overriding-arguments, org-agenda-last-arguments): New vars.
6977 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
6978 (org-agenda-week-view, org-agenda-day-view):
6979 Use `org-agenda-overriding-arguments' to make updating work with
6980 multi-block agendas.
6981 (org-agenda-prefix-format): Allow different formats for the
6982 different agenda entry types.
6983 (org-timeline-prefix-format): Option removed, use
6984 `org-agenda-prefix-format' instead.
6985 (org-prepare-agenda): New function.
6986 (org-select-timeline-window): Option removed, use
6987 `org-select-agenda-window' instead.
6988 (org-respect-restriction): Variable removed.
6989 (org-cmp-tag): New function.
6990 (org-agenda-sorting-strategy, org-entries-lessp):
6991 Implement sorting by last tag.
6992 (org-complete): Better completion in in-buffer option lines.
6993 (org-in-item-p): New function.
6994 (org-org-menu): Add entries for checkboxes.
6995 (org-cycle): Extra brouping in outline-regexp, because it is used
6996 in a search with "^" prepended.
6997 (org-provide-checkbox-statistics): New option.
6998 (org-set-font-lock-defaults): Highlight checkbox statistics.
6999 (org-update-checkbox-count-maybe)
7000 (org-get-checkbox-statistics-face): New functions.
7001 (org-update-checkbox-count): New command.
7002 (org-insert-item, org-toggle-checkbox):
7003 Call `org-update-checkbox-count-maybe'.
7004 (org-export-as-html): XEmacs compatibility for coding system.
7005 (org-force-cycle-archived): New command.
7006 (org-cycle-hide-archived-subtrees): Display message when ARCHIVE
7007 overrules cycling.
7008 (org-fix-position-after-promote): If the line contains only a todo
7009 keyword, add a final space.
7010 (org-promote-subtree, org-demote-subtree):
7011 Call `org-fix-position-after-promote'.
7012
7013 2006-11-10 Glenn Morris <rgm@gnu.org>
7014
7015 * calendar/cal-dst.el: Do not assume DST starts/ends on the same
7016 date in every year.
7017 (calendar-dst-check-each-year-flag): New customizable variable.
7018 (calendar-dst-find-data): New function, extracted from
7019 calendar-current-time-zone.
7020 (calendar-current-time-zone): Use calendar-dst-find-data.
7021 (calendar-dst-transition-cache): New variable.
7022 (calendar-dst-find-startend, calendar-dst-starts)
7023 (calendar-dst-ends): New functions.
7024 (calendar-daylight-savings-starts)
7025 (calendar-daylight-savings-ends): Change value to use
7026 calendar-dst-starts, calendar-dst-ends; respectively.
7027
7028 * progmodes/f90.el (f90-indent-region): Bind case-fold-search to t.
7029
7030 * ido.el (ido-enable-prefix)
7031 * ses.el (ses-call-printer-return)
7032 * net/tramp.el (tramp-unified-filenames)
7033 * progmodes/cc-align.el (c-lineup-string-cont)
7034 * progmodes/compile.el (compilation-directory-matcher)
7035 * progmodes/ebnf2ps.el (ebnf-stop-on-error)
7036 * progmodes/gdb-ui.el (gdb-many-windows)
7037 * progmodes/vhdl-mode.el (vhdl-reset-active-high)
7038 (vhdl-clock-rising-edge)
7039 * textmodes/org.el (org-export-with-timestamps)
7040 (org-export-remove-timestamps-from-toc, org-export-with-tags)
7041 (org-read-date): Doc fix (Nil -> nil).
7042
7043 2006-11-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7044
7045 * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
7046 Encode/decode text to/from cut buffers to/from iso-latin-1 only.
7047
7048 2006-11-10 Juanma Barranquero <lekktu@gmail.com>
7049
7050 * bs.el (bs--window-for-buffer): Remove.
7051 (bs--show-with-configuration): Use `get-window-with-predicate'
7052 instead of `bs--window-for-buffer'.
7053
7054 2006-11-10 Kenichi Handa <handa@m17n.org>
7055
7056 * files.el (revert-buffer): Fix previous change.
7057
7058 2006-11-09 Juanma Barranquero <lekktu@gmail.com>
7059
7060 * bs.el (bs--redisplay): Fix typo in docstring.
7061 (bs--window-config-coming-from): Make frame-local.
7062 (bs--restore-window-config): New function.
7063 (bs-kill, bs-select, bs-select-other-window)
7064 (bs-select-other-frame): Use it.
7065 (bs--window-for-buffer): Return as soon as a matching buffer is found.
7066 (bs--show-with-configuration): Save the window configuration as a
7067 frame local var, and only if *buffer-selection* is not already
7068 visible on this frame.
7069
7070 2006-11-08 Chong Yidong <cyd@stupidchicken.com>
7071
7072 * vc-svn.el (vc-svn-admin-directory): New var.
7073 (vc-svn-registered, vc-svn-responsible-p)
7074 (vc-svn-repository-hostname): Use it.
7075 Suggested by arit93@yahoo.com.
7076
7077 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
7078
7079 * ldefs-boot.el: Regenerate.
7080
7081 2006-11-08 Alan Mackenzie <acm@muc.de>
7082
7083 * emacs-lisp/lisp.el (beginning-of-defun-raw): Code up the
7084 case (eq open-paren-in-column-0-is-defun-start nil) by searching
7085 for least nested open-paren.
7086
7087 2006-11-08 Romain Francoise <romain@orebokech.com>
7088
7089 * subr.el (remove-overlays): Fix typo in last change.
7090
7091 2006-11-08 Richard Stallman <rms@gnu.org>
7092
7093 * subr.el (remove-overlays): Call overlay-recenter.
7094
7095 2006-11-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7096
7097 * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
7098 (pr-ps-name-custom-set, pr-txt-name-custom-set): Return back the old
7099 behaviour.
7100 (pr-menu-bind): Act on global-map instead of menu-bar-file-menu
7101 directly.
7102
7103 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
7104
7105 * ido.el (ido-ignore-extensions, ido-show-dot-for-dired)
7106 (ido-max-dir-file-cache, ido-decorations)
7107 (ido-rewrite-file-prompt-functions, ido-use-mycompletion-depth)
7108 (ido-magic-backward-char, ido-enter-dired)
7109 (ido-enter-insert-buffer, ido-enter-insert-file, ido-dired)
7110 (ido-list-directory, ido-first-match, ido-only-match)
7111 (ido-subdir, ido-indicator): Fix typos in docstrings.
7112 (ido-buffer-internal, ido-completion-help): Fix typos in messages.
7113 (ido-read-internal): Fix typo in error message.
7114
7115 2006-11-08 Kenichi Handa <handa@m17n.org>
7116
7117 * international/mule-cmds.el (set-default-coding-systems):
7118 Always set default-file-name-coding-system to utf-8 for Mac Darwin.
7119
7120 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
7121
7122 * makefile.w32-in (setwins): Remove.
7123 (WINS_ALMOST): New macro.
7124 (WINS): Use it.
7125 (autoloads): Don't extract autoloads from files in obsolete/.
7126
7127 2006-11-07 Chong Yidong <cyd@stupidchicken.com>
7128
7129 * whitespace.el (whitespace-buffer): Call remove-overlays after
7130 overlay-recenter for performance. Suggested by Martin Rudalics.
7131
7132 2006-11-07 Michael Albinus <michael.albinus@gmx.de>
7133
7134 * net/tramp.el (tramp-default-method): scp is the default method.
7135
7136 2006-11-07 Juanma Barranquero <lekktu@gmail.com>
7137
7138 * server.el (server-start): Save also the Emacs pid in the server file.
7139
7140 2006-11-07 Carsten Dominik <dominik@science.uva.nl>
7141
7142 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Preserve
7143 point when displaying a bibtex cross reference in the echo area.
7144
7145 2006-11-06 Juanma Barranquero <lekktu@gmail.com>
7146
7147 * international/mule.el (make-char): Fix typo in docstring.
7148 (load-with-code-conversion, charsetp): Doc fixes.
7149
7150 * international/ja-dic-cnv.el (skkdic-convert):
7151 * cus-edit.el (hook): Fix typo in docstring.
7152
7153 2006-11-06 Chong Yidong <cyd@stupidchicken.com>
7154
7155 * cus-edit.el (custom-mode-map): Move defvar above code using it.
7156 (custom-mode-link-map): New variable.
7157 (custom-group-link, custom-manual): Use follow-link.
7158
7159 2006-11-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7160
7161 * textmodes/bibtex.el: Fix typo in name of author of bibtex.el,
7162 "Mark Shapiro" -> "Marc Shapiro". Update his email address.
7163
7164 2006-11-06 Richard Stallman <rms@gnu.org>
7165
7166 * textmodes/flyspell.el (flyspell-correct-word-before-point):
7167 New function broken out of flyspell-correct-word.
7168 (flyspell-mode-map): Bind it to M-RET.
7169 (flyspell-correct-word): Call it.
7170
7171 * textmodes/fill.el (fill-minibuffer-function): New function.
7172 (fill-paragraph): Bind fill-paragraph-function to
7173 fill-minibuffer-function.
7174
7175 * ruler-mode.el (ruler-mode-map): Add bindings for up-events
7176 so that they aren't undefined.
7177
7178 * dired.el (dired-readin): Locally bind file-name-coding-system.
7179
7180 * bindings.el: Shorten and clarify usual mode line mouse help string.
7181
7182 * Makefile.in (autoloads): Don't include `obsolete'.
7183
7184 2006-11-06 Chong Yidong <cyd@stupidchicken.com>
7185
7186 * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
7187 (pr-ps-name-custom-set, pr-txt-name-custom-set): Don't update the
7188 Printing menu if it's not initialized.
7189 (pr-menu-bind): Act on menu-bar-file-menu directly.
7190
7191 2006-11-06 Juanma Barranquero <lekktu@gmail.com>
7192
7193 * help.el (view-emacs-news): Fix typo in error message.
7194
7195 * menu-bar.el (menu-bar-update-buffers): Fix typo in menu entry.
7196
7197 * shadowfile.el (shadow-define-regexp-group)
7198 (shadow-literal-groups, shadow-insert-var): Doc fixes.
7199 (shadow-read-files): Fix typo in message.
7200 (shadow-inhibit-overload, shadow-find, shadow-suffix)
7201 (shadow-site-match, shadow-write-todo-file, shadow-insert-var)
7202 (shadow-suffix, shadow-site-match, shadow-expand-file-name)
7203 (shadow-file-match): Fix typos in docstrings.
7204
7205 * terminal.el (terminal-emulator): Fix typo in message.
7206
7207 * emacs-lisp/authors.el (authors-fixed-entries): Fix typo.
7208
7209 * emacs-lisp/lselect.el (x-kill-primary-selection)
7210 (x-delete-primary-selection, x-copy-primary-selection):
7211 Fix typos in error messages.
7212
7213 * emulation/edt-mapper.el: Fix typo in interactive message.
7214
7215 * mail/emacsbug.el (report-emacs-bug): Fix typos in output message.
7216
7217 * textmodes/ispell.el (ispell, ispell-local-dictionary-alist)
7218 (ispell-help): Fix typos in docstrings.
7219 (ispell-help): Fix typo in output message.
7220
7221 * allout.el (allout-adjust-file-variable)
7222 (allout-passphrase-verifier-string)
7223 (allout-passphrase-hint-string)
7224 (allout-toggle-current-subtree-encryption):
7225 * apropos.el (apropos-synonyms):
7226 * cus-edit.el (hook):
7227 * emacs-lock.el (emacs-lock-from-exiting):
7228 * follow.el (follow-avoid-tail-recenter-p):
7229 * hexl.el (hexl-mode):
7230 * mouse-copy.el (mouse-copy-work-around-drag-bug):
7231 * mouse.el (mouse-set-font):
7232 * resume.el (resume-emacs-args-file):
7233 * rfn-eshadow.el (file-name-shadow-tty-properties):
7234 * t-mouse.el (t-mouse-process, t-mouse-mode):
7235 * emacs-lisp/cust-print.el (custom-print-install)
7236 (custom-print-uninstall, custom-format):
7237 * emacs-lisp/shadow.el (list-load-path-shadows):
7238 * emulation/tpu-edt.el (tpu-help-text)
7239 (tpu-save-all-buffers-kill-emacs, tpu-emacs-replace)
7240 (tpu-reset-control-keys):
7241 * emulation/vip.el (vip-emacs-local-map)
7242 (vip-change-mode-to-emacs):
7243 * emulation/viper.el (viper-mode, viper-set-hooks)
7244 (viper-major-mode-modifier-list):
7245 * emulation/viper-init.el (viper-emacs-state-cursor-color):
7246 * emulation/viper-keym.el (viper-emacs-kbd-map)
7247 (viper-toggle-key):
7248 * mail/feedmail.el (feedmail-queue-reminder)
7249 (feedmail-queue-reminder-alist, feedmail-confirm-outgoing)
7250 (feedmail-confirm-outgoing-timeout, feedmail-nuke-bcc)
7251 (feedmail-nuke-resent-bcc, feedmail-fill-to-cc-fill-column)
7252 (feedmail-sender-line, feedmail-force-binary-write)
7253 (feedmail-from-line, feedmail-deduce-envelope-from)
7254 (feedmail-x-mailer-line, feedmail-message-id-generator)
7255 (feedmail-date-generator, feedmail-fiddle-plex-user-list)
7256 (feedmail-enable-spray, feedmail-spray-this-address)
7257 (feedmail-spray-address-fiddle-plex-list, feedmail-enable-queue)
7258 (feedmail-queue-runner-confirm-global)
7259 (feedmail-ask-before-queue-prompt)
7260 (feedmail-ask-before-queue-reprompt)
7261 (feedmail-prompt-before-queue-standard-alist)
7262 (feedmail-prompt-before-queue-user-alist)
7263 (feedmail-prompt-before-queue-help-supplement)
7264 (feedmail-queue-use-send-time-for-message-id)
7265 (feedmail-queue-default-file-slug, feedmail-queue-fqm-suffix)
7266 (feedmail-mail-send-hook-splitter, feedmail-mail-send-hook)
7267 (feedmail-mail-send-hook-queued)
7268 (feedmail-confirm-addresses-hook-example)
7269 (feedmail-last-chance-hook, feedmail-before-fcc-hook)
7270 (feedmail-queue-runner-mode-setter)
7271 (feedmail-queue-alternative-mail-header-separator)
7272 (feedmail-queue-runner-message-sender)
7273 (feedmail-buffer-eating-function, feedmail-binmail-template)
7274 (feedmail-run-the-queue-no-prompts)
7275 (feedmail-run-the-queue-global-prompt)
7276 (feedmail-queue-subject-slug-maker, feedmail-fiddle-header)
7277 (feedmail-envelope-deducer, feedmail-fiddle-date)
7278 (feedmail-default-message-id-generator)
7279 (feedmail-fiddle-message-id, feedmail-fiddle-x-mailer)
7280 (feedmail-fiddle-spray-address, feedmail-deduce-address-list):
7281 * mail/vms-pmail.el (vms-pmail-save-and-exit, vms-pmail-abort)
7282 (vms-pmail-setup):
7283 * play/dunnet.el (dun-help):
7284 * play/handwrite.el (handwrite):
7285 * play/hanoi.el (hanoi-unix-64):
7286 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
7287 * textmodes/enriched.el (fixed):
7288 * textmodes/org.el (org-file-apps)
7289 (org-emphasis-regexp-components, org-emphasis-alist):
7290 * textmodes/texinfmt.el (batch-texinfo-format):
7291 Fix typos in docstrings.
7292
7293 2006-11-05 Juanma Barranquero <lekktu@gmail.com>
7294
7295 * loadhist.el (read-feature): Don't complete features not loaded
7296 from a file (which make `unload-feature' to fail).
7297
7298 2006-11-05 Reiner Steib <Reiner.Steib@gmx.de>
7299
7300 * add-log.el (add-log-time-zone-rule): Mark as safe-local-variable.
7301
7302 2006-11-05 Chong Yidong <cyd@stupidchicken.com>
7303
7304 * startup.el (command-line-1): Kill emacs if the last frame is
7305 deleted while evaluating the command-line arguments.
7306
7307 2006-11-05 Richard Stallman <rms@gnu.org>
7308
7309 * startup.el (init-file-had-error): Add doc string.
7310 (fancy-splash-text, fancy-splash-head, fancy-splash-tail):
7311 Use fixed-width font for keyboard key descriptions.
7312
7313 * cus-edit.el (custom-save-all): Error if saving in .emacs
7314 and it had an error when loaded.
7315
7316 * dired-aux.el (dired-copy-file-recursive): Catch errors
7317 from recursive copies in the loop, around the recursive call.
7318
7319 2006-11-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
7320
7321 * battery.el (battery-linux-proc-acpi): Search an ac_adapter in
7322 `/proc/acpi/ac_adapter/*'. Ditto for the thermometers in
7323 `/proc/acpi/thermal_zone/*'.
7324 (battery-search-for-one-match-in-files): New. Search a regexp in
7325 the content of some files.
7326
7327 2006-11-05 Martin Rudalics <rudalics@gmx.at>
7328
7329 * window.el (mouse-autoselect-window-now): Remove variable.
7330 (mouse-autoselect-window-state): New variable.
7331 (mouse-autoselect-window-start, mouse-autoselect-window-cancel)
7332 (mouse-autoselect-window-select, handle-select-window):
7333 Rewritten to make mouse-autoselect-window-timer a one-shot timer.
7334 Suspend delayed autoselection during menu or popup dialog.
7335
7336 * info-look.el (info-lookup-guess-custom-symbol): New function
7337 for retrieving symbol at point in custom buffers.
7338 (top level) <info-lookup-maybe-add-help>: Add backquote and
7339 comma to ignored characters in regexps of help specifications
7340 for emacs-lisp-mode and lisp-interaction-mode. This permits
7341 looking up symbols in `...' and after a comma. Add help
7342 specifications for custom-mode and help-mode.
7343
7344 2006-11-04 Eli Zaretskii <eliz@gnu.org>
7345
7346 * mail/rmail.el (rmail-redecode-body): New optional argument RAW.
7347 Don't encode body if RAW is non-nil, or if the old encoding is
7348 identical to the new encoding, or if the body contains only
7349 eight-bit-* characters.
7350
7351 2006-11-04 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
7352
7353 * faces.el (faces-sample-overlay, describe-face): Revert last changes.
7354 (faces-sample-overlay): Remove variable.
7355 (describe-face): Insert sample text in the face being described.
7356
7357 2006-11-04 Martin Rudalics <rudalics@gmx.at>
7358
7359 * whitespace.el (whitespace-indent-regexp): Make this match any
7360 multiples of eight spaces near the beginning of a line.
7361 (whitespace-buffer): Use `remove-overlays' instead of
7362 `whitespace-unhighlight-the-space' and `overlay-recenter' to
7363 speed up overlay handling.
7364 (whitespace-buffer-leading, whitespace-buffer-trailing):
7365 Make these functions highlight the text removed by
7366 `whitespace-buffer-leading-cleanup' and
7367 `whitespace-buffer-trailing-cleanup' respectively.
7368 (whitespace-buffer-search): Use `with-local-quit'.
7369 Move `format' out of loop to speed up scanning larger buffers.
7370 (whitespace-unhighlight-the-space): Remove `remove-hook' since
7371 that function is never added to a hook.
7372 (whitespace-spacetab-regexp, whitespace-ateol-regexp)
7373 (whitespace-buffer-leading-cleanup)
7374 (whitespace-refresh-rescan-list): Fix docstrings.
7375
7376 2006-11-03 Ken Manheimer <ken.manheimer@gmail.com>
7377
7378 * allout.el (allout-during-yank-processing): Cue for inhibiting
7379 aberrance processing during yanks.
7380 (allout-doublecheck-at-and-shallower): Reduce the limit to reduce
7381 the amount of yanked topics that can be aberrant.
7382 (allout-do-doublecheck): Encapsulate this multiply-used recipe in
7383 a function, and supplement with inihibition of doublechecking
7384 during yanks.
7385 (allout-beginning-of-line, allout-next-heading)
7386 (allout-previous-heading, allout-goto-prefix-doublechecked)
7387 (allout-back-to-current-heading, allout-next-visible-heading)
7388 (allout-next-sibling): Use new allout-do-doublecheck function.
7389 (allout-next-sibling): Ensure we made progress when returning
7390 other than nil.
7391 (allout-rebullet-heading): Preserve text property annotations
7392 indicating the text was hidden, if it was.
7393 (allout-kill-line): Remove any added was-hidden annotations.
7394 (allout-kill-topic): Remove any added was-hidden annotations.
7395 (allout-annotate-hidden): Inhibit adding was-hidden text
7396 properties to the undo list.
7397 (allout-deannotate-hidden): New function to remove was-hidden
7398 annotation.
7399 (allout-hide-by-annotation): Use new allout-deannotate-hidden.
7400 (allout-remove-exposure-annotation): Replace by
7401 allout-deannotate-hidden.
7402 (allout-yank-processing): Signal that yank processing is happening
7403 with allout-during-yank-processing. Also, wrap
7404 allout-unprotected's closer to the text changes, for easier
7405 debugging. We need to inhibit-field-text-motion explicitly, in
7406 lieu of the encompassing allout-unprotected.
7407 (outlineify-sticky): Adjust criteria for triggering new outline
7408 decorations to presence or absence of any topics, not just a topic
7409 at the beginning of the buffer.
7410
7411 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
7412
7413 * bs.el (bs--show-all, bs--redisplay):
7414 * cus-edit.el (custom-unlispify-menu-entries)
7415 (custom-unlispify-tag-names, custom-prompt-variable):
7416 * expand.el (expand-pos):
7417 * speedbar.el (speedbar-generic-list-tag-p):
7418 * wid-edit.el (widget-image-enable):
7419 * emacs-lisp/checkdoc.el (checkdoc-rogue-space-check-engine):
7420 * emacs-lisp/find-func.el (find-function-noselect)
7421 (find-function, find-variable-noselect, find-variable)
7422 (find-definition-noselect, find-face-definition):
7423 * mail/rmail-spam-filter.el (rsf-scanning-messages-now):
7424 * net/eudc-vars.el (eudc-expansion-overwrites-query):
7425 * progmodes/ada-xref.el (ada-find-in-ali):
7426 * textmodes/flyspell.el (flyspell-check-tex-math-command):
7427 * textmodes/org.el (org-copy-subtree):
7428 * textmodes/table.el (table--row-column-insertion-point-p):
7429 Use "non-nil" in docstrings.
7430
7431 2006-11-03 Mark Davies <mark@mcs.vuw.ac.nz>
7432
7433 * sort.el (sort-columns): Set the field separator to tab; on
7434 NetBSD, sort complains if "\n" is used as field separator.
7435
7436 2006-11-03 NIIMI Satoshi <sa2c@sa2c.net>
7437
7438 * emacs-lisp/pp.el (pp-eval-last-sexp): Evaluate target sexp.
7439
7440 2006-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
7441
7442 * server.el (server-auth-key): Remove. Replace by a process-property.
7443 (server-start): Don't remove the file of the previous process, but
7444 instead clear out the place for the new file.
7445 (server-start): Set the :auth-key property.
7446 (server-process-filter): Use the :auth-key property.
7447
7448 2006-11-02 Carsten Dominik <dominik@science.uva.nl>
7449
7450 * textmodes/org.el (org-mode-map): No longer copy
7451 `outline-mode-map' explicitly - this is already done by
7452 `define-derived-mode'.
7453
7454 2006-11-02 Juanma Barranquero <lekktu@gmail.com>
7455
7456 * server.el (server-visit-files): Use `when'.
7457 (server-process-filter): When authentication fails, send error
7458 message to client. Wrap `process-send-region' in `ignore-errors'
7459 instead of `condition-case', and remove misleading comment.
7460
7461 2006-11-01 Juri Linkov <juri@jurta.org>
7462
7463 * simple.el (yank): Doc fix.
7464
7465 2006-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
7466
7467 * server.el: Try and fit within 80 columns.
7468 (server-start): Make the auth file unreadable by other users.
7469
7470 2006-10-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7471
7472 * battery.el (battery-linux-proc-acpi): Prevent range error when
7473 `full-capacity' is 0.
7474
7475 2006-10-31 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
7476
7477 * faces.el (faces-sample-overlay): New defvar.
7478 (faces-sample-overlay): New function to show face sample text.
7479 (describe-face): Use it.
7480
7481 2006-10-31 Stephen Leake <stephen_leake@stephe-leake.org>
7482
7483 * progmodes/ada-stmt.el: Change maintainer, apply
7484 whitespace-cleanup, checkdoc.
7485 (ada-func-or-proc-name): Add doc string.
7486
7487 * progmodes/ada-prj.el (ada-prj-new): Change maintainer, apply
7488 whitespace-cleanup, checkdoc. Minor improvements to many doc
7489 strings and comments.
7490 (ada-prj-display-page): Change buffer name to more accurately
7491 reflect function.
7492
7493 * progmodes/ada-xref.el: Change maintainer, apply
7494 whitespace-cleanup, checkdoc. Minor improvements to many doc
7495 strings and comments. Don't look for `gvd' or `ddd' debuggers.
7496 (ada-compile-current): Don't add newlines to commands.
7497
7498 2006-10-31 Juanma Barranquero <lekktu@gmail.com>
7499
7500 * server.el: Add support for TCP sockets.
7501 (server-use-tcp, server-host, server-auth-dir): New options.
7502 (server-auth-key): New variable.
7503 (server-ensure-safe-dir): Create nonexistent parent dirs.
7504 Ignore Unix-style file modes on Windows.
7505 (server-start): Crete a TCP or Unix socket according to the value
7506 of `server-use-tcp'. For TCP sockets, create the id/auth file in
7507 `server-auth-dir' directory.
7508 (server-process-filter): Delete process if authentication
7509 fails (which never happens for Unix sockets).
7510
7511 2006-10-30 David Kastrup <dak@gnu.org>
7512
7513 * subr.el (add-to-list): Don't continue checking if a match has
7514 been found.
7515
7516 2006-10-30 Chong Yidong <cyd@stupidchicken.com>
7517
7518 * tutorial.el: Move defvars to avoid bytecomp warnings.
7519 (tutorial--find-changed-keys): Check if viper-current-state is
7520 bound before using it.
7521 (help-with-tutorial): Check if viper-tutorial is defined before
7522 using it.
7523
7524 2006-10-30 Lennart Borgman <lennart.borgman.073@student.lu.se>
7525
7526 * help-fns.el (help-with-tutorial): Move to tutorial.el.
7527
7528 * tutorial.el: New file.
7529 (help-with-tutorial): Move here from help-fns.el. Add help for
7530 rebound keys. Fix resume of tutorial.
7531 (tutorial--describe-nonstandard-key, tutorial--sort-keys)
7532 (tutorial--find-changed-keys, tutorial--display-changes)
7533 (tutorial--saved-dir, tutorial--saved-file)
7534 (tutorial--save-tutorial): New functions to support the changes in
7535 help-with-tutorial.
7536
7537 2006-10-30 Kenichi Handa <handa@m17n.org>
7538
7539 * files.el (revert-buffer): If a unibyte buffer is being reverted
7540 with a coding system for multibyte, set buffer multibyte before
7541 calling insert-file-contents.
7542
7543 2006-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
7544
7545 * server.el (server-select-display): Use a dummy buffer to detect when
7546 the frame is later used.
7547 (server-select-display): New function.
7548 (server-process-filter): Use it to detect unused temp frames.
7549
7550 2006-10-29 Stephen Leake <stephen_leake@stephe-leake.org>
7551
7552 * progmodes/ada-mode.el: Change maintainer, apply
7553 whitespace-clean, checkdoc. Minor improvements to many doc strings.
7554 (ada-mode-version): New function.
7555 (ada-create-menu): Menu operations are available for all supported
7556 compilers.
7557
7558 2006-10-29 Lars Hansen <larsh@soem.dk>
7559
7560 * net/tramp.el (with-parsed-tramp-file-name): Correct debug spec.
7561 Highlight as keyword.
7562 (tramp-do-copy-or-rename-file): Correct data for 'file-already-exists.
7563 Don't call tramp-method-out-of-band-p for local files.
7564 (tramp-touch): Quote file name.
7565
7566 2006-10-28 Glenn Morris <rgm@gnu.org>
7567
7568 * calendar/calendar.el (cal-html-cursor-month)
7569 (cal-html-cursor-year): Add autoloads for this new package.
7570 (calendar-mode-map): Bind cal-html-cursor-month, cal-html-cursor-year.
7571
7572 2006-10-28 Anna M. Bigatti <bigatti@dima.unige.it>
7573
7574 * calendar/cal-html.el: New file.
7575
7576 2006-10-28 Chong Yidong <cyd@stupidchicken.com>
7577
7578 * emacs-lisp/authors.el (authors-aliases): Update.
7579
7580 2006-10-27 Chong Yidong <cyd@stupidchicken.com>
7581
7582 * version.el (emacs-version): Bump version number to 22.0.90.
7583
7584 2006-10-26 John W. Eaton <jwe@octave.org>
7585
7586 * progmodes/octave-inf.el (inferior-octave-has-built-in-variables):
7587 New defvar.
7588 (inferior-octave-resync-dirs): Check to see whether Octave has
7589 built-in variables and set inferior-octave-has-built-in-variables.
7590 Check inferior-octave-has-built-in-variables to decide whether to
7591 send commands that set built-in variables or call functions to
7592 change Octave's behavior.
7593 Send "disp (pwd ())" to Octave instead of just "pwd".
7594 (inferior-octave-startup): Send "more off" to Octave instead of
7595 "page_screen_output = 0".
7596
7597 2006-10-26 Chong Yidong <cyd@stupidchicken.com>
7598
7599 * emacs-lisp/cl-indent.el (lisp-indent-259): Indent nil's in the
7600 pattern normally.
7601
7602 2006-10-26 Nick Roberts <nickrob@snap.net.nz>
7603
7604 * bindings.el (mode-line-mode-menu): Remove bindings for global
7605 minor modes (line/column number) as they are on the menubar.
7606
7607 2006-10-25 Juanma Barranquero <lekktu@gmail.com>
7608
7609 * term/w32-win.el (x-handle-name-switch): Doc fix.
7610 (w32-standard-fontset-spec): Fix typo in docstring.
7611
7612 * midnight.el (midnight-buffer-display-time): Doc fix.
7613 (clean-buffer-list-kill-never-buffer-names): Add "*server*".
7614
7615 2006-10-23 Michael Kifer <kifer@cs.stonybrook.edu>
7616
7617 * emulation/viper-cmd.el (viper-prefix-arg-com): Define gg as G0.
7618
7619 * emulation/viper-ex.el (ex-read): Quote file argument.
7620
7621 * ediff-diff.el (ediff-same-file-contents): Expand file names.
7622
7623 * ediff-mult.el (ediff-append-custom-diff): Quote shell file arguments.
7624
7625 2006-10-22 Martin Rudalics <rudalics@gmx.at>
7626
7627 * textmodes/flyspell.el (flyspell-check-region-doublons):
7628 Fix last fix.
7629
7630 2006-10-23 Nick Roberts <nickrob@snap.net.nz>
7631
7632 * bindings.el (mode-line-mode-menu): List global minor modes
7633 before local ones.
7634
7635 2006-10-23 Kim F. Storm <storm@cua.dk>
7636
7637 * subr.el (add-to-list): Optimize if compare-fn is `eq' or `eql'.
7638 (sit-for): If last command was a prefix arg, add the read-ahead
7639 event to unread-command-events as (t . EVENT) so it will be added
7640 to this-command-keys by read-key-sequence.
7641
7642 2006-10-22 Martin Rudalics <rudalics@gmx.at>
7643
7644 * textmodes/flyspell.el (flyspell-word): Skip past all previous
7645 whitespace when checking doublons.
7646 (flyspell-check-region-doublons): Fix doublon regexp.
7647 (flyspell-highlight-incorrect-region): Highlight doublons using
7648 flyspell-duplicate face.
7649
7650 * progmodes/cperl-mode.el (cperl-invalid-face): Fix defcustom.
7651
7652 2006-10-22 John Wiegley <johnw@newartisans.com>
7653
7654 * progmodes/python.el (python-use-skeletons): python-mode was
7655 auto-inserting templates (for those with abbrev-mode on), not only
7656 by default -- *but without a configuration variable to disable
7657 it*. This rendered python-mode completely useless for me, so I
7658 have added `python-use-skeletons', which is now off by default.
7659
7660 2006-10-22 Chong Yidong <cyd@stupidchicken.com>
7661
7662 * progmodes/cperl-mode.el (cperl-mode): Don't assume
7663 font-lock-multiline is auto-local (it's not).
7664 (cperl-windowed-init): Ensure that cperl-font-lock-multiline is
7665 initialized before calling cperl-init-faces.
7666
7667 2006-10-22 Nick Roberts <nickrob@snap.net.nz>
7668
7669 * progmodes/gdb-ui.el (gdb-info-stack-custom): Don't try to give
7670 gdb-stack-position a value when there is no fringe.
7671
7672 * bindings.el (mode-line-mode-menu): Disable auto-revert-tail-mode
7673 indicator if not visiting a file.
7674
7675 2006-10-20 David Kastrup <dak@gnu.org>
7676
7677 * window.el (kill-buffer-and-window): Fix a bug where an aborted
7678 operation would still cause some window to collapse later.
7679
7680 2006-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
7681
7682 * vc.el (vc-switch-backend): Try to be more careful with unwanted
7683 side-effect due to mixing various backends's file properties.
7684
7685 * vc-svn.el (vc-svn-parse-status): Remove unused arg `localp'.
7686 Add arg `filename' instead. Don't set vc-backend if `filename' is set.
7687 Return `filename's status if applicable. Update callers.
7688
7689 2006-10-19 Kenichi Handa <handa@m17n.org>
7690
7691 * international/kkc.el (kkc-region): When a key sequence is not
7692 defined, append (this-single-command-raw-keys) to
7693 unread-input-method-events.
7694
7695 2006-10-19 Juanma Barranquero <lekktu@gmail.com>
7696
7697 * progmodes/ada-mode.el (ada-in-string-p): Doc fix.
7698
7699 2006-10-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7700
7701 * version.el (emacs-version): Use mac-carbon-version-string.
7702
7703 * term/macterm.el (res-geometry): Apply 2006-10-18 change for x-win.el.
7704
7705 2006-10-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7706
7707 * select.el (ccl-check-utf-8, string-utf-8-p): New functions (by
7708 Kenichi Handa).
7709 (xselect-convert-to-string): Decline requests for UTF8_STRING if
7710 the selection is not UTF-8.
7711
7712 2006-10-18 Juanma Barranquero <lekktu@gmail.com>
7713
7714 * progmodes/ada-mode.el (ada-83-string-keywords)
7715 (ada-last-which-function-line ada-no-auto-case, ada-indent-region)
7716 (ada-which-compiler, ada-align-modes, ada-adjust-case-buffer)
7717 (ada-looking-at-semi-private, ada-get-body-name):
7718 Fix typos in docstrings.
7719 (ada-create-case-exception, ada-create-case-exception-substring):
7720 Fix typos in error messages.
7721 (ada-goto-matching-end, ada-narrow-to-defun): Doc fixes.
7722
7723 2006-10-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7724
7725 * term/x-win.el (res-geometry): Don't set geometry from Xresources
7726 to default-frame-alist if default-frame-alist already contains
7727 width/height.
7728
7729 2006-10-18 Richard Stallman <rms@gnu.org>
7730
7731 * emacs-lisp/pp.el (pp-eval-expression): Use `X' to read value.
7732 Non-interactive arg is the value, not the expression.
7733
7734 * simple.el (read-expression-map): Just set it, no defvar.
7735
7736 * subr.el (insert-for-yank-1): If last inserted char has
7737 properties, mark them as rear-nonsticky.
7738
7739 * recentf.el (recentf-mode): Doc fix.
7740
7741 * facemenu.el (facemenu-add-new-face): Defend against symbol
7742 that isn't a face name.
7743
7744 * dired-aux.el (dired-do-copy): Doc fix.
7745
7746 2006-10-18 Chong Yidong <cyd@stupidchicken.com>
7747
7748 * simple.el (line-move-1): Ignore fields when moving to the
7749 beginning of line to avoid getting point stuck.
7750
7751 2006-10-18 Martin Rudalics <rudalics@gmx.at>
7752
7753 * textmodes/flyspell.el (flyspell-word-search-backward):
7754 Set inhibit-point-motion-hooks to avoid looping due to intangibile
7755 text.
7756
7757 2006-10-16 Richard Stallman <rms@gnu.org>
7758
7759 * help-fns.el (describe-function-1): Special case optimization
7760 for self-insert-command.
7761
7762 2006-10-16 Kim F. Storm <storm@cua.dk>
7763
7764 * ido.el (ido-reread-directory): Work in `dir' mode too.
7765
7766 2006-10-15 Martin Rudalics <rudalics@gmx.at>
7767
7768 * textmodes/table.el: Require 'regexp-opt.
7769
7770 2006-10-15 Lennart Borgman <lennart.borgman.073@student.lu.se>
7771
7772 * progmodes/flymake.el (flymake-get-project-include-dirs-imp):
7773 Use shell-quote-argument.
7774
7775 * shell.el (explicit-bash-args): Likewise.
7776
7777 * progmodes/ada-xref.el (ada-find-in-src-path): Likewise.
7778 Use grep -E rather than egrep.
7779
7780 2006-10-15 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
7781
7782 * ido.el (ido-exhibit): Allow `-', `_', and trailing `$' in user id.
7783
7784 2006-10-15 Kim F. Storm <storm@cua.dk>
7785
7786 * filesets.el (filesets-run-cmd--repl-fn): Use shell-quote-argument.
7787
7788 2006-10-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
7789
7790 * filesets.el (filesets-cmd-shell-command): Quote buffer-file-name
7791 to protect whitespace and metacharacters from the shell.
7792
7793 2006-10-13 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
7794
7795 * apropos.el (apropos-pattern-quoted): Fix a typo in a doc string.
7796
7797 2006-10-13 Eli Zaretskii <eliz@gnu.org>
7798
7799 * subr.el (start-process-shell-command): Doc fix.
7800
7801 2006-10-13 Andrea Russo <rastandy@salug.it> (tiny change)
7802
7803 * info-look.el <maxima-mode, inferior-maxima-mode>: Allow [0-9] in
7804 the regexp for Maxima symbols.
7805
7806 2006-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
7807
7808 * vc-hooks.el (vc-ignore-dir-regexp): Make it into a defcustom.
7809 (vc-find-root): Don't walk higher up than ~.
7810
7811 2006-10-12 Chong Yidong <cyd@stupidchicken.com>
7812
7813 * international/utf-8.el (utf-translate-cjk-load-tables):
7814 Avoid clobbering last-coding-system-used during load.
7815
7816 2006-10-12 Carsten Dominik <dominik@science.uva.nl>
7817
7818 * textmodes/reftex-global.el (reftex-create-tags-file):
7819 Quote file arguments.
7820
7821 2006-10-12 Richard Stallman <rms@gnu.org>
7822
7823 * files.el (file-name-history): Add defvar.
7824 (save-some-buffers-action-alist): Improve description strings.
7825
7826 2006-10-12 Andreas Schwab <schwab@suse.de>
7827
7828 * files.el (auto-mode-alist): Match change log file name also with
7829 a dash before a numeric extension.
7830
7831 2006-10-11 Ilya Zakharevich <ilyaz@cpan.org>
7832
7833 * progmodes/cperl-mode.el: Merge from upstream, upto version 5.22.
7834 After 5.0:
7835 (cperl-add-tags-recurse-noxs-fullpath): New function (for -batch mode).
7836
7837 After 5.1: Major edit. Summary of most visible changes:
7838
7839 - Multiple <<HERE per line allowed.
7840 - Handles multiline subroutine declaration headers (with comments).
7841 (The exception is `cperl-etags' - but it is not used in the rest
7842 of the mode.)
7843 - Fontifies multiline my/our declarations (even with comments,
7844 and with legacy `font-lock').
7845 - Major speedup of syntaxification, both immediate and postponed
7846 (3.5x to 15x [for different CPUs and versions of Emacs] on the
7847 huge real-life document I tested).
7848 - New bindings, edits to imenu.
7849 - "_" is made into word-char during fontification/syntaxification;
7850 some attempts to recognize non-word "_" during other operations too.
7851 - Detect bug in Emacs with `looking-at' inside `narrow' and bulk out.
7852 - autoload some more perldoc-related stuff
7853 - New convenience features: ISpell POD/HEREDOCs, narrow-to-HEREDOC.
7854 - Attempt to incorporate XEmacs edits which reached me.
7855
7856 Fine-grained changelog:
7857 (cperl-hook-after-change): New configuration variable.
7858 (cperl-vc-sccs-header): Likewise.
7859 (cperl-vc-sccs-header): Likewise.
7860 (cperl-vc-header-alist): Default via two preceding variables.
7861 (cperl-invalid-face): Remove double quoting under XEmacs
7862 (still needed under 21.2).
7863 (cperl-tips): Update URLs for resources.
7864 (cperl-problems): Likewise.
7865 (cperl-praise): Mention new features.
7866 New C-c key bindings: for `cperl-find-bad-style',
7867 `cperl-pod-spell', `cperl-here-doc-spell', `cperl-narrow-to-here-doc',
7868 `cperl-perdoc', and `cperl-perldoc-at-point'.
7869 CPerl Mode menu changes: "Fix style by spaces", "Imenu on Perl Info"
7870 moved, new submenu of Tools with Ispell entries and narrowing.
7871 (cperl-after-sub-regexp): New defsubst.
7872 (cperl-imenu--function-name-regexp-perl): Use `cperl-after-sub-regexp'.
7873 Allows heads up to head4.
7874 Allow "package;".
7875 (defun-prompt-regexp): Use `cperl-after-sub-regexp'.
7876 (paren-backwards-message): ??? Something for XEmacs???
7877 (cperl-mode): Never auto-switch abbrev-mode off.
7878 Try to allow '_' be non-word char.
7879 Do not use `font-lock-unfontify-region-function' on XEmacs.
7880 Reset syntax cache on mode start.
7881 Support multiline facification (even on legacy `font-lock').
7882 (cperl-facemenu-add-face-function): ??? Some contributed code ???
7883 (cperl-after-change-function): Since `font-lock' and `lazy-lock'
7884 refuse to inform us whether the fontification is due to lazy
7885 calling or due to edit to a buffer, install our own hook
7886 (controlled by `cperl-hook-after-change').
7887 (cperl-electric-pod): =cut may have been recognized as start.
7888 (cperl-block-p): Move, updated for attributes.
7889 (cperl-calculate-indent): Try to allow '_' be non-word char
7890 Support subs with attributes.
7891 (cperl-where-am-i): Quiet (?) a warning.
7892 (cperl-cached-syntax-table): New function.
7893 (cperl-forward-re): Use `cperl-cached-syntax-table'.
7894 (cperl-unwind-to-safe): Recognize `syntax-type' property
7895 changing in a middle of line.
7896 (cperl-find-sub-attrs): New function.
7897 (cperl-find-pods-heres): Allow many <<EOP per line.
7898 Allow subs with attributes.
7899 Major speedups (3.5x..15x on a real-life test file nph-proxy.pl).
7900 Recognize "extproc " (OS/2) case-folded and only at start.
7901 /x on s///x with empty replacement was not recognized.
7902 Better comments.
7903 (cperl-after-block-p): Remarks on diff with `cperl-block-p'.
7904 Allow subs with attributes, labels.
7905 Do not confuse "else::foo" with "else".
7906 Minor optimizations...
7907 (cperl-after-expr-p): Try to allow '_' be non-word char.
7908 (cperl-fill-paragraph): Try to detect a major bug in Emacs
7909 with `looking-at' inside `narrow' and bulk out if found.
7910 (cperl-imenu--create-perl-index): Updates for new
7911 `cperl-imenu--function-name-regexp-perl'.
7912 (cperl-outline-level): Likewise.
7913 (cperl-init-faces): Allow multiline subroutine headers
7914 and my/our declarations, and ones with comments.
7915 Allow subroutine attributes.
7916 (cperl-imenu-on-info): Better docstring.
7917 (cperl-etags): Rudimentary support for attributes.
7918 Support for packages and "package;".
7919 (cperl-add-tags-recurse-noxs): Better (?) docstring.
7920 (cperl-add-tags-recurse-noxs-fullpath): Likewise.
7921 (cperl-tags-hier-init): Misprint for `fboundp' fixed.
7922 (cperl-not-bad-style-regexp): Try to allow '_' be non-word char.
7923 (cperl-perldoc): Add autoload.
7924 (cperl-perldoc-at-point): Likewise.
7925 (cperl-here-doc-spell): New function.
7926 (cperl-pod-spell): Likewise.
7927 (cperl-map-pods-heres): Likewise.
7928 (cperl-get-here-doc-region): Likewise.
7929 (cperl-font-lock-fontify-region-function): Likewise (backward
7930 compatibility for legacy `font-lock').
7931 (cperl-font-lock-unfontify-region-function): Fix style.
7932 (cperl-fontify-syntaxically): Recognize and optimize away deferred
7933 calls with no-change. Governed by `cperl-hook-after-change'.
7934 (cperl-fontify-update): Recognize that syntaxification region
7935 can be larger than fontification one.
7936 XXXX we leave `cperl-postpone' property, so this is quadratic...
7937 (cperl-fontify-update-bad): Temporary placeholder until
7938 it is clear how to implement `cperl-fontify-update'.
7939 (cperl-time-fontification): New function.
7940 (attrib-group): New text attribute.
7941 (multiline): New value: `syntax-type' text attribute.
7942
7943 After 5.2:
7944 (cperl-emulate-lazy-lock): New function.
7945 (cperl-fontify-syntaxically): Would skip large regions.
7946 Add `cperl-time-fontification', `cperl-emulate-lazy-lock' to menu.
7947 Some globals were declared, but uninitialized.
7948
7949 After 5.3, 5.4:
7950 (cperl-facemenu-add-face-function): Add docs, fix U<>.
7951 Copyright message updated.
7952 (cperl-init-faces): Work around a bug in `font-lock'. May slow
7953 facification down a bit.
7954 Misprint for my|our|local for old `font-lock'
7955 "our" was not fontified same as "my|local".
7956 Highlight variables after "my" etc even in
7957 a middle of an expression.
7958 Do not facify multiple variables after my etc
7959 unless parentheses are present.
7960
7961 After 5.5, 5.6
7962 (cperl-fontify-syntaxically): after-change hook could reset.
7963 (cperl-syntax-done-to) to a middle of line; unwind to BOL.
7964
7965 After 5.7:
7966 (cperl-init-faces): Allow highlighting of local ($/).
7967 (cperl-problems-old-emaxen): New variable (for the use of DOCSTRING).
7968 (cperl-problems): Remove fixed problems.
7969 (cperl-find-pods-heres): Recognize #-comments in m##x too.
7970 Recognize charclasses (unless delimiter is \).
7971 (cperl-fontify-syntaxically): Unwinding to safe was done in wrong order.
7972 (cperl-regexp-scan): Update docs.
7973 (cperl-beautify-regexp-piece): Use information got from regexp scan.
7974
7975 After 5.8:
7976 Major user visible changes:
7977 Recognition and fontification of character classes in RExen.
7978 Variable indentation of RExen according to groups.
7979
7980 (cperl-find-pods-heres): Recognize POSIX classes in REx charclasses.
7981 Fontify REx charclasses in variable-name face.
7982 Fontify POSIX charclasses in "type" face.
7983 Fontify unmatched "]" in function-name face.
7984 Mark first-char of HERE-doc as `front-sticky'.
7985 Reset `front-sticky' property when needed.
7986 (cperl-calculate-indent): Indents //x -RExen accordning to parens level.
7987 (cperl-to-comment-or-eol): Recognize ends of `syntax-type' constructs.
7988 (cperl-backward-to-noncomment): Recognize stringy `syntax-type'
7989 constructs. Support `narrow'ed buffers.
7990 (cperl-praise): Remove a reservation.
7991 (cperl-make-indent): New function.
7992 (cperl-indent-for-comment): Use `cperl-make-indent'.
7993 (cperl-indent-line): Likewise.
7994 (cperl-lineup): Likewise.
7995 (cperl-beautify-regexp-piece): Likewise.
7996 (cperl-contract-level): Likewise.
7997 (cperl-toggle-set-debug-unwind): New function.
7998 New menu entry for this.
7999 (fill-paragraph-function): Use when `boundp'.
8000 (cperl-calculate-indent): Take into account groups when indenting RExen.
8001 (cperl-to-comment-or-eol): Recognize # which end a string.
8002 (cperl-modify-syntax-type): Make only syntax-table property non-sticky.
8003 (cperl-fill-paragraph): Return t: needed for `fill-paragraph-function'.
8004 (cperl-fontify-syntaxically): More clear debugging message.
8005 (cperl-pod2man-build-command): Check (XEmacs) `Man-filter-list'.
8006 (cperl-init-faces): More complicated highlight even on XEmacs (new).
8007 Merge cosmetic changes from XEmacs.
8008
8009 After 5.9:
8010 (cperl-1+): Move to before the first use.
8011 (cperl-1-): Likewise.
8012
8013 After 5.10:
8014
8015 This code may lock Emacs hard!!! Use at your own risk!
8016
8017 (cperl-font-locking): New internal variable.
8018 (cperl-beginning-of-property): New function.
8019 (cperl-calculate-indent): Use `cperl-beginning-of-property'
8020 instead of `previous-single-property-change'.
8021 (cperl-unwind-to-safe): Likewise.
8022 (cperl-after-expr-p): Likewise.
8023 (cperl-get-here-doc-region): Likewise.
8024 (cperl-font-lock-fontify-region-function): Likewise.
8025 (cperl-to-comment-or-eol): Do not call `cperl-update-syntaxification'
8026 recursively.
8027 Bound `next-single-property-change' via `point-max'.
8028 (cperl-unwind-to-safe): Bound likewise
8029 (cperl-font-lock-fontify-region-function): Likewise.
8030 (cperl-find-pods-heres): Mark as recursive for `cperl-to-comment-or-eol'
8031 Initialization of `cperl-font-lock-multiline-start' could be
8032 missed if the "main" fontification did not run due to the
8033 keyword being already fontified.
8034 (cperl-pod-spell): Return t from do-one-chunk function.
8035 (cperl-map-pods-heres): Stop when the worker returns nil.
8036 Call `cperl-update-syntaxification'.
8037 (cperl-get-here-doc-region): Call `cperl-update-syntaxification'.
8038 (cperl-get-here-doc-delim): Remove unused function.
8039
8040 After 5.11:
8041
8042 The possible lockup of Emacs (introduced in 5.10) fixed.
8043
8044 (cperl-unwind-to-safe): `cperl-beginning-of-property' won't return nil.
8045 (cperl-syntaxify-for-menu): New customization variable.
8046 (cperl-select-this-pod-or-here-doc): New function.
8047 (cperl-get-here-doc-region): Extra argument.
8048 Do not adjust pos by 1.
8049
8050 New menu entries
8051 (Perl/Tools): Selection of current POD or HERE-DOC section.
8052 (Debugging CPerl:) backtrace on fontification.
8053
8054 After 5.12:
8055 (cperl-cached-syntax-table): Use `car-safe'.
8056 (cperl-forward-re): Remove spurious argument SET-ST.
8057 Add documentation.
8058 (cperl-forward-group-in-re): New function.
8059 (cperl-find-pods-heres): Find and highlight (?{}) blocks in RExen
8060 (XXXX Temporary (?) hack is to syntax-mark them as comment).
8061
8062 After 5.13:
8063 (cperl-string-syntax-table): Make { and } not-grouping
8064 (Sometimes they ARE grouping in RExen, but matching them would only
8065 confuse in many situations when they are not)
8066 (beginning-of-buffer): Replace two occurrences with goto-char...
8067 (cperl-calculate-indent): `char-after' could be nil...
8068 (cperl-find-pods-heres): REx can start after "[" too.
8069 Hightlight (??{}) in RExen too.
8070 (cperl-maybe-white-and-comment-rex): New constant
8071 (cperl-white-and-comment-rex): Likewise.
8072 XXXX Not very efficient, but hard to make
8073 better while keeping 1 group.
8074
8075 After 5.13:
8076 (cperl-find-pods-heres): $foo << identifier() is not a HERE-DOC.
8077 Likewise for 1 << identifier.
8078
8079 After 5.14:
8080 (cperl-find-pods-heres): Different logic for $foo .= <<EOF etc.
8081 Error-less condition-case could fail.
8082 (cperl-font-lock-fontify-region-function): Likewise.
8083 (cperl-init-faces): Likewise.
8084
8085 After 5.15:
8086 (cperl-find-pods-heres): Support property REx-part2.
8087 (cperl-calculate-indent): Likewise.
8088 Don't special-case REx with non-empty 1st line.
8089 (cperl-find-pods-heres): In RExen, highlight non-literal backslashes.
8090 Invert highlighting of charclasses:
8091 now the envelop is highlighted.
8092 Highlight many others 0-length builtins.
8093 (cperl-praise): Mention indenting and highlight in RExen.
8094
8095 After 5.15:
8096 (cperl-find-pods-heres): Highlight capturing parens in REx.
8097
8098 After 5.16:
8099 (cperl-find-pods-heres): Highlight '|' for alternation
8100 Initialize `font-lock-warning-face' if not present.
8101 (cperl-find-pods-heres): Use `font-lock-warning-face' instead of
8102 `font-lock-function-name-face'.
8103 (cperl-look-at-leading-count): Likewise.
8104 (cperl-find-pods-heres): Localize `font-lock-variable-name-face',
8105 `font-lock-keyword-face' (needed for
8106 batch processing), etc...
8107 Use `font-lock-builtin-face' for builtin in REx
8108 Now `font-lock-variable-name-face'
8109 is used for interpolated variables
8110 Use "talking aliases" for faces inside REx
8111 Highlight parts of REx (except in charclasses)
8112 according to the syntax and/or semantic
8113 Syntax-mark a {}-part of (?{}) as "comment"
8114 (it was the ()-part)
8115 Better logic to distinguish what is what in REx
8116 (cperl-tips-faces): Document REx highlighting
8117 (cperl-praise): Mention REx syntax highlight etc.
8118
8119 After 5.17:
8120 (cperl-find-sub-attrs): Would not always manage to print error message.
8121 (cperl-find-pods-heres): Localize `font-lock-constant-face'.
8122
8123 After 5.18:
8124 (cperl-find-pods-heres): Misprint in REx for parsing REx.
8125 Very minor optimization.
8126 `my-cperl-REx-modifiers-face' got quoted.
8127 Recognize "print $foo <<END" as HERE-doc.
8128 Put `REx-interpolated' text attribute if needed.
8129 (cperl-invert-if-unless-modifiers): New function.
8130 (cperl-backward-to-start-of-expr): Likewise.
8131 (cperl-forward-to-end-of-expr): Likewise.
8132 (cperl-invert-if-unless): Works in "the opposite way" too.
8133 Cursor position on return is on the switch-word.
8134 Indents comments better.
8135 (REx-interpolated): New text attribute.
8136 (cperl-next-interpolated-REx): New function.
8137 (cperl-next-interpolated-REx-0): Likewise.
8138 (cperl-next-interpolated-REx-1): Likewise.
8139 "\C-c\C-x", "\C-c\C-y", "\C-c\C-v": New keybinding for these functions.
8140 Perl/Regexp menu: 3 new entries for `cperl-next-interpolated-REx'.
8141 (cperl-praise): Mention finded interpolated RExen.
8142
8143 After 5.19:
8144 (cperl-init-faces): Highlight %$foo, @$foo too.
8145 (cperl-short-docs): Better docs for system, exec.
8146 (cperl-find-pods-heres): Better detect << after print {FH} <<EOF etc.
8147 Would not find HERE-doc ended by EOF without NL.
8148 (cperl-short-docs): Correct not-doubled \-escapes.
8149 start block: Put some `defvar' for stuff gone from XEmacs.
8150
8151 After 5.20:
8152 initial comment: Extend copyright, fix email address.
8153 (cperl-indent-comment-at-column-0): New customization variable.
8154 (cperl-comment-indent): Indentation after $#a would increasy by 1.
8155 (cperl-mode): Make `defun-prompt-regexp' grok BEGIN/END etc.
8156 (cperl-find-pods-heres): Mark CODE of s///e as `syntax-type' `multiline'
8157 (cperl-at-end-of-expr): Would fail if @BAR=12 follows after ";".
8158 (cperl-init-faces): If `cperl-highlight-variables-indiscriminately'
8159 highlight $ in $foo too (UNTESTED).
8160 (cperl-set-style): Docstring missed some available styles.
8161 toplevel: Menubar/Perl/Indent-Styles had FSF, now K&R.
8162 Change "Current" to "Memorize Current".
8163 (cperl-indent-wrt-brace): New customization variable; the default is
8164 as for pre-5.2 version.
8165 (cperl-styles-entries): Keep `cperl-extra-newline-before-brace-multiline'.
8166 (cperl-style-alist): Likewise.
8167 (cperl-fix-line-spacing): Support `cperl-merge-trailing-else' being nil,
8168 and `cperl-extra-newline-before-brace' etc
8169 being t
8170 (cperl-indent-exp): Plans B and C to find continuation blocks even
8171 if `cperl-extra-newline-before-brace' is t.
8172
8173 After 5.21:
8174 Improve some docstrings concerning indentation.
8175 (cperl-indent-rules-alist): New variable.
8176 (cperl-sniff-for-indent): New function name
8177 (separated from `cperl-calculate-indent').
8178 (cperl-calculate-indent): Separate the sniffer and the indenter;
8179 uses `cperl-sniff-for-indent' now.
8180 (cperl-comment-indent): Test for `cperl-indent-comment-at-column-0'
8181 was inverted;
8182 Support `comment-column' = 0.
8183
8184 2006-10-11 Martin Rudalics <rudalics@gmx.at>
8185
8186 * dnd.el (dnd-handle-one-url): Fix typo in doc-string.
8187 * help-at-pt.el (scan-buf-move-to-region): Likewise.
8188 * longlines.el (longlines-window-change-function): Likewise.
8189 * simple.el (undo-ask-before-discard): Likewise.
8190 * wid-edit.el (widget-field-prompt-internal)
8191 (widget-documentation-link-p): Likewise.
8192
8193 2006-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
8194
8195 * progmodes/sh-script.el (sh-get-kw): | is not among the allowed chars
8196 for a keyword.
8197
8198 2006-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
8199
8200 * newcomment.el (comment-valid-prefix-p): Make the check
8201 more thorough. From an idea by Martin Rudalics <rudalics@gmx.at>.
8202 (comment-indent-new-line): Adjust call.
8203
8204 2006-10-09 Ken Manheimer <ken.manheimer@gmail.com>
8205
8206 * allout.el (allout-back-to-current-heading): Base on lower-level
8207 routines to get proper disqualification of aberrant topics.
8208
8209 2006-10-09 Richard Stallman <rms@gnu.org>
8210
8211 * textmodes/two-column.el (2C-two-columns): Doc fix.
8212
8213 2006-10-09 Kim F. Storm <storm@cua.dk>
8214
8215 * shell.el (explicit-csh-args, explicit-bash-args): Add comment
8216 about implicit use.
8217
8218 2006-10-08 Richard Stallman <rms@gnu.org>
8219
8220 * textmodes/two-column.el (2C-two-columns): Doc fix.
8221
8222 2006-10-08 Reiner Steib <Reiner.Steib@gmx.de>
8223
8224 * files.el: Mark `buffer-read-only' as safe-local-variable.
8225
8226 2006-10-08 Nick Roberts <nickrob@snap.net.nz>
8227
8228 * progmodes/gdb-ui.el (gdb-speedbar-expand-node):
8229 Burp if GUD buffer has been killed.
8230
8231 2006-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
8232
8233 * completion.el (add-completions-from-c-buffer):
8234 Don't presume an error's second element is a string.
8235 Use looking-at rather than buffer-substring + member.
8236
8237 2006-10-07 Eli Zaretskii <eliz@gnu.org>
8238
8239 * mail/rmail.el (rmail-redecode-body): If the old encoding is
8240 `undecided', call find-coding-systems-region to find a proper
8241 non-trivial encoding.
8242 (rmail-mime-charset-pattern): Allow a TAB between "Content-Type"
8243 and "text/plain".
8244
8245 2006-10-07 Kevin Ryde <user42@zip.com.au>
8246
8247 * textmodes/reftex-vars.el (defgroup reftex): Update home page
8248 url-link.
8249
8250 * strokes.el (defgroup strokes): Remove invalid url-link.
8251
8252 2006-10-07 Magnus Henoch <mange@freemail.hu>
8253
8254 * autoinsert.el (auto-insert-alist): Doc fix.
8255
8256 2006-10-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
8257
8258 * mouse-sel.el (mouse-insert-selection-internal):
8259 Use insert-for-yank, so that yank handlers are run.
8260
8261 2006-10-07 Kim F. Storm <storm@cua.dk>
8262
8263 * ido.el (ido-file-extension-aux): Fix comparison.
8264
8265 2006-10-06 Kim F. Storm <storm@cua.dk>
8266
8267 * ido.el (ido-wide-find-dirs-or-files): Use shell-quote-argument.
8268
8269 2006-10-05 Juanma Barranquero <lekktu@gmail.com>
8270
8271 * emacs-lisp/advice.el (ad-remove-advice, ad-parse-arglist)
8272 (ad-make-mapped-call): Use `let', not `let*'.
8273
8274 2006-10-05 Chong Yidong <cyd@stupidchicken.com>
8275
8276 * international/mule-cmds.el (coding-system-change-eol-conversion):
8277 Ensure the coding system is initialized before calling
8278 coding-system-eol-type.
8279
8280 2006-10-04 Carsten Dominik <dominik@science.uva.nl>
8281
8282 * textmodes/org.el (org-rm-props, org-activate-plain-links)
8283 (org-activate-angle-links, org-activate-dates)
8284 (org-activate-target-links, org-activate-camels)
8285 (org-activate-tags): Add `rear-nonsticky' text property to avoid
8286 textproperty keymaps from being active beyond the end of a line.
8287 (org-unfontify-region): Also remove `rear-nonsticky' property.
8288
8289 2006-10-04 Kenichi Handa <handa@m17n.org>
8290
8291 * international/code-pages.el (next): Table fixed.
8292
8293 2006-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
8294
8295 * progmodes/sh-script.el (sh-prev-thing): Remove (forward-char 1) now
8296 that it's been made unnecessary by removing narrowing.
8297
8298 2006-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
8299
8300 * progmodes/sh-script.el (sh-prev-thing): Massage to untangle the
8301 control flow a bit, simplify another bit, and add comments.
8302
8303 2006-10-03 David Kastrup <dak@gnu.org>
8304
8305 * help.el (describe-mode): For clicks on mode-line, use "@"
8306 interactive argument to get the major mode of the click instead of
8307 the current buffer.
8308
8309 * isearch.el (isearch-mouse-2): Use new semantics of `key-binding'
8310 in order to better redirect mouse-2 clicks. Also allow default
8311 bindings to apply.
8312
8313 2006-10-03 Kim F. Storm <storm@cua.dk>
8314
8315 * emacs-lisp/cl.el (pushnew-internal): Remove defvar.
8316 (pushnew): Fix last change.
8317
8318 2006-10-03 Denis St\e,A|\e(Bnkel <dstuenkel@googlemail.com> (tiny change)
8319
8320 * ibuf-ext.el (eval, view-and-eval) <define-ibuffer-op>:
8321 Use the interactive spec of `eval-expression'.
8322
8323 2006-10-02 Michael Welsh Duggan <md5i@cs.cmu.edu>
8324
8325 * progmodes/sh-script.el (sh-prev-thing): Fix last change.
8326
8327 2006-10-02 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
8328
8329 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo in
8330 2006-09-28 commit.
8331
8332 2006-10-02 Kenichi Handa <handa@m17n.org>
8333
8334 * international/code-pages.el (iso-8859-6): Table fixed.
8335
8336 2006-10-01 Chris Moore <christopher.ian.moore@gmail.com>
8337
8338 * dired.el (dired-build-subdir-alist): Fix previous change.
8339
8340 2006-10-01 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
8341
8342 * simple.el (undo-elt-crosses-region): Fix the inequalities.
8343
8344 2006-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
8345
8346 * emacs-lisp/find-func.el (find-function-regexp): Don't match
8347 "define-button-type".
8348
8349 * pcvs.el (cvs-update-header): Fix handling of extra newlines so that
8350 they don't keep accumulating.
8351
8352 2006-10-01 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
8353
8354 * ffap.el (ffap-rfc-path): Change the address of the RFC
8355 repository to ftp.rfc-editor.org, as ds.internic.net seems to be gone.
8356
8357 2006-10-01 Stephen Berman <Stephen.Berman@gmx.net>
8358
8359 * allout.el (allout-expose-topic): Rectify implementation of "+"
8360 spec, so that bodies are not exposed with headlines.
8361
8362 2006-10-01 Ken Manheimer <ken.manheimer@gmail.com>
8363
8364 * allout.el (allout-current-depth): Do aberrent check only at or
8365 below doublecheck depth.
8366 (allout-chart-subtree): Make it explicit that LEVELS being nil
8367 means unlimited depth. Drop undocumented support for LEVELS value
8368 t meaning unlimited depth. (This is consistent with
8369 allout-chart-to-reveal, but contrary to allout-show-children,
8370 which needs to use nil to default to depth of 1.)
8371 (allout-goto-prefix-doublechecked): Wrap long docstring line.
8372 (allout-chart-to-reveal): Be explicit in docstring about meaning
8373 of nil LEVELS, and drop support for LEVELS value t.
8374 (allout-show-children): Translate the level spec used by this
8375 routine to that used by allout-chart-subtree and
8376 allout-chart-to-reveal.
8377 (allout-show-to-offshoot): Retry once when stuck, after opening
8378 subtree - improvements in discontinuity handling likely will
8379 enable progress.
8380
8381 2006-09-30 Chong Yidong <cyd@stupidchicken.com>
8382
8383 * wid-edit.el (widget-button-click-moves-point): New variable.
8384 (widget-button-click): If widget-button-click-moves-point is
8385 non-nil, set point after performing the button action.
8386
8387 * cus-edit.el (custom-mode): Set widget-button-click-moves-point.
8388
8389 2006-09-30 Martin Rudalics <rudalics@gmx.at>
8390
8391 * files.el (find-file-existing): Modify to not allow wildcards.
8392
8393 2006-09-30 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
8394
8395 * simple.el (undo-more): When undo information for the region is
8396 exhausted, say "No further undo information FOR REGION".
8397
8398 2006-09-30 Michael Welsh Duggan <md5i@cs.cmu.edu>
8399
8400 * progmodes/sh-script.el (sh-prev-thing):
8401 Take `sh-leading-keywords' into account.
8402
8403 2006-09-29 Glenn Morris <rgm@gnu.org>
8404
8405 * custom.el (defcustom): Doc fix.
8406
8407 * calendar/calendar.el (european-calendar-style):
8408 Call european-calendar or american-calendar as needed when set.
8409 (diary-view-entries, list-calendar-holidays): Move autoloads
8410 before use.
8411
8412 2006-09-29 Juri Linkov <juri@jurta.org>
8413
8414 * progmodes/cperl-mode.el (cperl-after-expr-p): Don't move point
8415 to nil if there is no previous property change.
8416
8417 2006-09-29 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
8418
8419 * cus-edit.el (custom-save-all): Switch to emacs-lisp mode before
8420 saving anything to be sure that `forward-sexp' behaves correctly.
8421
8422 2006-09-29 Chong Yidong <cyd@stupidchicken.com>
8423
8424 * simple.el (line-move-finish): Ignore field boundaries if the
8425 initial and final points have the same `field' property.
8426
8427 2006-09-29 Kim F. Storm <storm@cua.dk>
8428
8429 * ido.el (ido-file-internal): Only bind minibuffer-completing-file-name
8430 to t while calling ido-read-internal.
8431
8432 2006-09-29 Carsten Dominik <dominik@science.uva.nl>
8433
8434 * textmodes/org.el (org-file-remote-p): Get regexp from list.
8435 (org-archive-subtree): Remove erraneous `]' from character list.
8436
8437 2006-09-28 Jonathan Yavner <jyavner@member.fsf.org>
8438
8439 * ses.el (ses-in-print-area, ses-goto-data, ses-load)
8440 (ses-reconstruct-all): Make undo of "insert row" work by keeping
8441 markers for data-area and parameters-area.
8442
8443 2006-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
8444
8445 * progmodes/make-mode.el (makefile-mode): Don't disable jit-lock.
8446
8447 * font-lock.el (font-lock-after-change-function): Refontify next line
8448 as well if end is at BOL.
8449 (font-lock-extend-jit-lock-region-after-change): Be more careful to
8450 only extend the region as much as needed.
8451
8452 2006-09-28 Richard Stallman <rms@gnu.org>
8453
8454 * comint.el (comint-mode): Bind font-lock-defaults non-nil.
8455
8456 * subr.el (insert-for-yank-1): Handle `font-lock-face' specially.
8457
8458 * international/mule.el (after-insert-file-set-coding):
8459 If VISIT, don't let set-buffer-multibyte make undo info.
8460
8461 2006-09-28 Osamu Yamane <yamane@green.ocn.ne.jp> (tiny change)
8462
8463 * mail/smtpmail.el (smtpmail-try-auth-methods): Do not break long
8464 lines in base64-encoded authentication response.
8465
8466 2006-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8467
8468 * progmodes/ebnf2ps.el: Doc fix. Implement arrow spacing and scaling.
8469 (ebnf-version): New version 4.3.
8470 (ebnf-arrow-extra-width, ebnf-arrow-scale): New options.
8471 (ebnf-prologue): Adjust PostScript programming.
8472 (ebnf-begin-file, ebnf-insert-ebnf-prologue, ebnf-terminal-dimension1)
8473 (ebnf-repeat-dimension, ebnf-except-dimension): Adjust code.
8474
8475 2006-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
8476
8477 * jit-lock.el (jit-lock-force-redisplay): Rename from
8478 jit-lock-fontify-again, and undo the mistaken change I've just done.
8479
8480 * jit-lock.el (jit-lock-fontify-now): Don't fontify the empty text.
8481 (jit-lock-fontify-again): Don't refontify text that's not displayed.
8482
8483 2006-09-26 Kenichi Handa <handa@m17n.org>
8484
8485 * startup.el (display-splash-screen): Allow a prefix argument.
8486
8487 2006-09-25 Jason Rumney <jasonr@gnu.org>
8488
8489 * subr.el (shell-quote-argument): Use DOS logic for Windows
8490 shells with DOS semantics.
8491
8492 2006-09-24 Richard Stallman <rms@gnu.org>
8493
8494 * progmodes/compile.el (compilation-goto-locus-delete-o): New fn.
8495 (compilation-goto-locus): Use compilation-goto-locus-delete-o
8496 to delete the overlay. Put it on pre-command-hook.
8497
8498 * emacs-lisp/timer.el (timer-max-repeats): Doc fix.
8499
8500 * startup.el (fancy-splash-screens, normal-splash-screen):
8501 Call the splash buffer *About GNU Emacs*.
8502
8503 * simple.el (next-error-highlight, next-error-highlight-no-select):
8504 Default to 0.5.
8505 (yank-excluded-properties): Add `fontified'.
8506
8507 * font-lock.el (font-lock-compile-keywords): Allow value of
8508 syntax-begin-function to enable paren-column-0 highlighting.
8509
8510 2006-09-24 Chris Moore <christopher.ian.moore@gmail.com>
8511
8512 * dired.el (dired-build-subdir-alist): When file ends in colon,
8513 don't exit the loop, just disregard that file.
8514
8515 2006-09-24 Chong Yidong <cyd@stupidchicken.com>
8516
8517 * simple.el (line-move-finish): Handle corner case for fields in
8518 continued lines.
8519 (line-move-1): Remove flawed test for that case.
8520
8521 2006-09-24 Ken Manheimer <ken.manheimer@gmail.com>
8522
8523 * icomplete.el (icomplete-simple-completing-p): Use the correct
8524 name for the new variable, `icomplete-with-completion-tables'.
8525 (file local variables): Remove superfluous setting.
8526
8527 2006-09-23 Jeff Miller <jmiller@cablespeed.com> (tiny change)
8528
8529 * calendar/appt.el (appt-check): Fix typo for appointments just
8530 after midnight.
8531
8532 2006-09-23 Chong Yidong <cyd@stupidchicken.com>
8533
8534 * help.el (describe-key-briefly, describe-key): Don't expect an
8535 extra up event if a down-event is generated by a popup menu.
8536
8537 2006-09-23 Michal Nazarewicz <mnazarewicz@gmail.com> (tiny change)
8538
8539 * textmodes/ispell.el (ispell-change-dictionary): Don't check the
8540 local dictionary when changing the global dictionary.
8541
8542 2006-09-23 Ken Manheimer <ken.manheimer@gmail.com>
8543
8544 * icomplete.el (icomplete-with-completion-tables): List of
8545 specialized completion tables with which icomplete should
8546 operate. Include the new `internal-complete-buffer', so icomplete
8547 works with interactive buffer-selection.
8548 (icomplete-simple-completing-p): Add acceptance of specialized
8549 completion tables listed in icomplete-with-completion-tables.
8550
8551 2006-09-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8552
8553 * frame.el (focus-follows-mouse): Set default to nil on Mac.
8554
8555 * startup.el (command-line): Use `custom-reevaluate-setting' for
8556 `focus-follows-mouse'.
8557
8558 2006-09-22 Richard Stallman <rms@gnu.org>
8559
8560 * cus-edit.el (custom-buffer-create-internal): In `emacs -q',
8561 explain why Save is not available.
8562
8563 2006-09-22 Juanma Barranquero <lekktu@gmail.com>
8564
8565 * woman.el (woman0-so): Use `let*', not `let'.
8566 (woman-horizontal-line): Remove unbalanced parenthesis.
8567
8568 2006-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
8569
8570 * woman.el: Make sure all the end-of-region markers we use have
8571 a non-nil insertion-type.
8572 (woman0-so): Move things around so we can use copy-marker.
8573 (woman0-roff-buffer, woman2-process-escapes-to-eol, woman2-roff-buffer):
8574 Adjust marker type.
8575 (woman2-process-escapes): Check marker type.
8576 (woman-horizontal-line): Dispense with the use of a marker.
8577
8578 2006-09-22 Jay Belanger <belanger@truman.edu>
8579
8580 * calc/calc-lang.el: Add Greek letters to math-variable-table
8581 property of tex.
8582
8583 2006-09-22 Chong Yidong <cyd@stupidchicken.com>
8584
8585 * files.el (save-some-buffers-action-alist): Display diff in view-mode.
8586
8587 2006-09-22 Masatake YAMATO <jet@gyve.org>
8588
8589 * add-log.el (add-log-current-defun): Use `forward-sexp'
8590 instead of `forward-word' to pick c++::symbol.
8591 Reported by Guanpeng Xu <herberteuler@hotmail.com>.
8592
8593 2006-09-22 Kenichi Handa <handa@m17n.org>
8594
8595 * bindings.el: Fix setting self-insert-command for multibyte
8596 characters in global-map.
8597
8598 2006-09-21 David Kastrup <dak@gnu.org>
8599
8600 * mouse.el (mouse-posn-property): Fix typo for `event-start' in
8601 doc string.
8602
8603 2006-09-21 Kenichi Handa <handa@m17n.org>
8604
8605 * language/european.el ("Latin-1"): Add windows-1252 to
8606 coding-priority.
8607 ("German"): Likewise.
8608
8609 2006-09-21 Kim F. Storm <storm@cua.dk>
8610
8611 * emacs-lisp/cl-macs.el (member*): Use memql instead of complex code.
8612 Suggested by Miles Bader.
8613
8614 * emacs-lisp/cl.el (pushnew): Rework 2006-09-10 change. Use memql
8615 instead of add-to-list in the simple case.
8616
8617 2006-09-20 Kenichi Handa <handa@m17n.org>
8618
8619 * isearch.el (isearch-process-search-char): Cancel the previous change.
8620 (isearch-search-string): New function.
8621 (isearch-search): Use isearch-search-string.
8622 (isearch-lazy-highlight-search): Likewise.
8623
8624 2006-09-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8625
8626 * lpr.el (lpr-page-header-switches): Insert `*' at beginning of doc
8627 string to become an option.
8628
8629 2006-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
8630
8631 * files.el (find-buffer-visiting): Don't get fooled by a nil inode.
8632
8633 2006-09-20 Kim F. Storm <storm@cua.dk>
8634
8635 * simple.el (line-move-partial): Call pos-visible-in-window-p with
8636 position t instead of trying both window-end and window-end - 1.
8637
8638 2006-09-20 Carsten Dominik <dominik@science.uva.nl>
8639
8640 * textmodes/org.el (org-scan-tags): Find end of subtrees also in
8641 hidden trees.
8642
8643 2006-09-20 David Kastrup <dak@gnu.org>
8644
8645 * mouse.el (mouse-posn-property): Improve doc string.
8646 (mouse-on-link-p): Change buffers for function calls on links.
8647
8648 * menu-bar.el (clipboard-yank): Bomb out in interactive use if
8649 buffer is read-only.
8650
8651 2006-09-20 Ken Manheimer <ken.manheimer@gmail.com>
8652
8653 * allout.el (allout-unprotected): Let inhibit-read-only only when
8654 buffer-read-only isn't set.
8655 (allout-annotate-hidden): Enable topic annotation during copies even
8656 when the buffer is read-only, eg for topic copies. Ensure that the loop
8657 advances, even when the span extends beyond the deletion region.
8658 (allout-toggle-subtree-encryption): Use allout-structure-added-hook
8659 rather than allout-exposure-changed-hook, as a stronger assertion.
8660 (allout-keybindings-list): Add bindings for
8661 allout-copy-line-as-kill and allout-copy-topic-as-kill.
8662 (allout-copy-line-as-kill, allout-copy-topic-as-kill):
8663 Copy wrappers for allout-kill-line and allout-kill-topic.
8664 (allout-listify-exposed): Position correctly to accumulate lines.
8665
8666 2006-09-19 Chong Yidong <cyd@stupidchicken.com>
8667
8668 * simple.el (line-move-1): Escape field boundaries occurring
8669 exactly at point. Update goal column if constrained to a field.
8670 (line-move-finish): Escape field boundaries occurring exactly at point.
8671
8672 2006-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
8673
8674 * mouse.el (mouse-on-link-p): Tentatively fix last change.
8675 (mouse-drag-vertical-line): Remove unused var `wconfig'.
8676
8677 2006-09-19 Kim F. Storm <storm@cua.dk>
8678
8679 * help.el (describe-key-briefly, describe-key): Simplify printing
8680 of descriptions by using format and %S. Fix "is undefined"
8681 messages to say "at that spot" for mouse events.
8682
8683 * simple.el (line-move-partial): Optimize. Try window-line-height
8684 before posn-at-point to get vpos of current line.
8685
8686 2006-09-18 Michael Kifer <kifer@cs.stonybrook.edu>
8687
8688 * emulation/viper.el: Bump up version/date of update to reflect the
8689 substantial changes done in August 2006.
8690
8691 * emulation/viper-cmd (viper-next-line-at-bol): Make sure button-at,
8692 push-button are defined.
8693
8694 * ediff-util.el (ediff-add-to-history): New function.
8695
8696 * ediff.el: Use ediff-add-to-history instead of add-to-history.
8697
8698 2006-09-18 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
8699
8700 * textmodes/conf-mode.el (conf-space-mode): Doc fix.
8701 Delete duplicate make-local-variable form.
8702 (conf-space-keywords): Add autoload cookie.
8703 Fix typo (`keywords', not `keyword').
8704
8705 2006-09-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8706
8707 * cus-start.el (all): Rename x-gtk-show-chooser-help-text to
8708 x-gtk-file-dialog-help-text. Rename x-use-old-gtk-file-dialog
8709 to x-gtk-use-old-file-dialog.
8710
8711 2006-09-18 Richard Stallman <rms@gnu.org>
8712
8713 * wid-edit.el (widget-button-click): Handle non-mouse-motion events
8714 that might come in during mouse tracking.
8715
8716 2006-09-18 Kim F. Storm <storm@cua.dk>
8717
8718 * simple.el (line-move-partial): Rework 2006-09-15 change to use
8719 new window-line-height function. Further optimize by not calling
8720 pos-visible-in-window-p for window-end when window-line-height
8721 returns useful information.
8722
8723 2006-09-16 Richard Stallman <rms@gnu.org>
8724
8725 * textmodes/conf-mode.el (conf-mode-map): Use conf-space-keywords cmd.
8726 (conf-space-mode): Don't handle prefix arg.
8727 Delete conf-space-keywords-override code.
8728 Use add-hook.
8729 (conf-space-keywords): New command.
8730 (conf-space-mode-internal): Be careful with imenu-generic-expression.
8731 Delete conf-space-keywords-override code.
8732 (conf-space-keywords-alist): Doc fix.
8733 (conf-space-font-lock-keywords): Doc fix.
8734 (conf-space-keywords-override): Var deleted.
8735
8736 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
8737
8738 * startup.el (fancy-splash-screens): Don't switch to the scratch
8739 buffer; it may not be the next buffer.
8740
8741 2006-09-16 Romain Francoise <romain@orebokech.com>
8742
8743 * saveplace.el (load-save-place-alist-from-file): Use expanded name
8744 in both messages.
8745
8746 2006-09-16 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se>
8747
8748 * progmodes/python.el (python-preoutput-filter):
8749 Fix arg order to string-match.
8750
8751 2006-09-16 Richard Stallman <rms@gnu.org>
8752
8753 * obsolete/fast-lock.el (fast-lock-cache-data): Provide 2nd arg to
8754 font-lock-compile-keywords.
8755
8756 * font-lock.el (font-lock-compile-keywords): Rename optional arg
8757 to SYNTACTIC-KEYWORDS and reverse the sense. All callers changed.
8758
8759 2006-09-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8760
8761 * cus-start.el (all): Add x-gtk-show-chooser-help-text.
8762
8763 * select.el (xselect-convert-to-string): If UTF8_STRING is requested
8764 and the data doesn't look like UTF8, send STRING instead.
8765
8766 2006-09-16 Agust\e,Am\e(Bn Mart\e,Am\e(Bn <agustin.martin@hispalinux.es>
8767
8768 * textmodes/flyspell.el (flyspell-check-region-doublons):
8769 New function to detect duplicated words.
8770 (flyspell-large-region): Use it.
8771
8772 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
8773
8774 * simple.el (line-move-to-column): Revert 2006-08-03 change.
8775
8776 2006-09-16 Eli Zaretskii <eliz@gnu.org>
8777
8778 * help.el (describe-prefix-bindings): Use let, not let*.
8779
8780 2006-09-16 Ken Manheimer <ken.manheimer@gmail.com>
8781
8782 * allout.el (allout-regexp, allout-line-boundary-regexp)
8783 (allout-bob-regexp): Correct grouping and boundaries to fix
8784 backwards traversal.
8785 (allout-depth-specific-regexp, allout-depth-one-regexp):
8786 New versions that exploit \\{M\\} regexp syntax, to avoid geometric or
8787 worse time in allout-ascend.
8788 (allout-doublecheck-at-and-shallower): Identify depth threshold
8789 below which topics are checked for and disqualified by containment
8790 discontinuities.
8791 (allout-hotspot-key-handler): Correctly handle multiple-key
8792 strokes. Remove some unused variables.
8793 (allout-mode-leaders): Clarify that mode-specific comment-start
8794 will be used.
8795 (set-allout-regexp): Correctly regexp-quote allout regexps to
8796 properly accept alternative header-leads and primary bullets with
8797 regexp-specific characters (eg, C "/*", mathematica "(*").
8798 Include new regular expressions among those configured.
8799 (allout-infer-header-lead-and-primary-bullet):
8800 Rename allout-infer-header-lead.
8801 (allout-recent-depth): Manifest as a variable as well as a function.
8802 (allout-prefix-data): Simplify into an inline instead of a macro,
8803 assuming current match data rather than being explicitly passed
8804 it. Establish allout-recent-depth value as well as
8805 allout-recent-prefix-beginning and allout-recent-prefix-end.
8806 (allout-aberrant-container-p): True when an item's immediate
8807 offspring discontinuously contained. Useful for disqualifying
8808 unintended topic prefixes, likely at low depths.
8809 (allout-goto-prefix-doublechecked): Elaborate version of
8810 allout-goto-prefix which disqualifies aberrant pseudo-items.
8811 (allout-pre-next-prefix): Layer on top of lower-level routines, to
8812 get disqualification of aberrant containers.
8813 (allout-end-of-prefix, allout-end-of-subtree): Disqualify aberrant
8814 containers.
8815 (allout-beginning-of-current-entry): Position at start of buffer
8816 when in container (depth 0) entry.
8817 (nullify-allout-prefix-data): Invalidate allout-recent-* prefix data.
8818 (allout-current-bullet): Strip text properties.
8819 (allout-get-prefix-bullet): Use right match groups.
8820 (allout-beginning-of-line, allout-next-heading):
8821 Disqualify aberrant containers.
8822 (allout-previous-heading): Disqualify aberrant containers, and
8823 change to regular (rather than inline) function, to allow
8824 self-recursion.
8825 (allout-get-invisibility-overlay): Increment so progress is made
8826 when the first overlay is not the sought one.
8827 (allout-end-of-prefix): Disqualify aberrant containers.
8828 (allout-end-of-line): Cycle something like allout-beginning-of-line.
8829 (allout-mode): Make allout-old-style-prefixes (ie, enabling use with
8830 outline.el outlines) functional again. Change the primary bullet
8831 along with the header-lead - level 1 new-style bullets now work.
8832 Engage allout-before-change-handler in mainline Emacs, not just
8833 XEmacs, to do undo handling.
8834 (allout-before-change-handler): Expose undo changes occurring in
8835 hidden regions. Use allout-get-invisibility-overlay instead of
8836 reimplementing it inline.
8837 (allout-chart-subtree): Use start rather than end of prefix in
8838 charts. Use allout-recent-depth variable.
8839 (allout-chart-siblings): Disqualify aberrant topics.
8840 (allout-beginning-of-current-entry): Position correctly.
8841 (allout-ascend): Use new allout-depth-specific-regexp and
8842 allout-depth-one-regexp for linear instead of O(N^2) or worse
8843 behavior.
8844 (allout-ascend-to-depth): Depend on allout-ascend, rather than
8845 reimplementing an algorithm.
8846 (allout-up-current-level): Depend on allout-ascend, rather than
8847 reimplementing an algorithm. Return to start-point if we fail.
8848 (allout-descend-to-depth): Use allout-recent-depth variable
8849 instead of function.
8850 (allout-next-sibling): On traversal of numerous intervening
8851 topics, resort to economical allout-next-sibling-leap.
8852 (allout-next-sibling-leap): Specialized version of
8853 allout-next-sibling that uses allout-ascend cleverly, to depend on
8854 a regexp search to leap large numbers of contained topics, rather
8855 than arbitrarily many one-by-one traversals.
8856 (allout-next-visible-heading): Disqualify aberrant topics.
8857 (allout-previous-visible-heading): Position consistently when
8858 interactive.
8859 (allout-forward-current-level): Base on allout-previous-sibling
8860 rather than (differently) reimplmenting the algorithm. Remove some
8861 unused variables.
8862 (allout-solicit-alternate-bullet): Present default choice stripped
8863 of text properties.
8864 (allout-rebullet-heading): Use bullet stripped of text properties.
8865 Register changes using allout-exposure-change-hook.
8866 Disregard aberrant topics.
8867 (allout-shift-in): With universal-argument, make topic a peer of
8868 it's former offspring. Simplify the code by separating out
8869 allout-shift-out functionality.
8870 (allout-shift-out): With universal-argument, make offspring peers
8871 of their former container, and its siblings. Implement the
8872 functionality here, rather than inappropriately muddling the
8873 implementation of allout-shift-in.
8874 (allout-rebullet-topic): Respect additional argument for new
8875 parent-child separation function.
8876 (allout-yank-processing): Use allout-ascend directly.
8877 (allout-show-entry): Disqualify aberrant topics.
8878 (allout-show-children): Handle discontinuous children gracefully,
8879 extending the depth being revealed to expose them and posting a
8880 message indicating the situation.
8881 (allout-show-to-offshoot): Remove obsolete and incorrect comment.
8882 Leave cursor in correct position.
8883 (allout-hide-current-subtree): Use allout-ascend directly.
8884 Disqualify aberrant topics.
8885 (allout-kill-line, allout-kill-topic): Preserve exposure layout in
8886 a way that the yanks can restore it, as used to happen.
8887 (allout-yank-processing): Restore exposure layout as recorded by
8888 allout-kill-*, as used to happen.
8889 (allout-annotate-hidden, allout-hide-by-annotation): New routines
8890 for preseving and restoring exposure layout across kills.
8891 (allout-toggle-subtree-encryption): Run allout-exposure-change-hook.
8892 (allout-encrypt-string): Strip text properties.
8893 Rearranged order and outline-headings for some of the
8894 miscellaneous functions.
8895 (allout-resolve-xref): No need to quote the error name in the
8896 condition-case handler section.
8897 (allout-flatten): Classic recursive (and recursively intensive,
8898 without tail-recursion) list-flattener, needed by allout-shift-out
8899 when confronted with discontinuous children.
8900
8901 2006-09-16 Jason Rumney <jasonr@gnu.org>
8902
8903 * dnd.el (dnd-open-remote-file-function): Use dnd-open-local-file
8904 on ms-windows.
8905 (dnd-open-unc-file): Remove.
8906 (dnd-open-local-file): Mention in doc string that it also handles
8907 remote files if the system natively supports unc file-names.
8908
8909 2006-09-15 Kim F. Storm <storm@cua.dk>
8910
8911 * help.el (describe-key): Handle C-h k in *Help* buffer; collect
8912 all necessary information about the event before erasing *Help*.
8913
8914 * simple.el (line-move-partial): Use window-line-visiblity to
8915 quickly check whether last line is partially visible, and only do
8916 the hard (and slow) part in that case.
8917
8918 2006-09-15 Jay Belanger <belanger@truman.edu>
8919
8920 * COPYING: Replace "Library Public License" by "Lesser Public
8921 License" throughout.
8922
8923 2006-09-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8924
8925 * term/x-win.el (x-menu-bar-open): New function for F10.
8926
8927 2006-09-15 Chong Yidong <cyd@stupidchicken.com>
8928
8929 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8930 Disallow filenames containing " -" to avoid confusion with libtool
8931 compilation messages. Suggested by Stefan Monnier.
8932
8933 2006-09-15 David Kastrup <dak@gnu.org>
8934
8935 * mouse-sel.el (mouse-sel-follow-link-p): Use event position
8936 instead of buffer position for `mouse-on-link-p'.
8937
8938 * mouse.el (mouse-posn-property): New function looking up the
8939 properties at a click position in overlays and text properties in
8940 either buffer or strings.
8941 (mouse-on-link-p): Use `mouse-posn-property' to streamline lookup
8942 of both `follow-link' as well as `mouse-face' properties.
8943 (mouse-drag-track): Check `mouse-on-link-p' on event position, not
8944 buffer position.
8945
8946 * help.el (describe-key-briefly): When reading a down-event on
8947 mode lines or scroll bar, swallow the following up event, too.
8948 Use the new mouse sensitity of `key-binding' for lookup.
8949 (describe-key): The same here.
8950
8951 2006-09-15 Juanma Barranquero <lekktu@gmail.com>
8952
8953 * play/life.el (life-patterns): Add a few more interesting patterns.
8954 (life-setup): Force `show-trailing-whitespace' to nil.
8955
8956 2006-09-14 Richard Stallman <rms@gnu.org>
8957
8958 * startup.el (fancy-splash-text): Change text to improve alignment.
8959 (fancy-splash-screens): Don't set non-standard tab width.
8960 Bind cursor-type temporarily, and make it easy to patch to
8961 preserve the splash buffer.
8962 (normal-splash-screen, fancy-splash-tail): Spell out "Meta-x".
8963 (fancy-splash-screens): Display echo-area message explicitly.
8964 Don't set fancy-splash-help-echo.
8965
8966 * simple.el (line-number-mode): Group mode-line instead of
8967 editing-basics.
8968 (column-number-mode, size-indication-mode): Likewise.
8969
8970 * faces.el (mode-line-faces): Group mode-line instead of modeline.
8971
8972 * time.el (display-time): Group mode-line instead of modeline.
8973
8974 * cus-edit.el (mode-line): Rename from modeline. All uses changed.
8975
8976 2006-09-14 Chong Yidong <cyd@stupidchicken.com>
8977
8978 * startup.el (fancy-splash-text): Move editing instructions to
8979 fancy-splash-head.
8980 (fancy-splash-head): Issue editing instructions.
8981 (fancy-splash-screens): Fixup whitespace.
8982
8983 2006-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
8984
8985 * bindings.el (mode-line-buffer-identification-keymap):
8986 Remove duplicate line.
8987
8988 2006-09-14 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
8989
8990 * ido.el (ido-ignore-item-p): Allow any kind of functions in
8991 ignore lists.
8992
8993 2006-09-14 Kim F. Storm <storm@cua.dk>
8994
8995 * jit-lock.el (jit-lock-fontify-again): New function.
8996 (jit-lock-fontify-now): Use it instead of lambda form.
8997
8998 2006-09-13 Agustin Martin <agustin.martin@hispalinux.es>
8999
9000 * textmodes/flyspell.el (flyspell-word, flyspell-correct-word)
9001 (flyspell-auto-correct-word): Make ispell-filter local to these
9002 functions. Check that ispell-filter has new stuff before calling
9003 ispell-parse-output.
9004
9005 2006-09-13 Kim F. Storm <storm@cua.dk>
9006
9007 * simple.el (line-move-partial): Optimize.
9008
9009 2006-09-13 Richard Stallman <rms@gnu.org>
9010
9011 * thingatpt.el (thing-at-point-bounds-of-url-at-point):
9012 Delete spurious backquote.
9013
9014 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
9015
9016 * net/rcirc.el (rcirc-print): Fix last change.
9017
9018 2006-09-12 Jay Belanger <belanger@truman.edu>
9019
9020 * calc/calc.el (calc-dispatch): Remove unnecessary `sit-for'.
9021
9022 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
9023
9024 * net/rcirc.el (rcirc-scroll-show-maximum-output): Rename from
9025 rcirc-show-maximum-output.
9026 (rcirc-mode): Remove window-scroll-function hook.
9027 (rcirc-scroll-to-bottom): Remove function.
9028 (rcirc-print): Recenter so point stays at the bottom of the window
9029 if point was already there.
9030
9031 2006-09-12 Paul Eggert <eggert@cs.ucla.edu>
9032
9033 * comint.el (comint-exec-1): Set EMACS to the full name of Emacs,
9034 not to "t".
9035 * progmodes/compile.el (compilation-start): Likewise.
9036 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
9037 Don't use expand-file-name on invocation-directory, since this
9038 might mishandle special characters in invocation-directory.
9039
9040 2006-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
9041
9042 * pcvs-defs.el: Remove * in defcustom's docstrings.
9043
9044 2006-09-12 Nick Roberts <nickrob@snap.net.nz>
9045
9046 * progmodes/compile.el (compilation-directory-properties):
9047 Doc fix for help-echo.
9048
9049 2006-09-12 Lars Hansen <larsh@soem.dk>
9050
9051 * desktop.el (desktop-read): Add comment.
9052
9053 2006-09-12 Kim F. Storm <storm@cua.dk>
9054
9055 * simple.el (next-error-highlight, next-error-highlight-no-select):
9056 Fix spelling error.
9057
9058 * subr.el (sit-for): Rework to use input-pending-p and cond.
9059 Return nil input is pending on entry also for SECONDS <= 0.
9060 (while-no-input): Use input-pending-p instead of sit-for.
9061
9062 2006-09-11 Richard Stallman <rms@gnu.org>
9063
9064 * simple.el (next-error-highlight, next-error-highlight-no-select):
9065 Fix custom type and doc strings.
9066
9067 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
9068
9069 * diff-mode.el (diff-apply-hunk-to-backup-file): New var.
9070 (diff-apply-hunk): Use it to ask for confirmation.
9071
9072 2006-09-11 Reiner Steib <Reiner.Steib@gmx.de>
9073
9074 * emacs-lisp/cl.el (pushnew): Add missing `,'.
9075
9076 2006-09-11 David Kastrup <dak@gnu.org>
9077
9078 * help.el (string-key-binding, describe-key-briefly)
9079 (describe-key): Remove `string-key-binding' and its callers since
9080 `key-binding' already caters for the proper lookup now.
9081
9082 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
9083
9084 * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords): Newvar.
9085 (cfengine-mode): Use it. Fix \ syntax to be like /.
9086
9087 * bindings.el (mode-line-buffer-identification-keymap):
9088 Move initialization into declaration.
9089
9090 2006-09-10 Kim F. Storm <storm@cua.dk>
9091
9092 * ido.el (ido-edit-input, ido-complete, ido-take-first-match)
9093 (ido-push-dir-first, ido-kill-buffer-at-head, ido-exhibit)
9094 (ido-delete-file-at-head): Pass head of ido-matches through ido-name
9095 in case of merged directories. Reported by Micha\e,Ak\e(Bl Cadilhac.
9096
9097 2006-09-10 Richard Stallman <rms@gnu.org>
9098
9099 * dired-aux.el: Handle errors in recursive copy usefully.
9100 (dired-create-files-failures): New variable.
9101 (dired-copy-file): Remove condition-case.
9102 (dired-copy-file-recursive): Check for errors on all file
9103 operations, and add them to dired-create-files-failures.
9104 Check file file-date-erorr here too.
9105 (dired-create-files): Check dired-create-files-failures
9106 and report those errors too.
9107
9108 * emacs-lisp/cl.el (pushnew): Use add-to-list when convenient.
9109
9110 * subr.el (add-to-list): New argument COMPARE-FN.
9111
9112 2006-09-10 Reiner Steib <Reiner.Steib@gmx.de>
9113
9114 * filecache.el (file-cache-add-directory)
9115 (file-cache-add-directory-list, file-cache-add-file)
9116 (file-cache-add-directory-using-find)
9117 (file-cache-add-directory-using-locate)
9118 (file-cache-add-directory-recursively): Add autoloads.
9119
9120 2006-09-09 Richard Stallman <rms@gnu.org>
9121
9122 * textmodes/conf-mode.el (conf-space-mode):
9123 Use hack-local-variables-hook instead of calling hack-local-variables.
9124 (conf-space-keywords-override): New variable.
9125 (conf-space-mode-internal): New subroutine. Reinit Font Lock mode.
9126 (conf-space-mode): Always make conf-space-keywords and
9127 conf-space-keywords-override local.
9128 Call conf-space-mode-internal directly as well as via hook.
9129
9130 2006-09-09 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
9131
9132 * progmodes/python.el (python-font-lock-keywords): Add `self' and other
9133 quasi-keywords.
9134
9135 2006-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
9136
9137 * progmodes/python.el: Quieten the compiler about hippie-expand vars.
9138 (python-send-string): Be slightly more careful about adding \n.
9139
9140 * startup.el (normal-splash-screen): Don't display the buffer if we'll
9141 kill it right away anyway.
9142
9143 2006-09-09 Eli Zaretskii <eliz@gnu.org>
9144
9145 * international/codepage.el (cp850-decode-table): Fix a few codes.
9146 (cp858-decode-table): New variable.
9147
9148 2006-09-09 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
9149
9150 * net/ldap.el (ldap-search-internal): Doc fix.
9151
9152 2006-09-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
9153
9154 * play/life.el (life-display-generation): Test for input manually if
9155 `sleeptime' is negative or null.
9156
9157 * lpr.el (lpr-page-header-switches): Page title switch is one of them.
9158 (print-region-1): Substitute `%s' with the page title.
9159
9160 2006-09-09 Matt Hodges <MPHodges@member.fsf.org>
9161
9162 * locate.el (locate-current-search): New variable.
9163 (locate): Set buffer local value. Use current buffer if it is
9164 in Locate mode.
9165 (locate-mode): Disable undo here.
9166 (locate-do-setup): Use locate-current-filter from buffer to be killed.
9167 (locate-update): Use locate-current-search and locate-current-filter.
9168
9169 2006-09-08 David Kastrup <dak@gnu.org>
9170
9171 * desktop.el (desktop-read): When loading a desktop, disable
9172 saving it while the load progresses, and switch off a pending lazy
9173 load by calling `desktop-lazy-abort'.
9174
9175 2006-08-27 Martin Rudalics <rudalics@gmx.at>
9176
9177 * window.el (mouse-autoselect-window-timer)
9178 (mouse-autoselect-window-position)
9179 (mouse-autoselect-window-window)
9180 (mouse-autoselect-window-now): New vars.
9181 (mouse-autoselect-window-cancel)
9182 (mouse-autoselect-window-select)
9183 (mouse-autoselect-window-start): New functions.
9184 (handle-select-window): Call `mouse-autoselect-window-start' when
9185 delayed window autoselection is enabled.
9186
9187 * cus-start.el (mouse-autoselect-window): Handle delayed window
9188 autoselection.
9189
9190 * emacs-lisp/eldoc.el: Add `handle-select-window' to the set of
9191 commands after which it is allowed to print in the echo area.
9192
9193 2006-09-08 Richard Stallman <rms@gnu.org>
9194
9195 * textmodes/fill.el (adaptive-fill-regexp): Don't match `(1)' or `1.'
9196
9197 * mail/rmail.el (rmail-get-new-mail): Say whether all msgs are spam.
9198 (rmail-convert-to-babyl-format): Don't record undo, leave list empty.
9199
9200 * emacs-lisp/timer.el (timer-create, timer-activate): Doc fixes.
9201 (cancel-timer-internal): Add doc string.
9202 (cancel-function-timers): Doc fix.
9203 (with-timeout-handler, timer-event-last*): Add doc strings.
9204
9205 * emacs-lisp/bindat.el (bindat-unpack): Doc fix.
9206
9207 * files.el (risky-local-variable-p): Match ...-bindat-spec.
9208
9209 * dired.el (dired-log-summary): Add doc string.
9210
9211 * cus-edit.el (custom-menu-create): Bind deactivate-mark here.
9212 (custom-group-menu-create): Not here.
9213
9214 2006-09-08 Carsten Dominik <dominik@science.uva.nl>
9215
9216 * textmodes/org.el (org-dblock-write:clocktable): Avoid infinite loop.
9217
9218 2006-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9219
9220 * term/mac-win.el (show-hide-font-panel): New HI command ID symbol.
9221 (mac-apple-event-map): Define its handler.
9222
9223 2006-09-07 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
9224
9225 * net/ldap.el (ldap-search-internal): Handle `auth' key.
9226
9227 2006-09-07 Magnus Henoch <mange@freemail.hu>
9228
9229 * net/rcirc.el (rcirc-activity-string): Don't quote value in case
9230 clause.
9231
9232 2006-09-07 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
9233
9234 * info.el (Info-index): Bind completion-ignore-case.
9235
9236 2006-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
9237
9238 * progmodes/prolog.el (inferior-prolog-flavor): New var left out of
9239 previous commit.
9240 (inferior-prolog-guess-flavor): New fun left out of previous commit.
9241 (prolog-consult-region-and-go): Don't hard code "*prolog*" and don't
9242 burp in dedicated windows.
9243 (inferior-prolog-self-insert-command): New command.
9244 (inferior-prolog-mode-map): Use it.
9245
9246 2006-09-07 Reiner Steib <Reiner.Steib@gmx.de>
9247
9248 * international/latexenc.el (latex-inputenc-coding-alist): Add cp858.
9249
9250 * international/code-pages.el: Add cp858.
9251
9252 2006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9253
9254 * dnd.el: Fix bootstrapping.
9255
9256 2006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9257
9258 * dnd.el (dnd-protocol-alist): Add what url-handler-mode can handle.
9259 (dnd-open-remote-url): New function.
9260 (dnd-open-remote-file-function): Set to dnd-open-remote-url if
9261 not windows-nt.
9262
9263 2006-09-07 Jason Rumney <jasonr@gnu.org>
9264
9265 * dnd.el (dnd-open-remote-file-function): New variable.
9266 (dnd-open-unc-file): New function.
9267 (dnd-open-file): Call dnd-open-remote-file-function if set.
9268
9269 2006-09-06 Daiki Ueno <ueno@unixuser.org>
9270
9271 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with
9272 pgg-passphrase-coding-system rather than locale-coding-system.
9273 * pgg-def.el (pgg-passphrase-coding-system): New user option.
9274
9275 2006-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
9276
9277 * progmodes/prolog.el: Remove * in docstrings.
9278 (prolog-program-name): Add SWI prolog.
9279 (prolog-mode-menu): New menu.
9280 (prolog-mode): Set comment-add.
9281 (prolog-indent-line): Simplify. Use indent-line-to.
9282 (inferior-prolog-buffer): New var.
9283 (inferior-prolog-run, inferior-prolog-process): New funs.
9284 (run-prolog, switch-to-prolog): Rewrite, using them.
9285 (prolog-consult-region): Use inferior-prolog-buffer.
9286 (inferior-prolog-load-file): New function.
9287 (prolog-mode-map): Add bindings for load-file and switch-to-prolog.
9288
9289 * textmodes/fill.el (fill-single-word-nobreak-p): Allow breaking before
9290 last word, if it's not the end of the paragraph.
9291
9292 * files.el (abbreviate-file-name): Don't mistakenly match newlines in
9293 file name.
9294
9295 2006-09-06 Ralf Angeli <angeli@caeruleus.net>
9296
9297 * frame.el (display-mm-dimensions-alist): New defcustom.
9298 (display-mm-height, display-mm-width): Use it.
9299
9300 2006-09-06 Simon Josefsson <jas@extundo.com>
9301
9302 * mail/smtpmail.el (smtpmail-starttls-credentials): Doc fix.
9303
9304 2006-09-06 Nick Roberts <nickrob@snap.net.nz>
9305
9306 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
9307 (gdb-var-list-children-regexp-1): Tweak regexps to catch full
9308 string values.
9309
9310 2006-09-06 Kim F. Storm <storm@cua.dk>
9311
9312 * simple.el (line-move-partial): New function to do vscrolling for
9313 partially visible images / tall lines. Rewrite based on code
9314 previously in line-move. Simplify backwards vscrolling.
9315 (line-move): Use it. Simplify.
9316
9317 2006-09-05 Kim F. Storm <storm@cua.dk>
9318
9319 * emulation/cua-base.el (cua--pre-command-handler-1): Rewrite.
9320
9321 2006-09-05 Chong Yidong <cyd@stupidchicken.com>
9322
9323 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9324 Process the `gcc-include' after the `gnu' rule.
9325
9326 2006-09-05 Kim F. Storm <storm@cua.dk>
9327
9328 * ido.el (ido-visit-buffer): Use buffer name if buffer arg is a buffer.
9329
9330 2006-09-05 Daiki Ueno <ueno@unixuser.org>
9331
9332 * pgg.el (pgg-clear-string): Alias to clear-string for backward
9333 compatibility.
9334
9335 * pgg-gpg.el (pgg-gpg-process-region): Avoid display blinking with
9336 inhibit-redisplay; encode passphrase with locale-coding-system.
9337
9338 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
9339
9340 * term/xterm.el (terminal-init-xterm): Add more C-M- bindings.
9341
9342 2006-09-05 Nick Roberts <nickrob@snap.net.nz>
9343
9344 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
9345 (gdb-var-list-children-regexp): Make type field optional.
9346
9347 * progmodes/gud.el (gud-speedbar-buttons): Allow for no type
9348 e.g public, protected in C++.
9349
9350 2006-09-04 John Paul Wallington <jpw@pobox.com>
9351
9352 * simple.el (completion-show-help): New defcustom.
9353 (completion-setup-function): Heed it.
9354
9355 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
9356
9357 * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
9358
9359 2006-09-04 Richard Stallman <rms@gnu.org>
9360
9361 * mail/rmail-spam-filter.el (rsf-scanning-messages-now): Doc fix.
9362 (rsf-min-region-to-spam-list): Doc fix.
9363 (rsf-add-content-type-field): Doc fix.
9364
9365 * simple.el (kill-region): Explicitly test there is a region.
9366
9367 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
9368
9369 * mail/feedmail.el (feedmail-buffer-to-sendmail): Look for
9370 sendmail in several common directories.
9371
9372 * mail/sendmail.el (sendmail-program): Moved here from paths.el.
9373
9374 * paths.el (sendmail-program): Removed.
9375
9376 2006-09-04 Daiki Ueno <ueno@unixuser.org>
9377
9378 * pgg-gpg.el (pgg-gpg-process-region): Revert two patches from Satyaki
9379 Das. http://article.gmane.org/gmane.emacs.gnus.general/49947
9380 http://article.gmane.org/gmane.emacs.gnus.general/50457
9381
9382 2006-09-03 Chong Yidong <cyd@stupidchicken.com>
9383
9384 * cus-edit.el (custom-group-menu-create): Avoid deactivating the
9385 mark after running the menu filter.
9386
9387 2006-09-03 Juri Linkov <juri@jurta.org>
9388
9389 * international/quail.el (quail-defrule-internal): Add a check
9390 if a key is a vector.
9391
9392 2006-09-02 Juri Linkov <juri@jurta.org>
9393
9394 * man.el (Man-topic-history): New variable.
9395 (man): Use it.
9396
9397 * woman.el (woman-topic-history): Change defvar to defvaralias
9398 for symbol `Man-topic-history'.
9399
9400 * shell.el (shell-filter-ctrl-a-ctrl-b): Check if
9401 `comint-last-output-start' is a marker by using `markerp' and
9402 check if it has a position by using `marker-position', and use
9403 this position for `goto-char'.
9404
9405 * international/quail.el (quail-defrule-internal): Add missing
9406 `error' call for null key.
9407
9408 2006-09-02 Ryan Yeske <rcyeske@gmail.com>
9409
9410 * net/rcirc.el (rcirc-keywords): New variable.
9411 (rcirc-bright-nicks, rcirc-dim-nicks): New variables.
9412 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Remove
9413 variables.
9414 (rcirc-responses-no-activity): New function.
9415 (rcirc-handler-generic): Check for responses in above.
9416 (rcirc-process-command): Add ?: character to arguments of raw
9417 server commands.
9418 (rcirc-format-response-string): Use `rcirc-bright-nicks' and
9419 `rcirc-dim-nicks'.
9420 (rcirc-gray-toggle): Remove unused variable.
9421 (rcirc-print): Remove some tracking logic, which is moved into
9422 markup functions.
9423 (rcirc-activity-types): Was `rcirc-activity-type', now a list of
9424 types.
9425 (rcirc-activity-string): Look for 'keyword in activity-types.
9426 (rcirc-window-configuration-change): Don't erase overlay-arrow
9427 unnecessarily.
9428 (rcirc-add-or-remove): New function.
9429 (rcirc-cmd-ignore): Use it.
9430 (rcirc-message-leader): Remove unused function.
9431 (rcicr-cmd-bright, rcirc-cmd-dim, rcirc-cmd-keyword): New commands.
9432 (rcirc-add-face): New function.
9433 (rcirc-facify): Use rcirc-add-face.
9434 (rcirc-url-regexp): Add parens.
9435 (rcirc-map-regexp): Remove function.
9436 (rcirc-mangle-regexp): Remove function.
9437 (rcirc-markup-text-functions): New variable.
9438 (rcirc-markup-text): New function (replaces `rcirc-mangle-text').
9439 (rcirc-markup-body-text, rcirc-markup-attributes)
9440 (rcirc-markup-my-nick, rcirc-markup-urls, rcirc-markup-keywords)
9441 (rcirc-markup-bright-nicks): New markup handler functions.
9442 (rcirc-nick-in-message-full-line): New face.
9443 (rcirc-track-nick): Rename from `rcirc-mode-line-nick'.
9444 (rcirc-track-keyword, rcirc-url, rcirc-keyword): New faces.
9445
9446 2006-09-02 Martin Rudalics <rudalics@gmx.at>
9447
9448 * cus-start.el (hscroll-margin, hscroll-step)
9449 (mode-line-in-non-selected-windows, mouse-autoselect-window)
9450 (x-use-underline-position-properties): Change version to "22.1"
9451 since they will appear there for the first time.
9452
9453 2006-09-01 Chong Yidong <cyd@stupidchicken.com>
9454
9455 * imenu.el (imenu-update-menubar): Use buffer-chars-modified-tick.
9456
9457 2006-08-31 Richard Stallman <rms@gnu.org>
9458
9459 * cus-edit.el (custom-save-variables): Slight cleanup.
9460 (Custom-no-edit): Renamed from custom-no-edit.
9461 (Custom-newline): Renamed from custom-newline.
9462 (custom-mode-map): Use new names.
9463
9464 * emacs-lisp/easy-mmode.el (define-minor-mode): Reference manual
9465 about customization, rather than M-x customize, in the doc string
9466 made for the defcustom.
9467
9468 * emacs-lisp/trace.el (trace-function-background): Doc fix.
9469
9470 2006-08-31 Romain Francoise <romain@orebokech.com>
9471
9472 * dired-x.el (dired-guess-shell-alist-default): Update.
9473
9474 2006-08-31 Michael Mauger <mmaug@yahoo.com>
9475
9476 * custom.el (custom-theme-set-variables): Autoload packages before
9477 sorting the variables.
9478
9479 2006-08-30 Michael Kifer <kifer@cs.stonybrook.edu>
9480
9481 * emulation/viper-cmd.el (viper-special-read-and-insert-char):
9482 Convert events to chars if XEmacs.
9483 (viper-after-change-undo-hook): Check if undo-in-progress is bound.
9484
9485 2006-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
9486
9487 * progmodes/python.el (python-eldoc-function): Re-enable quit while
9488 waiting for process.
9489
9490 2006-08-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9491
9492 * term/mac-win.el (mac-string-to-utxt): If adjustment for MacJapanese
9493 results in ASCII-only string, encode original one directly.
9494
9495 2006-08-29 Romain Francoise <romain@orebokech.com>
9496
9497 * startup.el (normal-splash-screen, fancy-splash-screens):
9498 Make buffer read-only and arrange to enter view mode if necessary.
9499
9500 2006-08-29 Chong Yidong <cyd@stupidchicken.com>
9501
9502 * hl-line.el (hl-line): New face.
9503 (hl-line-face): Use it.
9504
9505 * image-mode.el (image-mode): Fix last fix.
9506 Suggested by Kim F. Storm.
9507
9508 2006-08-29 Michael Albinus <michael.albinus@gmx.de>
9509
9510 Sync with Tramp 2.0.54.
9511
9512 * net/tramp.el (tramp-convert-file-attributes): Call `eql' instead
9513 of `=', because `tramp-get-remote-gid' might not always return an
9514 integer when expected.
9515 (tramp-register-file-name-handlers): `partial-completion-mode' is
9516 unknown to XEmacs.
9517 (tramp-time-diff): Don't use `floor', it might fail for large
9518 differences.
9519 (tramp-handle-make-auto-save-file-name): For Emacs 21, set
9520 `tramp-auto-save-directory' if unset in order to guarantee unique
9521 auto-save file names.
9522
9523 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
9524
9525 * image-mode.el (image-mode): Display image as text on a terminal.
9526
9527 2006-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9528
9529 * progmodes/python.el (python-send-command): Simplify.
9530 (run-python): Don't generate a new buffer unless `new' was specified.
9531 Make sure we send `import emacs' to the proper process.
9532
9533 * progmodes/python.el (python-send-command): Don't wait for the command
9534 to terminate. Don't fiddle with compilation-parsing-end.
9535
9536 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
9537
9538 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
9539 Insert commentary after first line summary.
9540
9541 * woman.el (woman-follow): New function, based on `man-follow'.
9542 (woman-mode-map): Use it.
9543
9544 * ibuffer.el (ibuffer-do-sort-by-recency): Perform full update
9545 since ibuffer-do-sort-by-recency does not define a sorter.
9546
9547 2006-08-28 Kim F. Storm <storm@cua.dk>
9548
9549 * find-dired.el (find-dired): Use shell-quote-argument to properly
9550 escape ( and ) args. Also use it on {} and ; args in default
9551 value of find-ls-option string.
9552 (find-grep-dired): Use shell-quote-argument on {} and ; args.
9553
9554 2006-08-27 Michael Olson <mwolson@gnu.org>
9555
9556 * emacs-lisp/tq.el: Small grammar fix in comments.
9557 (tq-enqueue): Check for existence of queue rather than the
9558 head queue item's question, which was a no-op.
9559 (tq-filter, tq-process-buffer): Make sure the process buffer
9560 exists before making it the current buffer.
9561
9562 2006-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9563
9564 * term/mac-win.el (mac-apple-event-map): Rename hicommand to hi-command.
9565 (mac-dnd-drop-data): Apply 2006-08-22 change for x-dnd-drop-data.
9566 (special-event-map): Apply 2006-08-16 change for x-win.el.
9567
9568 2006-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
9569
9570 * progmodes/python.el (python-send-receive): Wait in the
9571 process's buffer so as to check the right buffer-local variables.
9572
9573 2006-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
9574
9575 * emacs-lisp/checkdoc.el: Remove * in defcustoms.
9576 (defgroup checkdoc): Move to beginning.
9577
9578 * progmodes/python.el (python-preoutput-skip-next-prompt): New var.
9579 (python-preoutput-continuation): Remove.
9580 (python-preoutput-filter): Simplify correspondingly.
9581 Remove handling of _emacs_ok. Make sure we skip _emacs_out's prompts.
9582 Loop around to catch embedded _emacs_out output.
9583 (run-python): Send the import&print command on a single line.
9584 (python-send-command): Send command&print on a single line.
9585 (python-send-string): Only add double \n if needed.
9586 (python-send-receive): Loop until the result comes.
9587 (python-mode-running): Defvar it.
9588 (python-setup-brm): Remove unused var `menu'.
9589 Only bind py-mode-map and `features' around brm-init.
9590 (python-calculate-indentation): Remove unused var `point'.
9591 (python-beginning-of-defun): Remove unused var `def-line'.
9592
9593 2006-08-25 Richard Stallman <rms@gnu.org>
9594
9595 * kmacro.el (kmacro-repeat-on-last-key): Doc fix.
9596
9597 2006-08-25 Michael Kifer <kifer@cs.stonybrook.edu>
9598
9599 * emulation/viper.el (viper-set-hooks): Use frame bindings for
9600 viper-vi-state-cursor-color.
9601 (viper-non-hook-settings): Don't set default
9602 mode-line-buffer-identification.
9603
9604 * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
9605 New fun.
9606 (viper-set-cursor-color-according-to-state)
9607 (viper-get-saved-cursor-color-in-replace-mode)
9608 (viper-get-saved-cursor-color-in-insert-mode): Make conditional on
9609 viper-emacs-state-cursor-color.
9610
9611 * emulation/viper-cmd.el (viper-envelop-ESC-key): Bug fix.
9612 (viper-undo): Use point if undo-beg-posn is nil.
9613 (viper-insert-state-post-command-sentinel, viper-change-state-to-emacs)
9614 (viper-after-change-undo-hook): Don't use
9615 viper-emacs-state-cursor-color by default.
9616 (viper-undo): More sensible positioning after undo.
9617
9618 * emulation/viper-ex.el (ex-splice-args-in-1-letr-cmd): Get rid of caddr.
9619 (viper-emacs-state-cursor-color): Default to nil, since this feature
9620 doesn't work well yet.
9621
9622 * ediff-mult.el (ediff-intersect-directories)
9623 (ediff-get-directory-files-under-revision, ediff-dir-diff-copy-file):
9624 always expand filenames.
9625
9626 2006-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
9627
9628 * tumme.el: Remove * in defcustoms's docstrings.
9629
9630 2006-08-24 Chong Yidong <cyd@stupidchicken.com>
9631
9632 * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
9633 Accept internal time format for SECS arg.
9634 (timer-relative-time): Doc fix.
9635
9636 * jit-lock.el: "Stealth fontification by requeuing timers" patch,
9637 adapted from Martin Rudalics.
9638 (jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars.
9639 (jit-lock-mode): Create jit-lock-stealth-repeat-timer.
9640 (jit-lock-stealth-fontify): Reschedule as a idle timer instead of
9641 using sit-for.
9642
9643 2006-08-24 Francesc Rocher <francesc.rocher@gmail.com>
9644
9645 * cus-start.el (all): Add `overline-margin' and
9646 `x-underline-at-descent-line'.
9647
9648 2006-08-24 Kim F. Storm <storm@cua.dk>
9649
9650 * progmodes/grep.el (grep-find-use-xargs): Use explicit value `exec'
9651 to mean "use find -exec"; nil now unambiguously means auto-detect.
9652 (grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'.
9653 Use shell-quote-argument to build grep-find-command and
9654 grep-find-template.
9655 (rgrep): Use shell-quote-argument to properly quote arguments to find.
9656 Reported by Tom Seddon.
9657
9658 2006-08-23 Chong Yidong <cyd@stupidchicken.com>
9659
9660 * startup.el (fancy-splash-head): Give instructions for dismissing
9661 the splash screen for default startup too.
9662 (display-startup-echo-area-message, fancy-splash-screens)
9663 (use-fancy-splash-screens-p): New arg hide-on-input. If nil, show
9664 all splash text at once and keep the splash buffer around.
9665 (command-line-1): Give display-startup-echo-area-message a t arg.
9666
9667 2006-08-23 Carsten Dominik <dominik@science.uva.nl>
9668
9669 * textmodes/org.el (org-follow-gnus-link): Make sure the dedicated
9670 gnus frame is selected.
9671
9672 2006-08-23 Nick Roberts <nickrob@snap.net.nz>
9673
9674 * progmodes/gdb-ui.el (gdb-starting): Reset gdb-signalled to nil.
9675
9676 2006-08-22 Kim F. Storm <storm@cua.dk>
9677
9678 * ido.el (ido-set-matches-1): Fix full matching for subdirs.
9679 Add suffix matching for subdirs.
9680
9681 2006-08-22 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
9682
9683 * x-dnd.el (x-dnd-drop-data): Don't call goto-char if
9684 mouse-yank-at-point is non-nil.
9685
9686 2006-08-22 Nick Roberts <nickrob@snap.net.nz>
9687
9688 * progmodes/gdb-ui.el (gdb-frame-memory-buffer): Make frame
9689 a bit wider and remove fringes to fit initial output on line.
9690
9691 2006-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
9692
9693 * frame.el (blink-cursor-end): Only ignore the error we care about.
9694 (blink-cursor-mode): Use blink-cursor-end to simplify the code.
9695
9696 2006-08-21 Richard Stallman <rms@gnu.org>
9697
9698 * whitespace.el (whitespace-cleanup): Doc fix.
9699
9700 2006-08-20 Ryan Yeske <rcyeske@gmail.com>
9701
9702 * net/rcirc.el (rcirc-show-maximum-output): New var.
9703 (rcirc-buffer-process): If no buffer argument is supplied, use
9704 current-buffer.
9705 (rcirc-complete-nick): Complete to the last completed nick first.
9706 (rcirc-mode): Preserve the value of `rcirc-urls' across
9707 connections. Setup scroll function.
9708 (rcirc-scroll-to-bottom): New function.
9709 (rcirc-print): Use nick syntax around regexp work.
9710 Notice dim-nicks speaking only if they say our nick.
9711 (rcirc-update-activity-string): Do not show the modeline indicator
9712 if there are no live rcirc processes.
9713 (rcirc-cmd-ignore): Ignore case.
9714 (rcirc-browse-url-at-point): Fix off-by-one error.
9715
9716 2006-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
9717
9718 * progmodes/python.el: Remove * in defcustom docstrings.
9719 (run-python, python-proc, python-try-complete): Use derived-mode-p.
9720 (python-mode): Set tab-width and indent-tabs-mode.
9721
9722 2006-08-20 Dave Love <fx@gnu.org>
9723
9724 * progmodes/python.el: Update to Dave Love's latest version.
9725 (python-font-lock-keywords, python-mode): Don't use
9726 font-lock-syntax-table, but match symbol elements explicitly instead.
9727 (python-mode-map): Add help, and a few more key bindings.
9728 (python-skip-comments/blanks): Move out of comments as well.
9729 (python-continuation-line-p): Behave better with unbalanced parens.
9730 (python-blank-line-p): New fun.
9731 (python-open-block-statement-p): Don't use a heuristic.
9732 (python-outdent-p): Better handle blocks-in-the-same-line.
9733 (python-calculate-indentation): Misc improvements.
9734 (python-comment-indent): Remove.
9735 (python-block-pairs): New var.
9736 (python-first-word): New fun.
9737 (python-indentation-levels): Handle more common cases.
9738 (python-indent-line-1): Add `leave' argument.
9739 (python-indent-region): New fun.
9740 (python-skip-out): New fun.
9741 (python-beginning-of-statement, python-end-of-statement): Use it.
9742 (python-next-statement): Return correct count even at eob.
9743 (python-end-of-block): Fix paren-typo.
9744 (python-imenu-create-index): Add module variables.
9745 (run-python): Add `new' arg.
9746 Check we're at a prompt before returning.
9747 (python-send-command): Move to end of buffer.
9748 Wait for prompt to return.
9749 (python-set-proc): New fun.
9750 (python-imports): New var.
9751 (python-describe-symbol): Use it. Adjust to new interface of `ehelp'.
9752 (python-eldoc-function): Try to move out of arg list.
9753 (python-outline-level): Offset by 1.
9754 (python-find-imports): New fun.
9755 (python-symbol-completions): Use python-imports.
9756 (python-module-path, ffap-alist): Add support for ffap.
9757 (python-skeletons, python-mode-abbrev-table, def-python-skeleton)
9758 (python-insert-*, python-default-template, python-expand-template):
9759 Add templates/skeletons.
9760 (python-setup-brm): Support for Bicycle Repair Man.
9761 (python-abbrev-syntax-table): New var.
9762 (python-abbrev-pc-hook, python-pea-hook): New funs.
9763
9764 2006-08-20 Chong Yidong <cyd@stupidchicken.com>
9765
9766 * frame.el (blink-cursor-start): Set timer first.
9767 (blink-cursor-end): Ignore timer cancelling errors.
9768 Suggested by Ken Manheimer.
9769
9770 2006-08-20 Juanma Barranquero <lekktu@gmail.com>
9771
9772 * newcomment.el (comment-box): Call `comment-normalize-vars'.
9773 Add autoload cookie.
9774
9775 2006-08-20 Richard Stallman <rms@gnu.org>
9776
9777 * simple.el (line-number-at-pos): Doc fix.
9778
9779 * emacs-lisp/timer.el (run-with-idle-timer): Pass t to
9780 timer-activate-when-idle, so timer can run before Emacs becomes
9781 non-idle again.
9782
9783 2006-08-18 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
9784
9785 * whitespace.el (whitespace-cleanup-internal): New optional arg
9786 REGION-ONLY. If it's non-nil, modify the message to the user
9787 accordingly.
9788 (whitespace-cleanup-region): Call whitespace-cleanup-internal with
9789 a non-nil argument.
9790
9791 2006-08-18 Gustav H\e,Ae\e(Bllberg <gustav@gmail.com> (tiny change)
9792
9793 * rect.el (spaces-string): Simplify and add doc string.
9794
9795 2006-08-17 Romain Francoise <romain@orebokech.com>
9796
9797 * progmodes/gdb-ui.el (gdb-edit-locals-value): Balance parens.
9798
9799 2006-08-17 Richard Stallman <rms@gnu.org>
9800
9801 * compare-w.el (compare-windows): lambda's take an arg and pass
9802 it to compare-windows-skip-whitespace.
9803
9804 2006-08-17 Martin Rudalics <rudalics@gmx.at>
9805
9806 * jit-lock.el (jit-lock-fontify-now): Protect the modified status of
9807 the right buffer.
9808
9809 2006-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
9810
9811 * pcvs-parse.el (cvs-parse-table): Accept the new `...' format for
9812 removed files.
9813
9814 2006-08-17 Nick Roberts <nickrob@snap.net.nz>
9815
9816 * progmodes/gdb-ui.el (gdb-locals-watch-map)
9817 (gdb-locals-watch-map-1): Suppress keymap first.
9818 (gdb-edit-locals-map-1): New variable.
9819 (gdb-edit-locals-value): New function.
9820 (gdb-stack-list-locals-handler): Use them.
9821
9822 2006-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
9823
9824 * mouse.el (global-map): Allow yanking with mouse-2 at a spot whose
9825 cursor would normally be drawn in the fringe.
9826
9827 * font-lock.el (font-lock-extend-region-wholelines): Fix up typo.
9828 Reported by Martin Rudalics <rudalics@gmx.at>.
9829
9830 2006-08-16 Richard Stallman <rms@gnu.org>
9831
9832 * term/x-win.el (x-clipboard-yank): Specify * in interactive spec.
9833 (special-event-map): Process drag-n-drop events this way.
9834
9835 * simple.el (move-beginning-of-line): Test whether fields
9836 would prevent motion back to line's first visible character.
9837 If so, stop where the fields would stop the motion.
9838
9839 * newcomment.el (comment-indent): Fully update INDENT
9840 before checking to see if it will change the text.
9841
9842 * cus-edit.el (custom-newline): New function.
9843 (custom-mode-map): Bind newline to custom-newline.
9844
9845 * compare-w.el (compare-windows): Factor compare-ignore-whitespace
9846 into ignore-whitespace.
9847 Check each buffer for its skip-function.
9848 Handle compare-windows-skip-whitespace special-case test
9849 by returning t from default skip function.
9850
9851 2006-08-15 Carsten Dominik <dominik@science.uva.nl>
9852
9853 * textmodes/org.el (org-clock-special-range)
9854 (org-clock-update-time-maybe): New functions.
9855 (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
9856 not only a-z.
9857 (org-agenda-get-blocks): Allow multiple blocks per headline.
9858 (org-timestamp-change): Call `org-clock-update-time-maybe'.
9859 (org-export-html-title-format)
9860 (org-export-html-toplevel-hlevel): New options.
9861 (org-export-language-setup): Add support for Czech.
9862 (org-mode, org-insert-todo-heading, org-find-visible)
9863 (org-find-invisible, org-invisible-p, org-invisible-p2)
9864 (org-back-to-heading, org-on-heading-p, org-up-heading-all)
9865 (org-show-subtree, org-show-entry, org-make-options-regexp):
9866 Remove compatibility support for old outline-mode.
9867 (org-check-occur-regexp): Funtion removed.
9868 (org-on-heading-p, org-back-to-heading): Made defalias.
9869 (org-set-local): New defsubst.
9870 (org-set-regexps-and-options, org-mode)
9871 (org-set-font-lock-defaults, org-edit-agenda-file-list)
9872 (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
9873 (org-remember-apply-template, org-table-edit-field)
9874 (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
9875 (org-set-autofill-regexps): Use `org-set-local'.
9876 (org-table-eval-formula): Fix bug with parsing of display flags.
9877
9878 2006-08-15 Nick Roberts <nickrob@snap.net.nz>
9879
9880 * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected
9881 frame with fringe arrow. Suggested by Simon Marshall
9882 <simon.marshall@misys.com>.
9883 (gdb-stack-position): New variable.
9884 (gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
9885 (gdb-frames-mode): Set gdb-stack-position to nil.
9886 Add to overlay-arrow-variable-list
9887 (gdb-reset): Delete gdb-stack-position from above list.
9888
9889 2006-08-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9890
9891 * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
9892 read only.
9893
9894 2006-08-13 Romain Francoise <romain@orebokech.com>
9895
9896 * cus-theme.el (customize-create-theme)
9897 (custom-theme-visit-theme): End `y-or-n-p' prompt with a space.
9898
9899 * filesets.el (filesets-add-buffer): Ditto.
9900
9901 * pcvs.el (cvs-change-cvsroot): Ditto.
9902
9903 2006-08-13 Nick Roberts <nickrob@snap.net.nz>
9904
9905 * progmodes/gdb-ui.el (gdb-frame-separate-io-buffer)
9906 (gdb-use-separate-io-buffer, menu): Avoid using `inferior' in text.
9907 (gdb-memory-mode, gdb-locals-watch-map): Don't quote lambda
9908 expressions.
9909 (gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp.
9910 Only search till end of line.
9911 Add face to function names in case of no filename.
9912 Add face to variable names of watchpoints.
9913
9914 2006-08-12 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
9915
9916 * cus-start.el <indent-tabs-mode>: Move to the `indent'
9917 customization group.
9918
9919 2006-08-12 Ken Manheimer <ken.manheimer@gmail.com>
9920
9921 * allout.el (allout-prior-bindings, allout-added-bindings):
9922 Remove, after long deprecation.
9923 (allout-beginning-of-line-cycles, allout-end-of-line-cycles):
9924 Add customization vars controlling allout-beginning-of-line and
9925 allout-end-of-line conveniences.
9926 (allout-header-prefix, allout-use-mode-specific-leader)
9927 (allout-use-mode-specific-leader, allout-mode-leaders):
9928 Revise docstrings.
9929 (allout-infer-header-lead): Change to be an alias for
9930 allout-infer-header-lead-and-primary-bullet.
9931 (allout-infer-header-lead-and-primary-bullet): New version of
9932 allout-infer-header-lead which assigns the primary bullet to the
9933 same as the header lead, when its being changed.
9934 (allout-infer-body-reindent): Apply regexp-quote instead of
9935 unconditionally prepending "\\", so that all literal
9936 allout-header-prefix and allout-primary-bullet strings are
9937 properly handled.
9938 (allout-add-resumptions): Add optional qualifier for extending or
9939 appending to existing values, rather than replacing them.
9940 (allout-view-change-hook): Clarify docstring.
9941 (allout-exposure-change-hook): Take explicit arguments, via
9942 run-hook-with-args.
9943 (allout-structure-added-hook)
9944 (allout-structure-deleted-hook)
9945 (allout-structure-shifted-hook): New hooks analogous to
9946 allout-exposure-change-hook for other kinds of structural outline
9947 edits.
9948 (allout-encryption-plaintext-sanitization-regexps): New encryption
9949 customization variable, by which cooperating modes can provde
9950 massage of the plaintext without actually being passed it.
9951 (allout-encryption-ciphertext-rejection-regexps)
9952 (allout-encryption-ciphertext-rejection-ceiling): New encryption
9953 customization variables, by which cooperating modes can prohibit
9954 rare but possible ciphertext patterns from fouling their
9955 operation, with actually being passed the ciphertext.
9956 (allout-mode): Run activation and deactivation hooks after the
9957 minor-mode variable has been toggled, to clarify the mode
9958 disposition. The new encryption ciphertext rejection variable is
9959 used to ensure that the ciphertext does not contain text that
9960 would be recognized as outline structural elements by allout.
9961 Substite allout-beginning-of-line and allout-end-of-line for
9962 conventionall beginning-of-line and end-of-line bindings.
9963 If allout-old-style-prefixes is non-nil, don't nullify it on mode
9964 activation!
9965 (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
9966 (allout-end-of-line): Respect `allout-end-of-line-cycles'.
9967 (allout-chart-subtree): Implement new mode, charting only the
9968 visible items in the subtree, when new 'visible' parameter is non-nil.
9969 (allout-end-of-subtree): Properly handle the last item in the buffer.
9970 (allout-pre-command-business, allout-command-counter):
9971 Increment an advertised counter so that cooperating enhancements can
9972 track revisions of items.
9973 (allout-open-topic): Run allout-structure-added-hook with suitable
9974 arguments.
9975 (allout-shift-in): Run allout-structure-shifted-hook with suitable
9976 arguments.
9977 (allout-shift-out): Fix doubling for negative args and ensure call
9978 of allout-structure-shifted-hook by solely using allout-shift-in.
9979 (allout-kill-line, allout-kill-topic):
9980 Run allout-structure-deleted-hook with suitable arguments.
9981 (allout-yank-processing): Run allout-structure-added-hook with
9982 proper arguments.
9983 (allout-yank): Enclose activity in allout-unprotected.
9984 (allout-flag-region): Run allout-exposure-change-hook with
9985 suitable arguments, instead of making the callee infer the arguments.
9986 (allout-encrypt-string):
9987 Support allout-encryption-plaintext-sanitization-regexps,
9988 allout-encryption-ciphertext-rejection-regexps, and
9989 allout-encryption-ciphertext-rejection-ceiling. Indicate correct
9990 en/de cryption mode in symmetric encryption failure message.
9991 (allout-obtain-passphrase): Use copy-sequence to get a distinct
9992 copy of the passphrase, and don't zero it or we'll corrupt the
9993 stashed copy.
9994 (allout-create-encryption-passphrase-verifier)
9995 (allout-verify-passphrase): Respect the new signature for
9996 allout-encrypt-string.
9997 (allout-get-configvar-values): Convenience for getting a
9998 configuration variable value and handling its absence gracefully.
9999
10000 2006-08-11 Romain Francoise <romain@orebokech.com>
10001
10002 * obsolete/zone-mode.el: Delete.
10003
10004 2006-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
10005
10006 * textmodes/dns-mode.el (dns-mode): Use before-save-hook.
10007
10008 2006-08-11 Thien-Thi Nguyen <ttn@gnu.org>
10009
10010 * emacs-lisp/bindat.el (bindat-ip-to-string):
10011 Use `format-network-address' if possible.
10012
10013 2006-08-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10014
10015 * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
10016
10017 2006-08-10 Chong Yidong <cyd@stupidchicken.com>
10018
10019 * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
10020 restore unread-command-events here.
10021 (edebug-display): Do it here, to detect sit-for interruptions.
10022
10023 2006-08-10 Romain Francoise <romain@orebokech.com>
10024
10025 * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.
10026 (dns-mode-soa-auto-increment-serial): New user option.
10027 (dns-mode-soa-maybe-increment-serial): New function.
10028 (dns-mode): Add the latter to `write-contents-functions'.
10029
10030 * obsolete/zone-mode.el: Move to obsolete/ from net/.
10031 Delete autoload cookies.
10032
10033 2006-08-10 John Wiegley <johnw@newartisans.com>
10034
10035 * eshell/em-glob.el (eshell-glob-chars-list)
10036 (eshell-glob-translate-alist): Add support for [^g] in character globs.
10037
10038 2006-08-10 Richard Stallman <rms@gnu.org>
10039
10040 * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces.
10041 (facemenu-set-face): Doc fix.
10042 (facemenu-listed-faces): Doc fix.
10043
10044 2006-08-09 Chong Yidong <cyd@stupidchicken.com>
10045
10046 * avoid.el (mouse-avoidance-animating-pointer): New var.
10047 (mouse-avoidance-nudge-mouse): Use it.
10048 (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
10049 (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
10050 (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
10051 Don't activate if currently animating. All callers changed.
10052
10053 2006-08-09 John Wiegley <johnw@newartisans.com>
10054
10055 * calendar/timeclock.el (timeclock-use-elapsed): Added a new
10056 variable, which causes timeclock to report elapsed time worked,
10057 instead of just work remaining.
10058
10059 2006-08-09 Kenichi Handa <handa@m17n.org>
10060
10061 * international/latexenc.el (latexenc-find-file-coding-system):
10062 Fix for the case that the 2nd element of arg-list is a cons.
10063
10064 2006-08-08 Chong Yidong <cyd@stupidchicken.com>
10065
10066 * info.el (Info-fontify-node): Handle preceding `in' for note
10067 reference hiding rules.
10068
10069 2006-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
10070
10071 * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
10072 mistake a closing " for an opening one.
10073
10074 2006-08-07 Dan Nicolaescu <dann@ics.uci.edu>
10075
10076 * term/xterm.el (terminal-init-xterm): Add more key bindings.
10077
10078 2006-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
10079
10080 * complete.el (PC-do-completion): Filter out completions matching
10081 completion-ignored-extensions before checking whether there are
10082 multiple completions.
10083 Don't use `list' unnecessarily when building completion tables.
10084
10085 2006-08-06 Richard Stallman <rms@gnu.org>
10086
10087 * help.el (describe-mode): Make minor mode list more concise.
10088
10089 2006-08-05 Chong Yidong <cyd@stupidchicken.com>
10090
10091 * bindings.el: Give mode-line-format, mode-line-modes, and
10092 mode-line-position `standard-value' properties.
10093
10094 2006-08-05 Eli Zaretskii <eliz@gnu.org>
10095
10096 * buff-menu.el (list-buffers-noselect): For Info buffers, use
10097 "(file)node" instead of the file name.
10098
10099 2006-08-05 Richard Stallman <rms@gnu.org>
10100
10101 * faces.el (escape-glyph): Doc fix.
10102
10103 2006-08-04 Kenichi Handa <handa@m17n.org>
10104
10105 * international/mule-diag.el (describe-font): Improve docstring
10106 and error message. Use frame-parameter (not frame-parameters).
10107
10108 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
10109
10110 * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
10111 Correctly mark the end-of-docstring char.
10112
10113 2006-08-03 Chong Yidong <cyd@stupidchicken.com>
10114
10115 * simple.el (line-move-to-column): Constrain move-to-column to
10116 current field.
10117
10118 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
10119
10120 * font-lock.el (font-lock-beg, font-lock-end)
10121 (font-lock-extend-region-functions): New vars.
10122 (font-lock-extend-region-multiline)
10123 (font-lock-extend-region-wholelines): New functions.
10124 (font-lock-default-fontify-region): Use them.
10125 (font-lock-extend-jit-lock-region-after-change): Only round up
10126 if font-lock-default-fontify-region will do it as well.
10127
10128 * font-lock.el (font-lock-extend-after-change-region-function):
10129 Rename from font-lock-extend-region-function.
10130 (font-lock-extend-region): Remove by inlining at call sites.
10131 (font-lock-after-change-function): Don't needlessly round up to a whole
10132 number of lines.
10133 (font-lock-extend-jit-lock-region-after-change): Be more careful about
10134 the boundary conditions and the interactions between the various ways
10135 to extend the region.
10136
10137 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
10138
10139 * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's
10140 modification status when forcing the second redisplay.
10141
10142 2006-08-03 Kim F. Storm <storm@cua.dk>
10143
10144 * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame.
10145
10146 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
10147
10148 * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
10149 doesn't look like a file name.
10150
10151 * complete.el (PC-expand-many-files): Avoid signalling an error when
10152 the current directory doesn't exist. Reported by Micha\e,Ak\e(Bl Cadilhac.
10153
10154 2006-08-02 Andreas Schwab <schwab@suse.de>
10155
10156 * bindings.el (mode-line-format): Simplify reference to vc-mode.
10157
10158 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
10159
10160 * bindings.el (map): Make mode-line-buffer-identification-keymap
10161 before defining propertized-buffer-identification.
10162
10163 2006-08-01 Richard Stallman <rms@gnu.org>
10164
10165 * bindings.el (mode-line-format): Adjust spacing around vc-mode.
10166
10167 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
10168
10169 * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
10170 default value.
10171 (gdb-find-source-frame): New function.
10172 (menu): Add to menu bar.
10173
10174 2006-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
10175
10176 * font-core.el (font-lock-extend-region-function)
10177 (font-lock-extend-region): Move to font-lock.el.
10178
10179 * font-lock.el (font-lock-extend-region-function)
10180 (font-lock-extend-region): Move from font-core.el. Simplify.
10181
10182 * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
10183 if needed.
10184 (jit-lock-start, jit-lock-end): New dynamic scoped vars.
10185 (jit-lock-after-change-extend-region-functions): New hook.
10186 (jit-lock-after-change): Use it instead of hard-coding font-lock code.
10187
10188 * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
10189 (font-lock-turn-on-thing-lock): Use it.
10190
10191 * longlines.el (longlines-show-region): Make it work on read-only
10192 buffers as well.
10193
10194 2006-08-01 Nick Roberts <nickrob@snap.net.nz>
10195
10196 * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
10197
10198 2006-07-31 Richard Stallman <rms@gnu.org>
10199
10200 * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
10201 (vhdl-speedbar-display-projects): Update old obsolete
10202 speedbar variable names.
10203
10204 2006-07-31 Nick Roberts <nickrob@snap.net.nz>
10205
10206 * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
10207 (gdb-stopped): Use it.
10208
10209 * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
10210
10211 2006-07-29 Chong Yidong <cyd@stupidchicken.com>
10212
10213 * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
10214 for load-history elements.
10215
10216 2006-07-29 Eli Zaretskii <eliz@gnu.org>
10217
10218 * files.el (convert-standard-filename): For Cygwin, replace
10219 characters not allowed in Windows file names.
10220 (make-auto-save-file-name): Add Cygwin to the list of systems
10221 where the auto-save file name needs to be run through
10222 convert-standard-filename.
10223
10224 2006-07-29 Lennart Borgman <lennart.borgman.073@student.lu.se>
10225
10226 * window.el (bw-get-tree): Don't integerp subtree if it's nil.
10227
10228 2006-07-28 Richard Stallman <rms@gnu.org>
10229
10230 * bindings.el (mode-line-frame-identification)
10231 (propertized-buffer-identification): Centralize the code
10232 to initialize the variable.
10233
10234 * progmodes/grep.el (grep-default-command): Catch errors from
10235 wildcard-to-regexp.
10236
10237 2006-07-29 Kim F. Storm <storm@cua.dk>
10238
10239 * progmodes/grep.el (grep-tag-default): New function.
10240 (grep-default-command, grep-read-regexp): Use it.
10241 (grep-read-files): Use car of grep-files-history or grep-files-aliases
10242 as default if nothing else applies.
10243
10244 2006-07-28 Bill Atkins <atkinw@rpi.edu> (tiny change)
10245
10246 * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
10247 Throw error if buffer is not in Dired and Wdired mode, respectively.
10248
10249 2006-07-28 Chong Yidong <cyd@stupidchicken.com>
10250
10251 * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
10252 self-insert-command keys don't activate buttons.
10253 (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
10254
10255 2006-07-29 Nick Roberts <nickrob@snap.net.nz>
10256
10257 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
10258 faces for enable character.
10259
10260 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
10261
10262 * Makefile.in (recompile): Update comment to reflect change
10263 on 2004-04-21.
10264
10265 2006-07-27 Richard Stallman <rms@gnu.org>
10266
10267 * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
10268 (customize-package-emacs-version): Change msg when pkg has no entry.
10269 (custom-no-edit): On a button, do like widget-button-press.
10270
10271 2006-07-27 Dan Nicolaescu <dann@ics.uci.edu>
10272
10273 * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
10274 S-tab and C-S-tab.
10275
10276 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
10277
10278 * progmodes/which-func.el (which-function): Fix documentation/
10279 comment typo.
10280
10281 2006-07-26 Richard Stallman <rms@gnu.org>
10282
10283 * textmodes/ispell.el (ispell-word): If we replace the word,
10284 move point to the end. Insert before deleting.
10285
10286 2006-07-26 Chong Yidong <cyd@stupidchicken.com>
10287
10288 * subr.el (sit-for): Use new SECONDS arg of read-event instead of
10289 a timer.
10290
10291 2006-07-26 Mathias Dahl <mathias.dahl@gmail.com>
10292
10293 * tumme.el (tumme-backward-image): Add prefix argument. Add error
10294 when at first image.
10295 (tumme-forward-image): Add prefix argument. Add error when at last
10296 image.
10297
10298 2006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
10299
10300 * tabify.el (tabify-regexp): Use more specific regexps.
10301 (tabify): Avoid modifying the buffer unnecessarily.
10302
10303 2006-07-25 Mathias Dahl <mathias.dahl@gmail.com>
10304
10305 * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
10306 (tumme-format-properties-string): Handle empty `buf'.
10307 (tumme-get-comment): Change variable names inside `let'.
10308 Add missing `let' variable that cause font-lock problems.
10309 (tumme-write-comments): Change variable names inside `let'.
10310 Add missing `let' variable that cause font-lock problems.
10311 (tumme-forward-image): Rename from `tumme-forward-char'.
10312 (tumme-backward-image): Rename from `tumme-backward-char'.
10313
10314 2006-07-25 Masatake YAMATO <jet@gyve.org>
10315
10316 * progmodes/ld-script.el (ld-script-keywords)
10317 (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
10318 and add comments.
10319
10320 2006-07-25 Nick Roberts <nickrob@snap.net.nz>
10321
10322 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
10323 (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
10324 (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
10325 for status indicator.
10326
10327 2006-07-24 Richard Stallman <rms@gnu.org>
10328
10329 * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
10330
10331 * subr.el (dolist, dotimes): Use interned symbols for locals.
10332 (--dotimes-limit--, --dolist-tail--): New defvars.
10333 (looking-back): Doc fix.
10334
10335 * replace.el (replace-match-string-symbols): Handle dotted lists.
10336
10337 2006-07-24 Mathias Dahl <mathias.dahl@gmail.com>
10338
10339 * tumme.el (tumme-write-tags): Add.
10340 (tumme-write-comments): Add.
10341 (tumme-tag-files): Change to use `tumme-write-tags'.
10342 (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
10343 (tumme-dired-comment-files): Change to use `tumme-write-comments'.
10344 (tumme-save-information-from-widgets): Change to use
10345 `tumme-write-comments' and `tumme-write-tags'.
10346 (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
10347 (tumme-write-tag): Remove.
10348 (tumme-write-comment): Remove.
10349 (tumme-display-previous-thumbnail-original): Remove empty line.
10350 (tumme-widget-list): Add punctuation.
10351
10352 2006-07-24 Mathias Dahl <mathias.dahl@gmail.com>
10353
10354 * tumme.el (tumme-line-up): Add an extra check for end of buffer.
10355
10356 2006-07-24 Daiki Ueno <ueno@unixuser.org>
10357
10358 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
10359 letters from the end. Thanks to "David Smith" <davidsmith@acm.org>
10360 and andreas@altroot.de (Andreas V\e,Av\e(Bgele).
10361
10362 2006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
10363
10364 * mouse.el (mouse-on-link-p): Doc fix.
10365
10366 2006-07-23 Nick Roberts <nickrob@snap.net.nz>
10367
10368 * emacs-lisp/find-func.el (find-function-search-for-symbol):
10369 Handle "C-h f `".
10370
10371 2006-07-22 Dan Nicolaescu <dann@ics.uci.edu>
10372
10373 * ibuffer.el (ibuffer-formats): Use left alignment for the mode
10374 column.
10375
10376 2006-07-22 Matt Hodges <MPHodges@member.fsf.org>
10377
10378 * textmodes/table.el: Add move-beginning-of-line and
10379 move-end-of-line to Point Motion Only Group.
10380
10381 2006-07-22 Eric Hanchrow <offby1@blarg.net> (tiny change)
10382
10383 * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
10384
10385 2006-07-22 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
10386
10387 * startup.el (user-mail-address): Initialize from the `EMAIL'
10388 environment variable first. Document this.
10389 (command-line): Ditto.
10390
10391 2006-07-22 Nick Roberts <nickrob@snap.net.nz>
10392
10393 * help-mode.el (help-function-def, help-variable-def)
10394 (help-face-def): Print a message in the minibuffer.
10395
10396 2006-07-21 Dan Nicolaescu <dann@ics.uci.edu>
10397
10398 * term/xterm.el (terminal-init-xterm): Fix key bindings
10399 syntax. Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
10400
10401 2006-07-21 Eli Zaretskii <eliz@gnu.org>
10402
10403 * dos-w32.el (find-buffer-file-type-coding-system): Support calls
10404 where `(nth 1 command)' is a cons cell. Doc fix.
10405
10406 * textmodes/po.el (po-find-charset): Doc fix.
10407
10408 2006-07-21 Ken Manheimer <ken.manheimer@gmail.com>
10409
10410 * allout.el (allout-unprotected, allout-e-o-prefix-p)
10411 (allout-beginning-of-current-line, allout-end-of-current-line)
10412 (allout-next-visible-heading, allout-open-topic)
10413 (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
10414 (allout-flag-current-subtree, allout-show-to-offshoot)
10415 (allout-hide-current-entry, allout-show-current-branches)
10416 (allout-hide-region-body, allout-old-expose-topic)
10417 (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
10418 (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
10419 containing `beginning-of-line' and `end-of-line' with
10420 `inhibit-field-text-motion' t.
10421
10422 2006-07-21 Eli Zaretskii <eliz@gnu.org>
10423
10424 * frame.el (focus-follows-mouse): Document that it doesn't have
10425 any effect on MS-Windows.
10426
10427 2006-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
10428
10429 * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
10430
10431 2006-07-20 Jay Belanger <belanger@truman.edu>
10432
10433 * calc/calc.el (calc-previous-alg-entry): Remove variable.
10434
10435 * calc/calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
10436 New variables.
10437 (calc-alg-entry): Use `calc-alg-entry-history'.
10438 (calc-do-quick-calc): Use `calc-quick-calc-history'.
10439 Remove reference to `calc-previous-alg-entry'.
10440 (calcAlg-edit, calcAlg-enter): Remove reference to
10441 `calc-previous-alg-entry'.
10442 (calcAlg-previous): Use `previous-history-element' instead of
10443 `calc-previous-alg-entry'.
10444 (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
10445 Change keybinding for `calcAlg-plus-minus', add keybindings for
10446 `previous-history-element' and `next-history-element'.
10447
10448 * calc/calc-rewr.el (calc-match): Remove reference to
10449 `calc-previous-alg-entry'.
10450
10451 * calc/calc-sel.el (calc-selection-history): New variable.
10452 (calc-enter-selection, calc-sel-mult-both-sides)
10453 (calc-sel-add-both-sides): Use `calc-selection-history'.
10454
10455 * calc/calc-map.el (calc-get-operator-history): New variable.
10456 (calc-get-operator): Use `calc-get-operator-history'.
10457
10458 * calc/calcalg3.el (calc-curve-fit-history): New variable.
10459 (calc-curve-fit): Use `calc-curve-fit-history'.
10460
10461 2006-07-20 Kenichi Handa <handa@m17n.org>
10462
10463 * international/mule-cmds.el (select-safe-coding-system): Fix the
10464 way of deciding eol-type of the coding system.
10465
10466 2006-07-20 Alan Mackenzie <acm@muc.de>
10467
10468 * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
10469 (c-lang-setvar): New macro.
10470 (c-make-init-lang-vars-fun): Use the initialization forms in
10471 c-emacs-variable-inits in addition to those in c-lang-variable-inits.
10472 (comment-start, comment-end, comment-start-skip): Change these from
10473 c-lang-defvar's to c-lang-setvar's.
10474
10475 * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
10476 which calls make-local-variable on the elements of
10477 c-emacs-variable-inits.
10478 (c-init-language-vars-for): Call this new macro.
10479
10480 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
10481
10482 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
10483 Try to rule out false positives due to time stamps.
10484 (compilation-mode-font-lock-keywords): Remove rules made redundant
10485 because of the above change. Add `segmentation fault' to the known and
10486 highlighted compilation termination messages.
10487
10488 2006-07-19 Kim F. Storm <storm@cua.dk>
10489
10490 * progmodes/grep.el (grep-find-ignored-directories):
10491 Add .svn and _darcs to list.
10492
10493 2006-07-19 Mathias Dahl <mathias.dahl@gmail.com>
10494
10495 * dired.el (dired-mode-map): Add key binding `C-te' for
10496 `tumme-dired-edit-comment-and-tags'.
10497
10498 * tumme.el (tumme-display-thumbnail-original-image): Make sure
10499 image display buffer is displayed before call to
10500 `tumme-display-image.
10501 (tumme-dired-display-image): Make sure image display buffer is
10502 displayed before call to `tumme-display-image.
10503 (tumme-mouse-display-image): Make sure image display buffer is
10504 displayed before call to `tumme-display-image.
10505 (tumme-widget-list): Add.
10506 (tumme-dired-edit-comment-and-tags): Add.
10507 (tumme-save-information-from-widgets): Add.
10508
10509 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
10510
10511 * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
10512
10513 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
10514
10515 * progmodes/sh-script.el (sh-font-lock-keywords-1):
10516 Revert inadvertently installed patch hunk.
10517
10518 * progmodes/compile.el (compilation-find-file): Handle the
10519 cases where the user selects a non-existent file.
10520
10521 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
10522
10523 * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
10524
10525 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
10526
10527 * subr.el (sit-for): Just sleep-for if noninteractive.
10528
10529 2006-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
10530
10531 * emacs-lisp/autoload.el (make-autoload): Use new arg.
10532
10533 * custom.el (custom-autoload): Add `noset' argument.
10534 (custom-push-theme): Don't autoload the variable, let callers do it.
10535 (custom-theme-set-variables): Autoload the variable if necessary.
10536
10537 * cus-edit.el (custom-variable-state-set): If the variable was
10538 originally set outside custom, but to the same value as the default,
10539 consider it to be standard.
10540
10541 * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
10542 file *before* telling Emacs to add the autoloads, in case it fails.
10543
10544 * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
10545 Use `cond', push', and `dolist'.
10546
10547 2006-07-17 Richard Stallman <rms@gnu.org>
10548
10549 * image-mode.el (tar-superior-buffer, archive-superior-buffer):
10550 Add defvars to silence warnings.
10551
10552 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
10553
10554 * progmodes/compile.el (compilation-mode-font-lock-keywords):
10555 Don't highlight "Compiling file" messages as error.
10556
10557 * dired-aux.el (dired-compress-file): Confirm again if gzipped
10558 file already exists.
10559
10560 2006-07-16 Thien-Thi Nguyen <ttn@gnu.org>
10561
10562 * find-file.el (ff-special-constructs): Doc fix. Also, for C/C++
10563 entry, don't assign to free var; simply return the extracted filename.
10564 (ff-treat-as-special): Incorporate common preamble from callers.
10565 (ff-other-file-name, ff-find-the-other-file):
10566 Update call to ff-treat-as-special.
10567
10568 * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
10569
10570 2006-07-16 Mathias Dahl <mathias.dahl@gmail.com>
10571
10572 * tumme.el (tumme-get-comment): Fix bug.
10573
10574 2006-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
10575
10576 * files.el: Remove spurious * in docstrings.
10577
10578 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
10579
10580 * allout.el (allout-run-unit-tests-on-load): Rectify docstring
10581 grammar.
10582 (allout-beginning-of-current-line): Beware beginning of buffer.
10583 Also, a comment is simplified.
10584 (allout-hotspot-key-handler): Only set allout-post-goto-bullet
10585 when appropriate. (This fix enables use for other than
10586 bullet-hotspot operation.)
10587 (allout-hide-current-subtree): While escalating to sibling-close,
10588 make sure to situate on a topic.
10589
10590 2006-07-14 Kim F. Storm <storm@cua.dk>
10591
10592 * emulation/cua-base.el (cua-delete-selection)
10593 (cua-toggle-set-mark): New defcustoms.
10594 (cua-rectangle-modifier-key): Add `alt' modifier.
10595 (cua-replace-region): Don't delete if cua-delete-selection is nil.
10596 (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
10597 Suggested by Klaus Zeitler <kzeitler@lucent.com>.
10598
10599 * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
10600
10601 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
10602
10603 * allout.el: Require 'cl during byte-compilation/interactive load,
10604 for the `assert' macro.
10605 (allout-mode-deactivate-hook): New hook, run when allout mode
10606 deactivates.
10607 (allout-developer): New allout customization subgroup.
10608 (allout-run-unit-tests-on-load): New allout-developer
10609 customization variable, when true allout unit tests are run towards
10610 end of file load/eval.
10611 (allout-inhibit-auto-fill): Disable auto-fill activity even during
10612 auto-fill-mode.
10613 (allout-resumptions): Remove, to be replaced by...
10614 (allout-add-resumptions): Register variable settings to be
10615 reinstated by `allout-do-resumptions'. The settings are made
10616 buffer-local, but the locality/globality of the suspended setting
10617 is restored on resumption.
10618 (allout-do-resumptions): Reinstate all settings suspended using
10619 `allout-add-resumptions'.
10620 (allout-test-resumptions): Unit tests (and intermediate variables)
10621 for resumptions.
10622 (allout-tests-globally-unbound, allout-tests-globally-true)
10623 (allout-tests-locally-true): Intermediate variables for
10624 resumptions unit tests.
10625 (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
10626 (allout-exposure-category): Replaces 'allout-overlay-category variable.
10627 (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
10628 instead of retired `allout-resumptions'. For hook functions, use
10629 `local' parameter so hook settings are created and removed as
10630 buffer-local settings. Revise (resumptions) setting
10631 auto-fill-function so it is set only if already active. (The
10632 related fill-function settings are all made in either case, so
10633 that activating auto-fill-mode activity will have the custom
10634 allout-mode behaviors (hanging indent on topics, if configured for it).
10635 Remove all allout-exposure-category overlays on mode deactivation.
10636 (allout-hotspot-key-handler): New function extracted from
10637 `allout-pre-command-business', so the functionality can be used
10638 for other purposes, eg as a binding in an overlay.
10639 (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
10640 (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
10641 customization variable.
10642 (allout-run-unit-tests): Run the (currently quite small)
10643 repertoire of unit tests. Called just before the provide iff user
10644 has customized `allout-run-unit-tests-on-load' non-nil.
10645
10646 2006-07-14 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
10647
10648 * emacs-lisp/authors.el (authors-aliases): Update.
10649
10650 2006-07-14 Nick Roberts <nickrob@snap.net.nz>
10651
10652 * progmodes/gdb-ui.el (gdb-display-buffer): Check for
10653 gdb-source-window. Add dedicated argument.
10654 (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
10655 (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
10656 (gdb-display-threads-buffer, gdb-display-memory-buffer)
10657 (gdb-display-locals-buffer): Use it.
10658
10659 * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
10660 Set gdb-source-window.
10661
10662 2006-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
10663
10664 * emacs-lisp/autoload.el (make-autoload): Remove special handling of
10665 minor modes, redundant with the custom-autoload line above.
10666
10667 2006-07-12 Chong Yidong <cyd@stupidchicken.com>
10668
10669 * longlines.el (longlines-post-command-function): Handle open-line too.
10670
10671 2006-07-12 Richard Stallman <rms@gnu.org>
10672
10673 * progmodes/grep.el (grep-last-buffer): Doc fix.
10674
10675 * info.el (Info-try-follow-nearest-node): Doc fix.
10676
10677 * emacs-lisp/edebug.el (edebug-instrument-function):
10678 Err if find-function-noselect gives no position.
10679
10680 * emacs-lisp/find-func.el (find-function-search-for-symbol):
10681 If can't find definition, return nil for position.
10682 (find-function-do-it): Handle new return value
10683 of find-definition-noselect.
10684 (find-definition-noselect, find-variable-noselect): Doc fix.
10685 (find-function-noselect): Doc fix.
10686
10687 * help-mode.el (help-variable-def): Handle find-variable-noselect
10688 returning no position.
10689 (help-function-def): Likewise for find-function-search-for-symbol.
10690 (help-face-def): Likewise.
10691
10692 * help-fns.el (describe-variable): Handle find-variable-noselect
10693 returning no position.
10694
10695 * files.el (locate-file-completion): Avoid duplicates in result.
10696
10697 * cus-edit.el (custom-no-edit): New command.
10698 (custom-mode-map): Remap to custom-no-edit instead of
10699 using suppress-keymap.
10700
10701 2006-07-12 Nick Roberts <nickrob@snap.net.nz>
10702
10703 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
10704 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
10705 (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
10706
10707 * thumbs.el (thumbs-call-convert): Use shell-command-switch.
10708
10709 2006-07-11 Kim F. Storm <storm@cua.dk>
10710
10711 * ido.el (ido-copy-current-file-name): Use buffer-name if
10712 buffer-file-name is nil.
10713
10714 2006-07-11 Chong Yidong <cyd@stupidchicken.com>
10715
10716 * simple.el (undo-ask-before-discard): Set to nil.
10717
10718 * vc.el (vc-exec-after): Don't delete process manually.
10719 (vc-print-log): Run log-view-mode in process sentinel inside
10720 inhibit-read-only. Don't shrink window due to timing issues.
10721
10722 * progmodes/ebrowse.el (ebrowse-display-member-buffer):
10723 Avoid using with-output-to-temp-buffer, which clobbers local vars.
10724
10725 2006-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
10726
10727 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10728 Fix ambiguity introduced by last change.
10729 (compilation-find-file): Move save-excursion to where it may
10730 make sense. Fix a left over `find-file'.
10731
10732 2006-07-11 Robert J. Chassell <bob@rattlesnake.com>
10733
10734 * textmodes/texinfmt.el (texinfo-format-separate-node):
10735 Insert a string before point, which fits documentation, not after.
10736 (texinfo-multitable-item): In a multitable row, insert any
10737 additional needed @tabs and spaces.
10738
10739 2006-07-11 Nick Roberts <nickrob@snap.net.nz>
10740
10741 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
10742 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
10743 (tumme-set-exif-data, tumme-get-exif-data): Use call-process
10744 instead of shell-command.
10745 (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
10746 (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
10747 (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
10748 (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
10749 (tumme-thumbnail-set-image-description, tumme-gallery-generate)
10750 (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
10751
10752 2006-07-11 Kim F. Storm <storm@cua.dk>
10753
10754 * subr.el (sit-for): Doc fix. Specify normal arg list using fn-form.
10755 Remove special case for seconds < 0. Use (redisplay t) instead.
10756
10757 2006-07-10 Chong Yidong <cyd@stupidchicken.com>
10758
10759 * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
10760 avoid compilation error.
10761
10762 * subr.el (sit-for): New function.
10763
10764 * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
10765
10766 2006-07-10 Richard Stallman <rms@gnu.org>
10767
10768 * ldefs-boot.el (edebug): Update page.
10769
10770 2006-07-10 Kim F. Storm <storm@cua.dk>
10771
10772 * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
10773 to FOR-RELEASE and TODO.
10774
10775 2006-07-10 Romain Francoise <romain@orebokech.com>
10776
10777 * emacs-lisp/authors.el (authors-aliases): Update.
10778
10779 2006-07-10 Alan Mackenzie <acm@muc.de>
10780
10781 * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
10782 * cc-mode.el: Changes to eradicate eval-after-load.
10783
10784 2006-07-09 Chong Yidong <cyd@stupidchicken.com>
10785
10786 * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
10787 on non-char events.
10788
10789 2006-07-09 Romain Francoise <romain@orebokech.com>
10790
10791 * progmodes/compile.el (compilation-mode-font-lock-keywords):
10792 Don't highlight start/end markers as compilation messages.
10793
10794 * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
10795 to t.
10796
10797 2006-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
10798
10799 * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
10800
10801 2006-07-08 Richard Stallman <rms@gnu.org>
10802
10803 * term/x-win.el (x-handle-display): Add doc string.
10804
10805 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
10806
10807 * subr.el (def-edebug-spec): Move here.
10808 * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
10809
10810 * imenu.el (imenu-choose-buffer-index): Doc fix.
10811
10812 2006-07-08 Romain Francoise <romain@orebokech.com>
10813
10814 * term/x-win.el (x-display-name): Fix typo.
10815
10816 2006-07-08 Eli Zaretskii <eliz@gnu.org>
10817
10818 * hexl.el (hexl-find-file): Doc fix.
10819
10820 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
10821
10822 2006-07-07 Chong Yidong <cyd@stupidchicken.com>
10823
10824 * term/x-win.el (x-display-name): Doc fix.
10825
10826 2006-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
10827
10828 * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
10829 long prefixes.
10830 (fill-region-as-paragraph): Don't round up to a whole line.
10831 (fill-comment-paragraph): Don't include the code-before-the-comment
10832 when calling fill-region-as-paragraph.
10833
10834 * international/mule.el (make-char): Remove redundancy.
10835
10836 * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
10837 property may contain an anonymous function rather than a symbol.
10838
10839 * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
10840
10841 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
10842 Use shy regexp. Fix incorrect backref to potentially unmatched group.
10843
10844 * dirtrack.el (dirtrack-default-directory-function): Remove.
10845 (dirtrack-directory-function): Use file-name-as-directory.
10846 (dirtrack-windows-directory-function): Simplify.
10847 (dirtrack-forward-slash, dirtrack-backward-slash)
10848 (dirtrack-replace-slash): Remove.
10849 (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
10850 (dirtrack): Fix wrong parenthesizing; use match-string.
10851
10852 * progmodes/octave-inf.el: Remove spurious * in docstrings.
10853 (inferior-octave-mode): Only change the buffer-local value of
10854 comint-dynamic-complete-functions.
10855 (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
10856 Move the initialization to the declaration.
10857 (inferior-octave-complete): Remove unused var `filter'.
10858
10859 * shell.el (shell-mode): Only change the buffer-local value of
10860 comint-dynamic-complete-functions.
10861
10862 2006-07-07 Carsten Dominik <dominik@science.uva.nl>
10863
10864 * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
10865 entry is skipped because it has been scheduled.
10866 (org-prepare-agenda-buffers): Don't mark buffers as modified when
10867 changing `:org-archived' and `:org-comment' properties.
10868
10869 2006-07-06 Chong Yidong <cyd@stupidchicken.com>
10870
10871 * server.el (server-select-display): Don't make the temp frame
10872 minibuffer-only, in case it's not a temp frame.
10873 (server-process-filter): Don't delete the temp frame if it's the
10874 only one we have on that display.
10875
10876 * files.el (find-alternate-file): Doc fix.
10877
10878 2006-07-05 Richard Stallman <rms@gnu.org>
10879
10880 * files.el (abbreviate-file-name): Add save-match-data.
10881
10882 2006-07-03 Richard Stallman <rms@gnu.org>
10883
10884 * faces.el (read-face-name): Doc fix.
10885
10886 2006-07-05 Chong Yidong <cyd@stupidchicken.com>
10887
10888 * net/goto-addr.el (goto-address): Mark as safe for local evals.
10889
10890 2006-07-05 Andre Spiegel <spiegel@gnu.org>
10891
10892 * vc.el (vc-diff-internal): Fix prev change.
10893
10894 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
10895
10896 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
10897 * play/dunnet.el (dun-load-d, dun-eval): Likewise.
10898
10899 2006-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
10900
10901 * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
10902 fails if the symbol contains chars like ( or '.
10903 (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
10904 (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
10905 `short'.
10906
10907 2006-07-04 Kenichi Handa <handa@m17n.org>
10908
10909 * international/mule-cmds.el (set-language-info): If LANG-ENV is
10910 the current one, don't call set-language-environment, but call one
10911 of set-language-environment-XXX to make INFO effective now.
10912 (set-language-environment): Call set-language-environment-XXX
10913 functions instead of doing the various setups directly.
10914 (set-language-environment-coding-systems): Delete argument eol-type.
10915 (set-language-environment-input-method)
10916 (set-language-environment-nonascii-translation)
10917 (set-language-environment-charset)
10918 (set-language-environment-fontset)
10919 (set-language-environment-unibyte): New functions.
10920
10921 2006-07-03 Luc Teirlinck <teirllm@auburn.edu>
10922
10923 * locate.el (locate-update-when-revert): New option.
10924 (locate-update-path): New option (suggested by Michael Albinus).
10925 (locate-prompt-for-command): Whitespace change.
10926 (locate-update): No longer offer to update the locate database by
10927 default. Implement the two new options.
10928
10929 2006-07-04 Nick Roberts <nickrob@snap.net.nz>
10930
10931 * tooltip.el: Move comment about track-mouse...
10932
10933 * progmodes/gud.el: ...to here.
10934
10935 2006-07-03 Chong Yidong <cyd@stupidchicken.com>
10936
10937 * facemenu.el (facemenu-listed-faces): New var.
10938 (facemenu-unlisted-faces): Variable deleted.
10939 (facemenu-add-new-face): Use facemenu-listed-faces.
10940
10941 * emulation/viper-init.el, calendar/calendar.el:
10942 * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
10943
10944 2006-07-03 Carsten Dominik <dominik@science.uva.nl>
10945
10946 * textmodes/org.el (org-mode): Remove no invalid settings for
10947 calc embedded mode.
10948 (org-mode-p): New defsubst.
10949 (org-save-all-org-buffers): New function.
10950 (org-first-headline-recenter): Enclose outline-regexp in group
10951 delimiters.
10952 (org-set-tags): Keep single space after stars.
10953
10954 2006-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
10955
10956 * window.el (set-window-text-height): Only set window-min-height to
10957 1 if that's the requested size.
10958
10959 * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
10960 (diff-unified->context, diff-context->unified)
10961 (diff-reverse-direction): Make sure the end marker stays at the end.
10962 (diff-mode): Add the keymap table at the end of docstring.
10963 Use lexical-let rather than constructing a closure manually.
10964
10965 * files.el (find-file-noselect-1): Remove unused var assignment.
10966 (hack-local-variables-confirm): Print lists of strings as lists of
10967 strings rather than lists of symbols.
10968 (abbreviate-file-name, hack-local-variables-prop-line):
10969 Use match-string.
10970 (hack-one-local-variable): Move `make-local-variable' nearer its use.
10971 (recover-session-finish): Use line-end-position.
10972
10973 2006-07-02 Michael Albinus <michael.albinus@gmx.de>
10974
10975 * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
10976
10977 2006-07-02 Daniel Pfeiffer <occitan@esperanto.org>
10978
10979 * progmodes/make-mode.el (makefile-macroassign-regex):
10980 Accept preceding keyword.
10981 (makefile-gmake-statements): Reorganize, now that makepp has
10982 "override" and also handle forgotten "override define".
10983 (makefile-makepp-statements): Add new "global", "override export"
10984 and "override global".
10985
10986 2006-06-30 Juanma Barranquero <lekktu@gmail.com>
10987
10988 * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
10989 (ada-compile-mouse-goto-error, ada-deactivate-properties)
10990 (ada-no-auto-case): Fix typos in docstrings.
10991
10992 2006-06-30 Nick Roberts <nickrob@snap.net.nz>
10993
10994 * info.el (Info-find-node-2): Search for makeinfo version more
10995 carefully.
10996
10997 2006-06-29 Carsten Dominik <dominik@science.uva.nl>
10998
10999 * textmodes/org.el (org-prepare-agenda-buffers):
11000 Use `invisible-OK' argument for `org-end-of-subtree'.
11001 (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
11002 (org-beginning-of-item): Fix bug in regular expression for white line.
11003 (org-export-as-html): Enforce space after bullet in plain list items.
11004 (org-set-autofill-regexps): Require space after plain list bullet
11005 for paragraph-start.
11006 (org-ts-regexp3): New constant.
11007 (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
11008 (org-timestamp-up-day, org-timestamp-down-day)
11009 (org-timestamp-change): Work with inactive timestamps.
11010 (org-ts-regexp1): Don't allow brackets in time stamps.
11011
11012 2006-06-29 Nick Roberts <nickrob@snap.net.nz>
11013
11014 * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
11015 for ignoring links.
11016
11017 * faces.el (read-face-name): Use it.
11018
11019 2006-06-28 Juri Linkov <juri@jurta.org>
11020
11021 * buff-menu.el (list-buffers-noselect): Compare Info file
11022 with the string "dir" to detect Info directory.
11023
11024 * complete.el (partial-completion-mode): In lambda for
11025 `choose-completion-string-functions' use full function signature
11026 with 4 args, and move point to the end of the minibuffer only if arg
11027 `mini-p' is non-nil.
11028
11029 2006-06-28 John Paul Wallington <jpw@pobox.com>
11030
11031 * ibuffer.el (ibuffer-mode): Doc fix.
11032
11033 2006-06-28 Carsten Dominik <dominik@science.uva.nl>
11034
11035 * textmodes/org.el (org-context): New contexts :item-bullet,
11036 :latex-fragment, :latex-preview.
11037 (org-overlays-at, org-overlay-start, org-overlay-end):
11038 New compatibility functions.
11039 (org-inside-LaTeX-fragment-p): More accurate matching, using the
11040 exact regexp that will be used during export.
11041 (org-latex-regexps): New variable.
11042 (org-cdlatex-mode): Improve advice for `texmathp'.
11043 (turn-on-org-cdlatex): New function.
11044
11045 2006-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11046
11047 * term/mac-win.el (mac-handle-font-selection): Change keys of
11048 mac-atsu-font-table from strings to numbers.
11049 (mac-ts-caret-position): Use also when cursor-type is nil.
11050 (mac-ts-update-active-input-area): Add Mac OS Classic support.
11051 Relax condition for using overlay strings.
11052 Use mac-ts-caret-position face when cursor-type is nil.
11053
11054 2006-06-26 Kim F. Storm <storm@cua.dk>
11055
11056 * help.el (view-emacs-news): Declare `res' in the right let* form.
11057
11058 2006-06-25 Michael Albinus <michael.albinus@gmx.de>
11059
11060 * net/rcompile.el (remote-compile): Replace ange-ftp based
11061 implementation by Tramp functions.
11062 Suggested by Marc Abramowitz <msabramo@gmail.com>.
11063
11064 * net/tramp.el (tramp-unload-tramp): Provide a doc string.
11065
11066 2006-06-24 Yoshinori Koseki <kose@meadowy.org>
11067
11068 * international/fontset.el (setup-default-fontset): Fix a typo in
11069 the "Oriya-Akruti" registry name.
11070
11071 2006-06-23 Lars Hansen <larsh@soem.dk>
11072
11073 * desktop.el (desktop-full-file-name): New function.
11074 (desktop-kill, desktop-save, desktop-remove, desktop-read)
11075 (desktop-revert): Use it.
11076 (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
11077 (desktop-after-read-hook): Add option list-buffers.
11078 (desktop-locals-to-save): Add tab-width.
11079 (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
11080 Fix docstring.
11081
11082 2006-06-23 Carsten Dominik <dominik@science.uva.nl>
11083
11084 * textmodes/org.el (org-cdlatex-mode-map)
11085 (org-cdlatex-texmathp-advice-is-done): New variables.
11086 (org-cdlatex-mode): New minor mode.
11087 (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
11088 (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
11089 (org-export-with-archived-trees): New option.
11090 (org-open-file): Remove the call to `convert-standard-filename'.
11091 (org-archive-tag, org-agenda-skip-archived-trees)
11092 (org-cycle-open-archived-trees)
11093 (org-sparse-tree-open-archived-trees): New options.
11094 (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
11095 (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
11096 New functions.
11097 (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
11098 (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
11099 (org-mode-map): Add binding for `org-toggle-archive-tag'.
11100 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
11101 Call `org-prepare-agenda-buffers'.
11102 (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
11103 (org-file-apps, org-file-apps-defaults-gnu)
11104 (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
11105 Handle remote files by forcing them to be opened in Emacs.
11106
11107 2006-06-23 Andre Spiegel <spiegel@gnu.org>
11108
11109 * vc.el (vc-diff-knows-L): New variable.
11110 (vc-diff-internal): Use it to handle "diff" programs that don't
11111 understand -L. This works automatically, no user action is necessary.
11112
11113 2006-06-23 Daniel Brockman <daniel@brockman.se>
11114
11115 * net/rcirc.el (rcirc-default-user-full-name): Default to
11116 `rcirc-default-user-name' instead of `rcirc-user-name' (which no
11117 longer exists).
11118 (rcirc-process-list): Check `buffer-live-p' before attempting to
11119 switch to a buffer.
11120
11121 2006-06-23 Ryan Yeske <rcyeske@gmail.com>
11122
11123 * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
11124 based on rcirc-coding-system-alist.
11125
11126 2006-06-23 Martin Rudalics <rudalics@gmx.at>
11127
11128 * cus-edit.el (customize-apropos): A better error message.
11129 (top level) <debug-ignored-errors>: Extend and update the list of
11130 ignored error messages.
11131
11132 2006-06-23 Michael Ernst <mernst@alum.mit.edu>
11133
11134 * complete.el (PC-do-completion): Retain capitalization of user
11135 input, when possible, even if completion-ignore-case is set.
11136
11137 2006-06-23 Eli Zaretskii <eliz@gnu.org>
11138
11139 * generic-x.el (bat-generic-mode): Support .cmd files.
11140
11141 * dos-w32.el (top level): Use find-file-not-found-functions
11142 instead of the obsolete find-file-not-found-hooks.
11143
11144 2006-06-22 Kim F. Storm <storm@cua.dk>
11145
11146 * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
11147 to recognize mode name containing submodes, such as Grep/lw.
11148
11149 2006-06-21 Kim F. Storm <storm@cua.dk>
11150
11151 * simple.el (line-move-1): Check for move-end-of-line instead of
11152 end-of-line when setting temporary-goal-column.
11153
11154 2006-06-21 Miles Bader <miles@gnu.org>
11155
11156 * play/cookie1.el (cookie): Work properly when there's only one entry.
11157
11158 2006-06-21 Nick Roberts <nickrob@snap.net.nz>
11159
11160 * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
11161 (gdb-frame-handler): Generalize frame regexp for templates.
11162
11163 2006-06-20 Glenn Morris <rgm@gnu.org>
11164
11165 * calendar/appt.el (appt-display-format): Default value must be
11166 one of the customize options.
11167
11168 2006-06-20 Dan Nicolaescu <dann@ics.uci.edu>
11169
11170 * term/xterm.el (terminal-init-xterm): Update key availability info.
11171 Bind C-return.
11172
11173 * term.el (term-delete-lines, term-insert-lines): Clarify comments.
11174
11175 2006-06-20 Chong Yidong <cyd@stupidchicken.com>
11176
11177 * files.el (hack-local-variables): Run `hack-local-variables-hook'
11178 whether or not a local variables list is defined.
11179
11180 * msb.el (msb): Move `sit-for' hack here to handle both
11181 "mouse-down and drag" and "mouse-up and select" situations.
11182 (mouse-select-buffer): Move `sit-for' hack to `msb'.
11183
11184 2006-06-20 Kenichi Handa <handa@m17n.org>
11185
11186 * international/characters.el (word-combining-categories):
11187 Add entries for 2-byte Han characters.
11188
11189 2006-06-19 Richard Stallman <rms@gnu.org>
11190
11191 * bindings.el (mode-line-format): Save some mode line space.
11192
11193 * files.el (find-file-noselect): Improve the question wording.
11194 (basic-save-buffer-2): Mask UMASK against 666.
11195
11196 * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
11197 (mouse-drag-vertical-line): Call it.
11198
11199 * cus-edit.el (customize-option, customize-option-other-window):
11200 Error if SYMBOL is nil.
11201
11202 2006-06-19 Carsten Dominik <dominik@science.uva.nl>
11203
11204 * textmodes/org.el: Require noutline, also on XEmacs.
11205 (org-end-of-subtree): Return point.
11206 (org-dblock-start-re, org-dblock-end-re): New constants.
11207 (org-create-dblock, org-prepare-dblock, org-map-dblocks)
11208 (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
11209 (org-update-all-dblocks, org-find-dblock): New functions.
11210 (org-collect-clock-time-entries): New function.
11211 (org-html-handle-time-stamps): Never export CLOCK timeranges.
11212 (org-fixup-indentation): Modify to deal correctly with lines
11213 starting with TAB. Only one argument DIFF now.
11214 (org-demote, org-promote): Call `org-fixup-indentation' with just
11215 one argument, DIFF.
11216 (org-mode): Don't mark buffer as modified when aligning tables.
11217 (org-clock-sum): Don't mark buffer modified when adding time sum
11218 properties.
11219 (org-export-as-html): Add support for a link validation function.
11220 (org-archive-all-done): New function.
11221 (org-archive-subtree): New prefix argument. When set, archive all
11222 done subtrees in this buffer.
11223 (org-remove-clock-overlays)
11224 (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
11225 (org-inhibit-highlight-removal): New variable, for dynamic scoping.
11226 (org-put-clock-overlay): Don't swallow last headline character
11227 when displaying overlay.
11228 (org-store-link): Link to `image-mode' with just the file name.
11229
11230 2006-06-18 Michael Kifer <kifer@cs.stonybrook.edu>
11231
11232 * emulation/viper-cmd.el (viper-special-read-and-insert-char):
11233 Use read-key-sequence.
11234 (viper-after-change-undo-hook): Misc enhancements.
11235 (viper-after-change-undo-hook): New hook.
11236 (viper-undo): Use viper-after-change-undo-hook.
11237 (viper-add-newline-at-eob-if-necessary): Widen before making changes.
11238 (viper-next-line-at-bol): If point is on a widget or a button, simulate
11239 clicking on that widget/button.
11240
11241 * emulation/viper.el (viper-mode): Allow a separate cursor color
11242 in Emacs state.
11243
11244 * ediff-diff.el (ediff-test-patch-utility): Catch errors.
11245 (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
11246 (ediff-set-actual-diff-options): New function.
11247 (ediff-reset-diff-options, ediff-toggle-ignore-case):
11248 Use ediff-set-actual-diff-options.
11249 (ediff-extract-diffs): Catch errors.
11250 (ediff-whitespace): Add non-breakable space.
11251 (ediff-same-file-contents): Catch errors.
11252
11253 * ediff-mult.el (ediff-collect-custom-diffs):
11254 Save coding-system-for-read.
11255
11256 * ediff-vers.el (ediff-keep-tmp-versions): New variable.
11257 (ediff-vc-internal, ediff-vc-merge-internal):
11258 Use ediff-delete-version-file.
11259 (ediff-delete-version-file): New function.
11260
11261 * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
11262
11263 * ediff.el (ediff-directories, ediff-directory-revisions)
11264 (ediff-merge-directories, ediff-merge-directories-with-ancestor)
11265 (ediff-directories-internal, ediff-merge-directory-revisions)
11266 (ediff-merge-directory-revisions-with-ancestor)
11267 (ediff-directories3): Use read-directory-name.
11268
11269 2006-06-18 Ralf Angeli <angeli@caeruleus.net>
11270
11271 * textmodes/tex-mode.el (tex-font-lock-match-suscript):
11272 Remove superfluous part of regexp for brace matching which is handled
11273 by `scan-lists' call.
11274
11275 2006-06-16 Richard Stallman <rms@gnu.org>
11276
11277 * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
11278
11279 * files.el (basic-save-buffer-2): For a new precious file,
11280 use the default modes in the return value.
11281
11282 * facemenu.el (facemenu-color-alist): Doc fix.
11283
11284 * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
11285
11286 2006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11287
11288 * cus-start.el (all): Add mac-ts-script-language-on-focus.
11289
11290 * term/mac-win.el (mac-text-encoding-ascii): New constant.
11291 (mac-utxt-to-string): Use it.
11292 (mac-ts-update-active-input-area): Use mac-ae-number.
11293
11294 2006-06-15 Dan Nicolaescu <dann@ics.uci.edu>
11295
11296 * term.el (term-handle-scroll, term-delete-lines)
11297 (term-insert-lines): Fix off by one errors.
11298
11299 2006-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
11300
11301 * net/tramp.el (tramp-touch): Use UTC to express time.
11302
11303 2006-06-15 Chong Yidong <cyd@stupidchicken.com>
11304
11305 * mail/sendmail.el (mail-send): Search explicitly for
11306 mail-header-separator when checking for corrupted header lines.
11307
11308 2006-06-15 Nick Roberts <nickrob@snap.net.nz>
11309
11310 * progmodes/gdb-ui.el (gdb-same-frame): New option.
11311 (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
11312 (gdb-init-1): Initialise them.
11313 (gdb-starting): Reset gdb-printing
11314 (gdb-starting): Save value of gud-overlay-arrow-position.
11315 (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
11316 (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
11317 Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
11318 (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
11319
11320 2006-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
11321
11322 * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
11323
11324 2006-06-13 Martin J. Reed <mjreed@essex.ac.uk> (tiny change)
11325
11326 * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
11327 (ldap-search-internal): Keep error messages, and a regexp fix.
11328
11329 2006-06-12 Thien-Thi Nguyen <ttn@gnu.org>
11330
11331 * files.el (hack-local-variables-confirm):
11332 Display string value using its printed representation.
11333
11334 2006-06-11 Chong Yidong <cyd@stupidchicken.com>
11335
11336 * server.el (server-edit): No-op if no server buffers exist.
11337
11338 2006-06-11 Robert J. Chassell <bob@rattlesnake.com>
11339
11340 * textmodes/page-ext.el (pages-directory-for-addresses):
11341 Including `pages-directory-address-mode' in the function results
11342 in the message "Buffer in which pages were found is deleted".
11343
11344 2006-06-10 Carsten Dominik <dominik@science.uva.nl>
11345
11346 * textmodes/org.el (org-agenda-mode-map): Add bindings for
11347 clocking functions.
11348
11349 (org-agenda-clock-in, org-check-running-clock)
11350 (org-clock-out-if-current, org-remove-clock-overlays)
11351 (org-put-clock-overlay): New functions.
11352 (org-clock-marker, org-clock-file-total-minutes)
11353 (org-clock-overlays): New variables.
11354 (org-clock-display, org-clock-sum, org-clock-cancel)
11355 (org-clock-out, org-clock-in): New commands.
11356 (org-export): New function.
11357 (org-emph-re): New constant.
11358 (org-set-emph-re, org-do-emphasis-faces): New functions.
11359 (org-emphasis-regexp-components, org-emphasis-alist): New options.
11360 (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
11361 (org-export-html-convert-emphasize): Use the configurable emphasis.
11362 (org-cleaned-string-for-export): Make multiline emphasis visible
11363 to the exporter. New optional argument PARAMETERS.
11364 (org-export-as-html): Specify :emph-multiline parameter to
11365 `org-cleaned-string-for-export'.
11366
11367 2006-06-10 Richard Stallman <rms@gnu.org>
11368
11369 * help.el (help-for-help-internal): Clean up help text.
11370
11371 2006-06-10 Andreas Schwab <schwab@suse.de>
11372
11373 * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
11374 in doc string.
11375
11376 * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
11377
11378 2006-06-09 Karl Chen <quarl@cs.berkeley.edu>
11379
11380 * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
11381 spaces after the comment start.
11382
11383 2006-06-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
11384
11385 * play/pong.el (pong-init-buffer):
11386 Fill buffer with spaces instead of ^A.
11387
11388 * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
11389 launched asynchronously, delete its process instead of being cool.
11390 (ispell-async-processp): Check for `delete-process' existence
11391 instead of `kill-process' one for consistency.
11392
11393 2006-06-09 Nick Roberts <nickrob@snap.net.nz>
11394
11395 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
11396 (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
11397 in mode line at startup.
11398
11399 2006-06-08 Kim F. Storm <storm@cua.dk>
11400
11401 * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
11402 (ido-init-completion-maps): Bind them to M-SPC and M-v.
11403 (ido-copy-current-file-name): Repeating C-w inserts whole file name.
11404 (ido-file-internal): Pass full file name to write-file.
11405 (ido-read-internal): Only pop stack elements automatically if they
11406 actually match an existing directory or file name.
11407
11408 2006-06-07 Kenichi Handa <handa@m17n.org>
11409
11410 * international/mule.el (find-auto-coding): Don't handle the short
11411 name `char-trans'.
11412
11413 * files.el (hack-local-variables-prop-line)
11414 (hack-local-variables): Cancel the previous change.
11415
11416 2006-06-06 Jesper Harder <harder@phys.au.dk>
11417
11418 * ediff-diff.el (ediff-test-utility): Protect against file-error.
11419
11420 2006-06-06 Chong Yidong <cyd@stupidchicken.com>
11421
11422 * diff-mode.el (diff-mode): Set buffer-read-only to t when
11423 diff-default-read-only is non-nil.
11424 (diff-hunk-kill, diff-file-kill, diff-split-hunk)
11425 (diff-refine-hunk): Set inhibit-read-only to t.
11426
11427 * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
11428 modifying the *Diff* buffer.
11429 (diff-process-filter): New filter function for diff process that
11430 sets inhibit-read-only to t when modifying the *Diff* buffer.
11431
11432 2006-06-06 Carsten Dominik <dominik@science.uva.nl>
11433
11434 * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
11435 insertion point and control the number of empty lines.
11436 (org-paste-subtree): Limit the number of empty lines at the end of
11437 the inserted tree.
11438 (org-agenda): Use buffer name of current file for narrowing.
11439 (org-export-as-xml): Command removed.
11440 (org-export-xml-type): Option removed.
11441 (org-mode-map): Call `org-export-as-xoxo' directly.
11442 (org-get-indentation): New optional argument LINE.
11443 (org-fix-indentation, org-remove-tabs): New functions.
11444 (org-export-as-ascii, org-ascii-level-start): Determine and apply
11445 correct indentation for headlines that are converted it items.
11446 (org-skip-comments): Remove table lines that contain narrowing
11447 cookies but no other non-empty fields.
11448 (org-set-tags): Allow groups of mutually exclusive tags.
11449 (org-cmp-time): Sort 24:21 before items without time.
11450 (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
11451 (org-open-at-point): Require double colon also for numbers.
11452
11453 2006-06-06 Kim F. Storm <storm@cua.dk>
11454
11455 * ido.el (ido-default-file-method, ido-default-buffer-method):
11456 Make choice values consistent with corresponding command names.
11457 (ido-visit-buffer): Update accordingly. Default to selected-window.
11458
11459 2006-06-06 Nick Roberts <nickrob@snap.net.nz>
11460
11461 * progmodes/gud.el (gud-running): Fix doc string.
11462 (gud-menu-map): Use :visible instead fo :enable for debugger test.
11463 (gud-tooltip-modes): Add python-mode.
11464 (gud-tooltip-print-command): Add pdb. Remove perldb.
11465
11466 2006-06-05 Eli Zaretskii <eliz@gnu.org>
11467
11468 * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
11469 Quote $(EMACS).
11470
11471 2006-06-05 Richard Stallman <rms@gnu.org>
11472
11473 * faces.el (defined-colors): Doc fix.
11474
11475 2006-06-05 Thien-Thi Nguyen <ttn@gnu.org>
11476
11477 * vc.el (vc-process-filter): Inhibit undo info collection around
11478 call to insert.
11479 (vc-setup-buffer): Likewise for call to erase-buffer.
11480 (vc-do-command): Likewise for call to process-file.
11481
11482 2006-06-05 Nick Roberts <nickrob@snap.net.nz>
11483
11484 * progmodes/gud.el (gud-menu-map): Use a conditional help echo
11485 for gud-go.
11486 (gud-common-init): Other debuggers may trigger error.
11487
11488 2006-06-05 Kenichi Handa <handa@m17n.org>
11489
11490 * international/mule.el (find-auto-coding):
11491 Handle enable-character-translation in file header.
11492
11493 2006-06-04 Kim F. Storm <storm@cua.dk>
11494
11495 * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
11496 (authors-fixed-entries): Fix spelling.
11497 (authors-canonical-file-name): Don't report error for wildcards.
11498
11499 * help.el (view-emacs-news): Rewrite to support new NEWS,
11500 NEWS.major, and NEWS.1-17 file naming. Add more intelligence,
11501 e.g. version 10 matches 1.10, and don't be confused by version 1.1
11502 being a prefix of 1.12 (etc). A numeric prefix arg also works.
11503
11504 2006-06-03 Vivek Dasmohapatra <vivek@etla.org>
11505
11506 * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
11507 exec constructs like `foo bar`.
11508 (sh-quoted-subshell): New helper function to search for a possibly
11509 nested subshell (like `` or $()) within a "" quoted string.
11510 (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
11511 (sh-apply-quoted-subshell): Flag quote characters inside a
11512 subshell, which is itself already in a quoted region, as
11513 punctuation, since this is the closest to what they actually are.
11514 (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
11515 sh-apply-quoted-subshell.
11516 (sh-font-lock-syntactic-face-function): Apply the new face for
11517 text inside `` instead of the old font-lock-string-face.
11518
11519 2006-06-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11520
11521 * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
11522 (mac-ae-number, mac-ae-frame, mac-ae-script-language)
11523 (mac-bytes-to-text-range, mac-ae-text-range-array)
11524 (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
11525 (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
11526 (mac-ts-unicode-for-key-event): New functions.
11527 (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
11528 (mac-handle-font-selection): Use mac-ae-number.
11529 (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
11530 New variables.
11531 (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
11532 (mac-ts-converted-text, mac-ts-selected-converted-text)
11533 (mac-ts-block-fill-text, mac-ts-outline-text)
11534 (mac-ts-selected-text, mac-ts-no-hilite): New faces.
11535 (mac-ts-hilite-style-faces): New constant.
11536 (mac-apple-event-map): Bind text input events.
11537 (mac-dispatch-apple-event): Use command-execute instead of
11538 call-interactively.
11539 (global-map): Don't bind mac-apple-event.
11540 (special-event-map): Bind mac-apple-event.
11541
11542 2006-06-02 Eli Zaretskii <eliz@gnu.org>
11543
11544 * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
11545 file name.
11546 (emacs): Enclose the value of $(EMACS) in quotes.
11547
11548 2006-06-02 Juri Linkov <juri@jurta.org>
11549
11550 * international/mule.el (sgml-html-meta-auto-coding-function):
11551 Remove the condition `(search-forward "<html" size t)'.
11552 Replace `\"' with `[\"']?' in `re-search-forward'.
11553
11554 2006-06-02 Kenichi Handa <handa@m17n.org>
11555
11556 * files.el (hack-local-variables-prop-line): Ignore `char-trans'
11557 as well as `coding'.
11558 (hack-local-variables): Likewise.
11559
11560 * international/mule.el (enable-character-translation):
11561 Put permanent-local and safe-local-variable properties.
11562 (find-auto-coding): Handle char-trans: tag.
11563
11564 2006-06-02 Juri Linkov <juri@jurta.org>
11565
11566 * international/mule.el (sgml-html-meta-auto-coding-function):
11567 Limit the search by the end of the HTML header (if any).
11568
11569 2006-06-01 Richard Stallman <rms@gnu.org>
11570
11571 * subr.el (with-current-buffer): Doc fix.
11572
11573 2006-06-02 Masatake YAMATO <jet@gyve.org>
11574
11575 * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
11576 Almost rewrite. Underlines over all lines of gcov output are too
11577 uncomfortable to read. Suggested by Dan Nicolaescu.
11578
11579 2006-06-01 Luc Teirlinck <teirllm@auburn.edu>
11580
11581 * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
11582
11583 * shell.el (shell-mode): Use shell-mode-map in docstring.
11584
11585 * comint.el (comint-send-input): Do not add help-echo and
11586 mouse-face to input if `comint-use-prompt-regexp' is non-nil.
11587
11588 2006-06-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11589
11590 * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
11591
11592 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
11593
11594 * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
11595 (gdb-stopped, gdb-info-stack-custom): If there is no source info
11596 look up the stack and pop up GUD buffer if necessary.
11597 (gdb-frames-select): Remove redundant call to gud-display-frame.
11598 (gdb-info-threads-custom): Keep point at start of buffer.
11599 (gdb-find-file-hook): Make it work for pre-GDB 6.4.
11600
11601 2006-05-31 Juri Linkov <juri@jurta.org>
11602
11603 * replace.el (query-replace-read-from, query-replace-read-to):
11604 Bind `history-add-new-input' to nil. Call `add-to-history'.
11605
11606 2006-05-31 Takaaki Ota <Takaaki.Ota@am.sony.com>
11607
11608 * textmodes/table.el: Convert all HTML tags to lower case for
11609 XHTML compatibility.
11610
11611 2006-05-31 Masatake YAMATO <jet@gyve.org>
11612
11613 * progmodes/compile.el:
11614 (compilation-error-regexp-alist-alist::gcov-called-line):
11615 Don't put face on `-' lines in gcov file. Suggested by Dan Nicolaescu.
11616
11617 2006-05-31 Nick Roberts <nickrob@snap.net.nz>
11618
11619 * progmodes/gud.el (gud-query-cmdline, gud-common-init):
11620 Revert inadvertent changes made with last commit.
11621
11622 2006-05-30 Reiner Steib <Reiner.Steib@gmx.de>
11623
11624 * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
11625 New functions.
11626
11627 * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
11628
11629 2006-05-30 Carsten Dominik <dominik@science.uva.nl>
11630
11631 * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
11632 only matches in the right place.
11633 (org-upcoming-deadline): New face.
11634 (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
11635 (org-export-ascii-underline): Rename constant `org-ascii-underline'
11636 and make it an option.
11637 (org-export-ascii-bullets): New option.
11638 (org-export-as-html): Many changes to emit valid XHTML.
11639 (org-par-open): New variable.
11640 (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
11641 (org-html-do-expand, org-section-number): Fix case in `replace-match'.
11642 (org-timeline): Pass `org-timeline-show-empty-dates' to
11643 `org-get-all-dates'. Interpret empty dates returned by
11644 `org-get-all-dates'.
11645 (org-get-all-dates): New argument EMPTY. Add dates without
11646 entries to the list, mark large ranges of empty dates.
11647 (org-point-in-group, org-context): New functions.
11648
11649 2006-05-30 Nick Roberts <nickrob@snap.net.nz>
11650
11651 * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
11652
11653 * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
11654 C-mouse-1. Move gdb-mouse-until to mouse-3, gdb-mouse-jump
11655 to C-mouse-3 (for 2 button mice).
11656 (gdb-send): Do the right thing for C-d.
11657
11658 * speedbar.el (speedbar-detach): Delete.
11659 (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
11660 it breaks things.
11661 (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
11662
11663 2006-05-30 Daniel Pfeiffer <occitan@esperanto.org>
11664
11665 * files.el (auto-mode-alist): Add makepp suffix and optional mk on
11666 Makeppfile.
11667
11668 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11669 Add makepp diagnostic.
11670
11671 2006-05-29 Richard Stallman <rms@gnu.org>
11672
11673 * window.el (fit-window-to-buffer): Doc fix.
11674
11675 * help.el (temp-buffer-max-height): Doc fix.
11676
11677 * subr.el (with-current-buffer): Doc fix.
11678
11679 2006-05-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11680
11681 * term/x-win.el: Bind F10 to menu-bar-start if available.
11682
11683 2006-05-28 Dan Nicolaescu <dann@ics.uci.edu>
11684
11685 * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
11686 uses with a simple test.
11687 (term-set-escape-char, term-mode, term-check-kill-echo-list)
11688 (term-send-raw-string, term-send-raw, term-mouse-paste)
11689 (term-char-mode, term-line-mode, term-exec, term-sentinel)
11690 (term-handle-exit, term-read-input-ring)
11691 (term-previous-matching-input-string)
11692 (term-previous-matching-input-string-position)
11693 (term-previous-matching-input-from-input)
11694 (term-replace-by-expanded-history, term-send-input)
11695 (term-skip-prompt, term-bol, term-send-invisible)
11696 (term-kill-input, term-delchar-or-maybe-eof)
11697 (term-backward-matching-input, term-check-source)
11698 (term-proc-query, term-emulate-terminal)
11699 (term-handle-colors-array, term-process-pager, term-pager-line)
11700 (term-pager-bob, term-unwrap-line, term-word)
11701 (term-dynamic-complete-filename)
11702 (term-dynamic-complete-as-filename)
11703 (term-dynamic-simple-complete): Replace one arm ifs with whens or
11704 unlesses.
11705
11706 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
11707
11708 * files.el (hack-one-local-variable-eval-safep): Don't burp if used
11709 during bootstrapping.
11710
11711 * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
11712 Basically undo the change of 2006-05-26: use extra arguments instead of
11713 dynamic scoping.
11714 (ewoc-locate): Remove unused var `footer'.
11715
11716 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
11717
11718 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
11719
11720 * emacs-lisp/autoload.el (no-update-autoloads): Declare.
11721 (generate-file-autoloads): Obey it. Return whether autoloads were
11722 added at point or not.
11723 (update-file-autoloads): Use this new return value.
11724 Remove redundant test for the presence of an autoload cookie.
11725
11726 * emacs-lisp/autoload.el (autoload-find-file): New fun.
11727 This one calls hack-local-variables.
11728 (generate-file-autoloads, update-file-autoloads): Use it.
11729
11730 * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
11731 (bibtex-sort-entry-class): Add safe-local-variable predicate.
11732 (bibtex-sort-entry-class-alist): Don't set the global value.
11733 (bibtex-init-sort-entry-class-alist): New fun.
11734 (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
11735 bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
11736 of bibtex-init-sort-entry-class.
11737
11738 2006-05-28 Richard Stallman <rms@gnu.org>
11739
11740 * subr.el (load-history-regexp): If FILE is relative, insist
11741 entire last name component must match it.
11742 (load-history-filename-element, load-history-regexp): Doc fixes.
11743
11744 2006-05-29 Kim F. Storm <storm@cua.dk>
11745
11746 * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
11747 `pos' and `raw-data' for clarity, as eval forms may access these.
11748
11749 2006-05-28 Kim F. Storm <storm@cua.dk>
11750
11751 * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
11752
11753 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
11754
11755 * progmodes/make-mode.el (makefile-browser-map)
11756 (makefile-mode-syntax-table): Move initialization inside declaration.
11757 (makefile-fill-paragraph): Use the default comment-filling code.
11758
11759 2006-05-28 Chong Yidong <cyd@stupidchicken.com>
11760
11761 * replace.el (query-replace-defaults): New variable.
11762 (query-replace-read-from): Use `query-replace-defaults' for
11763 default value, instead of history list.
11764 (query-replace-read-to): Update `query-replace-defaults'.
11765
11766 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
11767
11768 * msb.el (mouse-select-buffer): Minor fix to make popup menu work
11769 with no X toolkit.
11770
11771 2006-05-28 Nick Roberts <nickrob@snap.net.nz>
11772
11773 * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
11774 (tumme-show-all-from-dir): Add autoload.
11775
11776 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
11777
11778 * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
11779 (tumme-remove-tag): Fix bug.
11780
11781 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
11782
11783 * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
11784 FOOTER args. Update unique caller.
11785 (ewoc-delete): Compute last node once before looping.
11786 (ewoc--node-branch): Merge into unique caller.
11787 (ewoc--node): Don't define constructor make-ewoc--node for this
11788 structure.
11789 (ewoc): Add member `hf-pp' to this structure.
11790 (ewoc--wrap): New func.
11791 (ewoc-create): Take additional arg NOSEP. If nil, wrap node and
11792 header/footer pretty-printers. Save header/footer pretty-printer.
11793 (ewoc-set-hf): Use ewoc's header/footer pretty-printer.
11794
11795 * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
11796
11797 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
11798
11799 * dired.el (dired-mode-map): Change `tumme-tag-remove' to
11800 `tumme-delete-tag'. Rename `Remove Image Tag' to `Delete Image
11801 Tag'. Change "Compare directories..." to "Change Directories...".
11802 Move tumme commands to Operate, Regexp and Immediate menus.
11803 Change "Add Comment" to "Add Image Comment". Change "Add Image
11804 Tag" to "Add Image Tags".
11805
11806 * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
11807 (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
11808 `tumme-delete-tag'.
11809
11810 2006-05-26 Luc Teirlinck <teirllm@auburn.edu>
11811
11812 * shell.el (shell-mode): Call shell-dirtrack-mode after
11813 list-buffers-directory is made a local variable, to avoid setting
11814 the default value.
11815
11816 2006-05-26 Kevin Ryde <user42@zip.com.au>
11817
11818 * info.el (Info-index-next): Use where-is-internal to report
11819 actual binding of Info-index-next, rather than hard-coded `,'.
11820
11821 2006-05-26 Eli Zaretskii <eliz@gnu.org>
11822
11823 * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
11824 and "Find Command in Manual" to here.
11825
11826 * buff-menu.el (list-buffers-noselect): For Info buffers, use
11827 Info-current-file as the file name.
11828
11829 2006-05-26 Jonathan Yavner <jyavner@member.fsf.org>
11830
11831 * ses.el (defadvice undo-more): Delete this defadvice. The undo
11832 overrides will now be done a different way.
11833 (ses-set-parameter): Reapply this function for undo.
11834 (ses-set-header-row): Reconstruct header row during undo.
11835 (ses-widen): New function.
11836 (ses-goto-data, ses-reconstruct-all): Use new function.
11837 (ses-command-hook): Widen buffer during undo, before unupdating
11838 the cells.
11839 (ses-insert-row, ses-delete-row): Widen buffer during undo.
11840 (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
11841 (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
11842 formula hasn't been executed yet.
11843
11844 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
11845
11846 * comint.el (comint-kill-whole-line): Rename arg to count.
11847 Fix doc string.
11848
11849 2006-05-26 Chong Yidong <cyd@stupidchicken.com>
11850
11851 * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
11852 to copy-file.
11853
11854 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
11855
11856 * simple.el (toggle-truncate-lines): Make arg optional for
11857 backward compatibility.
11858
11859 2006-05-26 Thien-Thi Nguyen <ttn@gnu.org>
11860
11861 * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
11862 (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
11863 DLL arg. Instead, use ewoc--current-dll. Update all callers.
11864 (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
11865 (ewoc--adjust): Use ewoc--current-dll.
11866 (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
11867
11868 2006-05-26 Carsten Dominik <dominik@science.uva.nl>
11869
11870 * textmodes/org.el (org-next-item, org-previous-item): Emit more
11871 compact error message.
11872 (org-tags-view): Refresh category table in each file.
11873 (org-table-justify-field-maybe): Remove superfluous arguments to
11874 `format'.
11875 (org-export-as-html): Insert "<p>" before postamble.
11876 (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
11877
11878 2006-05-26 Kenichi Handa <handa@m17n.org>
11879
11880 * textmodes/po.el (po-find-charset): Pay attention to the case
11881 FILENAME is a cons (NAME . BUFFER).
11882 (po-find-file-coding-system-guts): Likewise.
11883
11884 * arc-mode.el (archive-set-buffer-as-visiting-file):
11885 Call find-operation-coding-system with (FILENAME . BUFFER).
11886
11887 * tar-mode.el (tar-extract): Call find-operation-coding-system
11888 with (FILENAME . BUFFER).
11889
11890 * international/mule.el (decode-coding-inserted-region):
11891 Call find-operation-coding-system with (FILENAME . BUFFER).
11892
11893 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
11894
11895 * image-mode.el (image-toggle-display): Use buffer contents to
11896 generate image for a remote file.
11897
11898 2006-05-25 Juri Linkov <juri@jurta.org>
11899
11900 * replace.el (query-replace-read-from, query-replace-read-to):
11901 Remove 8th arg KEEP-ALL in read-from-minibuffer.
11902
11903 2006-05-25 Rajesh Vaidheeswarran <rv@gnu.org>
11904
11905 * whitespace.el (whitespace-cleanup): Change to cleanup
11906 region if one is active.
11907 * whitespace.el (whitespace-cleanup-internal): New internal method.
11908
11909 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
11910
11911 * dired.el (dired-mode-map): Add help-echo strings to tumme
11912 commands. Bind `tumme-dired-display-image' to C-t i.
11913
11914 * tumme.el (tumme-display-image): Change documentation string slightly.
11915 (tumme-dired-display-image): Add call to `display-buffer'.
11916
11917 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
11918
11919 * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
11920 Signal error if RAW-DATA is a multibyte string.
11921
11922 2006-05-24 Richard Stallman <rms@gnu.org>
11923
11924 * subr.el (with-local-quit): When handling `quit' signal,
11925 make a chance for quit-flag to cause a quit.
11926
11927 * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
11928 (ad-disable-advice): Add autoloads.
11929
11930 * subr.el (read-passwd): Copy PROMPT before changing its properties.
11931
11932 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
11933
11934 * dired.el (dired-mode-map): Change menu items for tumme as per
11935 suggestions in emacs-devel.
11936
11937 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
11938
11939 * dired.el (dired-mode-map): Fix breakage.
11940
11941 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
11942
11943 * tumme.el (tumme-display-dired-image): Rename to...
11944 (tumme-dired-display-image): ...this.
11945 (tumme-track-movement): Change default value to t.
11946 (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
11947 used from `tumme-next-line-and-display' and similar commands.
11948
11949 * dired.el (dired-mode-map): Add Thumbnail submenu under the
11950 Immediate menu. Add some tumme commands there.
11951
11952 2006-05-24 Luc Teirlinck <teirllm@auburn.edu>
11953
11954 * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
11955
11956 2006-05-24 Chong Yidong <cyd@mit.edu>
11957
11958 * menu-bar.el, international/mule-cmds.el: Remove tooltips for
11959 menu entries that open submenus.
11960
11961 2006-05-24 Alan Mackenzie <acm@muc.de>
11962
11963 * startup.el (command-line): For names of preloaded files, don't
11964 append ".elc" (now done in Fload), and call file-truename on the
11965 lisp directory.
11966
11967 * subr.el (eval-after-load): Fix the doc-string. Allow FILE to
11968 match ANY loaded file with the right name, not just those in
11969 load-path. Put a regexp matching the file name into
11970 after-load-alist, rather than the name itself.
11971
11972 * subr.el (load-history-regexp, load-history-filename-element)
11973 (do-after-load-evaluation): New functions.
11974
11975 * international/mule.el (load-with-code-conversion): Do the
11976 eval-after-load stuff by calling do-after-load-evaluation.
11977
11978 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
11979
11980 * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
11981 has not been killed.
11982
11983 2006-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11984
11985 * term/mac-win.el: Set idle timer to clean up expired Apple events.
11986 (mac-ae-get-url): Redispatch Apple event on unknown scheme.
11987 (mac-dispatch-apple-event): Resume Apple event if it is suspended.
11988 Optionally set error message in reply.
11989
11990 2006-05-24 Carsten Dominik <dominik@science.uva.nl>
11991
11992 * textmodes/org.el (org-open-at-point): Use renamed variable
11993 `org-confirm-shell-link-function'.
11994 (org-confirm-shell-link-function): Rename from
11995 `org-confirm-shell-links'.
11996 (org-export-directory): New function.
11997 (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
11998 (org-export-icalendar): Use `org-export-directory'.
11999 (org-indent-item): Keep cursor position.
12000 (org-link-file-path-type): New option.
12001 (org-export-as-html): Fix bug with plain lists starting in
12002 column 0.
12003 (org-export-as-html): Remove deadline formatting, this happens
12004 now already in `org-html-handle-time-stamps'.
12005 (org-export-html-style): Deadline class removed.
12006 (org-insert-labeled-timestamps-at-point): New option.
12007 (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
12008 of `hide-sublevels 1', in case the first headline is not level 1.
12009 (org-overview, org-content): New fuction.
12010 (org-cycle-global-status, org-cycle-subtree-status): Make these
12011 variables buffer-local.
12012 (org-global-cycle): New command.
12013 (org-shifttab): Use `org-global-cycle'.
12014 (org-insert-heading, org-insert-item): Go to end of new
12015 headline/item after creating it.
12016 (org-export-visible): Rename from `org-export-copy-visible'.
12017 Now creates a temporary org-file and applies an exporting command
12018 to it.
12019 (org-table-eval-formula): Support for lisp forms.
12020 (org-agenda-todo-ignore-scheduled): New option.
12021 (org-agenda-get-todos): Use new option
12022 `org-agenda-todo-ignore-scheduled'.
12023 (org-export-html-inline-images): New value `maybe'.
12024 (org-export-as-html): Inlining of images dependent on link description.
12025 (org-archive-subtree): Check for end-of-buffer before trying
12026 `kill-line'.
12027 (org-agenda-follow-mode): New option.
12028 (org-export-with-tags, org-export-with-timestamps): New options.
12029 (org-html-handle-time-stamps): New function.
12030 (org-keyword-time-regexp): New variable.
12031 (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
12032 (org-agenda-todo-list-sublevels): New option.
12033 (org-html-level-start): When TITLE is nil, just close all levels.
12034 (org-parse-key-lines, org-parse-export-options): Remove functions,
12035 replaced by `org-infile-export-plist'.
12036 (org-combine-plists, org-infile-export-plist)
12037 (org-default-export-plist): New functions.
12038 (org-export-html-preamble, org-export-html-postamble)
12039 (org-export-html-auto-preamble, org-export-html-auto-postamble):
12040 New variables.
12041 (org-export-publishing-directory): New option.
12042 (org-export-as-html, org-export-as-ascii): Use the new property
12043 lists for settings.
12044 (org-export-copy-visible, org-export-as-xoxo):
12045 Respect `org-export-publishing-directory'.
12046 (org-link-search, org-store-link, org-file-apps): Support for
12047 links to BibTeX database entries..
12048 (org-get-current-options, org-set-regexps-and-options):
12049 Implement logging as a startup option.
12050 (org-store-link): Make sure context string is never empty
12051 (org-insert-link): Use relative path when possible.
12052 (org-at-item-checklet-p): New function.
12053 (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
12054 (org-shiftmetaup, org-shiftmetadown, org-metaleft)
12055 (org-metaright, org-metaup, org-metadown, org-shiftup)
12056 (org-shiftdown, org-shiftright, org-shiftleft)
12057 (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
12058 Dispatch using `call-interactively'.
12059 (org-call-with-arg): New defsubst.
12060 (org-tag-alist, org-use-fast-tag-selection): New options.
12061 (org-complete): Use `org-tag-alist'.
12062 (org-fast-tag-insert, org-fast-tag-selection): New functions.
12063 (org-next-item, org-previous-item): New commands.
12064 (org-beginning-of-item, org-end-of-item): Add (interactive) to
12065 make command.
12066 (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
12067
12068 2006-05-23 Thien-Thi Nguyen <ttn@gnu.org>
12069
12070 * emacs-lisp/ewoc.el (ewoc-delete): New function.
12071 (ewoc-filter): Use `ewoc-delete'.
12072
12073 * emacs-lisp/bindat.el (bindat-pack): Doc fix.
12074
12075 2006-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
12076
12077 * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
12078 Signal more user-friendly error messages.
12079
12080 * complete.el (PC-do-completion): Undo the addition of implicit
12081 wildcards if they did not lead to finding any match.
12082 (read-file-name-internal): Don't add the final > if the completion is
12083 not finished.
12084
12085 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
12086
12087 * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
12088 Quote safe-local-variable predicate.
12089
12090 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
12091
12092 * emacs-lisp/ewoc.el (ewoc-set-data): New function.
12093
12094 2006-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12095
12096 * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
12097
12098 * progmodes/make-mode.el (makefile-special-targets-list)
12099 (makefile-macro-table, makefile-target-table): Mark as risky.
12100 (makefile-query-one-target-method): Make this the alias for the
12101 following variable.
12102 (makefile-query-one-target-method-function): Make this the real name.
12103
12104 * textmodes/artist.el (artist-text-renderer): Make this the alias
12105 for the following variable.
12106 (artist-text-renderer-function): Make this the real name.
12107
12108 * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
12109 the alias for the following variable.
12110 (flyspell-generic-check-word-predicate): Make this the real name.
12111
12112 * textmodes/ispell.el (ispell-format-word): Make this the alias
12113 for the following variable.
12114 (ispell-format-word-function): Make this the real name.
12115 (ispell-message-text-end): Mark as risky.
12116
12117 * skeleton.el (skeleton-transformation, skeleton-filter)
12118 (skeleton-pair-filter): Make these the aliases for the following
12119 variables.
12120 (skeleton-transformation-function, skeleton-filter-function)
12121 (skeleton-pair-filter-function): Make these the real names.
12122
12123 * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
12124 and skeleton-pair-filter-function.
12125
12126 * textmodes/sgml-mode.el (sgml-transformation): Make this the
12127 alias for the following variable.
12128 (sgml-transformation-function): Make this the real name.
12129 (sgml-tag-alist): Mark as risky.
12130
12131 2006-05-21 Richard Stallman <rms@gnu.org>
12132
12133 * simple.el (kill-region): Interactively, pass point, then mark.
12134
12135 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
12136
12137 * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
12138
12139 2006-05-21 Romain Francoise <romain@orebokech.com>
12140
12141 * dired-x.el (dired-mode-map): Don't bind M-g.
12142
12143 2006-05-20 Richard Stallman <rms@gnu.org>
12144
12145 * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
12146 (dired-goto-file): Doc fix.
12147
12148 2006-05-21 Kim F. Storm <storm@cua.dk>
12149
12150 * emulation/cua-base.el: Mention customizing cua-mode as alternative
12151 way to enable built-in cua-mode if user loads older CUA-mode package.
12152
12153 * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
12154 if default-filename is specified.
12155
12156 2006-05-20 Eli Zaretskii <eliz@gnu.org>
12157
12158 * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
12159
12160 * info.el (info-apropos): Make sure current-file and current-node
12161 have non-nil values. Speed up by using add-to-list instead of
12162 manual consing.
12163
12164 2006-05-20 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
12165
12166 * progmodes/make-mode.el (makefile-mode): Doc fix.
12167
12168 2006-05-20 Eli Zaretskii <eliz@gnu.org>
12169
12170 * dired-aux.el (dired-do-shell-command): Doc fix.
12171
12172 2006-05-20 Kevin Ryde <user42@zip.com.au>
12173
12174 * info-xref.el (info-xref-check-all-custom): Skip :tag part of
12175 ``(custom-manual :tag "Foo" "(foo)Node")''.
12176
12177 2006-05-20 Karl Chen <quarl@cs.berkeley.edu>
12178
12179 * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
12180 value is an integer.
12181
12182 2006-05-20 Eli Zaretskii <eliz@gnu.org>
12183
12184 * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
12185 "format".
12186 (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
12187
12188 2006-05-20 Martin Rudalics <rudalics@gmx.at>
12189
12190 * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
12191 a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
12192
12193 2006-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
12194
12195 * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
12196 regexp for keywords.
12197
12198 2006-05-20 Masayuki FUJII <boochang@m4.kcn.ne.jp> (tiny change)
12199
12200 * dnd.el (dnd-get-local-file-name): Specify LITERAL in
12201 replace-regexp-in-string.
12202
12203 * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
12204 encode, and escape file name on conversion to URL.
12205
12206 2006-05-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12207
12208 * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
12209 Don't unescape URL.
12210 (dnd-get-local-file-name): Unescape URL on conversion to file name.
12211
12212 * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
12213 on conversion to URLs.
12214
12215 * net/browse-url.el (browse-url-file-url): Encode file name on
12216 conversion to URL.
12217
12218 * term/mac-win.el (mac-ae-open-documents): Escape file name on
12219 conversion to URL.
12220
12221 2006-05-19 Eli Zaretskii <eliz@gnu.org>
12222
12223 * progmodes/cc-styles.el (c-style-alist): Doc fix.
12224
12225 2006-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12226
12227 * term/mac-win.el (mac-bytes-to-digits): Remove function.
12228 (mac-handle-toolbar-switch-mode): Use coercion instead of it.
12229
12230 2006-05-19 Glenn Morris <rgm@gnu.org>
12231
12232 * calendar/diary-lib.el (diary-bahai-date)
12233 (list-bahai-diary-entries, mark-bahai-diary-entries)
12234 (mark-bahai-calendar-date-pattern): Not interactive.
12235 (add-to-diary-list): New optional arg LITERAL. Doc fix.
12236 (diary-entries-list): Change format of 4th element in each entry.
12237 (diary-list-entries): Use add-to-diary-list.
12238 (diary-goto-entry): Handle the case where the buffer visiting the
12239 diary has been killed.
12240 (fancy-diary-display): Add 'locator to button rather than 'marker.
12241 Only generate temp-face when there are marks to apply.
12242 (list-sexp-diary-entries): Pass literal to add-to-diary-list.
12243 (diary-fancy-date-pattern): New variable.
12244 (diary-time-regexp): Doc fix.
12245 (diary-anniversary, diary-time): New faces.
12246 (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
12247 diary-time-regexp. Add font-lock-multiline property where needed.
12248 Use new faces diary-anniversary and diary-time.
12249 (diary-fancy-font-lock-fontify-region-function): New function, to
12250 handle multiline font-lock pattern in fancy diary.
12251 (fancy-diary-display-mode): Set font-lock-fontify-region-function.
12252 (diary-font-lock-keywords): Tweak time regexp. Use new face
12253 diary-time.
12254
12255 2006-05-19 Alexander Shopov <ash@contact.bg> (tiny change)
12256
12257 * international/code-pages.el (mik): Table corrected.
12258
12259 2006-05-18 Kim F. Storm <storm@cua.dk>
12260
12261 * progmodes/grep.el (grep-find): Don't check grep-find-command
12262 before running command (breaks non-interactive usage).
12263
12264 2006-05-18 Thien-Thi Nguyen <ttn@gnu.org>
12265
12266 * emacs-lisp/ewoc.el (ewoc--adjust): New func.
12267 (ewoc--insert-new-node): Don't insert trailing newline.
12268 Instead, adjust successor nodes's start markers.
12269 (ewoc--refresh-node): Delete all text from current node's start
12270 marker to the next one's; adjust successor nodes's start markers.
12271 (ewoc--create): Doc fixes.
12272 (ewoc--refresh): Don't insert newline.
12273 (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
12274 * pcvs.el (cvs-make-cvs-buffer):
12275 Specify extra newline for ewoc's header and footer.
12276 (cvs-update-header): Update initial header recognition.
12277 Append newline to final header and footer values.
12278 * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
12279
12280 2006-05-17 Richard Stallman <rms@gnu.org>
12281
12282 * files.el (file-name-extension): Doc fix.
12283
12284 2006-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
12285
12286 * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
12287 we can explicitly enable/disable rather than toggle.
12288 (shell-mode): Use it.
12289 (shell-cd): Don't try to reproduce what `cd' does.
12290
12291 2006-05-17 Kim F. Storm <storm@cua.dk>
12292
12293 * ido.el (ido-read-internal): Use only nondirectory part of
12294 default item.
12295
12296 2006-05-17 Thien-Thi Nguyen <ttn@gnu.org>
12297
12298 * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
12299 (ewoc-nth): Doc fix.
12300
12301 (ewoc-map, ewoc-invalidate): Compute PP before looping.
12302
12303 2006-05-16 Eli Zaretskii <eliz@gnu.org>
12304
12305 * international/mule.el (auto-coding-alist): Add .lha to files
12306 read with no-conversion.
12307
12308 * files.el (auto-mode-alist): Add .lha files to archive file
12309 extensions.
12310
12311 * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
12312 Convert csize to integer when computing offsets within the
12313 compressed archive file.
12314
12315 2006-05-16 Kim F. Storm <storm@cua.dk>
12316
12317 * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
12318 with read-from-minibuffer.
12319
12320 2006-05-16 Reiner Steib <Reiner.Steib@gmx.de>
12321
12322 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
12323 (byte-compile-warnings): Fix safe-local-variable property.
12324
12325 2006-05-16 Ken Manheimer <ken.manheimer@gmail.com>
12326
12327 * allout.el (allout-show-bodies, allout-old-style-prefixes)
12328 (allout-stylish-prefixes, allout-numbered-bullet)
12329 (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
12330 predicates to qualify `safe-local-variable' property, when
12331 available, else use equivalent lambda.
12332 (allout-current-topic-collapsed-p): Do the right thing regarding
12333 trailing blank lines.
12334
12335 2006-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
12336
12337 * server.el (server-start): Only create a directory if needed.
12338 (server-edit, server-unload-hook): server-start => server-mode.
12339 (kill-emacs-hook): Cleanup upon exit.
12340
12341 2006-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
12342
12343 * hexl.el (hexlify-buffer): Encode process arguments manually.
12344
12345 2006-05-16 Nick Roberts <nickrob@snap.net.nz>
12346
12347 * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
12348 call to gdb-tooltip-print.
12349
12350 2006-05-15 Romain Francoise <romain@orebokech.com>
12351
12352 * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
12353 systems, default to "tar" since those systems probably have GNU tar.
12354
12355 2006-05-14 Lars Hansen <larsh@soem.dk>
12356
12357 * desktop.el (desktop-missing-file-warning): Fix docstring.
12358 (desktop-restore-file-buffer): Correct question asked on missing file.
12359
12360 2006-05-14 Kim F. Storm <storm@cua.dk>
12361
12362 * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
12363 Add CUA move property.
12364
12365 2006-05-13 Chong Yidong <cyd@stupidchicken.com>
12366
12367 * custom.el (custom-push-theme): Load the variable before checking
12368 its `standard-value'.
12369
12370 2006-05-13 Lars Hansen <larsh@soem.dk>
12371
12372 * desktop.el (desktop-save): Use with-temp-buffer.
12373
12374 2006-05-12 Glenn Morris <rgm@gnu.org>
12375
12376 * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
12377 * calendar/calendar.el (calendar-mode-map):
12378 * calendar/diary-lib.el (include-other-diary-files, diary-mail-entries):
12379 * calendar/appt.el (appt-check, appt-make-list): Refer to
12380 diary-view-entries, diary-list-entries, diary-show-all-entries
12381 rather than obsolete aliases.
12382
12383 2006-05-12 Chong Yidong <cyd@stupidchicken.com>
12384
12385 * simple.el (line-move-finish): Avoid calling point motion hooks
12386 while processing intangibility.
12387
12388 2006-05-12 Dan Nicolaescu <dann@ics.uci.edu>
12389
12390 * term/xterm.el (terminal-init-xterm): Fix typo.
12391
12392 2006-05-12 Ken Manheimer <ken.manheimer@gmail.com>
12393
12394 * allout.el (allout-view-change-hook): Mark as being deprecated,
12395 to be replaced by `allout-exposure-change-hook'.
12396 (allout-exposure-change-hook): New, replacing
12397 `allout-view-change-hook'.
12398 (allout-flag-region): Run new hook `allout-exposure-change-hook',
12399 in addition to `allout-view-change-hook'.
12400 (allout-show-bodies, allout-old-style-prefixes)
12401 (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
12402 lambda forms to prevent their showing up in variable help
12403 presentations as inscrutable byte-compiled code.
12404 (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
12405 Use string-or-null-p to qualify safe-local-variable values.
12406 (allout-reindent-bodies): Use memq to qualify matches against
12407 valid safe-local-variable values. Also, quote the lambda as above.
12408 (allout-use-mode-specific-leader): Add missing candidate-value
12409 symbols, use memq, and quote the lambda.
12410 (allout-overlay-interior-modification-handler): Remove unused
12411 variables `msg' and 'opened'.
12412 (allout-hidden-p): Constrain invisibility consideration to allout's
12413 invisibility spec, disregarding invisibility for other reasons.
12414
12415 2006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
12416
12417 * files.el (version-control): Correct safe values.
12418
12419 2006-05-12 Thien-Thi Nguyen <ttn@gnu.org>
12420
12421 * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
12422
12423 (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
12424 (ewoc--insert-new-node): New func.
12425 Update callers of deleted funcs to use it, instead.
12426
12427 2006-05-11 Glenn Morris <rgm@gnu.org>
12428
12429 * calendar/calendar.el (diary-show-all-entries): Do not refer to
12430 obsolete alias `show-all-diary-entries'.
12431 (make-diary-entry): Not interactive.
12432 (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
12433 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
12434 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
12435 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
12436 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
12437 (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
12438
12439 2006-05-11 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
12440
12441 * calendar/calendar.el (calendar-french-date-string)
12442 (calendar-mayan-date-string, calendar-chinese-date-string)
12443 (calendar-astro-date-string, calendar-iso-date-string)
12444 (calendar-islamic-date-string, calendar-bahai-date-string)
12445 (calendar-hebrew-date-string, calendar-coptic-date-string)
12446 (calendar-ethiopic-date-string, calendar-persian-date-string):
12447 These functions are not interactive.
12448
12449 2006-05-11 Luc Teirlinck <teirllm@auburn.edu>
12450
12451 * files.el: Balance parentheses.
12452
12453 2006-05-11 Reiner Steib <Reiner.Steib@gmx.de>
12454
12455 * files.el, newcomment.el, outline.el, simple.el,
12456 * emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
12457 * progmodes/cc-vars.el, progmodes/compile.el:
12458 Move `safe-local-variable' declarations to the respective files.
12459
12460 * help-fns.el (describe-variable): Don't print safe-var if it is
12461 byte-code. Improve wording as suggested by Luc Teirlinck.
12462
12463 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
12464
12465 * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
12466 (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
12467 Use a token for pending-triggers to ensure gdb-var-update
12468 gets called once per user input again for pre-GDB 6.4.
12469 (gdb-var-delete): Match on more complex expressions.
12470 (gdb-var-list-children-handler, gdb-var-create-handler):
12471 Use a token for consistency.
12472
12473 2006-05-11 Carsten Dominik <dominik@science.uva.nl>
12474
12475 * textmodes/org.el (org-read-date, org-goto-calendar)
12476 (org-agenda-goto-calendar):
12477 Bind `view-calendar-holidays-initially' to nil.
12478
12479 2006-05-11 Thien-Thi Nguyen <ttn@gnu.org>
12480
12481 * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
12482 Update all callers to do it there, instead.
12483
12484 2006-05-10 Glenn Morris <rgm@gnu.org>
12485
12486 * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
12487 prefix arg case, to avoid view-diary-entries-initially error.
12488 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
12489 (calendar-date-is-legal-p): Handle dates with no day part.
12490
12491 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
12492
12493 * comint.el (comint-insert-input): Just make it when
12494 comint-use-prompt regexp is nil (default) and with the mouse.
12495 (comint-copy-old-input): Reinstate from 2004-06-23.
12496 (comint-mode-map): Bind C-c C-m to it.
12497
12498 2006-05-10 J.D. Smith <jdsmith@as.arizona.edu>
12499
12500 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
12501 Remove spurious move to point-max (new comint behavior fixes).
12502
12503 * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
12504 compatibility function (Emacs 18/19).
12505 (idlwave-is-continuation-line): Always return point at start of
12506 previous non-blank continuation line.
12507 (keyword-parameters): Fix continued comment font-lock matcher.
12508 (idlwave-font-lock-fontify-region): Written, use as
12509 font-lock-fontify-region-function, to fix continued keyword
12510 fontification issues.
12511
12512 2006-05-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12513
12514 * term/mac-win.el (mac-font-panel-mode): Doc fix.
12515 (mac-service-selection, mac-service-open-file)
12516 (mac-service-open-selection, mac-service-mail-selection)
12517 (mac-service-mail-to, mac-service-insert-text): Rename from
12518 mac-services-*. All uses changed.
12519 (mac-apple-event-map): Rename event symbol `services' to `service'.
12520
12521 2006-05-10 Thien-Thi Nguyen <ttn@gnu.org>
12522
12523 * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
12524 (ewoc--node-enter-first, ewoc--node-enter-last)
12525 (ewoc--delete-node-internal): Merge funcs into unique callers.
12526
12527 2006-05-09 Chong Yidong <cyd@stupidchicken.com>
12528
12529 * emacs-lisp/crm.el (completing-read-multiple): Properly handle
12530 return value of read-from-minibuffer for empty input.
12531
12532 2006-05-09 Miles Bader <miles@gnu.org>
12533
12534 * comint.el (comint-insert-input): Remove redundant calls to setq
12535 and goto-char.
12536
12537 2006-05-10 Nick Roberts <nickrob@snap.net.nz>
12538
12539 * comint.el (comint-insert-input): Make it work when
12540 comint-use-prompt-regexp is t.
12541
12542 2006-05-10 Miles Bader <miles@gnu.org>
12543
12544 * subr.el (field-at-pos): New function.
12545
12546 * comint.el (comint-insert-input): Use it.
12547
12548 2006-05-09 Juri Linkov <juri@jurta.org>
12549
12550 * battery.el (battery-linux-proc-acpi): Also try
12551 `/proc/acpi/thermal_zone/THR2/temperature'.
12552
12553 * files.el <safe-local-variable>: Remove `eval' and `let' binding
12554 for now unused lambda `string-or-null'.
12555
12556 * add-log.el (change-log-default-name): Put `string-or-null-p'
12557 instead of lambda on `safe-local-variable' property.
12558
12559 * diff-mode.el (diff-context->unified): Use `region-beginning' and
12560 `region-end' instead of `mark' and `point'.
12561 (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
12562 Operate on region in Transient Mark mode when the mark is active.
12563 Use `region-beginning' and `region-end' instead of `mark' and
12564 `point'.
12565 (diff-hunk-text, diff-goto-source): Doc fix.
12566
12567 * startup.el (fancy-splash-screens, normal-splash-screen): Use
12568 face `mode-line-buffer-id' for mode-line buffer face instead of
12569 hard-coded `(:weight bold)'.
12570
12571 * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
12572 buffer-undo-list to t (undo-ask is reproducible by visiting
12573 nested archives).
12574
12575 2006-05-09 Kim F. Storm <storm@cua.dk>
12576
12577 * progmodes/grep.el (rgrep): Set default directory of *grep*
12578 buffer if we start M-x rgrep in the *grep* buffer and choose
12579 a different base directory.
12580
12581 2006-05-09 Michael Albinus <michael.albinus@gmx.de>
12582
12583 * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
12584 completion also when ido is loaded.
12585
12586 2006-05-09 Masatake YAMATO <jet@gyve.org>
12587
12588 * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
12589 "warning" and "import".
12590 (cpp-font-lock-keywords): Added "warning".
12591
12592 2006-05-08 Dan Nicolaescu <dann@ics.uci.edu>
12593
12594 * term/xterm.el (terminal-init-xterm): Add more key bindings.
12595
12596 2006-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
12597
12598 * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
12599 pages at a time, if we signal the end, we should indeed reach that end.
12600
12601 2006-05-08 David Reitter <david.reitter@gmail.com>
12602
12603 * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
12604 output during execution of the body.
12605
12606 2006-05-08 Kim F. Storm <storm@cua.dk>
12607
12608 * progmodes/grep.el (lgrep, rgrep): Doc fixes.
12609
12610 2006-05-08 Thien-Thi Nguyen <ttn@gnu.org>
12611
12612 * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
12613 Use with-current-buffer.
12614
12615 2006-05-07 Kim F. Storm <storm@cua.dk>
12616
12617 * subr.el (add-to-history): Remove keep-dups arg.
12618
12619 * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
12620 to nil around call to add-to-history.
12621
12622 2006-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
12623
12624 * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
12625 than after a buffer modification.
12626
12627 2006-05-08 Nick Roberts <nickrob@snap.net.nz>
12628
12629 * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
12630 call to...
12631 (gud-watch): ...here so speedbar is raised for already watched
12632 expressions.
12633 (gdb-speedbar-refresh): Delete function.
12634 (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
12635 Use speedbar-timer-fn instead of speedbar-refresh (reverting
12636 earlier change).
12637 (gdb-var-evaluate-expression-handler)
12638 (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
12639
12640 * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
12641 Update localized contents for all buffers except ignored modes.
12642
12643 2006-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12644
12645 * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
12646 (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
12647 (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
12648 (mac-handle-font-panel-closed, mac-handle-font-selection):
12649 New functions.
12650 (mac-font-panel-mode): New minor mode.
12651 (mac-apple-event-map): Add bindings for toolbar toggle button and
12652 font panel.
12653 (menu-bar-showhide-menu): Add mac-font-panel-mode.
12654
12655 2006-05-07 John Paul Wallington <jpw@pobox.com>
12656
12657 * ibuffer.el (ibuffer-compressed-file-name-regexp):
12658 Avoid `regexp-opt'; simplify regexp for readability.
12659
12660 2006-05-06 Eli Zaretskii <eliz@gnu.org>
12661
12662 * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
12663 * files.el (buffer-stale-function):
12664 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
12665 * autorevert.el (global-auto-revert-non-file-buffers): Point Info
12666 links to the main manual, not to emacs-xtra.
12667
12668 2006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12669
12670 * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
12671 MacJapanese if text is ASCII-only.
12672
12673 2006-05-06 Nick Roberts <nickrob@snap.net.nz>
12674
12675 * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
12676 unless so nil isn't returned.
12677 (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
12678
12679 2006-05-06 Kim F. Storm <storm@cua.dk>
12680
12681 * subr.el (add-to-history): New function.
12682
12683 * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
12684 (ediff-merge-files-with-ancestor):
12685 * env.el (setenv):
12686 * isearch.el (isearch-update-ring):
12687 * server.el (server-visit-files):
12688 * progmodes/grep.el (lgrep, rgrep):
12689 * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
12690 * progmodes/xscheme.el (xscheme-insert-expression):
12691 Use add-to-history.
12692
12693 * kmacro.el (kmacro-push-ring): Use add-to-history.
12694 (kmacro-ring-length): Remove unused defun.
12695 (kmacro-start-macro): Use kmacro-push-ring.
12696
12697 2006-05-06 Thien-Thi Nguyen <ttn@gnu.org>
12698
12699 * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
12700 directly instead of a lambda expression that calls it.
12701
12702 2006-05-06 Kim F. Storm <storm@cua.dk>
12703
12704 * avoid.el (mouse-avoidance-point-position): Use posn-at-point
12705 instead of compute-motion.
12706
12707 2006-05-05 Dan Nicolaescu <dann@ics.uci.edu>
12708
12709 * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
12710 change.
12711
12712 2006-05-05 Reiner Steib <Reiner.Steib@gmx.de>
12713
12714 * startup.el (command-line-1): Refer to "Pure Storage" on
12715 pure-space-overflow.
12716
12717 2006-05-05 Martin Rudalics <rudalics@gmx.at>
12718
12719 * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
12720 provided faces once they all have been used up.
12721
12722 2006-05-05 Eli Zaretskii <eliz@gnu.org>
12723
12724 * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
12725 reference to the Lisp manual to the warning about pure space
12726 overflow.
12727
12728 2006-05-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
12729
12730 * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
12731 argument to avoid the call to `ispell-internal-change-dictionary'
12732 when not needed.
12733 (ispell-change-dictionary): Use this argument and call
12734 `ispell-internal-change-dictionary' after the possible change
12735 to `ispell-local-dictionary'.
12736 (ispell-internal-change-dictionary): Check for a change in
12737 personal dictionary use too.
12738
12739 2006-05-05 Eli Zaretskii <eliz@gnu.org>
12740
12741 * startup.el (command-line): On MS-Windows, probe "~", not
12742 "~USER", for warning about non-existent home directory.
12743
12744 * arc-mode.el (archive-l-e): New optional argument `float' means
12745 generate a float value.
12746 (archive-arc-summarize, archive-lzh-summarize)
12747 (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
12748 with 3rd argument non-nil when file's size is being computed.
12749 Format the file sizes with %8.0f instead of %8d.
12750
12751 2006-05-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12752
12753 * cus-start.el (all): Add mac-dnd-known-types.
12754
12755 * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
12756 (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
12757 (mac-TIFF-to-string): New functions.
12758 (x-get-selection, x-selection-value)
12759 (mac-select-convert-to-string): Use them.
12760 (mac-text-encoding-mac-japanese-basic-variant): New constant.
12761 (mac-dnd-types-alist): New customization variable.
12762 (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
12763 (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
12764 (mac-dnd-handle-drag-n-drop-event): New functions.
12765 (mac-drag-n-drop): Remove function.
12766 (global-map): Bind drag-n-drop and M-drag-n-drop to
12767 mac-dnd-handle-drag-n-drop-event.
12768
12769 2006-05-04 Karl Chen <quarl@NOSPAM.quarl.org>
12770
12771 * progmodes/perl-mode.el (perl-beginning-of-function):
12772 Skip anonymous subs.
12773
12774 2006-05-04 Dan Nicolaescu <dann@ics.uci.edu>
12775
12776 * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
12777 regexp-opt at run time.
12778
12779 * term.el (term-handle-ansi-escape): Fix off by one error.
12780
12781 2006-05-04 Nick Roberts <nickrob@snap.net.nz>
12782
12783 * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
12784 (gdb-init-1, gdb-post-prompt): ...and references to it.
12785 (gdb-frame-handler): Strip directory name from filename if present.
12786
12787 * progmodes/gud.el (gdb-force-update): Delete defvar
12788 (gud-speedbar-buttons): ...and references to it. Use window-start
12789 to try to keep positon in watch expression.
12790
12791 2006-05-03 Richard Stallman <rms@gnu.org>
12792
12793 * simple.el (next-history-element, previous-history-element): Doc fix.
12794
12795 * isearch.el (isearch-update-ring): Doc fix.
12796
12797 2006-05-03 Dan Nicolaescu <dann@ics.uci.edu>
12798
12799 * isearch.el (isearch-update-ring): Take history-delete-duplicates
12800 into consideration. Replace one arm ifs with whens.
12801
12802 2006-05-03 Nick Roberts <nickrob@snap.net.nz>
12803
12804 * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
12805 (menu): Fix typo.
12806
12807 2006-05-02 Miles Bader <miles@gnu.org>
12808
12809 * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
12810
12811 2006-05-02 Jay Belanger <belanger@truman.edu>
12812
12813 * calc/calc-embed.el (calc-override-minor-modes-map)
12814 (calc-override-minor-modes): New variables.
12815 (calc-do-embedded): Make sure that Calc keystrokes aren't
12816 overwritten by minor modes.
12817
12818 2006-05-02 Chong Yidong <cyd@mit.edu>
12819
12820 * msb.el (msb): If EVENT is a down event, read and discard the up event.
12821
12822 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
12823
12824 * startup.el (command-line-1): Refer to Lisp manual when
12825 pure-space-overflow occurs.
12826
12827 * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
12828 (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
12829 (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
12830 (version-control): Don't use `t' for safe-local-variable declarations.
12831
12832 2006-05-01 Richard Stallman <rms@gnu.org>
12833
12834 * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
12835 M-r, M-R, M-A, M-SPC or M-DEL.
12836 (diff-mode-map): diff-refine-hunk now on C-c C-w
12837 (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
12838
12839 * help-mode.el (help-mode): view-exit-action calls delete-window
12840 only when it is safe and possible.
12841
12842 * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
12843 in messages.
12844
12845 * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
12846
12847 * tool-bar.el (tool-bar-setup): Put Help and Preferences items
12848 in the default tool-bar-map.
12849
12850 2006-05-01 Michael Albinus <michael.albinus@gmx.de>
12851
12852 * net/tramp.el (tramp-completion-file-name-handler-alist)
12853 (tramp-run-real-handler, tramp-completion-run-real-handler)
12854 (tramp-completion-handle-file-name-all-completions)
12855 (tramp-completion-handle-file-name-completion): Autoload them.
12856 (tramp-completion-handle-file-exists-p)
12857 (tramp-completion-handle-file-name-directory)
12858 (tramp-completion-handle-file-name-nondirectory)
12859 (tramp-completion-handle-expand-file-name): Remove them.
12860 (tramp-handle-file-name-directory): Return the real directory name.
12861 Returning "/" only doesn't need to be necessary any longer.
12862 (tramp-file-name-handler): Make special attention when in hostname
12863 completion mode.
12864 (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
12865 (tramp-register-file-name-handlers):
12866 Register `tramp-completion-file-name-handler' only when
12867 `partial-completion-mode' is enabled.
12868 (tramp-completion-handle-file-name-all-completions):
12869 Delete directory part from results.
12870 (tramp-get-completion-methods, tramp-get-completion-user-host):
12871 Discard deleting "/", it doesn't work after the change of
12872 `tramp-handle-file-name-directory' above.
12873
12874 2006-05-01 Kim F. Storm <storm@cua.dk>
12875
12876 * progmodes/grep.el (grep-expand-template): Use save-match-data
12877 and symbol-value.
12878
12879 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12880
12881 * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
12882 Use select-frame-set-input-focus instead of raise-frame.
12883 (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
12884
12885 2006-05-01 Nick Roberts <nickrob@snap.net.nz>
12886
12887 * progmodes/gud.el (gud-def): Add %c case.
12888 (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
12889 (gud-format-command): Make match case sensitive. Match on %F.
12890
12891 2006-04-30 Glenn Morris <rgm@gnu.org>
12892
12893 * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
12894 (cal-tex-preamble): Use cal-tex-preamble-extra.
12895 (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
12896 than alias `list-diary-entries'.
12897
12898 2006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
12899
12900 * help-fns.el (describe-variable): Add info about safe local variables.
12901
12902 2006-04-29 Richard Stallman <rms@gnu.org>
12903
12904 * bindings.el (mode-line-format): help-echo doc fixes.
12905
12906 * net/tramp.el (tramp-file-name-handler-alist): Delete
12907 expand-file-name and other operations that can cause spurious loading.
12908
12909 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
12910
12911 * files.el (safe-local-variable-p): Remove support for the special
12912 value t.
12913
12914 * textmodes/paragraphs.el (sentence-end-without-space):
12915 Fix safety predicate.
12916 (sentence-end-double-space, sentence-end-without-period)
12917 (paragraph-ignore-fill-prefix):
12918 * textmodes/fill.el (colon-double-space):
12919 * abbrev.el (abbrev-mode): Tighten the safety predicate.
12920
12921 * subr.el (booleanp): New fun.
12922
12923 * textmodes/reftex-vars.el (reftex-guess-label-type):
12924 Tighten the safety predicate.
12925
12926 2006-04-28 Kim F. Storm <storm@cua.dk>
12927
12928 * progmodes/grep.el (defgroup grep): Doc fix.
12929 (grep-auto-highlight): Remove.
12930 (grep-template): New defcustom.
12931 (grep-find-template): Rename from grep-tree-template.
12932 (grep-files-aliases): Rename from grep-tree-files-aliases.
12933 Remove "all" alias, add "l" alias.
12934 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
12935 (grep-find-ignored-directories): New defcustom to replace
12936 grep-tree-ignore-CVS-directories, to facilitate ignoring
12937 subdirectories for multiple version control systems.
12938 (grep-mode-map): Add Recursive grep item to GREP menu.
12939 (grep-regexp-history, grep-files-history): New defvars.
12940 (grep-probe): New helper function.
12941 (grep-compute-defaults): Use it to simplify code.
12942 Adapt to name changes.
12943 Use `.' as base in grep-find-template rather than <D>.
12944 (grep): Remove superfluous highlight-regexp arg. Fix doc.
12945 Call grep-compute-defaults unconditionally.
12946 (grep-expand-keywords): New defconst.
12947 (grep-expand-template): Rename from grep-expand-command-macros.
12948 Simplify via grep-expand-keywords. Look at case-fold-search instead
12949 of grep-tree-ignore-case to add -i option.
12950 Bind case-fold-search to nil while matching keywords.
12951 (grep-tree-last-regexp, grep-tree-last-files): Remove.
12952 (grep-read-regexp, grep-read-files): New helper functions.
12953 (rgrep): Rename from grep-tree. Rework to use proper histories.
12954 Adapt to changes in defcustoms and functions above.
12955 (lgrep): New command, as grep, but using same interactive UI as rgrep.
12956
12957 2006-04-28 Michael Albinus <michael.albinus@gmx.de>
12958
12959 * net/tramp.el (tramp-completion-file-name-handler):
12960 Disable Tramp's functionality while loading Tramp itself.
12961 (tramp-register-file-name-handlers): That's a defsubst now.
12962 Code from `tramp-repair-jka-compr' moved here. Apply it via
12963 `after-init-hook'.
12964 (tramp-repair-jka-compr): Remove.
12965
12966 2006-04-27 Jay Belanger <belanger@truman.edu>
12967
12968 * calc/calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
12969 read expression when `math-read-big-expr' doesn't work.
12970
12971 2006-04-27 Reiner Steib <Reiner.Steib@gmx.de>
12972
12973 * startup.el (command-line-1): Display warning when
12974 pure-space-overflow is non-nil.
12975
12976 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12977
12978 * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
12979 risky.
12980
12981 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12982
12983 * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
12984 Return the URL or nil if none can be generated.
12985
12986 2006-04-27 Nick Roberts <nickrob@snap.net.nz>
12987
12988 * progmodes/gud.el (gud-comint-buffer): Move forward to stop
12989 byte compiler warnings.
12990 (gud-basic-call, gud-find-expr): Let user select an expression
12991 for printing. Print expression as well as value in GUD buffer.
12992
12993 2006-04-17 Ken Manheimer <ken.manheimer@gmail.com>
12994
12995 * allout.el: Remove local autoload declaration for
12996 pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
12997 (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
12998 (allout-plain-bullets-string, allout-distinctive-bullets-string)
12999 (allout-use-mode-specific-leader, allout-old-style-prefixes)
13000 (allout-stylish-prefixes, allout-numbered-bullet)
13001 (allout-file-xref-bullet, allout-presentation-padding)
13002 (allout-use-hanging-indents, allout-reindent-bodies): Mark as
13003 safe-local-variable with suitable value spec, and add autoload
13004 cookie for loaddefs inclusion. We now use an explicit spec everywhere.
13005 (move-beginning-of-line, move-end-of-line): Repair so these compat
13006 functions now actually resituate the point, when appropriate.
13007
13008 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
13009
13010 * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
13011
13012 * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
13013 (add-log-iso8601-time-string): Fix call to format-time-string.
13014
13015 2006-04-26 Kim F. Storm <storm@cua.dk>
13016
13017 * subr.el (posn-string, posn-image, posn-object): Doc fix.
13018
13019 2006-04-26 Masatake YAMATO <jet@gyve.org>
13020
13021 * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
13022 Add support for "//" style comments. Remove `b' flag
13023 from ?* in `asm-mode-syntax-table'.
13024
13025 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
13026
13027 * follow.el: Use (featurep 'xemacs) everywhere.
13028 (follow-mode): Use define-minor-mode.
13029 (follow-mode-map): Move initialization into the declaration.
13030 Use command remapping.
13031 (follow-emacs-version-xemacs-p): Remove.
13032 (follow-submit-feedback): Remove.
13033
13034 * allout.el (allout-layout, allout-passphrase-verifier-string)
13035 (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
13036
13037 * textmodes/reftex-vars.el (reftex-vref-is-default)
13038 (reftex-fref-is-default, reftex-guess-label-type):
13039 Tighten up a bit the safety predicate.
13040
13041 * textmodes/paragraphs.el (sentence-end-double-space)
13042 (sentence-end-without-period, sentence-end-without-space)
13043 (page-delimiter, paragraph-ignore-fill-prefix):
13044 Tighten up a bit the safety predicate.
13045
13046 * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
13047
13048 * progmodes/python.el (python-continuation-line-p)
13049 (python-beginning-of-statement): syntax-ppss may return
13050 a negative depth.
13051 (python-mode): Don't forcefully enable font-lock.
13052
13053 * time-stamp.el (time-stamp-start, time-stamp-end)
13054 (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
13055
13056 * add-log.el: Remove spurious * in docstrings.
13057 (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
13058 (add-change-log-entry): Use it here, since it's not specific
13059 to iso8601.
13060 (add-log-iso8601-time-string): Don't use it here any more.
13061 (change-log-indent-text, change-log-indent): Rename from add-log-*.
13062
13063 * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
13064
13065 2006-04-25 Ryan Yeske <rcyeske@gmail.com>
13066
13067 * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
13068 (rcirc-toggle-low-priority): Doc fix.
13069 (rcirc-handler-NOTICE): Remove beginning of line anchor in
13070 ChanServ regexp.
13071 (rcirc-startup-channels-alist): Connect to #rcirc by default, not
13072 #emacs.
13073 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
13074 (rcirc-decode-coding-system): Use utf-8 as the default.
13075 (rcirc-multiline-minor-mode): Set the fill-column.
13076 (rcirc-format-response-string): Display bright and dim nicks.
13077 (rcirc-browse-url): Update interactive spec to fill ARG.
13078 (rcirc-bright-nick, rcirc-dim-nick): Add faces.
13079 (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
13080
13081 2006-04-24 J.D. Smith <jdsmith@as.arizona.edu>
13082
13083 * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
13084 case for @Article, etc.
13085
13086 2006-04-23 Michael Albinus <michael.albinus@gmx.de>
13087
13088 * net/tramp.el (tramp-register-file-name-handlers): New defun.
13089 Added with autoload cookie.
13090 (tramp-unload-file-name-handlers): Rename from
13091 `tramp-unload-file-name-handler-alist'.
13092
13093 2006-04-23 Romain Francoise <romain@orebokech.com>
13094
13095 * comint.el (comint-match-partial-filename): Doc fix.
13096
13097 2006-04-21 Glenn Morris <rgm@gnu.org>
13098
13099 * calendar/cal-menu.el (calendar-mode-map): Refer to
13100 `diary-view-entries' rather than alias `view-diary-entries'.
13101 * calendar/diary-lib.el (view-other-diary-entries): Ditto.
13102
13103 2006-04-21 Luc Teirlinck <teirllm@auburn.edu>
13104
13105 * progmodes/antlr-mode.el (antlr-default):
13106 * cus-edit.el (custom-documentation):
13107 * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
13108 in defface.
13109
13110 2006-04-21 Kim F. Storm <storm@cua.dk>
13111
13112 * image.el (image-type): New defun split out of create-image.
13113 (create-image): Use it.
13114
13115 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
13116
13117 * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
13118 (org-open-at-point): Remove the "...done" message to keep output
13119 in the echo area visible.
13120 (org-export-as-xoxo): Fix call to `indent-region'.
13121
13122 2006-04-21 Kevin Ryde <user42@zip.com.au>
13123
13124 * international/mule.el (keyboard-coding-system): defcustom
13125 info-link fixes: "Specify Coding" has been split, keyboard now in
13126 "Terminal Coding", and "Single-Byte Character Support" is now
13127 "Unibyte Mode".
13128
13129 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
13130
13131 * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
13132 Use font-lock-warning-face for any errors e.g. no stack.
13133 (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
13134
13135 2006-04-20 Dan Nicolaescu <dann@ics.uci.edu>
13136
13137 * progmodes/sh-script.el (sh-shell): Mark as safe.
13138
13139 * newcomment.el (comment-start, comment-start-skip)
13140 (comment-end-skip, comment-end): Mark as safe.
13141
13142 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
13143
13144 * textmodes/org.el (org-deadline-announce): Face removed.
13145 (org-level-faces, org-n-levels): Convert to constant.
13146 (org-compatible-face): New function.
13147 (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
13148 (org-level-5, org-level-6, org-level-7, org-level-8)
13149 (org-special-keyword, org-warning, org-headline-done, org-link)
13150 (org-date, org-tag, org-todo, org-done, org-table, org-formula)
13151 (org-scheduled-today, org-scheduled-previously, org-time-grid):
13152 Face definition revised for better color tty support.
13153 (org-bold-re, org-italic-re, org-underline-re): New constants.
13154 (org-set-font-lock-defaults): Use the new constants.
13155 (org-agenda-highlight-todo): New function.
13156 (org-agenda-todo): Fix bug with point at end of line.
13157 (org-agenda-change-all-lines, org-finalize-agenda-entries):
13158 Fontify TODO keywords.
13159 (org-insert-link): Preserve relative path in ../ links.
13160 (org-export-as-html): Convert links pointing to .org files into
13161 links that will work beteen the exported HTML files.
13162 (org-todo-list): Fix bug when arg=0.
13163 (org-insert-heading): More fine-tuning.
13164
13165 2006-04-19 Romain Francoise <romain@orebokech.com>
13166
13167 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
13168 from `rmail-mime-charset-pattern'.
13169
13170 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
13171
13172 * progmodes/python.el (python-mode): Fix typo.
13173
13174 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
13175
13176 * comint.el (comint-previous-input): Don't clobber input line
13177 when moving off either end of the input history ring.
13178 (comint-delete-input): New function, used by
13179 `comint-previous-input' and others.
13180 (comint-previous-matching-input):
13181 Use `coming-delete-input'. Save the partial input if leaving the
13182 edit line. Goto point-max before deleting input to avoid
13183 partial input fragments hanging around.
13184 (comint-restore-input): New function, used by `comint-previous-input'.
13185
13186 2006-04-18 Luc Teirlinck <teirllm@auburn.edu>
13187
13188 * imenu.el (imenu--index-alist): Balance parentheses.
13189
13190 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
13191
13192 * progmodes/python.el (python-mode): Add support for hs-minor-mode.
13193
13194 2006-04-19 Reiner Steib <Reiner.Steib@gmx.de>
13195
13196 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
13197 file is nil.
13198
13199 2006-04-18 Richard Stallman <rms@gnu.org>
13200
13201 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
13202
13203 * imenu.el (imenu-create-index-function, imenu--index-alist)
13204 (imenu--last-menubar-index-alist, imenu--make-index-alist)
13205 (imenu-default-create-index-function, imenu--generic-function):
13206 Doc fixes.
13207
13208 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
13209
13210 * help-mode.el (help-mode): Set view-exit-action to delete window.
13211
13212 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
13213 now works by passing nil as arg.
13214
13215 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
13216
13217 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
13218 (read-abbrev-file): Provide default when reading filename.
13219
13220 * files.el (enable-local-variables): Allow :all as value.
13221 (hack-local-variables): Implement that value.
13222 (safe-local-variable-values, safe-local-eval-forms)
13223 (enable-local-variables): Mark as risky.
13224 (find-file-visit-truename, kept-old-versions): Mark safe.
13225
13226 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
13227 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
13228 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
13229
13230 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
13231
13232 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
13233 Use forward-line so as to get to BOL even in the presence of fields.
13234 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
13235 in return.
13236 (inferior-tcl): Tell tclsh to work in interactive mode.
13237
13238 * complete.el (partial-completion-mode):
13239 Use 'choose-completion-string-functions to make sure that
13240 choose-completion fills the minibuffer properly.
13241
13242 * complete.el (PC-old-read-file-name-internal): Remove.
13243 (PC-read-include-file-name-internal): Remove. Turn it into an advice
13244 of read-file-name-internal.
13245 (partial-completion-mode): Enable/disable this advice.
13246
13247 2006-04-18 Juanma Barranquero <lekktu@gmail.com>
13248
13249 * net/tramp.el (tramp-completion-file-name-handler): Revert change
13250 of 2006-04-17.
13251
13252 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
13253
13254 * textmodes/org.el (org-insert-heading): Insert heading before
13255 current if at beginning of line.
13256 (org-todo, org-date): New faces.
13257 (org-table-align): Make sure tooltip window contains full text.
13258 (org-no-properties): New defsubst.
13259 (org-set-font-lock-defaults): Use new faces.
13260
13261 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
13262
13263 * progmodes/gud.el (gud-speedbar-item-info): Display frame address
13264 for root variables.
13265
13266 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
13267 (gdb-frame-address): Re-use to identify frame for watch expression.
13268 (gdb-var-list, gdb-var-create-handler): Add frame address for root
13269 variables.
13270 (gdb-init-1, gdb-source, gdb-post-prompt)
13271 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
13272 (gdb-frame-handler): Get gdb-frame-address.
13273
13274 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
13275
13276 Sync with Tramp 2.0.53.
13277
13278 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
13279 'control. Reported by Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>.
13280 (tramp-completion-file-name-handler): Add autoload cookie for
13281 adding to `file-name-handler-alist'.
13282
13283 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
13284 the prompt. If it returns earlier (when detecting an error
13285 message), the rest of the output will merge accidently with the
13286 output of the next command. Reported by M Jared Finder
13287 <jared@hpalace.com>.
13288
13289 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
13290 for `process-file', in order to let it work for older Emacsen too.
13291
13292 2006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de>
13293
13294 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
13295 (tex-font-lock-keywords-3): Use it.
13296
13297 2006-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
13298
13299 * newcomment.el (comment-add): New function.
13300 (comment-region-default, comment-dwim): Use it.
13301
13302 2006-04-15 Michael Olson <mwolson@gnu.org>
13303
13304 * emacs-lisp/tq.el: Improve comments.
13305 (tq-queue-head-question): New accessor function.
13306 (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
13307 Update for modified queue structure.
13308 (tq-queue-add): Accept `question' argument.
13309 (tq-queue-pop): If a question is pending, send it.
13310 (tq-enqueue): Accept new optional argument `delay-question'.
13311 If this is non-nil, and at least one other question is pending a
13312 response, queue the question rather than sending it immediately.
13313
13314 2006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13315
13316 * calendar/appt.el (appt-add): Check whether an appointment is
13317 already present in appt-time-msg-list. Simplify code.
13318
13319 2006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
13320
13321 * progmodes/cc-langs.el (c-mode-menu):
13322 Don't presume c-subword-mode is bound.
13323
13324 2006-04-13 Bill Wohler <wohler@newt.com>
13325
13326 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
13327 (customize-package-emacs-version): Use cdr instead of cadr now
13328 that alists use dotted pairs.
13329
13330 * custom.el (defcustom): Fix docstring for :package-version.
13331
13332 2006-04-13 Michael Albinus <michael.albinus@gmx.de>
13333
13334 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
13335 (tramp-handle-shell-command): Display output buffer only when
13336 `tramp-display-shell-command-buffer' is true.
13337 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
13338
13339 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
13340
13341 * textmodes/org.el (org-set-autofill-regexps): Set only the local
13342 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
13343
13344 2006-04-13 Romain Francoise <romain@orebokech.com>
13345
13346 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
13347 leaving temporary .cvsignore buffers behind.
13348
13349 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
13350
13351 * textmodes/org.el (org-set-regexps-and-options)
13352 (org-get-current-options): Better names for the startup folding
13353 options.
13354
13355 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
13356
13357 * vc.el (vc-annotate): Arrange for point to end up at the same
13358 line number as in the original, but only when using a new buffer.
13359
13360 2006-04-12 Stuart Herring <herring@lanl.gov> (tiny change)
13361
13362 * files.el (hack-one-local-variable-eval-safep):
13363 Recognize `edebug-form-spec' for `put', but only if it passes
13364 `edebug-basic-spec'. Generalize `put' handling.
13365
13366 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
13367 vetting file-local form specs.
13368
13369 * allout.el (allout-layout): Autoload its `safe-local-variable'
13370 property.
13371
13372 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
13373
13374 * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
13375 (org-agenda-mouse-1-follows-link)
13376 (org-mouse-1-follows-link): New options.
13377 (org-format-agenda-item): Fix bug if TAGS is nil.
13378 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
13379
13380 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
13381
13382 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
13383 GDB 6.1+ gives full filename for "info sources" so use
13384 file-name-nondirectory.
13385
13386 2006-04-12 Romain Francoise <romain@orebokech.com>
13387
13388 * subr.el (read-passwd): Bind `message-log-max' to nil.
13389
13390 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
13391
13392 * progmodes/perl-mode.el (perl-indent-new-calculate):
13393 Recompute parse-start after jumping backward by a whole sexp.
13394
13395 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
13396
13397 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
13398 window configuration.
13399 (vc-annotate-display-select): Select the buffer so that current-buffer
13400 (and selected-window) is the output buffer at the end of vc-annotate.
13401
13402 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
13403
13404 * vc.el (vc-annotate-color-map): Add custom TTY color map for
13405 8-color terminals, to use all of the colors in a sensible order.
13406 256-color terminals work well with the standard map.
13407 (vc-annotate-lines): Only strip the first color character if it
13408 is "#", to allow for terminal-style named colors.
13409 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
13410 the correct buffer is scrolled.
13411
13412 2006-04-11 Richard Stallman <rms@gnu.org>
13413
13414 * emacs-lisp/bytecomp.el (byte-compile-file):
13415 Bind enable-local-variables to :safe, and make normal-mode obey it.
13416
13417 * files.el (enable-local-variables): Allow value :safe.
13418 (normal-mode): Doc fix.
13419 (hack-local-variables): Implement enable-local-variables = :safe.
13420 (hack-local-variables-confirm): Don't prevent quitting.
13421
13422 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
13423
13424 * loadhist.el (unload-feature): A bit of sanity check of
13425 load-history entries. Cancel timer-vars before unbinding them.
13426
13427 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
13428 quote special chars, and make the trick work on the hex part of the
13429 buffer as well.
13430 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
13431 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
13432
13433 * startup.el (normal-splash-screen): Fix last change so we don't wait
13434 2 minutes if we don't show the splash screen.
13435
13436 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
13437
13438 * textmodes/org.el (org-export-plain-list-max-depth)
13439 (org-table-spaces-around-separators)
13440 (org-radio-targets, org-activate-camels)
13441 (org-table-spaces-around-invisible-separators): Options removed.
13442 (org-time-stamp-rounding-minutes, org-remember-templates)
13443 (org-ellipsis, org-activate-links, org-descriptive-links):
13444 New options.
13445 (org-remember-apply-template, org-current-time)
13446 (org-finish-edit-table-field)
13447 (org-link-unescape, org-link-escape)
13448 (org-string-width, org-table-clean-line, org-html-do-expand)
13449 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
13450 (org-read-agenda-file-list): New functions.
13451 (org-table-edit-field)
13452 (org-table-create-or-convert-from-region): New commands
13453 (org-table-toggle-vline-visibility): Command removed.
13454 (org-table-convert-region): Made a command.
13455 (orgtbl-deleta-backward-char, orgtbl-delete-char): Remove commands.
13456 Replace with the normal org- functions.
13457 (org-self-insert-command): Don't trigger realign unnecessarily
13458 when blanking a field that is not full.
13459 (org-mode): `Set buffer-invisibility-spec' for links.
13460 (org-activate-links2): Hide link part and only show descriptive
13461 part of the link.
13462 (org-insert-link): Modify for new linking system.
13463 (org-store-link): Store description separately, for use by
13464 `org-insert-link'.
13465 (org-table-align): Use `org-string-width'.
13466 (defgroup): Completely new group structure for custom variables.
13467 (org-agenda-files): Option: Single file name allowed. Function:
13468 Optional argument unrestrited means ignore any restricitons.
13469 (org-install-agenda-files-menu): Find a buffer in Org-mode before
13470 trying to modify the menu. Use generalized access to
13471 `org-agenda-files.'
13472 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
13473 (org-agenda-file-to-front, org-remove-file, org-diary)
13474 (org-tags-view, org-export-icalendar-all-agenda-files)
13475 (org-export-icalendar-combine-agenda-files): Use generalized
13476 access to `org-agenda-files'.
13477 (org-remember-handler): Correctly preserve heading if present.
13478 (org-table-insert-row, org-table-insert-hline): Deal with
13479 invisible characters.
13480
13481 2006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
13482
13483 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
13484 (vc-annotate-color-map): New 18 element constant
13485 value/saturation, rotating hue colormap, from red->blue.
13486 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
13487 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
13488 (vc-annotate): To avoid killing the required local variables,
13489 set them before the end of `with-output-to-temp-buffer', and
13490 after first switching to annotate-mode.
13491 (vc-annotate-warp-version): Add buffer argument in goto-line to
13492 ensure annotation, not source, is scrolled.
13493
13494 2006-04-10 Bill Wohler <wohler@newt.com>
13495
13496 * custom.el (defcustom, custom-handle-keyword):
13497 Add :package-version keyword.
13498 (custom-add-package-version): New function. Sets value of new
13499 property 'custom-package-version from :package-version keyword.
13500 (defcustom): Create Common Keywords section in docstring.
13501 (defface, defgroup): Replace definitions of a select few keywords
13502 with a reference to the Common Keywords in defcustom.
13503 (defcustom, defface, defgroup): Replace reference to Customization
13504 chapter in manual with hyperlink.
13505
13506 * cus-edit.el (customize-package-emacs-version-alist): New variable.
13507 (customize-changed-options): Add check for custom-package-version.
13508 (customize-package-emacs-version): New function to look up Emacs
13509 version corresponding to the given package version.
13510
13511 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
13512 defun name, in similar fashion to find-variable-regexp.
13513
13514 2006-04-10 Eli Zaretskii <eliz@gnu.org>
13515
13516 * international/mule-cmds.el (set-locale-environment): Fix last
13517 change for when the locale's preferences don't specify any encoding.
13518
13519 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
13520
13521 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
13522 so the defined var/fun doesn't need to be quoted.
13523
13524 2006-04-10 Richard Stallman <rms@gnu.org>
13525
13526 * finder.el (finder-mode-map): Add n and p bindings.
13527
13528 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
13529
13530 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
13531 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
13532 (gdb-setup-windows): Put something in source window if we can't find
13533 the source file.
13534 (gdb-frame-handler): Make it work again with just assembly.
13535 (gdb-data-list-register-values-handler): Make it work when there is
13536 no stack.
13537
13538 2006-04-09 Richard Stallman <rms@gnu.org>
13539
13540 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
13541 specs while looking for charset.
13542
13543 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
13544
13545 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
13546 Make them faces.
13547 (lm-font-lock-keywords): Update appropriately.
13548
13549 2006-04-10 Kim F. Storm <storm@cua.dk>
13550
13551 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
13552 it can also replace buffer-substring-no-properties.
13553
13554 * emulation/cua-base.el (cua-delete-region, cua-paste)
13555 (cua-repeat-replace-region): Use filter-buffer-substring.
13556
13557 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
13558 (cua-cut-region-to-global-mark): Likewise.
13559
13560 * emulation/cua-rect.el (cua--extract-rectangle)
13561 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
13562
13563 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13564
13565 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
13566 entry-type. Add field delimiters to numerical fields if they are
13567 not present.
13568
13569 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13570
13571 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
13572 string-const to return value.
13573 (bibtex-remove-delimiters): Use it.
13574
13575 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
13576
13577 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
13578 cl-byte-compile-compiler-macro unless it exists.
13579
13580 2006-04-08 Eli Zaretskii <eliz@gnu.org>
13581
13582 * files.el (hack-local-variables-confirm) <offer-save>:
13583 Clarify message text. Suggested by Ralf Angeli.
13584
13585 2006-04-08 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
13586
13587 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
13588 (delete-extract-rectangle-line): Use `filter-buffer-substring'
13589 instead of `buffer-substring' and `delete-region'. (Most of the
13590 code actually copied from `kill-region'.)
13591
13592 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
13593
13594 * net/rcirc.el (rcirc-default-server): Rename from rcirc-server.
13595 (rcirc-default-port): Rename from rcirc-port.
13596 (rcirc-default-nick): Rename from rcirc-nick.
13597 (rcirc-default-user-name): Rename from rcirc-user-name.
13598 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
13599 (rcirc-low-priority-flag): New variable.
13600 (rcirc-decode-coding-system): New defcustom.
13601 (rcirc-encode-coding-system): New defcustom.
13602 (rcirc-coding-system-alist): New defcustom.
13603 (rcirc-multiline-major-mode): New defcustom.
13604 (rcirc-nick): New internal variable.
13605 (rcirc-process): Remove variable.
13606 (rcirc-server-buffer): New variable.
13607 (rcirc): Update to use rcirc-default-* variables above.
13608 (rcirc-connect): Do not add window-configuration-hook-here.
13609 (rcirc-server): New internal variable.
13610 (rcirc-connect): Do not send keepalive pings if
13611 rcirc-keepalive-seconds is nil.
13612 (with-rcirc-server-buffer): New macro.
13613 (rcirc-send-string): Encode with rcirc-encode-coding-system.
13614 (rcirc-server-name): Rename from rcirc-server.
13615 (rcirc-buffer-process): New function.
13616 (rcirc-buffer-nick): New function.
13617 (rcirc-buffer-target): Remove function.
13618 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
13619 New commands.
13620 (rcirc-mode-map): Change binding of C-c C-l to
13621 rcirc-toggle-low-priority.
13622 (rcirc-mode): Initialize coding system based on
13623 rcirc-coding-system-alist. New change-major-mode-hook to part the
13624 channel on a mode change. Make kill-buffer-hook buffer-local.
13625 (rcirc-change-major-mode-hook): New function.
13626 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
13627 (rcirc-last-post-time): New variable.
13628 (rcirc-process-message): Store the last time user posted a message
13629 to this target.
13630 (rcirc-multiline-minor-mode): New mode.
13631 (rcirc-multiline-minor-mode-map): New mode map.
13632 (rcirc-edit-multiline): Put multiline-edit buffer in
13633 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
13634 (rcirc-print): Ignore any line starting with an ignored nick.
13635 (rcirc-print): Decode using rcirc-decode-coding-system.
13636 (rcirc-track-minor-mode): Update global-mode-string when disabling
13637 this mode.
13638 (minor-mode-alist): Add LowPri indicator.
13639 (rcirc-toggle-low-priority): New function.
13640 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
13641 next lowpriority buffer with activity.
13642 (rcirc-record-activity): Sort buffers in rcirc-activity by the
13643 last time the user posted a message in to the target.
13644 (rcirc-update-activity-string): New formatting for low priority
13645 buffers.
13646 (rcirc-split-activity): New function.
13647 (rcirc-handler-PART, rcirc-handler-KICK)
13648 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
13649 (rcirc-nick-away-alist): New variable.
13650 (rcirc-handler-301): New handler. Away messages are printed once
13651 per change.
13652
13653 2006-04-08 Eli Zaretskii <eliz@gnu.org>
13654
13655 * info.el (Info-follow-nearest-node): Doc fix.
13656
13657 * international/mule-cmds.el (set-locale-environment): Make sure
13658 the coding-system preferred by the locale's language has the same
13659 EOL conversion type as the original buffer-file-coding-system.
13660 (locale-language-names): Add a few MS Windows language codes.
13661
13662 2006-04-07 Richard Stallman <rms@gnu.org>
13663
13664 * simple.el (eval-expression): Doc fix.
13665
13666 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
13667 (eval-defun): Doc fixes.
13668
13669 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
13670
13671 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
13672
13673 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
13674
13675 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
13676 GDB list command without argument for greater generality.
13677
13678 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
13679
13680 * subr.el (string-or-null-p): New function.
13681
13682 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
13683
13684 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
13685
13686 * files.el: Update comment about safe-local-variable declarations.
13687
13688 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
13689
13690 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
13691 See idlwave.org.
13692
13693 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
13694 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
13695
13696 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
13697 See idlwave.org.
13698
13699 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
13700 version 6.0 (minimal changes). See idlwave.org.
13701
13702 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
13703 6.0 (minimal changes). See idlwave.org.
13704
13705 * progmodes/idlw-rinfo.el: File obsoleted and removed.
13706
13707 2006-04-06 Romain Francoise <romain@orebokech.com>
13708
13709 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
13710 symmetric encryption features and a new asynchronous interface to
13711 GnuPG. This new version is version 1.4, plus whitespace changes.
13712
13713 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
13714
13715 * files.el: Move some `safe-local-variable' declarations to the
13716 respective files.
13717
13718 * textmodes/ispell.el (ispell-check-comments)
13719 (ispell-local-dictionary): Mark as safe.
13720
13721 * abbrev.el (abbrev-mode): Mark as safe.
13722
13723 * add-log.el (change-log-default-name): Mark as safe.
13724
13725 * textmodes/reftex-vars.el (reftex-vref-is-default)
13726 (reftex-fref-is-default, reftex-level-indent)
13727 (reftex-guess-label-type): Mark as safe.
13728
13729 * textmodes/fill.el (colon-double-space): Mark as safe.
13730
13731 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
13732 (sentence-end-double-space, sentence-end-without-period)
13733 (sentence-end-without-space, sentence-end, sentence-end-base)
13734 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
13735
13736 2006-04-06 Kim F. Storm <storm@cua.dk>
13737
13738 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
13739 the :set-after list.
13740 (ido-downcase-unc-hosts): New user option. Default on.
13741 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
13742 when it is set, as regexps are now applied on the fly.
13743 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
13744 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
13745 on the fly, but only when ido-process-ignore-lists is set.
13746 Do case insensitive filtering if ido-downcase-unc-hosts is set.
13747 Only downcase names if ido-downcase-unc-hosts is set.
13748
13749 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
13750
13751 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
13752
13753 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
13754
13755 2006-04-05 Kim F. Storm <storm@cua.dk>
13756
13757 * ido.el (ido-mode): Set after ido-unc-hosts and
13758 ido-ignore-unc-host-regexps.
13759 (ido-save-history): Save ido-unc-hosts-cache.
13760 (ido-load-history): Load ido-unc-hosts-cache.
13761 (ido-reread-directory): Refresh unc hosts cache in // dir.
13762
13763 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
13764 to nil while displaying slash screen.
13765
13766 2006-04-05 Daiki Ueno <ueno@unixuser.org>
13767
13768 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
13769 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
13770
13771 2006-04-05 Kenichi Handa <handa@m17n.org>
13772
13773 * international/characters.el: Setup cases of Latin, Greek, and
13774 Cyrillic characters in CJK charsets.
13775
13776 2006-03-29 Daiki Ueno <ueno@unixuser.org>
13777
13778 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
13779 default-enable-multibyte-characters. This reverts the change from
13780 revision 6.17 which is no longer necessary because the passphrase
13781 is sent separately now. GnuPG messages are unreadable under
13782 multibyte locales with default-enable-multibyte-characters set to nil.
13783
13784 2006-04-04 Andreas Schwab <schwab@suse.de>
13785
13786 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
13787 and `byte-compile-warnings' as `safe-local-variable'.
13788
13789 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
13790
13791 * man.el (Man-mode-map): Restore the \r binding.
13792 (Man-abstract-xref-man-page): If Man-target-string is a function,
13793 call it.
13794 (Man-highlight-references): Use Man-default-man-entry to get the
13795 target. Deal with xrefs too.
13796 (Man-highlight-references0): Don't call the target function.
13797
13798 * woman.el (WoMan-xref-man-page): Strip the section number, woman
13799 cannot deal with it.
13800
13801 2006-04-04 Daiki Ueno <ueno@unixuser.org>
13802
13803 * pgg-gpg.el: Clean up process buffers every time gpg processes
13804 complete.
13805
13806 2006-04-04 Kenichi Handa <handa@m17n.org>
13807
13808 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
13809 here.
13810 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
13811 Temporarily bind inhibit-field-text-motion to t.
13812
13813 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
13814
13815 * startup.el (normal-splash-screen): Only set mode-line-format in the
13816 splash buffer, so as not to interfere when debugging the code.
13817 Ignore errors when switching buffer.
13818
13819 2006-04-03 Romain Francoise <romain@orebokech.com>
13820
13821 * dired.el (dired-dnd-protocol-alist): Fix typo.
13822
13823 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
13824
13825 * savehist.el (savehist): Add :version.
13826 (savehist-ignored-variables): New variable.
13827 (savehist-minibuffer-hook): Don't save variables listed in
13828 `savehist-ignored-variables'.
13829
13830 * dired.el (dired-dnd-protocol-alist): Mention that change does
13831 only apply to new buffers in doc string.
13832
13833 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
13834
13835 * recentf.el (recentf-open-files-item): Include newline in button
13836 field, so opening a file will work, when the point is at the end
13837 of the file name. Allow, for example, to [i]search a file by
13838 extension and just push RET to open it.
13839
13840 2006-04-03 Daiki Ueno <ueno@unixuser.org>
13841
13842 * pgg-gpg.el (pgg-gpg-process-filter)
13843 (pgg-gpg-wait-for-completion): Check if buffer is alive.
13844
13845 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
13846 lines, temporary fix.
13847
13848 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
13849
13850 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
13851
13852 2006-04-02 Richard Stallman <rms@gnu.org>
13853
13854 * progmodes/compile.el (compilation-message-face): Make it defcustom.
13855
13856 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
13857
13858 * ibuf-macs.el (define-ibuffer-column): Add a new key:
13859 header-mouse-map.
13860
13861 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
13862 (ibuffer-mode-header-map): New keymaps.
13863 (ibuffer-update-title-and-summary): Enable mouse face highlighting
13864 and keybindings for column headers.
13865 (name, size, mode) <define-ibuffer-column>: Add a header-mouse-map
13866 property.
13867
13868 2006-04-02 Drew Adams <drew.adams@oracle.com>
13869
13870 * speedbar.el (speedbar-after-create-hook): Doc fix.
13871
13872 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
13873
13874 * shell.el (shell-directory-tracker)
13875 (shell-dynamic-complete-command): Doc fixes.
13876
13877 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
13878
13879 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
13880 terminals.
13881
13882 2006-04-01 Kim F. Storm <storm@cua.dk>
13883
13884 * ido.el (ido-unc-hosts-cache): New defvar.
13885 (ido-unc-hosts): If value of defcustom is a function, call it to
13886 get list of UNC hosts. Add function-item choices to specify
13887 ido-unc-hosts-net-view or user function.
13888 (ido-ignore-unc-host-regexps): New defcustom.
13889 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
13890 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
13891 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
13892
13893 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
13894
13895 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
13896 wwidth.
13897
13898 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
13899
13900 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
13901 (ido-max-work-file-list, ido-switch-buffer)
13902 (ido-read-file-name-as-directory-commands):
13903 Fix typos in docstrings.
13904
13905 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13906
13907 * term/mac-win.el (mac-system-coding-system): Define and use after
13908 Mac-specific coding systems are ready.
13909
13910 2006-03-27 Romain Francoise <romain@orebokech.com>
13911
13912 * net/rcirc.el (rcirc-connect): Add autoload cookie.
13913
13914 * ldefs-boot.el: Update.
13915
13916 2006-03-27 Daiki Ueno <ueno@unixuser.org>
13917
13918 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
13919 passphrases when it is not needed.
13920 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
13921 passphrase stuff from gpg, should only be necessary when you use
13922 gpg with a smartcard.
13923
13924 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
13925
13926 * comint.el (comint-dynamic-list-completions): Allow user to
13927 select *Completions* buffer.
13928
13929 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
13930
13931 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
13932
13933 2006-03-26 Andreas Schwab <schwab@suse.de>
13934
13935 * progmodes/gud.el (gdb): Only complain about multiple debugging
13936 when the gdb process is still running.
13937
13938 2006-03-25 Eli Zaretskii <eliz@gnu.org>
13939
13940 * mail/rmail.el (tool-bar-map): Defvar it.
13941 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
13942 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
13943
13944 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
13945
13946 * help.el (print-help-return-message): Suggest to use
13947 display-buffer instead of switch-to-buffer-other-window to restore
13948 the previous window without selecting it.
13949
13950 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13951
13952 * frame.el (select-frame-by-name): Call x-focus-frame also when
13953 window-system is mac.
13954
13955 * term/mac-win.el: Adjust Courier font specifications in
13956 x-fixed-font-alist.
13957 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
13958 when directly encoding to UTF-16 in native byte order, no BOM.
13959
13960 2006-03-25 Kim F. Storm <storm@cua.dk>
13961
13962 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
13963 (cua--init-keymaps): Use it instead of fixed C-return.
13964 (cua-mode): Set after it.
13965
13966 * emulation/cua-rect.el (cua--init-rectangles):
13967 Use cua-rectangle-mark-key instead of fixed C-return.
13968
13969 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
13970
13971 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
13972 "run" in .gdbinit.
13973 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
13974
13975 2006-03-24 Romain Francoise <romain@orebokech.com>
13976
13977 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
13978 `display-buffer-other-frame'.
13979
13980 2006-03-24 Kim F. Storm <storm@cua.dk>
13981
13982 * apropos.el (apropos-synonyms): Add selection => region.
13983
13984 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
13985
13986 * progmodes/gdb-ui.el (gdb-var-create-regexp)
13987 (gdb-var-list-children-regexp, gdb-var-update-regexp)
13988 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
13989 (gdb-data-list-register-values-regexp)
13990 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
13991 Future proof against new fields being added to MI output.
13992 (gdb-send): Don't treat backslashes for program input as
13993 continuations.
13994 (gdb-assembler-handler): Don't use window-start for this handler.
13995 (gdb-frame-handler): Don't change to hollow arrow if overlay
13996 arrow doesn't move to new frame.
13997
13998 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
13999
14000 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
14001 prevent compiler warnings.
14002 (gdb-stopped): Check for gud-last-last-frame (case: signal).
14003 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
14004 (gdb-assembler-custom): Use hollow-right-triangle for assembler
14005 buffer too.
14006
14007 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
14008
14009 * pgg-gpg.el (pgg-gpg-update-agent): Check for
14010 make-network-process, so we can use the same code in Gnus v5-10
14011 too and have this file fully synchronized with that release.
14012
14013 2006-03-23 Romain Francoise <romain@orebokech.com>
14014
14015 * ibuf-ext.el (ibuffer-read-filter-group-name):
14016 Use `ibuffer-generate-filter-groups' to make completion list match
14017 the filter groups that are really displayed in the Ibuffer buffer.
14018 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
14019
14020 2006-03-23 Kenichi Handa <handa@m17n.org>
14021
14022 * international/mule-cmds.el (sort-coding-systems): Describe that
14023 the argument is modified in docstring.
14024
14025 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
14026
14027 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
14028 (pgg-gpg-update-agent): New function.
14029 (pgg-gpg-use-agent-p): New function.
14030 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
14031 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
14032 (pgg-gpg-sign-region): Use it.
14033
14034 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
14035
14036 * cus-edit.el (custom-face-set): Call custom-push-theme before
14037 face-spec set so that `changed' theme is correctly saved.
14038 (custom-face-reset-standard): Reset to recalculated face rather
14039 than defface spec.
14040
14041 * custom.el (custom-push-theme): Only save `changed' theme if the
14042 current face does not match the defface specs.
14043
14044 2006-03-21 Simon Josefsson <jas@extundo.com>
14045
14046 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
14047 <wilde@sha-bang.de>.
14048 (pgg-gpg-use-agent): New variable.
14049 (pgg-gpg-process-region): Use it.
14050 (pgg-gpg-encrypt-region): Likewise.
14051 (pgg-gpg-encrypt-symmetric-region): Likewise.
14052 (pgg-gpg-decrypt-region): Likewise.
14053 (pgg-gpg-sign-region): Likewise.
14054 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
14055
14056 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
14057
14058 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
14059 bracket links.
14060
14061 2006-03-21 Kim F. Storm <storm@cua.dk>
14062
14063 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
14064 fringe-indicator-alist instead of modifying global value.
14065 (gdb-frame-handler): Likewise.
14066
14067 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
14068
14069 * diff-mode.el (diff-function): Make it inherit from diff-header
14070 instead of diff-context.
14071
14072 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
14073 bitmap.
14074 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
14075 change names in macro above for consistency.
14076 (gdb-frame-handler): Use hollow-right-triangle for all selected
14077 frames which except the innermost (where execution has stopped).
14078 (gdb-reset): Reset buffer-local values of overlay-arrow.
14079
14080 2006-03-20 Richard Stallman <rms@gnu.org>
14081
14082 * simple.el (set-mark-command): Doc fix.
14083
14084 * files.el (display-buffer-other-frame): New command.
14085 (ctl-x-4-map): Bind C-x 5 C-o to it.
14086
14087 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
14088
14089 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
14090 rather than just defer-time, in case defer-time has been changed but
14091 the timer isn't running yet.
14092 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
14093
14094 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
14095
14096 * help-mode.el (help-follow-symbol): New function.
14097 Essentially identical to the old `help-follow', but do not let
14098 `push-button' do the work when on an xref.
14099 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
14100
14101 2006-03-19 Richard Stallman <rms@gnu.org>
14102
14103 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
14104 preceded by the word `program'.
14105 (help-follow-mouse, help-follow): Throw error if not on xref.
14106 Delete no longer used args.
14107
14108 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
14109
14110 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
14111 annotation ensure gud-overlay-arrow-position is redisplayed.
14112
14113 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14114
14115 * textmodes/bibtex.el (bibtex-include-OPTkey)
14116 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
14117 (bibtex-autokey-name-case-convert)
14118 (bibtex-autokey-titleword-case-convert): Make these the aliases
14119 for the following two variables.
14120 (bibtex-autokey-name-case-convert-function)
14121 (bibtex-autokey-titleword-case-convert-function): Make these the
14122 real names.
14123 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
14124 bibtex-font-lock-crossref sublists.
14125 (bibtex-mode): Revert 2005-12-30 change (which made
14126 completion-ignore-case buffer-local).
14127 (bibtex-url): Simplify.
14128
14129 2006-03-19 Kim F. Storm <storm@cua.dk>
14130
14131 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
14132 cursor property value to 2 (to align with C level change).
14133
14134 2006-03-19 Bill Wohler <wohler@newt.com>
14135
14136 * image.el (image-load-path-for-library): Shorten first line in
14137 docstring.
14138
14139 2006-03-18 Richard Stallman <rms@gnu.org>
14140
14141 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
14142
14143 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
14144
14145 * isearch.el (isearch-other-meta-char): Handle user bindings for
14146 shifted control characters.
14147
14148 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
14149
14150 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
14151 part that matches email addresses, file names, etc.
14152
14153 2006-03-18 Eli Zaretskii <eliz@gnu.org>
14154
14155 * term/w32-win.el (mouse-set-font):
14156 Mention w32-list-proportional-fonts in the doc string.
14157
14158 2006-03-18 Kim F. Storm <storm@cua.dk>
14159
14160 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
14161 (ido-unc-hosts): New user option to explicitly define list of know
14162 UNC-style hosts for completion.
14163 (ido-cache-unc-host-shares-time): New user option.
14164 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
14165 New helper functions for UNC file-name support.
14166 (ido-may-cache-directory): Check for UNC host. Simplify.
14167 (ido-wash-history): Clean out old UNC hosts.
14168 (ido-nonreadable-directory-p): UNC hosts are always readable.
14169 (ido-directory-too-big-p): UNC hosts are never too big.
14170 (ido-set-current-directory): Handle UNC root path.
14171 (ido-file-name-all-completions): Complete UNC host names from
14172 ido-unc-hosts list. Cache UNC host shares.
14173 (ido-make-file-list-1): Don't filter UNC root.
14174 (ido-exhibit): Check for // in root directory, and switch to UNC
14175 mode by setting ido-current-directory to //.
14176
14177 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
14178
14179 * cus-edit.el (customize-changed-options): Mention explicit
14180 version number as default in prompt.
14181
14182 2006-03-17 Bill Wohler <wohler@newt.com>
14183
14184 * image.el (image-load-path-for-library): Minor docstring fix.
14185
14186 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
14187
14188 * textmodes/org.el (org-read-date): Include subgroup 5 into
14189 replacement text.
14190 (org-popup-calendar-for-date-prompt): Fix customization type.
14191
14192 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
14193
14194 * progmodes/gdb-ui.el (gud-watch): Provide completion.
14195 (gdb-continuation): New variable.
14196 (gdb-send): Deal with continuation lines.
14197
14198 * progmodes/gud.el (gud-gdb-complete-command)
14199 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
14200 expressions.
14201 (gud-tooltip-mode): Use buffer-local value.
14202
14203 2006-03-16 Kim F. Storm <storm@cua.dk>
14204
14205 * ido.el (ido-edit-input): Use selected match, if any.
14206
14207 2006-03-16 Bill Wohler <wohler@newt.com>
14208
14209 * image.el (image-load-path-for-library): Prefer user's images in
14210 image-load-path.
14211
14212 2006-03-16 Martin Rudalics <rudalics@gmx.at>
14213
14214 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
14215 when checking for attempt to drag leftmost or rightmost scrollbar.
14216
14217 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
14218
14219 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
14220 (gdb-force-mode-line-update): New function.
14221 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
14222 (gdb-exited): Use them.
14223 (gdb-signal): New function.
14224 (gdb-annotation-rules): Provide a rule for it.
14225
14226 2006-03-16 Kenichi Handa <handa@m17n.org>
14227
14228 * international/mule.el (auto-coding-regexp-alist): Add entries
14229 for Unicode BOM.
14230
14231 * sort.el (sort-build-lists): Temporarily bind
14232 inhibit-field-text-motion to t.
14233
14234 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
14235
14236 * locate.el (locate-command, locate-make-command-line)
14237 (locate-fcodes-file, locate-update-command)
14238 (locate-prompt-for-command, locate, locate-with-filter)
14239 (locate-get-file-positions): Doc fixes.
14240 (locate-buffer-name, locate-header-face): Remove leading `*' in
14241 defcustom.
14242 (locate-filter-output): Use `keep-lines' instead of its alias
14243 `delete-non-matching-lines'.
14244 (locate-get-filename, locate-get-dirname): Add introductory comment.
14245 (locate-find-directory-other-window): Give appropriate error
14246 message if used outside main listing.
14247
14248 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
14249
14250 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
14251 the new extend-region feature.
14252 (font-lock-after-change-function): Update correspondingly.
14253 * jit-lock.el (jit-lock-after-change): Update correspondingly.
14254 * progmodes/grep.el (font-lock-lines-before): Don't disable.
14255
14256 2006-03-15 Bill Wohler <wohler@newt.com>
14257
14258 * image.el (image-load-path-for-library): Fix example by not
14259 recommending that one binds image-load-path. Just defvar it to
14260 placate compiler and only use it if previously defined.
14261
14262 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
14263
14264 * textmodes/org.el (org-insert-centered): Use `string-width' to
14265 make underlining work for wide characters.
14266 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
14267 TAB to `org-cycle', to make sure that no binding in
14268 `outline-mode-map' can supercede it.
14269
14270 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
14271
14272 * allout.el: Increment version to 2.2.1 in file commentary.
14273
14274 (allout-version): Increment to 2.2.1.
14275
14276 (allout-default-layout): New customization variable, used when the
14277 file lacks a specific allout-layout. Uses allout-layout-type for
14278 recursively nested definition.
14279
14280 (allout-layout-type): Widget defining allout layouts, necessary for
14281 self-recursive definition.
14282
14283 (allout-mode): Incorporate allout-default-layout as fallback for
14284 allout-layout.
14285
14286 (allout-layout): Mark as 'safe-local-variable', and refer mention
14287 fallback to `allout-default-layout' in absence of a specified value.
14288 (allout-passphrase-verifier-string)
14289 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
14290
14291 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
14292
14293 (allout-get-encryption-passphrase-verifier): Use correct name of
14294 passphrase verifier in docstring.
14295
14296 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
14297
14298 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
14299 elements.
14300 (gdb-find-watch-expression): Make it work for arrays too.
14301 Follow change to gdb-var-list.
14302 (gud-watch): Allow the user to enter variable name with a prexix
14303 arg. Create keybindings.
14304 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
14305 (gdb-var-list-children-handler, gdb-var-update-handler)
14306 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
14307 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
14308 Follow change to gdb-var-list.
14309 (gdb-starting): Don't show the overlay arrows when program is running.
14310
14311 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
14312 gdb-var-list.
14313
14314 2006-03-14 Bill Wohler <wohler@newt.com>
14315
14316 * image.el (image-load-path-for-library): Pass value of path
14317 rather than symbol. Always return list of directories.
14318 Guarantee that image directory comes first.
14319
14320 2006-03-14 Alan Mackenzie <acm@muc.de>
14321
14322 * font-core.el (font-lock-extend-region\(-function\)?.):
14323 New function/variable.
14324
14325 * font-lock.el (font-lock-after-change-function):
14326 Call font-lock-extend-region. Obey font-lock-lines-before.
14327 (font-lock-default-fontify-region): Remove reference to
14328 font-lock-lines-before.
14329
14330 * jit-lock.el (jit-lock-after-change):
14331 Call font-lock-extend-region. Obey font-lock-lines-before.
14332
14333 2006-03-14 David Ponce <david@dponce.com>
14334
14335 * tree-widget.el (tree-widget-themes-load-path)
14336 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
14337
14338 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
14339
14340 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
14341 (rcirc-print): Mark the start of text at the end of the prompt.
14342 (rcirc-track-minor-mode): Add autoload cookie.
14343 (rcirc-update-activity-string): Add space to front of mode-line
14344 indicator.
14345
14346 2006-03-13 Miles Bader <miles@gnu.org>
14347
14348 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
14349 (rcirc-abbrev-nick): Remove function.
14350 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
14351
14352 2006-03-13 David Ponce <david@dponce.com>
14353
14354 * tree-widget.el: Handle themes across all occurrences of the main
14355 themes sub-directory found in tree-widget-themes-load-path.
14356 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
14357 (tree-widget--locate-sub-directory): Return all occurrences.
14358 (tree-widget-themes-path): New function.
14359 Replace tree-widget-themes-directory, and return a list of directories.
14360 (tree-widget-set-parent-theme)
14361 (tree-widget-lookup-image): Use it.
14362
14363 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
14364
14365 * textmodes/org.el (org-link-search): Avoid self-matching of
14366 links, allow target text to be distributed over several lines.
14367 (org-search-not-link): New function.
14368 (org-set-regexps-and-options, org-get-current-options):
14369 New startup options.
14370 (org-export-as-html): Take odd-level setting from local variable.
14371 (org-fontify-emphasized-text): New option.
14372 (org-set-font-lock-defaults): Include emphasized text.
14373 (org-follow-mhe-link): Allow folder-only links, fix folder name.
14374 (org-font-lock): Customize group renamed from `org-faces'.
14375
14376 2006-03-13 John Paul Wallington <jpw@pobox.com>
14377
14378 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
14379 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
14380
14381 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
14382
14383 * cus-start.el (all): Delete :version keyword for members of the
14384 fringe group, since the entire group is new in 22.1.
14385
14386 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
14387
14388 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
14389 map if value is hexadecimal (an address).
14390 (gud-watch): Only search roots for existing watch expressions.
14391 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
14392 prevent caching problems with speedbar-update-directory-contents.
14393
14394 2006-03-12 Juri Linkov <juri@jurta.org>
14395
14396 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
14397 before comparing with `low' and `warn'.
14398
14399 * info.el (Info-dir-remove-duplicates): Move point to the
14400 beginning of the current line after deleting the entries from
14401 redundant heading. Use marker for `limit' and compare it with
14402 point before calling `re-search-forward'.
14403
14404 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
14405
14406 * simple.el (yank): Fix typo in docstring.
14407
14408 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
14409
14410 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
14411 messages, where "D" is the 6th character.
14412
14413 2006-03-11 Eli Zaretskii <eliz@gnu.org>
14414
14415 * simple.el (yank): Fix last change.
14416
14417 2006-03-11 David Ponce <david@dponce.com>
14418
14419 * textmodes/ispell.el (ispell-find-aspell-dictionaries): Add aliases
14420 before merging elements from the standard ispell-dictionary-alist.
14421 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
14422 alist, and return the new alist.
14423
14424 2006-03-11 Richard Stallman <rms@gnu.org>
14425
14426 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
14427
14428 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
14429 the way it is implemented is too unclean.
14430
14431 * simple.el (kill-region, yank): Doc fix.
14432
14433 * battery.el (battery-echo-area-format): Doc fix.
14434 (battery-mode-line-format): Likewise.
14435 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
14436 (battery-linux-proc-acpi): Ignore batteries that say "charged".
14437
14438 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
14439
14440 * progmodes/octave-mod.el (octave-indent-for-comment):
14441 Behave according to do string.
14442
14443 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
14444
14445 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
14446 Be visible only if major mode is Mail Mode.
14447
14448 * textmodes/flyspell.el (flyspell-external-point-words)
14449 (flyspell-process-localwords): Fix last changes.
14450
14451 2006-03-11 Eli Zaretskii <eliz@gnu.org>
14452
14453 * calendar/holidays.el (list-holidays): Doc fix.
14454
14455 * international/mule.el (auto-coding-alist): Add .odt
14456 (OpenOffice's open document) files.
14457
14458 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
14459 document) files. Mention in the doc string the need to sync with
14460 auto-coding-alist.
14461
14462 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
14463
14464 * files.el (hack-local-variables-confirm): Don't prompt for ! if
14465 enable-local-variables is set to always query, or there is no
14466 savable variable.
14467
14468 2006-03-10 Bill Wohler <wohler@newt.com>
14469
14470 * image.el (image-load-path-for-library): Merge at least three
14471 functions from Gnus and MH-E into this one function that can now
14472 be shared.
14473
14474 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
14475
14476 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
14477 gdb-remove-mouse-face and remove help-echo too.
14478 (gdb-enqueue-input): Correct conditional clause.
14479
14480 2006-03-10 Glenn Morris <rgm@gnu.org>
14481
14482 * calendar/calendar.el (calendar-holidays): Doc fix.
14483 * calendar/holidays.el (list-holidays): Doc fix.
14484
14485 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
14486
14487 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
14488 it gets called in gdb-prompt anyway.
14489 (gdb-use-separate-io-buffer): Only restore window arrangement for
14490 gdb-many-windows.
14491 (gdb-enqueue-input): Make it harder to send GDB input when program
14492 is running.
14493 (gdb-buffer-list): New variable.
14494 (gdb-remove-mouse-face): New function.
14495 (gdb-starting): Use it when GDB input won't get sent.
14496
14497 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
14498
14499 * help.el (view-lossage): Remove trailing whitespace before
14500 inserting "\n".
14501
14502 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
14503
14504 * files.el (hack-local-variables-confirm):
14505 Set coding-system-for-read to nil before writing to .emacs.
14506
14507 * arc-mode.el (archive-extract): Check if an existing buffer name
14508 comes from a different archive.
14509
14510 * help.el (describe-key-briefly): If KEY is a down event, read and
14511 discard the up event.
14512
14513 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
14514
14515 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
14516 be edited and use font-lock-warning-face for any changes.
14517
14518 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
14519 (gdb-edit-value): Use it to report any errors.
14520
14521 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
14522
14523 * help.el (describe-key): Remove leftover test code.
14524
14525 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
14526
14527 * textmodes/org.el: Move defvars out of eval-when-compile.
14528 Use buffer-file-name variable.
14529 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
14530 arg `file'.
14531 (org-level-faces): Remove startup dependency.
14532 (org-cycle, org-map-tree, org-scan-tags)
14533 (org-remember-handler): Don't call `outline-level' directly.
14534 (org-mhe-search-all-folders): New option.
14535 (org-mhe-get-message-folder-from-index)
14536 (org-mhe-get-message-folder): Fix indexing search.
14537 (org-format-agenda-item): Handle nil TAGS argument.
14538 (org-cleaned-string-for-export, org-activate-target-links)
14539 (org-make-target-link-regexp): Deal with empty radio target list.
14540 (org-tag): New face.
14541 (org-get-level-face): New function.
14542 (org-set-font-lock-defaults): Simplify setup for headlines.
14543 (org-complete): Pass common substring to `display-completion-list'.
14544
14545 2006-03-06 David Ponce <david@dponce.com>
14546
14547 * tree-widget.el: Update Commentary header.
14548 (tree-widget-theme-name): Ignore parent themes.
14549 (tree-widget-set-parent-theme): New function.
14550 (tree-widget-set-theme): Use it.
14551 (tree-widget-set-image-properties): Move definition. Does nothing
14552 if image properties have already been set.
14553 (tree-widget-image-properties): Move definition. Receive an image
14554 name. Set the :pointer property.
14555 (tree-widget-lookup-image): Doc fix. Search in parent themes.
14556 Don't set the :pointer image property.
14557 (tree-widget-convert-widget): New function. Handle :dynargs
14558 compatibility here.
14559 (tree-widget): Use it to :convert-widget. Add the :expander-p
14560 predicate to control when the :expander function is entered.
14561 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
14562 (tree-widget-value-create): Handle :expander-p. widget-apply
14563 :expander.
14564 (tree-widget-expander-p): New function. Default value of the
14565 :expander-p property.
14566
14567 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
14568
14569 * help.el (describe-key): Properly handle the return value of
14570 read-key-sequence when grabbing an up-event. Cleanup mouse-1
14571 remaps. Handle string and vector `follow-link' values.
14572
14573 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
14574
14575 * complete.el (PC-expand-many-files): Try be more careful when parsing
14576 the shell's output.
14577
14578 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
14579
14580 * outline.el (hide-sublevels): Provide better interactive default.
14581
14582 2006-03-06 Kenichi Handa <handa@m17n.org>
14583
14584 * international/fontset.el (create-fontset-from-fontset-spec):
14585 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
14586
14587 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
14588
14589 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
14590 backslashes instead of one in regexp.
14591 (gud-tooltip-dereference): Add missing optional argument.
14592
14593 2006-03-04 John Paul Wallington <jpw@pobox.com>
14594
14595 * wdired.el (toplevel): Require `cl' at compile-time.
14596
14597 2006-03-04 Andreas Schwab <schwab@suse.de>
14598
14599 * server.el (server-process-filter): Handle errors during
14600 evaluation of the argument.
14601
14602 2006-03-03 John Paul Wallington <jpw@pobox.com>
14603
14604 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
14605 escape parentheses at beginning of line.
14606 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
14607 (t-mouse-mode): Remove period from end of error message.
14608
14609 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
14610
14611 * textmodes/flyspell.el (flyspell-process-localwords):
14612 Be case-sensitive.
14613
14614 2006-03-03 Martin Rudalics <rudalics@gmx.at>
14615
14616 * cus-edit.el (custom-quote): Remove function, since it has been
14617 moved to custom.el.
14618
14619 * font-lock.el (lisp-font-lock-keywords-2)
14620 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
14621 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
14622 they have no special meaning.
14623
14624 * midnight.el (clean-buffer-list): Handle case where base-buffer of
14625 indirect buffer gets killed before indirect buffer. Use dolist.
14626
14627 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
14628
14629 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
14630 value instead of a literal constant (1) on more pauses.
14631
14632 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
14633
14634 * textmodes/flyspell.el (flyspell-external-point-words):
14635 Be case-sensitive.
14636
14637 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
14638
14639 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
14640 with "www".
14641
14642 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
14643
14644 * allout.el: Restablish intermediate missing comment header to
14645 preserve outline structure.
14646 (allout-beginning-of-current-entry): Skip invisible text.
14647 (allout-open-topic): Fix opening a topic at end-of-buffer.
14648 (allout-minor-mode): Move nearer to allout-mode function.
14649
14650 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
14651
14652 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
14653
14654 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
14655
14656 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
14657 is nil.
14658
14659 * progmodes/gud.el (gud-speedbar-menu-items):
14660 Use buffer-local-value and add missing :visible keyword.
14661
14662 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
14663
14664 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
14665
14666 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
14667 must be `follow-link'.
14668
14669 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
14670
14671 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
14672 formatting: No nested anchors.
14673 (org-all-targets): Fix bug with XEmacs compatibility.
14674 (org-read-date): Add (require 'parse-time).
14675 (org-set-tags): Fix bug with extra inserted space.
14676 (org-export-html-style): Define a style class for targets.
14677 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
14678 (org-hide-leading-stars): New option.
14679 (org-hide): New face.
14680 (org-set-font-lock-defaults): Allow to hide leading stars.
14681 (org-get-legal-level, org-tr-level): New functions.
14682 (org-odd-levels-only): New option.
14683 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
14684 (org-demote, org-promote): Deal with double-star levels.
14685 (org-convert-to-odd-levels): New command.
14686
14687 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
14688
14689 * speedbar.el (speedbar-update-localized-contents): Try to
14690 preserve window-start.
14691 (speedbar-update-directory-contents): Try to preserve window-start
14692 and window-point.
14693 (speedbar-update-special-contents): Don't move back to start of window.
14694
14695 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
14696 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
14697 speedbar-timer-fn.
14698 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
14699 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
14700 instead of gdb-speedbar-timer-fn.
14701
14702 2006-02-28 Jay Belanger <belanger@truman.edu>
14703
14704 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
14705 (math-compose-expr): Use latex option when calling
14706 `math-compose-tex-matrix' for latex mode.
14707
14708 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
14709
14710 * speedbar.el: Re-instate comments about developing for speedbar
14711 [this is what info and gdb-ui use even if better methods exist now].
14712
14713 * t-mouse.el: New file.
14714 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
14715 (t-mouse-lispy-buffer-posn-from-coords): Remove.
14716 (t-mouse-make-event-element): Use posn-at-x-y instead.
14717 (t-mouse-make-event): Deal with Fedora Core 3.
14718 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
14719 (t-mouse-mouse-position-function): New function. Use it instead
14720 of advising mouse-position.
14721 (t-mouse-mode): New minor mode.
14722 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
14723
14724 2006-02-27 Glenn Morris <rgm@gnu.org>
14725
14726 * calendar/calendar.el (calendar-holidays): Doc fix.
14727
14728 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
14729
14730 * progmodes/gdb-ui.el (gdb-source-window): New variable.
14731 Re-introduce the concept of a source window.
14732 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
14733 consistency with get-buffer-create.
14734 (def-gdb-auto-update-handler, gdb-info-locals-handler)
14735 (gdb-data-list-register-values-handler)
14736 (gdb-stack-list-locals-handler): Try to preserve window-start as
14737 well as window-point.
14738 (gdb-display-source-buffer): New function (old concept).
14739 (gdb-goto-breakpoint): Use it.
14740
14741 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
14742 for gdb-ui/gdb-mi (old concept).
14743
14744 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
14745
14746 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
14747 binding.
14748
14749 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
14750
14751 * textmodes/reftex-sel.el (reftex-select-label-map)
14752 (reftex-select-bib-map): Add `follow-mouse' binding.
14753
14754 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
14755
14756 * jka-cmpr-hook.el (jka-compr-compression-info-list)
14757 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
14758 Give :set functions to provide automatic updating.
14759 Update docstring. Give compiler defvars early in the file
14760 and move the defcustoms to a later spot where all called functions
14761 are defined.
14762 (jka-compr-file-name-handler-entry): Doc fix.
14763 (jka-compr-compression-info-list--internal)
14764 (jka-compr-mode-alist-additions--internal)
14765 (jka-compr-load-suffixes--internal): New variables.
14766 (jka-compr-install): Set the three above variables.
14767 Update `load-file-rep-suffixes' instead of `load-suffixes'.
14768 (jka-compr-update, jka-compr-set): New functions.
14769 (auto-compression-mode): Doc fix.
14770
14771 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
14772 Update `load-file-rep-suffixes' instead of `load-suffixes'.
14773 Use jka-compr-compression-info-list--internal,
14774 jka-compr-mode-alist-additions--internal and
14775 jka-compr-load-suffixes--internal.
14776
14777 * files.el (load-library):
14778 * loadhist.el (file-loadhist-lookup):
14779 * startup.el (command-line):
14780 * subr.el (locate-library):
14781 * emacs-lisp/autoload.el (update-directory-autoloads):
14782 * emacs-lisp/find-func.el (find-library-suffixes):
14783 Use `get-load-suffixes' instead of `load-suffixes'.
14784
14785 * subr.el (locate-library):
14786 * emacs-lisp/find-func.el (find-library-name):
14787 Use `load-file-rep-suffixes' instead of '("").
14788
14789 2006-02-26 Kim F. Storm <storm@cua.dk>
14790
14791 * ido.el (ido-save-history, ido-load-history): Simplify.
14792 Don't use find-file-noselect to avoid interference from other modes.
14793
14794 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
14795
14796 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
14797 to use the default shell if filename is not available.
14798 Reported by Giorgos Keramidas.
14799
14800 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
14801
14802 * progmodes/etags.el (tags-completion-table): Do completion from
14803 all the tables in the current list, as documented in the manual.
14804
14805 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
14806
14807 * CC Mode Update to 5.31.3.
14808
14809 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
14810
14811 * progmodes/cc-mode.el (c-postprocess-file-styles):
14812 Bind inhibit-read-only to t, around the call to
14813 c-remove-any-local-eval-or-mode-variables, so that it works on a
14814 RO file.
14815
14816 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
14817
14818 * progmodes/cc-awk.el: Correct a typo.
14819
14820 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
14821
14822 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
14823 c-hungry-delete-backwards, at the request of RMS. Leave the old
14824 name as an alias.
14825
14826 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
14827
14828 * progmodes/cc-mode.el: Correct a typo.
14829
14830 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
14831
14832 * progmodes/cc-defs.el: Update the version number to 5.31.3.
14833
14834 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
14835
14836 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
14837 brace-else-brace (error due to mbeg, mend being undefined).
14838
14839 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
14840
14841 * progmodes/cc-mode.el: File Local variables: Solve the problem
14842 where both `mode' and c-file-offsets are specified: `mode' will
14843 overwrite c-f-o's settings:
14844 (c-remove-any-local-eval-or-mode-variables): New function.
14845 (c-postprocess-file-styles): Call the above new function, within
14846 c-tentative-buffer-change, to splat `mode' and `eval' before the
14847 second hack-local-variables.
14848
14849 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
14850
14851 * progmodes/cc-mode.el:
14852 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
14853 (c-after-change): Protect the match data with save-match-data.
14854 It was getting corrupted by c-after-change-check-<>-operators.
14855
14856 * progmodes/cc-defs.el: [Supersedes patch V1.38]:
14857 (top level): Check for a buggy font-lock-compile-keywords ONLY in
14858 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
14859
14860 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
14861 with save-match-data. It was being corrupted when Font Lock was
14862 not enabled.
14863
14864 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
14865
14866 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
14867 Mode and Subword Mode.
14868
14869 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
14870 real labels ("case 1:" or "foo:") from non-labels ("public:").
14871 (c-forward-objc-directive): Replace c-forward-token-2 with crude
14872 coding; c-f-t-2 doesn't move over a token at EOB.
14873
14874 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
14875
14876 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
14877 (c-update-modeline): Concatenate the minor mode indicators
14878 directly onto mode-name, removing c-submode-indicators.
14879 Sometimes, c-s-i got separated from the mode name on the mode line.
14880
14881 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
14882 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
14883
14884 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14885
14886 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
14887 error message when there's an evaluation error to show whether
14888 it's loaded from source or not.
14889 (c-filter-ops): Make it available at runtime too to work when
14890 `c-make-init-lang-vars-fun' needs to evaluate from source.
14891
14892 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
14893
14894 * help.el (help): Revert last part of 2006-02-23 change (deletion
14895 of the `provide' call).
14896
14897 2006-02-23 Juri Linkov <juri@jurta.org>
14898
14899 * compare-w.el (compare-windows-highlight): Add new value
14900 `persistent' and change :type from `boolean' to `choice'.
14901 (compare-windows-overlays1, compare-windows-overlays2):
14902 New internal variables.
14903 (compare-windows-highlight): If compare-windows-highlight is
14904 `persistent', add current overlays to compare-windows-overlays[12]
14905 instead of adding compare-windows-dehighlight to pre-command-hook.
14906 (compare-windows-dehighlight): Delete all overlays from
14907 compare-windows-overlays[12].
14908
14909 * info.el (Info-search): Don't bind search-spaces-regexp to
14910 Info-search-whitespace-regexp in non-regexp isearch mode.
14911
14912 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
14913
14914 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
14915
14916 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
14917
14918 * textmodes/org.el (org-xemacs-p)
14919 (org-export-html-show-new-buffer, org-table-may-need-update)
14920 (org-insert-item, org-mhe-get-message-real-folder)
14921 (org-mhe-get-message-folder-from-index)
14922 (org-mhe-get-message-folder, org-mhe-get-message-num)
14923 (org-mhe-get-header, org-make-org-heading-search-string)
14924 (org-make-org-heading-camel, org-table-sort-lines)
14925 (org-format-org-table-html, org-format-table-table-html):
14926 Fix typos in docstrings.
14927
14928 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
14929
14930 * textmodes/org.el (org-cleaned-string-for-export)
14931 (org-solidify-link-text): New function.
14932 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
14933 XEmacs, just to silence the compiler.
14934 (org-export-as-ascii, org-export-as-html-and-open):
14935 Use `org-cleaned-string-for-export' and create internal links.
14936 (org-follow-mhe-link): Require mh-e, use folder.
14937
14938 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
14939
14940 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
14941
14942 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
14943 gdb-debug-log-length.
14944 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
14945 it a real ring but...
14946 (gud-gdba-marker-filter): ...make it work like mark-ring.
14947 (gdb-enable-debug): Rename from gdb-enable-debug-log.
14948 (gdb-mouse-jump): New function. Add bindings.
14949
14950 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
14951
14952 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
14953 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
14954 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
14955 (gdb-debug-log-length): Customize it's length.
14956 (gud-watch, gdb-var-create-handler): Display function::var format
14957 but don't use to create variable object.
14958 (gdb-var-create-handler): Use message-box in place of message.
14959 (gdb-stopped): Call gdb-exited if signalled.
14960
14961 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
14962
14963 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
14964
14965 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
14966
14967 * textmodes/reftex.el (reftex-locate-file): Search all extensions
14968 if `reftex-try-all-extensions' is set.
14969
14970 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
14971 fail silently when there is no valid argument at point.
14972 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
14973 `fail-silently' argument. From a patch by David Reiter.
14974
14975 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
14976 New commands.
14977 (org-mark-ring): New variable.
14978 (org-mark-ring-length): New option.
14979 (org-open-at-point, org-goto, org-open-file): Push old position
14980 onto the mark ring.
14981 (org-add-hook): New function.
14982 (org-export-table-remove-special-lines): New option.
14983 (org-skip-comments, org-format-org-table-html): Respect new
14984 option `org-export-table-remove-special-lines'.
14985 (org-open-file): Allow special command configuration for
14986 directory link.
14987 (org-file-apps): Fix bugs in customize type, added setting
14988 for directories.
14989 (org-activate-tags, org-format-agenda-item, org-complete)
14990 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
14991 (org-get-tags, org-get-buffer-tags, org-open-at-point)
14992 (org-link-search, org-make-org-heading-search-string)
14993 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
14994 (org-radio-targets, org-file-link-context-use-camel-case)
14995 (org-activate-camels): New options.
14996 (org-update-radio-target-regexp, org-all-targets)
14997 (org-make-target-link-regexp, org-activate-target-links):
14998 New functions.
14999 (org-make-org-heading-search-string): New function.
15000 (org-store-link, org-insert-link): Use new option
15001 `org-file-link-context-use-camel-case'.
15002 (org-activate-camels): Use new option `org-activate-camels'.
15003 (org-link-regexp): Add mhe prefix.
15004 (org-open-at-point, org-store-link): Support for mhe links.
15005 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
15006 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
15007 (org-mhe-get-header, org-follow-mhe-link): New functions.
15008 (org-remove-angle-brackets, org-add-angle-brackets):
15009 New functions.
15010 (org-bracket-link-regexp): New constant.
15011 (org-read-date): Fix bug that was rejecting all typed dates.
15012 (org-link-search): Make hierarchy above visible after a match.
15013 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
15014 (org-store-link): Fix bug with link creation when cursor is in
15015 an empty line.
15016 (org-open-at-point): Fix bug with matching a link.
15017 Fixed buggy argument sequence in call to `org-view-tags'.
15018 (org-compile-prefix-format): Set `org-prefix-has-tag'.
15019 (org-prefix-has-tag): New variable.
15020 (org-format-agenda-item): Remove tags from headline
15021 if appropriate.
15022 (org-agenda-remove-tags-when-in-prefix): New option.
15023
15024 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
15025
15026 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
15027 Fix the regular expressions.
15028
15029 2006-02-21 Richard M. Stallman <rms@gnu.org>
15030
15031 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
15032 if there's no other specific basis.
15033
15034 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
15035 as variables at all.
15036 (unsafep-variable): Rename arg; doc fix.
15037
15038 * abbrevlist.el (list-one-abbrev-table): Add autoload.
15039
15040 * calendar/appt.el (diary-selective-display): Add defvar.
15041
15042 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
15043
15044 * isearch.el (search-whitespace-regexp): Fix custom type.
15045
15046 * help.el (describe-key-briefly): Compute interactive args
15047 in same was as before previous change.
15048
15049 * files.el (enable-local-variables): Doc fix.
15050
15051 2006-02-21 Kim F. Storm <storm@cua.dk>
15052
15053 * fringe.el: Cleanup as file is now pre-loaded.
15054 (fringe-bitmaps): Initialize unconditionally.
15055 (fringe-mode, set-fringe-style): Remove autoload cookies.
15056
15057 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
15058
15059 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
15060 `horizontal-bar'.
15061 (fringe-cursor-alist): Use `horizontal-bar'.
15062
15063 2006-02-20 Kim F. Storm <storm@cua.dk>
15064
15065 * fringe.el (fringe-bitmaps): Update to new bitmap names.
15066 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
15067
15068 * loadup.el: Load "fringe" on window systems.
15069
15070 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
15071
15072 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
15073 out of scope components.
15074
15075 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
15076 default.
15077
15078 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
15079
15080 * custom.el (customize-mark-to-save, customize-mark-as-set):
15081 Load the symbol first.
15082
15083 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
15084
15085 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
15086 strech spec so it doesn't display as "^J" on the header line
15087 when `Buffer-menu-use-header-line' is t.
15088
15089 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
15090
15091 * speedbar.el (speedbar-make-button): Keep text properties
15092 of string arguments if desired.
15093
15094 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
15095 expessions.
15096
15097 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
15098 of speedbar.
15099
15100 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
15101
15102 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
15103 to value of `read-file-name-completion-ignore-case'.
15104
15105 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
15106
15107 * custom.el (customize-mark-as-set): Push to `user' theme.
15108
15109 * cus-edit.el (custom-save-variables): Allow unthemed values.
15110 (customize-set-variable): Push setting to `user' theme.
15111
15112 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
15113
15114 * progmodes/gud.el: Don't require font-lock as it's now
15115 automatically loaded.
15116 (gud-speedbar-buttons): Replace gdb-var-changed with
15117 gdb-force-update.
15118
15119 * progmodes/gdb-ui.el (gdb-force-update): Rename from
15120 gdb-var-changed.
15121 (gdb-post-prompt): Use it.
15122 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
15123 (gdb-var-update-handler, gdb-var-delete)
15124 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
15125 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
15126 gdb-force-update in gdb-post-prompt.
15127 (gdb-reset): Clear watch expressions from speedbar when quitting.
15128
15129 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
15130
15131 * emulation/viper-cmd.el (viper-insert-state-post-command-sentinel)
15132 (viper-change-state-to-vi, viper-change-state-to-emacs):
15133 Make aware of cursor coloring in the Emacs state.
15134 (viper-special-read-and-insert-char): Use read-char-exclusive.
15135 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
15136
15137 * emulation/viper-init.el (viper-emacs-state-cursor-color):
15138 New variable.
15139
15140 * emulation/viper-util.el (viper-save-cursor-color)
15141 (viper-get-saved-cursor-color-in-replace-mode)
15142 (viper-get-saved-cursor-color-in-insert-mode)
15143 (viper-restore-cursor-color): Make aware of the cursor color
15144 in Emacs state.
15145 (viper-get-saved-cursor-color-in-emacs-mode): New function.
15146
15147 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
15148 (ediff-ignore-case-option3, ediff-actual-diff-options)
15149 (ediff-actual-diff3-options): New variables to control case sensitivity.
15150 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
15151 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
15152 (ediff-toggle-ignore-case): New function.
15153 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
15154
15155 * ediff-help.el (ediff-long-help-message-narrow2)
15156 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
15157 (ediff-long-help-message-word-mode): Add ignore-case command.
15158 (ediff-help-for-quick-help): Add ignore-case command.
15159
15160 * ediff-merg.el: Move provide to the end.
15161
15162 * ediff-ptch.el: Move provide to the end.
15163
15164 * ediff-wind.el: Move provide to the end.
15165
15166 * ediff-mult.el: Move provide to the end.
15167 (ediff-set-meta-overlay): Enable follow-link.
15168
15169 * ediff.el: Move provide to the end.
15170 Break recursive load cycle in eval-when-compile.
15171 (ediff-patch-buffer): Better heuristics.
15172
15173 * ediff-util.el: Move provide to the end.
15174 Break recursive load cycle in eval-when-compile.
15175 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
15176 defuns.
15177 (ediff-submit-report): Pass the values of ediff-diff3-program,
15178 ediff-diff3-options.
15179
15180 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
15181
15182 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
15183 the opening bracket of the following bracketing pairs: {}, [], (), <>,
15184 `' (for example, in the docstring of `windmove-default-keybindings').
15185
15186 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
15187
15188 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
15189 shadow face. Don't provide binding to edit variable when it is
15190 out of scope.
15191
15192 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
15193 (gdb-var-update-handler): Detect out of scope variables with pre
15194 GDB 6.4 too.
15195 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
15196 Reset status of variable objects to nil in update handlers.
15197 (gdb-var-update-handler-1): Detect when a variable object comes
15198 in scope. setcar on var changes gdb-var-list directly.
15199
15200 2006-02-17 Juri Linkov <juri@jurta.org>
15201
15202 * ffap.el (ffap) <defface>: Add explicit face declaration.
15203 (ffap-highlight): Use face `ffap' directly instead of checking
15204 for its existence.
15205
15206 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
15207 `visible-ok' of `other-buffer' to find the right original buffer.
15208
15209 * info.el (Info-search): Skip `Local Variables' node.
15210
15211 2006-02-17 Juri Linkov <juri@jurta.org>
15212
15213 * info.el (Info-find-file): Check for symbols `apropos', `history',
15214 `toc' in the input filename, and return these symbols as is.
15215 (Info-find-node-2): Set Info-current-file to symbols `apropos',
15216 `history', `toc' instead of strings.
15217 (Info-set-mode-line): For non-string Info-current-file use the
15218 symbol's name inside **.
15219 (Info-isearch-push-state): Add quote before Info-current-file and
15220 Info-current-node.
15221 (Info-isearch-pop-state): Use `equal' instead of `string='.
15222 (Info-extract-pointer, Info-following-node-name): Use
15223 `match-string-no-properties' instead of `match-string'.
15224 (Info-up): Check `old-file' for `stringp'.
15225 (Info-history): Use `equal' instead of `string-equal'.
15226 Check `file' for `stringp'.
15227 (Info-history): Use symbol `history' instead of string as first arg
15228 of `Info-find-node'.
15229 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
15230 `toc' instead of string.
15231 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
15232 instead of `buffer-substring', and `match-string-no-properties'
15233 instead of `match-string'.
15234 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
15235 instead of strings.
15236 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
15237 Use symbol `apropos' instead of string.
15238 (Info-copy-current-node-name): Check `Info-current-file' for
15239 `stringp' and construct a command with `Info-find-node' from it.
15240 (Info-fontify-node): Use `match-string-no-properties' instead of
15241 `match-string' and check file names for `stringp'.
15242 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
15243 `history', `toc' instead of strings.
15244
15245 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
15246
15247 * files.el: Rearrange functions and variables in the file local
15248 variables section.
15249
15250 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
15251
15252 * files.el: Add truncate-lines, ispell-check-comments and
15253 ispell-local-dictionary as safe local variables.
15254
15255 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
15256
15257 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
15258 out of scope variables.
15259 (gud-speedbar-buttons): Use unless.
15260
15261 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
15262 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
15263 (gdb-show-changed-values): Also use for out of scope variables.
15264 (gdb-var-update-handler-1): Note if variable goes out of scope.
15265
15266 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
15267
15268 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
15269 default to global variable values for unsupplied args.
15270 (rcirc-get-buffer-create): Fix bug with setting the target.
15271 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
15272 test for rcirc-always-use-server-buffer-flag here.
15273 (rcirc-response-formats): Add %N, which is a facified nick. %n
15274 uses the default face. Change the ACTION format string. If the
15275 "nick" is the server, don't print anything for that field.
15276 Comment fixes.
15277 (rcirc-target-buffer): Don't test
15278 rcirc-always-use-server-buffer-flag here.
15279 (rcirc-print): Squeeze extra spaces out of the text before message.
15280 (rcirc-put-nick-channel): Strip potential "@" char from nick
15281 before adding them to nick table.
15282 (rcirc-url-regexp): Improve to match address like "foo.com".
15283
15284 2006-02-17 Eli Zaretskii <eliz@gnu.org>
15285
15286 * allout.el (allout-hidden-p): Move this defsubst before
15287 allout-overlay-interior-modification-handler, where it is first
15288 used.
15289
15290 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
15291
15292 * allout.el: Use allout invisible-text overlays instead of
15293 selective display for concealed text. Also, lots of general
15294 cleanup, and improved compatibility code.
15295
15296 (allout-version): Incremented, corrected, revised, and refined
15297 module commentary.
15298
15299 (provide 'allout): Moved to the bottom, added a require of overlay.
15300
15301 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
15302 `except-current'.
15303 (allout-write-file-hook-handler): Minimize delay.
15304 (count-trailing-whitespace-region): New function so
15305 auto-encryption of current topic can resituate cursor exactly.
15306 PGP/GPG encryption trims trailing whitespace from lines, which
15307 must be accounted for across encryption then decryption.
15308
15309 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
15310 just plain "\C-c", to avoid intruding on user's keybinding space.
15311
15312 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
15313 parameter, so user request to provide a new password is done.
15314
15315 (allout-outside-normal-auto-fill-function, allout-auto-fill):
15316 Refined mechanism for auto-filling behavior while in allout mode.
15317
15318 (allout-mode): Explicitly specify the mode map in the docstring.
15319 Clarify provision for various write-file hook var names.
15320 Adjusted for invisible-text overlays instead of selective-display.
15321
15322 (allout-depth): Really return 0 if not within any topic. This
15323 rectifies `allout-beginning-of-level' and sequence numbering
15324 errors that occur when cutting and pasting numbered topics.
15325 Changed from a in-line subst to a regular function, as well.
15326
15327 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
15328
15329 (allout-end-of-subtree, allout-end-of-subtree)
15330 (allout-end-of-entry, allout-end-of-current-heading)
15331 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
15332 (allout-show-children, allout-show-to-offshoot)
15333 (allout-hide-current-entry, allout-show-current-entry): Rectified
15334 handling of trailing blank lines between items.
15335
15336 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
15337 (allout-current-depth, allout-unprotected, allout-hidden-p)
15338 (allout-on-current-heading-p, allout-listify-exposed)
15339 (allout-chart-subtree, allout-goto-prefix)
15340 (allout-back-to-current-heading, allout-get-body-text)
15341 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
15342 (allout-hide-region-body, allout-toggle-subtree-encryption)
15343 (allout-encrypt-string, allout-encrypted-key-info)
15344 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
15345 (allout-file-vars-section-data): Adjusted for use with
15346 invisible-text overlays instead of selective-display.
15347
15348 (allout-kill-line, allout-kill-topic, allout-yank-processing):
15349 Reworked for use with invisible text overlays.
15350
15351 (allout-current-topic-collapsed-p): New function.
15352
15353 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
15354 to know when to close the containing topic.
15355
15356 (allout-pre-command-business, allout-post-command-business):
15357 Simplify undo-batching and dynamic isearch exposure.
15358
15359 (allout-set-overlay-category): New for invisible-text overlays.
15360 Sets properties of allout-overlay-category, used by
15361 allout-flag-region to set invisible-text overlay properties.
15362 (allout-get-invisibility-overlay): Get the first qualifying
15363 invisibility overlay, so we can find the extent of it.
15364 (allout-back-to-visible-text): Get to just before the beginnining
15365 of the current invisibility overlay, if any.
15366
15367 (allout-overlay-insert-in-front-handler)
15368 (allout-overlay-interior-modification-handler)
15369 (allout-before-change-handler, allout-isearch-end-handler): New
15370 functions to handle extraordinary actions affecting concealed
15371 text.
15372
15373 (allout-flag-region): Use overlays instead of selective-display
15374 for invisible text - by inheritence from the properties of
15375 allout-overlay-category in mainline Emacs, and applied
15376 property-by-property in XEmacs, some recent versions of which
15377 don't inherit the properties from the category. Provisions to
15378 respond to concealed-text edits simplified drastically.
15379
15380 (allout-isearch-rectification, allout-isearch-was-font-lock)
15381 (allout-isearch-expose, allout-enwrap-isearch)
15382 (allout-isearch-abort, allout-pre-was-isearching)
15383 (allout-isearch-prior-pos, allout-isearch-did-quit)
15384 (allout-isearch-dynamic-expose)
15385 (allout-hide-current-entry-completely): Functions deleted.
15386
15387 (allout-undo-aggregation): Explicit undo aggregation no longer
15388 necessary due to transition away from selective-display.
15389
15390 (set-allout-regexp, allout-up-current-level)
15391 (allout-next-visible-heading, allout-forward-current-level)
15392 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
15393 (allout-kill-line, allout-yank-processing, allout-show-children)
15394 (allout-expose-topic, allout-old-expose-topic)
15395 (allout-listify-exposed, allout-insert-latex-header)
15396 (allout-toggle-subtree-encryption, allout-encrypt-string)
15397 (remove-from-invisibility-spec, allout-hide-current-subtree):
15398 Ditched unused variables.
15399
15400 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
15401
15402 * textmodes/ispell.el (ispell-change-dictionary): Call
15403 ispell-buffer-local-dict instead of
15404 ispell-accept-buffer-local-defs.
15405 (ispell-local-dictionary-alist): Accept as valid any coding-system
15406 supported by Emacs.
15407 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
15408 changed to iso-8859-3.
15409
15410 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
15411
15412 * speedbar.el (speedbar-frame-width): Make an inline function
15413 instead of a macro. Use frame-width.
15414 (speedbar-try-completion, speedbar-update-contents)
15415 (speedbar-timer-fn): Use consp.
15416 (speedbar-update-localized-contents): Try to preserve point.
15417
15418 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
15419 (menu): Re-order menu items.
15420 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
15421 field.
15422 (gdb-var-update-handler-1): Use it for GDB 6.4+.
15423 (gdb-post-prompt): Speed things by not forcing update.
15424
15425 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
15426
15427 * wid-edit.el (widget-button-click): For mouse-1, cancel button
15428 press and perform default action if we get a mouse movement event.
15429
15430 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
15431
15432 * calendar/icalendar.el (icalendar--get-event-property)
15433 (icalendar--get-event-property-attributes): Fix typos in
15434 docstrings.
15435
15436 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
15437 docstring.
15438
15439 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
15440
15441 * bs.el (bs-mode): Use `buffer-disable-undo'.
15442 (bs--get-file-name): Simplify.
15443 (bs-show-in-buffer): Mark the buffer as not modified.
15444
15445 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
15446
15447 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
15448 widget-button-click.
15449
15450 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
15451 (custom-mode): Update docstring.
15452
15453 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
15454 binding.
15455
15456 * files.el (hack-local-variables-confirm): Allow scrolling if the
15457 file variable list is too long. Kill temp buffer after use.
15458
15459 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
15460
15461 * progmodes/gud.el (gdb): Improve doc string.
15462 (gdb-script-font-lock-keywords): Expand allowed character set.
15463
15464 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
15465 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
15466 (gdb-separate-io-interrupt, gdb-separate-io-quit)
15467 (gdb-separate-io-stop, gdb-separate-io-eof):
15468 Rename from gdb-inferior-* to gdb-separate-*.
15469 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
15470
15471 2006-02-14 Jay Belanger <belanger@truman.edu>
15472
15473 * calc/calc-arith.el (math-check-known-scalarp): Make sure
15474 expression is a symbol before checking that it is bound.
15475
15476 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
15477 test to see if equation can be solved.
15478
15479 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
15480
15481 * wid-edit.el (widget-button-click): Use :pressed-face property
15482 for overlay face, if it exists.
15483
15484 * cus-edit.el (custom-manual, custom-add-see-also)
15485 (custom-add-parent-links, custom-group-link): Add :pressed-face
15486 property to links.
15487
15488 * files.el (hack-local-variables): Remove ignored variables before
15489 checking if any variables need setting.
15490
15491 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15492
15493 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
15494
15495 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
15496
15497 * help.el (where-is): Fix message for remapped commands.
15498
15499 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
15500 Fix typos in docstrings.
15501
15502 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
15503
15504 * files.el (safe-local-variable-values): New option.
15505 (hack-local-variables-prop-line): Return a list of variable-value
15506 pairs if MODE-ONLY is non-nil.
15507 (hack-local-variables): Construct list of variable-value pairs,
15508 and apply or reject them in one go. Ask for confirmation if
15509 variables are not known safe.
15510 (hack-local-variables-confirm): Complete rewrite. Support
15511 `safe-local-variable-values'.
15512 (enable-local-variables): Update docstring to reflect new
15513 behavior.
15514 (ignored-local-variables): Ignore ignored-local-variables and
15515 safe-local-variable-values.
15516 (safe-local-variable-p): New function.
15517 (risky-local-variable-p): `safe-local-variable' property check
15518 moved to safe-local-variable-p.
15519 (hack-one-local-variable): Checks moved to hack-local-variables.
15520
15521 (byte-compile-dynamic, c-basic-offset, c-file-style)
15522 (c-indent-level, comment-column, fill-column, fill-prefix)
15523 (indent-tabs-mode, kept-new-versions, no-byte-compile)
15524 (no-update-autoloads, outline-regexp, page-delimiter)
15525 (paragraph-start, paragraph-separate, sentence-end)
15526 (sentence-end-double-space tab-width, version-control):
15527 Add `safe-local-variable' property.
15528
15529 * find-lisp.el: Delete nonexistent `autocompile' file variable.
15530
15531 * icomplete.el, play/landmark.el: Change nonexistent
15532 `outline-layout' file variable to `allout-layout'.
15533
15534 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
15535
15536 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
15537 (gdb-get-changed-registers): Test value of gud-minor-mode relative
15538 to gud-comint-buffer.
15539 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
15540 gdb-ui.el for gdb-mi.el.
15541 (gdb-post-prompt, gdb-get-changed-registers): Move test for
15542 registers buffer to gdb-get-changed-registers.
15543 (gdb-breakpoint-regexp): New regexp. Allow toggling and
15544 deletion of catchpoints (throw and catch).
15545 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
15546 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
15547 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
15548 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
15549 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
15550
15551 2006-02-13 Jay Belanger <belanger@truman.edu>
15552
15553 * calc/calc-arith.el (math-check-known-matrixp): Make sure
15554 expression is a symbol before checking that it is bound.
15555
15556 2006-02-13 Richard M. Stallman <rms@gnu.org>
15557
15558 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
15559 for the minibuffer too, but not if resize-mini-windows will interfere.
15560
15561 * help.el (describe-key-briefly, describe-key): Do all arg-reading
15562 inside `interactive' spec.
15563 (describe-key-briefly-internal, describe-key-internal):
15564 Functions merged back into their callers.
15565
15566 2006-02-13 Martin Rudalics <rudalics@gmx.at>
15567
15568 * info.el (info-xref-visited): Inherit from info-xref too.
15569 (Info-set-mode-line): Replace occurrences of `%' by `%%'
15570 when propertizing Info-current-file and Info-current-node.
15571
15572 2006-02-13 Juri Linkov <juri@jurta.org>
15573
15574 * tumme.el (tumme-thumbnail-storage): Fix docstring.
15575 (tumme-thumb-name): Fix per-directory format.
15576
15577 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
15578
15579 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
15580
15581 2006-02-12 Miles Bader <miles@gnu.org>
15582
15583 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
15584
15585 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
15586
15587 * tumme.el: Remove history section. If someone needs the it, it
15588 can always be found in CVS.
15589
15590 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
15591
15592 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
15593 about the Thumbnail Managing Standard option.
15594
15595 2006-02-12 Richard M. Stallman <rms@gnu.org>
15596
15597 * subr.el (substitute-key-definition): Doc fix.
15598
15599 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
15600
15601 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
15602
15603 * info.el (Info-mode): Doc fix.
15604
15605 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
15606
15607 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
15608
15609 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
15610 because on Solaris a POSIX compatible "id" is needed. Reported by
15611 Magnus Henoch <mange@freemail.hu>.
15612
15613 2006-02-12 Juri Linkov <juri@jurta.org>
15614
15615 * tumme.el: Remove todo item about Thumbnail Managing Standard.
15616 (tumme) <defgroup>: Change :group to `multimedia'.
15617 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
15618 Managing Standard.
15619 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
15620 Fix dostring.
15621 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
15622 and %y. Fix docstring.
15623 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
15624 (tumme-cmd-create-standard-thumbnail-command): New user options.
15625 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
15626 is `standard'. Fix docstring.
15627 (tumme-thumb-width, tumme-thumb-height): New user options.
15628 (tumme-external-viewer): Try to find various viewers.
15629 (tumme-get-thumbnail-image): Use `create-image' instead of
15630 constructing the `image' structure.
15631 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
15632 `standard'.
15633 (tumme-thumb-name): Add file name generation for standard storage.
15634 Simplify code for other storages.
15635 (tumme-thumb-name): Use width %w and height %h instead of size %s.
15636 Add modification time %m and thumbnail-nq8 %q.
15637 Use `tumme-cmd-create-standard-thumbnail-command' if
15638 tumme-thumbnail-storage is `standard'.
15639 (tumme-dired-insert-marked-thumbs): New autoload command.
15640 (tumme-dired-after-readin-hook): New function.
15641 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
15642 `tumme-thumb-size'.
15643 (tumme-display-image): Replace size-x %x and size-y %y with
15644 width %w and height %h.
15645
15646 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
15647 `tumme-dired-insert-marked-thumbs'.
15648
15649 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
15650
15651 * tumme.el (tumme-write-tag): Fix small bug (file name did not
15652 include path).
15653 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
15654 matching tag.
15655
15656 2006-02-12 Miles Bader <miles@gnu.org>
15657
15658 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
15659 New variables.
15660 (rcirc-abbrev-nick): New function.
15661 (rcirc-format-response-string): Rewrite to use the formats in
15662 `rcirc-response-formats' and expand escape sequences therein.
15663 A text-property `rcirc-text' is added over the actual response
15664 text to make easy to find inside the returned string.
15665 (rcirc-print): When filling, just look for the `rcirc-text'
15666 text-property to find the appropriate fill prefix, instead of
15667 using hardwired patterns.
15668
15669 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
15670
15671 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
15672 Managing Standard.
15673
15674 2006-02-11 Kim F. Storm <storm@cua.dk>
15675
15676 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
15677 Don't use insert-buffer; do insert-buffer-substring directly.
15678 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
15679
15680 2006-02-11 Martin Rudalics <rudalics@gmx.at>
15681
15682 * files.el (revert-buffer, recover-file): Replace buffer-read-only
15683 with inhibit-read-only. Suggested by Stefan Monnier.
15684 (revert-buffer): Let insert-file-contents discard
15685 buffer-undo-list. Simplify code.
15686 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
15687
15688 2006-02-11 Eli Zaretskii <eliz@gnu.org>
15689
15690 * menu-bar.el (menu-bar-select-yank): Add a doc string.
15691
15692 * help.el (describe-key-briefly): Now a wrapper for
15693 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
15694 to t. Populate yank-menu if empty.
15695 (describe-key-briefly-internal): Renamed from describe-key-briefly.
15696 (describe-key): Now a wrapper for describe-key-internal. Bind
15697 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
15698 (describe-key-internal): Renamed from describe-key.
15699
15700 2006-02-11 Milan Zamazal <pdm@zamazal.org>
15701
15702 * progmodes/glasses.el (glasses-separator): Doc fix.
15703 (glasses-original-separator): New defcustom.
15704 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
15705
15706 2006-02-11 Martin Rudalics <rudalics@gmx.at>
15707
15708 * mwheel.el (mouse-wheel-up-event): Doc fix.
15709
15710 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
15711
15712 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
15713 (tumme-dir): New function. Copied from thumbs.el.
15714
15715 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
15716
15717 * desktop.el (desktop-outvar): Fix typo.
15718 (desktop-save-buffer-p): Doc fix.
15719
15720 * subr.el (substitute-key-definition): Fix typo.
15721
15722 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15723
15724 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
15725 when window-system is mac.
15726
15727 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
15728
15729 2006-02-10 Kim F. Storm <storm@cua.dk>
15730
15731 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
15732 indirect-function instead of using condition-case.
15733
15734 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
15735
15736 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
15737 less `colloquial'...
15738
15739 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
15740
15741 * tumme.el: Add a couple of todo items.
15742
15743 2006-02-09 Lars Hansen <larsh@soem.dk>
15744
15745 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
15746 (highlight-changes-mode): Don't change desktop-locals-to-save.
15747
15748 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
15749
15750 * image-mode.el (image-toggle-display): Clear image cache if using
15751 filename.
15752
15753 2006-02-09 Masatake YAMATO <jet@gyve.org>
15754
15755 * dired-x.el (dired-guess-shell-alist-default): Add .man as
15756 a `dired-man' target.
15757
15758 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
15759 boundary of symbols.
15760
15761 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
15762
15763 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
15764
15765 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
15766
15767 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
15768 `mapcar'; return nil.
15769
15770 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
15771
15772 * mouse.el (mouse-drag-track): Don't change window if we rebind to
15773 some other event.
15774
15775 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
15776
15777 * net/rcirc.el (rcirc-startup-channels-alist):
15778 Add irc.freenode.net and #emacs as defaults.
15779 (rcirc-ignore-all-activity-flag): Remove variable.
15780 (rcirc-authinfo): New variable.
15781 (rcirc-authinfo-filename): Remove variable.
15782 (rcirc-always-use-server-buffer-flag): New flag.
15783 (rcirc): M-x rcirc will automatically connect without prompting.
15784 C-u M-x rcirc will prompt. Use rcirc-connect to create a
15785 connection in lisp.
15786 (rcirc-process-server-response-1): Remove everything but the nick
15787 portion of the sender so it doesn't need to be done everywhere
15788 else. Update related code.
15789 (global-map): Remove global keybindings.
15790 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
15791 (rcirc-send-input): Split into several functions.
15792 (rcirc-process-input-line, rcirc-process-message)
15793 (rcirc-process-command): New functions.
15794 (rcirc-target-buffer): New function to determine where to route
15795 messages.
15796 (rcirc-user-nick): Save match data.
15797 (rcirc-toggle-ignore-buffer-activity)
15798 (rcirc-update-activity-string): Remove global ignore functionality,
15799 which can be done now by toggling rcirc-track-minor-mode.
15800 (rcirc-track-minor-mode-map): New keymap.
15801 (rcirc-track-minor-mode): New minor-mode.
15802 (ignore): Make the ignore output nicer. Always print it when
15803 adding or removing nicks.
15804 (rcirc-url-regexp): Improve.
15805 (rcirc-mangle-text): Remove properties before using text in the
15806 modeline.
15807 (rcirc-authenticate): Authentication data comes from
15808 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
15809 (rcirc-server-prefix): Inherit from rcirc-server.
15810
15811 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
15812
15813 * Makefile.in (compile): Append "|| true" to the end of the `find'
15814 command, like compile-always does.
15815
15816 2006-02-08 Sam Steingold <sds@gnu.org>
15817
15818 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
15819 output from a dead connection.
15820
15821 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
15822
15823 * dired.el (dired-mode-map): Add more bindings for tumme.
15824
15825 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
15826
15827 * wdired.el (wdired-mode-map): Use remap.
15828 (wdired-get-filename): Massage.
15829 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
15830 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
15831 `keymap' property rather than `local-map'.
15832
15833 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
15834
15835 * tumme.el (tumme-get-thumbnail-image): New utility function.
15836 Suggested by from Chong Yidong.
15837 (tumme-dired-with-window-configuration): Rename from
15838 `tumme-dired'. Add code to save window configuration.
15839 (tumme-restore-window-configuration): New command to restore the
15840 window configuration that `tumme-dired-with-window-configuration'
15841 saves before it changes the window configuration.
15842 (tumme-show-all-from-dir): New command to display thumbnails for
15843 all files in a directory entered by the user, like M-x thumbs.
15844 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
15845 have been created.
15846 (tumme-display-thumbnail-original-image): Call `display-buffer'.
15847 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
15848 Remove obsolete test function.
15849
15850 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
15851
15852 * vc.el (small-temporary-file-directory): Remove defvar; there's
15853 a defcustom for it in files.el.
15854
15855 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
15856 Fix typo in message.
15857 (tumme-gallery-generate): Fix typo in `error' message.
15858 (tumme-display-window-height-correction)
15859 (tumme-display-window-width-correction, tumme-line-up-dynamic)
15860 (tumme-line-up-interactive): Dox fixes.
15861 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
15862 (tumme-restore-window-configuration, tumme-format-properties-string)
15863 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
15864 Fix typos in docstrings.
15865
15866 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com>
15867
15868 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
15869
15870 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
15871
15872 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
15873 User should use hook if desired.
15874
15875 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
15876 buffer if necessary.
15877 (gdb-delete-frame-or-window): New function.
15878 (gdb-breakpoints-mode-map): Bind "q" to it.
15879
15880 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
15881
15882 * textmodes/nroff-mode.el: Clean up name space.
15883 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
15884 (nroff-mode): Obey the global setting of nroff-electric-mode.
15885 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
15886
15887 * calendar/calendar.el (calendar-increment-month): Typo in last change.
15888
15889 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
15890
15891 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
15892
15893 2006-02-06 Lars Hansen <larsh@soem.dk>
15894
15895 * generic-x.el (etc-fstab-generic-mode): Add file system types
15896 cifs and usbdevfs. Allow special chars in file names.
15897
15898 2006-02-05 Jay Belanger <belanger@truman.edu>
15899
15900 Update copyright notices of the files in lisp/calc.
15901
15902 2006-02-05 Romain Francoise <romain@orebokech.com>
15903
15904 Update copyright notices of all files in the lisp/play directory.
15905
15906 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
15907
15908 * ldefs-boot.el: Regenerate.
15909
15910 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
15911
15912 2006-02-05 Kim F. Storm <storm@cua.dk>
15913
15914 * files.el (magic-mode-regexp-match-limit): New defvar.
15915 (set-auto-mode): Use it to limit magic-mode-alist matching.
15916
15917 2006-02-04 Eli Zaretskii <eliz@gnu.org>
15918
15919 * info.el (Info-index, Info-mode): Improve the description of the
15920 `i' command.
15921
15922 * ldefs-boot.el: Regenerate.
15923
15924 2006-02-03 Werner Lemberg <wl@gnu.org>
15925
15926 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
15927 greedy to find the closing bracket in \*[...] and similar
15928 expressions. This is a first rough fix -- many additional
15929 refinements are necessary to make nroff mode really usable with groff.
15930
15931 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
15932
15933 * international/mule-cmds.el (set-locale-environment):
15934 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
15935 libX11.
15936
15937 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
15938
15939 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
15940 archive are created in archive-tmpdir.
15941
15942 2006-02-02 John Paul Wallington <jpw@pobox.com>
15943
15944 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
15945 (ibuffer-fontification-alist): Use it.
15946 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
15947 to "* z" and the Ibuffer Mark menu.
15948
15949 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
15950
15951 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
15952
15953 * textmodes/table.el (*table--cell-describe-mode)
15954 (*table--cell-describe-bindings): Undo last change since
15955 print-help-return-message is not obsoleted by anything at all.
15956
15957 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
15958
15959 * emulation/cua-base.el (cua-mode): Doc fix.
15960
15961 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
15962
15963 * dframe.el (dframe-handle-make-frame-visible)
15964 (dframe-handle-iconify-frame, dframe-get-focus)
15965 (dframe-select-attached-frame, dframe-power-click)
15966 (dframe-frame-mode): Fix typos in docstrings.
15967
15968 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
15969 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
15970 Fix typos in docstrings.
15971
15972 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
15973 (hi-lock-face-buffer, hi-lock-font-lock-hook)
15974 (hi-lock-archaic-interface-message-used)
15975 (hi-lock-file-patterns-range): Fix typos in docstrings.
15976
15977 * savehist.el (savehist-loaded, savehist-load, savehist-install)
15978 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
15979
15980 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
15981 Fix typo in docstring.
15982
15983 * net/newsticker.el (newsticker--decode-iso8601-date)
15984 (newsticker--set-customvar, newsticker--buffer-insert-item)
15985 (newsticker--do-run-auto-mark-filter)
15986 (newsticker--parse-generic-feed): Doc fixes.
15987 (newsticker--retrieval-timer-list, newsticker-url-list)
15988 (newsticker-hide-immortal-items-in-echo-area)
15989 (newsticker-hide-obsolete-items-in-echo-area)
15990 (newsticker-new-item-face, newsticker--enclosure)
15991 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
15992 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
15993 (newsticker--parse-generic-feed, newsticker--cache-contains)
15994 (newsticker--stat-num-items, newsticker-download-enclosures):
15995 Fix typos in docstrings.
15996
15997 * net/rcirc.el (rcirc-debug): Doc fix.
15998 (rcirc-fill-column, rcirc-receive-message-hooks)
15999 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
16000 (rcirc-mode, rcirc-generate-new-buffer-name)
16001 (rcirc-startup-channels, rcirc-ignore-update-automatic)
16002 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
16003 Fix typos in docstrings.
16004 (rcirc-print): "?\ " -> "?\s".
16005 (rcirc-cmd-join): Improve argument/docstring consistency.
16006
16007 2006-02-01 Mark A. Hershberger <mah@everybody.org>
16008
16009 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
16010 before narrow-to-region.
16011
16012 2006-02-01 Richard M. Stallman <rms@gnu.org>
16013
16014 * simple.el (move-beginning-of-line): Scan properly for invis change.
16015
16016 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
16017
16018 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
16019
16020 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
16021 change bit only when id-format is 'integer. Reported by Matt
16022 Hodges <M.P.Hodges@rl.ac.uk>.
16023
16024 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
16025
16026 * hilit-chg.el (highlight-changes-initial-state)
16027 (highlight-changes-global-initial-state): Doc fixes.
16028 (highlight-changes-global-modes, global-highlight-changes):
16029 Fix typos in docstrings.
16030
16031 2006-02-01 Kim F. Storm <storm@cua.dk>
16032
16033 * emulation/cua-base.el (cua-mode): Mention that CUA enables
16034 transient-mark-mode in doc string.
16035
16036 2006-01-31 Richard M. Stallman <rms@gnu.org>
16037
16038 * replace.el (multi-occur): Doc fix.
16039 (multi-occur-in-matching-buffers): Rename from
16040 multi-occur-by-filename-regexp. Prefix arg says match
16041 buffer names instead of file names.
16042
16043 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
16044
16045 * bs.el: Allow non-default values of `bs-header-lines-length'.
16046 (bs--running-in-xemacs): Remove (not needed anymore).
16047 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
16048 instead of `shrink-window', thus avoiding having to compute the
16049 height of the window.
16050 (bs--up): Wrap around even when there's no header.
16051 (bs--down): Use `forward-line' instead of `next-line'.
16052
16053 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
16054
16055 * image-mode.el (image-toggle-display): Use file name if possible,
16056 instead of unnecessarily allocating a (possibly huge) lisp string.
16057
16058 2006-01-30 John Paul Wallington <jpw@pobox.com>
16059
16060 * subr.el (toplevel): Define `cl-assertion-failed' condition here
16061 because the `assert' macro signals it at runtime.
16062
16063 * emacs-lisp/cl.el (toplevel): Remove definition of
16064 `cl-assertion-failed' condition.
16065
16066 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
16067
16068 * thumbs.el (thumbs-marked-list): Make buffer-local and
16069 permanent-local.
16070 (thumbs-insert-thumb): Make help-echo non-sticky.
16071 (thumbs-file-alist): Use eolp as check for (non)-image.
16072
16073 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
16074
16075 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
16076 (ediff-before-session-group-setup-hooks)
16077 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
16078 Fix typos in docstrings.
16079
16080 * window.el (bw-dir, bw-eqdir, balance-windows)
16081 (split-window-keep-point): Fix typos in docstrings.
16082
16083 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
16084 (org-quote-string, org-calendar-to-agenda-key)
16085 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
16086 (org-show-following-heading, org-tags-column)
16087 (org-use-tag-inheritance, org, org-allow-space-in-links)
16088 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
16089 (org-enable-table-editor, org-calc-default-modes)
16090 (org-table-allow-automatic-line-recalculation)
16091 (org-export-html-style, org-export-with-fixed-width)
16092 (org-export-with-sub-superscripts, org-special-keyword)
16093 (org-formula, org-time-grid, org-table-may-need-update)
16094 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
16095 (org-goto-quit, org-get-indentation, org-end-of-item)
16096 (org-move-item-down, org-move-item-up)
16097 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
16098 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
16099 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
16100 (org-agenda-log-mode, org-agenda-toggle-diary)
16101 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
16102 (org-agenda-file-to-end, org-agenda-no-heading-message)
16103 (org-agenda-get-closed, org-format-agenda-item)
16104 (org-cmp-priority, org-cmp-category, org-cmp-time)
16105 (org-agenda-change-all-lines, org-agenda-diary-entry)
16106 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
16107 (org-link-search, org-camel-to-words, org-open-file)
16108 (org-remember-handler, org-table-convert-region)
16109 (org-table-move-row-down, org-table-move-row-up)
16110 (org-table-copy-region, org-table-wrap-region)
16111 (org-table-toggle-vline-visibility)
16112 (org-table-get-vertical-vector, org-table-modify-formulas)
16113 (org-table-get-specials, org-recalc-commands)
16114 (org-table-rotate-recalc-marks, org-table-eval-formula)
16115 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
16116 (org-level-color-stars-only, org-insert-heading):
16117 Fix typos in docstrings.
16118 (last-arg): Add defvar.
16119
16120 * makefile.w32-in (WINS): Add erc.
16121 (MH_E_SRC): Update (copied from lisp/Makefile.in).
16122
16123 2006-01-29 Bill Wohler <wohler@newt.com>
16124
16125 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
16126 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
16127 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
16128 (mh-autoloads): Don't use comments on otherwise empty lines.
16129
16130 2006-01-29 Edward O'Connor <ted@oconnor.cx>
16131
16132 * emulation/viper.el (viper-major-mode-modifier-list):
16133 Add insert-state and vi-state entries for erc-mode.
16134 (viper-go-away, viper-set-hooks): Add and remove
16135 viper-comint-mode-hook from erc-mode-hook as appropriate.
16136
16137 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
16138
16139 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
16140
16141 * bs.el (bs--format-aux): Implement `middle' alignment as
16142 described in the docstring for `bs-attributes-list'.
16143 (bs--get-name): Simplify. Don't pad the buffer name.
16144
16145 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
16146
16147 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
16148 English aspell dictionary is installed, use the first entry of
16149 ispell-dictionary-alist-1.
16150
16151 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
16152
16153 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
16154 Doc fix.
16155
16156 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
16157
16158 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
16159 for `process-file', in order to let it work for older Emacsen too.
16160
16161 2006-01-27 Eli Zaretskii <eliz@gnu.org>
16162
16163 * international/latexenc.el: Add a suitable `coding:' tag.
16164 (latexenc-find-file-coding-system): Undo last change.
16165
16166 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
16167
16168 * international/latexenc.el (latexenc-find-file-coding-system):
16169 Make sure latexenc-main-file is a regular file and is readable.
16170
16171 2006-01-27 Andre Spiegel <spiegel@gnu.org>
16172
16173 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
16174 Pass FILE to vc-user-login-name.
16175
16176 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
16177
16178 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
16179
16180 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
16181 there are no more images to display.
16182 (thumbs-mark, thumbs-unmark): Revert change so that they move to
16183 the next image.
16184
16185 2006-01-26 Richard M. Stallman <rms@gnu.org>
16186
16187 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
16188
16189 * wid-edit.el (advertised-widget-backward): New alias.
16190 (widget-keymap): Use advertised-widget-backward for S-TAB.
16191
16192 * tumme.el: Correct the keywords.
16193 (tumme-dir-max-size): Use defvar.
16194 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
16195
16196 * simple.el (move-beginning-of-line): Take account of fields.
16197 (clone-indirect-buffer-other-window): Take args like
16198 clone-indirect-buffer, and work like it.
16199
16200 * help-fns.el (describe-function): Don't pass `nil' as default.
16201
16202 * files.el (risky-local-variable-p): Follow var aliases.
16203
16204 * subr.el (lazy-completion-table): Doc fix.
16205
16206 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
16207 global binding of `line'.
16208
16209 2006-01-25 Andre Spiegel <spiegel@gnu.org>
16210
16211 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
16212 Tramp.
16213
16214 * vc.el (vc-default-dired-state-info): Pass FILE to
16215 vc-user-login-name.
16216 (vc-default-update-changelog): Don't use vc-user-login-name, we
16217 don't need it here.
16218
16219 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
16220 no longer necessary.
16221
16222 2006-01-25 Kenichi Handa <handa@m17n.org>
16223
16224 * international/mule.el (decode-char): Avoid the overhead of
16225 calling utf-lookup-subst-table-for-decode if
16226 utf-translate-cjk-mode is nil.
16227 (encode-char): Avoid the overhead of calling
16228 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
16229 nil.
16230
16231 2006-01-22 Kenichi Handa <handa@m17n.org>
16232
16233 * international/mule.el (make-subsidiary-coding-system): Reset
16234 `coding-system-define-form' property of subsidiaries to nil.
16235 Avoid duplicated entry in coding-system-alist.
16236 (make-coding-system): Avoid duplicated entry in
16237 coding-system-alist.
16238 (define-coding-system-alias): Likewise.
16239
16240 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
16241
16242 * completion.el: Minor fixes in introductory comment.
16243 (completion-def-wrapper): Fix alist.
16244
16245 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
16246
16247 * thumbs.el (thumbs-new-image-size): New function.
16248 (thumbs-increment-image-size-element)
16249 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
16250 (thumbs-decrement-image-size): Delete.
16251 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
16252 temp files and use to resize.
16253 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
16254 Use increment argument to enlarge/shrink. Preserve point.
16255 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
16256 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
16257 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
16258 (thumbs-mark, thumbs-unmark): Preserve point.
16259 (thumbs-modify-image): Keep old temp files and use to modify.
16260 Cleanup old temp files at load time. Preserve point.
16261 (thumbs-view-image-mode-map): Use new command names.
16262
16263 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
16264
16265 * log-view.el (log-view-minor-wrap): First rev is the one at point.
16266
16267 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
16268 the nastiest part of the cyclic dependency.
16269 (cal-menu-update): Use dotimes and calendar-increment-month.
16270
16271 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
16272 (calendar-week-start-day): Add an :initializer.
16273 (calendar-mode-map): Use suppress-keymap, and command remapping.
16274 (describe-calendar-mode): Setup xref-stack info for the back button.
16275 (calendar-star-date): Insert before delete.
16276 (calendar-set-mode-line): Add file-modified info if applicable.
16277 (calendar-increment-month): New function.
16278
16279 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
16280
16281 * font-lock.el (lisp-font-lock-keywords-2):
16282 Recognize "& keywords" only at word boundaries.
16283
16284 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
16285
16286 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
16287 and permanent-local.
16288 (thumbs-max-image-number): New variable.
16289 (thumbs-do-thumbs-insertion): Use them.
16290 (thumbs-per-line): Change default to 4.
16291 (thumbs-marked-list): Rename from thumbs-markedL.
16292 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
16293 (thumbs-rename-images): Use -list instead of L for internal variables.
16294 (thumbs-call-convert): Use call-process instead of shell-command.
16295 (thumbs-insert-thumb): Add filename as help-echo to each image.
16296 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
16297 Give dir to thumbs-show-thumbs-list.
16298 (thumbs-show-thumbs-list): Set default-directory to that of images.
16299 (thumbs-dired-show): Rename from thumbs-dired-show-all.
16300 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
16301 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
16302 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
16303
16304 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
16305
16306 * ses.el (ses-read-cell): Provide a default value.
16307
16308 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
16309
16310 * term/w32-win.el (image-library-alist): Add additional names for
16311 GIF library.
16312
16313 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
16314
16315 * international/latexenc.el (latexenc-find-file-coding-system):
16316 Add file-regular-p check.
16317
16318 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
16319
16320 * simple.el (clone-buffer): Don't show the new buffer in the same
16321 window.
16322
16323 2006-01-23 Juri Linkov <juri@jurta.org>
16324
16325 * faces.el (link, link-visited): New faces based on default values
16326 of `info-xref' and `info-xref-visited'.
16327
16328 * info.el (info-xref): Inherit from `link'.
16329 (info-xref-visited): Inherit from `link-visited'.
16330
16331 * cus-edit.el (custom-buffer-create-internal): Use widget type
16332 `custom-manual' instead of `info-link' and don't set properties
16333 `button-face' and `mouse-face' explicitly.
16334 (custom-browse-group-tag, custom-browse-variable-tag)
16335 (custom-browse-face-tag): Inherit from widget class
16336 `custom-group-link' instead of `push-button'.
16337 (custom-button-unraised): Inherit from `underline' face.
16338 (custom-link): Inherit from `link' face. Fix doc and group.
16339 (custom-add-parent-links, custom-group-value-create): Don't set
16340 properties `button-face' and `mouse-face' explicitly for
16341 `custom-group-link' widget.
16342 (custom-group-link): Add properties `button-face' and `mouse-face'
16343 to widget definition.
16344 (custom-field-keymap): New variable. Put `custom-field-keymap' to
16345 editable-field's :keymap property.
16346 (custom-mode): Fix docstring: substitute keybindings for
16347 `widget-forward' and `widget-backward' from `widget-keymap',
16348 `widget-complete' from `custom-field-keymap', replace old
16349 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
16350
16351 * desktop.el (desktop-load-file): Check for `fboundp' before
16352 calling `symbol-function'.
16353
16354 * simple.el (clone-buffer, clone-indirect-buffer)
16355 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
16356 `read-string'. Fix prompts.
16357
16358 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
16359
16360 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
16361
16362 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
16363
16364 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
16365
16366 * startup.el (inhibit-splash-screen, initial-scratch-message):
16367 Doc fixes.
16368
16369 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
16370
16371 Sync with Tramp 2.0.52.
16372
16373 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
16374 * net/tramp-vc.el: Add code for unloading Tramp. See comment before
16375 `tramp-unload-tramp' for checklist.
16376
16377 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
16378 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
16379 (tramp-unload-file-name-handler-alist)
16380 (tramp-unload-tramp): New defuns.
16381 (tramp-advice-PC-expand-many-files): New defadvice.
16382 (tramp-save-PC-expand-many-files, tramp-setup-complete): Defuns
16383 removed.
16384 (tramp-handle-expand-file-name): Remove double slash.
16385 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
16386 It doesn't matter, because it will be converted later on.
16387 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
16388 implementation was just heuristic.
16389 (tramp-post-connection): Set uid and gid properties.
16390 (tramp-convert-file-attributes): Set file's gid change bit.
16391 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
16392 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
16393 in case of su(do)? methods. The home directory of the local user
16394 will be taken else.
16395 (tramp-open-connection-telnet)
16396 (tramp-open-connection-rsh, tramp-open-connection-su)
16397 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
16398 local shell prompt could hurt. Reported by Romain Francoise
16399 <romain@orebokech.com>.
16400 (tramp-let-maybe): Add `edebug-form-spec' property.
16401 (tramp-handle-expand-file-name): Bind `default-directory' locally
16402 to "/" in order to avoid problems with UNC shares or Cygwin
16403 mounts.
16404 (tramp-md5-function): Fix typo in error message.
16405
16406 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
16407
16408 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
16409 for byte-compiler pacification.
16410
16411 2006-01-22 Andre Spiegel <spiegel@gnu.org>
16412
16413 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
16414 ID-FORMAT `string'. This allows us to get rid of
16415 `vc-user-login-name UID'.
16416
16417 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
16418
16419 2006-01-22 John Paul Wallington <jpw@pobox.com>
16420
16421 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
16422
16423 2006-01-21 Martin Rudalics <rudalics@gmx.at>
16424
16425 * emacs-lisp/find-func.el (find-definition-noselect)
16426 (find-variable-noselect): Search variables in C source code too.
16427 (find-function-C-source, find-function-noselect, find-function)
16428 (find-function-other-frame, find-variable-noselect, find-variable)
16429 (find-variable-other-frame, find-variable-at-point):
16430 Fix docstrings.
16431
16432 2006-01-21 Francesco Potort\e,Al\e(B <pot@gnu.org>
16433
16434 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
16435
16436 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
16437
16438 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
16439 Default to disabling the "Save affix" question.
16440
16441 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
16442
16443 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
16444 the first arg to run-python.
16445
16446 2006-01-21 Eli Zaretskii <eliz@gnu.org>
16447
16448 * startup.el (command-line-1): Handle --no-desktop if desktop.el
16449 is not loaded.
16450
16451 2006-01-20 Jay Belanger <belanger@truman.edu>
16452
16453 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
16454 limit is 0.
16455
16456 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
16457 the correct variable.
16458
16459 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
16460
16461 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
16462 link. Fixed buggy argument sequence in call to `org-view-tags'.
16463 (org-compile-prefix-format): Set `org-prefix-has-tag'.
16464 (org-prefix-has-tag): New variable.
16465 (org-format-agenda-item): Remove tags from headline if
16466 appropriate.
16467 (org-agenda-remove-tags-when-in-prefix): New option.
16468 (org-get-tags-at): New function.
16469
16470 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
16471
16472 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
16473 (thumbs-find-image): Move image name and number from buffer name
16474 to mode name. Set thumbs-buffer. Preserve point so that large
16475 images remain visible.
16476 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
16477 order.
16478 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
16479 mode name.
16480 (thumbs-next-image, thumbs-previous-image): Make them work.
16481
16482 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
16483
16484 * cus-edit.el (custom-buffer-create-internal): State in the text above
16485 the whole buffer buttons that they do not operate on hidden items.
16486 (custom-face-menu): Use `custom-face-save' instead of
16487 `custom-face-save-command'.
16488 (custom-face-save-command): Make it an alias for `custom-face-save'
16489 and declare it obsolete.
16490 (custom-face-save): Doc fix.
16491
16492 * dired.el (dired-no-confirm): Add quote.
16493 (dired-subdir-alist-pre-R): Add quote in
16494 `make-variable-buffer-local' form and remove unbalanced parenthesis.
16495
16496 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
16497
16498 * textmodes/table.el (table-mode-indicator): Typo in last change.
16499
16500 2006-01-19 Richard M. Stallman <rms@gnu.org>
16501
16502 * outline.el (hide-leaves): Don't call outline-end-of-heading.
16503 Fixes bug reported in Nov 2005.
16504
16505 * isearch.el (isearch-forward): Doc fix.
16506
16507 * dired.el (dired-move-to-filename-regexp): Define as alias.
16508 (dired-no-confirm): Use defcustom.
16509 (dired-subdir-alist-pre-R): Put defvar at top level.
16510
16511 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
16512
16513 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
16514 Mark as risky.
16515
16516 * simple.el (set-mark-command): Doc fix.
16517 (clone-indirect-buffer-other-window):
16518 Read arg like clone-indirect-buffer.
16519 (move-beginning-of-line): Skip invisible newlines.
16520
16521 2006-01-19 Masatake YAMATO <jet@gyve.org>
16522
16523 * progmodes/cpp.el (cpp-edit-load): Make the order of
16524 listed conditions in a base C code buffer and its associate
16525 CPP Edit buffer the same.
16526
16527 2006-01-19 Kenichi Handa <handa@m17n.org>
16528
16529 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
16530 (rmail-mime-feature): Likewise.
16531 (rmail-require-mime-maybe): Use display-warning to show a warning
16532 message.
16533
16534 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
16535 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
16536
16537 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
16538
16539 * array.el: Move defvars out of eval-when-compile.
16540 (array-make-template): Replace undeclared global var with a local one.
16541 (array-mode): Inline initialization functions.
16542 (array-init-local-variables, array-init-max-row)
16543 (array-init-max-column, array-init-columns-per-line)
16544 (array-init-field-width, array-init-rows-numbered)
16545 (array-init-line-length, array-init-lines-per-row): Remove.
16546
16547 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
16548 (doc-mode-map): Define explicitly.
16549 (doctor-txtype): Use mapc.
16550
16551 * textmodes/table.el: Move defvars out of eval-when-compile.
16552 Remove harmful code meant to avoid byte-compiler warnings.
16553 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
16554 specification that checks table-fixed-width-mode directly.
16555 (table-recognize-region, table-recognize-cell):
16556 Use restore-buffer-modified-p.
16557 (table-fixed-width-mode): Remove code that refreshes
16558 table-fixed-mode-indicator.
16559 (*table--cell-describe-bindings, *table--cell-describe-mode):
16560 Avoid obsolete name print-help-return-message.
16561 (table--test-cell-list): Don't use replace-regexp from elisp.
16562 (table--point-entered-cell-function, table--point-left-cell-function):
16563 Don't set table-fixed-mode-indicator, use force-mode-line-update.
16564
16565 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
16566 that was after the end of file. Use buffer-file-name variable.
16567 (org-timestamp-change): Use with-current-buffer.
16568 (org-todo-list): Don't unnecessarily define a new buffer-local var.
16569 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
16570 `file'.
16571
16572 * progmodes/fortran.el: Move defvars out of eval-when-compile.
16573 (fortran-break-line): Remove unused var `opoint'.
16574 (fortran-abbrev-start): Obey help-event-list.
16575
16576 2006-01-18 Jesper Harder <harder@phys.au.dk>
16577
16578 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
16579
16580 2006-01-18 Masatake YAMATO <jet@gyve.org>
16581
16582 * progmodes/make-mode.el (makefile-imake-mode): New mode
16583 derived from makefile-mode.
16584 (makefile-imake-mode-syntax-table): New syntax table
16585 derived from makefile-mode-syntax-table.
16586 (makefile-mode): Write about makefile-imake-mode in doc string.
16587 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
16588 (makefile-imake-font-lock-keywords): New font lock keywords.
16589
16590 * files.el (auto-mode-alist): Add Imakefile.
16591
16592 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
16593
16594 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
16595 loading the file rather than when turning on flyspell-mode.
16596
16597 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
16598
16599 * cus-edit.el (customize-rogue): Minor doc fix.
16600
16601 2006-01-17 Juri Linkov <juri@jurta.org>
16602
16603 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
16604 instead of the file at the mark as default if the file at the mark
16605 is the same as the file at point or if dired-dwim-target-directory
16606 is not the same as the current directory and the mark is not active.
16607
16608 * log-view.el (log-view-minor-wrap): Use the same logic to get
16609 revisions as `log-view-diff'.
16610
16611 * info.el (Info-revert-find-node): Check for Info-current-file
16612 before preserving new-history.
16613
16614 * man.el (Man-heading-regexp): Add `/'.
16615
16616 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
16617 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
16618
16619 2006-01-16 Juri Linkov <juri@jurta.org>
16620
16621 * faces.el (mode-line-faces): New defgroup.
16622 (mode-line-highlight): Move definition after new defgroup.
16623 (mode-line, mode-line-inactive, mode-line-highlight):
16624 Replace :group `modeline' with `mode-line-faces'.
16625 (mode-line-buffer-id): New face.
16626 (modeline-buffer-id): New face alias.
16627 (vertical-border): Remove :group `modeline'.
16628
16629 * bindings.el (propertized-buffer-identification): Use face
16630 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
16631 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
16632 (mode-line-buffer-identification-keymap): For mouse-1 replace
16633 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
16634 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
16635 mouse-3.
16636
16637 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
16638 Buffer-menu-buffer. Doc fix.
16639 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
16640 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
16641 `Buffer-menu-buffer'.
16642
16643 * info.el (Info-mode-line-node-keymap): New defvar.
16644 (Info-set-mode-line): Use `stringp' to check Info-current-file.
16645 Propertize Info-current-node with `mode-line-buffer-id' and
16646 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
16647
16648 * time.el (display-time-mail-face): Replace :group `faces' with
16649 `mode-line-faces'.
16650
16651 2006-01-16 Kenichi Handa <handa@m17n.org>
16652
16653 * international/code-pages.el: Add autoload cookies for cp125[0345678].
16654
16655 * language/european.el (cp1252): New alias for windows-1252.
16656
16657 * international/mule.el (autoload-coding-system): Prepare for EOL
16658 variants.
16659
16660 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
16661
16662 * term.el (term-raw-map): Add mapping for insert.
16663 (term-send-insert): New.
16664 (term-mode): Make variables local here instead of doing it in
16665 `term-emulate-terminal'.
16666 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
16667 Scroll reverse needs to take into account the scroll region.
16668 Saving and restoring the cursor should save the color attributes too.
16669 (term-reset-terminal): Reset the scroll region.
16670 (term-handle-ansi-escape): Cursor up and down should take into
16671 account the scroll region.
16672 (term-set-scroll-region): Rename from `term-scroll-region'.
16673 Move to 0,0 after setting the region.
16674 (term-handle-scroll): Handle scroll up.
16675 (term-down): Fix off by one error.
16676 (term-delete-lines): Do not delete outside the scroll region.
16677 (term-insert-lines): Take into account the scroll region.
16678
16679 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
16680
16681 * textmodes/ispell.el (ispell-internal-change-dictionary)
16682 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
16683 (start, end): Move declaration outside of eval-when-compile.
16684
16685 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
16686 (flyspell-mode-on): Use it.
16687
16688 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
16689 ispell-kill-ispell-hook.
16690
16691 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
16692
16693 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
16694 (Custom-reset-saved): Do not ask for confirmation in single option
16695 buffers.
16696
16697 2006-01-13 Richard M. Stallman <rms@gnu.org>
16698
16699 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
16700
16701 2006-01-13 Romain Francoise <romain@orebokech.com>
16702
16703 * add-log.el (add-change-log-entry, change-log-merge):
16704 Conditionally use `hard-newline'.
16705
16706 2006-01-13 Martin Rudalics <rudalics@gmx.at>
16707
16708 * wid-edit.el (widget-field-end): If the overlay is no longer
16709 associated with a buffer, behave as if the overlay didn't exist.
16710
16711 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
16712 Make sure the links use the `custom-link' face.
16713
16714 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
16715
16716 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
16717 (ld-script-mode): Don't set indent-line-function since we don't
16718 have one.
16719
16720 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
16721
16722 * textmodes/org.el (org-open-file): Use mailcap for selecting an
16723 application.
16724 (org-file-apps-defaults-gnu): Use mailcap as the default for
16725 selecting an application on a UNIX system.
16726 (org-agenda-show-tags): New command.
16727 (org-table-insert-hline): Keep cursor in current table line.
16728 (org-table-convert): Offset effect of modifying
16729 `org-table-insert-hline'.
16730 (org-format-agenda-item): New optional argument TAG.
16731 (org-compile-prefix-format): Handle %T format for the tag.
16732 (org-expand-wide-chars): New function.
16733 (org-table-insert-row, org-table-insert-hline):
16734 Use `org-expand-wide-chars'.
16735 (org-open-file): Fix bug in program launch.
16736 (org-get-time-of-day): Fix bug with times before 1am.
16737 (org-agenda-menu): Add tags commands.
16738
16739 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
16740
16741 * textmodes/ispell.el (ispell-init-process): Include the used
16742 dictionary in ispell process start message.
16743 (ispell-internal-change-dictionary): When flyspell-mode is active
16744 and dictionary is changed, make sure ispell process is restarted
16745 and flyspell word cache cleared out for the current buffer.
16746 (ispell-change-dictionary): Make sure flyspell word cache is
16747 cleared out in all buffers with active flyspell mode when
16748 dictionary is globally changed.
16749 Call ispell-internal-change-dictionary after dictionary change.
16750
16751 2006-01-13 Eli Zaretskii <eliz@gnu.org>
16752
16753 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
16754
16755 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
16756 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
16757 years. Fix small differences wrt Makefile.in.
16758 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
16759 Makefile.in does.
16760
16761 2006-01-12 Bill Wohler <wohler@newt.com>
16762
16763 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
16764 mh-search.el.
16765
16766 2006-01-12 Masatake YAMATO <jet@gyve.org>
16767
16768 * progmodes/ld-script.el: Update copyright year.
16769
16770 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
16771
16772 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
16773 Don't add widget if setting undefined.
16774
16775 2006-01-12 John Paul Wallington <jpw@pobox.com>
16776
16777 * help-fns.el (describe-variable): Remove newlines from void
16778 variable output.
16779
16780 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
16781
16782 * wdired.el (wdired-mode-map): Add help echo for
16783 wdired-abort-changes.
16784
16785 * man.el (Man-file-name-regexp): Adjust for a list of files.
16786
16787 2006-01-12 Masatake YAMATO <jet@gyve.org>
16788
16789 * progmodes/ld-script.el (auto-mode-alist): Support
16790 suffix conventions used in netbsd and eCos.
16791
16792 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
16793
16794 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
16795 (custom-variable-menu, custom-face-menu, custom-group-menu)
16796 (Custom-mode-menu): Change names of menu items. (As discussed on
16797 emacs-devel.)
16798 (custom-face-menu): Add "Undo Edits" item.
16799
16800 * startup.el (init-file-user): defcustom -> defvar.
16801
16802 * tooltip.el (tooltip-mode): Doc fix.
16803
16804 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
16805
16806 * reveal.el (reveal-post-command): window-buffer signals an error on
16807 dead windows rather than returning nil.
16808 (reveal-open-new-overlays): An overlay might die while we open others.
16809
16810 2006-01-11 Bill Wohler <wohler@newt.com>
16811
16812 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
16813 phrasing in docstring.
16814
16815 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
16816 can give some systems gas. Add new file mh-buffers.el.
16817
16818 2006-01-06 Masatake YAMATO <jet@gyve.org>
16819
16820 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
16821 C preprocessor forward ported from GNU Emacs 21.2.
16822
16823 * progmodes/asm-mode.el (asm-font-lock-keywords):
16824 Use `cpp-font-lock-keywords'.
16825
16826 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
16827
16828 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
16829 of $ for "\\.ld[s]?".
16830
16831 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
16832
16833 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
16834 (tcl-indent-line): Return `noindent' if inside a string.
16835
16836 * progmodes/flymake.el (flymake-split-string): Remove more than one
16837 empty string at beg/end of the result.
16838 (flymake-find-buildfile, flymake-find-possible-master-files):
16839 Use expand-file-name.
16840 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
16841 since expand-file-name does it for us. Use directory-file-name.
16842 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
16843 (flymake-ler-get-type, flymake-ler-get-text)
16844 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
16845 (flymake-current-line-no): Remove spurious interactive spec.
16846 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
16847 (flymake-check-include): Remove arg inc-path merged into inc-name.
16848 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
16849 Arg regexp-list replaced by a simple regexp.
16850 (flymake-master-make-header-init, flymake-master-tex-init):
16851 Correspondingly replace regexp-list with a regexp. Fix regexp.
16852
16853 2006-01-10 Simon Josefsson <jas@extundo.com>
16854
16855 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
16856 describing AUTH PLAIN fix.
16857
16858 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
16859
16860 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
16861 (report-emacs-bug): Don't record initial prompt text.
16862 Instead, add text properties to prompting text.
16863 (report-emacs-bug-hook): Delete prompting text.
16864
16865 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
16866
16867 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
16868 `dirs'. Adjust callers.
16869
16870 2006-01-09 John Paul Wallington <jpw@gnu.org>
16871
16872 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
16873
16874 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
16875
16876 * reveal.el (reveal-open-new-overlays): New extracted fun.
16877 (reveal-close-old-overlays): Idem. Check overlays's liveness before
16878 using them. Simplify the code.
16879 (reveal-post-command): Use them. Fix up obsolete windows in
16880 reveal-open-spots.
16881
16882 * progmodes/flymake.el: Use `require' rather than autoload for
16883 XEmacs's overlays.
16884 (flymake-get-common-file-prefix, flymake-build-relative-filename):
16885 Delete. Use file-relative-name instead.
16886 (flymake-get-syntax-check-program-args, flymake-perl-init):
16887 Simplify the resulting code.
16888
16889 * log-view.el (log-view-file-re, log-view-message-re): Add support
16890 for DaRCS output.
16891
16892 2006-01-09 Alex Schroeder <alex@gnu.org>
16893
16894 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
16895 identifiers sometimes added in square brackets at the beginning of
16896 subject lines.
16897
16898 2006-01-07 Richard M. Stallman <rms@gnu.org>
16899
16900 * cus-edit.el (Custom-set, Custom-save): Doc fix.
16901 (Custom-reset-current, Custom-reset-saved): Change question text.
16902 (Custom-reset-standard): Likewise.
16903 (custom-variable-reset-saved): Doc fix.
16904
16905 2006-01-07 Eli Zaretskii <eliz@gnu.org>
16906
16907 * startup.el (init-file-user): Doc fix.
16908
16909 2006-01-07 Alex Schroeder <alex@gnu.org>
16910
16911 * mail/rmail.el (rmail-current-subject): New function.
16912 (rmail-current-subject-regexp): New function.
16913 (rmail-next-same-subject): Use it.
16914
16915 * mail/rmailsum.el (rmail-summary-by-topic):
16916 Use rmail-current-subject and rmail-current-subject-regexp.
16917 (rmail-summary-next-same-subject): Ditto.
16918
16919 * net/rcirc.el (rcirc-send-input): No longer check whether the
16920 process is open, since not all commands need an open process.
16921 (rcirc-send-string): Check whether the process is open before
16922 sending anything.
16923 (rcirc-ignore-list): New option.
16924 (rcirc-ignore-list-automatic): New variable.
16925 (rcirc-print): Take rcirc-ignore-list into account.
16926 (rcirc-cmd-ignore): New command.
16927 (rcirc-ignore-update-automatic): New function.
16928 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
16929 list if ignored nicks.
16930 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
16931
16932 2006-01-06 David Reitter <david.reitter@gmail.com>
16933
16934 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
16935 reflect the address to which the report will be sent.
16936
16937 2006-01-06 Eli Zaretskii <eliz@gnu.org>
16938
16939 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
16940 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
16941
16942 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
16943
16944 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
16945
16946 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
16947 the doc string: "functoin" => "function".
16948 * ldefs-boot.el: Likewise.
16949
16950 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
16951 message text: "Duplicat" => "Duplicate".
16952
16953 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
16954
16955 * files.el (basic-save-buffer-2): If backing-up failed, reset
16956 buffer-backed-up to nil.
16957
16958 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
16959
16960 * progmodes/gud.el (gdb-script-skip-to-head)
16961 (gdb-script-calculate-indentation): Indent for breakpoint command
16962 lists also.
16963
16964 2006-01-05 Bill Wohler <wohler@newt.com>
16965
16966 * Makefile.in (compile-always): Add mh-autoloads dependency.
16967 (bootstrap): Remove mh-autoloads dependency, as compile dependency
16968 provides it.
16969 (updates): Remove mh-autoloads dependency, since it probably has
16970 already run recently (via recompile).
16971
16972 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
16973
16974 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
16975 argument `force' to disable the flyspell-last-buffer optimization.
16976 (flyspell-mode-on): Use it.
16977
16978 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
16979 flymake-simple-cleanup.
16980 (flymake-allowed-file-name-masks): Use this new default.
16981 All the functions are now called in the right buffer rather than
16982 passing the buffer as argument.
16983 (flymake-process-sentinel): Switch to buffer before calling cleanup.
16984 (flymake-parse-err-lines): Remove redundant buffer arg.
16985 (flymake-get-program-dir): Comment out unused function.
16986 (flymake-start-syntax-check, flymake-start-syntax-check-process):
16987 Remove redundant buffer argument.
16988 (flymake-get-real-file-name, flymake-simple-java-cleanup)
16989 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
16990
16991 2006-01-05 Richard M. Stallman <rms@gnu.org>
16992
16993 * info.el (Info-find-node): Don't record previous node if have none.
16994 (info): Go to directory only if history is empty.
16995
16996 * simple.el (mark): Doc fix.
16997
16998 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16999
17000 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
17001 already of desired type.
17002 (mac-ae-list): Coerce parameter to "list" type.
17003 (mac-dispatch-apple-event): Replace cadr part of event with a
17004 dummy position so that event-start returns it.
17005
17006 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
17007
17008 * textmodes/org.el (org-end-of-subtree): New function.
17009 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
17010 Use `org-end-of-subtree'.
17011 (org-agenda, org-agenda-convert-date): Protect calls to
17012 `fit-window-to-buffer'.
17013 (org-tags-view): Force matching of sublevels when doing a
17014 todo-only search. Define the correct redo command, including the
17015 arguments.
17016 (org-agenda-redo): Display message.
17017 (org-check-for-org-mode): New function.
17018 (org-agenda-type): New variable.
17019 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
17020 Set `org-agenda-type'.
17021 (org-agenda-check-type): New function.
17022 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
17023 (org-agenda-week-view, org-agenda-day-view)
17024 (org-agenda-next-date-line, org-agenda-previous-date-line)
17025 (org-agenda-log-mode, org-agenda-toggle-diary)
17026 (org-agenda-toggle-time-grid, org-agenda-date-later)
17027 (org-agenda-date-prompt, org-agenda-diary-entry)
17028 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
17029 (org-agenda-convert-date, org-agenda-menu):
17030 Use `org-agenda-check-type'.
17031 (org-make-overlay, org-delete-overlay)
17032 (org-detatch-overlay, org-move-overlay, org-overlay-put):
17033 New compatibility functions.
17034 (org-calendar-select-mouse): New command.
17035
17036 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
17037
17038 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
17039 (Custom-reset-standard): Fix y-or-n-p messages.
17040 (custom-link): New face for links.
17041 (custom-buffer-create-internal, custom-manual): Use it.
17042 (custom-face-save): Push to theme-face before setting face spec.
17043
17044 * wid-edit.el (widget-default-mouse-face-get): New function.
17045 (widget-specify-button): Handle mouse-face like button-face.
17046
17047 * custom.el (load-theme): Clear old theme settings if reloading.
17048
17049 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
17050
17051 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
17052 "Erase Customization" button back to same position it occupies in
17053 the individual State menus.
17054
17055 2006-01-04 Kim F. Storm <storm@cua.dk>
17056
17057 * wid-edit.el (key-sequence): Rework widget to read key binding
17058 using `kbd' syntax. Use C-q to insert literal key, event, or code.
17059 (widget-key-sequence-default-value): Default value for empty sequence.
17060 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
17061 (widget-key-sequence-read-event): New command for C-q.
17062 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
17063 (widget-key-sequence-value-to-external): New functions.
17064
17065 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
17066
17067 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
17068 Use expand-file-name.
17069 (flymake-delete-temp-directory): Use expand-file-name,
17070 file-name-directory, and directory-file-name.
17071 (flymake-strrchr): Delete.
17072 (flymake-start-syntax-check): Don't pass the redundant buffer argument
17073 to the init-f function.
17074 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
17075 (flymake-init-find-buildfile-dir)
17076 (flymake-init-create-temp-source-and-master-buffer-copy)
17077 (flymake-simple-make-init-impl, flymake-simple-make-init)
17078 (flymake-master-make-init, flymake-master-make-header-init)
17079 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
17080 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
17081 (flymake-xml-init): Remove corresponding redundant buffer argument.
17082 (flymake-allowed-file-name-masks): Remove last elems that are equal to
17083 the default anyway. Clean up regexps.
17084
17085 * progmodes/flymake.el (flymake-temp-source-file-name)
17086 (flymake-master-file-name, flymake-temp-master-file-name)
17087 (flymake-base-dir): New buffer-local vars.
17088 (flymake-buffer-data, flymake-get-buffer-value)
17089 (flymake-set-buffer-value): Replace those hash-tables by the new
17090 buffer-local vars. Update callers.
17091
17092 * progmodes/flymake.el (flymake-check-start-time)
17093 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
17094 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
17095 Move definition, so we can remove redundant earlier declaration.
17096 (flymake-replace-regexp-in-string, flymake-split-string)
17097 (flymake-get-temp-dir): Use defalias.
17098 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
17099 (flymake-xemacs-window-edges): Remove unused function.
17100 (flymake-get-point-pixel-pos): Move.
17101 (flymake-pid-to-names, flymake-reg-names)
17102 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
17103 Replace by a simple list flymake-processes and by process-buffer.
17104 Update callers. Other than simplify the code, it uses buffers rather
17105 than buffer-names so it doesn't get confused by uniquify.
17106 (flymake-buffer-data): The global value should just be nil.
17107
17108 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
17109 Optimize the body of a defalias like any other code.
17110
17111 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
17112 Make sure we've setup font-lock's vars. It may influence which
17113 function we then call.
17114 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
17115 here since it's too late anyway.
17116
17117 2006-01-03 Romain Francoise <romain@orebokech.com>
17118
17119 * startup.el (fancy-splash-tail, normal-splash-screen):
17120 Update copyright year.
17121
17122 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
17123
17124 * mouse.el (mouse-drag-track): Rename, from
17125 `mouse-drag-region-1'. Includes optional argument required to
17126 enable post-drag event processing (e.g. delete region keys).
17127 Can be used without this argument to track a mouse region and operate
17128 on it as soon as the drag completes.
17129 (mouse-drag-region): Use `mouse-drag-track'.
17130
17131 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
17132
17133 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
17134 Move to `custom-buffer' group.
17135
17136 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
17137 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
17138 (custom-theme-insert-face-marker, custom-theme-variable-menu)
17139 (custom-theme-face-menu): New variables.
17140 (custom-theme-add-variable, custom-theme-variable-action)
17141 (custom-variable-reset-theme, custom-theme-delete-variable)
17142 (custom-face-reset-theme, custom-theme-face-action)
17143 (custom-theme-delete-face, custom-theme-merge-theme)
17144 (custom-theme-add-face, custom-theme-visit-theme): New functions.
17145
17146 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
17147
17148 * custom.el: Move Custom Themes commentary to start of theme code.
17149 (custom-known-themes): Rename `standard' theme to `changed'.
17150 (custom-push-theme): Caller no longer specifies what theme to use
17151 when doing `reset'---the setting is simply removed from the theme.
17152 Delete MODE from `theme-value' and `theme-settings' properties.
17153 (custom-declare-theme): Ignore &rest args since we don't use them.
17154
17155 (custom-loaded-themes): Delete variable.
17156 (custom-theme-load-themes, custom-theme-loaded-p)
17157 (custom-theme-value): Delete functions.
17158
17159 (custom-declare-theme): Signal error on invalid theme names.
17160 (provide-theme): custom-loaded-themes was deleted.
17161 (load-theme): Load the file unconditionally.
17162 (enable-theme): Call `load-theme' if theme is undefined.
17163 (custom-enabled-themes): Only update value for successful loads.
17164 (disable-theme): Complete from enabled themes when interactive.
17165 (custom-variable-theme-value): Calculate theme value directly.
17166
17167 (custom-theme-reset-variables, custom-reset-variables): Mark as
17168 XEmacs compatibility functions. We don't actually use these.
17169
17170 * cus-edit.el (custom-variable-state-set):
17171 Use custom-variable-theme-value instead of custom-theme-value.
17172 (custom-face-state-set): Rename `standard' theme to `changed'.
17173 (custom-save-variables, custom-save-faces): Delete unneeded
17174 references to custom-reset-variables.
17175 (custom-save-resets): Delete function.
17176 (custom-save-variables, custom-save-faces): MODE argument deleted.
17177 (custom-save-variables, custom-save-faces): Ignore theme values.
17178
17179 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
17180 compatibility function.
17181
17182 2006-01-01 Richard M. Stallman <rms@gnu.org>
17183
17184 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
17185 (Custom-reset-current, Custom-reset-saved): Likewise.
17186 (Custom-reset-standard): Show message if aborted.
17187 (custom-mode): Doc fix, describing those commands.
17188
17189 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
17190 put on event-kind property.
17191
17192 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
17193
17194 * custom.el (provide-theme): Ban `user' theme name.
17195 (custom-enabling-themes): New variable.
17196 (enable-theme): Don't enable user if custom-enabling-themes is t.
17197 (custom-enabled-themes): Make it a defcustom.
17198 (custom-theme-recalc-face): No-op if face is undefined.
17199
17200 * cus-edit.el (custom-button-mouse): New variable.
17201 (custom-button-mouse): New face.
17202 (custom-raised-buttons, custom-mode): Use it.
17203
17204 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
17205
17206 2005-12-31 Eli Zaretskii <eliz@gnu.org>
17207
17208 * progmodes/gud.el (gud-display-line): Support hl-line in the
17209 source buffer.
17210
17211 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
17212
17213 * mouse.el (mouse-drag-window-above): Verify that the found window
17214 overlaps with the given window in the horizontal dimension.
17215
17216 2005-12-31 Eli Zaretskii <eliz@gnu.org>
17217
17218 * Makefile.in (cvs-update): New target.
17219
17220 * makefile.w32-in (cvs-update): Ditto.
17221
17222 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
17223
17224 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
17225 (custom-new-theme-mode-map): New variable.
17226
17227 2005-12-30 Richard M. Stallman <rms@gnu.org>
17228
17229 * custom.el (custom-load-themes): Function deleted.
17230
17231 * cus-edit.el (custom-save-loaded-themes): Function deleted.
17232 (custom-save-variables): Don't delete or add custom-load-themes call.
17233
17234 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
17235
17236 * cus-start.el: Add `visible-cursor'.
17237
17238 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
17239 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
17240 (flymake-process-filter): Switch to buffer before calling it instead.
17241 (flymake-post-syntax-check, flymake-highlight-err-lines)
17242 (flymake-delete-own-overlays, flymake-parse-err-lines)
17243 (flymake-start-syntax-check, flymake-start-syntax-check-process)
17244 (flymake-count-lines, flymake-parse-residual):
17245 Remove constant buffer argument.
17246 (flymake-start-syntax-check-for-current-buffer): Remove.
17247 Update callers to use flymake-start-syntax-check instead.
17248 (flymake-display-err-menu-for-current-line):
17249 Remove unused var `mouse-pos'.
17250 (flymake-restore-formatting): Comment out unused function.
17251 (flymake-report-status, flymake-report-fatal-status): Remove buffer
17252 argument, use current-buffer instead. Update callers.
17253
17254 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
17255
17256 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
17257 buffer-local because choose-completion-delete-max-match requires
17258 that we set completion-ignore-case (i.e., binding via let is not
17259 sufficient).
17260 (bibtex-complete): Always set completion-ignore-case and
17261 choose-completion-string-functions. The latter is needed because
17262 choose-completion-string-functions keeps its value if we quit the
17263 *Completions* buffer without requesting a completion.
17264
17265 2005-12-30 Andreas Schwab <schwab@suse.de>
17266
17267 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
17268
17269 2005-12-30 Eli Zaretskii <eliz@gnu.org>
17270
17271 * jit-lock.el (jit-lock-chunk-size): Doc fix.
17272
17273 2005-12-30 Juri Linkov <juri@jurta.org>
17274
17275 * locate.el (locate-fcodes-file, locate-header-face)
17276 * progmodes/delphi.el (delphi-other-face)
17277 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
17278
17279 * paren.el (show-paren-match, show-paren-mismatch): Use existing
17280 group `paren-showing-faces'.
17281
17282 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
17283 (goto-address): Fix docstring.
17284
17285 * net/webjump.el (webjump-sample-sites): Update URLs.
17286
17287 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
17288
17289 * subr.el (cancel-change-group): Add listp around pending-undo-list.
17290
17291 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
17292
17293 * font-lock.el (font-lock-compile-keywords): Signal an error when
17294 font-lock-set-defaults hasn't been called.
17295
17296 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
17297
17298 * subr.el (noreturn, 1value): Doc fixes.
17299
17300 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
17301
17302 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
17303 that assoc-string returns nil.
17304
17305 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
17306
17307 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
17308 (bibtex-entry-type-str, bibtex-empty-field-re)
17309 (bibtex-search-backward-string, bibtex-preamble-prefix)
17310 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
17311 (bibtex-any-valid-entry-type): New variable.
17312 (bibtex-parse-field-name): Simplify.
17313 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
17314 (bibtex-preamble-prefix): Include left delimiter.
17315 (bibtex-search-forward-field, bibtex-search-backward-field):
17316 Allow unbounded search past entry boundaries (required by bibtex-pop).
17317 (bibtex-text-in-field-bounds): Use push.
17318 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
17319 (bibtex-parse-preamble, bibtex-valid-entry)
17320 (bibtex-beginning-first-field): New functions.
17321 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
17322 (bibtex-map-entries): Fix docstring.
17323 (bibtex-flash-head): New arg prompt. Simplify.
17324 (bibtex-enclosing-field): Include code of bibtex-inside-field.
17325 (bibtex-insert-kill): Simplify. Always insert text past the
17326 current field or entry.
17327 (bibtex-format-entry): Use bibtex-parse-field.
17328 (bibtex-pop): Use bibtex-beginning-of-entry and
17329 bibtex-end-of-entry to initiate the search. Insert empty field if
17330 we found ourselves.
17331 (bibtex-print-help-message): New args field and comma.
17332 Handle entry keys.
17333 (bibtex-make-field): Use bibtex-beginning-of-entry.
17334 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
17335 invalid entry.
17336 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
17337 Handle preambles. Simplify code for thorough test.
17338 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
17339 New arg comma. Handle entry heads.
17340 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
17341 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
17342 New arg comma.
17343 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
17344 (bibtex-fill-field): Simplify.
17345 (bibtex-fill-entry): Use bibtex-beginning-first-field and
17346 bibtex-parse-field.
17347 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
17348 (bibtex-complete): Use bibtex-parse-preamble.
17349
17350 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
17351
17352 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
17353 Display name of expression instead of convenience variable.
17354 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
17355
17356 * progmodes/gud.el (gud-tooltip-dereference): Rename from
17357 toggle-gud-tooltip-dereference.
17358 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
17359 (gud-tooltip-tips): ...here when dereferencing.
17360
17361 2005-12-28 Bill Wohler <wohler@newt.com>
17362
17363 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
17364
17365 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
17366
17367 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
17368 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
17369 (vc-annotate-display-autoscale): Adjust call.
17370 (vc-annotate-display-default): Adjust call. Make arg compulsory.
17371 Fix interactive spec.
17372 (vc-annotate-time-span): Remove.
17373 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
17374 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
17375 (vc-annotate-display-select): Use new name.
17376
17377 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
17378 (vc-annotate-mode-menu): Remove left-over redundant declaration.
17379 Correct the construction of span entries. Simplify.
17380 (vc-annotate-display-select): Fix the nil case.
17381 (vc-annotate): Remove obsolete (and now broken) code.
17382 (vc-annotate-extract-revision-at-line): Remove obsolete code.
17383 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
17384
17385 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
17386
17387 * subr.el (lazy-completion-table): Correct typo in docstring.
17388
17389 * startup.el (command-line): Use `custom-reevaluate-setting' for
17390 `send-mail-function'.
17391
17392 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
17393
17394 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
17395
17396 * mail/smtpmail.el (smtpmail-try-auth-methods):
17397 Send credentials together with "AUTH PLAIN" command.
17398
17399 2005-12-27 Richard M. Stallman <rms@gnu.org>
17400
17401 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
17402 mouse-2, go back to previously selected window, so it's selected
17403 when mouse-2 command runs.
17404
17405 2005-12-27 Juri Linkov <juri@jurta.org>
17406
17407 * descr-text.el (describe-text-sexp): Use square brackets for
17408 button [Show] to distinguish it from the property value `show'.
17409 (describe-property-list): Use `insert-text-button' with
17410 `help-face' type instead of putting face in quotes, because button
17411 is not created automatically for a list of faces.
17412 (describe-text-properties-1): Put button-type value in quotes to
17413 distinguish from plain text "button".
17414 (describe-char): Display code point values in hex. Don't use
17415 `symbol-name' for `current-input-method' because it is a string.
17416 Use `insert-text-button' with `help-face' type instead of putting
17417 hardcoded face in quotes, because button is not created automatically.
17418
17419 2005-12-27 Richard M. Stallman <rms@gnu.org>
17420
17421 * progmodes/glasses.el (glasses-face): More specific custom type.
17422
17423 * files.el (set-visited-file-name): Doc fix.
17424
17425 * textmodes/flyspell.el (flyspell-external-point-words):
17426 Use local var buffer-scan-pos to advance scan for next misspelling.
17427 Advance it only after we find the misspelling.
17428
17429 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
17430
17431 * textmodes/flyspell.el (flyspell-external-point-words):
17432 New criteria for finding the misspelling in the buffer.
17433
17434 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
17435
17436 * help-mode.el (help-insert-string): Set help-xref-stack-item
17437 rather than call help-setup-xref.
17438
17439 * descr-text.el (describe-char): Revert previous changes for
17440 optional buffer argument.
17441
17442 2005-12-27 Juri Linkov <juri@jurta.org>
17443
17444 * help-mode.el (help-insert-string): New function. Save buffer
17445 contents in cases where it is impossible to recompute the old contents.
17446
17447 * descr-text.el (describe-char): Set help-xref-stack-item
17448 explicitly after buffer has been generated.
17449
17450 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17451
17452 * cus-start.el (all): Add x-gtk-show-hidden-files.
17453
17454 2005-12-26 Richard M. Stallman <rms@gnu.org>
17455
17456 * replace.el (perform-replace): Calculate match-again
17457 before skipping read-only matches.
17458
17459 * paren.el (paren-showing-faces): New group.
17460 (show-paren-match, show-paren-mismatch): Move to that group.
17461
17462 * button.el (button): Put into group `basic-faces'.
17463
17464 * progmodes/make-mode.el: Remove faces from group `faces'.
17465
17466 * apropos.el (apropos, apropos-value): Doc fix.
17467 (apropos-documentation): Doc fix.
17468
17469 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
17470
17471 * subr.el (lazy-completion-table): Remove argument `args'.
17472
17473 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
17474 Don't use the `args' argument of lazy-completion-table.
17475
17476 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
17477
17478 * descr-text.el (describe-char): Add optional argument for buffer.
17479 Set buffer appropriately. Call help-setup-xref.
17480 Suggested by Stefan Monnier.
17481
17482 2005-12-26 Juri Linkov <juri@jurta.org>
17483
17484 * descr-text.el: Require `help-fns' at runtime. Don't require
17485 `button' for byte compilation.
17486 (describe-text-widget): Add `help-echo' for first button.
17487 Use `help-info' for second.
17488 (describe-property-list): Use `help-argument-name' instead of `italic'.
17489 (describe-text-category): Add prompt to interactive spec.
17490 Call `help-setup-xref'.
17491 (describe-char): Use `help-character-set'. Add `help-echo' for
17492 code point. Use `help-input-method'. Remove superfluous insert.
17493
17494 2005-12-25 Richard M. Stallman <rms@gnu.org>
17495
17496 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
17497 at point, in case of narrowing.
17498
17499 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
17500
17501 * locate.el (locate-header-face): Allow nil in type.
17502
17503 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
17504
17505 2005-12-25 Romain Francoise <romain@orebokech.com>
17506
17507 * battery.el (battery-linux-proc-acpi): Also try
17508 `/proc/acpi/thermal_zone/THM0/temperature'.
17509
17510 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
17511
17512 * custom.el (custom-push-theme): Fix docstring.
17513
17514 * cus-edit.el (custom-variable-set, custom-variable-save)
17515 (custom-variable-save): Custom-quote widget values.
17516 (customize-save-variable): Fix custom-push-theme call.
17517
17518 2005-12-24 Eli Zaretskii <eliz@gnu.org>
17519
17520 * w32-fns.el (w32-batch-update-autoloads): New function.
17521
17522 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
17523 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
17524 from the command line.
17525
17526 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
17527
17528 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
17529 reset means to remove setting from theme entirely. Don't keep
17530 expanding theme-settings list; delete old entries if necessary.
17531
17532 * cus-edit.el (custom-buffer-create-internal): Move "Erase
17533 customization" button one line up.
17534 (custom-themed): New face.
17535 (custom-magic-alist): New value, THEMED, for theme settings.
17536 (custom-variable-state-set, custom-face-state-set):
17537 Check theme-value instead of saved-value.
17538 (custom-variable-reset-standard, custom-face-reset-standard):
17539 Remove theme setting entirely. Recalculate new values.
17540 (custom-variable-set, custom-variable-set)
17541 (custom-variable-reset-saved, custom-variable-reset-backup)
17542 (custom-face-set, custom-face-reset-saved): Update `user' theme.
17543 (custom-variable-save): Fix typos.
17544
17545 2005-12-23 Juri Linkov <juri@jurta.org>
17546
17547 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
17548 Add autoload cookies.
17549 (edebug-outside-d-c-i-n-s-w): New variable.
17550 (edebug-display, edebug-outside-excursion): Use it to save the
17551 original value of default-cursor-in-non-selected-windows.
17552 Set default-cursor-in-non-selected-windows to t while Edebug
17553 is active.
17554 (edebug-mode, edebug-eval-mode): Doc fix.
17555
17556 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
17557 with `buffer-substring-no-properties' to remove common substring
17558 highlighting.
17559
17560 * info.el (info-other-window, info): Rename function argument
17561 `file' to `file-or-node'.
17562 (Info-complete-menu-item): Use local variable `complete-nodes' to
17563 keep the global value of `Info-complete-nodes' unchanged for
17564 subsequent completions.
17565 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
17566
17567 * simple.el (get-next-valid-buffer, last-buffer)
17568 (next-error-buffer-p, next-error-find-buffer)
17569 (minibuffer-history-sexp-flag): Doc fix.
17570
17571 * savehist.el (savehist-mode-hook): Add `:group'.
17572
17573 * log-view.el: Call autoload for vc-find-version.
17574 (log-view-current-file): Adjust subgroup numbers.
17575 (log-view-current-tag): Add `length'.
17576
17577 2005-12-23 Richard M. Stallman <rms@gnu.org>
17578
17579 * vc.el (vc-annotate-car-last-cons): Defn moved up.
17580
17581 2005-12-23 Juri Linkov <juri@jurta.org>
17582
17583 * hi-lock.el (hi-lock-archaic-interface-message-used)
17584 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
17585 (hi-lock-mode): Display "Hi" in the mode line only when
17586 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
17587 (hi-lock-write-interactive-patterns):
17588 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
17589 (hi-lock-set-pattern, hi-lock-set-file-patterns)
17590 (hi-lock-font-lock-hook): Set 3rd arg `how' of
17591 font-lock-add-keywords to t.
17592
17593 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
17594
17595 * hi-lock.el (hi-lock-highlight-range): New variable.
17596 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
17597 only if font-lock-fontified is non-nil. Remove overlays.
17598 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
17599 font-lock-fontified is non-nil, otherwise use overlays (instead of
17600 text properties).
17601 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
17602 New variables.
17603 (hi-lock-string-serialize): New function.
17604
17605 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17606
17607 * menu-bar.el (menu-find-file-existing): New function.
17608 (menu-bar-file-menu): Use menu-find-file-existing for Open.
17609
17610 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
17611
17612 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
17613
17614 * vc.el: Remove unnecessary leading * in docstrings.
17615 (vc-annotate-mode-map): Move initialization into declaration.
17616 (vc-static-header-alist): Nitpick on the regexp.
17617 (vc-default-init-version): New fun.
17618 (vc-register): Use it.
17619 (vc-insert-headers): Use dolist.
17620 (vc-annotate-get-backend): Remove unused function.
17621 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
17622 (vc-annotate-mode): Remove corresponding call.
17623 (vc-annotate-car-last-cons): Simplify.
17624 (vc-annotate-buffers): Remove var.
17625 (vc-annotate-backend): Make it buffer-local.
17626 (vc-annotate): Move the interaction to the interactive spec.
17627 Add a `buf' argument.
17628 (vc-annotate-warp-version): Use this new `buf' argument to avoid
17629 killing&creating a vc-annotate buffer, which is very disruptive when
17630 the buffers are shown in dedicated frames.
17631
17632 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
17633
17634 * descr-text.el: Add FSF as maintainer.
17635 (describe-text-mode, describe-text-mode-map)
17636 (describe-text-mode-hook, describe-text-done): Delete. Use normal
17637 help-mode.
17638 (describe-text-widget, describe-text-sexp)
17639 (describe-property-list, describe-text-category)
17640 (describe-text-properties, describe-text-properties-1)
17641 (describe-char): Use help buttons instead of widgets.
17642 (describe-char-unicodedata-file): Make URL link in doc string.
17643
17644 2005-12-22 Richard M. Stallman <rms@gnu.org>
17645
17646 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
17647 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
17648 Don't include buttons that write a file when there's no file.
17649 (custom-variable-menu, custom-face-menu, custom-group-menu):
17650 Don't include commands that write a file when there's no file.
17651 (customize-browse): Reword the top-of-buffer help intro.
17652 (custom-buffer-create-internal): Fix previous change.
17653 (customize-changed-options-previous-release): Prev release is 21.1.
17654 (customize-changed-options): Doc fix.
17655 (customize-changed): New alias.
17656 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
17657 Say "standard values".
17658 (Custom-reset-standard): Doc fix.
17659 (custom-face-reset-standard): Doc fix.
17660
17661 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
17662
17663 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
17664 even if font-lock-mode is non-nil since it may be t without having
17665 turned on font-lock-mode-internal.
17666 (font-lock-choose-keywords): Minor optimization.
17667 (font-lock-add-keywords, font-lock-remove-keywords)
17668 (font-lock-set-defaults): Don't call make-local-variable on a variable
17669 that we know to already be local.
17670
17671 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
17672
17673 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
17674 messages if in the minibuffer.
17675
17676 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
17677
17678 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
17679 (tex-mode-flyspell-verify, flyspell-get-word)
17680 (flyspell-external-point-words): Don't use point-min/max uselessly.
17681
17682 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
17683 by Kevin Rodgers. Instead, just hide the completions buffer if we
17684 don't need to show it.
17685
17686 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
17687
17688 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
17689
17690 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
17691
17692 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
17693 delete-windows-on with an inexistent buffer.
17694
17695 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
17696
17697 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
17698 Delete defcustom variable :tag names.
17699
17700 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
17701
17702 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
17703 (log-view-font-lock-keywords): Ajust subgroup numbers.
17704 (log-view-current-tag): Don't hard code the number of subgroups.
17705
17706 2005-12-20 Juri Linkov <juri@jurta.org>
17707
17708 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
17709 (tooltip-x-offset, tooltip-y-offset): Doc fix.
17710
17711 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
17712 (menu-bar-non-minibuffer-window-p): Instead of checking
17713 display-multi-frame-p, use selected-frame when menu-updating-frame
17714 is nil.
17715
17716 2005-12-20 Stuart Herring <herring@lanl.gov> (tiny change)
17717
17718 * align.el (align-rules-list): Use [ \t] instead of \s-
17719 for column separators in text mode.
17720
17721 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
17722
17723 * help-mode.el (help-customize-variable, help-customize-face):
17724 Don't pop help-xref-stack as help-follow no longer pushes
17725 anything on to it.
17726
17727 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
17728
17729 * textmodes/org.el (org-agenda-custom-commands): New option.
17730 (org-agenda): Offer custom commands on splash screen.
17731 (org-make-tags-matcher): Parser for Boolean logic added.
17732 (org-agenda-set-tags): New command.
17733 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
17734 (org-set-tags): Efficiency improvements.
17735 (org-auto-align-tags): New option.
17736 (org-todo, org-demote, org-promote): Realign tags.
17737 (org-tags-completion-function): Use also "&" and "|" as separators.
17738 (org-org-menu): Agenda commands simplified.
17739
17740 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
17741
17742 * cus-edit.el (customize-apropos, customize-apropos-options):
17743 Docstring changes.
17744
17745 * font-lock.el (font-lock): Add tags to the links in the defgroup.
17746
17747 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
17748
17749 * longlines.el (longlines-mode): Wrap while widened.
17750 (longlines-decode-region, longlines-encode-region): Compute max
17751 just once.
17752
17753 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17754
17755 * cus-edit.el (mac): New group.
17756
17757 * cus-start.el (all): Add user options in macterm.c. Add test for
17758 Mac-related built-ins. Fix test for GTK-related built-ins.
17759
17760 * term/mac-win.el (mac-handle-language-change)
17761 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
17762 (mac-services-open-selection, mac-services-mail-selection)
17763 (mac-services-mail-to, mac-services-insert-text)
17764 (mac-dispatch-apple-event): Add docstrings.
17765 (x-get-selection, mac-select-convert-to-string): Select coding
17766 system from `utf-16be' and `utf-16le' using `byteorder'.
17767
17768 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
17769
17770 * subr.el (lazy-completion-table): Don't be fooled if the var holds
17771 a "list" (lambda ...) rather than a real completion list.
17772
17773 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
17774 lexical-let when encountering ((lambda (...) ...) ...).
17775
17776 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
17777
17778 * progmodes/sh-script.el (sh-mode):
17779 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
17780 * textmodes/picture.el (picture-mode): Update docstrings.
17781
17782 2005-12-17 Eli Zaretskii <eliz@gnu.org>
17783
17784 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
17785 commands enclosed in $(ARGQUOTE)s should not be split between two
17786 lines, as that will break with GNU Make >3.80, when sh.exe is used
17787 and arg quoting is with '..'.
17788 (autoloads): Don't break the quoted --eval expression between
17789 several lines.
17790
17791 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
17792
17793 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
17794 Capture error from printing circular structures.
17795
17796 2005-12-17 Martin Rudalics <rudalics@gmx.at>
17797
17798 * wid-edit.el (widget-checkbox-action): Clear undo info.
17799
17800 2005-12-16 Bill Wohler <wohler@newt.com>
17801
17802 * menu-bar.el (kill-this-buffer): Set a good example by using menu
17803 bar, not menubar in comment.
17804
17805 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
17806
17807 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
17808 After-change-functions should not clobber the match data.
17809
17810 2005-12-16 Juri Linkov <juri@jurta.org>
17811
17812 * simple.el (choose-completion): Use `buffer-substring-no-properties'
17813 instead of `buffer-substring'.
17814 (completion-common-substring): Doc fix.
17815 (completion-setup-function): Use minibuffer-completion-contents
17816 instead of minibuffer-contents. Don't set common-string-length
17817 initially. Remove special handling of partial-completion-mode.
17818 Move computation of completion-base-size into one cond.
17819 Call completion-base-size-function in mainbuf. In computation of
17820 completion-base-size for file name completion don't move point to
17821 the end of the minibuffer. Move computation of common-string-length
17822 into one cond. Start putting faces only when common-string-length>=0.
17823 Add condition to put completions-common-part when
17824 common-string-length>0.
17825
17826 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
17827 place point at the first different character in the minibuffer
17828 even if this position is at the beginning of the minibuffer.
17829
17830 * info.el (Info-read-node-name-1): In completion-base-size-function's
17831 lambda return 1 if common-substring or minibuffer-completion-contents
17832 starts with (, and 0 otherwise.
17833
17834 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
17835 Use `crm-current-element' for second arg of `display-completion-list'.
17836
17837 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
17838
17839 * files.el (set-auto-mode): Look for an interpreter specified on
17840 the first line also if search for mode specification succeeded,
17841 but the mode is not known.
17842
17843 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
17844
17845 * textmodes/org.el (org-tags-match-list-sublevels): New option.
17846 (org-open-at-point): Implement tag searches as links.
17847 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
17848 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
17849 (org-tags-sparse-tree, org-tags-view, org-set-tags)
17850 (org-agenda-dispatch): New commands.
17851 (org-use-tag-inheritance, org-tags-column): New options.
17852 (org-tab-follows-link, org-return-follows-link): New options.
17853 (org-tags): New customize group.
17854 (org-start-icalendar-file): Get local time zone.
17855 (org-tags-completion-function): New function.
17856 (org-set-font-lock-defaults): Make sure links will also be
17857 highlighted inside headlines.
17858
17859 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
17860
17861 * term.el (term-emulate-terminal):
17862 Let term-handle-ansi-terminal-messages override what Bash says about
17863 its current directory.
17864
17865 2005-12-16 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
17866
17867 * bindings.el (last-buffer): Move to simple.el.
17868 * simple.el (last-buffer): Move here.
17869 (get-next-valid-buffer): New function.
17870 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
17871 (prev-buffer): Ditto. Rename to `previous-buffer'.
17872
17873 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
17874 * bindings.el (global-map): Ditto.
17875
17876 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
17877
17878 * cus-edit.el: Introductory comment change.
17879 (custom-magic-alist): Change message string for the `rogue' state.
17880
17881 2005-12-15 Richard M. Stallman <rms@gnu.org>
17882
17883 * tooltip.el: Delete defcustom variable :tag names.
17884
17885 * complete.el (partial-completion-mode): Doc fix.
17886
17887 * textmodes/flyspell.el (flyspell-external-point-words):
17888 Use save-excursion to ensure we don't move backward in the
17889 search loop, not even one character.
17890 (flyspell-delete-all-overlays): Use remove-overlays directly.
17891
17892 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
17893 (ispell-start-process): Set that variable.
17894 Clear ispell-buffer-local-name.
17895 (ispell-internal-change-dictionary):
17896 Set ispell-current-dictionary after killing process.
17897 (ispell-buffer-local-dict):
17898 Don't set spell-personal-dictionary after killing process.
17899 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
17900 (ispell-tex-skip-alists, ispell-html-skip-alists)
17901 (ispell-skip-region-alist): Mark as risky.
17902
17903 * net/newsticker.el (newsticker--retrieval-timer-list)
17904 (newsticker--display-timer, newsticker-running-p)
17905 (newsticker-ticker-running-p): Definitions moved up.
17906
17907 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
17908
17909 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
17910
17911 2005-12-15 David Ponce <david@dponce.com>
17912
17913 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
17914 (recentf-edit-list, recentf-open-files): Signal an error when
17915 there is no recent file.
17916
17917 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
17918
17919 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
17920 read-only except for texinfo-format-region evaluation.
17921
17922 2005-12-14 Richard M. Stallman <rms@gnu.org>
17923
17924 * vc.el (vc-default-previous-version, vc-default-next-version)
17925 (vc-do-command): Doc fixes.
17926
17927 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
17928
17929 * textmodes/bibtex.el (bibtex-expand-strings)
17930 (bibtex-autokey-expand-string, bibtex-name-part)
17931 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
17932 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
17933 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
17934 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
17935 (bibtex-entry-postfix, bibtex-known-entry-type-re)
17936 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
17937 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
17938 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
17939 (bibtex-beginning-of-last-entry): Remove.
17940 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
17941 message if comma is missing but buffer is read-only.
17942 (bibtex-parse-field-text): Handle whitespaces at the end of field
17943 text. Return 3-element list with beginning and end of field text
17944 and end of field.
17945 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
17946 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
17947 (bibtex-search-forward-field, bibtex-search-backward-field):
17948 Search always delimited by limits of entry. Use more efficient
17949 search algorithms.
17950 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
17951 bibtex-end-of-name-in-field.
17952 (bibtex-text-in-field-bounds): Handle BibTeX strings when
17953 extracting the content of a field.
17954 (bibtex-text-in-field): Use search limits.
17955 (bibtex-parse-string-prefix): Handle empty string keys based on
17956 bibtex-string-empty-key.
17957 (bibtex-parse-string): Fix docstring.
17958 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
17959 (bibtex-preamble-prefix, bibtex-strings): New functions.
17960 (bibtex-skip-to-valid-entry): Include preceding whitespace in
17961 BibTeX entries (consistent with other BibTeX functions).
17962 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
17963 (bibtex-search-entry): Fix docstring. Simplify.
17964 (bibtex-flash-head, bibtex-complete-string-cleanup)
17965 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
17966 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
17967 (bibtex-parse-entry): New optional arg content.
17968 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
17969 Use bibtex-text-in-field-bounds.
17970 (bibtex-print-help-message): Handle BibTeX strings and preambles.
17971 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
17972 bibtex-parse-string-postfix.
17973 (bibtex-find-text-internal): New function.
17974 (bibtex-remove-delimiters): Use it.
17975 (bibtex-find-text): Use it. New optional arg help.
17976 (bibtex-complete): Handle BibTeX string and preamble entries.
17977 (bibtex-Preamble): Fix order of closing delimiters.
17978
17979 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
17980
17981 * vc.el (vc-default-revert): New fun.
17982
17983 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
17984
17985 2005-12-14 Romain Francoise <romain@orebokech.com>
17986
17987 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
17988 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
17989 (font-lock-remove-keywords): Likewise.
17990
17991 2005-12-14 Juri Linkov <juri@jurta.org>
17992
17993 * log-view.el (log-view-diff): Doc fix.
17994
17995 * isearch.el (isearch-query-replace): Use (mark) instead of
17996 isearch-opoint if mark is active in transient-mark-mode.
17997
17998 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
17999
18000 * isearch.el (isearch-query-replace): Check for isearch-other-end.
18001
18002 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
18003
18004 * progmodes/cpp.el (cpp-face): New widget.
18005 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
18006
18007 2005-12-14 Juri Linkov <juri@jurta.org>
18008
18009 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
18010 around `erase-buffer' and `insert'.
18011
18012 * descr-text.el (describe-text-properties): Replace buffer name
18013 "*Help-2*" with "*Help*<2>".
18014 (describe-char): Add functions print-help-return-message,
18015 toggle-read-only. Use help-setup-xref with nil to not store
18016 describe-char in help-xref-stack. Use help-make-xrefs to
18017 make [back] button.
18018
18019 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
18020
18021 * wdired.el (wdired-old-point): New internal variable.
18022 (wdired-change-to-wdired-mode): Set it buffer-locally.
18023 (wdired-abort-changes): Restore point after aborting changes.
18024
18025 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
18026
18027 * vc.el (vc-do-command): Add a new value t for okstatus.
18028
18029 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
18030 frame in case of errors.
18031
18032 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18033
18034 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
18035 so it comes after "On the Left" in the menu.
18036
18037 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
18038
18039 * cus-edit.el (customize-apropos, customize-apropos-options)
18040 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
18041
18042 2005-12-12 Bill Wohler <wohler@newt.com>
18043
18044 * vc-svn.el (vc-svn-registered): Fix problem of visiting
18045 non-writable Subversion-controlled files by saving window
18046 configuration before calling vc-do-command. vc-do-command calls
18047 pop-to-buffer on error which is unexpected during registration.
18048
18049 2005-12-12 Jay Belanger <belanger@truman.edu>
18050
18051 * calc/README: Update the summary of changes.
18052
18053 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
18054
18055 * descr-text.el (describe-char): Rework last fix to solve the problem
18056 is the same way it's solved for everything else in that function
18057 (i.e. by extracting the info before setting up the *Help* buffer).
18058
18059 2005-12-12 Kim F. Storm <storm@cua.dk>
18060
18061 * subr.el (version-regexp-alist): Allow space as separator before
18062 non-numeric part, e.g. "1.0 alpha".
18063 (version-to-list): Interpret .X.Y version as 0.X.Y version.
18064
18065 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
18066
18067 * textmodes/org.el (org-agenda, org-timeline, org-todo):
18068 Implement Logging and the keep-modes setting.
18069 (org-get-category): Make sure a string is returned.
18070 (org-log-done): New function.
18071 (org-log-done, org-closed-string): New options.
18072
18073 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18074
18075 * tooltip.el (tooltip-y-offset): Change default to 20.
18076
18077 2005-12-12 Richard M. Stallman <rms@gnu.org>
18078
18079 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
18080
18081 * frame.el (display-hourglass): Doc fix.
18082
18083 * help.el (help-for-help-internal): Simplify entry for `a'.
18084
18085 * info.el (Info-on-current-buffer): Doc fix.
18086 (info-insert-file-contents): Don't test (featurep 'jka-compr).
18087
18088 * startup.el (inhibit-splash-screen): Make this the real name.
18089 (inhibit-startup-message): Make this the alias.
18090 (command-line): Find only simple.el, and use its directory
18091 to fill in other preloaded files' names.
18092 (command-line): Deactivate the mark if deactivate-mark is set.
18093
18094 * international/mule.el (load-with-code-conversion):
18095 Bind deactivate-mark.
18096
18097 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
18098
18099 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
18100
18101 * cus-edit.el (customize-apropos): Avoid listing an option more
18102 than once under different aliases. No longer list user options
18103 that are not defined with defcustom (unless a prefix arg is given).
18104 Doc fix.
18105 (customize-apropos-options): Doc fix.
18106
18107 2005-12-11 Juri Linkov <juri@jurta.org>
18108
18109 * frame.el (set-background-color, set-foreground-color)
18110 (set-cursor-color, set-mouse-color, set-border-color):
18111 Add explicit prompts to read colors by `facemenu-read-color'.
18112 (show-trailing-whitespace, blink-cursor-delay)
18113 (blink-cursor-interval, display-hourglass, hourglass-delay):
18114 Remove tags.
18115 (display-hourglass, hourglass-delay): Doc fix.
18116 (cursor-in-non-selected-windows): Capitalize words in tag.
18117
18118 * faces.el (frame-background-mode): Replace `choice-item' keywords
18119 with `const' to not make [default] button. Change default value tag
18120 from `default' to `automatic'. Doc fix.
18121 (trailing-whitespace) <defface>: Change group `whitespace' to
18122 `whitespace-faces'.
18123
18124 2005-12-11 Richard M. Stallman <rms@gnu.org>
18125
18126 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
18127
18128 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18129
18130 * term/mac-win.el: Create keymap for mac-apple-event-map.
18131
18132 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
18133
18134 * tooltip.el (tooltip-mode): Move to start of file so that it
18135 appears at top of customize buffer.
18136
18137 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
18138 Add the gud groupname.
18139 (gud-tooltip-mode): Add the tooltip groupname.
18140 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
18141 avoid conflict with tooltip-use-echo-area.
18142
18143 2005-12-10 Romain Francoise <romain@orebokech.com>
18144
18145 * help.el (help-for-help-internal): Add `r' in doc string.
18146
18147 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
18148
18149 * align.el (align-regexp, align-highlight-rule):
18150 Use region-beginning and region-end instead of point and mark, so that
18151 repetition (with `repeat-complex-command') recomputes the region
18152 bounds.
18153
18154 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
18155
18156 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
18157 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
18158 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
18159 (balance-windows): Rewrite using the above new functions.
18160
18161 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
18162
18163 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
18164 react if global-hi-lock-mode seems intended.
18165 (global-hi-lock-mode): Renamed from hi-lock-mode.
18166 (hi-lock-archaic-interface-message-used)
18167 (hi-lock-archaic-interface-deduce): New variables.
18168 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
18169 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
18170 (hi-lock-find-patterns, hi-lock-font-lock-hook):
18171 Replace hi-lock-buffer-mode with hi-lock-mode.
18172
18173 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
18174
18175 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
18176 completion list, even after a partial completion has been
18177 inserted in the current buffer. If there are more than 1
18178 completion, redisplay the *Completions* buffer; if the
18179 completion is unique, delete the *Completions* window.
18180
18181 2005-12-10 Eli Zaretskii <eliz@gnu.org>
18182
18183 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
18184 strings and long subject lines that were broken into multiple
18185 lines at arbitrary places. Handle subjects that have "Re: " in
18186 the middle.
18187
18188 2005-12-10 John W. Eaton <jwe@octave.org>
18189
18190 * progmodes/octave-mod.el (octave-electric-space): Don't indent
18191 comments or strings if octave-auto-indent is nil.
18192
18193 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18194
18195 * term/mac-win.el: Require url when compiling.
18196 Call mac-process-deferred-apple-events after loading init files.
18197 (mac-apple-event-map): New defvar. Define event handlers in it.
18198 (core-event, internet-event): New Apple event class symbols.
18199 (open-application, reopen-application, open-documents)
18200 (print-documents, open-contents, quit-application)
18201 (application-died, show-preferences, autosave-now, get-url):
18202 New Apple event ID symbols.
18203 (about): New HICommand ID symbol.
18204 (mac-event-spec, mac-event-ae): New macros.
18205 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
18206 (mac-ae-selection-range, mac-ae-text-for-search)
18207 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
18208 (mac-application-menu-map): Remove keymap. Handlers for HICommand
18209 and Services menu events are now defined in mac-apple-event-map.
18210 (mac-drag-n-drop): Remove selection range handling.
18211
18212 2005-12-10 Kenichi Handa <handa@m17n.org>
18213
18214 * simple.el (zap-to-char):
18215 * isearch.el (isearch-process-search-char): Translate CHAR by
18216 translation-table-for-input.
18217
18218 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
18219
18220 * foldout.el (foldout-exit-fold): Properly hide subtree.
18221
18222 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
18223
18224 * files.el (save-buffer):
18225 * international/ucs-tables.el (ucs-set-table-for-input):
18226 * mail/mail-extr.el (mail-extract-address-components):
18227 * mail/sendmail.el (mail-mode): Reformat doc string.
18228
18229 2005-12-09 Juri Linkov <juri@jurta.org>
18230
18231 * isearch.el (isearch-highlight): Change main overlay priority
18232 from 1 to 1001. Simplify.
18233 (isearch-lazy-highlight-update): Change lazy overlay priority
18234 from 0 to 1000.
18235
18236 * replace.el (replace-highlight): Change overlay priority from
18237 1 to 1001.
18238
18239 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
18240 Change overlay priority from 1 to 1001. Reuse existing overlay.
18241
18242 * compare-w.el (compare-windows-highlight): Change overlay
18243 priority from 1 to 1000.
18244
18245 * menu-bar.el (menu-bar-edit-menu): Add listp around
18246 pending-undo-list to disable menu item "undo" when pending
18247 undo list is empty.
18248
18249 * locate.el (locate): Disable undo in *Locate* buffer.
18250
18251 2005-12-09 Kim F. Storm <storm@cua.dk>
18252
18253 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
18254
18255 2005-12-09 David Ponce <david@dponce.com>
18256
18257 * recentf.el: Improvement of the menu code.
18258 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
18259 instead of menu hook.
18260 (recentf-show-menu, recentf-hide-menu): New functions.
18261 (recentf-menu-customization-changed, recentf-mode): Use them.
18262 (recentf-menu-action, recentf-max-menu-items)
18263 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
18264 (recentf-arrange-by-rule-others)
18265 (recentf-arrange-by-rules-min-items)
18266 (recentf-arrange-by-rule-subfilter): Don't use
18267 `recentf-menu-customization-changed'.
18268 (recentf-arrange-rules): Likewise. Accept functions to compute
18269 sub-menu titles.
18270 (recentf-menu-filter): Likewise. Doc fix.
18271 (recentf-menu-value-shortcut): Doc fix.
18272 (recentf-dump-variable): Quote atom value.
18273 (recentf-make-menu-items): Update to use it as a menu filter.
18274 (recentf-match-rule): New function.
18275 (recentf-arrange-by-rule): Use it.
18276 (recentf-indirect-mode-rule): New function.
18277 (recentf-build-mode-rules): Use it.
18278 (recentf-dir-rule): New function.
18279 (recentf-arrange-by-dir): Use it.
18280 (recentf-filter-changer-current): Rename from
18281 `recentf-filter-changer-state'. All references updated.
18282 (recentf-filter-changer-alist): Update filter names.
18283 (recentf-filter-changer-select): New function.
18284 (recentf-filter-changer): Use it. Make a sub-menu from filters
18285 available in `recentf-filter-changer-alist'.
18286 (recentf-data-cache, recentf-clear-data)
18287 (recentf-update-menu): Remove. All references updated.
18288 (recentf-match-rule-p, recentf-build-dir-rules)
18289 (recentf-filter-changer-goto-next)
18290 (recentf-filter-changer-get-current)
18291 (recentf-filter-changer-get-next): Remove.
18292
18293 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
18294
18295 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
18296 buffer "Reset" button to "Reset to Current" for consistency with
18297 the State buttons.
18298
18299 2005-12-08 John Paul Wallington <jpw@pobox.com>
18300
18301 * ibuf-ext.el (define-ibuffer-filter filename):
18302 If `dired-directory' is a list then really use its car.
18303
18304 2005-12-08 Kim F. Storm <storm@cua.dk>
18305
18306 * emulation/cua-rect.el (cua--rectangle-aux-replace):
18307 Fix indention of text on right side of replaced rectangle.
18308
18309 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
18310
18311 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
18312 No need to check gud-comint-buffer is bound.
18313 (gdb): Prevent multiple debugging when first session uses gdba.
18314
18315 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18316
18317 CC Mode update to 5.31.
18318
18319 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
18320 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
18321 We might do this function properly in the future).
18322
18323 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
18324 New macros c-sentence-end and c-default-value-sentence end, to cope
18325 with Emacs 22's new function `sentence-end'.
18326
18327 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18328
18329 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
18330 compat issue using `c-put-overlay' and `c-delete-overlay'.
18331
18332 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
18333 New compat macros to handle overlays/extents.
18334
18335 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18336
18337 * progmodes/cc-fix.el: Add definitions of the macros push and pop
18338 (for GNU Emacs 20.4).
18339
18340 * progmodes/cc-defs.el
18341 (i): Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4).
18342
18343 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
18344 highlighting mechanism so it will work in XEmacs too.
18345
18346 * progmodes/cc-defs.el: Insert c-int-to-char.
18347
18348 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
18349 call to the new macro c-int-to-char. This solves XEmacs's
18350 regarding characters as different from integers.
18351
18352 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18353
18354 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
18355 New internal helper.
18356
18357 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
18358 construct to make the indirect face lookup work in XEmacs.
18359
18360 (c-cpp-matchers): Append the negation char face to the existing
18361 fontification, so that the cpp face doesn't disappear.
18362 Use `c-make-syntactic-matcher' to avoid negation chars in comments
18363 and strings.
18364
18365 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
18366 to map to `font-lock-negation-char-face' in emacsen where it exists.
18367
18368 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18369
18370 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
18371
18372 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
18373 Rename "c-subword-move-mode" as "c-subword-mode".
18374
18375 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
18376 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
18377
18378 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18379
18380 * progmodes/cc-mode.el: Added autoload directive for
18381 `c-subword-move-mode' for use in older emacsen.
18382
18383 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18384
18385 * progmodes/cc-mode.el:
18386 (i): Insert a binding for C-c C-backspace into
18387 c-bind-special-erase-keys which works in TTYs.
18388 (ii): Make sure that when file styles are used, any explicitly
18389 given style variables take priority over those in the style.
18390 Do this by calling `hack-local-variables' a second time.
18391
18392 * progmodes/cc-vars.el: Add language specific customization
18393 widgets for AWK to c-doc-comment-style, c-require-final-newline
18394 and c-default-style. Add a defcustom for awk-mode-hook.
18395 Give c-syntactic-element and c-syntactic-context doc-strings by
18396 directly setting their `variable-documentation' propery.
18397 This allows Emacs 22.1 to read these with C-h v.
18398
18399 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
18400
18401 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18402
18403 * progmodes/cc-fonts.el, cc-vars.el
18404 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
18405 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
18406 Masatake YAMATO.
18407
18408 (c-doc-comment-style): Made GtkDoc default in C mode.
18409
18410 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
18411 and C-c C-<delete>.
18412
18413 (c-bind-special-erase-keys): New function for use on
18414 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
18415
18416 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
18417 <delete> key behavior in XEmacs according to `delete-forward-p'.
18418 C.f. `c-electric-delete'.
18419
18420 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18421
18422 * progmodes/cc-mode.el: Give c-hungry-backspace and
18423 c-hungry-delete-forward permanent key bindings.
18424
18425 * progmodes/cc-cmds.el (c-electric-semi&comma):
18426 Bind c-syntactic-context for calls to "criteria functions", for
18427 consistency with other calls to user functions.
18428
18429 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
18430 `current-prefix-arg', since this might be the prefix arg to a
18431 command which calls c-indent-command as a function. Change the
18432 interactive spec from "p" to "P".
18433
18434 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
18435 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
18436 was difficult to understand.
18437
18438 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18439
18440 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
18441 first char of an identifier.
18442
18443 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
18444 +" syntax in C++.
18445
18446 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18447
18448 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
18449 auto-fill doesn't split a c-comment's last word from a hanging
18450 "*/" when a space is typed between them after fill-column.
18451
18452 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
18453
18454 * progmodes/cc-styles.el (c-set-style)
18455 (c-setup-paragraph-variables): Abort the command if we're not in a
18456 CC Mode buffer.
18457
18458 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
18459 with blank comment-prefix, and a blank line as the comment's
18460 second line.
18461
18462 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18463
18464 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
18465 Incorporate the patterns added in the Emacs development branch
18466 for the new Emacs 22 face `font-lock-negation-char-face'.
18467
18468 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
18469 of "red" since it stands out better in xterms and DOS terminals.
18470
18471 * progmodes/cc-engine.el (c-literal-faces):
18472 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
18473
18474 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18475
18476 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
18477 forcibly enable c-electric-flag.
18478
18479 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
18480 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
18481 after the comment-prefix of a C-style comment will close that comment.
18482
18483 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18484
18485 * progmodes/cc-fonts.el (c-basic-matchers-before)
18486 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
18487 in Pike.
18488
18489 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
18490 digraphs.
18491
18492 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
18493 (c-cpp-message-directives, c-cpp-include-directives)
18494 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
18495 (c-cpp-expr-directives): Introduce new language constants to
18496 control cpp syntax in a cleaner way.
18497
18498 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
18499
18500 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
18501
18502 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
18503 (c-multiline-string-start-char): New language constants and
18504 variables to specify how newlines in string literals work.
18505
18506 (c-font-lock-invalid-string): Use them.
18507
18508 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
18509 unbalanced close brace is entered. Optimization by avoiding going
18510 back over arbitrarily large blocks. Removed hints that this
18511 function only would be relevant/useful in AWK.
18512
18513 (c-electric-brace): Indent syntactically after the cleanups since
18514 lineup functions might do it differently then.
18515
18516 * progmodes/cc-engine.el, cc-langs.el
18517 (c-opt-op-identifier-prefix): New language constant and variable.
18518
18519 (c-just-after-func-arglist-p, c-after-special-operator-id)
18520 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
18521
18522 * progmodes/cc-align.el, cc-engine.el
18523 (c-after-special-operator-id): New helper to handle C++ operator
18524 identifiers.
18525
18526 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
18527 (c-guess-basic-syntax): Handle C++ operator identifiers in
18528 declarations.
18529
18530 * progmodes/cc-langs.el (c-assignment-operators): Add the
18531 trigraph version of ^= too.
18532
18533 * progmodes/cc-langs.el (c-assignment-operators): Add the
18534 trigraph version of |= in C++.
18535
18536 * progmodes/cc-fonts.el (c-font-lock-declarators):
18537 Handle `c-decl-hangon-kwds' after the identifier name.
18538
18539 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
18540 whether an arglist is "nonempty", ignore a comment after the open
18541 paren if it isn't followed by a non-comment token on the same line.
18542
18543 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
18544 Enable heuristics below the point to cope with classes inside special
18545 brace lists in Pike.
18546
18547 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18548
18549 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
18550
18551 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18552
18553 * progmodes/cc-guess.el (cc-guess-install): New function to
18554 install an already guessed style in another buffer.
18555
18556 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
18557 sets `inhibit-read-only' - `c-save-buffer-state' should be used
18558 anyway if the change always is undone.
18559
18560 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18561
18562 Implement togglable electricity:
18563
18564 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
18565 saying when it should be used.
18566
18567 * progmodes/cc-engine.el: Add the new buffer-local variable,
18568 c-electric-flag.
18569
18570 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
18571 c-toggle-auto-newline.
18572
18573 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
18574 c-toggle-auto-newline. Remove the binding for
18575 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
18576 c-toggle-electric-state.
18577
18578 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
18579
18580 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
18581 c-\(forward\|backward\)-subword.
18582 (c-update-modeline): Add the new modeline flag `l' for
18583 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
18584 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
18585 Make the old name an alias of the new name.
18586 (c-toggle-electric-state): New function.
18587 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
18588 Adapt these functions to do electric things only when
18589 c-electric-flag is non-nil.
18590 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
18591 new functions from c-electric-brace.
18592 (c-point-syntax): Add a check for "virtual semicolons" in AWK
18593 mode, so that the tentative extra newline doesn't change the
18594 syntax of the following brace.
18595 (c-electric-brace): Restructure by extracting the above functions.
18596 Tidy up the coding somewhat.
18597 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
18598 restructure a bit.
18599
18600 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18601
18602 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
18603 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
18604
18605 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
18606 (c-submode-indicators): Change name from `c-auto-hungry-string'
18607 since it's now used to track another submode.
18608
18609 (c-update-modeline): Convert to function and extended to check
18610 `c-subword-move-mode'.
18611
18612 (c-forward-into-nomenclature, c-backward-into-nomenclature):
18613 Convert to compat aliases for `c-forward-subword' and
18614 `c-backward-subword'.
18615
18616 * progmodes/cc-subword.el: New functions and minor mode to handle
18617 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
18618
18619 (c-forward-subword, c-backward-subword, c-mark-subword)
18620 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
18621 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
18622 Functions corresponding to the standard word handling functions.
18623
18624 (c-subword-move-mode): Minor mode that replaces all the standard
18625 word handling functions with their subword equivalences.
18626
18627 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18628
18629 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
18630 entry for one-liner-defun.
18631
18632 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
18633 name in its def-edebug-spec.
18634
18635 * progmodes/cc-cmds.el (c-electric-brace): Make the
18636 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
18637 compacts space before a comment, if this will make things fit on
18638 one line.
18639
18640 Introduce an "awk" style, mainly for auto-newline and clean-ups.
18641
18642 * progmodes/cc-align.el: New function c-snug-1line-defun-close.
18643
18644 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
18645 clean-up one-liner-defun.
18646
18647 * progmodes/cc-styles.el: Add the new "awk" style.
18648
18649 * progmodes/cc-vars.el: Add description of one-liner-defun to
18650 c-cleanup-list's doc-string. New user options,
18651 c-max-one-liner-length. In c-default-style, set the default style
18652 for AWK to "awk".
18653
18654 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18655
18656 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
18657 macros inside labels.
18658
18659 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
18660 `c-at-statement-start-p' and `c-at-expression-start-p'.
18661
18662 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
18663 error if the mark isn't set.
18664
18665 * progmodes/cc-engine.el (c-guess-continued-construct)
18666 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
18667 accurately detect functions inside functions.
18668
18669 * progmodes/cc-engine.el (c-at-expression-start-p): New function
18670 like `c-at-statement-start-p' that additionally recognizes commas
18671 and expression parentheses as delimiters.
18672
18673 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
18674 to avoid heuristics that doesn't work for unclosed blocks.
18675 (c-at-statement-start-p): New function.
18676
18677 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
18678 Objective-C directives, e.g. directives spanning lines should work
18679 reasonably well now.
18680
18681 (c-put-c-type-property, c-clear-c-type-property): New helpers.
18682
18683 (c-forward-objc-directive): New function to move over any ObjC
18684 directive.
18685
18686 (c-just-after-func-arglist-p, c-guess-basic-syntax)
18687 (c-basic-matchers-before): Use it.
18688
18689 (c-font-lock-objc-iip-decl): Remove.
18690
18691 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
18692 in the template arglist recognition.
18693
18694 * progmodes/cc-styles.el (c-style-alist): Fix several
18695 inconsistencies in the Whitesmith style.
18696
18697 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
18698 New lineup function to get lines after Whitesmith style blocks
18699 correctly indented.
18700
18701 (c-lineup-whitesmith-in-block): Back out the compensation for
18702 opening parens since it's done using `add' lists in the style
18703 definition instead. Don't use the anchor position since it varies
18704 too much between the syntactic symbols. :P
18705
18706 * progmodes/cc-vars.el (c-valid-offset): Update.
18707
18708 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
18709 lists where the offsets are combined according to several
18710 different methods: `first', `min', `max', and `add'.
18711 Report offset evaluation errors with `c-benign-error' so that some kind
18712 of reindentation still is done.
18713
18714 * progmodes/cc-engine.el (c-guess-basic-syntax):
18715 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
18716 `arglist-close'.
18717
18718 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
18719 situations for `arglist-cont-nonempty' and `arglist-close'.
18720
18721 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
18722
18723 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
18724 cc-bytecomp-boundp' in a number of places.
18725
18726 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
18727 macro related issue.
18728
18729 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18730
18731 * progmodes/cc-awk.el: Change the terminology of regexps: A char
18732 list is now [asdf], a char class [:alpha:].
18733 Include code for char classes.
18734 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
18735 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
18736
18737 Remove (nearly all of) the cruft associated with AWK Mode's former
18738 concept of "virtual semicolons":
18739
18740 Adapt c-beginning-of-statement, c-end-of-statement (together with
18741 subfunctions) to use the new notion of "virtual semicolon" in
18742 place of the old awkward special handling for AWK. There remains
18743 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
18744 * progmodes/cc-cmds.el:
18745 (c-ascertain-adjacent-literal): In the backwards direction, now
18746 recognises AWK regexp delimiters as string delimiters.
18747 (c-after-statement-terminator-p): Adapt for virtual semicolons;
18748 check more rigorously for "end of macro".
18749 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
18750 virtual semicolons;
18751 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
18752 out the code for forward movement into ...
18753 (c-end-of-statement): Now contains the code for forward movement,
18754 adapted for virtual semicolons.
18755
18756 * progmodes/cc-engine.el:
18757 (c-ws*-string-limit-regexp): New regexp.
18758 (c-forward-single-comment, c-backward-single-comment): Comment out
18759 the (now redundant) "special" AWK stuff.
18760
18761 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
18762 c-string-par-start, c-string-par-separate to be more like Text
18763 Mode than Fundamental Mode.
18764
18765 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18766
18767 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
18768 to the fontified region so that fontification doesn't occur
18769 outside it (could happen e.g. when fontifying a line with an
18770 unfinished declaration).
18771
18772 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18773
18774 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
18775 start of the file. ^L now separate sections of the file.
18776 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
18777 (c-awk-one-line-possibly-open-string-re)
18778 (c-awk-regexp-one-line-possibly-open-char-class-re)
18779 (c-awk-one-line-possibly-open-regexp-re)
18780 (c-awk-one-line-non-syn-ws*-re): New defonsts.
18781 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
18782
18783 Amend the concept of "virtual semicolons" (in the indentation
18784 engine) for languages like AWK, such that they are now
18785 conceptually attached to end of the last token of a statement, not
18786 the end of the line. (In AWK Mode, however, the pertinent text
18787 property is still physically set on the EOL.) Remove the specific
18788 tests for awk-mode, thus facilitating the introduction of other
18789 language modes where EOLs can end statements.
18790 (Note: The funtionality in cc-cmds.el, specifically
18791 c-beginning/end-of-statement has yet to be amended.)
18792
18793 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
18794 New macros.
18795
18796 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
18797 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
18798 c-vsemi-status-unknown-p-fn (in a new page).
18799
18800 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
18801 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
18802 numerous awkward forms like
18803 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
18804 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
18805 variable before-ws-ip, the place just after char-before-ip appears.
18806
18807 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
18808 a comment.
18809
18810 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18811
18812 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
18813 `c-tentative-buffer-changes'.
18814
18815 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
18816 convert to macro to choose between Emacs and XEmacs at compile time.
18817
18818 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
18819
18820 (c-tentative-buffer-changes): New macro to handle temporary buffer
18821 changes in a convenient way.
18822
18823 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
18824 for `c-tentative-buffer-changes'.
18825
18826 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
18827 the checks for paren sexps between the point and the keyword, to
18828 avoid some false alarms.
18829
18830 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
18831 Fixed a situation where an error could be thrown for unbalanced
18832 parens. Changed to make use of c-keyword-member' to avoid some
18833 repeated regexp matches.
18834
18835 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
18836 These language variable are no longer necessary.
18837
18838 (c-block-stmt-kwds): New language constant used by
18839 c-looking-at-inexpr-block'.
18840
18841 (c-guess-basic-syntax): Remove an optional check that looked at
18842 the existence of the now removed language variables.
18843
18844 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
18845 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
18846 object instantiation expressions as declarations in some contexts.
18847 This bug only affected languages where the declarator can't be
18848 enclosed in parentheses.
18849
18850 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
18851 insert newlines before and after substatement braces.
18852
18853 * progmodes/cc-engine.el: Improved the heuristics for recognizing
18854 function declaration headers and the handling of C++ style member
18855 init lists.
18856
18857 (c-just-after-func-arglist-p): Rewritten to use
18858 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
18859
18860 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
18861
18862 (c-guess-basic-syntax): Adapt case 5B for the new
18863 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
18864 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
18865 covers all cases now).
18866
18867 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
18868
18869 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18870
18871 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
18872 c-string-par-start/separate c-sentence-end-with-esc-eol,
18873 initialised in c-setup-paragraph-variables, used in string
18874 scanning subroutines of c-beginning-of-statement.
18875
18876 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
18877 which precedes the newly inserted `{'.
18878
18879 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18880
18881 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
18882 function for declaration level blocks. It should now cope with
18883 templates better and also be a lot more comprehensible.
18884
18885 (c-looking-at-decl-block): The new function.
18886
18887 (c-search-uplist-for-classkey): The old one. It's now a wrapper
18888 for compatibility.
18889
18890 (c-add-class-syntax, c-guess-continued-construct)
18891 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
18892
18893 (c-decl-block-key): Change to tell apart ambiguous and
18894 unambiguous keywords. Pike specials are now handled directly in
18895 the code instead.
18896
18897 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
18898 New language constants and variables to make the backward skip in
18899 `c-looking-at-decl-block' as tight as possible.
18900
18901 (c-nonsymbol-token-char-list): New language constant.
18902
18903 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
18904 find balanced template arglists backwards.
18905
18906 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
18907 making char classes for `c-syntactic-skip-backward'.
18908
18909 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
18910 16D - can't be a class-close at that point.
18911
18912 * progmodes/cc-engine.el (c-guess-basic-syntax)
18913 (c-add-class-syntax): Don't narrow out the enclosing declaration
18914 level. This makes everything a lot easier, and it was actually
18915 only four small places that needed it to work. Some places that
18916 previously did `widen' are removed now, which has the effect that
18917 `c-guess-basic-syntax' never will look at things outside the
18918 current narrowment now. The anchor position for `topmost-intro'
18919 is affected by this, but it was so bogus it was basically useless
18920 before, and now it's equally bogus but in a slightly different way.
18921
18922 (c-narrow-out-enclosing-class): Gone.
18923
18924 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
18925 the narrowed region.
18926
18927 (c-least-enclosing-brace): Remove silly optional argument.
18928
18929 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
18930 the point could be left directly after an open paren when finding
18931 the beginning of the first decl in the block.
18932
18933 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
18934 Specify which submatch to use.
18935
18936 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
18937
18938 (c-decl-start-re): No longer any need for special treatment of
18939 ObjC due to the above.
18940
18941 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
18942 presumably follows C in that regard.
18943
18944 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
18945 New language constants to specify operator tokens inside
18946 identifiers in a more high level way.
18947
18948 (c-opt-identifier-prefix-key): New internal language constant.
18949
18950 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
18951 (c-identifier-start, c-identifier-key): Now completely calculated
18952 from other constants.
18953
18954 (c-identifier-last-sym-match): Decommission since it's no longer used.
18955
18956 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
18957
18958 * progmodes/cc-engine.el (c-forward-name): Remove the
18959 optimization when c-identifier-key is equal to c-symbol-key since
18960 it doesn't work in byte compiled files. Don't record empty
18961 regions as identifiers.
18962
18963 * progmodes/cc-langs.el (c-filter-ops): New helper function to
18964 simplify access to `c-operators' and its likes.
18965
18966 (c-operator-list, c-all-op-syntax-tokens)
18967 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
18968 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
18969 (c-primary-expr-regexp, c-cast-parens): Use it.
18970
18971 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
18972 an explicit language in functions.
18973
18974 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
18975 variant of adornment.
18976
18977 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
18978 variable.
18979
18980 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
18981 the Pike value.
18982
18983 * progmodes/cc-engine.el (c-on-identifier)
18984 (c-simple-skip-symbol-backward): Small fix for handling "-"
18985 correctly in `skip-chars-backward'. Affected the operator lfun
18986 syntax in Pike.
18987
18988 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
18989 diagnostic message about precompiled language vars not being used.
18990
18991 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
18992 "__attribute__" is followed by a parenthesis.
18993
18994 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
18995 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
18996 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
18997
18998 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
18999 Internal cleanups to properly detect the declared identifiers in
19000 various declarations.
19001
19002 (c-decl-start-kwds): New language constant to recognize
19003 declarations that can start anywhere. Used for class declarations
19004 in Pike.
19005
19006 (c-specifier-key, c-not-decl-init-keywords)
19007 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
19008 (c-find-decl-spots): Implement `c-decl-start-kwds'.
19009
19010 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
19011 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
19012 handling of the compiler specific extension keywords into a new
19013 language constant `c-decl-hangon-kwds' that defines keyword
19014 clauses to be ignored in declarations.
19015
19016 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
19017 past unrecognized tokens when handling `c-colon-type-list-kwds'.
19018 Necessary to stop at the declared identifier in e.g. IDL valuetype
19019 declarations.
19020
19021 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
19022 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
19023 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
19024 (c-forward-decl-or-cast-1): Recognize the declared identifier in
19025 class and enum declarations as such and not as part of the type.
19026
19027 (c-forward-decl-or-cast-1, c-forward-label): Relax the
19028 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
19029
19030 (c-forward-decl-or-cast-1): Don't disregard sure signs of
19031 declarations when there's some syntax error later on.
19032
19033 (c-complex-decl-matchers): Did away with a reference to
19034 `c-specifier-key'.
19035
19036 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
19037 value - this variable is always dynamically bound.
19038
19039 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
19040 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
19041 * cc-cmds.el, cc-defs.el: Change the policy for marking up
19042 functions that might do hidden buffer changes: All such internal
19043 functions are now marked instead of those that don't.
19044
19045 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
19046 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
19047 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
19048 (c-literal-type): Allow these functions to make hidden buffer changes,
19049 so that they are free to use text property caching later on.
19050
19051 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
19052 (c-electric-brace, c-electric-slash, c-electric-star)
19053 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
19054 (c-electric-paren, c-electric-continued-statement, c-indent-command)
19055 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
19056 (c-context-line-break): Add `c-save-buffer-state' calls to comply
19057 with the changed semantics of the functions above.
19058
19059 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
19060 when macros occur in obscure places. Optimized the sexp movement
19061 a bit.
19062
19063 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19064
19065 Enhancements for c-beginning-of-statement to work in AWK Mode:
19066
19067 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
19068 (completed statement) with `}' (statement completed by closing
19069 brace or semicolon) and `$' (statement completed by EOL).
19070
19071 (c-awk-virtual-semicolon-ends-prev-line-p)
19072 (c-awk-virtual-semicolon-ends-line-p)
19073 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
19074 (c-awk-at-statement-end-p): New functions.
19075
19076 * progmodes/cc-cmds.el: Simplify the structure of functions
19077 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
19078 two functions and c-beginning-of-statement to handle AWK Mode.
19079
19080 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
19081 c-backward-single-comment for AWK mode. Attempt to clarify their
19082 doc-strings.
19083
19084 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
19085
19086 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19087
19088 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
19089 label handling. Labels are now recognized in a uniform and more
19090 robust way, regardless of context. Text properties are put on all
19091 labels to recognize the following declarations better.
19092 Multiword labels are handled both in indentation and fontification for
19093 the benefit of language extensions like Qt. For consistency, keywords
19094 in labels are now fontified with the label face instead.
19095 That also applies to "case" and "default".
19096
19097 (c-beginning-of-statement-1): Fix some bugs in the label
19098 handling. Disregard `c-nonlabel-token-key' in labels that begin
19099 with `c-label-kwds'.
19100
19101 (c-find-decl-spots): Support that the callback adds more
19102 `c-decl-end' spots to find.
19103
19104 (c-forward-decl-or-cast-1): Don't treat a list of plain
19105 identifiers followed by a colon as a declaration.
19106
19107 (c-forward-label): New function to recognize labels.
19108
19109 (c-guess-basic-syntax): Replace uses of `c-label-key' with
19110 `c-forward-label'. Moved the label recognition cases (14 and 15)
19111 earlier since they aren't so context sensitive now. Handle labels
19112 on the top level gracefully. Moved access label recognition to
19113 the generic label case (CASE 15) - removed CASE 5E.
19114
19115 (c-font-lock-declarations): Add recognition of labels in the
19116 same round since we need to handle labels in parallell with other
19117 declarations to recognize both accurately. It should also improve
19118 speed.
19119
19120 (c-simple-decl-matchers, c-basic-matchers-after):
19121 Move `c-font-lock-labels' so that it only is used on decoration level 2
19122 since `c-font-lock-declarations' handles it otherwise.
19123
19124 (c-complex-decl-matchers): Remove the simplistic recognition of
19125 access labels.
19126
19127 (c-decl-prefix-re): Remove the kludges that was necessary to cope
19128 with labels earlier.
19129
19130 (c-decl-start-re): New language variable to make
19131 `c-font-lock-declarations' stop for the special protection labels
19132 in Objective-C that start with `@'.
19133
19134 (c-label-key): Remove since it's no longer used.
19135
19136 (c-recognize-colon-labels, c-label-prefix-re): New language
19137 constants to support recognition of generic colon-terminated labels.
19138
19139 (c-type-decl-end-used): `c-decl-end' is now used whenever there
19140 are colon terminated labels.
19141
19142 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
19143 first argument starts with a special brace list.
19144
19145 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
19146 (c-font-lock-declarations): Break out the declaration and cast
19147 recognition from `c-font-lock-declarations' to a new function, so
19148 that it can be used in the indentation engine.
19149
19150 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
19151 up to the start of the literal. Fixed bug with the point on the
19152 wrong side of the search limit that could happen when the start
19153 position is inside a literal.
19154
19155 * progmodes/cc-engine.el (c-parse-state)
19156 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
19157 so that it's kept a little bit back to increase the hit rate.
19158
19159 (c-parse-state): Change the macro handling and fixed some
19160 glitches. Macro context is checked more often than necessary now,
19161 but otoh less garbage conses are generated.
19162
19163 * progmodes/cc-engine.el (c-parse-state)
19164 (c-invalidate-state-cache): Cache the last position where
19165 `c-state-cache' applies. This can speed up refontification quite
19166 a bit in blocks where there are many non-brace parens before the point.
19167
19168 (c-state-cache-end): New variable for this.
19169
19170 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
19171 cache variable.
19172
19173 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
19174 get close initial continue positions when the start position is
19175 inside a literal or macro. Do not call the callback for spots
19176 before the start position (which can happen e.g. for `c-decl-end'
19177 spots inside comments). Optimize better in special cases when the
19178 region is a single line inside a literal or macro (typically when
19179 the current line is refontified).
19180
19181 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
19182 to `c-add-stmt-syntax' - there's no need to explicitly whack off
19183 entries from the paren state.
19184
19185 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
19186 special case for "else if" clauses.
19187
19188 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
19189 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
19190
19191 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
19192 New language variable to recognize the gcc extension with statement
19193 blocks inside expressions.
19194
19195 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
19196 it somewhat more comprehensible. The argument AT-BLOCK-START is
19197 no longer used and hence removed.
19198
19199 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
19200 to `c-add-stmt-syntax'.
19201
19202 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
19203 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
19204 This fixes bogus label recognition.
19205
19206 * progmodes/cc-engine.el (c-add-type, c-check-type)
19207 (c-forward-name, c-forward-type): Improve storage of template
19208 types in `c-found-types' so that they can be recognized better.
19209
19210 (c-syntactic-content): Add option to skip past nested parens.
19211
19212 * progmodes/cc-engine.el (c-forward-name):
19213 Set `c-last-identifier-range' all the time. It's less work that way.
19214 Handle that there might not be an identifier to store in
19215 `c-last-identifier-range'.
19216
19217 (c-forward-type): Handle that `c-last-identifier-range' might be
19218 nil from `c-forward-name'.
19219
19220 * progmodes/cc-defs.el (c-safe-scan-lists)
19221 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
19222
19223 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
19224 to work even if the form fails.
19225
19226 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
19227 down in a large file in one go.
19228
19229 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
19230
19231 * progmodes/cc-align.el (c-lineup-assignments): New lineup
19232 function which is like `c-lineup-math' but returns nil instead of
19233 `c-basic-offset' when it doesn't match.
19234
19235 (c-lineup-math): Change to use `c-lineup-assignments'.
19236
19237 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19238
19239 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
19240 c-beginning-of-statement. New subfunctions
19241 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
19242
19243 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19244
19245 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
19246 hardcoded char classes whereever possible. Changed a couple of
19247 places to use skip by syntax instead of skip by char class.
19248
19249 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
19250 Fix a bug in the regexp that caused extreme backtracking.
19251
19252 * progmodes/cc-langs.el (c-block-comment-starter)
19253 (c-block-comment-ender): New language constants to specify in a
19254 single place how block comments look.
19255
19256 (c-comment-start-regexp, c-block-comment-start-regexp)
19257 (comment-start, comment-end, comment-start-skip)
19258 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
19259 (c-syntactic-ws, c-nonempty-syntactic-ws)
19260 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
19261 `c-line-comment-starter', `c-block-comment-starter' and
19262 `c-block-comment-ender'.
19263
19264 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
19265 New language constants to break up things a bit.
19266
19267 (c-simple-ws): New language constant for simple whitespace.
19268
19269 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
19270
19271 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
19272 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
19273 newlines. Allow and ignore nil elements in the list.
19274
19275 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19276
19277 * progmodes/cc-cmds.el: Comment out a (n almost certainly
19278 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
19279
19280 * progmodes/cc-cmds.el: Tidy up the comments in
19281 c-beginning-of-statement and subfunctions.
19282
19283 * progmodes/cc-awk.el: Replace calls to put-text-property to the
19284 more flexible c-put-char-property and c-clear-char-properties.
19285 Add the author's email address.
19286
19287 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
19288
19289 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
19290 closing "*/" of a block comment.
19291
19292 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
19293 subfunctions) so that it works at BOB and EOB.
19294
19295 * progmodes/cc-cmds.el, cc-vars.el: More updating of
19296 c-beginning-of-statement, including new variable
19297 c-block-comment-start-regexp.
19298
19299 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19300
19301 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
19302 symbols from `*-font-lock-extra-types' so that there's no need to
19303 use `regexp-opt' on those lists.
19304
19305 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
19306 `c-type-modifier-kwds' is empty.
19307
19308 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
19309 there are several strings on the same line.
19310
19311 * progmodes/cc-engine.el (c-literal-limits): Remove the
19312 compatibility function for older emacsen. `c-literal-limits-fast'
19313 has now taken the place of this function.
19314
19315 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
19316 with older emacsen: We now require `pps-extended-state'.
19317
19318 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19319
19320 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
19321 which obviates the need to hack sentence-end. This now handles
19322 escaped newlines in strings correctly. Correct minor bugs in
19323 c-move-over-sentence and in c-beginning-of-statement.
19324
19325 * progmodes/cc-cmds.el (c-beginning-of-statement (and
19326 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
19327 that movement over macros and code are rigorously separated from
19328 eachother. Correct a few incidental bugs.
19329
19330 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
19331 Improve its doc-string. Improve the handling of certain specific cases.
19332
19333 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19334
19335 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
19336 (c-guess-basic-syntax): Change the way class-level labels are
19337 recognized; they can now contain essentially any symbols.
19338
19339 (c-opt-extra-label-key): New language variable to cope with the
19340 special protection label syntax in Objective-C.
19341
19342 (c-opt-access-key): Remove; this is now handled better by
19343 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
19344
19345 (c-complex-decl-matchers): Update to handle that
19346 `c-opt-access-key' no longer exists.
19347
19348 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
19349 improved label recognition in `c-beginning-of-statement-1'.
19350
19351 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
19352 Recognize bitfields better.
19353
19354 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
19355 Remove some cruft and fixed a bug that could cause it to go to a
19356 position further down.
19357
19358 * progmodes/cc-langs.el, cc-engine.el
19359 (c-beginning-of-statement-1): Improve detection of labels in
19360 declaration contexts.
19361
19362 (c-beginning-of-decl-1): Use it.
19363
19364 (c-nonlabel-token-key): New language constant and variable needed
19365 by `c-beginning-of-statement-1'.
19366
19367 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
19368 manifested itself due to the correction in `c-forward-sexp'.
19369
19370 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
19371 Make these behave as documented when used at the buffer limits.
19372
19373 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
19374 (c-type-decl-end-used): Made this a language variable.
19375
19376 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
19377 correctly when `combine-after-change-calls' is used together with
19378 temporary narrowings.
19379
19380 * progmodes/cc-engine.el (c-beginning-of-statement-1):
19381 Report labels correctly when the start point is immediately after the
19382 colon.
19383
19384 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
19385 Remove since it isn't used anymore.
19386
19387 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
19388 bracket arglists such as template parens in C++.
19389
19390 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
19391 in the last check-in. Some optimization.
19392
19393 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
19394 where it could stop at the same level in a preceding sexp when
19395 PAREN-LEVEL is set.
19396
19397 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
19398 text property lookup only when it's needed.
19399
19400 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
19401 Change the policy for paren marked angle brackets to be more
19402 persistent; once marked they remain marked even when they're found
19403 to be unbalanced in the searched region. This should keep the
19404 paren syntax around even when individual lines are refontified in
19405 multiline template arglists.
19406
19407 (c-parse-and-markup-<>-arglists): New dynamically bound variable
19408 to control markup so that incorrect angle bracket arglists aren't
19409 marked in contexts where the correct value for
19410 `c-disallow-comma-in-<>-arglists' isn't known.
19411
19412 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
19413 argument has become `c-parse-and-markup-<>-arglists'.
19414
19415 (c-remove-<>-arglist-properties): Remove - no longer used.
19416
19417 (c-after-change-check-<>-operators): New function used on
19418 `after-change-functions' to avoid that "<" and ">" characters that
19419 are part of longer operators have paren syntax.
19420
19421 (c-<>-multichar-token-regexp): New language variable used by
19422 `c-after-change-check-<>-operators'.
19423
19424 (c-after-change): Call `c-after-change-check-<>-operators'.
19425
19426 (c-font-lock-<>-arglists): Use the context properties set by
19427 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
19428 correctly to avoid doing invalid markup.
19429
19430 (c-font-lock-declarations): Remove code that undoes the invalid
19431 markup done by `c-font-lock-<>-arglists'.
19432
19433 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
19434 after `c-font-lock-declarations'.
19435
19436 * progmodes/cc-engine.el (c-syntactic-skip-backward):
19437 Add paren-level feature.
19438
19439 (c-guess-basic-syntax): Improve the anchor position for
19440 `template-args-cont' in nested template arglists. There's still
19441 much to be desired in this area, though.
19442
19443 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19444
19445 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
19446 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
19447
19448 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19449
19450 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
19451 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
19452
19453 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
19454 it doesn't work no longer are supported.
19455
19456 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
19457 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
19458 requires support for the syntax-table' text property, which rules
19459 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
19460 cruft associated with those versions.
19461
19462 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
19463 for the `syntax-table' text property, which rules out Emacs 19 and
19464 XEmacs < 21.4. Removed various compatibility cruft associated
19465 with those versions.
19466
19467 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
19468 support for the `syntax-table' text property.
19469
19470 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
19471 variable and use an extra quoted face name instead. All the
19472 emacsen flavors handle that correctly.
19473
19474 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
19475 (c-font-lock-declarators, c-font-lock-declarations)
19476 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
19477 property to mark the items in in declarator lists to handle
19478 refontification inside multiline declarations better.
19479
19480 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
19481 construct like "a * b = c;" as a declaration.
19482
19483 2005-12-08 Kim F. Storm <storm@cua.dk>
19484
19485 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
19486 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
19487 select either meta, hyper, or super modifier for rectangle commands.
19488 (cua--rectangle-modifier-key): New defvar.
19489 (cua--M/H-key): Use it. Remove special case for `space'.
19490 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
19491 on X, to meta otherwise. Always bind C-return to toggle
19492 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
19493
19494 * emulation/cua-rect.el (cua-help-for-rectangle):
19495 Use cua--rectangle-modifier-key. Handle super modifier too.
19496 (cua--init-rectangles): Always bind C-return to toggle rectangle.
19497 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
19498
19499 * ido.el: Move Acknowledgements and History after Commentary.
19500 Minor changes to Commentary.
19501
19502 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
19503 keymap if cua--prefix-override-timer is `shift'.
19504 (cua--shift-control-prefix): New function; emulate "type prefix
19505 key twice" functionality to handle shifted prefix key override.
19506 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
19507 New commands.
19508 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
19509
19510 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
19511
19512 * textmodes/org.el (org-insert-heading): Try to do items before
19513 headings.
19514 (org-agenda-mode): Quote `org-agenda-mode-hook'.
19515 (org-insert-item): New function.
19516 (org-renumber-ordered-list): Don't skip to higher level lists.
19517
19518 2005-12-08 Juri Linkov <juri@jurta.org>
19519
19520 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
19521
19522 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
19523
19524 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
19525
19526 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
19527 the constructed function name fun-1.
19528
19529 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
19530 because such links don't lead to parent documentation.
19531
19532 2005-12-08 Kenichi Handa <handa@m17n.org>
19533
19534 * descr-text.el (describe-char): Use *Help-2* buffer if the
19535 current buffer is *Help*. Call describe-text-properties while
19536 setting the original buffer.
19537
19538 2005-12-07 Bill Wohler <wohler@newt.com>
19539
19540 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
19541 and causes problems with non-MH users (such as Gnus users).
19542
19543 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
19544
19545 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
19546 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
19547 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
19548 command "info sources". Move calls to GDB command "list".
19549 (gdb-find-file-hook): Just use gdb-source-file-list.
19550 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
19551 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
19552 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
19553 (gdb-data-list-register-values-handler): Use correct trigger name.
19554
19555 2005-12-07 Kim F. Storm <storm@cua.dk>
19556
19557 * ido.el (ido-completion-map): Rename from ido-mode-map.
19558 (ido-common-completion-map, ido-file-completion-map)
19559 (ido-file-dir-completion-map, ido-buffer-completion-map):
19560 Rename from ido-mode-....-map.
19561 (ido-init-completion-maps): Rename from ido-init-mode-maps.
19562 (ido-setup-completion-map): Rename from ido-define-mode-map.
19563 (ido-read-internal): Bind minibuffer-local-filename-completion-map
19564 to ido-completion-map.
19565
19566 2005-12-07 Kenichi Handa <handa@m17n.org>
19567
19568 * international/mule-cmds.el
19569 (set-display-table-and-terminal-coding-system): If the coding
19570 system specified in `unibyte-display' property is different from
19571 the arg coding-system, don't setup standard-display-table.
19572
19573 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
19574
19575 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
19576 that comments end at \n, regardless of selective-display.
19577
19578 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
19579
19580 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
19581 (gdb-version): New variables.
19582 (gdb-source-file-list, gdb-register-names)
19583 (gdb-changed-registers): New variables for use with GDB 6.4+.
19584 (gdb-ann3): Replace with...
19585 (gdb-init-1, gdb-init-2): ...two new functions.
19586 (gdba, gdb-prompt): Call gdb-init-1.
19587 (gdb-get-version): New function. Call gdb-init-2 from here.
19588 (gud-watch): Make it work with mouse events too.
19589 (gdb-post-prompt): Don't add to queue until GDB version is known.
19590 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
19591 (gdb-locals-mode): Use gdb-version.
19592 (gdb-memory-format-map, gdb-memory-unit-map)
19593 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
19594 (gdb-locals-font-lock-keywords-1)
19595 (gdb-locals-font-lock-keywords-2): New variables.
19596 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
19597 (gdb-set-gud-minor-mode-existing-buffers-1)
19598 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
19599 (gdb-var-update-1, gdb-var-update-handler-1)
19600 (gdb-data-list-register-values-handler)
19601 (gdb-data-list-register-values-custom)
19602 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
19603 (gdb-stack-list-locals-handler, gdb-get-register-names):
19604 New functions for use with GDB 6.4+.
19605 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
19606 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
19607 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
19608 (gdb-stack-list-locals-regexp)
19609 (gdb-data-list-register-names-regexp): New regexps for use with
19610 GDB 6.4+.
19611
19612 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
19613
19614 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
19615
19616 2005-12-06 Nozomu Ando <nand@mac.com>
19617
19618 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
19619 prompts work for AUTH PLAIN. Also reported by Steve Allan
19620 <seallan@verizon.net>.
19621
19622 2005-12-06 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
19623
19624 * frame.el (set-frame-parameter): Add doc string.
19625
19626 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
19627
19628 * textmodes/org.el (org-occur-highlights): New variable.
19629 (org-highlight-new-match, org-remove-occur-highlights): New functions.
19630 (org-highlight-sparse-tree-matches): New option.
19631 (org-do-occur): New function.
19632 (org-get-heading): Make it work also at beginning of line.
19633 (org-category-table): New variable.
19634 (org-get-category-table, org-get-category)
19635 (org-camel-to-words, org-link-search): New functions.
19636 (org-select-this-todo-keyword): New variable.
19637 (org-todo-list): New command.
19638 (org-shiftright, org-shiftleft): New commands.
19639 (org-agenda-todo): Add prefix argument.
19640 (org-show-hierarchy-above): New option.
19641 (org-show-todo-tree): Numerical prefix creates tree for specific
19642 TODO keyword.
19643 (org-outline-level): New function, to assign a level to plain
19644 lists items.
19645 (org-cycle-include-plain-lists): New option.
19646 (org-mode): Use `org-outline-level' as value of `outline-level'.
19647 (org-cycle): Temporarily switch `outline-regexp' if
19648 `org-cycle-include-plain-lists' is non-nil.
19649 (org-start-icalendar-file): Fix format bug.
19650 (org-agenda-get-day-entries): Create category table.
19651 (org-agenda-get-todos, org-agenda-get-timestamps)
19652 (org-agenda-get-deadlines, org-agenda-get-scheduled)
19653 (org-agenda-get-blocks): Use `org-get-category'.
19654 (org-context-in-file-links): Rename from
19655 `org-line-numbers-in-file-links'.
19656
19657 2005-12-06 Romain Francoise <romain@orebokech.com>
19658
19659 * window.el (balance-windows): Delete extraneous third arg in call
19660 to `enlarge-window'.
19661
19662 2005-12-06 Kenichi Handa <handa@m17n.org>
19663
19664 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
19665
19666 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
19667
19668 * progmodes/gdb-ui.el (gdb-var-create-handler)
19669 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
19670 (gdb-var-list-children-handler, gdb-var-update-handler):
19671 Current buffer is already gdb-partial-output-buffer, don't
19672 make it current again.
19673
19674 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
19675
19676 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
19677 (list-buffers-noselect): Use it.
19678
19679 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
19680
19681 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
19682 (mail-yank-ignored-headers): Use regexp-opt.
19683 (mail-mode-map): Move initialization into declaration.
19684 (mail-sent-via): Remove unused shadowed var `to-line'.
19685 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
19686 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
19687 (mail-do-fcc): Use dolist and push.
19688 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
19689 (mail-yank-ignored-headers): Don't autoload.
19690
19691 2005-12-05 Kenichi Handa <handa@m17n.org>
19692
19693 * international/mule-cmds.el (set-language-info-internal): New fun.
19694 (set-language-info): Call set-language-info-internal to update
19695 language-info-alist. If LANG-ENV is the current one, call
19696 set-language-environment to make INFO effective now.
19697 (set-language-info-alist): Likewise.
19698 (locale-language-names): With locale "en", use English
19699 lang. env. but set the default codings to iso-8859-1.
19700
19701 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
19702
19703 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
19704 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
19705 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
19706 for plain strings.
19707 (gdb-frames-mode): Remove redundant call to font-lock-mode.
19708 (gdb-all-registers): Rename from toggle-gdb-all-registers.
19709 Create registers buffer if necessary. Echo new state in minibuffer.
19710 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
19711
19712 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
19713
19714 * info.el (Info-fontify-node): Match external links using
19715 non-directory part of filename.
19716
19717 2005-12-04 Juri Linkov <juri@jurta.org>
19718
19719 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
19720 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
19721 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
19722 because there is no customization option for it.
19723
19724 * font-lock.el (lisp-font-lock-keywords-1):
19725 Add define-global-minor-mode.
19726
19727 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
19728
19729 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
19730 properties on the constructed variable names.
19731
19732 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
19733 Put `definition-name' properties on the constructed function names
19734 next-sym and prev-sym.
19735
19736 * emacs-lisp/find-func.el (find-function-regexp):
19737 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
19738 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
19739 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
19740 and easy-menu-define.
19741
19742 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
19743 easy-mmode-define-global-mode and define-global-minor-mode.
19744 (lisp-imenu-generic-expression): Add define-global-minor-mode.
19745
19746 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
19747 instead of easy-mmode-define-global-mode.
19748
19749 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
19750 Use define-minor-mode instead of easy-mmode-define-minor-mode.
19751
19752 * cus-edit.el (customize-group, customize-group-other-window):
19753 Filter out autoloaded options from the group completion list by
19754 using heuristics that autoloaded groups don't have `custom-autoload'
19755 property on their symbols (they have only `custom-loads').
19756
19757 * simple.el (completion-setup-function): Put completions-common-part
19758 face on complete completion string too (i.e. completion string
19759 without completions-first-difference face).
19760
19761 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
19762
19763 2005-12-03 Eli Zaretskii <eliz@gnu.org>
19764
19765 * view.el (view-mode): Doc fix.
19766
19767 * disp-table.el (standard-display-european): Add to the warning
19768 message a reference to the doc string.
19769
19770 * play/yow.el (apropos-zippy): Call print-help-return-message,
19771 similar to other Help and Apropos commands.
19772
19773 * help.el (print-help-return-message): If pop-up-frames is
19774 non-nil, set up help-return-method to delete the help window and,
19775 possibly, its frame as well, and don't display message about
19776 scrolling the help window. Doc fix.
19777 (help-return-method): Doc fix.
19778
19779 2005-12-03 Martin Rudalics <rudalics@gmx.at>
19780
19781 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
19782 whereby names of length one or names starting with a
19783 symbol-constituent character would not be returned.
19784
19785 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
19786
19787 * subr.el (atomic-change-group): Add edebug and indentation spec.
19788
19789 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
19790
19791 * completion.el (save-completions-file-name): Fix typo in last change.
19792
19793 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19794
19795 * info.el: Move back/forward history to the beginning of the tool bar.
19796
19797 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
19798
19799 * allout.el (eval-when-compile): Remove unnecessary load of cl.
19800 Add fset of allout-real-isearch-abort during compile to fix
19801 byte-compilation warnings.
19802 (allout-mode-p): Move definition of this macro above all uses, or
19803 byte compilation in barren Emacs (eg, during Emacs build) will
19804 lack the definition.
19805 (allout-mode): Move this variable above any uses, or byte
19806 compilation will fail.
19807 (allout-resolve-xref): Remove use of personal file-reference function.
19808 (allout-toggle-current-subtree-encryption): Do the current (ie,
19809 visible containing) topic, rather than nearest around point. Doc fix.
19810 (allout-toggle-subtree-encryption): New function, workhorse that
19811 works on nearest topic containing point.
19812 (allout-encrypt-string): Signal requirement for newer version of pgg.
19813 (allout-resumptions): Doc fix.
19814
19815 2005-12-02 Eli Zaretskii <eliz@gnu.org>
19816
19817 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
19818
19819 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
19820
19821 * textmodes/flyspell.el (flyspell-external-point-words):
19822 Consider a misspelling as found in the string search if: (a) misspelling
19823 and found string lengths match, or (b) misspelling is found as
19824 element in a boundary-chars separated longer string, or (c)
19825 ispell-program-name is really ispell and misspelling is found as
19826 part of a TeX string. After successful match move beginning of
19827 search region to end of match. Warn about not found misspellings
19828 once the process is done.
19829 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
19830
19831 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
19832
19833 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
19834 tool bar (removed inadvertently).
19835
19836 2005-12-02 Juri Linkov <juri@jurta.org>
19837
19838 * log-view.el (log-view-diff): Clarify doc string.
19839
19840 2005-12-01 Bill Wohler <wohler@newt.com>
19841
19842 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
19843 triggers lm-verify errors.
19844
19845 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
19846
19847 * simple.el (transient-mark-mode, line-number-mode)
19848 (column-number-mode, size-indication-mode): Remove `:require nil'.
19849
19850 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
19851
19852 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
19853 in the margin also.
19854 (gdb-breakpoints-mode-map): Use D instead of d for
19855 gdb-delete-breakpoint.
19856 (gdb-get-frame-number): Require a number to match on.
19857 (gdb-threads-mode-map): Add follow-link binding.
19858
19859 2005-11-30 Jason Rumney <jasonr@gnu.org>
19860
19861 * isearch.el (isearch-mode-map): Avoid exiting search on
19862 language-change event.
19863
19864 2005-11-30 Romain Francoise <romain@orebokech.com>
19865
19866 * speedbar.el (speedbar-default-position): New defcustom.
19867 (speedbar-frame-reposition-smartly): Use it.
19868
19869 * dframe.el (dframe-reposition-frame-emacs): Fix position
19870 computation for `left' location.
19871 Update copyright year.
19872
19873 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
19874
19875 * help.el (help-map): Move initialization into declaration.
19876
19877 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
19878
19879 * help-fns.el (help-argument-name): Don't autoload.
19880 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
19881 to be re-loaded when customizing the `help' group.
19882
19883 2005-11-30 John Paul Wallington <jpw@gnu.org>
19884
19885 * help-fns.el (describe-function-1): Fill arglist output.
19886
19887 2005-11-30 Kim F. Storm <storm@cua.dk>
19888
19889 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
19890 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
19891 after revert-buffer (or anything else which kills all local variables).
19892
19893 * apropos.el (apropos-parse-pattern): Doc fix.
19894 Set apropos-regexp directly, rather than expecting callers to do so.
19895 (apropos-command, apropos, apropos-value, apropos-documentation):
19896 Simplify calls to apropos-parse-pattern.
19897
19898 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
19899
19900 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
19901 (hi-lock-face-phrase-buffer): Use hi-yellow face.
19902 (hi-lock-write-interactive-patterns): Use comment-region.
19903
19904 * longlines.el (longlines-mode): Add mail-setup-hook.
19905
19906 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
19907
19908 * simple.el (sendmail-user-agent-compose, next-line):
19909 Conditionally use hard-newline.
19910
19911 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
19912
19913 * international/latexenc.el (latex-inputenc-coding-alist):
19914 Reword doc string.
19915
19916 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
19917
19918 * help.el (describe-key-briefly, describe-key): Recognize default
19919 bindings.
19920
19921 2005-11-29 Romain Francoise <romain@orebokech.com>
19922
19923 * view.el (view-inhibit-help-message): New defcustom.
19924 (view-mode-enter): Use it.
19925
19926 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
19927
19928 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
19929 Preserve user position.
19930
19931 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
19932
19933 * font-lock.el: Throw error if facemenu is not loaded to prevent
19934 accidental change of loading order in loadup.el. (Suggested by RMS.)
19935
19936 * loadup.el: Add comment explaining why facemenu must be loaded
19937 before font-lock.
19938
19939 2005-11-28 Jay Belanger <belanger@truman.edu>
19940
19941 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
19942 (calc-dispatch-map): Add more keys for `calc-same-interface'.
19943
19944 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
19945
19946 * calc/calc-embed.el (calc-do-embedded): Update help message.
19947
19948 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
19949
19950 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
19951
19952 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
19953
19954 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
19955 called-interactively-p.
19956 (elp-profilable-p): Rename from elp-not-profilable-p.
19957 Invert result and take into account macros and autoloaded functions.
19958 (elp-instrument-function): Update call.
19959 (elp-instrument-package): Update call. Add completion.
19960 (elp-pack-number): Use match-string.
19961 (elp-results-jump-to-definition-by-mouse): Merge into
19962 elp-results-jump-to-definition and then remove.
19963 (elp-output-insert-symname): Make help echo text single-line.
19964
19965 * replace.el (query-replace-map): Move initialization into declaration.
19966 (occur-engine): Use with-current-buffer.
19967 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
19968 (occur-mode-mouse-goto): Replace with an alias.
19969
19970 2005-11-28 Juri Linkov <juri@jurta.org>
19971
19972 * simple.el (quoted-insert): Let-bind input-method-function to nil.
19973
19974 * term/w32-win.el: Bind [S-tab] to [backtab].
19975
19976 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
19977 `Info-find-file' to t.
19978
19979 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
19980 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
19981 and same-window-regexps.
19982 (occur-next-error): Don't move point for arg 0.
19983
19984 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
19985
19986 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
19987
19988 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
19989
19990 * log-edit.el (log-edit-changelog-use-first): New var.
19991 (log-edit-changelog-ours-p): Use it.
19992 (log-edit-insert-changelog): Set it with new arg `use-first'.
19993 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
19994 (log-edit-hook): Add them to the list of suggested options.
19995
19996 * textmodes/flyspell.el (flyspell-last-buffer): New var.
19997 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
19998 redundant work.
19999 (flyspell-mode-on): Use add-hook for after-change-functions.
20000 (flyspell-mode-off): Use remove-hook for after-change-functions.
20001 (flyspell-changes): Make it buffer-local.
20002 (flyspell-after-change-function): Make it non-interactive. Use push.
20003 (flyspell-post-command-hook): Check input-pending-p while processing
20004 the potentially long list of buffer changes.
20005
20006 2005-11-28 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
20007
20008 * buff-menu.el (list-buffers-noselect): Display the selected
20009 frame's buffer list, not the global one.
20010
20011 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
20012
20013 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
20014 that (list last-input-event) works as in interactive spec.
20015
20016 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
20017
20018 * loadup.el ("facemenu"): Load facemenu before font-lock, because
20019 `facemenu-keymap' needs to be defined when font-lock is loaded.
20020 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
20021
20022 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
20023
20024 * completion.el: Remove useless leading * in defcustom docstrings.
20025 (save-completions-file-name): Use ~/.emacs.d if available.
20026 (completion-standard-syntax-table): Rename from
20027 cmpl-standard-syntax-table and fold initialization into declaration,
20028 thus removing cmpl-make-standard-completion-syntax-table.
20029 (completion-lisp-syntax-table, completion-c-syntax-table)
20030 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
20031 (cmpl-saved-syntax, cmpl-saved-point): Remove.
20032 (symbol-under-point, symbol-before-point)
20033 (symbol-under-or-before-point, symbol-before-point-for-complete)
20034 (add-completions-from-c-buffer): Use with-syntax-table.
20035 (make-completion): Don't return a list of completion entries.
20036 Update callers.
20037 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
20038 (completion-initialize): Rename from initialize-completions.
20039 (completion-find-file-hook): Rename from cmpl-find-file-hook.
20040 (kill-emacs-save-completions): Collect stats here.
20041 (save-completions-to-file, load-completions-from-file):
20042 Use with-current-buffer.
20043 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
20044 into a function. Move all calls to toplevel.
20045 (completion-lisp-mode-hook): New fun.
20046 (completion-c-mode-hook, completion-setup-fortran-mode):
20047 Set the syntax-table here. Use local-set-key.
20048 (completion-saved-bindings): New var.
20049 (dynamic-completion-mode): Make it into a proper minor mode.
20050 (load-completions-from-file): Remove unused var `num-uses'.
20051
20052 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
20053 constructor if it is explicitly overridden.
20054
20055 * complete.el (PC-completion-as-file-name-predicate):
20056 Use minibuffer-completing-file-name.
20057 (partial-completion-mode): Use find-file-not-found-functions.
20058 (PC-lisp-complete-symbol): Use with-syntax-table.
20059 (PC-look-for-include-file): Remove dead setq.
20060 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
20061 (PC-complete): Use with-current-buffer.
20062
20063 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
20064 escape single quotes.
20065
20066 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
20067
20068 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
20069 of `if' whose condition always returned nil. Doc fix.
20070
20071 * buff-menu.el (Buffer-menu-revert-function): Make the selected
20072 window's buffer the current buffer around the call to
20073 `list-buffers-noselect'. This is necessary to mark that buffer
20074 with a `.' in the Buffer Menu when called from Lisp, for instance
20075 by Auto Revert Mode.
20076
20077 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
20078
20079 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
20080 attaching to it.
20081 (gdb-pre-prompt): Make sure gdb-error is reset.
20082
20083 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
20084 with a child process, detect it.
20085 (gud-speedbar-buttons): Match regexp more carefully.
20086
20087 2005-11-27 Richard M. Stallman <rms@gnu.org>
20088
20089 * mouse.el (mouse-drag-move-window-bottom):
20090 Use adjust-window-trailing-edge.
20091
20092 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
20093
20094 * simple.el (blink-matching-open): Ignore
20095 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
20096 (blink-matching-paren-on-screen): Update docstring.
20097
20098 * paren.el (show-paren-mode): No longer change
20099 `blink-matching-paren-on-screen'.
20100
20101 2005-11-27 John Paul Wallington <jpw@pobox.com>
20102
20103 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
20104 (gdb-threads-select, gdb-edit-register-value):
20105 Use `posn-set-point' instead of `mouse-set-point' because the
20106 latter is not fbound when configured without X.
20107
20108 2005-11-27 Kim F. Storm <storm@cua.dk>
20109
20110 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
20111 existing face when partially highlighting a TAB in a rectangle.
20112
20113 2005-11-26 Kim F. Storm <storm@cua.dk>
20114
20115 * ido.el (ido-mode-map): Doc fix.
20116 (ido-mode-common-map, ido-mode-file-map)
20117 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
20118 (ido-define-mode-map): Rewrite. Select one of the new maps as
20119 parent for ido-mode-map instead of building from scratch.
20120 (ido-init-mode-maps): New defun to initialize new maps.
20121 (ido-mode): Call it.
20122 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
20123 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
20124
20125 2005-11-26 John Paul Wallington <jpw@pobox.com>
20126
20127 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
20128 `mouse-set-point' because the latter is not fbound when configured
20129 without X.
20130
20131 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
20132
20133 * files.el (file-relative-name): Doc fix.
20134
20135 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
20136
20137 * progmodes/octave-inf.el (inferior-octave-startup): Force a
20138 non-empty string for secondary prompt PS2.
20139
20140 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
20141
20142 * progmodes/compile.el (compilation-setup): Fix last change.
20143
20144 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
20145
20146 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
20147 (gdb-mouse-toggle-breakpoint-margin)
20148 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
20149 Add gdb-server-prefix to keep out of command history.
20150 (gdb-edit-register-value): New function.
20151 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
20152 (gdb-info-registers-custom): Use above map.
20153
20154 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
20155
20156 * custom.el (enable-theme): Signal error if argument is not a
20157 theme. Don't recalculate a face if it's not loaded yet.
20158
20159 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
20160 the `user' theme is in effect.
20161
20162 * info.el (Info-on-current-buffer): Record actual filename in
20163 Info-current-file, instead of t, or a fake filename if a non-file
20164 buffer. Make autoload.
20165 (Info-find-node, Info-revert-find-node): No need to check for
20166 Info-current-file nil.
20167 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
20168 Info-current-file is now never `t'.
20169 (Info-fontify-node): Many simplifications due to Info-current-file
20170 always being valid. Use Info-find-file to find node filename.
20171
20172 2005-11-25 David Kastrup <dak@gnu.org>
20173
20174 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
20175 new character, then delete" in order to preserve markers.
20176
20177 2005-11-25 David Ponce <david@dponce.com>
20178
20179 * recentf.el (recentf-arrange-by-rule): Handle a special
20180 `auto-mode-alist'-like "strip suffix" rule.
20181 (recentf-build-mode-rules): Handle second level auto-mode entries.
20182
20183 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
20184
20185 * emulation/viper-keym.el (viper-ESC-key): Use different values
20186 in terminal and window modes.
20187
20188 * emulation/viper.el (viper-emacs-state-mode-list): Delete mail-mode,
20189 add jde-javadoc-checker-report-mode.
20190
20191 * ediff-wind.el (ediff-make-wide-display): Slight simplification.
20192
20193 * ediff.el (ediff-date): Change the date of last update.
20194
20195 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
20196
20197 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
20198 Use define-minor-mode, and make it a local mode. Turn on font-lock.
20199 (hi-lock-mode): New global minor mode.
20200 (turn-on-hi-lock-if-enabled): New function.
20201 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
20202 Change arguments to regexp and face instead of a font-lock pattern.
20203 Directly set face property, instead of refontifying.
20204 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
20205 (hi-lock-find-patterns): Use line-number-at-pos.
20206
20207 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
20208 arguments for hi-lock-set-pattern.
20209 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
20210 Call font-lock-fontify-buffer.
20211 (hi-lock-find-file-hook, hi-lock-current-line)
20212 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
20213
20214 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
20215 turned off.
20216
20217 * progmodes/compile.el (compilation-setup): Don't fiddle with
20218 font-lock-defaults.
20219
20220 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
20221
20222 * progmodes/gdb-ui.el (gdb-var-create-handler)
20223 (gdb-var-list-children-handler): Find values for all variable
20224 objects. gud-speedbar-buttons decides whether to display them.
20225
20226 2005-11-24 Romain Francoise <romain@orebokech.com>
20227
20228 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
20229 buffer name with a space.
20230
20231 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
20232
20233 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
20234 `org-export-local-list-max-depth'. Change default value to 3.
20235 (org-auto-renumber-ordered-lists)
20236 (org-plain-list-ordered-item-terminator): New options.
20237 (org-at-item-p, org-beginning-of-item, org-end-of-item)
20238 (org-get-indentation, org-get-string-indentation)
20239 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
20240 New functions.
20241 (org-move-item-down, org-move-item-up): New commands.
20242 (org-export-as-html): New classes for CSS support. Bug fix in
20243 regular expression detecting fixed-width regions. Respect
20244 `org-local-list-ordered-item-terminator'.
20245 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
20246 also a list item.
20247 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
20248 New item moving functions.
20249
20250 2005-11-24 Juri Linkov <juri@jurta.org>
20251
20252 * isearch.el (isearch-repeat): With empty search ring set
20253 `isearch-error' to the error string instead of signaling error
20254 with the function `error'.
20255
20256 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20257
20258 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
20259
20260 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
20261
20262 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
20263 and variable.
20264 (gdb-var-create-handler, gdb-var-list-children-handler):
20265 Don't match on "char **...".
20266 (gdb-var-update-handler): Find values for all variable objects.
20267 (gdb-info-frames-custom): Identify frames by leading "#".
20268
20269 * progmodes/gud.el (gud-speedbar-menu-items): Add
20270 gdb-speedbar-auto-raise as radio button.
20271 (gud-speedbar-buttons): Raise speedbar if requested.
20272 Don't match on "char **...".
20273 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
20274 Make it editable.
20275
20276 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
20277
20278 * info.el (Info-fontify-node): Handle the case where
20279 Info-current-file is t.
20280
20281 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
20282
20283 * simple.el (blink-matching-open): Fix off-by-one in last change.
20284
20285 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20286
20287 * term/mac-win.el: Don't change default directory.
20288
20289 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
20290
20291 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
20292 buffers correctly. (It used to throw an error in such buffers.)
20293 Make it ask for confirmation in group buffers and other Custom
20294 buffers containing more than one customization item.
20295
20296 2005-11-22 John Paul Wallington <jpw@gnu.org>
20297
20298 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
20299 property on mail and url overlays.
20300 (goto-address-at-point): Use `posn-set-point' instead of
20301 `mouse-set-point' because the latter is not fbound when configured
20302 without X.
20303
20304 2005-11-22 Lars Hansen <larsh@soem.dk>
20305
20306 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
20307 (ls-lisp-classify, ls-lisp-format): Delete call to
20308 ls-lisp-parse-symlink.
20309 (ls-lisp-handle-switches): Handle symlinks to directories as
20310 directories when ls-lisp-dirs-first in non-nil.
20311
20312 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
20313
20314 * startup.el (command-line): Make sure that loaddefs.el is handled
20315 correctly in load-history.
20316
20317 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
20318
20319 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
20320 (gdb-struct-string, gdb-array-string): New constants.
20321 (gdb-info-locals-handler): Use them.
20322 (gdb-reset): Reset gdb-var-list to nil.
20323
20324 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
20325
20326 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
20327 in patterns.
20328
20329 2005-11-21 Juri Linkov <juri@jurta.org>
20330
20331 * custom.el (defcustom): Update link types in docstring.
20332
20333 2005-11-20 Martin Rudalics <rudalics@gmx.at>
20334
20335 * custom.el (defgroup): Add doc-string-elt info.
20336
20337 * widget.el (define-widget): Don't use declare for the doc-string-elt.
20338
20339 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
20340
20341 * newcomment.el (comment-enter-backward): Fix last fix.
20342
20343 * simple.el (blink-matching-open):
20344 * paren.el (show-paren-function): Allow new paren-class info.
20345
20346 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
20347
20348 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
20349 handled automagically.
20350
20351 2005-11-20 Andreas Schwab <schwab@suse.de>
20352
20353 * descr-text.el (describe-char): When copying overlays put them
20354 over the full char description instead of just the first character
20355 of it.
20356
20357 2005-11-20 Juri Linkov <juri@jurta.org>
20358
20359 * simple.el (what-cursor-position):
20360 * descr-text.el (describe-char): Use Lisp-readable syntax
20361 for octal and hex. Reorder decimal, octal and hex values.
20362 Remove excess whitespace in the output. Use `=' in `column='
20363 like in `point=' and `Hscroll='.
20364
20365 * international/mule-cmds.el (encoded-string-description):
20366 Use Lisp-readable syntax for hex.
20367
20368 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
20369
20370 * newcomment.el (comment-enter-backward): Handle the case where the
20371 comment is closed by EOB.
20372
20373 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
20374
20375 * longlines.el (longlines-before-revert-hook)
20376 (longlines-after-revert-hook): New functions.
20377 (longlines-mode): Turn off longlines temporarily when reverting.
20378 Add a message-setup-hook.
20379 (longlines-decode-buffer): New function.
20380 (longlines-wrap-line): Preserve marker positions.
20381
20382 2005-11-19 Andreas Schwab <schwab@suse.de>
20383
20384 * emacs-lisp/shadow.el: Handle compressed files.
20385
20386 2005-11-19 Romain Francoise <romain@orebokech.com>
20387
20388 * net/browse-url.el (browse-url-default-browser): Signal an error
20389 if no usable browser can be found, rather than try to load w3.
20390
20391 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
20392
20393 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
20394 replacing existing properties.
20395 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
20396 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
20397 tty specs.
20398 (rcirc-server-prefix, rcirc-server): New faces.
20399 (rcirc-url-regexp): Generate with rx macro.
20400 (rcirc-last-server-message-time): New variable.
20401 (rcirc-filter): Record time of last message.
20402 (rcirc-keepalive): Kill processes that did not send a message
20403 since the last ping.
20404 (rcirc-mode): Give rcirc-topic a local binding here.
20405
20406 2005-11-19 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
20407
20408 * subr.el (read-passwd): Fontify the prompt as we do with other
20409 prompts.
20410
20411 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
20412
20413 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
20414 binding buffer-read-only to nil.
20415
20416 2005-11-19 Eli Zaretskii <eliz@gnu.org>
20417
20418 * complete.el (partial-completion-mode):
20419 Mention completion-auto-help in the doc string.
20420
20421 * man.el (Man-highlight-references): Doc fix. Reformat code in a
20422 more Lisp-ish way.
20423
20424 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
20425
20426 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
20427 digits, not 8, to avoid misalignment for files larger than 100MB.
20428
20429 2005-11-19 Eli Zaretskii <eliz@gnu.org>
20430
20431 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
20432 Mention "keyboard shortcuts" in the help text.
20433
20434 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20435
20436 * startup.el (fancy-splash-default-action): Discard only
20437 mouse-down and succeeding mouse-up events in the splash screen
20438 window so that drag-n-drop event can be processed.
20439
20440 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
20441
20442 * longlines.el (longlines-mode): Add hacks for mail-mode and
20443 message-mode.
20444
20445 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
20446
20447 * textmodes/org.el (org-table-sort-lines): New command.
20448 (org-tbl-menu): Add entry for `org-table-sort-lines'.
20449 (org-add-file): Command removed, use `org-agenda-file-to-front'
20450 instead.
20451 (org-export-icalendar): Use `org-icalendar-combined-name'.
20452 (org-cycle-agenda-files, org-agenda-file-to-end)
20453 (org-agenda-file-to-front): New commands.
20454 (org-table-tab-jumps-over-hlines, org-export-html-style):
20455 New options.
20456 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
20457 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
20458 New functions.
20459 (org-fill-paragraph): Call `org-table-align' in tables.
20460 (org-mode): Call `org-set-autofill-regexps'.
20461 (org-export-as-html): Support for local handformatted lists.
20462 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
20463 (org-export-local-list-max-depth): New option.
20464 (org-html-expand): Use `org-html-protect'.
20465
20466 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
20467
20468 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
20469 to "p".
20470 (gdb): Move definition of gud-pp to...
20471
20472 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
20473 speedbar.
20474 (gdb-find-watch-expression): New function.
20475
20476 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
20477
20478 * faces.el (face-attribute, set-face-attribute): Mention existence
20479 of `:ignore-defface' setting in docstring.
20480
20481 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
20482
20483 * simple.el (completion-setup-function): Fix last change.
20484
20485 2005-11-17 John Paul Wallington <jpw@pobox.com>
20486
20487 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
20488 Use `posn-set-point' instead of `mouse-set-point' because the
20489 latter is not fbound when configured without X.
20490
20491 * comint.el (comint-insert-input): Likewise.
20492
20493 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
20494
20495 * simple.el (hard-newline): New variable.
20496 (sendmail-user-agent-compose, next-line): Use it.
20497
20498 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
20499 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
20500 (mail-mail-reply-to, mail-mail-followup-to)
20501 (mail-position-on-field, mail-signature, mail-yank-original)
20502 (mail-attach-file): Likewise.
20503
20504 * mail/mailheader.el (mail-header-format)
20505 (mail-header-format-function): Likewise.
20506
20507 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
20508
20509 2005-11-17 Juri Linkov <juri@jurta.org>
20510
20511 * font-lock.el (font-lock-faces): Rename this defgroup from
20512 `font-lock-highlighting-faces'.
20513 (font-lock-comment-face, font-lock-comment-delimiter-face)
20514 (font-lock-string-face, font-lock-doc-face)
20515 (font-lock-keyword-face, font-lock-builtin-face)
20516 (font-lock-function-name-face, font-lock-variable-name-face)
20517 (font-lock-type-face, font-lock-constant-face)
20518 (font-lock-warning-face, font-lock-negation-char-face)
20519 (font-lock-preprocessor-face)
20520 (font-lock-regexp-grouping-backslash)
20521 (font-lock-regexp-grouping-construct): Rename :group from
20522 `font-lock-highlighting-faces' to `font-lock-faces'.
20523
20524 * cus-edit.el (lisp, c, tex):
20525 * progmodes/ada-mode.el (ada):
20526 * progmodes/asm-mode.el (asm):
20527 * progmodes/cperl-mode.el (cperl-faces):
20528 * progmodes/cpp.el (cpp):
20529 * progmodes/dcl-mode.el (dcl):
20530 * progmodes/f90.el (f90):
20531 * progmodes/fortran.el (fortran):
20532 * progmodes/icon.el (icon):
20533 * progmodes/idlwave.el (idlwave-misc):
20534 * progmodes/m4-mode.el (m4):
20535 * progmodes/make-mode.el (makefile):
20536 * progmodes/meta-mode.el (meta-font):
20537 * progmodes/modula2.el (modula2):
20538 * progmodes/octave-mod.el (octave):
20539 * progmodes/pascal.el (pascal):
20540 * progmodes/perl-mode.el (perl):
20541 * progmodes/prolog.el (prolog):
20542 * progmodes/ps-mode.el (PostScript-edit):
20543 * progmodes/scheme.el (scheme):
20544 * progmodes/sh-script.el (sh-script):
20545 * progmodes/simula.el (simula):
20546 * progmodes/tcl.el (tcl):
20547 * textmodes/nroff-mode.el (nroff):
20548 * textmodes/reftex-vars.el (reftex-fontification-configurations):
20549 * textmodes/sgml-mode.el (sgml):
20550 * textmodes/texinfo.el (texinfo):
20551 Add :link (custom-group-link font-lock-faces) to defgroup.
20552
20553 * hi-lock.el (hi-lock): Rename this defgroup from
20554 `hi-lock-interactive-text-highlighting'. Change parent group from
20555 `faces' to `font-lock'. Add link to the manual.
20556 (hi-lock-mode, hi-lock-file-patterns-range)
20557 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
20558 `hi-lock-interactive-text-highlighting' to `hi-lock'.
20559 (hi-lock-faces): Add :group `faces'.
20560
20561 * cus-edit.el (custom-variable-prompt): Clarify the code.
20562
20563 * faces.el (face-read-string): Set the default value arg of
20564 completing-read.
20565
20566 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
20567
20568 * rfn-eshadow.el (file-name-shadow-properties)
20569 (file-name-shadow-tty-properties, file-name-shadow-mode):
20570 Remove autoloads, because the file is now preloaded.
20571
20572 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
20573
20574 * printing.el (easy-menu-intern): Don't define.
20575 (pr-get-symbol): Use easy-menu-intern only if defined.
20576
20577 * simple.el (blink-matching-open): Simplify a bit.
20578 (completion-setup-function): Fix the case of partial-completion-mode
20579 when the minibuffer's contents start with "-".
20580 Obey completion-base-size-function even when
20581 minibuffer-completing-file-name is non-nil.
20582
20583 2005-11-16 Richard M. Stallman <rms@gnu.org>
20584
20585 * net/eudcb-ph.el (eudc-ph-open-session):
20586 Use set-process-query-on-exit-flag.
20587
20588 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
20589
20590 * international/ucs-tables.el (ucs-set-table-for-input):
20591 Use make-local-variable, not make-variable-buffer-local.
20592
20593 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
20594 Improve warning message text.
20595
20596 * savehist.el (savehist-save-hook): Add :group.
20597
20598 * menu-bar.el (menu-bar-help-menu):
20599 Rename Find Extra Packages to External Packages.
20600
20601 * cus-edit.el (Custom-reset-standard): Verify that
20602 :custom-standard-value prop exists before calling it.
20603
20604 * apropos.el (apropos-calc-scores): Use apropos-pattern.
20605
20606 2005-11-16 Martin Rudalics <rudalics@gmx.at>
20607
20608 * wid-edit.el (color): Enclose %t in %{...%}.
20609
20610 * cus-edit.el (face): Enclose %t in %{...%}.
20611
20612 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
20613
20614 * savehist.el (savehist-mode-hook): Re-add the var.
20615 (savehist-mode): Use it.
20616
20617 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
20618
20619 * textmodes/flyspell.el: Fix commenting convention.
20620 Remove unnecessary leading * in custom docstrings.
20621 (flyspell-emacs): Remove unused var.
20622 (flyspell-delete-region-overlays): Use remove-overlays.
20623 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
20624 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
20625 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
20626 (flyspell-debug-signal-word-checked): Use with-current-buffer.
20627 (make-flyspell-overlay): Don't locally reuse a global name.
20628 (flyspell-highlight-incorrect-region)
20629 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
20630 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
20631 (flyspell-notify-misspell): Remove unused args `start' and `end'.
20632 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
20633 Wrap calls to accept-process-output inside with-local-quit since it's
20634 often called from a post-command-hook.
20635 (flyspell-correct-word, flyspell-auto-correct-word):
20636 Use ispell-send-string.
20637 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
20638
20639 * calendar/diary-lib.el (diary-list-entries): Also hide the
20640 terminating newline.
20641
20642 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
20643
20644 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
20645 window-system, to allow fonts on tty.
20646
20647 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
20648
20649 * progmodes/gud.el (gud-speedbar-item-info): New function.
20650 (gud-install-speedbar-variables): Use it to display data type
20651 of watch expression as a tooltip in speedbar.
20652
20653 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
20654
20655 * font-core.el (global-font-lock-mode): Add :version keyword,
20656 because default was changed.
20657
20658 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
20659
20660 * startup.el (command-line): Use `custom-reevaluate-setting' for
20661 `file-name-shadow-mode'.
20662
20663 * loadup.el: Preload rfn-eshadow.
20664
20665 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
20666 Add :version keyword.
20667 (file-name-shadow-properties, file-name-shadow-tty-properties)
20668 (file-name-shadow): Add :version keyword.
20669
20670 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
20671 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
20672 in the custom-group property of the symbol frames and the fringe
20673 group got no link to its parent group frames.
20674 Doc fix.
20675
20676 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
20677
20678 * progmodes/gud.el (gud-stop-subjob): New function.
20679 (gud-menu-map, gud-tool-bar-map): Use it.
20680
20681 2005-11-16 Kim F. Storm <storm@cua.dk>
20682
20683 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
20684 than kill it.
20685 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
20686 to a more useful/logical place.
20687
20688 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
20689
20690 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
20691 go buttons complementary.
20692
20693 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
20694
20695 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
20696 (rfn-eshadow-sifn-equal): New function.
20697 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
20698
20699 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
20700
20701 * emulation/viper-utils.el (viper-non-word-characters-reformed-vi):
20702 Quote `-' in string.
20703
20704 * emulation/viper.el (viper-emacs-state-mode-list): Ensure that
20705 rcirc-mode buffers come up in Emacs state.
20706
20707 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
20708 operation.
20709
20710 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
20711
20712 * term.el (term-termcap-format): Fix typos.
20713 (term-down): Fix the negative argument case.
20714
20715 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
20716
20717 * progmodes/gdb-ui.el: Remove face-alias left over from change on
20718 2005-08-15.
20719 (gdb-ann3): New command gud-go.
20720 (menu): Accomodate gdb-mi.el.
20721 (gdb-assembler-custom): Make buffer of selected window current
20722 so that set-window-point works.
20723
20724 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
20725 buttons and include new ones.
20726
20727 2005-11-16 Kim F. Storm <storm@cua.dk>
20728
20729 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
20730 (gud-menu-map): Use it.
20731
20732 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
20733
20734 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
20735 that works correctly for Custom and that does not override a user
20736 who disables it.
20737
20738 * help-mode.el (help-make-xrefs, help-xref-on-pp)
20739 (help-xref-interned, help-follow): Make hyperlinks for variables
20740 that are unbound, but have a non-nil variable-documentation property.
20741
20742 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
20743 mode hook. (It conflicted with defcustoms for some mode hooks.)
20744 Use the `variable-documentation' property to give the mode hook a
20745 docstring and expand that docstring.
20746
20747 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
20748
20749 * savehist.el (savehist-mode): Don't bother with
20750 `custom-set-minor-mode'.
20751 (savehist-coding-system): Check XEmacs version.
20752 (history-length): Declare also at run time.
20753 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
20754 Don't set the customize state.
20755 (savehist-minibuffer-hook): Special case for when
20756 minibuffer-history-variable is equal to t.
20757
20758 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
20759
20760 * files.el (write-file): Refresh VC status.
20761
20762 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
20763 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
20764 than fundamental-mode to see if the mode was set.
20765
20766 2005-11-14 Romain Francoise <romain@orebokech.com>
20767
20768 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
20769 dummy function in `eval-when-compile' to avoid compiler warning.
20770 Require `man' at compile time.
20771
20772 2005-11-14 Jay Belanger <belanger@truman.edu>
20773
20774 * calc/calc-alg.el (calcFunc-write-out-power): Rename it to
20775 calcFunc-powerexpand.
20776 (math-write-out-power): Rename it to math-powerexpand; have it
20777 handle negative exponents.
20778 (calc-writeoutpower): Rename it to calc-powerexpand.
20779
20780 * calc/calc-ext.el: Change calcFunc-writeoutpower and
20781 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
20782 autoloads.
20783 Add calcFunc-ldiv to autoloads.
20784
20785 * calc/calc-arith.el (calcFunc-ldiv): New function.
20786
20787 * calc/calc.el (calc-left-divide): New function.
20788
20789 2005-11-14 Juri Linkov <juri@jurta.org>
20790
20791 * cus-edit.el (custom-variable-prompt): Set the default value arg
20792 of completing-read.
20793
20794 * cus-dep.el (custom-make-dependencies): Reverse the list of
20795 found dependencies.
20796
20797 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
20798
20799 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
20800 Highlighting" entry, it is on by default now.
20801 (menu-bar-options-save): Do not save global-font-lock-mode.
20802
20803 2005-11-13 Richard M. Stallman <rms@gnu.org>
20804
20805 * textmodes/flyspell.el (flyspell-large-region):
20806 Call flyspell-accept-buffer-local-defs.
20807
20808 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
20809
20810 * textmodes/flyspell.el (flyspell-notify-misspell):
20811 Fix misspelling of "Misspelling".
20812 (flyspell-process-localwords): New function.
20813 (flyspell-large-region): Call flyspell-process-localwords and
20814 flyspell-delete-region-overlays.
20815 (flyspell-delete-region-overlays): New function.
20816 (flyspell-delete-all-overlays): Call that.
20817
20818 2005-11-13 Richard M. Stallman <rms@gnu.org>
20819
20820 * help.el (help-for-help-internal): Improve doc of C-h a.
20821 (describe-key): Improve prompt; doc fix.
20822
20823 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
20824
20825 * vc-svn.el (vc-svn-registered): Catch all errors.
20826
20827 * cus-dep.el (custom-make-dependencies): Typo.
20828
20829 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
20830
20831 * net/tramp-util.el (top): Fix compilation warning.
20832
20833 2005-11-13 Kim F. Storm <storm@cua.dk>
20834
20835 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
20836
20837 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
20838
20839 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
20840 (gud-speedbar-buttons): Match on "const char *" too.
20841
20842 * progmodes/gdb-ui.el (gdb-var-create-handler)
20843 (gdb-var-list-children-handler): Match on "const char *" too.
20844 (gdb-var-evaluate-expression-handler): Match on empty string.
20845 (gdb-var-update-handler): Only call
20846 gdb-var-evaluate-expression-handler when required.
20847
20848 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
20849
20850 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
20851 selected window. This still doesn't work for speedbar.
20852 (gud-speedbar-buttons): Handle string expressions properly.
20853
20854 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
20855 (gdb-var-create-handler): Handle string expressions properly.
20856 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
20857 Handle string expressions properly. Move "type" field into regexp.
20858
20859 2005-11-12 Karl Fogel <kfogel@red-bean.com>
20860
20861 * bookmark.el (bookmark-maybe-message): New function to reduce
20862 code duplication: invokes `message' iff baud-rate is high enough.
20863 (bookmark-write-file): Use above instead of an inline conditional.
20864 (bookmark-load): Same.
20865
20866 2005-11-12 Karl Fogel <kfogel@red-bean.com>
20867
20868 * bookmark.el (bookmark-write-file): Don't visit the destination
20869 file, just write the data to it using write-region. This is
20870 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
20871 change to avoid visiting the file in the first place.
20872
20873 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
20874
20875 * hi-lock.el (hi-lock-mode): Set the default value of
20876 font-lock-defaults.
20877
20878 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
20879
20880 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
20881 arg to `file-attributes'.
20882 (find-lisp-format): The UID and GID can now be strings.
20883
20884 2005-11-12 Kim F. Storm <storm@cua.dk>
20885
20886 * help.el (help-map): Bind C-h d to apropos-documentation.
20887
20888 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
20889 when point is at end-of-buffer.
20890
20891 * apropos.el (apropos-match-face): Doc fix.
20892 (apropos-sort-by-scores): Add new choice `verbose'.
20893 (apropos-documentation-sort-by-scores): New defcustom.
20894 (apropos-pattern): Now contains the pattern entered by the user.
20895 (apropos-pattern-quoted): New defvar.
20896 (apropos-regexp): New defvar, containing the regexp corresponding
20897 to apropos-pattern.
20898 (apropos-all-words-regexp): Rename from apropos-all-regexp.
20899 (apropos-read-pattern): New defun. Use it to read pattern arg in
20900 interactive calls; returns list of words for a word list, and
20901 string for a regexp.
20902 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
20903 parses a list of words or regexp as returned by apropos-read-pattern.
20904 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
20905 (apropos-score-doc): Return a very high score if the string
20906 entered by the user matches literally.
20907 (apropos-variable): Doc fix. Use apropos-read-pattern.
20908 (apropos-command): Doc fix. Use apropos-read-pattern and
20909 apropos-parse-pattern. Call apropos-print with nosubst=t.
20910 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
20911 apropos-parse-pattern.
20912 (apropos-documentation): Doc fix. Use apropos-read-pattern and
20913 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
20914 apropos-documentation-sort-by-scores. Call apropos-print with
20915 nosubst=t.
20916 (apropos-documentation-internal): Pass doc string through
20917 substitute-key-definition before adding text properties.
20918 Highlight substring matching literal user input if possible.
20919 (apropos-documentation-check-doc-file): Remove locals beg and end.
20920 Fix calculation of score (as added twice). Pass doc string through
20921 substitute-key-definition before adding text properties.
20922 (apropos-documentation-check-elc-file): Pass doc string through
20923 substitute-key-definition before adding text properties.
20924 Highlight substring matching literal user input if possible.
20925 (apropos-print): Add new arg NOSUBST; if set, command and variable
20926 doc strings have already been passed through substitute-key-definition.
20927 Add code to handle apropos-accumulator items without score element
20928 for backwards compatibility (e.g. with woman package).
20929 Only show scores if apropos-sort-by-scores is `verbose'.
20930
20931 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
20932
20933 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
20934 Add jka-compr-load-suffixes to load-suffixes.
20935
20936 * jka-compr.el: Require jka-cmpr-hook.
20937 (jka-compr-info-compress-message, jka-compr-info-compress-program)
20938 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
20939 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
20940 (jka-compr-info-can-append, jka-compr-info-strip-extension)
20941 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
20942 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
20943 (jka-compr-uninstall): Remove entries from
20944 jka-compr-added-to-file-coding-system-alist after they are used.
20945 (jka-compr-error): Remove unused var `curbuf'.
20946 (jka-compr-file-local-copy): Remove unused var `notfound'.
20947
20948 2005-11-10 Romain Francoise <romain@orebokech.com>
20949
20950 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
20951
20952 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
20953
20954 * progmodes/gud.el (gud-menu-map): Move parentheses.
20955 (gdb): New command gud-pv.
20956
20957 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
20958
20959 * tar-mode.el: Remove spurious or unnecessary leading stars
20960 in docstrings.
20961 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
20962 (tar-parse-octal-integer-safe): Use mapc.
20963 (tar-header-block-summarize): Remove unused var `ck'.
20964 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
20965 cleared before. Obey default-enable-multibyte-characters.
20966 Use mapconcat. Simplify setting of tar-header-offset.
20967 (tar-mode-map): Move initialization inside delcaration.
20968 (tar-flag-deleted): Use `abs'.
20969 (tar-expunge-internal): Remove unused var `line'.
20970 (tar-expunge-internal): Don't hardcode point-min==1.
20971 (tar-expunge): Widen while doing set-buffer-multibyte.
20972 (tar-rename-entry): Use file-name-coding-system.
20973 (tar-alter-one-field): Don't hardcode point-min==1.
20974 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
20975 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
20976
20977 2005-11-10 Masatake YAMATO <jet@gyve.org>
20978
20979 * add-log.el (add-log-current-defun): Handle class::method
20980 notation of c++. Fix incorrect comment.
20981
20982 2005-11-10 Alan Mackenzie <acm@muc.de>
20983
20984 * help-fns.el (describe-variable): Make C-h v work when a variable
20985 has variable documentation yet is unbound.
20986
20987 2005-11-10 Masatake YAMATO <jet@gyve.org>
20988
20989 * man.el (Man-highlight-references): Set an empty
20990 string to `Man-arguments' if it is nil.
20991 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
20992
20993 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
20994
20995 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
20996 commenting conventions.
20997
20998 * cus-dep.el (custom-make-dependencies): Simplify.
20999 Better follow the commenting conventions.
21000
21001 2005-11-09 Richard M. Stallman <rms@gnu.org>
21002
21003 * apropos.el (apropos-pattern): Rename from apropos-regexp.
21004 (apropos-orig-pattern): Rename from apropos-orig-regexp.
21005 All uses changed.
21006 (apropos-rewrite-regexp): Doc fix.
21007 (apropos-variable, apropos-command, apropos, apropos-value):
21008 Change prompt; carry through the argument renaming.
21009
21010 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
21011
21012 * find-lisp.el: Require dired.
21013 (find-lisp-find-dired-internal): Do not call
21014 `abbreviate-file-name' on DIR.
21015
21016 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
21017
21018 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
21019
21020 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
21021
21022 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
21023 when using the speedbar.
21024 (gdb): New command gud-pp.
21025 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
21026
21027 2005-11-09 Juri Linkov <juri@jurta.org>
21028
21029 * replace.el (occur-excluded-properties): New defcustom.
21030 (occur-1, occur-engine, occur-accumulate-lines): Use it.
21031
21032 2005-11-08 Jay Belanger <belanger@truman.edu>
21033
21034 * calc/calc-units.el (math-convert-units): Replace any composite
21035 unit by its definition.
21036
21037 2005-11-08 Lars Hansen <larsh@soem.dk>
21038
21039 * emacs-lisp/autoload.el (update-directory-autoloads):
21040 Add obsolete function alias.
21041
21042 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
21043
21044 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
21045 comment-indent-function.
21046 (lisp-comment-indent): Replace by an alias for comment-indent-default.
21047
21048 * reveal.el (reveal-post-command): Rework the handling of
21049 reveal-open-spots, so as to be more reliable. There were several
21050 tricky corner cases where an open spot might be lost, or where
21051 a closed spot might end up on the list of open spots.
21052 Only reveal text that's ellipsised.
21053
21054 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
21055
21056 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
21057
21058 2005-11-07 John Paul Wallington <jpw@gnu.org>
21059
21060 * ibuffer.el (ibuffer): Search iconified frames too when
21061 getting Ibuffer buffer's window.
21062
21063 2005-11-06 Richard M. Stallman <rms@gnu.org>
21064
21065 * progmodes/compile.el (compilation-internal-error-properties):
21066 save-excursion around the computation of MARKER.
21067
21068 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
21069
21070 * textmodes/flyspell.el (flyspell-external-point-words):
21071 flyspell-get-word returns a list, not just a string.
21072
21073 2005-11-06 John Paul Wallington <jpw@pobox.com>
21074
21075 * ibuffer.el (ibuffer): Search all visible frames when getting
21076 Ibuffer buffer's window.
21077
21078 2005-11-07 Masatake YAMATO <jet@gyve.org>
21079
21080 * man.el (Man-reference-regexp): Accept spaces between
21081 `Man-name-regexp' and `Man-section-regexp'.
21082 (Man-apropos-regexp): New variable.
21083 (Man-abstract-xref-man-page): Use value for `Man-target-string'
21084 if available.
21085 (Man-highlight-references, Man-highlight-references0):
21086 Handle the case when `Man-arguments' includes "-k".
21087 (Man-highlight-references0): Rename the argument `TARGET-POS' to
21088 `TARGET'. `TARGET' can be a number, function or nil.
21089
21090 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
21091
21092 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
21093 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
21094 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
21095 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
21096 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
21097 (gdb-send-item): Use buffer-local-value and simplify.
21098
21099 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
21100
21101 * startup.el (command-line): Use `custom-reevaluate-setting' for
21102 `global-font-lock-mode'.
21103
21104 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
21105 by default, except in batch mode or when the -D option is given.
21106
21107 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
21108 specified keyword args on to `define-minor-mode'. Update docstring.
21109
21110 2005-11-05 Romain Francoise <romain@orebokech.com>
21111
21112 * replace.el (occur-engine): Add marker at end of line, too.
21113
21114 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
21115
21116 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
21117 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
21118 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
21119 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
21120 argument to all these routines, so the passphrase can be managed
21121 externally and passed in to the system.
21122 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
21123 pgg-add-passphrase-to-cache function.
21124
21125 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
21126 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
21127 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
21128 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
21129 argument to all these routines, so the passphrase can be managed
21130 externally and passed in to the system.
21131 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
21132 function.
21133
21134 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
21135
21136 * font-lock.el: Don't deal with font-lock-face-attributes here,
21137 move the code ...
21138
21139 * startup.el (command-line): ... here. Use face-spec-set instead
21140 of custom-declare-face.
21141
21142 * faces.el (face-spec-set): Reset the face if spec is not nil.
21143
21144 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
21145
21146 * newcomment.el (comment-region-internal): Box more tightly in the
21147 common case where there's no TAB in the boxed text.
21148
21149 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21150
21151 * info.el (info-tool-bar-map): Use images prev-node, next-node and
21152 up-node.
21153
21154 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
21155
21156 * net/newsticker.el: Commentary updated. Code formatting changed.
21157 (newsticker-version): Change to "1.9".
21158 (newsticker, newsticker-feed): Doc fix.
21159 (newsticker-url-list): Doc fix. Add option "Weekly".
21160 (newsticker-retrieval-interval): Add option "Weekly".
21161 (newsticker-headline-processing): Doc fix.
21162 (newsticker-auto-mark-filter): Remove.
21163 (newsticker-auto-mark-filter-list): New.
21164 (newsticker-layout, newsticker-sort-method): Doc fix.
21165 (newsticker-hide-old-items-in-newsticker-buffer)
21166 (newsticker-heading-format, newsticker-item-format)
21167 (newsticker-desc-format): Doc fix.
21168 (newsticker-show-all-rss-elements): Remove.
21169 (newsticker-show-all-news-elements): New.
21170 (newsticker-faces, newsticker-ticker): Doc fix.
21171 (remove-from-invisibility-spec): Code formatting.
21172 (newsticker--process-ids): New.
21173 (newsticker-mode): Doc fix.
21174 (newsticker-mode): Change mode-line-format.
21175 (newsticker-start): Remove debug output.
21176 (newsticker-start-ticker): Doc fix. Add autoload cookie.
21177 (newsticker-w3m-show-inline-images): Code formatting.
21178 (newsticker-next-item): Call `force-mode-line-update'.
21179 (newsticker-previous-item): Call `force-mode-line-update'.
21180 (newsticker-next-feed): Call `force-mode-line-update'.
21181 (newsticker-previous-feed): Call `force-mode-line-update'.
21182 (newsticker-mark-all-items-at-point-as-read): Code formatting.
21183 (newsticker-show-old-items): Do not show descs.
21184 (newsticker-hide-entry): Hide too much.
21185 (newsticker-hide-entry, newsticker-show-entry)
21186 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
21187 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
21188 (newsticker-toggle-auto-narrow-to-item): Code formatting.
21189 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
21190 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
21191 (newsticker-get-news): Call `force-mode-line-update'.
21192 Collect process ids.
21193 (newsticker--sentinel): Change coding system handling.
21194 Move image retrieval to new functions newsticker--get-logo-url-*.
21195 Move feed parsing to new functions newsticker--parse-*.
21196 Update list of process ids.
21197 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
21198 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
21199 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
21200 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
21201 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
21202 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
21203 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
21204 (newsticker--decode-coding-string): Remove.
21205 (newsticker--decode-numeric-entities): Check input. Format code.
21206 (newsticker--remove-whitespace): Check input.
21207 (newsticker--do-forget-preformatted): Doc fix.
21208 (newsticker--decode-rfc822-date): Allow for missing time.
21209 (newsticker--update-process-ids): New.
21210 (newsticker--image-sentinel): Change comment.
21211 (newsticker--image-read): Change error message.
21212 (newsticker--imenu-goto): Doc fix. Show headline title.
21213 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
21214 (newsticker--buffer-do-insert-text): Clean whitespace in
21215 html-rendered headline title. Code formatting.
21216 Call `newsticker--buffer-print-extra-elements'.
21217 (newsticker--buffer-print-extra-element): Remove.
21218 (newsticker--buffer-print-extra-elements): New.
21219 (newsticker--buffer-do-print-extra-element): New.
21220 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
21221 large sizes.
21222 (newsticker--run-auto-mark-filter)
21223 (newsticker--do-run-auto-mark-filter):
21224 Use `newsticker-auto-mark-filter-list'.
21225
21226 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
21227
21228 * net/rcirc.el: Use split-string OMIT-NULLS argument.
21229 (rcirc-print): Force redisplay before running hooks. Do long
21230 buffer truncation after making new text read-only. Deal with nil
21231 text when decoding strings. If TARGET is nil, use either the
21232 currently selected buffer, if it is an rcirc buffer and of the
21233 same process or the process buffer.
21234 (rcirc-mode): Remove header-line. Recompute short buffer names.
21235 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
21236 (rcirc-short-buffer-name): Add variable.
21237 (rcirc-kill-buffer-hook): Recompute short buffer names.
21238 Remove nick from private channel.
21239 (rcirc-send-input): Send command text to current-buffer.
21240 Don't clear overlay arrow here.
21241 (rcirc-short-buffer-name): Return a short buffer name.
21242 (rcirc-update-short-buffer-names, rcirc-abbreviate)
21243 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
21244 buffer-name abbreviations.
21245 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
21246 Do not touch nick-table when killing a parted channel.
21247 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
21248 Clear arrow from current buffer if it is now hidden.
21249 (rcirc-current-buffer): Add variable.
21250 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
21251 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
21252 Remove -face from names.
21253 (rcirc-update-activity-string): Print "DND" when globally ignoring
21254 activity.
21255 (rcirc-ignore-buffer-activity-flag): Rename from
21256 rcirc-ignore-channel-activity.
21257 (rcirc-ignore-all-activity-flag): Doc fix.
21258 (rcirc-channels): Remove variable.
21259 (rcirc-kill-buffer-hook):
21260 (rcirc-get-buffer-create): Add nick to private channel.
21261 (rcirc-multiline-edit-submit): Remove tabs.
21262 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
21263 folded.
21264 (rcirc-remove-nick-channel): Bug fix.
21265 (rcirc-toggle-ignore-buffer-activity): Rename from
21266 rcirc-toggle-ignore-channel-activity.
21267 (rcirc-record-activity): Add buffers to the front of the list.
21268 (rcirc-update-activity): Remove killed buffers from list.
21269 (rcirc-process-server-response-1): Remove last argument if it is
21270 null before calling handler.
21271 (rcirc): Add "rcirc" defcustom prefix.
21272 (rcirc-prompt): Simplify default prompt.
21273 Use custom-initialize-default.
21274 (rcirc-private-chats): Remove variable.
21275 (rcirc-prompt): Change initialization.
21276 (rcirc-version): Remove function.
21277 (rcirc-id-string): Add constant.
21278 (rcirc-last-buffer): Remove variable.
21279 (rcirc-buffer-alist): Add variable.
21280 (rcirc-connect): Update variable setup.
21281 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
21282 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
21283 default.
21284 (rcirc-handler-generic): Trigger activity.
21285 (rcirc-send-message): Create the buffor of the target.
21286 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
21287 (rcirc-get-buffer): Just return nil if there is no matching buffer.
21288 (rcirc-multiline-edit-cancel): Remove function.
21289 (rcirc-set-last-buffer): Remove function.
21290 (rcirc-get-any-buffer): Add function.
21291 (rcirc-join-channels): Don't print /join text.
21292 (rcirc-toggle-ignore-channel-activity): Add and update echo area
21293 messages.
21294 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
21295 (rcirc-handler-NOTICE): Recognize CTCP responses.
21296 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
21297 constructing TOPIC string for buffers we are not JOINed.
21298 (rcirc-handler-CTCP-response): Add handler.
21299 (rcirc-multiline-edit-submit): Restore the window-configuration
21300 before adjusting point.
21301 (rcirc): Add customization group.
21302 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
21303 (rcirc-user-full-name, rcirc-startup-channels-alist)
21304 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
21305 (rcirc-ignore-all-activity-flag, rcirc-time-format)
21306 (rcirc-input-ring-size, rcirc-read-only-flag)
21307 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
21308 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
21309 Change defvar to defcustom.
21310 (rcirc-update-prompt): Add optional ALL arg, which will update
21311 prompts in all rcirc buffers. Regexp quote replacement text.
21312 (rcirc-fill-column): Accept frame-width as a value.
21313 (rcirc-set-changed): Add function.
21314 (rcirc-next-active-buffer): Write more meaningful messages.
21315 (rcirc-faces): Add customization group.
21316 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
21317 (rcirc-nick-in-message-face, rcirc-prompt-face)
21318 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
21319 (with-rcirc-process-buffer): Move before first usage.
21320 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
21321 (rcirc-debug-flag): Rename from `rcirc-log-p'.
21322 (rcirc-debug): Rename from `rcirc-log'.
21323 (rcirc-format-response-string): Do not print `-' chars for a
21324 NOTICE with no sender. Simplify output of server responses.
21325
21326 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
21327
21328 (rcirc-browse-url-map, rcirc-browse-url-at-point)
21329 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
21330 Make urls mouse and RET clickable.
21331
21332 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
21333
21334 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
21335
21336 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
21337
21338 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
21339 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
21340 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
21341 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
21342 argument to all these routines, so the passphrase can be managed
21343 externally and passed in to the system.
21344 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
21345 pgg-add-passphrase-to-cache function.
21346
21347 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
21348 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
21349 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
21350 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
21351 argument to all these routines, so the passphrase can be managed
21352 externally and passed in to the system.
21353 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
21354 function.
21355
21356 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
21357
21358 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
21359 from goto-address-url-regexp.
21360
21361 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
21362
21363 * textmodes/org.el (org-read-date, org-goto-calendar)
21364 (org-recenter-calendar, org-agenda-goto-calendar):
21365 Temporarily clear `calendar-move-hook'.
21366
21367 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
21368
21369 * ediff-merg.el (ediff-merge-region-is-non-clash):
21370 Return t, if not merging.
21371
21372 * ediff-util.el (ediff-previous-difference): Don't skip regions that
21373 have merge clashes.
21374
21375 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21376
21377 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
21378 Undo previous change.
21379
21380 * startup.el (command-line): Use `custom-reevaluate-setting' for
21381 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
21382 tty-register-default-colors on Mac.
21383
21384 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
21385
21386 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
21387 (gdb-buffer-type): Make it automatically buffer local...
21388 (gdb-get-create-buffer): ...and set it accordingly.
21389 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
21390 actually work.
21391
21392 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
21393
21394 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
21395 not red.
21396
21397 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
21398
21399 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
21400 case GUD buffer is not visible.
21401 (gdb-goto-breakpoint): Try to force display in source buffer.
21402 (gdb-frame-gdb-buffer): Copy other similar functions.
21403 (gdb-restore-windows): Don't display source if not asked for.
21404 (gdb-assembler-buffer-name): Don't capitalise.
21405
21406 2005-11-03 Richard M. Stallman <rms@gnu.org>
21407
21408 * wid-edit.el (key-sequence): New widget type.
21409
21410 * simple.el (set-mark-command-repeat-pop): New variable.
21411 (set-mark-command): Only interpret plan C-@ after a pop as a pop
21412 if set-mark-command-repeat-pop is true.
21413
21414 * info.el (Info-fontify-node): Don't display extra "see" if there
21415 already is one here.
21416
21417 * mouse.el: Fix special handling of DEL after dragging a region:
21418 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
21419 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
21420
21421 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
21422
21423 * textmodes/ispell.el (ispell-command-loop): Change `i' description
21424 not to assume it pertains to an affix.
21425
21426 * textmodes/flyspell.el (flyspell-post-command-hook):
21427 Bind deactivate-mark to prevent deactivation.
21428
21429 2005-11-03 Lars Hansen <larsh@soem.dk>
21430
21431 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
21432 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
21433 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
21434
21435 2005-11-03 Romain Francoise <romain@orebokech.com>
21436
21437 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
21438 Update copyright years.
21439
21440 2005-11-03 Sam Steingold <sds@gnu.org>
21441
21442 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
21443 Use system-type instead of window-system because window-system is not
21444 correctly defined during loadup.
21445
21446 2005-11-02 Mark A. Hershberger <mah@everybody.org>
21447
21448 * xml.el (xml-syntax-table): Allow xml.el to compile in XEmacs.
21449 (xml-parse-tag): Join strings separated by a comment properly.
21450
21451 2005-11-02 Andreas Schwab <schwab@suse.de>
21452
21453 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
21454
21455 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
21456
21457 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
21458 (byte-optimize-pure-func): Quote the eval'd value.
21459
21460 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
21461 Rename from perl-font-lock-syntactic-face-function.
21462 Change the calling convention so it can be used as a font-lock MATCHER.
21463 Do the parse-partial-sexp loop outselves.
21464 (perl-font-lock-syntactic-keywords): Use it.
21465 (perl-mode): Don't set font-lock-syntactic-face-function any more.
21466
21467 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
21468
21469 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
21470 disassembly buffer too.
21471 (gdb-exited): Remove overlay arrows when execution has finished.
21472 (gdb-info-frames-custom, gdb-info-threads-custom)
21473 (gdb-info-registers-custom): Don't add inappropriate text
21474 properties if inferior is not active.
21475
21476 2005-11-02 Glenn Morris <rgm@gnu.org>
21477
21478 * progmodes/fortran.el (fortran-blink-match):
21479 Use `blink-matching-delay'.
21480
21481 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
21482
21483 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
21484
21485 2005-11-02 Lars Hansen <larsh@soem.dk>
21486
21487 * net/tramp.el (tramp-action-out-of-band): Handle scp message
21488 "Permission denied".
21489
21490 2005-11-01 Richard M. Stallman <rms@gnu.org>
21491
21492 * textmodes/flyspell.el (flyspell-external-point-words):
21493 Pass nil to flyspell-get-word.
21494
21495 2005-11-02 Kim F. Storm <storm@cua.dk>
21496
21497 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
21498 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
21499
21500 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
21501
21502 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
21503 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
21504 (calendar-mouse-print-dates): Add optional `event' argument.
21505 Update interactive-spec.
21506 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
21507 Use `calendar-event-to-date' instead of `event'.
21508
21509 2005-11-02 Masatake YAMATO <jet@gyve.org>
21510
21511 * progmodes/ld-script.el (ld-script-builtins):
21512 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
21513 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
21514 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
21515
21516 2005-11-01 Romain Francoise <romain@orebokech.com>
21517
21518 * vc-sccs.el: Update copyright year.
21519 * ezimage.el: Likewise.
21520
21521 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
21522
21523 * info.el (Info-fontify-node): Use `string-width' for fontifying
21524 underlined titles.
21525
21526 2005-11-01 Juri Linkov <juri@jurta.org>
21527
21528 * info.el (Info-fontify-node): Downcase node header keywords Node,
21529 Prev, Next, Up before comparison.
21530 (Info-history): Insert absolute directory name, and put invisible
21531 property on it.
21532
21533 2005-11-01 Juri Linkov <juri@jurta.org>
21534
21535 * info.el (Info-file-supports-index-cookies): New variable.
21536 (Info-find-node-2): Check makeinfo version for index cookie support.
21537 (Info-index-nodes): Search for nodes with index cookies only when
21538 Info-file-supports-index-cookies is t. Otherwise, search nodes
21539 with "Index" in the node name.
21540 (Info-index-node): Search index cookie in the current node only when
21541 Info-file-supports-index-cookies is t. Otherwise, check the word
21542 "Index" in the node name.
21543 (Info-find-emacs-command-nodes): Remove code that searches nodes
21544 with "Index" node name in the top menu.
21545
21546 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
21547
21548 * progmodes/scheme.el (scheme-mode-variables): Use the default
21549 comment-indent-function.
21550
21551 * faces.el (face-attribute): Handle the case where a face inherits from
21552 a non-existent face.
21553
21554 * simple.el (eval-expression-print-format): Use lisp-readable syntax
21555 for octal and hexa output, and merge the char into the paren.
21556 (kill-new): Use push.
21557 (copy-to-buffer): Use with-current-buffer.
21558 (completion-setup-function): Move code in loop to remove redundancy.
21559 (minibuffer-local-must-match-map): Don't add bindings that duplicate
21560 those inherited from minibuffer-local-completion-map.
21561
21562 * savehist.el (savehist-mode) <defcustom>:
21563 Use custom-set-minor-mode if available.
21564 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
21565 and emit a message if applicable.
21566
21567 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
21568
21569 * savehist.el: Sync up to version 19.
21570 (savehist-mode): New minor mode.
21571 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
21572 (savehist-length): Remove (use history-length instead).
21573 (savehist-file-modes): Rename from savehist-modes.
21574 (savehist-save-hook, savehist-loaded): New vars.
21575 (savehist-load): Use savehist-mode. Try to smooth up transition from
21576 old format to new format.
21577 (savehist-install): Allow savehist-autosave-interval to be nil.
21578 (savehist-save): Run the new hook. Be more careful to only trim the
21579 history variables.
21580 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
21581 (savehist-printable): Print into a buffer rather than char-by-char.
21582
21583 2005-11-01 John Wiegley <johnw@newartisans.com>
21584
21585 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
21586 toggle-ignore keybinding (C-a). The author said it had been
21587 disabled much earlier due to a possible incompatibility, but after
21588 many months of usage I have encountered no problems (and it is a
21589 rather useful option, especially for switching to " *temp*").
21590
21591 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
21592 support for OS/X's AddressBook, by calling out to the open source
21593 program "contacts" (installable through Fink).
21594
21595 * net/eudc.el (eudc-expand-inline): If the
21596 `eudc-multiple-match-handling-method' is set to `all', delete the
21597 query string before inserting the query result.
21598
21599 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
21600 flag, to prevent Eshell from using the system ls when
21601 `eshell-ls-insert-directory' is in used.
21602 (eshell-ls-insert-directory): Disable font-lock in directory
21603 buffer so that Eshell's own fontification is seen. This broke
21604 recently due to changes in font-lock, so this goes back to version
21605 21 behavior.
21606
21607 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
21608
21609 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
21610 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
21611 (gdb-many-windows): Doc fix.
21612
21613 2005-10-31 Romain Francoise <romain@orebokech.com>
21614
21615 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
21616
21617 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
21618
21619 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
21620 that global-font-lock-mode can be enabled by default.
21621
21622 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
21623 (font-lock-add-keywords, font-lock-remove-keywords)
21624 (font-lock-fontify-buffer): Remove autoload cookies.
21625
21626 * jit-lock.el (jit-lock-register): Likewise.
21627
21628 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
21629
21630 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
21631
21632 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
21633 intact if there is no gud-comint-buffer.
21634
21635 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
21636
21637 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
21638 old prompt comint-prompt-read-only is t and GDB commands are
21639 issued from tool bar etc.
21640
21641 2005-10-31 Masatake YAMATO <jet@gyve.org>
21642
21643 * vc.el (vc-directory-exclusion-list): Add "{arch}".
21644
21645 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
21646
21647 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
21648 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
21649
21650 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
21651
21652 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
21653 starting at beginning of line. Fontification is messed up when
21654 `open-paren-in-column-0-is-defun-start' set to t.
21655 Reported by John Paul Wallington <jpw@pobox.com>.
21656
21657 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
21658
21659 * comint.el (comint-send-input): Call `comint-update-fence' when
21660 `comint-process-echoes' and `comint-prompt-read-only' are both
21661 non-nil, to avoid leftover read-only newline.
21662
21663 2005-10-30 Richard M. Stallman <rms@gnu.org>
21664
21665 * textmodes/flyspell.el (flyspell-external-point-words):
21666 Detect when WORD can't be checked properly because
21667 flyspell-get-word finds just part of it, and move on.
21668
21669 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
21670 boundarychar for Polish.
21671 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
21672 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
21673
21674 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
21675
21676 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
21677 (gdb-registers-font-lock-keywords): Delete.
21678 (gdb-registers-mode): Don't fontify.
21679 (gdb-info-registers-custom): Use text properties instead as, in
21680 future, changed register values will use font-lock-warning-face.
21681 (gdb-local-font-lock-keywords): Rename to...
21682 (gdb-locals-font-lock-keywords): ...for consistency.
21683
21684 2005-10-30 Andre Spiegel <spiegel@gnu.org>
21685
21686 * vc.el (vc-switch-backend): Better error message if the buffer is
21687 not visiting a file under version control.
21688
21689 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
21690
21691 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
21692
21693 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
21694 ~/.emacs.d/.emacs.
21695
21696 2005-10-29 Richard M. Stallman <rms@gnu.org>
21697
21698 * replace.el (occur-mode-mouse-goto): Always go to other window.
21699 (occur-mode-goto-occurrence): Always switch in same window.
21700
21701 * simple.el (undo): Display message at end, not at start.
21702
21703 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
21704 New arg REUSE-CELL.
21705 (cancel-timer-internal): New function.
21706 (timer-event-handler): Use cancel-timer-internal,
21707 and pass the cell it returns to timer-activate...
21708
21709 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
21710 (jit-lock-deferred-fontify, jit-lock-context-fontify)
21711 (jit-lock-after-change): Test memory-full.
21712
21713 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
21714
21715 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
21716 part of the decoded armor to find the key-identifier.
21717 (pgg-gpg-lookup-key-owner): New function to return the
21718 human-readable identifier of a key owner.
21719 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
21720 key itself.
21721 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
21722 the key value) if we have a key and can match it against a secret
21723 key. Also, added a note pointing out fact that the prompt only
21724 indicates the first matching key.
21725
21726 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
21727 pgg-decrypt-region.
21728 (pgg-pending-timers): A new hash for tracking the passphrase cache
21729 timers, so that new ones supercede old ones.
21730 (pgg-add-passphrase-to-cache): Rename from
21731 `pgg-add-passphrase-cache' to reduce confusion (all callers
21732 changed). Modified to cancel old timers when new ones are added.
21733 (pgg-remove-passphrase-from-cache): Rename from
21734 `pgg-remove-passphrase-cache' to reduce confusion (all callers
21735 changed). Modified to cancel old timers when their keys are
21736 removed from the cache.
21737 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
21738 XEmacs, an indirection to delete-itimer.
21739 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
21740 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
21741 users can only check cache without risk of prompting. Correct bug in
21742 notruncate behavior.
21743 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
21744 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
21745 Add informative docstrings.
21746 (pgg-decrypt): Convey provided passphrase in subordinate call to
21747 pgg-decrypt-region.
21748
21749 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
21750 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
21751 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
21752 `passphrase' argument, so the passphrase can be managed externally
21753 and then passed in to the system.
21754
21755 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
21756 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
21757 so the passphrase cache can be used reliably with identifiers
21758 besides a pgp packet's key id.
21759
21760 * pgg-gpg.el (pgg-pgp-encrypt-region)
21761 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
21762 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
21763 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
21764 argument to all these routines, so the passphrase can be managed
21765 externally and passed in to the system.
21766
21767 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
21768 `notruncate' argument, so the passphrase cache can be used
21769 reliably with identifiers besides a pgp packet's key id.
21770
21771 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
21772
21773 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
21774 symmetric encryption.
21775 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
21776 encrypted session key.
21777 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
21778 message ask for the passphrase in a proper way.
21779
21780 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
21781 New user commands for symmetric encryption.
21782
21783 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
21784
21785 * textmodes/conf-mode.el (conf-assignment-sign)
21786 (conf-assignment-regexp): Fix docstrings.
21787 (conf-mode-initialize): New function.
21788 (conf-mode): Remove optional args. Use delay-mode-hooks to
21789 recognize recursive calls.
21790 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
21791 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
21792 (conf-xdefaults-mode): Use define-derived-mode and
21793 conf-mode-initialize.
21794
21795 2005-10-29 Romain Francoise <romain@orebokech.com>
21796
21797 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
21798
21799 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
21800
21801 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
21802 part of the decoded armor to find the key-identifier.
21803 (pgg-gpg-lookup-key-owner): New function to return the
21804 human-readable identifier of a key owner.
21805 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
21806 key itself.
21807 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
21808 the key value) if we have a key and can match it against a secret
21809 key. Also, added a note pointing out fact that the prompt only
21810 indicates the first matching key.
21811
21812 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
21813 pgg-decrypt-region.
21814 (pgg-pending-timers): A new hash for tracking the passphrase cache
21815 timers, so that new ones supercede old ones.
21816 (pgg-add-passphrase-to-cache): Rename from
21817 `pgg-add-passphrase-cache' to reduce confusion (all callers
21818 changed). Modified to cancel old timers when new ones are added.
21819 (pgg-remove-passphrase-from-cache): Rename from
21820 `pgg-remove-passphrase-cache' to reduce confusion (all callers
21821 changed). Modified to cancel old timers when their keys are
21822 removed from the cache.
21823 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
21824 XEmacs, an indirection to delete-itimer.
21825 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
21826 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
21827 users can only check cache without risk of prompting. Correct bug in
21828 notruncate behavior.
21829 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
21830 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
21831 Add informative docstrings.
21832 (pgg-decrypt): Convey provided passphrase in subordinate call to
21833 pgg-decrypt-region.
21834
21835 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
21836
21837 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
21838 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
21839 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
21840 `passphrase' argument, so the passphrase can be managed externally
21841 and then passed in to the system.
21842
21843 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
21844 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
21845 so the passphrase cache can be used reliably with identifiers
21846 besides a pgp packet's key id.
21847
21848 * pgg-gpg.el (pgg-pgp-encrypt-region)
21849 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
21850 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
21851 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
21852 argument to all these routines, so the passphrase can be managed
21853 externally and passed in to the system.
21854
21855 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
21856 `notruncate' argument, so the passphrase cache can be used
21857 reliably with identifiers besides a pgp packet's key id.
21858
21859 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
21860
21861 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
21862 symmetric encryption.
21863 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
21864 encrypted session key.
21865 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
21866 message ask for the passphrase in a proper way.
21867
21868 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
21869 New user commands for symmetric encryption.
21870
21871 2005-10-28 Bill Wohler <wohler@newt.com>
21872
21873 * help-mode.el (help-url): New button type. Calls browse-url.
21874 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
21875 Similar to Info nodes: URL `url'.
21876 (help-make-xrefs): Create help-url buttons for
21877 help-xref-url-regexp matches.
21878
21879 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
21880
21881 * tool-bar.el (tool-bar-add-item-from-menu)
21882 (tool-bar-local-item-from-menu): Fix doc strings.
21883
21884 2005-10-28 Romain Francoise <romain@orebokech.com>
21885
21886 * ldefs-boot.el: Update.
21887
21888 * subr.el (locate-library): Move from help-fns.el.
21889 * help-fns.el (locate-library): Move to subr.el.
21890
21891 2005-10-28 Richard M. Stallman <rms@gnu.org>
21892
21893 * net/tramp.el (tramp-completion-mode): defvar moved up.
21894
21895 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
21896
21897 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
21898
21899 * files.el (find-file-noselect): Use %d to format large file size.
21900
21901 * bindings.el (mode-line-format): Add %e.
21902
21903 * loadup.el ("facemenu"): Load unconditionally.
21904 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
21905 ("x-dnd"): Load, when appropriate.
21906
21907 * startup.el (command-line): Call before-init-hook earlier.
21908 Warn about some bad characters in -u user name.
21909
21910 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
21911 (flyspell-external-point-words): Error if misspelled word is not found.
21912 Set flyspell-large-region-beg at end of word.
21913
21914 2005-10-28 Andreas Schwab <schwab@suse.de>
21915
21916 * view.el (View-revert-buffer-scroll-page-forward):
21917 Use view-page-size-default.
21918
21919 2005-10-28 Juri Linkov <juri@jurta.org>
21920
21921 * international/quail.el (quail-get-current-str): Translate last
21922 raw character for deterministic input methods.
21923
21924 2005-10-27 Jay Belanger <belanger@truman.edu>
21925
21926 * calc/calc-ext.el: Add functions to autoloads.
21927 (math-identity-matrix-p, math-ident-row-p): New functions.
21928
21929 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
21930 multiplication by an identity matrix; don't turn multiplication by
21931 an inverse matrix into division.
21932 (math-div-symbol-fancy): Replace division by matrices with
21933 multiplication by inverse.
21934
21935 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
21936
21937 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
21938 (calc-writeoutpower): New functions.
21939
21940 2005-10-27 Romain Francoise <romain@orebokech.com>
21941
21942 * replace.el (occur-engine): Include colon in mouse-face highlight.
21943
21944 * dired-x.el: Change Maintainer field.
21945
21946 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
21947
21948 * longlines.el (longlines-mode): Bind after-change-functions to
21949 nil during initial decoding and final encoding.
21950
21951 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
21952
21953 * term.el (term-emulate-terminal, term-handle-colors-array)
21954 (term-handle-ansi-escape): Specify the terminfo capabilities
21955 implemented.
21956
21957 2005-10-26 Richard M. Stallman <rms@gnu.org>
21958
21959 * info.el (Info-fontify-node): Fix detection of sentence-break
21960 before *Note.
21961
21962 2005-10-26 Romain Francoise <romain@orebokech.com>
21963
21964 * smerge-mode.el: Add `tools' to file keywords.
21965
21966 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
21967
21968 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
21969 when the fringe is not available.
21970
21971 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
21972 (def-gdb-auto-update-trigger): Simplify construction.
21973 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
21974 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
21975 defined explicitly.
21976 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
21977 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
21978 defined explicitly.
21979 (gdb-info-locals-custom): Remove as it's a no-op.
21980
21981 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
21982
21983 * longlines.el (longlines-mode): Remove narrowing before
21984 performing the initial decoding or final encoding.
21985
21986 2005-10-25 Romain Francoise <romain@orebokech.com>
21987
21988 * emacs-lisp/find-func.el (find-library-name): Also strip
21989 extension if library name ends in .el, to take advantage of
21990 `find-library-suffixes'.
21991
21992 2005-10-25 Richard M. Stallman <rms@gnu.org>
21993
21994 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
21995
21996 2005-10-25 Juri Linkov <juri@jurta.org>
21997
21998 * textmodes/texinfo.el (texinfo-mode): Change charset of one
21999 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
22000
22001 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
22002
22003 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
22004 (blackbox-redefine-key): Add argument `map'.
22005
22006 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
22007 regions when moving the jit-lock-context-unfontify-pos boundary.
22008
22009 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
22010
22011 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
22012
22013 2005-10-25 Masatake YAMATO <jet@gyve.org>
22014
22015 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
22016
22017 2005-10-25 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
22018
22019 * play/blackbox.el (blackbox-redefine-key): New function.
22020 (blackbox-mode-map): Use it to remap existing bindings for cursor
22021 motion instead of binding literal keys.
22022
22023 2005-10-25 Glenn Morris <rgm@gnu.org>
22024
22025 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
22026 diary does not end in a newline. Do not assume a blank line at
22027 the start of the diary file.
22028
22029 2005-10-25 Kenichi Handa <handa@m17n.org>
22030
22031 * international/quail.el (quail-translate-key): If the input
22032 method is deterministic and failed to handle the last key, restart
22033 the key handling loop from an appropriate key.
22034
22035 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
22036
22037 * vc.el (vc-dired-mode): Extend comment for binding of
22038 `directory-listing-before-filename-regexp'.
22039
22040 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
22041
22042 * textmodes/texinfo.el (texinfo-mode):
22043 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
22044 not to unnecessarily expose emacs-mule's internal char codes.
22045
22046 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
22047
22048 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
22049 Display hand pointer and help-echo on disabled icon too.
22050 (gdb-mouse-until): New function.
22051 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
22052
22053 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
22054
22055 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
22056 with 2005-10-23 change to doctor.el.
22057
22058 * finder.el (finder-mode-map): Add follow-link binding.
22059
22060 2005-10-25 Kim F. Storm <storm@cua.dk>
22061
22062 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
22063 to gdb-mouse-toggle-breakpoint-fringe.
22064 (gdb-mouse-toggle-breakpoint-margin): Rename from
22065 gdb-mouse-toggle-breakpoint. Fix doc.
22066 (gdb-mouse-toggle-breakpoint-fringe): New defun.
22067 (gdb-put-string): Add optional SPROPS arg. Add props to string.
22068 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
22069 string properties also for fringe breakpoint bitmaps.
22070
22071 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
22072
22073 * textmodes/org.el (org-start-icalendar-file): Fix format form.
22074
22075 2005-10-25 Masatake YAMATO <jet@gyve.org>
22076
22077 * simple.el (completion-common-substring):
22078 Use `completion-common-substring' prior to `completion-base-size'.
22079
22080 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
22081
22082 * savehist.el: Require CL while compiling.
22083 (savehist-history-variables): Remove.
22084 (savehist-save-minibuffer-history, savehist-additional-variables)
22085 (savehist-minibuffer-history-variables): New vars.
22086 (savehist-save): Use them.
22087 (savehist-uninstall, savehist-minibuffer-hook): New funs.
22088 (savehist-install): New fun, extracted from savehist-load.
22089 (savehist-load): Use them.
22090
22091 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
22092
22093 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
22094 a dummy doc-string-elt property.
22095 (defalias, defvaralias, define-category): Add a docstring property.
22096
22097 * image.el (defimage):
22098 * widget.el (define-widget):
22099 * custom.el (defface, defcustom): Add `doc-string' declaration.
22100
22101 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
22102 (defadvice): Add `doc-string' declaration.
22103
22104 * emacs-lisp/byte-run.el (macro-declaration-function):
22105 Handle `doc-string' declarations.
22106 (define-obsolete-function-alias, define-obsolete-variable-alias):
22107 Add `doc-string' declaration.
22108
22109 2005-10-24 Kenichi Handa <handa@m17n.org>
22110
22111 * international/utf-7.el (utf-7): Add autoload cookie.
22112
22113 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
22114
22115 2005-10-24 Eli Zaretskii <eliz@gnu.org>
22116
22117 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
22118 list of directories passed to batch-update-autoloads. Add "." to
22119 the list of the echoed directories.
22120
22121 * pgg-def.el:
22122 * pgg-gpg.el:
22123 * pgg-parse.el:
22124 * pgg-pgp.el:
22125 * pgg-pgp5.el:
22126 * pgg.el: Moved here from the gnus subdirectory.
22127
22128 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
22129
22130 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
22131 in case comint-prompt-read-only is set to t.
22132
22133 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
22134 in case comint-prompt-read-only is set to t.
22135
22136 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
22137
22138 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
22139 Now a string.
22140 (icalendar-import-format): Handle CLASS, STATUS, URL.
22141 Rename `subject' to `summary'.
22142 (icalendar-import-format-summary): Rename from
22143 `icalendar-import-format-subject'.
22144 (icalendar-import-format-url, icalendar-import-format-status)
22145 (icalendar-import-format-class): New variables.
22146 (icalendar--rris): Take variable argument list.
22147 (icalendar--datestring-to-isodate): Remove unnecessary
22148 calendar-style check when converting dates with explicit month names.
22149 (icalendar-export-region): Change return type of conversion
22150 subroutines. Bury current buffer unless error occurred.
22151 (icalendar--convert-to-ical)
22152 (icalendar--parse-summary-and-rest): New functions.
22153 (icalendar--convert-ordinary-to-ical)
22154 (icalendar--convert-weekly-to-ical)
22155 (icalendar--convert-yearly-to-ical)
22156 (icalendar--convert-block-to-ical)
22157 (icalendar--convert-cyclic-to-ical)
22158 (icalendar--convert-anniversary-to-ical): Change return type.
22159 Strip trailing blanks from subject.
22160 (icalendar--convert-sexp-to-ical): Change return type.
22161 Strip trailing blanks from subject. Handle simple sexp
22162 entries as generated by icalendar.el.
22163 (icalendar--convert-float-to-ical)
22164 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
22165 (icalendar-import-file): Doc fix.
22166 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
22167 Correct call to icalendar--rris.
22168 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
22169 `summary'.
22170 (icalendar--add-diary-entry): Rename `subject' to `summary'.
22171
22172 2005-10-24 Romain Francoise <romain@orebokech.com>
22173
22174 * server.el (server-sentinel): Set query-on-exit flag to nil on
22175 new client processes (it isn't inherited from the server process).
22176
22177 * replace.el (occur-engine): Rearrange text properties.
22178
22179 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
22180
22181 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
22182 case-fold-search is nil.
22183 (debug-help-follow): Use help-xref-interned directly.
22184
22185 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
22186
22187 * thumbs.el (thumbs-image-type): Add .pbm.
22188
22189 2005-10-23 Richard M. Stallman <rms@gnu.org>
22190
22191 * faces.el (inhibit-face-set-after-frame-default): New variable.
22192 (set-face-attribute): Bind it.
22193 (face-set-after-frame-default): Test it.
22194
22195 * help-fns.el (describe-simplify-lib-file-name): New function.
22196 (describe-function-1, describe-variable): Use it.
22197
22198 * faces.el (describe-face): Use describe-simplify-lib-file-name.
22199
22200 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
22201 Eliminate nil as possible value.
22202 (tooltip-hide-delay): Reduce internal-border-width.
22203
22204 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
22205 (menu-bar-file-menu) <new-file>: Likewise.
22206
22207 * simple.el (line-move-finish): Ignore fields computing LINE-END.
22208
22209 * international/mule.el (load-with-code-conversion):
22210 Pass full file name to `eval-buffer' unless preloading.
22211
22212 * textmodes/flyspell.el (flyspell-large-region):
22213 Call ispell-check-version.
22214
22215 * textmodes/ispell.el (ispell-local-dictionary-overridden):
22216 Fix the make-variable-buffer-local call that was supposed
22217 to be for this variable.
22218 (ispell-aspell-supports-utf8): Doc fix.
22219 (ispell-find-aspell-dictionaries): Preserve elements of
22220 ispell-dictionary-alist for dictionaries that aspell doesn't report.
22221 (ispell-aspell-find-dictionary): Return nil on error.
22222
22223 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
22224 (doctor-symptoms): Likewise.
22225
22226 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
22227
22228 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
22229
22230 * cus-edit.el (custom-button, custom-button-pressed): New vars.
22231 (custom-raised-buttons): Add :set spec.
22232 (custom-button-unraised, custom-button-pressed-unraised):
22233 New faces, so that custom-raised-buttons actually does something.
22234 (custom-mode): Use custom-button and custom-button-pressed.
22235
22236 * wid-edit.el (widget-specify-button): Don't ignore
22237 widget-mouse-face on graphic terminals.
22238 (widget-move-and-invoke): Cleanup.
22239
22240 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
22241
22242 * whitespace.el (whitespace-cleanup): Doc fix.
22243
22244 2005-10-23 Romain Francoise <romain@orebokech.com>
22245
22246 * emulation/viper.el (viper-set-hooks): Quote forms passed to
22247 `eval-after-load' to avoid evaluating their result.
22248
22249 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
22250
22251 * files.el (directory-listing-before-filename-regexp):
22252 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
22253
22254 * dired.el (dired-move-to-filename-regexp): Remove.
22255 All occurrences replaced by `directory-listing-before-filename-regexp'.
22256
22257 * dired-x.el, locate.el, vc.el:
22258 Replace `dired-move-to-filename-regexp' by
22259 `directory-listing-before-filename-regexp'. In vc.el it is
22260 overwritten locally; maybe this can be handled in files.el too.
22261
22262 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurrences
22263 replaced by `directory-listing-before-filename-regexp'.
22264
22265 2005-10-23 Andreas Schwab <schwab@suse.de>
22266
22267 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
22268 and eval-next-after-load.
22269
22270 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
22271
22272 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
22273 exist, create it.
22274
22275 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
22276
22277 * allout.el: Remove autoloads for mailcrypt and crypt++.
22278 Require pgg, pgg-gpg during compilation.
22279 (allout-version): Increment version number to 2.1, and use a literal
22280 rather than RCS Id.
22281 (allout-default-encryption-scheme): Remove.
22282 (allout-passphrase-verifier-handling)
22283 (allout-passphrase-verifier-string)
22284 (allout-file-passphrase-verifier-string)
22285 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
22286 (allout-passphrase-hint-handling): Rename and simplify.
22287 (allout-init): Use `find-file-hook' if available, otherwise
22288 `find-file-hooks'.
22289 (allout-mode): Use `write-file-functions' if available, otherwise
22290 `local-write-file-hooks' and, instead of making auto-save-hook
22291 buffer local, make the write-file-hook activity contingent to
22292 allout-mode.
22293 (allout-mode): Use key-binding substitution in the docstring.
22294 (allout-kill-line): Spell-out kill ring data structure mutation
22295 instead of using byte-compiler-complaint-provoking `pop'.
22296 (allout-insert-listified): Use `insert' rather than `insert-string'
22297 (allout-toggle-current-subtree-encryption): Update docstring, adjust
22298 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
22299 (allout-encrypt-string): Totally revamped vis new underlying
22300 encryption facilities.
22301 (allout-mc-activate-passwd): Remove.
22302 (allout-obtain-passphrase): New, more or less replaces
22303 allout-mc-activate-passwd.
22304 (allout-encrypted-key-info): More or less replaces
22305 allout-encrypted-text-type.
22306 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
22307 (my-mark-marker): Use `(featurep 'xemacs)'.
22308
22309 2005-10-23 Lars Hansen <larsh@soem.dk>
22310
22311 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
22312 (byte-compile-file-form-defmumble, byte-compile-defun)
22313 (byte-compile-defmacro): Use it.
22314 (byte-compile-form): Don't call byte-compile-set-symbol-position
22315 when a byte-compile handler is called.
22316
22317 2005-10-22 Romain Francoise <romain@orebokech.com>
22318
22319 * savehist.el (savehist-history-variables): Add `grep-find-history'.
22320
22321 * subr.el (eval-after-load): Convert library name to an absolute
22322 file name using locate-library, since load-history no longer has
22323 library names in it.
22324
22325 2005-10-22 Richard M. Stallman <rms@gnu.org>
22326
22327 * files.el (make-temp-file): Move from subr.el.
22328 * subr.el (make-temp-file): Move to files.el.
22329
22330 * window.el (get-buffer-window-list): Move from subr.el.
22331 * subr.el (get-buffer-window-list): Move to window.el.
22332
22333 * image.el (image-load-path): Use eval-at-startup to initialize.
22334
22335 * subr.el (eval-at-startup): New macro.
22336
22337 * subr.el: Much rearrangement of functions and division
22338 into pages. No code changes.
22339
22340 2005-10-22 Kenichi Handa <handa@m17n.org>
22341
22342 * tar-mode.el (tar-extract): Be sure to call
22343 find-operation-coding-system if set-auto-coding doesn't find a
22344 coding system.
22345
22346 2005-10-22 Kim F. Storm <storm@cua.dk>
22347
22348 * image.el (image-type-header-regexps): Rename from image-type-regexps.
22349 Change users.
22350 (image-type-file-name-regexps): New defconst.
22351 (image-type-from-data): Simplify loop.
22352 (image-type-from-buffer): New defun.
22353 (image-type-from-file-header): Use it instead of image-type-from-data.
22354 Use image-search-load-path instead of only looking in data-directory.
22355 (image-type-from-file-name): New defun.
22356 (image-search-load-path): Change `pathname' to `filename'.
22357 Make PATH arg optional, default to image-load-path.
22358
22359 2005-10-21 Richard M. Stallman <rms@gnu.org>
22360
22361 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
22362
22363 * textmodes/paragraphs.el (sentence-end-base): New variable.
22364 (sentence-end): Use sentence-end-base.
22365
22366 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
22367
22368 * font-lock.el (font-lock-default-fontify-region): Check the multiline
22369 property independently from the font-lock-multiline variable.
22370
22371 2005-10-21 Richard M. Stallman <rms@gnu.org>
22372
22373 * emacs-lisp/find-func.el (find-library-name): Doc fix.
22374
22375 * startup.el (command-line): Convert library names
22376 in `load-history' to absolute file names.
22377
22378 * subr.el (symbol-file): Doc fix.
22379
22380 * loadhist.el (file-loadhist-lookup): Call locate-library
22381 instead of find-library-name. Don't try converting
22382 abs file names to library names, since load-history no longer
22383 has library names in it.
22384 (file-dependents, file-provides, file-requires): Doc fixes.
22385
22386 2005-10-21 Juri Linkov <juri@jurta.org>
22387
22388 * progmodes/etags.el (tags-table-mode): New function.
22389 (tags-verify-table): Replace initialize-new-tags-table with
22390 tags-table-mode.
22391
22392 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
22393 default value.
22394 (desktop-modes-not-to-save): Add tags-table-mode to the
22395 default value.
22396
22397 * info.el (Info-index-next): Add total number of index
22398 alternatives to the message.
22399
22400 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
22401 backward only space (instead of space and period) before looking
22402 at sentence end.
22403
22404 * simple.el (set-variable): Use user-variable-p instead of symbolp.
22405 Add the old variable value as 4th default-value arg of read-string.
22406
22407 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22408
22409 * cus-face.el (custom-declare-face): Make face from X resources
22410 also on Mac.
22411
22412 * disp-table.el (standard-display-g1, standard-display-graphic):
22413 Refuse to use string glyphs also on Mac.
22414 (standard-display-european): Don't set terminal coding system also
22415 on Mac.
22416
22417 * frame.el (display-screens): Use x-display-screens also on Mac.
22418
22419 2005-10-21 Romain Francoise <romain@orebokech.com>
22420
22421 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
22422
22423 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
22424
22425 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
22426 and $? into sexps.
22427
22428 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
22429 warning face on open-paren-in-column-0.
22430
22431 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
22432 boundary case. Fix typo.
22433 Suggested by Martin Rudalics <rudalics@gmx.at>.
22434
22435 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
22436
22437 * textmodes/org.el (org-combined-agenda-icalendar-file)
22438 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
22439 (org-export-icalendar-this-file)
22440 (org-export-icalendar-all-agenda-files)
22441 (org-export-icalendar-combine-agenda-files): New commands.
22442 (org-export-icalendar, org-print-icalendar-entries)
22443 (org-start-icalendar-file, org-finish-icalendar-file)
22444 (org-ical-ts-to-string): New functions.
22445 (org-read-date, org-goto-calendar)
22446 (org-agenda-goto-calendar): Inhibit displaying diary entries by
22447 call to `calendar'.
22448 (orgtbl-setup): Remove the :keys arguments from the menu description.
22449 (org-after-save-iCalendar-file-hook): New variable.
22450
22451 2005-10-21 Kenichi Handa <handa@m17n.org>
22452
22453 * language/vietnamese.el (tcvn-5712): Make it an alias of
22454 vietnamese-tcvn coding-system.
22455
22456 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
22457
22458 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
22459 group id is given.
22460
22461 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
22462
22463 * progmodes/sh-script.el (sh-escaped-line-re): New var.
22464 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
22465 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
22466 whose line is either continued or ends with a comment.
22467
22468 2005-10-20 Romain Francoise <romain@orebokech.com>
22469
22470 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
22471
22472 * replace.el (occur-engine): Add follow-link property.
22473
22474 * font-core.el (font-lock-mode): Doc fix.
22475
22476 2005-10-20 Richard M. Stallman <rms@gnu.org>
22477
22478 * net/rcirc.el: New file.
22479
22480 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
22481
22482 * term.el (term-term-name): Initialize to "eterm-color".
22483
22484 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
22485
22486 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
22487 for encryption functionality.
22488 Move allout customization subgroup from `editing' to `outlines' group.
22489 Fix commentary keywords to legitimate ones.
22490 Update author info (using my current email address, obscurified).
22491 (allout-encrypt-string, allout-encryption-produce-work-buffer)
22492 (allout-encrypted-topic-p, allout-encrypted-text-type)
22493 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
22494 (allout-situate-encryption-key-verifier)
22495 (allout-get-encryption-key-verifier, allout-verify-key)
22496 (allout-next-topic-pending-encryption)
22497 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
22498 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
22499 (outline-key-verifier-handling, outline-key-hint-handling)
22500 (outline-encrypt-unencrypted-on-saves): New defcustoms.
22501 (allout-file-key-verifier-string, allout-encryption-scheme)
22502 (allout-key-verifier-string, allout-key-hint-string)
22503 (allout-after-save-decrypt): New variables.
22504 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
22505 (allout-after-saves-handler): New hook functions.
22506 (allout-post-command-business): Do allout-after-save-decrypt.
22507 (allout-enable-file-variable-adjustment): Custom var to enable
22508 mechanism for adding and adjusting settings of Emacs file variables.
22509 (allout-adjust-file-variable, allout-file-vars-section-data):
22510 New functions, implement the mechanism.
22511 (outlineify-sticky): Use the file vars mechanism.
22512 (allout-inhibit-protection, allout-during-write-cue)
22513 (allout-override-protect, allout-before-change-protect): Remove.
22514 (allout-flag-region, allout-open-topic): Adjust read-only text.
22515 (allout-open-line-not-read-only): Add to facilitate read-only
22516 text based protection.
22517 (allout-kill-line): Revise to adjust read-only text, clue the
22518 user about the inhibition.
22519 (allout-unprotected): Use unwind-protect.
22520 (allout-shift-in, allout-shift-out): Disallow manually shifting a
22521 topic deeper than the offspring depth of the previous topic -
22522 avoiding confusing "containment discontinuities".
22523 (allout-reindent-bodies): Fix retention of body relative hanging
22524 indent during promotion of collapsed bodies.
22525 (allout-open-topic): Make it easy to open new topic with same
22526 bullet as current topic - topic creation functions provided with
22527 any universal argument provokes now prompt for bullet, defaulting
22528 to the bullet of the previous topic.
22529 (allout-plain-bullets-string, allout-distinctive-bullets-string):
22530 Plain bullet alternates `.' period and `,' comma only. All other
22531 bullets are relegated to special status (but customizable).
22532 (allout-end-of-entry): Rename from allout-end-of-current-entry
22533 since it actually operates w.r.t. most immediately containing
22534 entry, visible or not.
22535 (allout-hide-current-entry, allout-show-current-entry): Use the
22536 revised version.
22537 (allout-old-expose-topic): Solidify deprecation.
22538 (allout-end-of-subtree): Add so we can span concealed as well
22539 as visible topics.
22540 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
22541 (allout-end-of-current-heading): Tweak to just respect the first line.
22542 (allout-get-body-text): Add.
22543 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
22544 when invoked interactively.
22545 (allout-up-current-level): Use `interactive-p'.
22546 (allout-mode, allout-init): Miscellaneous docstring and
22547 operational refinements, as well as hookups of new encryption stuff.
22548 (allout-beginning-of-current-entry): Now works as advertised.
22549 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
22550 (allout-isearch-rectification): Refine condition for isearching.
22551 (allout-isearch-abort, allout-enwrap-isearch)
22552 (allout-flag-region, my-region-active-p): Relocate some macros.
22553 (allout-title): Fallback title is (buffer-name), not
22554 non-existing (current-buffer-name).
22555 (subst-char-in-string): Define if absent (for some XEmacs versions).
22556
22557 2005-10-20 Jari Aalto <jari.aalto@cante.net>
22558
22559 * mail/sendmail.el (mail-setup-hook, mail-aliases)
22560 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
22561 (mail-citation-prefix-regexp, mail-signature-file)
22562 (mail-default-headers, mail-bury-selects-summary)
22563 (mail-send-nonascii): Add autoload cookies.
22564
22565 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
22566
22567 * frame.el (blink-cursor-mode): Add `mac' to the list of
22568 window-system's that support blinking cursor.
22569
22570 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
22571
22572 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
22573
22574 2005-10-20 Eli Zaretskii <eliz@gnu.org>
22575
22576 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
22577 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
22578 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
22579
22580 2005-10-20 Kim F. Storm <storm@cua.dk>
22581
22582 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
22583 (ido-set-current-directory): Don't add / after final @.
22584 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
22585 Explicitly handle ange-ftp completion oddities.
22586 (ido-make-file-list): Don't rotate list at tramp root to avoid
22587 triggering tramp file handler for expand-file-name via get-file-buffer.
22588
22589 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
22590
22591 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
22592
22593 2005-10-19 Jay Belanger <belanger@truman.edu>
22594
22595 * calc/calc-units.el (math-standard-units): Add units, adjust
22596 symbols and update values.
22597 (math-unit-prefixes): Add more prefixes.
22598
22599 2005-10-19 Romain Francoise <romain@orebokech.com>
22600
22601 * bookmark.el (bookmark-menu-heading): New face.
22602 (bookmark-bmenu-list): Use it.
22603 Don't fiddle with `baud-rate' at top-level.
22604
22605 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
22606
22607 * image.el (create-image, find-image): Mention max-image-size in
22608 docstring.
22609
22610 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
22611
22612 * savehist.el (savehist-load): Revert to checking XEmacs.
22613
22614 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
22615 Various docstring and line-width fixups.
22616 (conf-mode): Use cond.
22617 Set font-lock-defaults. Don't set comment-use-syntax.
22618
22619 2005-10-18 David Ponce <david@dponce.com>
22620
22621 * tree-widget.el (tree-widget-button-click): New function.
22622 (tree-widget-button-keymap): Use it.
22623
22624 2005-10-18 Romain Francoise <romain@orebokech.com>
22625
22626 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
22627 (bookmark-bmenu-hide-filenames): Add follow-link property.
22628 Improve help-echo text.
22629
22630 * ffap.el (find-file-at-point): Doc fix.
22631
22632 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22633
22634 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
22635
22636 2005-10-18 Masatake YAMATO <jet@gyve.org>
22637
22638 Install to the CVS repository what I forgot to install in my
22639 2005-10-16 changes.
22640
22641 * progmodes/python.el (python-complete-symbol): Pass the common
22642 prefix substring of completion to `display-completion-list'.
22643
22644 * textmodes/org.el (org-complete): Ditto.
22645
22646 2005-10-18 Masatake YAMATO <jet@gyve.org>
22647
22648 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
22649
22650 * woman.el (WoMan-xref-man-page): New button type derived
22651 from `Man-abstract-xref-man-page'.
22652 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
22653
22654 * man.el (Man-abstract-xref-man-page): New button type.
22655 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
22656 (Man-highlight-references): Add new optional argument `xref-man-type'.
22657
22658 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
22659
22660 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
22661
22662 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
22663
22664 * cus-edit.el (Custom-move-and-invoke): Delete.
22665 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
22666
22667 * wid-edit.el (widget-move-and-invoke): New function, from
22668 Custom-move-and-invoke.
22669
22670 2005-10-17 Bill Wohler <wohler@newt.com>
22671
22672 Move all remaining images from lisp/toolbar to etc/images, move
22673 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
22674 the low resolution images in their own directory (low-color).
22675
22676 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
22677 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
22678 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
22679 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
22680 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
22681 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
22682 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
22683
22684 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
22685 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
22686 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
22687 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
22688 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
22689 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
22690 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
22691 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
22692 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
22693 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
22694 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
22695 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
22696 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
22697 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
22698 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
22699
22700 To conform with convention, replace the underscore (_) in the
22701 following image names with dash (-) or (/) as appropriate.
22702
22703 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
22704 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
22705 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
22706 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
22707 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
22708 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
22709 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
22710 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
22711 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
22712 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
22713 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
22714 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
22715 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
22716 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
22717 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
22718
22719 * info.el (info-tool-bar-map): Replace underscores in image names
22720 with dashes.
22721
22722 * makefile.w32-in (WINS): Remove toolbar.
22723
22724 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
22725
22726 * tool-bar.el: Move to lisp from toolbar. Now that
22727 toolbar is empty, it should be deleted when folks run "cvs up -P".
22728
22729 2005-10-18 Jay Belanger <belanger@truman.edu>
22730
22731 * calc/calc-store.el (calc-store-into): Get the proper variable name
22732 to display in message.
22733
22734 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
22735
22736 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
22737 expressions display in speedbar for all buffers when debugging.
22738 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
22739
22740 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
22741 (speedbar-insert-button, speedbar-make-button):
22742 Use add-text-properties.
22743 (speedbar-update-localized-contents)
22744 (speedbar-update-directory-contents)
22745 (speedbar-update-special-contents): Use dolist.
22746 (speedbar-buffer-easymenu-definition): Add a menu separator.
22747
22748 2005-10-17 Jason Rumney <jasonr@gnu.org>
22749
22750 * makefile.w32-in: Use $(lisp) consistently.
22751 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
22752 for shell specific generation of mh-autoloads.
22753
22754 2005-10-17 Richard M. Stallman <rms@gnu.org>
22755
22756 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
22757
22758 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
22759
22760 * jit-lock.el (jit-lock-fontify-now):
22761 Move jit-lock-context-unfontify-pos to avoid wasted work.
22762
22763 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
22764
22765 * net/tramp.el (tramp-completion-mode): New defvar. Used in
22766 `tramp-completion-mode' for checking if we are in completion mode.
22767 (tramp-completion-handle-file-name-all-completions): Reorder code
22768 in order to complete for file names only in case there are no
22769 method/user/host completions. This is necessary for cooperation
22770 with ido. Reported by Kim F. Storm <storm@cua.dk>.
22771
22772 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
22773
22774 * longlines.el (longlines-search-forward)
22775 (longlines-search-backward): Match any number of spaces.
22776
22777 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
22778
22779 * diff-mode.el (diff-mode): Doc fix.
22780
22781 2005-10-16 David Reitter <david.reitter@gmail.com>
22782
22783 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
22784 as default on darwin and windows systems.
22785
22786 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
22787
22788 * arc-mode.el (archive-zip-extract): Doc fix.
22789
22790 2005-10-16 Romain Francoise <romain@orebokech.com>
22791
22792 * mouse.el (mouse-1-click-follows-link): Doc fix.
22793
22794 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
22795
22796 * savehist.el: Don't require CL at runtime.
22797 (savehist-xemacs): Remove.
22798 (savehist-coding-system): Use utf-8 if present, regardless of religion.
22799 (savehist-no-conversion): Use (featurep 'xemacs).
22800 (savehist-load): Check existence of start-itimer rather than XEmacs.
22801 Use an idle timer.
22802 (savehist-process-for-saving): Replace use of CL funs `subseq' and
22803 `delete-if-not'.
22804
22805 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
22806
22807 * savehist.el: Newer version.
22808 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
22809 (savehist-last-checksum, savehist-no-conversion): New vars.
22810 (savehist-autosave, savehist-process-for-saving, savehist-printable):
22811 New functions.
22812 (savehist-load, savehist-save): Use them.
22813 (savehist-delimit): Remove.
22814
22815 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
22816
22817 * progmodes/compile.el (compilation-goto-locus): Display the
22818 compilation buffer first and the source buffer second, in case they're
22819 in overlapping frames. Don't raise the compilation frame if it was the
22820 selected window upon entry. Pass the `other-window' arg to
22821 pop-to-buffer.
22822
22823 * info.el (Info-fontify-node): Use dolist.
22824 Change add-text-properties to put-text-property.
22825
22826 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
22827
22828 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
22829 bound of search.
22830
22831 2005-10-16 Masatake YAMATO <jet@gyve.org>
22832
22833 * dabbrev.el (dabbrev-completion): Pass the common
22834 prefix substring of completion to `display-completion-list'.
22835
22836 * filecache.el (file-cache-minibuffer-complete)
22837 (file-cache-complete): Ditto.
22838
22839 * tempo.el (tempo-display-completions): Ditto.
22840
22841 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
22842
22843 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
22844
22845 * eshell/em-hist.el (eshell-list-history): Ditto.
22846
22847 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
22848
22849 * mail/mailalias.el (mail-complete): Ditto.
22850
22851 * progmodes/etags.el (complete-tag): Ditto.
22852
22853 * progmodes/make-mode.el (makefile-complete): Ditto.
22854
22855 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
22856
22857 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
22858
22859 * progmodes/pascal.el (pascal-complete-word)
22860 (pascal-show-completions): Ditto.
22861
22862 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
22863
22864 * simple.el (completion-common-substring): New variable.
22865 (completion-setup-function): Use `completion-common-substring'
22866 to put faces.
22867
22868 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22869
22870 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
22871 (x-get-selection, mac-select-convert-to-string): Convert from/to
22872 UTF-16 clipboard data as in native byte order, no BOM.
22873
22874 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
22875
22876 * progmodes/gud.el (gud-tool-bar-map): Rename the images
22877 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
22878 (gud-sentinel): Use speedbar-frame to check for speedbar.
22879
22880 2005-10-15 Richard M. Stallman <rms@gnu.org>
22881
22882 * savehist.el: New file.
22883
22884 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
22885
22886 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
22887 Fix bug in \bf fontification.
22888
22889 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
22890
22891 * pcvs.el (cvs-edit-log-files): New var.
22892 (cvs-mode-edit-log): New arg `file'.
22893 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
22894 Instead force the use of the original file and nothing else.
22895 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
22896 the cvs-minor-wrap-function is set.
22897 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
22898
22899 2005-10-14 Bill Wohler <wohler@newt.com>
22900
22901 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
22902 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
22903 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
22904 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
22905 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
22906 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
22907 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
22908 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
22909 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
22910 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
22911 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
22912 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
22913 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
22914 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
22915 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
22916
22917 * progmodes/gud.el (gud-tool-bar-map): Rename the images
22918 appropriately (for example, gud-break to gud/break).
22919
22920 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
22921
22922 * longlines.el (longlinges-search-function)
22923 (longlines-search-forward, longlines-search-backward): New functions.
22924 (longlines-mode): Set isearch-search-fun-function to
22925 longlinges-search-function.
22926
22927 * mouse.el (mouse-drag-region-1): Handle the case where a
22928 double-click event is bound to an arbitrary function.
22929
22930 2005-10-14 David Ponce <david@dponce.com>
22931
22932 * recentf.el (recentf-track-opened-file)
22933 (recentf-track-closed-file, recentf-update-menu)
22934 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
22935 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
22936 mouse-1-click-follows-link.
22937
22938 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
22939
22940 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
22941 Gnome file-manager.png. Suggested by
22942 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
22943
22944 * toolbar/README: Add diropen.xpm.
22945
22946 2005-10-13 Bill Wohler <wohler@newt.com>
22947
22948 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
22949 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
22950
22951 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
22952
22953 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
22954 Don't waste the byte-compiler's time on constant data.
22955
22956 2005-10-13 Kenichi Handa <handa@m17n.org>
22957
22958 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
22959 byte with `escape-glyph' face.
22960
22961 * international/fontset.el (ccl-encode-unicode-font):
22962 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
22963 Handle the case that ucs-mule-to-mule-unicode translates a character to
22964 ASCII (usually for IPA characters).
22965
22966 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
22967
22968 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
22969 Don't hide the underline of titles if font-lock-mode is disabled.
22970
22971 2005-10-12 Bill Wohler <wohler@newt.com>
22972
22973 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
22974 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
22975 files in MH-E-SRC have been updated.
22976 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
22977
22978 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
22979
22980 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
22981 (mixal-mode-syntax-table): Add \n as end-comment.
22982 (mixal-operation-codes-alist): Immediately initialize to full value.
22983 (mixal-add-operation-code): Remove.
22984 (mixal-describe-operation-code): Make the arg non-optional.
22985 Use the interactive spec instead.
22986 Use mixal-operation-codes-alist rather than mixal-operation-codes.
22987 (mixal-font-lock-keywords): Don't highlight comments here any more.
22988 (mixal-font-lock-syntactic-keywords): New var.
22989 (mixal-mode): Use it. Fix comment-start-skip.
22990
22991 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
22992
22993 * startup.el (command-line-x-option-alist): -nb => -nbi.
22994
22995 2005-10-12 Kim F. Storm <storm@cua.dk>
22996
22997 * startup.el (fancy-splash-default-action): Discard mouse click in
22998 the splash screen window, as it has no sensible meaning in the
22999 next window to be selected. Fixes error reported by Jan D.
23000
23001 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
23002
23003 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
23004
23005 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
23006
23007 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
23008 Try to fix up minor layout issues like indentation, line break, etc...
23009 (mixal-mode-syntax-table): Don't try to specify comment syntax,
23010 because it doesn't work.
23011 (mixal-operation-codes): Add some more codes.
23012 (mixal-font-lock-keywords): Process comments here.
23013 (mixal-mode): mixasm no longer needs -g option.
23014
23015 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
23016
23017 * progmodes/sh-script.el (sh-tmp-file):
23018 Use mktemp -t. Finish support for es and rc shells.
23019
23020 2005-10-11 Jay Belanger <belanger@truman.edu>
23021
23022 * calc/calcalg2.el (calc-integral): With an argument, compute the
23023 definite integral.
23024
23025 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
23026
23027 * mouse.el (mouse-drag-region-1): Don't try to catch a
23028 double-click when doing follow-link (it's overridden anyway).
23029
23030 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
23031
23032 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
23033 (autoload-print-form-outbuf): Add docstring.
23034
23035 2005-10-11 Juri Linkov <juri@jurta.org>
23036
23037 * info.el (Info-mode-menu): Delete menu item "Edit".
23038 (Info-mode): Delete description of Info-edit from docstring,
23039 and rearrange descriptions of Info commands in the order
23040 they are documented in the Info manual.
23041
23042 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
23043
23044 * calendar/appt.el (appt-check): Use diary-selective-display var.
23045
23046 2005-10-10 Richard M. Stallman <rms@gnu.org>
23047
23048 * net/newsticker.el (newsticker-start, newsticker-show-news):
23049 Add autoload cookies.
23050
23051 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
23052
23053 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
23054
23055 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
23056
23057 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
23058
23059 2005-10-10 Jay Belanger <belanger@truman.edu>
23060
23061 * calc/calc-arith.el (math-check-known-scalarp)
23062 (math-check-known-matrixp): Check the values of arguments that are
23063 variables.
23064 (math-check-known-square-matrixp): New function.
23065 (math-known-square-matrixp): Use math-check-known-square-matrixp.
23066 (math-super-types): Add sqmatrix type.
23067
23068 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
23069 mode name `square' to `sqmatrix'.
23070
23071 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
23072 mode name `square' to `sqmatrix'.
23073
23074 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
23075
23076 * progmodes/etags.el (select-tags-table-mode): Don't use
23077 selective-display.
23078 (tags-select-tags-table): Pass `button' to the action function.
23079 (select-tags-table): Place the side-info on button properties rather
23080 than in hidden text. Abbreviate file names.
23081 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
23082 (select-tags-table-select): Add `button' argument.
23083 Get side-info from the button property rather than from hidden text.
23084
23085 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
23086
23087 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
23088 (gud-speedbar-buttons): Preserve point if possible.
23089 (gud-sentinel): Restore previous speedbar display type.
23090
23091 * progmodes/gdb-ui.el (gdba): Improve diagram.
23092 (def-gdb-auto-update-handler, gdb-info-locals-handler)
23093 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
23094 Call get-buffer-window once.
23095
23096 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
23097
23098 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
23099 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
23100 (pascal-indent-command): Remove unused var `ind'.
23101 (pascal-indent-case): Remove unused var `oldpos'.
23102 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
23103 since it's now used as a proper minor mode map.
23104 (pascal-outline): Rename to pascal-outline-mode.
23105 (pascal-outline-mode): Use define-minor-mode.
23106 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
23107 selective-display.
23108
23109 2005-10-10 Andreas Schwab <schwab@suse.de>
23110
23111 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
23112 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
23113
23114 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
23115 outside source directory.
23116
23117 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
23118
23119 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
23120 C-x' as a prefix.
23121 (orgtbl-mode-map): Full keymap instead of sparse, because all
23122 `self-insert-command' keys are redefined in this map.
23123 (org-export-as-html): Specify charset for HTML file, by taking it
23124 from the coding system.
23125
23126 2005-10-10 Kenichi Handa <handa@m17n.org>
23127
23128 * textmodes/flyspell.el (flyspell-check-word-p):
23129 If unread-command-events is non-empty, don't call sit-for.
23130
23131 2005-10-09 Richard M. Stallman <rms@gnu.org>
23132
23133 * font-lock.el (font-lock-syntactic-keywords)
23134 (font-lock-keywords): Doc fixes.
23135
23136 * textmodes/flyspell.el (flyspell-external-point-words):
23137 Simplify logic, and don't try to check for consecutive appearances
23138 of one incorrect word.
23139
23140 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
23141
23142 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
23143 separator.
23144
23145 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
23146 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
23147 (gud-expansion-speedbar-buttons): New function.
23148 (gud-speedbar-buttons): Check for gud-comint-buffer.
23149
23150 2005-10-09 Bill Wohler <wohler@newt.com>
23151
23152 * Makefile.in (updates): Add mh-loaddefs dependency.
23153
23154 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
23155
23156 * speedbar.el (speedbar-file-key-map): Fix typo.
23157
23158 2005-10-09 Daniel Brockman <daniel@brockman.se>
23159
23160 * cus-start.el (line-spacing): Add custom spec.
23161
23162 2005-10-09 Romain Francoise <romain@orebokech.com>
23163
23164 * textmodes/ispell.el (ispell-check-version): Fix last change.
23165
23166 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
23167
23168 * term/x-win.el: Remove -i, --icon-type from comment.
23169
23170 * startup.el (command-line-x-option-alist): Remove options -i,
23171 -itype, --icon-type, added -nb, --no-bitmap-icon.
23172
23173 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
23174
23175 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
23176 instead of :active.
23177
23178 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
23179
23180 * textmodes/ispell.el (ispell-check-version):
23181 Ignore hyphen, and all that follows, in aspell's version text.
23182
23183 2005-10-08 Jay Belanger <belanger@truman.edu>
23184
23185 * calc/calc-arith.el (math-known-square-matrixp): New function.
23186 (math-pow-fancy): Check for matrices before distributing exponent
23187 across products.
23188
23189 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
23190 fullscreen keypad. Suggested by Luc Teirlinck.
23191 (calc-keypad-show-input): Add space for formatting.
23192
23193 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
23194 Add square matrix option.
23195
23196 * calc/calc-poly.el (math-expand-term): Check for matrices instead
23197 of checking calc-matrix-mode when deciding how to expand.
23198
23199 * calc/calc.el (calc-set-mode-line): Add square matrix option.
23200
23201 2005-10-08 Lars Hansen <larsh@soem.dk>
23202
23203 * net/tramp.el (tramp-perl-directory-files-and-attributes):
23204 Add error handling.
23205 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
23206
23207 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
23208
23209 Sync with Tramp 2.0.51.
23210
23211 * net/tramp.el (tramp-handle-set-visited-file-modtime)
23212 (tramp-handle-insert-file-contents, tramp-handle-write-region):
23213 Insert special handling for `last-coding-system-used', again
23214 it still seems to be necessary (unlike stated before).
23215 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
23216 (tramp-password-prompt-regexp): There might be other words before
23217 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
23218 (tramp-chunksize): Improve docstring.
23219 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
23220 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
23221 Christian Joergensen <bugs@razor.dk>.
23222
23223 2005-10-07 Glenn Morris <rgm@gnu.org>
23224
23225 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
23226 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
23227 precision'.
23228
23229 2005-10-07 Romain Francoise <romain@orebokech.com>
23230
23231 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
23232 (ibuffer-do-shell-command-pipe-replace)
23233 (ibuffer-do-shell-command-file, ibuffer-do-eval)
23234 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
23235 (ibuffer-do-revert, ibuffer-do-replace-regexp)
23236 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
23237 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
23238 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
23239 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
23240 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
23241 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
23242 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
23243 Autoload file sans suffix.
23244
23245 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
23246
23247 2005-10-07 David Ponce <david@dponce.com>
23248
23249 * recentf.el (recentf-menu-open-all-flag): New option.
23250 (recentf-digit-shortcut-command-name): New function.
23251 (recentf--shortcuts-keymap): New variable.
23252 (recentf-menu-shortcuts): New variable.
23253 (recentf-make-menu-items): Initialize it. Replace the "More..."
23254 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
23255 (recentf-menu-value-shortcut): New function.
23256 (recentf-make-menu-item): Use it. No more in-lined.
23257 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
23258 (recentf-open-most-recent-file): Rename from
23259 `recentf-open-file-with-key'. Don't depend on key binding.
23260 (recentf-mode-map): New variable.
23261 (recentf-mode): Use it.
23262
23263 2005-10-06 Bill Wohler <wohler@newt.com>
23264
23265 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
23266
23267 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
23268 (MH-E-SRC): New. Used by mh-autoloads.
23269 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
23270 files in MH-E-SRC have been updated.
23271 (compile, recompile, bootstrap): Depend on mh-autoloads.
23272
23273 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
23274
23275 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
23276 gud-break and gud-remove icons when the fringe is not available.
23277
23278 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
23279 Typo.
23280
23281 2005-10-06 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
23282
23283 * play/zone.el (zone): Wrap body with save-window-excursion.
23284
23285 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
23286
23287 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
23288 Use the new `list-only' arg to diary-list-entries.
23289
23290 * calendar/diary-lib.el: Use overlays rather than selective-display.
23291 (diary-selective-display): New var.
23292 (diary-header-line-format): Use it.
23293 (diary-list-entries): Add argument `list-only'.
23294 Put the buffer in diary-mode. Don't add \^M at beg and end.
23295 Replace \^M by invisible overlays.
23296 (diary-unhide-everything): Replace \^M by invisible overlays.
23297 (print-diary-entries): Look for overlays rather than \^M.
23298 Add a space to the temp buffer name.
23299 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
23300 Put the buffer in diary-mode.
23301 (list-sexp-diary-entries): Replace \^M by invisible overlays.
23302 (diary-anniversary): Make the year arg optional.
23303 (diary-time-regexp): New const.
23304 (diary-font-lock-keywords): Use it to accept a few more time formats.
23305
23306 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
23307
23308 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
23309
23310 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
23311 Fix bug introduced 2005-07-03: Use (car (last ...))
23312 to faithfully reproduce replaced artist-last.
23313 (artist-set-arrow-points-for-poly): Likewise.
23314 Suggested by Johan Bockg\e,Ae\e(Brd.
23315
23316 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
23317
23318 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
23319 * wid-edit.el (widget):
23320 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
23321 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
23322
23323 2005-10-06 Kenichi Handa <handa@m17n.org>
23324
23325 * international/mule-cmds.el (set-language-environment):
23326 Fix setting up of case-table for unibyte mode.
23327
23328 * simple.el (what-cursor-position): If the character is displayed
23329 by some `display' text property, show that. Don't use
23330 single-key-description for eight-bit characters in multibyte mode.
23331
23332 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
23333
23334 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
23335 (gdb-ann3): Set it.
23336 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
23337 (gdb-info-frames-custom): Use inverse-video for first five
23338 characters of selected frame only.
23339 (gdb-get-frame-number): Select frame even when point is on frame
23340 number.
23341
23342 2005-10-06 Masatake YAMATO <jet@gyve.org>
23343
23344 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
23345 Put `font-lock-function-name-face'.
23346 (gdb-info-frames-custom): Put `font-lock-function-name-face'
23347 and `font-lock-variable-name-face'
23348 (gdb-registers-font-lock-keywords): New font lock keywords definition.
23349 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
23350 (gdb-memory-font-lock-keywords): New font lock keywords definition.
23351 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
23352 (gdb-local-font-lock-keywords): New font lock keywords definition.
23353 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
23354 (gdb-threads-font-lock-keywords): New font lock keywords definition.
23355 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
23356
23357 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
23358
23359 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
23360 (ediff-merge-region-is-non-clash-to-skip): Previously called
23361 ediff-merge-region-is-non-clash.
23362
23363 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
23364 Use insert-buffer-substring.
23365
23366 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
23367 selecting files to patch. Also bug fixes.
23368
23369 * ediff-util.el (ediff-setup): Bug fix.
23370 (ediff-next-difference): Never skip clashes that differ in white
23371 space only.
23372
23373 * ediff-wind.el (ediff-setup-control-frame)
23374 (ediff-destroy-control-frame): Check the menubar feature.
23375
23376 * emulation/viper-cmd.el (viper-normalize-minor-mode-map-alist)
23377 (viper-refresh-mode-line): Use make-local-variable to localize
23378 some vars instead of make-variable-buffer-local. Suggested by
23379 Stefan Monnier.
23380
23381 * emulation/viper-init.el (viper-make-variable-buffer-local):
23382 Delete alias.
23383 (viper-restore-cursor-type, viper-set-insert-cursor-type):
23384 Use make-local-variable instead of make-variable-buffer-local.
23385 Suggested by Stefan Monnier.
23386
23387 * emulation/viper.el (viper-mode): Don't use
23388 viper-make-variable-buffer-local.
23389 (viper-comint-mode-hook): Use make-local-variable on
23390 require-final-newline.
23391 (viper-non-hook-settings): Don't use make-variable-buffer-local.
23392
23393 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
23394
23395 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
23396 also the second char of a comment-start sequence.
23397 (scheme-sexp-comment-syntax-table): New var.
23398 (lambda, define): Set their scheme-doc-string-elt property.
23399 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
23400 Use lisp-font-lock-syntactic-face-function now that it properly
23401 handles |...| symbols.
23402 (scheme-mode-variables): Set lisp-doc-string-elt-property,
23403 parse-sexp-lookup-properties and font-lock-extra-managed-props.
23404
23405 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
23406 bit from # to |.
23407 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
23408
23409 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
23410 (lisp-doc-string-elt-property): New var.
23411 (lisp-font-lock-syntactic-face-function): Use it.
23412 Rewrite to recognize docstrings even for forms not at toplevel.
23413
23414 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
23415 annotation on the | part of #| rather than on the # part.
23416 (scheme-font-lock-syntactic-face-function): New function, to
23417 distinguish strings from |...| symbols.
23418 (scheme-mode-variables): Use it. Also fix up the font-lock-time
23419 syntax-table so that #|...|# is properly highlighted.
23420
23421 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
23422 Don't mark as docstring the 3rd elem of an unknown toplevel form.
23423
23424 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
23425
23426 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
23427 and C-e.
23428
23429 * emacs-lisp/eldoc.el: Move comments into docstrings.
23430 (eldoc-message-commands): Initialize in its declaration.
23431 Add move-beginning-of-line and move-end-of-line.
23432 (eldoc-add-command, eldoc-add-command-completions)
23433 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
23434
23435 * outline.el (outline-mark-subtree): Activate the mark.
23436
23437 * calendar/appt.el (appt-time-regexp): New var.
23438 (appt-add, appt-make-list): Use it.
23439 (appt-convert-time): Clean up.
23440
23441 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
23442 Don't set any syntax-table property here.
23443 (tex-font-lock-verb): New function. Do it here.
23444 (tex-font-lock-syntactic-keywords): Use it.
23445
23446 2005-10-04 Richard M. Stallman <rms@gnu.org>
23447
23448 * wid-edit.el (widget-file-complete): Get the widget start point
23449 the right way. Default directory to `/' if file has none.
23450
23451 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
23452
23453 * textmodes/flyspell.el (flyspell-mode-on):
23454 Call ispell-maybe-find-aspell-dictionaries.
23455
23456 * textmodes/ispell.el (ispell-word, ispell-region):
23457 Call ispell-maybe-find-aspell-dictionaries.
23458 (ispell-accept-buffer-local-defs):
23459 Don't call ispell-maybe-find-aspell-dictionaries.
23460
23461 2005-10-04 Richard M. Stallman <rms@gnu.org>
23462
23463 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
23464
23465 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
23466
23467 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
23468 instead of `fboundp' in order to allow for anonymous functions.
23469
23470 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
23471
23472 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
23473 case the user clicks on the link while another window is selected.
23474 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
23475
23476 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
23477 functionality.
23478 (dframe-help-echo): Save point in case mouse tracking is off.
23479
23480 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
23481
23482 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
23483
23484 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
23485
23486 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
23487 not change the global value of those vars.
23488
23489 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
23490 make-local-variable which we do not need any more.
23491
23492 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
23493
23494 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
23495 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
23496 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
23497 (speedbar-path-line): Define obsolete aliases.
23498 (speedbar-line-directory): Doc fix.
23499
23500 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
23501 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
23502 instead of speedbar-line-path.
23503
23504 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
23505
23506 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
23507 to nil if dropping on a window. Handle dropping on a minibuffer window
23508 like dropping on a non-window part of Emacs.
23509
23510 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
23511
23512 * net/ange-ftp.el: Use with-current-buffer.
23513 (ange-ftp-insert-directory): Do not follow symlinks any more.
23514
23515 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
23516 Remove interactive spec.
23517
23518 2005-10-03 Kim F. Storm <storm@cua.dk>
23519
23520 * ido.el (ido-mode): Use custom-initialize-set.
23521
23522 2005-10-02 Richard M. Stallman <rms@gnu.org>
23523
23524 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
23525 Use insert-buffer-substring.
23526
23527 * net/tramp.el: Pacify byte compiler warnings in pacification code.
23528 (tramp-handle-file-local-copy): Use insert-buffer-substring.
23529
23530 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
23531
23532 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
23533 in last change.
23534 (ange-ftp-insert-directory): Fix up the search for the case where
23535 `file' is absolute.
23536
23537 2005-10-02 Romain Francoise <romain@orebokech.com>
23538
23539 * progmodes/compile.el (compile-goto-error): Delete extra paren.
23540
23541 2005-10-02 Andreas Schwab <schwab@suse.de>
23542
23543 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
23544 directory component in the session info.
23545
23546 2005-10-01 Richard M. Stallman <rms@gnu.org>
23547
23548 * comint.el (comint-redirect-subvert-readonly): Doc fix.
23549
23550 * simple.el (next-error-internal): New function.
23551
23552 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
23553 (compilation-start): Pass new arg to compilation-buffer-name.
23554 (compile-goto-error): Use next-error-internal.
23555
23556 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
23557
23558 * speedbar.el: Remove RCS tag.
23559 (speedbar-check-read-only): Handle non-existent files.
23560
23561 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
23562
23563 * info.el (Info-speedbar-hierarchy-buttons)
23564 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
23565
23566 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
23567
23568 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
23569 Do not match newline.
23570 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
23571 (bibtex-summary): Remove unnecessary save-excursion.
23572 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
23573
23574 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23575
23576 * term/mac-win.el: Add charset info for "iso10646-1".
23577 Modify default fontset to use ATSUI-compatible fonts for some charsets
23578 if available.
23579
23580 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
23581
23582 * speedbar.el: Re-apply arch tag.
23583 (speedbar-version): Rename to version 1.0. Suggested by Eric
23584 M. Ludlam.
23585 Reapply two changes from Emacs CVS' version of speedbar lost
23586 during the merge:
23587 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
23588 (speedbar-frame-parameters): Improve customize type.
23589
23590 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
23591
23592 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
23593 (ange-ftp-file-directory-p): Fix the symlink case.
23594 (ange-ftp-insert-directory): When listing a single file, get a list of
23595 the parent buffer and extract the relevant line. Inspired from a patch
23596 by Katsumi Yamaoka <yamaoka@jpl.org>.
23597 (ange-ftp-file-name-sans-versions): Simplify.
23598
23599 2005-09-30 Bill Wohler <wohler@newt.com>
23600
23601 Move MH-E image files from toolbar and mail directories into
23602 etc/images.
23603
23604 * mail/reply2.*: Move to etc/images/mail/reply*.
23605
23606 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
23607 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
23608 etc/images.
23609
23610 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
23611 * toolbar/reply*: Move to etc/images/mail.
23612
23613 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
23614
23615 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
23616
23617 * speedbar.el: New version 1.0pre3.
23618
23619 Frame management code (including timer, and mouse click specifics)
23620 moved to dframe.el:
23621 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
23622 (speedbar-timer): Removed. Use dframe-timer.
23623 (speedbar-close-frame): Removed. Use dframe-close-frame.
23624 (speedbar-activity-change-focus-flag): Removed. Use
23625 dframe-activity-change-focus-flag.
23626 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
23627 dframe-update-speed.
23628
23629 (speedbar-current-frame): New macro. Use this instead of the
23630 variable speedbar-frame.
23631
23632 (speedbar-use-images, speedbar-expand-image-button-alist)
23633 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
23634
23635 (speedbar-find-image-on-load-path): Removed. Replaced by
23636 defezimage in ezimage.el.
23637 (speedbar-expand-image-button-alist): Removed. Replaced by
23638 ezimage-expand-image-button-alist in ezimage.el.
23639
23640 (speedbar-ignored-directory-regexp)
23641 (speedbar-add-ignored-directory-regexp)
23642 (speedbar-ignored-directory-expressions)
23643 (speedbar-line-directory, speedbar-buffers-line-directory)
23644 (speedbar-directory-line, speedbar-buffers-line-directory):
23645 Renamed, replacing `path' with `directory'.
23646
23647 (speedbar-create-directory, speedbar-expand-line-descendants)
23648 (speedbar-toggle-line-expansion)
23649 (speedbar-contract-line-descendants): New commands.
23650
23651 (speedbar-query-confirmation-method, speedbar-select-frame-method)
23652 (speedbar-use-tool-tips-flag): New options.
23653
23654 (speedbar-check-read-only, speedbar-require-version)
23655 (speedbar-insert-separator, speedbar-buffers-tail-notes)
23656 (speedbar-handle-delete-frame, speedbar-try-completion)
23657 (speedbar-update-localized-contents): New functions.
23658
23659 (speedbar-incompatible-version, speedbar-ro-to-do-point)
23660 (speedbar-object-read-only-indicator): New variables.
23661
23662 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
23663 New hooks.
23664
23665 (speedbar-separator-face): New face.
23666
23667 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
23668 (speedbar-ignored-modes): Add fundamental-mode.
23669 (speedbar-directory-unshown-regexp): Add . directories.
23670
23671 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
23672 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
23673 `]' for full expand/close.
23674 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
23675
23676 (speedbar-check-vc): Support hidden files.
23677 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
23678 (speedbar-this-file-in-vc): Use vc-state if available. If VC
23679 state is nil, it is not checked out.
23680
23681 (speedbar-line-text, speedbar-line-token): Support expand buttons
23682 with no text.
23683 (speedbar-refresh): Universal argument acts as power-click.
23684 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
23685 that buffer to get variable values.
23686
23687 And many other bugfixes.
23688
23689 * dframe.el, ezimage.el, sb-image.el: New files.
23690
23691 * sb-*.xpm: Remove files. New image files installed into
23692 etc/images/ezimage.
23693
23694 2005-09-30 Kenichi Handa <handa@m17n.org>
23695
23696 * ps-mule.el (ps-mule-show-warning): If a character is in
23697 ps-print-translation-table, don't treat it as non-printable.
23698
23699 2005-09-30 David Ponce <david@dponce.com>
23700
23701 * tree-widget.el (tree-widget-themes-load-path): New variable.
23702 (tree-widget-themes-directory): Doc fix.
23703 (tree-widget-image-formats) [Emacs]: Doc fix.
23704 (tree-widget--locate-sub-directory): New function.
23705 (tree-widget-themes-directory): Use it.
23706
23707 * recentf.el (recentf-filename-handlers): Rename from
23708 `recentf-filename-handler'. Allow a list of functions.
23709 (recentf-menu-items-for-commands): Fix :help strings.
23710 (recentf-apply-filename-handlers): New function.
23711 (recentf-expand-file-name): Use it.
23712 (recentf-cleanup): Remove duplicates too.
23713
23714 2005-09-29 Juri Linkov <juri@jurta.org>
23715
23716 * faces.el: Rearrange face definitions to be in the same order as
23717 their face descriptions in "(emacs)Standard Faces".
23718
23719 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
23720
23721 * tooltip.el (tooltip): Add group `basic-faces'.
23722
23723 * buff-menu.el (Buffer-menu-buffer): Remove group
23724 `font-lock-highlighting-faces'.
23725
23726 * progmodes/compile.el (compilation-error, compilation-warning)
23727 (compilation-info, compilation-line-number, compilation-column-number):
23728 Change group from `font-lock-highlighting-faces' to `compilation'.
23729
23730 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
23731 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
23732 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
23733 (vhdl-font-lock-reserved-words-face)
23734 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
23735 `font-lock-highlighting-faces'.
23736
23737 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
23738
23739 2005-09-28 Kim F. Storm <storm@cua.dk>
23740
23741 * emulation/cua-base.el: Set CUA move property on additional commands:
23742 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
23743 forward-sexp, backward-sexp, forward-list, backward-list.
23744
23745 2005-09-28 Romain Francoise <romain@orebokech.com>
23746
23747 * comint.el (comint-show-output): Really set point at the
23748 beginning of the output when not using `comint-use-prompt-regexp'.
23749
23750 2005-09-27 Jay Belanger <belanger@truman.edu>
23751
23752 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
23753 in TeX mode.
23754
23755 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
23756
23757 * textmodes/org.el (org-table-sum): Fix format string.
23758
23759 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
23760 Quote face names.
23761
23762 2005-09-26 Romain Francoise <romain@orebokech.com>
23763
23764 * isearch.el (isearch-forward-regexp): Close doc string.
23765
23766 2005-09-25 Richard M. Stallman <rms@gnu.org>
23767
23768 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
23769
23770 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
23771
23772 * progmodes/compile.el (compilation-error-properties):
23773 When getting the file from the previous error message,
23774 correctly decode the new data format.
23775
23776 * progmodes/cc-cmds.el (c-electric-paren):
23777 Call old-blink-paren only for close-paren.
23778
23779 2005-09-24 Andreas Schwab <schwab@suse.de>
23780
23781 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
23782 condition.
23783
23784 2005-09-25 Romain Francoise <romain@orebokech.com>
23785
23786 * dired-aux.el (dired-copy-file-recursive):
23787 * dired.el (dired-delete-file):
23788 * ediff-mult.el (ediff-dir-diff-copy-file):
23789 * ediff-util.el (ediff-test-save-region):
23790 * forms.el (forms-mode):
23791 * ido.el (ido-file-internal, ido-delete-file-at-head):
23792 * log-edit.el (log-edit-done):
23793 * ses.el (ses-yank-resize):
23794 * play/gomoku.el (gomoku-human-plays, gomoku)
23795 (gomoku-human-resigns, gomoku-prompt-for-other-game)
23796 (gomoku-offer-a-draw):
23797 * play/landmark.el (lm-human-resigns, lm):
23798 * net/eudcb-ldap.el (eudc-ldap-check-base):
23799 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
23800 * progmodes/ebrowse.el (ebrowse-find-pattern):
23801 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
23802 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
23803 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
23804
23805 * vc.el (vc-delete-file):
23806 * play/gomoku.el (gomoku-terminate-game, gomoku)
23807 (gomoku-prompt-for-move, gomoku-human-takes-back):
23808 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
23809 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
23810
23811 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
23812
23813 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
23814 color rxvt terminals by using the code xterm.el used to use before
23815 2005-04-09 in order to match the colors used by rxvt.
23816
23817 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
23818
23819 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
23820 colors rxvt-unicode terminals by using the same code as xterm.el.
23821
23822 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
23823
23824 * textmodes/tex-mode.el (tex-font-lock-append-prop)
23825 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
23826 new symbol used for the tex-verbatim face.
23827
23828 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
23829
23830 * woman.el (woman-file-name):
23831 * wid-edit.el (widget-file-prompt-value)
23832 (widget-coding-system-prompt-value):
23833 * w32-fns.el (set-w32-system-coding-system):
23834 * vc.el (vc-version-diff, vc-annotate):
23835 * textmodes/reftex-auc.el (reftex-arg-cite)
23836 (reftex-arg-index-tag):
23837 * textmodes/refer.el (refer-get-bib-files):
23838 * textmodes/artist.el (artist-figlet-choose-font):
23839 * terminal.el (terminal-emulator):
23840 * replace.el (occur-read-primary-args):
23841 * rect.el (string-rectangle, string-insert-rectangle):
23842 * ps-print.el (ps-print-preprint):
23843 * progmodes/pascal.el (pascal-goto-defun):
23844 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
23845 * progmodes/compile.el (compilation-find-file):
23846 * printing.el (pr-interactive-n-up):
23847 * play/animate.el (animate-birthday-present):
23848 * net/rcompile.el (remote-compile):
23849 * man.el (man, Man-goto-section, Man-follow-manual-reference):
23850 * mail/rmailsum.el (rmail-summary-search-backward)
23851 (rmail-summary-search):
23852 * mail/rmailout.el (rmail-output-read-rmail-file-name)
23853 (rmail-output-read-file-name):
23854 * mail/rmail.el (rmail-search, rmail-search-backwards):
23855 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
23856 * locate.el (locate):
23857 * international/quail.el (quail-show-keyboard-layout):
23858 * international/mule.el (set-buffer-file-coding-system)
23859 (revert-buffer-with-coding-system, set-file-name-coding-system)
23860 (set-terminal-coding-system, set-keyboard-coding-system)
23861 (set-next-selection-coding-system):
23862 * international/mule-diag.el (describe-coding-system)
23863 (describe-font, describe-fontset):
23864 * international/mule-cmds.el (universal-coding-system-argument)
23865 (search-unencodable-char, describe-input-method)
23866 (set-language-environment, describe-language-environment):
23867 * international/codepage.el (codepage-setup):
23868 * international/code-pages.el (codepage-setup):
23869 * info.el (Info-search, Info-follow-reference)
23870 (Info-search-backward):
23871 * emacs-lisp/advice.el (ad-read-advised-function)
23872 (ad-read-advice-class, ad-clear-cache, ad-activate)
23873 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
23874 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
23875 (ad-read-regexp):
23876 * ediff-util.el (ediff-toggle-regexp-match):
23877 * ediff-ptch.el (ediff-prompt-for-patch-file):
23878 * dired-aux.el (dired-diff):
23879 * diff.el (diff):
23880 * cus-edit.el (custom-variable-prompt):
23881 * calendar/timeclock.el (timeclock-ask-for-project):
23882 * calc/calcalg3.el (calc-get-fit-variables):
23883 * calc/calc-store.el (calc-edit-variable)
23884 (calc-permanent-variable):
23885 * vc-mcvs.el (vc-mcvs-register):
23886 * shadowfile.el (shadow-define-literal-group):
23887 * woman.el (woman-file-name):
23888 * vc.el (vc-version-diff, vc-merge):
23889 * textmodes/reftex-index.el (reftex-index-complete-tag):
23890 * format.el (format-decode-buffer, format-decode-region):
23891 * emulation/viper-cmd.el (viper-read-string-with-history):
23892 * emacs-lisp/debug.el (cancel-debug-on-entry):
23893 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
23894 * ediff.el (ediff-merge-revisions)
23895 (ediff-merge-revisions-with-ancestor, ediff-revision):
23896 * completion.el (interactive-completion-string-reader):
23897 * calc/calc-prog.el (calc-user-define-formula):
23898 Follow convention for reading with the minibuffer.
23899
23900 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
23901
23902 * progmodes/python.el (python-describe-symbol): Add globals() and
23903 locals() to the arguments of emacs.ehelp.
23904
23905 2005-09-24 Magnus Henoch <mange@freemail.hu>
23906
23907 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
23908 New function, code extracted from ispell-valid-dictionary-list.
23909 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
23910 Call it.
23911
23912 2005-09-24 Eli Zaretskii <eliz@gnu.org>
23913
23914 * subr.el (version-regexp-alist): Extend valid syntax for version
23915 strings: allow any of the characters -,_,+ to separate the
23916 alpha/beta/rc part from the version part. Doc fix.
23917 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
23918
23919 2005-09-23 David Reitter <david.reitter@gmail.com>
23920
23921 * mail/mailclient.el: New file.
23922
23923 2005-09-23 Richard M. Stallman <rms@gnu.org>
23924
23925 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
23926 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
23927 Doc fixes.
23928
23929 * progmodes/cc-mode.el (c-font-lock-init):
23930 Specify font-lock-lines-before.
23931
23932 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
23933
23934 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
23935 whole conflict.
23936
23937 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
23938
23939 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
23940 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
23941 of `remap' feature when available. Additional key bindings for
23942 better tty support.
23943 (org-mode-restart, org-force-self-insert): New commands.
23944 (org-time-stamp-inactive): New command.
23945 (org-remap): New function.
23946 (org-table-auto-blank-field, org-level-color-stars-only): New options.
23947 (org-enable-fixed-width-editor): Move to `org-structure'
23948 customization group.
23949 (org-self-insert-command, orgtbl-self-insert-command): Modify to
23950 blank field after field motion commands.
23951
23952 2005-09-23 Kenichi Handa <handa@m17n.org>
23953
23954 * international/mule-cmds.el (set-language-environment):
23955 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
23956 have to call utf-translate-cjk-load-tables.
23957
23958 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
23959
23960 * mouse.el (mouse-move-drag-overlay): Fix last change.
23961
23962 2005-09-22 David Ponce <david@dponce.com>
23963
23964 * tree-widget.el (tree-widget-value-create): Fix previous change.
23965
23966 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
23967
23968 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
23969
23970 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
23971
23972 * mouse.el (mouse-move-drag-overlay): New function.
23973 (mouse-drag-region-1): Use it.
23974 Try to simplify a bit the state handling. Handle clicks on links
23975 inside intangible areas.
23976 (mouse-save-then-kill): Minor simplification.
23977 (mouse-secondary-overlay): Make it always non-nil instead of
23978 recreating it each time.
23979 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
23980 (mouse-kill-secondary, mouse-secondary-save-then-kill):
23981 Simplify accordingly.
23982
23983 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
23984
23985 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
23986
23987 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
23988
23989 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
23990 (ediff-file-name-sans-prefix): Treat nil as an empty string.
23991 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
23992 to patch.
23993
23994 * ediff-util.el: Use insert-buffer-substring.
23995
23996 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
23997
23998 * emulation/viper-cmd.el (viper-change-state): Don't move over the
23999 field boundaries in the minibuffer.
24000 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
24001 (viper-minibuffer-post-command-hook): New hook.
24002 (viper-line): Don't move cursor at bolp.
24003
24004 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
24005
24006 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
24007 avoid compiler warnings.
24008
24009 * emulation/viper-macs.el (ex-map): Better messages.
24010
24011 * emulation/viper-utils.el (viper-beginning-of-field): New function.
24012
24013 * emulation/viper.el: Replace make-variable-buffer-local with
24014 viper-make-variable-buffer-local everywhere, to avoid warnings.
24015
24016 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
24017
24018 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
24019 Delete unused var `old-selected-window'.
24020 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
24021 (mouse-drag-secondary): Delete unused var `start-frame'.
24022
24023 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
24024
24025 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
24026
24027 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
24028
24029 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
24030 Re-indent within 80 columns. Use inhibit-read-only.
24031
24032 2005-09-19 Romain Francoise <romain@orebokech.com>
24033
24034 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
24035
24036 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
24037
24038 * font-lock.el (font-lock-default-fontify-region): Don't add a line
24039 unconditionally, since the after-change-function already did it.
24040
24041 2005-09-19 Miles Bader <miles@gnu.org>
24042
24043 * net/newsticker.el: Get rid of CVS keyword.
24044
24045 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
24046
24047 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
24048 The prompt is formatted later.
24049
24050 2005-09-19 David Ponce <david@dponce.com>
24051
24052 * tree-widget.el (tree-widget-value-create): Save the converted
24053 tree :node widget.
24054
24055 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
24056
24057 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
24058 variable `message'.
24059
24060 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
24061
24062 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
24063 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
24064 <slawomir.nowaczyk.847@student.lu.se>.
24065
24066 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
24067
24068 * image.el (image-load-path): Use symbol `data-directory' instead
24069 of its value, for backward compatibility with packages that bind
24070 it during `find-image'. Suggested by Katsumi Yamaoka.
24071 (image-search-load-path): Handle symbols whose values are strings.
24072
24073 2005-09-18 Romain Francoise <romain@orebokech.com>
24074
24075 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
24076 with-current-buffer form in save-excursion.
24077
24078 2005-09-18 Deepak Goel <deego@gnufans.org>
24079
24080 * apropos.el (apropos-command): Fix `message' call: first arg
24081 should be a format spec. In this and all other cases that appear
24082 below and elsewhere in the source code, I made a change only when
24083 two conditions were satisfied: [1] I can think of a possibility
24084 that the arguments would cause an error, for example, the code in
24085 question relies on external variables such as filenames. [2] I
24086 was sure that the arg to `message' could not have been nil in the code.
24087
24088 * textmodes/tildify.el (tildify-region): Ditto.
24089
24090 * textmodes/reftex-index.el (reftex-index-change-entry)
24091 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
24092 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
24093 * textmodes/org.el (org-complete, org-deadline, org-schedule)
24094 (org-priority, org-table-sum):
24095 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
24096 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
24097 (flyspell-word, flyspell-display-next-corrections):
24098 * textmodes/bibtex.el (bibtex-print-help-message):
24099 * textmodes/artist.el (artist-key-set-point-poly):
24100 * term/mac-win.el (mac-services-insert-text):
24101 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
24102 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
24103 (vhdl-port-paste-testbench, vhdl-compose-new-component)
24104 (vhdl-compose-configuration):
24105 * progmodes/sh-script.el (sh-blink, sh-show-indent)
24106 (sh-set-indent, sh-learn-line-indent):
24107 * progmodes/ps-mode.el (ps-mode-target-column):
24108 * progmodes/idlwave.el (idlwave-make-tags)
24109 (idlwave-scan-library-catalogs):
24110 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
24111 * progmodes/gud.el (gud-jdb-analyze-source):
24112 * progmodes/flymake.el (flymake-log):
24113 * progmodes/ebnf2ps.el (ebnf-generate-region):
24114 * progmodes/cmacexp.el (c-macro-expansion):
24115 * progmodes/ada-xref.el (ada-treat-cmd-string):
24116 * progmodes/ada-mode.el (ada-create-case-exception-substring)
24117 (ada-justified-indent-current, ada-batch-reformat):
24118 * play/zone.el (zone):
24119 * play/landmark.el (lm-move):
24120 * play/decipher.el (decipher-show-alphabet):
24121 * net/newsticker.el (newsticker--display-jump)
24122 (newsticker--display-scroll):
24123 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
24124 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
24125 * mail/feedmail.el (feedmail-dump-message-to-queue):
24126 * eshell/esh-proc.el (eshell-remove-process-entry):
24127 * emulation/ws-mode.el (ws-last-error):
24128 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
24129 (viper-record-kbd-macro):
24130 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
24131 * emacs-lisp/lisp-mnt.el (lm-report-bug):
24132 * emacs-lisp/find-func.el (find-function-noselect):
24133 * calendar/timeclock.el (timeclock-status-string)
24134 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
24135 (timeclock-when-to-leave-string):
24136 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
24137 * calc/calc-units.el (calc-enter-units-table):
24138 * calc/calc-mode.el (calc-mode-record-mode):
24139 * woman.el (woman-mini-help):
24140 * wdired.el (wdired-change-to-wdired-mode):
24141 * vc.el (vc-retrieve-snapshot):
24142 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
24143 * startup.el (display-startup-echo-area-message):
24144 * simple.el (set-goal-column):
24145 * ses.el (ses-command-hook, ses-recalculate-cell):
24146 * server.el (server-process-filter):
24147 * printing.el (pr-interface-txt-print, pr-interface-printify)
24148 (pr-interface-ps):
24149 * pcvs.el (cvs-help):
24150 * log-edit.el (log-edit, log-edit-mode-help):
24151 * iswitchb.el (iswitchb-possible-new-buffer):
24152 * isearch.el (isearch-edit-string):
24153 * image-mode.el (image-mode, image-minor-mode):
24154 * ibuf-macs.el (define-ibuffer-filter):
24155 * hi-lock.el (hi-lock-find-patterns):
24156 * files.el (toggle-read-only):
24157 * ediff-util.el (ediff-copy-diff)
24158 (ediff-write-merge-buffer-and-maybe-kill):
24159 * echistory.el (Electric-history-undefined):
24160 * dnd.el (dnd-insert-text):
24161 * dired-aux.el (dired-query):
24162 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
24163 * bookmark.el (bookmark-bmenu-locate):
24164 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
24165 Fix `message' calls to ensure first arg is a format string.
24166 The change was made only when these two conditions were satisfied:
24167 [1] when there is a possibility that the arguments would cause an error
24168 for example, if the code in question relies on external variables
24169 such as filenames, and
24170 [2] if the arg to `message' could not have been nil in the code.
24171
24172 * pcomplete.el (pcomplete--help): Fix `message' format spec.
24173 Not having a %s would be weird, though not technically wrong.
24174
24175 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24176
24177 * term/mac-win.el (mac-add-charset-info): Doc fix.
24178
24179 2005-09-17 Romain Francoise <romain@orebokech.com>
24180
24181 * shell.el (shell-resync-dirs): Handle echoing processes more
24182 reliably. Don't insert resync command if `comint-process-echoes'
24183 is non-nil.
24184
24185 2005-09-17 Magnus Henoch <mange@freemail.hu>
24186
24187 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
24188 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
24189 aspell versions >= 0.60.
24190 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
24191 only if ispell-aspell-supports-utf8 is non-nil.
24192
24193 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
24194
24195 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
24196 buffer-local value to lisp-indent-function.
24197
24198 2005-09-17 Milan Zamazal <pdm@zamazal.org>
24199
24200 * progmodes/glasses.el (glasses-make-readable): If
24201 glasses-separator differs from underscore, put appropriate
24202 overlays over underscore characters.
24203 (glasses-convert-to-unreadable): If glasses-separator differs from
24204 underscore, try to convert glasses-separator characters to
24205 underscores.
24206
24207 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
24208
24209 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
24210 Use with-syntax-table and dolist.
24211
24212 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
24213
24214 * textmodes/reftex-auc.el:
24215 * textmodes/reftex-cite.el:
24216 * textmodes/reftex-dcr.el:
24217 * textmodes/reftex-global.el:
24218 * textmodes/reftex-parse.el:
24219 * textmodes/reftex-ref.el:
24220 * textmodes/reftex-sel.el:
24221 * textmodes/reftex-toc.el:
24222 * textmodes/reftex-vars.el:
24223 * textmodes/reftex.el: Small changes to remove compiler warnings.
24224
24225 * textmodes/reftex-index.el: Likewise.
24226 (reftex-query-index-phrase): More efficient use of markers.
24227
24228 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
24229
24230 * image.el (image-load-path): New variable.
24231 (image-search-load-path): New function.
24232 (find-image): Search for images in `image-load-path'.
24233
24234 2005-09-15 Richard M. Stallman <rms@gnu.org>
24235
24236 * follow.el: Change Maintainer field.
24237
24238 2005-09-15 David Ponce <david@dponce.com>
24239
24240 * recentf.el (recentf-save-file-modes): New option.
24241 (recentf-save-list): Use it.
24242
24243 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
24244
24245 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
24246 (mode-line-mule-info, mode-line-modified): Move bindings from
24247 mouse-3 to mouse-1.
24248
24249 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
24250
24251 * simple.el (sendmail-user-agent-compose): Revert last change.
24252
24253 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
24254
24255 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
24256 Use with-current-buffer.
24257 (ange-ftp-gwp-start): Remove unused var `gw-user'.
24258 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
24259 (ange-ftp-insert-directory): Remove unused var `short'.
24260 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
24261
24262 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
24263 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
24264
24265 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
24266 (check-calendar-holidays, diary-list-entries): Autoload.
24267 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
24268 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
24269
24270 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
24271 which mistakenly removed a call to display-buffer.
24272
24273 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
24274
24275 * obsolete/iso-insert.el: Move to obsolete/ from international/.
24276
24277 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
24278
24279 * progmodes/hideshow.el
24280 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
24281 (hs-allow-nesting): New user var.
24282 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
24283 (hs-hide-block-at-point): When nesting allowed,
24284 if there is already an overlay in place, delete it.
24285 (hs-safety-is-job-n): Delete func; remove call sites.
24286 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
24287 (hs-overlay-at): New func.
24288 (hs-already-hidden-p, hs-show-block): Use it.
24289 (hs-hide-all): Don't pre-clean if nesting allowed.
24290 (hs-show-all): Temporarily disallow
24291 nesting around call to `hs-discard-overlays'.
24292
24293 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
24294
24295 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
24296 Delete unused local var.
24297
24298 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
24299
24300 * help-fns.el (describe-categories): "?\ " -> "?\s".
24301 (help-do-arg-highlight): Recognize also ARG-n, as in
24302 `move-to-left-margin' (ARG+n is already recognized). Simplify.
24303
24304 * international/codepage.el (dos-unsupported-char-glyph):
24305 * net/newsticker.el (tool-bar-map, w3-mode-map)
24306 (w3m-minor-mode-map):
24307 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
24308 (ent-alist):
24309 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
24310
24311 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
24312
24313 * custom.el (custom-push-theme): Handle the case where a symbol is
24314 bound but face properties have not yet been assigned.
24315
24316 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
24317 Fix behavior if noerase is `t' and there is no mail buffer.
24318
24319 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
24320 if `continue' is nil, rather than signal an error.
24321
24322 2005-09-12 Richard M. Stallman <rms@gnu.org>
24323
24324 * font-lock.el (font-lock-keywords): Add autoload.
24325
24326 * help-fns.el (describe-variable): Rearrange to put source link
24327 in a predictable place.
24328
24329 * net/newsticker.el: New file.
24330
24331 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
24332
24333 * calendar/calendar.el (calendar-for-loop): Add edebug info.
24334 (calendar-basic-setup): Use the new nil arg.
24335 (number-of-diary-entries): Move to diary-lib.el.
24336
24337 * calendar/diary-lib.el: Use with-current-buffer, match-string.
24338 (diary-list-entries): Use with-syntax-table and dolist.
24339 Rename from list-diary-entries.
24340 Use number-of-diary-entries if `number' is nil.
24341 (diary, diary-view-entries): Use this new name and new nil arg value.
24342 (number-of-diary-entries): Move from calendar.el.
24343 (diary-unhide-everything): New function.
24344 (include-other-diary-files, fancy-diary-display)
24345 (diary-show-all-entries, make-diary-entry): Use it.
24346 (diary-mail-entries): Use buffer-string.
24347 (mark-diary-entries): Fix long standing paren typo.
24348 (diary-sexp-entry): Use count-lines.
24349 (make-diary-entry): Avoid `previous-line'.
24350 (diary-mode-map): New var.
24351 (diary-mode): Redraw cal after saving. Setup header-line.
24352 (fancy-diary-display-mode): Use local-set-key.
24353
24354 * startup.el (command-line): Try calling various terminal-init-foo-bar
24355 functions by stripping hyphenated suffixes from $TERM.
24356
24357 * files.el (normal-mode): Check boundness of font-lock-keywords.
24358
24359 2005-09-12 Richard M. Stallman <rms@gnu.org>
24360
24361 * progmodes/compile.el: Don't decide a file's directory
24362 until the user actually tries to go there.
24363 (compilation-next-error-function):
24364 Pass compilation-find-file the directory from the file-struct.
24365 (compilation-internal-error-properties): Separate local FILE-STRUCT
24366 from FILE. Doc the args better. Rename arg FMT to FMTS.
24367 (compilation-find-file): Arg DIR renamed to DIRECTORY.
24368 Expand it, and if nil, use default-directory.
24369 (compilation-get-file-structure): Don't mix specified directory
24370 with default directory. Put specified directory into
24371 file-struct. Don't make the file name absolute.
24372
24373 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
24374 (compile-command): Add autoload.
24375 (compilation-disable-input): Add autoload.
24376
24377 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
24378
24379 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
24380 strings of the variables it can override.
24381 (time-stamp): New (as yet undocumented) time-stamp-format escapes
24382 %Q and %q, for fully-qualified domain name and unqualified host name.
24383
24384 2005-09-11 Kim F. Storm <storm@cua.dk>
24385
24386 * emacs-lisp/authors.el (authors-aliases): Update list.
24387 (authors-fixed-entries): Update mldrag.el entry.
24388
24389 2005-09-10 Alan Mackenzie <acm@muc.de>
24390
24391 * textmodes/page.el (narrow-to-page): Exclude _entire_ multi-line
24392 delimiter from the region narrowed to.
24393
24394 2005-09-10 Magnus Henoch <mange@freemail.hu>
24395
24396 * textmodes/ispell.el (ispell-check-version): Signal an error if
24397 aspell version is less than 0.60.
24398
24399 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
24400
24401 * progmodes/octave-inf.el (inferior-octave-startup):
24402 Resync current dir at the end.
24403
24404 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
24405
24406 * woman.el (woman-topic-at-point-default):
24407 Rename to woman-use-topic-at-point-default.
24408 (woman-topic-at-point): Rename to woman-use-topic-at-point.
24409 (woman-file-name): Reflect renames above. Automatically use the
24410 word at point as topic if woman-use-topic-at-point is non-nil.
24411 Otherwise offer it as default but don't insert it in the
24412 minibuffer. Also use `test-completion' instead of `assoc' as
24413 suggested by Stefan Monnier.
24414
24415 2005-09-10 Andre Spiegel <spiegel@gnu.org>
24416
24417 * vc.el (vc-directory, vc-update-change-log): Throw an error on
24418 the attempt to do it over Tramp. This is not yet supported.
24419
24420 2005-09-10 Eli Zaretskii <eliz@gnu.org>
24421
24422 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
24423 (menu-bar-non-minibuffer-window-p): New functions.
24424 ("Split Window", "Save As..."): Use them.
24425 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
24426 ("Print Buffer", "Truncate Long Lines in this Buffer"):
24427 Use menu-bar-menu-frame-live-and-visible-p.
24428 ("Save Buffer", "Insert File", "Open Directory...")
24429 ("Open File...", "Visit New File..."):
24430 Use menu-bar-non-minibuffer-window-p.
24431 (kill-this-buffer-enabled-p, dired <menu-enable>):
24432 Use menu-bar-non-minibuffer-window-p.
24433
24434 2005-09-09 Eli Zaretskii <eliz@gnu.org>
24435
24436 * cus-start.el (all): Don't complain about fringe-related
24437 built-ins if fringes are not supported. Ditto about
24438 selection-related built-ins. Fix the test for GTK-related built-ins.
24439
24440 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
24441 ("Postscript Print Buffer", "Print Region", "Save As...")
24442 ("Save", "Insert File...", "Open Directory...")
24443 ("Open File...", "Visit New File..."")
24444 ("Truncate Long Lines in this Buffer"): Don't look at
24445 menu-updating-frame if this display does not support multiple frames.
24446
24447 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
24448
24449 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
24450
24451 2005-09-09 Emilio C. Lopes <eclig@gmx.net>
24452
24453 * woman.el: Format- and whitespace-related changes.
24454
24455 2005-09-09 Eli Zaretskii <eliz@gnu.org>
24456
24457 * woman.el: Fix my email address.
24458
24459 2005-09-08 Richard M. Stallman <rms@gnu.org>
24460
24461 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
24462 (sh-mode): Locally set skeleton-pair-default-alist.
24463
24464 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
24465
24466 * progmodes/flymake.el: Require `compile' unconditionally.
24467
24468 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
24469
24470 * woman.el (woman-file-name): Provide a default, not initial input.
24471
24472 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
24473
24474 * font-lock.el (font-lock-support-mode): Doc fix.
24475
24476 * descr-text.el (describe-property-list): Handle non-symbol prop names.
24477
24478 2005-09-08 Richard M. Stallman <rms@gnu.org>
24479
24480 * simple.el (blink-matching-open): Get rid of text props from
24481 the string shown in echo area. Don't permanently set point.
24482 Some rearrangements.
24483
24484 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
24485
24486 * recentf.el (recentf-filename-handler): Add custom choice
24487 `abbreviate-file-name'.
24488
24489 * msb.el (msb--very-many-menus): Fix typo.
24490
24491 * disp-table.el (standard-display-european): Don't set
24492 enable-multibyte-characters to nil.
24493
24494 2005-09-08 David Ponce <david@dponce.com>
24495
24496 * recentf.el (recentf-show-file-shortcuts-flag): New option.
24497 (recentf-expand-file-name): Doc fix.
24498 (recentf-dialog-mode-map): Define digit shortcuts.
24499 (recentf--files-with-key): New variable.
24500 (recentf-show-digit-shortcut-filter): New function.
24501 (recentf-open-files-items): New function.
24502 (recentf-open-files): Use it.
24503 (recentf-open-file-with-key): New command.
24504
24505 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
24506
24507 * buff-menu.el (Buffer-menu-sort-by-column): New function.
24508 Suggested by Kim F. Storm.
24509 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
24510 (Buffer-menu-make-sort-button): Use global keymap.
24511
24512 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
24513
24514 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
24515 (Man-getpage-in-background-advice): Remove defadvice; it isn't
24516 necessary any longer with the remapped command.
24517 (Man-bgproc-sentinel-advice): Remove defadvice which counts
24518 formatting time only.
24519
24520 * net/tramp.el (tramp-action-password)
24521 (tramp-multi-action-password): Compile the password prompt from
24522 `method', `user' and `host'. Sometimes it isn't obvious which
24523 password to enter, for example with remote files offered by
24524 recentf.el, or with multiple steps. Suggested by Robert Marshall
24525 <robert@chezmarshall.freeserve.co.uk>.
24526
24527 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
24528
24529 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
24530 Fix regexp for when "s///" is at the beginning of line.
24531
24532 2005-09-07 Jay Belanger <belanger@truman.edu>
24533
24534 * calc/calc-poly.el (math-expand-term): Multiply out any powers
24535 when in matrix mode.
24536
24537 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
24538
24539 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
24540 non-anonymous functions.
24541
24542 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
24543
24544 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
24545 when using a header line. Otherwise, use mouse-1-click-follows-link.
24546
24547 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
24548 can't be moved; don't signal an error.
24549
24550 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
24551
24552 * cus-theme.el (custom-theme-write-faces): Save the current face
24553 spec, not the defface spec.
24554
24555 * custom.el (custom-known-themes): Clarify meaning of "standard".
24556 (custom-push-theme): Save old values in the standard theme.
24557 (disable-theme): Correct typo.
24558 (custom-face-theme-value): Deleted unused function.
24559 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
24560
24561 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
24562
24563 * progmodes/compile.el (compilation-goto-locus): Take into account
24564 iconified frames when determining whether the buffer is
24565 already visible.
24566 Don't reset window height if the window already existed.
24567
24568 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
24569
24570 * custom.el (load-theme): Rename from require-theme.
24571 Add interactive spec.
24572 (enable-theme): Rename from custom-enable-theme.
24573 Add interactive spec.
24574 (disable-theme): Rename from custom-disable-theme.
24575 Add interactive spec.
24576 (custom-make-theme-feature): Doc fix.
24577 (custom-theme-directory): Doc fix.
24578 (provide-theme): Call enable-theme.
24579
24580 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
24581
24582 * obsolete/lazy-lock.el (lazy-lock-mode):
24583 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
24584 font-lock-mode if it's off. Print a warning instead.
24585
24586 * progmodes/compile.el (compilation-start): Ignore errors if the
24587 process died before we get to send-eof.
24588
24589 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
24590 Undo last change. Enclosing the result in quotes broke things on Unix
24591 since tex-send-command passes it through shell-quote-argument.
24592 (tex-send-command): Pass `file' through convert-standard-filename
24593 when possible.
24594 (tex-uptodate-p): Handle the case where TeX hasn't put additional
24595 info in a transcript.
24596
24597 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
24598
24599 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
24600 fix compilation warning. Reorder the key definitions to group
24601 together keys emitted by the current version of xterm.
24602
24603 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
24604 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
24605 Reorder predicates to correct min-color usage.
24606
24607 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
24608
24609 * longlines.el (longlines-mode): Inhibit read-only when encoding.
24610 Kill local variables when longlines-mode is turned off.
24611
24612 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
24613
24614 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
24615
24616 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
24617
24618 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
24619
24620 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
24621 (font-lock-lines-before): Change default to being inactive.
24622 (font-lock-default-fontify-region): Obey font-lock-lines-before.
24623 (font-lock-after-change-function): Don't handle f-l-lines-before here.
24624
24625 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
24626
24627 * net/tramp.el (tramp-handle-make-auto-save-file-name):
24628 Deactivate temporarily advice if active (not needed for Emacs 22,
24629 but for backwards compatibility).
24630 (tramp-exists-file-name-handler): Rewrite. First implementation
24631 was too simple.
24632 (tramp-advice-make-auto-save-file-name):
24633 Call `tramp-handle-make-auto-save-file-name' (again, just for
24634 backwards compatibility).
24635
24636 2005-08-31 Reto Zimmermann <reto@gnu.org>
24637
24638 * progmodes/vhdl-mode.el
24639 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
24640 (vhdl-end-p): Fix indentation bug "else" after "-- when".
24641 (vhdl-set-default-project): New function (easier setting of default).
24642 (vhdl-port-copy): Handle extended identifiers for generics.
24643 (vhdl-compiler-alist): Better description for error message regexp.
24644 (vhdl-make): Query for target, use previous as default.
24645 (vhdl-port-copy): Fix port copy for port names starting with "signal".
24646 (vhdl-font-lock-keywords-2): Fix fontification for record
24647 el. assign.
24648 (vhdl-speedbar-make-subpack-line): Add package body link.
24649 (vhdl-generate-makefile-1): Not include itself as dependency.
24650 (vhdl-font-lock-init): Highlight c-preprocessor directives.
24651 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
24652 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
24653 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
24654 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
24655 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
24656 (vhdl-import-project): Add string argument for `error'.
24657 (vhdl-compose-configuration)
24658 (vhdl-compose-configuration-architecture): Add configuration
24659 declaration generation.
24660 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
24661 (vhdl-trailer-re): Add "record" keyword (better indentation).
24662 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
24663 "[^ \t-\"]+".
24664 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
24665 (vhdl-testbench-entity-file-name)
24666 (vhdl-testbench-architecture-file-name): Allow separate
24667 customization of testbench file names.
24668 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
24669 (vhdl-get-visible-signals): Allow newline within alias declaration.
24670 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
24671 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
24672 (member-ignore-case): Alias for missing function in XEmacs.
24673 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
24674 (vhdl-update-sensitivity-list): Ignore case on read signals.
24675 (vhdl-replace-string): Adjust case only for file names.
24676 (vhdl-update-sensitivity-list): Fix search for read signals.
24677 (vhdl-update-sensitivity-list): Exclude formal parameters.
24678 (vhdl-get-visible-signals): Include aliases of signals.
24679 (vhdl-get-visible-signals): Fix signal name searching.
24680 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
24681 (vhdl-fixup-whitespace-region): Fix for character
24682 literals (e.g. `:').
24683
24684 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
24685
24686 * ansi-color.el (comint-last-output-start):
24687 * bs.el (font-lock-verbose):
24688 * diff-mode.el (add-log-buffer-file-name-function):
24689 * dired-x.el (vm-folder-directory):
24690 * faces.el (help-xref-stack-item):
24691 * files.el (font-lock-keywords):
24692 * find-lisp.el (dired-buffers, dired-subdir-alist):
24693 * ido.el (cua-inhibit-cua-keys):
24694 * log-view.el (cvs-minor-wrap-function):
24695 * outline.el (font-lock-warning-face):
24696 * simple.el (compilation-current-error):
24697 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
24698 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
24699 * tooltip.el (comint-prompt-regexp):
24700 * w32-fns.el (explicit-shell-file-name):
24701 * term/mac-win.el (mac-charset-info-alist)
24702 (mac-services-selection, mac-system-script-code):
24703 * term/tty-colors.el (msdos-color-values):
24704 * term/w32-win.el (xlfd-regexp-registry-subnum):
24705 * term/x-win.el (x-keysym-table, x-selection-timeout)
24706 (x-session-id, x-session-previous-id):
24707 * textmodes/ispell.el (mail-yank-prefix):
24708 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
24709 * textmodes/org.el (calc-embedded-close-formula)
24710 (calc-embedded-open-formula)
24711 (font-lock-unfontify-region-function):
24712 * textmodes/reftex-global.el (isearch-next-buffer-function)
24713 (TeX-master):
24714 * textmodes/reftex.el (font-lock-keywords):
24715 * textmodes/tex-mode.el (font-lock-comment-face)
24716 (font-lock-doc-face):
24717 * textmodes/texinfo.el (outline-heading-alist):
24718 Add defvars.
24719
24720 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
24721 (artist-spray-chars, artist-mode-init, artist-replace-string)
24722 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
24723 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
24724 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
24725
24726 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
24727 (conf-align-assignments): "?\ " -> "?\s".
24728
24729 * textmodes/reftex-index.el (TeX-master): Add defvar.
24730 (reftex-index-phrases-marker): Move up defvar.
24731
24732 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
24733 (reftex-toc-include-labels-indicator)
24734 (reftex-toc-include-index-indicator)
24735 (reftex-toc-max-level-indicator): Move up declarations.
24736
24737 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
24738 of args to `tramp-run-real-handler', even if it's empty in this case.
24739
24740 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24741
24742 * dired.el (dired-move-to-filename-regexp): Add date format for
24743 Mac OS X 10.3 in East Asian locales.
24744
24745 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
24746
24747 * files.el (make-auto-save-file-name): Add file name handler call
24748 if applicable.
24749
24750 * net/tramp.el (tramp-file-name-handler-alist)
24751 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
24752 (tramp-handle-make-auto-save-file-name): Rename from
24753 `tramp-make-auto-save-file-name'.
24754 (tramp-exists-file-name-handler): New defun.
24755 (tramp-advice-make-auto-save-file-name): Make defadvice only when
24756 `make-auto-save-file-name' is not a magic file name operation.
24757
24758 2005-08-30 Richard M. Stallman <rms@gnu.org>
24759
24760 * files.el (risky-local-variable-p):
24761 Match `-predicates' and `-commands.
24762
24763 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
24764 (custom-save-all): Visit the file if necessary;
24765 kill the buffer if we created it.
24766 (custom-save-delete): Don't visit file or kill buffer here.
24767
24768 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
24769
24770 * textmodes/org.el (org-special-keyword): New face.
24771 (org-table-copy-down, org-table-eval-formula)
24772 (org-table-recalculate, org-init-section-numbers):
24773 Use `string-to-number' instead of `string-to-int'.
24774 (org-get-location): Use `insert-buffer-substring' instead of
24775 `insert-buffer'.
24776 (org-modify-diary-entry-string): New function.
24777 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
24778 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
24779 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
24780 active region.
24781 (org-export-as-html): Handle QUOTE keyword.
24782 (org-quote-string): New option.
24783 (org-bookmark-jump-unhide): New function, used for
24784 `bookmark-after-jump-hook'.
24785 (org-diary-default-entry): Apply only when not called through
24786 `org-agenda'.
24787
24788 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
24789
24790 * net/eudc.el (mode-popup-menu):
24791 * play/handwrite.el (ps-printer-name, ps-lpr-command):
24792 * progmodes/ada-mode.el (compile-auto-highlight)
24793 (skeleton-further-elements):
24794 * progmodes/autoconf.el (font-lock-syntactic-keywords):
24795 * progmodes/cmacexp.el (msdos-shells):
24796 * progmodes/compile.el (font-lock-extra-managed-props)
24797 (font-lock-keywords, font-lock-maximum-size)
24798 (font-lock-support-mode):
24799 * progmodes/grep.el (font-lock-lines-before):
24800 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
24801 * progmodes/mixal-mode.el (compile-command):
24802 * progmodes/perl-mode.el (font-lock-comment-face)
24803 (font-lock-doc-face, font-lock-string-face):
24804 * progmodes/prolog.el (comint-prompt-regexp):
24805 * progmodes/sh-script.el (font-lock-comment-face)
24806 (font-lock-set-defaults, font-lock-string-face):
24807 * progmodes/sql.el (font-lock-keyword-face)
24808 (font-lock-set-defaults, font-lock-string-face):
24809 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
24810 (itimer-version, lazy-lock-defer-contextually)
24811 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
24812 Add defvars.
24813
24814 * progmodes/cperl-mode.el (cperl-electric-lbrace)
24815 (cperl-electric-keyword, cperl-electric-pod)
24816 (cperl-electric-backspace, cperl-forward-re)
24817 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
24818 (vc-rcs-header, vc-sccs-header): Add defvars.
24819
24820 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
24821 (font-lock-syntactic-keywords, gud-find-expr-function):
24822 Add defvars.
24823
24824 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
24825 (gdb-frame-parameters): Declare before use.
24826
24827 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
24828 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
24829 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
24830 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
24831
24832 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
24833 (idlwave-help-with-source): Use `insert-buffer-substring', not
24834 `insert-buffer'.
24835
24836 2005-08-29 Juri Linkov <juri@jurta.org>
24837
24838 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
24839 Put outline-back-to-heading function call inside save-excursion.
24840
24841 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
24842
24843 * man.el (Man-init-defvars, Man-translate-references)
24844 (Man-support-local-filenames, Man-highlight-references):
24845 * progmodes/sql.el (sql-interactive-mode):
24846 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
24847
24848 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
24849 (compilation-mode-font-lock-keywords): Add defvars.
24850 (checkdoc-interactive-loop): "?\ " -> "?\s".
24851
24852 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
24853 (font-lock-doc-face, font-lock-string-face)
24854 (font-lock-keywords-case-fold-search): Add defvars.
24855 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
24856
24857 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
24858 Don't pass X and Y (they are ignored anyway).
24859 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
24860 (mouse-delete-window): Make arguments optional.
24861
24862 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
24863 (caesar-translate-table, minor-modes, news-buffer-save)
24864 (news-group-name, news-minor-modes): Add defvars.
24865
24866 * emacs-lisp/lselect.el (mouse-highlight-priority)
24867 (x-lost-selection-functions, zmacs-regions):
24868 * emacs-lisp/pp.el (font-lock-verbose):
24869 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
24870 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
24871 (ses-mode-map):
24872 * emacs-lisp/tcover-unsafep.el (safe-functions):
24873 * international/mule-cmds.el (mac-system-coding-system)
24874 (mac-system-locale):
24875 * language/ethio-util.el (rmail-current-message)
24876 (rmail-message-vector):
24877 * language/thai-util.el (thai-auto-composition-mode):
24878 * mail/metamail.el (rmail-current-message, rmail-message-vector):
24879 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
24880 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
24881 (vm-primary-inbox, vm-spool-files):
24882 * mail/rmail.el (deleted-head, font-lock-fontified)
24883 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
24884 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
24885 (total-messages):
24886 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
24887 (rmail-summary-mode-map):
24888 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
24889 (rmail-last-label, rmail-last-multi-labels)
24890 (rmail-summary-vector, rmail-total-messages):
24891 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
24892 * mail/rmailsum.el (msgnum):
24893 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
24894 (rmail-current-message):
24895 * obsolete/fast-lock.el (font-lock-face-list):
24896 * obsolete/rnewspost.el (mail-reply-buffer):
24897 * obsolete/scribe.el (compile-command):
24898 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
24899
24900 2005-08-28 John Paul Wallington <jpw@gnu.org>
24901
24902 * ibuf-ext.el (ibuffer-auto-update-changed):
24903 Use `frame-or-buffer-changed-p' to check whether we need to update.
24904 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
24905 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
24906 as a `frame-or-buffer-changed-p' state vector instead.
24907
24908 2005-08-27 Romain Francoise <romain@orebokech.com>
24909
24910 * textmodes/makeinfo.el (makeinfo-compile):
24911 Use `compilation-start'. Set `next-error-function' according to
24912 `disable-errors'.
24913 (makeinfo-next-error): New function.
24914 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
24915 (makeinfo-buffer): Likewise.
24916
24917 * progmodes/compile.el (compilation-start): Add autoload cookie.
24918
24919 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
24920 * textmodes/sgml-mode.el: Likewise.
24921 * progmodes/python.el: Likewise.
24922
24923 2005-08-27 Eli Zaretskii <eliz@gnu.org>
24924
24925 * simple.el (blink-matching-paren-distance): Document the meaning
24926 of nil value, and allow to customize to nil.
24927
24928 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
24929 command.com, not command.exe.
24930
24931 2005-08-26 John Wiegley <johnw@newartisans.com>
24932
24933 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
24934 code around a bit so that an extraneous nil argument is not added
24935 to a command when no args are given.
24936
24937 * eshell/esh-arg.el (eshell-parse-double-quote): If a
24938 double-quoted argument resolves to nil, return it as an empty
24939 string rather than as nil. This made it impossible to pass "" to
24940 a shell script as a null string argument.
24941
24942 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
24943
24944 * outline.el (outline-invent-heading): New fun.
24945 (outline-promote, outline-demote): Use it.
24946 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
24947 (outline-end-of-subtree): Remove unused var `opoint'.
24948
24949 2005-08-26 David Reitter <david.reitter@gmail.com>
24950
24951 * menu-bar.el (truncate-lines, write-file, print-buffer)
24952 (ps-print-buffer-faces, ps-print-buffer, split-window):
24953 Disable menu items when the frame they refer to is invisible, or when
24954 they refer to a buffer and the minibuffer is selected.
24955
24956 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
24957
24958 * progmodes/flymake.el (flymake-highlight-err-lines):
24959 Use save-excursion around flymake-highlight-line to preserve point.
24960
24961 2005-08-26 Eli Zaretskii <eliz@gnu.org>
24962
24963 * progmodes/octave-mod.el: Change Author and Maintainer address.
24964 (octave-maintainer-address): Change Kurt's email address.
24965 * progmodes/octave-inf.el: Change Author and Maintainer address.
24966 * progmodes/octave-hlp.el: Change Author and Maintainer address.
24967
24968 2005-08-26 Kim F. Storm <storm@cua.dk>
24969
24970 * subr.el (version-list-<, version-list-<=, version-list-=):
24971 Rename from integer-list-*.
24972 (version-list-not-zero): Likewise. Fix while loop.
24973 (version=): Use version-list-= instead of string-equal.
24974
24975 2005-08-26 Richard M. Stallman <rms@gnu.org>
24976
24977 * outline.el (outline-promote): Try shortening the heading.
24978 As last resort, read the heading to use.
24979 (outline-demote): As last resort, read the heading to use.
24980
24981 2005-08-26 Romain Francoise <romain@orebokech.com>
24982
24983 * progmodes/compile.el (compilation-start): Doc fix.
24984
24985 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
24986 (antlr-font-lock-additional-keywords): Fix reference to
24987 `antlr-font-lock-literal-regexp' erroneously changed during the
24988 mass face rename.
24989 (antlr-run-tool): Use `compilation-start'.
24990
24991 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
24992 instead of the obsolete `compile-internal'.
24993
24994 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
24995
24996 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
24997 (number, original-date):
24998 * calendar/cal-china.el (date):
24999 * calendar/cal-coptic.el (date):
25000 * calendar/cal-french.el (date):
25001 * calendar/cal-hebrew.el (date, entry, number, original-date):
25002 * calendar/cal-islam.el (date, number, original-date):
25003 * calendar/cal-iso.el (date):
25004 * calendar/cal-julian.el (date):
25005 * calendar/cal-mayan.el (date):
25006 * calendar/cal-menu.el (date, event):
25007 * calendar/cal-persia.el (date):
25008 * calendar/lunar.el (date):
25009 * calendar/solar.el (date): Add defvars.
25010
25011 * emerge.el:
25012 * ibuffer.el:
25013 * info-xref.el:
25014 * obsolete/bg-mouse.el:
25015 * obsolete/sun-curs.el:
25016 * obsolete/swedish.el: Move the `defvar's to the top level.
25017
25018 * smerge-mode.el (smerge-refined-change): Add :group.
25019
25020 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
25021
25022 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
25023 (smerge-keep-n): Remove props.
25024 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
25025 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
25026 now that it's done in smerge-keep-n.
25027 (smerge-refined-change): New face.
25028 (smerge-refine-chopup-region, smerge-refine-highlight-change)
25029 (smerge-refine): New funs.
25030 (smerge-basic-map): Bind smerge-refine.
25031
25032 2005-08-25 Juri Linkov <juri@jurta.org>
25033
25034 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
25035 compilation-process-setup-function and compilation-disable-input
25036 in grep-mode instead of let-bindings in grep.
25037
25038 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
25039 Delete "Automatic File De/compression" (auto-compression-mode).
25040
25041 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
25042
25043 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
25044 Silence warning about non-existent variable.
25045
25046 2005-08-25 Richard M. Stallman <rms@gnu.org>
25047
25048 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
25049 Rename "Describe Key" to "Describe Key or Mouse Operation".
25050
25051 * mail/mailalias.el (build-mail-aliases): Delete comments
25052 from the contents before processing them.
25053
25054 * isearch.el (isearch-edit-string): Erase the Search prompt
25055 if user enters an empty string and there is no default.
25056
25057 * comint.el (comint-file-name-prefix): Add autoload.
25058
25059 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
25060
25061 * subr.el (play-sound): Rearrange to avoid warning.
25062
25063 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
25064
25065 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
25066 New hook.
25067 (add-to-diary-list): Call `diary-modify-entry-list-string-function'.
25068
25069 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
25070
25071 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
25072
25073 * custom.el (custom-theme-set-variables): Sort minor modes last.
25074
25075 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
25076
25077 * subr.el (version-separator, version-regexp-alist): New vars used by
25078 version comparison funs.
25079 (integer-list-<, integer-list-=, integer-list-<=)
25080 (integer-list-not-zero): New funs for integer list comparison.
25081 (version-to-list, version=, version<, version<=): New funs for version
25082 comparison.
25083
25084 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
25085
25086 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
25087 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
25088 time to silence the byte-compiler.
25089
25090 * ibuffer.el (ibuffer-compile-make-eliding-form)
25091 (ibuffer-check-formats): Use `with-no-warnings' to hide references
25092 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
25093 so it's silly to get warnings for it).
25094 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
25095 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
25096 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
25097 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
25098 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
25099 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
25100 Defvar at compile time.
25101 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
25102 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
25103 Declare them before use.
25104
25105 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
25106 (info-xref-good, info-xref-bad): Defvar at compile time.
25107
25108 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
25109 Use `let*' instead of `let'.
25110
25111 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
25112 (*mouse-y*, menu, char): Defvar at compile time.
25113 (sc::menu): Declare it before use.
25114 (sc::pack-one-line): Use `let', not `let*'.
25115
25116 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
25117 (mail-send-hook): Defvar at compile time.
25118
25119 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
25120 Defvar at compile time.
25121
25122 * term/sun-mouse.el (current-global-mousemap)
25123 (current-local-mousemap): Declare them before use.
25124
25125 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
25126
25127 * bookmark.el (bookmark-after-jump-hook): New hook.
25128 (bookmark-jump): Run `bookmark-after-jump-hook'.
25129
25130 2005-08-23 Juri Linkov <juri@jurta.org>
25131
25132 * faces.el (minibuffer-prompt): Doc fix.
25133
25134 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
25135
25136 * progmodes/xscheme.el: Trivial changes to silence warnings.
25137 (xscheme-previous-mode, xscheme-previous-process-state):
25138 Add defvars.
25139 (xscheme-last-input-end, xscheme-process-command-line)
25140 (xscheme-process-name, xscheme-buffer-name)
25141 (xscheme-expressions-ring-max, xscheme-expressions-ring)
25142 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
25143 (xscheme-control-g-synchronization-p)
25144 (xscheme-control-g-disabled-p, xscheme-string-receiver)
25145 (default-xscheme-runlight, xscheme-runlight)
25146 (xscheme-runlight-string, xscheme-process-filter-state)
25147 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
25148 Move to beginning of file.
25149 (scheme-interaction-mode-commands-alist)
25150 (scheme-interaction-mode-map, scheme-debugger-mode-map):
25151 Declare them before use. Note: the initialization code for the
25152 variables has not been moved because it uses functions that reference
25153 the variables.
25154 (xscheme-control-g-message-string, xscheme-process-filter-alist)
25155 (xscheme-prompt-for-expression-map): Declare them before use.
25156 (scheme-debugger-mode-commands): "?\ " -> "?\s".
25157
25158 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
25159
25160 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
25161
25162 2005-08-22 Juri Linkov <juri@jurta.org>
25163
25164 * faces.el (set-face-underline): Delete this duplicate function
25165 and make an obsolete alias to set-face-underline-p.
25166 (set-face-underline-p): Use docstring of set-face-underline.
25167 (describe-face): Create hyperlink to parent face.
25168
25169 * info.el (Info-insert-dir): Use save-excursion around
25170 insert-buffer-substring.
25171 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
25172 (Info-escape-percent): Delete function.
25173 (Info-fontify-node): Replace Info-escape-percent by
25174 replace-regexp-in-string with REP arg set to lambda that
25175 duplicates `%' and preserves text properties.
25176
25177 * progmodes/compile.el (compilation-disable-input): Doc fix.
25178 (define-compilation-mode): Doc fix and refill.
25179 (kill-compilation): Use `mode-name' in the error message.
25180 (compilation-find-file): Use `compilation-error' in the
25181 read-file-name's prompt.
25182
25183 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
25184
25185 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
25186 (smerge-auto-leave): Make undo re-enable the mode.
25187 (debug-ignored-errors): Add the user-error of impossible resolution.
25188 (smerge-resolve): Move things around a bit, in preparation for later.
25189 (smerge-diff): Don't fail if the buffer has no associated file.
25190 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
25191 (smerge-conflict-overlay): New function.
25192 (smerge-match-conflict): Don't add text properties here.
25193 (smerge-find-conflict): Instead, add an overlay here.
25194 Also check for the case where we're inside a conflict already, so as to
25195 obviate the need for font-lock-multiline, which is unbearably slow with
25196 large conflicts and ciomplex font-lock patterns.
25197 (smerge-remove-props): Remove overlay rather than text-properties.
25198 (smerge-mode): Don't set font-lock-multiline.
25199 Remove overlays when turned off.
25200
25201 2005-08-21 Kim F. Storm <storm@cua.dk>
25202
25203 * ido.el (ido-ignore-item-p): Use save-match-data.
25204 Bind case-fold-search to ido-case-fold locally.
25205
25206 2005-08-20 Richard M. Stallman <rms@gnu.org>
25207
25208 * files.el (normal-mode): If font lock is on, turn it off and on.
25209
25210 * subr.el (replace-regexp-in-string): Doc fix.
25211
25212 * startup.el (command-line-1): Don't suppress startup screen
25213 due to existing processes.
25214
25215 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
25216
25217 * progmodes/compile.el (compilation-disable-input): Default to nil.
25218
25219 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
25220
25221 * progmodes/compile.el (compilation-disable-input): New defcustom.
25222 (compilation-start): If compilation-disable-input is non-nil, send
25223 EOF to the compilation process.
25224
25225 2005-08-20 Eli Zaretskii <eliz@gnu.org>
25226
25227 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
25228 Run the argument of tex-shell-cd-command through
25229 convert-standard-filename, to get the correct style of slashes on
25230 Windows, and enclose the result in quotes, in case the file name
25231 includes whitespace or other special characters.
25232
25233 2005-08-19 Andreas Schwab <schwab@suse.de>
25234
25235 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
25236 process.
25237
25238 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
25239
25240 * cus-start.el (minibuffer-prompt-properties): Correct typo.
25241
25242 2005-08-18 Kim F. Storm <storm@cua.dk>
25243
25244 * scroll-lock.el: Fix errors due to incorrect line wrapping.
25245
25246 2005-08-18 Richard M. Stallman <rms@gnu.org>
25247
25248 * scroll-lock.el: New file.
25249
25250 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
25251
25252 * dired.el (dired-move-to-end-of-filename):
25253 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
25254
25255 2005-08-18 Kim F. Storm <storm@cua.dk>
25256
25257 * ido.el (ido-everywhere): Fix defcustom :set function to disable
25258 rather than toggle mode when custom value is nil.
25259 (ido-everywhere): Fix defun doc string.
25260
25261 2005-08-17 Richard M. Stallman <rms@gnu.org>
25262
25263 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
25264 as tag instead of "Inviolable".
25265
25266 2005-08-17 Kim F. Storm <storm@cua.dk>
25267
25268 * windmove.el (windmove-coordinates-of-position): Remove.
25269 (windmove-coordinates-of-window-position): Remove.
25270 (windmove-reference-loc): Use posn-at-point instead.
25271
25272 * subr.el (insert-for-yank-1): Doc fix.
25273
25274 * ido.el (ido-enter-matching-directory): Rename from
25275 ido-enter-single-matching-directory. Change `slash' choice to
25276 `only'. Add `first' choice.
25277 (ido-exhibit): Adapt to above changes.
25278
25279 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
25280
25281 * Makefile.in: Expand comment about building loaddefs.el.
25282
25283 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
25284
25285 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
25286 Comment use of defadvice.
25287
25288 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
25289
25290 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
25291
25292 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
25293 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
25294 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
25295 * progmodes/idlw-shell.el, progmodes/ld-script.el,
25296 * progmodes/which-func.el, ruler-mode.el, strokes.el,
25297 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
25298 for backward compatibility for faces that did not appear in the
25299 previous Emacs release.
25300
25301 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
25302
25303 2005-08-15 Kim F. Storm <storm@cua.dk>
25304
25305 * emulation/cua-base.el (cua-delete-region): Return t if
25306 deleted region was non-empty.
25307 (cua-replace-region): Inhibit overwrite-mode for
25308 self-insert-command if replaced region was non-empty.
25309 (cua--explicit-region-start, cua--status-string): Make them
25310 buffer-local at top-level...
25311 (cua-mode): ...rather than when mode is enabled.
25312
25313 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
25314
25315 * progmodes/vhdl-mode.el (vhdl-emacs-21):
25316 Set t for Emacs 21, 22, and so on.
25317
25318 2005-08-15 David Ponce <david@dponce.com>
25319
25320 * tree-widget.el: Update Commentary header.
25321 (tree-widget-theme): Doc fix.
25322 (tree-widget-space-width): New option.
25323 (tree-widget-image-properties): Look up in the default theme too.
25324 (tree-widget--cursors): Only for images with arrow pointer shape.
25325 (tree-widget-lookup-image): Pointer shape is hand by default.
25326 (tree-widget-icon): Rename generic icon widget from
25327 `tree-widget-control'.
25328 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
25329 derive from `tree-widget-icon'.
25330 (tree-widget-handle): Improve default look and feel of the text
25331 representation.
25332 (tree-widget): Rename :*-control properties to :*-icon properties.
25333 Add :action and :help-echo properties.
25334 (tree-widget-after-toggle-functions): Move.
25335 (tree-widget-close-node, tree-widget-open-node): Remove.
25336 (tree-widget-before-create-icon-functions): New hook.
25337 (tree-widget-value-create): Update to allow customization of icons
25338 and nodes at run-time via that new hook.
25339 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
25340 (tree-widget-icon-action, tree-widget-icon-help-echo)
25341 (tree-widget-action, tree-widget-help-echo): New functions.
25342
25343 2005-08-15 Kim F. Storm <storm@cua.dk>
25344
25345 * ido.el (ido-buffer-internal): Use with-no-warnings.
25346 (ido-make-merged-file-list): Use while-no-input.
25347
25348 2005-08-15 Richard M. Stallman <rms@gnu.org>
25349
25350 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
25351 (flyspell-large-region): Fix doc and custom type.
25352
25353 2005-08-14 Richard M. Stallman <rms@gnu.org>
25354
25355 * files.el (interpreter-mode-alist): Doc fix.
25356
25357 * mail/rmail.el (rmail-nonignored-headers): New variable.
25358 (rmail-clear-headers): Use it.
25359 (rmail-reply): Better handling of mail-followup-to header.
25360
25361 * progmodes/sh-script.el (sh-font-lock-keywords-var):
25362 Rename variable from sh-font-lock-keywords. In the `shell' entry,
25363 don't try to refer to executable-font-lock-keywords.
25364 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
25365 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
25366 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
25367 (sh-mode): Set comment-start-skip, local-abbrev-table,
25368 imenu-case-fold-search.
25369 (sh-set-shell): Don't set them here.
25370 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
25371 Don't cache the results in the original alist; don't ever modify
25372 that alist.
25373
25374 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
25375
25376 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
25377 empty.
25378
25379 2005-08-15 Andreas Schwab <schwab@suse.de>
25380
25381 * desktop.el: Put autoload cookie at risky-local-variable declarations.
25382
25383 * dired.el, info.el, mail/rmail.el: Revert last change.
25384
25385 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
25386
25387 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
25388 modification in `eval-after-load' form.
25389 * info.el: Likewise.
25390 * mail/rmail.el: Likewise.
25391
25392 2005-08-14 Juri Linkov <juri@jurta.org>
25393
25394 * progmodes/compile.el (compilation-mode-font-lock-keywords):
25395 Remove highlighting of "Compilation started". Highlight only
25396 the word "finished" in "Compilation finished". Add highlighting
25397 of "interrupt", "killed", "terminated" and the exit code.
25398 (compilation-start): Add newline after header. Use exactly the
25399 same time stamp format as the finishing message.
25400 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
25401
25402 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
25403 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
25404 Add highlighting of "interrupt", "killed", "terminated".
25405
25406 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
25407 enabled and the current command is self-insert-command, call it
25408 explicitly with overwrite-mode bound to nil, to not allow it
25409 to delete the character after the selected region.
25410
25411 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
25412
25413 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
25414 move-end-of-line, end-of-line, and beginning-of-line to the list
25415 of commands after which the echo area is updated.
25416
25417 2005-08-12 Eli Zaretskii <eliz@gnu.org>
25418
25419 * cus-edit.el (custom-save-all, custom-save-delete):
25420 Bind recentf-exclude to exclude custom-file.
25421
25422 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
25423
25424 * mail/rmailsum.el (rmail-summary-end-of-message): New command
25425 to go to the bottom of the mail message. Added to
25426 `rmail-summary-mode-map' with key "/".
25427 (rmail-summary-show-message): New (internal) function for use by
25428 both `rmail-summary-beginning/end-of-message'.
25429 (rmail-summary-beginning-of-message): Change to use
25430 rmail-summary-show-message.
25431
25432 * mail/rmail.el (rmail-end-of-message): New command to go to the
25433 end of the current message. Added to `rmail-mode-map' with key "/".
25434 (rmail-beginning-of-message): Fix to work as documented.
25435 (rmail-mode): Change documentation.
25436
25437 * progmodes/compile.el (compilation-start): Add the line
25438 "Compilation started" with compilation start time.
25439 (compilation-mode-font-lock-keywords): Add `started' to keywords.
25440
25441 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
25442
25443 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
25444 of menu items.
25445
25446 2005-08-11 Richard M. Stallman <rms@gnu.org>
25447
25448 * simple.el (pop-global-mark): Reverse test of widen-automatically.
25449
25450 * battery.el (battery-status-function): Don't use ignore-errors.
25451
25452 2005-08-11 Lute Kamstra <lute@gnu.org>
25453
25454 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
25455 define-obsolete-variable-alias.
25456
25457 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
25458
25459 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
25460 (ange-ftp-send-cmd): Revert last change, and expand
25461 the comment explaining the problem.
25462
25463 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
25464
25465 * ldefs-boot.el: Update.
25466
25467 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
25468 item to "Time, Load and Mail". Change help echo text.
25469
25470 * time.el (display-time-use-mail-icon, display-time-format)
25471 (display-time-string-forms): Shorten first line of docstrings.
25472
25473 2005-08-10 Lars Hansen <larsh@soem.dk>
25474
25475 * desktop.el (desktop-buffer-mode-handlers):
25476 Make non-customizable. Add autoload cookie. Change initial value to
25477 nil; add elements in respective modules instead. Fix doc string.
25478 (desktop-load-file): New function.
25479 (desktop-minor-mode-handlers): New autoloaded variable.
25480 (desktop-create-buffer): Call minor mode handlers.
25481 Use desktop-load-file to load major and minor mode modules prior to
25482 checking for a handler.
25483 (desktop-save): Don't add nil to desktop-minor-modes for minor
25484 modes with nil function in desktop-minor-mode-table. Don't delete
25485 desktop file before rewriting it.
25486 (desktop-locals-to-save): Add autoload cookie. Don't make
25487 automatically buffer-local. Add variables column-number-mode,
25488 size-indication-mode, indent-tabs-mode,
25489 indicate-buffer-boundaries, indicate-empty-lines and
25490 show-trailing-whitespace.
25491 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
25492 regexps. Don't use desktop-clear-preserve-buffers-regexp.
25493 (desktop-clear-preserve-buffers-regexp): Delete.
25494 (desktop-clear-preserve-buffers): Update initial value and docstring.
25495 (desktop-save-buffer): Fix doc string.
25496
25497 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
25498 (hilit-chg-desktop-restore): New function.
25499 (highlight-changes-mode): Add highlight-changes-mode to
25500 desktop-locals-to-save.
25501
25502 * dired.el: Add handler to desktop-buffer-mode-handlers.
25503 (dired-restore-desktop-buffer): Remove autoload cookie.
25504 (dired-mode): Add autoload cookie.
25505
25506 * info.el: Add handler to desktop-buffer-mode-handlers.
25507 (Info-restore-desktop-buffer): Remove autoload cookie.
25508 (Info-mode): Add autoload cookie.
25509
25510 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
25511 (mh-restore-desktop-buffer): Remove autoload cookie.
25512 (mh-folder-mode): Add autoload cookie.
25513
25514 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
25515 (rmail-restore-desktop-buffer): Remove autoload cookie.
25516
25517 2005-08-11 Masatake YAMATO <jet@gyve.org>
25518
25519 * hexl.el (hexl-address-region):
25520 (hexl-ascii-region, hexl-font-lock-keywords):
25521 (hexl-highlight-line-range): Use the term "region"
25522 instead of "area" for consistency with the other symbols
25523 defined in hexl.el.
25524
25525 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
25526
25527 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
25528 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
25529 out by Juri Linkov). Add `display-battery-mode'.
25530
25531 2005-08-09 Juri Linkov <juri@jurta.org>
25532
25533 * progmodes/compile.el (compilation-mode-font-lock-keywords):
25534 Remove `-text' from face variable names.
25535 (compilation-error-file-name, compilation-warning-file-name)
25536 (compilation-info-file-name): Delete faces.
25537 (compilation-line-number, compilation-column-number):
25538 Remove face underlining.
25539 (compilation-message-face): Set to `underline' value by default.
25540 (compilation-error-face, compilation-warning-face)
25541 (compilation-info-face): Remove `-file-name' from face names.
25542 (compilation-error-text-face, compilation-warning-text-face)
25543 (compilation-info-text-face): Delete face variables.
25544 (compilation-text-face): Delete function.
25545
25546 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
25547 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
25548 (grep-error-face): Set to `compilation-error' instead of
25549 `compilation-error-face' (which is redefined to `grep-hit-face' in
25550 grep buffers).
25551 (grep-mode-font-lock-keywords): Remove `-text' from face variable
25552 names. Use `grep-error-face' instead of `compilation-error-text-face'.
25553
25554 * dired-aux.el (dired-do-query-replace-regexp):
25555 Use `query-replace-read-args'.
25556
25557 * replace.el (query-replace-read-from, query-replace-read-to)
25558 (query-replace-read-args): Rename arg `string' to `prompt'.
25559
25560 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
25561
25562 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
25563
25564 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
25565 uploading files.
25566 (ange-ftp-canonize-filename): Handle file names beginning with ~
25567 correctly.
25568
25569 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
25570
25571 * textmodes/fill.el (canonically-space-region)
25572 (fill-context-prefix, fill-french-nobreak-p)
25573 (fill-delete-newlines, fill-comment-paragraph)
25574 (justify-current-line): "?\ " -> "?\s".
25575
25576 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
25577
25578 * textmodes/fill.el (fill-nonuniform-paragraphs):
25579 Improve argument/docstring consistency.
25580
25581 2005-08-09 Richard M. Stallman <rms@gnu.org>
25582
25583 * textmodes/ispell.el (ispell-word): More fboundp checks.
25584
25585 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
25586 (find-file-noselect-1): Call it here, only if RAWFILE.
25587 (normal-mode): Always set some major mode.
25588 (save-some-buffers-action-alist): Change some explanation strings.
25589 (file-name-non-special): In the `quote' method, use unwind-protect.
25590
25591 2005-08-09 Magnus Henoch <mange@freemail.hu>
25592
25593 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
25594 (ispell-have-aspell-dictionaries): New variable.
25595 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
25596 (ispell-get-aspell-config-value): New function.
25597 (ispell-aspell-find-dictionary): New function.
25598 (ispell-aspell-add-aliases): New function.
25599 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
25600 appropriate. Don't look for ispell dictionaries if we use aspell.
25601 (ispell-menu-map): Don't build a submenu of dictionaries.
25602
25603 2005-08-09 Richard M. Stallman <rms@gnu.org>
25604
25605 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
25606 (sql-read-passwd): Use read-passwd.
25607
25608 * progmodes/idlw-toolbar.el (idlwave-toolbar)
25609 (idlwave-toolbar-is-possible): Add defvars.
25610
25611 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
25612 Avoid warnings.
25613
25614 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
25615 (idlwave-system-class-info, idlwave-executive-commands-alist):
25616 Use defvar.
25617
25618 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
25619
25620 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
25621 Avoid warnings.
25622
25623 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
25624 and content-type: headers.
25625
25626 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
25627
25628 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
25629 and rename some of them to be more self-explanatory.
25630
25631 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
25632
25633 * startup.el (command-line-1): Implement -scriptload.
25634
25635 * replace.el (occur-engine): Initial *Occur* output not undoable.
25636
25637 * menu-bar.el (menu-bar-file-menu): Rename some menu items
25638 and improve help strings.
25639
25640 * isearch.el (isearch-repeat): When changing direction,
25641 mark search successful.
25642
25643 * ediff-init.el: Use (featurep 'xemacs).
25644
25645 * comint.el (send-invisible): Identify buffer, if not selected.
25646
25647 * align.el: Delete autoload for c-guess-basic-syntax.
25648
25649 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
25650
25651 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
25652 Improve argument/docstring consistency. Doc fixes.
25653 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
25654 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
25655 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
25656 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
25657 (r2bv-organization, r2bv-pages, r2bv-primary-author)
25658 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
25659 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
25660 Defvar at compile time.
25661
25662 2005-08-09 Juri Linkov <juri@jurta.org>
25663
25664 * info.el: Replace `info' with upper-case `Info' where appropriate.
25665 (info-title-1, info-title-2, info-title-3, info-title-4)
25666 (info-menu-header): Move up face definitions.
25667 (info-menu-star): Rename from `info-menu-5'.
25668 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
25669 (Info-fontify-visited-nodes): Fix docstring.
25670 (Info-hide-note-references): Fix docstring.
25671 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
25672 menu items in the same way as on cross-references.
25673 (info-apropos): Fix sorting order and formatting to be like in the
25674 stand-alone Info browser. Display error messages for 1 sec.
25675 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
25676 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
25677 from the menu bar.
25678 (Info-insert-dir): Restore point after calling
25679 `insert-buffer-substring'.
25680
25681 2005-08-08 Richard M. Stallman <rms@gnu.org>
25682
25683 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
25684 (recompute-lucid-menubar): Add defvars.
25685
25686 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
25687
25688 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
25689
25690 * net/net-utils.el (run-dig): Rename from `dig'.
25691
25692 * play/gametree.el (gametree-mode): Use make-local-variable,
25693 not make-variable-buffer-local.
25694
25695 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
25696
25697 * ansi-color.el (ansi-color-make-extent)
25698 (ansi-color-set-extent-face): Use fboundp, not functionp.
25699
25700 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
25701 not make-variable-buffer-local.
25702
25703 * bookmark.el (Info-current-file): Add defvar.
25704 (bookmark-jump-noselect): Use with-no-warnings.
25705
25706 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
25707
25708 * ebuff-menu.el (Helper-return-blurb): Add defvar.
25709
25710 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
25711
25712 * find-file.el (ada-procedure-start-regexp)
25713 (ada-package-start-regexp): Add defvars.
25714
25715 * info.el (Info-insert-dir): Use insert-buffer-substring.
25716
25717 * xml.el (xml-att-def-re): Add defvar.
25718
25719 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
25720 calling convention.
25721
25722 * subr.el (while-no-input): Return t if there is input.
25723
25724 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
25725
25726 * cus-start.el (all): Add `overflow-newline-into-fringe'.
25727
25728 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
25729
25730 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
25731 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
25732
25733 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
25734
25735 * cmuscheme.el (scheme-start-file): Replace reference to
25736 `user-emacs-directory' by "~/.emacs.d/".
25737
25738 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
25739
25740 * info.el (Info-dir-remove-duplicates): Avoid case folding
25741 in loop; instead, keep downcased strings for comparison.
25742 Suggested by Helmut Eller.
25743
25744 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
25745
25746 Sync with Tramp 2.0.50.
25747
25748 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
25749 XEmacs case; not necessary anymore.
25750 (tramp-user-regexp): Allow "@" as part of user name.
25751 (tramp-handle-set-visited-file-modtime)
25752 (tramp-handle-insert-file-contents)
25753 (tramp-handle-write-region): No special handling for
25754 `last-coding-system-used, because this is done in
25755 `tramp-accept-process-output' now.
25756 (tramp-accept-process-output): New defun.
25757 (tramp-process-one-action, tramp-process-one-multi-action)
25758 (tramp-wait-for-regexp, tramp-wait-for-output)
25759 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
25760 Howells <dhowells@redhat.com>.
25761 (clear-visited-file-modtime): Defadvice removed. The check for
25762 unset buffer's modtime does not need to be based on
25763 `tramp-buffer-file-attributes'. Suggested by RMS.
25764 (tramp-message): Insert "\n" if not being at beginning of line.
25765 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
25766 sequence with same logic.
25767 (tramp-completion-handle-expand-file-name): Discard call of
25768 `tramp-drop-volume-letter'. It is not necessary, and there have
25769 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
25770 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
25771 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
25772 should always be visible.
25773 (tramp-handle-insert-directory, tramp-setup-complete)
25774 (tramp-set-process-query-on-exit-flag)
25775 (tramp-append-tramp-buffers): Pacify byte-compiler.
25776 (tramp-bug): Delete non-existing variables from list.
25777 Apply `tramp-load-report-modules' as pre-hook.
25778 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
25779 `shell-prompt-pattern' because of non-7bit characters.
25780 Reported by Sebastian Luque <sluque@mun.ca>.
25781 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
25782 (tramp-match-string-list): Remove function.
25783 (tramp-wait-for-regexp): Remove call of that function.
25784 Suggested by Kim F. Storm <storm@cua.dk>.
25785 (tramp-set-auto-save-file-modes): Use octal integer code #o600
25786 instead of octal character code ?\600. The latter resulted in a
25787 syntax error with XEmacs.
25788
25789 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
25790 XEmacs case; not necessary anymore.
25791 (tramp-smb-handle-write-region): No special handling for
25792 `last-coding-system-used, because this is done in
25793 `tramp-accept-process-output' now.
25794 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
25795
25796 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
25797
25798 * wid-edit.el (widget-choice-value-create):
25799 Unconditionally respect user choice. Set :explicit-choice back to nil
25800 when no longer needed.
25801 (widget-choice-action): Unconditionally respect user choice.
25802 Eliminate :explicit-choice-value.
25803
25804 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
25805
25806 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
25807 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
25808 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
25809 running new function `toggle-indicate-empty-lines'.
25810 Rename "Customize" item to "Customize fringe".
25811 Rename "Indicators" item to "Buffer boundaries" and change help echo.
25812 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
25813 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
25814 Delete "Empty lines only" item.
25815 (menu-bar-showhide-fringe-ind-customize): New function.
25816 (menu-bar-showhide-fringe-ind-mixed)
25817 (menu-bar-showhide-fringe-ind-box)
25818 (menu-bar-showhide-fringe-ind-right)
25819 (menu-bar-showhide-fringe-ind-left)
25820 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
25821 instead of `fringe-indicators'.
25822
25823 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
25824
25825 * emulation/viper.el (viper-emacs-state-mode-list):
25826 Add recentf-dialog-mode. Change the date of last update.
25827
25828 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
25829
25830 * emulation/viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
25831 (viper-exec-yank, viper-put-back): Don't display modification msg
25832 if in the minibuffer.
25833
25834 * emulation/viper-init.el (viper-replace-overlay-cursor-color)
25835 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
25836 Make variables frame local.
25837
25838 * emulation/viper-util.el (viper-append-filter-alist):
25839 Use append instead of nconc.
25840
25841 * emulation/viper.el (viper-vi-state-mode-list)
25842 (viper-emacs-state-mode-list): Move help-mode and
25843 completion-list-mode from the first list to the second.
25844 (viper-mode): Docstring.
25845 (viper-go-away, viper-non-hook-settings): Don't localize
25846 minor-mode-alist in newer Emacsen. Add advice to
25847 set-cursor-color. Don't bind "\C-c\\".
25848
25849 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
25850
25851 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
25852 (scheme-macro-expand-command): New user options.
25853 (scheme-trace-procedure, scheme-expand-current-form): New commands.
25854 (scheme-form-at-point, scheme-start-file)
25855 (scheme-interactively-start-process): New functions.
25856 (scheme-get-process): New function, extracted from `scheme-proc'.
25857 (run-scheme): Call `scheme-start-file' to get start file, and pass
25858 it to `make-comint'.
25859 (switch-to-scheme, scheme-proc):
25860 Call `scheme-interactively-start-process' if no Scheme buffer/process
25861 is available.
25862
25863 2005-08-06 Juri Linkov <juri@jurta.org>
25864
25865 * progmodes/compile.el (compilation-mode-font-lock-keywords):
25866 Use `compilation-text-face', `compilation-info-text-face' and
25867 `compilation-error-text-face' instead of `font-lock-keyword-face'.
25868 (compilation-error): New face.
25869 (compilation-error-file-name): Inherit from
25870 `compilation-error' instead of `font-lock-warning-face'.
25871 (compilation-warning-file-name): Inherit from
25872 `compilation-warning' instead of `font-lock-warning-face'.
25873 (compilation-info, compilation-error-file-name)
25874 (compilation-warning-file-name, compilation-info-file-name)
25875 (compilation-line-number, compilation-column-number): Doc fix.
25876 (compilation-error-text-face, compilation-warning-text-face)
25877 (compilation-info-text-face): New face variables.
25878 (compilation-line-face, compilation-column-face)
25879 (compilation-enter-directory-face)
25880 (compilation-leave-directory-face): Doc fix.
25881 (compilation-text-face): New function.
25882
25883 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
25884 instead of 1 to display binary file names as info file links.
25885 (grep-error-face): Use `compilation-error-face' instead of
25886 `font-lock-keyword-face'.
25887 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
25888 and `compilation-warning-text-face' instead of
25889 `font-lock-keyword-face'. Use `compilation-error-text-face'
25890 instead of `grep-error-face'.
25891
25892 2005-08-05 Kenichi Handa <handa@m17n.org>
25893
25894 * international/code-pages.el: Add autoload cookies for all coding
25895 systems.
25896
25897 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
25898
25899 * cus-start.el (all): Put undo.c where it alphabetically belongs.
25900
25901 2005-08-04 Juri Linkov <juri@jurta.org>
25902
25903 * progmodes/compile.el (compilation-mode-map):
25904 * progmodes/grep.el (grep-mode-map):
25905 Bind TAB to `compilation-next-error' and [backtab] to
25906 `compilation-previous-error'.
25907
25908 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
25909 matching line numbers, column numbers and their ranges with regexp
25910 matching only line numbers.
25911 (grep-context-face): New face variable.
25912 (grep-mode-font-lock-keywords): Use it.
25913
25914 * faces.el (read-face-name): Delete duplicate faces.
25915
25916 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
25917
25918 * thumbs.el (thumbs-find-image): Don't make variables
25919 automatically buffer local.
25920 (thumbs-current-tmp-filename, thumbs-current-image-filename)
25921 (thumbs-image-num): Make automatically buffer local.
25922 (thumbs-show-thumbs-list): Use `make-local-variable', not
25923 `make-variable-buffer-local'.
25924 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
25925
25926 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
25927 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
25928 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
25929 (bother, bye, canyou, chatlst, continue, deathlst, describe)
25930 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
25931 (feelings-about, foullst, found, hello, history, howareyoulst)
25932 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
25933 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
25934 (neglst, obj, object, owner, please, problems, qlist)
25935 (random-adjective, relation, remlst, repetitive-shortness)
25936 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
25937 (shortlst, something, sportslst, stallmanlst, states, subj)
25938 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
25939 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
25940 Defvar at compile time.
25941
25942 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
25943 not `make-variable-buffer-local'.
25944
25945 2005-08-02 Kim F. Storm <storm@cua.dk>
25946
25947 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
25948 rectangle overlay in selected window.
25949
25950 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
25951
25952 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
25953 instead of display group. Make `indicate-buffer-boundaries'
25954 customizable through Custom.
25955
25956 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
25957
25958 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
25959 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
25960 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
25961 (gdb-put-string): Fix typos in docstrings.
25962
25963 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
25964
25965 Update copyright notices of files in progmodes directory for
25966 release of Emacs 22.1.
25967
25968 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
25969
25970 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
25971 Don't barf if the GUD buffer has been killed.
25972
25973 2005-08-01 Kim F. Storm <storm@cua.dk>
25974
25975 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
25976
25977 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
25978
25979 * simple.el (next-error-follow-minor-mode):
25980 make-variable-buffer-local -> make-local-variable.
25981
25982 * emacs-lisp/cl-extra.el: Require CL also when compiling.
25983
25984 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
25985 (byte-compile-form-make-variable-buffer-local): New functions to warn
25986 about misuses of make-variable-buffer-local where make-local-variable
25987 was meant.
25988
25989 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
25990
25991 * bs.el (bs-attributes-list): Doc fix.
25992 (bs): Update url-link.
25993
25994 * desktop.el (desktop-save-buffer): Fix typos in docstring.
25995 (desktop-load-default): Simplify.
25996
25997 * ibuffer.el (ibuffer-columnize-and-insert-list)
25998 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
25999 (ibuffer-unmark-all, ibuffer-toggle-marks)
26000 (ibuffer-unmark-forward, ibuffer-unmark-backward)
26001 (ibuffer-compile-make-format-form, ibuffer-format-column)
26002 (ibuffer-current-buffers-with-marks)
26003 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
26004 (ibuffer): Doc fix.
26005 (ibuffer-mode): Fix typo in docstring.
26006 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
26007 with `define-obsolete-variable-alias'.
26008 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
26009
26010 2005-07-29 Kenichi Handa <handa@m17n.org>
26011
26012 * international/mule-cmds.el (select-message-coding-system):
26013 Be sure to use LF for end-of-line. If no coding system is decided,
26014 return iso-8859-1-unix.
26015
26016 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
26017
26018 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
26019 (ange-ftp-pending-error-line): New vars.
26020 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
26021 to handle the non-fatal no-route-to-host messages.
26022 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
26023
26024 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
26025
26026 * isearch.el (isearch-mode-map, isearch-other-meta-char)
26027 (isearch-quote-char, isearch-printing-char)
26028 (isearch-text-char-description): "?\ " -> "?\s".
26029 (isearch-lazy-highlight-cleanup)
26030 (isearch-lazy-highlight-initial-delay)
26031 (isearch-lazy-highlight-interval)
26032 (isearch-lazy-highlight-max-at-a-time)
26033 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
26034 Declare with define-obsolete-*-alias macros.
26035 (isearch-forward): Fix typo in docstring.
26036 (search-invisible, search-ring-yank-pointer)
26037 (regexp-search-ring-yank-pointer): Doc fixes.
26038
26039 * recentf.el (recentf-menu-append-commands-p): Declare with
26040 `define-obsolete-variable-alias'.
26041 (recentf-max-saved-items, recentf-menu-filter)
26042 (recentf-arrange-by-rule-subfilter): Doc fixes.
26043 (recentf-menu-append-commands-flag)
26044 (recentf-initialize-file-name-history, recentf-expand-file-name)
26045 (recentf-clear-data): Fix typos in docstrings.
26046
26047 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
26048
26049 * progmodes/gdb-ui.el: Smarten comments.
26050 (gdb-info-breakpoints-custom): Use nowarn when finding file.
26051
26052 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
26053
26054 * term/apollo.el (terminal-init-apollo): New function containing
26055 all former top level forms in the file.
26056 * term/bobcat.el (terminal-init-bobcat):
26057 * term/cygwin.el (terminal-init-cygwin):
26058 * term/iris-ansi.el (terminal-init-iris-ansi):
26059 * term/linux.el (terminal-init-linux):
26060 * term/news.el (terminal-init-news):
26061 * term/rxvt.el (terminal-init-rxvt):
26062 * term/sun.el (terminal-init-sun):
26063 * term/tvi970.el (terminal-init-tvi970):
26064 * term/vt100.el (terminal-init-vt100):
26065 * term/vt102.el (terminal-init-vt102):
26066 * term/vt125.el (terminal-init-vt125):
26067 * term/vt200.el (terminal-init-vt200):
26068 * term/vt201.el (terminal-init-vt201):
26069 * term/vt220.el (terminal-init-vt220):
26070 * term/vt240.el (terminal-init-vt240):
26071 * term/vt300.el (terminal-init-vt300):
26072 * term/vt320.el (terminal-init-vt320):
26073 * term/vt400.el (terminal-init-vt400):
26074 * term/vt420.el (terminal-init-vt420):
26075 * term/wyse50.el (terminal-init-wyse50):
26076 * term/xterm.el (terminal-init-xterm): Likewise.
26077
26078 * term/README: Describe the terminal-init-* functionality.
26079
26080 * startup.el (command-line): After loading the terminal initialization
26081 file call the corresponding terminal initialization function.
26082
26083 2005-07-27 Kenichi Handa <handa@m17n.org>
26084
26085 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
26086 negative.
26087
26088 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
26089 (ps-mule-composition-prologue): Fix for the case that
26090 RelativeCompose is false.
26091
26092 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
26093
26094 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
26095
26096 * descr-text.el (describe-char): Handle the case where the list of
26097 chars is displayed in a separate frame.
26098 Be a bit more discriminating when looking for the char.
26099
26100 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
26101
26102 * bookmark.el (bookmark-automatically-show-annotations)
26103 (bookmark-read-annotation-text-func): Doc fixes.
26104 (bookmark-save): Improve argument/docstring consistency.
26105 (bookmark-get-bookmark, bookmark-get-bookmark-record)
26106 (bookmark-alist-from-buffer)
26107 (bookmark-upgrade-file-format-from-0)
26108 (bookmark-grok-file-format-version)
26109 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
26110 (bookmark-read-annotation-mode)
26111 (bookmark-insert-current-bookmark, bookmark-jump)
26112 (bookmark-exit-hook): Fix typos in docstrings.
26113 (bookmark-exit-hooks): Define as obsolete alias.
26114 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
26115 not `bookmark-exit-hooks'. Fix docstring.
26116 (bookmark-bmenu-select): "?\ " -> "?\s".
26117
26118 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
26119
26120 * startup.el (command-line): Fix typo.
26121
26122 2005-07-24 Richard M. Stallman <rms@gnu.org>
26123
26124 * tooltip.el (tooltip-mode): Test emacs-basic-display,
26125 not emacs-quick-startup.
26126
26127 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
26128
26129 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
26130 (reb-next-match, reb-show-subexp): Use `with-selected-window'
26131 instead of `reb-with-current-window'.
26132 (reb-prev-match): Likewise. Also, don't move left if the search
26133 was unsuccessful.
26134 (reb-initialize-buffer): New function.
26135 (re-builder, reb-change-syntax): Use it.
26136
26137 * man.el (Man-goto-page): Make second argument NOERROR optional.
26138
26139 2005-07-23 Richard M. Stallman <rms@gnu.org>
26140
26141 * man.el (Man-bgproc-sentinel): Check here for failure to find
26142 any man page in the output, and report the error here.
26143 (Man-arguments): Make it permanent local.
26144 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
26145 (Man-mode): Pass t for NOERROR.
26146
26147 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
26148 (grep-mode-font-lock-keywords):
26149 Don't use compilation-...-face for messages that are not file names.
26150
26151 * progmodes/compile.el (compilation-mode-font-lock-keywords):
26152 Don't use compilation-...-face for messages that are not file names.
26153
26154 2005-07-22 Juri Linkov <juri@jurta.org>
26155
26156 * startup.el (normal-splash-screen): Update menu name.
26157
26158 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
26159
26160 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
26161
26162 * term/xterm.el: Load term/rxvt if the terminal is actually an
26163 rxvt terminal.
26164 (xterm-rxvt-set-background-mode): Remove, not used anymore.
26165
26166 * term/rxvt.el (function-key-map): Use substitute-key-definition
26167 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
26168
26169 * term/cygwin.el: New file.
26170
26171 2005-07-22 Kim F. Storm <storm@cua.dk>
26172
26173 * image-file.el (insert-image-file, image-file-yank-handler):
26174 Fix last change to maintain a (unique) yank-handler on yanked images.
26175
26176 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
26177
26178 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
26179 of the file size (as in "177B" for 177 bytes). This happens with
26180 "ls -lh" on FreeBSD.
26181
26182 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
26183
26184 * hilit-chg.el (highlight-changes-global-initial-state)
26185 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
26186 (hilit-chg-fixup, highlight-changes-mode):
26187 Fix typos in docstrings.
26188 (highlight-changes-global-modes, highlight-changes-rotate-faces):
26189 Doc fixes.
26190
26191 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
26192
26193 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
26194 mode function using `eval-after-load'.
26195
26196 2005-07-21 Kim F. Storm <storm@cua.dk>
26197
26198 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
26199 included when reporting an Emacs crash, and tell about the DEBUG file.
26200
26201 * image-file.el (insert-image-file): Add yank-handler.
26202 (image-file-yank-handler): Yank handler to make unique copies of
26203 images when they are yanked into a buffer next to each other.
26204
26205 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
26206
26207 * comint.el (comint-use-prompt-regexp, comint-send-input)
26208 (comint-source-default, comint-extract-string)
26209 (comint-get-source, comint-word, comint-completion)
26210 (comint-source, comint-prompt-read-only, comint-update-fence):
26211 Fix typos in docstrings.
26212 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
26213 Declare with define-obsolete-*-alias macros.
26214 (comint-previous-matching-input-from-input)
26215 (comint-next-matching-input-from-input)
26216 (comint-previous-matching-input, comint-next-matching-input)
26217 (comint-forward-matching-input):
26218 Improve argument/docstring consistency.
26219
26220 * desktop.el (desktop-clear-preserve-buffers-regexp):
26221 Also preserve the *server* buffer.
26222
26223 * simple.el (clone-indirect-buffer): Doc fix.
26224 (fixup-whitespace, just-one-space)
26225 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
26226 (next-error, next-error-highlight)
26227 (next-error-highlight-no-select, next-error-last-buffer)
26228 (next-error-buffer-p, next-error-find-buffer, next-error)
26229 (previous-error, next-error-no-select, previous-error-no-select)
26230 (open-line, split-line, minibuffer-prompt-width, kill-new)
26231 (binary-overwrite-mode): Fix typos in docstrings.
26232 (set-fill-column): Fix typo in message.
26233
26234 * skeleton.el (skeleton-proxy-new): Doc fix.
26235
26236 * strokes.el (strokes-load-hook): Doc fix.
26237 (strokes-grid-resolution, strokes-get-grid-position)
26238 (strokes-renormalize-to-grid, strokes-read-stroke)
26239 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
26240 (strokes-global-map): Fix typos in docstrings.
26241 (strokes-help): Doc fix. Fix help message and pass it through
26242 `substitute-command-keys'.
26243
26244 * tempo.el (tempo-insert-prompt, tempo-interactive)
26245 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
26246 (tempo-insert-string-functions, tempo-local-tags)
26247 (tempo-define-template, tempo-insert-template)
26248 (tempo-insert-prompt-compat, tempo-is-user-element)
26249 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
26250 Fix typos in docstrings.
26251
26252 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
26253 (vcursor-key-bindings, vcursor-use-vcursor-map)
26254 (vcursor-find-window, vcursor-scroll-down)
26255 (vcursor-disable, vcursor-beginning-of-buffer)
26256 (vcursor-end-of-buffer): Fix typos in docstrings.
26257 (vcursor-relative-move, vcursor-get-char-count):
26258 Improve argument/docstring consistency.
26259
26260 * version.el: "?\ " -> "?\s".
26261
26262 * wid-edit.el (widget-default-create, widget-after-change)
26263 (widget-default-format-handler, widget-checklist-add-item)
26264 (widget-radio-add-item, widget-choose, widget-specify-secret)
26265 (widget-field-value-create, widget-field-value-get)
26266 (widget-editable-list-format-handler)
26267 (widget-editable-list-entry-create, widget-group-value-create)
26268 (widget-documentation-link-add)
26269 (widget-documentation-string-value-create): "?\ " -> "?\s".
26270 (widget-convert-text): Doc fix.
26271 (widget-narrow-to-field, widget-field-find)
26272 (widget-url-link-action, widget-emacs-library-link-action)
26273 (widget-color-notify): Fix typos in docstrings.
26274
26275 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
26276 (x-select-text, set-w32-system-coding-system)
26277 (w32-add-charset-info): Fix typos in docstrings.
26278
26279 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
26280 (cua-enable-cua-keys, cua-use-hyper-key)
26281 (cua-virtual-rectangle-edges): Fix typos in docstrings.
26282 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
26283
26284 * net/tramp.el (tramp-handle-load): Fix typo in error message.
26285
26286 * emacs-lisp/re-builder.el (regexp-builder): Declare with
26287 `defalias' instead of faking it.
26288
26289 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
26290 (eshell-ls-missing, eshell-ls-dired-initial-args)
26291 (eshell-ls-use-in-dired): Fix typos in docstrings.
26292
26293 2005-07-20 Kim F. Storm <storm@cua.dk>
26294
26295 * emulation/cua-base.el (cua-mode): Improve doc string.
26296
26297 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
26298
26299 * abbrev.el (expand-region-abbrevs): Doc fix.
26300 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
26301 Improve argument/docstring consistency.
26302
26303 * arc-mode.el (archive-get-descr, archive-alternate-display):
26304 Doc fixes.
26305 (archive-l-e): Improve argument/docstring consistency.
26306 (archive-tmpdir, archive-unixdate, archive-unixtime)
26307 (archive-chmod-entry): Fix typos in docstrings.
26308 (archive-unflag, archive-unflag-backwards)
26309 (archive-unmark-all-files): "?\ " -> "?\s".
26310
26311 * buff-menu.el (Buffer-menu-unmark): Doc fix.
26312 (Buffer-menu-not-modified, Buffer-menu-execute)
26313 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
26314 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
26315
26316 * composite.el (compose-string, encode-composition-rule)
26317 (compose-last-chars): Fix typos in docstrings.
26318
26319 * desktop.el (desktop-enable, desktop-basefilename):
26320 Declare with `define-obsolete-variable-alias'.
26321 (desktop-internal-v2s): Don't quote keywords.
26322 (desktop-clear): "?\ " -> "?\s".
26323
26324 * dired.el (dired-align-file, dired-flag-backup-files)
26325 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
26326 (dired-listing-switches, dired-ls-F-marks-symlinks)
26327 (dired-dwim-target, dired-load-hook, dired-mode-hook)
26328 (dired-directory, dired-faces, dired, dired-revert)
26329 (dired-mode, dired-summary, dired-view-file)
26330 (dired-copy-filename-as-kill, dired-delete-file)
26331 (dired-no-confirm, dired-unmark-all-marks)
26332 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
26333 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
26334 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
26335 Fix typos in message strings.
26336
26337 * dired-x.el (virtual-dired): Declare with `defalias'.
26338 (dired-mark-unmarked-files, dired-local-variables-file)
26339 (dired-omit-here-always): Doc fix.
26340 (dired-omit-mode, dired-find-subdir)
26341 (dired-enable-local-variables, dired-clean-up-buffers-too)
26342 (dired-extra-startup, dired-mark-extension, dired-jump)
26343 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
26344 (dired-smart-shell-command, dired-guess-shell-alist-user)
26345 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
26346 (dired-x-bind-find-file, dired-x-submit-report):
26347 Fix typos in docstrings.
26348 (dired-mark-unmarked-files): "?\ " -> "?\s".
26349
26350 * dirtrack.el (dirtrack-list): Fix typos in docstring.
26351
26352 * faces.el (describe-face): "?\ " -> "?\s".
26353 (read-all-face-attributes, read-face-font, modify-face)
26354 (face-attr-construct, italic): Fix typos in docstrings.
26355 (frame-update-face-colors): Declare with
26356 `define-obsolete-function-alias'.
26357
26358 * files.el (find-file-noselect, recode-file-name): Doc fixes.
26359 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
26360 (magic-mode-alist, buffer-file-numbers-unique)
26361 (write-file-functions, get-free-disk-space):
26362 Fix typos in docstrings.
26363 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
26364 (write-contents-hooks, write-file-hooks):
26365 Declare with `define-obsolete-variable-alias'.
26366
26367 * forms-d2.el (arch-rj): Fix typo in docstrings.
26368 (arch-tocol): Likewise. "?\ " -> "?\s".
26369
26370 * frame.el (set-frame-font, cursor-in-non-selected-windows):
26371 Fix typo in docstring.
26372 (set-screen-width, set-screen-height): Delete redundant info in
26373 doctrings.
26374 (new-frame, screen-height, screen-width): Declare with
26375 `define-obsolete-function-alias'.
26376 (delete-frame-hook, blink-cursor): Declare with
26377 `define-obsolete-variable-alias'.
26378
26379 * paths.el (prune-directory-list): Fix typos in docstring.
26380
26381 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
26382 (cvs-prefix-get): Fix typos in docstrings.
26383
26384 * ps-print.el (ps-extend-face-list, ps-extend-face)
26385 (ps-print-background-image): Fix typos in docstrings.
26386 (ps-default-fg, ps-default-bg): Doc fixes.
26387
26388 * s-region.el (s-region-bind): Doc fix.
26389 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
26390
26391 * textmodes/org.el (org-table-formula-substitute-names)
26392 (org-table-get-vertical-vector): Doc fixes.
26393 (org-table-recalculate): Remove unused argument to `message'.
26394
26395 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
26396
26397 * textmodes/org.el (org-table-column-names)
26398 (org-table-column-name-regexp)
26399 (org-table-named-field-locations): New variables.
26400 (org-archive-subtree): Protect `this-command' when calling
26401 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
26402 the kill buffer.
26403 (org-complete): Remove fixed-formula completion.
26404 (org-edit-formulas-map): New variable.
26405 (org-table-edit-formulas): New command.
26406 (org-finish-edit-formulas, org-abort-edit-formulas)
26407 (org-show-variable, org-table-get-vertical-vector): New functions.
26408 (org-table-maybe-eval-formula): Handle `:=' fields.
26409 (org-table-get-stored-formulas, org-table-store-formulas)
26410 (org-table-get-formula, org-table-modify-formulas)
26411 (org-table-replace-in-formulas): Handle named field formulas.
26412 (org-table-get-specials): Store locations of named fields.
26413
26414 2005-07-19 Juri Linkov <juri@jurta.org>
26415
26416 * progmodes/grep.el (grep-regexp-alist)
26417 (grep-mode-font-lock-keywords, grep-process-setup):
26418 Use default GNU grep match color "01;31m" instead of "01;41m".
26419 (grep-regexp-alist, grep-mode-font-lock-keywords):
26420 Use `\\[[0-9]*m' instead of `\\[00m'.
26421 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
26422 sgr_start where its handling is more important. Use the real
26423 length of sgr_start instead of constant 8.
26424 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
26425 specially. Delete all remaining escape sequences.
26426 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
26427 (grep-regexp-alist): Make hyperlink only for binary file name
26428 instead of the whole line.
26429 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
26430 (grep-mode): Add autoload.
26431
26432 * emacs-lisp/find-func.el (find-function-regexp):
26433 Add `define-compilation-mode'.
26434
26435 2005-07-19 Juri Linkov <juri@jurta.org>
26436
26437 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
26438 (compare-windows-sync-string-size, compare-windows-recenter)
26439 (compare-windows-highlight, compare-windows): Add version 22.1.
26440 (compare-windows) <defface>: Inherit from lazy-highlight instead
26441 of duplicating its default value.
26442
26443 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
26444 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
26445
26446 * descr-text.el (describe-char): Create link buttons for `charset'
26447 and `code point'. Add the current input method name with a link
26448 button to `to input' field. Print face names of display table
26449 characters in `The display table entry is displayed by' section
26450 instead of printing face-id in the `display' field.
26451 Guess hardcoded faces and create a link button for them.
26452 Skip empty fields when calculating max-width.
26453 Treat `widget-create' specially while inserting strings from the
26454 collected field list.
26455 (describe-char-after): Made obsolete in version 22.1, not 21.5.
26456
26457 * diff-mode.el (diff-file-header): Change foreground color from
26458 yellow to green on light backgrounds.
26459 (diff-context): Inherit from `shadow' only for color/grayscale
26460 with more than 88 colors.
26461 (diff-indicator-removed, diff-indicator-added)
26462 (diff-indicator-changed): New faces.
26463 (diff-font-lock-keywords): Use new faces. Regroup rules.
26464 Add "^---$" for `normal' diff format. Fontify `#' lines with
26465 font-lock-comment-delimiter-face and font-lock-comment-face.
26466 Add `#' to ^[^...] in the rule for `diff-context-face'.
26467
26468 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
26469 a button-like box. Inherit from `highlight' on low colors.
26470 (shadow): Use shades of gray only for color/grayscale with
26471 more than 88 colors. Use green for light backgrounds with
26472 8 colors, and yellow for dark backgrounds with 8 colors.
26473
26474 * font-lock.el (font-lock-regexp-grouping-backslash):
26475 Don't inherit from escape-glyph (use bold for all cases).
26476
26477 * info.el (info-xref-visited): Use light foreground color `violet'
26478 for dark backgrounds instead of dark color `magenta3'.
26479 (info-title-1): Use `yellow' color for dark backgrounds.
26480
26481 * isearch.el (isearch): Use not-too-dark magenta3 instead of
26482 too-light magenta2.
26483
26484 * replace.el (match): Use slightly more light RoyalBlue3 instead
26485 of dark RoyalBlue4.
26486
26487 * wid-edit.el (widget-inactive): Inherit from `shadow'.
26488
26489 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
26490
26491 * novice.el (disabled-command-hook): Declare it with
26492 `define-obsolete-variable-alias'.
26493
26494 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
26495 (desktop-buffer-misc-functions, desktop-buffer-handlers)
26496 (desktop-load-default): Add release to obsolescence info.
26497 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
26498 (desktop-append-buffer-args, desktop-read):
26499 Fix typos in docstrings.
26500 (desktop-kill): Fix typo in message.
26501 (desktop-save): Doc fix.
26502
26503 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
26504
26505 * emulation/viper-cmd.el (viper-escape-to-state): Bug fix.
26506 (viper-envelop-ESC-key): Change the definition of fast
26507 keysequence so it'll work with keyboard macros.
26508
26509 * ediff.el (ediff-patch-buffer): Change the docstring.
26510
26511 2005-07-19 Kenichi Handa <handa@m17n.org>
26512
26513 * international/mule-cmds.el (select-safe-coding-system): Try to
26514 use an auto-coding (if any) before anything else. If the found
26515 auto-coding is invalid, show a warning message.
26516
26517 * international/mule.el (find-auto-coding): New function created
26518 by modifying the body of set-auto-coding.
26519 (set-auto-coding): Use find-auto-coding to find a coding.
26520
26521 2005-07-18 Richard M. Stallman <rms@gnu.org>
26522
26523 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
26524 not isearch-mode-end-hook-error.
26525 (allout-before-change-protect): Fix error message.
26526
26527 2005-07-18 Juri Linkov <juri@jurta.org>
26528
26529 * allout.el (allout-mode):
26530 * calculator.el (calculator-copy):
26531 * custom.el (custom-known-themes):
26532 * dired.el (dired-desktop-buffer-misc-data)
26533 (dired-restore-desktop-buffer):
26534 * dired-x.el (dired-omit-marker-char):
26535 * files.el (basic-save-buffer):
26536 * font-core.el (font-lock-mode):
26537 * calendar/calendar.el (calendar-goto-hebrew-date)
26538 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
26539 (calendar-goto-persian-date):
26540 * language/ethio-util.el (ethio-sera-to-fidel-region):
26541 * textmodes/picture.el (picture-mode):
26542 Delete duplicate duplicate words.
26543
26544 2005-07-18 Juri Linkov <juri@jurta.org>
26545
26546 * isearch.el (isearch-mode-map): Remove key bindings for regexp
26547 chars * ? } |.
26548 (isearch-fallback): Don't call `isearch-process-search-char'.
26549 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
26550 (isearch-process-search-char): Call `isearch-fallback' for regexp
26551 chars * ? } |.
26552 (isearch-return-char): Make obsolete with `make-obsolete' instead
26553 of simply documenting it as obsolete in the docstring.
26554 (isearch-fallback): Refill docstring.
26555
26556 * international/isearch-x.el
26557 (isearch-process-search-multibyte-characters): Remove unneeded
26558 `concat'. Add intermediate values to `junk-hist' instead of
26559 `minibuffer-history'. Test the length of `str'.
26560
26561 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
26562
26563 * allout.el (allout-resolve-xref): Fix typos in error strings.
26564 (allout-before-change-protect): Remove unneeded `concat'.
26565
26566 * array.el (array-mode, array-reconfigure-rows)
26567 (untabify-backward): Fix typos in docstrings.
26568 (array-reconfigure-rows): Use `insert-buffer-substring', not
26569 `insert-buffer'.
26570
26571 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
26572 * progmodes/ada-mode.el (ada-make-body):
26573 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
26574
26575 * dired.el (dired-log):
26576 * tar-mode.el (tar-subfile-save-buffer):
26577 * play/zone.el (zone-pgm-stress-destress):
26578 Use `insert-buffer-substring', not `insert-buffer'.
26579
26580 2005-07-17 Simon Josefsson <jas@extundo.com>
26581
26582 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
26583
26584 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
26585
26586 * mail/smtpmail.el (smtpmail-auth-supported): Add plain auth method.
26587 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
26588
26589 2005-07-17 Kim F. Storm <storm@cua.dk>
26590
26591 * ido.el (dired-other-window): Add ido property.
26592
26593 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
26594
26595 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
26596 Fix typo in docstring.
26597 (byte-compile-interactive-only-functions): Add `insert-buffer' and
26598 `insert-file-literally'.
26599
26600 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
26601 info and delete redundant message. Doc fix.
26602 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
26603 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
26604
26605 2005-07-16 Richard M. Stallman <rms@gnu.org>
26606
26607 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
26608 (byte-compile-and): Use byte-compile-and-recursion.
26609 (byte-compile-or-recursion): New function.
26610 (byte-compile-or): Use that.
26611 (byte-compile-if): Guard the else-clause too.
26612 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
26613
26614 * isearch.el (isearch-mode-end-hook-quit): New variable.
26615 (isearch-done): Bind it.
26616 (isearch-mode-end-hook): Doc fix.
26617
26618 * allout.el (allout-isearch-did-quit): Variable deleted.
26619 (allout-real-isearch-abort): Function name no longer used.
26620 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
26621 (allout-isearch-rectification): isearch-mode always exists.
26622 Don't set allout-isearch-did-quit.
26623 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
26624 allout-isearch-did-quit.
26625 (allout-enwrap-isearch): Just add the hook.
26626 (allout-isearch-abort): Function deleted.
26627 (allout-pre-command-business): Avoid warning.
26628
26629 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
26630 Correctly avoid warnings.
26631 (pascal-outline): Likewise.
26632
26633 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
26634
26635 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
26636
26637 * play/tetris.el (tetris-mode): Avoid warning.
26638
26639 * play/snake.el (snake-mode): Avoid warning.
26640
26641 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
26642 (gamegrid-set-display-table): Avoid warning.
26643 (gamegrid-set-timer): Likewise.
26644 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
26645 (gamegrid-add-score-with-update-game-score-1): Take FILE
26646 as argument.
26647 (gamegrid-add-score-with-update-game-score): Pass that argument.
26648 Rename have-shared-game-dir to gamegrid-shared-game-dir.
26649
26650 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
26651
26652 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
26653 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
26654
26655 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
26656 and insert-file.
26657
26658 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
26659 (sc-ask): Avoid warnings.
26660
26661 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
26662 (eshell-hist-initialize): Use that var the natural way.
26663
26664 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
26665
26666 * emacs-lisp/re-builder.el (reb-cook-regexp):
26667 Avoid warning calling lre-compile-string.
26668 (reb-color-display-p): Avoid warning.
26669
26670 * calculator.el (calculator-last-input): Guard uses
26671 of event-key and key-press-event-p.
26672 (event-key, key-press-event-p): Delete definitions.
26673
26674 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
26675 (find-gc-source-directory, find-gc-subrs-callers)
26676 (find-gc-noreturn-list, find-gc-source-files)
26677 (find-gc-subrs-called): Vars renamed and defvar'd.
26678
26679 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
26680 (checkdoc-overlay-put, checkdoc-delete-overlay)
26681 (checkdoc-overlay-start, checkdoc-overlay-end)
26682 (checkdoc-mode-line-update, checkdoc-char=):
26683 Define such that compiler knows they are defined.
26684 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
26685 (checkdoc-read-event): Delete. Use read-event directly.
26686
26687 * whitespace.el (whitespace-make-overlay)
26688 (whitespace-overlay-put, whitespace-delete-overlay)
26689 (whitespace-overlay-start, whitespace-overlay-end):
26690 Define such that compiler knows they are defined.
26691 (whitespace): Move conditional inside.
26692
26693 * tempo.el (tempo-insert-template): Suppress warning.
26694
26695 * ediff-diff.el (longlines-mode): Add defvar.
26696
26697 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
26698
26699 * server.el: Bind "C-x #" in a way that works even if C-x is
26700 redefined to a command key, not a prefix key.
26701
26702 2005-07-16 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net> (tiny change)
26703
26704 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
26705 cl-make-type-test till execution time.
26706
26707 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
26708
26709 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
26710 arg ARG and use it.
26711
26712 2005-07-16 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net> (tiny change)
26713
26714 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
26715
26716 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
26717
26718 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
26719 a defcustom with two :set or :type keywords.
26720
26721 2005-07-15 Richard M. Stallman <rms@gnu.org>
26722
26723 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
26724 Don't give ^M comment-end syntax.
26725
26726 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
26727
26728 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
26729 Don't consider gdbmi (gdb-mi.el has its own update functions).
26730 (gdb-var-delete): Make it work for gdbmi as well.
26731 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
26732
26733 * progmodes/gud.el (etags, sdb): Only require etags when needed.
26734 (gud-speedbar-menu-items): Correct logic for enabling items.
26735
26736 2005-07-15 Kim F. Storm <storm@cua.dk>
26737
26738 * ido.el: Fix commentary.
26739 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
26740 Use with-no-warnings around ffap-guesser.
26741 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
26742 Let bind minibuffer-completing-file-name to t.
26743
26744 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
26745
26746 * startup.el (site-run-file, keyboard-type): Doc fixes.
26747 (command-line): Check for "--basic-display" argument; also for
26748 "--quick", not "--bare-bones" (which was renamed).
26749 (fancy-splash-text): Add missing item "Getting New Versions".
26750 (normal-splash-screen): Fix typos and improve consistency with
26751 `fancy-splash-text'. Update copyright year.
26752
26753 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
26754 valid binding for `help-char'.
26755
26756 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
26757
26758 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
26759
26760 * term.el (term-mode): Disable cua-mode for term buffers.
26761
26762 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
26763
26764 * add-log.el (add-log-mailing-address, change-log-merge):
26765 Doc fixes.
26766 (change-log-get-method-definition): Fix typo in docstring.
26767
26768 2005-07-14 Kim F. Storm <storm@cua.dk>
26769
26770 * emulation/cua-base.el:
26771 (cua--pre-command-handler-1, cua--pre-command-handler)
26772 (cua--post-command-handler-1, cua--post-command-handler):
26773 Split in two. Check (buffer local) value of cua-mode.
26774 (cua-selection-mode): New command.
26775
26776 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
26777
26778 * custom.el (custom-initialize-safe-set)
26779 (custom-initialize-safe-default): Doc fixes.
26780
26781 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
26782 and simplify :init-value again.
26783
26784 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
26785 and simplify :init-value again. Delete autoload.
26786
26787 * startup.el (command-line): Use `custom-reevaluate-setting' again
26788 for tooltip-mode.
26789
26790 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
26791 a defcustom with two :initialize keywords.
26792
26793 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
26794
26795 * allout.el (my-mark-marker, allout-isearch-prior-pos)
26796 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
26797 (allout-post-command-business, allout-flag-region)
26798 (isearch-reenable-font-lock, allout-yank)
26799 (allout-insert-latex-header, allout-insert-latex-trailer)
26800 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
26801 (allout-latex-verb-quote): Fix typos in docstrings.
26802 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
26803 (allout-unprotected, allout-prefix-data):
26804 Improve argument/docstring consistency.
26805 (allout-chart-subtree): Fix argument spec.
26806 (allout-open-topic): Rename `use_sib_bullet' argument to
26807 `use-sib-bullet'. Doc fix.
26808
26809 * whitespace.el (whitespace-check-buffer-leading)
26810 (whitespace-check-buffer-trailing)
26811 (whitespace-check-buffer-indent)
26812 (whitespace-check-buffer-spacetab)
26813 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
26814 (whitespace-check-leading-whitespace)
26815 (whitespace-check-trailing-whitespace)
26816 (whitespace-check-spacetab-whitespace)
26817 (whitespace-check-indent-whitespace)
26818 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
26819 (whitespace-modes): Fix typos in docstrings.
26820 (defgroup, defcustom): Doc fixes.
26821
26822 * winner.el (winner-mode, winner-boring-buffers)
26823 (winner-pending-undo-ring): Doc fixes.
26824 (winner-ring): Remove unneeded `progn'.
26825 (winner-equal): `defsubst' it.
26826 (winner-redo): Fix message.
26827
26828 2005-07-13 Kim F. Storm <storm@cua.dk>
26829
26830 * simple.el (line-move-1): Always use vertical-motion to
26831 do the last (or only) line move to ensure some movement.
26832 Undo 2005-06-23 change--don't check for overlays.
26833
26834 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26835
26836 * term/mac-win.el (ccl-encode-mac-roman-font)
26837 (ccl-encode-mac-centraleurroman-font)
26838 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
26839 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
26840 Change charset-id boundary of dimension to ?\xef.
26841 (mac-char-fontspec-list): New constant.
26842 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
26843 argument. Nil uses itself as family in font-spec. Previous
26844 behavior for nil is now provided by non-nil non-string argument.
26845 All callers changed. Add font-specs for Mac fonts to
26846 "fontset-default" unless iso8859-1 fonts are installed.
26847
26848 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
26849
26850 * progmodes/sh-script.el (sh-get-indent-info): Only indent
26851 a continuation line if the \ is preceded by SPC or TAB.
26852 (sh-get-indent-info): Simplify.
26853 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
26854 Use with-current-buffer.
26855
26856 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
26857 when the matched text is empty.
26858
26859 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
26860
26861 * startup.el (command-line): Revert to previous handling of
26862 tooltip-mode. Explain in comment why the complexity is needed.
26863
26864 * tooltip.el (tooltip-mode): Revert to previous implementation of
26865 its defcustom.
26866
26867 * frame.el (blink-cursor-mode): Revert to previous implementation
26868 of its defcustom. Update comment.
26869
26870 2005-07-12 Lars Hansen <larsh@soem.dk>
26871
26872 * desktop.el: Update e-mail address.
26873
26874 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26875
26876 * term/mac-win.el (mac-services-mail-selection)
26877 (mac-services-mail-to): New functions.
26878 (mac-application-menu-map): Bind them.
26879
26880 2005-07-12 wulei <milton@wulei.net> (tiny change)
26881
26882 * progmodes/gdb-ui.el: Add note about buffering with Windows.
26883
26884 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
26885
26886 * custom.el (custom-reevaluate-setting): Doc fix.
26887
26888 2005-07-11 Jay Belanger <belanger@truman.edu>
26889
26890 * calc/calc.el (calc-embedded-announce-formula-alist)
26891 (calc-embedded-open-close-plain-alist)
26892 (calc-embedded-open-close-mode-alist): Add checks for additional
26893 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
26894
26895 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
26896
26897 * custom.el (custom-enable-theme): Don't add theme to
26898 `custom-enabled-themes' with `push' because there is no
26899 setf-method for `delq'.
26900
26901 2005-07-11 Richard M. Stallman <rms@gnu.org>
26902
26903 * custom.el (custom-declare-variable): Doc fix.
26904
26905 * dired-aux.el (dired-compare-directories): Remove "." and ".."
26906 from the alists.
26907
26908 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
26909 Do nothing if edebug-active.
26910
26911 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
26912 (edebug-display): Do it here instead.
26913
26914 2005-07-10 Richard M. Stallman <rms@gnu.org>
26915
26916 * cus-face.el (custom-theme-set-faces): Make it work.
26917 (custom-reset-faces): Doc fix.
26918 (custom-theme-reset-internal-face, custom-theme-face-value):
26919 Functions deleted.
26920
26921 * custom.el (custom-push-theme): Maintain list of the settings
26922 of a given theme in its theme-settings property.
26923 Maintain position of old settings in the theme-value
26924 or theme-face property.
26925 (custom-enabled-themes): New variable.
26926 (custom-theme-enabled-p): New function.
26927 (provide-theme): Update custom-enabled-themes.
26928 Disable and reenable the `user' theme.
26929 (require-theme): Doc fix.
26930 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
26931 (custom-theme-value, custom-theme-variable-value): Likewise.
26932 (custom-theme-reset-internal): Likewise.
26933 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
26934 (custom-enable-theme, custom-disable-theme): New functions.
26935 (custom-variable-theme-value, custom-face-theme-value): Likewise.
26936 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
26937 (custom-theme-reset-variables): Simplify.
26938 (deftheme, custom-declare-theme, custom-make-theme-feature):
26939 Definitions moved.
26940
26941 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
26942
26943 * longlines.el (longlines-show-region)
26944 (longlines-unshow-hard-newlines): Recognize hard newlines by
26945 non-nil hard property, instead of t.
26946
26947 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
26948
26949 * emulation/viper-cmd.el (viper--key-maps): New variable.
26950 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
26951 emulation-mode-map-alists.
26952 (viper-envelop-ESC-key): Use viper-subseq.
26953 (viper-search-forward/backward/next): Disable debug-on-error.
26954
26955 * emulation/viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
26956 (viper-ESC-key): New defcustoms.
26957
26958 * emulation/viper-macs.el (ex-map-read-args): Use viper-subseq.
26959
26960 * emulation/viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
26961 (viper-subseq): Copy of subseq from cl.el.
26962
26963 * emulation/viper.el (viper-go-away, viper-set-hooks): Use
26964 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
26965
26966 * emulation/viper-mous.el (viper-current-frame-saved): Use defvar.
26967
26968 * emulation/viper-init.el: Get rid of -face in face names.
26969
26970 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
26971 Make it work with longlines mode.
26972
26973 * ediff-mult.el (ediff-meta-mode-hook): New variable.
26974
26975 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
26976
26977 * ediff-init.el: Get rid of -face in face names.
26978
26979 2005-07-10 Richard M. Stallman <rms@gnu.org>
26980
26981 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
26982 and with-timeout-unsuspend.
26983
26984 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
26985 and with-timeout-unsuspend.
26986
26987 * emacs-lisp/timer.el (with-timeout-timers): New variable.
26988 (with-timeout): Bind that variable to record timers.
26989 (with-timeout-suspend, with-timeout-unsuspend): New functions.
26990
26991 * emacs-lisp/debug.el (debug-help-follow): New function.
26992 (debugger-mode-map): Use that instead of help-follow.
26993 (debugger-setup-buffer): Use eval-buffer-list
26994 to handle eval-buffer frames.
26995
26996 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
26997
26998 * timezone.el (timezone-parse-date): Change first regexp
26999 so it will not mistakenly match dates with no time zone.
27000
27001 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
27002
27003 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
27004
27005 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
27006
27007 * custom.el (custom-initialize-safe-set)
27008 (custom-initialize-safe-default): New functions.
27009
27010 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
27011 and simplify :init-value.
27012
27013 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
27014 and simplify :init-value. Delete obsolete comment.
27015
27016 * startup.el (command-line): Use `custom-reevaluate-setting' to
27017 handle `tooltip-mode'. Delete obsolete comment.
27018
27019 * files.el (set-visited-file-name): Avoid calling
27020 `file-name-nondirectory' with a nil argument.
27021
27022 2005-07-09 Richard M. Stallman <rms@gnu.org>
27023
27024 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
27025 was called with nil for the buffer, handle the read position right.
27026 Handle read position for eval-region, too.
27027
27028 2005-07-09 Juri Linkov <juri@jurta.org>
27029
27030 * fringe.el (fringe-mode): Add period in docstring.
27031 (fringe-query-style): Build prompt depending on `all-frames' arg.
27032
27033 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
27034 to not create links to unrelated functions in the Help buffer.
27035
27036 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
27037 Doc fix.
27038
27039 * simple.el (next-error-hook): New variable.
27040 (next-error): Use it. Doc fix.
27041
27042 * textmodes/ispell.el (ispell-command-loop): Add current
27043 dictionary name and program name to mode-line-format.
27044 (ispell-region, ispell-process-line): Add current dictionary name
27045 and program name to messages.
27046
27047 2005-07-08 Jay Belanger <belanger@truman.edu>
27048
27049 * calc/calc.el (calc-embedded-announce-formula-alist)
27050 (calc-embedded-open-close-formula-alist)
27051 (calc-embedded-open-close-word-alist)
27052 (calc-embedded-open-close-plain-alist)
27053 (calc-embedded-open-close-new-formula-alist)
27054 (calc-embedded-open-close-mode-alist)
27055 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
27056 (calc-embedded-mode-hook): New variables.
27057
27058 * calc/calc-embed.el (calc-embedded-firsttime)
27059 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
27060 New variables.
27061 (calc-do-embedded): Use calc-embedded-firsttime,
27062 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
27063 determine whether or not to run hooks.
27064 (calc-embedded-make-info): Set calc-embedded-firsttime-buf and
27065 calc-embedded-firsttime-formula appropriately.
27066 Set calc-embedded delimiter variables according to mode.
27067
27068 2005-07-08 Richard M. Stallman <rms@gnu.org>
27069
27070 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
27071 Check for "emacs", etc., as entire symbol, not just as word.
27072 (checkdoc-file-comments-engine): Use regexp-quote on FN.
27073
27074 * files.el (set-visited-file-name): Report the error
27075 for "empty filename" earlier.
27076 (kill-some-buffers): Ignore buffers already dead.
27077
27078 * fringe.el (fringe-mode): Doc fix.
27079
27080 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
27081 Check for (featurep 'xemacs) and turn off warnings in what it guards.
27082 Use unwind-protect to ensure byte-compile-unresolved-functions
27083 is updated.
27084
27085 * whitespace.el (whitespace-buffer-leading-cleanup):
27086 Simplify w/ skip-chars-forward.
27087 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
27088
27089 * mail/rmail.el (rmail-only-expunge): Fix paren error.
27090 Unconditionally try to leave point at the same old place.
27091
27092 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
27093
27094 * comint.el (comint-postoutput-scroll-to-bottom)
27095 (comint-show-maximum-output): Take scroll-margin into consideration.
27096
27097 2005-07-08 Kim F. Storm <storm@cua.dk>
27098
27099 * ido.el (ido-use-filename-at-point): New choice `guess'.
27100 (ido-file-internal): Try ffap-guesser if selected.
27101
27102 * ido.el (ido-before-fallback-functions): New hook.
27103 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
27104 (ido-read-file-name): Run it.
27105
27106 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
27107
27108 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
27109 strings rather than a list of symbols to the completion function.
27110
27111 2005-07-07 Jay Belanger <belanger@truman.edu>
27112
27113 * calc/calc-units.el (math-apply-units): Change the places in
27114 which units are simplified.
27115
27116 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
27117
27118 * cus-edit.el (customize-option, customize-option-other-window):
27119 Make them handle aliases.
27120
27121 * custom.el (custom-variable-p): Make it recursively follow
27122 aliases. Mention that in the docstring.
27123
27124 2005-07-07 Richard M. Stallman <rms@gnu.org>
27125
27126 * cus-start.el (exec-path): Use `directory' instead of `file'.
27127 Fix tag for nil.
27128
27129 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
27130
27131 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
27132 when called non-interactively. Doc fix.
27133
27134 2005-07-07 Lute Kamstra <lute@gnu.org>
27135
27136 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
27137 new address as well.
27138
27139 2005-07-07 Kenichi Handa <handa@m17n.org>
27140
27141 * international/mule.el (make-coding-system):
27142 Describe `ascii-incompatible' property in the docstring.
27143 (set-file-name-coding-system): Signal an error if coding-system is
27144 ascii-incompatible.
27145 (set-keyboard-coding-system): Likewise.
27146
27147 * international/mule-cmds.el (set-default-coding-systems):
27148 Don't set default-file-name-coding-system and
27149 default-keyboard-coding-system if coding-system is ASCII-incompatible.
27150
27151 * international/utf-16.el: Declare that all UTF-16-based coding
27152 systems are ASCII-incompatible.
27153
27154 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
27155
27156 * progmodes/gud.el: Require font-lock for displaying errors.
27157 Used by gdb-ui.el.
27158
27159 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
27160
27161 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
27162 values for the pattern lists which are `read'able but not
27163 `append'able (like symbols).
27164
27165 2005-07-06 Richard M. Stallman <rms@gnu.org>
27166
27167 * progmodes/flymake.el (flymake-float-time): Instead of
27168 with-no-warnings, test for XEmacs.
27169 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
27170 to avoid warning.
27171
27172 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
27173
27174 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
27175
27176 2005-07-05 Lute Kamstra <lute@gnu.org>
27177
27178 * battery.el: Add support for Darwin (with much debugging help
27179 from Samuel Lauber <sam124@operamail.com>).
27180 (battery-status-function, battery-echo-area-format)
27181 (battery-mode-line-format): Add support for pmset on Darwin.
27182 (battery-load-low, battery-load-critical): New user options.
27183 (battery-pmset): New function.
27184
27185 2005-07-05 Lute Kamstra <lute@gnu.org>
27186
27187 Update FSF's address in GPL notices.
27188
27189 * textmodes/page-ext.el: Update FSF's address.
27190
27191 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
27192
27193 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
27194 filling from using prefix when filling a single-line docstring.
27195
27196 * progmodes/flymake.el: Remove useless eval-when-compile.
27197
27198 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
27199
27200 2005-07-04 Richard M. Stallman <rms@gnu.org>
27201
27202 * textmodes/org.el (org-file-apps-defaults-gnu):
27203 Rename from org-file-apps-defaults-linux.
27204 (org-default-apps): Don't test system-type for `linux'.
27205 (org-file-apps): Doc fix.
27206
27207 2005-07-04 David Ponce <david@dponce.com>
27208
27209 * tree-widget.el: Improve header Commentary section.
27210 (tree-widget) [defgroup]
27211 (tree-widget-image-enable, tree-widget-themes-directory)
27212 (tree-widget-theme, tree-widget-image-properties-emacs)
27213 (tree-widget-image-properties-xemacs, tree-widget-create-image)
27214 (tree-widget-image-formats, tree-widget-control)
27215 (tree-widget-empty-control, tree-widget-leaf-control
27216 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
27217 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
27218 (tree-widget-keep, tree-widget-after-toggle-functions)
27219 (tree-widget-open-node, tree-widget-close-node): Doc fix.
27220 (tree-widget-open-control, tree-widget-close-control): Fix doc and
27221 :help-echo message.
27222 (tree-widget-set-theme): Doc fix. Use `string-equal'.
27223 (tree-widget-image-properties): Doc fix. Clearer implementation.
27224 (tree-widget--cursors): New constant.
27225 (tree-widget-lookup-image): New function split from
27226 `tree-widget-find-image'. Clearer implementation.
27227 (tree-widget-find-image): Use it.
27228 (tree-widget-button-keymap): Use `set-keymap-parent'.
27229 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
27230 Define the sub-widgets here.
27231 (tree-widget-node): Check that :node is not a tree-widget.
27232 (tree-widget-get-super, tree-widget-open-control)
27233 (tree-widget-close-control, tree-widget-empty-control)
27234 (tree-widget-leaf-control, tree-widget-guide)
27235 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
27236 (tree-widget-no-handle, tree-widget-value-delete)
27237 (tree-widget-map): Remove.
27238 (tree-widget-children-value-save): Doc fix. Simplified.
27239 (tree-widget-value-create): Update according to previous changes.
27240
27241 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
27242
27243 * textmodes/org.el: Leading space replaced by TABS.
27244 (org-recalc-marks, org-table-rotate-recalc-marks)
27245 (org-table-get-specials): Treat "^" and "_" marks.
27246 (org-table-justify-field-maybe): Optional argument NEW.
27247 (org-table-eval-formula): Parsing of the format simplified.
27248 New modes C,I. Honor the %= parameter in the current table.
27249 Avoid unnecessary re-align by using the NEW argument to
27250 `org-table-justify-field-maybe'.
27251 (org-calc-default-modes): Default for date-format mimicks org-mode.
27252 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
27253
27254 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
27255
27256 * cus-face.el (custom-theme-set-faces): Make it handle face
27257 aliases whose alias declarations are pre- or autoloaded.
27258
27259 2005-07-04 Juri Linkov <juri@jurta.org>
27260
27261 * faces.el (read-face-name): Put the code for getting a face name
27262 from the buffer before adding the faces from the `face' property.
27263 Use `completing-read-multiple' instead of `completing-read'.
27264 Require `crm'. Add default value and post-process the returned
27265 list of faces.
27266
27267 * emacs-lisp/crm.el (crm-find-current-element)
27268 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
27269
27270 * emacs-lisp/lisp-mode.el (eval-defun-1):
27271 * emacs-lisp/edebug.el (edebug-eval-defun):
27272 Remove unnecessary quotes.
27273
27274 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
27275
27276 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
27277 (prolog-indent-level): Fix typo in docstring.
27278
27279 * info.el (Info-history, Info-history-forward)
27280 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
27281
27282 * add-log.el (add-change-log-entry):
27283 * comint.el (comint-dynamic-list-input-ring)
27284 (comint-dynamic-list-completions):
27285 * dabbrev.el (dabbrev-expand):
27286 * delim-col.el (delimit-columns-rectangle-line):
27287 * diff-mode.el (diff-context->unified, diff-reverse-direction)
27288 (diff-unified->context):
27289 * ediff-init.el (ediff-abbrev-jobname):
27290 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
27291 (ediff-replace-session-activity-marker-in-meta-buffer):
27292 * info.el (Info-summary):
27293 * lpr.el (printify-region):
27294 * printing.el (pr-create-interface):
27295 * ps-print.el (ps-print-quote):
27296 * ses.el (ses-column-widths, ses-print-cell)
27297 (ses-adjust-print-width, ses-center):
27298 * shell.el (shell-file-name-quote-list):
27299 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
27300 (strokes-fill-current-buffer-with-whitespace)
27301 (strokes-xpm-for-stroke, strokes-list-strokes)
27302 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
27303 * term.el (term-dynamic-list-input-ring)
27304 (term-dynamic-list-completions):
27305 * calc/calc.el (math-format-stack-value):
27306 * emacs-lisp/edebug.el (edebug-display-freq-count):
27307 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
27308 (delphi-new-comment-line):
27309 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
27310 * progmodes/executable.el (executable-set-magic):
27311 * progmodes/python.el (inferior-python-mode):
27312 * progmodes/scheme.el (scheme-mode-syntax-table):
27313 * progmodes/sh-script.el (sh-maybe-here-document):
27314 * progmodes/sql.el (sql-copy-column):
27315 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
27316 * textmodes/bibtex.el (bibtex-mode):
27317 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
27318 (sgml-auto-attributes):
27319 * textmodes/table.el (table-insert, table-shorten-cell)
27320 (table--generate-source-scan-lines, table-delete-row)
27321 (*table--cell-delete-char, table--spacify-frame)
27322 (table--horizontally-shift-above-and-below)
27323 (table--cell-insert-char, table--cell-blank-str)
27324 (table--fill-region-strictly):
27325 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
27326 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
27327
27328 * add-log.el (change-log):
27329 * apropos.el (apropos):
27330 * comint.el (comint-completion, comint-source):
27331 * dabbrev.el (dabbrev):
27332 * delim-col.el (columns):
27333 * diff-mode.el (diff-mode):
27334 * ediff.el (ediff):
27335 * ediff-diff.el (ediff-diff):
27336 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
27337 * ediff-mult.el (ediff-mult):
27338 * ediff-ptch.el (ediff-ptch):
27339 * ediff-wind.el (ediff-window):
27340 * facemenu.el (facemenu):
27341 * indent.el (indent):
27342 * info.el (info):
27343 * jka-cmpr-hook.el (compression, jka-compr):
27344 * lpr.el (lpr):
27345 * outline.el (outlines):
27346 * pcmpl-cvs.el (pcmpl-cvs):
27347 * pcmpl-rpm.el (pcmpl-rpm):
27348 * printing.el (printing):
27349 * ps-print.el (postscript, ps-print, ps-print-horizontal)
27350 (ps-print-vertical, ps-print-headers, ps-print-font)
27351 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
27352 (ps-print-background, ps-print-printer, ps-print-page)
27353 (ps-print-miscellany):
27354 * ses.el (ses):
27355 * shell.el (shell, shell-directories, shell-faces):
27356 * startup.el (initialization):
27357 * strokes.el (strokes):
27358 * term.el (term):
27359 * uniquify.el (uniquify):
27360 * w32-vars.el (w32):
27361 * calc/calc.el (calc):
27362 * emacs-lisp/bytecomp.el (bytecomp):
27363 * emacs-lisp/cl-indent.el (lisp-indent):
27364 * emacs-lisp/edebug.el (edebug):
27365 * emacs-lisp/elp.el (elp):
27366 * emacs-lisp/testcover.el (testcover):
27367 * emacs-lisp/trace.el (trace):
27368 * emulation/viper-ex.el (viper-ex):
27369 * emulation/viper-mous.el (viper-mouse):
27370 * mail/mailalias.el (mailalias):
27371 * mail/supercite.el (supercite, supercite-frames)
27372 (supercite-attr, supercite-cite, supercite-hooks):
27373 * net/rcompile.el (remote-compile):
27374 * net/rlogin.el (rlogin):
27375 * obsolete/ooutline.el (outlines):
27376 * progmodes/delphi.el (delphi):
27377 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
27378 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
27379 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
27380 (ebnf-optimization):
27381 * progmodes/etags.el (etags):
27382 * progmodes/executable.el (executable):
27383 * progmodes/idlwave.el (idlwave):
27384 * progmodes/pascal.el (pascal):
27385 * progmodes/prolog.el (prolog):
27386 * progmodes/python.el (python):
27387 * progmodes/scheme.el (scheme):
27388 * progmodes/sh-script.el (sh, sh-script):
27389 * progmodes/sql.el (SQL):
27390 * progmodes/tcl.el (tcl):
27391 * textmodes/bibtex.el (bibtex, bibtex-autokey):
27392 * textmodes/enriched.el (enriched):
27393 * textmodes/makeinfo.el (makeinfo):
27394 * textmodes/sgml-mode.el (sgml):
27395 * textmodes/table.el (table-hooks):
27396 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
27397 * textmodes/texinfo.el (texinfo):
27398 * textmodes/two-column.el (two-column):
27399 Finish `defgroup' description with period.
27400
27401 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
27402 * eshell/esh-var.el (eshell-var):
27403 * progmodes/vhdl-mode.el (vhdl-testbench):
27404 * textmodes/org.el (org): Fix typos in docstrings.
27405
27406 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
27407 consistency.
27408
27409 * progmodes/flymake.el (flymake-find-file): Remove.
27410 (flymake-float-time): Use `with-no-warnings'.
27411 (flymake-check-start-time, flymake-check-was-interrupted)
27412 (flymake-err-info, flymake-is-running, flymake-last-change-time)
27413 (flymake-new-err-info): `defvar' at compile time.
27414
27415 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
27416
27417 * replace.el (occur-hook): Doc fix.
27418 (occur-1): Don't call `occur-hook' if there are no matches.
27419
27420 2005-07-03 Richard M. Stallman <rms@gnu.org>
27421
27422 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
27423 global-map, save the same map.
27424 (global-map): Don't alter it at top level.
27425 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
27426 Then alter it here instead.
27427 (tpu-edt-off): Set global-map to the saved one.
27428
27429 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
27430 All references simplified.
27431 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
27432 (zmacs-regions): Add defvar.
27433 (repeat-complex-command-map): Everything about that deleted.
27434
27435 * textmodes/artist.el (artist-key-is-drawing)
27436 (artist-key-endpoint1, artist-key-poly-point-list)
27437 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
27438 (artist-key-compl-table, artist-rb-save-data)
27439 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
27440 Don't put them in eval-when-compile.
27441 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
27442
27443 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
27444 Use with-no-warnings.
27445
27446 * net/browse-url.el (dos-windows-version): Add defvar.
27447
27448 * mail/supercite.el (filladapt-prefix-table): Add defvar.
27449
27450 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
27451 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
27452 (rmail-new-summary-line-count): Rename from new-summary-line-count.
27453 Add defvar.
27454 (rmail-summary-beginning-of-message): Use with-no-warnings.
27455 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
27456
27457 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
27458 Use with-no-warnings.
27459
27460 * emulation/vi.el (vi-mark-region): Use c-mark-function.
27461 (c-mark-function): Add point-moving-unit property.
27462 (vi-goto-line): Use with-no-warnings.
27463
27464 * emulation/edt.el (edt-last-copied-word): Add defvar.
27465 (zmacs-region-stays): Likewise.
27466 (edt-mark-section-wisely): Use c-mark-function for C.
27467 Use makr-defun for Fortran.
27468 (time-string): defvar deleted.
27469 (edt-display-the-time): Don't set time-string.
27470
27471 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
27472
27473 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
27474 Don't warn when name is not constant
27475 or for defining the group `emacs'.
27476
27477 * tooltip.el (gud-tooltip-mode): Add defvar.
27478
27479 * startup.el (default-frame-background-mode): Add defvar.
27480
27481 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
27482
27483 * info.el (tool-bar-map): Add defvar.
27484
27485 * dired.el (dnd-protocol-alist): Add defvar.
27486
27487 * dired-aux.el (dired-query): Display question with answer, when
27488 the user answers.
27489
27490 * custom.el (custom-add-option): Doc fix.
27491
27492 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
27493
27494 2005-07-03 Eli Zaretskii <eliz@gnu.org>
27495
27496 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
27497 bogus name from the last change.
27498
27499 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
27500
27501 * custom.el (custom-declare-variable): Fix typos in comment.
27502 (custom-known-themes): Doc fix.
27503 (custom-theme-directory): New defcustom.
27504 (require-theme): Make it check `custom-theme-directory'.
27505
27506 * cus-theme.el (custom-new-theme-mode): New function.
27507 (custom-theme-name, custom-theme-variables, custom-theme-faces)
27508 (custom-theme-description): Add compiler defvars.
27509 (customize-create-theme): Add doc to the "*New Custom Theme*"
27510 buffer. Use `custom-new-theme-mode'.
27511 (custom-theme-write): Put the created buffer in emacs-lisp-mode
27512 and save it to the `custom-theme-directory'. Make this the
27513 default directory of the buffer.
27514
27515 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
27516
27517 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
27518 Fix unbalanced parentheses.
27519
27520 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
27521
27522 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
27523 into flymake-mode and delegate to flymake-mode.
27524
27525 * find-file.el (ff-which-function-are-we-in): Clean up.
27526
27527 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
27528
27529 * replace.el (occur-rename-buffer): Fix docstring.
27530
27531 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
27532 (edt-last-copied-word, edt-learn-macro-count)
27533 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
27534 (edt-rect-start-point, edt-user-global-map, rect-start-point)
27535 (time-string, zmacs-region-stays):
27536 * emulation/edt-mapper.el (edt-save-function-key-map)
27537 (EDT-key-name): `defvar' to silence the byte-compiler.
27538
27539 2005-07-02 Martin Rudalics <rudalics@gmx.at>
27540
27541 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
27542 font-lock-regexp-backslash. Doc fix.
27543 (font-lock-regexp-backslash-grouping-construct): Rename from
27544 font-lock-regexp-backslash-construct. Doc fix.
27545 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
27546 grouping constructs.
27547
27548 2005-07-02 Eli Zaretskii <eliz@gnu.org>
27549
27550 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
27551 updating all the prerequisites.
27552
27553 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
27554
27555 * textmodes/org.el (org-agenda-start-on-weekday)
27556 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
27557 (org-agenda-use-time-grid, org-archive-location)
27558 (org-allow-space-in-links, org-usenet-links-prefer-google)
27559 (org-enable-table-editor, org-export-default-language)
27560 (org-export-html-show-new-buffer, org-fill-paragraph)
27561 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
27562 (org-goto-quit, org-occur, org-eval-in-calendar)
27563 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
27564 (org-agenda-diary-entry, org-remember-help)
27565 (org-table-convert-region, org-at-table-p)
27566 (org-table-move-row-down, org-table-move-row-up)
27567 (org-table-copy-region, org-table-toggle-vline-visibility)
27568 (org-table-get-stored-formulas, org-table-get-specials)
27569 (org-recalc-commands, org-table-eval-formula)
27570 (org-table-formula-substitute-names, orgtbl-make-binding)
27571 (org-format-org-table-html, org-format-table-table-html)
27572 (org-format-table-table-html-using-table-generate-source)
27573 (org-customize): Fix typos in docstrings.
27574 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
27575 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
27576 (org-back-to-heading): Doc fixes.
27577 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
27578 (org-agenda-change-all-lines, org-get-header):
27579 Improve argument/docstring consistency.
27580 (orgtbl-error): Fix error message.
27581
27582 * progmodes/flymake.el (flymake-find-possible-master-files)
27583 (flymake-master-file-compare, flymake-get-line-err-count)
27584 (flymake-highlight-line, flymake-gui-warnings-enabled):
27585 Fix typos in docstrings.
27586 (flymake-parse-line, flymake-get-project-include-dirs-function)
27587 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
27588 Doc fixes.
27589 (flymake-get-project-include-dirs-function)
27590 (flymake-make-err-menu-data):
27591 Improve argument/docstring consistency.
27592
27593 2005-07-01 Lute Kamstra <lute@gnu.org>
27594
27595 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
27596 Catch errors with ignore-errors. Use temporary buffer.
27597 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
27598
27599 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
27600 background color faces.
27601 (facemenu-set-foreground, facemenu-set-background):
27602 Use facemenu-set-face-from-menu.
27603 (facemenu-set-face-from-menu): Treat face names that start with
27604 "fg:" or "bg:" as special.
27605 (facemenu-add-new-color): Don't create faces. Simplify.
27606
27607 2005-06-30 Richard M. Stallman <rms@gnu.org>
27608
27609 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
27610 (crm-find-current-element): Likewise.
27611
27612 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
27613
27614 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
27615
27616 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
27617
27618 * arc-mode.el (archive-extract): Make it work as a mouse binding.
27619 (archive-mouse-extract): Make it an obsolete alias.
27620 (archive-mode-map): Don't use archive-mouse-extract any more.
27621 (archive-mode, archive-extract): write-contents-hooks ->
27622 write-contents-functions.
27623 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
27624 first arg.
27625 (archive-rename-entry): Update the call.
27626 (archive-zip-summarize): Remove unused var `method'.
27627 (archive-lzh-summarize): Remove unused var `creator'.
27628
27629 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
27630 dedicated frame upon exit.
27631
27632 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
27633 (archive-zip-extract, archive-zip-expunge)
27634 (archive-zip-update, archive-zip-update-case): Use executable-find.
27635 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
27636 Use restore-buffer-modified-p.
27637 (archive-extract, archive-add-new-member, archive-write-file-member):
27638 Use with-current-buffer.
27639 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
27640
27641 2005-06-30 Andreas Schwab <schwab@suse.de>
27642
27643 * progmodes/gud.el (gud-filter): Remove unneeded progn.
27644
27645 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
27646
27647 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
27648
27649 2005-06-30 Juri Linkov <juri@jurta.org>
27650
27651 * faces.el (vertical-border): Inherit from mode-line-inactive
27652 only on tty.
27653
27654 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
27655
27656 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
27657 example, -NLINES in the `occur' docstring).
27658
27659 * replace.el (occur-1): When no matches are found, do not set the
27660 `buffer-read-only' and modified flags for the occur buffer,
27661 because it is deleted.
27662
27663 * emulation/cua-base.el (cua-check-pending-input)
27664 (cua-repeat-replace-region, cua-mode, cua-debug)
27665 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
27666 Fix typos in docstrings.
27667
27668 * emulation/cua-gmrk.el (cua-toggle-global-mark)
27669 (cua-cut-region-to-global-mark)
27670 (cua--cut-rectangle-to-global-mark):
27671 Remove period from end of messages.
27672
27673 * emulation/cua-rect.el (cua-do-rectangle-padding):
27674 Remove period from end of messages.
27675 (cua--rectangle-seq-format): Fix typo in docstring.
27676 (cua-sequence-rectangle, cua-fill-char-rectangle):
27677 Improve argument/docstring consistency.
27678
27679 2005-06-29 Juri Linkov <juri@jurta.org>
27680
27681 * faces.el (default-frame-background-mode): New internal variable.
27682 (frame-set-background-mode): Use it.
27683
27684 * startup.el (normal-top-level): Set default-frame-background-mode
27685 instead of frame-background-mode. Before setting it, test for its
27686 nil value. Remove tests for frame-background-mode and frame
27687 parameter `reverse'. Add test for "unspecified-fg".
27688
27689 * term/xterm.el (xterm-rxvt-set-background-mode):
27690 * term/rxvt.el (rxvt-set-background-mode):
27691 Set default-frame-background-mode instead of frame-background-mode.
27692
27693 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
27694
27695 * simple.el (set-variable): Warn about obsolete user variables.
27696
27697 * imenu.el (imenu--completion-buffer):
27698 * mouse.el (mouse-buffer-menu-alist):
27699 * msb.el (msb-invisible-buffer-p):
27700 * calendar/diary-lib.el (diary-header-line-format):
27701 * emacs-lisp/pp.el (pp-buffer):
27702 * progmodes/cperl-mode.el (cperl-do-auto-fill):
27703 * textmodes/picture.el (picture-replace-match):
27704 Change space constants followed by a sexp to "?\s ".
27705
27706 * play/decipher.el (decipher-loop-with-breaks):
27707 * textmodes/texinfo.el (texinfo-insert-@item): Change space
27708 constants "protected" from end of line by a comment to "?\s".
27709
27710 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
27711
27712 * font-lock.el (save-buffer-state): Use `declare'.
27713
27714 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
27715 reset the syntax-table to cperl-mode-syntax-table.
27716 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
27717 "foo_print_bar" is not matched as a reserved keyword.
27718
27719 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
27720
27721 * textmodes/org.el (orgtbl-setup): New function, for delayed
27722 setup for the orgtbl commands.
27723 (org-calc-default-modes): New option.
27724 (orgtbl-make-binding): Use `defun' to get better help display.
27725 (org-diary): Call `org-compile-prefix-format'.
27726 (org-table-formula-substitute-names): New function.
27727 (org-agenda-day-view, org-agenda-week-view): New commands.
27728 (org-agenda-toggle-week-view): Command removed.
27729 (org-tbl-menu): Split off from org-org-menu.
27730 (org-mode): Move removal of outline-mode menus to here.
27731 (org-table-formula-debug): New option.
27732 (org-table-insert-row): Keep first field if just "#" or "*".
27733 (org-mode): Paragraph regexps fixed.
27734 (org-table-recalculate-regexp): New constant.
27735 (org-table-justify-field-maybe): Avoid replace if not necessary.
27736 (org-copy-special, org-cut-special): Use `call-interactively'.
27737 (org-table-copy-region): Take region from `interactive' call.
27738 (org-trim): Return string even if no match.
27739 (org-formula): New face.
27740 (org-set-font-lock-defaults): No longer highlight "FIXME".
27741 But highlight formula-related fields in table.
27742 (org-table-p): Use regexp, not fontification.
27743 (org-table-align): Handle white space at end of line.
27744 (org-table-formula-evaluate-inline): New option.
27745 (org-mode): Auto-wrapping in comment lines turned off.
27746 (org-table-copy-down): Evaluate only in copied field, not in
27747 destination.
27748 (org-table-current-formula): Variable removed.
27749 (org-table-store-formulas, org-table-get-stored-formulas)
27750 (org-table-modify-formulas, org-table-replace-in-formulas)
27751 (org-table-maybe-eval-formula): New functions.
27752 (org-table-get-formula): Modify to use stored formulas.
27753 (org-table-insert-column, org-table-delete-column)
27754 (org-table-move-column): Call `org-table-modify-formulas'.
27755 (org-complete): Add completion for keyword formulas.
27756 (orgtbl-mode): Pull orgtbl-mode-map to start of
27757 minor-mode-map-alist.
27758
27759 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
27760
27761 * progmodes/python.el (python-check): Require `compile' before
27762 modifying its variables.
27763
27764 * newcomment.el (comment-indent-default): Don't get fooled by an early
27765 end of buffer.
27766
27767 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
27768
27769 * ps-print.el (ps-print-version): Fix version number.
27770
27771 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
27772
27773 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
27774
27775 2005-06-28 Richard M. Stallman <rms@gnu.org>
27776
27777 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
27778 (flyspell-local-mouse-map): Declaration deleted.
27779 (flyspell-mouse-map): Bind only mouse-2.
27780 (flyspell-mode-map): Don't test flyspell-use-local-map.
27781 (flyspell-overlay-keymap-property-name): Var deleted.
27782 (flyspell-mode-on): Don't make local bindings for
27783 flyspell-mouse-map and flyspell-mode-map.
27784 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
27785
27786 * textmodes/ispell.el (ispell-word): Do not ignore short words.
27787
27788 * progmodes/compile.el (compilation-next-error-function):
27789 Don't switch buffers; operate on the current buffer.
27790
27791 * progmodes/compile.el (compilation-error-file-name)
27792 (compilation-warning-file-name, compilation-info-file-name)
27793 (compilation-line-number, compilation-column-number): New faces.
27794 (compilation-error-face, compilation-warning-face)
27795 (compilation-info-face, compilation-line-face)
27796 (compilation-column-face): Use them.
27797
27798 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
27799
27800 * comint.el (comint-password-prompt-regexp): Accept ", try again".
27801
27802 * bindings.el (global-map): Bind insertchar and its variants.
27803
27804 2005-06-27 Richard M. Stallman <rms@gnu.org>
27805
27806 * textmodes/artist.el (artist-text-overwrite)
27807 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
27808
27809 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
27810
27811 * ps-print.el: It was not working the page selection for printing.
27812 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
27813 (ps-print-version): New version 6.6.7.
27814 (ps-end-sheet): New fun.
27815 (ps-header-sheet, ps-end-job): Call it.
27816
27817 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
27818
27819 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
27820
27821 2005-06-27 Lute Kamstra <lute@gnu.org>
27822
27823 * facemenu.el (facemenu-unlisted-faces): Add foreground and
27824 background color faces.
27825 (facemenu-get-face): Delete function.
27826 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
27827 (facemenu-add-new-color): Make second argument mandatory.
27828 Create the appropriate face and return it. Simplify.
27829 (facemenu-set-foreground, facemenu-set-background): Don't check if
27830 color is defined. Use return value of facemenu-add-new-color.
27831
27832 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
27833
27834 * progmodes/gud.el (gud-filter): Add missing argument to
27835 with-selected-window.
27836
27837 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
27838
27839 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
27840 a :require to the defcustom.
27841
27842 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
27843 defcustoms corresponding to minor modes.
27844
27845 2005-06-26 David Ponce <david@dponce.com>
27846
27847 * recentf.el: Require tree-widget instead of wid-edit.
27848 (recentf-filename-handler): Fix widget :type.
27849 (recentf-cancel-dialog, recentf-open-more-files)
27850 (recentf-open-files-action): Doc fix.
27851 (recentf-dialog-goto-first): New function.
27852 (recentf-dialog-mode-map): Set parent keymap first.
27853 (recentf-dialog-mode): Define with define-derived-mode.
27854 Don't display continuation lines in dialogs.
27855 (recentf-edit-list): Rename from recentf-edit-selected-items.
27856 (recentf-edit-list-select): Rename from recentf-edit-list-action.
27857 Simplify.
27858 (recentf-edit-list-validate): New function.
27859 (recentf-edit-list): Update accordingly.
27860 (recentf-open-files-item-shift): Remove.
27861 (recentf-open-files-item): Convert menu elements into tree and
27862 link widgets. Don't create the widgets.
27863 (recentf-open-files): Update accordingly.
27864 (recentf-save-list): Untabify.
27865
27866 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
27867
27868 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
27869 (keep-lines): Add INTERACTIVE arg. Never delete lines only
27870 partially contained in the active region. Do not take active
27871 region into account when called from Lisp, unless INTERACTIVE arg
27872 is non-nil. Use `forward-line' instead of `beginning-of-line' to
27873 avoid trouble with fields. Make marker point nowhere when no
27874 longer used. Always return nil. Doc fix.
27875 (flush-lines): Add INTERACTIVE arg. Do not take active region
27876 into account when called from Lisp, unless INTERACTIVE arg is
27877 non-nil. Use `forward-line' instead of `beginning-of-line' to
27878 avoid trouble with fields. Make marker point nowhere when no
27879 longer used. Always return nil. Doc fix.
27880 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
27881 interchangeable. Do not take active region into account when
27882 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
27883 message in echo area when called from Lisp, unless INTERACTIVE arg
27884 is non-nil. Avoid saying "1 occurrences". Do not use markers.
27885 Return the number of matches. Doc fix.
27886 (occur): Doc fix.
27887 (perform-replace): Make comment follow double space convention for
27888 the sake of `outline-minor-mode'.
27889
27890 * faces.el (facep): Doc fix.
27891
27892 2005-06-25 Richard M. Stallman <rms@gnu.org>
27893
27894 * facemenu.el (facemenu-enable-faces-p): New function.
27895 (facemenu-background-menu, facemenu-foreground-menu)
27896 (facemenu-face-menu): Add menu-enable property.
27897
27898 * jka-compr.el (jka-compr-insert-file-contents):
27899 Special handling if cannot find the uncompression program.
27900
27901 * cus-face.el (custom-face-attributes): Add autoload.
27902
27903 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
27904 Bind comment-indent-function locally.
27905
27906 * window.el (save-selected-window): Use save-current-buffer.
27907
27908 * subr.el (with-selected-window): Use save-current-buffer.
27909
27910 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
27911 and with-current-buffer.
27912
27913 2005-06-24 Richard M. Stallman <rms@gnu.org>
27914
27915 * simple.el (line-move-1): Fix previous change.
27916
27917 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
27918
27919 * replace.el (occur-1): Set `buffer-read-only' and the
27920 buffer-modified flag before running `occur-hook' to protect
27921 against unintentional buffer switches that can lead to data loss.
27922
27923 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
27924
27925 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
27926 (gud-gdb-marker-filter): Use font-lock-warning-face for any
27927 initial error.
27928
27929 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
27930 after fresh input.
27931 (gdb-var-create-handler): Put name of expression in quotes.
27932
27933 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
27934
27935 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
27936 elements of RING in order, and without bogus nil elements.
27937
27938 2005-06-23 Richard M. Stallman <rms@gnu.org>
27939
27940 * simple.el (set-variable): Args renamed; doc fix.
27941 (line-move-1): When there are overlays around, use vertical-motion.
27942
27943 * faces.el (escape-glyph): Use brown against light background.
27944 (nobreak-space): Rename from no-break-space.
27945 Fix previous change.
27946
27947 * dired-aux.el (dired-do-copy): Fix arg prompt.
27948
27949 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
27950
27951 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
27952
27953 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
27954 rather than "Distributor".
27955
27956 2005-06-23 Lute Kamstra <lute@gnu.org>
27957
27958 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
27959 (debug-on-entry): Use it. New interactive declaration that uses
27960 function-called-at-point.
27961
27962 2005-06-23 Kim F. Storm <storm@cua.dk>
27963
27964 * subr.el (save-match-data): Add comment about using evaporate arg
27965 to set-match-data.
27966
27967 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
27968
27969 * cus-edit.el (customize-face)
27970 (customize-face-other-window): Handle face aliases.
27971
27972 * faces.el (face-documentation, set-face-attribute)
27973 (face-spec-set): Handle face aliases.
27974
27975 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
27976
27977 * help-mode.el (help-make-xrefs): If a symbol representing a face
27978 name is not followed by the word "face", it could still be a
27979 function or variable name, so don't bypass other checks.
27980
27981 2005-06-22 Juri Linkov <juri@jurta.org>
27982
27983 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
27984 Replace aliased functions with calls where second arg `inherit' is t.
27985
27986 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
27987
27988 * progmodes/gdb-ui.el (gdb-error): New variable.
27989 (gdb-error): New function.
27990 (gdb-annotation-rules): Act on error-begin and error annotations.
27991 (gdb-concat-output): Use font-lock-warning-face for errors.
27992
27993 2005-06-22 Miles Bader <miles@gnu.org>
27994
27995 * bindings.el (propertized-buffer-identification): Use renamed
27996 `Buffer-menu-buffer' face.
27997
27998 * faces.el (vertical-border): Rename from `vertical-divider'.
27999 (escape-glyph): Change dark-background color back to `cyan'.
28000
28001 2005-06-21 Juri Linkov <juri@jurta.org>
28002
28003 * faces.el (face-user-default-spec): Try getting `customized-face'
28004 prior to `saved-face'.
28005 (frame-background-mode): Refill docstring.
28006
28007 * emacs-lisp/lisp-mode.el (eval-defun-1):
28008 * emacs-lisp/edebug.el (edebug-eval-defun):
28009 Set `saved-face' temporarily to nil before calling form.
28010 Set `customized-face' to the new spec after that.
28011
28012 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
28013
28014 * subr.el (1value, lambda, key-substitution-in-progress):
28015 Doc fixes.
28016
28017 * autoinsert.el (auto-insert-alist):
28018 * ses.el (ses-call-printer):
28019 * subr.el (noreturn):
28020 * emacs-lisp/lisp.el (check-parens):
28021 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
28022 * net/browse-url.el (browse-url-mosaic):
28023 * progmodes/cc-defs.el (c-safe-scan-lists):
28024 * progmodes/ebnf-abn.el (ebnf-abn-lex):
28025 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
28026 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
28027 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
28028 * progmodes/ebnf-iso.el (ebnf-iso-lex):
28029 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
28030
28031 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
28032
28033 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
28034
28035 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
28036
28037 * calendar/appt.el (appt-make-list): Activate the package, if
28038 not already active (for backwards compatibility).
28039
28040 2005-06-20 Kim F. Storm <storm@cua.dk>
28041
28042 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
28043
28044 2005-06-20 Miles Bader <miles@gnu.org>
28045
28046 * faces.el (vertical-divider): New face.
28047
28048 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
28049
28050 * simple.el (kill-whole-line): Doc fix.
28051 (next-error-buffer-p, next-error-find-buffer)
28052 (clone-indirect-buffer): Fix typos in docstrings.
28053 (comment-line-break-function): Doc fix: don't say variable
28054 is automatically buffer-local (it isn't).
28055
28056 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
28057
28058 * net/tramp-ftp.el (top):
28059 * net/tramp-smb.el (top):
28060 * net/tramp-util.el (top):
28061 * net/tramp-uu.el (top):
28062 * net/tramp-vc.el (top):
28063 * net/tramp.el (top): Revert copyright years back to original
28064 ones. Tramp has a life outside GNU Emacs.
28065
28066 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
28067
28068 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
28069
28070 2005-06-18 Juri Linkov <juri@jurta.org>
28071
28072 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
28073 end of first regexp to limit the match to the position between
28074 line number and source line with same separator character as used
28075 between file name and line number. In the second regexp limit
28076 mouse-face area to file name and line number by adding new group
28077 for them and referring it in HYPERLINK arg.
28078 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
28079 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
28080 previous line where grep markers may be already removed.
28081
28082 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
28083
28084 * progmodes/ps-mode.el: Update version and maintainer's email address.
28085
28086 2005-06-18 Steve Youngs <steve@xemacs.org>
28087
28088 * net/browse-url.el (browse-url-browser-function)
28089 (browse-url-default-browser): Add firefox.
28090 (browse-url-firefox-program, browse-url-firefox-arguments)
28091 (browse-url-firefox-startup-arguments)
28092 (browse-url-firefox-new-window-is-tab): New defcustoms.
28093 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
28094
28095 2005-06-17 Richard M. Stallman <rms@gnu.org>
28096
28097 * startup.el (command-line): Warn if specified user name has
28098 no home directory.
28099
28100 * term.el (term-get-old-input, term-input-filter, term-input-sender)
28101 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
28102
28103 * longlines.el (longlines-mode, longlines-show-hard-newlines):
28104 Doc fixes.
28105
28106 * faces.el (underline): Try bold if terminal doesn't support underline.
28107
28108 * mail/sendmail.el (mail-setup-with-from): New variable.
28109 (mail-insert-from-field): New function.
28110 (sendmail-send-it): Call it.
28111 (mail-setup): Optionally call it here.
28112
28113 * term/linux.el: Call tty-no-underline.
28114
28115 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
28116
28117 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
28118
28119 2005-06-17 Miles Bader <miles@gnu.org>
28120
28121 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
28122 (ediff-current-diff-C, ediff-current-diff-Ancestor)
28123 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
28124 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
28125 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
28126 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
28127 Remove "-face" suffix from face names.
28128 (ediff-current-diff-face-A, ediff-current-diff-face-B)
28129 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
28130 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
28131 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
28132 (ediff-even-diff-face-A, ediff-even-diff-face-B)
28133 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
28134 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
28135 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
28136 New backward-compatibility aliases for renamed faces.
28137 (ediff-current-diff-face-A, ediff-current-diff-face-B)
28138 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
28139 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
28140 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
28141 (ediff-even-diff-face-A, ediff-even-diff-face-B)
28142 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
28143 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
28144 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
28145 Use renamed ediff faces.
28146
28147 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
28148 Remove "-face" suffix from face names.
28149 (eshell-test-ok-face, eshell-test-failed-face):
28150 New backward-compatibility aliases for renamed faces.
28151 (eshell-run-test): Use renamed eshell-test faces.
28152
28153 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
28154 face name.
28155 (eshell-prompt-face): New backward-compatibility alias for renamed
28156 face.
28157 (eshell-emit-prompt): Use renamed eshell-prompt face.
28158
28159 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
28160 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
28161 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
28162 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
28163 Remove "-face" suffix from face names.
28164 (eshell-ls-directory-face, eshell-ls-symlink-face)
28165 (eshell-ls-executable-face, eshell-ls-readonly-face)
28166 (eshell-ls-unreadable-face, eshell-ls-special-face)
28167 (eshell-ls-missing-face, eshell-ls-archive-face)
28168 (eshell-ls-backup-face, eshell-ls-product-face)
28169 (eshell-ls-clutter-face):
28170 New backward-compatibility aliases for renamed faces.
28171 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
28172
28173 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
28174 Remove "-face" suffix from face name.
28175 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
28176 instead of literal face.
28177
28178 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
28179
28180 * emacs-lisp/warnings.el (display-warning, lwarn)
28181 (warning-minimum-log-level): Doc fixes.
28182 (warning-minimum-level, warning-minimum-log-level):
28183 Add :debug to :type choices.
28184
28185 * progmodes/ada-mode.el (ada-format-paramlist)
28186 (ada-get-indent-case, ada-check-matching-start)
28187 (ada-check-defun-name, ada-goto-matching-decl-start)
28188 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
28189 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
28190 (ada-make-subprogram-body): Follow error conventions.
28191 (ada-case-exception-file, ada-indent-comment-as-code)
28192 (ada-indent-handle-comment-special, ada-indent-renames)
28193 (ada-indent-return, ada-search-directories-internal)
28194 (ada-tab-policy, ada-case-exception-substring)
28195 (ada-other-file-alist, ada-matching-start-re)
28196 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
28197 (ada-imenu-generic-expression, ada-compile-goto-error)
28198 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
28199 (ada-popup-menu, ada-add-extensions, ada-mode)
28200 (ada-region-selected, ada-create-case-exception)
28201 (ada-create-case-exception-substring, ada-after-keyword-p)
28202 (ada-activate-keys-for-case, ada-adjust-case-region)
28203 (ada-adjust-case-buffer, ada-format-paramlist)
28204 (ada-scan-paramlist, ada-insert-paramlist)
28205 (ada-indent-newline-indent)
28206 (ada-indent-newline-indent-conditional)
28207 (ada-justified-indent-current, ada-goto-previous-word)
28208 (ada-indent-current, ada-get-indent-open-paren)
28209 (ada-get-indent-paramlist, ada-get-indent-end)
28210 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
28211 (ada-get-indent-block-start, ada-get-indent-subprog)
28212 (ada-get-indent-noindent, ada-get-indent-label)
28213 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
28214 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
28215 (ada-goto-stmt-end, ada-goto-next-word)
28216 (ada-check-matching-start, ada-check-defun-name)
28217 (ada-goto-matching-decl-start, ada-goto-matching-start)
28218 (ada-goto-matching-end, ada-search-ignore-string-comment)
28219 (ada-in-decl-p, ada-looking-at-semi-or)
28220 (ada-looking-at-semi-private, ada-in-paramlist-p)
28221 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
28222 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
28223 (ada-next-procedure, ada-previous-procedure, ada-next-package)
28224 (ada-previous-package, ada-create-menu)
28225 (ada-fill-comment-paragraph-justify)
28226 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
28227 (ada-other-file-name, ada-last-which-function-line)
28228 (ada-last-which-function-subprog, ada-which-function)
28229 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
28230 (ada-gen-treat-proc, ada-check-emacs-version)
28231 (ada-continuation-indent, ada-align-region-separate):
28232 Fix typos in docstrings.
28233 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
28234
28235 2005-06-16 Lute Kamstra <lute@gnu.org>
28236
28237 * simple.el (fundamental-mode): Run after-change-major-mode-hook
28238 conditionally.
28239
28240 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
28241
28242 * comint.el (comint-replace-by-expanded-filename)
28243 (comint-prompt-regexp, comint-delimiter-argument-list)
28244 (comint-preinput-scroll-to-bottom):
28245 * info.el (Info-hide-cookies-node):
28246 * ls-lisp.el (ls-lisp-classify):
28247 * find-file.el (ff-search-directories, ff-special-constructs)
28248 (ff-find-other-file):
28249 * font-lock.el (font-lock-keywords):
28250 * shell.el (shell-prompt-pattern)
28251 (shell-dynamic-complete-functions, shell-mode)
28252 (shell-delimiter-argument-list):
28253 * term.el (term-replace-by-expanded-filename)
28254 (term-prompt-regexp, term-delimiter-argument-list):
28255 * woman.el (woman-ignore, woman0-if):
28256 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
28257 * emacs-lisp/elint.el (elint-init-env):
28258 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
28259 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
28260 * language/ethio-util.el (ethio-tilde-escape)
28261 (ethio-use-three-dot-question):
28262 * net/zone-mode.el (zone-mode-load-time-setup):
28263 * progmodes/cc-align.el (c-lineup-argcont):
28264 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
28265 * progmodes/cperl-mode.el (cperl-set-style-back):
28266 * progmodes/inf-lisp.el (inferior-lisp-prompt):
28267 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
28268 Fix spellings in docstrings.
28269
28270 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
28271 * progmodes/modula2.el (m2-for): Fix spellings.
28272
28273 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
28274
28275 * simple.el (undo-more): Don't use `format' on `error' arguments.
28276 Improve argument/docstring consistency.
28277 (pending-undo-list): Doc fix.
28278
28279 * smerge-mode.el (smerge-ensure-match):
28280 * emulation/vip.el (vip-ex):
28281 * net/zone-mode.el (zone-mode-update-serial):
28282 * progmodes/idlwave.el (idlwave-complete):
28283 * progmodes/vhdl-mode.el (vhdl-visit-file)
28284 (vhdl-compose-wire-components):
28285 Don't use `format' on `error' arguments.
28286
28287 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
28288 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
28289 (tooltip-help-tips): Fix typos in docstrings.
28290
28291 2005-06-16 David Ponce <david@dponce.com>
28292
28293 * tree-widget.el (tree-widget-value-create): Simplify last change.
28294
28295 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
28296
28297 * ido.el (ido-incomplete-regexp): New variable.
28298 (ido-set-matches-1): Handle invalid-regexp error and set
28299 ido-incomplete-regexp.
28300 (ido-incomplete-regexp): New face.
28301 (ido-completions): Use it.
28302 (ido-complete, ido-exit-minibuffer, ido-completions):
28303 Handle incomplete regexps.
28304 (ido-completions): Add check for complete match when entering a regexp.
28305
28306 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
28307
28308 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
28309
28310 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
28311
28312 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
28313 by field delimiters.
28314
28315 2005-06-15 David Ponce <david@dponce.com>
28316
28317 * tree-widget.el: eval-and-compile inlined functions so they will
28318 be available at run-time too.
28319 (tree-widget-super-format-handler)
28320 (tree-widget-format-handler): Remove.
28321 (tree-widget-value-create): Handle the :indent property.
28322
28323 2005-06-15 Miles Bader <miles@gnu.org>
28324
28325 * progmodes/which-func.el (which-func): Only inherit
28326 `font-lock-function-name-face' when that makes sense against the
28327 default mode-line face, otherwise set the face color explicitly.
28328
28329 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
28330 faces instead of (non-existent) variables.
28331
28332 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
28333
28334 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
28335 (iswitchb-get-matched-buffers): Likewise. Simplify.
28336
28337 2005-06-14 Miles Bader <miles@gnu.org>
28338
28339 * progmodes/ld-script.el (ld-script-location-counter):
28340 Remove "-face" suffix from face name.
28341 (ld-script-location-counter-face):
28342 New backward-compatibility alias for renamed face.
28343 (ld-script-location-counter-face): Use renamed face.
28344
28345 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
28346 (cperl-hash): Remove "-face" suffix from face names.
28347 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
28348 New backward-compatibility aliases for renamed faces.
28349 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
28350 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
28351
28352 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
28353 name.
28354 (which-func-face): New backward-compatibility alias for renamed face.
28355 (which-func-format): Use renamed which-func face.
28356
28357 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
28358 (vhdl-function, vhdl-directive, vhdl-reserved-word)
28359 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
28360 names.
28361 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
28362 (vhdl-speedbar-configuration, vhdl-speedbar-package)
28363 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
28364 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
28365 (vhdl-speedbar-architecture-selected)
28366 (vhdl-speedbar-configuration-selected)
28367 (vhdl-speedbar-package-selected)
28368 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
28369 names.
28370 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
28371 Use renamed faces.
28372 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
28373 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
28374 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
28375 Use renamed faces.
28376 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
28377 names.
28378 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
28379 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
28380 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
28381 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
28382 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
28383 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
28384
28385 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
28386 face name.
28387 (sh-heredoc-face): New backward-compatibility alias for renamed face.
28388 (sh-heredoc-face): Use renamed sh-heredoc face.
28389
28390 * progmodes/idlw-help.el (idlwave-help-link):
28391 Remove "-face" suffix from face name.
28392 (idlwave-help-link-face):
28393 New backward-compatibility alias for renamed face.
28394 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
28395
28396 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
28397 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
28398 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
28399 New backward-compatibility aliases for renamed faces.
28400 (idlwave-shell-disabled-breakpoint-face)
28401 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
28402
28403 * progmodes/flymake.el (flymake-errline, flymake-warnline):
28404 Remove "-face" suffix from face names.
28405 (flymake-errline-face, flymake-warnline-face):
28406 New backward-compatibility aliases for renamed faces.
28407 (flymake-highlight-line): Use renamed flymake faces.
28408
28409 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
28410 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
28411 (ebrowse-member-class, ebrowse-progress):
28412 Remove "-face" suffix from face names.
28413 (ebrowse-tree-mark-face, ebrowse-root-class-face)
28414 (ebrowse-file-name-face, ebrowse-default-face)
28415 (ebrowse-member-attribute-face, ebrowse-member-class-face)
28416 (ebrowse-progress-face):
28417 New backward-compatibility aliases for renamed faces.
28418 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
28419 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
28420 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
28421 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
28422
28423 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
28424 antlr-syntax)
28425 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
28426 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
28427 names.
28428 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
28429 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
28430 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
28431 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
28432 backward-compatibility aliases for renamed faces.
28433 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
28434 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
28435 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
28436 remove "font-lock-". Use renamed antlr-mode faces.
28437 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
28438 literal face-names with face variable references.
28439
28440 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
28441 face name.
28442 (Buffer-menu-buffer-face): New backward-compatibility alias for
28443 renamed face.
28444 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
28445
28446 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
28447
28448 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
28449 Eliminate "-face" suffix.
28450 (makefile-targets): Inherit from font-lock-function-name-face and
28451 eliminate "-face" suffix.
28452 (makefile-shell): Remove attributes and eliminate "-face" suffix.
28453 (makefile-*-font-lock-keywords): Append makefile-targets in rule
28454 actions, instead of prepending, to make it less visible.
28455 (makefile-previous-dependency, makefile-match-dependency):
28456 Don't match a target on a continuation line.
28457
28458 * files.el (auto-mode-alist): Put Makefile in gmake mode.
28459
28460 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
28461
28462 * progmodes/gdb-ui.el (menu): Re-order menu items.
28463 (gdb-tooltip-print): Respect tooltip-use-echo-area.
28464
28465 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
28466 Define in tooltip.el.
28467 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
28468 (gud-tooltip-tips): Respect tooltip-use-echo-area and
28469 gud-tooltip-echo-area.
28470
28471 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
28472 backward compatibility and make obsolete.
28473 (tooltip-help-tips): Use tooltip-use-echo-area.
28474 (tooltip-show-help-function): Rename to...
28475 (tooltip-show-help): ...this, because it is a function.
28476 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
28477
28478 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
28479
28480 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
28481 (edebug-print-length, edebug-print-level, edebug-print-circle)
28482 (edebug-modify-breakpoint, edebug-eval-last-sexp)
28483 (edebug-eval-print-last-sexp): Doc fixes.
28484
28485 2005-06-14 Kim F. Storm <storm@cua.dk>
28486
28487 * ido.el (ido-mode): Make a new keymap every time we enable ido,
28488 as the coverage buffer/file/both may change.
28489
28490 2005-06-14 Lute Kamstra <lute@gnu.org>
28491
28492 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
28493 and run-mode-hooks. Simplify.
28494
28495 * mail/rmailedit.el (rmail-edit-mode):
28496 * progmodes/octave-inf.el (inferior-octave-mode):
28497 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
28498
28499 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
28500 and run-mode-hooks.
28501 (recentf-edit-list, recentf-open-files): Don't call
28502 kill-all-local-variables directly.
28503
28504 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
28505
28506 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
28507
28508 * emacs-lisp/byte-run.el (make-obsolete)
28509 (define-obsolete-function-alias): Rename arguments FUNCTION and
28510 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
28511 (make-obsolete-variable, define-obsolete-variable-alias):
28512 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
28513 respectively.
28514
28515 * isearchb.el (isearchb-activate):
28516 * pcvs.el (cvs-mode):
28517 * ses.el (ses-load):
28518 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
28519 * net/tramp.el (tramp-find-file-exists-command)
28520 (tramp-find-shell):
28521 * progmodes/ada-mode.el (ada-create-case-exception)
28522 (ada-create-case-exception-substring, ada-make-subprogram-body):
28523 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
28524 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
28525 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
28526 * textmodes/org.el (org-promote, org-evaluate-time-range)
28527 (org-agenda-next-date-line, org-agenda-previous-date-line)
28528 (org-agenda-error, org-open-at-point, org-table-move-row)
28529 (org-format-table-table-html-using-table-generate-source)
28530 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
28531 * textmodes/reftex.el (reftex-access-scan-info):
28532 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
28533 (reftex-toc-promote-prepare): Follow error conventions.
28534
28535 * diff-mode.el (diff-mode): Fix typo in docstring.
28536
28537 * forms.el (forms--intuit-from-file): Fix reference to
28538 `forms-number-of-fields' in error message.
28539 (forms-print): Fix quoting in error message.
28540
28541 * forms.el (forms-mode):
28542 * emulation/vi.el (vi-goto-insert-state):
28543 * progmodes/flymake.el (flymake-new-err-info)
28544 (flymake-start-syntax-check-for-current-buffer)
28545 (flymake-simple-cleanup):
28546 * eshell/esh-var.el (eshell/export):
28547 * progmodes/gud.el (xdb):
28548 * textmodes/flyspell.el (flyspell-incorrect-hook)
28549 (flyspell-maybe-correct-transposition)
28550 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
28551
28552 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
28553
28554 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
28555 minibuffer prompt.
28556
28557 2005-06-13 Kim F. Storm <storm@cua.dk>
28558
28559 * subr.el (add-to-ordered-list): New defun.
28560
28561 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
28562 add cua--keymap-alist to emulation-mode-map-alists.
28563
28564 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
28565
28566 * subr.el (complete-in-turn): New macro.
28567 (dynamic-completion-table, lazy-completion-table): Add debug info.
28568
28569 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
28570 in preference to face aliases.
28571
28572 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
28573 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
28574 Remove unused vars `start' and `firstline'.
28575 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
28576 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
28577
28578 2005-06-13 Eli Zaretskii <eliz@gnu.org>
28579
28580 * cus-start.el (all): Don't complain about missing GTK-related
28581 variables, unless either `gtk' is boundp or this isn't a
28582 `windows-nt' build.
28583
28584 2005-06-13 Lute Kamstra <lute@gnu.org>
28585
28586 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
28587 run-mode-hooks.
28588
28589 * ediff-mult.el (ediff-meta-mode):
28590 * ediff-util.el (ediff-mode): Use run-mode-hooks.
28591
28592 * ledit.el (ledit-mode): Use delay-mode-hooks.
28593
28594 * woman.el (woman-mode-line-format): Delete constant.
28595 (woman-mode-map): Initialize it properly.
28596 (woman-mode): Set mode-class property to special.
28597 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
28598 Set major-mode and mode-name. Don't set mode-line-format directly.
28599 (Man-getpage-in-background): Don't reference woman-mode-line-format.
28600
28601 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
28602 string argument obsolete.
28603
28604 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
28605
28606 * textmodes/org.el (org-CUA-compatible): New option.
28607 (org-disputed-keys): New variable.
28608 (org-key): New function.
28609 (orgtbl-make-binding): Add docstring to the created function.
28610 (org-mode): Set paragraph start/separate regexps.
28611 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
28612 (org-archive-location, org-archive-mark-done)
28613 (org-archive-stamp-time): New options.
28614 (org-archive-subtree): New command.
28615 (org-fill-paragraph): New function.
28616 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
28617 (org-fake-empty-table-line): Function removed.
28618 (org-format-org-table-html): Do not create empty table lines at
28619 separator lines. Improved table header treatment.
28620 (org-link-format): New option.
28621 (org-make-link): New function.
28622 (org-insert-link, org-store-link): Use org-make-link.
28623 (org-open-file): Quote file name for shell command, to allow
28624 spaces in file names.
28625 (org-link-regexp): Fix bug with mailto link.
28626 (org-link-maybe-angles-regexp, org-protected-link-regexp):
28627 New constants.
28628 (org-export-as-html): Deal with the optional angles around a link.
28629 Better treatment of file: links.
28630 (org-open-at-point): Replace @{ and @} with < and >.
28631 (org-run-mode-hooks): Function removed.
28632 (org-agenda-mode): No longer use `org-run-mode-hooks'.
28633
28634 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
28635
28636 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
28637 MI command -data-list-register-values.
28638 (gdb-post-prompt): Indent properly.
28639
28640 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
28641
28642 * hilit-chg.el (highlight-changes-colors): Rename from
28643 `highlight-changes-colours'.
28644 (highlight-changes-colours): Keep as obsolete alias.
28645 (highlight-changes-face-list): Doc fix.
28646 (hilit-chg-make-list): Use `highlight-changes-colors'.
28647
28648 2005-06-12 Mark A. Hershberger <mah@everybody.org>
28649
28650 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
28651 defun-prompt-regexp.
28652
28653 2005-06-12 Eli Zaretskii <eliz@gnu.org>
28654
28655 * loadup.el: Don't say we are dumping under 2 names on windows-nt
28656 and cygwin.
28657
28658 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
28659 Don't use an old loaddefs.el, as in Makefile.in.
28660
28661 2005-06-12 Lute Kamstra <lute@gnu.org>
28662
28663 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
28664
28665 * man.el (Man-mode-map): Initialize it properly.
28666 (Man-mode): Set mode-class property to special.
28667
28668 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
28669
28670 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
28671
28672 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
28673 A newline is needed in the docstring there.
28674
28675 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
28676 Doc fixes.
28677
28678 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
28679
28680 * printing.el: Doc fix. The menubar is no more changed when printing
28681 is loaded, it only changes when pr-menu-bind or pr-update-menus is
28682 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
28683 (pr-version): New version number (6.8.4).
28684 (pr-menu-bind): New command.
28685 (pr-update-menus): Docstring and code fix.
28686 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
28687 Docstring fix.
28688 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
28689 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
28690
28691 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
28692
28693 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
28694 "Returns" to "return", document useful return values, etc.
28695
28696 2005-06-11 Alan Mackenzie <acm@muc.de>
28697
28698 * textmodes/fill.el (fill-context-prefix): Try `adaptive-fill-function'
28699 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
28700 (adaptive-file-function): Minor amendment to doc-string.
28701
28702 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
28703
28704 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
28705 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
28706 Fix :type--it is `integer', not `string'.
28707
28708 * faces.el (modeline-highlight): Rename from (the erroneous)
28709 `modeline-higilight'.
28710
28711 2005-06-11 Lute Kamstra <lute@gnu.org>
28712
28713 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
28714 lisp-interaction-mode-map but make it the parent.
28715 (edebug-eval-mode): Use define-derived-mode.
28716
28717 2005-06-11 Andreas Schwab <schwab@suse.de>
28718
28719 * bindings.el: Add binding of `ESC functionkey' for every
28720 `M-functionkey'.
28721 * hexl.el (hexl-mode-map): Likewise.
28722
28723 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
28724
28725 * progmodes/compile.el (compilation-error-regexp-alist-alist)
28726 [msft]: update regexp for newer msft compilers.
28727
28728 2005-06-10 Mark A. Hershberger <mah@everybody.org>
28729
28730 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
28731 ATTLIST portions of included DTDs.
28732 (xml-parse-dtd): Eliminate use of inefficient match-data.
28733
28734 2005-06-10 Miles Bader <miles@gnu.org>
28735
28736 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
28737 (mpuz-text): Remove "-face" suffix from face names.
28738 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
28739 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
28740 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
28741
28742 * play/gomoku.el (gomoku-O, gomoku-X):
28743 Remove "-face" suffix from face names.
28744 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
28745 New backward-compatibility aliases for renamed faces.
28746 (gomoku-font-lock-keywords): Use renamed gomoku faces.
28747
28748 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
28749
28750 * thumbs.el: Fixes for changes of 2005-06-09.
28751 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
28752 as a directory.
28753 (thumbs-thumbname): Remove directory separator from format string;
28754 `thumbs-thumbsdir' now returns a valid directory name.
28755 (thumbs-temp-dir): New defsubst.
28756 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
28757 Use it.
28758
28759 * cus-edit.el (minibuffer):
28760 * files.el (make-backup-file-name-function):
28761 * filesets.el (filesets-external-viewers):
28762 * hilit-chg.el (highlight-changes-colours)
28763 (highlight-changes-face-list, highlight-changes-rotate-faces):
28764 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
28765 * kmacro.el (kmacro-call-macro):
28766 * log-edit.el (log-edit-changelog-full-paragraphs):
28767 * mouse.el (mouse-1-click-follows-link):
28768 * skeleton.el (skeleton-autowrap):
28769 * subr.el (insert-for-yank-1):
28770 * tempo.el (tempo-insert-region):
28771 * terminal.el (terminal-emulator):
28772 * time.el (display-time-mail-face):
28773 * vc.el (vc-annotate):
28774 * vcursor.el (vcursor-copy-line):
28775 * woman.el (woman-bold-headings, woman-ignore)
28776 (woman-default-faces, woman-monochrome-faces):
28777 * calendar/todo-mode.el (todo-insert-threshold):
28778 * emulation/pc-select.el (pc-select-selection-keys-only)
28779 (pc-selection-mode):
28780 * emulation/vip.el (vip-find-char-forward):
28781 * emulation/viper-cmd.el (viper-find-char-forward):
28782 * international/mule-cmds.el
28783 (select-safe-coding-system-accept-default-p)
28784 (input-method-exit-on-invalid-key):
28785 * international/mule-diag.el (describe-coding-system):
28786 * international/ucs-tables.el (unify-8859-on-encoding-mode):
28787 * net/browse-url.el (browse-url-xterm-program):
28788 * obsolete/lazy-lock.el (lazy-lock-mode):
28789 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
28790 (cperl-mode):
28791 * progmodes/cpp.el (cpp-face-light-name-list)
28792 (cpp-face-dark-name-list):
28793 * progmodes/delphi.el (delphi-newline-always-indents):
28794 Fix spellings in docstrings.
28795
28796 * ido.el (ido-mode, ido-file-extensions-order)
28797 (ido-default-file-method, ido-default-buffer-method)
28798 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
28799 (ido-decorations, ido-read-file-name-as-directory-commands)
28800 (ido-read-file-name-non-ido, ido-work-directory-list)
28801 (ido-ignore-item-temp-list, ido-current-directory)
28802 (ido-magic-forward-char, ido-enter-find-file)
28803 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
28804 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
28805
28806 2005-06-10 Lute Kamstra <lute@gnu.org>
28807
28808 * play/dunnet.el (dun-mode): Use define-derived-mode.
28809 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
28810 obsolete alias.
28811
28812 * play/doctor.el (doctor-mode-map): Remove defvar.
28813 (doctor-mode): Use define-derived-mode.
28814
28815 * mail/mspools.el (mspools-mode):
28816 * net/eudc-hotlist.el (eudc-hotlist-mode):
28817 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
28818
28819 2005-06-10 Miles Bader <miles@gnu.org>
28820
28821 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
28822 Remove "-face" suffix from face names.
28823 (flyspell-incorrect-face, flyspell-duplicate-face):
28824 New backward-compatibility aliases for renamed faces.
28825 (flyspell-mode-on, make-flyspell-overlay)
28826 (flyspell-highlight-incorrect-region)
28827 (flyspell-highlight-duplicate-region)
28828 (flyspell-display-next-corrections)
28829 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
28830
28831 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
28832 from face name.
28833 (texinfo-heading-face): New backward-compatibility alias for
28834 renamed face.
28835 (texinfo-heading-face): Use renamed texinfo-heading face.
28836
28837 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
28838 suffix from face names.
28839 (tex-math-face, tex-verbatim-face):
28840 New backward-compatibility aliases for renamed faces.
28841 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
28842 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
28843 literal face name.
28844
28845 * textmodes/table.el (table-cell): Remove "-face" suffix from face
28846 name.
28847 (table-cell-face): New backward-compatibility alias for renamed face.
28848 (table--put-cell-face-property, table--update-cell-face):
28849 Use renamed table-cell face.
28850
28851 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
28852 from face name.
28853 (sgml-namespace-face): New backward-compatibility alias for
28854 renamed face.
28855 (sgml-namespace-face): Use renamed sgml-namespace face.
28856
28857 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
28858 (org-level-4, org-level-5, org-level-6, org-level-7)
28859 (org-level-8, org-warning, org-headline-done)
28860 (org-deadline-announce, org-scheduled-today)
28861 (org-scheduled-previously, org-link, org-done, org-table)
28862 (org-time-grid): Remove "-face" suffix from face names.
28863 (org-level-1-face, org-level-2-face, org-level-3-face)
28864 (org-level-4-face, org-level-5-face, org-level-6-face)
28865 (org-level-7-face, org-level-8-face, org-warning-face)
28866 (org-headline-done-face, org-deadline-announce-face)
28867 (org-scheduled-today-face, org-scheduled-previously-face)
28868 (org-link-face, org-done-face, org-table-face)
28869 (org-time-grid-face):
28870 New backward-compatibility aliases for renamed faces.
28871 (org-level-faces, org-set-font-lock-defaults, org-timeline)
28872 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
28873 (org-agenda-get-timestamps, org-agenda-get-scheduled)
28874 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
28875
28876 * emulation/viper-init.el (viper-search, viper-replace-overlay)
28877 (viper-minibuffer-emacs, viper-minibuffer-insert)
28878 (viper-minibuffer-vi): Remove "-face" suffix from face names.
28879 (viper-search-face, viper-replace-overlay-face)
28880 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
28881 (viper-minibuffer-vi-face):
28882 New backward-compatibility aliases for renamed faces.
28883 (viper-search-face, viper-replace-overlay-face)
28884 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
28885 (viper-minibuffer-vi-face): Use renamed viper faces.
28886
28887 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
28888 Remove "-face" suffix from face names.
28889 (testcover-nohits-face, testcover-1value-face):
28890 New backward-compatibility aliases for renamed faces.
28891 (testcover-mark): Use renamed testcover faces.
28892
28893 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
28894 face name.
28895 (diary-button-face): New backward-compatibility alias for renamed face.
28896 (diary-entry): Use renamed diary-button face.
28897
28898 * calendar/calendar.el (diary, calendar-today, holiday)
28899 (mark-visible-calendar-date): Remove "-face" suffix from face names.
28900 (diary-face, calendar-today-face, holiday-face):
28901 New backward-compatibility aliases for renamed faces.
28902 (eval-after-load "facemenu", diary-entry-marker)
28903 (calendar-today-marker, calendar-holiday-marker, diary-face):
28904 Use renamed calendar faces.
28905
28906 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
28907 (compare-windows-face): New backward-compatibility alias for
28908 renamed face.
28909 (compare-windows-highlight): Use renamed compare-windows face.
28910
28911 * strokes.el (strokes-char): Remove "-face" suffix from face name.
28912 (strokes-char-face): New backward-compatibility alias for renamed face.
28913 (strokes-encode-buffer): Use renamed strokes-char face.
28914
28915 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
28916 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
28917 Remove "-face" suffix from face names.
28918 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
28919 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
28920 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
28921 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
28922 Use renamed pcvs faces.
28923 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
28924 * pcvs-defs.el (cvs-mode-map): Likewise.
28925 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
28926
28927 * info.el (info-title-1, info-title-2, info-title-3)
28928 (info-title-4): Remove "-face" suffix from and downcase face names.
28929 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
28930 (Info-title-4-face):
28931 New backward-compatibility aliases for renamed faces.
28932 (Info-fontify-node): Use renamed info faces.
28933
28934 * hilit-chg.el (highlight-changes, highlight-changes-delete):
28935 Remove "-face" suffix from face names.
28936 (highlight-changes-face, highlight-changes-delete-face):
28937 New backward-compatibility aliases for renamed faces.
28938 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
28939 (hilit-chg-make-list): Use renamed highlight-changes faces.
28940
28941 * generic-x.el (show-tabs-tab, show-tabs-space):
28942 Remove "-face" suffix from face names.
28943 (show-tabs-tab-face, show-tabs-space-face):
28944 New backward-compatibility aliases for renamed faces.
28945 (show-tabs-generic-mode-font-lock-defaults-1)
28946 (show-tabs-generic-mode-font-lock-defaults-2):
28947 Use renamed show-tabs faces.
28948
28949 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
28950 (smerge-markers): Remove "-face" suffix from face names.
28951 (smerge-mine-face, smerge-other-face, smerge-base-face)
28952 (smerge-markers-face):
28953 New backward-compatibility aliases for renamed faces.
28954 (smerge-mine-face, smerge-other-face, smerge-base-face)
28955 (smerge-markers-face): Use renamed smerge faces.
28956
28957 * log-view.el (log-view-file, log-view-message): Remove "-face"
28958 suffix from face names.
28959 (log-view-file-face, log-view-message-face):
28960 New backward-compatibility aliases for renamed faces.
28961 (log-view-file-face, log-view-message-face): Use renamed log-view
28962 faces.
28963
28964 * paren.el (show-paren-match, show-paren-mismatch):
28965 Remove "-face" suffix from face names.
28966 (show-paren-match-face, show-paren-mismatch-face):
28967 New backward-compatibility aliases for renamed faces.
28968 (show-paren-function): Use renamed show-paren faces.
28969
28970 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
28971 (ruler-mode-margins, ruler-mode-fringes)
28972 (ruler-mode-column-number, ruler-mode-fill-column)
28973 (ruler-mode-comment-column, ruler-mode-goal-column)
28974 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
28975 suffix from face names.
28976 (ruler-mode-default-face, ruler-mode-pad-face)
28977 (ruler-mode-margins-face, ruler-mode-fringes-face)
28978 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
28979 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
28980 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
28981 New backward-compatibility aliases for renamed faces.
28982 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
28983 (ruler-mode-column-number, ruler-mode-fill-column)
28984 (ruler-mode-comment-column, ruler-mode-goal-column)
28985 (ruler-mode-tab-stop, ruler-mode-current-column)
28986 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
28987 faces.
28988
28989 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
28990 face name.
28991 (whitespace-highlight-the-space): Use renamed face.
28992 (whitespace-highlight-face): New backward-compatibility alias for
28993 renamed face.
28994
28995 * woman.el (woman-italic, woman-bold, woman-unknown)
28996 (woman-addition, woman-symbol-face):
28997 Remove "-face" suffix from face names.
28998 (woman-italic-face, woman-bold-face, woman-unknown-face)
28999 (woman-addition-face):
29000 New backward-compatibility aliases for renamed faces.
29001 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
29002 (woman-decode-region, woman-replace-match)
29003 (woman-display-extended-fonts, woman-special-characters)
29004 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
29005 Use renamed woman faces.
29006
29007 * longlines.el (longlines-visible-face): Face removed.
29008
29009 * diff-mode.el (diff-header, diff-file-header, diff-index)
29010 (diff-hunk-header, diff-removed, diff-added, diff-changed)
29011 (diff-function, diff-context, diff-nonexistent): Remove "-face"
29012 suffix from face names.
29013 (diff-header-face, diff-file-header-face, diff-index-face)
29014 (diff-hunk-header-face, diff-removed-face, diff-added-face)
29015 (diff-changed-face, diff-function-face, diff-context-face)
29016 (diff-nonexistent-face): New backward-compatibility aliases for
29017 renamed faces.
29018 (diff-header-face, diff-file-header-face)
29019 (diff-index, diff-index-face, diff-hunk-header)
29020 (diff-hunk-header-face, diff-removed, diff-removed-face)
29021 (diff-added, diff-added-face, diff-changed-face, diff-function)
29022 (diff-function-face, diff-context-face, diff-nonexistent)
29023 (diff-nonexistent-face): Use renamed diff-mode faces.
29024
29025 * progmodes/compile.el (compilation-warning-face)
29026 (compilation-info-face): Remove "-face" suffix from face names.
29027 (compilation-warning-face, compilation-info-face):
29028 New backward-compatibility aliases for renamed faces.
29029 (compilation-warning-face, compilation-info-face):
29030 Use renamed compilation faces.
29031
29032 * add-log.el (change-log-date, change-log-name)
29033 (change-log-email, change-log-file, change-log-list)
29034 (change-log-conditionals, change-log-function)
29035 (change-log-acknowledgement): Remove "-face" suffix from face names.
29036 (change-log-date-face, change-log-name-face)
29037 (change-log-email-face, change-log-file-face)
29038 (change-log-list-face, change-log-conditionals-face)
29039 (change-log-function-face, change-log-acknowledgement-face):
29040 New backward-compatibility aliases for renamed faces.
29041 (change-log-font-lock-keywords): Use renamed change-log faces.
29042
29043 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
29044 (custom-set, custom-changed, custom-saved, custom-button)
29045 (custom-button-pressed, custom-documentation, custom-state)
29046 (custom-comment, custom-comment-tag, custom-variable-tag)
29047 (custom-variable-button, custom-face-tag, custom-group-tag-1)
29048 (custom-group-tag): Remove "-face" suffix from face names.
29049 (custom-magic-alist, custom-magic-value-create)
29050 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
29051 (custom-invalid-face, custom-rogue-face, custom-modified-face)
29052 (custom-set-face, custom-changed-face, custom-saved-face)
29053 (custom-button-face, custom-button-pressed-face)
29054 (custom-documentation-face, custom-state-face)
29055 (custom-comment-face, custom-comment-tag-face)
29056 (custom-variable-tag-face, custom-variable-button-face)
29057 (custom-face-tag-face, custom-group-tag-face-1)
29058 (custom-group-tag-face):
29059 New backward-compatibility aliases for renamed faces.
29060
29061 * wid-edit.el (widget-documentation, widget-button)
29062 (widget-field, widget-single-line-field, widget-inactive)
29063 (widget-button-pressed): "-face" suffix removed from face names.
29064 (widget-documentation-face, widget-button-face)
29065 (widget-field-face, widget-single-line-field-face)
29066 (widget-inactive-face, widget-button-pressed-face):
29067 New backward-compatibility aliases for renamed faces.
29068 (widget-documentation-face, widget-button-face)
29069 (widget-button-pressed-face, widget-specify-field)
29070 (widget-specify-inactive): Use renamed widget faces.
29071
29072 2005-06-10 Kenichi Handa <handa@m17n.org>
29073
29074 * term/x-win.el (x-clipboard-yank): Remove condition-case
29075 wrapping.
29076
29077 2005-06-11 Kenichi Handa <handa@m17n.org>
29078
29079 * add-log.el (change-log-font-lock-keywords): Make the regexp for
29080 date lines stricter.
29081
29082 2005-06-10 Zhang Wei <id.brep@gmail.com>
29083
29084 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
29085 of x-get-selection.
29086
29087 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
29088
29089 * comint.el (comint-mode, comint-snapshot-last-prompt):
29090 * frame.el (frame-current-scroll-bars):
29091 * term.el (term-mode, term-check-proc, term-input-sender)
29092 (term-simple-send, term-extract-string, term-word)
29093 (term-match-partial-filename):
29094 * window.el (window-current-scroll-bars):
29095 * emulation/cua-base.el (cua-normal-cursor-color)
29096 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
29097 (cua-global-mark-cursor-color):
29098 * mail/undigest.el (rmail-forward-separator-regex):
29099 Fix typos in docstrings.
29100
29101 * comint.el (comint-check-proc, make-comint-in-buffer)
29102 (comint-source-default): Doc fixes.
29103
29104 * term.el (term-send-string): Improve argument/docstring consistency.
29105
29106 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
29107
29108 * comint.el (comint-send-input): Bind `inhibit-read-only' around
29109 call to `delete-region'.
29110 (comint-mode-hook): Do not enable Font Lock by default.
29111
29112 2005-06-09 Lute Kamstra <lute@gnu.org>
29113
29114 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
29115 could be void.
29116
29117 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
29118
29119 * emacs-lisp/debug.el (debugger-will-be-back): New var.
29120 (debug): Use it.
29121 (debugger-step-through, debugger-continue, debugger-jump)
29122 (debugger-return-value): Set it when needed.
29123 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
29124 Use inhibit-read-only.
29125
29126 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
29127
29128 * window.el (shrink-window-if-larger-than-buffer)
29129 (window-size-fixed): Fix typo in docstring.
29130
29131 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
29132 thumbnails directory on loading.
29133 (thumbs-conversion-program): Use `eq' to check the system type,
29134 not `equal'.
29135 (thumbs-temp-dir): Initialize to `temporary-file-directory',
29136 not "/tmp". Fix docstring.
29137 (thumbs-thumbsdir): New function to return the thumbnails
29138 directory, creating it if needed.
29139 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
29140 (thumbs-temp-file): Delete variable and make it into a function.
29141 (thumbs-resize-image, thumbs-modify-image): Use it.
29142 (thumbs-kill-buffer): Simplify.
29143 (thumbs-gensym): Defalias or duplicate CL `gensym'.
29144 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
29145 docstrings.
29146
29147 2005-06-09 Kim F. Storm <storm@cua.dk>
29148
29149 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
29150 set-match-data to free markers in match-data.
29151
29152 * replace.el (replace-match-data): Pass RESEAT arg `t' to
29153 match-data to unchain markers in match-data.
29154
29155 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
29156
29157 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
29158 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
29159 unnecessary now.
29160
29161 2005-06-08 Richard M. Stallman <rms@gnu.org>
29162
29163 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
29164 give the variable a doc string that doesn't say don't set it directly.
29165
29166 * textmodes/ispell.el (ispell-check-version):
29167 Use match-string-no-properties.
29168 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
29169 (ispell-buffer-local-words): Likewise.
29170
29171 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
29172 except on terminals with enough colors to really display it.
29173 (makefile-dependency-regex): Delete spurious `bb'.
29174
29175 * faces.el (escape-glyph): Use blue once again in last case.
29176 (no-break-space): Redefine so that it isn't invisible on a tty.
29177
29178 2005-06-08 Kim F. Storm <storm@cua.dk>
29179
29180 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
29181 also when reading directory name.
29182
29183 2005-06-08 Lute Kamstra <lute@gnu.org>
29184
29185 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
29186 (flyspell-mode-line-string): Remove autoload cookie.
29187 (flyspell-mode): Remove defvar.
29188
29189 2005-06-07 Lute Kamstra <lute@gnu.org>
29190
29191 * textmodes/org.el (org-run-mode-hooks): New function.
29192 (org-agenda-mode): Use it.
29193
29194 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
29195
29196 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
29197
29198 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
29199
29200 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
29201
29202 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
29203
29204 * font-lock.el (font-lock-add-keywords): Doc fix.
29205
29206 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
29207
29208 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
29209 (tex-compile-default): In the absence of any history, use the order in
29210 tex-compile-alist to choose the preferred command.
29211 (tex-compile-commands): Reorder a bit.
29212
29213 * textmodes/flyspell.el (flyspell-auto-correct-binding)
29214 (flyspell-incorrect-face, flyspell-duplicate-face):
29215 Use (X)Emacs-agnostic code.
29216 (flyspell-mode-map): Don't overwrite at each load. Remove code
29217 redundant with the subsequent add-minor-mode. Merge Emacs and
29218 XEmacs code.
29219 (flyspell-word): Minor simplification.
29220 (flyspell-math-tex-command-p): Quieten the byte-compiler.
29221 (flyspell-external-point-words): Remove unused vars `size' and `start'.
29222 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
29223 Merge the corresponding Emacs code.
29224 (flyspell-correct-word, flyspell-xemacs-popup):
29225 Use flyspell-do-correct.
29226
29227 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
29228 a dedicated window.
29229
29230 * international/latexenc.el (latexenc-find-file-coding-system):
29231 Undo part of last patch, to turn off a compiler warning.
29232
29233 2005-06-06 Juri Linkov <juri@jurta.org>
29234
29235 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
29236 Rename `tmm-inactive-face' to `tmm-inactive'.
29237
29238 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
29239
29240 * iswitchb.el: Rename faces.
29241
29242 2005-06-06 Kim F. Storm <storm@cua.dk>
29243
29244 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
29245 (cua-global-mark): Remove -face suffix from face names.
29246
29247 * emulation/cua-gmrk.el (cua--init-global-mark):
29248 Remove cua-global-mark face setup.
29249
29250 2005-06-06 Richard M. Stallman <rms@gnu.org>
29251
29252 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
29253 just like other allowed characters.
29254 (makefile-match-dependency): Exclude leading and training whitespace
29255 from the range of regexp subexp 1.
29256 (makefile-macroassign-regex): Don't try to match the body,
29257 just the name of the macro being defined.
29258
29259 * info.el (Info-read-node-name-2): New function.
29260 (Info-read-node-name-1): Use that.
29261 Add a completion-base-size-function property.
29262
29263 * simple.el (completion-setup-function): Look for
29264 completion-base-size-function property of minibuffer-completion-table.
29265
29266 * files.el (locate-file-completion): Doc fix.
29267
29268 * printing.el: Don't call pr-update-menus; user must do that.
29269
29270 * emacs-lisp/debug.el (debugger-window): New variable.
29271 (debug): Use debugger-window if it is set and still alive.
29272 Record debugger-window for next entry.
29273
29274 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
29275
29276 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
29277
29278 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
29279 (hack-one-local-variable, hack-local-variables)
29280 (hack-local-variables-prop-line): Pass that arg.
29281
29282 2005-06-06 Kim F. Storm <storm@cua.dk>
29283
29284 * ido.el (ido-first-match, ido-only-match, ido-subdir)
29285 (ido-indicator): Remove -face suffix from face names.
29286
29287 2005-06-06 Juri Linkov <juri@jurta.org>
29288
29289 * font-lock.el (font-lock-regexp-backslash)
29290 (font-lock-regexp-backslash-construct): New faces.
29291 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
29292 after `('. Add `while-no-input' to control structures.
29293
29294 * faces.el (no-break-space, shadow): New faces.
29295 (escape-glyph): Use less loud colors pink2 and red4.
29296
29297 * diff-mode.el (diff-context-face)
29298 * dired.el (dired-ignored)
29299 * rfn-eshadow.el (file-name-shadow)
29300 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
29301
29302 * info.el (Info-title-1-face): Use green instead of yellow because
29303 bold yellow is not readable on light backgrounds.
29304
29305 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
29306 before selecting the desired mode to not spend time fontifying
29307 old contents.
29308
29309 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
29310
29311 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
29312 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
29313
29314 * ps-print.el (ps-default-fg, ps-default-bg):
29315 Fix typos in docstrings.
29316
29317 * isearchb.el (isearchb): Don't pass a spurious second argument to
29318 `iswitchb-completions'.
29319
29320 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
29321
29322 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
29323 to preserve point.
29324 (gdb-find-file-hook): Add doc string.
29325
29326 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
29327 C dereferenced pointer expression.
29328 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
29329
29330 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
29331
29332 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
29333 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
29334 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
29335 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
29336 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
29337 Make background transparent.
29338
29339 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
29340
29341 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
29342 (font-lock-remove-keywords): Doc fix.
29343 (font-lock-mode-major-mode): Compiler defvar.
29344 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
29345
29346 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
29347 (font-lock-mode): Update `font-lock-mode-major-mode'.
29348 (font-lock-set-defaults): Compiler defvar.
29349 (font-lock-default-function): Take `font-lock-mode-major-mode'
29350 into account.
29351
29352 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
29353 keep track of which major mode it enabled the minor mode for.
29354 Use find-file-hook again. Update docstring.
29355
29356 * simple.el (eval-expression-print-level)
29357 (eval-expression-print-length, eval-expression-debug-on-error):
29358 Doc fixes.
29359
29360 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
29361
29362 * iswitchb.el (iswitchb-single-match-face)
29363 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
29364 (iswitchb-invalid-regexp-face): New faces.
29365 (iswitchb-completions): Use them.
29366 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
29367 now marked as an obsolete alias.
29368 (iswitchb-read-buffer): Remove check for bound font variables.
29369 (iswitchb-invalid-regexp): New free variable.
29370 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
29371 set iswitchb-invalid-regexp.
29372 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
29373 invalid regexps.
29374 (iswitchb-completions): Add check for complete match when entering
29375 a regexp.
29376 (iswitchb-completions): Remove require-match argument.
29377 (iswitchb-exhibit): Fix caller.
29378 (iswitchb-common-match-inserted): New variable.
29379 (iswitchb-complete, iswitchb-completion-help): Use it.
29380
29381 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
29382
29383 * url/url-http.el (url-http-chunked-encoding-after-change-function):
29384 Use `url-http-debug' instead of `message'.
29385
29386 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
29387
29388 * url/url-http.el (url-http-parse-headers): Pass redirected URL
29389 as a callback argument.
29390
29391 2005-06-04 Kim F. Storm <storm@cua.dk>
29392
29393 * simple.el (line-move): Only call sit-for when moving backwards.
29394
29395 * ido.el (ido-make-merged-file-list-1): New defun split from
29396 ido-make-merged-file-list.
29397 (ido-make-merged-file-list): Bind throw-on-input around call to
29398 ido-make-merged-file-list-1. Return input-pending-p if
29399 interrupted by more input available.
29400 (ido-read-internal): Handle input-pending-p return value from
29401 ido-make-merged-file-list.
29402
29403 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
29404
29405 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
29406 compatibility code.
29407
29408 * international/latexenc.el (latexenc-find-file-coding-system):
29409 Don't inherit the EOL part of the coding-system from the
29410 tex-main buffer. Fit within 80 columns.
29411
29412 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
29413
29414 * tmm.el (tmm-inactive-face): New face.
29415 (tmm-remove-inactive-mouse-face): New function.
29416 (tmm-prompt, tmm-add-one-shortcut)
29417 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
29418 but not selectable.
29419
29420 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
29421
29422 * faces.el (face-equal): Improve argument/docstring consistency.
29423
29424 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
29425
29426 * progmodes/make-mode.el (makefile-targets-face)
29427 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
29428 (makefile-bsdmake-dependency-regex)
29429 (makefile-makepp-rule-action-regex)
29430 (makefile-bsdmake-rule-action-regex): New constants.
29431 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
29432
29433 * progmodes/compile.el (compilation-error-regexp-alist-alist):
29434 Allow (...) within `...' for makepp messages.
29435
29436 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
29437
29438 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
29439
29440 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
29441 "." files are deleted from all file lists before comparison.
29442
29443 * emulation/viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
29444 (viper-ESC-key): Made them customizable.
29445
29446 * emulation/viper.el (viper-non-hook-settings):
29447 Fix the names of defadvices.
29448
29449 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
29450
29451 * autorevert.el (auto-revert-buffers): Use save-match-data.
29452
29453 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
29454
29455 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
29456 menu items with a nil command binding.
29457
29458 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
29459
29460 * emacs-lisp/cl-macs.el (defsetf):
29461 Improve argument/docstring consistency.
29462
29463 * faces.el (list-faces-display): Improve the formatting by
29464 computing the maximum length required for any face-name (reworked
29465 patch of 1999-01-11, accidentally deleted on 1999-07-21).
29466 (internal-find-face): Remove redundant info in docstring.
29467
29468 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
29469
29470 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
29471 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
29472 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
29473 (gdb-assembler-custom): Improve regexps.
29474 (def-gdb-auto-update-handler): Use window point to preserve point.
29475
29476 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
29477
29478 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
29479
29480 2005-05-31 Jay Belanger <belanger@truman.edu>
29481
29482 * calc/calc-embed.el (calc-embedded-word): Change argument passed
29483 to calc-embedded.
29484 (calc-embedded-make-info): Have plain prefix argument select
29485 entire line.
29486
29487 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
29488
29489 * faces.el (list-faces-display): Signal error if passed a regexp
29490 that matches no face name.
29491
29492 * simple.el (filter-buffer-substring): Fix typo in docstring.
29493
29494 2005-05-31 Richard M. Stallman <rms@gnu.org>
29495
29496 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
29497 (vhdl-emacs-21): Doc fix.
29498 (vhdl-mode): Unconditionally set comment-padding.
29499 (vhdl-fixup-whitespace-region): Insert spaces only where
29500 there are none.
29501 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
29502
29503 2005-05-30 John Wiegley <johnw@newartisans.com>
29504
29505 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
29506 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
29507 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
29508 `directory-sep-char' to ?/, and all uses of `string-to-int' to
29509 `string-to-number'.
29510
29511 2005-05-30 Jay Belanger <belanger@truman.edu>
29512
29513 * calc/calc.el (calc-bug-address): Fix docstring.
29514 (calc-window-hook, calc-trail-window-hook): New variables.
29515 (calc-trail-display): Restore use of calc-trail-window-hook.
29516 (calc): Restore use of calc-window-hook.
29517
29518 2005-05-31 Masatake YAMATO <jet@gyve.org>
29519
29520 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
29521
29522 * help-fns.el (help-C-file-name): Add autoload mark for
29523 `find-function-noselect'.
29524
29525 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
29526
29527 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
29528 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
29529
29530 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
29531
29532 * calendar/diary-lib.el (mark-included-diary-files): Only kill
29533 included diary buffer if it was not already being visited.
29534 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
29535
29536 * calendar/icalendar.el (top-level): Do not require appt.
29537
29538 * mail/supercite.el (sc-select-attribution): Only use a list
29539 element from sc-attrib-selection-list if it returns a string.
29540 Reported by Davide G. M. Salvetti <salve@debian.org>.
29541
29542 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
29543
29544 * thumbs.el (thumbs-thumbname): The resulting thumbname now
29545 includes a hash value to improve its uniqueness, and has a ".jpg"
29546 extension. Also, it is now a valid filename on all systems.
29547 (thumbs-make-thumb): Use `let', not `let*'.
29548 (thumbs-show-thumbs-list): Check for JPEG availability.
29549
29550 2005-05-30 Richard M. Stallman <rms@gnu.org>
29551
29552 * filesets.el (filesets-menu-ensure-use-cached):
29553 Prevent warning when emacs-version>= is undefined.
29554
29555 * printing.el (pr-interactive-n-up): Use string-to-number.
29556
29557 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
29558
29559 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
29560 Warn only when name to be defined is quoted.
29561
29562 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
29563
29564 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
29565 Make regexp more robust.
29566 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
29567 Force regeneration of disassembly.
29568
29569 2005-05-29 Jay Belanger <belanger@truman.edu>
29570
29571 * calc/calc.el (calc-user-invocation): Check if
29572 calc-invocation-macro is non-nil.
29573
29574 2005-05-29 Juri Linkov <juri@jurta.org>
29575
29576 * add-log.el (change-log-font-lock-keywords):
29577 Add `+' to e-mail regexp to accept mail address with keywords.
29578
29579 * man.el (Man-name-regexp): Add `:' to accept qualified names.
29580
29581 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
29582
29583 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
29584
29585 * ielm.el (inferior-emacs-lisp-mode): Ditto.
29586
29587 2005-05-29 Richard M. Stallman <rms@gnu.org>
29588
29589 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
29590 Undo the change that moves to end of the current word.
29591
29592 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
29593
29594 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
29595 Throw error when count <= 0 to ensure input is a number.
29596 (gdb-read-memory-custom): Pick up address from buffer.
29597 (gdb-memory-mode): Allow user to increment and decrement
29598 memory address from header line.
29599
29600 2005-05-29 Richard M. Stallman <rms@gnu.org>
29601
29602 * textmoddes/flyspell.el (flyspell-version): Function deleted.
29603 (flyspell-auto-correct-previous-hook): Doc fix.
29604
29605 * jit-lock.el (jit-lock-function, jit-lock-after-change):
29606 Do nothing if memory is full.
29607
29608 * font-lock.el (font-lock-fontify-syntactically-region):
29609 Pass t for GREEDY to looking-back.
29610
29611 * saveplace.el (save-place-alist-to-file): Write the file
29612 using write-region.
29613
29614 * subr.el (looking-back): New argument GREEDY.
29615
29616 * progmodes/compile.el (compilation-start): Set the mode
29617 before inserting the initial text.
29618
29619 * progmodes/which-func.el (which-func-update-1): Turn the mode
29620 off in case of error by setting which-func-mode.
29621
29622 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
29623
29624 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
29625 Narrow down to what's on the screen, and recenter overlays
29626 at the end of the next word.
29627
29628 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
29629
29630 * textmodes/flyspell.el (flyspell-emacs, flyspell-use-local-map):
29631 8Vars moved up.
29632 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
29633 (flyspell-abbrev-p): Default to nil.
29634 (flyspell-use-global-abbrev-table-p): Doc fix.
29635 (flyspell-large-region): Allow nil as value.
29636 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
29637
29638 (mail-mode-flyspell-verify): More robust handling
29639 of `mail-header-separator'. More efficient signature detection.
29640 Allow for regexp metacharacters in message-header-separator.
29641 Adding `To' not to be checked in mail-mode-flyspell-verify.
29642
29643 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
29644 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
29645 Bind flyspell-auto-correct-binding.
29646 Bind C-. and C-, .
29647 (flyspell-mode-map): Likewise.
29648 (flyspell-mode): Doc fix.
29649 (flyspell-accept-buffer-local-defs): Preserve current buffer.
29650 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
29651 (flyspell-word-cache-result): New var, always local.
29652 (flyspell-check-pre-word-p): Doc fix.
29653 (flyspell-check-changed-word-p): Handle spc like newline.
29654 (flyspell-post-command-hook): Set flyspell-word-cache-result.
29655 (flyspell-word-search-backward, flyspell-word-search-forward):
29656 New functions.
29657 (flyspell-word): Return t if nothing to check.
29658 When parsing TeX code, check for after } or \.
29659 Use flyspell-word-search-backward to find previous word.
29660 Return nil if duplicated word.
29661 For word already checked, return same value as last time.
29662 Set flyspell-word-cache-result after checking.
29663 Don't clobber the return value.
29664 (flyspell-get-word): Major rewrite.
29665 (flyspell-external-point-words): New locals pword, pcount.
29666 Fix size used in progress message.
29667 Find the proper corresponding word in flyspell-large-region-buffer.
29668 (flyspell-region): Check for flyspell-large-region = nil.
29669 (flyspell-highlight-incorrect-region): Clean up overlays in region.
29670 (flyspell-auto-correct-word): Check that WORD is a cons.
29671 (flyspell-correct-word): Likewise.
29672
29673 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
29674
29675 * progmodes/make-mode.el (makefile-rule-action-regex)
29676 (makefile-macroassign-regex, makefile-makepp-mode)
29677 (makefile-bsdmake-mode): Continuation lines may be empty.
29678 Reported by Joshua Varner.
29679 (makefile-makepp-font-lock-keywords): Add $(stem).
29680
29681 2005-05-28 Karl Berry <karl@gnu.org>
29682
29683 * textmodes/tex-mode.el: Now that tex-send-command calls
29684 shell-quote-argument (2005-03-31 change), remove all calls to
29685 shell-quote-argument; they all end up invoking tex-send-command.
29686 The double quoting loses on filenames with non-safe characters,
29687 such as "@". Reported by Frederik Fouvry.
29688
29689 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
29690
29691 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
29692 about preserving point.
29693
29694 2005-05-27 Jay Belanger <belanger@truman.edu>
29695
29696 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
29697 Info-goto-node.
29698
29699 * calc/calc-embed.el (calc-embed-arg): New variable.
29700 (calc-do-embedded-activate, calc-embedded-activate-formula)
29701 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
29702 variable by new variable.
29703 (calc-embedded-make-info): Replace undeclared variable by new
29704 variable. When selecting region with positive prefix
29705 argument, use end of previous line instead of beginning of line.
29706
29707 * calc/calc-aent.el (calc-arg-values): Declare it.
29708
29709 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
29710 Declare them.
29711
29712 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
29713
29714 * calc/calc.el (calc-alg-map): Declare it.
29715
29716 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
29717
29718 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
29719
29720 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
29721 (gdb-registers-buffer, toggle-gdb-all-registers):
29722 Toggle display of floating point registers.
29723 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
29724
29725 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
29726 (toggle-gud-tooltip-dereference):
29727 Rename from gud-toggle-tooltip-dereference.
29728
29729 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
29730
29731 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
29732
29733 2005-05-27 Jay Belanger <belanger@truman.edu>
29734
29735 * calc/calc-prog.el (calc-kbd-report): Remove.
29736 (calc-kbd-query): Rewrite.
29737
29738 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
29739
29740 * image.el (image-library-alist): Move to image.c.
29741 (image-type-available-p): Doc fix.
29742
29743 2005-05-27 Lute Kamstra <lute@gnu.org>
29744
29745 * calc/calc.el (calc):
29746 * outline.el (outline-1, outline-2, outline-3, outline-4)
29747 (outline-5, outline-6, outline-7, outline-8):
29748 * textmodes/dns-mode.el (dns-mode):
29749 * textmodes/sgml-mode.el (sgml-namespace-face):
29750 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
29751 (tex-verbatim-face, tex-use-reftex):
29752 * textmodes/texinfo.el (texinfo-heading-face):
29753 Specify customization group.
29754
29755 * longlines.el: Don't require easy-mmode.
29756 (longlines-visible-face): Specify customization group.
29757
29758 2005-05-27 Kenichi Handa <handa@m17n.org>
29759
29760 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
29761 encoding table of windows-1251.
29762
29763 * international/ucs-tables.el (ucs-set-table-for-input):
29764 If translation-table-for-input of a coding system is a symbol, get
29765 its translation-table property.
29766
29767 * international/code-pages.el: Don't register a coding system into
29768 non-iso-charset-alist more than once.
29769 (cp-make-coding-system): Likewise.
29770
29771 2005-05-26 John Wiegley <johnw@newartisans.com>
29772
29773 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
29774 `eshell-resume-eval' is wrapped in a list, it indicates that the
29775 command was run asynchronously. In that case, unwrap the value
29776 before checking the delimiter value.
29777
29778 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
29779 character before a space at the end of a line is \, assume the space
29780 is part of the last argument rather than a final argument separator.
29781
29782 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
29783 is in use, and the target is `t' or `nil' (which are the most common
29784 values), don't assume that the symbol target is a buffer.
29785
29786 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
29787
29788 * calendar/calendar.el (calendar-mode-line-format):
29789 Use mode-line-highlight as mouse-face.
29790
29791 * time.el (display-time-string-forms, display-time-update):
29792 Use mode-line-highlight as mouse-face.
29793
29794 2005-05-26 Jay Belanger <belanger@truman.edu>
29795
29796 * calc/calc.el (calc-language-alist): Remove extra defvar.
29797
29798 2005-05-26 Lute Kamstra <lute@gnu.org>
29799
29800 * arc-mode.el (archive-mode):
29801 * bookmark.el (bookmark-read-annotation-mode)
29802 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
29803 * bs.el (bs-mode):
29804 * calc/calc-yank.el (calc-edit-mode):
29805 * calc/calc.el (calc-mode, calc-trail-mode):
29806 * calculator.el (calculator-mode):
29807 * chistory.el (command-history-mode):
29808 * comint.el:
29809 * cus-edit.el (custom-mode):
29810 * descr-text.el (describe-text-mode):
29811 * ebuff-menu.el (Electric-buffer-menu-mode):
29812 * ediff-util.el (ediff-mode):
29813 * emacs-lisp/re-builder.el (reb-mode):
29814 * emulation/vi.el (vi-mode-setup):
29815 * emulation/ws-mode.el (wordstar-mode):
29816 * eshell/esh-mode.el (eshell-mode):
29817 * forms.el (forms-mode):
29818 * help-mode.el (help-mode):
29819 * hexl.el (hexl-mode):
29820 * ibuffer.el (ibuffer-mode):
29821 * ielm.el (inferior-emacs-lisp-mode):
29822 * info.el (Info-mode, Info-edit-mode):
29823 * international/swedish.el:
29824 * ledit.el (ledit-from-lisp-mode):
29825 * locate.el (locate-mode):
29826 * mail/rmail.el (rmail-mode):
29827 * mail/rmailedit.el (rmail-edit-mode):
29828 * mail/rmailsum.el (rmail-summary-mode):
29829 * mail/supercite.el (sc-electric-mode):
29830 * net/eudc.el (eudc-mode):
29831 * net/quickurl.el (quickurl-list-mode):
29832 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
29833 * obsolete/ooutline.el (outline-mode):
29834 * obsolete/options.el (Edit-options-mode):
29835 * obsolete/rnews.el (news-mode):
29836 * obsolete/rnewspost.el (news-reply-mode):
29837 * play/5x5.el (5x5-mode):
29838 * play/decipher.el (decipher-mode, decipher-stats-mode):
29839 * play/gomoku.el (gomoku-mode):
29840 * play/snake.el (snake-mode):
29841 * play/solitaire.el (solitaire-mode):
29842 * play/tetris.el (tetris-mode):
29843 * progmodes/ada-mode.el (ada-mode):
29844 * progmodes/antlr-mode.el (antlr-mode):
29845 * progmodes/autoconf.el (autoconf-mode):
29846 * progmodes/dcl-mode.el (dcl-mode):
29847 * progmodes/delphi.el (delphi-mode):
29848 * progmodes/ebrowse.el (ebrowse-tree-mode)
29849 (ebrowse-electric-list-mode, ebrowse-member-mode)
29850 (ebrowse-electric-position-mode):
29851 * progmodes/f90.el (f90-mode):
29852 * progmodes/fortran.el (fortran-mode):
29853 * progmodes/icon.el (icon-mode):
29854 * progmodes/idlw-help.el (idlwave-help-mode):
29855 * progmodes/idlw-shell.el (idlwave-shell-mode):
29856 * progmodes/idlwave.el (idlwave-mode):
29857 * progmodes/inf-lisp.el (inferior-lisp-mode):
29858 * progmodes/m4-mode.el (m4-mode):
29859 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
29860 * progmodes/modula2.el (modula-2-mode):
29861 * progmodes/octave-inf.el (inferior-octave-mode):
29862 * progmodes/octave-mod.el (octave-mode):
29863 * progmodes/pascal.el (pascal-mode):
29864 * progmodes/sh-script.el (sh-mode):
29865 * progmodes/sql.el (sql-mode, sql-interactive-mode):
29866 * progmodes/vhdl-mode.el (vhdl-mode):
29867 * progmodes/xscheme.el (scheme-interaction-mode):
29868 * replace.el (occur-mode):
29869 * ses.el (ses-mode):
29870 * simple.el (completion-list-mode):
29871 * skeleton.el:
29872 * speedbar.el (speedbar-mode):
29873 * term.el (term-mode):
29874 * terminal.el (terminal-edit-mode):
29875 * textmodes/reftex-index.el (reftex-index-mode)
29876 (reftex-index-phrases-mode):
29877 * textmodes/reftex-sel.el (reftex-select-label-mode)
29878 (reftex-select-bib-mode):
29879 * textmodes/reftex-toc.el (reftex-toc-mode):
29880 * wdired.el (wdired-change-to-wdired-mode):
29881 * wid-browse.el (widget-browse-mode):
29882 Use run-mode-hooks.
29883
29884 * array.el (array-mode):
29885 * calendar/todo-mode.el (todo-mode):
29886 * man.el (Man-mode):
29887 * play/landmark.el (lm-mode):
29888 * play/mpuz.el (mpuz-mode):
29889 Use kill-all-local-variables and run-mode-hooks.
29890
29891 * subr.el (delay-mode-hooks): Specify indentation.
29892
29893 2005-05-26 Mark A. Hershberger <mah@everybody.org>
29894
29895 * xml.el (xml-substitute-special): Don't die for undefined xml
29896 entities.
29897
29898 2005-05-26 Jay Belanger <belanger@truman.edu>
29899
29900 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
29901 of nil.
29902
29903 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
29904
29905 * progmodes/gdb-ui.el (gdb-frame-address):
29906 Rename from gdb-current-address.
29907 (gdb-previous-frame-address): Rename from gdb-previous-address.
29908 (gdb-selected-frame): Rename from gdb-current-frame.
29909 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
29910 (gdb-frame-number): Rename from gdb-current-stack-level.
29911 (gdb-ann3): Match new mode-name for disassembly buffer.
29912 Extend initialization of variables.
29913 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
29914 (gdb-memory-mode): Use mouse-face in header line.
29915 (gdb-assembler-buffer-name): Call it disassembly and give frame
29916 in mode line.
29917 (gdb-source-spec-regexp, gdb-assembler-custom)
29918 (gdb-invalidate-assembler, gdb-frame-handler):
29919 Make robust to leading zeroes in address format.
29920
29921 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
29922
29923 * textmodes/org.el (org-mode): Use `define-derived-mode' to
29924 define `org-mode'.
29925 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
29926
29927 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
29928
29929 * log-edit.el (log-edit-changelog-entries): Distinguish between
29930 filenames like xfns.c and fns.c.
29931
29932 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
29933
29934 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
29935 point after reverting.
29936 (Buffer-menu-make-sort-button): Handle the case where
29937 `Buffer-menu-use-header-line' is nil.
29938
29939 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
29940
29941 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
29942 New funcs. In minibuffer-local-completion-map bind `]', `/'
29943 and `:' to them.
29944
29945 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
29946
29947 * startup.el (normal-top-level): Allow modification of load-path while
29948 we're iterating over it.
29949
29950 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
29951
29952 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
29953 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
29954 (thumbs-resize-interactive, thumbs-insert-image)
29955 (thumbs-insert-thumb, thumbs-dired-show-marked)
29956 (thumbs-find-image-at-point, thumbs-delete-images)
29957 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
29958 (thumbs-increment-image-size, thumbs-decrement-image-size):
29959 Fix typos in docstrings.
29960
29961 2005-05-24 Andre Spiegel <spiegel@gnu.org>
29962
29963 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
29964 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
29965 (cperl-mode): Use them.
29966
29967 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
29968
29969 * window.el (quit-window, shrink-window-if-larger-than-buffer):
29970 Doc fixes.
29971
29972 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
29973
29974 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
29975 Bind C-d to gdb-inferior-io-eof.
29976
29977 * dired.el (dired-dnd-popup-notice): Use message-box.
29978
29979 2005-05-23 Masatake YAMATO <jet@gyve.org>
29980
29981 * bindings.el (mode-line-major-mode-keymap):
29982 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
29983
29984 * faces.el (mode-line-highlight): New face.
29985
29986 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
29987 as mouse-face.
29988
29989 * bindings.el (top-level, help-echo, mode-line-modified)
29990 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
29991 as mouse-face.
29992
29993 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
29994
29995 * progmodes/cc-engine.el (c-guess-basic-syntax):
29996 Remove spurious call to `zerop'.
29997
29998 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
29999
30000 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
30001
30002 CC Mode update to 5.30.10:
30003
30004 * progmodes/cc-fonts.el (c-font-lock-declarators): Fix bug where
30005 the point could go past the limit in decoration level 2, thereby
30006 causing errors during interactive fontification.
30007
30008 * progmodes/cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp
30009 bug when the file is evaluated interactively.
30010
30011 * progmodes/cc-engine.el (c-guess-basic-syntax): Handle operator
30012 declarations somewhat better in C++.
30013
30014 * progmodes/cc-styles.el, cc-mode.el (c-run-mode-hooks):
30015 New helper macro to make use of `run-mode-hooks'
30016 which has been added in Emacs 21.1.
30017 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
30018 (awk-mode): Use it.
30019 (make-local-hook): Suppress warning about obsoleteness.
30020
30021 * progmodes/cc-engine.el, cc-align.el, cc-cmds.el
30022 (c-append-backslashes-forward, c-delete-backslashes-forward)
30023 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
30024 Compensate for return value from `forward-line' when it has moved
30025 but not to a different line due to eob.
30026
30027 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchoring in
30028 `objc-method-intro' and `objc-method-args-cont'.
30029
30030 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
30031
30032 CC Mode update to 5.30.10:
30033
30034 * progmodes/cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's
30035 address in the copyright statement. Incidentally, change "along with
30036 GNU Emacs" to "along with this program" where it occurs.
30037
30038 * progmodes/cc-mode.el: Add a fourth parameter `t' to the awk-mode
30039 autoload, so that it is interactive, hence can be found by M-x awk-mode
30040 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
30041 <gmorris+emacs@ast.cam.ac.uk>.
30042
30043 * progmodes/cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
30044 Mode's regexps.
30045
30046 2005-05-23 Kevin Ryde <user42@zip.com.au>
30047
30048 * progmodes/cc-align.el (c-lineup-argcont): Ignore conses for {} pairs
30049 from c-parse-state, to avoid a lisp error (on bad code).
30050
30051 2005-05-23 Lute Kamstra <lute@gnu.org>
30052
30053 * subr.el (font-lock-defaults): Remove defvar as it's already
30054 defined in font-core.el.
30055
30056 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
30057
30058 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
30059
30060 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
30061 more general and work when GDB variable "print pretty" is on,
30062 as with Emacs, for example.
30063
30064 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
30065
30066 * font-core.el: Update comment.
30067
30068 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
30069 Use `after-change-major-mode-hook' instead of `find-file-hook'.
30070
30071 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
30072
30073 2005-05-22 Eli Zaretskii <eliz@gnu.org>
30074
30075 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
30076 and `yank-handler' in the doc strings.
30077
30078 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
30079
30080 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
30081
30082 2005-05-22 Richard M. Stallman <rms@gnu.org>
30083
30084 * help.el (describe-key): Move print-help-return-message call
30085 out of conditional.
30086
30087 * progmodes/etags.el (list-tags): Use with-no-warnings.
30088
30089 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
30090 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
30091 (starttls-extra-args, starttls-extra-arguments): Add defvars.
30092
30093 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
30094
30095 * language/viet-util.el (viet-viscii-nonascii-translation-table):
30096 Add defvar.
30097
30098 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
30099 Use defvar, not defconst.
30100
30101 * hexl.el (hexl-follow-line): Use with-no-warnings.
30102
30103 * emulation/tpu-extras.el: Use write-file-functions instead of
30104 write-file-hooks.
30105
30106 * dired.el (dired-font-lock-keywords): Fontify files with junk
30107 extensions even if marked by -F.
30108
30109 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
30110
30111 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
30112 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
30113 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
30114 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
30115 (concatenate, list-length, get*, getf, cl-remprop):
30116 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
30117 (etypecase, progv, lexical-let, lexical-let*)
30118 (multiple-value-bind, multiple-value-setq, shiftf):
30119 Improve argument/docstring consistency.
30120
30121 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
30122
30123 2005-05-22 Andre Spiegel <spiegel@gnu.org>
30124
30125 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
30126 doesn't exist.
30127
30128 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
30129 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
30130
30131 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
30132
30133 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
30134 already deleted variables: auto-fill-hook, blink-paren-hook,
30135 lisp-indent-hook, inhibit-local-variables, unread-command-event,
30136 suspend-hooks, comment-indent-hook, meta-flag,
30137 before-change-function, after-change-function,
30138 font-lock-doc-string-face.
30139
30140 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
30141
30142 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
30143
30144 2005-05-21 Eli Zaretskii <eliz@gnu.org>
30145
30146 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
30147 rmail-dont-reply-to.
30148
30149 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
30150
30151 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
30152 literal blank when splitting new-header-values.
30153
30154 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
30155
30156 * calendar/cal-menu.el (cal-menu-update): Add separator as a
30157 string so that tmm doesn't create a completion entry for it.
30158
30159 * textmodes/table.el (table-disable-menu): Ditto.
30160
30161 2005-05-21 Richard M. Stallman <rms@gnu.org>
30162
30163 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
30164
30165 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
30166
30167 * net/rcompile.el (remote-compile): Use compilation-start.
30168
30169 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
30170
30171 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
30172
30173 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
30174 Default to makefile-bsdmake-mode on BSD systems.
30175
30176 * imenu.el (imenu-generic-expression, imenu--generic-function'):
30177 REGEXP may also be a search function now. The part of doc-string
30178 for describing the structure was 95% identical to that of
30179 `imenu--generic-function'. Unify it there.
30180
30181 * progmodes/make-mode.el (makefile-imenu-generic-expression):
30182 Use function to find dependencies, because regexp alone is so complex,
30183 it easily goes into an endless loop.
30184 (makefile-makepp-mode): Also add submenu for Perl functions
30185 defined in the makefile.
30186 (makefile-bsdmake-mode): Special imenu-generic-expression no
30187 longer needed, due to function call.
30188 (makefile-match-dependency): Take BOUND into account when checking
30189 if we're through.
30190
30191 2005-05-20 Jay Belanger <belanger@truman.edu>
30192
30193 * calc/calc-units.el (calc-invalidate-units-table):
30194 Use inhibit-read-only.
30195 (math-build-units-table-buffer): Use view-mode.
30196
30197 2005-05-20 David Kastrup <dak@gnu.org>
30198
30199 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
30200 easy-menu-add is not a nop on Emacs; and clarify when to call it.
30201
30202 2005-05-20 Lute Kamstra <lute@gnu.org>
30203
30204 * diff-mode.el (diff-header-face, diff-file-header-face)
30205 (diff-index-face, diff-hunk-header-face, diff-removed-face)
30206 (diff-added-face, diff-changed-face, diff-function-face)
30207 (diff-context-face, diff-nonexistent-face): Put them in the
30208 diff-mode customization group.
30209
30210 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
30211
30212 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
30213
30214 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
30215
30216 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
30217 Minor regexp-optimization.
30218
30219 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
30220
30221 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
30222 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
30223 (org-agenda-add-time-grid-maybe): New function.
30224 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
30225 (org-table-create): `dotimes' instead of `mapcar'.
30226 (org-xor): Simplify implementation.
30227 (org-agenda): `inhibit-redisplay' turned on.
30228 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
30229 a consistent line after a state change.
30230 (org-agenda-remove-times-when-in-prefix): New option.
30231 (org-prefix-has-time): New variable.
30232 (org-parse-time-string): Optional argument NODEFAULT.
30233 (org-format-agenda-item): Parse items for time-of-day
30234 specifications and move these into the prefix if possible.
30235 (org-agenda-priority): Get current heading, not previous heading
30236 during agenda remote editing.
30237
30238 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
30239
30240 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
30241 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
30242 (remove-duplicates, delete-duplicates, substitute)
30243 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
30244 (nsubstitute-if-not, find, find-if, find-if-not, position)
30245 (position-if, position-if-not, count, count-if, count-if-not)
30246 (mismatch, search, sort*, stable-sort, merge, member*)
30247 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
30248 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
30249 (intersection, nintersection, set-difference, nset-difference)
30250 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
30251 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
30252 (nsublis, tree-equal): Improve argument/docstring consistency.
30253
30254 * subr.el (send-string, send-region): Remove obsolescence declaration.
30255 (window-dot, set-window-dot, read-input, show-buffer)
30256 (eval-current-buffer, string-to-int):
30257 Add release number to obsolescence declarations.
30258
30259 2005-05-19 Kim F. Storm <storm@cua.dk>
30260
30261 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
30262 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
30263
30264 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
30265
30266 * faces.el (list-faces-display): Make back button respect optional
30267 regexp arg.
30268
30269 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
30270
30271 * calculator.el (calculator-radix-grouping-mode)
30272 (calculator-radix-grouping-digits, calculator-displayer)
30273 (calculator-radix-grouping-separator, calculator-copy-displayer):
30274 * dabbrev.el (dabbrev-search-these-buffers-only):
30275 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
30276 (diff-advance-after-apply-hunk, diff-mode-hook)
30277 (diff-minor-mode-prefix):
30278 * imenu.el (imenu-use-popup-menu):
30279 * jit-lock.el (jit-lock-context-time):
30280 * newcomment.el (comment-fill-column, comment-column)
30281 (comment-style, comment-padding, comment-multi-line)
30282 (comment-empty-lines, comment-auto-fill-only-comments):
30283 * reveal.el (reveal-around-mark):
30284 * uniquify.el (uniquify-buffer-name-style)
30285 (uniquify-after-kill-buffer-p)
30286 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
30287 (uniquify-min-dir-content, uniquify-separator)
30288 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
30289 * w32-vars.el (w32-fixed-font-alist):
30290 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
30291 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
30292 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
30293 * progmodes/perl-mode.el (perl-indent-level)
30294 (perl-continued-statement-offset, perl-continued-brace-offset)
30295 (perl-brace-offset, perl-brace-imaginary-offset)
30296 (perl-label-offset, perl-indent-continued-arguments)
30297 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
30298 * progmodes/tcl.el (tcl-indent-level)
30299 (tcl-continued-indent-level, tcl-auto-newline)
30300 (tcl-tab-always-indent, tcl-electric-hash-style)
30301 (tcl-help-directory-list, tcl-use-smart-word-finder)
30302 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
30303 (inferior-tcl-source-command):
30304 * textmodes/fill.el (enable-kinsoku):
30305 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
30306 * textmodes/table.el (table-yank-handler):
30307 Specify missing group (and type, if simple) in defcustom.
30308
30309 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
30310
30311 * progmodes/compile.el (compilation-finish-function): Fix defvar.
30312
30313 2005-05-19 Richard M. Stallman <rms@gnu.org>
30314
30315 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
30316
30317 * subr.el (event-basic-type): Don't get an error.
30318 (left-fringe-p): Function deleted.
30319
30320 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
30321 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
30322
30323 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
30324 in recursive copy.
30325
30326 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
30327
30328 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
30329
30330 * emacs-lisp/bytecomp.el
30331 (byte-compile-file-form-custom-declare-variable):
30332 Call byte-compile-nogroup-warn if appropriate.
30333
30334 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
30335 (compilation-set-window): Don't call left-fringe-p; do it directly.
30336
30337 2005-05-19 Jay Belanger <belanger@truman.edu>
30338
30339 * calc/calc-graph.el (calc-graph-format-data): Make sure
30340 var-PlotRejects is bound before trying to check its value.
30341
30342 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
30343
30344 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
30345 definition of this variable from reftex-global.el to reftex.el,
30346 because it is needed in the menu.
30347
30348 2005-05-19 Lute Kamstra <lute@gnu.org>
30349
30350 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
30351 years are fixed. Don't insert a space after a dash.
30352
30353 2005-05-19 Kim F. Storm <storm@cua.dk>
30354
30355 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
30356
30357 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
30358
30359 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
30360 strings, because (eq ... ?\\) is fairly frequent.
30361
30362 * progmodes/make-mode.el (makefile-add-this-line-targets):
30363 Simplify and integrate into `makefile-pickup-targets'.
30364 (makefile-add-this-line-macro): Simplify and integrate into
30365 `makefile-pickup-macros.
30366 (makefile-pickup-filenames-as-targets): Simplify.
30367 (makefile-previous-dependency, makefile-match-dependency):
30368 Don't stumble over `::'.
30369
30370 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
30371
30372 * subr.el (post-command-idle-hook, post-command-idle-delay):
30373 Remove obsoletion of post-command-idle-hook and
30374 post-command-idle-delay.
30375
30376 * faces.el (list-faces-display): Provide button when describe-face
30377 is called to take user back to the list of faces.
30378
30379 * help-fns.el (describe-variable): Remove hyperlinks in a
30380 variable's value as these are quite frequently inappropriate.
30381
30382 * follow.el (follow-submit-feedback, follow-mode):
30383 Remove references to post-command-idle-hook.
30384
30385 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
30386
30387 * progmodes/make-mode.el (makefile-previous-dependency)
30388 (makefile-match-dependency): Check for := (and in bsd mode also
30389 !=) to give a better result, even when font-lock is not on.
30390
30391 2005-05-18 Jay Belanger <belanger@truman.edu>
30392
30393 * calc/calc-help.el (calc-s-prefix-help):
30394 Add `calc-copy-special-constant' to help string.
30395
30396 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
30397
30398 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
30399
30400 2005-05-18 Jay Belanger <belanger@truman.edu>
30401
30402 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
30403 in linear factors are in proper order.
30404
30405 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
30406
30407 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
30408 Support for jurabib.
30409
30410 * textmodes/reftex.el (featurep): Define aliases for overlay
30411 commands, for XEmacs compatibility, and use these aliases in
30412 overlay initializations.
30413 (reftex-highlight): Use `reftex-move-overlay'.
30414 (reftex-unhighlight): Use `reftex-delete-overlay'.
30415 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
30416 (reftex-access-search-path): Use `reftex-uniquify' instead of
30417 `reftex-uniq'.
30418
30419 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
30420 `before-string' property modification enables for Emacs as well.
30421 (reftex-select-item): Use `reftex-delete-overlay'.
30422 (reftex-select-mark): Use `reftex-make-overlay' and
30423 `reftex-overlay-put'.
30424 (reftex-select-unmark): Use `reftex-delete-overlay' and
30425 `reftex-overlay-put'.
30426
30427 2005-05-18 Lute Kamstra <lute@gnu.org>
30428
30429 * emacs-lisp/lisp.el (check-parens): Fix docstring.
30430
30431 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
30432
30433 * add-log.el (add-change-log-entry):
30434 * array.el (array-make-template, array-reconfigure-rows)
30435 (array-init-max-row, array-init-max-column)
30436 (array-init-columns-per-line, array-init-field-width):
30437 * replace.el (replace-match-maybe-edit, perform-replace):
30438 * textmodes/spell.el (spell-region):
30439 Replace `read-input' by `read-string'.
30440
30441 * forms.el (forms-mode):
30442 * finder.el (finder-compile-keywords):
30443 * shadowfile.el (shadow-read-files):
30444 Replace `eval-current-buffer' by `eval-buffer'.
30445
30446 * terminal.el (te-pass-through):
30447 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
30448 (ange-ftp-raw-send-cmd):
30449 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
30450 (send-process-next-char, telnet-initial-filter, telnet):
30451 Replace `send-string' by `process-send-string'.
30452
30453 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
30454 (prolog-consult-region): Replace `send-string' by
30455 `process-send-string'; replace `send-region' by `process-send-region'.
30456
30457 * progmodes/delphi.el (delphi-log-msg):
30458 Replace `set-window-dot' by `set-window-point'.
30459
30460 * subr.el (window-dot, set-window-dot, read-input, send-string)
30461 (send-region, show-buffer, eval-current-buffer):
30462 Make really obsolete, as the comment says.
30463
30464 2005-05-17 Kim F. Storm <storm@cua.dk>
30465
30466 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
30467 (cua--init-keymaps): Bind C-return instead of S-return to set
30468 rectangle mark.
30469
30470 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
30471 instead of S-return to toggle/clear rectangle mark.
30472
30473 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
30474
30475 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
30476 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
30477 Also fontify plain strings assigned to variables, mostly so that a
30478 colon has a face and is thus not taken as a dependency separator.
30479 (makefile-previous-dependency): Inline the new matcher, because it
30480 is too complex to work in both directions.
30481 (makefile-match-dependency): Eliminate `backward' arg (see above).
30482 Completely reimplemented so as to not sometimes go into an endless
30483 loop. It should also be more efficient, because first it only
30484 searches for `:', instead of applying the very complex regexp.
30485 (makefile-mode): Cancel `font-lock-support-mode', because blocks
30486 to be fontified in one piece can be too long for JIT.
30487 Makefiles are never *that* big.
30488
30489 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
30490
30491 * dired.el (dired-mode): Simplify.
30492
30493 2005-05-17 Lute Kamstra <lute@gnu.org>
30494
30495 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
30496 defcustom for the mode hook variable.
30497
30498 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
30499 Emacs Lisp Reference Manual.
30500
30501 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
30502
30503 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
30504 (evenp, list*):
30505 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
30506 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
30507
30508 * net/tramp-smb.el (tramp-smb-open-connection):
30509 Pass `tramp-chunksize' as fifth (required) argument.
30510
30511 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
30512
30513 * font-lock.el (lisp-font-lock-keywords-1):
30514 Set `font-lock-negation-char-face' for [^...] char group.
30515 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
30516
30517 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
30518 a var, and refine it to mask one more level of nested vars.
30519 (makefile-rule-action-regex): Turn it into a var, and refine it so
30520 it recognizes backslashed continuation lines as belonging to the
30521 same command.
30522 (makefile-macroassign-regex): Refine it so it recognizes
30523 backslashed continuation lines as belonging to the same command.
30524 (makefile-var-use-regex): Don't look at the next char, because it
30525 might be the same one to be skipped by the initial [^$], leading
30526 to an overlooked variable use.
30527 (makefile-make-font-lock-keywords): Remove two parameters, which
30528 are now variables that some of the modes set locally.
30529 Handle dependency and rule action matching through functions, because
30530 regexps alone match too often. Dependency matching now comes
30531 last, so it can check, whether a colon already matched something else.
30532 (makefile-mode): Inform that font-lock improves makefile parsing
30533 capabilities.
30534 (makefile-match-dependency, makefile-match-action): New functions.
30535
30536 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
30537
30538 * emacs-lisp/cl-extra.el (equalp): Doc fix.
30539
30540 * align.el (align-regexp):
30541 * ansi-color.el (ansi-color-get-face):
30542 * array.el (array-reconfigure-rows, array-init-max-row)
30543 (array-init-max-column, array-init-columns-per-line)
30544 (array-init-field-width):
30545 * dired-aux.el (dired-trample-file-versions):
30546 * dired-x.el (dired-mark-sexp):
30547 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
30548 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
30549 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
30550 * faces.el (face-read-integer):
30551 * files.el (backup-extract-version, insert-directory):
30552 * hexl.el (hexl-insert-decimal-char):
30553 * server.el (server-process-filter):
30554 * shell.el (shell-extract-num):
30555 * startup.el (command-line-1):
30556 * term.el (term-command-hook):
30557 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
30558 (time-stamp-do-number):
30559 * time.el (display-time-update):
30560 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
30561 (timezone-fix-time):
30562 * vms-patch.el (vms-suspend-resume-hook):
30563 * calendar/appt.el (appt-convert-time):
30564 * calendar/cal-bahai.el (mark-bahai-diary-entries):
30565 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
30566 * calendar/cal-islam.el (mark-islamic-diary-entries):
30567 * calendar/calendar.el (calendar-cursor-to-date)
30568 (calendar-star-date):
30569 * calendar/diary-lib.el (diary-attrtype-convert)
30570 (mark-diary-entries, diary-entry-time):
30571 * calendar/solar.el (solar-get-number):
30572 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
30573 * emacs-lisp/re-builder.el (reb-display-subexp):
30574 * emulation/edt.el (edt-set-scroll-margins):
30575 * emulation/tpu-extras.el (tpu-set-scroll-margins):
30576 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
30577 (vip-get-ex-count):
30578 * emulation/viper-ex.el (viper-get-ex-token)
30579 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
30580 * international/fontset.el (fontset-plain-name):
30581 * mail/feedmail.el (feedmail-look-at-queue-directory):
30582 * mail/mailalias.el (mail-get-names):
30583 * mail/rmail.el (rmail-convert-to-babyl-format):
30584 * mail/rmailsum.el (rmail-make-basic-summary-line)
30585 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
30586 (rmail-summary-goto-msg):
30587 * mail/smtpmail.el (smtpmail-read-response):
30588 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
30589 (ange-ftp-vms-add-file-entry):
30590 * play/gametree.el (gametree-looking-at-ply)
30591 (gametree-current-branch-score):
30592 * progmodes/ada-xref.el (ada-prj-find-prj-file)
30593 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
30594 * progmodes/cperl-mode.el (condition-case):
30595 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
30596 (ebrowse-set-member-buffer-column-width)
30597 (ebrowse-select-1st-to-9nth):
30598 * progmodes/etags.el (etags-snarf-tag):
30599 * progmodes/flymake.el (flymake-parse-line):
30600 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
30601 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
30602 (idlwave-shell-menu-def):
30603 * progmodes/ps-mode.el (ps-run-goto-error):
30604 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
30605 (vhdl-speedbar-contract-level):
30606 * term/mac-win.el (x-handle-numeric-switch):
30607 * term/sun-mouse.el (sun-get-frame-data):
30608 * term/w32-win.el (x-handle-numeric-switch):
30609 * term/x-win.el (x-handle-numeric-switch):
30610 * textmodes/ispell.el (ispell-parse-output):
30611 * textmodes/nroff-mode.el (nroff-outline-level):
30612 * textmodes/reftex-cite.el (reftex-bib-sort-year)
30613 (reftex-bib-sort-year-reverse, reftex-format-citation):
30614 * textmodes/reftex-parse.el (reftex-init-section-numbers)
30615 (reftex-section-number):
30616 * textmodes/texinfmt.el (texinfo-paragraphindent):
30617 Replace `string-to-int' by `string-to-number'.
30618
30619 * international/latexenc.el: Add page marker to force the "Local
30620 Variables:" string out of the last page.
30621
30622 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
30623
30624 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
30625 tooltip-change-major-mode.
30626 (gud-tooltip-print-command): Remove case where gud-minor-mode
30627 is gdb ("--fullname").
30628 (gud-tooltip-tips): Turn GUD tooltips off for this case and
30629 explain to user.
30630
30631 2005-05-16 Jay Belanger <belanger@truman.edu>
30632
30633 * calc/calc-store.el (calc-copy-special-constant): New function.
30634
30635 * calc/calc-ext.el (calc-init-extensions): Add binding for
30636 `calc-copy-special-constant'.
30637
30638 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
30639 for the `calc-copy-special-constant' command.
30640
30641 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
30642
30643 * subr.el (left-fringe-p): New function.
30644
30645 * progmodes/compile.el (compilation-setup): Set local value of
30646 overlay-arrow-string to "" always.
30647 (compilation-set-window): Left fringe then don't scroll.
30648 No left fringe then no arrow and scroll message to top.
30649 (compilation-context-lines): Adjust doc string accordingly.
30650
30651 2005-05-16 Kim F. Storm <storm@cua.dk>
30652
30653 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
30654 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
30655 (ido-wide-find-dir-or-delete-dir): New command for M-d.
30656 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
30657 (ido-read-file-name): Handle commands with ido property value
30658 equal to find-file as reading a file name, to allow C-d to enter dired.
30659 (ibuffer-find-file): Add ido property with value find-file.
30660
30661 2005-05-15 Kim F. Storm <storm@cua.dk>
30662
30663 * subr.el (open-network-stream-nowait): Remove.
30664 (open-network-stream-server): Remove.
30665
30666 2005-05-15 Richard M. Stallman <rms@gnu.org>
30667
30668 * faces.el (describe-face): Output a definition link button.
30669
30670 * help-mode.el (help-face-def): New button type.
30671
30672 * emacs-lisp/copyright.el (copyright-fix-years):
30673 Match properly if the first year is 2-digit.
30674 Don't mess up the whitespace after the years by filling.
30675
30676 * dired-aux.el (dired-mark-confirm):
30677 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
30678
30679 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
30680 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
30681 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
30682
30683 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
30684 Set font-lock-comment-start-skip.
30685
30686 * font-lock.el (font-lock-comment-start-skip): New variable.
30687 (font-lock-comment-end-skip): New variable.
30688 (font-lock-fontify-syntactically-region): Use them if non-nil.
30689
30690 2005-05-15 Jay Belanger <belanger@truman.edu>
30691
30692 * calc/calc-store.el (calc-store-value): Return a string rather
30693 than display it as a message.
30694 Use calc-var-name for variable name.
30695 (calc-store-into): Add the result of calc-store-value to message.
30696 (calc-copy-variable): Add a message.
30697 (calc-store-exchange): Improve error messages.
30698 (calc-store-binary, calc-store-map): Don't reset the values of
30699 special constants.
30700
30701 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
30702
30703 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
30704 manual to docstring.
30705
30706 * files.el (hack-local-variables-confirm): Add STRING argument.
30707 Make the function handle non file visiting buffers correctly.
30708 (hack-local-variables-prop-line, hack-local-variables)
30709 (hack-one-local-variable): Use STRING arg of
30710 `hack-local-variables-confirm'.
30711
30712 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
30713
30714 Sync with Tramp 2.0.49.
30715
30716 * net/tramp.el (tramp-handle-dired-call-process)
30717 (tramp-handle-insert-directory):`insert-buffer' cannot be used
30718 because the contents of the Tramp buffer is changed before
30719 insertion (`expand-file' and alike).
30720 (tramp-handle-insert-directory): If `localname' has an empty
30721 nondirectory name, it must not be quoted.
30722 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
30723 variable `tramp-chunksize'. Change callees.
30724 (tramp-open-connection-setup-interactive-shell): Check remote host
30725 for buggy `send-process-string' implementation.
30726 Set `tramp-chunksize' if found. Reported by Michael Kifer
30727 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
30728 (tramp-handle-shell-command): `insert-buffer' cannot be used
30729 because the contents of the Tramp buffer is changed before
30730 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
30731 <frederic.bothamy@free.fr>.
30732 (tramp-set-auto-save): Actions should be done for Tramp file name
30733 handler only. Ange-FTP has its own auto-save mechanism.
30734 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
30735 (tramp-set-auto-save-file-modes): Set file modes of
30736 `buffer-auto-save-file-name' to ?\600 as fallback solution.
30737 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
30738 (tramp-bug): Remove obsolete variable.
30739 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
30740 for presence of `mml-mode'. Make it running for older Emacsen as well.
30741
30742 2005-05-14 John Paul Wallington <jpw@pobox.com>
30743
30744 * ibuf-ext.el (define-ibuffer-filter filename):
30745 If `dired-directory' is a list, use its car.
30746
30747 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
30748
30749 * ibuffer.el (define-ibuffer-column filename):
30750 If `dired-directory' is a list, use its car.
30751
30752 2005-05-14 Richard M. Stallman <rms@gnu.org>
30753
30754 * subr.el (symbol-file): Doc fix.
30755
30756 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
30757 (byte-compile-form): Call byte-compile-nogroup-warn.
30758 (byte-compile-warning-types): Doc fix.
30759
30760 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
30761
30762 * progmodes/cc-engine.el (c-literal-faces):
30763 Add font-lock-comment-delimiter-face.
30764
30765 * net/net-utils.el (dig): Use with-no-warnings.
30766
30767 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
30768 (sc-recite-frame-alist, sc-default-cite-frame)
30769 (sc-default-uncite-frame, sc-default-recite-frame)
30770 (sc-attrib-selection-list, sc-rewrite-header-list):
30771 Mark as risky-local-variable.
30772
30773 * international/ogonek.el (ogonek-jak, ogonek-how):
30774 Don't use beginning-of-buffer.
30775
30776 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
30777
30778 * calendar/solar.el (solar-data-list): Move definition up.
30779
30780 * dnd.el (dnd-protocol-alist): Add autoload.
30781
30782 * progmodes/sh-script.el: Many doc usage fixes.
30783 (sh-indent-after-do): Change default to match common styles.
30784
30785 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
30786
30787 * files.el (interpreter-mode-alist)
30788 (auto-mode-interpreter-regexp): Doc fixes.
30789
30790 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
30791
30792 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
30793
30794 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
30795
30796 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
30797
30798 * dired.el (dired-mode): make-variable-buffer-local =>
30799 make-local-variable.
30800
30801 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
30802
30803 * term/mac-win.el (mac-select-convert-to-string): Try coding
30804 systems in mac-script-code-coding-systems if specified one cannot
30805 encode string for `com.apple.traditional-mac-plain-text'.
30806
30807 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
30808
30809 * progmodes/make-mode.el (makefile-targets-face)
30810 (makefile-shell-face, makefile-makepp-perl-face): New faces.
30811 (makefile-dependency-regex): Fix it to not make the colon in
30812 $(var:a=b) special.
30813 (makefile-rule-action-regex): New regexp for highlighting embedded
30814 Shell strings.
30815 (makefile-macroassign-regex): Handle != for highlighting as
30816 embedded Shell strings.
30817 (makefile-var-use-regex): New const.
30818 (makefile-statements, makefile-automake-statements)
30819 (makefile-gmake-statements, makefile-makepp-statements)
30820 (makefile-bsdmake-statements): New consts.
30821 (makefile-make-font-lock-keywords): New function.
30822 (makefile-automake-font-lock-keywords)
30823 (makefile-gmake-font-lock-keywords)
30824 (makefile-makepp-font-lock-keywords)
30825 (makefile-bsdmake-font-lock-keywords): New consts.
30826 (makefile-mode-map): Add switchers between the various submodes.
30827 (makefile-mode): Document the availability of the variants.
30828 (makefile-automake-mode, makefile-gmake-mode)
30829 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
30830
30831 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
30832 new variants of makefile-mode.
30833
30834 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
30835
30836 * font-lock.el (font-lock-comment-delimiter-face): Fix up
30837 the inheritance.
30838
30839 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
30840
30841 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
30842 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
30843
30844 * files.el (normal-mode): Extend the scope of the
30845 `enable-local-variables' binding to include the `set-auto-mode' call.
30846 (magic-mode-alist): Doc fix.
30847
30848 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
30849
30850 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
30851 font-lock-comment-face rather than copying its setting.
30852
30853 2005-05-12 Andreas Schwab <schwab@suse.de>
30854
30855 * eshell/esh-mode.el (eshell-send-input): Doc fix.
30856
30857 2005-05-12 Lute Kamstra <lute@gnu.org>
30858
30859 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
30860 defcustom for the mode hook variable. Delete the last argument.
30861 * generic-x.el: Fix callers of define-generic-mode.
30862 (generic-x-modes): Delete group.
30863 (show-tabs-tab-face, show-tabs-space-face): Put them in the
30864 generic-x customization group.
30865
30866 2005-05-12 Kim F. Storm <storm@cua.dk>
30867
30868 * font-lock.el (font-lock-negation-char-face): Default to "off".
30869
30870 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
30871 font-lock-negation-char-face to ! in !=.
30872
30873 2005-05-12 Masatake YAMATO <jet@gyve.org>
30874
30875 * add-log.el (find-change-log): Fix typos in the docstring
30876 of function.
30877
30878 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
30879
30880 * international/latexenc.el (latexenc-find-file-coding-system):
30881 Avoid `re-search-forward' when looking for input encoding because
30882 of speed and safety. Better regular expressions for recognizing
30883 input encoding. Limit a search for TeX-master/tex-main-file to
30884 the local variable section.
30885
30886 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
30887
30888 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
30889 syntax of $ to "'" (quote).
30890
30891 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
30892
30893 * dnd.el (dnd-protocol-alist): Improve custom type.
30894
30895 * dired.el (dired-dnd-protocol-alist): New variable.
30896 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
30897 `dired-mode-hook' to the end.
30898
30899 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
30900
30901 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
30902 comment-end if comment-start-skip is not set.
30903 Obey the font-lock-comment-delimiter-face variables.
30904
30905 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
30906
30907 * files.el (executable-find): Move from executable.el. Use
30908 locate-file.
30909 * progmodes/executable.el (executable-find): Move to files.el.
30910
30911 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
30912 when trying to ensure forward progress.
30913
30914 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
30915
30916 * mouse-sel.el (mouse-sel-follow-link-p): New function.
30917 (mouse-select, mouse-select-internal, mouse-extend-internal):
30918 Use it to implement mouse-1-click-follows-link functionality.
30919
30920 2005-05-11 Richard M. Stallman <rms@gnu.org>
30921
30922 * font-lock.el (font-lock-fontify-syntactically-region):
30923 Use font-lock-comment-delimiter-face for comment delimiters.
30924
30925 2005-05-10 Jay Belanger <belanger@truman.edu>
30926
30927 * calc/calc-help.el (calc-m-prefix-help): Add mention of
30928 preserving embedded modes.
30929
30930 2005-05-10 Richard M. Stallman <rms@gnu.org>
30931
30932 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
30933
30934 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
30935 Move from ada-stmt.el.
30936 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
30937
30938 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
30939 Move to ada-mode.el.
30940 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
30941
30942 * cus-edit.el (custom-file): Call file-chase-links.
30943
30944 * files.el (read-directory-name): Fix previous change.
30945 (hack-local-variables-confirm): New function.
30946 (hack-local-variables-prop-line, hack-local-variables)
30947 (hack-one-local-variable): Use it.
30948
30949 2005-05-10 Lute Kamstra <lute@gnu.org>
30950
30951 * font-lock.el (font-lock-keywords-alist)
30952 (font-lock-removed-keywords-alist): Clarify docstrings.
30953
30954 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
30955
30956 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
30957 (gdb-source-info): Check for preprocessor info.
30958 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
30959 a macro for a function.
30960 (gdb-info-breakpoints-custom): Try to find file again if not already
30961 found (user might have used GDB dir command).
30962 (gdb-get-location): Update gdb-location-alist correctly for change
30963 to gdb-info-breakpoints-custom.
30964
30965 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
30966 (gud-tooltip-print-command): Add gdbmi case.
30967 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
30968 preprocessor info.
30969
30970 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
30971
30972 * startup.el (fancy-splash-insert): Fix typo in doc string.
30973
30974 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
30975
30976 * obsolete/float.el (string-to-float):
30977 * obsolete/hilit19.el (hilit-add-pattern):
30978 * obsolete/rnews.el (news-parse-range, news-select-message)
30979 (news-get-pruned-list-of-files): Replace `string-to-int' by
30980 `string-to-number'.
30981
30982 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
30983 `find-file-not-found-hooks'; use `add-hook'.
30984 (uncompress-while-visiting): Set `write-file-functions', not
30985 `write-file-hooks'; use `add-hook'.
30986
30987 2005-05-09 Kim F. Storm <storm@cua.dk>
30988
30989 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
30990 (cua-paste): Handle clipboard action.
30991 (cua--init-keymaps): Remap clipboard-kill-region and
30992 clipboard-kill-ring-save.
30993
30994 2005-05-08 Eli Zaretskii <eliz@gnu.org>
30995
30996 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
30997 Improve commentary.
30998
30999 * simple.el (next-error-overlay-arrow-position): Revert the change
31000 made on 2005-04-30.
31001
31002 2005-05-07 Jay Belanger <belanger@truman.edu>
31003
31004 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
31005 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
31006 `calc-sel-reselect'.
31007
31008 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
31009 Calc is in embedded mode.
31010
31011 2005-05-07 Eli Zaretskii <eliz@gnu.org>
31012
31013 * progmodes/compile.el (compilation-setup):
31014 Set overlay-arrow-string to an empty string on text terminals.
31015
31016 * textmodes/ispell.el (ispell-program-name): Try looking for
31017 "aspell" along exec-path, and if found, use it as the default
31018 speller program.
31019
31020 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
31021
31022 * international/mule.el (sgml-xml-auto-coding-function):
31023 Recognize encoding='FOO' in single quotes as well as in double quotes.
31024
31025 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
31026
31027 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
31028 as well as `interactive', so that defmacro* would recognize
31029 `declare' forms.
31030
31031 2005-05-07 Eli Zaretskii <eliz@gnu.org>
31032
31033 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
31034 Explain more about the LIGHTER arg's usage in the doc string.
31035 Add commentary to clarify what the code does. Fix the regexp that
31036 strips whitespace from LIGHTER. Quote LIGHTER before using it,
31037 since it could have characters special to regular expressions.
31038
31039 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
31040
31041 * replace.el (occur-1): Bind inhibit-read-only so that
31042 erase-buffer doesn't barf on read-only text properties (likewise
31043 for add-text-properties in occur-engine). Mark buffer as unmodified.
31044 (occur-engine): Don't set buffer-read-only here.
31045
31046 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
31047
31048 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
31049 list-buffers-directory. This caused the *cvs-commit* buffer to be
31050 sometimes mistakenly reused as a *cvs* buffer.
31051
31052 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
31053
31054 * tooltip.el: Move code for GUD tooltips into gud.el.
31055 (require): CL no longer needed to compile case.
31056 (tooltip-mode): Do not toggle functions for GUD tooltips.
31057 (tooltip-gud-tips-p): Remove. Replace with minor mode
31058 gud-tooltip-mode in gud.el.
31059 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
31060 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
31061 tooltip-gud prefix with gud-tooltip and obsolete.
31062 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
31063 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
31064 (tooltip-mouse-motion): Mouse movement functions/variable.
31065 Rename in gud.el by adding gud prefix.
31066 (tooltip-gud-original-filter, tooltip-gud-dereference)
31067 (tooltip-gud-event, tooltip-toggle-gud-tips)
31068 (tooltip-gud-process-output, tooltip-gud-print-command)
31069 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
31070 gud.el by replacing tooltip-gud prefix with gud-tooltip.
31071 (gdb-tooltip-print): Move to gdb-ui.el.
31072
31073 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
31074 (require): CL needed to compile case.
31075 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
31076 tooltip-gud-tips-p. Make it a minor-mode.
31077 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
31078 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
31079 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
31080 (gud-tooltip-change-major-mode)
31081 (gud-tooltip-activate-mouse-motions-if-enabled)
31082 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
31083 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
31084 (gud-tooltip-original-filter, gud-tooltip-dereference)
31085 (gud-tooltip-event, tooltip-toggle-gud-tips)
31086 (gud-tooltip-process-output, gud-tooltip-print-command)
31087 (gud-tooltip-tips): Move from tooltip.el.
31088
31089 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
31090 (gdb-cpp-define-alist-flags): Doc fix.
31091 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
31092 gud-tooltip-mode is t.
31093
31094 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
31095
31096 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
31097 evaporate if their text is deleted.
31098 (goto-address-at-point): Make it work as a mouse binding as well.
31099 (goto-address-at-mouse): Obsolete it. Update users.
31100
31101 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
31102
31103 * calendar/appt.el (top-level): No longer activate on load.
31104
31105 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
31106
31107 * calendar/cal-bahai.el (mark-bahai-diary-entries):
31108 * net/webjump.el (webjump):
31109 * progmodes/idlw-help.el (idlwave-do-context-help1)
31110 (idlwave-highlight-linked-completions):
31111 * textmodes/po.el (po-find-file-coding-system-guts):
31112 Replace `assoc-ignore-case' by `assoc-string'.
31113
31114 2005-05-06 Eli Zaretskii <eliz@gnu.org>
31115
31116 * files.el (locate-file): Doc fix.
31117
31118 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
31119 Remove the redundant test for ms-dos.
31120
31121 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
31122 look for the preprocessor with exec-suffixes. If not found in
31123 standard places, look in exec-path. Remove most of the tests that
31124 used system-type.
31125
31126 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
31127
31128 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
31129
31130 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
31131 file-name clash with jka-compr.el on 8+3 filesystems.
31132
31133 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31134
31135 * term/mac-win.el: Don't define or bind scroll bar functions if
31136 x-toolkit-scroll-bars is t.
31137 (x-select-text, x-get-selection-value): Clear
31138 x-last-selected-text-clipboard if x-select-enable-clipboard is
31139 nil.
31140 (PRIMARY): Put mac-scrap-name property.
31141 (mac-select-convert-to-file-url): New function.
31142 (public.file-url): New selection target type. Add to
31143 selection-converter-alist.
31144 (x-get-selection, x-selection-value): Handle it.
31145 (x-cut-buffer-or-selection-value): New alias.
31146
31147 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
31148
31149 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
31150 entry to avoid calling bibtex-find-entry with arg global
31151 being t. Remove arg key.
31152 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
31153 (bibtex-copy-summary-as-kill): Change accordingly.
31154
31155 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
31156
31157 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
31158 (org-agenda-date-later): Use with-current-buffer.
31159
31160 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
31161
31162 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
31163 (define-obsolete-variable-alias): Doc Fixes.
31164
31165 2005-05-06 Kim F. Storm <storm@cua.dk>
31166
31167 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
31168 vertical-motion when selective-display is active.
31169
31170 * ido.el (ido-setup-hook): New hook.
31171 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
31172 (ido-input-stack): New var.
31173 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
31174 ido-next-work-file binding to M-O.
31175 Bind M-f to ido-wide-find-file-or-pop-dir.
31176 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
31177 (ido-read-internal): Run ido-setup-hook.
31178 Catch quit in read-file-name and read-string to cancel edit.
31179 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
31180 Automatically pop-all when completing a directory name (RET).
31181 (ido-file-internal): Add with-no-warnings around ffap and dired code.
31182 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
31183 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
31184 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
31185 New functions for M-b/M-f to move among the directory components.
31186 (ido-make-merged-file-list): Catch quit to cancel merge.
31187 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
31188 (ido-completion-help): No warnings for ido-completion-buffer-full.
31189
31190 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
31191
31192 * font-lock.el (font-lock-negation-char-face): New face and variable.
31193 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
31194 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
31195 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
31196 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
31197
31198 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
31199
31200 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
31201 Fix typo in docstring.
31202
31203 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
31204 (ebrowse-print-statistics-line)
31205 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
31206
31207 * term/w32-win.el (image-library-alist): Add additional name for
31208 Xpm library.
31209
31210 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
31211
31212 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
31213 use gcc instead of cpp.
31214
31215 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
31216 (gdb-create-define-alist): Use it.
31217 (gdb-cpp-define-alist-program): Update for MS-DOS.
31218
31219 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
31220
31221 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
31222
31223 2005-05-04 Richard M. Stallman <rms@gnu.org>
31224
31225 * help.el (describe-key): No error when UNTRANSLATED is nil.
31226
31227 * simple.el (line-move-1): Fix previous change to signal errors
31228 appropriately.
31229
31230 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
31231
31232 * calendar/icalendar.el (icalendar-version): Now at 0.12.
31233 (icalendar-duration-correction): Remove.
31234 (icalendar--get-event-properties): Split result at commas.
31235 (icalendar--decode-isoduration): New optional argument
31236 DURATION-CORRECTION.
31237 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
31238 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
31239 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
31240 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
31241 (icalendar--convert-anniversary-to-ical): New functions, extracted
31242 from icalendar-export-region, with bug fixes.
31243 (icalendar-export-region): Use the above functions.
31244 (icalendar-import-buffer): Check before saving diary file.
31245 (icalendar--convert-recurring-to-diary)
31246 (icalendar--convert-non-recurring-all-day-to-diary)
31247 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
31248 extracted from icalendar--convert-ical-to-diary, with bug fixes.
31249 (icalendar--convert-ical-to-diary): Use the above functions.
31250
31251 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
31252
31253 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
31254 Remove these recent additions.
31255 (c-mode): Restore to before 2005-04-28.
31256
31257 * progmodes/cc-vars.el (cc-define-list-program): Remove this
31258 recent addition.
31259
31260 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
31261 (gdb-define-alist): New variables.
31262 (gdb-create-define-alist): New function.
31263 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
31264 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
31265 with string-to-number.
31266 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
31267
31268 * progmodes/gud.el: Replace string-to-int with string-to-number.
31269 (gud-find-file): Handle gdb-define-alist.
31270
31271 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
31272
31273 2005-05-02 Jay Belanger <belanger@truman.edu>
31274
31275 * calc/calc-aent.el (math-read-token):
31276 * calc/calc-bin.el (calc-word-size):
31277 * calc/calc-ext.el (calc-read-number-fancy):
31278 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
31279 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
31280 * calc/calc-frac.el (calc-over-notation):
31281 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
31282 (calc-graph-num-points, calc-graph-init):
31283 * calc/calc-prog.el (calc-read-parse-table-part)
31284 (calc-edit-macro-repeats):
31285 * calc/calc-yank.el (calc-do-grab-rectangle):
31286 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
31287 Replace `string-to-int' by `string-to-number'.
31288
31289 2005-05-02 Kim F. Storm <storm@cua.dk>
31290
31291 * kmacro.el: Use executing-kbd-macro-index variable.
31292
31293 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
31294
31295 * net/rlogin.el (rlogin-parse-words): Delete func.
31296 (rlogin): Use split-string, not rlogin-parse-words.
31297 Also, if there are option-like elements in the parsed args,
31298 take the host to be the first arg immediately following them.
31299 Suggested by Michael Mauger.
31300
31301 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
31302
31303 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
31304
31305 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
31306
31307 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
31308 (cc-mode-cpp-program): Rename to cc-define-list-program and
31309 move to cc-vars.el.
31310
31311 * progmodes/cc-vars.el (cc-define-list-program):
31312 Change to "gcc -E -dM -". Make customizable.
31313
31314 2005-05-02 Kim F. Storm <storm@cua.dk>
31315
31316 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
31317
31318 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
31319
31320 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
31321
31322 * international/mule-util.el (truncate-string): Remove alias and
31323 obsolete declaration.
31324
31325 * international/mule-cmds.el (update-iso-coding-systems):
31326 Remove alias and obsolete declaration.
31327
31328 * international/mule.el (coding-system-parent): Remove alias and
31329 obsolete declaration.
31330
31331 * subr.el (define-function, sref): Remove aliases and obsolete
31332 declarations.
31333 (chars-in-region): Remove obsolete declaration.
31334
31335 2005-05-01 Richard M. Stallman <rms@gnu.org>
31336
31337 * info.el (Info-mode): Set widen-automatically to nil, locally.
31338
31339 * simple.el (widen-automatically): New variable.
31340 (pop-global-mark): Obey widen-automatically.
31341
31342 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
31343
31344 * term/xterm.el (function-key-map): Call substitute-key-definition
31345 before the keymap size is increased by a lot of define-key calls.
31346
31347 2005-05-01 Richard M. Stallman <rms@gnu.org>
31348
31349 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
31350 Rename ARG to ELEMENT. Doc fix.
31351
31352 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
31353
31354 * allout.el (allout-exposure): Remove macro and obsolete declaration.
31355 Remove references to allout-exposure/change to allout-new-exposure.
31356
31357 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
31358 bytecode symbols.
31359
31360 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
31361 (compiled-function-p, focus-frame, unfocus-frame):
31362 Remove aliases and obsolete declarations.
31363 Back out inadvertent changes from previous commit.
31364
31365 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
31366
31367 * files.el (require-final-newline): Make Custom tags consistent
31368 with mode-require-final-newline.
31369 (mode-require-final-newline): Doc fix.
31370
31371 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
31372
31373 * international/latexenc.el (latexenc-find-file-coding-system):
31374 Fix regular expressions.
31375
31376 2005-05-01 David Kastrup <dak@gnu.org>
31377
31378 * international/latexenc.el (latexenc-find-file-coding-system):
31379 Fix regular expressions.
31380
31381 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
31382
31383 * subr.el (string-to-int): Make obsolete.
31384
31385 2005-04-30 Richard M. Stallman <rms@gnu.org>
31386
31387 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
31388
31389 * loadup.el: Load jka-comp-hook.
31390
31391 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
31392 (jka-compr-handler): Add autoload. `put' calls moved
31393 to jka-comp-hook.el.
31394 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
31395 (jka-compr-inhibit): Autoload.
31396
31397 * jka-comp-hook.el: New file.
31398 Enable the mode by default.
31399
31400 * files.el (backup-buffer-copy): Use copy-file instead
31401 of write-region, and put back the 'excl.
31402
31403 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
31404
31405 * progmodes/flymake.el (flymake-split-string)
31406 (flymake-split-string, flymake-log, flymake-pid-to-names)
31407 (flymake-reg-names, flymake-get-source-buffer-name)
31408 (flymake-unreg-names, flymake-add-line-err-info)
31409 (flymake-add-err-info): Clarify docstrings.
31410 (flymake-popup-menu, flymake-make-emacs-menu)
31411 (flymake-make-xemacs-menu): Add docstrings.
31412 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
31413 Set variables directly throughout.
31414
31415 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
31416
31417 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
31418 exists. Initialize cc-define-alist.
31419 (c-mode): Add cc-create-define-alist locally to after-save-hook.
31420 If there is no file (Macroexpansion) don't create an alist.
31421
31422 2005-04-29 Sam Steingold <sds@gnu.org>
31423
31424 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
31425 (cc-create-define-alist): Use it instead of the hard-coded string.
31426
31427 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
31428
31429 * international/mule-conf.el (file-coding-system-alist): Fix regexp
31430 for latexenc.
31431
31432 2005-04-29 Lute Kamstra <lute@gnu.org>
31433
31434 * emacs-lisp/generic.el: Improve commentary section.
31435 (define-generic-mode): Improve docstring.
31436
31437 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
31438
31439 * textmodes/org.el (many places): Change to quiet the byte compiler.
31440 (org-prefix-format-compiled): New variable.
31441 (org-compile-prefix-format): New function.
31442 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
31443 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
31444 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
31445 (org-get-entries-from-diary): Use `org-get-time-of-day' for
31446 consistency with entries from `org-mode' files.
31447 (org-get-time-of-day): Fix bug with partial matches early in a line.
31448 (org-non-link-chars): New constant.
31449 (org-link-regexp): Respect `org-non-link-chars'.
31450 (org-agenda-day-view): Remove command.
31451 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
31452 (org-follow-bbdb-link, org-store-link): Search also company field.
31453 (org-highlight-overlay): New variable.
31454 (org-highlight, org-unhighlight): New functions.
31455 (org-agenda-mode): Add pre-command-hook to remove highlight.
31456 (org-evaluate-time-range): Behavior depends upon whether time stamp
31457 contains a time or not.
31458 (org-show-subtree, org-show-entry): New functions.
31459 (org-agenda-cleanup-fancy-diary): Remove empty lines.
31460
31461 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
31462
31463 * comint.el (comint-output-filter-functions): Add autoload cookie.
31464
31465 2005-04-28 Kim F. Storm <storm@cua.dk>
31466
31467 * ido.el (ido-everywhere): Fix last change.
31468
31469 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
31470
31471 * international/latexenc.el: New file.
31472 * international/mule-conf.el (file-coding-system-alist): For .tex,
31473 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
31474
31475 2005-04-28 Lute Kamstra <lute@gnu.org>
31476
31477 * font-lock.el (font-lock-add-keywords)
31478 (font-lock-remove-keywords): Clarify docstring.
31479 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
31480 Don't start docstrings with a `*'.
31481 (font-lock-update-removed-keyword-alist): Give it a docstring.
31482
31483 * generic-x.el: Update commentary section.
31484 Only require font-lock when compiling.
31485 Define all modes conditionally.
31486 Place all generic modes in the generic-x-modes customization group.
31487 (generic-x-modes): New customization group.
31488 (generic-default-modes, generic-mswindows-modes)
31489 (generic-unix-modes, generic-other-modes): New constants.
31490 (generic-define-mswindows-modes, generic-define-unix-modes):
31491 Update docstrings. Make them obsolete.
31492 (generic-extras-enable-list): New default value. Update docstring.
31493 Improve :type. Change :set function.
31494 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
31495 Fix docstring.
31496
31497 * emacs-lisp/generic.el (generic-mode-internal):
31498 Simplify font-lock-defaults.
31499 (define-generic-mode): Fix docstring.
31500
31501 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
31502
31503 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
31504 font-lock-face property to highlight matches.
31505
31506 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
31507
31508 * progmodes/cc-mode.el (cc-create-define-alist): New function.
31509 (cc-define-alist): New variable.
31510 (c-mode): Make it local and initialize it.
31511
31512 * progmodes/gdb-ui.el (gdb-active-process): New variable.
31513 (gdb-exited): New function.
31514 (gdb-annotation-rules): Use it.
31515 (gdb-starting): Set gdb-active-process to t.
31516 (gdb-stopping): Amend doc string.
31517 (gdb-reset): Set gdb-active-process to nil.
31518
31519 * tooltip.el (tooltip-gud-tips): Show the associated #define
31520 directives when a C program under GDB is not executing.
31521
31522 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
31523
31524 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
31525 font-lock-fontify-syntactic-keywords.
31526
31527 * font-lock.el (font-lock-default-fontify-region): Don't force
31528 parse-sexp-lookup-properties to nil.
31529
31530 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
31531
31532 * man.el (man-mode-syntax-table): Set up `:' to have
31533 word-constituent syntax.
31534
31535 2005-04-27 Lute Kamstra <lute@gnu.org>
31536
31537 * novice.el (disable-command): Don't add spurious newlines to the
31538 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
31539
31540 2005-04-26 Jay Belanger <belanger@truman.edu>
31541
31542 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
31543 than one window before deleting window.
31544
31545 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
31546
31547 * shell.el (shell-prompt-pattern): Doc fix.
31548 (shell-mode): Set paragraph-separate buffer locally to "\\'".
31549
31550 * comint.el (comint-prompt-regexp, comint-get-old-input)
31551 (comint-use-prompt-regexp)
31552 (comint-use-prompt-regexp-instead-of-fields)
31553 (comint-replace-by-expanded-history, comint-send-input)
31554 (comint-output-filter, comint-get-old-input-default)
31555 (comint-line-beginning-position, comint-bol, comint-show-output)
31556 (comint-backward-matching-input, comint-forward-matching-input)
31557 (comint-next-prompt, comint-previous-prompt):
31558 Rename `comint-use-prompt-regexp-instead-of-fields' to
31559 `comint-use-prompt-regexp'. Keep old name as alias and declare
31560 obsolete.
31561 (comint-use-prompt-regexp): Shorten first line of doc string.
31562
31563 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
31564 Set paragraph-separate buffer locally to "\\'".
31565
31566 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
31567 Adapt to above name change.
31568
31569 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
31570 (smbclient-prompt-regexp): Ditto.
31571
31572 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
31573
31574 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
31575
31576 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
31577 gdb-location-list.
31578 Break lines that are over 80 characters wide.
31579
31580 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
31581
31582 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
31583 New fun and var, to preserve compatibility.
31584
31585 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
31586
31587 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
31588
31589 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
31590 name to file-newer-than-file-p.
31591
31592 2005-04-26 Richard M. Stallman <rms@gnu.org>
31593
31594 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
31595
31596 * progmodes/python.el (python-mode):
31597 Use new name eldoc-documentation-function.
31598
31599 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
31600
31601 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
31602 (eldoc-documentation-function):
31603 Rename from eldoc-print-current-symbol-info-function. Calls changed.
31604
31605 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
31606
31607 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
31608
31609 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
31610
31611 * term/xterm.el (function-key-map): Fix strings for
31612 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
31613 {C,S,A,C-S}-{f1-f12}.
31614
31615 2005-04-26 Kenichi Handa <handa@m17n.org>
31616
31617 * international/mule-cmds.el (select-safe-coding-system):
31618 Fix previous change.
31619
31620 2005-04-26 Lute Kamstra <lute@gnu.org>
31621
31622 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
31623
31624 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
31625 (font-lock-comment-delimiter-face): Ditto.
31626
31627 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
31628
31629 2005-04-25 Jay Belanger <belanger@truman.edu>
31630
31631 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
31632 to t while inserting information; use help-mode.
31633
31634 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
31635
31636 * term.el (ansi-term-color-vector): Use the xterm colors.
31637 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
31638
31639 2005-04-25 Lute Kamstra <lute@gnu.org>
31640
31641 * font-core.el (font-lock-defaults): Fix docstring.
31642
31643 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
31644
31645 2005-04-25 Kenichi Handa <handa@m17n.org>
31646
31647 * international/mule-cmds.el (select-safe-coding-system):
31648 Don't check consistency with coding: spec, etc if raw-text or
31649 no-conversion was found to be safe.
31650
31651 2005-04-24 Richard M. Stallman <rms@gnu.org>
31652
31653 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
31654 citation markers at start of each line.
31655
31656 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
31657 citation markers at start of each line.
31658
31659 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
31660
31661 * files.el (mode-require-final-newline): Fix previous change.
31662 (require-final-newline): Fix type label.
31663
31664 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
31665
31666 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
31667 statement in buffer (broken by 2004-11-24 change).
31668
31669 2005-04-24 Kim F. Storm <storm@cua.dk>
31670
31671 * ido.el (ido-everywhere): Save and restore old read-buffer-function
31672 and read-file-name-function values. Don't overwrite existing
31673 non-nil values if ido-mode is enabled without ido-everywhere.
31674
31675 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
31676
31677 * files.el (mode-require-final-newline): Minor doc fix.
31678
31679 2005-04-24 Eli Zaretskii <eliz@gnu.org>
31680
31681 * subr.el (syntax-after): Doc fix.
31682 (syntax-class): If argument is nil, return nil. Mask off upper 16
31683 bits, not 8 bits.
31684
31685 * files.el (mode-require-final-newline): Doc fix.
31686 (backup-buffer-copy): Fix last change.
31687
31688 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31689
31690 * term/mac-win.el: Require select. Set selection-coding-system to
31691 mac-system-coding-system. Call menu-bar-enable-clipboard.
31692 (x-last-selected-text-clipboard, x-last-selected-text-primary)
31693 (x-select-enable-clipboard): New variables.
31694 (x-select-text, x-get-selection, x-selection-value)
31695 (x-get-selection-value, mac-select-convert-to-string)
31696 (mac-services-open-file, mac-services-open-selection)
31697 (mac-services-insert-text): New functions.
31698 (CLIPBOARD, FIND): Put mac-scrap-name property.
31699 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
31700 (public.tiff): Put mac-ostype property.
31701 (selection-converter-alist): Add entries for them.
31702 (mac-application-menu-map): New keymap.
31703 (interprogram-cut-function, interprogram-paste-function): Set to
31704 x-select-text and x-get-selection-value, respectively.
31705 (split-window-keep-point): Set to t.
31706
31707 2005-04-23 Richard M. Stallman <rms@gnu.org>
31708
31709 * files.el (read-directory-name): Always pass non-nil
31710 DEFAULT-FILENAME arg to read-file-name.
31711 (backup-buffer-copy, basic-save-buffer-2): Take care against
31712 writing thru an unexpected existing symlink.
31713 (revert-buffer): In indirect buffer, revert the base buffer.
31714 (magic-mode-alist): Doc fix.
31715 (buffer-stale-function): Doc fix.
31716 (minibuffer-with-setup-hook): Avoid warning.
31717 (mode-require-final-newline): Doc and custom fix.
31718
31719 * follow.el (follow-end-of-buffer): Use with-no-warnings.
31720
31721 * font-lock.el (font-lock-comment-face): On terminals with few colors,
31722 use the default appearance.
31723 (font-lock-comment-delimiter-face): New face, new variable.
31724
31725 * imenu.el (imenu--generic-function): The official position of a
31726 definition is the start of the line that BEG is in.
31727
31728 * midnight.el (midnight-timer): Move defvar up.
31729
31730 * mouse.el (mouse-drag-region-1): Delete some debugging code.
31731
31732 * saveplace.el (save-place-to-alist): Use with-no-warnings.
31733
31734 * startup.el (command-line): Use with-no-warnings.
31735
31736 * window.el (window-size-fixed): New defvar.
31737
31738 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
31739
31740 * mail/rmail.el (rmail-font-lock-keywords):
31741 Use font-lock-comment-delimiter-face.
31742
31743 * mail/sendmail.el (mail-font-lock-keywords):
31744 Use font-lock-comment-delimiter-face.
31745
31746 * progmodes/compile.el (next-error-highlight-timer): New defvar.
31747
31748 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
31749
31750 * progmodes/compile.el (compilation-mode-font-lock-keywords):
31751 Specify t for LAXMATCH when matching directories.
31752 Save match data around compilation-compat-error-properties form.
31753
31754 2005-04-23 David Kastrup <dak@gnu.org>
31755
31756 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
31757 Mention that the autoloaded aliases should be kept for AUCTeX.
31758
31759 2005-04-23 Andreas Schwab <schwab@suse.de>
31760
31761 * isearch.el (isearch-forward): Doc fix.
31762
31763 2005-04-23 Eli Zaretskii <eliz@gnu.org>
31764
31765 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
31766 (jit-lock-stealth-nice): Change default value to 0.5.
31767
31768 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
31769
31770 * abbrev.el (write-abbrev-file): Write table entries in
31771 alphabetical order by table name.
31772
31773 2005-04-22 Kim F. Storm <storm@cua.dk>
31774
31775 * ido.el (ido-read-internal): Fix `list' completion.
31776
31777 2005-04-22 Kenichi Handa <handa@m17n.org>
31778
31779 * recentf.el (recentf-save-file-coding-system): New variable.
31780 (recentf-save-list): Encode the file by
31781 recentf-save-file-coding-system and add coding: tag.
31782
31783 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
31784
31785 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
31786
31787 2005-04-21 Lute Kamstra <lute@gnu.org>
31788
31789 * loadhist.el (unload-feature): Don't remove a function from hooks
31790 if it is about to be restored to an autoload . Remove functions
31791 that will become unbound from auto-mode-alist. Simplify the code.
31792
31793 * subr.el (assq-delete-all): New implementation that is linear,
31794 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
31795 (rassq-delete-all): New function.
31796
31797 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
31798 Add size-indication-mode.
31799
31800 2005-04-21 Kenichi Handa <handa@m17n.org>
31801
31802 * international/mule-cmds.el: Add autoload for widget-value in
31803 eval-when-compile.
31804
31805 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
31806
31807 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
31808 Add tooltip-mode.
31809
31810 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
31811
31812 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
31813
31814 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
31815 (inferior-lisp-filter-regexp, inferior-lisp-program)
31816 (inferior-lisp-load-command, inferior-lisp-prompt)
31817 (inferior-lisp-mode-hook, lisp-source-modes)
31818 (inferior-lisp-load-hook): defvar->defcustom.
31819 (inferior-lisp-program, inferior-lisp-prompt)
31820 (inferior-lisp-load-hook): Doc fixes.
31821 (inferior-lisp-install-letter-bindings): Small change in
31822 introductory comment.
31823
31824 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
31825
31826 * vc.el (vc-annotate-color-map): Change some colors so that text
31827 using them as foreground is readable on both white and black
31828 backgrounds.
31829
31830 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
31831
31832 * international/mule-conf.el (translation-table-for-input):
31833 Remove redundant declaration.
31834
31835 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
31836
31837 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
31838
31839 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
31840 (tooltip-toggle-gud-tips): New function.
31841
31842 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31843
31844 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
31845 right angle brackets.
31846
31847 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
31848
31849 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
31850
31851 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
31852
31853 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
31854 Remove. Update callers to use expand-file-name instead.
31855
31856 * subr.el (syntax-class): New function.
31857
31858 * simple.el (blink-matching-open): Use it.
31859
31860 * paren.el (show-paren-function): Use it to recognize parens that are
31861 also used in 2-char comment markers.
31862
31863 2005-04-19 Lute Kamstra <lute@gnu.org>
31864
31865 * loadhist.el (unload-feature): Update for new format of
31866 load-history. Simplify the code.
31867
31868 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31869
31870 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
31871 (mac-add-charset-info): New function. Initialize variable
31872 mac-charset-info-alist using it.
31873 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
31874 for translation.
31875 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
31876 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
31877 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
31878 New CCL programs.
31879
31880 2005-04-19 Kim F. Storm <storm@cua.dk>
31881
31882 * simple.el (next-buffer, prev-buffer, next-error)
31883 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
31884 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
31885
31886 * bindings.el (next-buffer, prev-buffer, next-error)
31887 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
31888 (clone-indirect-buffer-other-window): Move bindings from simple.el.
31889 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
31890 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
31891
31892 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
31893
31894 * isearch.el (isearch-edit-string): Make the search-ring available for
31895 minibuffer history commands.
31896 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
31897 the default history commands now work just as well.
31898 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
31899
31900 2005-04-18 Kim F. Storm <storm@cua.dk>
31901
31902 * emulation/cua-base.el (cua--pre-command-handler): Add more
31903 elaborate check for shift modifier on non-window systems.
31904
31905 2005-04-18 Lars Hansen <larsh@math.ku.dk>
31906
31907 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
31908
31909 2005-04-18 Kim F. Storm <storm@cua.dk>
31910
31911 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
31912 and make it optional. Don't test tooltip-gud-echo-area here.
31913 (tooltip-gud-process-output, gdb-tooltip-print):
31914 Pass tooltip-gud-echo-area to tooltip-show.
31915 (tooltip-help-tips): Remove second optional arg to tooltip-show.
31916
31917 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31918
31919 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
31920 `display-graphic-p' may not be bound yet.
31921
31922 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
31923
31924 * startup.el (command-line): No longer enable Xterm Mouse mode by
31925 default in terminals compatible with xterm.
31926
31927 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
31928
31929 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
31930
31931 * tooltip.el (tooltip-gud-echo-area): Rename from
31932 tooltip-use-echo-area.
31933 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
31934 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
31935 area independently of where help tooltips are displayed.
31936
31937 2005-04-17 David Kastrup <dak@gnu.org>
31938
31939 * cus-theme.el (custom-theme-write-variables): Quote variables
31940 where necessary.
31941
31942 2005-04-17 Richard M. Stallman <rms@gnu.org>
31943
31944 * simple.el (yank-excluded-properties): Add follow-link to value.
31945
31946 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
31947
31948 * startup.el (fancy-splash-max-time): Just 30 seconds.
31949 (fancy-splash-delay): Just 7.
31950 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
31951
31952 * loadhist.el (unload-feature): Update for new format of load-history.
31953 Simplify the code.
31954
31955 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
31956 (rmail-font-lock-keywords): Don't fontify the text of a citation.
31957
31958 * mail/sendmail.el (mail-font-lock-keywords):
31959 Don't fontify subject text.
31960 Don't fontify the text of a citation.
31961
31962 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
31963
31964 * comint.el (comint-output-filter): Run comint-output-filter-functions
31965 with point where the user had it.
31966
31967 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
31968
31969 * international/ucs-tables.el (ucs-set-table-for-input):
31970 Disable when using unify-on-decoding.
31971
31972 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
31973
31974 * emulation/cua-base.el (cua-global-mark-face): Add special case
31975 for displays supporting a high number of colors.
31976
31977 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
31978
31979 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
31980
31981 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
31982
31983 * filesets.el (filesets-add-buffer): If user supplies a name of a
31984 non-existing fileset, create a new fileset.
31985
31986 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
31987
31988 * textmodes/org.el (org-up-heading-all): Fix bug with
31989 `outline-up-heading-all'.
31990
31991 2005-04-16 Andreas Schwab <schwab@suse.de>
31992
31993 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
31994 /etc/permissions.d/* and /etc/aliases.d/*.
31995
31996 2005-04-16 Kenichi Handa <handa@m17n.org>
31997
31998 * international/code-pages.el (cp-make-coding-system):
31999 Set `translation-table-for-input' property value to the symbol
32000 ucs-mule-to-mule-unicode, not to that value.
32001 (pt154): Escape guillemet by `\'.
32002
32003 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
32004
32005 * loadup.el: Load tooltip if x-show-tip is fboundp.
32006
32007 * startup.el (command-line): Add comment.
32008
32009 * tooltip.el (tooltip-mode): Specify correct standard value for
32010 Custom in init-value.
32011
32012 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
32013
32014 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
32015 possible.
32016
32017 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
32018
32019 * textmodes/org.el (org-agenda-date-prompt): Rename from
32020 `org-agenda-date-today'.
32021 (org-evaluate-time-range): Insert at point instead of directly
32022 after time range.
32023 (org-first-headline-recenter, org-subtree-end-visible-p)
32024 (org-optimize-window-after-visibility-change): New functions
32025 (org-agenda-post-command-hook): Don't allow point at end of line,
32026 to make sure it always hits the text properties.
32027 (org-agenda-next-date-line, org-agenda-previous-date-line):
32028 New commands.
32029 (org-set-regexps-and-options): Category may contain white space.
32030 (org-agenda-get-deadlines, org-agenda-get-scheduled):
32031 Improve marker positions.
32032 (org-agenda-new-marker): Argument POS made optional.
32033 (org-agenda-get-timestamps): Deadlines which are done are listed
32034 in org-done-face now.
32035 (org-agenda-get-todos, org-agenda-get-timestamps)
32036 (org-agenda-get-deadlines, org-agenda-get-scheduled):
32037 Set `undone-face' and `done-face' properties.
32038 (org-last-todo-state-is-todo): New variable.
32039 (org-todo): Set `org-last-todo-state-is-todo'.
32040 (org-agenda-todo): Change face according to
32041 `org-last-todo-state-is-todo'. And change other lines referring to
32042 the same entry.
32043 (org-calendar-goto-agenda): New command.
32044 (org-calendar-to-agenda-key): New option.
32045 (org-startup-folded): New allowed value `content'.
32046 (org-set-regexps-and-options): Accept new value `content' for
32047 `org-startup-folded'.
32048 (org-get-current-options): Handle new value `content' for
32049 `org-startup-folded'.
32050 (org-insert-todo-heading): New command.
32051 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
32052 interactively in empty file and option
32053 `org-insert-mode-line-in-empty-file' has been set.
32054 (org-agenda-todo, org-agenda-priority): Modify to use
32055 `org-agenda-change-all-lines'.
32056 (org-warning-face): Change color on dark background.
32057
32058 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
32059
32060 * international/mule-cmds.el (set-locale-environment): On Mac OS,
32061 use preferences AppleLocale and AppleLanguages, and variable
32062 mac-system-locale for default locale. On Mac OS Classic, use
32063 mac-system-coding-system for default coding systems.
32064
32065 * term/mac-win.el: Don't set file-name-coding-system.
32066 Decode variables system-name, emacs-build-system, user-login-name, and
32067 user-full-name by mac-system-coding-system on Mac OS Classic.
32068 (mac-system-coding-system): New variable.
32069
32070 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
32071
32072 * startup.el (command-line): Handle `xterm-mouse-mode' before
32073 reading init file.
32074
32075 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
32076
32077 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
32078
32079 * progmodes/sh-script.el (sh-here-document-word): Make it a
32080 defcustom. Doc fix.
32081 (sh-add): Bash uses $(( )) for arithmetic.
32082 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
32083 (sh-maybe-here-document): Remove quotes and leading whitespace
32084 from heredoc word when closing. Indent heredoc with tabs if word
32085 starts with "-".
32086
32087 2005-04-13 Richard M. Stallman <rms@gnu.org>
32088
32089 * simple.el (undo): Fix previous change.
32090
32091 * custom.el (defface): Doc fix.
32092
32093 2005-04-13 Lute Kamstra <lute@gnu.org>
32094
32095 * Makefile.in (DONTCOMPILE): Remove list.
32096 (compile, compile-always): Don't use DONTCOMPILE.
32097 (update-authors): Load the library in which batch-update-authors
32098 is defined.
32099 * makefile.w32-in (DONTCOMPILE): Remove list.
32100 (compile, compile-always): Fix comments.
32101 (update-authors): Load the library in which batch-update-authors
32102 is defined.
32103
32104 * generic-x.el (generic-mode-ini-file-find-file-hook):
32105 Rename to ini-generic-mode-find-file-hook.
32106 Keep generic-mode-ini-file-find-file-hook as an alias.
32107 (ini-generic-mode-find-file-hook): Rename from
32108 generic-mode-ini-file-find-file-hook. Fix docstring.
32109 (ini-generic-mode): Docstring change.
32110 (bat-generic-mode-run-as-comint): Silence the byte compiler.
32111
32112 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
32113 called from lisp.
32114
32115 * generic.el: Move to the emacs-lisp subdir.
32116
32117 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
32118
32119 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
32120 and C-S- function and cursor motion keys.
32121
32122 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
32123
32124 * startup.el (command-line): Enable Xterm Mouse mode by default.
32125 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
32126 for Custom. No longer show "Mouse" in mode line when enabled.
32127 Doc fix.
32128
32129 2005-04-12 Kim F. Storm <storm@cua.dk>
32130
32131 * emulation/cua-base.el (cua-rectangle-face)
32132 (cua-rectangle-noselect-face): Define face attributes here.
32133
32134 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
32135
32136 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
32137
32138 * startup.el (command-line): Turn off blinking cursor if
32139 cursorBlink in resources is off or false.
32140
32141 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
32142
32143 * term/mac-win.el (dnd): Require dnd.
32144 (mac-drag-n-drop): Call dnd-handle-one-url.
32145 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
32146 (kTextEncodingISOLatin2): Remove constants.
32147 (mac-script-code-coding-systems): New constant.
32148 (mac-handle-language-change): New function.
32149 (special-event-map): Bind it to `language-change' event.
32150 (mac-centraleurroman, mac-cyrillic): New coding systems.
32151 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
32152 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
32153 and mac-cyrillic-encoder to encode-mac-centraleurroman and
32154 encode-mac-cyrillic, respectively.
32155
32156 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
32157
32158 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
32159 Don't set overlay-arrow-string to "=>" as this is done
32160 globally in C now.
32161
32162 2005-04-12 Lute Kamstra <lute@gnu.org>
32163
32164 * generic-x.el (rc-generic-mode, rul-generic-mode):
32165 Fix auto-mode-alist entries.
32166 (etc-fstab-generic-mode): Tweak fontification.
32167
32168 * generic.el (generic-make-keywords-list): Fix docstring.
32169 (generic-mode-internal): Simplify generic-font-lock-keywords.
32170
32171 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
32172
32173 * whitespace.el (whitespace-buffer-leading)
32174 (whitespace-buffer-trailing): Revert the incorrect test inversion.
32175 However, fix the highlight area for the leading and
32176 trailing whitespaces to show space.
32177
32178 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
32179
32180 * whitespace.el (whitespace-version): Bump to 3.5.
32181
32182 (whitespace-buffer-leading, whitespace-buffer-trailing):
32183 Invert sense of the test to highlight the whitespace.
32184
32185 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
32186
32187 * progmodes/gud.el (gud-display-line): GUD uses its own
32188 overlay arrow now so don't set overlay-arrow-string.
32189 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
32190
32191 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
32192
32193 * term.el (term-ansi-current-bold, term-ansi-current-underline)
32194 (term-ansi-current-reverse, term-ansi-current-invisible)
32195 (term-ansi-face-already-done): Change to boolean.
32196 (term-reset-terminal, term-handle-colors-array): Handle the above
32197 vars accordingly.
32198 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
32199 (term-emulate-terminal): Use the new name.
32200
32201 * faces.el (secondary-selection): Use yellow1, not yellow.
32202 (trailing-whitespace): Use red1, not red.
32203
32204 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
32205
32206 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
32207 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
32208 (dired-dnd-handle-file): Call dnd-get-local-file-uri.
32209
32210 * cus-edit.el (dnd): New group.
32211
32212 * term/w32-win.el (dnd): Require dnd
32213 (w32-drag-n-drop): Call dnd-handle-one-url.
32214
32215 * x-dnd.el: Require dnd.
32216 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
32217 Call dnd-handle-one-url.
32218 (x-dnd-types-alist, x-dnd-insert-utf8-text)
32219 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
32220 to dnd-insert-text.
32221 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
32222 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
32223 (x-dnd-get-local-file-name, x-dnd-open-local-file)
32224 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
32225
32226 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
32227
32228 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
32229
32230 * wdired.el: Doc fixes.
32231 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
32232 (wdired-use-dired-vertical-movement): Rename from
32233 wdired-always-move-to-filename-beginning.
32234 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
32235 (wdired-change-to-wdired-mode): Change mode name.
32236 (wdired-newline): Delete.
32237
32238 2005-04-11 Richard M. Stallman <rms@gnu.org>
32239
32240 * whitespace.el (whitespace-highlight-the-space):
32241 Don't call whitespace-unhighlight-the-space here.
32242
32243 * simple.el (undo): Record t in undo-equiv-table
32244 for the redo record made by an undo-in-region.
32245
32246 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
32247
32248 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
32249 (gdb-frame-inferior-io-buffer): New Functions to control
32250 display of separate IO buffer.
32251 (menu): Add them to menu-bar.
32252 (gdb-display-buffer): Check for buffer another frame.
32253 Protect GUD buffer.
32254 (gdb-setup-windows): Create IO buffer if not already there.
32255 (gdb-memory-mode): Remove purecopy noops.
32256
32257 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
32258
32259 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
32260 and pass to self-insert-command.
32261
32262 2005-04-11 Lute Kamstra <lute@gnu.org>
32263
32264 * generic.el: Commentary section cleanup.
32265 (generic): Delete.
32266 (generic-use-find-file-hook, generic-lines-to-scan)
32267 (generic-find-file-regexp, generic-ignore-files-regexp)
32268 (default-generic-mode, generic-mode-find-file-hook)
32269 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
32270 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
32271 (generic-use-find-file-hook, generic-lines-to-scan)
32272 (generic-find-file-regexp, generic-ignore-files-regexp)
32273 (default-generic-mode, generic-mode-find-file-hook)
32274 (generic-mode-ini-file-find-file-hook): Move from generic.el.
32275
32276 2005-04-10 Karl Fogel <kfogel@red-bean.com>
32277
32278 * bookmark.el (bookmark-write-file): Catch errors writing file.
32279 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
32280
32281 2005-04-10 Richard M. Stallman <rms@gnu.org>
32282
32283 * startup.el (fancy-splash-tail): Update copyright year.
32284 (command-line): Split part of -Q into -D.
32285 (emacs-basic-display): New defvar.
32286 (fancy-splash-text): Correct name of menu item.
32287
32288 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
32289
32290 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
32291 lines in one node.
32292
32293 * comint.el (comint-send-input): New arg ARTIFICIAL.
32294 Callers in this file changed.
32295
32296 * abbrev.el (define-abbrevs): Read system abbrevs properly.
32297
32298 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
32299
32300 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
32301
32302 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
32303 `ldap-search-internal'.
32304
32305 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
32306
32307 * files.el (set-auto-mode-1): Use line-end-position.
32308
32309 * international/latin-1.el:
32310 * international/latin-2.el:
32311 * international/latin-3.el:
32312 * international/latin-4.el:
32313 * international/latin-5.el:
32314 * international/latin-8.el:
32315 * international/latin-9.el: Give punctuation syntax to NBSP.
32316
32317 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
32318 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
32319 Use char-classes to accept non-ascii letters, accepted in some recent
32320 bibtex implementations.
32321
32322 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
32323
32324 * custom.el (custom-set-minor-mode): Any non-nil value for the
32325 variable should enable the mode when set through Custom.
32326
32327 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
32328
32329 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
32330 TAB binding so tab-always-indent is obeyed.
32331 (vhdl-minibuffer-local-map): Move initialization into declaration.
32332 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
32333 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
32334 (vhdl-hooked-abbrev): Avoid test for XEmacs.
32335 (vhdl-current-line): Use line-beginning-position.
32336 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
32337 with-output-to-temp-buffer, so the current position can be recorded.
32338
32339 2005-04-10 Masatake YAMATO <jet@gyve.org>
32340
32341 * progmodes/compile.el (compilation-error-regexp-alist-alist):
32342 Add regexp for gcov.
32343
32344 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
32345
32346 * calendar/time-date.el (time-to-seconds, seconds-to-time)
32347 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
32348 syntax which Emacs 20 doesn't support.
32349
32350 2005-04-09 Richard M. Stallman <rms@gnu.org>
32351
32352 * help.el (describe-key-briefly, describe-key):
32353 Replace strings as event types with "(any string)".
32354
32355 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
32356
32357 * arc-mode.el (archive-mode-map): Move initialization into
32358 the declaration. Override *all* bindings of `undo'.
32359 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
32360
32361 2005-04-09 Jay Belanger <belanger@truman.edu>
32362
32363 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
32364
32365 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
32366
32367 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
32368 (xterm-register-default-colors): Update color values computation
32369 to match xterm-200.
32370
32371 2005-04-09 Kenichi Handa <handa@m17n.org>
32372
32373 * international/code-pages.el (iso-latin-7): Fix the map.
32374
32375 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
32376
32377 * emacs-lisp/lisp.el (defun-prompt-regexp)
32378 (parens-require-spaces, buffer-end, end-of-defun)
32379 (insert-parentheses): Doc fixes.
32380
32381 2005-04-08 Kim F. Storm <storm@cua.dk>
32382
32383 * comint.el (comint-highlight-prompt): Fix face spec.
32384 * hi-lock.el (hi-green): Likewise.
32385
32386 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
32387
32388 * cus-edit.el (custom-modified-face):
32389 * comint.el (comint-highlight-input): Fix previous changes.
32390 * term.el (term-handle-ansi-escape): Add a comment.
32391
32392 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
32393
32394 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
32395 in the buffer and in whitespace-highlighted-space.
32396 (whitespace-unhighlight-the-space): Simplify.
32397 (whitespace-buffer): Simplify.
32398
32399 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
32400
32401 * textmodes/table.el (table-cell-face): Add special case for
32402 displays supporting a high number of colors.
32403 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
32404 (vhdl-font-lock-reserved-words-face)
32405 (vhdl-speedbar-architecture-face)
32406 (vhdl-speedbar-instantiation-face)
32407 (vhdl-speedbar-architecture-selected-face)
32408 (vhdl-speedbar-instantiation-selected-face): Likewise.
32409 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
32410 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
32411 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
32412 (ebrowse-root-class-face, ebrowse-member-attribute-face)
32413 (ebrowse-progress-face): Likewise.
32414 * progmodes/compile.el (compilation-info-face): Likewise.
32415 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
32416 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
32417 * calendar/calendar.el (diary-face): Likewise.
32418 * woman.el (woman-italic-face, woman-bold-face)
32419 (woman-unknown-face): Likewise.
32420 * wid-edit.el (widget-button-pressed-face): Likewise.
32421 * whitespace.el (whitespace-highlight-face): Likewise.
32422 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
32423 * pcvs-info.el (cvs-marked-face): Likewise.
32424 * info.el (info-xref): Likewise.
32425 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
32426 * hilit-chg.el (highlight-changes-face)
32427 (highlight-changes-delete-face): Likewise.
32428 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
32429 (hi-red-b): Likewise.
32430 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
32431 * font-lock.el (font-lock-keyword-face)
32432 (font-lock-function-name-face, font-lock-warning-face): Likewise.
32433 * cus-edit.el (custom-invalid-face, custom-modified-face)
32434 (custom-set-face, custom-changed-face, custom-variable-tag-face)
32435 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
32436 * comint.el (comint-highlight-prompt): Likewise.
32437
32438 2005-04-08 Lute Kamstra <lute@gnu.org>
32439
32440 * font-lock.el (font-lock-keywords): Docstring fixes.
32441
32442 2005-04-08 Kenichi Handa <handa@m17n.org>
32443
32444 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
32445 chars are more than a limit, print " and more..." at the tail.
32446
32447 2005-04-08 Kim F. Storm <storm@cua.dk>
32448
32449 * emacs-lisp/authors.el (authors-aliases): Update list.
32450 (authors-ignored-files): New list.
32451 (authors-fixed-entries): Fix typo.
32452 (authors-renamed-files-alist): Update list.
32453 (authors-add): Check authors-ignored-files.
32454
32455 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
32456
32457 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
32458 optional, to ensure backward compatibility.
32459
32460 2005-04-08 Stephen Eglen <stephen@gnu.org>
32461
32462 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
32463
32464 2005-04-08 Kim F. Storm <storm@cua.dk>
32465
32466 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
32467
32468 * mouse.el (mouse-on-link-p): Doc fix.
32469
32470 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
32471
32472 * ielm.el (ielm-prompt-read-only): Doc fix.
32473
32474 * comint.el (comint-prompt-read-only): Doc fix.
32475
32476 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
32477
32478 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
32479 ensure dired always handles wildcards passed to ffap.
32480 (find-file-at-point): Use it.
32481 (ffap-dired-wildcards): Doc fix.
32482
32483 2005-04-07 Juri Linkov <juri@jurta.org>
32484
32485 * simple.el (next-error-overlay-arrow-position): New defvar.
32486 Put "=>" on its property `overlay-arrow-string'. Add it to
32487 `overlay-arrow-variable-list'.
32488
32489 * progmodes/compile.el (compilation-setup):
32490 Set `next-error-overlay-arrow-position' to nil. Also set it to
32491 nil in the local hook `kill-buffer-hook'. Make local variable
32492 `overlay-arrow-string' and set it to "=>".
32493 (compilation-goto-locus): Set BOL position to
32494 `next-error-overlay-arrow-position' instead of
32495 `overlay-arrow-position'.
32496
32497 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
32498 locally instead of adding it to the global hook.
32499 (Info-kill-buffer): Move up.
32500
32501 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
32502
32503 * term/xterm.el (xterm-standard-colors): Update color values from
32504 xterm-200.
32505
32506 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
32507
32508 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
32509
32510 * fast-lock.el:
32511 * lazy-lock.el: Move them to the obsolete subdir.
32512
32513 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
32514
32515 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
32516 (wdired-add-replace-advice): Remove.
32517 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
32518
32519 2005-04-06 Kim F. Storm <storm@cua.dk>
32520
32521 * startup.el (command-line): Add --bare-bones alias for -Q.
32522
32523 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
32524
32525 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
32526 create the startup fontset if a font specification ends with
32527 `mac-roman'.
32528
32529 2005-04-06 Lute Kamstra <lute@gnu.org>
32530
32531 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
32532 change.
32533
32534 * emacs-lisp/copyright.el (copyright-update-year): Replace the
32535 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
32536
32537 2005-04-05 Lute Kamstra <lute@gnu.org>
32538
32539 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
32540 (define-generic-mode): Ditto. Fix debug declaration.
32541
32542 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
32543 Put them in the generic-x group.
32544
32545 * calendar/timeclock.el (timeclock): Doc fix.
32546
32547 * generic.el (define-generic-mode): Don't use custom-current-group.
32548 Document default :group value.
32549 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
32550 (define-global-minor-mode): Don't use custom-current-group.
32551
32552 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
32553
32554 * startup.el (command-line-1): Display startup-echo-area-message
32555 when fancy splash screen is in use.
32556
32557 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
32558 (sh-escaped-newline): New face.
32559 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
32560 newline, and use sh-escaped-newline face.
32561
32562 * progmodes/tcl.el (tcl-escaped-newline): New face.
32563 (tcl-builtin-list): New variable.
32564 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
32565 newlines. Fix keywords subexpression number.
32566
32567 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
32568
32569 * textmodes/org.el (org-diary-default-entry): Fix call to
32570 `add-to-diary-entry'.
32571
32572 2005-04-05 Kim F. Storm <storm@cua.dk>
32573
32574 * ediff-init.el: Use (featurep 'xemacs).
32575
32576 2005-04-05 David Ponce <david@dponce.com>
32577
32578 * cus-edit.el (face): Derive from symbol widget. Display sample
32579 of the current face on the fly.
32580 (widget-face-sample-face-get, widget-face-notify): New functions.
32581 (widget-face-value-create): Remove.
32582
32583 * wid-edit.el (widget-field-end): Temporarily remove field
32584 narrowing before to call `get-char-property'.
32585
32586 2005-04-04 Jay Belanger <belanger@truman.edu>
32587
32588 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
32589 (math-read-subscripts): New variable.
32590 (math-read-preprocess-string): Process subscripts.
32591
32592 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
32593
32594 * comint.el (comint-prompt-read-only): Doc fix.
32595
32596 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
32597 `-1'. Doc fix.
32598
32599 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
32600
32601 * textmodes/org.el (org-insert-mode-line-in-empty-file):
32602 Change default value to nil.
32603
32604 2005-04-04 Lute Kamstra <lute@gnu.org>
32605
32606 * autorevert.el (auto-revert-mode): Specify :group.
32607 * battery.el (display-battery-mode): Specify :group.
32608 * diff-mode.el (diff-minor-mode): Specify :group.
32609 * font-core.el (font-lock-mode): Specify :group.
32610 * hl-line.el (hl-line-mode): Specify :group.
32611 * iimage.el (iimage): New customization group.
32612 (iimage-mode): Specify :group.
32613 * longlines.el (longlines-mode): Specify :group.
32614 * master.el: Don't require easy-mmode.
32615 (master): New customization group.
32616 (master-mode): Specify :group.
32617 * msb.el (msb-mode): Specify :group.
32618 * reveal.el (reveal-mode): Specify :group.
32619 * simple.el (next-error-follow-minor-mode): Specify :group.
32620 * smerge-mode.el (smerge-mode): Specify :group.
32621 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
32622 * emulation/cua-base.el (cua-mode): Specify :group.
32623 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
32624 * language/thai-util.el (thai-auto-composition-mode)
32625 (thai-word-mode): Specify :group.
32626 * mail/supercite.el (sc-minor-mode): Specify :group.
32627 * progmodes/cwarn.el (cwarn-mode): Specify :group.
32628 * progmodes/flymake.el (flymake-mode): Specify :group.
32629 * progmodes/glasses.el (glasses-mode): Specify :group.
32630 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
32631 * textmodes/enriched.el (enriched-mode): Specify :group.
32632 * textmodes/refill.el (refill-mode): Specify :group.
32633
32634 * add-log.el (change-log-font-lock-keywords): Names in
32635 parenthesized lists can contain spaces.
32636
32637 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
32638
32639 * startup.el (fancy-splash-text): Shorten default text of
32640 "Emacs Tutorial" line. Also, if the current language env
32641 indicates an available tutorial file other than TUTORIAL,
32642 extract its title and append it to the line in parentheses.
32643 (fancy-splash-insert): If arg is a thunk, funcall it.
32644
32645 2005-04-04 Jay Belanger <belanger@truman.edu>
32646
32647 * calc.el (calc-language-alist): Add tags to customization type.
32648
32649 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
32650
32651 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
32652 Doc fix.
32653
32654 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
32655
32656 * add-log.el (change-log-font-lock-keywords): The manual
32657 describing a Change Log entry, says: (...) "Aside from these
32658 header lines, every line in the change log starts with a space or
32659 a tab.". The font-lock was not highlighting lines started with
32660 spaces, added support for it.
32661
32662 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
32663
32664 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
32665 (bibtex-generate-url-list): Update docstring accordingly. Put the
32666 complex example in the docstring.
32667 (bibtex-font-lock-url): Use pop.
32668
32669 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
32670
32671 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
32672
32673 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
32674
32675 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
32676
32677 * filesets.el (filesets-set-default): Doc fix.
32678
32679 2005-04-03 Lute Kamstra <lute@gnu.org>
32680
32681 * generic.el (define-generic-mode): Add argument to specify
32682 keywords for defcustom.
32683 (default-generic-mode): Specify :group.
32684
32685 * generic-x.el: Specify :group for all generic modes.
32686
32687 * desktop.el (desktop-no-desktop-file-hook)
32688 (desktop-after-read-hook): Doc fix.
32689
32690 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
32691
32692 * simple.el (visible-mode): Use explicit :group keyword.
32693 This changes the group of `visible-mode-hook' from paren-blinking
32694 to editing-basics.
32695
32696 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
32697
32698 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
32699 mailbox specifications as well as URLs.
32700 (rmail-insert-inbox-text): Remove unused conditional branches.
32701
32702 2005-04-01 Jay Belanger <belanger@truman.edu>
32703
32704 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
32705 (calc-gnuplot-print-command): Move definitions to calc.el.
32706
32707 * calc/calc-embed.el (calc-embedded-announce-formula)
32708 (calc-embedded-open-formula, calc-embedded-close-formula)
32709 (calc-embedded-open-word, calc-embedded-close-word)
32710 (calc-embedded-open-plain, calc-embedded-close-plain)
32711 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
32712 (calc-embedded-open-mode, calc-embedded-close-mode):
32713 Move definitions to calc.el.
32714
32715 * calc/calc.el (calc-settings-file, calc-language-alist):
32716 Make customizable.
32717 (calc-embedded-announce-formula, calc-embedded-open-formula)
32718 (calc-embedded-close-formula, calc-embedded-open-word)
32719 (calc-embedded-close-word, calc-embedded-open-plain)
32720 (calc-embedded-close-plain, calc-embedded-open-new-formula)
32721 (calc-embedded-close-new-formula, calc-embedded-open-mode)
32722 (calc-embedded-close-mode, calc-gnuplot-name)
32723 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
32724 from other files and make customizable.
32725
32726 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
32727
32728 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
32729 Use buffer-live-p.
32730 (cvs-mode-run): Don't call cvs-update-header here.
32731 (cvs-run-process): Call cvs-update-header.
32732 Use process properties for cvs-postprocess and cvs-buffer so that
32733 the sentinel can behave better if the temp buffer is killed.
32734 Use a pipe rather than a tty, to better handle unexpected prompts.
32735 (cvs-sentinel): Rewrite. Call cvs-update-header.
32736
32737 2005-04-01 Andre Spiegel <spiegel@gnu.org>
32738
32739 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
32740 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
32741
32742 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
32743
32744 * generic.el (define-generic-mode): Add indentation rule.
32745
32746 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
32747
32748 * files.el (mode-require-final-newline): Make Custom correctly
32749 report a nil value and allow to set it to nil via Custom.
32750 Doc fix.
32751
32752 2005-04-01 Kenichi Handa <handa@m17n.org>
32753
32754 * international/characters.el: Enable the correct case setting for
32755 dotless-i and dotted-I.
32756
32757 2005-04-01 Kim F. Storm <storm@cua.dk>
32758
32759 * ido.el (ido-file-internal): Fall back to non-ido command if
32760 initial directory is on slow ftp (or tramp) host.
32761
32762 2005-03-31 Richard M. Stallman <rms@gnu.org>
32763
32764 * emacs-lisp/autoload.el (make-autoload):
32765 Handle define-global-minor-mode.
32766
32767 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
32768 Rename from easy-mmode-define-global-mode.
32769 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
32770
32771 * progmodes/scheme.el (scheme-mode-syntax-table):
32772 Update syntax of | and # for two-character comment syntax.
32773
32774 2005-03-31 Lute Kamstra <lute@gnu.org>
32775
32776 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
32777 (define-minor-mode): Call custom-current-group at load-time.
32778
32779 * generic.el (define-generic-mode): Add debug declaration.
32780 Add defcustom for the mode hook.
32781 (generic-mode-internal): Use run-mode-hooks.
32782
32783 2005-03-31 Kim F. Storm <storm@cua.dk>
32784
32785 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
32786 (mouse-fixup-help-message): New defun called by show_help_echo
32787 to fixup mouse-2 prefix in help messages when applicable.
32788
32789 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
32790
32791 2005-03-31 Kenichi Handa <handa@m17n.org>
32792
32793 * language/thai-word.el (thai-find-word-ends): Pay attention to
32794 the case that we reach the end of buffer.
32795
32796 * textmodes/fill.el (fill-text-properties-at): New function.
32797 (fill-newline): Use fill-text-properties-at instead of
32798 text-properties-at.
32799
32800 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
32801
32802 * textmodes/tex-mode.el (tex-start-tex): Use shell-quote-argument,
32803 not comint-quote-filename.
32804
32805 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
32806
32807 * help-fns.el (help-with-tutorial): Revert last change.
32808
32809 2005-03-31 Kim F. Storm <storm@cua.dk>
32810
32811 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
32812
32813 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
32814
32815 * calendar/cal-china.el: Update reference to "Calendrical
32816 Calculations" book; there's a new edition.
32817 * calendar/cal-coptic.el: Likewise.
32818 * calendar/cal-french.el: Likewise.
32819 * calendar/cal-hebrew.el: Likewise.
32820 * calendar/cal-islam.el: Likewise.
32821 * calendar/cal-iso.el: Likewise.
32822 * calendar/cal-julian.el: Likewise.
32823 * calendar/cal-mayan.el: Likewise.
32824 * calendar/cal-persia.el: Likewise.
32825 * calendar/calendar.el: Likewise.
32826 * calendar/holidays.el: Likewise.
32827 * calendar/lunar.el: Likewise.
32828 * calendar/solar.el: Likewise.
32829
32830 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
32831 white space from doc string.
32832
32833 2005-03-30 Jay Belanger <belanger@truman.edu>
32834
32835 * calc/calc-help.el (calc-full-help): Remove email address.
32836
32837 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
32838
32839 * help-fns.el (help-with-tutorial): Delete title line.
32840
32841 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
32842
32843 * calendar/cal-x.el (calendar-one-frame-setup)
32844 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
32845 rather than `symbol' for set-window-dedicated-p.
32846
32847 * calendar/appt.el (appt-buffer-name): Make it a constant.
32848 (appt-add): Doc fix.
32849
32850 * filesets.el (filesets-menu-path, filesets-menu-before)
32851 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
32852 (filesets-menu-cache-file): Use directory ~/.emacs.d.
32853 (filesets-add-submenu): Delete and use add-submenu instead.
32854
32855 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
32856
32857 * textmodes/org.el (org-agenda-phases-of-moon)
32858 (org-agenda-sunrise-sunset, org-agenda-convert-date)
32859 (org-agenda-goto-calendar): New commands.
32860 (org-diary-default-entry): New function.
32861 (org-get-entries-from-diary): Better parsing of diary entries.
32862 (org-agenda-check-no-diary): New function.
32863 ("diary-lib"): Advice to function `add-to-diary-list', to allow
32864 linking to diary entries.
32865 (org-agenda-execute-calendar-command): New function.
32866 (org-agenda): Improve visible section in window.
32867 Use `org-fit-agenda-window'.
32868 (org-fit-agenda-window): New option.
32869 (org-move-subtree-down): Better handling of empty lines
32870 at end of subtree.
32871 (org-cycle): Numeric prefix is interpreted now as show-subtree N
32872 levels up.
32873 (org-fontify-done-headline): New option.
32874 (org-headline-done-face): New face.
32875 (org-set-font-lock-defaults): Use `org-headline-done-face'.
32876 (org-table-copy-down): Rename from `org-table-copy-from-above'.
32877 When current field is non-empty, it is copied to next row.
32878 (org-table-copy-from-above): Fix bug which made it
32879 impossible to copy fields containing only a single non-white character.
32880
32881 2005-03-30 Kim F. Storm <storm@cua.dk>
32882
32883 * kmacro.el (kmacro-end-macro): Isearch may store this command
32884 into the macro -- so ignore it when executing keyboard macro.
32885
32886 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
32887
32888 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
32889
32890 2005-03-29 Kenichi Handa <handa@m17n.org>
32891
32892 * language/thai.el ("Thai"): Set setup-function and exit-function
32893 for Thai language environment.
32894
32895 * language/thai-util.el: Require thai-word.
32896 (thai-word-mode-map): New variable.
32897 (thai-word-mode): New minor mode.
32898 (setup-thai-language-environment-internal): New function.
32899 (exit-thai-language-environment-internal): New function.
32900
32901 * language/thai-word.el (thai-word-table): Declare it by defvar,
32902 use dolist to initialize it.
32903 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
32904 (thai-fill-find-break-point): New functions.
32905
32906 2005-03-29 Richard M. Stallman <rms@gnu.org>
32907
32908 * simple.el (idle-update-delay): Move definition up.
32909 (set-mark): Doc fix.
32910
32911 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
32912
32913 * longlines.el: New file.
32914
32915 * simple.el (buffer-substring-filters): New variable.
32916 (filter-buffer-substring): New function.
32917 (kill-region, copy-region-as-kill): Use it.
32918
32919 * register.el (copy-to-register, append-to-register)
32920 (prepend-to-register): Use filter-buffer-substring.
32921
32922 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
32923
32924 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
32925 (gud-filter-pending-text): Move in front of gdb.
32926 (gud-overlay-arrow-position): New variable.
32927 (gud-sentinel, gud-display-line): Use it in place of
32928 overlay-arrow-position.
32929
32930 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
32931
32932 * progmodes/fortran.el (fortran-if-indent): Doc fix.
32933 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
32934 (fortran-font-lock-keywords-4): New variable.
32935 (fortran-blocks-re, fortran-end-block-re)
32936 (fortran-start-block-re): New constants, for hideshow.
32937 (hs-special-modes-alist): Add a Fortran entry.
32938 (fortran-mode-map): Bind fortran-end-of-block,
32939 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
32940 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
32941 (fortran-looking-at-if-then, fortran-end-of-block)
32942 (fortran-beginning-of-block): New functions, for hideshow.
32943
32944 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
32945 Doc fix. Tweak regexp.
32946 (f90-beginning-of-block): Push mark first.
32947
32948 2005-03-29 Jay Belanger <belanger@truman.edu>
32949
32950 * calc/calc.el: Update copyright date.
32951 (calc-version): Increase to 2.1.
32952 (calc-version-date): Remove.
32953
32954 * calc/calc-help.el: Update copyright date.
32955 (calc-full-help): Remove reference to calc-version-date.
32956 Update copyright date.
32957
32958 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
32959
32960 * vc.el (vc-do-command): Use a pipe for async processes, so password
32961 prompts don't show up at places where the user can't reply.
32962
32963 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
32964
32965 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
32966 on the file name we pass to the inferior shell.
32967
32968 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
32969
32970 * progmodes/which-func.el (which-function): Be robust in the face of an
32971 imenu--make-index-alist failure.
32972
32973 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
32974
32975 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
32976
32977 * progmodes/python.el (python-preoutput-filter): Fix last change.
32978
32979 2005-03-29 Lute Kamstra <lute@gnu.org>
32980
32981 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
32982 functions and compiled macros.
32983 (debug-convert-byte-code): Handle macros too.
32984 (debug-on-entry-1): Don't signal an error when trying to clear a
32985 function that is not set to debug on entry.
32986
32987 2005-03-29 Jay Belanger <belanger@truman.edu>
32988
32989 * calc/calc-lang.el: Add functions to math-function-table
32990 properties of tex and math.
32991
32992 2005-03-29 Kenichi Handa <handa@m17n.org>
32993
32994 * ps-mule.el (ps-mule-plot-string): Translate characters by
32995 ps-print-translation-table.
32996 (ps-mule-begin-job): Call find-charset-region/string with
32997 ps-print-translation-table.
32998 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
32999
33000 * ps-print.el (ps-print-translation-table): New variable.
33001 (ps-plot-region): Translate characters by ps-print-translation-table.
33002
33003 2005-03-29 Juri Linkov <juri@jurta.org>
33004
33005 * simple.el (next-error-highlight-timer): New variable.
33006
33007 * progmodes/compile.el (compilation-goto-locus):
33008 Use `next-error-highlight-timer' instead of `sit-for'.
33009
33010 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
33011
33012 * mail/supercite.el (sc-mail-field): Use assoc-string.
33013 (sc-get-address): Simplify regexps.
33014
33015 * files.el (minibuffer-with-setup-hook): New macro.
33016 (find-file-read-args): Use it to avoid let-binding
33017 minibuffer-with-setup-hook (which breaks turning on/off
33018 file-name-shadow-mode while in the prompt).
33019
33020 * complete.el (PC-read-include-file-name-internal):
33021 Use test-completion.
33022
33023 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
33024
33025 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
33026
33027 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
33028
33029 * window.el (window-buffer-height): Use count-screen-lines.
33030
33031 * progmodes/python.el (python-preoutput-leftover): New var.
33032 (python-preoutput-filter): Use it.
33033 (python-send-receive): Loop until all the result has been received.
33034
33035 2005-03-28 Juri Linkov <juri@jurta.org>
33036
33037 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
33038
33039 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
33040 "Recover Crashed Session".
33041 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
33042 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
33043 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
33044 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
33045 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
33046 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
33047 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
33048 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
33049
33050 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
33051 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
33052 Ediff Sessions", "Toggle use of separate control buffer frame",
33053 "Use separate frame for Ediff control buffer".
33054
33055 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
33056 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
33057 "Rename Bookmark", "Delete Bookmark".
33058
33059 * info.el (Info-mode-menu): Remove ellipsis from "Index".
33060 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
33061 Add `:active Info-index-alternatives' to "Next Matching Item".
33062
33063 * wdired.el (wdired-change-to-wdired-mode):
33064 Mention `wdired-abort-changes' key in the initial message.
33065
33066 * international/mule.el (auto-coding-alist): Associate non-ascii
33067 image filename extensions with `no-conversion'.
33068
33069 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
33070
33071 * international/iso-acc.el:
33072 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
33073
33074 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
33075
33076 * textmodes/sgml-mode.el (html-mode): Doc update.
33077
33078 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
33079
33080 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
33081
33082 * term.el (term-move-columns): Fix face after extending a line.
33083 (term-insert-spaces): Likewise.
33084 (term-reset-terminal): Fix off by one error.
33085
33086 2005-03-26 Eli Zaretskii <eliz@gnu.org>
33087
33088 * international/mule.el (auto-coding-alist): Add .xpi files.
33089
33090 * files.el (auto-mode-alist): Add .xpi files.
33091
33092 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
33093
33094 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
33095
33096 2005-03-26 Eli Zaretskii <eliz@gnu.org>
33097
33098 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
33099
33100 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
33101
33102 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
33103 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
33104
33105 * calendar/cal-move.el (calendar-beginning-of-year): Move the
33106 cursor to Jan 1 when needed.
33107 (calendar-end-of-year): Fix -/+ typo.
33108 Reported by Chong Yidong <cyd@stupidchicken.com>.
33109
33110 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
33111
33112 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
33113
33114 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
33115 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
33116
33117 2005-03-25 Richard M. Stallman <rms@gnu.org>
33118
33119 * filesets.el (filesets-init): Add autoload.
33120
33121 * mail/mailalias.el (mail-directory): Doc fix.
33122
33123 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
33124
33125 * mail/mailalias.el (mail-directory-process): Do nothing if
33126 mail-directory-process is an atom.
33127 (mail-get-names): Ignore mail-directory-names if it is an atom.
33128 (mail-directory-process defvar): Doc fix.
33129 (mail-names): Doc fix.
33130
33131 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se> (tiny change)
33132
33133 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
33134
33135 2005-03-26 Kenichi Handa <handa@m17n.org>
33136
33137 * international/mule-util.el (detect-coding-with-priority):
33138 Call update-coding-systems-internal before detect-coding-region.
33139
33140 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
33141
33142 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
33143 (gdb-frames-mode-map): Add follow-link property.
33144
33145 2005-03-25 Jay Belanger <belanger@truman.edu>
33146
33147 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
33148 for variables.
33149
33150 2005-03-25 Juri Linkov <juri@jurta.org>
33151
33152 * image-mode.el: Optimize image filename extension regexps in
33153 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
33154 in `auto-mode-alist'.
33155 (image-mode): Add `image-toggle-display-text' to local hook
33156 `change-major-mode-hook'. Display the image as an image by
33157 default. Set `cursor-type' and `truncate-lines' if the image
33158 is already displayed. Take into account the current mode (image
33159 or text) in message.
33160 (image-minor-mode): New minor mode.
33161 (image-mode-maybe, image-toggle-display-text): New functions.
33162 (image-toggle-display): Use called-interactively-p.
33163 Let-bind `inhibit-read-only' to t.
33164
33165 * image-mode.el (image-minor-mode): Set `cursor-type' and
33166 `truncate-lines' if the image is already displayed. Add turning
33167 image-minor-mode off to `change-major-mode-hook'. Add message.
33168 Call `image-toggle-display-text' after turning image-minor-mode off.
33169
33170 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
33171
33172 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
33173 Terminal.app, use utf-8.
33174 (set-display-table-and-terminal-coding-system): Add coding-system arg.
33175 (set-locale-environment): Use it.
33176
33177 * term/xterm.el: Undo last change, better done in mule-cmds.el.
33178
33179 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
33180
33181 * progmodes/python.el (python-close-block-statement-p)
33182 (python-outdent-p, python-current-defun): Use symbol-end.
33183
33184 2005-03-25 Karl Chen <quarl@cs.berkeley.edu>
33185
33186 * files.el (save-some-buffers): Doc fix.
33187
33188 2005-03-25 Werner Lemberg <wl@gnu.org>
33189
33190 * complete.el, thumbs.el: Replace `legal' with `valid'.
33191 * calendar/calendar.el: Replace `legal' with `valid'.
33192 * emacs-lisp/advice.el: Replace `legal' with `valid'.
33193 * mail/supercite.el: Replace `legal' with `valid'.
33194 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
33195 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
33196 Replace `legal' with `valid'.
33197 * textmodes/reftex-vars.el, textmodes/reftex.el:
33198 Replace `legal' with `valid'.
33199
33200 2005-03-25 Werner Lemberg <wl@gnu.org>
33201
33202 * calc/calc-forms.el, calc/calc-sel.el
33203 * midnight.el, vc-cvs.el
33204 * emacs-lisp/cl-macs.el
33205 * emulation/vip.el
33206 * eshell/esh-io.el, eshell/esh-var.el
33207 * mail/supercite.el
33208 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
33209 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
33210 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
33211 * progmodes/sh-script.el, progmodes/xscheme.el
33212 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
33213 * textmodes/reftex-index.el, textmodes/reftex-parse.el
33214 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
33215 * textmodes/reftex.el, textmodes/org.el:
33216 Replace `illegal' with `invalid'.
33217
33218 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
33219
33220 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
33221 (flymake-find-buildfile, flymake-find-possible-master-files)
33222 (flymake-check-include, flymake-parse-line): Replace loops over the
33223 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
33224
33225 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
33226 Substitute file-name-as-directory in the rest of the file.
33227 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
33228 (flymake-replace-region): Remove unused arg `buffer'.
33229 (flymake-check-patch-master-file-buffer): Update calls to it.
33230 (flymake-add-err-info): Remove unused var `count'.
33231 (flymake-mode): Use define-minor-mode.
33232
33233 * progmodes/flymake.el: Use with-current-buffer.
33234 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
33235 flymake-replace-regexp-in-string, flymake-line-beginning-position)
33236 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
33237 Avoid testing for `xemacs'.
33238 (flymake-nop): Move.
33239 (flymake-region-has-flymake-overlays): Return the computed value.
33240 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
33241 Remove unused var `endline'.
33242 (flymake-get-line-count): Remove unused function.
33243 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
33244
33245 * emulation/vi.el:
33246 * generic.el:
33247 * hilit-chg.el (global-highlight-changes):
33248 * hi-lock.el (hi-lock-mode):
33249 * follow.el: find-file-hooks -> find-file-hook.
33250
33251 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
33252
33253 2005-03-24 Juri Linkov <juri@jurta.org>
33254
33255 * dired.el (dired-mode-map): Add menu item "Compare directories"
33256 for dired-compare-directories.
33257
33258 * dired-aux.el (dired-compare-directories): Add autoload cookie.
33259 Doc fix. Replace `read-file-name' with `read-directory-name'.
33260
33261 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
33262
33263 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
33264
33265 2005-03-24 Jay Belanger <belanger@truman.edu>
33266
33267 * calc/calc-embed.el (calc-embedded-mode-change): Save all
33268 relevant mode settings in calc-embedded-original-modes when modes
33269 are permanently changed.
33270
33271 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
33272
33273 * autoinsert.el: find-file-hooks -> find-file-hook.
33274
33275 2005-03-24 Lute Kamstra <lute@gnu.org>
33276
33277 * generic.el (generic-font-lock-defaults): Make it obsolete.
33278 (generic-font-lock-keywords): New variable to replace
33279 generic-font-lock-defaults.
33280 (generic-mode-set-font-lock): Delete it.
33281 (generic-mode-internal): Don't call generic-mode-set-font-lock.
33282 (generic-bracket-support): Add docstring.
33283
33284 * generic-x.el: Rename generic-font-lock-defaults to
33285 generic-font-lock-keywords throughout.
33286 (mailagent-rules-setup-function): Delete it.
33287 (mailagent-rules-generic-mode): Use anonymous function instead.
33288 (show-tabs-generic-mode-font-lock-defaults-1)
33289 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
33290 Quote faces.
33291 (show-tabs-tab-face, show-tabs-space-face): Specify background,
33292 not foreground.
33293
33294 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
33295 Recognize define-generic-mode.
33296
33297 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
33298
33299 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
33300 if there's no completion table.
33301
33302 2005-03-23 Miles Bader <miles@gnu.org>
33303
33304 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
33305 Remove tty-specific variants, as they're no longer needed.
33306
33307 2005-03-23 Lute Kamstra <lute@gnu.org>
33308
33309 * generic-x.el: Code cleanup: make args constant whenever possible.
33310 (installshield-statement-keyword-list)
33311 (installshield-system-functions-list)
33312 (installshield-system-variables-list, installshield-types-list)
33313 (installshield-funarg-constants-list): Make them constants.
33314
33315 * generic.el (generic-make-keywords-list): Add autoload cookie.
33316
33317 * calendar/time-date.el: Add comment on time value formats.
33318 Don't require parse-time.
33319 (with-decoded-time-value): New macro.
33320 (encode-time-value): New function.
33321 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
33322 (days-to-time): Return a valid time value when arg is huge.
33323 (time-since): Use time-subtract.
33324 (time-to-number-of-days): Use time-to-seconds.
33325
33326 2005-03-23 David Ponce <david@dponce.com>
33327
33328 * recentf.el (recentf-keep): New option.
33329 (recentf-menu-action): Default to `find-file'.
33330 (recentf-keep-non-readable-files-flag)
33331 (recentf-keep-non-readable-files-p)
33332 (recentf-file-readable-p, recentf-find-file)
33333 (recentf-cleanup-remote): Remove.
33334 (recentf-include-p): More robust.
33335 (recentf-keep-p): New function.
33336 (recentf-remove-if-non-kept): Rename from
33337 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
33338 All callers updated.
33339 (recentf-menu-items-for-commands): Fix help string.
33340 (recentf-track-closed-file): Update. Doc fix.
33341 (recentf-cleanup): Update. Count removed files. Doc fix.
33342
33343 2005-03-23 Kim F. Storm <storm@cua.dk>
33344
33345 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
33346 Don't inherit from fringe face (now happens automatically).
33347
33348 2005-03-22 Kim F. Storm <storm@cua.dk>
33349
33350 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
33351 position values.
33352
33353 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
33354
33355 * menu-bar.el (showhide-date-time): Remove.
33356 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
33357 (menu-bar-make-mm-toggle): Simplify.
33358
33359 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
33360
33361 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
33362 Accept qualified variable and function names.
33363
33364 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
33365
33366 * bindings.el (completion-ignored-extensions):
33367 Remove ".lis" for `vax-vms'.
33368
33369 2005-03-22 Andreas Schwab <schwab@suse.de>
33370
33371 * generic-x.el: Revert last change.
33372 * ldefs-boot.el: Update.
33373
33374 2005-03-22 Jay Belanger <belanger@truman.edu>
33375
33376 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
33377 (calc-embedded-save-original-modes)
33378 (calc-embedded-restore-original-modes): New functions.
33379 (calc-do-embedded): Save original modes when entering embedded mode
33380 and restore when leaving embedded mode.
33381 (calc-embedded-modes-change): Change the value of
33382 calc-embedded-original-modes to reflect permanent changes.
33383
33384 2005-03-22 Lute Kamstra <lute@gnu.org>
33385
33386 * generic-x.el: Require generic again.
33387
33388 2005-03-22 Miles Bader <miles@gnu.org>
33389
33390 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
33391 Tweak details to look good on both ttys and bitmap displays, light
33392 or dark background, etc.
33393
33394 2005-03-21 Kim F. Storm <storm@cua.dk>
33395
33396 * tooltip.el (tooltip-show-help-function): Check car and cdr of
33397 mouse position.
33398
33399 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
33400
33401 * icomplete.el: Don't forcibly turn on the mode upon load.
33402 (icomplete-mode): Use define-minor-mode.
33403 (icomplete-eoinput): Default to nil.
33404 (icomplete-minibuffer-setup): Remove autoload.
33405 (icomplete-tidy): Simplify.
33406 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
33407 in the initial state or if the user has modified the field.
33408 Fix handling of icomplete-max-delay-chars.
33409 Remove code that handles the oddball case where
33410 minibuffer-completion-table is an integer.
33411 Wrap icomplete-completions in while-no-input in case building
33412 completions takes more time than expected.
33413 (icomplete-completions): Simplify.
33414
33415 2005-03-21 Richard M. Stallman <rms@gnu.org>
33416
33417 * jka-compr.el (jka-compr-really-do-compress):
33418 Make variable buffer-local.
33419
33420 * image-mode.el: Handle .xpm files too.
33421 (image-toggle-display): Preserve modification flag.
33422
33423 * help.el (where-is): Don't mention aliases with no key bindings.
33424
33425 2005-03-21 Lute Kamstra <lute@gnu.org>
33426
33427 * generic.el: Fix commentary section. Don't require cl for
33428 compilation.
33429 (generic-mode-list): Add autoload cookie.
33430 (generic-use-find-file-hook, generic-lines-to-scan)
33431 (generic-find-file-regexp, generic-ignore-files-regexp)
33432 (generic-mode, generic-mode-find-file-hook)
33433 (generic-mode-ini-file-find-file-hook): Fix docstrings.
33434 (define-generic-mode): Make it a defmacro. Fix docstring.
33435 (generic-mode-internal): Code cleanup. Add autoload cookie.
33436 (generic-mode-set-comments): Code cleanup.
33437 * generic-x.el: Don't prevent compilation. Don't require generic.
33438 Follow coding conventions. Minor code cleanup.
33439 (etc-fstab-generic-mode): Add some keywords.
33440 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
33441 define-generic-mode like a function declaration.
33442
33443 2005-03-21 Jay Belanger <belanger@truman.edu>
33444
33445 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
33446 changing modes.
33447
33448 2005-03-21 Sam Steingold <sds@gnu.org>
33449
33450 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
33451
33452 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
33453
33454 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
33455 Add underscore to "f$ lexicals" regexp.
33456
33457 2005-03-20 Juri Linkov <juri@jurta.org>
33458
33459 * subr.el (progress-reporter-do-update): When `min-value' is equal
33460 to `max-value', set `percentage' to 0 and prevent division by zero.
33461
33462 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
33463
33464 Sync with Tramp 2.0.48.
33465
33466 * net/tramp.el (all): Change all addresses to .gnu.org.
33467 (tramp-append-tramp-buffers): New defun.
33468 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
33469 Catch `dont-send' signal.
33470 (tramp-set-auto-save-file-modes): Set always permissions, because
33471 there might be an old auto-saved file belonging to another
33472 original file. This could be a security threat. Reported by
33473 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
33474 Check for Emacs 21.3.50 removed.
33475
33476 * net/tramp-smb.el (all): Remove debug construct for
33477 `with-parsed-tramp-file-name'.
33478 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
33479 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
33480 No error message if DIRECTORY or FILENAME doesn't exist.
33481 (tramp-smb-open-connection): Check existence of
33482 `tramp-smb-program'.
33483
33484 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
33485
33486 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
33487 Properly handle the case where the `m' or `s' command's argument is not
33488 yet terminated.
33489 (perl-indent-new-calculate): New function.
33490 (perl-indent-line): Use it.
33491
33492 2005-03-20 Miles Bader <miles@gnu.org>
33493
33494 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
33495 in text-mode too. Change to new face names.
33496 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
33497 Add `:weight bold' attribute.
33498 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
33499
33500 2005-03-19 Juri Linkov <juri@jurta.org>
33501
33502 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
33503
33504 * international/mule.el (auto-coding-alist): Sync with
33505 `auto-mode-alist' by adding upper case archive file extensions
33506 and adding ear/war to jar extension.
33507
33508 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
33509
33510 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
33511 running, restart it.
33512
33513 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
33514
33515 * finder.el (finder-current-item): Throw an error on an empty line.
33516
33517 * man.el (Man-follow-manual-reference): If current-word returns
33518 nil, use "".
33519
33520 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
33521
33522 * simple.el (goto-line): Doc fix.
33523
33524 2005-03-19 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
33525
33526 * files.el (save-buffer): Doc fix.
33527
33528 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
33529
33530 * recentf.el (recentf-cleanup-remote): New variable.
33531 (recentf-cleanup): Use it to conditionally check availability of
33532 remote files.
33533
33534 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
33535
33536 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
33537 function names.
33538
33539 2005-03-19 Eli Zaretskii <eliz@gnu.org>
33540
33541 * language/thai-word.el: New file.
33542
33543 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
33544
33545 * files.el (backup-buffer): If the file's directory is not
33546 writable, use copy instead of move to backup the file.
33547
33548 2005-03-19 Eli Zaretskii <eliz@gnu.org>
33549
33550 * obsolete/keyswap.el: Moved to obsolete/ from term/.
33551
33552 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
33553
33554 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
33555 Use functionp instead of symbolp and fboundp. Reported by Drkm
33556 <darkman_spam@yahoo.fr>.
33557 (ps-print-version): New version 6.6.6.
33558
33559 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
33560
33561 * textmodes/table.el (table--line-column-position): New idiom.
33562 (table--row-column-insertion-point-p): New function to test
33563 validity of row and column insertion operation at a location.
33564 (table-global-menu, table-cell-menu): Use above functions for
33565 deterministic test operation.
33566 (table--editable-cell-p): Behave in deterministic fashion.
33567
33568 2005-03-18 Juri Linkov <juri@jurta.org>
33569
33570 * isearch.el (isearch-lazy-highlight-new-loop):
33571 Make arguments beg and end optional.
33572 (isearch-update): Remove optional arguments nil from
33573 isearch-lazy-highlight-new-loop.
33574 (isearch-lazy-highlight-search): Let-bind case-fold-search to
33575 isearch-lazy-highlight-case-fold-search instead of
33576 isearch-case-fold-search, and let-bind isearch-regexp to
33577 isearch-lazy-highlight-regexp.
33578 Use isearch-lazy-highlight-last-string instead of isearch-string.
33579
33580 * replace.el (perform-replace): Remove bindings of global
33581 variables isearch-string, isearch-regexp, isearch-case-fold-search.
33582 Add three new arguments to `replace-highlight'.
33583 (replace-highlight): Add arguments string, regexp, case-fold.
33584 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
33585 to allow isearch-lazy-highlight-new-loop to use these values
33586 to set corresponding isearch-lazy-highlight-* internal
33587 variables whose values lazy highlighting will use regardless of
33588 changes to global variables isearch-string, isearch-regexp,
33589 isearch-case-fold-search during lazy highlighting loop.
33590 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
33591 to `lazy-highlight-cleanup'.
33592
33593 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
33594 (ispell-highlight-face): Set default face to `isearch' when
33595 lazy highlighting is enabled.
33596 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
33597 priority to 1. Add lazy highlighting.
33598 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
33599 from `isearch-dehighlight'.
33600
33601 2005-03-18 David Ponce <david@dponce.com>
33602
33603 * files.el (hack-local-variables): Do a case-insensitive search
33604 for End.
33605
33606 2005-03-18 Juri Linkov <juri@jurta.org>
33607
33608 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
33609 `isearch-lazy-highlight-cleanup', add alias to old name and
33610 declare obsolete. Add release numbers to other obsolete vars.
33611 (isearch-done, isearch-lazy-highlight-new-loop):
33612 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
33613 (lazy-highlight-cleanup) <variable>: Doc fix.
33614 (isearch-lazy-highlight-update): Rename obsolete
33615 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
33616
33617 2005-03-18 Kenichi Handa <handa@m17n.org>
33618
33619 * language/thai-util.el: Fix categorization of Thai characters in
33620 thai-category-table.
33621 (thai-composition-pattern): Adjust it for the above change.
33622 (thai-self-insert-command, thai-compose-syllable): New functions.
33623 (thai-compose-region): Use thai-compose-syllable.
33624 (thai-compose-string): Likewise.
33625 (thai-composition-function): Likewise.
33626 (thai-auto-composition): New function.
33627 (thai-auto-composition-mode): New minor mode.
33628
33629 * language/thai.el: Fix patterns to be registered in
33630 composition-function-table.
33631
33632 * international/quail.el (quail-input-method): Locally bind
33633 inhibit-modification-hooks to t.
33634
33635 2005-03-17 Richard M. Stallman <rms@gnu.org>
33636
33637 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
33638 (perl-mode): Use run-mode-hooks.
33639
33640 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
33641 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
33642 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
33643
33644 * mail/sendmail.el (sendmail-send-it): Reenable the code
33645 to compute resend-to-address and use it.
33646
33647 * tar-mode.el (tar-mode): Turn off undo unconditionally.
33648
33649 * image-mode.el: New file.
33650
33651 * image.el (insert-sliced-image): Add autoload cookie.
33652
33653 * font-lock.el (font-lock-lines-before): New user option.
33654 (font-lock-after-change-function): Obey it.
33655
33656 * bindings.el (esc-map): Make M-g a prefix.
33657 Bind M-g g and M-g M-g to goto-line.
33658
33659 * faces.el (face-id): Doc fix.
33660
33661 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
33662
33663 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
33664 (rmail-show-message): Use rmail-unknown-mail-followup-to.
33665 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
33666
33667 * mail/sendmail.el (mail-yank-ignored-headers)
33668 (mail-font-lock-keywords, mail-mode-fill-paragraph):
33669 Add Mail-Followup-To and Mail-Reply-To headers.
33670 (mail-citation-hook): Add autoload cookie.
33671 (mail-mode): Doc fix.
33672 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
33673 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
33674 (mail-mode-fill-paragraph): Handle those headers.
33675 (mail-mailing-lists): New variable.
33676 (mail-mail-reply-to, mail-mail-followup-to): New functions.
33677
33678 2005-03-17 Juri Linkov <juri@jurta.org>
33679
33680 * isearch.el (isearch-fallback): Check for `(car previous)'
33681 before calling `isearch-other-end-state'.
33682
33683 2005-03-17 Kim F. Storm <storm@cua.dk>
33684
33685 * simple.el (move-beginning-of-line): Move to beginning of buffer
33686 line, as well as beginning of screen line.
33687
33688 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
33689
33690 * calendar/diary-lib.el (mark-diary-entries): Use new optional
33691 argument REDRAW rather than calendar-redrawing variable.
33692 * calendar/calendar.el (calendar-redrawing): Delete.
33693 (redraw-calendar): Do not bind calendar-redrawing.
33694
33695 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
33696
33697 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
33698 diary-file buffer.
33699
33700 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
33701
33702 * help.el (describe-mode): Allow a :minor-mode-function property to
33703 specify a different minor mode toggle function than the variable.
33704 * simple.el (auto-fill-function):
33705 * subr.el (add-minor-mode): Use it.
33706
33707 2005-03-16 Kenichi Handa <handa@m17n.org>
33708
33709 * language/ethio-util.el (sera-being-called-by-w3): New variable.
33710 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
33711 (ethio-fidel-to-sera-buffer): Likewise.
33712
33713 2005-03-16 Juri Linkov <juri@jurta.org>
33714
33715 * emacs-lisp/find-func.el (find-function-regexp):
33716 Add defun-emitting macro `menu-bar-make-toggle'.
33717
33718 * isearch.el: Put `isearch-scroll' property to
33719 `split-window-horizontally'.
33720
33721 * info.el: Update error messages for `debug-ignored-errors'.
33722 (Info-isearch-search): Doc fix.
33723 (Info-find-node): Move up code to go into info buffer before
33724 recording the node to the history.
33725 (Info-fontify-node): Fontify titles only if the next line
33726 has two or more `*', `=', `-', `.'.
33727 Display "go to this node" for empty (match-string 3).
33728
33729 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
33730
33731 * term/mac-win.el: Add mouse pointer shape constants.
33732
33733 2005-03-15 Kim F. Storm <storm@cua.dk>
33734
33735 * simple.el (move-beginning-of-line): Use vertical-motion.
33736
33737 2005-03-15 Juri Linkov <juri@jurta.org>
33738
33739 * isearch.el (isearch-error): New variable.
33740 (isearch-invalid-regexp, isearch-within-brackets): Remove.
33741 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
33742 (isearch-within-brackets-state): Remove.
33743 (isearch-case-fold-search-state, isearch-pop-fun-state):
33744 Decrease frame index.
33745 (isearch-mode, isearch-top-state, isearch-push-state)
33746 (isearch-edit-string, isearch-abort, isearch-search-and-update)
33747 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
33748 (isearch-search, isearch-lazy-highlight-new-loop):
33749 Replace `isearch-invalid-regexp' with `isearch-error'.
33750 Remove `isearch-within-brackets'.
33751 (isearch-search): Add `search-failed' handler to `condition-case'.
33752 (isearch-lazy-highlight-search): Add `condition-case' to catch
33753 errors and allow `isearch-lazy-highlight-update' to try
33754 highlighting from the beginning of the window.
33755 (isearch-repeat): Move up code to set isearch-wrapped to t
33756 before calling isearch-wrap-function.
33757
33758 * info.el (Info-isearch-initial-node): New internal variable.
33759 (Info-search): Signal an error in isearch mode when search leaves
33760 the initial node. Signal an error when `bound' is non-nil and
33761 nothing was found in the current subfile.
33762 (Info-isearch-search): Remove `condition-case'.
33763 (Info-isearch-wrap): Don't wrap when search failed during leaving
33764 the initial node. If `Info-isearch-search' is nil, wrap around
33765 the current node.
33766 (Info-isearch-start): New fun.
33767 (Info-mode): Add buffer-local hook `Info-isearch-start' to
33768 `isearch-mode-hook'.
33769
33770 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
33771
33772 * simple.el (normal-erase-is-backspace): Set default to t if
33773 running on Mac.
33774
33775 * term/mac-win.el (function-key-map): Sync with x-win.el.
33776
33777 2005-03-15 Kenichi Handa <handa@m17n.org>
33778
33779 * international/mule-cmds.el (locale-language-names): Modify the
33780 format of elements and add more entries.
33781 (locale-preferred-coding-systems): Add more entries.
33782 (set-locale-environment): Adjust for the change of
33783 locale-language-names.
33784
33785 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
33786
33787 * pcvs.el (smerge-ediff): Remove bogus autoload.
33788
33789 2005-03-14 Lute Kamstra <lute@gnu.org>
33790
33791 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
33792 Ignore a `*' at the beginning of a line.
33793
33794 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
33795 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
33796 subr.el.
33797 (dont-compile, eval-when-compile, eval-and-compile): Use declare
33798 to specify indentation.
33799
33800 * generic.el (define-generic-mode): Let generic-mode-list be a
33801 list of strings; test membership with equal.
33802
33803 2005-03-14 Kim F. Storm <storm@cua.dk>
33804
33805 * simple.el (next-line, previous-line): Add optional try-vscroll
33806 arg to recognize interactive use. Pass it on to line-move.
33807 (line-move): Don't perform auto-window-vscroll when defining or
33808 executing keyboard macro to ensure consistent behavior.
33809
33810 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
33811
33812 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
33813
33814 2005-03-13 Lute Kamstra <lute@gnu.org>
33815
33816 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
33817 debugger-setup-buffer so that backtrace marks the frames set to
33818 debug-on-exit and we don't have to do it manually. Set an extra
33819 debug-on-exit for macro's.
33820 (debugger-setup-buffer): Don't mark the top frame manually.
33821
33822 2005-03-12 Lute Kamstra <lute@gnu.org>
33823
33824 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
33825 lisp-indent-function throughout.
33826 (with-no-warnings): Set lisp-indent-function property.
33827
33828 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
33829
33830 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
33831 Add entry for backslash.
33832
33833 2005-03-12 Juri Linkov <juri@jurta.org>
33834
33835 * info.el (Info-search): Four fixes for backward search.
33836
33837 2005-03-11 Jay Belanger <belanger@truman.edu>
33838
33839 * calc/calc.el (calc-language-alist): New variable.
33840 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
33841 (calc-embedded-find-modes): Use calc-language-alist instead of
33842 calc-embedded-language-alist.
33843
33844 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
33845
33846 * calendar/calendar.el (calendar-redrawing): New internal
33847 variable.
33848 (redraw-calendar): Remove bogus save-excursion from previous
33849 change. Bind calendar-redrawing to t for mark-diary-entries.
33850 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
33851 calendar if that is why we were called.
33852
33853 2005-03-11 Kenichi Handa <handa@m17n.org>
33854
33855 * international/mule.el (make-coding-system): Set property
33856 coding-system-define-form to nil.
33857 (define-coding-system-alias): Likewise.
33858
33859 2005-03-11 Kenichi Handa <handa@m17n.org>
33860
33861 These changes are suggested by Dave Love <fx@gnu.org>.
33862
33863 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
33864 coding: tag.
33865 (adaptive-fill-regexp): Add more bullets.
33866 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
33867 regexps.
33868
33869 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
33870
33871 * help.el (describe-mode): Properly handle non-trivial lighters.
33872 Don't ignore minor modes that are not listed in minor-mode-list.
33873
33874 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
33875 feature ON when the user requests to turn it OFF.
33876
33877 2005-03-10 Lute Kamstra <lute@gnu.org>
33878
33879 * emacs-lisp/debug.el (debug-entry-code): Delete it.
33880 (implement-debug-on-entry): New function to replace debug-entry-code.
33881 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
33882 second argument as the 2005-03-07 change makes it obsolete.
33883 (debug-on-entry, cancel-debug-on-entry): Update call to
33884 debug-on-entry-1.
33885 (debug, debugger-setup-buffer): Comment update.
33886 (debugger-frame-number): Update to work with implement-debug-on-entry.
33887
33888 2005-03-10 Jay Belanger <belanger@truman.edu>
33889
33890 * calc/calc-embed.el (math-ms-args): Declare it.
33891 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
33892 math-ms-args.
33893 (calc-embedded-subst): Use math-multi-subst-rec to substitute
33894 variables.
33895
33896 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
33897
33898 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
33899 Use message-box.
33900
33901 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
33902 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
33903 (tooltip-gud-tips): Simplify.
33904 (tooltip-gud-tips-p): Remove superfluous :set.
33905 (tooltip-gud-modes): Add fortran-mode.
33906 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
33907
33908 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
33909
33910 2005-03-09 Kim F. Storm <storm@cua.dk>
33911
33912 * play/animate.el (animate-place-char): Use forward-line instead
33913 of next-line to improve performance.
33914
33915 2005-03-09 Simon Josefsson <jas@extundo.com>
33916
33917 * net/browse-url.el (browse-url-default-browser): Doc fix.
33918
33919 2005-03-09 Miles Bader <miles@gnu.org>
33920
33921 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
33922 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
33923
33924 2005-03-09 Kenichi Handa <handa@m17n.org>
33925
33926 * international/latin-1.el: Set case and syntax for 255 only if
33927 set-case-syntax-set-multibyte is nil.
33928
33929 * textmodes/ispell.el (ispell-insert-word): New function.
33930 (ispell-word): Use ispell-insert-word to insert a new word.
33931 (ispell-process-line): Likewise.
33932 (ispell-complete-word): Likewise.
33933
33934 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
33935
33936 * calendar/calendar.el (redraw-calendar): Preserve point.
33937 Reported by Matt Hodges <MPHodges@member.fsf.org>.
33938 (calendar-week-start-day): Move after definition of
33939 redraw-calendar. Delete buffer test, since redraw-calendar has
33940 that now.
33941
33942 * calendar/diary-lib.el (mark-diary-entries): Only call
33943 redraw-calendar in the first of any recursive calls.
33944 Reported by Alan Shutko <ats@acm.org>.
33945
33946 2005-03-08 Juri Linkov <juri@jurta.org>
33947
33948 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
33949 (html-horizontal-rule, html-line, html-image, html-checkboxes)
33950 (html-radio-buttons): Add a space before the trailing `/>' where
33951 sgml-xml-mode is non-nil.
33952 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
33953 the subsequent tag of the empty XML tag.
33954 (html-href-anchor): Don't set initial input to "http:".
33955 (html-image): Ask for the image URL and set point inside alt="".
33956 (html-name-anchor): Duplicate the name in the `id' attribute when
33957 sgml-xml-mode is non-nil.
33958 (html-paragraph): Remove \n before <p>.
33959 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
33960 instead of `checked' when sgml-xml-mode is non-nil.
33961
33962 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
33963 Remove 1 space before #RRGGBB to not truncate it on terminal
33964 windows w/o fringes. Remove 1 space between bg and fg examples
33965 to get more space.
33966 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
33967 avoid byte-compile warnings.
33968
33969 * image-file.el (image-file-handler): Put `safe-magic' property to
33970 `image-file-handler'.
33971
33972 * info.el (Info-isearch-search): Emulate word search in
33973 isearching through multiple Info nodes with Info-search.
33974 (Info-isearch-wrap): Allow isearch-word.
33975
33976 2005-03-08 Lute Kamstra <lute@gnu.org>
33977
33978 * emacs-lisp/debug.el (debugger-step-through): Make sure that
33979 stepping into the debugger's code is not possible.
33980 (debugger-jumping-flag): Docstring update.
33981
33982 2005-03-08 Jay Belanger <belanger@truman.edu>
33983
33984 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
33985 embedded mode begins.
33986 (calc-embedded-language-alist): New variable.
33987 (calc-embedded-find-modes): Use calc-embedded-language-alist to
33988 set default language mode.
33989
33990 2005-03-08 Kenichi Handa <handa@m17n.org>
33991
33992 * international/ccl.el (define-ccl-program): Fix docstring about
33993 extra 256 bytes assured for the output buffer.
33994
33995 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
33996 Fix BUFFER_MAGNIFICATION to 2.
33997 (ccl-encode-mule-utf-16be-with-signature): Likewise.
33998
33999 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
34000
34001 * align.el (align-rules-list): Added an alignment rule for CSS
34002 declarations (applies to css-mode and html-mode buffers).
34003
34004 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
34005
34006 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
34007
34008 2005-03-07 Kim F. Storm <storm@cua.dk>
34009
34010 * simple.el (move-beginning-of-line): New command.
34011
34012 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
34013
34014 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
34015
34016 * emulation/cua-base.el: Put CUA move property on move-end-of-line
34017 and move-beginning-of-line.
34018
34019 * apropos.el (apropos-print): Omit command from M-x ... RET.
34020
34021 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
34022
34023 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
34024 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
34025
34026 2005-03-06 Richard M. Stallman <rms@gnu.org>
34027
34028 * bindings.el (esc-map): Bind M-g to goto-line.
34029
34030 * facemenu.el (global-map): Bind M-o, not M-g.
34031
34032 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
34033
34034 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
34035 "Open Directory" as for "Open File".
34036
34037 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
34038
34039 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
34040 (push-mark-command): Run activate-mark-hook.
34041
34042 2005-03-06 Richard M. Stallman <rms@gnu.org>
34043
34044 * help-mode.el (help-mode-finish): Don't alter the element
34045 in view-return-to-alist if there already is one.
34046
34047 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
34048 make sure the current buffer is the expected one.
34049
34050 * novice.el (disabled-command-function): Output in *Disabled Command*.
34051 Explicitly ignore non-keyboard events, and explicitly handle C-g.
34052
34053 * textmodes/flyspell.el (flyspell-large-region):
34054 Pass args differently for aspell.
34055
34056 * files.el (mode-require-final-newline): Doc fix.
34057
34058 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
34059
34060 * progmodes/which-func.el (which-function):
34061 Specify NOERROR when calling imenu--make-index-alist.
34062
34063 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
34064
34065 * simple.el (normal-erase-is-backspace): Define default value.
34066
34067 * custom.el (custom-theme-set-variables): Remove unused var
34068 `immediate'.
34069 (custom-reevaluate-setting): Simple function to handle variables
34070 that are defined before their default value can really be
34071 computed.
34072
34073 * startup.el (command-line): Use it for temporary-file-directory,
34074 small-emporary-file-directory, auto-save-file-name-transforms,
34075 blink-cursor-mode, and normal-erase-is-backspace.
34076
34077 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
34078 progress, even with buggy anchored keywords.
34079
34080 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
34081
34082 * simple.el (goto-line): Remove unbalanced final parenthesis.
34083
34084 2005-03-05 Richard M. Stallman <rms@gnu.org>
34085
34086 * simple.el (goto-line): Use a number at point as the default.
34087 With C-u as arg, switch buffers.
34088
34089 2005-03-05 Juri Linkov <juri@jurta.org>
34090
34091 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
34092 with `no-blinking-cursor'.
34093
34094 * startup.el (no-blinking-cursor): New defvar.
34095 (command-line): Add `--no-blinking-cursor' to longopts.
34096 Set `no-blinking-cursor' to t for command line arguments
34097 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
34098 with `no-blinking-cursor' in the condition for calling
34099 `blink-cursor-mode'.
34100
34101 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
34102
34103 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
34104 (menu-bar-options-save): Add blink-cursor-mode.
34105 (menu-bar-options-menu): Add blink-cursor-mode.
34106
34107 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
34108
34109 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
34110 (icalendar-export-file, icalendar-export-region)
34111 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
34112 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
34113
34114 2005-03-04 Lute Kamstra <lute@gnu.org>
34115
34116 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
34117 (debug-function-list): Ditto.
34118
34119 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
34120
34121 * textmodes/texinfmt.el (texinfo-append-refill):
34122 Redefine the types of line to which @refill
34123 is not appended by replacing a search for `@refill\\|@bye' with
34124 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
34125 itemize@refill' bug and the unfilled long lines bug.
34126 (texinfmt-version): Update number and date.
34127
34128 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
34129
34130 * international/code-pages.el (windows-1250, windows-125[2-8])
34131 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
34132
34133 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
34134
34135 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
34136 bound yet.
34137
34138 2005-03-02 Romain Francoise <romain@orebokech.com>
34139
34140 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
34141 buffer after removing limits.
34142 (ibuffer-pop-filter): Ditto.
34143 Update copyright.
34144
34145 2005-03-02 Miles Bader <miles@gnu.org>
34146
34147 * button.el (make-text-button): If the user doesn't specify a
34148 type, use the default. Rewrite to use `add-text-properties' and
34149 plist functions.
34150
34151 2005-03-01 Lute Kamstra <lute@gnu.org>
34152
34153 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
34154 (debugger-jumping-flag): New var.
34155 (debug-entry-code): Use it.
34156 (debugger-jump): Use debugger-jumping-flag and add
34157 debugger-reenable to post-command-hook.
34158 (debugger-reenable): Use debugger-jumping-flag and remove itself
34159 from post-command-hook.
34160 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
34161 debugger-reenable.
34162
34163 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
34164
34165 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
34166 inclusion of "itemize\\|", which may be unnecessary, is certainly
34167 inelegant, and stops refilling in itemize lists when formatting
34168 Japanese Texinfo files to Info.
34169 Update copyright to 2005.
34170
34171 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
34172
34173 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
34174 of an error if GDB can't find the source file.
34175
34176 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
34177
34178 * calendar/calendar.el (redraw-calendar): Work from any buffer,
34179 not just the calendar.
34180
34181 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
34182 first.
34183 (diary-redraw-calendar): New function.
34184 (make-diary-entry): Add diary-redraw-calendar to local
34185 write-contents-functions. Turn off selective display before
34186 inserting in diary.
34187
34188 2005-03-01 Kim F. Storm <storm@cua.dk>
34189
34190 * emacs-lisp/copyright.el (copyright-fix-years): New command.
34191
34192 2005-03-01 Lute Kamstra <lute@gnu.org>
34193
34194 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
34195 that debug-entry-code can be safely removed from a function while
34196 this code is being evaluated. Revert the 2005-02-27 change as the
34197 new implementation no longer requires it. Make sure that a
34198 function body containing just a string is not mistaken for a docstring.
34199 (debug): Skip one more frame in case of debug on entry.
34200 (debugger-setup-buffer): Delete one more frame line in case of
34201 debug on entry.
34202 (debugger-frame-number): Update to use the new text introduced by
34203 the 1999-11-03 change. Skip one more frame in case of debug on entry.
34204
34205 2005-02-28 Kim F. Storm <storm@cua.dk>
34206
34207 * double.el (double-translate-key): Call force-window-update after
34208 read-event to avoid crash in redisplay.
34209
34210 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
34211
34212 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
34213 (debug): Use it. Move the inhibit-trace earlier.
34214 (debug-entry-code): New const.
34215 (debug-on-entry-1): Use it.
34216
34217 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
34218
34219 * international/utf-16.el (ccl-encode-mule-utf-16le):
34220 Fix BUFFER_MAGNIFICATION to 2.
34221 (ccl-encode-mule-utf-16be): Likewise.
34222
34223 2005-02-28 Kenichi Handa <handa@m17n.org>
34224
34225 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
34226 Fix BUFFER_MAGNIFICATION to 4.
34227 (ccl-encode-mule-utf-16be-with-signature): Likewise.
34228
34229 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
34230
34231 * speedbar.el (speedbar-update-flag): Doc fix.
34232 (speedbar-show-info-under-mouse): Give set-mouse-position the right
34233 argument.
34234
34235 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
34236
34237 * reveal.el (reveal-post-command): Don't try to reveal overlays which
34238 have a non-nil `invisible' property but are actually visible.
34239
34240 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
34241 for perldoc sections.
34242 (perl-outline-regexp, perl-outline-level): New var and function.
34243 (perl-mode): Use them.
34244
34245 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
34246
34247 * calendar/diary-lib.el (diary-remind): Discard any mark portion
34248 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
34249
34250 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
34251
34252 * cus-edit.el: Comment change.
34253 (custom-buffer-create-internal): Slightly reword text at top of
34254 Custom buffers. Mention there that saving an option edits the
34255 init file. Add link to Emacs manual node on `custom-file'.
34256 (custom-magic-alist): Rewrite individual State messages to use
34257 capitalized keywords. Doc fix.
34258
34259 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
34260
34261 * calendar/calendar.el (calendar-buffer): Move above
34262 calendar-week-start-day.
34263 (calendar-week-start-day): Doc fix. Add :set function.
34264 (calendar-minimum-window-height): New variable.
34265 (generate-calendar-window): Only resize window if selected-window
34266 is displaying the calendar buffer. Use new variable
34267 calendar-minimum-window-height.
34268 (generate-calendar): Reword error message.
34269 (calendar-mode-map): Bind DEL to scroll-other-window-down.
34270
34271 2005-02-27 Andreas Schwab <schwab@suse.de>
34272
34273 * vc.el (vc-do-command): Don't run command asynchronously when
34274 operating in a remote directory.
34275
34276 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
34277 change from sync with Tramp 2.0.47.
34278
34279 2005-02-27 Richard M. Stallman <rms@gnu.org>
34280
34281 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
34282
34283 * textmodes/flyspell.el (flyspell-mode-on):
34284 Call ispell-change-dictionary only if necessary.
34285
34286 * emacs-lisp/re-builder.el (regexp-builder): New function.
34287
34288 * register.el (describe-register-1): Explicitly handle
34289 yank-excluded-properties = t.
34290
34291 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
34292 (custom-magic-alist): Change the status descriptions again.
34293 (face widget-type): Total rewrite based on `restricted-sexp'
34294 to eliminate the confusing double hiding levels.
34295
34296 * emacs-lisp/debug.el (debug-on-entry-1):
34297 If function body is empty, add nil as body form.
34298
34299 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
34300
34301 * emacs-lisp/trace.el (inhibit-trace): New var.
34302 (trace-make-advice): Use it.
34303
34304 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
34305
34306 2005-02-26 Kim F. Storm <storm@cua.dk>
34307
34308 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
34309 (mouse-on-link-p, mouse-drag-region-1): Use it.
34310
34311 2005-02-25 Lute Kamstra <lute@gnu.org>
34312
34313 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
34314
34315 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
34316
34317 * frame.el (blink-cursor-mode): Add :group keyword.
34318
34319 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
34320
34321 * calendar/icalendar.el (icalendar--decode-isodatetime):
34322 New optional argument DAY-SHIFT.
34323 (icalendar-export-region): Fix coding-system-for-write.
34324 (icalendar--convert-ical-to-diary): Shift end-day of all-day
34325 events by one.
34326
34327 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
34328
34329 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
34330
34331 2005-02-24 Kim F. Storm <storm@cua.dk>
34332
34333 * international/iso-acc.el (iso-accents-compose): Fix crash
34334 during redisplay. Call force-window-update after read-event
34335 and delete-region to signal that window is not accurate.
34336
34337 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
34338
34339 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
34340 Remove unused and inexistent var `inhibit-trace'.
34341 (debugger-mode): Use run-mode-hooks.
34342 (debugger-list-functions): Add buttons; setup xref stack.
34343
34344 2005-02-23 Richard M. Stallman <rms@gnu.org>
34345
34346 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
34347 appointment says it was explicitly made.
34348 (appt-add): Set the 3rd element.
34349 (appt-make-list): Preserve explicit appointments.
34350
34351 * subr.el (find-tag-default): Catch errors in forward-sexp.
34352
34353 2005-02-23 Juri Linkov <juri@jurta.org>
34354
34355 * info.el (Info-isearch-search): New defcustom.
34356 (Info-isearch-search): Call the default isearch function
34357 when Info-isearch-search is nil.
34358 (Info-isearch-wrap): Use variable Info-isearch-search.
34359
34360 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
34361
34362 * cus-edit.el: Comment change.
34363
34364 2005-02-22 Kim F. Storm <storm@cua.dk>
34365
34366 * progmodes/hideif.el (hide-ifdef-use-define-alist):
34367 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
34368
34369 2005-02-22 Simon Josefsson <jas@extundo.com>
34370
34371 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
34372 New variable.
34373 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
34374 Oskarsson" <myrkraverk@users.sourceforget.net>.
34375
34376 2005-02-22 Kim F. Storm <storm@cua.dk>
34377
34378 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
34379 check that window of that event is the selected window.
34380 (mouse-drag-region-1): Compare mouse event window to selected
34381 window before setting point.
34382
34383 * tooltip.el (tooltip-show-help-function): Pass event to
34384 mouse-on-link-p so it can check selected window.
34385
34386 2005-02-22 Kenichi Handa <handa@m17n.org>
34387
34388 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
34389 (ps-mule-show-warning): New function.
34390 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
34391 characters are found.
34392
34393 * ps-print.el (ps-header-footer-string): Return a list of header
34394 and footer strings.
34395
34396 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
34397
34398 * pcvs.el (cvs-retrieve-revision): Fix thinko.
34399
34400 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
34401
34402 * frame.el (blink-cursor-mode): Use define-minor-mode.
34403
34404 * term/mac-win.el (function-key-map): Use char-names more consistently.
34405 (file-name-coding-system): Only set it for MacOS-9. The other case is
34406 already handled in mule-cmds.el (where it also works when mac-win.el
34407 is not used).
34408
34409 2005-02-21 Kenichi Handa <handa@m17n.org>
34410
34411 * international/mule.el (ctext-pre-write-conversion): Always use
34412 " *code-converting-work*" buffer for work.
34413
34414 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
34415
34416 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
34417
34418 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
34419
34420 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
34421
34422 * ses.el (undo-more): Restore defadvice, but only the part that
34423 allows changes outside the restricted area of the buffer.
34424
34425 2005-02-20 Kim F. Storm <storm@cua.dk>
34426
34427 * simple.el (line-move): Add fourth optional arg try-vscroll which
34428 must be set to perform auto-window-vscroll.
34429 When moving backwards and doing auto-window-vscroll, automatically
34430 vscroll to the last part of lines which are taller than the window.
34431 (next-line, previous-line): Set try-vscroll arg on line-move.
34432
34433 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
34434
34435 * replace.el (query-replace, query-replace-regexp)
34436 (replace-string, replace-regexp): When operating on region, make
34437 the minibuffer prompt say so.
34438
34439 * isearch.el (isearch-forward): Document isearch-query-replace and
34440 isearch-query-replace-regexp keybindings.
34441
34442 2005-02-19 Jay Belanger <belanger@truman.edu>
34443
34444 * calc/calc-aent.el (math-read-token): Add local variable.
34445
34446 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
34447 (calc-edit-top): Move declaration to earlier in file.
34448 (calc-edit-macro-repeats): Add local variables.
34449
34450 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
34451 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
34452 calcFunc-tanh.
34453 Adjust integration rule for calcFunc-tan.
34454
34455 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
34456
34457 * emulation/viper-cmd.el (viper-prefix-commands): Make into a defconst.
34458 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
34459 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
34460 (viper-skip-separators): Bug fix.
34461 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
34462 particular major mode.
34463 (viper-del-backward-char-in-replace): Don't put deleted char on the
34464 kill ring.
34465
34466 * emulation/viper-ex.el (viper-color-display-p): New function.
34467 (viper-has-face-support-p): Use viper-color-display-p.
34468
34469 * emulation/viper-keym.el (viper-gnus-modifier-map): New keymap.
34470
34471 * emulation/viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
34472
34473 * emulation/viper-util.el (viper-glob-unix-files):
34474 Fix shell status check.
34475 (viper-file-remote-p): Make equivalent to file-remote-p.
34476
34477 * emulation/viper.el (viper-major-mode-modifier-list):
34478 Use viper-gnus-modifier-map.
34479
34480 2005-02-19 David Kastrup <dak@gnu.org>
34481
34482 * subr.el (subregexp-context-p): Fix garbled doc string by adding
34483 quoting.
34484
34485 2005-02-19 Jay Belanger <belanger@truman.edu>
34486
34487 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
34488 Remove extra definitions.
34489 (calc-coth): New function.
34490 (calcFunc-cot): Fix `let'.
34491
34492 2005-02-19 Eli Zaretskii <eliz@gnu.org>
34493
34494 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
34495 the reasons we use "type pc" in these faces.
34496
34497 * button.el (button): Ditto.
34498
34499 2005-02-19 Michael Mauger <mmaug@yahoo.com>
34500
34501 * replace.el (query-replace-read-from): Set the value of
34502 query-replace-from-history-variable to handle the case of an empty
34503 string entered to accept the suggested default.
34504
34505 * net/tramp.el (tramp-file-name-for-operation):
34506 Use dired-call-process instead of dired-call-process-command.
34507
34508 2005-02-19 Jay Belanger <belanger@truman.edu>
34509
34510 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
34511 (math-div-non-trig): New variables.
34512 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
34513 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
34514 (math-combine-prod, math-div-symb-fancy): Add simplifications for
34515 trig expressions.
34516
34517 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
34518
34519 * progmodes/gdb-ui.el (gdb-var-update-handler)
34520 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
34521 for watch expressions,
34522 (gdb-var-create-handler): Don't set speedbar-update-flag.
34523 (gdb-post-prompt): Simplify test for speedbar.
34524
34525 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
34526
34527 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
34528 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
34529 we use the syntax table of the correct buffer.
34530 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
34531 Felix Gatzemeier.
34532
34533 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
34534 (ediff-file-remote-p): Make synonymous with file-remote-p.
34535 In all deffaces ediff-*-face-*, use min-colors.
34536
34537 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
34538 ediff-recurse-to-subdirectories.
34539 (ediff-mark-if-equal): Check that the arguments are strings, use
34540 ediff-same-contents (after to Felix Gatzemeier).
34541
34542 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
34543 nil.
34544
34545 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
34546
34547 * log-view.el (log-view-message-re): Fix up Subversion regexp.
34548
34549 2005-02-18 David Kastrup <dak@gnu.org>
34550
34551 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
34552 use `mark-active' when defined.
34553
34554 2005-02-18 Kenichi Handa <handa@m17n.org>
34555
34556 * ps-print.el (ps-font-info-database): New entry
34557 ZapfChancery-MediumItalic with correct font name. Fix font name
34558 of the entry Zapf-Chancery-MediumItalic.
34559
34560 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
34561
34562 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
34563
34564 2005-02-16 Kim F. Storm <storm@cua.dk>
34565
34566 * ido.el (ido-fallback-command): Pass user input to fallback command.
34567
34568 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
34569
34570 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
34571 (gdb-find-file-hook): Add server prefix.
34572
34573 2005-02-16 Richard M. Stallman <rms@gnu.org>
34574
34575 * replace.el (perform-replace): Pass new args to replace-highlight.
34576 (replace-highlight): Take region args,
34577 and pass them to isearch-lazy-highlight-new-loop.
34578
34579 * novice.el (disabled-command-hook): Autoload the defalias
34580 and the make-obsolete-variable call.
34581
34582 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
34583
34584 * isearch.el (isearch-lazy-highlight-start-limit)
34585 (isearch-lazy-highlight-end-limit): New variables limit
34586 the region for highlighting.
34587 (isearch-lazy-highlight-new-loop): New args BEG and END.
34588 (isearch-lazy-highlight-search): Use the new vars.
34589 (isearch-lazy-highlight-update): Likewise.
34590
34591 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
34592
34593 * cus-start.el (all): Use default-boundp.
34594
34595 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
34596
34597 * menu-bar.el (menu-bar-select-frame): Handle current frame.
34598
34599 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
34600
34601 * autorevert.el (auto-revert-stop-on-user-input)
34602 (auto-revert-verbose): Doc fixes.
34603
34604 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
34605
34606 * international/mule-cmds.el (set-locale-environment): Remove call
34607 to set-selection-coding-system on Windows.
34608
34609 2005-02-15 Jay Belanger <belanger@truman.edu>
34610
34611 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
34612 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
34613 calcFunc-coth.
34614 (math-simplify-sqrt): Add simplifications.
34615
34616 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
34617 to list.
34618
34619 * calc/calc-ext.el: Add functions to autoloads.
34620
34621 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
34622 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
34623 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
34624 (math-csc-raw, math-cot-raw): New functions.
34625
34626 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
34627
34628 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
34629 the variable name in a message.
34630
34631 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
34632 calcFunc-csc, calcFunc-cot.
34633
34634 * calc/calcalg2.el: Add derivative and integration rules for
34635 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
34636 calcFunc-csch, calcFunc-coth.
34637 (math-do-integral-methods): Add to checks for when to use
34638 substitutions.
34639
34640 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
34641
34642 2005-02-15 Lute Kamstra <lute@gnu.org>
34643
34644 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
34645 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
34646 <monnier@iro.umontreal.ca>.
34647 (lisp-outline-level): Improve efficiency. Suggested by David
34648 Kastrup <dak@gnu.org>.
34649
34650 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
34651
34652 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
34653 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
34654 (gdb-set-gud-minor-mode-existing-buffers): New functions.
34655 (gdb-find-file-hook): New hook. Add it to find-file-hook.
34656 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
34657
34658 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
34659
34660 * cus-start.el (all): Comment change.
34661
34662 2005-02-14 Lute Kamstra <lute@gnu.org>
34663
34664 * cus-start.el (all): Check if symbol is void.
34665
34666 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
34667
34668 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
34669 optional argument to \cite.
34670
34671 2005-02-14 Richard M. Stallman <rms@gnu.org>
34672
34673 * cus-edit.el (custom-buffer-create-internal): Update help message.
34674 (custom-magic-alist): Update help messages.
34675
34676 * cus-start.el (all): Allow a var to specify a standard value.
34677
34678 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
34679
34680 * custom.el (custom-theme-set-variables): Handle variable aliases.
34681
34682 * frame.el (blink-cursor-timer): Doc fix.
34683 (blink-cursor): Make it an alias for `blink-cursor-mode' and
34684 declare obsolete.
34685 (blink-cursor-mode): Define with defcustom and use correct
34686 standard expression in that defcustom.
34687 * startup.el (command-line): Adapt to above changes in frame.el.
34688
34689 2005-02-11 Lute Kamstra <lute@gnu.org>
34690
34691 * apropos.el (apropos-score-doc): Prevent division by zero.
34692
34693 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
34694
34695 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
34696 (icalendar--get-event-property-attributes)
34697 (icalendar--get-event-properties)
34698 (icalendar--datetime-to-diary-date): New functions.
34699 (icalendar--split-value): Doc fix.
34700 (icalendar--datetime-to-noneuropean-date)
34701 (icalendar--datetime-to-european-date): New optional argument
34702 SEPARATOR. Return result as a string instead of a list.
34703 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
34704 (icalendar--convert-string-for-export): Rename arg S to STRING.
34705 (icalendar-export-region): Doc fix. Change name of error buffer.
34706 Save output buffer.
34707 (icalendar-import-file): Add blank at end of prompt.
34708 (icalendar-import-buffer): Doc fix. Do not switch to error
34709 buffer. Indicate status in return value.
34710 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
34711 buffer. Save output buffer. Handle exception from recurrence
34712 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
34713 events. Fix problems with weekly all-day events.
34714
34715 2005-02-10 Richard M. Stallman <rms@gnu.org>
34716
34717 * simple.el (eval-expression-print-format):
34718 Avoid warning about edebug-active.
34719
34720 * help.el (help-for-help-internal): Rename from help-for-help.
34721 (help-for-help): Define with defalias.
34722
34723 * font-core.el (font-lock-default-function): Use with-no-warnings.
34724
34725 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
34726
34727 * custom.el (defface): Doc fix.
34728
34729 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
34730
34731 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
34732 width 0" to prevent word wrapping problems.
34733
34734 2005-02-09 Kim F. Storm <storm@cua.dk>
34735
34736 * ido.el (ido-file-extensions-order): New defcustom.
34737 (ido-file-extension-lessp, ido-file-extension-aux)
34738 (ido-file-extension-order): New advanced file ordering.
34739 (ido-file-lessp): New simple file ordering.
34740 (ido-sort-list): Remove.
34741 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
34742 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
34743
34744 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
34745
34746 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
34747 that some versions of grep produce.
34748 (grep-mode-font-lock-keywords): Likewise.
34749
34750 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
34751
34752 * progmodes/gdb-ui.el (gdb-location-list): New variable.
34753 (gdb-cdir): Delete.
34754 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
34755 (gdb-source-info): Treat case when source file is in another
34756 directory properly.
34757 (gdb-get-location): New function.
34758
34759 2005-02-07 Jay Belanger <belanger@truman.edu>
34760
34761 * calc/calc-prog.el (calc-write-parse-table-part)
34762 (calc-fix-token-name): Fix a check for language type.
34763
34764 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
34765
34766 2005-02-07 Andre Spiegel <spiegel@gnu.org>
34767
34768 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
34769 as directory not writable.
34770
34771 2005-02-07 Kim F. Storm <storm@cua.dk>
34772
34773 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
34774 (cua--standard-movement-commands): Remove list.
34775 Instead, set CUA property value to move for movement commands.
34776 (cua-movement-commands): Remove. Users must set CUA prop instead.
34777 (cua--pre-command-handler): Check CUA property.
34778 (cua--init-keymaps): Don't remap undo commands.
34779 (cua-mode): Don't call cua--rectangle-on-off.
34780
34781 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
34782 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
34783 (cua--rect-undo-set-point): New var.
34784 (cua--rectangle-undo-boundary): Setup undo apply entry.
34785 (cua--rect-undo-handler): New function for rectangle undo.
34786 (cua--rect-start-position, cua--rect-end-position): Add.
34787 (cua--rectangle-post-command): Call cua--rectangle-set-corners
34788 for restored rectangle. Set point if cua--rect-undo-set-point.
34789
34790 2005-02-06 Jay Belanger <belanger@truman.edu>
34791
34792 * calc/calc-lang.el (calc-tex-language): Display more information
34793 in messages.
34794
34795 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
34796 in TeX mode.
34797
34798 2005-02-06 Richard M. Stallman <rms@gnu.org>
34799
34800 * emacs-lisp/lisp.el (buffer-end): Doc fix.
34801
34802 2005-02-05 Arne J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
34803
34804 * net/ldap.el (ldap-search-internal): Support attributes with
34805 optional descriptions separated by a semi-colon, as in
34806 "userCertificate;binary".
34807
34808 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
34809
34810 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
34811 isn't a cons (i.e. the version is 0).
34812
34813 2005-02-05 Eli Zaretskii <eliz@gnu.org>
34814
34815 * help.el (help-for-help): Doc fix.
34816
34817 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
34818
34819 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
34820 GDB-Windows on the menu-bar as this works better.
34821
34822 2005-02-04 Jay Belanger <belanger@truman.edu>
34823
34824 * calc/calc-embed.el (calc-embedded-update): Don't put in
34825 unnecessary newlines. Adjust the end of formula marker.
34826
34827 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
34828 (math-latex-parse-two-args): New function.
34829
34830 2005-02-03 Lute Kamstra <lute@gnu.org>
34831
34832 * help-fns.el (help-with-tutorial): Make sure that users cannot
34833 remove the entire text of the tutorial by means of `undo'.
34834
34835 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
34836
34837 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
34838 in recent changes, where the ispell process was repeatedly
34839 killed & restarted.
34840
34841 * international/mule-cmds.el (set-locale-environment): Set file-name
34842 coding system to utf-8 on Darwin systems.
34843 (set-default-coding-systems): Don't set default-file-name-coding-system
34844 on Darwin systems.
34845
34846 2005-02-03 Richard M. Stallman <rms@gnu.org>
34847
34848 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
34849
34850 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
34851
34852 * faces.el (list-faces-display): Add optional argument.
34853
34854 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
34855
34856 * font-core.el (font-lock-default-function): Handle the rare case where
34857 only font-lock-keywords is set.
34858
34859 2005-02-02 Kenichi Handa <handa@m17n.org>
34860
34861 * international/characters.el: Cancel previous change for
34862 I-WITH-DOT-ABOVE and DOTLESS-i.
34863
34864 * international/latin-5.el: Cancel previous change.
34865
34866 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
34867
34868 * progmodes/gud.el: Correction to syntax in gud-menu-map.
34869
34870 2005-02-02 Kenichi Handa <handa@m17n.org>
34871
34872 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
34873 DOTLESS-i.
34874
34875 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
34876 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
34877
34878 * case-table.el (get-upcase-table): New function.
34879 (copy-case-table): Copy upcaes table too if non-nil.
34880 (set-case-syntax-delims): Maintain upcase table too.
34881 (set-case-syntax-pair): Likewise.
34882 (set-upcase-syntax, set-downcase-syntax): New functions.
34883 (set-case-syntax): Maintain upcase table too.
34884
34885 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
34886
34887 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
34888
34889 * progmodes/gud.el (gud-goto-info): New function.
34890 (gud-tool-bar-map): Use correct icon.
34891
34892 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
34893
34894 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
34895 When delegating, order args in the funcall correctly.
34896
34897 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
34898
34899 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
34900
34901 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
34902
34903 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
34904 buffer not visiting a file.
34905
34906 2005-01-31 Jay Belanger <belanger@truman.edu>
34907
34908 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
34909 bound on the line with the formula.
34910
34911 2005-01-31 Kim F. Storm <storm@cua.dk>
34912
34913 * ses.el (ses-create-cell-variable-range)
34914 (ses-destroy-cell-variable-range, ses-reset-header-string)
34915 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
34916 (ses-insert-row): Fix format of apply undo entries.
34917
34918 2005-01-31 Jay Belanger <belanger@truman.edu>
34919
34920 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
34921 parts.
34922
34923 * calc/calc-embed.el (calc-embedded-open-formula)
34924 (calc-embedded-close-formula): Ignore matrix environments.
34925
34926 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
34927 TeX mode.
34928
34929 * calc/calc-lang.el (math-function-table, math-oper-table)
34930 (math-variable-table): Adjust the LaTeX portions.
34931
34932 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
34933 (math-latex-ignore-words): New constant.
34934
34935 2005-01-31 Richard M. Stallman <rms@gnu.org>
34936
34937 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
34938 (ispell-local-dictionary): Doc fix.
34939 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
34940 Don't reinitialize at run time. Don't defcustom.
34941 All uses changed to append ispell-local-dictionary-alist,
34942 or check it first.
34943 (ispell-current-dictionary): New variable for dictionary in use.
34944 (ispell-dictionary): Now used only for global default.
34945 (ispell-start-process): Set ispell-current-dictionary,
34946 not ispell-dictionary.
34947 (ispell-change-dictionary): Use this only for setting
34948 user preferences.
34949 (ispell-internal-change-dictionary): New function
34950 to change the current dictionary in use.
34951 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
34952 Use ispell-current-dictionary.
34953 Handle ispell-local-dictionary-overridden.
34954 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
34955
34956 2005-01-31 Jay Belanger <belanger@truman.edu>
34957
34958 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
34959
34960 * calc/calc-ext.el: Add calc-latex-language to autoloads.
34961 (calc-mode-map): Add calc-latex-language.
34962
34963 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
34964 (math-latex-print-frac): New functions.
34965 (math-oper-table, math-function-table, math-variable-table)
34966 (math-complex-format, math-input-filter): Add latex properties.
34967 (calc-set-language): Set math-expr-special-function-mapping.
34968
34969 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
34970 (calc-write-parse-table-part): Add LaTeX support.
34971
34972 * calc/calc.el (calc-language): Adjust docstring.
34973 (calc-set-mode-line): Add LaTeX support.
34974 (math-expr-special-function-mapping): New variable.
34975 (math-tex-ignore-words): Add to list.
34976
34977 * calc/calccomp.el (math-compose-expr, math-compose-rows):
34978 Add LaTeX support.
34979 (math-compose-expr): Add support for special functions.
34980
34981 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
34982
34983 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
34984
34985 * progmodes/gdb-ui.el (gdb-memory-address)
34986 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
34987 (gdb-memory-mode-map, gdb-memory-format-keymap)
34988 (gdb-memory-format-menu, gdb-memory-unit-keymap)
34989 (gdb-memory-unit-menu): New variables for a buffer
34990 that lets the user examine program memory.
34991 (gdb-memory-set-address, gdb-memory-set-repeat-count)
34992 (gdb-memory-format-binary, gdb-memory-format-octal)
34993 (gdb-memory-format-unsigned, gdb-memory-format-signed)
34994 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
34995 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
34996 (gdb-memory-unit-word, gdb-memory-unit-halfword)
34997 (gdb-memory-unit-byte, gdb-memory-unit-menu)
34998 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
34999 (gdb-memory-mode, gdb-memory-buffer-name)
35000 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
35001 New functions for above buffer.
35002
35003 2005-01-30 Richard M. Stallman <rms@gnu.org>
35004
35005 * cus-edit.el (custom-bury-buffer): Function deleted.
35006 (custom-buffer-done-function): Option deleted.
35007 (custom-buffer-done-kill): New replacement option.
35008 (Custom-buffer-done): Call quit-window.
35009 (custom-buffer-create-internal): Update for above changes.
35010
35011 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
35012
35013 * simple.el (undo-ask-before-discard): New var.
35014 (undo-outer-limit-truncate): Implement it.
35015 (undo-extra-outer-limit): Doc update.
35016
35017 2005-01-29 Richard M. Stallman <rms@gnu.org>
35018
35019 * ses.el (undo-more): Delete defadvice.
35020 (ses-begin-change): Doc fix.
35021
35022 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
35023 instead of rebinding C-x u and C-_.
35024
35025 * files.el (normal-backup-enable-predicate): Return nil for files
35026 in /tmp, regardless of temporary-file-directory.
35027
35028 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
35029
35030 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
35031 (open-rectangle, delete-whitespace-rectangle-line)
35032 (clear-rectangle-line): If FILL, pass t instead of FILL
35033 for move-to-column's 2nd arg.
35034
35035 * simple.el (undo): Fix the test for continuing a series of undos.
35036 (undo-more): Set pending-undo-list to t when we reach end.
35037 (pending-undo-list): Move up defvar.
35038
35039 * wid-edit.el (widget-button-click):
35040 Shorten the range of the track-mouse binding.
35041
35042 * comint.el (comint-insert-input): Undo previous changes;
35043 use last-input-event in interactive spec.
35044
35045 2005-01-29 Eli Zaretskii <eliz@gnu.org>
35046
35047 * progmodes/compile.el (compilation-start): Bind buffer-read-only
35048 to nil before invoking call-process. Reset buffer's modified flag
35049 after fontifying it in the no-async branch.
35050
35051 * wid-edit.el (widget-specify-button): If mouse pointer shape
35052 cannot be changed, use mouse face instead.
35053
35054 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
35055
35056 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
35057 (gdb-goto-breakpoint): Make breakpoint handling work on template
35058 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>.
35059 (gdb-assembler-custom): Update to recognize breakpoint information
35060 added on 2005-01-19.
35061
35062 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
35063
35064 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
35065 (dsssl-mode): Use define-derived-mode.
35066 (scheme-mode-initialize): Remove.
35067 (scheme-mode): Use run-mode-hooks.
35068
35069 * cus-edit.el (customize-group-other-window)
35070 (custom-buffer-create-other-window): Don't override special-display-*.
35071 (custom-mode-map): Make it dense.
35072
35073 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
35074 sets the default value.
35075
35076 2005-01-28 Eli Zaretskii <eliz@gnu.org>
35077
35078 * descr-text.el: Add more keywords.
35079
35080 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
35081
35082 * speedbar.el: Avoid unnecessary use of locate-library.
35083
35084 * international/mule-cmds.el (standard-display-european-internal):
35085 Don't fiddle with latin-1 non-break space any more since it's now
35086 special cased in the C code.
35087 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
35088
35089 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
35090
35091 * cus-start.el (all): Add `undo-outer-limit'.
35092
35093 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
35094
35095 * textmodes/bibtex.el (bibtex-format-entry):
35096 Use `bibtex-empty-field-re' only on the text of fields, not on entire
35097 field lines.
35098 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
35099 not on part of a buffer.
35100
35101 2005-01-25 Lute Kamstra <lute@gnu.org>
35102
35103 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
35104 nonempty field text strings like "{letters\\macro{}more letters}".
35105 Clarify docstring.
35106 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
35107 (bibtex-entry-offset, bibtex-parse-association)
35108 (bibtex-parse-field-name): Fix typos in docstrings.
35109 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
35110
35111 2005-01-24 Dan Nicolaescu <dann@ics.uci.edu>
35112 Juri Linkov <juri@jurta.org>
35113
35114 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
35115 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
35116 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
35117 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
35118
35119 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
35120 isearch minor mode.
35121
35122 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
35123
35124 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
35125
35126 2005-01-24 Lute Kamstra <lute@gnu.org>
35127
35128 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
35129 CASECHARS and NOT-CASECHARS regular expressions of the
35130 "nederlands" and "nederlands8" dictionaries to prevent a "Range
35131 striding over charsets" error.
35132
35133 2005-01-24 Jay Belanger <belanger@truman.edu>
35134
35135 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
35136 display variable name.
35137
35138 2005-01-24 Kenichi Handa <handa@m17n.org>
35139
35140 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
35141 Fix setting of the element of encoded-kbd-iso2022-invocations.
35142
35143 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
35144
35145 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
35146 (gdb-threads-select): Change to also accept mouse events.
35147 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
35148 (gdb-threads-mouse-select): Delete.
35149
35150 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
35151
35152 * files.el (insert-directory): Take care of empty directory,
35153 listed without -a switch.
35154
35155 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
35156
35157 * textmodes/refill.el (refill-post-command-function):
35158 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
35159 to the list of functions that we should be careful not to undo.
35160 (refill-late-fill-paragraph-function): Remove.
35161 (refill-saved-state): New var.
35162 (refill-mode): Use it to save fill-paragraph-function.
35163 Save also the value of auto-fill-function.
35164
35165 * term/w32-win.el: Simplify code.
35166
35167 2005-01-23 Kim F. Storm <storm@cua.dk>
35168
35169 * simple.el (line-move): Adapt to new return value from
35170 pos-visible-in-window-p.
35171
35172 * simple.el (line-move): Fix last change. Check partial
35173 visibility at point rather than at window-start.
35174
35175 2005-01-22 Jason Rumney <jasonr@gnu.org>
35176
35177 * term/w32-win.el (xw-defined-colors): Remove debug-message.
35178
35179 2005-01-22 David Kastrup <dak@gnu.org>
35180
35181 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
35182
35183 2005-01-22 Eli Zaretskii <eliz@gnu.org>
35184
35185 * type-break.el (type-break-mode): Add a test for
35186 type-break-file-name being non-nil.
35187
35188 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
35189
35190 * net/eudc.el (top level): Call (message "") via progn, so that
35191 eudc-options-file is loaded.
35192
35193 2005-01-22 Kim F. Storm <storm@cua.dk>
35194
35195 * simple.el (line-move-1): Rename from line-move.
35196 (line-move): New function that adjusts vscroll for partially
35197 visible rows, and calls line-move-1 otherwise.
35198
35199 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
35200
35201 * pcomplete.el: Define pcomplete-read-event instead of read-event,
35202 since it's not a complete read-event implementation.
35203
35204 2005-01-20 Jay Belanger <belanger@truman.edu>
35205
35206 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
35207 for called function.
35208
35209 2005-01-20 Steven Tamm <steventamm@mac.com>
35210
35211 * term/mac-win.el (process-connection-type): Remove.
35212 Controlled now by s/darwin.h:PTY_ITERATION.
35213
35214 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
35215
35216 * window.el (handle-select-window): Don't switch window when we're
35217 in the minibuffer.
35218
35219 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
35220
35221 * subr.el (dotimes-with-progress-reporter): New macro.
35222
35223 * ses.el (ses-dotimes-msg): Remove macro.
35224 Use `dotimes-with-progress-reporter' instead.
35225
35226 2005-01-19 Steven Tamm <steventamm@mac.com>
35227
35228 * term/mac-win.el (process-connection-type): Use new
35229 operating-system-release variable to use ptys on Darwin 7 (OS X
35230 10.3) when using carbon build.
35231
35232 2005-01-19 Jay Belanger <belanger@truman.edu>
35233
35234 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
35235 flags if the last command was a tab or M-tab.
35236
35237 * calc/calc-prog.el (calc-user-define-edit): Put original formula
35238 in formula editing buffer.
35239
35240 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
35241
35242 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
35243 breakpoint image symbol in margin.
35244
35245 2005-01-19 Jay Belanger <belanger@truman.edu>
35246
35247 * calc/calc-prog.el (calc-execute-kbd-macro):
35248 Ignore calc-keep-arg-flag.
35249
35250 2005-01-19 Kenichi Handa <handa@m17n.org>
35251
35252 * textmodes/ispell.el (ispell-looking-at): New function.
35253 (ispell-process-line): Use ispell-looking-at to compare the ispell
35254 output and the buffer contents.
35255
35256 2005-01-18 Jay Belanger <belanger@truman.edu>
35257
35258 * calc/calc.el (calc-display-raw): Fix docstring.
35259
35260 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
35261
35262 * simple.el (blink-matching-open): Strip extra info from syntax.
35263
35264 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
35265 funny chars in the end-of-here-doc marker.
35266
35267 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
35268
35269 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
35270 that enable/disabled state of breakpoints is shown correctly in
35271 fringe and on ttys.
35272 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
35273 Add breakpoint information as text properties.
35274 (gdb-mouse-toggle-breakpoint):
35275 Rename to gdb-mouse-set-clear-breakpoint.
35276 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
35277 breakpoints in the margin.
35278 (gdb-remove-strings): Simplify.
35279
35280 2005-01-17 Jay Belanger <belanger@truman.edu>
35281
35282 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
35283 erasing buffer.
35284
35285 2005-01-17 Richard M. Stallman <rms@gnu.org>
35286
35287 * progmodes/grep.el (grep-find): Copy from `grep' the condition
35288 for calling grep-compute-defaults.
35289
35290 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
35291 if buffer is empty.
35292
35293 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
35294
35295 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
35296
35297 * hilit-chg.el (highlight-changes-mode): Don't autoload.
35298
35299 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
35300 non-preloaded variables.
35301
35302 2005-01-17 Steven Tamm <steventamm@mac.com>
35303
35304 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
35305 tex-shell cause to force interactivity when using pipes.
35306
35307 2005-01-17 Kim F. Storm <storm@cua.dk>
35308
35309 * simple.el (just-one-space): Make arg optional.
35310
35311 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
35312
35313 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
35314 posn-at-x-y to t to access left-margin.
35315
35316 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
35317
35318 Sync with Tramp 2.0.47.
35319
35320 * net/tramp.el (tramp-operation-not-permitted-regexp): New defcustom,
35321 catching keep-date problems in cp/scp operations.
35322 (tramp-handle-copy-file): Don't call `set-file-modes'
35323 unconditionally. Specialized functions should know better what is
35324 necessary. This improves performance a little bit, and the
35325 functions could catch errors with `cp -p' and `scp -p'.
35326 (tramp-do-copy-or-rename-file-via-buffer)
35327 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
35328 when appropriate.
35329 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
35330 Call `set-file-modes' when appropriate.
35331 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
35332 Johnsson <isak@hypergene.com>.
35333 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
35334 of both Tramp buffer and debug buffer. Reported by Joakim Verona
35335 <joakim@verona.se>.
35336 (tramp-file-name-for-operation): Mark `shell-command' as magic for
35337 Emacs only.
35338
35339 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
35340 `find-file-hooks' and `dired-mode-hook'.
35341 (tramp-minor-mode-map): Respective map. Add remapping for
35342 `compile' and `recompile'.
35343 (tramp-remap-command, tramp-recompile): New defuns.
35344 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
35345 in buffer "*Compilation*". Call the commands asynchronously.
35346
35347 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
35348 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
35349 `shell-command', because it isn't magic in XEmacs. Reported by
35350 Adrian Aichner <adrian@xemacs.org>.
35351
35352 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
35353 `substitute-in-file-name.
35354 (tramp-smb-handle-substitute-in-file-name): New defun.
35355 (tramp-smb-advice-PC-do-completion): Delete advice.
35356
35357 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
35358
35359 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
35360 Fix error in deleting region.
35361
35362 2005-01-15 Richard M. Stallman <rms@gnu.org>
35363
35364 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
35365 In non-temp buffer, switch syntax table temporarily.
35366
35367 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
35368
35369 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
35370
35371 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
35372
35373 * imenu.el (imenu--split-menu): Copy menulist before sorting.
35374 (imenu--generic-function): Use START, not BEG, as pos of definition.
35375
35376 * simple.el (just-one-space): Argument specifies number of spaces.
35377
35378 * simple.el (eval-expression-print-format): Avoid warning
35379 about edebug-active.
35380
35381 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (tiny change)
35382
35383 * progmodes/sh-script.el: Code copied from make-mode.el
35384 with small changes,
35385 (sh-mode-map): Bind C-c C-\.
35386 (sh-backslash-column, sh-backslash-align): New variables.
35387 (sh-backslash-region, sh-append-backslash): New functions.
35388
35389 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
35390
35391 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
35392 (rmail-pop-password, rmail-pop-password-required): Move to
35393 rmail-obsolete group.
35394 (rmail-set-pop-password): Rename to rmail-set-remote-password.
35395 All callers updated.
35396 (rmail-get-pop-password): Rename to rmail-get-remote-password.
35397 Take an argument specifying whether it is POP or IMAP mailbox we
35398 are using. All callers updated.
35399 (rmail-pop-password-error): Rename to
35400 rmail-remote-password-error. Added mailutils-specific error message.
35401 (rmail-movemail-search-path)
35402 (rmail-movemail-variant-in-use): New variables.
35403 (rmail-remote-password, rmail-remote-password-required):
35404 New customization variables.
35405 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
35406 (rmail-parse-url): New function.
35407 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
35408 with GNU mailutils movemail.
35409
35410 2005-01-15 Kevin Ryde <user42@zip.com.au>
35411
35412 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
35413 suffix to space, $ or '$, to correctly position point when going
35414 to @table style constants like DBL_MAX.
35415
35416 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
35417
35418 * type-break.el (type-break-mode, type-break-file-time)
35419 (type-break-file-keystroke-count, type-break-choose-file):
35420 Don't store data in or load data from the file if type-break-file-name
35421 is nil.
35422 (type-break-file-name): Doc update as per the above.
35423
35424 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
35425
35426 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
35427 lookup-key might return nil; handle that.
35428
35429 2005-01-15 Alan Mackenzie <acm@muc.de>
35430
35431 * progmodes/ebrowse.el (ebrowse-class-in-tree):
35432 Return the tail of the tree rather than the element found,
35433 thus enabling the tree to be setcar'd.
35434
35435 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
35436
35437 * textmodes/org.el (org-show-following-heading): New option.
35438 (org-show-hierarchy-above): Use `org-show-following-heading'.
35439 (org-cycle): Documentation fix.
35440
35441 * textmodes/org.el (orgtbl-optimized): New option.
35442 (orgtbl-mode): New command, a minor mode.
35443 (orgtbl-mode-map): New variable.
35444 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
35445 (orgtbl-error, orgtbl-self-insert-command)
35446 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
35447
35448 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
35449 a local variable in each org-mode buffer.
35450
35451 * textmodes/org.el (org-set-regexps-and-options): Rename from
35452 `org-set-regexps'. Added checking for STARTUP keyword.
35453 (org-get-current-options): Add STARTUP options.
35454 (org-table-insert-row): Make mode intelligent about when
35455 realignment is needed.
35456 (org-self-insert-command, org-delete-backward-char, org-delete-char):
35457 New commands.
35458 (org-enable-table-editor): New default value `optimized'.
35459 (org-table-blank-field): Support blanking regions if active.
35460
35461 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
35462
35463 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
35464 if the year is not given.
35465
35466 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
35467 Add new escapes %m and %M, fixed bug with %F by adding
35468 save-match-data.
35469 (reftex-reference): Remove ?. from list of spaces.
35470 (reftex-label-info): Add automatic label prefix recognition.
35471
35472 * textmodes/reftex-index.el (reftex-index-next-phrase):
35473 Add slave parameter to call of `reftex-index-this-phrase'.
35474 (reftex-index-this-phrase): New optional argument.
35475 (reftex-index-region-phrases): Add slave parameter to call of
35476 `reftex-index-this-phrase'.
35477 (reftex-display-index): New argument redo.
35478 (reftex-index-rescan): Add `redo' to arguments of
35479 `reftex-display-index'.
35480 (reftex-index-Rescan, reftex-index-revert)
35481 (reftex-index-switch-index-tag): Add `redo' to arguments of
35482 `reftex-display-index'.
35483 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
35484 indexing. Fix bug with matching is there is a quote before or
35485 after the word.
35486
35487 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
35488 Fix bug when collecting citation keys in lines with comments.
35489 (reftex-citation): Prefix argument no longer rescans the document,
35490 but forces prompting for optional arguments of cite macros.
35491 (reftex-do-citation): Prompting for optional arguments implemented.
35492
35493 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
35494 Add optional arguments to most cite commands.
35495 (reftex-cite-cleanup-optional-args): New option
35496 (reftex-cite-prompt-optional-args): New option.
35497 (reftex-trust-label-prefix): New option.
35498
35499 * textmodes/reftex-toc.el (reftex-toc-find-section):
35500 Add push-mark before changing the position in the buffer.
35501
35502 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
35503 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
35504
35505 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
35506
35507 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
35508 more carefully.
35509
35510 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
35511
35512 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
35513 (sgml-mode): Use it.
35514 (sgml-get-context): Better keep track of implicitly closed tags.
35515
35516 2005-01-13 Kenichi Handa <handa@m17n.org>
35517
35518 * textmodes/ispell.el: These changes are to fix misalignment error
35519 caused by equivalent characters of different Emacs charsets.
35520 (ispell-unified-chars-table): New variable.
35521 (ispell-get-decoded-string): New function.
35522 (ispell-get-casechars, ispell-get-not-casechars)
35523 (ispell-get-otherchars): Call ispell-get-decoded-string.
35524
35525 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
35526
35527 * custom.el (custom-declare-variable): Just put symbol instead
35528 of (defvar . symbol) in `current-load-list'.
35529
35530 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
35531
35532 * emacs-lisp/elint.el: Fixed typo in Commentary section.
35533
35534 2005-01-12 Jay Belanger <belanger@truman.edu>
35535
35536 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
35537 to create a Calc summary.
35538
35539 2005-01-12 Kim F. Storm <storm@cua.dk>
35540
35541 * mouse.el (mouse-on-link-p): Change functionality and doc
35542 string to comply with latest description in lisp ref.
35543
35544 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
35545
35546 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
35547 Enable mouse clicks on mode-line, header-line and margin.
35548 (event-type): Give mouse event symbols an `event-kind' property
35549 with value `mouse-click'.
35550
35551 2005-01-12 Juri Linkov <juri@jurta.org>
35552
35553 * facemenu.el (list-colors-display): Add new arg buffer-name.
35554 Use it. Fix docstring. Replace code for identifying duplicate
35555 colors by the name with call to `list-colors-duplicates' which
35556 identifies duplicate colors by the value unless the color
35557 is one of special Windows colors. Set truncate-lines to t.
35558 Print sorted duplicate color names on each line. Indent to 22
35559 \(the longest color name in rgb.txt) instead of 20. Optimize.
35560 (list-colors-duplicates): New function.
35561 (facemenu-color-name-equal): Delete function.
35562
35563 * facemenu.el (list-colors-print): New function created from code
35564 in list-colors-display. Print #RRGGBB at the window right edge.
35565 (list-colors-display): When temp-buffer-show-function is not
35566 defined, call list-colors-print from temp-buffer-show-hook
35567 to get the right value of window-width in list-colors-print
35568 after the buffer is displayed.
35569
35570 * simple.el (pop-mark): Move deactivate-mark out of conditional
35571 part to deactivate the active mark regardless of the state of the
35572 mark ring.
35573
35574 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
35575 variables line in desktop files.
35576
35577 2005-01-12 Juri Linkov <juri@jurta.org>
35578
35579 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
35580 Bring together isearch highlight related options.
35581 (lazy-highlight): Replace group `replace' by `matching'.
35582 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
35583 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
35584 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
35585 and declare them obsolete.
35586 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
35587 (isearch-faces): Remove defgroup.
35588 (isearch-overlay, isearch-highlight, isearch-dehighlight):
35589 Move isearch highlighting code closer to lazy highlighting code.
35590
35591 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
35592 (query-replace-highlight, query-replace-lazy-highlight)
35593 (query-replace): Move definitions to the beginning of the file.
35594
35595 2005-01-11 Juri Linkov <juri@jurta.org>
35596
35597 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
35598 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
35599 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
35600
35601 * info.el (Info-history-forward): New variable.
35602 (Info-select-node): Reset Info-history-forward to nil.
35603 (Info-last): Turn into defalias.
35604 (Info-history-back): Rename from Info-last.
35605 Add current node to Info-history-forward.
35606 (Info-history-forward): New fun.
35607 (Info-mode-map): Replace Info-last by Info-history-back.
35608 Bind Info-history-forward to "r".
35609 (Info-mode-menu): Replace Info-last by Info-history-back.
35610 Fix menu item text. Add menu item for Info-history-forward.
35611 (info-tool-bar-map): Replace Info-last by Info-history-back.
35612 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
35613 for Info-history-forward.
35614 (Info-mode): Replace Info-last by Info-history-back in docstring.
35615 Add local variable Info-history-forward.
35616 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
35617
35618 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
35619
35620 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
35621 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
35622 Ignore select-window events rather than fiddle with
35623 mouse-autoselect-window.
35624
35625 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
35626
35627 * type-break.el (type-break-mode): Fix previous change.
35628
35629 2005-01-10 Jay Belanger <belanger@truman.edu>
35630
35631 * calc/calc-ext.el (calc-reset): Reset when inside embedded
35632 calculator; only reset when point is inside a calculator.
35633 Don't adjust the window height if the window takes up the whole height
35634 of the frame.
35635
35636 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
35637
35638 * ebuff-menu.el (Electric-buffer-menu-mode):
35639 Preserve value of buffer-local var header-line-format.
35640
35641 2005-01-09 Jay Belanger <belanger@truman.edu>
35642
35643 * calc/calc.el (calc-mode-var-list-restore-saved-values):
35644 Make sure settings file exists before accessing it.
35645
35646 * calc/calc-embed.el (calc-embedded-subst):
35647 Replace math-multi-subst-rec, which is only supposed to be called
35648 by math-multi-subst, by math-multi-subst.
35649
35650 2005-01-09 Andre Spiegel <spiegel@gnu.org>
35651
35652 * vc.el (vc-allow-async-revert): New user option.
35653 (vc-disable-async-diff): New internal variable.
35654 (vc-revert-buffer): Use them to disable asynchronous diff.
35655
35656 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
35657 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
35658 asynchronously if vc-disable-async-diff is t.
35659
35660 2005-01-09 Jay Belanger <belanger@truman.edu>
35661
35662 * calc/calc.el (defcalcmodevar): New macro.
35663 (calc-mode-var-list-restore-default-values)
35664 (calc-mode-var-list-restore-saved-values): New functions.
35665 (calc-mode-var-list): Use defcalcmodevar to define it.
35666 (calc-always-load-extensions, calc-line-numbering)
35667 (calc-line-breaking, calc-display-just, calc-display-origin)
35668 (calc-number-radix, calc-leading-zeros, calc-group-digits)
35669 (calc-group-char, calc-point-char, calc-frac-format)
35670 (calc-prefer-frac, calc-hms-format, calc-date-format)
35671 (calc-float-format, calc-full-float-format, calc-complex-format)
35672 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
35673 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
35674 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
35675 (calc-matrix-brackets, calc-language, calc-language-option)
35676 (calc-left-label, calc-right-label, calc-word-size)
35677 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
35678 (calc-display-raw, calc-internal-prec, calc-angle-mode)
35679 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
35680 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
35681 (calc-window-height, calc-display-trail, calc-show-selections)
35682 (calc-use-selections, calc-assoc-selections)
35683 (calc-display-working-message, calc-auto-why, calc-timing)
35684 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
35685 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
35686 (calc-gnuplot-default-device, calc-gnuplot-default-output)
35687 (calc-gnuplot-print-device, calc-gnuplot-print-output)
35688 (calc-gnuplot-geometry, calc-graph-default-resolution)
35689 (calc-graph-default-resolution-3d, calc-invocation-macro)
35690 (calc-show-banner): Use defcalcmodevar to declare them and set
35691 their default values.
35692
35693 * calc/calc-ext.el (calc-reset): Restore saved values of variables
35694 instead of default values (but restore default values if there is
35695 an argument of 0).
35696
35697 2005-01-09 David Kastrup <dak@gnu.org>
35698
35699 * desktop.el (desktop-restore-eager): Fix typo in type.
35700
35701 2005-01-08 Richard M. Stallman <rms@gnu.org>
35702
35703 * cus-edit.el (customize): Delete :link.
35704
35705 2005-01-08 Jay Belanger <belanger@truman.edu>
35706
35707 * calc/calc.el (calc-mode): Remove the extension from the
35708 `calc-settings-file' file name when loading it.
35709
35710 2005-01-08 Kim F. Storm <storm@cua.dk>
35711
35712 * info.el (Info-mode-map, Info-next-link-keymap)
35713 (Info-prev-link-keymap, Info-up-link-keymap):
35714 Map follow-link to mouse-face.
35715 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
35716
35717 2005-01-08 Jay Belanger <belanger@truman.edu>
35718
35719 * calc/calc.el (calc-settings-file): Change default value.
35720 Suggested by cgw in a comment in calc-mode.el.
35721
35722 * calc/calc-mode.el (calc-settings-file-name):
35723 Compare calc-settings-file to user-init-file instead of ~/.emacs.
35724 Replace ~/.emacs in a prompt by calc-settings-file.
35725
35726 2005-01-07 Lars Hansen <larsh@math.ku.dk>
35727
35728 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
35729 (desktop-lazy-idle-delay): New customizable variables.
35730 (desktop-buffer-args-list): New variable.
35731 (desktop-append-buffer-args): New function.
35732 (desktop-save): Call desktop-append-buffer-args for some buffers.
35733 (desktop-lazy-create-buffer): New function.
35734 (desktop-idle-create-buffers): New function.
35735 (desktop-read): Add message about buffers to restore lazily.
35736 (desktop-lazy-abort): New command.
35737 (desktop-clear): Call desktop-lazy-abort.
35738 (desktop-lazy-complete): New command.
35739
35740 2005-01-06 Richard M. Stallman <rms@gnu.org>
35741
35742 * emacs-lisp/find-func.el (find-face-definition):
35743 Rename from find-face.
35744
35745 2005-01-06 Kim F. Storm <storm@cua.dk>
35746
35747 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
35748
35749 * man.el (Man-xref-man-page, Man-xref-header-file)
35750 (Man-xref-normal-file): Add follow-link property.
35751
35752 2005-01-06 Jay Belanger <belanger@truman.edu>
35753
35754 * calc/calc-units.el: Make sure the proper macro definitions are
35755 available when compiling.
35756
35757 2005-01-06 Juri Linkov <juri@jurta.org>
35758
35759 * isearch.el (isearch-lazy-highlight-update):
35760 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
35761
35762 2005-01-06 Miles Bader <miles@gnu.org>
35763
35764 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
35765 (isearch-lazy-highlight-face): Use new name.
35766
35767 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
35768
35769 * uniquify.el (uniquify-rationalize-file-buffer-names):
35770 Re-add an interactive spec.
35771 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
35772 to the same name.
35773
35774 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
35775 (isearch-update, isearch-done): Adjust calls accordingly.
35776
35777 2005-01-05 Richard M. Stallman <rms@gnu.org>
35778
35779 * custom.el (custom-set-variables, custom-theme-set-variables):
35780 Clarify documentation.
35781
35782 * emacs-lisp/find-func.el (find-variable)
35783 (find-variable-other-window, find-variable-other-frame):
35784 Fix the TYPE args to find-function-read and find-function-do-it.
35785 (find-function): Doc fix.
35786 (find-function-at-point): Replace function-at-point alias.
35787
35788 2005-01-04 Richard M. Stallman <rms@gnu.org>
35789
35790 * cus-face.el (custom-declare-face):
35791 Record defface in current-load-list.
35792
35793 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
35794
35795 * emacs-lisp/find-func.el: Doc fixes.
35796 (find-face-regexp): New variable.
35797 (find-function-regexp-alist): New variable.
35798 (find-function-C-source): Third arg is now TYPE.
35799 (find-function-search-for-symbol): Handle general TYPE.
35800 (find-function-read, find-function-do-it): Handle general TYPE.
35801 (find-definition-noselect, find-face): New functions.
35802 (function-at-point): Alias deleted.
35803
35804 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
35805
35806 * battery.el (display-battery-mode): Rename from display-battery.
35807 Handle the case where it gets turned off.
35808
35809 2005-01-04 Richard M. Stallman <rms@gnu.org>
35810
35811 * cus-edit.el (customize): Make :link point to user doc.
35812
35813 * man.el (Man-fontify-manpage): Turn off undo generation.
35814
35815 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
35816
35817 2005-01-04 Andreas Schwab <schwab@suse.de>
35818
35819 * files.el (insert-directory): Only look for error lines in
35820 inserted text. Don't move too far after processing --dired markers.
35821
35822 2005-01-04 Richard M. Stallman <rms@gnu.org>
35823
35824 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
35825 Don't expand if the character is @, period, dash, etc.
35826 (define-mail-abbrev): Quote names that contain problem characters.
35827
35828 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
35829
35830 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
35831
35832 2005-01-03 Richard M. Stallman <rms@gnu.org>
35833
35834 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
35835 (query-replace-highlight, query-replace-lazy-highlight)
35836 (query-replace): Definitions moved up. Doc fix.
35837
35838 2005-01-03 Richard M. Stallman <rms@gnu.org>
35839
35840 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
35841 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
35842 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
35843 (lazy-highlight-face): Rename from isearch-lazy-...
35844 Change all references to them.
35845
35846 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
35847
35848 * cus-edit.el (custom-file): Doc fix for defcustom.
35849 (custom-file): The function no longer sets the variable
35850 `custom-file' to its return value.
35851
35852 * startup.el (command-line): No longer load `custom-file'.
35853
35854 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
35855
35856 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
35857
35858 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
35859 Don't confuse module-prefixed identifiers for labels.
35860 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
35861
35862 2005-01-02 Richard M. Stallman <rms@gnu.org>
35863
35864 * files.el (basic-save-buffer-1): Fix previous change.
35865
35866 * loadhist.el (file-loadhist-lookup): New function.
35867 (file-provides, file-requires): Use it.
35868
35869 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
35870 instead of calculating the right size.
35871
35872 2005-01-02 Karl Chen <quarl@cs.berkeley.edu>
35873
35874 * vc-svn.el (vc-svn-diff): Stay local if possible.
35875
35876 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
35877
35878 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
35879
35880 * files.el (hack-local-variables): Fix last change.
35881
35882 2005-01-02 Jay Belanger <belanger@truman.edu>
35883
35884 * calc/calc-yank.el (calc-edit-top): New variable.
35885 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
35886 object. Change header properties.
35887 (calc-edit-finish, calc-edit-finish-stack-object)
35888 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
35889 edited object.
35890 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
35891 for the beginning of the edited object.
35892 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
35893 for the beginning of the edited object.
35894 * calc/calc-prog.el (calc-edit-macro-finish-edit)
35895 (calc-finish-formula-edit, calc-macro-repeats)
35896 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
35897 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
35898 beginning of the edited object.
35899 (calc-user-define-edit): Change the header for editing macros.
35900 Remove unnecessary variable.
35901
35902 2005-01-01 Jay Belanger <belanger@truman.edu>
35903
35904 * calc/calc-yank.el (calc-edit-mode): Change default header.
35905 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
35906 * calc/calc-store.el (calc-edit-variable): Change title to match new
35907 header.
35908 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
35909 mode to match new header.
35910 (calc-user-define-edit): Change titles to include names of commands.
35911 (calc-finish-formula-edit): Adjust to handle new header.
35912 (calc-finish-macro-edit): Remove.
35913 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
35914 (calc-edit-macro-command, calc-edit-macro-command-type)
35915 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
35916 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
35917 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
35918 (calc-edit-macro-finish-edit): New functions.
35919 (calc-user-define-edit): Use new functions to edit named calc macros.
35920
35921 2005-01-01 Stefan Monnier <monnier@iro.umontreal.ca>
35922
35923 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
35924
35925 * ses.el (copy-region-as-kill): Deactivate mark.
35926
35927 2005-01-01 Richard M. Stallman <rms@gnu.org>
35928
35929 * replace.el (occur-1): If the output buffer is also an input,
35930 don't kill it, rename it.
35931
35932 * faces.el (set-face-background, set-face-foreground): Doc fix.
35933
35934 * cus-face.el (custom-face-attributes): Fix :help-echo strings
35935 for :foreground and :background.
35936
35937 * dired.el (dired-view-command-alist): Variable deleted.
35938 (dired-view-file, dired-mouse-find-file-other-window):
35939 Delete the code to use it.
35940
35941 2005-01-01 Kim F. Storm <storm@cua.dk>
35942
35943 * image.el (insert-sliced-image): Use t for line-height property.
35944
35945 See ChangeLog.11 for earlier changes.
35946
35947 ;; Local Variables:
35948 ;; coding: iso-2022-7bit
35949 ;; add-log-time-zone-rule: t
35950 ;; End:
35951
35952 Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.
35953
35954 This file is part of GNU Emacs.
35955
35956 GNU Emacs is free software; you can redistribute it and/or modify
35957 it under the terms of the GNU General Public License as published by
35958 the Free Software Foundation; either version 3, or (at your option)
35959 any later version.
35960
35961 GNU Emacs is distributed in the hope that it will be useful,
35962 but WITHOUT ANY WARRANTY; without even the implied warranty of
35963 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
35964 GNU General Public License for more details.
35965
35966 You should have received a copy of the GNU General Public License
35967 along with GNU Emacs; see the file COPYING. If not, write to the
35968 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
35969 Boston, MA 02110-1301, USA.
35970
35971 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1