]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(bad-packages-alist): Add an entry for standalone vc-svn.
[gnu-emacs] / lisp / ChangeLog
1 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
2
3 * printing.el (printing): Fix :version, printing.el was included
4 in emacs-22.1.
5 (pr-path-style, pr-path-alist, pr-txt-name)
6 (pr-txt-printer-alist, pr-ps-name, pr-ps-printer-alist)
7 (pr-temp-dir, pr-ps-temp-file, pr-file-modes, pr-gv-command)
8 (pr-gs-command, pr-gs-switches, pr-gs-device, pr-gs-resolution)
9 (pr-print-using-ghostscript, pr-file-tumble, pr-auto-region)
10 (pr-auto-mode, pr-mode-alist, pr-ps-utility)
11 (pr-ps-utility-alist, pr-menu-char-height, pr-menu-char-width)
12 (pr-setting-database, pr-visible-entry-list)
13 (pr-delete-temp-file, pr-list-directory, pr-buffer-name)
14 (pr-buffer-name-ignore, pr-buffer-verbose): Remove incorrect
15 :version.
16
17 2007-11-01 Glenn Morris <rgm@gnu.org>
18
19 * simple.el (bad-packages-alist): Add an entry for standalone vc-svn.
20
21 * mail/footnote.el (footnote-numeric-regexp)
22 (footnote-english-upper-regexp, footnote-english-lower-regexp)
23 (footnote-roman-lower-regexp, footnote-roman-upper-regexp):
24 Match multi-character footnotes.
25
26 * textmodes/nroff-mode.el (nroff-mode): Set indent-line-function.
27 (nroff-indent-line-function): New function.
28 (nroff-count-text-lines): Use nroff-forward-text-line rather than
29 obsolete alias.
30
31 2007-10-31 Michael Albinus <michael.albinus@gmx.de>
32
33 * net/tramp.el (tramp-open-connection-telnet)
34 (tramp-open-connection-rsh, tramp-open-connection-su)
35 (tramp-open-connection-multi): Set $LC_ALL to "C".
36
37 2007-10-31 Sven Joachim <svenjoac@gmx.de>
38
39 * dired-aux.el (dired-copy-file-recursive):
40 Preserve directory permissions.
41
42 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
43
44 * whitespace.el (whitespace-write-file-hook): Remove interactive spec.
45 (whitespace-unload-function): New-style unload function. When run,
46 unintern `whitespace-unload-hook' and call `unload-feature' recursively
47 to stop the old hook from messing with the unloading.
48
49 * strokes.el (strokes-alphabetic-lessp): Doc fix.
50
51 2007-10-31 Sean O'Rourke <sorourke@cs.ucsd.edu>
52
53 * emacs-lisp/find-func.el (find-library): Use library at
54 point as default interactive argument.
55
56 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
57
58 * emacs-lisp/elp.el (elp-report-limit, elp-restore-all)
59 (elp-unset-master, elp-results): Fix typos.
60 (elp-sort-by-function, elp-use-standard-output, elp-recycle-buffers-p):
61 Doc fixes.
62
63 * msb.el (msb--many-menus): Remove variable.
64 (msb-max-menu-items, msb--add-to-menu): Doc fixes.
65 (msb-menu-cond, msb-item-handling-function, msb--create-function-info)
66 (msb--toggle-menu-type): Fix typos in docstrings.
67
68 * shadowfile.el (shadow-inhibit-overload, shadow-remove-from-todo)
69 (shadow-insert-var): Doc fixes.
70 (shadow-file-match, shadow-define-cluster, shadow-define-regexp-group):
71 Reflow docstrings.
72 (shadow-parse-fullname, shadow-read-files): Fix typos in docstrings.
73
74 2007-10-30 Juanma Barranquero <lekktu@gmail.com>
75
76 * ediff-hook.el (ediff, ediff-files, ediff-buffers, ebuffers, ediff3)
77 (ediff-files3, ediff-buffers3, ebuffers3, erevision, ediff-revision):
78 Fix typos in autoload docstrings.
79
80 * loadhist.el (unload-feature): Remove redundant check.
81
82 2007-10-30 Richard Stallman <rms@gnu.org>
83
84 * savehist.el (savehist-save): Obey savehist-ignored-variables.
85
86 2007-10-30 Nick Roberts <nickrob@snap.net.nz>
87
88 * progmodes/gdb-ui.el (gdb-delete-out-of-scope): New option.
89 (gdb-var-update-handler-1): Use it.
90
91 2007-10-30 Juanma Barranquero <lekktu@gmail.com>
92
93 * loadhist.el (unload-feature): Remove erroneous check for the
94 FEATURE-unload-function variable; check the existence of the
95 function (that's what the docstring says, and it makes more sense).
96
97 * follow.el (follow-unload-function): Add docstring.
98 (follow-unload-function): Remove variable.
99
100 * server.el (server-unload-function): Remove variable.
101 (server-unload-function): Unbind `server-edit' from `C-x #'.
102
103 * uniquify.el (uniquify-unload-function): Add docstring.
104 (uniquify-unload-function): Remove variable.
105
106 * ses.el (ses-unload-function): New function.
107
108 2007-10-29 Juanma Barranquero <lekktu@gmail.com>
109
110 * emacs-lisp/unsafep.el (unsafep, unsafep-function)
111 (unsafep-progn, unsafep-let): Fix typos in docstrings.
112
113 * uniquify.el (uniquify-maybe-rerationalize-w/o-cb): Define it
114 before use to avoid a warning in packages that require uniquify.
115 (uniquify-unload-function): New function and var.
116
117 2007-10-29 Juanma Barranquero <lekktu@gmail.com>
118
119 * loadhist.el (unload-feature-special-hooks):
120 Add `delete-frame-functions'.
121
122 * server.el (server-unload-function): Rename from `server-unload-hook'
123 and adapt to new `unload-feature' functionality. Remove hook from
124 `kill-buffer-hook' buffer-locally.
125 (server-unload-hook): Remove.
126 (server-unload-function): New var; replaces `server-unload-hook'.
127
128 2007-10-27 Juanma Barranquero <lekktu@gmail.com>
129
130 * desktop.el (uniquify-managed): Pacify byte compiler.
131 (desktop-buffer-info): If the buffer name is managed by uniquify,
132 save the base name, not the uniquified one.
133 (desktop-create-buffer): Allow `rename-buffer' to generate a new
134 name in case of conflict.
135
136 2007-10-26 Glenn Morris <rgm@gnu.org>
137
138 * emacs-lisp/bytecomp.el (byte-compile-warnings): Autoload the
139 safe-local-variable property.
140
141 2007-10-26 Gwern Branwen <gwern0@gmail.com> (tiny change)
142
143 * net/browse-url.el (browse-url-browser-function): Delete grail.
144 (browse-url-grail): Function and variable deleted.
145 (browse-url-browser-function): Delete IXI Mosaic.
146 (browse-url-default-browser): Don't try IXI Mosaic.
147 (browse-url-iximosaic): Function deleted.
148 (browse-url-browser-function): Delete MMM.
149 (browse-url-default-browser): Don't try MMM.
150 (browse-url-mmm): Function deleted.
151
152 2007-10-25 Glenn Morris <rgm@gnu.org>
153
154 * progmodes/f90.el (f90-indented-comment-re)
155 (f90-directive-comment-re, f90-break-delimiters):
156 * progmodes/fortran.el (fortran-comment-line-start-skip)
157 (fortran-directive-re):
158 * textmodes/conf-mode.el (conf-space-keywords): Mark these regexps
159 as safe if they are strings.
160
161 2007-10-25 Richard Stallman <rms@gnu.org>
162
163 * progmodes/ps-mode.el (ps-mode-map): Delete C-c v binding.
164
165 2007-10-24 Richard Stallman <rms@gnu.org>
166
167 * savehist.el (savehist-save): Omit unreadable elements.
168
169 * loadhist.el (unload-function-defs-list): Renamed from
170 unload-function-features-list.
171 (unload-feature-special-hooks, unload-feature): Doc fixes.
172
173 * indent.el (indent-to-left-margin): If point's in the indentation,
174 move to the end of the indentation.
175
176 * cus-edit.el (customize-changed-options): Make arg optional.
177
178 2007-10-24 Juanma Barranquero <lekktu@gmail.com>
179
180 * bs.el (bs-select, bs-select-other-window): Fix typos in docstrings.
181
182 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
183
184 * textmodes/css-mode.el: Require CL.
185 (comment-continue): Declare.
186
187 * subr.el (make-variable-frame-localizable): Remove.
188 (make-variable-frame-local): Mark obsolete.
189
190 2007-10-23 Juanma Barranquero <lekktu@gmail.com>
191
192 * ibuf-ext.el (ibuffer-switch-to-saved-filters)
193 (ibuffer-switch-to-saved-filter-groups): Doc fixes.
194
195 2007-10-23 Chris Moore <christopher.ian.moore@gmail.com>
196
197 * comint.el (comint-password-prompt-regexp):
198 Handle `[sudo] password'-style prompt.
199
200 2007-10-23 Glenn Morris <rgm@gnu.org>
201
202 * progmodes/f90.el (f90-do-indent, f90-if-indent)
203 (f90-type-indent, f90-program-indent)
204 (f90-continuation-indent, f90-comment-region)
205 (f90-beginning-ampersand, f90-smart-end)
206 (f90-break-before-delimiters, f90-auto-keyword-case)
207 (f90-leave-line-no, f90-mode-hook):
208 Give an appropriate safe-local-variable property.
209 (f90-font-lock-keywords-2): Fix `go to' regexp.
210
211 * progmodes/fortran.el (fortran-tab-mode-default)
212 (fortran-tab-mode-string, fortran-do-indent, fortran-if-indent)
213 (fortran-structure-indent, fortran-continuation-indent)
214 (fortran-comment-indent, fortran-comment-line-extra-indent)
215 (fortran-comment-line-start)
216 (fortran-minimum-statement-indent-fixed)
217 (fortran-minimum-statement-indent-tab)
218 (fortran-comment-indent-char, fortran-line-number-indent)
219 (fortran-check-all-num-for-matching-do)
220 (fortran-blink-matching-if, fortran-continuation-string)
221 (fortran-comment-region, fortran-electric-line-number)
222 (fortran-column-ruler-fixed, fortran-column-ruler-tab)
223 (fortran-analyze-depth, fortran-break-before-delimiters):
224 Give an appropriate safe-local-variable property.
225
226 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
227
228 * textmodes/tex-mode.el (tex-uptodate-p): Don't signal an error if one
229 of the subdirs is unreadable.
230
231 2007-10-22 Martin Rudalics <rudalics@gmx.at>
232
233 * progmodes/fortran.el (fortran-mode-map, fortran-window-create):
234 Use window-full-width-p.
235
236 2007-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
237
238 * emulation/tpu-edt.el (tpu-edt-old-global-values): New var.
239 (tpu-edt-off): Use it.
240 (tpu-edt-on): Set it. Make sure the tpu-global-map is not already on
241 the global-map before adding it to global-map.
242
243 * menu-bar.el (global-buffers-menu-map): New var.
244 (global-map, menu-bar-update-buffers): Use it.
245 * msb.el (msb-menu-bar-update-buffers): Use it.
246 (msb-sort-by-directory, msb--choose-menu, msb--mode-menu-cond)
247 (msb--most-recently-used-menu, msb--create-buffer-menu-2):
248 Use with-current-buffer.
249
250 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
251
252 * hexl.el (hexl-menu): New major mode menu.
253
254 2007-10-20 Glenn Morris <rgm@gnu.org>
255
256 * progmodes/f90.el (f90-font-lock-keywords-2)
257 (f90-looking-at-type-like): Fix regexp typos.
258
259 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
260
261 * bs.el (bs-mode): Add mode name (accidentally left out
262 in the 2007-10-16 change).
263
264 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
265
266 * bs.el (bs--track-window-changes): Don't refresh the whole list.
267 (bs-mode): Set mode-class property to special.
268
269 * follow.el (follow-unload-function): New function.
270
271 * loadhist.el (unload-function-features-list):
272 Rename from `unload-hook-features-list'.
273 (unload-hook-features-list): Add as obsolete alias.
274 (unload-feature): Use `unload-function-features-list'
275 and new FEATURE-unload-function.
276
277 2007-10-18 Juanma Barranquero <lekktu@gmail.com>
278
279 * loadhist.el (unload-feature-special-hooks):
280 Update list of special hooks.
281
282 * textmodes/fill.el (fill-individual-paragraphs): Doc fix.
283 (adaptive-fill-function): Doc fix. Remove * from docstring.
284
285 2007-10-18 Glenn Morris <rgm@gnu.org>
286
287 * ibuf-ext.el (ibuffer-saved-filter-groups): Doc fix.
288
289 2007-10-17 Aaron Hawley <aaronh@garden.org>
290
291 * tutorial.el (tutorial--save-tutorial): Display message when tutorial
292 position is not saved.
293
294 2007-10-17 Chong Yidong <cyd@stupidchicken.com>
295
296 * longlines.el (longlines-wrap-follows-window-size): Integer value
297 specifies wrapping margin.
298 (longlines-mode, longlines-window-change-function):
299 Set window-specific wrapping margin based on the above.
300
301 2007-10-17 John Wiegley <johnw@newartisans.com>
302
303 * eshell/esh-cmd.el (eshell-complex-commands): Add "ls".
304
305 2007-10-17 Glenn Morris <rgm@gnu.org>
306
307 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
308 Tweak regexp to avoid stack overflow.
309
310 2007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
311
312 * simple.el (reindent-then-newline-and-indent): Don't assume that
313 indent-according-to-mode preserves point.
314
315 2007-10-16 Juanma Barranquero <lekktu@gmail.com>
316
317 * bs.el (bs--window-config-coming-from): Revert 2006-11-09 change.
318 (bs--restore-window-config): Keep the selected frame.
319 (bs--track-window-changes, bs--remove-hooks): New functions.
320 (bs-mode): Use `define-derived-mode'. Set hook to track window changes.
321 (bs--show-with-configuration): Revert 2006-11-09 change.
322 Don't reuse window unless it is visible on the selected frame.
323 Restore window configuration (possibly in a different frame)
324 before creating any window.
325
326 2007-10-16 Richard Stallman <rms@gnu.org>
327
328 * emacs-lisp/advice.el (ad-get-advice-info): Change to a function.
329 (ad-get-advice-info-macro): New macro, like old ad-get-advice-info.
330 (ad-is-advised, ad-get-advice-info-field)
331 (ad-set-advice-info-field): Use ad-get-advice-info-macro.
332
333 2007-10-16 Glenn Morris <rgm@gnu.org>
334
335 * simple.el (blink-matching-open): Don't report false errors with
336 the `$' syntax class.
337
338 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
339
340 * filesets.el (filesets-alist-get): Use `let' rather than `let*'.
341 (filesets-ormap, filesets-sort-case-sensitive-flag)
342 (filesets-remake-shortcut, filesets-ingroup-collect-files):
343 Fix typos in docstrings.
344 (filesets-data-get-name, filesets-data-get-data)
345 (filesets-data-set, filesets-cmd-query-replace-getargs)
346 (filesets-ingroup-collect, filesets-find-or-display-file): Doc fixes.
347
348 2007-10-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
349
350 * term/mac-win.el: Don't require url when compiling, as url-type is
351 no longer a macro.
352
353 2007-10-14 Glenn Morris <rgm@gnu.org>
354
355 * progmodes/etags.el (select-tags-table): Disable undo in the
356 `*Tags Table List*' buffer.
357
358 2007-10-13 Eli Zaretskii <eliz@gnu.org>
359
360 * dired.el (dired-warn-writable): New face.
361 (dired-warn-writable-face): New variable.
362 (dired-font-lock-keywords): Use dired-warn-writable-face, instead
363 of dired-warning-face, for group- and world-writable files.
364
365 2007-10-13 Glenn Morris <rgm@gnu.org>
366
367 * progmodes/octave-mod.el (octave-looking-at-kw): Add doc string.
368 (octave-re-search-forward-kw, octave-re-search-backward-kw):
369 Add doc string, and an explicit COUNT argument.
370 (octave-scan-blocks, octave-beginning-of-defun): Explicitly pass
371 `inc' to search functions.
372
373 2007-10-13 John W. Eaton <jwe@octave.org>
374
375 * progmodes/octave-mod.el (octave-looking-at-kw)
376 (octave-re-search-forward-kw, octave-re-search-backward-kw):
377 New functions.
378 (octave-in-defun-p, calculate-octave-indent)
379 (octave-blink-matching-block-open, octave-beginning-of-defun)
380 (octave-auto-fill): Use octave-looking-at-kw instead of looking-at,
381 to search for regexps that contain case-sensitive keywords.
382 (octave-beginning-of-defun): Likewise, for octave-re-search-backward-kw.
383 (octave-scan-blocks): Likewise, for octave-re-search-forward-kw.
384
385 2007-10-13 Richard Stallman <rms@gnu.org>
386
387 * files.el (directory-abbrev-alist): Doc fix.
388
389 2007-10-13 Jari Aalto <jari.aalto@cante.net>
390
391 * comint.el (comint-password-prompt-regexp): Add 'LDAP'.
392
393 2007-10-12 Martin Rudalics <rudalics@gmx.at>
394
395 * frame.el (set-frame-configuration): Assign name parameter only
396 if it has been set explicitly before.
397
398 * window.el (handle-select-window): Revert part of 2007-10-06
399 change setting the input focus.
400
401 2007-10-12 Glenn Morris <rgm@gnu.org>
402
403 * cus-edit.el (custom-variable-menu, custom-face-menu)
404 (custom-group-menu): Check init-file-user rather than
405 user-init-file, in case cus-edit is loaded by site-run-file.
406
407 2007-10-11 Juanma Barranquero <lekktu@gmail.com>
408
409 * follow.el (follow-stop-intercept-process-output):
410 Use `follow-call-process-filter' rather than `process-filter'.
411
412 2007-10-11 Tom Tromey <tromey@redhat.com>
413
414 * progmodes/gdb-ui.el (gdb-info-stack-custom): Ensure current
415 frame is visible.
416
417 2007-10-10 Richard Stallman <rms@gnu.org>
418
419 * emacs-lisp/debug.el (debugger-setup-buffer): Disable undo
420 in *Backtrace*.
421
422 * faces.el (face-font-selection-order): Doc fix.
423
424 * loadhist.el (unload-feature): Doc fix.
425
426 2007-10-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
427
428 * ps-print.el: Fix the usage of :foreground and :background face
429 attributes. Reported by Nikolaj Schumacher <n_schumacher@web.de>.
430 (ps-print-version): New version 6.7.6.
431 (ps-face-attributes, ps-face-attribute-list, ps-face-background):
432 Fix code.
433 (ps-face-foreground-color-p, ps-face-background-color-p)
434 (ps-face-color-p): New inline funs.
435
436 2007-10-10 Juanma Barranquero <lekktu@gmail.com>
437
438 * follow.el: Change all instances of "Follow Mode" to "Follow
439 mode" in docstrings and messages.
440
441 2007-10-09 Juanma Barranquero <lekktu@gmail.com>
442
443 * faces.el (face-font-selection-order): Doc fix.
444
445 * follow.el (follow-mode-hook, follow-mode): Doc fixes.
446 (follow-mode-off-hook): Mark as obsolete.
447
448 2007-10-08 Richard Stallman <rms@gnu.org>
449
450 * emacs-lisp/edebug.el (edebug-install-custom-print-funcs)
451 (edebug-install-custom-print, edebug-reset-print-funcs)
452 (edebug-uninstall-custom-print, edebug-uninstall-custom-print-funcs):
453 Functions deleted.
454 (edebug-prin1, edebug-print, edebug-prin1-to-string)
455 (edebug-format, edebug-message): Define directly as aliases.
456
457 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
458
459 * follow.el (follow-mode): Don't run hooks twice. Use `when'.
460
461 2007-10-07 Glenn Morris <rgm@gnu.org>
462
463 * simple.el (bad-packages-alist): Clarify Semantic and CEDET
464 version numbers.
465
466 2007-10-06 Michael Albinus <michael.albinus@gmx.de>
467
468 * net/tramp.el (tramp-completion-mode): Extend doc-string.
469 (tramp-completion-mode-p): Revert change from 2007-09-24.
470 Checking for `return' etc as last character is not sufficient, for
471 example in dired-mode when entering <g> (revert-buffer) or
472 <s> (dired-sort).
473
474 2007-10-06 Martin Rudalics <rudalics@gmx.at>
475
476 * window.el (mouse-autoselect-window-cancel): Don't cancel for
477 select-window or select-frame events.
478 (handle-select-window): When autoselecting window set input
479 focus. Restructure.
480
481 * frame.el (focus-follows-mouse): Moved to frame.c.
482 * cus-start.el (all): Add focus-follows-mouse.
483
484 2007-10-05 Chris Moore <dooglus@gmail.com>
485
486 * server.el (server-kill-new-buffers): Doc fix.
487
488 2007-10-05 Juanma Barranquero <lekktu@gmail.com>
489
490 * bs.el (bs-mode): Make sure global-font-lock-mode doesn't
491 activate font-locking in the *buffer-selection* buffer.
492 (bs-show-sorted): Doc fix.
493
494 * bs.el (bs--get-marked-string, bs--get-modified-string)
495 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
496 (bs--get-mode-name, bs-mode): Fix typos in docstrings.
497 (bs--format-aux): Doc fix.
498
499 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
500
501 * image-dired.el (image-dired-image-at-point-p): Fix typo in docstring.
502
503 2007-10-04 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
504
505 * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring.
506
507 2007-10-04 Nick Roberts <nickrob@snap.net.nz>
508
509 * progmodes/gud.el (gud-gud-gdb-command-name): New option.
510 (gud-gdb): New function for old M-x gdb (text command mode).
511 (gud-gdb-command-name, gdb): Move to...
512
513 * progmodes/gdb-ui.el: ...here and adapt doc string.
514 (gud-gdba-command-name, gdba): Delete.
515
516 2007-10-03 Juanma Barranquero <lekktu@gmail.com>
517
518 * bs.el: Don't defvar `font-lock-verbose'.
519 (bs-config-clear, bs-kill, bs-string-show-normally, bs-sort-functions)
520 (bs--get-file-name): Fix typos in docstrings.
521 (bs--show-header): Use `dolist' instead of `mapcar'.
522 (bs-mode): Set `show-trailing-whitespace' to nil.
523 (bs-buffer-sort-function, bs-mouse-select-other-frame)
524 (bs-visits-non-file, bs-sort-buffer-interns-are-last, bs-show):
525 Doc fixes.
526
527 2007-10-02 Adam Hupp <adam@hupp.org> (tiny change)
528
529 * progmodes/gdb-ui.el (pdb): Specify file for gud-break.
530
531 2007-10-02 Nick Roberts <nickrob@snap.net.nz>
532
533 * progmodes/gud.el (gdb): Make graphical mode the default and
534 switch to text command mode if appropriate, i.e., reverse previous
535 arrangement.
536 (gud-gdb-marker-filter): Adapt for above change.
537
538 * progmodes/gdb-ui.el (gdb-init-1): Don't set the values
539 gud-minor-mode and gud-marker-filter.
540 (gdb-fullname-regexp): New variable.
541 (gud-gdba-marker-filter): Use it to switch to text command
542 mode if appropriate.
543
544 2007-10-02 Richard Stallman <rms@gnu.org>
545
546 * frame.el (cursor-in-non-selected-windows): Doc fix.
547
548 2007-10-01 Nick Roberts <nickrob@snap.net.nz>
549
550 * progmodes/gud.el (gud-display-line): Find source buffer even when
551 GUD buffer has its own frame.
552
553 2007-10-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
554
555 * term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility.
556
557 2007-09-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
558
559 * term/x-win.el (x-gtk-stock-map): Version is 22.2.
560
561 2007-09-29 Martin Rudalics <rudalics@gmx.at>
562
563 * allout.el (allout-before-change-handler): Replace got-char by
564 goto-char.
565
566 2007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
567
568 * vc-svn.el (vc-svn-resolve-when-done, vc-svn-find-file-hook): New funs.
569 Used to try and automatically enabled smerge-mode in the presence of
570 conflicts and to call `svn resolved' when the conflicts are gone.
571 (vc-svn-parse-status): Remember the svn-specific status.
572
573 * newcomment.el (comment-choose-indent): New function extracted
574 from comment-indent. Improve the alignment algorithm.
575 (comment-indent): Use it.
576
577 2007-09-27 Juanma Barranquero <lekktu@gmail.com>
578
579 * emacs-lisp/eldoc.el (eldoc-message-commands-table-size)
580 (eldoc-message-commands, eldoc-current-idle-delay):
581 Fix typos in docstrings.
582
583 * progmodes/python.el (python-eldoc-function): Doc fix.
584
585 2007-09-26 Eli Zaretskii <eliz@gnu.org>
586
587 * menu-bar.el (menu-bar-search-documentation-menu): Rename from
588 menu-bar-apropos-menu. All users changed.
589 (menu-bar-help-menu): Change menu symbols to better match the text
590 displayed by the menu.
591
592 2007-09-25 Glenn Morris <rgm@gnu.org>
593
594 * view.el (view-search-no-match-lines): Add a doc string.
595 Rewrite to simplify and work better.
596
597 2007-09-24 Michael Albinus <michael.albinus@gmx.de>
598
599 * net/tramp.el (tramp-completion-mode-p): Rename from
600 `tramp-completion-mode'. Revert logic, check `return', `newline'
601 and such alike. Packages like Icicles tend to use other completion
602 characters but `tab' and `space' only.
603 (top): Require cl.el, when `copy-tree' is not available otherwise.
604
605 * net/tramp-vc.el (tramp-vc-user-login-name): Get argument by
606 `ad-get-arg'.
607
608 2007-09-24 Ville Skytt\e,Ad\e(B <scop@xemacs.org> (tiny change)
609
610 * net/tramp-vc.el (tramp-vc-user-login-name):
611 Use `vc-find-version' instead of `process-file' to check whether we
612 have a new enough vc that doesn't need the defadvice.
613
614 2007-09-23 Dan Nicolaescu <dann@ics.uci.edu>
615
616 * files.el (file-name-sans-versions): Use [:alnum:] and also allow
617 #, @, : and ^.
618
619 2007-09-23 Glenn Morris <rgm@gnu.org>
620
621 * ses.el (ses-calculate-cell): Don't evaluate unsafe formulae.
622
623 2007-09-22 Dan Nicolaescu <dann@ics.uci.edu>
624
625 * pcvs-defs.el (cvs-mode-map): Bind TAB and backtab.
626
627 * log-view.el (log-view-mode-map): Likewise.
628
629 * diff-mode.el (diff-mode-shared-map): Likewise.
630
631 2007-09-21 Francesco Potort\e,Al\e(B <pot@gnu.org>
632
633 * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to
634 add inferior-octave-directory-tracker to the buffer-local value
635 of comint-input-filter-functions.
636
637 2007-09-22 Dan Nicolaescu <dann@ics.uci.edu>
638
639 * files.el (file-name-sans-versions): Also allow `A-Z'.
640
641 * vc.el: Mention all supported VC backends.
642
643 2007-09-22 Richard Stallman <rms@gnu.org>
644
645 * wid-edit.el (widget-specify-button): Don't merge mouse-face with
646 neighbouring buttons.
647
648 2007-09-22 Andreas Schwab <schwab@suse.de>
649
650 * files.el (file-name-sans-versions): Also allow `_'.
651
652 2007-09-22 Glenn Morris <rgm@gnu.org>
653
654 * eshell/esh-mode.el (eshell-output-filter-functions):
655 Add eshell-postoutput-scroll-to-bottom.
656
657 2007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
658
659 * files.el (file-name-sans-versions): Allow - and a-z in version names.
660
661 * log-view.el (log-view-mode-map, log-view-mode-menu):
662 Bind log-view-annotate-version.
663 (log-view-beginning-of-defun, log-view-end-of-defun)
664 (log-view-annotate-version): New functions.
665 (log-view-mode): Use log-view-beginning-of-defun and
666 log-view-end-of-defun.
667
668 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
669
670 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix staging.
671
672 2007-09-21 Kevin Ryde <user42@zip.com.au>
673
674 * international/mule.el (sgml-html-meta-auto-coding-function):
675 Bind `case-fold-search' to t.
676
677 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
678
679 * wid-edit.el (widget-image-insert): Don't merge mouse-face with
680 neighbouring buttons.
681
682 * progmodes/compile.el (compilation-error-regexp-alist-alist):
683 Recognize gcc's use of "note" for informational messages.
684
685 2007-09-20 Glenn Morris <rgm@gnu.org>
686
687 * textmodes/tex-mode.el (tex-validate-buffer): Use paragraph
688 motion functions, rather than hard-coding "\n\n".
689 (tex-validate-region): Check for eobp, to speed up.
690 (tex-next-unmatched-end): Doc fix.
691
692 2007-09-19 Glenn Morris <rgm@gnu.org>
693
694 * textmodes/tex-mode.el (tex-terminate-paragraph):
695 Use backward-paragraph.
696
697 2007-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
698
699 * textmodes/css-mode.el (css-electric-keys): electrick->electric.
700 (css-mode): Update correspondingly.
701
702 2007-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
703
704 * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
705
706 * vc-hooks.el (vc-menu-entry): New var.
707 (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
708 (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
709 (vc-menu-map): Declare and initialize in one step.
710
711 * menu-bar.el (vc-menu-map): Don't setup any more.
712 Instead, just create the proper spot in the menu.
713
714 2007-09-18 Dan Nicolaescu <dann@ics.uci.edu>
715 Stefan Monnier <monnier@iro.umontreal.ca>
716
717 * vc.el: Document new VC operation `extra-menu'.
718
719 * vc-hooks.el (vc-default-extra-menu, vc-menu-map-filter): New fun.
720
721 2007-09-17 Dan Nicolaescu <dann@ics.uci.edu>
722
723 * vc-git.el (vc-git-log-view-mode): Add font-lock patterns for
724 Signed-off-by, Acked-by and Merge.
725
726 2007-09-17 Glenn Morris <rgm@gnu.org>
727
728 * textmodes/tex-mode.el (tex-compilation-parse-errors): Prefer the
729 filename from `--file-line-error', if it is available.
730
731 2007-09-17 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
732
733 * textmodes/tex-mode.el (tex-compilation-parse-errors): Also match
734 TeX `--file-line-error' format.
735
736 2007-09-17 Glenn Morris <rgm@gnu.org>
737
738 * textmodes/tex-mode.el (tex-region): Simplify previous change,
739 handling the case where the region is not in `tex-main-file'.
740 (tex-region-1): Delete.
741 (tex-region-header): New function, doing the header part of the
742 old tex-region-1.
743
744 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
745
746 * ediff-init.el (ediff-verbose-p): This var is not a constant.
747
748 2007-09-16 Drew Adams <drew.adams@oracle.com>
749
750 * cus-edit.el (custom-face-edit-activate): Doc fix.
751
752 2007-09-16 Glenn Morris <rgm@gnu.org>
753
754 * textmodes/tex-mode.el (tex-region): Handle the case where the
755 region is not in `tex-main-file'. Move the old code that applies
756 to both cases...
757 (tex-region-1): ...to this new function.
758
759 2007-09-15 Martin Rudalics <rudalics@gmx.at>
760
761 * simple.el (blink-matching-open): Don't display message when no
762 paren is found within blink-matching-paren-distance characters.
763 Don't search prompt in blink-matching-paren-distance nil case.
764
765 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
766
767 * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
768
769 2007-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
770
771 * vc-mtn.el: New file.
772
773 * vc-hooks.el (vc-handled-backends): Add Mtn.
774
775 2007-09-13 Eli Zaretskii <eliz@gnu.org>
776
777 * files.el (find-file, find-file-other-window)
778 (find-file-other-frame, find-file-existing, find-file-read-only)
779 (find-file-read-only-other-window)
780 (find-file-read-only-other-frame)
781 (find-alternate-file-other-window, find-alternate-file): Doc fixes.
782
783 2007-09-13 Jari Aalto <jari.aalto@cante.net>
784
785 * man.el (Man-default-man-entry): At end of line, continue looking
786 to the next line for possible end of hyphenated command.
787
788 2007-09-13 Chris Moore <dooglus@gmail.com>
789
790 * shell.el (shell-resync-dirs): Don't move the cursor relative to
791 the command being edited.
792
793 2007-09-13 Nick Roberts <nickrob@snap.net.nz>
794
795 * progmodes/gud.el (gdb-ready): New variable.
796 (gdb): Set it to nil. Set gud-running to nil here...
797 (gud-common-init): ...instead of here.
798
799 * progmodes/gdb-ui.el (gdba, gdb-send, gdb-source-info):
800 Use gdb-ready. Discard input until GDB is ready to accept it.
801
802 2007-09-12 Dan Nicolaescu <dann@ics.uci.edu>
803
804 * term/xterm.el (terminal-init-xterm): Add bindings for M-S- and
805 C-M-S- keys.
806
807 2007-09-12 Martin Rudalics <rudalics@gmx.at>
808
809 * dired.el (dired-warning): Inherit from font-lock-warning-face to
810 make it show up with eight colors.
811
812 2007-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
813
814 * diff-mode.el (diff-sanity-check-hunk): Fix up the case when unified
815 diffs are concatenated with no intervening line.
816
817 2007-09-10 Dave Love <fx@gnu.org>
818
819 * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
820 (python-font-lock-keywords): Update to the 2.5 version of the language.
821 (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
822 (python-backspace): Only behave funny in code.
823 (python-compilation-regexp-alist): Add PDB stack trace regexp.
824 (inferior-python-mode): Add PDB prompt regexp.
825 (python-fill-paragraph): Refine the fenced-string regexp.
826 (python-find-imports): Handle imports spanning several lines.
827 (python-mode): Add `class' to hideshow support.
828
829 2007-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
830
831 * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use
832 add-log-buffer-file-name-function rather than bind buffer-file-name,
833 so we dont end up calling change-log-mode in *cvs* when `fi' is the
834 ChangeLog file itself.
835
836 * outline.el (outline-flag-region): Use front-advance.
837
838 2007-09-07 Ilya Zakharevich <ilyaz@cpan.org>
839
840 * progmodes/cperl-mode.el: Merge upstream 5.23.
841 (cperl-where-am-i): Remove function.
842 (cperl-backward-to-noncomment): Don't go too far when skipping POD/HEREs
843 (cperl-sniff-for-indent): De-invert [string] and [comment].
844 When looking for label, skip s:m:y:tr.
845 (cperl-indent-line): Likewise.
846 (cperl-mode): Don't assume `font-lock-multiline' is auto-local.
847 (cperl-windowed-init): Wrong `ps-print' handling.
848 Both thanks to Chong Yidong.
849 (cperl-look-at-leading-count): Could fail with unfinished RExen.
850 (cperl-find-pods-heres): If the second part of s()[] is missing,
851 don't try to highlight delimiters...
852
853 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
854
855 * progmodes/compile.el (compilation-get-file-structure): Complete last
856 change by also using spec-directory in the puthash.
857
858 2007-09-07 Riccardo Murri <riccardo.murri@gmail.com>
859
860 * vc-bzr.el (vc-bzr-admin-lastrev): New constant.
861 (vc-bzr-file-name-relative): Use 'when' instead of 'and'.
862 (vc-bzr-status): Fix shadowing of variable 'status'.
863 (vc-bzr-workfile-version): Use correct path to 'last-revision' file.
864 Use `expand-file-name' instead of `concat'.
865 (vc-bzr-annotate-command): Use option name '--long' instead of '-l'.
866 Update annotation line regexp. Fixes launchpad.net [Bug 137435].
867
868 2007-09-05 Jason Rumney <jasonr@gnu.org>
869
870 * frame.el (focus-follows-mouse): Doc-fix. Change default on w32.
871
872 2007-09-02 Richard Stallman <rms@gnu.org>
873
874 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom.
875 Add `safe-local-variable' property.
876 (lisp-body-indent): Likewise.
877
878 2007-09-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
879
880 * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
881 prev/next-node.
882
883 * term/x-win.el (x-gtk-stock-map, icon-map-list): New variables.
884 (x-gtk-map-stock): New function.
885
886 2007-09-02 Glenn Morris <rgm@gnu.org>
887
888 * comint.el (comint-mode): Don't set scroll-conservatively.
889
890 * eshell/em-unix.el (eshell/time): Stringify and flatten the
891 non-command arguments.
892
893 2007-09-01 Thien-Thi Nguyen <ttn@gnuvola.org>
894
895 * emacs-lisp/bytecomp.el (byte-recompile-directory):
896 Fix bug: Don't expand top-level file name more than once.
897 Reported by Dmitry Antipov <dmantipov@yandex.ru>.
898
899 2007-09-01 Richard Stallman <rms@gnu.org>
900
901 * files.el (hack-local-variables-confirm): Rename arg VARS to ALL-VARS.
902 Add doc string.
903
904 2007-08-30 Richard Stallman <rms@gnu.org>
905
906 * speedbar.el (speedbar-frame-reposition-smartly)
907 (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
908 (speedbar-check-vc): Don't use dframe-xemacsp.
909
910 2007-08-30 Martin Rudalics <rudalics@gmx.at>
911
912 * files.el (backup-buffer-copy): Try to overwrite old backup first.
913
914 2007-08-29 Martin Rudalics <rudalics@gmx.at>
915
916 * repeat.el (repeat): Use last-repeatable-command instead of
917 real-last-command. Run pre- and post-command hooks for
918 self-insertion. Update doc-string.
919
920 2007-08-28 Glenn Morris <rgm@gnu.org>
921
922 * progmodes/cc-langs.el (c-constant-kwds): Add java: true, false, null.
923
924 2007-08-27 Alexandre Julliard <julliard@winehq.org>
925
926 * vc-git.el (vc-git-state): Call git-add --refresh to update the
927 state of the file.
928 (vc-git-workfile-unchanged-p): Delegate implementation to vc-git-state.
929 (vc-git-create-repo): Fix invalid command.
930
931 2007-08-27 Richard Stallman <rms@gnu.org>
932
933 * textmodes/flyspell.el (flyspell-mode):
934 Catch errors in flyspell-mode-on.
935
936 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
937
938 * progmodes/modula2.el (m2-definition, m2-module):
939 Don't use previous-line. Reported by T. V. Raman.
940
941 2007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
942
943 * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
944 argument to tool-bar-mode call.
945
946 2007-08-27 Glenn Morris <rgm@gnu.org>
947
948 * diff-mode.el (diff-find-file-name): Only accept regular files,
949 to rule out /dev/null, directories, etc.
950
951 2007-08-25 Dan Nicolaescu <dann@ics.uci.edu>
952
953 * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
954 safe-local-variable setting.
955 * progmodes/perl-mode.el (perl-indent-level): Likewise.
956
957 2007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
958
959 * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
960 of buffers in uniquify-managed.
961
962 * simple.el (invisible-p): Rename from text-invisible-p.
963 Update callers.
964
965 2007-08-25 Alan Mackenzie <acm@muc.de>
966
967 * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
968 new language variable.
969
970 * progmodes/cc-engine.el (c-brace-anchor-point): New function.
971 (c-add-stmt-syntax): Give accurate anchor points for "namespace",
972 "extern" etc., rather than BOI. Fix addition of spurious
973 syntactic-symbol 'defun-block-intro, replacing it with
974 'innamespace, etc.
975
976 2007-08-25 Reiner Steib <Reiner.Steib@gmx.de>
977
978 * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
979 Don't behave differently when executed via M-x. Add doc string.
980
981 2007-08-24 Ulrich Mueller <ulm@gentoo.org> (tiny change)
982
983 * files.el (backup-buffer-copy): Don't wrap delete in
984 condition-case, only try to delete if file exists.
985
986 2007-08-24 Glenn Morris <rgm@gnu.org>
987
988 * files.el (backup-buffer-copy): Revert 2007-08-22 change.
989
990 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
991
992 * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
993 (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
994 (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
995 (cperl-etags-goto-tag-location): Use new style backquotes.
996
997 * subr.el (complete-with-action): Backport from trunk (for vc-arch.el).
998 (dynamic-completion-table): Use it it.
999
1000 * net/browse-url.el: Remove spurious * in custom docstrings.
1001 (browse-url-filename-alist): Use new-style backquote.
1002
1003 * emacs-lisp/backquote.el (backquote-unquote-symbol)
1004 (backquote-splice-symbol): Clarify they're not new-style unquotes.
1005
1006 * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
1007 (\,@): Backslash the , and ,@ which are not new-style unquotes.
1008
1009 * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
1010
1011 * net/socks.el (socks-username/password-auth-filter):
1012 Remove unused vars `state' and `desired-len'.
1013 (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
1014 (socks-wait-for-state-change): Use new-style backquotes.
1015
1016 * pcvs.el (cvs-mode-status): Fix long-standing typo.
1017
1018 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
1019 backquotes after each `read' rather than once per buffer.
1020
1021 * dframe.el: Remove spurious * in custom docstrings.
1022 (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
1023 (dframe-xemacs20p): Remove, inline at the sole use point.
1024 (defface): Don't defvar the face, don't use old-style backquote.
1025 (defcustom): Don't use old-style backquote.
1026 (dframe-frame-parameter, dframe-mouse-event-p):
1027 Make it obvious that it's always defined.
1028 (dframe-popup-kludge): New function to replace
1029 dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
1030 (dframe-frame-mode, dframe-set-timer-internal)
1031 (dframe-mouse-set-point): Remove use of with-no-warnings from
1032 XEmacs-specific code.
1033 (dframe-set-timer-internal): Fix very old bug with
1034 post-command-idle-hook.
1035
1036 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
1037
1038 2007-08-22 Chong Yidong <cyd@stupidchicken.com>
1039
1040 * image-mode.el (image-minor-mode): Use image-mode-text-map.
1041
1042 2007-08-22 Reiner Steib <Reiner.Steib@gmx.de>
1043
1044 * sort.el (sort-fold-case, sort-numeric-base): Mark as
1045 safe-local-variable.
1046
1047 2007-08-22 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
1048
1049 * net/browse-url.el (browse-url-emacs): New function.
1050
1051 2007-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
1052
1053 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Display a big fat
1054 warning if the file uses old style backquotes.
1055
1056 * emacs-lisp/bytecomp.el (byte-compile-log-file)
1057 (byte-recompile-directory, byte-compile-file)
1058 (byte-compile-from-buffer): Use with-current-buffer.
1059
1060 * simple.el (text-invisible-p): Rename from line-move-invisible-p.
1061 (line-move-invisible-p): Keep as an obsolete alias, just to be safe.
1062 (line-move-1, line-move-finish, line-move-to-column)
1063 (move-end-of-line, move-beginning-of-line): Use new name.
1064
1065 2007-08-22 Glenn Morris <rgm@gnu.org>
1066
1067 * files.el (backup-buffer-copy): Check backup directory is
1068 writable, to avoid infloop deleting old backup.
1069
1070 * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
1071 movemail related variables.
1072 (rmail-insert-inbox-text): Use only rmail-movemail-program, which
1073 will now be set before this is called.
1074
1075 2007-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
1076
1077 * emacs-lisp/backquote.el (backquote-delay-process): Fix last change.
1078
1079 * progmodes/ada-mode.el: Fix up comment style in header.
1080 (ada-check-emacs-version): Remove.
1081 (ada-mode): Set parse-sexp-* even if they don't exist: can't hurt.
1082 (ada-region-selected): Use (featurep 'xemacs) rather than contortions
1083 to try and quieten the byte-compiler.
1084 (ada-create-keymap): Use [(..)] keys, which work on both (X)Emacs.
1085
1086 * vc.el (vc-annotate-warp-version): Don't use previous-line.
1087
1088 2007-08-20 Johannes Weiner <hannes@saeurebad.de> (tiny change)
1089
1090 * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
1091 extracted from `eval-last-sexp-1'.
1092 (eval-last-sexp-1): Call `preceding-sexp'.
1093
1094 2007-08-19 Glenn Morris <rgm@gnu.org>
1095
1096 * Makefile.in (custom-deps, finder-data, autoloads, recompile)
1097 (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
1098 than $(EMACS), so that EMACSLOADPATH is set. Prevents any system
1099 shadow files messing up the compilation.
1100
1101 2007-08-18 Glenn Morris <rgm@gnu.org>
1102
1103 * progmodes/scheme.el (scheme-mode-variables):
1104 Set font-lock-comment-start-skip.
1105
1106 2007-08-18 Martin Rudalics <rudalics@gmx.at>
1107
1108 * progmodes/ada-mode.el (ada-create-syntax-table):
1109 Move set-syntax-table from here to ...
1110 (ada-mode): ... here. Don't change global value of comment-multi-line.
1111 Call new function ada-initialize-syntax-table-properties.
1112 Add ada-handle-syntax-table-properties to font-lock-mode-hook.
1113 (ada-deactivate-properties, ada-initialize-properties):
1114 Replace by new functions ...
1115 (ada-handle-syntax-table-properties, ada-set-syntax-table-properties)
1116 (ada-initialize-syntax-table-properties): ... to set up syntax-table
1117 properties uniformly, independently from whether font-lock-mode
1118 is enabled or not. Handle read-only buffers and do not change
1119 undo-list when setting syntax-table properties.
1120 (ada-after-change-function): Use ada-set-syntax-table-properties.
1121
1122 2007-08-17 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
1123
1124 * progmodes/cperl-mode.el (cperl-look-at-leading-count)
1125 (cperl-find-pods-heres): Fix an error when typing expressions like
1126 `s{a}{b}'.
1127
1128 2007-08-17 Glenn Morris <rgm@gnu.org>
1129
1130 * progmodes/compile.el (compilation-get-file-structure): Make use
1131 of the directory part when checking for an existing entry, to
1132 handle files with same basename in different directories.
1133
1134 2007-08-16 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1135
1136 * ps-print.el (ps-header-font-size, ps-header-title-font-size)
1137 (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
1138 (ps-paragraph-spacing): Docstring fix.
1139
1140 2007-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
1141
1142 * smerge-mode.el (smerge-resolve): New arg `safe'.
1143 (smerge-resolve-all, smerge-batch-resolve): New function.
1144 (smerge-refine): Make sure `diff' returns the expected result.
1145 (smerge-parsep-re): New const.
1146 (smerge-mode): Use it to adjust paragraph-separate.
1147
1148 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
1149 Correctly match / regexp matchers as first char on a line when
1150 fontifying only that line.
1151
1152 * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
1153
1154 2007-08-16 Glenn Morris <rgm@gnu.org>
1155
1156 * ps-print.el (ps-font-size): Doc fix.
1157
1158 2007-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
1159
1160 * vc-bzr.el: Don't fiddle with vc-handled-backend.
1161 (vc-bzr-registered): Don't redundantly protect against
1162 file-error. Actually use the format-specific code.
1163 (vc-bzr-buffer-nonblank-p): Remove.
1164 (vc-bzr-status): Change `kindchange' -> `kindchanged'.
1165
1166 2007-08-15 Glenn Morris <rgm@gnu.org>
1167
1168 * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
1169 sloppier, for the sake of GNU Mailman.
1170 (rmail-digest-rfc1153): Initialize `result' correctly.
1171
1172 2007-08-14 Glenn Morris <rgm@gnu.org>
1173
1174 * simple.el (bad-packages-alist): New constant.
1175 (bad-package-check): New function. Together, these two add
1176 elements to `after-load-alist' to check for problematic external
1177 packages.
1178 * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
1179
1180 2007-08-13 Stephen Leake <stephen_leake@stephe-leake.org>
1181
1182 * pcvs-parse.el (cvs-parse-table): Handle additional instance of
1183 optional quotes around files in NEED-UPDATE . REMOVED case.
1184
1185 * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
1186 (ada-treat-cmd-string): Improve error message.
1187 (ada-do-file-completion): Call `ada-require-project-file', so
1188 project variables are set properly.
1189 (ada-prj-find-prj-file): Delete Emacs 20.2 support.
1190 (ada-gnatfind-buffer-name): New constant.
1191 (ada-find-any-references): Use new constant. Set buffer name
1192 properly in compilation-start. Toggle read-only properly.
1193 (ada-find-in-src-path): Fix spelling error in docstring.
1194
1195 * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
1196 by zero error.
1197
1198 2007-08-13 Nick Roberts <nickrob@snap.net.nz>
1199
1200 * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
1201
1202 2007-08-12 Richard Stallman <rms@gnu.org>
1203
1204 * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
1205 (cvs-execute-single-file): Use new name split-string-and-unquote.
1206 (cvs-header-msg): Use new name combine-and-quote-strings.
1207
1208 * emulation/vi.el (vi-next-line): Ignore return value of line-move.
1209
1210 * progmodes/gud.el (gud-common-init): Use new name
1211 split-string-and-unquote.
1212
1213 * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
1214 in javac regexp.
1215
1216 * pcvs-util.el (cvs-qtypedesc-strings): Use new names
1217 combine-and-quote-strings and split-string-and-unquote.
1218
1219 * subr.el (combine-and-quote-strings): Rename from strings->string.
1220 (split-string-and-unquote): Rename from string->strings.
1221
1222 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
1223
1224 * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
1225 to buffer-local settings.
1226
1227 * emacs-lisp/backquote.el (backquote-delay-process): New function.
1228 (backquote-process): Add internal arg `level'. Use the two to
1229 correctly handle nested backquotes.
1230
1231 2007-08-09 Riccardo Murri <riccardo.murri@gmail.com>
1232
1233 * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
1234 (vc-bzr-state-words): Add "kind changed" state word.
1235 (vc-bzr-status): New function. Return Bzr idea of file status,
1236 which is different from VC's.
1237 (vc-bzr-state): Use vc-bzr-status.
1238 (vc-workfile-unchanged-p): Use vc-bzr-status.
1239 (vc-bzr-revert): Use synchronous process; expect exitcode 0.
1240 (vc-dired-state): Process "kind changed" state word.
1241
1242 2007-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
1243
1244 * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
1245
1246 * vc-rcs.el (vc-rcs-find-file-not-found-hook):
1247 Move from vc-default-find-file-not-found-hook.
1248
1249 2007-08-09 Edward O'Connor <hober0@gmail.com> (tiny change)
1250
1251 * url/url-auth.el (url-basic-auth): When prompting for username
1252 and password, default to the username and password in the URL.
1253
1254 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
1255
1256 * man.el: Remove spurious * in docstrings.
1257 Merge defvars and toplevel setq-defaults.
1258 (Man-highlight-references0): Limit=nil rather than point-max.
1259 (Man-mode-map): Move initialization into the declaration.
1260 (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
1261 (Man-view-header-file): Use expand-file-name rather than concat.
1262 (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
1263
1264 * man.el (Man-next-section): Make sure we do not move backward.
1265
1266 2007-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1267
1268 * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
1269 (ps-begin-job): Use ps-default-fg and ps-default-bg only when
1270 ps-print-color-p is neither nil nor black-white. Reported by Christian
1271 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
1272
1273 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
1274
1275 * files.el (auto-mode-alist): Use the purecopied text (duh!).
1276
1277 2007-08-08 Andreas Schwab <schwab@suse.de>
1278
1279 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
1280 self-insert-command, not self-insert.
1281
1282 2007-08-08 Glenn Morris <rgm@gnu.org>
1283
1284 * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove `iff'.
1285
1286 * Replace `iff' in doc-strings and comments.
1287
1288 * help-mode.el (help-make-xrefs): Search for symbol constituents,
1289 rather than just `-'.
1290
1291 2007-08-08 Martin Rudalics <rudalics@gmx.at>
1292
1293 * dired.el (dired-pop-to-buffer):
1294 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
1295 * calendar/calendar.el (generate-calendar-window):
1296 * progmodes/compile.el (compilation-set-window-height):
1297 * textmodes/two-column.el (2C-two-columns, 2C-merge):
1298 Use window-full-width-p instead of comparing frame-width and
1299 window-width.
1300
1301 * progmodes/compile.el (compilation-find-buffer): Remove extra
1302 argument in call to compilation-buffer-internal-p.
1303
1304 2007-08-07 Michael Albinus <michael.albinus@gmx.de>
1305
1306 * net/tramp.el (tramp-handle-file-remote-p): Handle optional
1307 parameters IDENTIFICATION and CONNECTED.
1308 (tramp-handle-insert-file-contents): VISIT must be handled after
1309 insertion of the local copy. Reported by Peter Gordon
1310 <peter@pg-consultants.com>.
1311 (tramp-file-name-handler): No special handling for
1312 `expand-file-name'. But for `file-name-as-directory'.
1313 (tramp-find-shell, tramp-open-connection-telnet)
1314 (tramp-open-connection-rsh, tramp-open-connection-su)
1315 (tramp-open-connection-multi)
1316 (tramp-open-connection-setup-interactive-shell): Guard against
1317 $PROMPT_COMMAND shell var. Reported by Steve Youngs
1318 <steve@sxemacs.org>.
1319 (tramp-append-tramp-buffers): Replace "sensible" by "sensitive" in
1320 the hint.
1321
1322 * net/trampver.el: Update release number.
1323
1324 2007-08-07 Tom Tromey <tromey@redhat.com>
1325
1326 * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
1327 Add safe-local-variable property.
1328
1329 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
1330
1331 * image-mode.el (image-toggle-display): Use image-refresh.
1332
1333 * longlines.el (longlines-decoded): New variable.
1334 (longlines-mode): Avoid encoding or decoding the buffer twice.
1335
1336 2007-08-07 Riccardo Murri <riccardo.murri@gmail.com>
1337
1338 * vc-bzr.el: Remove comments about vc-bzr.el being a modified
1339 unofficial version.
1340 (vc-bzr-command): Remove redundant setting of process-connection-type.
1341 (vc-bzr-admin-checkout-format-file): Add autoload.
1342 (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
1343 (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
1344 (vc-bzr-registered): Compare dirstate format tag with known good
1345 value, abort parsing if match fails. Warn user in docstring.
1346 (vc-bzr-workfile-version): Case for different Bzr branch formats.
1347 See bzrlib/branch.py in Bzr sources.
1348 (vc-bzr-diff): First argument FILES may be a string rather than a list.
1349 (vc-bzr-shell-command): Remove in favor of
1350 vc-bzr-command-discarding-stderr.
1351 (vc-bzr-command-discarding-stderr): New function.
1352
1353 2007-08-06 Riccardo Murri <riccardo.murri@gmail.com>
1354
1355 * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
1356 program, and return nil
1357 (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
1358 (vc-bzr-state): Look for path names relative to the repository
1359 root after status keyword.
1360 (vc-bzr-file-name-relative): New function.
1361 (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
1362 depend on it.
1363 (vc-bzr-admin-dirname, ...-checkout-format-file)
1364 (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
1365 files that we now parse directly for speed.
1366 (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
1367 (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
1368 (vc-bzr-state): "bzr status" successful only if exitcode is 0
1369 (vc-bzr-root): Use `vc-bzr-shell-command'. Stderr may contain
1370 Bzr warnings, so we must discard it.
1371 (vc-bzr-workfile-version): Speedup counting lines from
1372 `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
1373 if that file doesn't exist.
1374 (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
1375 `vc-bzr-root-dir' for speed. Add `vc-bzr-admin-dirname'
1376 (not ".bzr"!) to `vc-directory-exclusion-list'
1377 (vc-bzr-shell-command): New function.
1378
1379 2007-08-06 Tom Tromey <tromey@redhat.com>
1380
1381 * diff-mode.el (diff-unified->context, diff-reverse-direction)
1382 (diff-fixup-modifs): Typo in docstring.
1383
1384 2007-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
1385
1386 * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
1387 count-screen-lines.
1388 (tpu-edt-off): Disable relevant pieces of advice.
1389
1390 * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
1391 tpu-write-file-hook. Activate it with add-hook on buffer-save-hook.
1392 (newline, newline-and-indent, do-auto-fill): Use advice instead of
1393 redefining the function.
1394 (tpu-set-scroll-margins): Activate the pieces of advice.
1395
1396 2007-08-06 Michael Albinus <michael.albinus@gmx.de>
1397
1398 * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
1399 process-filter.
1400
1401 2007-08-06 Martin Rudalics <rudalics@gmx.at>
1402
1403 * help.el (resize-temp-buffer-window): Use window-full-width-p
1404 instead of comparing frame-width and window-width.
1405
1406 2007-08-05 Peter Povinec <ppovinec <at> yahoo.com> (tiny change)
1407
1408 * term.el: Honor term-default-fg-color and term-default-bg-color
1409 settings when modifying term-current-face.
1410 (term-default-fg-color, term-default-bg-color): Initialize from
1411 default term-current-face.
1412 (term-mode, term-reset-terminal): Set term-current-face with
1413 term-default-fg-color and term-default-bg-color.
1414 (term-handle-colors-array): term-current-face has term-default-fg-color
1415 and term-default-bg-color after reset escape sequence.
1416 (term-handle-colors-array): Set term-current-color with
1417 term-default-fg/bg-color instead of ansi-term-color-vector when the
1418 index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
1419
1420 2007-08-05 Michael Albinus <michael.albinus@gmx.de>
1421
1422 * files.el (set-auto-mode): Handle also remote files wrt
1423 `auto-mode-alist'.
1424
1425 * net/tramp.el (tramp-handle-file-remote-p): Return a string as
1426 remote identification.
1427
1428 2007-08-04 Glenn Morris <rgm@gnu.org>
1429
1430 * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
1431 zero, not nil, when the library is first loaded. Check for a file
1432 that has been modified on disk.
1433
1434 * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
1435 Remove duplicate defvar preventing initialization.
1436 (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
1437
1438 2007-08-03 Miles Bader <miles@gnu.org>
1439
1440 * vc-hooks.el (vc-handled-backends): Change capitalization of VC
1441 backend names for new backends to `Git', `Hg', and `Bzr'.
1442 * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
1443 not `HG'.
1444 * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
1445 name, not `GIT'.
1446 * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
1447 (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
1448
1449 2007-08-03 Glenn Morris <rgm@gnu.org>
1450
1451 * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
1452
1453 2007-08-02 Richard Stallman <rms@gnu.org>
1454
1455 * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
1456 to update deleted flag.
1457
1458 * cus-edit.el (customize-apropos, customize-apropos-options)
1459 (customize-apropos-faces, customize-apropos-groups): Improve prompt.
1460
1461 * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
1462
1463 * startup.el (fancy-splash-head, startup-echo-area-message):
1464 Change message text.
1465
1466 * emulation/tpu-edt.el (next-line-internal): Setting deleted.
1467 All callers use line-move.
1468
1469 * progmodes/compile.el (compilation-find-buffer): Return current
1470 buffer immediately if suitable.
1471 (compile, compilation-buffer-name, compilation-start): Doc fixes.
1472
1473 2007-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
1474
1475 * vc-bzr.el (vc-bzr-admin-dirstate): Rename from `...-dirname'.
1476 Make it more discriminating and more useful.
1477 (vc-bzr-root-dir): Use new name.
1478 (vc-bzr-registered): Use new name and look at the dirstate file to
1479 determine if it's registered or not without running `bzr'.
1480
1481 2007-08-01 Eric Hanchrow <offby1@blarg.net> (tiny change)
1482
1483 * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
1484
1485 2007-07-31 Drew Adams <drew.adams@oracle.com>
1486
1487 * cus-edit.el (custom-group-value-create, custom-goto-parent):
1488 Fix parent groups link.
1489
1490 2007-07-31 Daiki Ueno <ueno@unixuser.org>
1491
1492 * faces.el (face-normalize-spec): New function.
1493 (frame-set-background-mode): Normalize face-spec before calling
1494 face-spec-match-p.
1495
1496 2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
1497
1498 * vc-bzr.el: New file (copied from the trunk).
1499
1500 * vc-hooks.el (vc-handled-backends): Add BZR.
1501 (vc-find-file-hook): Failsafe if the backend's `registered'
1502 function burps.
1503
1504 * server.el (server-window): Add switch-to-buffer-other-frame option.
1505
1506 2007-07-30 Dan Nicolaescu <dann@ics.uci.edu>
1507
1508 * vc-git.el (vc-directory-exclusion-list, vc-handled-backends): Remove.
1509 (vc-git-revision-completion-table): Enable.
1510
1511 * vc-hooks.el (vc-handled-backends): Add GIT and HG.
1512
1513 * vc.el (vc-directory-exclusion-list): Add .git and .hg.
1514
1515 * vc-hg.el (vc-hg-revision-completion-table): Re-enable.
1516 (vc-hg-registered): Set the vc-state property.
1517
1518 * diff-mode.el (diff-mode-menu): New entries.
1519
1520 2007-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
1521
1522 * diff-mode.el (diff-beginning-of-file-and-junk): New function.
1523 (diff-file-kill): Use it.
1524 (diff-beginning-of-hunk): Add arg `try-harder' using it.
1525 (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
1526 Use it so they find the hunk even when we're in the file header.
1527
1528 * vc.el: Add new VC operation `revision-completion-table'.
1529 (vc-default-revision-completion-table): New function.
1530 (vc-version-diff, vc-version-other-window): Use it to provide
1531 completion of revision names if the backend provides it.
1532
1533 * vc-arch.el (vc-arch--version-completion-table)
1534 (vc-arch-revision-completion-table): New functions to provide
1535 completion of revision names.
1536
1537 * vc-cvs.el: Require CL.
1538 (vc-cvs-revision-table, vc-cvs-revision-completion-table):
1539 New functions to provide completion of revision names.
1540
1541 2007-07-29 Kimit Yada <kimitto@gmail.com> (tiny change)
1542
1543 * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
1544 (copyright-fix-years, copyright): Correctly handle the case where
1545 copyright-limit is nil.
1546
1547 2007-07-28 Konstantin Novitsky <knovitsk@Bear.com> (tiny change)
1548
1549 * progmodes/python.el (run-python): Fix path separator under w32.
1550
1551 2007-07-28 Dan Nicolaescu <dann@ics.uci.edu>
1552
1553 * vc-git.el: New File.
1554
1555 2007-07-28 Alan Mackenzie <acm@muc.de>
1556
1557 Fix problem with modes derived from CC Mode:
1558 * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
1559 macro to cc-langs.
1560 (c-init-language-vars-for): Remove call to above macro.
1561 * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
1562 been moved to here.
1563 (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
1564
1565 2007-07-28 Eli Zaretskii <eliz@gnu.org>
1566
1567 * net/trampver.el: Fix the `coding' cookie.
1568
1569 2007-07-25 Nick Roberts <nickrob@snap.net.nz>
1570
1571 * add-log.el (change-log-redate): Remove (not needed anymore and
1572 doesn't appear to work).
1573
1574 2007-07-25 Glenn Morris <rgm@gnu.org>
1575
1576 * Relicense all FSF files to GPLv3 or later.
1577
1578 * COPYING: Switch to GPLv3.
1579
1580 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
1581
1582 * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
1583 Replace it with another one which disables undo before calling
1584 erase-buffer and then turns it back on if needed.
1585
1586 2007-07-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1587
1588 * ps-print.el: Problem with foreground and background color when
1589 printing a buffer with and without faces. Reported by Christian
1590 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
1591 (ps-print-version): New version 6.7.5.
1592 (ps-default-fg): Change default value to nil, so black color is used
1593 when a face does not specify a foreground color.
1594 (ps-default-bg): Change default value to nil, so white color is used
1595 for background color.
1596 (ps-begin-job): Fix code.
1597
1598 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
1599
1600 * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
1601
1602 2007-07-24 Alan Mackenzie <acm@muc.de>
1603
1604 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
1605 Initialise byte-compile-unresolved-functions before rather than
1606 after a compilation.
1607 (byte-compile-unresolved-functions): Amplify doc string.
1608
1609 2007-07-24 Glenn Morris <rgm@gnu.org>
1610
1611 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
1612 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
1613 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
1614 (cal-tex-cursor-week, cal-tex-cursor-week2)
1615 (cal-tex-cursor-week-iso, cal-tex-week-hours)
1616 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
1617 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
1618 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
1619
1620 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
1621
1622 * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
1623
1624 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
1625
1626 * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
1627 underlying file is uptodate.
1628
1629 2007-07-23 Richard Stallman <rms@gnu.org>
1630
1631 * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
1632
1633 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
1634
1635 * progmodes/sh-script.el (sh-font-lock-backslash-quote)
1636 (sh-font-lock-flush-syntax-ppss-cache): New funs.
1637 (sh-font-lock-syntactic-keywords): Use them to distinguish the
1638 different possible cases for \'.
1639 (sh-font-lock-paren): Mark the relevant text with font-lock-multiline.
1640
1641 * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
1642 `file' from which to start the search and fix case where `file' is the
1643 current directory and the root as well.
1644
1645 * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
1646 name for buffer-file-name if it refers to a directory.
1647
1648 2007-07-22 Jason Rumney <jasonr@gnu.org>
1649
1650 * w32-fns.el (set-default-process-coding-system): Use dos line ends
1651 for input to cmdproxy on all versions of Windows.
1652 Use dos line ends for input to plink.
1653
1654 * comint.el (comint-simple-send): Concat newline before sending.
1655 (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
1656
1657 2007-07-22 Juri Linkov <juri@jurta.org>
1658
1659 * isearch.el (isearch-edit-string): Save old point and
1660 isearch-other-end to old-point and old-other-end before reading
1661 the search string from minibuffer. After exiting minibuffer set
1662 point to old-other-end if point and the search direction is the
1663 same as before reading the search string.
1664 (isearch-del-char): Don't set isearch-yank-flag to t. Put point
1665 to isearch-other-end. Instead of isearch-search-and-update call
1666 three functions isearch-search, isearch-push-state and isearch-update.
1667
1668 2007-07-22 Ralf Angeli <angeli@caeruleus.net>
1669
1670 * textmodes/reftex.el (reftex-access-parse-file): Do not risk
1671 destroying an existing buffer.
1672
1673 2007-07-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1674
1675 * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
1676
1677 * term/x-win.el (x-handle-no-bitmap-icon): New function.
1678
1679 2007-07-22 Ralf Angeli <angeli@caeruleus.net>
1680
1681 * textmodes/reftex.el (reftex-access-parse-file): Create parse
1682 file in a way that does not interfere with recentf.
1683
1684 2007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
1685
1686 * image-dired.el (image-dired-sane-db-file): New func.
1687 (image-dired-write-tags, image-dired-remove-tag)
1688 (image-dired-list-tags, image-dired-write-comments)
1689 (image-dired-get-comment, image-dired-mark-tagged-files)
1690 (image-dired-create-gallery-lists): Call new func.
1691 Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
1692
1693 2007-07-21 Dan Nicolaescu <dann@ics.uci.edu>
1694
1695 * vc-hg.el (vc-hg-diff): Use vc-hg-command.
1696 (vc-hg-dir-state): Fix loop.
1697 (vc-hg-print-log): Fix expected return value for vc-hg-command.
1698 (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
1699 (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
1700 (vc-hg-revert): Likewise.
1701 (vc-hg-revision-table, vc-hg-revision-completion-table): New functions.
1702
1703 2007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
1704
1705 * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
1706 case of alignment under a constant symbol, find and consider
1707 the sexp actually at indentation to be the "last sexp".
1708
1709 2007-07-20 Eli Zaretskii <eliz@gnu.org>
1710
1711 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
1712 (install): Use them to copy all *.el files before *.elc.
1713 (clean): Don't delete *~.
1714
1715 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
1716
1717 * vc-hg.el (vc-hg-workfile-unchanged-p): New function.
1718
1719 2007-07-19 Dan Nicolaescu <dann@ics.uci.edu>
1720
1721 * vc-hg.el (vc-hg-registered): Replace if with when.
1722 (vc-hg-state): Deal with nonexistent files.
1723
1724 2007-07-18 Juanma Barranquero <lekktu@gmail.com>
1725
1726 * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
1727 (follow-delete-other-windows-and-split, follow-recenter)
1728 (follow-windows-aligned-p, follow-point-visible-all-windows-p)
1729 (follow-redisplay, follow-estimate-first-window-start)
1730 (follow-xemacs-scrollbar-support, follow-intercept-process-output):
1731 Fix typos in docstrings.
1732
1733 2007-07-17 Thien-Thi Nguyen <ttn@gnuvola.org>
1734
1735 * bookmark.el (bookmark-show-all-annotations):
1736 Make sure each inserted annotation ends with newline.
1737
1738 (bookmark-maybe-sort-alist): Don't modify
1739 bookmark-alist. Instead, if not sorting, simply return it.
1740 (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
1741 for its return value, not for its side effect.
1742
1743 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
1744
1745 * vc.el: Add more info about the vc-registered function.
1746
1747 2007-07-16 David Kastrup <dak@gnu.org>
1748
1749 * emacs-lisp/advice.el (defadvice): Doc fix.
1750
1751 2007-07-16 Juanma Barranquero <lekktu@gmail.com>
1752
1753 * subr.el (when, unless): Doc fix.
1754
1755 2007-07-16 Dan Nicolaescu <dann@ics.uci.edu>
1756
1757 * vc-hg.el (vc-hg-state): Handle removed files.
1758 (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
1759 (vc-hg-checkout): Re-enable.
1760
1761 2007-07-15 Richard Stallman <rms@gnu.org>
1762
1763 * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
1764
1765 * tutorial.el (tutorial--find-changed-keys):
1766 Handle C-x specially like ESC.
1767
1768 2007-07-15 Roland McGrath <roland@frob.com>
1769
1770 * add-log.el (add-change-log-entry): Check add-log-full-name
1771 and add-log-mailing-address later, after change-log-mode-hook.
1772
1773 2007-07-15 Richard Stallman <rms@gnu.org>
1774
1775 * isearch.el (isearch-mode, isearch-done):
1776 Delete unintended code in previous change.
1777
1778 * ps-print.el (ps-default-bg): Change to White.
1779
1780 2007-07-15 Aaron Hawley <aaronh@garden.org>
1781
1782 * tar-mode.el (tar-get-descriptor): No error for zero-length file.
1783
1784 2007-07-15 Martin Rudalics <rudalics@gmx.at>
1785
1786 * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
1787 when handling the terminating event.
1788
1789 2007-07-15 Jeff Miller <jmiller@cablespeed.com> (tiny change)
1790
1791 * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
1792
1793 2007-07-13 Eli Zaretskii <eliz@gnu.org>
1794
1795 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
1796 (install): Use them to copy all *.el files before *.elc.
1797
1798 2007-07-13 Dan Nicolaescu <dann@ics.uci.edu>
1799
1800 * replace.el (match): Use yellow1 instead of yellow.
1801
1802 * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of red.
1803
1804 * pcvs-info.el (cvs-unknown): Likewise.
1805
1806 2007-07-12 Davis Herring <herring@lanl.gov>
1807
1808 * desktop.el (desktop-buffer-info, desktop-save):
1809 Use `desktop-dirname' instead of `dirname'.
1810
1811 2007-07-10 Jim Meyering <jim@meyering.net> (tiny change)
1812
1813 * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
1814
1815 * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
1816
1817 2007-07-10 Richard Stallman <rms@gnu.org>
1818
1819 * emacs-lisp/lisp-mode.el (eval-defun):
1820 Explain special handling of `defface'.
1821
1822 2007-07-09 Richard Stallman <rms@gnu.org>
1823
1824 * isearch.el (isearch-edit-string): Call to isearch-push-state
1825 after the search.
1826
1827 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
1828
1829 * cus-start.el (file-coding-system-alist): Fix custom type.
1830
1831 2007-07-08 Chong Yidong <cyd@stupidchicken.com>
1832
1833 * longlines.el (longlines-wrap-region): Avoid marking buffer as
1834 modified.
1835 (longlines-auto-wrap, longlines-window-change-function):
1836 Remove unnecessary calls to set-buffer-modified-p.
1837
1838 2007-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
1839
1840 * vc.el (vc-default-log-view-mode): New function.
1841 (vc-print-log): Add new `log-view-mode' VC operation.
1842
1843 2007-07-08 Nick Roberts <nickrob@snap.net.nz>
1844
1845 * pcvs-util.el (cvs-strings->string, cvs-string->strings):
1846 Rename and move to...
1847
1848 * subr.el (strings->string, string->strings): ...here.
1849
1850 * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
1851 (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
1852
1853 * progmodes/gud.el (gud-common-init): Call string->strings instead
1854 of split-string.
1855
1856 2007-07-07 Eli Zaretskii <eliz@gnu.org>
1857
1858 * term/w32-win.el (menu-bar-open): New function.
1859 Bind <f10> to it.
1860
1861 2007-07-07 Dan Nicolaescu <dann@ics.uci.edu>
1862
1863 * log-view.el (log-view-mode-menu): New menu.
1864
1865 2007-07-06 Dan Nicolaescu <dann@ics.uci.edu>
1866
1867 * vc-hg.el: New file.
1868
1869 2007-07-06 Andreas Schwab <schwab@suse.de>
1870
1871 * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
1872 dynamic bindings around the evaluation of the expression.
1873 Reported by Jay Belanger <jay.p.belanger@gmail.com>.
1874
1875 2007-07-03 Dan Nicolaescu <dann@ics.uci.edu>
1876
1877 * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
1878 file names.
1879
1880 2007-07-02 Martin Rudalics <rudalics@gmx.at>
1881
1882 * help-mode.el (help-make-xrefs): Skip spaces too when skipping tabs.
1883
1884 * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
1885 event is not a cons cell. Do not unread drag-mouse-1 events.
1886 Select right window in check whether space was stolen from
1887 window above.
1888
1889 2007-07-01 Richard Stallman <rms@gnu.org>
1890
1891 * files.el (find-file-visit-truename): Fix safe-local-variable value.
1892
1893 2007-06-29 Juanma Barranquero <lekktu@gmail.com>
1894
1895 * generic-x.el (generic-define-mswindows-modes)
1896 (generic-define-unix-modes, apache-log-generic-mode)
1897 (bat-generic-mode-keymap, java-manifest-generic-mode)
1898 (show-tabs-generic-mode): Fix typos in docstrings.
1899
1900 2007-06-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1901
1902 * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
1903 replace-regexp-in-string.
1904
1905 2007-06-28 Andreas Schwab <schwab@suse.de>
1906
1907 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
1908 $(lisp)/subdirs.el.
1909
1910 2007-06-28 Juanma Barranquero <lekktu@gmail.com>
1911
1912 * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
1913 the speedbar frame if nil; that deletes the current frame or
1914 causes an error if it is the only frame.
1915 Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
1916
1917 2007-06-24 Juanma Barranquero <lekktu@gmail.com>
1918
1919 * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
1920 directory where the desktop file was found, as the docstring says.
1921 (desktop-kill): Use `read-directory-name'.
1922
1923 * desktop.el (desktop-load-locked-desktop): New option.
1924 (desktop-read): Use it.
1925 (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
1926 Use `when'.
1927
1928 2007-06-24 Davis Herring <herring@lanl.gov>
1929
1930 * desktop.el (desktop-save-mode-off): New function.
1931 (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
1932 (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
1933 (desktop-claim-lock, desktop-release-lock): New functions.
1934 (desktop-kill): Tell `desktop-save' that this is the last save.
1935 Release the lock afterwards.
1936 (desktop-buffer-info): New function.
1937 (desktop-save): Use it. Run `desktop-save-hook' where the doc
1938 says to. Detect conflicts, and manage the lock.
1939 (desktop-read): Detect conflicts. Manage the lock.
1940
1941 2007-06-23 Eli Zaretskii <eliz@gnu.org>
1942
1943 * ls-lisp.el (insert-directory): If an invalid regexp error is
1944 thrown, try using FILE as a literal file name, not a wildcard.
1945 Check for FILE as an existing file, not just a directory.
1946
1947 2007-06-23 Juanma Barranquero <lekktu@gmail.com>
1948
1949 * ruler-mode.el (ruler-mode): Prevent clobbering the original
1950 `header-line-format' when reentering ruler mode.
1951
1952 2007-06-23 Eli Zaretskii <eliz@gnu.org>
1953
1954 * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
1955 FILE exists as a directory.
1956
1957 2007-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
1958
1959 * progmodes/vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
1960 (vera-font-lock-match-item): Fix doc string.
1961 (vera-in-comment-p): Remove unused function.
1962 (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
1963 use `syntax-ppss'.
1964 (vera-forward-syntactic-ws): Fix argument order.
1965 (vera-prepare-search): Use `with-syntax-table'.
1966 (vera-indent-line): Fix doc string.
1967 (vera-electric-tab): Fix doc string.
1968 (vera-expand-abbrev): Define alias instead of using `fset'.
1969 (vera-comment-uncomment-region): Use `comment-start-skip'.
1970
1971 2007-06-20 Reto Zimmermann <reto@gnu.org>
1972
1973 * progmodes/vera-mode.el: New file.
1974
1975 2007-06-20 Juanma Barranquero <lekktu@gmail.com>
1976
1977 * ido.el (ido-find-file-in-dir): Don't signal an error for
1978 empty directories.
1979
1980 2007-06-18 Alan Mackenzie <acm@muc.de>
1981
1982 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
1983 When removing lines, also remove the \n. Correction of patch of
1984 2007-04-21.
1985
1986 2007-06-17 Glenn Morris <rgm@gnu.org>
1987
1988 * lpr.el (lpr-page-header-switches): Move %s to separate element
1989 for correct quoting. Doc fix.
1990
1991 2007-06-13 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
1992
1993 * term/xterm.el (terminal-init-xterm): Escape parens in character
1994 constants.
1995
1996 2007-06-12 Ralf Angeli <angeli@caeruleus.net>
1997
1998 * scroll-lock.el (scroll-lock-mode): Doc fix.
1999
2000 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
2001
2002 * font-lock.el (font-lock-add-keywords): In case font-lock was only
2003 half-activated, forcefully activate it completely.
2004
2005 2007-06-11 Richard Stallman <rms@gnu.org>
2006
2007 * cus-edit.el (custom-variable-type): Doc fix.
2008
2009 2007-06-09 Alfred M. Szmidt <ams@gnu.org> (tiny change)
2010
2011 * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
2012
2013 2007-06-09 Davis Herring <herring@lanl.gov>
2014
2015 * desktop.el (desktop-minor-mode-table): Doc fix.
2016
2017 2007-06-08 Chong Yidong <cyd@stupidchicken.com>
2018
2019 * image-mode.el (image-forward-hscroll, image-backward-hscroll)
2020 (image-next-line, image-previous-line, image-scroll-up)
2021 (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
2022 New functions.
2023 (image-mode-map): Remap motion commands.
2024 (image-mode-text-map): New keymap for viewing images as text.
2025 (image-mode): Use image-mode-map.
2026 (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
2027
2028 2007-06-07 Michael Albinus <michael.albinus@gmx.de>
2029
2030 Sync with Tramp 2.0.56.
2031
2032 * net/tramp.el:
2033 * net/tramp-ftp.el:
2034 * net/tramp-smb.el:
2035 * net/tramp-util.el:
2036 * net/tramp-vc.el:
2037 Don't load cl.el, because that pollutes the namespace. Replace cl
2038 macros by their implementations where necessary. Requested by
2039 Richard Stallman <rms@gnu.org>.
2040
2041 * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
2042 doesn't exist.
2043 (with-parsed-tramp-file-name): Protect debug spec during compilation.
2044 (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
2045 (tramp-file-name-p, tramp-file-name-multi-method)
2046 (tramp-file-name-method, tramp-file-name-user)
2047 (tramp-file-name-host, tramp-file-name-localname): New defuns,
2048 replacing defstruct `tramp-file-name'.
2049 (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
2050 (tramp-dissect-file-name, tramp-dissect-multi-file-name):
2051 Apply `vector' instead of `make-tramp-file-name'.
2052 (tramp-handle-make-auto-save-file-name):
2053 Apply `tramp-temporary-file-directory' for compatibility reasons.
2054 (tramp-completion-mode): Use `natnump' instead of `wholenump'
2055 because of XEmacs.
2056 (tramp-completion-mode): `last-input-event' is nil when XEmacs is
2057 started.
2058
2059 2007-06-07 David Kastrup <dak@gnu.org>
2060
2061 * dired.el (dired-recursive-deletes, dired-recursive-copies):
2062 Change default to `top'.
2063
2064 2007-06-07 Chong Yidong <cyd@stupidchicken.com>
2065
2066 * dired.el (dired-mode-map): Remove spurious separator.
2067
2068 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
2069
2070 * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
2071
2072 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
2073 * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
2074
2075 2007-06-07 Alfred M. Szmidt <ams@gnu.org> (tiny change)
2076
2077 * mail/rmailsum.el (rmail-summary-save-buffer): New command.
2078 (rmail-summary-mode-map): Add rmail-summary-save-buffer.
2079
2080 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
2081
2082 * progmodes/ebrowse.el (ebrowse-member-table):
2083 * textmodes/org.el (org-export-ascii-bullets): Fix typos in docstrings.
2084
2085 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
2086
2087 * pgg.el (pgg-sign-region, pgg-sign):
2088 * ses.el (ses-call-printer):
2089 * calendar/icalendar.el (icalendar--diarytime-to-isotime):
2090 * textmodes/org.el (org-cycle): Fix typos in docstrings.
2091
2092 2007-06-06 Eli Zaretskii <eliz@gnu.org>
2093
2094 * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
2095 (tar-get-descriptor): Handle type 55, an extended pax header.
2096
2097 2007-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
2098
2099 * textmodes/css-mode.el: New file.
2100
2101 2007-06-06 Michael Albinus <michael.albinus@gmx.de>
2102
2103 * net/socks.el: New file, taken from w3 repository.
2104 (top): Update Copyright. Don't load cl.el.
2105 (all): Replace `case' by `cond', `string-to-int' by
2106 `string-to-number', and `process-kill-without-query' by
2107 `set-process-query-on-exit-flag'.
2108 (socks-char-int): Remove defalias and all occurrences.
2109
2110 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
2111
2112 * international/mule-cmds.el (toggle-enable-multibyte-characters)
2113 (sort-coding-systems, search-unencodable-char): Doc fixes.
2114 (coding-system-change-eol-conversion, set-default-coding-systems)
2115 (prefer-coding-system, find-multibyte-characters, princ-list)
2116 (leim-list-entry-regexp, set-input-method, locale-language-names)
2117 (input-method-exit-on-first-char, exit-language-environment-hook)
2118 (locale-charset-language-names): Fix typos in docstrings.
2119
2120 2007-06-05 Juanma Barranquero <lekktu@gmail.com>
2121
2122 * bs.el (bs-cycle-previous): Don't modify the cycle list until
2123 `switch-to-buffer' has returned succesfully.
2124 (bs-cycle-next): Ditto. Also, don't bury the buffer when the
2125 window is dedicated (it could iconify the frame).
2126
2127 2007-06-05 Glenn Morris <rgm@gnu.org>
2128
2129 * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
2130
2131 2007-06-05 Chong Yidong <cyd@stupidchicken.com>
2132
2133 * files.el (auto-mode-alist): Add lower-priority match for names
2134 like ChangeLog.old.
2135
2136 2007-06-04 Andreas Schwab <schwab@suse.de>
2137
2138 * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
2139
2140 2007-06-04 Davis Herring <herring@lanl.gov>
2141
2142 * calendar/timeclock.el: Update version number.
2143 (timeclock-modeline-display): Mention timeclock-use-display-time
2144 in explanatory message.
2145 (timeclock-log): Suppress warnings when finding the log.
2146 Don't check for a nil project twice. Run hooks after killing the
2147 buffer (if applicable).
2148 (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
2149 was geometric). All uses changed.
2150 (timeclock-generate-report): Support prefix argument.
2151
2152 2007-06-04 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
2153
2154 * man.el (Man-next-section): Don't consider the last line of the
2155 page as being part of any section.
2156
2157 2007-06-04 Martin Rudalics <rudalics@gmx.at>
2158
2159 * hilit-chg.el (highlight-changes-rotate-faces): Don't set
2160 modified flag of buffer. Use `inhibit-modification-hooks'.
2161
2162 2007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
2163
2164 * mail/mail-extr.el (mail-extract-address-components):
2165 Recognize non-ASCII characters except for NBSP as words.
2166
2167 2007-06-04 Ryan Yeske <rcyeske@gmail.com>
2168
2169 * net/webjump.el (webjump-sample-sites): Add Wikipedia query.
2170
2171 2007-06-04 Michael Olson <mwolson@gnu.org>
2172
2173 * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
2174 died and we are trying to send a signal to it.
2175
2176 2007-06-04 Juanma Barranquero <lekktu@gmail.com>
2177
2178 * emacs-lisp/easy-mmode.el (define-minor-mode)
2179 (easy-mmode-define-navigation): Fix typos in docstrings.
2180
2181 * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
2182 Fix typos in docstrings.
2183 (compilation-search-path, compilation-buffer-name-function): Doc fixes.
2184 (compilation-finish-function): Fix typo in obsolescence declaration.
2185
2186 * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
2187
2188 2007-06-04 Chong Yidong <cyd@stupidchicken.com>
2189
2190 * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
2191 (magic-fallback-mode-alist): Add image-type-auto-detected-p.
2192
2193 * image.el (image-type-auto-detected-p): Don't scan auto-mode-alist.
2194
2195 * longlines.el (longlines-mode): Make longlines-auto-wrap
2196 buffer-local. Add hooks unconditionally.
2197 (longlines-auto-wrap): Toggle wrapping.
2198 (longlines-after-change-function)
2199 (longlines-post-command-function): Check longlines-auto-wrap.
2200
2201 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
2202
2203 * Version 22.1 released.
2204
2205 2007-06-01 Chong Yidong <cyd@stupidchicken.com>
2206
2207 * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
2208 changes.
2209
2210 2007-05-31 Richard Stallman <rms@gnu.org>
2211
2212 * dired.el (dired-do-delete, dired-do-flagged-delete): Doc fixes.
2213
2214 2007-05-29 Martin Rudalics <rudalics@gmx.at>
2215
2216 * textmodes/table.el (table--point-entered-cell-function)
2217 (table--point-left-cell-function):
2218 Bind `inhibit-point-motion-hooks' to t.
2219
2220 2007-05-29 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
2221
2222 * emacs-lisp/rx.el (rx): Doc fix.
2223
2224 2007-05-28 Chong Yidong <cyd@stupidchicken.com>
2225
2226 * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
2227
2228 2007-05-27 Tetsurou Okazaki <okazaki@be.to> (tiny change)
2229
2230 * log-edit.el (log-edit-changelog-paragraph): Return point-max
2231 as the end of the ChangeLog paragraph when it ends without a line
2232 termination.
2233
2234 2007-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
2235
2236 * textmodes/fill.el (canonically-space-region): Make the second arg
2237 a marker if it's not already the case.
2238
2239 * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
2240 (xterm-mouse-event): Use it.
2241
2242 2007-05-25 Miles Bader <miles@fencepost.gnu.org>
2243
2244 * vc-hooks.el (vc-find-root): Fix file attribute test.
2245
2246 2007-05-24 Richard Stallman <rms@gnu.org>
2247
2248 * textmodes/flyspell.el (flyspell-correct-word-before-point):
2249 Don't let opoint be nil.
2250 (flyspell-emacs-popup): Explicit error if no dialogs.
2251
2252 2007-05-23 Eli Zaretskii <eliz@gnu.org>
2253
2254 * tar-mode.el (tar-file-name-handler): New function.
2255 (tar-extract): Bind file-name-handler-alist to it to force
2256 find-buffer-file-type-coding-system behave as if the file being
2257 extracted existed. Use last-coding-system-used to force
2258 buffer-file-coding-system to what decode-coding-region actually
2259 used to decode the file.
2260
2261 2007-05-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
2262
2263 * progmodes/compile.el (compilation-handle-exit):
2264 `compilation-finish-function' may change the current buffer.
2265
2266 2007-05-22 Richard Stallman <rms@gnu.org>
2267
2268 * files.el (set-auto-mode): Doc fix.
2269
2270 2007-05-22 Eli Zaretskii <eliz@gnu.org>
2271
2272 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
2273
2274 2007-05-21 Trent Buck <trentbuck@gmail.com> (tiny change)
2275
2276 * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
2277 (rcirc-print): Handle `window-width'.
2278 (rcirc-buffer-maximum-lines): Doc fix.
2279
2280 2007-05-19 Kevin Ryde <user42@zip.com.au>
2281
2282 * info.el (Info-fontify-node): Match https also.
2283
2284 2007-05-18 Richard Stallman <rms@gnu.org>
2285
2286 * simple.el (push-mark): Doc fix.
2287
2288 2007-05-18 Rob Riepel <riepel@Stanford.EDU>
2289
2290 * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
2291 tpu-global-map.
2292 (tpu-original-global-map): Delete variable.
2293 (tpu-control-keys-map): New keymap variable.
2294 (tpu-set-control-keys): Use tpu-reset-control-keys rather than
2295 setting keymapping directly.
2296 (tpu-reset-control-keys): Use tpu-control-keys-map instead of
2297 tpu-global-map.
2298 (tpu-edt-on): Activate the tpu-global-map.
2299 (tpu-edt-off): Deactivate the tpu-global-map.
2300
2301 2007-05-18 Ryan Yeske <rcyeske@gmail.com>
2302
2303 * textmodes/ispell.el (ispell-get-word): Return markers
2304 for start and end positions.
2305 (ispell-word): Assume END is a marker.
2306
2307 2007-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2308
2309 * ps-print.el: Use default color when foreground or background color
2310 are unspecified. Reported by Leo <sdl.web@gmail.com>.
2311 (ps-print-version): New version 6.7.4.
2312 (ps-rgb-color): New argument. Use default color when color is
2313 unspecified.
2314 (ps-begin-job): Fix code.
2315
2316 2007-05-17 Martin Rudalics <rudalics@gmx.at>
2317
2318 * textmodes/ispell.el (ispell-start-process): Defend against bad
2319 default-directory.
2320
2321 2007-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
2322
2323 * vc-hooks.el (vc-find-root): Stop searching when the user changes.
2324
2325 2007-05-16 Richard Stallman <rms@gnu.org>
2326
2327 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
2328
2329 2007-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
2330
2331 * files.el (magic-mode-alist, magic-fallback-mode-alist):
2332 Move the *ml, Postscript, and XmCD entries to the fallback part.
2333
2334 * files.el (magic-fallback-mode-alist):
2335 Rename from file-start-mode-alist.
2336
2337 2007-05-16 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
2338
2339 * progmodes/compile.el (compilation-handle-exit): Quote first
2340 argument of `run-hook-with-args'.
2341
2342 2007-05-16 Juanma Barranquero <lekktu@gmail.com>
2343
2344 * buff-menu.el (Buffer-menu-sort-column):
2345 * dabbrev.el (dabbrev-upcase-means-case-search):
2346 * dired.el (dired-recursive-deletes, dired-recursive-copies):
2347 * info.el (Info-current-subfile):
2348 * ls-lisp.el (ls-lisp-verbosity):
2349 * msb.el (msb-menu-cond):
2350 * pcvs.el (cvs-dired-use-hook):
2351 * simple.el (set-mark-command-repeat-pop):
2352 * time.el (display-time-24hr-format, display-time-mail-file):
2353 Doc fixes.
2354
2355 * tutorial.el (get-lang-string, tutorial--find-changed-keys):
2356 * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
2357
2358 * view.el (view-inhibit-help-message): Fix typo in docstring.
2359 (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
2360
2361 2007-05-14 Eli Zaretskii <eliz@gnu.org>
2362
2363 * mail/rmail.el (rmail-convert-to-babyl-format):
2364 Check content-transfer-encoding _last_, because we need its position
2365 in base64-header-field-end.
2366
2367 2007-05-14 Juanma Barranquero <lekktu@gmail.com>
2368
2369 * files.el (mode-require-final-newline, require-final-newline)
2370 (enable-local-variables, enable-local-eval): Doc fixes.
2371
2372 2007-05-10 Edward O'Connor <hober0@gmail.com> (tiny change)
2373
2374 * progmodes/python.el (python-font-lock-keywords)
2375 (python-open-block-statement-p, python-mode): Add support for the new
2376 "with" keyword.
2377
2378 2007-05-10 Richard Stallman <rms@gnu.org>
2379
2380 * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
2381 (iso-cvt-write-only): Likewise.
2382
2383 * emacs-lisp/easy-mmode.el (define-minor-mode):
2384 Fix generated doc string.
2385
2386 * startup.el (fancy-splash-text): Add URL of guided tour.
2387 Adjust horizontal and vertical whitespace.
2388
2389 * progmodes/compile.el (compilation-handle-exit):
2390 Use run-hook-with-args to run compilation-finish-functions.
2391
2392 * files.el (file-start-mode-alist): New variable.
2393 (magic-mode-regexp-match-limit): Doc fix.
2394 (set-auto-mode): Handle file-start-mode-alist.
2395 A little cleanup of structure.
2396
2397 2007-05-10 Davis Herring <herring@lanl.gov>
2398
2399 * calendar/timeclock.el (timeclock-in): Fix non-interactive
2400 workday specifications.
2401 (timeclock-log): Don't kill the log buffer if it already existed.
2402
2403 2007-05-08 Richard Stallman <rms@gnu.org>
2404
2405 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
2406 Don't include non-self-insert commands in the exception for `-'.
2407
2408 2007-05-08 David Reitter <david.reitter@gmail.com>
2409
2410 * progmodes/python.el (python-guess-indent): Check non-nullness
2411 before comparing indent against the 2..8 interval.
2412
2413 2007-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2414
2415 * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
2416 available.
2417
2418 2007-05-06 Richard Stallman <rms@gnu.org>
2419
2420 * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
2421
2422 2007-05-03 Ryan Yeske <rcyeske@gmail.com>
2423
2424 * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
2425 disconnections.
2426
2427 2007-05-01 Romain Francoise <romain@orebokech.com>
2428
2429 * dired-x.el: Revert 2007-04-06 change.
2430
2431 2007-04-30 Nick Roberts <nickrob@snap.net.nz>
2432
2433 * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
2434 don't put stop on toolbar.
2435
2436 2007-04-29 Stephen Berman <Stephen.Berman@gmx.net>
2437
2438 * find-dired.el (find-dired-filter): Propertize all text down to eob.
2439
2440 2007-04-29 Richard Stallman <rms@gnu.org>
2441
2442 * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
2443
2444 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
2445
2446 * progmodes/cc-mode.el (c-before-change): Use point-min rather
2447 than 1.
2448
2449 2007-04-28 Richard Stallman <rms@gnu.org>
2450
2451 * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
2452
2453 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
2454
2455 * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
2456
2457 2007-04-28 Eli Zaretskii <eliz@gnu.org>
2458
2459 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
2460 instead of $(lisp)/mh-e.
2461
2462 * textmodes/fill.el (fill-paragraph): Doc fix.
2463
2464 2007-04-28 Glenn Morris <rgm@gnu.org>
2465
2466 * image-dired.el (image-dired-cmd-create-thumbnail-options)
2467 (image-dired-cmd-create-temp-image-options): Replace option
2468 +profile "*" with -strip.
2469
2470 2007-04-27 Chong Yidong <cyd@stupidchicken.com>
2471
2472 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
2473 Use window-start and window-end.
2474
2475 2007-04-26 Glenn Morris <rgm@gnu.org>
2476
2477 * progmodes/python.el: Restore file pending consideration of legal
2478 status.
2479
2480 2007-04-26 Luc Teirlinck <teirllm@dms.auburn.edu>
2481
2482 * locate.el (locate-in-alternate-database): Doc fix.
2483
2484 2007-04-26 Glenn Morris <rgm@gnu.org>
2485
2486 * button.el (button): Use underline if supported, else fall back
2487 to color.
2488
2489 2007-04-25 Richard Stallman <rms@gnu.org>
2490
2491 * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
2492
2493 2007-04-25 J.D. Smith <jdsmith@as.arizona.edu>
2494
2495 * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
2496 (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
2497 pushing mark.
2498 (idlwave-current-routine): Don't push mark.
2499
2500 2007-04-25 Mathias Dahl <mathias.dahl@gmail.com>
2501
2502 * image-dired.el (image-dired-display-image): Derive image-type from
2503 filename rather than assuming jpeg, in case no resizing was needed.
2504
2505 2007-04-25 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
2506
2507 * custom.el (defface): Doc fix.
2508
2509 2007-04-24 Chong Yidong <cyd@stupidchicken.com>
2510
2511 * progmodes/python.el: Remove due to unclear legal issues.
2512
2513 2007-04-24 J.D. Smith <jdsmith@as.arizona.edu>
2514
2515 * progmodes/idlw-shell.el (idlwave-shell-clear-all-bp):
2516 Don't re-query for each cleared BP.
2517 (idlwave-shell-clear-bp): Optionally skip BP query.
2518 (idlwave-shell-update-bp-overlays): Use set-window-margins instead
2519 of set-window-buffer, which incorrectly moves displayed region.
2520
2521 2007-04-23 Jay Belanger <jay.p.belanger@gmail.com>
2522
2523 * calc/calc.el (calc-bug-address): Update maintainer's address.
2524 * calc/*: Update maintainer's address.
2525
2526 2007-04-23 Richard Stallman <rms@gnu.org>
2527
2528 * simple.el (set-mark-command-repeat-pop): Doc fix.
2529 Put in `editing-basics' group.
2530
2531 2007-04-23 Chong Yidong <cyd@stupidchicken.com>
2532
2533 * info.el (Info-mouse-scroll-up, Info-mouse-scroll-down):
2534 New functions.
2535 (Info-mode-line-node-keymap): Bind mouse commands to
2536 Info-mouse-scroll-up/down instead of Info-scroll-up/down.
2537
2538 2007-04-23 Luc Teirlinck <teirllm@auburn.edu>
2539
2540 * locate.el (locate-local-prompt): New var.
2541 (locate-prompt-for-command): Doc fix.
2542 (locate-prompt-for-search-string): New function.
2543 (locate): New optional arg. Make locate-local-prompt
2544 buffer-local. Use locate-prompt-for-search-string.
2545 (locate-with-filter): New optional arg.
2546 Use locate-prompt-for-search-string.
2547 (locate-update): Bind locate-prompt-for-command.
2548
2549 2007-04-23 Glenn Morris <rgm@gnu.org>
2550
2551 * files.el (magic-mode-alist): `<!DOCTYPE HTML' in html-mode.
2552
2553 2007-04-23 Nick Roberts <nickrob@snap.net.nz>
2554
2555 * button.el (button): Inherit from link face on a tty.
2556
2557 2007-04-23 Glenn Morris <rgm@gnu.org>
2558
2559 * button.el (button): Use color for this face on a tty.
2560
2561 * files.el (magic-mode-alist): Allow for carriage-returns in
2562 html-mode and sgml-mode entries.
2563
2564 2007-04-22 Richard Stallman <rms@gnu.org>
2565
2566 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
2567 Improve doc string of generated command.
2568
2569 * subr.el (read-number): Catch errors.
2570
2571 * hi-lock.el (hi-lock-file-patterns-policy): Doc fix.
2572
2573 2007-04-22 Chong Yidong <cyd@stupidchicken.com>
2574
2575 * image-dired.el: Rename from thumbnails.el. All instances of
2576 "thumbnails" replaced with "image-dired".
2577
2578 * dired.el (dired-mode-map): Rename "thumbnails" again, to
2579 "image-dired".
2580
2581 2007-04-22 Kim F. Storm <storm@cua.dk>
2582
2583 * ido.el (ido-kill-buffer-at-head, ido-delete-file-at-head):
2584 Don't use kill-line.
2585
2586 2007-04-22 Nick Roberts <nickrob@snap.net.nz>
2587
2588 * t-mouse.el (t-mouse-make-event): Pass on mev's more informative
2589 error message.
2590
2591 2007-04-22 Chong Yidong <cyd@stupidchicken.com>
2592
2593 * dired.el: Rename "tumme" to "thumbnails".
2594
2595 * thumbnails.el: Rename from tumme.el. All instances of "tumme"
2596 replaced with "thumbnails".
2597
2598 2007-04-22 Glenn Morris <rgm@gnu.org>
2599
2600 * hi-lock.el (hi-lock-file-patterns-policy): Make it a defcustom,
2601 and give it the risky-local-variable property.
2602
2603 * textmodes/flyspell.el (flyspell-define-abbrev): Downcase abbrev
2604 before defining it.
2605
2606 2007-04-21 Martin Rudalics <rudalics@gmx.at>
2607
2608 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
2609 Use delete-region instead of kill-line.
2610
2611 2007-04-21 Alan Mackenzie <acm@muc.de>
2612
2613 * progmodes/cc-cmds.el (c-electric-slash): Replace wrong use of
2614 `kill-region' by `delete-region'.
2615
2616 2007-04-21 Chong Yidong <cyd@stupidchicken.com>
2617
2618 * progmodes/perl-mode.el (perl-indent-command): Use delete-region
2619 instead of kill-region.
2620
2621 * progmodes/mantemp.el (mantemp-make-mantemps-region)
2622 (mantemp-insert-cxx-syntax, mantemp-sort-and-unique-lines)
2623 (mantemp-remove-memfuncs): Use delete-region instead of kill-word
2624 and kill-line.
2625
2626 * progmodes/vhdl-mode.el (vhdl-template-type)
2627 (vhdl-template-record, vhdl-template-nature)
2628 (vhdl-template-configuration-spec, vhdl-template-component-inst)
2629 (vhdl-template-break, vhdl-regress-line, vhdl-electric-tab):
2630 Use delete-region instead of kill-word and kill-line.
2631
2632 2007-04-21 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
2633
2634 * dired-x.el (dired-virtual-mode): Doc fix.
2635
2636 2007-04-21 Richard Stallman <rms@gnu.org>
2637
2638 * font-lock.el (font-lock-keywords-alist): Mark as risky.
2639
2640 * subr.el (read-number): Doc fix.
2641
2642 * simple.el (pop-to-mark-command): Display message "mark popped"
2643 if point does not move.
2644 (set-mark-command): Doc fix.
2645
2646 2007-04-21 Luc Teirlinck <teirllm@auburn.edu>
2647
2648 * locate.el: Revert 2006-09-09 and 2007-04-20 changes.
2649 (locate-local-filter, locate-local-search): New vars.
2650 (locate): Make variables local.
2651 (locate-update): Bind locate-buffer-name. Call locate using
2652 locate-local-filter and locate-local-search.
2653
2654 2007-04-20 David Koppelman <koppel@ece.lsu.edu>
2655
2656 * hi-lock.el (hi-lock-file-patterns-policy): New var.
2657 (hi-lock-find-patterns): Use hi-lock-file-patterns-policy.
2658 (hi-lock-mode): Update docstring.
2659
2660 2007-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
2661
2662 * textmodes/fill.el (fill-move-to-break-point): Don't inhibit
2663 fill-nobreak-predicate when the break is past fill-column.
2664
2665 2007-04-20 Francesco Potort\e,Al\e(B <pot@gnu.org>
2666
2667 * locate.el (locate): Output from shell-command should go in the
2668 current buffer rather than *Shell Command Output*.
2669
2670 2007-04-20 Chong Yidong <cyd@stupidchicken.com>
2671
2672 * paren.el (show-paren-function): Fix last fix.
2673
2674 2007-04-19 Kevin Ryde <user42@zip.com.au>
2675
2676 * arc-mode.el (archive-find-type): lzh-exe for lzh self-extracting exe.
2677 (archive-lzh-summarize): Add optional start arg for where to start
2678 looking at the archive.
2679 (archive-lzh-exe-summarize, archive-lzh-exe-extract): New functions.
2680
2681 * international/mule.el (auto-coding-alist): no-conversion for .exe
2682 and .EXE.
2683
2684 2007-04-19 Alan Mackenzie <acm@muc.de>
2685
2686 * progmodes/cc-cmds.el (c-in-function-trailer-p): Fix this: when a
2687 function return type contains "struct", "union", etc.
2688 c-end-of-defun goes too far forward.
2689
2690 2007-04-19 Chong Yidong <cyd@stupidchicken.com>
2691
2692 * paren.el (show-paren-function): Reset window-start to avoid
2693 recentering.
2694
2695 2007-04-19 Glenn Morris <rgm@gnu.org>
2696
2697 * calendar/todo-mode.el: Fix typo: "threshhold" -> "threshold".
2698
2699 2007-04-18 Glenn Morris <rgm@gnu.org>
2700
2701 * calendar/diary-lib.el (diary-header-line-format): Add a custom
2702 :set function.
2703 (diary-list-entries): Only switch to diary-mode from
2704 default-major-mode (reverts 2007-03-21 change). Otherwise, if in
2705 diary-mode set header-line-format, in case of any customization.
2706
2707 2007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
2708
2709 * calendar/parse-time.el (parse-time-string-chars): Check if CHAR
2710 is less than the length of parse-time-syntax.
2711
2712 2007-04-17 David Kastrup <dak@gnu.org>
2713
2714 * replace.el (query-replace-regexp-eval): Deprecate.
2715
2716 2007-04-17 Alan Mackenzie <acm@muc.de>
2717
2718 * progmodes/cc-cmds.el (c-beginning-of-defun): With -ve arg and
2719 point too close to EOB, leave point at EOB rather than last `}'.
2720
2721 2007-04-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2722
2723 * textmodes/bibtex.el (bibtex-include-OPTkey)
2724 (bibtex-user-optional-fields, bibtex-entry-field-alist):
2725 Fix defcustom.
2726
2727 2007-04-17 Glenn Morris <rgm@gnu.org>
2728
2729 * calendar/cal-dst.el (calendar-dst-find-startend): If YEAR cannot
2730 be encoded, fall back to current year.
2731
2732 2007-04-14 Kevin Ryde <user42@zip.com.au>
2733
2734 * arc-mode.el (archive-lzh-summarize): Only apply the "downcase if
2735 all upcase" rule to OS-ID 0 "generic". Always downcase for OS-ID
2736 M "MSDOS".
2737
2738 2007-04-16 Chong Yidong <cyd@stupidchicken.com>
2739
2740 * progmodes/python.el (python-end-of-block): Avoid looping forever
2741 if python-next-statement fails.
2742
2743 2007-04-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2744
2745 * textmodes/bibtex.el (bibtex-entry-field-alist): Use defcustom.
2746
2747 2007-04-16 Dan Nicolaescu <dann@ics.uci.edu>
2748
2749 * progmodes/perl-mode.el (perl-indent-level): Mark as safe local var.
2750 * progmodes/cperl-mode.el (cperl-indent-level): Likewise.
2751
2752 2007-04-15 Jay Belanger <belanger@truman.edu>
2753
2754 * calc/calc.el (calc-version): New function.
2755 (calc-trail-mode): Shorten the title.
2756
2757 2007-04-15 Chong Yidong <cyd@stupidchicken.com>
2758
2759 * mail/footnote.el (footnote-style): Clarify docstring to state
2760 that customizing this only applies to future footnotes.
2761
2762 2007-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2763
2764 * textmodes/bibtex.el (bibtex-field-list): Use functionp.
2765 (bibtex-make-field): Check that INIT is a string. Use functionp.
2766
2767 2007-04-14 Glenn Morris <rgm@gnu.org>
2768
2769 * complete.el (PC-goto-end): New buffer-local variable.
2770 (PC-do-completion-end): Make buffer-local.
2771 (partial-completion-mode) <choose-completion-string-functions>:
2772 Do not go to the end of the minibuffer if PC-goto-end is non-nil.
2773 (PC-do-completion): New optional fourth argument GOTO-END. Add a
2774 doc string. Set PC-goto-end for choose-completion.
2775 (PC-lisp-complete-symbol): Pass non-nil GOTO-END arg to
2776 PC-do-completion.
2777
2778 * textmodes/bibtex.el (bibtex-insert-kill): Pass non-nil NODELIM
2779 arg to bibtex-make-field.
2780 (bibtex-make-field): Add optional fourth arg NODELIM.
2781 Insert delimiters around INIT unless this arg is non-nil.
2782
2783 2007-04-14 Nick Roberts <nickrob@snap.net.nz>
2784
2785 * tmm.el (tmm-get-keybind): Use copy-sequence to ensure that the
2786 global map isn't modified.
2787
2788 2007-04-14 Glenn Morris <rgm@gnu.org>
2789
2790 * calendar/appt.el (appt-disp-window): Do not split small windows.
2791 Suggested by Jeff Miller <jmiller@cablespeed.com>.
2792
2793 2007-04-13 Chong Yidong <cyd@stupidchicken.com>
2794
2795 * progmodes/compile.el (compilation-start): Revert 2007-03-25 change.
2796
2797 * files.el: Ditto.
2798
2799 2007-04-13 Juanma Barranquero <lekktu@gmail.com>
2800
2801 * cus-edit.el (minibuffer, auto-save): Fix typos in docstrings.
2802
2803 * term.el (term-buffer-maximum-size, term-exec, term-escape-char)
2804 (term-set-escape-char, term-termcap-format, term-get-old-input-default)
2805 (term-skip-prompt, term-send-string, term-send-region, term-pager-page)
2806 (term-pager-help): Fix typos in docstrings.
2807
2808 * wid-edit.el (widget-documentation): Fix typo in docstring.
2809
2810 * progmodes/ebnf2ps.el (ebnf-insert-style, ebnf-merge-style):
2811 Fix typos in error messages.
2812
2813 2007-04-13 Martin Rudalics <rudalics@gmx.at>
2814
2815 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't select
2816 window marked as dedicated.
2817
2818 * mail/footnote.el (footnote-latin-string): New variable.
2819 (footnote-latin-regexp): Redefine as regexp alternative.
2820 (Footnote-latin): Use footnote-latin-string instead of
2821 footnote-latin-regexp.
2822
2823 2007-04-13 Glenn Morris <rgm@gnu.org>
2824
2825 * tmm.el (tmm-get-keybind): Use car-safe to avoid errors with
2826 inherited keymaps.
2827
2828 2007-04-12 Chong Yidong <cyd@stupidchicken.com>
2829
2830 * outline.el (outline-get-next-sibling): Clarify docstring.
2831 (outline-get-last-sibling): Handle case where we are at the first
2832 heading. Clarify docstring.
2833
2834 2007-04-12 Nick Roberts <nickrob@snap.net.nz>
2835
2836 * progmodes/gud.el (gud-minor-mode-map): Make go button same
2837 length as stop button to lessen flicker.
2838 (jdb): Add gud-print.
2839 (gud-find-expr): Jdb prints the expression with the value, so
2840 don't insert it in the output.
2841
2842 2007-04-11 Jason Rumney <jasonr@gnu.org>
2843
2844 * dnd.el (dnd-get-local-file-name): Decode both upper and lower
2845 case hex. Do not try to decode non-hex letters.
2846
2847 2007-04-11 Markus Triska <markus.triska@gmx.at>
2848
2849 * emacs-lisp/byte-opt.el (byte-optimize-backward-char)
2850 (byte-optimize-backward-word): Remove (move to bytecomp.el).
2851 (byte-optimize-form-code-walker): Evaluate pure function calls if
2852 possible.
2853 (byte-optimize-all-constp): New function.
2854
2855 * emacs-lisp/bytecomp.el (byte-compile-char-before):
2856 Improve numeric argument case.
2857 (byte-compile-backward-char, byte-compile-backward-word):
2858 New functions, performing rewriting previously done in byte-opt.el.
2859 Fix their "Fixme" item (restriction to numeric arguments).
2860
2861 2007-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
2862
2863 * desktop.el (desktop-save, desktop-create-buffer): Replace mapcar
2864 with dolist.
2865 (after-init-hook): Don't quote lambda.
2866 (desktop-first-buffer): Don't wrap it in eval-when-compile.
2867 (desktop-internal-v2s): Remove unused var `el'.
2868 (desktop-buffer-major-mode, desktop-buffer-locals): Move out of
2869 desktop-restore-file-buffer.
2870 (desktop-buffer-ok-count, desktop-buffer-fail-count): Move out of
2871 desktop-create-buffer.
2872
2873 2007-04-10 Chong Yidong <cyd@stupidchicken.com>
2874
2875 * woman.el (woman-decode-buffer): Postpone macro-set check...
2876 (woman-decode-region): ...to here.
2877
2878 2007-04-10 Thien-Thi Nguyen <ttn@gnu.org>
2879
2880 * startup.el (tty-handle-args): Use %S to log ARGS.
2881
2882 2007-04-10 Glenn Morris <rgm@gnu.org>
2883
2884 * dframe.el (dframe-frame-mode): Do not set auto-show-mode, since
2885 it is obsolete and has no effect.
2886
2887 * dos-w32.el (default-buffer-file-type): Add defvar to quieten
2888 byte-compiler.
2889
2890 * progmodes/cperl-mode.el (cperl-mode): Remove unnecessary call to
2891 obsolete function make-local-hook.
2892
2893 * progmodes/dcl-mode.el (top-level): Move (require 'tempo) to
2894 start to quieten byte-compiler.
2895
2896 2007-04-10 Markus Triska <markus.triska@gmx.at>
2897
2898 * emacs-lisp/byte-opt.el (byte-optimize-char-before): Remove (move
2899 to bytecomp.el as byte-compile-char-before).
2900 * emacs-lisp/bytecomp.el (byte-compile-char-before):
2901 New function (modified replacement for byte-optimize-char-before in
2902 byte-opt.el).
2903
2904 2007-04-09 Alan Mackenzie <acm@muc.de>
2905
2906 * startup.el (inhibit-splash-screen): Emphatically state that it
2907 can't be set in site-start.el.
2908
2909 2007-04-09 Masatake YAMATO <jet@gyve.org>
2910
2911 * progmodes/cc-subword.el (c-capitalize-subword): More closely
2912 mimic the behavior of `capitalize-word'. Do not move point with a
2913 negative argument. Based on tiny change by Paul Curry.
2914
2915 2007-04-09 Paul Curry <dashteacup@gmail.com> (tiny change)
2916
2917 * progmodes/cc-subword.el (c-downcase-subword, c-upcase-subword):
2918 Don't move point if ARG is negative.
2919
2920 2007-04-09 Alan Mackenzie <acm@muc.de>
2921
2922 Changes to make `narrow-to-defun' and `mark-defun' work properly
2923 in CC Mode:
2924
2925 * progmodes/cc-defs.el (c-beginning-of-defun-1):
2926 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
2927 Bind beginning/end-of-defun-function to nil around calls to
2928 beginning/end-of-defun.
2929
2930 * progmodes/cc-langs.el (beginning-of-defun-function)
2931 (end-of-defun-function): New c-lang-setvar's.
2932
2933 * progmodes/cc-awk.el (c-awk-beginning-of-defun): Add "(or arg
2934 (setq arg 1))" to enable non-interactive call.
2935
2936 2007-04-09 Eli Zaretskii <eliz@gnu.org>
2937
2938 * simple.el (set-mark-command): Doc fix.
2939
2940 2007-04-09 Nick Roberts <nickrob@snap.net.nz>
2941
2942 * progmodes/gud.el (gdb): Restore existing session if user
2943 tries to start a second one in graphical mode.
2944
2945 2007-04-08 Martin Rudalics <rudalics@gmx.at>
2946
2947 * cus-start.el <scroll-preserve-screen-position>: Add choices.
2948
2949 2007-04-08 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
2950
2951 * term/xterm.el (terminal-init-xterm): Fix key definitions.
2952 Add binding for C-M-SPC.
2953
2954 2007-04-08 Richard Stallman <rms@gnu.org>
2955
2956 * pcomplete.el (pcomplete-read-event): One single definition,
2957 and not a defsubst.
2958
2959 2007-04-08 Chong Yidong <cyd@stupidchicken.com>
2960
2961 * progmodes/cc-cmds.el (c-end-of-defun): Tidy up, to eliminate
2962 byte-compiler warning "value unused".
2963
2964 2007-04-08 Andreas Schwab <schwab@suse.de>
2965
2966 * term/xterm.el (terminal-init-xterm): Add bindings for keypad keys.
2967
2968 2007-04-07 Glenn Morris <rgm@gnu.org>
2969
2970 * calendar/calendar.el (diary-font-lock-keywords, diary-live-p):
2971 Autoload these functions.
2972 (diary-date-forms): Add a custom :set form.
2973
2974 * calendar/diary-lib.el (diary-set-maybe-redraw): Move definition
2975 before first use.
2976 (diary-font-lock-keywords): New function with old code for
2977 initialization of variable of same name.
2978
2979 2007-04-07 David Hansen <david.hansen@gmx.net> (tiny change)
2980
2981 * progmodes/cc-cmds.el (c-electric-paren): Fix space-before-funcall
2982 clean-up: only insert space when on identifier, etc.
2983
2984 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
2985
2986 * progmodes/grep.el (grep-find-use-xargs): Rewrite docstring.
2987
2988 * net/tls.el (open-tls-stream): Properly handle case where there
2989 is no associated buffer.
2990
2991 2007-04-07 Glenn Morris <rgm@gnu.org>
2992
2993 * ffap.el (ffap-file-at-point): Lower the priority of the
2994 ffap-ftp-sans-slash-regexp check.
2995
2996 2007-04-06 Alan Mackenzie <acm@muc.de>
2997
2998 Fix fontification of labels, and other things with ":".
2999
3000 * progmodes/cc-engine.el (c-forward-label): The function now
3001 returns 'goto-target, 'qt-2kwds-colon, 'qt-1kwd-colon, as well as
3002 the former t.
3003
3004 * progmodes/cc-fonts.el (c-font-lock-declarations): Interpret the
3005 new return code from c-forward-label, fontifying tokens properly.
3006 Add some general comments throughout the file.
3007
3008 2007-04-06 Chong Yidong <cyd@stupidchicken.com>
3009
3010 * textmodes/flyspell.el (flyspell-duplicate, flyspell-incorrect):
3011 Revert 2006-01-27 change.
3012
3013 * diff-mode.el (diff-mode): Revert 2007-03-04 change.
3014
3015 * menu-bar.el (menu-bar-tools-menu): Revert 2003-07-25 change.
3016
3017 * desktop.el (desktop-create-buffer, desktop-save):
3018 Revert 2004-11-12 change for lack of copyright papers.
3019
3020 * dired-x.el (dired-guess-shell-case-fold-search): Delete var.
3021 (dired-guess-default): Respect case.
3022
3023 * isearch.el (isearch-forward): Revert 1998-08-26 doc change.
3024
3025 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Remove function;
3026 was originally checked in as byte-optimize-concat on 1997-11-02.
3027
3028 * mail/sendmail.el (mail-text, mail-mode): Revert extant pieces of
3029 1995-05-19 doc changes.
3030
3031 2007-04-06 Kim F. Storm <storm@cua.dk>
3032
3033 * loadhist.el (read-feature): Reimplement. New optional arg LOADED-P.
3034 (unload-feature): Update interactive spec accordingly.
3035
3036 * progmodes/grep.el (grep-program): Remove commentary about zgrep.
3037
3038 2007-04-06 John Paul Wallington <jpw@pobox.com>
3039
3040 * subr.el (with-case-table): Use `make-symbol' to avoid variable
3041 capture. Restore the table in the same buffer.
3042
3043 * font-lock.el (lisp-font-lock-keywords-2): Add `with-case-table'.
3044
3045 2007-04-05 Chong Yidong <cyd@stupidchicken.com>
3046
3047 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
3048 Print entire form.
3049
3050 2007-04-05 Nick Roberts <nickrob@snap.net.nz>
3051
3052 * progmodes/gdb-ui.el (breakpoint-disabled): Tweak face (again)
3053 for low-color displays.
3054
3055 2007-04-05 Glenn Morris <rgm@gnu.org>
3056
3057 * play/5x5.el, play/animate.el, play/dissociate.el, play/doctor.el,
3058 * play/gomoku.el, play/landmark.el, play/tetris.el, play/zone.el:
3059 Seed random number generator on loading.
3060
3061 * emacs-lisp/authors.el (top-level): Provide self.
3062
3063 * play/animate.el (top-level): Provide self.
3064
3065 2007-04-04 Alan Mackenzie <acm@muc.de>
3066
3067 * progmodes/cc-vars.el (c-special-indent-hook): Amend doc-string
3068 to mention c-syntactic-indentation.
3069
3070 2007-04-04 Chong Yidong <cyd@stupidchicken.com>
3071
3072 * subr.el (with-case-table): New macro.
3073
3074 * international/mule.el (ascii-case-table): New var.
3075
3076 * mail/smtpmail.el (smtpmail-via-smtp): Use ascii-case-table when
3077 downcasing.
3078
3079 2007-04-03 Nick Roberts <nickrob@snap.net.nz>
3080
3081 * progmodes/gud.el (gud-minor-mode-map): Simplify.
3082
3083 * t-mouse.el (t-mouse-make-event-element): Don't use the left edge
3084 of the window if we're outside it e.g menu-bar.
3085
3086 * xt-mouse.el (xterm-mouse-event): Don't use the left edge of the
3087 window if we're outside it e.g menu-bar.
3088
3089 2007-04-03 Eli Zaretskii <eliz@gnu.org>
3090
3091 * mail/rmail.el (rmail-convert-to-babyl-format): Don't try to
3092 decode base-64 encoded body if its content-type is something other
3093 than text/* or message/*.
3094
3095 2007-04-03 Juanma Barranquero <lekktu@gmail.com>
3096
3097 * simple.el (activate-mark-hook): Fix typo in docstring.
3098
3099 2007-04-03 Nick Roberts <nickrob@snap.net.nz>
3100
3101 * tmm.el (tmm-c-prompt): Initialize.
3102 (tmm-menubar): Deal with extended menu-items at top level.
3103 (tmm-get-keybind): Handle bindings redefined/undefined locally.
3104 (tmm-prompt): Handle visibility of top level menu-items.
3105
3106 * progmodes/gud.el (gud-menu-map): Simplify.
3107 (gud-minor-mode-map): Add tool-bar like bindings to the text mode
3108 menubar.
3109
3110 2007-04-02 Chong Yidong <cyd@stupidchicken.com>
3111
3112 * mail/smtpmail.el (smtpmail-via-smtp): Revert last change.
3113
3114 * comint.el (comint-send-input): Widen the buffer first.
3115
3116 * info.el (Info-fontify-maximum-menu-size): Revert to 100000.
3117
3118 2007-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
3119
3120 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Only obey
3121 emacs-lisp-docstring-fill-column in emacs-lisp-mode.
3122
3123 * newcomment.el (comment-search-forward): Discard comment starters
3124 before point.
3125
3126 2007-04-01 Guanpeng Xu <herberteuler@hotmail.com>
3127
3128 * mouse.el (mouse-set-secondary): Update mouse-secondary-overlay.
3129
3130 2007-04-01 Chong Yidong <cyd@stupidchicken.com>
3131
3132 * mail/smtpmail.el (smtpmail-via-smtp): Use standard case table
3133 when downcasing.
3134
3135 * button.el (previous-button): Rewrite to account for adjacent buttons.
3136
3137 2007-04-01 J.D. Smith <jdsmith@as.arizona.edu>
3138
3139 * progmodes/idlwave.el (idlwave-auto-fill):
3140 Revert paragraph-separate change.
3141
3142 * progmodes/idlw-shell.el (idlwave-shell-break-in):
3143 Simplify module calc.
3144 (idlwave-shell-set-bp-in-module): Compute module.
3145
3146 2007-03-31 Glenn Morris <rgm@gnu.org>
3147
3148 * emacs-lisp/timer.el (run-at-time): Doc fix.
3149
3150 * emacs-lisp/warnings.el (display-warning): If we create the
3151 buffer displaying the warning, disable undo there.
3152
3153 2007-03-31 Michael Albinus <michael.albinus@gmx.de>
3154
3155 * net/tramp.el (tramp-register-file-name-handler)
3156 (tramp-register-completion-file-name-handler): New defsubst,
3157 derived from `tramp-register-file-name-handlers'. The split is
3158 necessary because Tramp's file name handlers must be registered at
3159 different startup places.
3160
3161 2007-03-31 Chong Yidong <cyd@stupidchicken.com>
3162
3163 * progmodes/hideshow.el (turn-off-hideshow): New function.
3164 (hs-minor-mode): Use it instead of a lambda expression in
3165 change-major-mode-hook.
3166
3167 2007-03-31 David Kastrup <dak@gnu.org>
3168
3169 * woman.el (woman-Cyg-to-Win): Don't convert cons cells
3170 corresponding to MANPATH_MAP entries.
3171 (woman-man.conf-path, woman-parse-man.conf): Doc fix.
3172 (woman-parse-man.conf): Use more discriminating man.conf name.
3173 (woman-parse-man.conf): Parse MANPATH_MAP entries.
3174 (woman-manpath): Doc fix and type fix.
3175 (woman-cached-data): Check for MANPATH_MAP entries.
3176 (woman-expand-directory-path): Treat MANPATH_MAP entries.
3177
3178 2007-03-31 Stuart Herring <herring@lanl.gov>
3179
3180 * emacs-lisp/sregex.el (sregexq): Doc fix.
3181
3182 2007-03-31 Markus Triska <markus.triska@gmx.at>
3183
3184 * progmodes/flymake.el (flymake-err-line-patterns): Doc fix.
3185
3186 2007-03-30 Reiner Steib <Reiner.Steib@gmx.de>
3187
3188 * info.el (info-tool-bar-map): Use "exit" for Info-exit.
3189 Move to the right.
3190
3191 2007-03-30 Alan Mackenzie <acm@muc.de>
3192
3193 * progmodes/cc-cmds.el (c-forward-to-nth-EOF-}): Fix EOB bug.
3194
3195 2007-03-30 Thien-Thi Nguyen <ttn@gnu.org>
3196
3197 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Take additional arg DLL.
3198 Use it, passed in explicitly, instead of from the dynamic binding.
3199 (ewoc-create, ewoc-enter-before): Update to use new call sequence.
3200
3201 2007-03-30 Juanma Barranquero <lekktu@gmail.com>
3202
3203 * simple.el (blink-matching-open): When in minibuffer, don't
3204 search for a match inside the prompt.
3205
3206 2007-03-30 Nick Roberts <nickrob@snap.net.nz>
3207
3208 * tmm.el (tmm-menubar): Select the right menu item with the mouse.
3209 (tmm-prompt): Don't make the mouse user select the first menu
3210 item twice.
3211
3212 2007-03-30 Chong Yidong <cyd@stupidchicken.com>
3213
3214 * eshell/esh-proc.el (eshell/kill): Tweak regexp to recognize
3215 SIGUSR1 and SIGUSR2.
3216
3217 2007-03-29 Kim F. Storm <storm@cua.dk>
3218
3219 * ido.el (ido-read-internal): When reading file or dir, only override
3220 minibuffer-local-filename-completion-map, otherwise only override
3221 minibuffer-local-completion-map.
3222
3223 2007-03-29 Glenn Morris <rgm@gnu.org>
3224
3225 * complete.el (partial-completion-mode): Set PC-do-completion-end
3226 to nil after use.
3227 (PC-lisp-complete-symbol): Create and use a marker at `end',
3228 rather than using point-marker.
3229
3230 2007-03-28 Chong Yidong <cyd@stupidchicken.com>
3231
3232 * simple.el (next-error-highlight): Doc fix.
3233 (compose-mail): Revert 2007-03-19 change.
3234
3235 2007-03-28 Richard Stallman <rms@gnu.org>
3236
3237 * emacs-lisp/edebug.el (edebug-display): Don't go to
3238 edebug-outside-buffer if it is dead.
3239
3240 2007-03-28 Juanma Barranquero <lekktu@gmail.com>
3241
3242 * view.el (view-mode): Fix typos in docstring.
3243
3244 2007-03-28 Stephen Berman <Stephen.Berman@gmx.net>
3245
3246 * recentf.el (recentf-save-file): Add a custom :set function.
3247
3248 2007-03-28 Glenn Morris <rgm@gnu.org>
3249
3250 * complete.el (PC-do-completion-end): New variable.
3251 (partial-completion-mode) <choose-completion-string-functions>:
3252 Use PC-do-completion-end in the non-minibuffer case to replace the
3253 correct amount of text.
3254 (PC-do-completion): Set PC-do-completion-end for c-c-s-f.
3255 (PC-lisp-complete-symbol): Give marker the after-insertion type,
3256 to deal with improvements inserted after point.
3257
3258 2007-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
3259
3260 * button.el (make-text-button): Add explicit `button' property.
3261 (default-button): Don't put a `button' property on it.
3262
3263 * progmodes/python.el (python-mode): Skip comments when parsing.
3264
3265 * vc-arch.el (vc-with-current-file-buffer): New macro.
3266 (vc-arch-file-source-p): Use it to avoid infloop.
3267
3268 2007-03-28 David Hansen <david.hansen@gmx.net> (tiny change)
3269
3270 * emacs-lisp/lisp.el (lisp-complete-symbol):
3271 Fix call to get-buffer-window to find windows in other frames.
3272
3273 2007-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
3274
3275 * comint.el (comint-proc-query, comint-dynamic-list-completions):
3276 Fix calls to get-buffer-window to find windows in other frames.
3277 Reported by David Hansen <david.hansen@gmx.net>.
3278
3279 2007-03-27 Kevin Ryde <user42@zip.com.au>
3280
3281 * info.el (Info-display-images-node): On a text-only terminal,
3282 show the "text" or "alt" parts of the image blobs.
3283
3284 2007-03-27 Glenn Morris <rgm@gnu.org>
3285
3286 * complete.el (PC-do-completion): Compute completion-base-size in
3287 the non-filename case, rather than setting to nil.
3288 (PC-lisp-complete-end): New variable.
3289 (PC-lisp-complete-symbol): Use PC-lisp-complete-end to store the
3290 original end in a series of consecutive invocations.
3291
3292 * calendar/calendar.el (calendar-mode-hook): Declare it.
3293
3294 * calendar/diary-lib.el (diary-live-p): Do not check for
3295 diary-selective-display.
3296
3297 2007-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
3298
3299 * replace.el (occur-next-error): *Occur* might not be displayed in the
3300 selected frame. Reported by David Hansen <david.hansen@gmx.net>.
3301
3302 2007-03-26 Richard Stallman <rms@gnu.org>
3303
3304 * textmodes/flyspell.el (flyspell-large-region):
3305 Use ispell-call-process-region.
3306
3307 2007-03-26 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
3308
3309 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
3310 Use prin1 instead of princ.
3311
3312 2007-03-25 Chong Yidong <cyd@stupidchicken.com>
3313
3314 * faces.el (face-set-after-frame-default): Revert 2007-03-10 change.
3315 Merge in X resources before global face.
3316
3317 * progmodes/compile.el (compilation-start): Save compilation-directory
3318 rather than default-directory as local var.
3319 (compilation-directory): Mark as safe local var.
3320
3321 * files.el: Don't mark default-directory as a safe local var.
3322
3323 2007-03-25 Alan Mackenzie <acm@muc.de>
3324
3325 * progmodes/cc-mode.el (c-before-change): Fix BOB bug.
3326 * progmodes/cc-engine.el: Fix typo.
3327
3328 2007-03-25 Juri Linkov <juri@jurta.org>
3329
3330 * compare-w.el (compare-windows): Rename customization group
3331 `compare-w' to `compare-windows'.
3332 (compare-windows-whitespace, compare-ignore-whitespace)
3333 (compare-ignore-case, compare-windows-sync)
3334 (compare-windows-sync-string-size, compare-windows-recenter)
3335 (compare-windows-highlight, compare-windows): Change group name in
3336 the `group' tag from `compare-w' to `compare-windows'.
3337 (compare-windows-sync): Add option `nil' for no sync. Doc fix.
3338
3339 2007-03-24 Markus Triska <markus.triska@gmx.at>
3340
3341 * expand.el: Change example to always enable abbrev-mode,
3342 and remove redundant `function'.
3343 (expand-abbrev-hook): Add autoload cookie.
3344
3345 2007-03-24 Ryan Yeske <rcyeske@gmail.com>
3346
3347 * emacs-lisp/testcover.el (testcover-start, testcover-end)
3348 (testcover-mark-all, testcover-unmark-all): Add prompts to
3349 interactive specs.
3350
3351 2007-03-24 Jason Rumney <jasonr@gnu.org>
3352
3353 * autorevert.el (find-file-hook, auto-revert-tail-mode):
3354 Use file size in bytes for auto-revert-tail-pos not characters.
3355
3356 2007-03-24 Thien-Thi Nguyen <ttn@gnu.org>
3357
3358 * vc-rcs.el (vc-rcs-annotate-command):
3359 Set text property :vc-annotate-prefix on the annotation text.
3360 (vc-rcs-annotate-time): Instead of searching for ": ",
3361 search for end of text propertized with :vc-annotate-prefix.
3362
3363 2007-03-24 Martin Rudalics <rudalics@gmx.at>
3364
3365 * whitespace.el (top level): Remove calls putting
3366 permanent-local nil property since these are no-ops.
3367
3368 * man.el (Man-support-local-filenames): Assure that
3369 default-directory exists when doing call-process.
3370
3371 2007-03-23 David Vazquez <xeos00@gmail.com> (tiny change)
3372
3373 * progmodes/m4-mode.el (m4-m4-buffer, m4-m4-region):
3374 Fix omission bug: Use m4-program-options to construct shell command.
3375
3376 2007-03-23 David Kastrup <dak@gnu.org>
3377
3378 * progmodes/cc-mode.el (c-make-emacs-variables-local):
3379 Use `mapcar' rather than `mapcan' to silence compiler warning.
3380
3381 2007-03-22 Ralf Angeli <angeli@caeruleus.net>
3382
3383 * textmodes/reftex.el, textmodes/reftex-vars.el,
3384 * textmodes/reftex-toc.el, textmodes/reftex-sel.el,
3385 * textmodes/reftex-ref.el, textmodes/reftex-parse.el,
3386 * textmodes/reftex-index.el, textmodes/reftex-global.el,
3387 * textmodes/reftex-dcr.el, textmodes/reftex-cite.el,
3388 * textmodes/reftex-auc.el: Add maintainer address.
3389
3390 2007-03-22 Carsten Dominik <dominik@science.uva.nl>
3391
3392 * textmodes/org.el (org-agenda-mode, org-table-edit-formulas):
3393 Make sure that `global-font-lock-mode' does not turn on font-lock
3394 in these buffers.
3395
3396 2007-03-21 Kim F. Storm <storm@cua.dk>
3397
3398 * xt-mouse.el (xt-mouse-epoch): New variable.
3399 (xterm-mouse-event): Use float-time.
3400
3401 2007-03-21 Nick Roberts <nickrob@snap.net.nz>
3402
3403 * xt-mouse.el (xterm-mouse-event): Compute a timestamp using
3404 current-time.
3405
3406 2007-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
3407
3408 * complete.el (read-file-name-internal): Don't add the final > if the
3409 completion is not finished (re-application of this patch, which was
3410 accidentally undone by Eli).
3411
3412 2007-03-21 Chong Yidong <cyd@stupidchicken.com>
3413
3414 * emulation/viper.el (viper-non-hook-settings): Handle mouse
3415 clicks in describe-key and describe-key-briefly advice a little better.
3416
3417 2007-03-21 Juanma Barranquero <lekktu@gmail.com>
3418
3419 * server.el (server-process-filter): Cancel any pending isearch.
3420
3421 2007-03-21 Ulf Jasper <ulf.jasper@web.de>
3422
3423 * calendar/icalendar.el (icalendar-version): Increase to 0.15.
3424 (icalendar--get-unfolded-buffer): Define actual arguments rather
3425 than just using &rest. Check replace-in-string is fbound.
3426 (icalendar-import-buffer): Doc fix.
3427 (icalendar--convert-ical-to-diary): Set diary-file.
3428 Check diary-file before inserting final newline.
3429 (icalendar--add-diary-entry): Return diary-file.
3430
3431 2007-03-21 Glenn Morris <rgm@gnu.org>
3432
3433 * calendar/calendar.el (diary-set-maybe-redraw): Autoload it.
3434 (diary-display-hook): Add custom :set function.
3435
3436 * calendar/diary-lib.el (diary-header-line-flag): Doc fix.
3437 Add custom :set function.
3438 (diary-header-line-format): Doc fix.
3439 (diary-set-maybe-redraw): New function.
3440 (number-of-diary-entries): Change :set to use diary-set-maybe-redraw.
3441 (diary-list-entries): Always run diary-mode.
3442
3443 2007-03-20 Kenichi Handa <handa@m17n.org>
3444
3445 * international/quail.el (quail-setup-completion-buf): Make the
3446 completion buffer read-only.
3447 (quail-completion): Adjusted for the above change. Leave the
3448 modified flag nil.
3449
3450 2007-03-20 David Kastrup <dak@gnu.org>
3451
3452 * files.el (magic-mode-alist): Require literal "%!PS" string for
3453 magic postscript file detection.
3454
3455 2007-03-20 Richard Stallman <rms@gnu.org>
3456
3457 * textmodes/ispell.el (ispell-call-process): New function.
3458 Defends against bad `default-directory.'
3459 (ispell-check-version, ispell-find-aspell-dictionaries)
3460 (ispell-get-aspell-config-value, lookup-words): Call it.
3461 (ispell-call-process-region): New function.
3462 (ispell-send-string): Call it.
3463
3464 2007-03-20 Andreas Schwab <schwab@suse.de>
3465
3466 * Makefile.in (custom-deps): Depend on $(lisp)/subdirs.el.
3467 (finder-data): Likewise.
3468 (autoloads): Likewise.
3469
3470 2007-03-20 Martin Rudalics <rudalics@gmx.at>
3471
3472 * files.el (basic-save-buffer): Do not set visited filename when
3473 the corresponding directory does not exist or the specified
3474 filename is that of an existing directory.
3475
3476 2007-03-20 Glenn Morris <rgm@gnu.org>
3477
3478 * calendar/diary-lib.el (diary-live-p): New function.
3479 (number-of-diary-entries): Add a :set function to redisplay diary
3480 when necessary.
3481
3482 2007-03-19 Nick Roberts <nickrob@snap.net.nz>
3483
3484 * t-mouse.el (t-mouse-make-event-element): Use timestamp output
3485 from client program, mev, to compute mouse event.
3486
3487 2007-03-19 Chong Yidong <cyd@stupidchicken.com>
3488
3489 * faces.el (momentary): Face removed; unused due to reversion of
3490 2007-01-04 changes by Kevin Rodgers.
3491
3492 * mouse.el (mouse-drag-track): Remove spurious input-pending-p test.
3493 Suggested by Johan Bockg\e,Ae\e(Brd.
3494
3495 2007-03-19 Martin Rudalics <rudalics@gmx.at>
3496
3497 * font-lock.el (lisp-font-lock-keywords-1):
3498 Highlight define-globalized-minor-mode as a keyword.
3499
3500 2007-03-19 Kim F. Storm <storm@cua.dk>
3501
3502 * calc/calc-forms.el (math-std-daylight-savings)
3503 (math-std-daylight-savings-old): Doc fix.
3504
3505 2007-03-19 Juanma Barranquero <lekktu@gmail.com>
3506
3507 * progmodes/python.el (python-default-template): Doc fix.
3508 (python-buffer): Fix typo in docstring.
3509
3510 * isearchb.el (isearchb-follow-char):
3511 * subr.el (def-edebug-spec): Fix typo in docstring.
3512
3513 2007-03-19 Richard Stallman <rms@gnu.org>
3514
3515 * files.el (default-directory): Mark safe.
3516 (basic-save-buffer-2): Put proper dir name in error message.
3517
3518 * simple.el (compose-mail): Run switch-function after
3519 setting up the mail buffer.
3520
3521 * startup.el (inhibit-splash-screen, initial-major-mode): Doc fixes.
3522
3523 2007-03-18 Jay Belanger <belanger@truman.edu>
3524
3525 * calc/calc-forms.el (math-parse-date): Fix a regular expression.
3526 (math-std-daylight-savings-new): Rename from
3527 `math-std-daylight-savings'.
3528 (math-std-daylight-savings-old): Rename from old value of
3529 `math-std-daylight-savings'.
3530 (math-std-daylight-savings): Use `math-std-daylight-savings-new' or
3531 `math-std-daylight-savings-old' depending on the year.
3532
3533 2007-03-18 Detlev Zundel <dzu@gnu.org>
3534
3535 * emacs-lisp/re-builder.el (reb-update-overlays): Do not mark
3536 zero-width regexps as invalid but rather at least count them correctly.
3537
3538 2007-03-18 Thien-Thi Nguyen <ttn@gnu.org>
3539
3540 * net/tls.el (open-tls-stream): In handshake-waiting loop,
3541 don't wait more if there is output available to process.
3542
3543 2007-03-18 Nick Roberts <nickrob@snap.net.nz>
3544
3545 * progmodes/compile.el (compilation-find-file): Revert change
3546 from 2006-07-18 to allow completion of directory names.
3547 Reported by John Carter <john.carter@tait.co.nz>.
3548
3549 2007-03-18 Kim F. Storm <storm@cua.dk>
3550
3551 * subr.el (when, unless): Doc fix.
3552
3553 2007-03-17 Thien-Thi Nguyen <ttn@gnu.org>
3554
3555 * net/tls.el (tls-program): Doc fix.
3556
3557 2007-03-17 Denis Bueno <dbueno@gmail.com> (tiny change)
3558
3559 * autorevert.el (auto-revert-tail-handler):
3560 Call after-revert-hook.
3561
3562 2007-03-17 Ryan Yeske <rcyeske@gmail.com>
3563
3564 * simple.el (switch-to-completions): No error if search for \n\n fails.
3565
3566 2007-03-17 Chong Yidong <cyd@stupidchicken.com>
3567
3568 * simple.el (line-move-1):
3569 Respect `inhibit-line-move-field-capture' property.
3570
3571 2007-03-13 Chong Yidong <cyd@stupidchicken.com>
3572
3573 * comint.el (comint-arguments): Mark backslash-escaped chars.
3574 (comint-delim-arg): Don't treat them as delimiters.
3575
3576 2007-03-12 Kim F. Storm <storm@cua.dk>
3577 * ido.el (ido-init-completion-maps): Remap delete-backward-char.
3578
3579 2007-03-12 Lawrence Mitchell <wence@gmx.li> (tiny change)
3580
3581 * tempo.el (tempo-insert): Deal with 'r> if it appears
3582 specified with a prompt argument.
3583
3584 2007-03-12 Carsten Dominik <dominik@science.uva.nl>
3585
3586 * textmodes/org.el (org-set-font-lock-defaults):
3587 Handle narrow table columns correctly.
3588
3589 2007-03-12 Mark A. Hershberger <mah@everybody.org>
3590
3591 * xml.el (xml-parse-tag, xml-parse-string, xml-parse-attlist)
3592 (xml-parse-dtd, xml-parse-elem-type, xml-substitute-special):
3593 Return to use of the -no-properties variants. There was
3594 consensus on emacs-devel that the speed of these variants was
3595 prefered since we are usually parsing files (from the internet
3596 or on disk) instead of XML created in Emacs.
3597
3598 * eshell/esh-mode.el (eshell-handle-ansi-color): New function.
3599 Add customize option.
3600
3601 2007-03-12 Glenn Morris <rgm@gnu.org>
3602
3603 * calc/calc-forms.el (math-std-daylight-savings): Switch to new
3604 North American rule. Replace "daylight savings" with "daylight
3605 saving" in doc.
3606
3607 * calendar/cal-china.el, cal-dst.el, calendar.el, diary-lib.el:
3608 * calendar/lunar.el, solar.el: Replace "daylight savings" with
3609 "daylight saving" in text.
3610
3611 * woman.el (woman-change-fonts): Tweak previous change by using
3612 woman-request-regexp rather than "^\\.".
3613
3614 * startup.el (command-line-1): Make insertion of
3615 initial-scratch-message not depend on scratch being selected.
3616
3617 2007-03-11 Juri Linkov <juri@jurta.org>
3618
3619 * replace.el (match): Use yellow background on light-bg terminals.
3620
3621 2007-03-11 Richard Stallman <rms@gnu.org>
3622
3623 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
3624 Correctly compute line number.
3625
3626 2007-03-11 Guanpeng Xu <herberteuler@hotmail.com>
3627
3628 * type-break.el (type-break-get-previous-count):
3629 Repeat previous change here.
3630
3631 2007-03-11 Dan Nicolaescu <dann@ics.uci.edu>
3632
3633 * progmodes/grep.el (grep-find-ignored-directories):
3634 Add .git and .bzr to list.
3635
3636 2007-03-11 Andreas Schwab <schwab@suse.de>
3637
3638 * diff-mode.el (diff-apply-hunk): Use proper format string for error.
3639
3640 2007-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
3641
3642 * mail/emacsbug.el (report-emacs-bug): Don't hard code the "X" name.
3643
3644 2007-03-10 Chong Yidong <cyd@stupidchicken.com>
3645
3646 * faces.el (face-set-after-frame-default): Recalculate face
3647 customizations after applying X resources.
3648
3649 2007-03-10 Ryan Yeske <rcyeske@gmail.com>
3650
3651 * net/rcirc.el (rcirc-timeout-seconds): New variable.
3652 (rcirc-keepalive-seconds): Remove variable.
3653 (rcirc-server-name, rcirc-timeout-timer, rcirc-connecting)
3654 (rcirc-process, rcirc-user-disconnect): New variables.
3655 (rcirc-connect): Initalize new variables.
3656 (rcirc-keepalive): Don't send keepalive pings before connection
3657 is completed.
3658 (rcirc-sentinel): Do mark all channels with activity when
3659 connection is dropped. Run hook with process buffer local.
3660 (rcirc-reschedule-timeout, rcirc-delete-process): New functions.
3661 (rcirc-buffer-process): Return value of rcirc-process if
3662 rcirc-server-buffer is nil.
3663 (rcirc-server-name): Return the reported server name.
3664 (rcirc-update-prompt): Simplify computation of the server name.
3665 (rcirc-format-response-string): Likewise.
3666 (rcirc-handler-001): Mark server as connected, record the reported
3667 server name, and schedule a timeout.
3668 (rcirc-track-nick): Add a spec for the tty class.
3669 (rcirc-user-non-nick): Remove function.
3670 (rcirc-nick-prefix-chars): Add variable.
3671 (rcirc-user-nick): Use above variable.
3672
3673 2007-03-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
3674
3675 * icomplete.el (icomplete-tidy, icomplete-exhibit):
3676 Bind deactivate-mark to nil.
3677
3678 2007-03-10 Martin Rudalics <rudalics@gmx.at>
3679
3680 * complete.el (PC-do-completion): Bind dirlength to nil to avoid
3681 that buffer contents get erased during completion.
3682
3683 2007-03-10 Glenn Morris <rgm@gnu.org>
3684
3685 * woman.el (woman-change-fonts): Add a hack to deal with
3686 font-escape followed by "." at start of a line.
3687 (woman2-IP): Add a hack to deal with consecutive requests.
3688 (woman2-tagged-paragraph): Extend existing hack to handle "sp".
3689
3690 2007-03-10 Alan Mackenzie <acm@muc.de>
3691
3692 * progmodes/cc-mode.el (c-before-change): Wrap in save-match-data.
3693
3694 2007-03-09 Richard Stallman <rms@gnu.org>
3695
3696 * abbrev.el (abbrev): Add `provide'.
3697
3698 2007-03-09 Thien-Thi Nguyen <ttn@gnu.org>
3699
3700 * net/ange-ftp.el (ange-ftp-try-passive-mode): Doc fix.
3701
3702 2007-03-09 Martin Rudalics <rudalics@gmx.at>
3703
3704 * complete.el (PC-try-completion): New function.
3705 (PC-do-completion, read-file-name-internal): Use it instead of
3706 try-completion.
3707
3708 2007-03-08 Alan Mackenzie <acm@muc.de>
3709
3710 Remove stale tokens from `c-found-types' cache.
3711
3712 * progmodes/cc-mode.el (c-unfind-enclosing-token)
3713 (c-unfind-coalesced-tokens, c-before-change): New functions.
3714 (c-maybe-stale-found-type): New variable.
3715
3716 * progmodes/cc-engine.el (c-partial-ws-p, c-unfind-type)
3717 (c-trim-found-types): New functions.
3718
3719 2007-03-08 Stefan Monnier <monnier@iro.umontreal.ca>
3720
3721 * smerge-mode.el (smerge-remove-props): Don't mark the buffer modified.
3722 (debug-ignored-errors): Add entry from smerge-match-conflict.
3723
3724 2007-03-08 J.D. Smith <jdsmith@as.arizona.edu>
3725
3726 * progmodes/idlw-help.el (idlwave-do-context-help1): Don't visit
3727 special help topics for keywords.
3728 (idlwave-help-assistant-command): Include ".exe" for ms-dos
3729 etc. Assistant command.
3730
3731 2007-03-08 Chong Yidong <cyd@stupidchicken.com>
3732
3733 * replace.el (occur-engine): Move buffer-undo-list binding...
3734 (occur-1): ...to here.
3735
3736 * complete.el (PC-bindings): Rebind M-TAB in read-expression-map.
3737
3738 * simple.el (minibuffer-completing-symbol): New var.
3739 (eval-expression): Use it.
3740 (completion-setup-function): Don't bind completion-base-size when
3741 completing a symbol in the minibuffer.
3742
3743 2007-03-08 Nick Roberts <nickrob@snap.net.nz>
3744
3745 * progmodes/gud.el (gdb): Pop up current GUD buffer if user
3746 tries to start a second session in graphical mode.
3747
3748 2007-03-07 Miles Bader <miles@gnu.org>
3749
3750 * international/isearch-x.el
3751 (isearch-process-search-multibyte-characters):
3752 Strip text-properties from PROMPT to avoid an error from read-string.
3753
3754 2007-03-07 Kim F. Storm <storm@cua.dk>
3755
3756 * complete.el (PC-bindings): Remap lisp-complete-symbol to
3757 PC-lisp-complete-symbol instead of binding M-TAB in global-map.
3758
3759 2007-03-07 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
3760
3761 * complete.el (PC-do-completion): Delete duplicates in the list of
3762 possible completions.
3763
3764 2007-03-07 Glenn Morris <rgm@gnu.org>
3765
3766 * ses.el (ses-mode): Doc fix.
3767
3768 2007-03-06 Kim F. Storm <storm@cua.dk>
3769
3770 * isearch.el (isearch-message-prefix): Undo 2007-03-01 change.
3771
3772 2007-03-06 Kenichi Handa <handa@m17n.org>
3773
3774 * term/x-win.el (x-select-utf8-or-ctext): Improve the strategy.
3775
3776 2007-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
3777
3778 * simple.el (completion-setup-function): Improve last fix so it doesn't
3779 set it to a relative directory name either.
3780
3781 2007-03-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3782
3783 * ps-print.el: Replace some (defvar VAR) by (defvar VAR nil).
3784
3785 2007-03-05 Richard Stallman <rms@gnu.org>
3786
3787 * emacs-lisp/re-builder.el (reb-re-syntax): Fix custom type.
3788
3789 * files.el (find-file-noselect): No error if file no longer exists.
3790 Display a message and avoid other questions.
3791
3792 2007-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
3793
3794 * pcomplete.el (pcomplete-show-completions): Improve last change, so
3795 as not to use an invisible window and to create a window if none exist.
3796
3797 * progmodes/python.el (python-send-command): Restart proc if necessary.
3798 (python-proc): Simplify.
3799
3800 2007-03-05 David Hansen <david.hansen@gmx.net> (tiny change)
3801
3802 * pcomplete.el (pcomplete-show-completions): Search all frames for
3803 completions buffer.
3804
3805 2007-03-05 Chong Yidong <cyd@stupidchicken.com>
3806
3807 * cus-edit.el (customize-save-variable): Clear customized-value
3808 property (saved values are now put in theme-value property).
3809 (customize-set-variable): Doc fix.
3810
3811 * complete.el (PC-do-completion): If completion-ignore-case is
3812 non-nil, replace field with completion string before exiting.
3813
3814 2007-03-05 Michael Albinus <michael.albinus@gmx.de>
3815
3816 * net/tramp.el (tramp-make-temp-file): New parameter FILENAME.
3817 Append its extension to the resulting temporary file name.
3818 (tramp-handle-file-local-copy, tramp-handle-write-region): Apply it.
3819
3820 * net/tramp-smb.el (tramp-smb-handle-file-local-copy)
3821 (tramp-smb-handle-write-region): Apply it.
3822
3823 2007-03-05 Alin C. Soare <alinsoar@voila.fr> (tiny change)
3824
3825 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
3826 Redo previous change.
3827
3828 2007-03-04 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
3829
3830 * diff-mode.el (diff-mode): Doc fix.
3831
3832 2007-03-05 Kenichi Handa <handa@m17n.org>
3833
3834 * international/characters.el: Set category `l' (latin)
3835 for more characters.
3836
3837 2007-03-04 Kim F. Storm <storm@cua.dk>
3838
3839 * emacs-lisp/authors.el (authors-aliases): Add alias.
3840
3841 2007-03-04 Glenn Morris <rgm@gnu.org>
3842
3843 * progmodes/hideshow.el (hs-minor-mode): Turn mode off and show
3844 all when switching major mode.
3845 (hs-minor-mode, hs-c-start-regexp, hs-block-start-regexp)
3846 (hs-block-start-mdata-select, hs-block-end-regexp)
3847 (hs-forward-sexp-func, hs-adjust-block-beginning):
3848 Do not make these variables permanent-local.
3849
3850 2007-03-04 Richard Stallman <rms@gnu.org>
3851
3852 * progmodes/cperl-mode.el (cperl-mode):
3853 Modify cperl-compilation-error-regexp-alist by appending.
3854
3855 * emacs-lisp/edebug.el (edebug-kill-buffer): New function.
3856 (edebug-mode): Add the hook.
3857 (edebug-recursive-edit): Remove the hook on exiting.
3858
3859 * type-break.el (type-break-get-previous-time):
3860 Handle end-of-file errors specially
3861 so they don't get reported wrong in .emacs.
3862
3863 * startup.el (fancy-splash-text): Clarify text.
3864
3865 * simple.el (beginning-of-buffer, end-of-buffer):
3866 Avoid treating plain C-u like numeric arg.
3867
3868 * simple.el (completion-setup-function): Don't set
3869 default-directory to nil.
3870
3871 * shell.el (shell-dirstack-query): Doc fix.
3872
3873 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
3874 Don't select the window -- pass it to primitives instead.
3875
3876 * faces.el (minibuffer-prompt): Use medium blue by default.
3877
3878 2007-03-04 David Kastrup <dak@gnu.org>
3879
3880 * jit-lock.el (jit-lock-stealth-time): Change default to nil.
3881 Preserve 16 as default value for "seconds" when customizing.
3882
3883 2007-03-04 Carsten Dominik <dominik@science.uva.nl>
3884
3885 * textmodes/org.el (org-self-insert-command)
3886 (orgtbl-self-insert-command, org-delete-char)
3887 (org-delete-backward-char): Set the `flyspell-delayed' property.
3888
3889 2007-03-03 Chong Yidong <cyd@stupidchicken.com>
3890
3891 * international/mule.el (find-auto-coding): Don't search for
3892 line-ending characters past the end of the tail.
3893
3894 2007-03-03 Christopher Allan Webber <cwebber@dustycloud.org> (tiny change)
3895
3896 * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
3897 Jump to the line where new score has been uploaded.
3898
3899 * play/tetris.el (tetris-move-bottom, tetris-move-left)
3900 (tetris-move-right, tetris-rotate-prev, tetris-rotate-next):
3901 Do nothing when the game is paused.
3902
3903 2007-03-03 Carsten Dominik <dominik@science.uva.nl>
3904
3905 * textmodes/org.el (org-set-tags): Prevent slipping of point
3906 during completion.
3907
3908 2007-03-01 Lennart Borgman <lennart.borgman.073@student.lu.se>
3909
3910 * isearch.el (isearch-message-prefix):
3911 Use minibuffer-prompt-properties.
3912
3913 2007-03-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3914
3915 * ps-print.el: Replace (defvar VAR nil) by (defvar VAR).
3916 (ps-setup): Print which Emacsen is running ps-print package.
3917
3918 2007-03-01 Stuart Herring <herring@lanl.gov>
3919
3920 * files.el (set-auto-mode-0): Use `indirect-function'.
3921 (hack-one-local-variable): Don't reapply current major mode.
3922
3923 2007-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
3924
3925 * progmodes/python.el (python-quote-syntax): Don't bother with
3926 syntax-ppss-context.
3927 (python-fill-paragraph): Make sure that fenced-string delimiters that
3928 stand on their own line stay there.
3929
3930 2007-03-01 Lennart Borgman <lennart.borgman.073@student.lu.se>
3931
3932 * replace.el (perform-replace): Propertize message.
3933
3934 2007-03-01 Carsten Dominik <dominik@science.uva.nl>
3935
3936 * textmodes/org.el (org-prepare-agenda-buffers): Also check for
3937 invisible heading.
3938
3939 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
3940
3941 * net/tramp.el (tramp-file-name-handler): Revert last change.
3942
3943 2007-02-28 Nick Roberts <nickrob@snap.net.nz>
3944
3945 * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump):
3946 Correct doc strings.
3947
3948 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
3949
3950 * replace.el (perform-replace): Undo forward-char immediately if
3951 non-adjacent search fails.
3952
3953 2007-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
3954
3955 * version.el (emacs-major-version, emacs-minor-version):
3956 string-to-int -> string-to-number.
3957
3958 2007-02-28 Juanma Barranquero <lekktu@gmail.com>
3959
3960 * help.el (where-is): Fail gracefully when not passed a command.
3961
3962 2007-02-28 Stuart Herring <herring@lanl.gov>
3963
3964 * find-lisp.el (find-lisp-default-directory-predicate):
3965 Fix bug: Do symlink check on expanded filename.
3966
3967 2007-02-28 Carsten Dominik <dominik@science.uva.nl>
3968
3969 * textmodes/org.el (org-set-tags, org-table-get-field): Avoid case
3970 changes during replacement.
3971 (org-agenda-mode-map): Add default binding for `org-agenda-archive'.
3972
3973 2007-02-28 Lars Hansen <larsh@soem.dk>
3974
3975 * desktop.el: Delete header line listing me as maintainer.
3976
3977 2007-02-28 Glenn Morris <rgm@gnu.org>
3978
3979 * tutorial.el (tutorial--describe-nonstandard-key): Tweak text in
3980 the menus case.
3981
3982 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
3983
3984 * net/tramp.el (tramp-file-name-handler): Inhibit modification
3985 hooks to avoid confusion when combining after-change calls.
3986
3987 2007-02-27 Ken Manheimer <ken.manheimer@gmail.com>
3988
3989 * allout.el (allout-encrypt-string): Remove inhibition of gpg-agent,
3990 now that pgg-gpg-process-region correctly honors passed-in passphrase.
3991 (allout-distinctive-bullets-string): Add info about bullet conventions.
3992 (allout-mode): Add info about distinctive vs plain bullets.
3993
3994 2007-02-27 Carsten Dominik <dominik@science.uva.nl>
3995
3996 * textmodes/org.el (org-archive-subtree): Quote variable name.
3997 (org-agenda-get-todos): Make sure skip properties are checked correctly.
3998
3999 2007-02-26 Nick Roberts <nickrob@snap.net.nz>
4000
4001 * progmodes/gud.el (gud-bashdb-history, gud-bashdb-marker-filter)
4002 (gud-bashdb-command-name, bashdb): Remove.
4003 (gud, gud-menu-map): Remove references to bash/bashdb.
4004
4005 2007-02-26 Andrey Zhdanov <susuman@hotmail.com> (tiny change)
4006
4007 * progmodes/gud.el (gud-pdb-marker-regexp): Add optional <module>
4008 keyword for Python 2.5.
4009
4010 2007-02-26 Romain Francoise <romain@orebokech.com>
4011
4012 * net/net-utils.el (whois-server-tld): Update server for .org.
4013 (whois-server-list): Add whois.publicinterestregistry.net.
4014 (whois-guess-server): Fix formatting in docstring.
4015
4016 2007-02-26 Kim F. Storm <storm@cua.dk>
4017
4018 * mouse.el (mouse-show-mark): Run hooks and perform command
4019 remapping for mouse-region-delete-keys.
4020
4021 2007-02-26 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
4022
4023 * font-core.el (font-lock-mode): Doc fix.
4024
4025 2007-02-25 Kim F. Storm <storm@cua.dk>
4026
4027 * ido.el (ido-buffer-internal): Set this-command to fallback command.
4028 Add selected buffer to buffer-name-history.
4029 (ido-file-internal): Set this-command to fallback command.
4030 Add file names to file-name-history.
4031
4032 * emacs-lisp/map-ynp.el (map-y-or-n-p):
4033 Apply minibuffer-prompt-properties.
4034
4035 2007-02-25 Andreas Schwab <schwab@suse.de>
4036
4037 * files.el (hack-one-local-variable-eval-safep): Correct handling
4038 of edebug-form-spec property value. Reported by Johan Bockg\e,Ae\e(Brd.
4039
4040 2007-02-25 Carsten Dominik <dominik@science.uva.nl>
4041
4042 * textmodes/org.el (org-table-overlay-coordinates)
4043 (org-table-toggle-coordinate-overlays): New functions.
4044 (org-table-overlay-coordinates, org-table-coordinate-overlays):
4045 New variables.
4046 (org-startup-with-deadline-check): Remove option.
4047 (org-mode): Remove deadline check on startup.
4048 (org-table-limit-column-width): Remove option.
4049 (org-table-formula-numbers-only): Remove option.
4050 (org-link-style, org-link-format): Remove options.
4051 (org-select-agenda-window, org-fit-agenda-window): Remove options.
4052 (org-export-ascii-show-new-buffer)
4053 (org-export-html-show-new-buffer): Remove options.
4054 (org-activate-links): Remove camel option.
4055 (org-file-link-context-use-camel-case): Remove option.
4056 (org-camel-regexp): Remove variable.
4057 (org-activate-camels): Remove function.
4058 (org-store-link): Remove Camel stuff.
4059 (org-make-org-heading-camel): Remove function.
4060 (org-open-at-point): Remove camel stuff.
4061 (org-link-search): Remove camel stuff.
4062 (org-camel-to-words): Function removed.
4063 (org-get-agenda-file-buffer): Make sure we prepare the base
4064 buffers, not any indirect buffers.
4065 (org-sort-entries): Sort top-level when not on a headline, and no
4066 active region.
4067 (org-in-regexp): New function.
4068 (org-search-not-self): Rename from `org-search-not-link'.
4069 (org-open-link-marker): New variable.
4070 (org-open-at-point): Set `org-open-link-marker'.
4071 (org-print-icalendar-entries): Fixe bug with excluding DONE
4072 entries from the exported list.
4073 (org-edit-formula-lisp-indent): New command.
4074 (orgtbl-to-texinfo, orgtbl-to-html): New functions.
4075 (orgtbl-to-latex, orgtbl-insert-radio-table)
4076 (orgtbl-toggle-comment, orgtbl-send-table): New functions.
4077 (orgtbl-radio-table-templates): New option.
4078 (org-store-link-props):
4079 (org-remember-templates): More possibilities to insert info
4080 into templates.
4081 (org-remember-apply-template): Make use of the extended
4082 template capabilities.
4083 (org-remember-redo-template): New command.
4084 (org-upgrade-old-links)
4085 (org-table-modify-formulas, org-table-replace-in-formulas)
4086 (org-table-find-dataline)
4087 (org-table-get-vertical-vector): Remove functions.
4088 (org-table-remove-rectangle-highlight)
4089 (org-time-stamp-format, org-toggle-log-option)
4090 (org-table-highlight-rectangle)
4091 (org-table-iterate, org-table-make-reference):
4092 (org-translate-time, org-tree-to-indirect-buffer)
4093 (org-table-field-info, org-table-fix-formulas)
4094 (org-table-force-dataline, org-table-get-descriptor-line)
4095 (org-table-get-range)
4096 (org-skip-comments, org-sort)
4097 (org-sort-entries, org-sublist, org-table-add-rectangle-overlay)
4098 (org-table-current-dline, org-table-current-field-formula)
4099 (org-table-edit-backward-field)
4100 (org-table-edit-formulas-post-command)
4101 (org-table-edit-line-down, org-table-edit-line-up)
4102 (org-agenda-archive)
4103 (org-agenda-clock-cancel)
4104 (org-agenda-clock-out, org-agenda-list-stuck-projects)
4105 (org-agenda-open-link, org-agenda-show-new-time)
4106 (org-agenda-skip-subtree-when-regexp-matches)
4107 (org-agenda-tree-to-indirect-buffer, org-agenda-undo)
4108 (org-at-regexp-p, org-auto-repeat-maybe, org-check-log-option)
4109 (org-do-sort, org-file-image-p, org-find-overlays)
4110 (org-find-row-type, org-get-indirect-buffer, org-get-repeat)
4111 (org-highlight-until-next-command, org-isearch-end)
4112 (org-match-any-p, org-next-link, org-previous-link):
4113 (org-remove-subtree-entries-from-agenda, org-replace-escapes)
4114 (org-rewrite-old-row-references)
4115 (org-isearch-post-command)
4116 (org-table-edit-move, org-table-edit-next-field)
4117 (org-table-edit-scroll, org-table-edit-scroll-down)
4118 (org-set-frame-title, org-show-reference)
4119 (org-unhighlight-once, org-verify-change-for-undo): New functions.
4120 (org-show-variable): Remove command.
4121 (org-add-log-maybe): New arguments STATE, FINDPOS
4122 (org-table-sort-lines): Rewrite from scratch.
4123 (org-link-search): New argument AVOID-POS.
4124 (org-print-icalendar-entries): Remove argument CATEGORY.
4125 (org-run-agenda-series): Remove argument WONDOW.
4126 (org-next-link, org-previous-link): New commands.
4127 (org-agenda-date-format): New option.
4128 (org-table-iterate): New command.
4129 (org-table-modify-formulas)
4130 (org-table-replace-in-formulas): Remove functions.
4131 (org-table-fix-formulas): New function.
4132 (org-table-insert-column, org-table-delete-column)
4133 (org-table-move-column): Use `org-table-fix-formulas'.
4134 (org-follow-gnus-link): Patch from Bastien/Leo.
4135 (org-table-current-field-formula): New function.
4136 (org-file-image-p): New function.
4137 (org-agenda-show-new-time): New function.
4138 (org-agenda-date-later): Call `org-agenda-show-new-time'.
4139 (org-with-remote-undo): New macro.
4140 (org-agenda-undo): New command.
4141 (org-verify-change-for-undo): New function.
4142 (org-time-stamp-format): New function.
4143 (org-agenda-get-timestamps): Skip scheduled if DONE and requested
4144 by user.
4145 (org-match-any-p): New function.
4146 (org-make-tags-matcher): Handle regular expressions for tag and
4147 todo matches.
4148 (org-read-date): Accept "+N" as input for a date relative to the
4149 current date.
4150 (org-remove-subtree-entries-from-agenda): New function.
4151 (org-agenda-archive, org-agenda-kill):
4152 Use `org-remove-subtree-entries-from-agenda'.
4153 (org-do-sort, org-sort-entries): New functions.
4154 (org-sort): New command.
4155 (org-table-sort-lines): Use `org-do-sort'.
4156 (org-fix-decoded-time): New function.
4157 (org-table-number-regexp): Require 0x... to identify as number
4158 in tables.
4159 (org-startup-options): New keywords for note taking.
4160 (org-upgrade-old-links): Remove function.
4161 (org-get-repeat): New function.
4162 (org-show-context): Also show siblings on current level.
4163 (org-show-siblings): New function.
4164 (org-isearch-end, org-isearch-post-command): New functions.
4165 (org-show-siblings): New option.
4166 (org-show-context): Use `org-show-siblings'.
4167 (org-table-maybe-recalculate-line): No longer require `calc-eval'
4168 to be bound, because user may just use elisp.
4169
4170 2007-02-24 Kim F. Storm <storm@cua.dk>
4171
4172 * emulation/cua-base.el (cua-paste): Handle x-clipboard-yank.
4173 (cua--init-keymaps): Remap x-clipboard-yank to cua-paste.
4174
4175 2007-02-24 Dan Nicolaescu <dann@ics.uci.edu>
4176
4177 * startup.el (command-line): Also check if the abbrev file is readable.
4178
4179 2007-02-24 John Paul Wallington <jpw@pobox.com>
4180
4181 * net/tls.el (tls-certtool-program): Fix custom type.
4182
4183 * mail/feedmail.el (feedmail-message-id-generator)
4184 (feedmail-date-generator): Fix custom types.
4185
4186 * mail/rmail.el (rmail-message-filter): Fix custom type.
4187
4188 2007-02-24 Eli Zaretskii <eliz@gnu.org>
4189
4190 * startup.el (command-line): If simple.el cannot be found, proceed
4191 with a warning message.
4192
4193 2007-02-24 Kenichi Handa <handa@m17n.org>
4194
4195 * international/utf-8.el (utf-8-pre-write-conversion): Handle the
4196 case that BEG is a string.
4197
4198 2007-02-24 Chris Moore <dooglus@gmail.com>
4199
4200 * pgg-pgp5.el (pgg-pgp5-encrypt-region):
4201 * pgg-pgp.el (pgg-pgp-encrypt-region):
4202 * pgg-gpg.el (pgg-gpg-encrypt-region):
4203 Check pgg-encrypt-for-me if no other recipients.
4204
4205 2007-02-23 Eli Zaretskii <eliz@gnu.org>
4206
4207 * mail/rmailedit.el (rmail-cease-edit): Restore the Rmail toolbar.
4208
4209 * textmodes/sgml-mode.el (sgml-validate): Quote the file name with
4210 shell-quote-argument.
4211
4212 2007-02-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4213
4214 * comint.el (comint-read-input-ring): Use comint-input-ring-size
4215 from the comint buffer instead of the temporary one.
4216
4217 2007-02-23 David Reitter <david.reitter@gmail.com>
4218
4219 * cus-edit.el (custom-save-all): Canonicalize custom-file before
4220 storing it in recentf-exclude.
4221
4222 2007-02-23 Chong Yidong <cyd@stupidchicken.com>
4223
4224 * startup.el (fancy-splash-screens): Make cursor-type buffer-local
4225 in splash screen.
4226
4227 2007-02-22 J.D. Smith <jdsmith@as.arizona.edu>
4228
4229 * progmodes/idlw-shell.el (idlwave-shell-mode): Clean up pending
4230 commands, for restart.
4231 (idlwave-shell-current-module): Fix handling of module name by type.
4232 (idlwave-shell-break-in): Update type handling.
4233 (idlwave-shell-bp-get): Encode type in BP structure.
4234 (idlwave-shell-set-bp): Fix setting condition/count on disabled BPs.
4235 (idlwave-shell-module-source-query): Query routine info based on type.
4236 Fix path parsing for non-compiled files.
4237 (idlwave-shell-module-source-filter): Don't signal error in filter
4238 if no source found.
4239 (idlwave-shell-set-bp-in-module): Use fallback source to prevent
4240 filter race.
4241
4242 2007-02-22 Kim F. Storm <storm@cua.dk>
4243
4244 * wid-edit.el (widget-default-create): Undo 2007-02-04 change.
4245 (editable-field): Document need to put some text before the %v
4246 escape in :format string.
4247
4248 2007-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
4249
4250 * vc-svn.el: Remove the code inherited from CVSREAD and `cvs edit'.
4251 (vc-svn-use-edit): Remove unused config var.
4252 (vc-svn-update, vc-svn-revert): Checkout is always implicit.
4253
4254 * outline.el (hide-sublevels): Keep empty last line, if available.
4255
4256 * buff-menu.el (list-buffers-noselect): Use explicit unicode code
4257 rather than the corresponding unicode char, to make the code
4258 more readable.
4259
4260 2007-02-19 Juanma Barranquero <lekktu@gmail.com>
4261
4262 * speedbar.el (speedbar-frame-mode, speedbar-frame-width)
4263 (speedbar-show-unknown-files, speedbar-item-info-file-helper)
4264 (speedbar-item-info-tag-helper): Doc fixes.
4265
4266 2007-02-19 Kenichi Handa <handa@m17n.org>
4267
4268 * international/mule-cmds.el (locale-language-names):
4269 Map "eo" to "Esperanto".
4270
4271 * language/european.el ("Esperanto"): New language environment.
4272
4273 2007-02-17 Sven Joachim <svenjoac@gmx.de> (tiny change)
4274
4275 * simple.el (kill-line): Doc fix.
4276
4277 2007-02-17 Kim F. Storm <storm@cua.dk>
4278
4279 * emacs-lisp/bindat.el (bindat--unpack-u*): Optimize.
4280 (bindat--unpack-item, bindat--length-group, bindat--pack-item)
4281 (bindat--unpack-group, bindat--pack-group):
4282 Handle vectors with optional element type.
4283
4284 2007-02-17 Daiki Ueno <ueno@unixuser.org>
4285
4286 * pgg-gpg.el (pgg-gpg-process-region): Make USE-AGENT nil
4287 if PASSPHRASE is given.
4288
4289 2007-02-17 Chris Moore <dooglus@gmail.com>
4290
4291 * jka-cmpr-hook.el (jka-compr-compression-info-list):
4292 Recognize backups of bz2 compressed files.
4293
4294 2007-02-17 Eli Zaretskii <eliz@gnu.org>
4295
4296 * info-look.el (info-lookup): Bind Info-fontify-maximum-menu-size
4297 to nil to speed up lookup of the symbol in index nodes.
4298
4299 2007-02-17 Alin C. Soare <alinsoar@voila.fr> (tiny change)
4300
4301 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
4302 Add indentation for the constants of Lisp.
4303
4304 2007-02-16 Stefan Monnier <monnier@iro.umontreal.ca>
4305
4306 * ps-print.el: Use (defvar <foo>) where applicable.
4307 (ps-print-emacs-type): Remove.
4308 (ps-x-frame-property, ps-e-frame-parameter): Remove.
4309 (ps-frame-parameter): Align its call-convention with frame-parameter.
4310 (ps-begin-job): Adjust calls to it appropriately.
4311 (ps-setup): Don't print ps-print-emacs-type.
4312 (ps-e-find-composition, ps-mark-active-p, ps-color-device):
4313 Define in such a way that it's obvious that it's defined.
4314 (ps-prsc, ps-c-prsc, ps-s-prsc): Remove.
4315 (ps-rmail-mode-hook, ps-vm-mode-hook, ps-gnus-summary-setup)
4316 (ps-jts-ps-setup): Use flavor-neutral syntax instead.
4317
4318 2007-02-15 Alan Mackenzie <acm@muc.de>
4319
4320 * progmodes/cc-cmds.el (c-indent-new-comment-line): When splitting
4321 an empty one-line C-style comment, post-position point properly.
4322
4323 2007-02-15 Chris Moore <dooglus@gmail.com>
4324
4325 * isearch.el (isearch-lazy-highlight-space-regexp): New variable.
4326 (isearch-lazy-highlight-new-loop): Bind it.
4327 (isearch-lazy-highlight-search): Use it.
4328
4329 * replace.el (replace-highlight): Bind search-whitespace-regexp to nil.
4330
4331 2007-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
4332
4333 * font-lock.el (font-lock-extend-region-wholelines):
4334 Only return non-nil if the region has really been changed.
4335 Reported by David Hansen <david.hansen@physik.fu-berlin.de>
4336
4337 2007-02-15 Juanma Barranquero <lekktu@gmail.com>
4338
4339 * play/5x5.el (5x5-crack-xor-mutate): Doc fix.
4340 (5x5-draw-grid-end, 5x5-make-xor-with-mutation, 5x5-mode, 5x5-crack)
4341 (5x5-play-solution, 5x5-y-or-n-p): Fix typos in docstrings.
4342
4343 2007-02-14 Juanma Barranquero <lekktu@gmail.com>
4344
4345 * faces.el (color-values): Revert changes to docstring from
4346 2007-01-31 and 2000-09-07.
4347
4348 * textmodes/ispell.el (ispell-keep-choices-win, ispell-word)
4349 (ispell-begin-skip-region-regexp): Fix typos in docstrings.
4350 (ispell-dictionary-alist, ispell-process-line): Doc fixes.
4351 (ispell-help): Fix typos in docstring and output message.
4352
4353 2007-02-14 Kim F. Storm <storm@cua.dk>
4354
4355 * progmodes/grep.el (grep-files-aliases): Add tex and texi aliases.
4356 (lgrep): Add DIR arg to start grep in specific directory, like rgrep.
4357 (grep): Fix lgrep reference.
4358
4359 * disp-table.el (make-glyph-code, glyph-char, glyph-face): New defuns.
4360 (standard-display-underline): Use make-glyph-code.
4361
4362 * descr-text.el (describe-char): Use glyph-char and glyph-face.
4363
4364 * international/latin1-disp.el (latin1-display-char):
4365 Use make-glyph-code.
4366
4367 2007-02-13 Juanma Barranquero <lekktu@gmail.com>
4368
4369 * ehelp.el (with-electric-help, electric-help-exit)
4370 (electric-help-retain): Doc fixes.
4371
4372 * emacs-lisp/bytecomp.el (byte-compile-dest-file)
4373 (byte-compile-file): Doc fixes.
4374
4375 2007-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4376
4377 * term/mac-win.el: Change all uses of
4378 mac-set-font-panel-visibility to mac-set-font-panel-visible-p.
4379 (mac-ae-number): Return integer 0 if coerced result is float 0.0.
4380 (mac-ae-get-url): Call select-frame-set-input-focus.
4381 (mac-dnd-handle-drag-n-drop-event): Don't call
4382 select-frame-set-input-focus.
4383
4384 2007-02-13 Kenichi Handa <handa@m17n.org>
4385
4386 * international/characters.el: Fix documentation of category `a'.
4387
4388 2007-02-11 Dan Nicolaescu <dann@ics.uci.edu>
4389
4390 * progmodes/grep.el (grep): Mention lgrep and rgrep in the docstring.
4391
4392 2007-02-12 Michael Albinus <michael.albinus@gmx.de>
4393
4394 * net/tramp.el (tramp-get-ls-command, tramp-get-file-exists-command)
4395 (tramp-get-remote-ln): Handle error case.
4396 Reported by Chris Moore <dooglus@gmail.com>.
4397
4398 2007-02-11 Kim F. Storm <storm@cua.dk>
4399
4400 * bindings.el (ctl-x-map): Remove register compatibility bindings
4401 C-x /, C-x j, C-x x, and C-x g (deprecated since Emacs 19).
4402
4403 2007-02-11 Richard Stallman <rms@gnu.org>
4404
4405 * loadhist.el (unload-feature): Handle (t . SYMBOL) entries
4406 in load history.
4407
4408 * emacs-lisp/lisp-mode.el (indent-sexp): Clean up termination
4409 condition -- don't fail to stop at endpos.
4410
4411 2007-02-11 Carsten Dominik <dominik@science.uva.nl>
4412
4413 * textmodes/org.el (org-agenda-get-todos)
4414 (org-agenda-get-timestamps, org-agenda-get-closed)
4415 (org-agenda-get-deadlines, org-agenda-get-scheduled)
4416 (org-agenda-get-blocks, org-format-agenda-item)
4417 (org-agenda-change-all-lines, org-scan-tags): Rename text property
4418 from `category' to `org-category'.
4419
4420 2007-02-11 Kenichi Handa <handa@m17n.org>
4421
4422 * international/titdic-cnv.el (titdic-convert): Force files be written
4423 with Unix-like eol format. Read files under CXTERM-DIC by raw-text.
4424 (miscdic-convert): Force files be written with Unix-like eol format.
4425
4426 2007-02-11 Juanma Barranquero <lekktu@gmail.com>
4427
4428 * files.el (change-major-mode-with-file-name): Fix typo in docstring.
4429
4430 * calculator.el (calculator-prompt): Doc fix.
4431 (calculator-mode-map): Fix typo in menu entry.
4432
4433 2007-02-10 Jay Belanger <belanger@truman.edu>
4434
4435 * calculator.el (calculator): Do more extensive checking for when
4436 3 lines should be used for the calculator.
4437
4438 2007-02-10 Eli Zaretskii <eliz@gnu.org>
4439
4440 * info-look.el (info-lookup-make-completions):
4441 Bind Info-fontify-maximum-menu-size to nil to speed up lookup of
4442 index nodes.
4443
4444 * info.el (Info-fontify-maximum-menu-size): Document the effect
4445 of a nil value.
4446 (Info-fontify-node): Make sure Info-fontify-maximum-menu-size is
4447 non-nil before using it as size.
4448
4449 2007-02-09 Chong Yidong <cyd@stupidchicken.com>
4450
4451 * subr.el (insert-for-yank-1): Prevent read-only properties from
4452 interfering with text property operations.
4453
4454 * image-mode.el (image-mode): Revert 2007-01-30 changes.
4455
4456 * image.el (image-type-auto-detectable): Don't autodetect x[pb]m.
4457 (image-type-auto-detected-p): Fail if another match is found in
4458 auto-mode-alist.
4459
4460 * files.el (magic-mode-alist): Call image-mode instead of
4461 image-mode-maybe for autodetected images.
4462
4463 2007-02-09 Juanma Barranquero <lekktu@gmail.com>
4464
4465 * mail/smtpmail.el (smtpmail-smtp-service, smtpmail-queue-index-file):
4466 Fix typos in docstrings.
4467 (smtpmail-local-domain, smtpmail-queue-mail): Doc fixes.
4468
4469 2007-02-09 Kim F. Storm <storm@cua.dk>
4470
4471 * emacs-lisp/float-sup.el: Remove obsolete comment.
4472
4473 2007-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
4474
4475 * diff-mode.el (diff-sanity-check-hunk): Fix last fix.
4476
4477 2007-02-08 Karl Fogel <kfogel@red-bean.com>
4478
4479 * simple.el: Revert previous change, at request of RMS:
4480 (fundamental-mode-hook): Remove.
4481 (fundamental-mode): Run after-change-major-mode-hooks manually,
4482 and don't run the now-nonexistent fundamental-mode-hook.
4483
4484 2007-02-08 Karl Fogel <kfogel@red-bean.com>
4485
4486 * simple.el (fundamental-mode-hook): Declare new hook.
4487 (fundamental-mode): Run the new dedicated hook, and don't run
4488 after-change-major-mode-hooks manually anymore.
4489
4490 2007-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
4491
4492 * vc-svn.el (vc-svn-merge-news): Understand the new format with two
4493 added columns of chars. Remove support for the "no-meta-info" format.
4494 Prompted by Romain Francoise <romain@orebokech.com>.
4495
4496 2007-02-07 Nick Roberts <nickrob@snap.net.nz>
4497
4498 * progmodes/gdb-ui.el (gdb-if-arrow): New macro.
4499 (gdb-mouse-until, gdb-mouse-jump): Use it.
4500
4501 2007-02-07 Nick Roberts <nickrob@snap.net.nz>
4502
4503 * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump): Make them
4504 work when there is just an assembler buffer (no source buffer).
4505
4506 2007-02-07 Per Cederqvist <ceder@lysator.liu.se> (tiny change)
4507
4508 * diff-mode.el (diff-sanity-check-hunk): Don't reject the hunk
4509 just because the diff was produced using "-p" (--show-c-function).
4510
4511 2007-02-07 Juanma Barranquero <lekktu@gmail.com>
4512
4513 * faces.el (frame-set-background-mode): Use `color-values' and
4514 `display-color-p', not `x-color-values' and `x-display-color-p'.
4515 (face-valid-attribute-values): Use `defined-colors' instead of
4516 `x-defined-colors'.
4517
4518 2007-02-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4519
4520 * ps-print.el: The ps-print commands without face printing should not
4521 print background color. Reported by Leo <sdl.web@gmail.com>.
4522 (ps-print-version): New version 6.7.3.
4523 (ps-begin-job): New arg. Fix ps-default-background and
4524 ps-default-foreground initialization.
4525 (ps-face-attributes): Fix doc string.
4526 (ps-face-background, ps-generate-postscript, ps-generate): Fix code.
4527
4528 * printing.el: Fix ps-print link.
4529
4530 2007-02-06 Chong Yidong <cyd@stupidchicken.com>
4531
4532 * faces.el (face-set-after-frame-default): Compile attributes to
4533 be set by frame parameters before merging in X resources.
4534
4535 2007-02-06 Juanma Barranquero <lekktu@gmail.com>
4536
4537 * simple.el (blink-matching-paren-dont-ignore-comments):
4538 (blink-matching-paren-on-screen): Doc fixes.
4539
4540 2007-02-06 Nick Roberts <nickrob@snap.net.nz>
4541
4542 * progmodes/gdb-ui.el (gdb-frames-mode): Truncate lines in stack buffer.
4543
4544 2007-02-05 Juanma Barranquero <lekktu@gmail.com>
4545
4546 * loadhist.el (unload-feature): Silently ignore `load-history' entries
4547 of the form `(defface . SYMBOL)', and treat `(autoload . SYMBOL)'
4548 entries like `defun'. Return nil.
4549
4550 2007-02-05 Kim F. Storm <storm@cua.dk>
4551
4552 * ido.el: Doc fixes.
4553
4554 2007-02-04 David Kastrup <dak@gnu.org>
4555
4556 * play/mpuz.el (mpuz-random-puzzle): Fix potential lockup when
4557 `mpuz-allow-double-multiplicator' is non-zero, and correct
4558 calculation of `min'.
4559
4560 2007-02-04 Per Abrahamsen <abraham@dina.kvl.dk>
4561
4562 * wid-edit.el (widget-default-create): Insert new text at the
4563 :from marker _after_ the marker, not before it.
4564
4565 2007-02-04 Alan Mackenzie <acm@muc.de>
4566
4567 * progmodes/cc-cmds.el (c-indent-line): Don't erase ^L when a line
4568 containing it is re-indented.
4569
4570 2007-02-03 Chong Yidong <cyd@stupidchicken.com>
4571
4572 * net/newsticker.el (newsticker--insert-image): Update docstring,
4573 and insert the image directly.
4574 (newsticker--buffer-redraw): Update docstring.
4575
4576 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
4577 Rename from define-global-minor-mode.
4578
4579 * progmodes/cwarn.el (global-cwarn-mode):
4580 * emacs-lisp/autoload.el (make-autoload):
4581 * hi-lock.el (global-hi-lock-mode):
4582 * font-core.el (global-font-lock-mode): All callers changed.
4583
4584 2007-02-03 Eli Zaretskii <eliz@gnu.org>
4585
4586 * textmodes/texnfo-upd.el (texinfo-menu-copy-old-description):
4587 Don't copy @ignore lines into menu descriptions.
4588 (texinfo-multi-file-update): Goto the @node line before attempting
4589 to pluck the node name.
4590 (texinfo-multiple-files-update): Reverse the optional arguments'
4591 order, as per the doc string and the `interactive' form.
4592
4593 2007-02-03 Chong Yidong <cyd@stupidchicken.com>
4594
4595 * image-mode.el: Use autoload to avoid overriding disabled setting
4596 applied in .emacs.
4597
4598 2007-02-03 Alan Mackenzie <acm@muc.de>
4599
4600 * progmodes/cc-engine.el (c-in-knr-argdecl): Slight correction
4601 for, e.g. "void (*hdone)();" in a k&r list. (No WS between
4602 adjacent paren groups).
4603
4604 2007-02-02 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4605
4606 * progmodes/ebnf2ps.el: Doc fixes.
4607 (ebnf-eps-buffer, ebnf-eps-region, ebnf-syntax-alist): Doc fixes.
4608
4609 2007-02-02 Eli Zaretskii <eliz@gnu.org>
4610
4611 * dired-x.el (dired-do-relsymlink): Add reference to
4612 dired-do-symlink. Add an autoload cookie.
4613
4614 * dired-aux.el (dired-do-symlink): Add reference to
4615 dired-do-relsymlink.
4616
4617 2007-02-02 Doug Maxey <dwm@enoyolf.org> (tiny change)
4618
4619 * mouse.el <left-fringe mouse-2, right-fringe mouse-3>:
4620 <left-fringe mouse-3>: New bindings.
4621
4622 2007-02-02 Ulf Jasper <ulf.jasper@web.de>
4623
4624 * net/newsticker.el (newsticker-version): Changed to "1.10".
4625 (newsticker--set-customvar): Doc string.
4626 (newsticker-new-item-face): Doc string.
4627 (newsticker-mode): Initialize `invisibility-spec' with t.
4628 (newsticker-mode-map): Added
4629 `newsticker-mark-all-items-at-point-as-read'.
4630 (newsticker-menu): Added narrow-to-item and narrow-to-feed.
4631 (newsticker-w3m-show-inline-images): Do not call
4632 `w3m-remove-image'.
4633 (newsticker--buffer-after-w3m-insert-image): New advice for
4634 w3m-insert-image to cache images.
4635 (newsticker-next-item-same-feed): New.
4636 (newsticker-mark-all-items-at-point-as-read-and-redraw): New.
4637 (newsticker-mark-all-items-of-feed-as-read): New.
4638 (newsticker-mark-all-items-at-point-as-read): Use new functions.
4639 (newsticker-mark-item-at-point-as-read): Doc string.
4640 (newsticker-mark-item-at-point-as-read): Use new functions.
4641 (newsticker--do-mark-item-at-point-as-read): New, extracted from
4642 `newsticker-mark-item-at-point-as-read'.
4643 (newsticker-hide-entry): Use (t) instead of t for invisibility.
4644 (newsticker--sentinel): Yet another xml-parser workaround.
4645 (newsticker--decode-iso8601-date): Bugfix for datestrings without
4646 days.
4647 (newsticker--buffer-do-insert-text): Fix.
4648 (newsticker--buffer-insert-enclosure): Fix. length might be missing.
4649 (newsticker--buffer-make-item-completely-visible):
4650 `switch-to-buffer' not necessary.
4651
4652 2007-02-02 Eli Zaretskii <eliz@gnu.org>
4653
4654 * progmodes/ebnf2ps.el (ebnf-eps-buffer, ebnf-eps-region)
4655 (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-region)
4656 (ebnf-style-database, ebnf-apply-style, ebnf-reset-style)
4657 (ebnf-push-style, ebnf-pop-style, ebnf-eps-production-list)
4658 (ebnf-directory, ebnf-file, ebnf-syntax-alist): Doc fixes.
4659
4660 2007-02-02 Kenichi Handa <handa@m17n.org>
4661
4662 * international/quail.el (quail-show-key): Fix an error message.
4663
4664 2007-02-01 Juanma Barranquero <lekktu@gmail.com>
4665
4666 * faces.el (set-face-underline-p, modify-face): Rename arg
4667 UNDERLINE-P to UNDERLINE (it is not a flag).
4668
4669 2007-02-01 Nick Roberts <nickrob@snap.net.nz>
4670
4671 * progmodes/gdb-ui.el (gdb-speedbar-update): Avoid duplication
4672 when adding gdb-speedbar-update to gdb-input-queue.
4673
4674 2007-02-01 Kenichi Handa <handa@m17n.org>
4675
4676 * international/quail.el (quail-show-key): Signal an error if the
4677 current input method is not using Quail.
4678
4679 2007-02-01 J.D. Smith <jdsmith@as.arizona.edu>
4680
4681 * progmodes/idlwave.el (idlwave-xml-create-sysvar-alist):
4682 Trim leading whitespace in sysvar names.
4683
4684 2007-02-01 Juanma Barranquero <lekktu@gmail.com>
4685
4686 * faces.el (internal-find-face, internal-get-face): Doc fixes.
4687
4688 2007-01-31 Juanma Barranquero <lekktu@gmail.com>
4689
4690 * ido.el (ido-set-common-completion): Use `let', not `let*'.
4691
4692 2007-01-31 Romain Francoise <romain@orebokech.com>
4693
4694 * comint.el: Delete extra copy of `comint-copy-old-input' added in
4695 previous change to this file.
4696
4697 2007-01-31 Jason Rumney <jasonr@gnu.org>
4698
4699 * files.el (magic-mode-alist): Use image-mode-maybe rather than
4700 image-mode.
4701
4702 * image-mode.el (image-mode-maybe): Prevent magic-mode-alist from
4703 interfering with attempt to set major mode from modified
4704 auto-mode-alist.
4705
4706 2007-01-31 Juanma Barranquero <lekktu@gmail.com>
4707
4708 * faces.el (color-values): Doc fix.
4709 (face-differs-from-default-p): Don't check :foreground twice.
4710
4711 2007-01-31 J.D. Smith <jdsmith@as.arizona.edu>
4712
4713 * comint.el (comint-mode): Prevent non-keyword fontification by default.
4714
4715 2007-01-31 Kenichi Handa <handa@m17n.org>
4716
4717 * international/quail.el (quail-store-decode-map-key): Store a
4718 translated character too.
4719 (quail-char-equal-p): New function.
4720 (quail-find-key1): Check character equality by quail-char-equal-p.
4721 (quail-decode-map-generated): New variable.
4722 (quail-find-key): Check quail-decode-map-generated and re-generate
4723 a decode map if necessary.
4724
4725 2007-01-30 Richard Stallman <rms@gnu.org>
4726
4727 * tutorial.el (tutorial--detailed-help): Make the list of
4728 changed keys look nicer.
4729
4730 2007-01-30 Nick Roberts <nickrob@snap.net.nz>
4731
4732 * progmodes/gdb-ui.el (gdb-var-delete-1): New function.
4733 (gdb-var-delete): Use it.
4734 (gdb-var-update-handler-1): Handle value "invalid" for MI field
4735 `in_scope'.
4736
4737 2007-01-30 Michael Albinus <michael.albinus@gmx.de>
4738
4739 * files.el (get-free-disk-space): Return nil for remote directories.
4740
4741 * net/ange-ftp.el (ange-ftp-ls): In case of wildcards, use "ls"
4742 instead of "dir".
4743
4744 2007-01-30 Chong Yidong <cyd@stupidchicken.com>
4745
4746 * type-break.el (type-break-catch-up-event): New function.
4747 (type-break-demo-hanoi, type-break-demo-life)
4748 (type-break-demo-boring): Use it.
4749
4750 * image-mode.el (image-mode): Don't automatically view as image.
4751 (image-toggle-display): Add `disabled' property.
4752
4753 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
4754
4755 * isearchb.el (isearchb-iswitchb):
4756 * ps-print.el (ps-build-face-reference):
4757 * emacs-lisp/shadow.el (list-load-path-shadows):
4758 * eshell/esh-cmd.el (eshell-rewrite-for-command):
4759 * international/mule.el (find-auto-coding):
4760 * mail/supercite.el (sc-attrib-selection-list):
4761 * progmodes/cc-defs.el (c-emacs-features):
4762 * progmodes/cc-vars.el (c-offsets-alist):
4763 * progmodes/flymake.el
4764 (flymake-init-create-temp-source-and-master-buffer-copy):
4765 Fix typos in docstrings (some suggested by Chris Moore).
4766
4767 * progmodes/vhdl-mode.el (vhdl-components-package-name)
4768 (vhdl-get-library-unit, vhdl-corresponding-begin)
4769 (vhdl-skip-case-alternative, vhdl-backward-skip-label)
4770 (vhdl-align-region-2, vhdl-electric-dash, vhdl-case-word)
4771 (vhdl-hooked-abbrev, vhdl-hs-forward-sexp-func)
4772 (vhdl-font-lock-match-item): Fix typos in docstrings.
4773 (vhdl-get-library-unit, vhdl-get-block-state, vhdl-sort-alist)
4774 (vhdl-set-offset, vhdl-fix-case-region-1, vhdl-scan-directory-contents)
4775 (vhdl-speedbar-insert-project-hierarchy):
4776 Improve argument/docstring consistency.
4777
4778 2007-01-29 Kenichi Handa <handa@m17n.org>
4779
4780 * international/titdic-cnv.el (py-converter): Fix previous change.
4781
4782 2007-01-29 Chong Yidong <cyd@stupidchicken.com>
4783
4784 * jka-compr.el (jka-compr-partial-uncompress)
4785 (jka-compr-call-process): Rebind default-directory if it is
4786 invalid. Suggested by Chris Moore.
4787
4788 * comint.el (comint-insert-input): Handle situation where the
4789 selected buffer is not the clicked buffer.
4790
4791 2007-01-29 Kenichi Handa <handa@m17n.org>
4792
4793 * international/ja-dic-cnv.el (skkdic-convert):
4794 Add byte-compile-disable-print-circle:t at the head.
4795
4796 * international/titdic-cnv.el (tit-process-header):
4797 Add byte-compile-disable-print-circle:t at the head.
4798 (miscdic-convert): Likewise.
4799 (py-converter): Skip the header comments.
4800
4801 * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle):
4802 New variable.
4803 (byte-compile-output-file-form): Bing print-circle to nil if
4804 byte-compile-output-file-form is not nil.
4805 (byte-compile-output-docform): Likewise.
4806
4807 2007-01-28 Kim F. Storm <storm@cua.dk>
4808
4809 * emulation/cua-base.el (cua-global-keymap, cua--region-keymap):
4810 Declare earlier to avoid byte compiler warnings.
4811
4812 2007-01-28 Markus Triska <markus.triska@gmx.at>
4813
4814 * speedbar.el (speedbar-make-specialized-keymap): Doc fix.
4815
4816 2007-01-28 Chong Yidong <cyd@stupidchicken.com>
4817
4818 * play/gamegrid.el (gamegrid-kill-timer): Cancel timer directly.
4819 (gamegrid-add-score-with-update-game-score-1): Allow local quits
4820 when calling update-game-score program. Remove unnecessary
4821 save-excursion.
4822
4823 * play/tetris.el (tetris-new-shape): Stop drawing if game is over.
4824
4825 2007-01-28 Nick Roberts <nickrob@snap.net.nz>
4826
4827 * progmodes/gdb-ui.el (gdb-breakpoint-regexp): Declare earlier to
4828 avoid compiler warning.
4829 (gdb-var-update-handler-1): Consider that the MI field `in_scope'
4830 might have values other than "true" or "false".
4831
4832 2007-01-28 Richard Stallman <rms@gnu.org>
4833
4834 * textmodes/fill.el (fill-paragraph-function): Doc fix.
4835 (fill-paragraph): Bind fill-paragraph-function to t to avoid recursion.
4836
4837 * emacs-lisp/pp.el (pp-eval-last-sexp): Don't eval here.
4838
4839 * image.el (image-type-header-regexps): Make GIF regex more specific.
4840
4841 * tutorial.el (tutorial--default-keys): Check M-DEL, not `M-backspace'.
4842 Don't check `backspace'.
4843 (tutorial--find-changed-keys): Look up bindings in a temp buffer
4844 in Fundamental mode.
4845
4846 * startup.el (fancy-splash-text, normal-splash-screen):
4847 Mention C-g.
4848
4849 * simple.el (eval-expression): Don't use eval-last-sexp-print-value
4850 when inserting in buffer.
4851
4852 * vc-arch.el (vc-arch-file-id): Move with-current-buffer
4853 inside the if.
4854
4855 2007-01-27 Richard Stallman <rms@gnu.org>
4856
4857 * obsolete/awk-mode.el (awk-font-lock-keywords): Add "do".
4858
4859 2007-01-27 Guanpeng Xu <herberteuler@hotmail.com>
4860
4861 * add-log.el (add-log-current-defun): Skip the semicolon ``;'' for
4862 enum/union/struct/class definition.
4863 Revert change to call `forward-sexp' multiple times.
4864
4865 2007-01-27 Chong Yidong <cyd@stupidchicken.com>
4866
4867 * files.el (hack-local-variables-confirm): Don't keep trying to
4868 read an event from an empty kbd macro.
4869
4870 2007-01-27 Eli Zaretskii <eliz@gnu.org>
4871
4872 * server.el (server-start): Mention LEAVE-DEAD arg in the doc string.
4873
4874 2007-01-27 Ben North <ben@redfrontdoor.org>
4875
4876 * outline.el (outline-promote, outline-demote): Doc fix. Rename
4877 the arg CHILDREN -> WHICH.
4878
4879 2007-01-27 Michael Albinus <michael.albinus@gmx.de>
4880
4881 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Set
4882 default-directory to a sane value when calling start-process.
4883
4884 2007-01-27 Eli Zaretskii <eliz@gnu.org>
4885
4886 * ls-lisp.el (ls-lisp-use-localized-time-format): New defcustom.
4887 (ls-lisp-format-time-list): Doc fix. Mention
4888 ls-lisp-use-localized-time-format.
4889 (ls-lisp-format-time): Use ls-lisp-format-time-list if
4890 ls-lisp-use-localized-time-format is non-nil, even if a valid
4891 locale is defined.
4892
4893 2007-01-27 Juanma Barranquero <lekktu@gmail.com>
4894
4895 * jka-compr.el (jka-compr-shell): Doc fix.
4896
4897 * jka-cmpr-hook.el (jka-compr-compression-info-list): Doc fix.
4898
4899 2007-01-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4900
4901 * ps-print.ps: Fix background height.
4902 (ps-print-version): New version 6.7.2.
4903
4904 2007-01-26 Eli Zaretskii <eliz@gnu.org>
4905
4906 * makefile.w32-in (finder-data, custom-deps): Depend on
4907 $(lisp)/loaddefs.el.
4908
4909 2007-01-24 Dan Nicolaescu <dann@ics.uci.edu>
4910
4911 * Makefile.in (custom-deps, finder-data): Add dependency to loaddefs.el.
4912
4913 2007-01-24 Miles Bader <miles@gnu.org>
4914
4915 * emacs-lisp/bytecomp.el (byte-compile-output-file-form)
4916 (byte-compile-output-docform): Bind `print-circle' to t.
4917
4918 2007-01-24 Kenichi Handa <handa@m17n.org>
4919
4920 * international/ja-dic-cnv.el (skkdic-convert): Insert a related
4921 file name of the original SKK dictionary file.
4922
4923 2007-01-24 Kim F. Storm <storm@cua.dk>
4924
4925 * ido.el (ido-initial-position): New variable.
4926 (ido-read-internal): Set it if default item is specified.
4927 (ido-minibuffer-setup): Position cursor accordingly if set.
4928 (ido-edit-input): C-e moves to end of input if not already there.
4929 (ido-magic-backward-char): C-b does like M-b if prev char is /.
4930 Don't switch to buffer mode if repeating C-b at start of input.
4931 (ido-toggle-ignore): C-a only toggles ignore at start or end of
4932 input; else it moves to start of input.
4933 (ido-kill-buffer-at-head, ido-delete-file-at-head): If cursor is
4934 not at end of input, delete rest of input, rather than normal op.
4935
4936 2007-01-23 Michael Kifer <kifer@cs.stonybrook.edu>
4937
4938 * emulation/viper-keym.el (viper-insert-basic-map):
4939 Delete binding for S-TAB.
4940
4941 * ediff-util.el (ediff-clone-buffer-for-region-comparison): Change text
4942 of message. Activate mark.
4943 (ediff-activate-mark): Set transient-mark-mode to t.
4944
4945 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise): Doc fix.
4946
4947 2007-01-23 Martin Rudalics <rudalics@gmx.at>
4948
4949 * help-fns.el (describe-variable): Don't suppress display of
4950 buffer local value when the value is "large".
4951
4952 2007-01-22 Kim F. Storm <storm@cua.dk>
4953
4954 * ido.el (ido-active): Add XEmacs test from ido-minibuffer-setup.
4955 (ido-initiate-auto-merge, ido-exhibit, ido-minibuffer-setup)
4956 (ido-tidy): Use ido-active.
4957
4958 2007-01-22 Chris Moore <christopher.ian.moore@gmail.com>
4959
4960 * hexl.el (hexl-mode-exit): Add missing quote.
4961
4962 2007-01-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4963
4964 * term/mac-win.el (mac-keyboard-modifier-mask-alist): New constant.
4965 (mac-ae-keyboard-modifiers): New function.
4966 (mac-handle-toolbar-switch-mode): Use it.
4967 (mac-dnd-handle-drag-n-drop-event): Likewise. Set action to `copy'
4968 if keyboard modifiers on drop contain option key.
4969 (mac-dnd-drop-data): Add optional argument `action'.
4970 (special-event-map): Remove binding for M-drag-n-drop.
4971
4972 2007-01-21 Guanpeng Xu <herberteuler@hotmail.com>
4973
4974 * add-log.el (add-log-current-defun): Use CC Mode functions to
4975 find the beginning and end of a defun.
4976
4977 2007-01-21 Nick Roberts <nickrob@snap.net.nz>
4978
4979 * progmodes/gdb-ui.el (gdb-var-create-regexp)
4980 (gdb-var-create-handler): Handle value field in GDB output of
4981 -var-create.
4982 (gdb-max-frames): New variable.
4983 (gdb-stack-buffer, gdb-frames-select): Use it.
4984 (gdb-info-stack-custom): Help user customize gdb-max-frames,
4985 if necessary.
4986 (gdb-get-frame-number): Simplify.
4987
4988 2007-01-21 Glenn Morris <rgm@gnu.org>
4989
4990 * net/tramp.el (tramp-perl-encode, tramp-perl-decode):
4991 Update copyrights.
4992
4993 2007-01-21 Alan Mackenzie <acm@muc.de>
4994
4995 * progmodes/cc-cmds.el (c-where-wrt-brace-construct): Correct the
4996 handling of K&R stuff.
4997
4998 2007-01-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4999
5000 * textmodes/bibtex.el (bibtex-files): Fix customization type.
5001
5002 2007-01-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5003
5004 * ps-print.el: Handle frame parameters (background and/or foreground
5005 colors) changing dynamically. Reported by Leo <sdl.web@gmail.com>.
5006 (ps-print-version): New version 6.7.1.
5007 (ps-x-frame-property, ps-e-frame-parameter): New aliases.
5008 (ps-frame-parameter): New fun.
5009 (ps-default-fg, ps-default-bg): New default value ('frame-parameter).
5010 Fix doc and customization.
5011 (ps-begin-job): Get frame parameters (background and/or foreground
5012 colors).
5013 (ps-do-despool): Ensure ps-printer-name has a valid value.
5014
5015 2007-01-21 Nick Roberts <nickrob@snap.net.nz>
5016
5017 * progmodes/gdb-ui.el (gdb-debug-log): Rename from gdb-debug-ring.
5018 (gdb-debug-log-max): Rename from gdb-debug-ring-max.
5019 (gud-gdba-marker-filter): Make a value of nil for gdb-debug-ring-max
5020 mean unlimited.
5021
5022 2007-01-20 Alan Mackenzie <acm@muc.de>
5023
5024 * progmodes/cc-engine.el (c-in-knr-argdecl): Reformulate to do
5025 much more rigorous analysis of putative K&R regions.
5026
5027 2007-01-20 Alan Mackenzie <acm@muc.de>
5028
5029 * progmodes/cc-defs.el (c-go-list-forward, c-go-list-backward):
5030 New functions.
5031
5032 2007-01-20 Alan Mackenzie <acm@muc.de>
5033
5034 * progmodes/cc-align.el, progmodes/cc-cmds.el,
5035 * progmodes/cc-defs.el, progmodes/cc-engine.el,
5036 * progmodes/cc-langs.el, progmodes/cc-styles.el,
5037 * progmodes/cc-vars.el: Add my name.
5038
5039 2007-01-20 Chong Yidong <cyd@stupidchicken.com>
5040
5041 * files.el (find-alternate-file): Revert query message to Emacs 21
5042 version.
5043
5044 2007-01-20 Eric Hanchrow <offby1@blarg.net> (tiny change)
5045
5046 * progmodes/cperl-mode.el (cperl-electric-keywords): Document in
5047 the doc string how to use personal abbrevs without electric
5048 keywords.
5049
5050 2007-01-20 Alin C. Soare <alinsoar@voila.fr> (tiny change)
5051
5052 * emacs-lisp/lisp-mode.el (last-sexp-toggle-display):
5053 Fixed cursor position when toggle abbreviated display.
5054
5055 2007-01-20 Nick Roberts <nickrob@snap.net.nz>
5056
5057 * t-mouse.el: Update copyright following assignment by
5058 Alessandro Rubini.
5059
5060 2007-01-20 Chong Yidong <cyd@stupidchicken.com>
5061
5062 * type-break.el (type-break-demo-hanoi, type-break-demo-life)
5063 (type-break-demo-boring): Call read-event instead of read-char.
5064
5065 2007-01-19 Daniel Pfeiffer <occitan@esperanto.org> (tiny change)
5066
5067 * progmodes/compile.el: Add handling for makepplog.
5068
5069 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
5070
5071 * textmodes/ispell.el (ispell-change-dictionary): Ensure that
5072 aspell dictionaries are initialized when called non-interactively.
5073
5074 2007-01-19 Chong Yidong <cyd@stupidchicken.com>
5075
5076 * progmodes/compile.el (compilation-loop): New arg limit.
5077 Handle case where the first error is at point-min.
5078 (compilation-next-error): New arg to compilation-loop call.
5079
5080 2007-01-18 Bruno Haible <bruno@clisp.org> (tiny change)
5081
5082 * info.el (Info-default-dirs): Change default info dir to
5083 share/info.
5084
5085 * paths.el (Info-default-directory-list): Ditto.
5086
5087 2007-01-18 Chris Moore <christopher.ian.moore@gmail.com>
5088
5089 * hexl.el (hexl-before-revert-hook): New function.
5090 (hexl-mode): Use it.
5091 (hexl-after-revert-hook): Just call hexl-mode.
5092 (hexl-mode-exit): Remove before-revert-hook.
5093
5094 2007-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
5095
5096 * isearch.el (isearch-no-upper-case-p): Look for [:upper:] as well.
5097
5098 2007-01-16 Martin Rudalics <rudalics@gmx.at>
5099
5100 * textmodes/ispell.el (ispell-dictionary-alist-3): Replace "---"
5101 by "-" in francais7 otherchars entry.
5102 (ispell-dictionary-alist-5): Replace "." by "[.]" for polish
5103 otherchars entry.
5104
5105 2007-01-15 Karl Fogel <kfogel@red-bean.com>
5106
5107 * bookmark.el (bookmark-buffer-file-name): Abbreviate the bookmark
5108 path. Rewrite function in `cond' style for readability.
5109
5110 Suggested by: Stephen Eglen <S.J.Eglen{_AT_}damtp.cam.ac.uk>.
5111 (The path shortening, that is, not the rearrarangement.)
5112
5113 2007-01-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5114
5115 * term/mac-win.el (mac-ae-quit-application): New function.
5116 (mac-apple-event-map): Bind "quit application" Apple event to it.
5117
5118 2007-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
5119
5120 * vc-svn.el (vc-svn-parse-status): Trust the filename argument more
5121 than the program's output.
5122
5123 2007-01-14 Juanma Barranquero <lekktu@gmail.com>
5124
5125 * kmacro.el (kmacro-insert-counter, kmacro-set-counter)
5126 (kmacro-start-macro-or-insert-counter)
5127 (kmacro-step-edit-prefix-commands): Fix typos in docstrings.
5128 (kmacro-call-ring-2nd, kmacro-call-ring-2nd-repeat): Doc fixes.
5129
5130 * longlines.el (longlines-show-hard-newlines):
5131 * ruler-mode.el (ruler-mode-ruler):
5132 * emulation/keypad.el (keypad-setup):
5133 * progmodes/antlr-mode.el (antlr-indent-at-bol-alist):
5134 Fix typo in docstring.
5135
5136 2007-01-13 Mathias Dahl <mathias.dahl@gmail.com>
5137
5138 * tumme.el (tumme-cmd-rotate-original-options): Add -outfile option.
5139 Remove redirect character ">".
5140
5141 2007-01-13 Juanma Barranquero <lekktu@gmail.com>
5142
5143 * replace.el (perform-replace): Remove leftover code.
5144
5145 2007-01-12 Richard Stallman <rms@gnu.org>
5146
5147 * replace.el (perform-replace): Don't clear NODENT when computing
5148 the replacement string.
5149
5150 2007-01-11 Michael Albinus <michael.albinus@gmx.de>
5151
5152 * net/tramp.el (tramp-handle-file-local-copy):
5153 Set `enable-multibyte-characters' to nil. Reported by Chris Moore
5154 <christopher.ian.moore@gmail.com>.
5155
5156 2007-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
5157
5158 * diff-mode.el (diff-sanity-check-context-hunk-half)
5159 (diff-sanity-check-hunk): New functions.
5160 (diff-find-source-location): Use'em to check the hunks are well-formed.
5161
5162 * hexl.el (hexlify-buffer, dehexlify-buffer): Don't complain and don't
5163 activate undo when undo is not active.
5164 Reported by Chris Moore <christopher.ian.moore@gmail.com>.
5165
5166 2007-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
5167
5168 * ffap.el (ffap-next-regexp, ffap-machine-p, ffap-newsgroup-regexp)
5169 (ffap-newsgroup-p, ffap-alist, ffap-string-at-point-mode-alist)
5170 (ffap-url-at-point): Use char-classes rather than "a-z".
5171
5172 2007-01-10 Juanma Barranquero <lekktu@gmail.com>
5173
5174 * ediff-init.el (ediff-autostore-merges):
5175 * textmodes/fill.el (fill-region): Doc fix.
5176
5177 2007-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
5178
5179 * server.el (server-ensure-safe-dir): UIDs may be floats.
5180
5181 2007-01-10 Richard Stallman <rms@gnu.org>
5182
5183 * battery.el (battery-linux-proc-acpi): Use ignore-errors
5184 around calls to directory-files.
5185
5186 * subr.el (momentary-string-display): Use save-excursion.
5187
5188 * emacs-lisp/pp.el (pp-eval-expression): Once again eval the
5189 argument, but read it as `X' does.
5190
5191 2007-01-09 Juri Linkov <juri@jurta.org>
5192
5193 * info.el (Info-fontify-node): Don't hide node names of index entries.
5194
5195 * faces.el (momentary): Change :group to basic-faces where all
5196 basic faces belong to. Add :version.
5197
5198 2007-01-09 Lennart Borgman <lennart.borgman.073@student.lu.se>
5199
5200 * tutorial.el (tutorial--display-changes): Show M-x sequence if no
5201 keybinding is found.
5202 (tutorial--find-changed-keys): Never treat null keybinding as a
5203 remapping.
5204
5205 2007-01-09 Martin Rudalics <rudalics@gmx.at>
5206
5207 * wdired.el (wdired-xcase-word): Skip non-word read-only characters.
5208
5209 2007-01-09 Kenichi Handa <handa@m17n.org>
5210
5211 * international/mule-cmds.el
5212 (select-safe-coding-system-interactively): Fix message.
5213
5214 2007-01-09 Michael Albinus <michael.albinus@gmx.de>
5215
5216 * net/tramp.el (tramp-process-one-action): Remove `with-timeout'.
5217 (tramp-process-actions): Add optional parameter TIMEOUT.
5218 (tramp-open-connection-telnet, tramp-open-connection-rsh)
5219 (tramp-open-connection-su): Add timeout of 60".
5220
5221 2007-01-09 Richard Stallman <rms@gnu.org>
5222
5223 * progmodes/compile.el (compile): Doc fix.
5224
5225 2007-01-09 Markus Triska <markus.triska@gmx.at>
5226
5227 * tumme.el (tumme-display-thumb): Doc fix.
5228
5229 2007-01-08 Juanma Barranquero <lekktu@gmail.com>
5230
5231 * battery.el (battery-search-for-one-match-in-files):
5232 * bindings.el (mode-line-minor-mode-help):
5233 * x-dnd.el (x-dnd-types-alist):
5234 * calendar/icalendar.el (icalendar-import-buffer):
5235 * term/mac-win.el (mac-dnd-types-alist): Fix typo in docstring.
5236
5237 * progmodes/vhdl-mode.el (vhdl-save-caches): Fix typo in error message.
5238
5239 2007-01-07 Chris Moore <christopher.ian.moore@gmail.com>
5240
5241 * replace.el (replace-regexp): Fix typo in docstring.
5242
5243 2007-01-07 Alan Mackenzie <acm@muc.de>
5244
5245 * progmodes/cc-langs.el (c-operators, c-filter-ops):
5246 Amend doc-string and comments.
5247
5248 2007-01-06 Eli Zaretskii <eliz@gnu.org>
5249
5250 * files.el (abbreviate-file-name): Doc fix.
5251
5252 2007-01-06 Markus Triska <triska@gmx.at>
5253
5254 * subr.el (split-string): Remove spurious ")" from doc string.
5255
5256 2007-01-05 Takaaki Ota <Takaaki.Ota@am.sony.com>
5257
5258 * textmodes/table.el (table--warn-incompatibility):
5259 Use display-warning instead of momentary-string-display.
5260
5261 2007-01-05 Richard Stallman <rms@gnu.org>
5262
5263 * image.el (image-type-header-regexps): Recognize xbm more strictly.
5264
5265 * simple.el (backward-kill-word): Doc fix.
5266
5267 2007-01-05 Romain Francoise <romain@orebokech.com>
5268
5269 * international/mule.el (sgml-html-meta-auto-coding-function):
5270 Ensure that the buffer contains a HTML document.
5271
5272 2007-01-05 Dan Nicolaescu <dann@ics.uci.edu>
5273
5274 * faces.el (momentary): Move here ...
5275 * subr.el (momentary): ... from here.
5276
5277 2007-01-05 Nick Roberts <nickrob@snap.net.nz>
5278
5279 * progmodes/gdb-ui.el (gdb-max-children): New customizable variable.
5280 (gdb-speedbar-expand-node): Ask user for confirmation before expanding
5281 large structures/arrays.
5282
5283 2007-01-04 Juanma Barranquero <lekktu@gmail.com>
5284
5285 * files.el (find-file-noselect-1, set-visited-file-name):
5286 Allow backup-enable-predicate to be nil.
5287
5288 2007-01-04 Andreas Schwab <schwab@suse.de>
5289
5290 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Fix typo in
5291 last change.
5292
5293 2007-01-03 Richard Stallman <rms@gnu.org>
5294
5295 * woman.el (woman-decode-buffer): Clarify error message.
5296
5297 2007-01-03 Alan Mackenzie <acm@muc.de>
5298
5299 * progmodes/cc-cmds.el (c-mask-paragraph): Fix yesterday's buggy patch.
5300
5301 2007-01-03 Chris Moore <christopher.ian.moore@gmail.com>
5302
5303 * tutorial.el (tutorial--describe-nonstandard-key): Fix typo.
5304
5305 2007-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
5306
5307 * iswitchb.el (iswitchb-global-map): Use command-remapping if available.
5308
5309 2007-01-02 Juanma Barranquero <lekktu@gmail.com>
5310
5311 * emulation/viper.el (viper-custom-file-name, viper-mode):
5312 Fix typos in docstrings.
5313
5314 * subr.el (momentary-string-display): After moving point, set POS
5315 variable to it to avoid later errors once the buffer is modified.
5316 Doc fix.
5317
5318 2007-01-02 Alan Mackenzie <acm@muc.de>
5319
5320 * progmodes/cc-cmds.el (c-mask-paragraph): In a block comment,
5321 check that the "*/" is present before trying to manipulate it.
5322
5323 2007-01-02 Richard Stallman <rms@gnu.org>
5324
5325 * wid-edit.el (widget-choose): Avoid ugly error for function keys.
5326
5327 * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords):
5328 Fix format of value.
5329
5330 * cus-edit.el (customize-unsaved): Rename from customize-customized.
5331 Change messages accordingly.
5332 (customize-customized): Now alias.
5333
5334 2007-01-02 Juanma Barranquero <lekktu@gmail.com>
5335
5336 * files.el (version-control): Doc fix.
5337
5338 2007-01-01 Alan Mackenzie <acm@muc.de>
5339
5340 * progmodes/cc-engine.el (c-guess-basic-syntax, case 5N):
5341 Check the format of c-state-cache is valid for an optimisation before
5342 using it.
5343
5344 * progmodes/cc-engine.el (c-guess-basic-syntax): New case 5Q "we
5345 are at a statement within a macro". Other changes so that only
5346 the first continuation line in a macro gets the symbol
5347 `cpp-define-intro', the others getting `statement', or whatever.
5348
5349 * progmodes/cc-cmds.el (c-context-line-break): When invoked within
5350 a string, preserve whitespace. Add a backslash only when also in
5351 a macro.
5352
5353 * progmodes/cc-defs.el: Correct typos.
5354
5355 * progmodes/cc-cmds.el (c-context-line-break): Don't indent the
5356 new line after an escaped EOL in a string.
5357
5358 * progmodes/cc-engine.el (c-forward-label): Recognise "foo:" as a
5359 label when it directly follows "else", "do", ....
5360
5361 * progmodes/cc-engine.el (c-backward-<>-arglist): Tolerate empty
5362 angle brackets (as seen in "explicit specialisations" of C++
5363 templates).
5364
5365 * progmodes/cc-vars.el (c-indentation-style): Mention c-file-style
5366 in the doc-string.
5367
5368 * progmodes/cc-cmds.el (c-mask-paragraph): Fix for C comments,
5369 when the comment ender looks like "=========*/" and is alone on
5370 its line.
5371
5372 * progmodes/cc-langs.el, progmodes/cc-engine.el: Correct the
5373 spelling of c-opt-op-identiTier-prefix, t -> f. Leave an alias
5374 for the old name.
5375
5376 * progmodes/cc-mode.el: Bind C-M-a and C-M-e to
5377 c-\(beginning\|end\)-of-defun by default.
5378
5379 * progmodes/cc-align.el (c-lineup-gnu-DEFUN-intro-cont):
5380 New line-up function, for the DEFUN macro in the Emacs C sources.
5381 Only used in "gnu" style.
5382
5383 * progmodes/cc-styles.el (c-style-alist): Use this new function in
5384 the "gnu" style.
5385
5386 * progmodes/cc-cmds.el (c-electric-slash): Extend the handling of
5387 clean-up comment-close-slash also to work when there's a comment
5388 terminator on the line.
5389 (c-beginning-of-defun, c-end-of-defun): Refactor and optimise
5390 these for large arg - only take account of top level {..}, except
5391 for initial and final adjustments. M-- C-M-[ae] now go to the
5392 right defuns when the starting point is between defuns. They use
5393 the four new functions:
5394 (c-in-function-trailer-p, c-where-wrt-brace-construct)
5395 (c-backward-to-nth-BOF-{, c-forward-to-nth-EOF-}): New functions to
5396 support c-\(beginning\|end\)-of-defun.
5397
5398 * progmodes/cc-engine.el (c-forward-label): Analyze ":"
5399 expressions more rigorously, to exclude bit-field specifiers from
5400 being classed as labels.
5401 (c-forward-label): When analyzing a ":" within a macro, be careful
5402 about using c-forward-syntactic-ws at the macro beginning.
5403 (c-beginning-of-decl-1): Whilst searching for "=" as evidence of a
5404 stmt boundary, check for "operator=", etc.
5405
5406 * progmodes/cc-mode.el (c-postprocess-file-styles):
5407 Bind inhibit-read-only to t, around the call to
5408 c-remove-any-local-eval-or-mode-variables, so that it works on a
5409 RO file.
5410
5411 * progmodes/cc-defs.el (c-version): Update the version number to
5412 "5.31.4".
5413
5414 2007-01-01 Richard Stallman <rms@gnu.org>
5415
5416 * isearch.el (isearch-done): Use FOUND-POINT or FOUND-START
5417 only if we restored isearch-window-configuration.
5418
5419 2006-12-31 Romain Francoise <romain@orebokech.com>
5420
5421 * net/tramp.el (tramp-default-method): Don't use `symbol-function'.
5422
5423 2006-12-31 Kim F. Storm <storm@cua.dk>
5424
5425 * files.el (auto-mode-case-fold): New defcustom.
5426 (set-auto-mode): If non-nil, perform second case-sensitive pass
5427 through auto-mode-alist if first pass failed.
5428
5429 2006-12-30 Richard Stallman <rms@gnu.org>
5430
5431 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Doc fix.
5432
5433 2006-12-30 Ken Manheimer <ken.manheimer@gmail.com>
5434
5435 * allout.el (allout-encrypt-string): Handle symmetric-key
5436 passphrase caching but leave keypair caching to pgg.
5437
5438 2006-12-30 Michael Albinus <michael.albinus@gmx.de>
5439
5440 Sync with Tramp 2.0.55.
5441
5442 * net/tramp.el (tramp-completion-mode): Use `wholenump' instead of
5443 `integerp'. `char-equal' could fail else in case of negative
5444 numbers. Reported by Toby Speight <T.M.Speight.90@cantab.net>.
5445 (top): Check for `font-lock-add-keywords' before calling; it
5446 doesn't exist under XEmacs.
5447 (tramp-yn-prompt-regexp): Fix regexp. Add question from plink.
5448 (tramp-completion-mode): Remove clause (not
5449 tramp-unified-filenames), because the function is called in other
5450 context too, where this check results in wrong results in the
5451 XEmacs case on Windows.
5452 (tramp-touch): UTC handling is not possible for XEmacs.
5453
5454 2006-12-30 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5455
5456 * scroll-bar.el (previous-scroll-bar-mode): New variable
5457 (set-scroll-bar-mode): Set previous-scroll-bar-mode.
5458 (scroll-bar-mode): Use previous-scroll-bar-mode if set.
5459
5460 * term/x-win.el: Set scroll bar mode to right if set by X resources.
5461
5462 2006-12-30 Richard Stallman <rms@gnu.org>
5463
5464 * files.el (make-backup-file-name-1): Precompute abs name
5465 but don't lose the relative name.
5466
5467 * international/mule-cmds.el (select-safe-coding-system-interactively):
5468 Fix message.
5469
5470 2006-12-30 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
5471
5472 * files.el (backup-buffer): Show entire backup file name in msg.
5473
5474 2006-12-30 Juanma Barranquero <lekktu@gmail.com>
5475
5476 * image.el (image-type-header-regexps, image-type-from-data)
5477 (image-type-from-buffer, image-type-from-file-header):
5478 Revert changes from 2006-12-26.
5479 (image-type-auto-detectable): New variable.
5480 (image-type-auto-detected-p): New function.
5481
5482 * files.el (magic-mode-alist): Detect image files with
5483 `image-type-auto-detected-p' instead of `image-type-from-buffer'.
5484
5485 2006-12-29 Nick Roberts <nickrob@snap.net.nz>
5486
5487 * dired.el (dired-sort-other): Move test for dired-mode...
5488 (dired-sort-set-modeline): ...to here.
5489
5490 2006-12-29 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
5491
5492 * textmodes/fill.el (fill-comment-paragraph): Document 2006-12-24
5493 change. Suggested by Stefan Monnier.
5494
5495 2006-12-29 Kim F. Storm <storm@cua.dk>
5496
5497 * emacs-lisp/bindat.el (bindat--unpack-group, bindat--length-group)
5498 (bindat--pack-group): Let-bind COUNT during repeat block evaluation.
5499
5500 2006-12-27 Kim F. Storm <storm@cua.dk>
5501
5502 * emacs-lisp/authors.el (authors-aliases): Anchor FSF alias regexp,
5503 so it doesn't accidentally match an fsf.org mail address.
5504 (authors-renamed-files-alist): Add tcover-*.el.
5505
5506 2006-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
5507
5508 * vc-arch.el (vc-arch-find-version): New function.
5509
5510 * vc-hooks.el (vc-version-backup-file-name): Revision names may be
5511 composed of arbitrary characters (even /) in some systems.
5512
5513 2006-12-27 Eli Zaretskii <eliz@gnu.org>
5514
5515 * international/mule-cmds.el (select-safe-coding-system-interactively):
5516 Improve the message in the *Warning* buffer.
5517
5518 2006-12-27 Kim F. Storm <storm@cua.dk>
5519
5520 * ido.el (ido-set-matches-1): Fix last change. If default item is
5521 current buffer, it is ok to be first.
5522
5523 2006-12-27 Kenichi Handa <handa@m17n.org>
5524
5525 * international/mule-cmds.el (select-safe-coding-system-interactively):
5526 Use face `link' for problematic chars.
5527
5528 2006-12-27 Kenichi Handa <handa@m17n.org>
5529
5530 * international/mule-cmds.el (select-safe-coding-system-interactively):
5531 Improve the message in *Warning* buffer.
5532
5533 2006-12-27 Kim F. Storm <storm@cua.dk>
5534
5535 * ido.el (ido-set-matches-1): Never put current buffer first if
5536 there are other matches.
5537
5538 2006-12-26 Nick Roberts <nickrob@snap.net.nz>
5539
5540 * progmodes/gdb-ui.el (gud-watch): Allow duplicate names for watch
5541 expressions.
5542 (gdb-var-delete): Handle duplicate names. Print message for non
5543 root expressions.
5544 (gdb-partial-output-name): Start buffer name with a space.
5545 (gdb-info-breakpoints-custom, gdb-reset): Handle space in above
5546 buffer name.
5547
5548 2006-12-26 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
5549
5550 * mail/footnote.el (Footnote-insert-footnote): Fix the search of the
5551 last footnote when `footnote-spaced-footnotes' is nil.
5552
5553 2006-12-26 Richard Stallman <rms@gnu.org>
5554
5555 * cus-edit.el (custom-browse-sort-alphabetically)
5556 (custom-buffer-sort-alphabetically)
5557 (custom-menu-sort-alphabetically): Doc fixes. Add autoloads.
5558
5559 * image.el (image-type-header-regexps): Change element format
5560 to include third item NOT-ALWAYS.
5561 (image-type-from-data): Handle new format.
5562 (image-type-from-buffer): Handle new format. New arg INCLUDE-MAYBES.
5563 (image-type-from-file-header): Pass t for INCLUDE-MAYBES.
5564
5565 2006-12-26 Guanpeng Xu <herberteuler@hotmail.com>
5566
5567 * add-log.el (add-log-current-defun): Call `forward-sexp'
5568 multiple times to pick a member function name defined as
5569 part of nested classes/namespaces.
5570
5571 2006-12-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5572
5573 * emacs-lisp/easymenu.el (easy-menu-change): New arg MAP to indicate
5574 which keymap should be used to change menu. It does not affect any
5575 existent code.
5576
5577 2006-12-26 Richard Stallman <rms@gnu.org>
5578
5579 * textmodes/fill.el (fill-paragraph): Check for a minibuffer
5580 rather than for being in a minibuffer window.
5581
5582 2006-12-25 Daiki Ueno <ueno@unixuser.org>
5583
5584 * pgg-def.el (pgg-passphrase-coding-system): Default to nil instead of
5585 locale-coding-system.
5586 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with eol-type
5587 LF.
5588
5589 2006-12-25 Michael R. Mauger <mmaug@yahoo.com>
5590
5591 * progmodes/sql.el (sql-mode-abbrev-table): Correct initialization.
5592 (sql-mode-syntax-table): Disable double quoted strings.
5593 (sql-mode-font-lock-object-name): Add TYPE and TYPE BODY.
5594
5595 2006-12-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5596
5597 * startup.el (fancy-splash-last-input-event): New variable.
5598 (fancy-splash-special-event-action): New function.
5599 (fancy-splash-screens): Temporarily bind special events to it.
5600 Execute command for saved special event before exiting from
5601 recursive editing.
5602
5603 * term/mac-win.el (mac-keyboard-translate-char, mac-unread-string):
5604 New functions.
5605 (mac-ts-update-active-input-area, mac-ts-unicode-for-key-event):
5606 Use mac-unread-string.
5607
5608 2006-12-24 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
5609
5610 * textmodes/fill.el (fill-comment-paragraph): Prevent the use of
5611 an optimized comment regexp if `comment-start-skip' uses a ^.
5612 * bs.el (bs--up): Remove interactive spec.
5613
5614 2006-12-24 Chong Yidong <cyd@stupidchicken.com>
5615
5616 * woman.el (woman-decode-buffer): Signal error for alien macro sets.
5617 Suggested by James Cloos.
5618
5619 2006-12-24 Kevin Ryde <user42@zip.com.au>
5620
5621 * calendar/cal-dst.el (calendar-dst-starts): Default to second Sunday
5622 in March.
5623 (calendar-dst-ends): Default to first Sunday in November.
5624
5625 2006-12-24 Ken Manheimer <ken.manheimer@gmail.com>
5626
5627 * allout.el (allout-encrypt-string): Inhibit use of agent within
5628 body of let form where encryption happens. Acknowledge non-use of
5629 gpg-agent in docstring.
5630 (allout-toggle-subtree-encryption): Acknowledge non-use of
5631 gpg-agent in docstring.
5632
5633 2006-12-24 Chong Yidong <cyd@stupidchicken.com>
5634
5635 * custom.el (custom-add-frequent-value): Alias for custom-add-option.
5636
5637 2006-12-23 Michael Kifer <kifer@cs.stonybrook.edu>
5638
5639 * ediff-diff.el (ediff-diff-options): Clarify docstring.
5640 (ediff-setup-diff-regions): Disallow -u in ediff-diff-options.
5641
5642 * emulation/viper-cmd.el (viper-post-command-sentinel):
5643 Protect against errors in hooks.
5644 (viper-add-newline-at-eob-if-necessary): Add newline only if we
5645 actually modify buffer; ignore errors if occur.
5646
5647 2006-12-23 Chong Yidong <cyd@stupidchicken.com>
5648
5649 * calendar/calendar.el (calendar-mode-map): Switch < and >.
5650 (calendar-mode-line-format): Use mouse-1 bindings, and tweak
5651 formatting.
5652
5653 2006-12-23 Richard Stallman <rms@gnu.org>
5654
5655 * simple.el (delete-horizontal-space): Doc fix.
5656
5657 2006-12-23 Eli Zaretskii <eliz@gnu.org>
5658
5659 * makefile.w32-in (bootstrap-clean): Run bootstrap-clean-$(SHELLTYPE)
5660 explicitly in a recursive Make, not implicitly through prerequisites,
5661 since the latter is wrong under parallel builds.
5662
5663 2006-12-22 Eli Zaretskii <eliz@gnu.org>
5664
5665 * w32-fns.el (convert-standard-filename): Wrap in save-match-data.
5666
5667 2006-12-22 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
5668
5669 * progmodes/sh-script.el (sh-make-vars-local): Fix a typo in
5670 message string.
5671
5672 2006-12-22 Ben North <ben@redfrontdoor.org> (tiny change)
5673
5674 * outline.el (outline-next-visible-heading): Fix the case with a
5675 header at end-of-file with no final newline.
5676
5677 2006-12-22 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
5678
5679 * indent.el (tab-always-indent): Doc fix.
5680
5681 2006-12-22 Chong Yidong <cyd@stupidchicken.com>
5682
5683 * info.el (Info-fontify-maximum-menu-size): Bump to 1000000.
5684 (Info-fontify-node): Do fontify indices.
5685
5686 * tutorial.el (tutorial--detailed-help): Remove unnecessary link
5687 to the Emacs Lisp reference manual.
5688 (tutorial--tab-map): Remove. All callers changed.
5689 (tutorial--find-changed-keys): New elt QUIET, used to...
5690 (tutorial--display-changes): ...ensure that warning messages are
5691 only issued once per changed key.
5692 (tutorial--remove-remarks): Delete unused code-path.
5693 (lang-strings): Remove extraneous formatting.
5694 (tutorial--save-tutorial): Prompt before saving tutorial state.
5695
5696 2006-12-21 Chong Yidong <cyd@stupidchicken.com>
5697
5698 * tutorial.el: Remove `cl' requirement. Clean up whitespace.
5699 Replace '?\ ' by '?\s' throughout.
5700 (tutorial-warning-face): Inherit font-lock-warning-face. Move to
5701 `help' custom group.
5702 (tutorial--key-description): New function.
5703 (tutorial--display-changes): Remove redundant arg. Scan for all
5704 key sequences to avoid false matches. Cleanup.
5705 (tutorial--saved-dir): Save to a subdirectory in .emacs.d to
5706 reduce homedir pollution.
5707 (help-with-tutorial): Call tutorial--display-changes with no arg.
5708
5709 2006-12-21 Carsten Dominik <dominik@science.uva.nl>
5710
5711 * textmodes/org.el (org-mode-map): Bind org-complete also to M-\t.
5712
5713 2006-12-20 Michael Albinus <michael.albinus@gmx.de>
5714
5715 * net/tramp.el (tramp-default-method): We still need to check for
5716 `executable-find', because it is not bound under Emacs 20.
5717 (tramp-handle-file-name-completion)
5718 (tramp-completion-handle-file-name-completion): Handle optional
5719 parameter PREDICATE.
5720 (tramp-find-default-method): Add code for default values.
5721
5722 2006-12-20 Nick Roberts <nickrob@snap.net.nz>
5723
5724 * progmodes/gdb-ui.el (gdb-stopped): After attaching to a process
5725 make gud-go send "continue".
5726
5727 2006-12-19 Juanma Barranquero <lekktu@gmail.com>
5728
5729 * image.el (image-type-header-regexps): Be more specific detecting `pbm'
5730 and `png' files. Use non-capturing parenthesis for `tiff' regexp.
5731
5732 2006-12-19 Kim F. Storm <storm@cua.dk>
5733
5734 * bindings.el: Bind sigusr1 and sigusr2 in special-event-map
5735 instead of global-map.
5736
5737 * files.el (magic-mode-alist): Allow matching file type by
5738 calling a function at bob. Check for image types by calling
5739 image-type-from-buffer. Suggested by Juanma Barranquero.
5740 (set-auto-mode): Do it.
5741
5742 2006-12-19 Michael Albinus <michael.albinus@gmx.de>
5743
5744 * net/tramp.el (tramp-methods): Introduce new method `scpc'.
5745 Remove "ControlMaster" option from the other `scp*' methods.
5746 (tramp-default-method): Check for ssh-agent before setting to `scp'.
5747
5748 2006-12-18 Carsten Dominik <dominik@science.uva.nl>
5749
5750 * textmodes/org.el (org-mode): Show context after isearch.
5751 (org-show-siblings): New function.
5752 (org-show-context): Use `org-show-siblings'.
5753
5754 2006-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
5755
5756 * emacs-lisp/syntax.el (syntax-ppss-flush-cache, syntax-ppss):
5757 Use syntax-ppss-toplevel-pos.
5758
5759 2006-12-18 Carsten Dominik <dominik@science.uva.nl>
5760
5761 * textmodes/org.el (org-current-line): Make sure that lines are
5762 counted from beginning of buffer.
5763 (org-table-copy-region, org-table-paste-rectangle): Make sure that
5764 lines are counted from beginning of buffer.
5765
5766 2006-12-17 Chong Yidong <cyd@stupidchicken.com>
5767
5768 * info.el (Info-build-node-completions): Signal error if tag-table
5769 marker is not found.
5770
5771 * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
5772
5773 2006-12-17 Alan Mackenzie <acm@muc.de>
5774
5775 * emacs-lisp/lisp.el (beginning-of-defun-raw): Optimise (for
5776 speed) the case when open-paren-in-column-0-is-defun-start is nil.
5777 Based on code by Martin Rudalics.
5778
5779 * progmodes/cc-mode.el (c-basic-common-init): Don't set
5780 open-paren-in-column-0-is-defun-start to nil any more.
5781
5782 2006-12-17 Richard Stallman <rms@gnu.org>
5783
5784 * simple.el (delete-horizontal-space): Use prefix arg.
5785
5786 * help-fns.el (describe-variable): Improve blank separator lines.
5787
5788 * files.el (magic-mode-alist): Mark as risky.
5789
5790 * files.el (make-backup-file-name-1):
5791 Expand backup-directory explicitly.
5792
5793 2006-12-17 Michael Albinus <michael.albinus@gmx.de>
5794
5795 * net/tramp.el (tramp-default-method): Before setting to "pscp",
5796 check whether package password.el is loaded, or Pageant is running.
5797
5798 2006-12-17 Ulf Jasper <ulf.jasper@web.de>
5799
5800 * calendar/icalendar.el (icalendar-version): Increase to "0.14".
5801 (icalendar--rris): First try Emacs, then XEmacs.
5802 (icalendar--convert-ical-to-diary): Doc fix.
5803 Insert newline at end of target file.
5804
5805 2006-12-17 Kim F. Storm <storm@cua.dk>
5806
5807 * outline.el (outline-isearch-open-invisible-function): New defvar.
5808 (outline-flag-region): Use it if non-nil for isearch-open-invisible
5809 overlay property instead of outline-isearch-open-invisible.
5810
5811 2006-12-16 Kim F. Storm <storm@cua.dk>
5812
5813 * ido.el (ido-completion-help): Build ido-cur-list and ido-matches
5814 if ido-directory-too-big is set on entry.
5815 (ido-toggle-ignore, ido-completion-help): Print message while
5816 reading big directory.
5817
5818 2006-12-15 Richard Stallman <rms@gnu.org>
5819
5820 * shell.el (shell): Doc fix.
5821
5822 2006-12-15 Kevin Gallagher <Kevin.Gallagher@boeing.com>
5823
5824 * emulation/edt.el (edt-xserver):
5825 * emulation/edt-mapper.el (edt-xserver): Replace `/' with a `-',
5826 to fix a problem on Cygwin.
5827
5828 * emulation/edt.el
5829 * emulation/edt-mapper.el
5830 * emulation/edt-lk201.el
5831 * emulation/edt-pc.el
5832 * emulation/edt-vt100.el: Update maintainer's email address.
5833
5834 2006-12-15 Simon Marshall <simon@gnu.org>
5835
5836 * progmodes/cc-fonts.el (c-font-lock-declarations): Fix previous change.
5837
5838 2006-12-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5839
5840 * term/mac-win.el (mac-atsu-font-table): Remove defvar.
5841 (mac-handle-font-selection): Use mac-atsu-font-face-attributes
5842 instead of mac-atsu-font-table.
5843 (fontset-default): Specify argument MAXIMUM in x-list-fonts calls.
5844
5845 2006-12-14 Stephen Leake <stephen_leake@member.fsf.org>
5846
5847 * align.el (align-match-tex-pattern): Fix a rare bug which
5848 hanged Emacs.
5849
5850 2006-12-14 Richard Stallman <rms@gnu.org>
5851
5852 * startup.el (use-fancy-splash-screens-p): Use frame-height
5853 instead of window-height. Pass frame to image-size.
5854
5855 2006-12-13 Kenichi Handa <handa@m17n.org>
5856
5857 * international/mule-cmds.el (set-locale-environment):
5858 Set default-sendmail-coding-system too.
5859
5860 2006-12-12 J.D. Smith <jdsmith@as.arizona.edu>
5861
5862 * progmodes/idlw-help.el: Fix copyright notice.
5863
5864 2006-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
5865
5866 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos): New fun.
5867
5868 2006-12-11 Juanma Barranquero <lekktu@gmail.com>
5869
5870 * subr.el (unread-command-char): Reformat obsolescence info.
5871
5872 2006-12-11 Richard Stallman <rms@gnu.org>
5873
5874 * emacs-lisp/cl-macs.el (defstruct): Suppress warnings
5875 about calls to cl-struct-setf-expander.
5876
5877 2006-12-11 Juanma Barranquero <lekktu@gmail.com>
5878
5879 * ediff-merg.el (ediff-show-clashes-only): Doc fix.
5880 (ediff-combination-pattern): Fix typo in docstring.
5881
5882 * textmodes/refer.el (refer-find-entry): Doc fix.
5883 (refer-bib-files-regexp, refer-bib-directory, refer-bib-files)
5884 (refer-cache-bib-files, refer-find-next-entry, refer-yank-key):
5885 Fix tipos in docstrings.
5886
5887 * progmodes/idlwave.el (idlwave-library-path): Fix typos in docstring.
5888
5889 2006-12-10 Kim F. Storm <storm@cua.dk>
5890
5891 * ido.el (ido-init-completion-maps): Remap backward-kill-word
5892 instead of binding M-backspace.
5893
5894 2006-12-10 Juanma Barranquero <lekktu@gmail.com>
5895
5896 * replace.el (replace-match-data, replace-match-maybe-edit):
5897 * calc/calc-aent.el (calc-eval-error):
5898 * emulation/vi.el (vi-char-argument):
5899 * progmodes/cc-langs.el (c-at-vsemi-p-fn)
5900 (c-vsemi-status-unknown-p-fn): Doc fixes.
5901
5902 2006-12-10 Chong Yidong <cyd@stupidchicken.com>
5903
5904 * menu-bar.el (menu-bar-showhide-menu, menu-bar-tools-menu)
5905 (menu-bar-help-menu): Tooltip fixes. Suggested by Francis Wright.
5906
5907 2006-12-10 Masatake YAMATO <jet@gyve.org>
5908
5909 * progmodes/ld-script.el (ld-script-keywords): Fix a typo.
5910
5911 2006-12-09 Chong Yidong <cyd@stupidchicken.com>
5912
5913 * mouse-sel.el (mouse-sel-mode): Register mouse-2 as a click type.
5914
5915 * man.el (Man-xref-button-action): New function. If the
5916 `Man-target-string' button property is a function, assume it
5917 accepts a position argument.
5918 (Man-abstract-xref-man-page): Use it.
5919 (Man-default-man-entry): New optional arg POS.
5920
5921 * wdired.el (wdired-preprocess-symlinks): Make the spaces after
5922 symlink arrows read-only and non-rear-sticky.
5923
5924 2006-12-09 Martin Rudalics <rudalics@gmx.at>
5925
5926 * wdired.el (wdired-change-to-wdired-mode, wdired-finish-edit)
5927 (wdired-search-and-rename): Simplify code.
5928 (wdired-preprocess-files, wdired-preprocess-perms): Make
5929 read-only property of preceding character rear-nonsticky to
5930 avoid that it can be modified. Put old-name and old-link
5931 properties on character preceding name and replace
5932 put-text-property by add-text-properties.
5933 (wdired-get-filename, wdired-get-previous-link): Get old-name
5934 and old-link properties from character preceding name and
5935 simplify code.
5936 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit)
5937 (wdired-perms-to-number): Make local-map property
5938 rear-nonsticky to avoid that text following permissions may be
5939 modified. Use add-text-properties instead of put-text-property
5940 when changing a permission bit.
5941 (wdired-change-to-dired-mode): Remove stickiness properties.
5942
5943 2006-12-09 Juanma Barranquero <lekktu@gmail.com>
5944
5945 * international/mule-cmds.el (register-input-method): Doc fix.
5946
5947 2006-12-09 Masayuki Ataka <masayuki.ataka@gmail.com> (tiny change)
5948
5949 * cmuscheme.el (scheme-start-file): Use `let*', not `let'.
5950
5951 2006-12-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
5952
5953 * textmodes/flyspell.el (flyspell-hack-local-variables-hook): New.
5954 Force buffer local defs evaluation on local variables loading.
5955 (flyspell-mode-on, flyspell-mode-off): Use it in
5956 `hack-local-variables-hook'.
5957
5958 2006-12-09 Eli Zaretskii <eliz@gnu.org>
5959
5960 * emacs-lisp/find-func.el (find-variable): Doc fix.
5961
5962 * help-fns.el (variable-at-point): Doc fix.
5963
5964 * w32-fns.el (w32-append-code-lines): New function.
5965
5966 2006-12-09 Romain Francoise <romain@orebokech.com>
5967
5968 * comint.el (comint-insert-input): Delete obsolete comment.
5969
5970 2006-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
5971
5972 * net/browse-url.el (browse-url): Set DISPLAY to the one of the
5973 current frame, in case we're connected to several displays.
5974
5975 2006-12-08 Juanma Barranquero <lekktu@gmail.com>
5976
5977 * frame.el (other-frame): Doc fix.
5978 (set-frame-parameter): Fix typo in docstring.
5979
5980 2006-12-07 Kim F. Storm <storm@cua.dk>
5981
5982 * info.el (Info-index): Strip leading colon from topic.
5983
5984 2006-12-07 Nick Roberts <nickrob@snap.net.nz>
5985
5986 * progmodes/gud.el (gud-speedbar-buttons): Deal with references
5987 to pointers.
5988
5989 2006-12-05 J.D. Smith <jdsmith@as.arizona.edu>
5990
5991 * progmodes/idlwave.el (idlwave-xml-create-class-method-lists):
5992 Trim out spurious class inheritance "None" entries.
5993
5994 2006-12-05 Kim F. Storm <storm@cua.dk>
5995
5996 * emulation/cua-base.el (cua-paste-pop-rotate-temporarily): Doc fix.
5997 (cua-paste-pop): Rework last change for
5998 cua-paste-pop-rotate-temporarily, so first M-y and C-y works alike,
5999 pasting the head of the kill-ring, and prefix arg C-u M-y inserts the
6000 text inserted by the last M-y command.
6001
6002 2006-12-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6003
6004 * cmuscheme.el (run-scheme, scheme-start-file): Search the start
6005 file in ~/.emacs.d as `init_SCHEMENAME.scm' instead.
6006
6007 * shell.el (shell): Search the start file in ~/.emacs.d as
6008 `init_SHELLNAME.sh' instead.
6009
6010 2006-12-05 Glenn Morris <rgm@gnu.org>
6011
6012 * progmodes/cperl-mode.el (cperl-mode)
6013 * progmodes/f90.el (f90-mode-abbrev-table)
6014 * progmodes/fortran.el (fortran-mode-abbrev-table)
6015 * progmodes/octave-mod.el (octave-abbrev-table)
6016 * progmodes/sql.el (sql-mode-abbrev-table): Define abbrevs even
6017 if abbrev-table is non-nil (saved user abbrevs may have been restored).
6018
6019 * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init): Do not
6020 clear abbrev table, else saved abbrevs will not be restored.
6021
6022 2006-12-04 Juanma Barranquero <lekktu@gmail.com>
6023
6024 * facemenu.el (facemenu-unlisted-faces): Put obsolescence info in
6025 the call to `make-obsolete-variable', not in the docstring.
6026
6027 2006-12-04 Chong Yidong <cyd@stupidchicken.com>
6028
6029 * facemenu.el (facemenu-unlisted-faces): Define as obsolete variable.
6030
6031 2006-12-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6032
6033 * progmodes/ebnf-abn.el:
6034 * progmodes/ebnf-bnf.el:
6035 * progmodes/ebnf-dtd.el:
6036 * progmodes/ebnf-ebx.el:
6037 * progmodes/ebnf-iso.el:
6038 * progmodes/ebnf-otz.el:
6039 * progmodes/ebnf-yac.el:
6040 * progmodes/ebnf2ps.el:
6041 * delim-col.el:
6042 * printing.el:
6043 * ps-bdf.el:
6044 * ps-mule.el:
6045 * ps-print.el: Remove 'Time-stamp' comment mark.
6046
6047 * printing.el (pr-menu-bind): Replace 'easy-menu-change' by
6048 'easy-menu-add-item' when called in Emacs 21 or higher.
6049
6050 2006-12-04 Stephen Leake <stephen_leake@stephe-leake.org>
6051
6052 * progmodes/ada-xref.el (ada-check-current): Doc fix.
6053 (ada-make-body-gnatstub): Doc fix. Remove redundant `progn'.
6054
6055 2006-12-04 Kim F. Storm <storm@cua.dk>
6056
6057 * bindings.el (global-map): Bind [signal t] to ignore, to have
6058 user signals ignored by default.
6059
6060 2006-12-04 Juanma Barranquero <lekktu@gmail.com>
6061
6062 * descr-text.el (describe-char-unicode-data): Use a hidden buffer for
6063 Unicode data file pointed to by `describe-char-unicodedata-file'.
6064
6065 2006-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
6066
6067 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Fix pathological
6068 O(n^2) regexp-search by anchoring the search.
6069
6070 2006-12-04 Dan Nicolaescu <dann@ics.uci.edu>
6071
6072 * whitespace.el (whitespace-cleanup-internal): Use current
6073 argument for recursive call.
6074
6075 2006-12-04 Michael Albinus <michael.albinus@gmx.de>
6076
6077 * net/tramp.el (tramp-methods): Add "ControlPath" and
6078 "ControlMaster" to scp, scp1 and scp2 methods. Suggested by
6079 Andreas Schwab <schwab@suse.de>.
6080 (tramp-do-copy-or-rename-file-out-of-band)
6081 (tramp-open-connection-rsh): Compute format spec for ?t.
6082 (tramp-process-actions): Trace command parameters.
6083
6084 2006-12-04 Nick Roberts <nickrob@snap.net.nz>
6085
6086 * simple.el (toggle-truncate-lines): Clarify doc string.
6087
6088 * progmodes/gdb-ui.el (gdb-var-delete-children): New function.
6089 (gdb-speedbar-expand-node): Use it.
6090
6091 2006-12-04 Richard Stallman <rms@gnu.org>
6092
6093 * progmodes/python.el (python-indent): Add safe-local-variable prop.
6094
6095 * dired.el (dired-revert): Turn off dired-after-readin-hook
6096 around call to dired-readin.
6097
6098 * menu-bar.el (menu-bar-make-toggle): Add "globally"
6099 to echo area messages.
6100 <indicate-empty-lines, case-fold-search>:
6101 Add "globally" to Help string.
6102 <case-fold-search>: MESSAGE arg need not say "globally".
6103 (menu-bar-edit-menu <paste-from-menu>): Rename from select-and-paste.
6104
6105 2006-12-03 Liam Healy <lnp@healy.washington.dc.us> (tiny change)
6106
6107 * outline.el (outline-end-of-subtree): Don't leave an empty
6108 line hidden as we would a real next heading.
6109
6110 2006-12-03 Ken Manheimer <ken.manheimer@gmail.com>
6111
6112 * allout.el (allout-ascend): Add an optional argument to preserve
6113 original position of point when unsuccessful. Also, fix a
6114 docstring error.
6115 (allout-yank-processing): Fix depth shift of multiple-topic so yanks
6116 work again, using allout-ascend's new option.
6117 (allout-setup-mode-map): Extract from allout-mode to initialize
6118 allout-mode-map. Call it on file load, so the mode docstring
6119 substitutions work even if allout mode has not yet been invoked.
6120 (allout-mode): Use new allout-setup-mode-map to track any keybinding
6121 customizations since the map was last processed. Also, refine the
6122 docstring so it's ship-shape for release.
6123 (allout-default-layout, allout-beginning-of-line-cycles)
6124 (allout-distinctive-bullets-string, allout-use-mode-specific-leader)
6125 (allout-encrypt-unencrypted-on-saves, allout-inhibit-auto-fill)
6126 (allout-version, allout-layout, allout-infer-body-reindent)
6127 (allout-infer-header-lead-and-primary-bullet, allout-view-change-hook)
6128 (allout-init, allout-mode, allout-next-heading, allout-chart-subtree)
6129 (allout-previous-heading, allout-goto-prefix-doublechecked)
6130 (allout-current-bullet-pos, allout-next-sibling-leap)
6131 (allout-pre-command-business, allout-encrypted-type-prefix)
6132 (allout-make-topic-prefix, allout-open-topic, allout-rebullet-heading)
6133 (allout-rebullet-topic, allout-rebullet-topic-grunt)
6134 (allout-flag-region, allout-expose-topic, allout-expose-topic)
6135 (allout-old-expose-topic, allout-listify-exposed)
6136 (allout-process-exposed, allout-latex-verb-quote)
6137 (allout-latex-verbatim-quote-curr-line, allout-adjust-file-variable)
6138 (allout-toggle-current-subtree-encryption)
6139 (allout-toggle-subtree-encryption, allout-bullet-isearch):
6140 Remove extraneous open-paren and close paren string escapes.
6141
6142 2006-12-03 Juanma Barranquero <lekktu@gmail.com>
6143
6144 * progmodes/ada-xref.el (is-windows, ada-find-in-src-path): Doc fixes.
6145 (ada-xref-pos-ring-max, ada-xref-project-files, ada-xref-initialize)
6146 (ada-prj-default-comp-cmd, ada-quote-cmd, ada-compile-current):
6147 Fix typos in docstrings.
6148
6149 2006-12-03 Glenn Morris <rgm@gnu.org>
6150
6151 * progmodes/cc-align.el
6152 * progmodes/cc-awk.el
6153 * progmodes/cc-cmds.el
6154 * progmodes/cc-compat.el
6155 * progmodes/cc-defs.el
6156 * progmodes/cc-engine.el
6157 * progmodes/cc-langs.el
6158 * progmodes/cc-menus.el
6159 * progmodes/cc-mode.el
6160 * progmodes/cc-styles.el
6161 * progmodes/cc-vars.el
6162 * progmodes/vhdl-mode.el: Fix Copyright format.
6163
6164 2006-12-02 Chong Yidong <cyd@stupidchicken.com>
6165
6166 * mouse.el (mouse-drag-track): Suppress automatic hscrolling for
6167 initial down event.
6168
6169 2006-12-02 Kim F. Storm <storm@cua.dk>
6170
6171 * emulation/cua-base.el (cua-toggle-set-mark): Doc fix.
6172 (cua-repeat-replace-region): Make M-v more robust.
6173 (cua-paste-pop-rotate-temporarily): New defcustom.
6174 (cua-paste-pop): Use it.
6175 (cua-auto-mark-last-change): New defcustom.
6176 (cua-pop-to-last-change): New helper function.
6177 (cua-set-mark): Use them.
6178
6179 2006-12-01 Nick Roberts <nickrob@snap.net.nz>
6180
6181 * menu-bar.el (toggle-case-fold-search): Clarify doc/help string and
6182 mini-buffer message.
6183
6184 2006-12-01 Juanma Barranquero <lekktu@gmail.com>
6185
6186 * descr-text.el (describe-char-unicodedata-file): Fix typo in docstring.
6187
6188 2006-12-01 Ben North <ben@redfrontdoor.org>
6189
6190 * paren.el: Fix the highlight overlay extension when the user types a
6191 sequence of char very fast just before the open parenthesis.
6192
6193 2006-12-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6194
6195 * ps-mule.el: Eliminate Emacs 20 compatibility.
6196
6197 * ps-print.el: Eliminate Emacs 20 & 21 compatibility.
6198 (ps-print-version): New version 6.7.
6199 (ps-print-quote): Replace '?\ ' by '?\s'.
6200
6201 2006-11-30 Juanma Barranquero <lekktu@gmail.com>
6202
6203 * hexl.el (hexl-goto-address, hexl-forward-char, hexl-forward-short)
6204 (hexl-forward-word, hexl-previous-line, hexl-beginning-of-1k-page)
6205 (hexl-end-of-1k-page): Doc fixes.
6206 (hexl-address-region, hexl-ascii-region, hexl-highlight-line-range):
6207 Fix typos in docstrings.
6208
6209 2006-11-30 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6210
6211 * ido.el (ido-local-file-exists-p): New. Tell if a file exists
6212 locally, i.e. without using file name handlers.
6213 (ido-read-internal): Allow mono letter host names, avoiding the
6214 `c:' problem by testing if the file exists locally.
6215 (ido-complete, ido-make-file-list, ido-exhibit): Ditto.
6216
6217 2006-11-30 Masatake YAMATO <jet@gyve.org>
6218
6219 * hexl.el (hl-line-range-function, hl-line-face): Declare variables
6220 to avoid bytecomp warnings.
6221 (hexl-mode-old-ruler-function): New variable.
6222 (hexl-follow-line): Bind `hexl-mode-old-hl-line-range-function'
6223 and `hl-line-range-function' after `require' hl-line.
6224 Then bind `hl-line-range-function' and `hl-line-face'.
6225 Don't require frame. Don't use `with-no-warnings'.
6226 (hexl-activate-ruler): Store the original value of
6227 `ruler-mode-ruler-function' to `hexl-mode-old-ruler-function'.
6228 (hexl-mode-exit): Restore the original value of
6229 `ruler-mode-ruler-function'.
6230
6231 2006-11-30 Alin C. Soare <alinsoar@voila.fr> (tiny change)
6232
6233 * hexl.el (hexl-mode-old-hl-line-range-function): New variable.
6234 (hexl-mode-old-hl-line-face): New variable.
6235 (hexl-mode, hexl-mode-exit): Fix the highlighting of the current
6236 line when exit from the hexl-mode.
6237
6238 2006-11-30 Juanma Barranquero <lekktu@gmail.com>
6239
6240 * emacs-lisp/bytecomp.el (byte-optimize, byte-compile-warnings):
6241 Doc fixes.
6242
6243 * international/fontset.el (create-fontset-from-ascii-font)
6244 (create-fontset-from-fontset-spec, x-compose-font-name): Doc fixes.
6245 (fontset-name-p): Fix typo in docstring.
6246
6247 * progmodes/cc-cmds.el (c-indent-exp): Fix typo in docstring.
6248
6249 2006-11-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6250
6251 * ps-bdf.el: Fix maintainer email.
6252
6253 * ps-mule.el: Fix maintainer email. Define functions for Emacs 20
6254 compatibility.
6255
6256 * ps-print.el: Fix maintainer email. Define functions for Emacs 20 &
6257 21 compatibility.
6258 (ps-print-quote): Replace '?\s' by '?\ ' to keep compatibility with
6259 Emacs 20 & 21.
6260
6261 2006-11-29 J.D. Smith <jdsmith@as.arizona.edu>
6262
6263 * progmodes/idlwave.el (idlwave-auto-fill):
6264 Remove paragraph-start let to prevent auto-fill giving up.
6265
6266 2006-11-28 Juanma Barranquero <lekktu@gmail.com>
6267
6268 * vt100-led.el (led-state): Fix typo in previous change.
6269
6270 2006-11-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6271
6272 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6273 Fix interactive spec of the functions getting defined to make them
6274 work as documented.
6275
6276 2006-11-28 Chong Yidong <cyd@stupidchicken.com>
6277
6278 * startup.el (fancy-splash-screens): Hide initial splash buffer.
6279
6280 2006-11-28 Kim F. Storm <storm@cua.dk>
6281
6282 * icomplete.el (icomplete-tidy, icomplete-exhibit): Check that
6283 icomplete-mode is enabled.
6284
6285 2006-11-28 Carsten Dominik <dominik@science.uva.nl>
6286
6287 * textmodes/org.el (require): Require gnus-sum during compilation
6288 to avoid problem with a macro call.
6289
6290 2006-11-28 Glenn Morris <rgm@gnu.org>
6291
6292 * emacs-lisp/authors.el (authors-aliases): Add new alias.
6293
6294 * progmodes/fortran.el (fortran-font-lock-keywords-4): Add `min'.
6295 (fortran-window-create-momentarily): Do not need string-to-char.
6296
6297 2006-11-28 Richard Stallman <rms@gnu.org>
6298
6299 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
6300 Replace incorrect use of assoc-default with a loop.
6301
6302 * term.el (term-exec-1): Set envvar INSIDE_EMACS.
6303
6304 * simple.el (next-error-find-buffer): Improve messages.
6305
6306 * files.el (revert-buffer): Special error message if file
6307 is now not readable.
6308
6309 * facemenu.el (facemenu-add-new-face): Improve doc strings of
6310 constructed commands.
6311
6312 * comint.el (comint-exec-1): Provide Emacs version and `comint'
6313 in INSIDE_EMACS.
6314
6315 2006-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
6316
6317 * diff-mode.el (diff-mode-map): Add a binding for unified->context.
6318
6319 * server.el: Remove spurious * in docstrings.
6320 (server-process-filter): Exit from recursive editing before processing
6321 a new request.
6322
6323 2006-11-27 J.D. Smith <jdsmith@as.arizona.edu>
6324
6325 * progmodes/hideshow.el (hs-already-hidden-p): Move to end of
6326 line so hidden blocks will be correctly identified.
6327
6328 2006-11-27 Juanma Barranquero <lekktu@gmail.com>
6329
6330 * ledit.el (ledit-save-defun, ledit-mode):
6331 * resume.el (resume-emacs-args-buffer):
6332 * rot13.el (rot13-display-table, rot13-translate-table, rot13)
6333 (rot13-string, rot13-region, rot13-other-window, toggle-rot13-mode):
6334 * vmsproc.el (subprocess-input, start-subprocess, subprocess-command)
6335 (command-send-input, command-kill-line):
6336 * vt100-led.el (led-state, led-on): Fix typos in docstrings.
6337
6338 * autoarg.el (autoarg-kp-mode): Doc fix.
6339
6340 * emacs-lock.el (toggle-emacs-lock): Doc fix. Simplify.
6341 (emacs-lock-check-buffer-lock): Doc fix. Use `when'.
6342 (check-emacs-lock): Doc fix. Simplify.
6343
6344 * iimage.el (iimage-mode-image-regex-alist): Doc fix.
6345 (iimage-mode-buffer): Fix typos in docstring.
6346
6347 * misc.el (zap-up-to-char): Doc fix.
6348
6349 * time-stamp.el: Fix comment and obsolescence string for old
6350 functions. Use `dolist' instead of `while'.
6351
6352 * userlock.el (ask-user-about-lock-help): Fix typos in output message.
6353
6354 * disp-table.el (standard-display-8bit, standard-display-default):
6355 * ebuff-menu.el (electric-buffer-list):
6356 * ehelp.el (electric-help-command-loop):
6357 * font-core.el (font-lock-mode):
6358 * help-macro.el (make-help-screen):
6359 * help.el (describe-minor-mode-completion-table-for-indicator)
6360 (lookup-minor-mode-from-indicator):
6361 * indent.el (tab-to-tab-stop, move-to-tab-stop):
6362 * info-look.el (info-lookup-guess-custom-symbol):
6363 * locate.el (locate-main-listing-line-p, locate-mode, locate-do-setup):
6364 * longlines.el (longlines-wrap-line):
6365 * macros.el (insert-kbd-macro):
6366 * menu-bar.el (menu-bar-update-buffers):
6367 * misc.el (copy-from-above-command):
6368 * mouse.el (mouse-popup-menubar, mouse-buffer-menu-alist):
6369 * newcomment.el (comment-indent):
6370 * novice.el (disabled-command-function):
6371 * sort.el (sort-fields-syntax-table):
6372 * subr.el (momentary-string-display):
6373 * tar-mode.el (tar-header-block-summarize)
6374 (tar-clear-modification-flags):
6375 * terminal.el (terminal-cease-edit, te-more-break-unwind, te-newline)
6376 (te-clear-rest-of-line, te-clear-rest-of-screen, te-clear-screen)
6377 (te-insert-lines, te-delete-lines, te-delete, te-insert-spaces)
6378 (te-delete-char, te-down-vertically-or-scroll):
6379 * time-stamp.el (time-stamp-string-preprocess):
6380 * tmm.el (tmm-add-one-shortcut): "?\ " -> "?\s".
6381
6382 2006-11-26 Nick Roberts <nickrob@snap.net.nz>
6383
6384 * speedbar.el (speedbar-timer-fn): Revert to old behaviour when not
6385 in GUD mode.
6386
6387 * progmodes/gud.el (gud-install-speedbar-variables): Remove bindings:
6388 speedbar-expand-line-descendants, speedbar-contract-line-descendants.
6389
6390 2006-11-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6391
6392 * progmodes/cc-vars.el (c-backslash-column): Add . at end of sentence.
6393
6394 2006-11-26 Stephen Leake <stephen_leake@stephe-leake.org>
6395
6396 * progmodes/ada-mode.el (ada-which-compiler): Fix typo in docstring.
6397 (ada-compile-goto-error): Adapt to new argument profile of
6398 compilation-goto-locus in Emacs 22. Don't check if the various
6399 compile functions are defined; we already do "(require 'compile)".
6400
6401 2006-11-26 Kim F. Storm <storm@cua.dk>
6402
6403 * kmacro.el: Fix commentary.
6404
6405 2006-11-26 Nick Roberts <nickrob@snap.net.nz>
6406
6407 * progmodes/gud.el (gdb): Explain how to run in text command mode
6408 more clearly. Say in error message that multiple debugging
6409 requires restarting GDB.
6410
6411 2006-11-25 Juanma Barranquero <lekktu@gmail.com>
6412
6413 * international/fontset.el (create-fontset-from-fontset-spec): Doc fix.
6414
6415 2006-11-25 Pavel Kobiakov <pk_at_work@yahoo.com>
6416
6417 * progmodes/flymake.el (flymake-posn-at-point-as-event): New function.
6418 (flymake-popup-menu): Use it instead of posn-at-point.
6419
6420 2006-11-25 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6421
6422 * progmodes/cc-vars.el (c-backslash-column):
6423 Mention c-backslash-max-column in documentation for c-backslash-column.
6424
6425 2006-11-24 Lars Hansen <larsh@soem.dk>
6426
6427 * net/tramp.el (tramp-default-method): Under Windows, change from
6428 plink to pscp.
6429 (tramp-copy-failed-regexp, tramp-action-copy-failed): Add.
6430 (tramp-actions-copy-out-of-band):
6431 Add pair (tramp-copy-failed-regexp tramp-action-copy-failed).
6432 (tramp-action-out-of-band): Move "Permission denied" handling to
6433 tramp-action-copy-failed.
6434 (tramp-do-copy-or-rename-file-out-of-band): unwind-protect killing of
6435 process buffer.
6436
6437 2006-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
6438
6439 * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
6440 strings to a single string. Quote `errors-file-name'.
6441 (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
6442 (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
6443 Adjust calls. Use `shell-quote-argument'.
6444
6445 * international/mule.el (load-with-code-conversion)
6446 (with-category-table): Use with-current-buffer.
6447 (after-insert-file-set-coding): Use restore-buffer-modified-p.
6448
6449 2006-11-24 Eli Zaretskii <eliz@gnu.org>
6450
6451 * mail/smtpmail.el (smtpmail-send-it):
6452 Copy buffer-file-coding-system from the mail buffer. Possibly add a
6453 MIME header for the message encoding.
6454 Bind coding-system-for-write around the call to mail-do-fcc.
6455 Use smtpmail-code-conv-from to encode queued mail messages.
6456
6457 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
6458
6459 * tabify.el (tabify-regexp): Doc fix.
6460
6461 * net/rcirc.el (rcirc-buffer-maximum-lines):
6462 * progmodes/gud.el (jdb): Fix space/tab mixup in docstrings.
6463
6464 * play/gomoku.el (gomoku-terminate-game, gomoku-human-takes-back)
6465 (gomoku-prompt-for-move, gomoku-human-plays, gomoku-offer-a-draw):
6466 Fix typos in output messages.
6467 (gomoku-vector-length, gomoku-init-board): Fix typos in docstrings.
6468
6469 2006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
6470
6471 * hexl.el (hexl-mode): Don't try to guess the max-address: get it from
6472 the horse's mouth.
6473 (hexlify-buffer): Don't re-encode an arg that's already encoded.
6474
6475 2006-11-23 Michael Kifer <kifer@cs.stonybrook.edu>
6476
6477 * ediff-diff.el (ediff-exec-process, ediff-same-file-contents):
6478 Remove condition-case.
6479
6480 2006-11-23 Glenn Morris <rgm@gnu.org>
6481
6482 * progmodes/f90.el (f90-comment-indent): Do not move point in
6483 default case.
6484
6485 2006-11-21 Romain Francoise <romain@orebokech.com>
6486
6487 * emacs-lisp/find-func.el (find-library-name): Don't strip ".el"
6488 from library name (reverts change of 2005-10-25).
6489
6490 2006-11-21 Lennart Borgman <lennart.borgman.073@student.lu.se>
6491
6492 * tutorial.el (tutorial--default-keys): Add newline and
6493 delete-backward-char bindings.
6494 (tutorial--detailed-help): Save excursion when finding keys.
6495 Correct warning string for M-x FOO case.
6496 (tutorial--display-changes): Print special keys in tutorial style.
6497 Tweak search regexp for changed keys.
6498
6499 2006-11-21 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
6500
6501 * thingatpt.el (thing-at-point-url-at-point): Don't add a
6502 redundant scheme.
6503
6504 2006-11-21 Diane Murray <disumu@x3y2z1.net> (tiny change)
6505
6506 * thingatpt.el (thing-at-point-uri-schemes): Add schemes that
6507 are new to the list at IANA. Also added irc, mms, mmsh.
6508
6509 2006-11-20 J.D. Smith <jdsmith@as.arizona.edu>
6510
6511 * progmodes/idlw-help.el (idlwave-html-help-location):
6512 Fail gracefully for missing help packages.
6513 (idlwave-help-assistant-open-link): Open full links.
6514 (idlwave-help-assistant-help-with-topic): Direct help link.
6515
6516 * progmodes/idlwave.el (idlwave-mode):
6517 Set add-log-current-defun-function.
6518 (idlwave-current-routine-fullname): Add, to support add-log.
6519 (idlwave-convert-xml-system-routine-info): Simplify XML parsing
6520 to reflect improvements to xml-parse-file.
6521 (idlwave-mode-menu-def): New binding for help-with-topic.
6522
6523 * progmodes/idlw-shell.el (idlwave-shell-filter-directory):
6524 Handle extra newlines and spaces.
6525 (idlwave-shell-mode-map): Add help-with-topic.
6526
6527 2006-11-20 Chong Yidong <cyd@stupidchicken.com>
6528
6529 * tutorial.el (tutorial-warning-face): New face.
6530 (tutorial--detailed-help, tutorial--display-changes): Use it.
6531 (tutorial--find-changed-keys): Check ESC-prefix binding specially.
6532 Improve search pattern for occurrences of changed keys.
6533
6534 2006-11-20 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6535
6536 * term/x-win.el (x-last-cut-buffer-coding): New variable.
6537 (x-select-text): Set it.
6538 (x-cut-buffer-or-selection-value): Check also x-last-cut-buffer-coding
6539 when checking for newness.
6540
6541 2006-11-19 Juanma Barranquero <lekktu@gmail.com>
6542
6543 * subr.el (posn-image):
6544 * progmodes/ebnf2ps.el (ebnf-stop-on-error): Fix typos in docstrings.
6545
6546 * emacs-lisp/regexp-opt.el (regexp-opt): Doc fix.
6547
6548 2006-11-19 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6549
6550 * progmodes/glasses.el (glasses-separate-parentheses-exceptions): New.
6551 Exceptions to the rule "add a space between an identifier and an
6552 opening parenthesis". Defaulted to the `#define' problem of cpp.
6553 (glasses-parenthesis-exception-p): New. Check if the region is an
6554 exception regarding to that.
6555 (glasses-make-readable): Use it.
6556 (glasses-convert-to-unreadable): Ditto. Modify the file also if
6557 `glasses-convert-on-write-p' and `glasses-separate-parentheses-p' are t.
6558
6559 2006-11-19 Chong Yidong <cyd@stupidchicken.com>
6560
6561 * emacs-lisp/bytecomp.el (byte-compile-if): Revert last change.
6562
6563 2006-11-19 Stephen Leake <stephen_leake@stephe-leake.org>
6564
6565 * progmodes/ada-mode.el (ada-make-body): Fix typo.
6566
6567 * progmodes/ada-xref.el (ada-make-body-gnatstub): Fix typo.
6568 (ada-xref-initialize): Fix typo. Use add-hook and remove-hook.
6569
6570 2006-11-18 Chong Yidong <cyd@stupidchicken.com>
6571
6572 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Check `and'
6573 conditions for function or variable bindings.
6574
6575 * comint.el (comint-exec-1): Set EMACS and INSIDE_EMACS to t.
6576
6577 * progmodes/compile.el (compilation-start): Ditto.
6578
6579 2006-11-18 Michael Albinus <michael.albinus@gmx.de>
6580
6581 * net/tramp.el (top): cl and custom are always required.
6582
6583 2006-11-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6584
6585 * term/x-win.el (x-cut-buffer-or-selection-value): Decode text from
6586 cut-buffers with next-selection-coding-system if not nil.
6587
6588 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
6589
6590 * textmodes/org.el (org-fix-decoded-time): New function.
6591 (org-display-custom-time): Use `org-fix-decoded-time'.
6592
6593 2006-11-17 Chong Yidong <cyd@stupidchicken.com>
6594
6595 * menu-bar.el (menu-bar-games-menu): Remove yow.
6596
6597 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
6598
6599 * textmodes/org.el (org-scan-tags): Re-align code fixed.
6600 (org-detach-overlay): Rename from `org-detatch-overlay'.
6601 (org-table-convert-region): Insert space after column separator.
6602 (org-agenda-kill): New command.
6603 (org-metaleft): Call `org-outdent-item' on bullets.
6604 (org-metaright): Call `org-indent-item' on bullets.
6605 (org-timestamp-change): Set `org-last-changed-timestamp'.
6606 (org-current-line): Make sure (bolp) returns correct result.
6607 (org-agenda-change-all-lines): Make sure TODO are highlighted.
6608
6609 2006-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
6610
6611 * pcvs.el (cvs-retrieve-revision): Set buffer-file-coding-system.
6612
6613 2006-11-16 Chong Yidong <cyd@stupidchicken.com>
6614
6615 * mouse.el (global-map): Change 2006-08-16 fix to call
6616 mouse-yank-at-click explicitly, since mouse events are not carried
6617 over into keyboard macros.
6618
6619 2006-11-16 Kim F. Storm <storm@cua.dk>
6620
6621 * ido.el (ido-file-internal): Use current buffer's file name as default
6622 choice for ido-find-alternate-file. Suggested by Matt Hodges.
6623
6624 2006-11-15 Ken Manheimer <ken.manheimer@gmail.com>
6625
6626 * allout.el (allout-doublecheck-at-and-shallower): Clarify docstring.
6627 (allout-inhibit-aberrance-doublecheck): Rename from
6628 allout-during-yank-processing. All callers changed.
6629 (allout-ascend): Provide for unusual case where some topic after
6630 the first in file is at lower depth than the first.
6631 (allout-shift-in): Ensure the offspring of the new containing
6632 topic are exposed.
6633 (allout-encrypt-string): Preserve the coding-system of the text,
6634 according to that of the containing buffer.
6635 (allout-toggle-subtree-encryption): When the text being encrypted
6636 requires a different coding system, offer to preserve the coding
6637 system using a file local var.
6638
6639 2006-11-15 Simon Marshall <simon@gnu.org>
6640
6641 * progmodes/cc-fonts.el (c-font-lock-declarators): Use c-at-toplevel-p
6642 to recognise "T t()" as a function declaration, rather than a
6643 variable instantiation, iff at the top-level or inside a class
6644 declaration. Suggested by Feng Li <fengli@gmail.com>.
6645
6646 2006-11-14 Stephen Leake <stephen_leake@stephe-leake.org>
6647
6648 * progmodes/ada-xref.el (ada-parse-prj-file):
6649 Don't delete project buffer; user may want to edit it.
6650 (ada-xref-set-project-field, ada-xref-current-project-file)
6651 (ada-xref-current-project, ada-show-current-project)
6652 (ada-set-main-compile-application): New functions.
6653 (ada-xref-get-project-field, ada-require-project-file):
6654 Normalize use of ada-prj-default-project-file.
6655 (ada-gdb-application, ada-get-ada-file-name, ada-make-body-gnatstub):
6656 Normalize use of ada-require-project-file.
6657 (ada-prj-find-prj-file): Improve doc string, comments.
6658
6659 * progmodes/ada-mode.el (ada-mode-version): Bump version.
6660 (ada-create-keymap): Add \C-c\C-m 'ada-set-main-compile-application.
6661 (ada-create-menu): Add ada-set-main-compile-application,
6662 ada-show-current-main, ada-show-current-project.
6663
6664 2006-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
6665
6666 * progmodes/python.el (inferior-python-mode-syntax-table): New var.
6667 (inferior-python-mode): Use it.
6668
6669 2006-11-14 Andreas Schwab <schwab@suse.de>
6670
6671 * term/xterm.el (terminal-init-xterm): Add more key bindings.
6672
6673 2006-11-13 Kim F. Storm <storm@cua.dk>
6674
6675 * ido.el (ido-copy-current-word): C-o copies region if active.
6676
6677 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
6678
6679 * textmodes/org.el (org-emph-face): Fix typo in variable name.
6680
6681 2006-11-13 Juanma Barranquero <lekktu@gmail.com>
6682
6683 * ediff.el (ediff-revision):
6684 * files.el (set-visited-file-name):
6685 * mail/rmailout.el (rmail-output-body-to-file):
6686 Use `format', not `message', in `y-or-n-p' call.
6687
6688 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
6689
6690 * textmodes/org.el (org-metaleft): Call `org-outdent-item' on bullets.
6691 (org-metaright): Call `org-indent-item' on bullets.
6692 (org-timestamp-change): Set `org-last-changed-timestamp'.
6693 (org-current-line): Make sure (bolp) returns correct result.
6694 (org-agenda-change-all-lines): Make sure highlighting TODO always works.
6695
6696 2006-11-12 Richard Stallman <rms@gnu.org>
6697
6698 * language/european.el (turkish-case-conversion-enable)
6699 (turkish-case-conversion-disable): New functions.
6700 ("Turkish" lang env): Use them.
6701
6702 * international/characters.el (case table):
6703 Do nothing special for i and I.
6704
6705 * subr.el (remove-overlays): Fix last change.
6706
6707 * cus-edit.el (custom-save-all): Use find-file-visit-truename
6708 for visiting the custom file.
6709
6710 2006-11-12 Markus Triska <triska@gmx.at>
6711
6712 * play/handwrite.el (handwrite): Also process lines not ending
6713 with newline. Replace some position-fiddling with different
6714 logic. Improve performance.
6715
6716 2006-11-12 Stephen Leake <stephen_leake@stephe-leake.org>
6717
6718 * progmodes/ada-xref.el (ada-prj-default-check-cmd): New variable,
6719 replacing deleted variable `ada-check-switch'.
6720 (ada-project-file-extension): Rename to `ada-prj-file-extension'.
6721 (ada-xref-project-files): Improve doc string.
6722 (ada-find-executable): New function.
6723 (ada-initialize-runtime-library): Use `ada-find-executable'.
6724 (ada-xref-set-default-prj-values): In compile commands, don't need
6725 `ada-cd-command'; `compile' does that more portably.
6726 Use ada-prj-default-check-cmd.
6727 (ada-parse-prj-file): Don't set 'debug_post_cmd, 'debug_pre_cmd
6728 properties if not specified in project file.
6729 (ada-goto-declaration): Display useful message for new error
6730 'error-file-not-found.
6731 (ada-get-ada-file-name, ada-find-in-src-path): Signal new error
6732 'error-file-not-found.
6733 (ada-get-all-references): Match latest ali syntax. Signal new
6734 error 'error-file-not-found.
6735 (ada-find-in-ali): Match latest ali syntax.
6736 (ada-make-filename-from-adaname): Handle different semantics of
6737 gnatkr in GNAT 3.15p vs later.
6738
6739 * progmodes/ada-stmt.el (ada-func-or-proc-name): Match changes to
6740 ada-procedure-start-regexp.
6741 (ada-or-accept, ada-or-delay, ada-or-terminate): Improve doc string.
6742
6743 * progmodes/ada-mode.el: Replace conditional (require 'ispell)
6744 with defvar.
6745 (ada-language-version): Rename ada05 -> ada2005.
6746 (ada-align-region-separate): Add `eval-when-compile'.
6747 (ada-name-regexp): Remove unneeded escapes in regexp character
6748 alternative.
6749 (ada-compile-goto-error-file-linenr-re): New constant.
6750 (ada-matching-start-re): Handle additional cases `declare',
6751 `procedure', `function'.
6752 (ada-compile-goto-error): Handle "... at line nn".
6753 (ada-mode): Clearer syntax, comments for ff-special-constructs.
6754 Delete support for old versions of `align'.
6755 (ada-search-prev-end-stmt): Handle additional keyword `private'.
6756 (ada-check-defun-name): Simplify handling of `declare'.
6757 (ada-goto-matching-start): Handle nested `begin ... end'.
6758 Handle `declare', `protected', `procedure', `function'.
6759 (ada-create-menu): Presence of arm95 is not conditional on using
6760 GNAT compiler.
6761
6762 2006-11-12 Juanma Barranquero <lekktu@gmail.com>
6763
6764 * emacs-lisp/re-builder.el (reb-mode): Set `blink-matching-paren' to
6765 nil in the *RE-Builder* buffer (it causes spurious error messages).
6766
6767 * server.el (server-visit-files): If `minibuffer-auto-raise' has
6768 been set to t, respect it.
6769
6770 2006-11-11 Stephen Leake <stephen_leake@stephe-leake.org>
6771
6772 * progmodes/ada-mode.el: Delete `eval-and-compile' around `require'.
6773 Delete commented out code for old Emacs versions. Autoloading of
6774 "ada-xref", "ada-prj" is useful even if compiler is not GNAT.
6775 (ada-mode-version): Bump version number.
6776 (ada-95-string-keywords, ada-2005-string-keywords)
6777 (ada-2005-keywords, ada-name-regexp): New constant.
6778 (ada-language-version, ada-procedure-start-regexp, ada-mode)
6779 (ada-font-lock-keywords): Add support for Ada 2005 keywords.
6780 (ada-package-start-regexp): Support private packages, include package
6781 name (for ada-set-point-accordingly).
6782 (ada-next-procedure, ada-previous-procedure)
6783 (ada-which-function-are-we-in): Match changes to
6784 ada-procedure-start-regexp.
6785 (ada-make-body): Make non-interactive; not a user function.
6786 (ada-make-subprogram-body): Improve doc string.
6787
6788 2006-11-11 Romain Francoise <romain@orebokech.com>
6789
6790 * progmodes/cperl-mode.el (cperl-mode): Before adding to it, make
6791 `compilation-error-regexp-alist' buffer-local, since we changed
6792 `compilation-error-regexp-alist-alist' locally.
6793
6794 2006-11-11 Juanma Barranquero <lekktu@gmail.com>
6795
6796 * server.el (server-visit-files): Bind `minibuffer-auto-raise'
6797 to the value of `server-raise-frame'.
6798
6799 2006-11-11 Glenn Morris <rgm@gnu.org>
6800
6801 * ido.el (ido-enable-prefix)
6802 * ses.el (ses-call-printer-return)
6803 * net/tramp.el (tramp-unified-filenames)
6804 * progmodes/cc-align.el (c-lineup-string-cont)
6805 * progmodes/compile.el (compilation-directory-matcher)
6806 * progmodes/ebnf2ps.el (ebnf-stop-on-error)
6807 * progmodes/vhdl-mode.el (vhdl-reset-active-high)
6808 (vhdl-clock-rising-edge)
6809 * textmodes/org.el (org-export-with-timestamps)
6810 (org-export-remove-timestamps-from-toc)
6811 (org-export-with-tags): Improve previous doc fixes.
6812
6813 2006-11-11 Richard Stallman <rms@gnu.org>
6814
6815 * textmodes/flyspell.el (flyspell-mode-map):
6816 Bind C-c $ instead of M-RET.
6817
6818 2006-11-10 Simon Marshall <simon@gnu.org>
6819
6820 * progmodes/cc-fonts.el (c-font-lock-declarations): Don't overwrite
6821 fontification for "case" and "default" keywords.
6822
6823 2006-11-10 Andreas Schwab <schwab@suse.de>
6824
6825 * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
6826 Avoid starting sentence with "nil".
6827
6828 2006-11-10 Juanma Barranquero <lekktu@gmail.com>
6829
6830 * server.el (server-raise-frame): New option.
6831 (server-switch-buffer): Use it.
6832
6833 2006-11-10 Nick Roberts <nickrob@snap.net.nz>
6834
6835 * progmodes/gdb-ui.el (gdb-many-windows): Start doc string
6836 with a capital.
6837
6838 2006-11-10 Carsten Dominik <carsten.dominik@gmail.com>
6839
6840 * textmodes/org.el (org-show-hierarchy-above)
6841 (org-show-following-heading): Fix typo in default value.
6842 (org-scan-tags): Make the search case-sensitive.
6843 (org-tags-sparse-tree): Don't overrule
6844 `org-show-following-heading' and `org-show-hierarchy-above'.
6845 (org-reveal): New command.
6846 (org-show-context): Rename from `org-show-hierarchy-above'.
6847 (org-fast-tag-selection-single-key): New option.
6848 (org-fast-tag-show-exit, org-set-current-tags-overlay): New functions.
6849 (org-tags-overlay): New variable.
6850 (org-agenda-todo-ignore-deadlines): New option.
6851 ("session"): Add circular data structure `org-mark-ring' to
6852 exceptions list in session.el.
6853 (org-agenda-window-setup, org-agenda-restore-windows-after-quit):
6854 New options.
6855 (org-agenda-quit): Use `org-agenda-restore-windows-after-quit'.
6856 (org-prepare-agenda, org-agenda-quit): Use `org-agenda-window-setup'.
6857 (org-pre-agenda-window-conf, org-blank-before-new-entry): New vars.
6858 (org-finalize-agenda): Activate bracket links in agenda.
6859 (org-at-timestamp-p, org-at-date-range-p): Additional argument
6860 INACTIVE-OK.
6861 (org-show-hierarchy-above, org-show-following-heading):
6862 List values allowed for fine-tuned configuration.
6863 (org-show-hierarchy-above): New argument CONTEXT, use the
6864 fine-tuned settings in `org-show-hierarchy-above' and
6865 `org-show-following-heading'.
6866 (org-display-custom-time): New function.
6867 (org-toggle-time-stamp-overlays, org-insert-time-stamp): New function.
6868 (org-display-custom-times, org-time-stamp-custom-formats):
6869 (org-maybe-intangible): New macro.
6870 (org-activate-bracket-links, org-hide-wide-columns):
6871 Use `org-maybe-intangible'.
6872 (org-open-file): Use `shell-quote-argument'.
6873 (org-display-internal-link-with-indirect-buffer): New option.
6874 (org-file-remote-p): Get regexp from list.
6875 (org-link-expand-abbrev): New function.
6876 (org-link-abbrev-alist): New option.
6877 (org-open-at-point, org-cleaned-string-for-export):
6878 Call `org-link-expand-abbrev'.
6879 (org-timeline, org-agenda-list, org-todo-list)
6880 (org-tags-view): Remove the KEEP-MODES argument.
6881 (org-finalize-agenda-hook): New hook.
6882 (org-get-alist-option): New function.
6883 (org-follow-timestamp-link): New function.
6884 (org-open-at-point): Call `org-follow-timestamp-link'.
6885 (org-log-note-marker, org-log-note-purpose)
6886 (org-log-note-window-configuration): New variables.
6887 (org-add-log-maybe, org-add-log-note, org-store-log-note): New funs.
6888 (org-log-note-headings): New option.
6889 (org-dblock-write:clocktable): Bug fix, removed infinite loop.
6890 (org-store-link): Support for dired-mode.
6891 (org-open-file): Substitute environment variables into filename.
6892 (org-last): New defsubst.
6893 (org-agenda-re-align-tags): New function.
6894 (org-agenda-align-tags-to-column): New option.
6895 (org-agenda-timeline): Group removed.
6896 (org-prepare-agenda, org-prepare-agenda-buffers)
6897 (org-run-agenda-series, org-timeline, org-agenda-list)
6898 (org-todo-list, org-tags-view): Call `org-agenda-prepare' and set
6899 the text property inticating the agenda type.
6900 (org-agenda-post-command-hook): Get agenda type from text property
6901 at point.
6902 (org-agenda): Handle command sets. Set `org-agenda-last-arguments'
6903 and obey `org-agenda-overriding-arguments'.
6904 (org-agenda-overriding-arguments, org-agenda-last-arguments): New vars.
6905 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
6906 (org-agenda-week-view, org-agenda-day-view):
6907 Use `org-agenda-overriding-arguments' to make updating work with
6908 multi-block agendas.
6909 (org-agenda-prefix-format): Allow different formats for the
6910 different agenda entry types.
6911 (org-timeline-prefix-format): Option removed, use
6912 `org-agenda-prefix-format' instead.
6913 (org-prepare-agenda): New function.
6914 (org-select-timeline-window): Option removed, use
6915 `org-select-agenda-window' instead.
6916 (org-respect-restriction): Variable removed.
6917 (org-cmp-tag): New function.
6918 (org-agenda-sorting-strategy, org-entries-lessp):
6919 Implement sorting by last tag.
6920 (org-complete): Better completion in in-buffer option lines.
6921 (org-in-item-p): New function.
6922 (org-org-menu): Add entries for checkboxes.
6923 (org-cycle): Extra brouping in outline-regexp, because it is used
6924 in a search with "^" prepended.
6925 (org-provide-checkbox-statistics): New option.
6926 (org-set-font-lock-defaults): Highlight checkbox statistics.
6927 (org-update-checkbox-count-maybe)
6928 (org-get-checkbox-statistics-face): New functions.
6929 (org-update-checkbox-count): New command.
6930 (org-insert-item, org-toggle-checkbox):
6931 Call `org-update-checkbox-count-maybe'.
6932 (org-export-as-html): XEmacs compatibility for coding system.
6933 (org-force-cycle-archived): New command.
6934 (org-cycle-hide-archived-subtrees): Display message when ARCHIVE
6935 overrules cycling.
6936 (org-fix-position-after-promote): If the line contains only a todo
6937 keyword, add a final space.
6938 (org-promote-subtree, org-demote-subtree):
6939 Call `org-fix-position-after-promote'.
6940
6941 2006-11-10 Glenn Morris <rgm@gnu.org>
6942
6943 * calendar/cal-dst.el: Do not assume DST starts/ends on the same
6944 date in every year.
6945 (calendar-dst-check-each-year-flag): New customizable variable.
6946 (calendar-dst-find-data): New function, extracted from
6947 calendar-current-time-zone.
6948 (calendar-current-time-zone): Use calendar-dst-find-data.
6949 (calendar-dst-transition-cache): New variable.
6950 (calendar-dst-find-startend, calendar-dst-starts)
6951 (calendar-dst-ends): New functions.
6952 (calendar-daylight-savings-starts)
6953 (calendar-daylight-savings-ends): Change value to use
6954 calendar-dst-starts, calendar-dst-ends; respectively.
6955
6956 * progmodes/f90.el (f90-indent-region): Bind case-fold-search to t.
6957
6958 * ido.el (ido-enable-prefix)
6959 * ses.el (ses-call-printer-return)
6960 * net/tramp.el (tramp-unified-filenames)
6961 * progmodes/cc-align.el (c-lineup-string-cont)
6962 * progmodes/compile.el (compilation-directory-matcher)
6963 * progmodes/ebnf2ps.el (ebnf-stop-on-error)
6964 * progmodes/gdb-ui.el (gdb-many-windows)
6965 * progmodes/vhdl-mode.el (vhdl-reset-active-high)
6966 (vhdl-clock-rising-edge)
6967 * textmodes/org.el (org-export-with-timestamps)
6968 (org-export-remove-timestamps-from-toc, org-export-with-tags)
6969 (org-read-date): Doc fix (Nil -> nil).
6970
6971 2006-11-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6972
6973 * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
6974 Encode/decode text to/from cut buffers to/from iso-latin-1 only.
6975
6976 2006-11-10 Juanma Barranquero <lekktu@gmail.com>
6977
6978 * bs.el (bs--window-for-buffer): Remove.
6979 (bs--show-with-configuration): Use `get-window-with-predicate'
6980 instead of `bs--window-for-buffer'.
6981
6982 2006-11-10 Kenichi Handa <handa@m17n.org>
6983
6984 * files.el (revert-buffer): Fix previous change.
6985
6986 2006-11-09 Juanma Barranquero <lekktu@gmail.com>
6987
6988 * bs.el (bs--redisplay): Fix typo in docstring.
6989 (bs--window-config-coming-from): Make frame-local.
6990 (bs--restore-window-config): New function.
6991 (bs-kill, bs-select, bs-select-other-window)
6992 (bs-select-other-frame): Use it.
6993 (bs--window-for-buffer): Return as soon as a matching buffer is found.
6994 (bs--show-with-configuration): Save the window configuration as a
6995 frame local var, and only if *buffer-selection* is not already
6996 visible on this frame.
6997
6998 2006-11-08 Chong Yidong <cyd@stupidchicken.com>
6999
7000 * vc-svn.el (vc-svn-admin-directory): New var.
7001 (vc-svn-registered, vc-svn-responsible-p)
7002 (vc-svn-repository-hostname): Use it.
7003 Suggested by arit93@yahoo.com.
7004
7005 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
7006
7007 * ldefs-boot.el: Regenerate.
7008
7009 2006-11-08 Alan Mackenzie <acm@muc.de>
7010
7011 * emacs-lisp/lisp.el (beginning-of-defun-raw): Code up the
7012 case (eq open-paren-in-column-0-is-defun-start nil) by searching
7013 for least nested open-paren.
7014
7015 2006-11-08 Romain Francoise <romain@orebokech.com>
7016
7017 * subr.el (remove-overlays): Fix typo in last change.
7018
7019 2006-11-08 Richard Stallman <rms@gnu.org>
7020
7021 * subr.el (remove-overlays): Call overlay-recenter.
7022
7023 2006-11-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7024
7025 * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
7026 (pr-ps-name-custom-set, pr-txt-name-custom-set): Return back the old
7027 behaviour.
7028 (pr-menu-bind): Act on global-map instead of menu-bar-file-menu
7029 directly.
7030
7031 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
7032
7033 * ido.el (ido-ignore-extensions, ido-show-dot-for-dired)
7034 (ido-max-dir-file-cache, ido-decorations)
7035 (ido-rewrite-file-prompt-functions, ido-use-mycompletion-depth)
7036 (ido-magic-backward-char, ido-enter-dired)
7037 (ido-enter-insert-buffer, ido-enter-insert-file, ido-dired)
7038 (ido-list-directory, ido-first-match, ido-only-match)
7039 (ido-subdir, ido-indicator): Fix typos in docstrings.
7040 (ido-buffer-internal, ido-completion-help): Fix typos in messages.
7041 (ido-read-internal): Fix typo in error message.
7042
7043 2006-11-08 Kenichi Handa <handa@m17n.org>
7044
7045 * international/mule-cmds.el (set-default-coding-systems):
7046 Always set default-file-name-coding-system to utf-8 for Mac Darwin.
7047
7048 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
7049
7050 * makefile.w32-in (setwins): Remove.
7051 (WINS_ALMOST): New macro.
7052 (WINS): Use it.
7053 (autoloads): Don't extract autoloads from files in obsolete/.
7054
7055 2006-11-07 Chong Yidong <cyd@stupidchicken.com>
7056
7057 * whitespace.el (whitespace-buffer): Call remove-overlays after
7058 overlay-recenter for performance. Suggested by Martin Rudalics.
7059
7060 2006-11-07 Michael Albinus <michael.albinus@gmx.de>
7061
7062 * net/tramp.el (tramp-default-method): scp is the default method.
7063
7064 2006-11-07 Juanma Barranquero <lekktu@gmail.com>
7065
7066 * server.el (server-start): Save also the Emacs pid in the server file.
7067
7068 2006-11-07 Carsten Dominik <dominik@science.uva.nl>
7069
7070 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Preserve
7071 point when displaying a bibtex cross reference in the echo area.
7072
7073 2006-11-06 Juanma Barranquero <lekktu@gmail.com>
7074
7075 * international/mule.el (make-char): Fix typo in docstring.
7076 (load-with-code-conversion, charsetp): Doc fixes.
7077
7078 * international/ja-dic-cnv.el (skkdic-convert):
7079 * cus-edit.el (hook): Fix typo in docstring.
7080
7081 2006-11-06 Chong Yidong <cyd@stupidchicken.com>
7082
7083 * cus-edit.el (custom-mode-map): Move defvar above code using it.
7084 (custom-mode-link-map): New variable.
7085 (custom-group-link, custom-manual): Use follow-link.
7086
7087 2006-11-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7088
7089 * textmodes/bibtex.el: Fix typo in name of author of bibtex.el,
7090 "Mark Shapiro" -> "Marc Shapiro". Update his email address.
7091
7092 2006-11-06 Richard Stallman <rms@gnu.org>
7093
7094 * textmodes/flyspell.el (flyspell-correct-word-before-point):
7095 New function broken out of flyspell-correct-word.
7096 (flyspell-mode-map): Bind it to M-RET.
7097 (flyspell-correct-word): Call it.
7098
7099 * textmodes/fill.el (fill-minibuffer-function): New function.
7100 (fill-paragraph): Bind fill-paragraph-function to
7101 fill-minibuffer-function.
7102
7103 * ruler-mode.el (ruler-mode-map): Add bindings for up-events
7104 so that they aren't undefined.
7105
7106 * dired.el (dired-readin): Locally bind file-name-coding-system.
7107
7108 * bindings.el: Shorten and clarify usual mode line mouse help string.
7109
7110 * Makefile.in (autoloads): Don't include `obsolete'.
7111
7112 2006-11-06 Chong Yidong <cyd@stupidchicken.com>
7113
7114 * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
7115 (pr-ps-name-custom-set, pr-txt-name-custom-set): Don't update the
7116 Printing menu if it's not initialized.
7117 (pr-menu-bind): Act on menu-bar-file-menu directly.
7118
7119 2006-11-06 Juanma Barranquero <lekktu@gmail.com>
7120
7121 * help.el (view-emacs-news): Fix typo in error message.
7122
7123 * menu-bar.el (menu-bar-update-buffers): Fix typo in menu entry.
7124
7125 * shadowfile.el (shadow-define-regexp-group)
7126 (shadow-literal-groups, shadow-insert-var): Doc fixes.
7127 (shadow-read-files): Fix typo in message.
7128 (shadow-inhibit-overload, shadow-find, shadow-suffix)
7129 (shadow-site-match, shadow-write-todo-file, shadow-insert-var)
7130 (shadow-suffix, shadow-site-match, shadow-expand-file-name)
7131 (shadow-file-match): Fix typos in docstrings.
7132
7133 * terminal.el (terminal-emulator): Fix typo in message.
7134
7135 * emacs-lisp/authors.el (authors-fixed-entries): Fix typo.
7136
7137 * emacs-lisp/lselect.el (x-kill-primary-selection)
7138 (x-delete-primary-selection, x-copy-primary-selection):
7139 Fix typos in error messages.
7140
7141 * emulation/edt-mapper.el: Fix typo in interactive message.
7142
7143 * mail/emacsbug.el (report-emacs-bug): Fix typos in output message.
7144
7145 * textmodes/ispell.el (ispell, ispell-local-dictionary-alist)
7146 (ispell-help): Fix typos in docstrings.
7147 (ispell-help): Fix typo in output message.
7148
7149 * allout.el (allout-adjust-file-variable)
7150 (allout-passphrase-verifier-string)
7151 (allout-passphrase-hint-string)
7152 (allout-toggle-current-subtree-encryption):
7153 * apropos.el (apropos-synonyms):
7154 * cus-edit.el (hook):
7155 * emacs-lock.el (emacs-lock-from-exiting):
7156 * follow.el (follow-avoid-tail-recenter-p):
7157 * hexl.el (hexl-mode):
7158 * mouse-copy.el (mouse-copy-work-around-drag-bug):
7159 * mouse.el (mouse-set-font):
7160 * resume.el (resume-emacs-args-file):
7161 * rfn-eshadow.el (file-name-shadow-tty-properties):
7162 * t-mouse.el (t-mouse-process, t-mouse-mode):
7163 * emacs-lisp/cust-print.el (custom-print-install)
7164 (custom-print-uninstall, custom-format):
7165 * emacs-lisp/shadow.el (list-load-path-shadows):
7166 * emulation/tpu-edt.el (tpu-help-text)
7167 (tpu-save-all-buffers-kill-emacs, tpu-emacs-replace)
7168 (tpu-reset-control-keys):
7169 * emulation/vip.el (vip-emacs-local-map)
7170 (vip-change-mode-to-emacs):
7171 * emulation/viper.el (viper-mode, viper-set-hooks)
7172 (viper-major-mode-modifier-list):
7173 * emulation/viper-init.el (viper-emacs-state-cursor-color):
7174 * emulation/viper-keym.el (viper-emacs-kbd-map)
7175 (viper-toggle-key):
7176 * mail/feedmail.el (feedmail-queue-reminder)
7177 (feedmail-queue-reminder-alist, feedmail-confirm-outgoing)
7178 (feedmail-confirm-outgoing-timeout, feedmail-nuke-bcc)
7179 (feedmail-nuke-resent-bcc, feedmail-fill-to-cc-fill-column)
7180 (feedmail-sender-line, feedmail-force-binary-write)
7181 (feedmail-from-line, feedmail-deduce-envelope-from)
7182 (feedmail-x-mailer-line, feedmail-message-id-generator)
7183 (feedmail-date-generator, feedmail-fiddle-plex-user-list)
7184 (feedmail-enable-spray, feedmail-spray-this-address)
7185 (feedmail-spray-address-fiddle-plex-list, feedmail-enable-queue)
7186 (feedmail-queue-runner-confirm-global)
7187 (feedmail-ask-before-queue-prompt)
7188 (feedmail-ask-before-queue-reprompt)
7189 (feedmail-prompt-before-queue-standard-alist)
7190 (feedmail-prompt-before-queue-user-alist)
7191 (feedmail-prompt-before-queue-help-supplement)
7192 (feedmail-queue-use-send-time-for-message-id)
7193 (feedmail-queue-default-file-slug, feedmail-queue-fqm-suffix)
7194 (feedmail-mail-send-hook-splitter, feedmail-mail-send-hook)
7195 (feedmail-mail-send-hook-queued)
7196 (feedmail-confirm-addresses-hook-example)
7197 (feedmail-last-chance-hook, feedmail-before-fcc-hook)
7198 (feedmail-queue-runner-mode-setter)
7199 (feedmail-queue-alternative-mail-header-separator)
7200 (feedmail-queue-runner-message-sender)
7201 (feedmail-buffer-eating-function, feedmail-binmail-template)
7202 (feedmail-run-the-queue-no-prompts)
7203 (feedmail-run-the-queue-global-prompt)
7204 (feedmail-queue-subject-slug-maker, feedmail-fiddle-header)
7205 (feedmail-envelope-deducer, feedmail-fiddle-date)
7206 (feedmail-default-message-id-generator)
7207 (feedmail-fiddle-message-id, feedmail-fiddle-x-mailer)
7208 (feedmail-fiddle-spray-address, feedmail-deduce-address-list):
7209 * mail/vms-pmail.el (vms-pmail-save-and-exit, vms-pmail-abort)
7210 (vms-pmail-setup):
7211 * play/dunnet.el (dun-help):
7212 * play/handwrite.el (handwrite):
7213 * play/hanoi.el (hanoi-unix-64):
7214 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
7215 * textmodes/enriched.el (fixed):
7216 * textmodes/org.el (org-file-apps)
7217 (org-emphasis-regexp-components, org-emphasis-alist):
7218 * textmodes/texinfmt.el (batch-texinfo-format):
7219 Fix typos in docstrings.
7220
7221 2006-11-05 Juanma Barranquero <lekktu@gmail.com>
7222
7223 * loadhist.el (read-feature): Don't complete features not loaded
7224 from a file (which make `unload-feature' to fail).
7225
7226 2006-11-05 Reiner Steib <Reiner.Steib@gmx.de>
7227
7228 * add-log.el (add-log-time-zone-rule): Mark as safe-local-variable.
7229
7230 2006-11-05 Chong Yidong <cyd@stupidchicken.com>
7231
7232 * startup.el (command-line-1): Kill emacs if the last frame is
7233 deleted while evaluating the command-line arguments.
7234
7235 2006-11-05 Richard Stallman <rms@gnu.org>
7236
7237 * startup.el (init-file-had-error): Add doc string.
7238 (fancy-splash-text, fancy-splash-head, fancy-splash-tail):
7239 Use fixed-width font for keyboard key descriptions.
7240
7241 * cus-edit.el (custom-save-all): Error if saving in .emacs
7242 and it had an error when loaded.
7243
7244 * dired-aux.el (dired-copy-file-recursive): Catch errors
7245 from recursive copies in the loop, around the recursive call.
7246
7247 2006-11-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
7248
7249 * battery.el (battery-linux-proc-acpi): Search an ac_adapter in
7250 `/proc/acpi/ac_adapter/*'. Ditto for the thermometers in
7251 `/proc/acpi/thermal_zone/*'.
7252 (battery-search-for-one-match-in-files): New. Search a regexp in
7253 the content of some files.
7254
7255 2006-11-05 Martin Rudalics <rudalics@gmx.at>
7256
7257 * window.el (mouse-autoselect-window-now): Remove variable.
7258 (mouse-autoselect-window-state): New variable.
7259 (mouse-autoselect-window-start, mouse-autoselect-window-cancel)
7260 (mouse-autoselect-window-select, handle-select-window):
7261 Rewritten to make mouse-autoselect-window-timer a one-shot timer.
7262 Suspend delayed autoselection during menu or popup dialog.
7263
7264 * info-look.el (info-lookup-guess-custom-symbol): New function
7265 for retrieving symbol at point in custom buffers.
7266 (top level) <info-lookup-maybe-add-help>: Add backquote and
7267 comma to ignored characters in regexps of help specifications
7268 for emacs-lisp-mode and lisp-interaction-mode. This permits
7269 looking up symbols in `...' and after a comma. Add help
7270 specifications for custom-mode and help-mode.
7271
7272 2006-11-04 Eli Zaretskii <eliz@gnu.org>
7273
7274 * mail/rmail.el (rmail-redecode-body): New optional argument RAW.
7275 Don't encode body if RAW is non-nil, or if the old encoding is
7276 identical to the new encoding, or if the body contains only
7277 eight-bit-* characters.
7278
7279 2006-11-04 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
7280
7281 * faces.el (faces-sample-overlay, describe-face): Revert last changes.
7282 (faces-sample-overlay): Remove variable.
7283 (describe-face): Insert sample text in the face being described.
7284
7285 2006-11-04 Martin Rudalics <rudalics@gmx.at>
7286
7287 * whitespace.el (whitespace-indent-regexp): Make this match any
7288 multiples of eight spaces near the beginning of a line.
7289 (whitespace-buffer): Use `remove-overlays' instead of
7290 `whitespace-unhighlight-the-space' and `overlay-recenter' to
7291 speed up overlay handling.
7292 (whitespace-buffer-leading, whitespace-buffer-trailing):
7293 Make these functions highlight the text removed by
7294 `whitespace-buffer-leading-cleanup' and
7295 `whitespace-buffer-trailing-cleanup' respectively.
7296 (whitespace-buffer-search): Use `with-local-quit'.
7297 Move `format' out of loop to speed up scanning larger buffers.
7298 (whitespace-unhighlight-the-space): Remove `remove-hook' since
7299 that function is never added to a hook.
7300 (whitespace-spacetab-regexp, whitespace-ateol-regexp)
7301 (whitespace-buffer-leading-cleanup)
7302 (whitespace-refresh-rescan-list): Fix docstrings.
7303
7304 2006-11-03 Ken Manheimer <ken.manheimer@gmail.com>
7305
7306 * allout.el (allout-during-yank-processing): Cue for inhibiting
7307 aberrance processing during yanks.
7308 (allout-doublecheck-at-and-shallower): Reduce the limit to reduce
7309 the amount of yanked topics that can be aberrant.
7310 (allout-do-doublecheck): Encapsulate this multiply-used recipe in
7311 a function, and supplement with inihibition of doublechecking
7312 during yanks.
7313 (allout-beginning-of-line, allout-next-heading)
7314 (allout-previous-heading, allout-goto-prefix-doublechecked)
7315 (allout-back-to-current-heading, allout-next-visible-heading)
7316 (allout-next-sibling): Use new allout-do-doublecheck function.
7317 (allout-next-sibling): Ensure we made progress when returning
7318 other than nil.
7319 (allout-rebullet-heading): Preserve text property annotations
7320 indicating the text was hidden, if it was.
7321 (allout-kill-line): Remove any added was-hidden annotations.
7322 (allout-kill-topic): Remove any added was-hidden annotations.
7323 (allout-annotate-hidden): Inhibit adding was-hidden text
7324 properties to the undo list.
7325 (allout-deannotate-hidden): New function to remove was-hidden
7326 annotation.
7327 (allout-hide-by-annotation): Use new allout-deannotate-hidden.
7328 (allout-remove-exposure-annotation): Replace by
7329 allout-deannotate-hidden.
7330 (allout-yank-processing): Signal that yank processing is happening
7331 with allout-during-yank-processing. Also, wrap
7332 allout-unprotected's closer to the text changes, for easier
7333 debugging. We need to inhibit-field-text-motion explicitly, in
7334 lieu of the encompassing allout-unprotected.
7335 (outlineify-sticky): Adjust criteria for triggering new outline
7336 decorations to presence or absence of any topics, not just a topic
7337 at the beginning of the buffer.
7338
7339 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
7340
7341 * bs.el (bs--show-all, bs--redisplay):
7342 * cus-edit.el (custom-unlispify-menu-entries)
7343 (custom-unlispify-tag-names, custom-prompt-variable):
7344 * expand.el (expand-pos):
7345 * speedbar.el (speedbar-generic-list-tag-p):
7346 * wid-edit.el (widget-image-enable):
7347 * emacs-lisp/checkdoc.el (checkdoc-rogue-space-check-engine):
7348 * emacs-lisp/find-func.el (find-function-noselect)
7349 (find-function, find-variable-noselect, find-variable)
7350 (find-definition-noselect, find-face-definition):
7351 * mail/rmail-spam-filter.el (rsf-scanning-messages-now):
7352 * net/eudc-vars.el (eudc-expansion-overwrites-query):
7353 * progmodes/ada-xref.el (ada-find-in-ali):
7354 * textmodes/flyspell.el (flyspell-check-tex-math-command):
7355 * textmodes/org.el (org-copy-subtree):
7356 * textmodes/table.el (table--row-column-insertion-point-p):
7357 Use "non-nil" in docstrings.
7358
7359 2006-11-03 Mark Davies <mark@mcs.vuw.ac.nz>
7360
7361 * sort.el (sort-columns): Set the field separator to tab; on
7362 NetBSD, sort complains if "\n" is used as field separator.
7363
7364 2006-11-03 NIIMI Satoshi <sa2c@sa2c.net>
7365
7366 * emacs-lisp/pp.el (pp-eval-last-sexp): Evaluate target sexp.
7367
7368 2006-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
7369
7370 * server.el (server-auth-key): Remove. Replace by a process-property.
7371 (server-start): Don't remove the file of the previous process, but
7372 instead clear out the place for the new file.
7373 (server-start): Set the :auth-key property.
7374 (server-process-filter): Use the :auth-key property.
7375
7376 2006-11-02 Carsten Dominik <dominik@science.uva.nl>
7377
7378 * textmodes/org.el (org-mode-map): No longer copy
7379 `outline-mode-map' explicitly - this is already done by
7380 `define-derived-mode'.
7381
7382 2006-11-02 Juanma Barranquero <lekktu@gmail.com>
7383
7384 * server.el (server-visit-files): Use `when'.
7385 (server-process-filter): When authentication fails, send error
7386 message to client. Wrap `process-send-region' in `ignore-errors'
7387 instead of `condition-case', and remove misleading comment.
7388
7389 2006-11-01 Juri Linkov <juri@jurta.org>
7390
7391 * simple.el (yank): Doc fix.
7392
7393 2006-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
7394
7395 * server.el: Try and fit within 80 columns.
7396 (server-start): Make the auth file unreadable by other users.
7397
7398 2006-10-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7399
7400 * battery.el (battery-linux-proc-acpi): Prevent range error when
7401 `full-capacity' is 0.
7402
7403 2006-10-31 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
7404
7405 * faces.el (faces-sample-overlay): New defvar.
7406 (faces-sample-overlay): New function to show face sample text.
7407 (describe-face): Use it.
7408
7409 2006-10-31 Stephen Leake <stephen_leake@stephe-leake.org>
7410
7411 * progmodes/ada-stmt.el: Change maintainer, apply
7412 whitespace-cleanup, checkdoc.
7413 (ada-func-or-proc-name): Add doc string.
7414
7415 * progmodes/ada-prj.el (ada-prj-new): Change maintainer, apply
7416 whitespace-cleanup, checkdoc. Minor improvements to many doc
7417 strings and comments.
7418 (ada-prj-display-page): Change buffer name to more accurately
7419 reflect function.
7420
7421 * progmodes/ada-xref.el: Change maintainer, apply
7422 whitespace-cleanup, checkdoc. Minor improvements to many doc
7423 strings and comments. Don't look for `gvd' or `ddd' debuggers.
7424 (ada-compile-current): Don't add newlines to commands.
7425
7426 2006-10-31 Juanma Barranquero <lekktu@gmail.com>
7427
7428 * server.el: Add support for TCP sockets.
7429 (server-use-tcp, server-host, server-auth-dir): New options.
7430 (server-auth-key): New variable.
7431 (server-ensure-safe-dir): Create nonexistent parent dirs.
7432 Ignore Unix-style file modes on Windows.
7433 (server-start): Crete a TCP or Unix socket according to the value
7434 of `server-use-tcp'. For TCP sockets, create the id/auth file in
7435 `server-auth-dir' directory.
7436 (server-process-filter): Delete process if authentication
7437 fails (which never happens for Unix sockets).
7438
7439 2006-10-30 David Kastrup <dak@gnu.org>
7440
7441 * subr.el (add-to-list): Don't continue checking if a match has
7442 been found.
7443
7444 2006-10-30 Chong Yidong <cyd@stupidchicken.com>
7445
7446 * tutorial.el: Move defvars to avoid bytecomp warnings.
7447 (tutorial--find-changed-keys): Check if viper-current-state is
7448 bound before using it.
7449 (help-with-tutorial): Check if viper-tutorial is defined before
7450 using it.
7451
7452 2006-10-30 Lennart Borgman <lennart.borgman.073@student.lu.se>
7453
7454 * help-fns.el (help-with-tutorial): Move to tutorial.el.
7455
7456 * tutorial.el: New file.
7457 (help-with-tutorial): Move here from help-fns.el. Add help for
7458 rebound keys. Fix resume of tutorial.
7459 (tutorial--describe-nonstandard-key, tutorial--sort-keys)
7460 (tutorial--find-changed-keys, tutorial--display-changes)
7461 (tutorial--saved-dir, tutorial--saved-file)
7462 (tutorial--save-tutorial): New functions to support the changes in
7463 help-with-tutorial.
7464
7465 2006-10-30 Kenichi Handa <handa@m17n.org>
7466
7467 * files.el (revert-buffer): If a unibyte buffer is being reverted
7468 with a coding system for multibyte, set buffer multibyte before
7469 calling insert-file-contents.
7470
7471 2006-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
7472
7473 * server.el (server-select-display): Use a dummy buffer to detect when
7474 the frame is later used.
7475 (server-select-display): New function.
7476 (server-process-filter): Use it to detect unused temp frames.
7477
7478 2006-10-29 Stephen Leake <stephen_leake@stephe-leake.org>
7479
7480 * progmodes/ada-mode.el: Change maintainer, apply
7481 whitespace-clean, checkdoc. Minor improvements to many doc strings.
7482 (ada-mode-version): New function.
7483 (ada-create-menu): Menu operations are available for all supported
7484 compilers.
7485
7486 2006-10-29 Lars Hansen <larsh@soem.dk>
7487
7488 * net/tramp.el (with-parsed-tramp-file-name): Correct debug spec.
7489 Highlight as keyword.
7490 (tramp-do-copy-or-rename-file): Correct data for 'file-already-exists.
7491 Don't call tramp-method-out-of-band-p for local files.
7492 (tramp-touch): Quote file name.
7493
7494 2006-10-28 Glenn Morris <rgm@gnu.org>
7495
7496 * calendar/calendar.el (cal-html-cursor-month)
7497 (cal-html-cursor-year): Add autoloads for this new package.
7498 (calendar-mode-map): Bind cal-html-cursor-month, cal-html-cursor-year.
7499
7500 2006-10-28 Anna M. Bigatti <bigatti@dima.unige.it>
7501
7502 * calendar/cal-html.el: New file.
7503
7504 2006-10-28 Chong Yidong <cyd@stupidchicken.com>
7505
7506 * emacs-lisp/authors.el (authors-aliases): Update.
7507
7508 2006-10-27 Chong Yidong <cyd@stupidchicken.com>
7509
7510 * version.el (emacs-version): Bump version number to 22.0.90.
7511
7512 2006-10-26 John W. Eaton <jwe@octave.org>
7513
7514 * progmodes/octave-inf.el (inferior-octave-has-built-in-variables):
7515 New defvar.
7516 (inferior-octave-resync-dirs): Check to see whether Octave has
7517 built-in variables and set inferior-octave-has-built-in-variables.
7518 Check inferior-octave-has-built-in-variables to decide whether to
7519 send commands that set built-in variables or call functions to
7520 change Octave's behavior.
7521 Send "disp (pwd ())" to Octave instead of just "pwd".
7522 (inferior-octave-startup): Send "more off" to Octave instead of
7523 "page_screen_output = 0".
7524
7525 2006-10-26 Chong Yidong <cyd@stupidchicken.com>
7526
7527 * emacs-lisp/cl-indent.el (lisp-indent-259): Indent nil's in the
7528 pattern normally.
7529
7530 2006-10-26 Nick Roberts <nickrob@snap.net.nz>
7531
7532 * bindings.el (mode-line-mode-menu): Remove bindings for global
7533 minor modes (line/column number) as they are on the menubar.
7534
7535 2006-10-25 Juanma Barranquero <lekktu@gmail.com>
7536
7537 * term/w32-win.el (x-handle-name-switch): Doc fix.
7538 (w32-standard-fontset-spec): Fix typo in docstring.
7539
7540 * midnight.el (midnight-buffer-display-time): Doc fix.
7541 (clean-buffer-list-kill-never-buffer-names): Add "*server*".
7542
7543 2006-10-23 Michael Kifer <kifer@cs.stonybrook.edu>
7544
7545 * emulation/viper-cmd.el (viper-prefix-arg-com): Define gg as G0.
7546
7547 * emulation/viper-ex.el (ex-read): Quote file argument.
7548
7549 * ediff-diff.el (ediff-same-file-contents): Expand file names.
7550
7551 * ediff-mult.el (ediff-append-custom-diff): Quote shell file arguments.
7552
7553 2006-10-22 Martin Rudalics <rudalics@gmx.at>
7554
7555 * textmodes/flyspell.el (flyspell-check-region-doublons):
7556 Fix last fix.
7557
7558 2006-10-23 Nick Roberts <nickrob@snap.net.nz>
7559
7560 * bindings.el (mode-line-mode-menu): List global minor modes
7561 before local ones.
7562
7563 2006-10-23 Kim F. Storm <storm@cua.dk>
7564
7565 * subr.el (add-to-list): Optimize if compare-fn is `eq' or `eql'.
7566 (sit-for): If last command was a prefix arg, add the read-ahead
7567 event to unread-command-events as (t . EVENT) so it will be added
7568 to this-command-keys by read-key-sequence.
7569
7570 2006-10-22 Martin Rudalics <rudalics@gmx.at>
7571
7572 * textmodes/flyspell.el (flyspell-word): Skip past all previous
7573 whitespace when checking doublons.
7574 (flyspell-check-region-doublons): Fix doublon regexp.
7575 (flyspell-highlight-incorrect-region): Highlight doublons using
7576 flyspell-duplicate face.
7577
7578 * progmodes/cperl-mode.el (cperl-invalid-face): Fix defcustom.
7579
7580 2006-10-22 John Wiegley <johnw@newartisans.com>
7581
7582 * progmodes/python.el (python-use-skeletons): python-mode was
7583 auto-inserting templates (for those with abbrev-mode on), not only
7584 by default -- *but without a configuration variable to disable
7585 it*. This rendered python-mode completely useless for me, so I
7586 have added `python-use-skeletons', which is now off by default.
7587
7588 2006-10-22 Chong Yidong <cyd@stupidchicken.com>
7589
7590 * progmodes/cperl-mode.el (cperl-mode): Don't assume
7591 font-lock-multiline is auto-local (it's not).
7592 (cperl-windowed-init): Ensure that cperl-font-lock-multiline is
7593 initialized before calling cperl-init-faces.
7594
7595 2006-10-22 Nick Roberts <nickrob@snap.net.nz>
7596
7597 * progmodes/gdb-ui.el (gdb-info-stack-custom): Don't try to give
7598 gdb-stack-position a value when there is no fringe.
7599
7600 * bindings.el (mode-line-mode-menu): Disable auto-revert-tail-mode
7601 indicator if not visiting a file.
7602
7603 2006-10-20 David Kastrup <dak@gnu.org>
7604
7605 * window.el (kill-buffer-and-window): Fix a bug where an aborted
7606 operation would still cause some window to collapse later.
7607
7608 2006-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
7609
7610 * vc.el (vc-switch-backend): Try to be more careful with unwanted
7611 side-effect due to mixing various backends's file properties.
7612
7613 * vc-svn.el (vc-svn-parse-status): Remove unused arg `localp'.
7614 Add arg `filename' instead. Don't set vc-backend if `filename' is set.
7615 Return `filename's status if applicable. Update callers.
7616
7617 2006-10-19 Kenichi Handa <handa@m17n.org>
7618
7619 * international/kkc.el (kkc-region): When a key sequence is not
7620 defined, append (this-single-command-raw-keys) to
7621 unread-input-method-events.
7622
7623 2006-10-19 Juanma Barranquero <lekktu@gmail.com>
7624
7625 * progmodes/ada-mode.el (ada-in-string-p): Doc fix.
7626
7627 2006-10-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7628
7629 * version.el (emacs-version): Use mac-carbon-version-string.
7630
7631 * term/macterm.el (res-geometry): Apply 2006-10-18 change for x-win.el.
7632
7633 2006-10-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7634
7635 * select.el (ccl-check-utf-8, string-utf-8-p): New functions (by
7636 Kenichi Handa).
7637 (xselect-convert-to-string): Decline requests for UTF8_STRING if
7638 the selection is not UTF-8.
7639
7640 2006-10-18 Juanma Barranquero <lekktu@gmail.com>
7641
7642 * progmodes/ada-mode.el (ada-83-string-keywords)
7643 (ada-last-which-function-line ada-no-auto-case, ada-indent-region)
7644 (ada-which-compiler, ada-align-modes, ada-adjust-case-buffer)
7645 (ada-looking-at-semi-private, ada-get-body-name):
7646 Fix typos in docstrings.
7647 (ada-create-case-exception, ada-create-case-exception-substring):
7648 Fix typos in error messages.
7649 (ada-goto-matching-end, ada-narrow-to-defun): Doc fixes.
7650
7651 2006-10-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7652
7653 * term/x-win.el (res-geometry): Don't set geometry from Xresources
7654 to default-frame-alist if default-frame-alist already contains
7655 width/height.
7656
7657 2006-10-18 Richard Stallman <rms@gnu.org>
7658
7659 * emacs-lisp/pp.el (pp-eval-expression): Use `X' to read value.
7660 Non-interactive arg is the value, not the expression.
7661
7662 * simple.el (read-expression-map): Just set it, no defvar.
7663
7664 * subr.el (insert-for-yank-1): If last inserted char has
7665 properties, mark them as rear-nonsticky.
7666
7667 * recentf.el (recentf-mode): Doc fix.
7668
7669 * facemenu.el (facemenu-add-new-face): Defend against symbol
7670 that isn't a face name.
7671
7672 * dired-aux.el (dired-do-copy): Doc fix.
7673
7674 2006-10-18 Chong Yidong <cyd@stupidchicken.com>
7675
7676 * simple.el (line-move-1): Ignore fields when moving to the
7677 beginning of line to avoid getting point stuck.
7678
7679 2006-10-18 Martin Rudalics <rudalics@gmx.at>
7680
7681 * textmodes/flyspell.el (flyspell-word-search-backward):
7682 Set inhibit-point-motion-hooks to avoid looping due to intangibile
7683 text.
7684
7685 2006-10-16 Richard Stallman <rms@gnu.org>
7686
7687 * help-fns.el (describe-function-1): Special case optimization
7688 for self-insert-command.
7689
7690 2006-10-16 Kim F. Storm <storm@cua.dk>
7691
7692 * ido.el (ido-reread-directory): Work in `dir' mode too.
7693
7694 2006-10-15 Martin Rudalics <rudalics@gmx.at>
7695
7696 * textmodes/table.el: Require 'regexp-opt.
7697
7698 2006-10-15 Lennart Borgman <lennart.borgman.073@student.lu.se>
7699
7700 * progmodes/flymake.el (flymake-get-project-include-dirs-imp):
7701 Use shell-quote-argument.
7702
7703 * shell.el (explicit-bash-args): Likewise.
7704
7705 * progmodes/ada-xref.el (ada-find-in-src-path): Likewise.
7706 Use grep -E rather than egrep.
7707
7708 2006-10-15 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
7709
7710 * ido.el (ido-exhibit): Allow `-', `_', and trailing `$' in user id.
7711
7712 2006-10-15 Kim F. Storm <storm@cua.dk>
7713
7714 * filesets.el (filesets-run-cmd--repl-fn): Use shell-quote-argument.
7715
7716 2006-10-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
7717
7718 * filesets.el (filesets-cmd-shell-command): Quote buffer-file-name
7719 to protect whitespace and metacharacters from the shell.
7720
7721 2006-10-13 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
7722
7723 * apropos.el (apropos-pattern-quoted): Fix a typo in a doc string.
7724
7725 2006-10-13 Eli Zaretskii <eliz@gnu.org>
7726
7727 * subr.el (start-process-shell-command): Doc fix.
7728
7729 2006-10-13 Andrea Russo <rastandy@salug.it> (tiny change)
7730
7731 * info-look.el <maxima-mode, inferior-maxima-mode>: Allow [0-9] in
7732 the regexp for Maxima symbols.
7733
7734 2006-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
7735
7736 * vc-hooks.el (vc-ignore-dir-regexp): Make it into a defcustom.
7737 (vc-find-root): Don't walk higher up than ~.
7738
7739 2006-10-12 Chong Yidong <cyd@stupidchicken.com>
7740
7741 * international/utf-8.el (utf-translate-cjk-load-tables):
7742 Avoid clobbering last-coding-system-used during load.
7743
7744 2006-10-12 Carsten Dominik <dominik@science.uva.nl>
7745
7746 * textmodes/reftex-global.el (reftex-create-tags-file):
7747 Quote file arguments.
7748
7749 2006-10-12 Richard Stallman <rms@gnu.org>
7750
7751 * files.el (file-name-history): Add defvar.
7752 (save-some-buffers-action-alist): Improve description strings.
7753
7754 2006-10-12 Andreas Schwab <schwab@suse.de>
7755
7756 * files.el (auto-mode-alist): Match change log file name also with
7757 a dash before a numeric extension.
7758
7759 2006-10-11 Ilya Zakharevich <ilyaz@cpan.org>
7760
7761 * progmodes/cperl-mode.el: Merge from upstream, upto version 5.22.
7762 After 5.0:
7763 (cperl-add-tags-recurse-noxs-fullpath): New function (for -batch mode).
7764
7765 After 5.1: Major edit. Summary of most visible changes:
7766
7767 - Multiple <<HERE per line allowed.
7768 - Handles multiline subroutine declaration headers (with comments).
7769 (The exception is `cperl-etags' - but it is not used in the rest
7770 of the mode.)
7771 - Fontifies multiline my/our declarations (even with comments,
7772 and with legacy `font-lock').
7773 - Major speedup of syntaxification, both immediate and postponed
7774 (3.5x to 15x [for different CPUs and versions of Emacs] on the
7775 huge real-life document I tested).
7776 - New bindings, edits to imenu.
7777 - "_" is made into word-char during fontification/syntaxification;
7778 some attempts to recognize non-word "_" during other operations too.
7779 - Detect bug in Emacs with `looking-at' inside `narrow' and bulk out.
7780 - autoload some more perldoc-related stuff
7781 - New convenience features: ISpell POD/HEREDOCs, narrow-to-HEREDOC.
7782 - Attempt to incorporate XEmacs edits which reached me.
7783
7784 Fine-grained changelog:
7785 (cperl-hook-after-change): New configuration variable.
7786 (cperl-vc-sccs-header): Likewise.
7787 (cperl-vc-sccs-header): Likewise.
7788 (cperl-vc-header-alist): Default via two preceding variables.
7789 (cperl-invalid-face): Remove double quoting under XEmacs
7790 (still needed under 21.2).
7791 (cperl-tips): Update URLs for resources.
7792 (cperl-problems): Likewise.
7793 (cperl-praise): Mention new features.
7794 New C-c key bindings: for `cperl-find-bad-style',
7795 `cperl-pod-spell', `cperl-here-doc-spell', `cperl-narrow-to-here-doc',
7796 `cperl-perdoc', and `cperl-perldoc-at-point'.
7797 CPerl Mode menu changes: "Fix style by spaces", "Imenu on Perl Info"
7798 moved, new submenu of Tools with Ispell entries and narrowing.
7799 (cperl-after-sub-regexp): New defsubst.
7800 (cperl-imenu--function-name-regexp-perl): Use `cperl-after-sub-regexp'.
7801 Allows heads up to head4.
7802 Allow "package;".
7803 (defun-prompt-regexp): Use `cperl-after-sub-regexp'.
7804 (paren-backwards-message): ??? Something for XEmacs???
7805 (cperl-mode): Never auto-switch abbrev-mode off.
7806 Try to allow '_' be non-word char.
7807 Do not use `font-lock-unfontify-region-function' on XEmacs.
7808 Reset syntax cache on mode start.
7809 Support multiline facification (even on legacy `font-lock').
7810 (cperl-facemenu-add-face-function): ??? Some contributed code ???
7811 (cperl-after-change-function): Since `font-lock' and `lazy-lock'
7812 refuse to inform us whether the fontification is due to lazy
7813 calling or due to edit to a buffer, install our own hook
7814 (controlled by `cperl-hook-after-change').
7815 (cperl-electric-pod): =cut may have been recognized as start.
7816 (cperl-block-p): Move, updated for attributes.
7817 (cperl-calculate-indent): Try to allow '_' be non-word char
7818 Support subs with attributes.
7819 (cperl-where-am-i): Quiet (?) a warning.
7820 (cperl-cached-syntax-table): New function.
7821 (cperl-forward-re): Use `cperl-cached-syntax-table'.
7822 (cperl-unwind-to-safe): Recognize `syntax-type' property
7823 changing in a middle of line.
7824 (cperl-find-sub-attrs): New function.
7825 (cperl-find-pods-heres): Allow many <<EOP per line.
7826 Allow subs with attributes.
7827 Major speedups (3.5x..15x on a real-life test file nph-proxy.pl).
7828 Recognize "extproc " (OS/2) case-folded and only at start.
7829 /x on s///x with empty replacement was not recognized.
7830 Better comments.
7831 (cperl-after-block-p): Remarks on diff with `cperl-block-p'.
7832 Allow subs with attributes, labels.
7833 Do not confuse "else::foo" with "else".
7834 Minor optimizations...
7835 (cperl-after-expr-p): Try to allow '_' be non-word char.
7836 (cperl-fill-paragraph): Try to detect a major bug in Emacs
7837 with `looking-at' inside `narrow' and bulk out if found.
7838 (cperl-imenu--create-perl-index): Updates for new
7839 `cperl-imenu--function-name-regexp-perl'.
7840 (cperl-outline-level): Likewise.
7841 (cperl-init-faces): Allow multiline subroutine headers
7842 and my/our declarations, and ones with comments.
7843 Allow subroutine attributes.
7844 (cperl-imenu-on-info): Better docstring.
7845 (cperl-etags): Rudimentary support for attributes.
7846 Support for packages and "package;".
7847 (cperl-add-tags-recurse-noxs): Better (?) docstring.
7848 (cperl-add-tags-recurse-noxs-fullpath): Likewise.
7849 (cperl-tags-hier-init): Misprint for `fboundp' fixed.
7850 (cperl-not-bad-style-regexp): Try to allow '_' be non-word char.
7851 (cperl-perldoc): Add autoload.
7852 (cperl-perldoc-at-point): Likewise.
7853 (cperl-here-doc-spell): New function.
7854 (cperl-pod-spell): Likewise.
7855 (cperl-map-pods-heres): Likewise.
7856 (cperl-get-here-doc-region): Likewise.
7857 (cperl-font-lock-fontify-region-function): Likewise (backward
7858 compatibility for legacy `font-lock').
7859 (cperl-font-lock-unfontify-region-function): Fix style.
7860 (cperl-fontify-syntaxically): Recognize and optimize away deferred
7861 calls with no-change. Governed by `cperl-hook-after-change'.
7862 (cperl-fontify-update): Recognize that syntaxification region
7863 can be larger than fontification one.
7864 XXXX we leave `cperl-postpone' property, so this is quadratic...
7865 (cperl-fontify-update-bad): Temporary placeholder until
7866 it is clear how to implement `cperl-fontify-update'.
7867 (cperl-time-fontification): New function.
7868 (attrib-group): New text attribute.
7869 (multiline): New value: `syntax-type' text attribute.
7870
7871 After 5.2:
7872 (cperl-emulate-lazy-lock): New function.
7873 (cperl-fontify-syntaxically): Would skip large regions.
7874 Add `cperl-time-fontification', `cperl-emulate-lazy-lock' to menu.
7875 Some globals were declared, but uninitialized.
7876
7877 After 5.3, 5.4:
7878 (cperl-facemenu-add-face-function): Add docs, fix U<>.
7879 Copyright message updated.
7880 (cperl-init-faces): Work around a bug in `font-lock'. May slow
7881 facification down a bit.
7882 Misprint for my|our|local for old `font-lock'
7883 "our" was not fontified same as "my|local".
7884 Highlight variables after "my" etc even in
7885 a middle of an expression.
7886 Do not facify multiple variables after my etc
7887 unless parentheses are present.
7888
7889 After 5.5, 5.6
7890 (cperl-fontify-syntaxically): after-change hook could reset.
7891 (cperl-syntax-done-to) to a middle of line; unwind to BOL.
7892
7893 After 5.7:
7894 (cperl-init-faces): Allow highlighting of local ($/).
7895 (cperl-problems-old-emaxen): New variable (for the use of DOCSTRING).
7896 (cperl-problems): Remove fixed problems.
7897 (cperl-find-pods-heres): Recognize #-comments in m##x too.
7898 Recognize charclasses (unless delimiter is \).
7899 (cperl-fontify-syntaxically): Unwinding to safe was done in wrong order.
7900 (cperl-regexp-scan): Update docs.
7901 (cperl-beautify-regexp-piece): Use information got from regexp scan.
7902
7903 After 5.8:
7904 Major user visible changes:
7905 Recognition and fontification of character classes in RExen.
7906 Variable indentation of RExen according to groups.
7907
7908 (cperl-find-pods-heres): Recognize POSIX classes in REx charclasses.
7909 Fontify REx charclasses in variable-name face.
7910 Fontify POSIX charclasses in "type" face.
7911 Fontify unmatched "]" in function-name face.
7912 Mark first-char of HERE-doc as `front-sticky'.
7913 Reset `front-sticky' property when needed.
7914 (cperl-calculate-indent): Indents //x -RExen accordning to parens level.
7915 (cperl-to-comment-or-eol): Recognize ends of `syntax-type' constructs.
7916 (cperl-backward-to-noncomment): Recognize stringy `syntax-type'
7917 constructs. Support `narrow'ed buffers.
7918 (cperl-praise): Remove a reservation.
7919 (cperl-make-indent): New function.
7920 (cperl-indent-for-comment): Use `cperl-make-indent'.
7921 (cperl-indent-line): Likewise.
7922 (cperl-lineup): Likewise.
7923 (cperl-beautify-regexp-piece): Likewise.
7924 (cperl-contract-level): Likewise.
7925 (cperl-toggle-set-debug-unwind): New function.
7926 New menu entry for this.
7927 (fill-paragraph-function): Use when `boundp'.
7928 (cperl-calculate-indent): Take into account groups when indenting RExen.
7929 (cperl-to-comment-or-eol): Recognize # which end a string.
7930 (cperl-modify-syntax-type): Make only syntax-table property non-sticky.
7931 (cperl-fill-paragraph): Return t: needed for `fill-paragraph-function'.
7932 (cperl-fontify-syntaxically): More clear debugging message.
7933 (cperl-pod2man-build-command): Check (XEmacs) `Man-filter-list'.
7934 (cperl-init-faces): More complicated highlight even on XEmacs (new).
7935 Merge cosmetic changes from XEmacs.
7936
7937 After 5.9:
7938 (cperl-1+): Move to before the first use.
7939 (cperl-1-): Likewise.
7940
7941 After 5.10:
7942
7943 This code may lock Emacs hard!!! Use at your own risk!
7944
7945 (cperl-font-locking): New internal variable.
7946 (cperl-beginning-of-property): New function.
7947 (cperl-calculate-indent): Use `cperl-beginning-of-property'
7948 instead of `previous-single-property-change'.
7949 (cperl-unwind-to-safe): Likewise.
7950 (cperl-after-expr-p): Likewise.
7951 (cperl-get-here-doc-region): Likewise.
7952 (cperl-font-lock-fontify-region-function): Likewise.
7953 (cperl-to-comment-or-eol): Do not call `cperl-update-syntaxification'
7954 recursively.
7955 Bound `next-single-property-change' via `point-max'.
7956 (cperl-unwind-to-safe): Bound likewise
7957 (cperl-font-lock-fontify-region-function): Likewise.
7958 (cperl-find-pods-heres): Mark as recursive for `cperl-to-comment-or-eol'
7959 Initialization of `cperl-font-lock-multiline-start' could be
7960 missed if the "main" fontification did not run due to the
7961 keyword being already fontified.
7962 (cperl-pod-spell): Return t from do-one-chunk function.
7963 (cperl-map-pods-heres): Stop when the worker returns nil.
7964 Call `cperl-update-syntaxification'.
7965 (cperl-get-here-doc-region): Call `cperl-update-syntaxification'.
7966 (cperl-get-here-doc-delim): Remove unused function.
7967
7968 After 5.11:
7969
7970 The possible lockup of Emacs (introduced in 5.10) fixed.
7971
7972 (cperl-unwind-to-safe): `cperl-beginning-of-property' won't return nil.
7973 (cperl-syntaxify-for-menu): New customization variable.
7974 (cperl-select-this-pod-or-here-doc): New function.
7975 (cperl-get-here-doc-region): Extra argument.
7976 Do not adjust pos by 1.
7977
7978 New menu entries
7979 (Perl/Tools): Selection of current POD or HERE-DOC section.
7980 (Debugging CPerl:) backtrace on fontification.
7981
7982 After 5.12:
7983 (cperl-cached-syntax-table): Use `car-safe'.
7984 (cperl-forward-re): Remove spurious argument SET-ST.
7985 Add documentation.
7986 (cperl-forward-group-in-re): New function.
7987 (cperl-find-pods-heres): Find and highlight (?{}) blocks in RExen
7988 (XXXX Temporary (?) hack is to syntax-mark them as comment).
7989
7990 After 5.13:
7991 (cperl-string-syntax-table): Make { and } not-grouping
7992 (Sometimes they ARE grouping in RExen, but matching them would only
7993 confuse in many situations when they are not)
7994 (beginning-of-buffer): Replace two occurrences with goto-char...
7995 (cperl-calculate-indent): `char-after' could be nil...
7996 (cperl-find-pods-heres): REx can start after "[" too.
7997 Hightlight (??{}) in RExen too.
7998 (cperl-maybe-white-and-comment-rex): New constant
7999 (cperl-white-and-comment-rex): Likewise.
8000 XXXX Not very efficient, but hard to make
8001 better while keeping 1 group.
8002
8003 After 5.13:
8004 (cperl-find-pods-heres): $foo << identifier() is not a HERE-DOC.
8005 Likewise for 1 << identifier.
8006
8007 After 5.14:
8008 (cperl-find-pods-heres): Different logic for $foo .= <<EOF etc.
8009 Error-less condition-case could fail.
8010 (cperl-font-lock-fontify-region-function): Likewise.
8011 (cperl-init-faces): Likewise.
8012
8013 After 5.15:
8014 (cperl-find-pods-heres): Support property REx-part2.
8015 (cperl-calculate-indent): Likewise.
8016 Don't special-case REx with non-empty 1st line.
8017 (cperl-find-pods-heres): In RExen, highlight non-literal backslashes.
8018 Invert highlighting of charclasses:
8019 now the envelop is highlighted.
8020 Highlight many others 0-length builtins.
8021 (cperl-praise): Mention indenting and highlight in RExen.
8022
8023 After 5.15:
8024 (cperl-find-pods-heres): Highlight capturing parens in REx.
8025
8026 After 5.16:
8027 (cperl-find-pods-heres): Highlight '|' for alternation
8028 Initialize `font-lock-warning-face' if not present.
8029 (cperl-find-pods-heres): Use `font-lock-warning-face' instead of
8030 `font-lock-function-name-face'.
8031 (cperl-look-at-leading-count): Likewise.
8032 (cperl-find-pods-heres): Localize `font-lock-variable-name-face',
8033 `font-lock-keyword-face' (needed for
8034 batch processing), etc...
8035 Use `font-lock-builtin-face' for builtin in REx
8036 Now `font-lock-variable-name-face'
8037 is used for interpolated variables
8038 Use "talking aliases" for faces inside REx
8039 Highlight parts of REx (except in charclasses)
8040 according to the syntax and/or semantic
8041 Syntax-mark a {}-part of (?{}) as "comment"
8042 (it was the ()-part)
8043 Better logic to distinguish what is what in REx
8044 (cperl-tips-faces): Document REx highlighting
8045 (cperl-praise): Mention REx syntax highlight etc.
8046
8047 After 5.17:
8048 (cperl-find-sub-attrs): Would not always manage to print error message.
8049 (cperl-find-pods-heres): Localize `font-lock-constant-face'.
8050
8051 After 5.18:
8052 (cperl-find-pods-heres): Misprint in REx for parsing REx.
8053 Very minor optimization.
8054 `my-cperl-REx-modifiers-face' got quoted.
8055 Recognize "print $foo <<END" as HERE-doc.
8056 Put `REx-interpolated' text attribute if needed.
8057 (cperl-invert-if-unless-modifiers): New function.
8058 (cperl-backward-to-start-of-expr): Likewise.
8059 (cperl-forward-to-end-of-expr): Likewise.
8060 (cperl-invert-if-unless): Works in "the opposite way" too.
8061 Cursor position on return is on the switch-word.
8062 Indents comments better.
8063 (REx-interpolated): New text attribute.
8064 (cperl-next-interpolated-REx): New function.
8065 (cperl-next-interpolated-REx-0): Likewise.
8066 (cperl-next-interpolated-REx-1): Likewise.
8067 "\C-c\C-x", "\C-c\C-y", "\C-c\C-v": New keybinding for these functions.
8068 Perl/Regexp menu: 3 new entries for `cperl-next-interpolated-REx'.
8069 (cperl-praise): Mention finded interpolated RExen.
8070
8071 After 5.19:
8072 (cperl-init-faces): Highlight %$foo, @$foo too.
8073 (cperl-short-docs): Better docs for system, exec.
8074 (cperl-find-pods-heres): Better detect << after print {FH} <<EOF etc.
8075 Would not find HERE-doc ended by EOF without NL.
8076 (cperl-short-docs): Correct not-doubled \-escapes.
8077 start block: Put some `defvar' for stuff gone from XEmacs.
8078
8079 After 5.20:
8080 initial comment: Extend copyright, fix email address.
8081 (cperl-indent-comment-at-column-0): New customization variable.
8082 (cperl-comment-indent): Indentation after $#a would increasy by 1.
8083 (cperl-mode): Make `defun-prompt-regexp' grok BEGIN/END etc.
8084 (cperl-find-pods-heres): Mark CODE of s///e as `syntax-type' `multiline'
8085 (cperl-at-end-of-expr): Would fail if @BAR=12 follows after ";".
8086 (cperl-init-faces): If `cperl-highlight-variables-indiscriminately'
8087 highlight $ in $foo too (UNTESTED).
8088 (cperl-set-style): Docstring missed some available styles.
8089 toplevel: Menubar/Perl/Indent-Styles had FSF, now K&R.
8090 Change "Current" to "Memorize Current".
8091 (cperl-indent-wrt-brace): New customization variable; the default is
8092 as for pre-5.2 version.
8093 (cperl-styles-entries): Keep `cperl-extra-newline-before-brace-multiline'.
8094 (cperl-style-alist): Likewise.
8095 (cperl-fix-line-spacing): Support `cperl-merge-trailing-else' being nil,
8096 and `cperl-extra-newline-before-brace' etc
8097 being t
8098 (cperl-indent-exp): Plans B and C to find continuation blocks even
8099 if `cperl-extra-newline-before-brace' is t.
8100
8101 After 5.21:
8102 Improve some docstrings concerning indentation.
8103 (cperl-indent-rules-alist): New variable.
8104 (cperl-sniff-for-indent): New function name
8105 (separated from `cperl-calculate-indent').
8106 (cperl-calculate-indent): Separate the sniffer and the indenter;
8107 uses `cperl-sniff-for-indent' now.
8108 (cperl-comment-indent): Test for `cperl-indent-comment-at-column-0'
8109 was inverted;
8110 Support `comment-column' = 0.
8111
8112 2006-10-11 Martin Rudalics <rudalics@gmx.at>
8113
8114 * dnd.el (dnd-handle-one-url): Fix typo in doc-string.
8115 * help-at-pt.el (scan-buf-move-to-region): Likewise.
8116 * longlines.el (longlines-window-change-function): Likewise.
8117 * simple.el (undo-ask-before-discard): Likewise.
8118 * wid-edit.el (widget-field-prompt-internal)
8119 (widget-documentation-link-p): Likewise.
8120
8121 2006-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
8122
8123 * progmodes/sh-script.el (sh-get-kw): | is not among the allowed chars
8124 for a keyword.
8125
8126 2006-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
8127
8128 * newcomment.el (comment-valid-prefix-p): Make the check
8129 more thorough. From an idea by Martin Rudalics <rudalics@gmx.at>.
8130 (comment-indent-new-line): Adjust call.
8131
8132 2006-10-09 Ken Manheimer <ken.manheimer@gmail.com>
8133
8134 * allout.el (allout-back-to-current-heading): Base on lower-level
8135 routines to get proper disqualification of aberrant topics.
8136
8137 2006-10-09 Richard Stallman <rms@gnu.org>
8138
8139 * textmodes/two-column.el (2C-two-columns): Doc fix.
8140
8141 2006-10-09 Kim F. Storm <storm@cua.dk>
8142
8143 * shell.el (explicit-csh-args, explicit-bash-args): Add comment
8144 about implicit use.
8145
8146 2006-10-08 Richard Stallman <rms@gnu.org>
8147
8148 * textmodes/two-column.el (2C-two-columns): Doc fix.
8149
8150 2006-10-08 Reiner Steib <Reiner.Steib@gmx.de>
8151
8152 * files.el: Mark `buffer-read-only' as safe-local-variable.
8153
8154 2006-10-08 Nick Roberts <nickrob@snap.net.nz>
8155
8156 * progmodes/gdb-ui.el (gdb-speedbar-expand-node):
8157 Burp if GUD buffer has been killed.
8158
8159 2006-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
8160
8161 * completion.el (add-completions-from-c-buffer):
8162 Don't presume an error's second element is a string.
8163 Use looking-at rather than buffer-substring + member.
8164
8165 2006-10-07 Eli Zaretskii <eliz@gnu.org>
8166
8167 * mail/rmail.el (rmail-redecode-body): If the old encoding is
8168 `undecided', call find-coding-systems-region to find a proper
8169 non-trivial encoding.
8170 (rmail-mime-charset-pattern): Allow a TAB between "Content-Type"
8171 and "text/plain".
8172
8173 2006-10-07 Kevin Ryde <user42@zip.com.au>
8174
8175 * textmodes/reftex-vars.el (defgroup reftex): Update home page
8176 url-link.
8177
8178 * strokes.el (defgroup strokes): Remove invalid url-link.
8179
8180 2006-10-07 Magnus Henoch <mange@freemail.hu>
8181
8182 * autoinsert.el (auto-insert-alist): Doc fix.
8183
8184 2006-10-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
8185
8186 * mouse-sel.el (mouse-insert-selection-internal):
8187 Use insert-for-yank, so that yank handlers are run.
8188
8189 2006-10-07 Kim F. Storm <storm@cua.dk>
8190
8191 * ido.el (ido-file-extension-aux): Fix comparison.
8192
8193 2006-10-06 Kim F. Storm <storm@cua.dk>
8194
8195 * ido.el (ido-wide-find-dirs-or-files): Use shell-quote-argument.
8196
8197 2006-10-05 Juanma Barranquero <lekktu@gmail.com>
8198
8199 * emacs-lisp/advice.el (ad-remove-advice, ad-parse-arglist)
8200 (ad-make-mapped-call): Use `let', not `let*'.
8201
8202 2006-10-05 Chong Yidong <cyd@stupidchicken.com>
8203
8204 * international/mule-cmds.el (coding-system-change-eol-conversion):
8205 Ensure the coding system is initialized before calling
8206 coding-system-eol-type.
8207
8208 2006-10-04 Carsten Dominik <dominik@science.uva.nl>
8209
8210 * textmodes/org.el (org-rm-props, org-activate-plain-links)
8211 (org-activate-angle-links, org-activate-dates)
8212 (org-activate-target-links, org-activate-camels)
8213 (org-activate-tags): Add `rear-nonsticky' text property to avoid
8214 textproperty keymaps from being active beyond the end of a line.
8215 (org-unfontify-region): Also remove `rear-nonsticky' property.
8216
8217 2006-10-04 Kenichi Handa <handa@m17n.org>
8218
8219 * international/code-pages.el (next): Table fixed.
8220
8221 2006-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
8222
8223 * progmodes/sh-script.el (sh-prev-thing): Remove (forward-char 1) now
8224 that it's been made unnecessary by removing narrowing.
8225
8226 2006-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
8227
8228 * progmodes/sh-script.el (sh-prev-thing): Massage to untangle the
8229 control flow a bit, simplify another bit, and add comments.
8230
8231 2006-10-03 David Kastrup <dak@gnu.org>
8232
8233 * help.el (describe-mode): For clicks on mode-line, use "@"
8234 interactive argument to get the major mode of the click instead of
8235 the current buffer.
8236
8237 * isearch.el (isearch-mouse-2): Use new semantics of `key-binding'
8238 in order to better redirect mouse-2 clicks. Also allow default
8239 bindings to apply.
8240
8241 2006-10-03 Kim F. Storm <storm@cua.dk>
8242
8243 * emacs-lisp/cl.el (pushnew-internal): Remove defvar.
8244 (pushnew): Fix last change.
8245
8246 2006-10-03 Denis St\e,A|\e(Bnkel <dstuenkel@googlemail.com> (tiny change)
8247
8248 * ibuf-ext.el (eval, view-and-eval) <define-ibuffer-op>:
8249 Use the interactive spec of `eval-expression'.
8250
8251 2006-10-02 Michael Welsh Duggan <md5i@cs.cmu.edu>
8252
8253 * progmodes/sh-script.el (sh-prev-thing): Fix last change.
8254
8255 2006-10-02 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
8256
8257 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo in
8258 2006-09-28 commit.
8259
8260 2006-10-02 Kenichi Handa <handa@m17n.org>
8261
8262 * international/code-pages.el (iso-8859-6): Table fixed.
8263
8264 2006-10-01 Chris Moore <christopher.ian.moore@gmail.com>
8265
8266 * dired.el (dired-build-subdir-alist): Fix previous change.
8267
8268 2006-10-01 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
8269
8270 * simple.el (undo-elt-crosses-region): Fix the inequalities.
8271
8272 2006-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
8273
8274 * emacs-lisp/find-func.el (find-function-regexp): Don't match
8275 "define-button-type".
8276
8277 * pcvs.el (cvs-update-header): Fix handling of extra newlines so that
8278 they don't keep accumulating.
8279
8280 2006-10-01 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
8281
8282 * ffap.el (ffap-rfc-path): Change the address of the RFC
8283 repository to ftp.rfc-editor.org, as ds.internic.net seems to be gone.
8284
8285 2006-10-01 Stephen Berman <Stephen.Berman@gmx.net>
8286
8287 * allout.el (allout-expose-topic): Rectify implementation of "+"
8288 spec, so that bodies are not exposed with headlines.
8289
8290 2006-10-01 Ken Manheimer <ken.manheimer@gmail.com>
8291
8292 * allout.el (allout-current-depth): Do aberrent check only at or
8293 below doublecheck depth.
8294 (allout-chart-subtree): Make it explicit that LEVELS being nil
8295 means unlimited depth. Drop undocumented support for LEVELS value
8296 t meaning unlimited depth. (This is consistent with
8297 allout-chart-to-reveal, but contrary to allout-show-children,
8298 which needs to use nil to default to depth of 1.)
8299 (allout-goto-prefix-doublechecked): Wrap long docstring line.
8300 (allout-chart-to-reveal): Be explicit in docstring about meaning
8301 of nil LEVELS, and drop support for LEVELS value t.
8302 (allout-show-children): Translate the level spec used by this
8303 routine to that used by allout-chart-subtree and
8304 allout-chart-to-reveal.
8305 (allout-show-to-offshoot): Retry once when stuck, after opening
8306 subtree - improvements in discontinuity handling likely will
8307 enable progress.
8308
8309 2006-09-30 Chong Yidong <cyd@stupidchicken.com>
8310
8311 * wid-edit.el (widget-button-click-moves-point): New variable.
8312 (widget-button-click): If widget-button-click-moves-point is
8313 non-nil, set point after performing the button action.
8314
8315 * cus-edit.el (custom-mode): Set widget-button-click-moves-point.
8316
8317 2006-09-30 Martin Rudalics <rudalics@gmx.at>
8318
8319 * files.el (find-file-existing): Modify to not allow wildcards.
8320
8321 2006-09-30 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
8322
8323 * simple.el (undo-more): When undo information for the region is
8324 exhausted, say "No further undo information FOR REGION".
8325
8326 2006-09-30 Michael Welsh Duggan <md5i@cs.cmu.edu>
8327
8328 * progmodes/sh-script.el (sh-prev-thing):
8329 Take `sh-leading-keywords' into account.
8330
8331 2006-09-29 Glenn Morris <rgm@gnu.org>
8332
8333 * custom.el (defcustom): Doc fix.
8334
8335 * calendar/calendar.el (european-calendar-style):
8336 Call european-calendar or american-calendar as needed when set.
8337 (diary-view-entries, list-calendar-holidays): Move autoloads
8338 before use.
8339
8340 2006-09-29 Juri Linkov <juri@jurta.org>
8341
8342 * progmodes/cperl-mode.el (cperl-after-expr-p): Don't move point
8343 to nil if there is no previous property change.
8344
8345 2006-09-29 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
8346
8347 * cus-edit.el (custom-save-all): Switch to emacs-lisp mode before
8348 saving anything to be sure that `forward-sexp' behaves correctly.
8349
8350 2006-09-29 Chong Yidong <cyd@stupidchicken.com>
8351
8352 * simple.el (line-move-finish): Ignore field boundaries if the
8353 initial and final points have the same `field' property.
8354
8355 2006-09-29 Kim F. Storm <storm@cua.dk>
8356
8357 * ido.el (ido-file-internal): Only bind minibuffer-completing-file-name
8358 to t while calling ido-read-internal.
8359
8360 2006-09-29 Carsten Dominik <dominik@science.uva.nl>
8361
8362 * textmodes/org.el (org-file-remote-p): Get regexp from list.
8363 (org-archive-subtree): Remove erraneous `]' from character list.
8364
8365 2006-09-28 Jonathan Yavner <jyavner@member.fsf.org>
8366
8367 * ses.el (ses-in-print-area, ses-goto-data, ses-load)
8368 (ses-reconstruct-all): Make undo of "insert row" work by keeping
8369 markers for data-area and parameters-area.
8370
8371 2006-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
8372
8373 * progmodes/make-mode.el (makefile-mode): Don't disable jit-lock.
8374
8375 * font-lock.el (font-lock-after-change-function): Refontify next line
8376 as well if end is at BOL.
8377 (font-lock-extend-jit-lock-region-after-change): Be more careful to
8378 only extend the region as much as needed.
8379
8380 2006-09-28 Richard Stallman <rms@gnu.org>
8381
8382 * comint.el (comint-mode): Bind font-lock-defaults non-nil.
8383
8384 * subr.el (insert-for-yank-1): Handle `font-lock-face' specially.
8385
8386 * international/mule.el (after-insert-file-set-coding):
8387 If VISIT, don't let set-buffer-multibyte make undo info.
8388
8389 2006-09-28 Osamu Yamane <yamane@green.ocn.ne.jp> (tiny change)
8390
8391 * mail/smtpmail.el (smtpmail-try-auth-methods): Do not break long
8392 lines in base64-encoded authentication response.
8393
8394 2006-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8395
8396 * progmodes/ebnf2ps.el: Doc fix. Implement arrow spacing and scaling.
8397 (ebnf-version): New version 4.3.
8398 (ebnf-arrow-extra-width, ebnf-arrow-scale): New options.
8399 (ebnf-prologue): Adjust PostScript programming.
8400 (ebnf-begin-file, ebnf-insert-ebnf-prologue, ebnf-terminal-dimension1)
8401 (ebnf-repeat-dimension, ebnf-except-dimension): Adjust code.
8402
8403 2006-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
8404
8405 * jit-lock.el (jit-lock-force-redisplay): Rename from
8406 jit-lock-fontify-again, and undo the mistaken change I've just done.
8407
8408 * jit-lock.el (jit-lock-fontify-now): Don't fontify the empty text.
8409 (jit-lock-fontify-again): Don't refontify text that's not displayed.
8410
8411 2006-09-26 Kenichi Handa <handa@m17n.org>
8412
8413 * startup.el (display-splash-screen): Allow a prefix argument.
8414
8415 2006-09-25 Jason Rumney <jasonr@gnu.org>
8416
8417 * subr.el (shell-quote-argument): Use DOS logic for Windows
8418 shells with DOS semantics.
8419
8420 2006-09-24 Richard Stallman <rms@gnu.org>
8421
8422 * progmodes/compile.el (compilation-goto-locus-delete-o): New fn.
8423 (compilation-goto-locus): Use compilation-goto-locus-delete-o
8424 to delete the overlay. Put it on pre-command-hook.
8425
8426 * emacs-lisp/timer.el (timer-max-repeats): Doc fix.
8427
8428 * startup.el (fancy-splash-screens, normal-splash-screen):
8429 Call the splash buffer *About GNU Emacs*.
8430
8431 * simple.el (next-error-highlight, next-error-highlight-no-select):
8432 Default to 0.5.
8433 (yank-excluded-properties): Add `fontified'.
8434
8435 * font-lock.el (font-lock-compile-keywords): Allow value of
8436 syntax-begin-function to enable paren-column-0 highlighting.
8437
8438 2006-09-24 Chris Moore <christopher.ian.moore@gmail.com>
8439
8440 * dired.el (dired-build-subdir-alist): When file ends in colon,
8441 don't exit the loop, just disregard that file.
8442
8443 2006-09-24 Chong Yidong <cyd@stupidchicken.com>
8444
8445 * simple.el (line-move-finish): Handle corner case for fields in
8446 continued lines.
8447 (line-move-1): Remove flawed test for that case.
8448
8449 2006-09-24 Ken Manheimer <ken.manheimer@gmail.com>
8450
8451 * icomplete.el (icomplete-simple-completing-p): Use the correct
8452 name for the new variable, `icomplete-with-completion-tables'.
8453 (file local variables): Remove superfluous setting.
8454
8455 2006-09-23 Jeff Miller <jmiller@cablespeed.com> (tiny change)
8456
8457 * calendar/appt.el (appt-check): Fix typo for appointments just
8458 after midnight.
8459
8460 2006-09-23 Chong Yidong <cyd@stupidchicken.com>
8461
8462 * help.el (describe-key-briefly, describe-key): Don't expect an
8463 extra up event if a down-event is generated by a popup menu.
8464
8465 2006-09-23 Michal Nazarewicz <mnazarewicz@gmail.com> (tiny change)
8466
8467 * textmodes/ispell.el (ispell-change-dictionary): Don't check the
8468 local dictionary when changing the global dictionary.
8469
8470 2006-09-23 Ken Manheimer <ken.manheimer@gmail.com>
8471
8472 * icomplete.el (icomplete-with-completion-tables): List of
8473 specialized completion tables with which icomplete should
8474 operate. Include the new `internal-complete-buffer', so icomplete
8475 works with interactive buffer-selection.
8476 (icomplete-simple-completing-p): Add acceptance of specialized
8477 completion tables listed in icomplete-with-completion-tables.
8478
8479 2006-09-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8480
8481 * frame.el (focus-follows-mouse): Set default to nil on Mac.
8482
8483 * startup.el (command-line): Use `custom-reevaluate-setting' for
8484 `focus-follows-mouse'.
8485
8486 2006-09-22 Richard Stallman <rms@gnu.org>
8487
8488 * cus-edit.el (custom-buffer-create-internal): In `emacs -q',
8489 explain why Save is not available.
8490
8491 2006-09-22 Juanma Barranquero <lekktu@gmail.com>
8492
8493 * woman.el (woman0-so): Use `let*', not `let'.
8494 (woman-horizontal-line): Remove unbalanced parenthesis.
8495
8496 2006-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
8497
8498 * woman.el: Make sure all the end-of-region markers we use have
8499 a non-nil insertion-type.
8500 (woman0-so): Move things around so we can use copy-marker.
8501 (woman0-roff-buffer, woman2-process-escapes-to-eol, woman2-roff-buffer):
8502 Adjust marker type.
8503 (woman2-process-escapes): Check marker type.
8504 (woman-horizontal-line): Dispense with the use of a marker.
8505
8506 2006-09-22 Jay Belanger <belanger@truman.edu>
8507
8508 * calc/calc-lang.el: Add Greek letters to math-variable-table
8509 property of tex.
8510
8511 2006-09-22 Chong Yidong <cyd@stupidchicken.com>
8512
8513 * files.el (save-some-buffers-action-alist): Display diff in view-mode.
8514
8515 2006-09-22 Masatake YAMATO <jet@gyve.org>
8516
8517 * add-log.el (add-log-current-defun): Use `forward-sexp'
8518 instead of `forward-word' to pick c++::symbol.
8519 Reported by Guanpeng Xu <herberteuler@hotmail.com>.
8520
8521 2006-09-22 Kenichi Handa <handa@m17n.org>
8522
8523 * bindings.el: Fix setting self-insert-command for multibyte
8524 characters in global-map.
8525
8526 2006-09-21 David Kastrup <dak@gnu.org>
8527
8528 * mouse.el (mouse-posn-property): Fix typo for `event-start' in
8529 doc string.
8530
8531 2006-09-21 Kenichi Handa <handa@m17n.org>
8532
8533 * language/european.el ("Latin-1"): Add windows-1252 to
8534 coding-priority.
8535 ("German"): Likewise.
8536
8537 2006-09-21 Kim F. Storm <storm@cua.dk>
8538
8539 * emacs-lisp/cl-macs.el (member*): Use memql instead of complex code.
8540 Suggested by Miles Bader.
8541
8542 * emacs-lisp/cl.el (pushnew): Rework 2006-09-10 change. Use memql
8543 instead of add-to-list in the simple case.
8544
8545 2006-09-20 Kenichi Handa <handa@m17n.org>
8546
8547 * isearch.el (isearch-process-search-char): Cancel the previous change.
8548 (isearch-search-string): New function.
8549 (isearch-search): Use isearch-search-string.
8550 (isearch-lazy-highlight-search): Likewise.
8551
8552 2006-09-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8553
8554 * lpr.el (lpr-page-header-switches): Insert `*' at beginning of doc
8555 string to become an option.
8556
8557 2006-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
8558
8559 * files.el (find-buffer-visiting): Don't get fooled by a nil inode.
8560
8561 2006-09-20 Kim F. Storm <storm@cua.dk>
8562
8563 * simple.el (line-move-partial): Call pos-visible-in-window-p with
8564 position t instead of trying both window-end and window-end - 1.
8565
8566 2006-09-20 Carsten Dominik <dominik@science.uva.nl>
8567
8568 * textmodes/org.el (org-scan-tags): Find end of subtrees also in
8569 hidden trees.
8570
8571 2006-09-20 David Kastrup <dak@gnu.org>
8572
8573 * mouse.el (mouse-posn-property): Improve doc string.
8574 (mouse-on-link-p): Change buffers for function calls on links.
8575
8576 * menu-bar.el (clipboard-yank): Bomb out in interactive use if
8577 buffer is read-only.
8578
8579 2006-09-20 Ken Manheimer <ken.manheimer@gmail.com>
8580
8581 * allout.el (allout-unprotected): Let inhibit-read-only only when
8582 buffer-read-only isn't set.
8583 (allout-annotate-hidden): Enable topic annotation during copies even
8584 when the buffer is read-only, eg for topic copies. Ensure that the loop
8585 advances, even when the span extends beyond the deletion region.
8586 (allout-toggle-subtree-encryption): Use allout-structure-added-hook
8587 rather than allout-exposure-changed-hook, as a stronger assertion.
8588 (allout-keybindings-list): Add bindings for
8589 allout-copy-line-as-kill and allout-copy-topic-as-kill.
8590 (allout-copy-line-as-kill, allout-copy-topic-as-kill):
8591 Copy wrappers for allout-kill-line and allout-kill-topic.
8592 (allout-listify-exposed): Position correctly to accumulate lines.
8593
8594 2006-09-19 Chong Yidong <cyd@stupidchicken.com>
8595
8596 * simple.el (line-move-1): Escape field boundaries occurring
8597 exactly at point. Update goal column if constrained to a field.
8598 (line-move-finish): Escape field boundaries occurring exactly at point.
8599
8600 2006-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
8601
8602 * mouse.el (mouse-on-link-p): Tentatively fix last change.
8603 (mouse-drag-vertical-line): Remove unused var `wconfig'.
8604
8605 2006-09-19 Kim F. Storm <storm@cua.dk>
8606
8607 * help.el (describe-key-briefly, describe-key): Simplify printing
8608 of descriptions by using format and %S. Fix "is undefined"
8609 messages to say "at that spot" for mouse events.
8610
8611 * simple.el (line-move-partial): Optimize. Try window-line-height
8612 before posn-at-point to get vpos of current line.
8613
8614 2006-09-18 Michael Kifer <kifer@cs.stonybrook.edu>
8615
8616 * emulation/viper.el: Bump up version/date of update to reflect the
8617 substantial changes done in August 2006.
8618
8619 * emulation/viper-cmd (viper-next-line-at-bol): Make sure button-at,
8620 push-button are defined.
8621
8622 * ediff-util.el (ediff-add-to-history): New function.
8623
8624 * ediff.el: Use ediff-add-to-history instead of add-to-history.
8625
8626 2006-09-18 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
8627
8628 * textmodes/conf-mode.el (conf-space-mode): Doc fix.
8629 Delete duplicate make-local-variable form.
8630 (conf-space-keywords): Add autoload cookie.
8631 Fix typo (`keywords', not `keyword').
8632
8633 2006-09-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8634
8635 * cus-start.el (all): Rename x-gtk-show-chooser-help-text to
8636 x-gtk-file-dialog-help-text. Rename x-use-old-gtk-file-dialog
8637 to x-gtk-use-old-file-dialog.
8638
8639 2006-09-18 Richard Stallman <rms@gnu.org>
8640
8641 * wid-edit.el (widget-button-click): Handle non-mouse-motion events
8642 that might come in during mouse tracking.
8643
8644 2006-09-18 Kim F. Storm <storm@cua.dk>
8645
8646 * simple.el (line-move-partial): Rework 2006-09-15 change to use
8647 new window-line-height function. Further optimize by not calling
8648 pos-visible-in-window-p for window-end when window-line-height
8649 returns useful information.
8650
8651 2006-09-16 Richard Stallman <rms@gnu.org>
8652
8653 * textmodes/conf-mode.el (conf-mode-map): Use conf-space-keywords cmd.
8654 (conf-space-mode): Don't handle prefix arg.
8655 Delete conf-space-keywords-override code.
8656 Use add-hook.
8657 (conf-space-keywords): New command.
8658 (conf-space-mode-internal): Be careful with imenu-generic-expression.
8659 Delete conf-space-keywords-override code.
8660 (conf-space-keywords-alist): Doc fix.
8661 (conf-space-font-lock-keywords): Doc fix.
8662 (conf-space-keywords-override): Var deleted.
8663
8664 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
8665
8666 * startup.el (fancy-splash-screens): Don't switch to the scratch
8667 buffer; it may not be the next buffer.
8668
8669 2006-09-16 Romain Francoise <romain@orebokech.com>
8670
8671 * saveplace.el (load-save-place-alist-from-file): Use expanded name
8672 in both messages.
8673
8674 2006-09-16 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se>
8675
8676 * progmodes/python.el (python-preoutput-filter):
8677 Fix arg order to string-match.
8678
8679 2006-09-16 Richard Stallman <rms@gnu.org>
8680
8681 * obsolete/fast-lock.el (fast-lock-cache-data): Provide 2nd arg to
8682 font-lock-compile-keywords.
8683
8684 * font-lock.el (font-lock-compile-keywords): Rename optional arg
8685 to SYNTACTIC-KEYWORDS and reverse the sense. All callers changed.
8686
8687 2006-09-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8688
8689 * cus-start.el (all): Add x-gtk-show-chooser-help-text.
8690
8691 * select.el (xselect-convert-to-string): If UTF8_STRING is requested
8692 and the data doesn't look like UTF8, send STRING instead.
8693
8694 2006-09-16 Agust\e,Am\e(Bn Mart\e,Am\e(Bn <agustin.martin@hispalinux.es>
8695
8696 * textmodes/flyspell.el (flyspell-check-region-doublons):
8697 New function to detect duplicated words.
8698 (flyspell-large-region): Use it.
8699
8700 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
8701
8702 * simple.el (line-move-to-column): Revert 2006-08-03 change.
8703
8704 2006-09-16 Eli Zaretskii <eliz@gnu.org>
8705
8706 * help.el (describe-prefix-bindings): Use let, not let*.
8707
8708 2006-09-16 Ken Manheimer <ken.manheimer@gmail.com>
8709
8710 * allout.el (allout-regexp, allout-line-boundary-regexp)
8711 (allout-bob-regexp): Correct grouping and boundaries to fix
8712 backwards traversal.
8713 (allout-depth-specific-regexp, allout-depth-one-regexp):
8714 New versions that exploit \\{M\\} regexp syntax, to avoid geometric or
8715 worse time in allout-ascend.
8716 (allout-doublecheck-at-and-shallower): Identify depth threshold
8717 below which topics are checked for and disqualified by containment
8718 discontinuities.
8719 (allout-hotspot-key-handler): Correctly handle multiple-key
8720 strokes. Remove some unused variables.
8721 (allout-mode-leaders): Clarify that mode-specific comment-start
8722 will be used.
8723 (set-allout-regexp): Correctly regexp-quote allout regexps to
8724 properly accept alternative header-leads and primary bullets with
8725 regexp-specific characters (eg, C "/*", mathematica "(*").
8726 Include new regular expressions among those configured.
8727 (allout-infer-header-lead-and-primary-bullet):
8728 Rename allout-infer-header-lead.
8729 (allout-recent-depth): Manifest as a variable as well as a function.
8730 (allout-prefix-data): Simplify into an inline instead of a macro,
8731 assuming current match data rather than being explicitly passed
8732 it. Establish allout-recent-depth value as well as
8733 allout-recent-prefix-beginning and allout-recent-prefix-end.
8734 (allout-aberrant-container-p): True when an item's immediate
8735 offspring discontinuously contained. Useful for disqualifying
8736 unintended topic prefixes, likely at low depths.
8737 (allout-goto-prefix-doublechecked): Elaborate version of
8738 allout-goto-prefix which disqualifies aberrant pseudo-items.
8739 (allout-pre-next-prefix): Layer on top of lower-level routines, to
8740 get disqualification of aberrant containers.
8741 (allout-end-of-prefix, allout-end-of-subtree): Disqualify aberrant
8742 containers.
8743 (allout-beginning-of-current-entry): Position at start of buffer
8744 when in container (depth 0) entry.
8745 (nullify-allout-prefix-data): Invalidate allout-recent-* prefix data.
8746 (allout-current-bullet): Strip text properties.
8747 (allout-get-prefix-bullet): Use right match groups.
8748 (allout-beginning-of-line, allout-next-heading):
8749 Disqualify aberrant containers.
8750 (allout-previous-heading): Disqualify aberrant containers, and
8751 change to regular (rather than inline) function, to allow
8752 self-recursion.
8753 (allout-get-invisibility-overlay): Increment so progress is made
8754 when the first overlay is not the sought one.
8755 (allout-end-of-prefix): Disqualify aberrant containers.
8756 (allout-end-of-line): Cycle something like allout-beginning-of-line.
8757 (allout-mode): Make allout-old-style-prefixes (ie, enabling use with
8758 outline.el outlines) functional again. Change the primary bullet
8759 along with the header-lead - level 1 new-style bullets now work.
8760 Engage allout-before-change-handler in mainline Emacs, not just
8761 XEmacs, to do undo handling.
8762 (allout-before-change-handler): Expose undo changes occurring in
8763 hidden regions. Use allout-get-invisibility-overlay instead of
8764 reimplementing it inline.
8765 (allout-chart-subtree): Use start rather than end of prefix in
8766 charts. Use allout-recent-depth variable.
8767 (allout-chart-siblings): Disqualify aberrant topics.
8768 (allout-beginning-of-current-entry): Position correctly.
8769 (allout-ascend): Use new allout-depth-specific-regexp and
8770 allout-depth-one-regexp for linear instead of O(N^2) or worse
8771 behavior.
8772 (allout-ascend-to-depth): Depend on allout-ascend, rather than
8773 reimplementing an algorithm.
8774 (allout-up-current-level): Depend on allout-ascend, rather than
8775 reimplementing an algorithm. Return to start-point if we fail.
8776 (allout-descend-to-depth): Use allout-recent-depth variable
8777 instead of function.
8778 (allout-next-sibling): On traversal of numerous intervening
8779 topics, resort to economical allout-next-sibling-leap.
8780 (allout-next-sibling-leap): Specialized version of
8781 allout-next-sibling that uses allout-ascend cleverly, to depend on
8782 a regexp search to leap large numbers of contained topics, rather
8783 than arbitrarily many one-by-one traversals.
8784 (allout-next-visible-heading): Disqualify aberrant topics.
8785 (allout-previous-visible-heading): Position consistently when
8786 interactive.
8787 (allout-forward-current-level): Base on allout-previous-sibling
8788 rather than (differently) reimplmenting the algorithm. Remove some
8789 unused variables.
8790 (allout-solicit-alternate-bullet): Present default choice stripped
8791 of text properties.
8792 (allout-rebullet-heading): Use bullet stripped of text properties.
8793 Register changes using allout-exposure-change-hook.
8794 Disregard aberrant topics.
8795 (allout-shift-in): With universal-argument, make topic a peer of
8796 it's former offspring. Simplify the code by separating out
8797 allout-shift-out functionality.
8798 (allout-shift-out): With universal-argument, make offspring peers
8799 of their former container, and its siblings. Implement the
8800 functionality here, rather than inappropriately muddling the
8801 implementation of allout-shift-in.
8802 (allout-rebullet-topic): Respect additional argument for new
8803 parent-child separation function.
8804 (allout-yank-processing): Use allout-ascend directly.
8805 (allout-show-entry): Disqualify aberrant topics.
8806 (allout-show-children): Handle discontinuous children gracefully,
8807 extending the depth being revealed to expose them and posting a
8808 message indicating the situation.
8809 (allout-show-to-offshoot): Remove obsolete and incorrect comment.
8810 Leave cursor in correct position.
8811 (allout-hide-current-subtree): Use allout-ascend directly.
8812 Disqualify aberrant topics.
8813 (allout-kill-line, allout-kill-topic): Preserve exposure layout in
8814 a way that the yanks can restore it, as used to happen.
8815 (allout-yank-processing): Restore exposure layout as recorded by
8816 allout-kill-*, as used to happen.
8817 (allout-annotate-hidden, allout-hide-by-annotation): New routines
8818 for preseving and restoring exposure layout across kills.
8819 (allout-toggle-subtree-encryption): Run allout-exposure-change-hook.
8820 (allout-encrypt-string): Strip text properties.
8821 Rearranged order and outline-headings for some of the
8822 miscellaneous functions.
8823 (allout-resolve-xref): No need to quote the error name in the
8824 condition-case handler section.
8825 (allout-flatten): Classic recursive (and recursively intensive,
8826 without tail-recursion) list-flattener, needed by allout-shift-out
8827 when confronted with discontinuous children.
8828
8829 2006-09-16 Jason Rumney <jasonr@gnu.org>
8830
8831 * dnd.el (dnd-open-remote-file-function): Use dnd-open-local-file
8832 on ms-windows.
8833 (dnd-open-unc-file): Remove.
8834 (dnd-open-local-file): Mention in doc string that it also handles
8835 remote files if the system natively supports unc file-names.
8836
8837 2006-09-15 Kim F. Storm <storm@cua.dk>
8838
8839 * help.el (describe-key): Handle C-h k in *Help* buffer; collect
8840 all necessary information about the event before erasing *Help*.
8841
8842 * simple.el (line-move-partial): Use window-line-visiblity to
8843 quickly check whether last line is partially visible, and only do
8844 the hard (and slow) part in that case.
8845
8846 2006-09-15 Jay Belanger <belanger@truman.edu>
8847
8848 * COPYING: Replace "Library Public License" by "Lesser Public
8849 License" throughout.
8850
8851 2006-09-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8852
8853 * term/x-win.el (x-menu-bar-open): New function for F10.
8854
8855 2006-09-15 Chong Yidong <cyd@stupidchicken.com>
8856
8857 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8858 Disallow filenames containing " -" to avoid confusion with libtool
8859 compilation messages. Suggested by Stefan Monnier.
8860
8861 2006-09-15 David Kastrup <dak@gnu.org>
8862
8863 * mouse-sel.el (mouse-sel-follow-link-p): Use event position
8864 instead of buffer position for `mouse-on-link-p'.
8865
8866 * mouse.el (mouse-posn-property): New function looking up the
8867 properties at a click position in overlays and text properties in
8868 either buffer or strings.
8869 (mouse-on-link-p): Use `mouse-posn-property' to streamline lookup
8870 of both `follow-link' as well as `mouse-face' properties.
8871 (mouse-drag-track): Check `mouse-on-link-p' on event position, not
8872 buffer position.
8873
8874 * help.el (describe-key-briefly): When reading a down-event on
8875 mode lines or scroll bar, swallow the following up event, too.
8876 Use the new mouse sensitity of `key-binding' for lookup.
8877 (describe-key): The same here.
8878
8879 2006-09-15 Juanma Barranquero <lekktu@gmail.com>
8880
8881 * play/life.el (life-patterns): Add a few more interesting patterns.
8882 (life-setup): Force `show-trailing-whitespace' to nil.
8883
8884 2006-09-14 Richard Stallman <rms@gnu.org>
8885
8886 * startup.el (fancy-splash-text): Change text to improve alignment.
8887 (fancy-splash-screens): Don't set non-standard tab width.
8888 Bind cursor-type temporarily, and make it easy to patch to
8889 preserve the splash buffer.
8890 (normal-splash-screen, fancy-splash-tail): Spell out "Meta-x".
8891 (fancy-splash-screens): Display echo-area message explicitly.
8892 Don't set fancy-splash-help-echo.
8893
8894 * simple.el (line-number-mode): Group mode-line instead of
8895 editing-basics.
8896 (column-number-mode, size-indication-mode): Likewise.
8897
8898 * faces.el (mode-line-faces): Group mode-line instead of modeline.
8899
8900 * time.el (display-time): Group mode-line instead of modeline.
8901
8902 * cus-edit.el (mode-line): Rename from modeline. All uses changed.
8903
8904 2006-09-14 Chong Yidong <cyd@stupidchicken.com>
8905
8906 * startup.el (fancy-splash-text): Move editing instructions to
8907 fancy-splash-head.
8908 (fancy-splash-head): Issue editing instructions.
8909 (fancy-splash-screens): Fixup whitespace.
8910
8911 2006-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
8912
8913 * bindings.el (mode-line-buffer-identification-keymap):
8914 Remove duplicate line.
8915
8916 2006-09-14 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
8917
8918 * ido.el (ido-ignore-item-p): Allow any kind of functions in
8919 ignore lists.
8920
8921 2006-09-14 Kim F. Storm <storm@cua.dk>
8922
8923 * jit-lock.el (jit-lock-fontify-again): New function.
8924 (jit-lock-fontify-now): Use it instead of lambda form.
8925
8926 2006-09-13 Agustin Martin <agustin.martin@hispalinux.es>
8927
8928 * textmodes/flyspell.el (flyspell-word, flyspell-correct-word)
8929 (flyspell-auto-correct-word): Make ispell-filter local to these
8930 functions. Check that ispell-filter has new stuff before calling
8931 ispell-parse-output.
8932
8933 2006-09-13 Kim F. Storm <storm@cua.dk>
8934
8935 * simple.el (line-move-partial): Optimize.
8936
8937 2006-09-13 Richard Stallman <rms@gnu.org>
8938
8939 * thingatpt.el (thing-at-point-bounds-of-url-at-point):
8940 Delete spurious backquote.
8941
8942 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
8943
8944 * net/rcirc.el (rcirc-print): Fix last change.
8945
8946 2006-09-12 Jay Belanger <belanger@truman.edu>
8947
8948 * calc/calc.el (calc-dispatch): Remove unnecessary `sit-for'.
8949
8950 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
8951
8952 * net/rcirc.el (rcirc-scroll-show-maximum-output): Rename from
8953 rcirc-show-maximum-output.
8954 (rcirc-mode): Remove window-scroll-function hook.
8955 (rcirc-scroll-to-bottom): Remove function.
8956 (rcirc-print): Recenter so point stays at the bottom of the window
8957 if point was already there.
8958
8959 2006-09-12 Paul Eggert <eggert@cs.ucla.edu>
8960
8961 * comint.el (comint-exec-1): Set EMACS to the full name of Emacs,
8962 not to "t".
8963 * progmodes/compile.el (compilation-start): Likewise.
8964 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
8965 Don't use expand-file-name on invocation-directory, since this
8966 might mishandle special characters in invocation-directory.
8967
8968 2006-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8969
8970 * pcvs-defs.el: Remove * in defcustom's docstrings.
8971
8972 2006-09-12 Nick Roberts <nickrob@snap.net.nz>
8973
8974 * progmodes/compile.el (compilation-directory-properties):
8975 Doc fix for help-echo.
8976
8977 2006-09-12 Lars Hansen <larsh@soem.dk>
8978
8979 * desktop.el (desktop-read): Add comment.
8980
8981 2006-09-12 Kim F. Storm <storm@cua.dk>
8982
8983 * simple.el (next-error-highlight, next-error-highlight-no-select):
8984 Fix spelling error.
8985
8986 * subr.el (sit-for): Rework to use input-pending-p and cond.
8987 Return nil input is pending on entry also for SECONDS <= 0.
8988 (while-no-input): Use input-pending-p instead of sit-for.
8989
8990 2006-09-11 Richard Stallman <rms@gnu.org>
8991
8992 * simple.el (next-error-highlight, next-error-highlight-no-select):
8993 Fix custom type and doc strings.
8994
8995 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
8996
8997 * diff-mode.el (diff-apply-hunk-to-backup-file): New var.
8998 (diff-apply-hunk): Use it to ask for confirmation.
8999
9000 2006-09-11 Reiner Steib <Reiner.Steib@gmx.de>
9001
9002 * emacs-lisp/cl.el (pushnew): Add missing `,'.
9003
9004 2006-09-11 David Kastrup <dak@gnu.org>
9005
9006 * help.el (string-key-binding, describe-key-briefly)
9007 (describe-key): Remove `string-key-binding' and its callers since
9008 `key-binding' already caters for the proper lookup now.
9009
9010 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
9011
9012 * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords): Newvar.
9013 (cfengine-mode): Use it. Fix \ syntax to be like /.
9014
9015 * bindings.el (mode-line-buffer-identification-keymap):
9016 Move initialization into declaration.
9017
9018 2006-09-10 Kim F. Storm <storm@cua.dk>
9019
9020 * ido.el (ido-edit-input, ido-complete, ido-take-first-match)
9021 (ido-push-dir-first, ido-kill-buffer-at-head, ido-exhibit)
9022 (ido-delete-file-at-head): Pass head of ido-matches through ido-name
9023 in case of merged directories. Reported by Micha\e,Ak\e(Bl Cadilhac.
9024
9025 2006-09-10 Richard Stallman <rms@gnu.org>
9026
9027 * dired-aux.el: Handle errors in recursive copy usefully.
9028 (dired-create-files-failures): New variable.
9029 (dired-copy-file): Remove condition-case.
9030 (dired-copy-file-recursive): Check for errors on all file
9031 operations, and add them to dired-create-files-failures.
9032 Check file file-date-erorr here too.
9033 (dired-create-files): Check dired-create-files-failures
9034 and report those errors too.
9035
9036 * emacs-lisp/cl.el (pushnew): Use add-to-list when convenient.
9037
9038 * subr.el (add-to-list): New argument COMPARE-FN.
9039
9040 2006-09-10 Reiner Steib <Reiner.Steib@gmx.de>
9041
9042 * filecache.el (file-cache-add-directory)
9043 (file-cache-add-directory-list, file-cache-add-file)
9044 (file-cache-add-directory-using-find)
9045 (file-cache-add-directory-using-locate)
9046 (file-cache-add-directory-recursively): Add autoloads.
9047
9048 2006-09-09 Richard Stallman <rms@gnu.org>
9049
9050 * textmodes/conf-mode.el (conf-space-mode):
9051 Use hack-local-variables-hook instead of calling hack-local-variables.
9052 (conf-space-keywords-override): New variable.
9053 (conf-space-mode-internal): New subroutine. Reinit Font Lock mode.
9054 (conf-space-mode): Always make conf-space-keywords and
9055 conf-space-keywords-override local.
9056 Call conf-space-mode-internal directly as well as via hook.
9057
9058 2006-09-09 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
9059
9060 * progmodes/python.el (python-font-lock-keywords): Add `self' and other
9061 quasi-keywords.
9062
9063 2006-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
9064
9065 * progmodes/python.el: Quieten the compiler about hippie-expand vars.
9066 (python-send-string): Be slightly more careful about adding \n.
9067
9068 * startup.el (normal-splash-screen): Don't display the buffer if we'll
9069 kill it right away anyway.
9070
9071 2006-09-09 Eli Zaretskii <eliz@gnu.org>
9072
9073 * international/codepage.el (cp850-decode-table): Fix a few codes.
9074 (cp858-decode-table): New variable.
9075
9076 2006-09-09 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
9077
9078 * net/ldap.el (ldap-search-internal): Doc fix.
9079
9080 2006-09-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
9081
9082 * play/life.el (life-display-generation): Test for input manually if
9083 `sleeptime' is negative or null.
9084
9085 * lpr.el (lpr-page-header-switches): Page title switch is one of them.
9086 (print-region-1): Substitute `%s' with the page title.
9087
9088 2006-09-09 Matt Hodges <MPHodges@member.fsf.org>
9089
9090 * locate.el (locate-current-search): New variable.
9091 (locate): Set buffer local value. Use current buffer if it is
9092 in Locate mode.
9093 (locate-mode): Disable undo here.
9094 (locate-do-setup): Use locate-current-filter from buffer to be killed.
9095 (locate-update): Use locate-current-search and locate-current-filter.
9096
9097 2006-09-08 David Kastrup <dak@gnu.org>
9098
9099 * desktop.el (desktop-read): When loading a desktop, disable
9100 saving it while the load progresses, and switch off a pending lazy
9101 load by calling `desktop-lazy-abort'.
9102
9103 2006-08-27 Martin Rudalics <rudalics@gmx.at>
9104
9105 * window.el (mouse-autoselect-window-timer)
9106 (mouse-autoselect-window-position)
9107 (mouse-autoselect-window-window)
9108 (mouse-autoselect-window-now): New vars.
9109 (mouse-autoselect-window-cancel)
9110 (mouse-autoselect-window-select)
9111 (mouse-autoselect-window-start): New functions.
9112 (handle-select-window): Call `mouse-autoselect-window-start' when
9113 delayed window autoselection is enabled.
9114
9115 * cus-start.el (mouse-autoselect-window): Handle delayed window
9116 autoselection.
9117
9118 * emacs-lisp/eldoc.el: Add `handle-select-window' to the set of
9119 commands after which it is allowed to print in the echo area.
9120
9121 2006-09-08 Richard Stallman <rms@gnu.org>
9122
9123 * textmodes/fill.el (adaptive-fill-regexp): Don't match `(1)' or `1.'
9124
9125 * mail/rmail.el (rmail-get-new-mail): Say whether all msgs are spam.
9126 (rmail-convert-to-babyl-format): Don't record undo, leave list empty.
9127
9128 * emacs-lisp/timer.el (timer-create, timer-activate): Doc fixes.
9129 (cancel-timer-internal): Add doc string.
9130 (cancel-function-timers): Doc fix.
9131 (with-timeout-handler, timer-event-last*): Add doc strings.
9132
9133 * emacs-lisp/bindat.el (bindat-unpack): Doc fix.
9134
9135 * files.el (risky-local-variable-p): Match ...-bindat-spec.
9136
9137 * dired.el (dired-log-summary): Add doc string.
9138
9139 * cus-edit.el (custom-menu-create): Bind deactivate-mark here.
9140 (custom-group-menu-create): Not here.
9141
9142 2006-09-08 Carsten Dominik <dominik@science.uva.nl>
9143
9144 * textmodes/org.el (org-dblock-write:clocktable): Avoid infinite loop.
9145
9146 2006-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9147
9148 * term/mac-win.el (show-hide-font-panel): New HI command ID symbol.
9149 (mac-apple-event-map): Define its handler.
9150
9151 2006-09-07 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
9152
9153 * net/ldap.el (ldap-search-internal): Handle `auth' key.
9154
9155 2006-09-07 Magnus Henoch <mange@freemail.hu>
9156
9157 * net/rcirc.el (rcirc-activity-string): Don't quote value in case
9158 clause.
9159
9160 2006-09-07 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
9161
9162 * info.el (Info-index): Bind completion-ignore-case.
9163
9164 2006-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
9165
9166 * progmodes/prolog.el (inferior-prolog-flavor): New var left out of
9167 previous commit.
9168 (inferior-prolog-guess-flavor): New fun left out of previous commit.
9169 (prolog-consult-region-and-go): Don't hard code "*prolog*" and don't
9170 burp in dedicated windows.
9171 (inferior-prolog-self-insert-command): New command.
9172 (inferior-prolog-mode-map): Use it.
9173
9174 2006-09-07 Reiner Steib <Reiner.Steib@gmx.de>
9175
9176 * international/latexenc.el (latex-inputenc-coding-alist): Add cp858.
9177
9178 * international/code-pages.el: Add cp858.
9179
9180 2006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9181
9182 * dnd.el: Fix bootstrapping.
9183
9184 2006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9185
9186 * dnd.el (dnd-protocol-alist): Add what url-handler-mode can handle.
9187 (dnd-open-remote-url): New function.
9188 (dnd-open-remote-file-function): Set to dnd-open-remote-url if
9189 not windows-nt.
9190
9191 2006-09-07 Jason Rumney <jasonr@gnu.org>
9192
9193 * dnd.el (dnd-open-remote-file-function): New variable.
9194 (dnd-open-unc-file): New function.
9195 (dnd-open-file): Call dnd-open-remote-file-function if set.
9196
9197 2006-09-06 Daiki Ueno <ueno@unixuser.org>
9198
9199 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with
9200 pgg-passphrase-coding-system rather than locale-coding-system.
9201 * pgg-def.el (pgg-passphrase-coding-system): New user option.
9202
9203 2006-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
9204
9205 * progmodes/prolog.el: Remove * in docstrings.
9206 (prolog-program-name): Add SWI prolog.
9207 (prolog-mode-menu): New menu.
9208 (prolog-mode): Set comment-add.
9209 (prolog-indent-line): Simplify. Use indent-line-to.
9210 (inferior-prolog-buffer): New var.
9211 (inferior-prolog-run, inferior-prolog-process): New funs.
9212 (run-prolog, switch-to-prolog): Rewrite, using them.
9213 (prolog-consult-region): Use inferior-prolog-buffer.
9214 (inferior-prolog-load-file): New function.
9215 (prolog-mode-map): Add bindings for load-file and switch-to-prolog.
9216
9217 * textmodes/fill.el (fill-single-word-nobreak-p): Allow breaking before
9218 last word, if it's not the end of the paragraph.
9219
9220 * files.el (abbreviate-file-name): Don't mistakenly match newlines in
9221 file name.
9222
9223 2006-09-06 Ralf Angeli <angeli@caeruleus.net>
9224
9225 * frame.el (display-mm-dimensions-alist): New defcustom.
9226 (display-mm-height, display-mm-width): Use it.
9227
9228 2006-09-06 Simon Josefsson <jas@extundo.com>
9229
9230 * mail/smtpmail.el (smtpmail-starttls-credentials): Doc fix.
9231
9232 2006-09-06 Nick Roberts <nickrob@snap.net.nz>
9233
9234 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
9235 (gdb-var-list-children-regexp-1): Tweak regexps to catch full
9236 string values.
9237
9238 2006-09-06 Kim F. Storm <storm@cua.dk>
9239
9240 * simple.el (line-move-partial): New function to do vscrolling for
9241 partially visible images / tall lines. Rewrite based on code
9242 previously in line-move. Simplify backwards vscrolling.
9243 (line-move): Use it. Simplify.
9244
9245 2006-09-05 Kim F. Storm <storm@cua.dk>
9246
9247 * emulation/cua-base.el (cua--pre-command-handler-1): Rewrite.
9248
9249 2006-09-05 Chong Yidong <cyd@stupidchicken.com>
9250
9251 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9252 Process the `gcc-include' after the `gnu' rule.
9253
9254 2006-09-05 Kim F. Storm <storm@cua.dk>
9255
9256 * ido.el (ido-visit-buffer): Use buffer name if buffer arg is a buffer.
9257
9258 2006-09-05 Daiki Ueno <ueno@unixuser.org>
9259
9260 * pgg.el (pgg-clear-string): Alias to clear-string for backward
9261 compatibility.
9262
9263 * pgg-gpg.el (pgg-gpg-process-region): Avoid display blinking with
9264 inhibit-redisplay; encode passphrase with locale-coding-system.
9265
9266 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
9267
9268 * term/xterm.el (terminal-init-xterm): Add more C-M- bindings.
9269
9270 2006-09-05 Nick Roberts <nickrob@snap.net.nz>
9271
9272 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
9273 (gdb-var-list-children-regexp): Make type field optional.
9274
9275 * progmodes/gud.el (gud-speedbar-buttons): Allow for no type
9276 e.g public, protected in C++.
9277
9278 2006-09-04 John Paul Wallington <jpw@pobox.com>
9279
9280 * simple.el (completion-show-help): New defcustom.
9281 (completion-setup-function): Heed it.
9282
9283 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
9284
9285 * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
9286
9287 2006-09-04 Richard Stallman <rms@gnu.org>
9288
9289 * mail/rmail-spam-filter.el (rsf-scanning-messages-now): Doc fix.
9290 (rsf-min-region-to-spam-list): Doc fix.
9291 (rsf-add-content-type-field): Doc fix.
9292
9293 * simple.el (kill-region): Explicitly test there is a region.
9294
9295 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
9296
9297 * mail/feedmail.el (feedmail-buffer-to-sendmail): Look for
9298 sendmail in several common directories.
9299
9300 * mail/sendmail.el (sendmail-program): Moved here from paths.el.
9301
9302 * paths.el (sendmail-program): Removed.
9303
9304 2006-09-04 Daiki Ueno <ueno@unixuser.org>
9305
9306 * pgg-gpg.el (pgg-gpg-process-region): Revert two patches from Satyaki
9307 Das. http://article.gmane.org/gmane.emacs.gnus.general/49947
9308 http://article.gmane.org/gmane.emacs.gnus.general/50457
9309
9310 2006-09-03 Chong Yidong <cyd@stupidchicken.com>
9311
9312 * cus-edit.el (custom-group-menu-create): Avoid deactivating the
9313 mark after running the menu filter.
9314
9315 2006-09-03 Juri Linkov <juri@jurta.org>
9316
9317 * international/quail.el (quail-defrule-internal): Add a check
9318 if a key is a vector.
9319
9320 2006-09-02 Juri Linkov <juri@jurta.org>
9321
9322 * man.el (Man-topic-history): New variable.
9323 (man): Use it.
9324
9325 * woman.el (woman-topic-history): Change defvar to defvaralias
9326 for symbol `Man-topic-history'.
9327
9328 * shell.el (shell-filter-ctrl-a-ctrl-b): Check if
9329 `comint-last-output-start' is a marker by using `markerp' and
9330 check if it has a position by using `marker-position', and use
9331 this position for `goto-char'.
9332
9333 * international/quail.el (quail-defrule-internal): Add missing
9334 `error' call for null key.
9335
9336 2006-09-02 Ryan Yeske <rcyeske@gmail.com>
9337
9338 * net/rcirc.el (rcirc-keywords): New variable.
9339 (rcirc-bright-nicks, rcirc-dim-nicks): New variables.
9340 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Remove
9341 variables.
9342 (rcirc-responses-no-activity): New function.
9343 (rcirc-handler-generic): Check for responses in above.
9344 (rcirc-process-command): Add ?: character to arguments of raw
9345 server commands.
9346 (rcirc-format-response-string): Use `rcirc-bright-nicks' and
9347 `rcirc-dim-nicks'.
9348 (rcirc-gray-toggle): Remove unused variable.
9349 (rcirc-print): Remove some tracking logic, which is moved into
9350 markup functions.
9351 (rcirc-activity-types): Was `rcirc-activity-type', now a list of
9352 types.
9353 (rcirc-activity-string): Look for 'keyword in activity-types.
9354 (rcirc-window-configuration-change): Don't erase overlay-arrow
9355 unnecessarily.
9356 (rcirc-add-or-remove): New function.
9357 (rcirc-cmd-ignore): Use it.
9358 (rcirc-message-leader): Remove unused function.
9359 (rcicr-cmd-bright, rcirc-cmd-dim, rcirc-cmd-keyword): New commands.
9360 (rcirc-add-face): New function.
9361 (rcirc-facify): Use rcirc-add-face.
9362 (rcirc-url-regexp): Add parens.
9363 (rcirc-map-regexp): Remove function.
9364 (rcirc-mangle-regexp): Remove function.
9365 (rcirc-markup-text-functions): New variable.
9366 (rcirc-markup-text): New function (replaces `rcirc-mangle-text').
9367 (rcirc-markup-body-text, rcirc-markup-attributes)
9368 (rcirc-markup-my-nick, rcirc-markup-urls, rcirc-markup-keywords)
9369 (rcirc-markup-bright-nicks): New markup handler functions.
9370 (rcirc-nick-in-message-full-line): New face.
9371 (rcirc-track-nick): Rename from `rcirc-mode-line-nick'.
9372 (rcirc-track-keyword, rcirc-url, rcirc-keyword): New faces.
9373
9374 2006-09-02 Martin Rudalics <rudalics@gmx.at>
9375
9376 * cus-start.el (hscroll-margin, hscroll-step)
9377 (mode-line-in-non-selected-windows, mouse-autoselect-window)
9378 (x-use-underline-position-properties): Change version to "22.1"
9379 since they will appear there for the first time.
9380
9381 2006-09-01 Chong Yidong <cyd@stupidchicken.com>
9382
9383 * imenu.el (imenu-update-menubar): Use buffer-chars-modified-tick.
9384
9385 2006-08-31 Richard Stallman <rms@gnu.org>
9386
9387 * cus-edit.el (custom-save-variables): Slight cleanup.
9388 (Custom-no-edit): Renamed from custom-no-edit.
9389 (Custom-newline): Renamed from custom-newline.
9390 (custom-mode-map): Use new names.
9391
9392 * emacs-lisp/easy-mmode.el (define-minor-mode): Reference manual
9393 about customization, rather than M-x customize, in the doc string
9394 made for the defcustom.
9395
9396 * emacs-lisp/trace.el (trace-function-background): Doc fix.
9397
9398 2006-08-31 Romain Francoise <romain@orebokech.com>
9399
9400 * dired-x.el (dired-guess-shell-alist-default): Update.
9401
9402 2006-08-31 Michael Mauger <mmaug@yahoo.com>
9403
9404 * custom.el (custom-theme-set-variables): Autoload packages before
9405 sorting the variables.
9406
9407 2006-08-30 Michael Kifer <kifer@cs.stonybrook.edu>
9408
9409 * emulation/viper-cmd.el (viper-special-read-and-insert-char):
9410 Convert events to chars if XEmacs.
9411 (viper-after-change-undo-hook): Check if undo-in-progress is bound.
9412
9413 2006-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
9414
9415 * progmodes/python.el (python-eldoc-function): Re-enable quit while
9416 waiting for process.
9417
9418 2006-08-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9419
9420 * term/mac-win.el (mac-string-to-utxt): If adjustment for MacJapanese
9421 results in ASCII-only string, encode original one directly.
9422
9423 2006-08-29 Romain Francoise <romain@orebokech.com>
9424
9425 * startup.el (normal-splash-screen, fancy-splash-screens):
9426 Make buffer read-only and arrange to enter view mode if necessary.
9427
9428 2006-08-29 Chong Yidong <cyd@stupidchicken.com>
9429
9430 * hl-line.el (hl-line): New face.
9431 (hl-line-face): Use it.
9432
9433 * image-mode.el (image-mode): Fix last fix.
9434 Suggested by Kim F. Storm.
9435
9436 2006-08-29 Michael Albinus <michael.albinus@gmx.de>
9437
9438 Sync with Tramp 2.0.54.
9439
9440 * net/tramp.el (tramp-convert-file-attributes): Call `eql' instead
9441 of `=', because `tramp-get-remote-gid' might not always return an
9442 integer when expected.
9443 (tramp-register-file-name-handlers): `partial-completion-mode' is
9444 unknown to XEmacs.
9445 (tramp-time-diff): Don't use `floor', it might fail for large
9446 differences.
9447 (tramp-handle-make-auto-save-file-name): For Emacs 21, set
9448 `tramp-auto-save-directory' if unset in order to guarantee unique
9449 auto-save file names.
9450
9451 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
9452
9453 * image-mode.el (image-mode): Display image as text on a terminal.
9454
9455 2006-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9456
9457 * progmodes/python.el (python-send-command): Simplify.
9458 (run-python): Don't generate a new buffer unless `new' was specified.
9459 Make sure we send `import emacs' to the proper process.
9460
9461 * progmodes/python.el (python-send-command): Don't wait for the command
9462 to terminate. Don't fiddle with compilation-parsing-end.
9463
9464 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
9465
9466 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
9467 Insert commentary after first line summary.
9468
9469 * woman.el (woman-follow): New function, based on `man-follow'.
9470 (woman-mode-map): Use it.
9471
9472 * ibuffer.el (ibuffer-do-sort-by-recency): Perform full update
9473 since ibuffer-do-sort-by-recency does not define a sorter.
9474
9475 2006-08-28 Kim F. Storm <storm@cua.dk>
9476
9477 * find-dired.el (find-dired): Use shell-quote-argument to properly
9478 escape ( and ) args. Also use it on {} and ; args in default
9479 value of find-ls-option string.
9480 (find-grep-dired): Use shell-quote-argument on {} and ; args.
9481
9482 2006-08-27 Michael Olson <mwolson@gnu.org>
9483
9484 * emacs-lisp/tq.el: Small grammar fix in comments.
9485 (tq-enqueue): Check for existence of queue rather than the
9486 head queue item's question, which was a no-op.
9487 (tq-filter, tq-process-buffer): Make sure the process buffer
9488 exists before making it the current buffer.
9489
9490 2006-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9491
9492 * term/mac-win.el (mac-apple-event-map): Rename hicommand to hi-command.
9493 (mac-dnd-drop-data): Apply 2006-08-22 change for x-dnd-drop-data.
9494 (special-event-map): Apply 2006-08-16 change for x-win.el.
9495
9496 2006-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
9497
9498 * progmodes/python.el (python-send-receive): Wait in the
9499 process's buffer so as to check the right buffer-local variables.
9500
9501 2006-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
9502
9503 * emacs-lisp/checkdoc.el: Remove * in defcustoms.
9504 (defgroup checkdoc): Move to beginning.
9505
9506 * progmodes/python.el (python-preoutput-skip-next-prompt): New var.
9507 (python-preoutput-continuation): Remove.
9508 (python-preoutput-filter): Simplify correspondingly.
9509 Remove handling of _emacs_ok. Make sure we skip _emacs_out's prompts.
9510 Loop around to catch embedded _emacs_out output.
9511 (run-python): Send the import&print command on a single line.
9512 (python-send-command): Send command&print on a single line.
9513 (python-send-string): Only add double \n if needed.
9514 (python-send-receive): Loop until the result comes.
9515 (python-mode-running): Defvar it.
9516 (python-setup-brm): Remove unused var `menu'.
9517 Only bind py-mode-map and `features' around brm-init.
9518 (python-calculate-indentation): Remove unused var `point'.
9519 (python-beginning-of-defun): Remove unused var `def-line'.
9520
9521 2006-08-25 Richard Stallman <rms@gnu.org>
9522
9523 * kmacro.el (kmacro-repeat-on-last-key): Doc fix.
9524
9525 2006-08-25 Michael Kifer <kifer@cs.stonybrook.edu>
9526
9527 * emulation/viper.el (viper-set-hooks): Use frame bindings for
9528 viper-vi-state-cursor-color.
9529 (viper-non-hook-settings): Don't set default
9530 mode-line-buffer-identification.
9531
9532 * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
9533 New fun.
9534 (viper-set-cursor-color-according-to-state)
9535 (viper-get-saved-cursor-color-in-replace-mode)
9536 (viper-get-saved-cursor-color-in-insert-mode): Make conditional on
9537 viper-emacs-state-cursor-color.
9538
9539 * emulation/viper-cmd.el (viper-envelop-ESC-key): Bug fix.
9540 (viper-undo): Use point if undo-beg-posn is nil.
9541 (viper-insert-state-post-command-sentinel, viper-change-state-to-emacs)
9542 (viper-after-change-undo-hook): Don't use
9543 viper-emacs-state-cursor-color by default.
9544 (viper-undo): More sensible positioning after undo.
9545
9546 * emulation/viper-ex.el (ex-splice-args-in-1-letr-cmd): Get rid of caddr.
9547 (viper-emacs-state-cursor-color): Default to nil, since this feature
9548 doesn't work well yet.
9549
9550 * ediff-mult.el (ediff-intersect-directories)
9551 (ediff-get-directory-files-under-revision, ediff-dir-diff-copy-file):
9552 always expand filenames.
9553
9554 2006-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
9555
9556 * tumme.el: Remove * in defcustoms's docstrings.
9557
9558 2006-08-24 Chong Yidong <cyd@stupidchicken.com>
9559
9560 * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
9561 Accept internal time format for SECS arg.
9562 (timer-relative-time): Doc fix.
9563
9564 * jit-lock.el: "Stealth fontification by requeuing timers" patch,
9565 adapted from Martin Rudalics.
9566 (jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars.
9567 (jit-lock-mode): Create jit-lock-stealth-repeat-timer.
9568 (jit-lock-stealth-fontify): Reschedule as a idle timer instead of
9569 using sit-for.
9570
9571 2006-08-24 Francesc Rocher <francesc.rocher@gmail.com>
9572
9573 * cus-start.el (all): Add `overline-margin' and
9574 `x-underline-at-descent-line'.
9575
9576 2006-08-24 Kim F. Storm <storm@cua.dk>
9577
9578 * progmodes/grep.el (grep-find-use-xargs): Use explicit value `exec'
9579 to mean "use find -exec"; nil now unambiguously means auto-detect.
9580 (grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'.
9581 Use shell-quote-argument to build grep-find-command and
9582 grep-find-template.
9583 (rgrep): Use shell-quote-argument to properly quote arguments to find.
9584 Reported by Tom Seddon.
9585
9586 2006-08-23 Chong Yidong <cyd@stupidchicken.com>
9587
9588 * startup.el (fancy-splash-head): Give instructions for dismissing
9589 the splash screen for default startup too.
9590 (display-startup-echo-area-message, fancy-splash-screens)
9591 (use-fancy-splash-screens-p): New arg hide-on-input. If nil, show
9592 all splash text at once and keep the splash buffer around.
9593 (command-line-1): Give display-startup-echo-area-message a t arg.
9594
9595 2006-08-23 Carsten Dominik <dominik@science.uva.nl>
9596
9597 * textmodes/org.el (org-follow-gnus-link): Make sure the dedicated
9598 gnus frame is selected.
9599
9600 2006-08-23 Nick Roberts <nickrob@snap.net.nz>
9601
9602 * progmodes/gdb-ui.el (gdb-starting): Reset gdb-signalled to nil.
9603
9604 2006-08-22 Kim F. Storm <storm@cua.dk>
9605
9606 * ido.el (ido-set-matches-1): Fix full matching for subdirs.
9607 Add suffix matching for subdirs.
9608
9609 2006-08-22 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
9610
9611 * x-dnd.el (x-dnd-drop-data): Don't call goto-char if
9612 mouse-yank-at-point is non-nil.
9613
9614 2006-08-22 Nick Roberts <nickrob@snap.net.nz>
9615
9616 * progmodes/gdb-ui.el (gdb-frame-memory-buffer): Make frame
9617 a bit wider and remove fringes to fit initial output on line.
9618
9619 2006-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
9620
9621 * frame.el (blink-cursor-end): Only ignore the error we care about.
9622 (blink-cursor-mode): Use blink-cursor-end to simplify the code.
9623
9624 2006-08-21 Richard Stallman <rms@gnu.org>
9625
9626 * whitespace.el (whitespace-cleanup): Doc fix.
9627
9628 2006-08-20 Ryan Yeske <rcyeske@gmail.com>
9629
9630 * net/rcirc.el (rcirc-show-maximum-output): New var.
9631 (rcirc-buffer-process): If no buffer argument is supplied, use
9632 current-buffer.
9633 (rcirc-complete-nick): Complete to the last completed nick first.
9634 (rcirc-mode): Preserve the value of `rcirc-urls' across
9635 connections. Setup scroll function.
9636 (rcirc-scroll-to-bottom): New function.
9637 (rcirc-print): Use nick syntax around regexp work.
9638 Notice dim-nicks speaking only if they say our nick.
9639 (rcirc-update-activity-string): Do not show the modeline indicator
9640 if there are no live rcirc processes.
9641 (rcirc-cmd-ignore): Ignore case.
9642 (rcirc-browse-url-at-point): Fix off-by-one error.
9643
9644 2006-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
9645
9646 * progmodes/python.el: Remove * in defcustom docstrings.
9647 (run-python, python-proc, python-try-complete): Use derived-mode-p.
9648 (python-mode): Set tab-width and indent-tabs-mode.
9649
9650 2006-08-20 Dave Love <fx@gnu.org>
9651
9652 * progmodes/python.el: Update to Dave Love's latest version.
9653 (python-font-lock-keywords, python-mode): Don't use
9654 font-lock-syntax-table, but match symbol elements explicitly instead.
9655 (python-mode-map): Add help, and a few more key bindings.
9656 (python-skip-comments/blanks): Move out of comments as well.
9657 (python-continuation-line-p): Behave better with unbalanced parens.
9658 (python-blank-line-p): New fun.
9659 (python-open-block-statement-p): Don't use a heuristic.
9660 (python-outdent-p): Better handle blocks-in-the-same-line.
9661 (python-calculate-indentation): Misc improvements.
9662 (python-comment-indent): Remove.
9663 (python-block-pairs): New var.
9664 (python-first-word): New fun.
9665 (python-indentation-levels): Handle more common cases.
9666 (python-indent-line-1): Add `leave' argument.
9667 (python-indent-region): New fun.
9668 (python-skip-out): New fun.
9669 (python-beginning-of-statement, python-end-of-statement): Use it.
9670 (python-next-statement): Return correct count even at eob.
9671 (python-end-of-block): Fix paren-typo.
9672 (python-imenu-create-index): Add module variables.
9673 (run-python): Add `new' arg.
9674 Check we're at a prompt before returning.
9675 (python-send-command): Move to end of buffer.
9676 Wait for prompt to return.
9677 (python-set-proc): New fun.
9678 (python-imports): New var.
9679 (python-describe-symbol): Use it. Adjust to new interface of `ehelp'.
9680 (python-eldoc-function): Try to move out of arg list.
9681 (python-outline-level): Offset by 1.
9682 (python-find-imports): New fun.
9683 (python-symbol-completions): Use python-imports.
9684 (python-module-path, ffap-alist): Add support for ffap.
9685 (python-skeletons, python-mode-abbrev-table, def-python-skeleton)
9686 (python-insert-*, python-default-template, python-expand-template):
9687 Add templates/skeletons.
9688 (python-setup-brm): Support for Bicycle Repair Man.
9689 (python-abbrev-syntax-table): New var.
9690 (python-abbrev-pc-hook, python-pea-hook): New funs.
9691
9692 2006-08-20 Chong Yidong <cyd@stupidchicken.com>
9693
9694 * frame.el (blink-cursor-start): Set timer first.
9695 (blink-cursor-end): Ignore timer cancelling errors.
9696 Suggested by Ken Manheimer.
9697
9698 2006-08-20 Juanma Barranquero <lekktu@gmail.com>
9699
9700 * newcomment.el (comment-box): Call `comment-normalize-vars'.
9701 Add autoload cookie.
9702
9703 2006-08-20 Richard Stallman <rms@gnu.org>
9704
9705 * simple.el (line-number-at-pos): Doc fix.
9706
9707 * emacs-lisp/timer.el (run-with-idle-timer): Pass t to
9708 timer-activate-when-idle, so timer can run before Emacs becomes
9709 non-idle again.
9710
9711 2006-08-18 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
9712
9713 * whitespace.el (whitespace-cleanup-internal): New optional arg
9714 REGION-ONLY. If it's non-nil, modify the message to the user
9715 accordingly.
9716 (whitespace-cleanup-region): Call whitespace-cleanup-internal with
9717 a non-nil argument.
9718
9719 2006-08-18 Gustav H\e,Ae\e(Bllberg <gustav@gmail.com> (tiny change)
9720
9721 * rect.el (spaces-string): Simplify and add doc string.
9722
9723 2006-08-17 Romain Francoise <romain@orebokech.com>
9724
9725 * progmodes/gdb-ui.el (gdb-edit-locals-value): Balance parens.
9726
9727 2006-08-17 Richard Stallman <rms@gnu.org>
9728
9729 * compare-w.el (compare-windows): lambda's take an arg and pass
9730 it to compare-windows-skip-whitespace.
9731
9732 2006-08-17 Martin Rudalics <rudalics@gmx.at>
9733
9734 * jit-lock.el (jit-lock-fontify-now): Protect the modified status of
9735 the right buffer.
9736
9737 2006-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
9738
9739 * pcvs-parse.el (cvs-parse-table): Accept the new `...' format for
9740 removed files.
9741
9742 2006-08-17 Nick Roberts <nickrob@snap.net.nz>
9743
9744 * progmodes/gdb-ui.el (gdb-locals-watch-map)
9745 (gdb-locals-watch-map-1): Suppress keymap first.
9746 (gdb-edit-locals-map-1): New variable.
9747 (gdb-edit-locals-value): New function.
9748 (gdb-stack-list-locals-handler): Use them.
9749
9750 2006-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
9751
9752 * mouse.el (global-map): Allow yanking with mouse-2 at a spot whose
9753 cursor would normally be drawn in the fringe.
9754
9755 * font-lock.el (font-lock-extend-region-wholelines): Fix up typo.
9756 Reported by Martin Rudalics <rudalics@gmx.at>.
9757
9758 2006-08-16 Richard Stallman <rms@gnu.org>
9759
9760 * term/x-win.el (x-clipboard-yank): Specify * in interactive spec.
9761 (special-event-map): Process drag-n-drop events this way.
9762
9763 * simple.el (move-beginning-of-line): Test whether fields
9764 would prevent motion back to line's first visible character.
9765 If so, stop where the fields would stop the motion.
9766
9767 * newcomment.el (comment-indent): Fully update INDENT
9768 before checking to see if it will change the text.
9769
9770 * cus-edit.el (custom-newline): New function.
9771 (custom-mode-map): Bind newline to custom-newline.
9772
9773 * compare-w.el (compare-windows): Factor compare-ignore-whitespace
9774 into ignore-whitespace.
9775 Check each buffer for its skip-function.
9776 Handle compare-windows-skip-whitespace special-case test
9777 by returning t from default skip function.
9778
9779 2006-08-15 Carsten Dominik <dominik@science.uva.nl>
9780
9781 * textmodes/org.el (org-clock-special-range)
9782 (org-clock-update-time-maybe): New functions.
9783 (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
9784 not only a-z.
9785 (org-agenda-get-blocks): Allow multiple blocks per headline.
9786 (org-timestamp-change): Call `org-clock-update-time-maybe'.
9787 (org-export-html-title-format)
9788 (org-export-html-toplevel-hlevel): New options.
9789 (org-export-language-setup): Add support for Czech.
9790 (org-mode, org-insert-todo-heading, org-find-visible)
9791 (org-find-invisible, org-invisible-p, org-invisible-p2)
9792 (org-back-to-heading, org-on-heading-p, org-up-heading-all)
9793 (org-show-subtree, org-show-entry, org-make-options-regexp):
9794 Remove compatibility support for old outline-mode.
9795 (org-check-occur-regexp): Funtion removed.
9796 (org-on-heading-p, org-back-to-heading): Made defalias.
9797 (org-set-local): New defsubst.
9798 (org-set-regexps-and-options, org-mode)
9799 (org-set-font-lock-defaults, org-edit-agenda-file-list)
9800 (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
9801 (org-remember-apply-template, org-table-edit-field)
9802 (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
9803 (org-set-autofill-regexps): Use `org-set-local'.
9804 (org-table-eval-formula): Fix bug with parsing of display flags.
9805
9806 2006-08-15 Nick Roberts <nickrob@snap.net.nz>
9807
9808 * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected
9809 frame with fringe arrow. Suggested by Simon Marshall
9810 <simon.marshall@misys.com>.
9811 (gdb-stack-position): New variable.
9812 (gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
9813 (gdb-frames-mode): Set gdb-stack-position to nil.
9814 Add to overlay-arrow-variable-list
9815 (gdb-reset): Delete gdb-stack-position from above list.
9816
9817 2006-08-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9818
9819 * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
9820 read only.
9821
9822 2006-08-13 Romain Francoise <romain@orebokech.com>
9823
9824 * cus-theme.el (customize-create-theme)
9825 (custom-theme-visit-theme): End `y-or-n-p' prompt with a space.
9826
9827 * filesets.el (filesets-add-buffer): Ditto.
9828
9829 * pcvs.el (cvs-change-cvsroot): Ditto.
9830
9831 2006-08-13 Nick Roberts <nickrob@snap.net.nz>
9832
9833 * progmodes/gdb-ui.el (gdb-frame-separate-io-buffer)
9834 (gdb-use-separate-io-buffer, menu): Avoid using `inferior' in text.
9835 (gdb-memory-mode, gdb-locals-watch-map): Don't quote lambda
9836 expressions.
9837 (gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp.
9838 Only search till end of line.
9839 Add face to function names in case of no filename.
9840 Add face to variable names of watchpoints.
9841
9842 2006-08-12 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
9843
9844 * cus-start.el <indent-tabs-mode>: Move to the `indent'
9845 customization group.
9846
9847 2006-08-12 Ken Manheimer <ken.manheimer@gmail.com>
9848
9849 * allout.el (allout-prior-bindings, allout-added-bindings):
9850 Remove, after long deprecation.
9851 (allout-beginning-of-line-cycles, allout-end-of-line-cycles):
9852 Add customization vars controlling allout-beginning-of-line and
9853 allout-end-of-line conveniences.
9854 (allout-header-prefix, allout-use-mode-specific-leader)
9855 (allout-use-mode-specific-leader, allout-mode-leaders):
9856 Revise docstrings.
9857 (allout-infer-header-lead): Change to be an alias for
9858 allout-infer-header-lead-and-primary-bullet.
9859 (allout-infer-header-lead-and-primary-bullet): New version of
9860 allout-infer-header-lead which assigns the primary bullet to the
9861 same as the header lead, when its being changed.
9862 (allout-infer-body-reindent): Apply regexp-quote instead of
9863 unconditionally prepending "\\", so that all literal
9864 allout-header-prefix and allout-primary-bullet strings are
9865 properly handled.
9866 (allout-add-resumptions): Add optional qualifier for extending or
9867 appending to existing values, rather than replacing them.
9868 (allout-view-change-hook): Clarify docstring.
9869 (allout-exposure-change-hook): Take explicit arguments, via
9870 run-hook-with-args.
9871 (allout-structure-added-hook)
9872 (allout-structure-deleted-hook)
9873 (allout-structure-shifted-hook): New hooks analogous to
9874 allout-exposure-change-hook for other kinds of structural outline
9875 edits.
9876 (allout-encryption-plaintext-sanitization-regexps): New encryption
9877 customization variable, by which cooperating modes can provde
9878 massage of the plaintext without actually being passed it.
9879 (allout-encryption-ciphertext-rejection-regexps)
9880 (allout-encryption-ciphertext-rejection-ceiling): New encryption
9881 customization variables, by which cooperating modes can prohibit
9882 rare but possible ciphertext patterns from fouling their
9883 operation, with actually being passed the ciphertext.
9884 (allout-mode): Run activation and deactivation hooks after the
9885 minor-mode variable has been toggled, to clarify the mode
9886 disposition. The new encryption ciphertext rejection variable is
9887 used to ensure that the ciphertext does not contain text that
9888 would be recognized as outline structural elements by allout.
9889 Substite allout-beginning-of-line and allout-end-of-line for
9890 conventionall beginning-of-line and end-of-line bindings.
9891 If allout-old-style-prefixes is non-nil, don't nullify it on mode
9892 activation!
9893 (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
9894 (allout-end-of-line): Respect `allout-end-of-line-cycles'.
9895 (allout-chart-subtree): Implement new mode, charting only the
9896 visible items in the subtree, when new 'visible' parameter is non-nil.
9897 (allout-end-of-subtree): Properly handle the last item in the buffer.
9898 (allout-pre-command-business, allout-command-counter):
9899 Increment an advertised counter so that cooperating enhancements can
9900 track revisions of items.
9901 (allout-open-topic): Run allout-structure-added-hook with suitable
9902 arguments.
9903 (allout-shift-in): Run allout-structure-shifted-hook with suitable
9904 arguments.
9905 (allout-shift-out): Fix doubling for negative args and ensure call
9906 of allout-structure-shifted-hook by solely using allout-shift-in.
9907 (allout-kill-line, allout-kill-topic):
9908 Run allout-structure-deleted-hook with suitable arguments.
9909 (allout-yank-processing): Run allout-structure-added-hook with
9910 proper arguments.
9911 (allout-yank): Enclose activity in allout-unprotected.
9912 (allout-flag-region): Run allout-exposure-change-hook with
9913 suitable arguments, instead of making the callee infer the arguments.
9914 (allout-encrypt-string):
9915 Support allout-encryption-plaintext-sanitization-regexps,
9916 allout-encryption-ciphertext-rejection-regexps, and
9917 allout-encryption-ciphertext-rejection-ceiling. Indicate correct
9918 en/de cryption mode in symmetric encryption failure message.
9919 (allout-obtain-passphrase): Use copy-sequence to get a distinct
9920 copy of the passphrase, and don't zero it or we'll corrupt the
9921 stashed copy.
9922 (allout-create-encryption-passphrase-verifier)
9923 (allout-verify-passphrase): Respect the new signature for
9924 allout-encrypt-string.
9925 (allout-get-configvar-values): Convenience for getting a
9926 configuration variable value and handling its absence gracefully.
9927
9928 2006-08-11 Romain Francoise <romain@orebokech.com>
9929
9930 * obsolete/zone-mode.el: Delete.
9931
9932 2006-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
9933
9934 * textmodes/dns-mode.el (dns-mode): Use before-save-hook.
9935
9936 2006-08-11 Thien-Thi Nguyen <ttn@gnu.org>
9937
9938 * emacs-lisp/bindat.el (bindat-ip-to-string):
9939 Use `format-network-address' if possible.
9940
9941 2006-08-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9942
9943 * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
9944
9945 2006-08-10 Chong Yidong <cyd@stupidchicken.com>
9946
9947 * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
9948 restore unread-command-events here.
9949 (edebug-display): Do it here, to detect sit-for interruptions.
9950
9951 2006-08-10 Romain Francoise <romain@orebokech.com>
9952
9953 * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.
9954 (dns-mode-soa-auto-increment-serial): New user option.
9955 (dns-mode-soa-maybe-increment-serial): New function.
9956 (dns-mode): Add the latter to `write-contents-functions'.
9957
9958 * obsolete/zone-mode.el: Move to obsolete/ from net/.
9959 Delete autoload cookies.
9960
9961 2006-08-10 John Wiegley <johnw@newartisans.com>
9962
9963 * eshell/em-glob.el (eshell-glob-chars-list)
9964 (eshell-glob-translate-alist): Add support for [^g] in character globs.
9965
9966 2006-08-10 Richard Stallman <rms@gnu.org>
9967
9968 * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces.
9969 (facemenu-set-face): Doc fix.
9970 (facemenu-listed-faces): Doc fix.
9971
9972 2006-08-09 Chong Yidong <cyd@stupidchicken.com>
9973
9974 * avoid.el (mouse-avoidance-animating-pointer): New var.
9975 (mouse-avoidance-nudge-mouse): Use it.
9976 (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
9977 (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
9978 (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
9979 Don't activate if currently animating. All callers changed.
9980
9981 2006-08-09 John Wiegley <johnw@newartisans.com>
9982
9983 * calendar/timeclock.el (timeclock-use-elapsed): Added a new
9984 variable, which causes timeclock to report elapsed time worked,
9985 instead of just work remaining.
9986
9987 2006-08-09 Kenichi Handa <handa@m17n.org>
9988
9989 * international/latexenc.el (latexenc-find-file-coding-system):
9990 Fix for the case that the 2nd element of arg-list is a cons.
9991
9992 2006-08-08 Chong Yidong <cyd@stupidchicken.com>
9993
9994 * info.el (Info-fontify-node): Handle preceding `in' for note
9995 reference hiding rules.
9996
9997 2006-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
9998
9999 * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
10000 mistake a closing " for an opening one.
10001
10002 2006-08-07 Dan Nicolaescu <dann@ics.uci.edu>
10003
10004 * term/xterm.el (terminal-init-xterm): Add more key bindings.
10005
10006 2006-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
10007
10008 * complete.el (PC-do-completion): Filter out completions matching
10009 completion-ignored-extensions before checking whether there are
10010 multiple completions.
10011 Don't use `list' unnecessarily when building completion tables.
10012
10013 2006-08-06 Richard Stallman <rms@gnu.org>
10014
10015 * help.el (describe-mode): Make minor mode list more concise.
10016
10017 2006-08-05 Chong Yidong <cyd@stupidchicken.com>
10018
10019 * bindings.el: Give mode-line-format, mode-line-modes, and
10020 mode-line-position `standard-value' properties.
10021
10022 2006-08-05 Eli Zaretskii <eliz@gnu.org>
10023
10024 * buff-menu.el (list-buffers-noselect): For Info buffers, use
10025 "(file)node" instead of the file name.
10026
10027 2006-08-05 Richard Stallman <rms@gnu.org>
10028
10029 * faces.el (escape-glyph): Doc fix.
10030
10031 2006-08-04 Kenichi Handa <handa@m17n.org>
10032
10033 * international/mule-diag.el (describe-font): Improve docstring
10034 and error message. Use frame-parameter (not frame-parameters).
10035
10036 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
10037
10038 * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
10039 Correctly mark the end-of-docstring char.
10040
10041 2006-08-03 Chong Yidong <cyd@stupidchicken.com>
10042
10043 * simple.el (line-move-to-column): Constrain move-to-column to
10044 current field.
10045
10046 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
10047
10048 * font-lock.el (font-lock-beg, font-lock-end)
10049 (font-lock-extend-region-functions): New vars.
10050 (font-lock-extend-region-multiline)
10051 (font-lock-extend-region-wholelines): New functions.
10052 (font-lock-default-fontify-region): Use them.
10053 (font-lock-extend-jit-lock-region-after-change): Only round up
10054 if font-lock-default-fontify-region will do it as well.
10055
10056 * font-lock.el (font-lock-extend-after-change-region-function):
10057 Rename from font-lock-extend-region-function.
10058 (font-lock-extend-region): Remove by inlining at call sites.
10059 (font-lock-after-change-function): Don't needlessly round up to a whole
10060 number of lines.
10061 (font-lock-extend-jit-lock-region-after-change): Be more careful about
10062 the boundary conditions and the interactions between the various ways
10063 to extend the region.
10064
10065 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
10066
10067 * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's
10068 modification status when forcing the second redisplay.
10069
10070 2006-08-03 Kim F. Storm <storm@cua.dk>
10071
10072 * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame.
10073
10074 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
10075
10076 * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
10077 doesn't look like a file name.
10078
10079 * complete.el (PC-expand-many-files): Avoid signalling an error when
10080 the current directory doesn't exist. Reported by Micha\e,Ak\e(Bl Cadilhac.
10081
10082 2006-08-02 Andreas Schwab <schwab@suse.de>
10083
10084 * bindings.el (mode-line-format): Simplify reference to vc-mode.
10085
10086 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
10087
10088 * bindings.el (map): Make mode-line-buffer-identification-keymap
10089 before defining propertized-buffer-identification.
10090
10091 2006-08-01 Richard Stallman <rms@gnu.org>
10092
10093 * bindings.el (mode-line-format): Adjust spacing around vc-mode.
10094
10095 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
10096
10097 * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
10098 default value.
10099 (gdb-find-source-frame): New function.
10100 (menu): Add to menu bar.
10101
10102 2006-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
10103
10104 * font-core.el (font-lock-extend-region-function)
10105 (font-lock-extend-region): Move to font-lock.el.
10106
10107 * font-lock.el (font-lock-extend-region-function)
10108 (font-lock-extend-region): Move from font-core.el. Simplify.
10109
10110 * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
10111 if needed.
10112 (jit-lock-start, jit-lock-end): New dynamic scoped vars.
10113 (jit-lock-after-change-extend-region-functions): New hook.
10114 (jit-lock-after-change): Use it instead of hard-coding font-lock code.
10115
10116 * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
10117 (font-lock-turn-on-thing-lock): Use it.
10118
10119 * longlines.el (longlines-show-region): Make it work on read-only
10120 buffers as well.
10121
10122 2006-08-01 Nick Roberts <nickrob@snap.net.nz>
10123
10124 * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
10125
10126 2006-07-31 Richard Stallman <rms@gnu.org>
10127
10128 * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
10129 (vhdl-speedbar-display-projects): Update old obsolete
10130 speedbar variable names.
10131
10132 2006-07-31 Nick Roberts <nickrob@snap.net.nz>
10133
10134 * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
10135 (gdb-stopped): Use it.
10136
10137 * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
10138
10139 2006-07-29 Chong Yidong <cyd@stupidchicken.com>
10140
10141 * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
10142 for load-history elements.
10143
10144 2006-07-29 Eli Zaretskii <eliz@gnu.org>
10145
10146 * files.el (convert-standard-filename): For Cygwin, replace
10147 characters not allowed in Windows file names.
10148 (make-auto-save-file-name): Add Cygwin to the list of systems
10149 where the auto-save file name needs to be run through
10150 convert-standard-filename.
10151
10152 2006-07-29 Lennart Borgman <lennart.borgman.073@student.lu.se>
10153
10154 * window.el (bw-get-tree): Don't integerp subtree if it's nil.
10155
10156 2006-07-28 Richard Stallman <rms@gnu.org>
10157
10158 * bindings.el (mode-line-frame-identification)
10159 (propertized-buffer-identification): Centralize the code
10160 to initialize the variable.
10161
10162 * progmodes/grep.el (grep-default-command): Catch errors from
10163 wildcard-to-regexp.
10164
10165 2006-07-29 Kim F. Storm <storm@cua.dk>
10166
10167 * progmodes/grep.el (grep-tag-default): New function.
10168 (grep-default-command, grep-read-regexp): Use it.
10169 (grep-read-files): Use car of grep-files-history or grep-files-aliases
10170 as default if nothing else applies.
10171
10172 2006-07-28 Bill Atkins <atkinw@rpi.edu> (tiny change)
10173
10174 * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
10175 Throw error if buffer is not in Dired and Wdired mode, respectively.
10176
10177 2006-07-28 Chong Yidong <cyd@stupidchicken.com>
10178
10179 * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
10180 self-insert-command keys don't activate buttons.
10181 (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
10182
10183 2006-07-29 Nick Roberts <nickrob@snap.net.nz>
10184
10185 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
10186 faces for enable character.
10187
10188 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
10189
10190 * Makefile.in (recompile): Update comment to reflect change
10191 on 2004-04-21.
10192
10193 2006-07-27 Richard Stallman <rms@gnu.org>
10194
10195 * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
10196 (customize-package-emacs-version): Change msg when pkg has no entry.
10197 (custom-no-edit): On a button, do like widget-button-press.
10198
10199 2006-07-27 Dan Nicolaescu <dann@ics.uci.edu>
10200
10201 * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
10202 S-tab and C-S-tab.
10203
10204 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
10205
10206 * progmodes/which-func.el (which-function): Fix documentation/
10207 comment typo.
10208
10209 2006-07-26 Richard Stallman <rms@gnu.org>
10210
10211 * textmodes/ispell.el (ispell-word): If we replace the word,
10212 move point to the end. Insert before deleting.
10213
10214 2006-07-26 Chong Yidong <cyd@stupidchicken.com>
10215
10216 * subr.el (sit-for): Use new SECONDS arg of read-event instead of
10217 a timer.
10218
10219 2006-07-26 Mathias Dahl <mathias.dahl@gmail.com>
10220
10221 * tumme.el (tumme-backward-image): Add prefix argument. Add error
10222 when at first image.
10223 (tumme-forward-image): Add prefix argument. Add error when at last
10224 image.
10225
10226 2006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
10227
10228 * tabify.el (tabify-regexp): Use more specific regexps.
10229 (tabify): Avoid modifying the buffer unnecessarily.
10230
10231 2006-07-25 Mathias Dahl <mathias.dahl@gmail.com>
10232
10233 * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
10234 (tumme-format-properties-string): Handle empty `buf'.
10235 (tumme-get-comment): Change variable names inside `let'.
10236 Add missing `let' variable that cause font-lock problems.
10237 (tumme-write-comments): Change variable names inside `let'.
10238 Add missing `let' variable that cause font-lock problems.
10239 (tumme-forward-image): Rename from `tumme-forward-char'.
10240 (tumme-backward-image): Rename from `tumme-backward-char'.
10241
10242 2006-07-25 Masatake YAMATO <jet@gyve.org>
10243
10244 * progmodes/ld-script.el (ld-script-keywords)
10245 (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
10246 and add comments.
10247
10248 2006-07-25 Nick Roberts <nickrob@snap.net.nz>
10249
10250 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
10251 (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
10252 (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
10253 for status indicator.
10254
10255 2006-07-24 Richard Stallman <rms@gnu.org>
10256
10257 * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
10258
10259 * subr.el (dolist, dotimes): Use interned symbols for locals.
10260 (--dotimes-limit--, --dolist-tail--): New defvars.
10261 (looking-back): Doc fix.
10262
10263 * replace.el (replace-match-string-symbols): Handle dotted lists.
10264
10265 2006-07-24 Mathias Dahl <mathias.dahl@gmail.com>
10266
10267 * tumme.el (tumme-write-tags): Add.
10268 (tumme-write-comments): Add.
10269 (tumme-tag-files): Change to use `tumme-write-tags'.
10270 (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
10271 (tumme-dired-comment-files): Change to use `tumme-write-comments'.
10272 (tumme-save-information-from-widgets): Change to use
10273 `tumme-write-comments' and `tumme-write-tags'.
10274 (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
10275 (tumme-write-tag): Remove.
10276 (tumme-write-comment): Remove.
10277 (tumme-display-previous-thumbnail-original): Remove empty line.
10278 (tumme-widget-list): Add punctuation.
10279
10280 2006-07-24 Mathias Dahl <mathias.dahl@gmail.com>
10281
10282 * tumme.el (tumme-line-up): Add an extra check for end of buffer.
10283
10284 2006-07-24 Daiki Ueno <ueno@unixuser.org>
10285
10286 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
10287 letters from the end. Thanks to "David Smith" <davidsmith@acm.org>
10288 and andreas@altroot.de (Andreas V\e,Av\e(Bgele).
10289
10290 2006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
10291
10292 * mouse.el (mouse-on-link-p): Doc fix.
10293
10294 2006-07-23 Nick Roberts <nickrob@snap.net.nz>
10295
10296 * emacs-lisp/find-func.el (find-function-search-for-symbol):
10297 Handle "C-h f `".
10298
10299 2006-07-22 Dan Nicolaescu <dann@ics.uci.edu>
10300
10301 * ibuffer.el (ibuffer-formats): Use left alignment for the mode
10302 column.
10303
10304 2006-07-22 Matt Hodges <MPHodges@member.fsf.org>
10305
10306 * textmodes/table.el: Add move-beginning-of-line and
10307 move-end-of-line to Point Motion Only Group.
10308
10309 2006-07-22 Eric Hanchrow <offby1@blarg.net> (tiny change)
10310
10311 * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
10312
10313 2006-07-22 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
10314
10315 * startup.el (user-mail-address): Initialize from the `EMAIL'
10316 environment variable first. Document this.
10317 (command-line): Ditto.
10318
10319 2006-07-22 Nick Roberts <nickrob@snap.net.nz>
10320
10321 * help-mode.el (help-function-def, help-variable-def)
10322 (help-face-def): Print a message in the minibuffer.
10323
10324 2006-07-21 Dan Nicolaescu <dann@ics.uci.edu>
10325
10326 * term/xterm.el (terminal-init-xterm): Fix key bindings
10327 syntax. Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
10328
10329 2006-07-21 Eli Zaretskii <eliz@gnu.org>
10330
10331 * dos-w32.el (find-buffer-file-type-coding-system): Support calls
10332 where `(nth 1 command)' is a cons cell. Doc fix.
10333
10334 * textmodes/po.el (po-find-charset): Doc fix.
10335
10336 2006-07-21 Ken Manheimer <ken.manheimer@gmail.com>
10337
10338 * allout.el (allout-unprotected, allout-e-o-prefix-p)
10339 (allout-beginning-of-current-line, allout-end-of-current-line)
10340 (allout-next-visible-heading, allout-open-topic)
10341 (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
10342 (allout-flag-current-subtree, allout-show-to-offshoot)
10343 (allout-hide-current-entry, allout-show-current-branches)
10344 (allout-hide-region-body, allout-old-expose-topic)
10345 (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
10346 (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
10347 containing `beginning-of-line' and `end-of-line' with
10348 `inhibit-field-text-motion' t.
10349
10350 2006-07-21 Eli Zaretskii <eliz@gnu.org>
10351
10352 * frame.el (focus-follows-mouse): Document that it doesn't have
10353 any effect on MS-Windows.
10354
10355 2006-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
10356
10357 * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
10358
10359 2006-07-20 Jay Belanger <belanger@truman.edu>
10360
10361 * calc/calc.el (calc-previous-alg-entry): Remove variable.
10362
10363 * calc/calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
10364 New variables.
10365 (calc-alg-entry): Use `calc-alg-entry-history'.
10366 (calc-do-quick-calc): Use `calc-quick-calc-history'.
10367 Remove reference to `calc-previous-alg-entry'.
10368 (calcAlg-edit, calcAlg-enter): Remove reference to
10369 `calc-previous-alg-entry'.
10370 (calcAlg-previous): Use `previous-history-element' instead of
10371 `calc-previous-alg-entry'.
10372 (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
10373 Change keybinding for `calcAlg-plus-minus', add keybindings for
10374 `previous-history-element' and `next-history-element'.
10375
10376 * calc/calc-rewr.el (calc-match): Remove reference to
10377 `calc-previous-alg-entry'.
10378
10379 * calc/calc-sel.el (calc-selection-history): New variable.
10380 (calc-enter-selection, calc-sel-mult-both-sides)
10381 (calc-sel-add-both-sides): Use `calc-selection-history'.
10382
10383 * calc/calc-map.el (calc-get-operator-history): New variable.
10384 (calc-get-operator): Use `calc-get-operator-history'.
10385
10386 * calc/calcalg3.el (calc-curve-fit-history): New variable.
10387 (calc-curve-fit): Use `calc-curve-fit-history'.
10388
10389 2006-07-20 Kenichi Handa <handa@m17n.org>
10390
10391 * international/mule-cmds.el (select-safe-coding-system): Fix the
10392 way of deciding eol-type of the coding system.
10393
10394 2006-07-20 Alan Mackenzie <acm@muc.de>
10395
10396 * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
10397 (c-lang-setvar): New macro.
10398 (c-make-init-lang-vars-fun): Use the initialization forms in
10399 c-emacs-variable-inits in addition to those in c-lang-variable-inits.
10400 (comment-start, comment-end, comment-start-skip): Change these from
10401 c-lang-defvar's to c-lang-setvar's.
10402
10403 * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
10404 which calls make-local-variable on the elements of
10405 c-emacs-variable-inits.
10406 (c-init-language-vars-for): Call this new macro.
10407
10408 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
10409
10410 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
10411 Try to rule out false positives due to time stamps.
10412 (compilation-mode-font-lock-keywords): Remove rules made redundant
10413 because of the above change. Add `segmentation fault' to the known and
10414 highlighted compilation termination messages.
10415
10416 2006-07-19 Kim F. Storm <storm@cua.dk>
10417
10418 * progmodes/grep.el (grep-find-ignored-directories):
10419 Add .svn and _darcs to list.
10420
10421 2006-07-19 Mathias Dahl <mathias.dahl@gmail.com>
10422
10423 * dired.el (dired-mode-map): Add key binding `C-te' for
10424 `tumme-dired-edit-comment-and-tags'.
10425
10426 * tumme.el (tumme-display-thumbnail-original-image): Make sure
10427 image display buffer is displayed before call to
10428 `tumme-display-image.
10429 (tumme-dired-display-image): Make sure image display buffer is
10430 displayed before call to `tumme-display-image.
10431 (tumme-mouse-display-image): Make sure image display buffer is
10432 displayed before call to `tumme-display-image.
10433 (tumme-widget-list): Add.
10434 (tumme-dired-edit-comment-and-tags): Add.
10435 (tumme-save-information-from-widgets): Add.
10436
10437 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
10438
10439 * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
10440
10441 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
10442
10443 * progmodes/sh-script.el (sh-font-lock-keywords-1):
10444 Revert inadvertently installed patch hunk.
10445
10446 * progmodes/compile.el (compilation-find-file): Handle the
10447 cases where the user selects a non-existent file.
10448
10449 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
10450
10451 * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
10452
10453 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
10454
10455 * subr.el (sit-for): Just sleep-for if noninteractive.
10456
10457 2006-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
10458
10459 * emacs-lisp/autoload.el (make-autoload): Use new arg.
10460
10461 * custom.el (custom-autoload): Add `noset' argument.
10462 (custom-push-theme): Don't autoload the variable, let callers do it.
10463 (custom-theme-set-variables): Autoload the variable if necessary.
10464
10465 * cus-edit.el (custom-variable-state-set): If the variable was
10466 originally set outside custom, but to the same value as the default,
10467 consider it to be standard.
10468
10469 * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
10470 file *before* telling Emacs to add the autoloads, in case it fails.
10471
10472 * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
10473 Use `cond', push', and `dolist'.
10474
10475 2006-07-17 Richard Stallman <rms@gnu.org>
10476
10477 * image-mode.el (tar-superior-buffer, archive-superior-buffer):
10478 Add defvars to silence warnings.
10479
10480 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
10481
10482 * progmodes/compile.el (compilation-mode-font-lock-keywords):
10483 Don't highlight "Compiling file" messages as error.
10484
10485 * dired-aux.el (dired-compress-file): Confirm again if gzipped
10486 file already exists.
10487
10488 2006-07-16 Thien-Thi Nguyen <ttn@gnu.org>
10489
10490 * find-file.el (ff-special-constructs): Doc fix. Also, for C/C++
10491 entry, don't assign to free var; simply return the extracted filename.
10492 (ff-treat-as-special): Incorporate common preamble from callers.
10493 (ff-other-file-name, ff-find-the-other-file):
10494 Update call to ff-treat-as-special.
10495
10496 * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
10497
10498 2006-07-16 Mathias Dahl <mathias.dahl@gmail.com>
10499
10500 * tumme.el (tumme-get-comment): Fix bug.
10501
10502 2006-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
10503
10504 * files.el: Remove spurious * in docstrings.
10505
10506 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
10507
10508 * allout.el (allout-run-unit-tests-on-load): Rectify docstring
10509 grammar.
10510 (allout-beginning-of-current-line): Beware beginning of buffer.
10511 Also, a comment is simplified.
10512 (allout-hotspot-key-handler): Only set allout-post-goto-bullet
10513 when appropriate. (This fix enables use for other than
10514 bullet-hotspot operation.)
10515 (allout-hide-current-subtree): While escalating to sibling-close,
10516 make sure to situate on a topic.
10517
10518 2006-07-14 Kim F. Storm <storm@cua.dk>
10519
10520 * emulation/cua-base.el (cua-delete-selection)
10521 (cua-toggle-set-mark): New defcustoms.
10522 (cua-rectangle-modifier-key): Add `alt' modifier.
10523 (cua-replace-region): Don't delete if cua-delete-selection is nil.
10524 (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
10525 Suggested by Klaus Zeitler <kzeitler@lucent.com>.
10526
10527 * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
10528
10529 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
10530
10531 * allout.el: Require 'cl during byte-compilation/interactive load,
10532 for the `assert' macro.
10533 (allout-mode-deactivate-hook): New hook, run when allout mode
10534 deactivates.
10535 (allout-developer): New allout customization subgroup.
10536 (allout-run-unit-tests-on-load): New allout-developer
10537 customization variable, when true allout unit tests are run towards
10538 end of file load/eval.
10539 (allout-inhibit-auto-fill): Disable auto-fill activity even during
10540 auto-fill-mode.
10541 (allout-resumptions): Remove, to be replaced by...
10542 (allout-add-resumptions): Register variable settings to be
10543 reinstated by `allout-do-resumptions'. The settings are made
10544 buffer-local, but the locality/globality of the suspended setting
10545 is restored on resumption.
10546 (allout-do-resumptions): Reinstate all settings suspended using
10547 `allout-add-resumptions'.
10548 (allout-test-resumptions): Unit tests (and intermediate variables)
10549 for resumptions.
10550 (allout-tests-globally-unbound, allout-tests-globally-true)
10551 (allout-tests-locally-true): Intermediate variables for
10552 resumptions unit tests.
10553 (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
10554 (allout-exposure-category): Replaces 'allout-overlay-category variable.
10555 (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
10556 instead of retired `allout-resumptions'. For hook functions, use
10557 `local' parameter so hook settings are created and removed as
10558 buffer-local settings. Revise (resumptions) setting
10559 auto-fill-function so it is set only if already active. (The
10560 related fill-function settings are all made in either case, so
10561 that activating auto-fill-mode activity will have the custom
10562 allout-mode behaviors (hanging indent on topics, if configured for it).
10563 Remove all allout-exposure-category overlays on mode deactivation.
10564 (allout-hotspot-key-handler): New function extracted from
10565 `allout-pre-command-business', so the functionality can be used
10566 for other purposes, eg as a binding in an overlay.
10567 (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
10568 (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
10569 customization variable.
10570 (allout-run-unit-tests): Run the (currently quite small)
10571 repertoire of unit tests. Called just before the provide iff user
10572 has customized `allout-run-unit-tests-on-load' non-nil.
10573
10574 2006-07-14 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
10575
10576 * emacs-lisp/authors.el (authors-aliases): Update.
10577
10578 2006-07-14 Nick Roberts <nickrob@snap.net.nz>
10579
10580 * progmodes/gdb-ui.el (gdb-display-buffer): Check for
10581 gdb-source-window. Add dedicated argument.
10582 (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
10583 (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
10584 (gdb-display-threads-buffer, gdb-display-memory-buffer)
10585 (gdb-display-locals-buffer): Use it.
10586
10587 * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
10588 Set gdb-source-window.
10589
10590 2006-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
10591
10592 * emacs-lisp/autoload.el (make-autoload): Remove special handling of
10593 minor modes, redundant with the custom-autoload line above.
10594
10595 2006-07-12 Chong Yidong <cyd@stupidchicken.com>
10596
10597 * longlines.el (longlines-post-command-function): Handle open-line too.
10598
10599 2006-07-12 Richard Stallman <rms@gnu.org>
10600
10601 * progmodes/grep.el (grep-last-buffer): Doc fix.
10602
10603 * info.el (Info-try-follow-nearest-node): Doc fix.
10604
10605 * emacs-lisp/edebug.el (edebug-instrument-function):
10606 Err if find-function-noselect gives no position.
10607
10608 * emacs-lisp/find-func.el (find-function-search-for-symbol):
10609 If can't find definition, return nil for position.
10610 (find-function-do-it): Handle new return value
10611 of find-definition-noselect.
10612 (find-definition-noselect, find-variable-noselect): Doc fix.
10613 (find-function-noselect): Doc fix.
10614
10615 * help-mode.el (help-variable-def): Handle find-variable-noselect
10616 returning no position.
10617 (help-function-def): Likewise for find-function-search-for-symbol.
10618 (help-face-def): Likewise.
10619
10620 * help-fns.el (describe-variable): Handle find-variable-noselect
10621 returning no position.
10622
10623 * files.el (locate-file-completion): Avoid duplicates in result.
10624
10625 * cus-edit.el (custom-no-edit): New command.
10626 (custom-mode-map): Remap to custom-no-edit instead of
10627 using suppress-keymap.
10628
10629 2006-07-12 Nick Roberts <nickrob@snap.net.nz>
10630
10631 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
10632 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
10633 (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
10634
10635 * thumbs.el (thumbs-call-convert): Use shell-command-switch.
10636
10637 2006-07-11 Kim F. Storm <storm@cua.dk>
10638
10639 * ido.el (ido-copy-current-file-name): Use buffer-name if
10640 buffer-file-name is nil.
10641
10642 2006-07-11 Chong Yidong <cyd@stupidchicken.com>
10643
10644 * simple.el (undo-ask-before-discard): Set to nil.
10645
10646 * vc.el (vc-exec-after): Don't delete process manually.
10647 (vc-print-log): Run log-view-mode in process sentinel inside
10648 inhibit-read-only. Don't shrink window due to timing issues.
10649
10650 * progmodes/ebrowse.el (ebrowse-display-member-buffer):
10651 Avoid using with-output-to-temp-buffer, which clobbers local vars.
10652
10653 2006-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
10654
10655 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10656 Fix ambiguity introduced by last change.
10657 (compilation-find-file): Move save-excursion to where it may
10658 make sense. Fix a left over `find-file'.
10659
10660 2006-07-11 Robert J. Chassell <bob@rattlesnake.com>
10661
10662 * textmodes/texinfmt.el (texinfo-format-separate-node):
10663 Insert a string before point, which fits documentation, not after.
10664 (texinfo-multitable-item): In a multitable row, insert any
10665 additional needed @tabs and spaces.
10666
10667 2006-07-11 Nick Roberts <nickrob@snap.net.nz>
10668
10669 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
10670 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
10671 (tumme-set-exif-data, tumme-get-exif-data): Use call-process
10672 instead of shell-command.
10673 (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
10674 (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
10675 (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
10676 (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
10677 (tumme-thumbnail-set-image-description, tumme-gallery-generate)
10678 (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
10679
10680 2006-07-11 Kim F. Storm <storm@cua.dk>
10681
10682 * subr.el (sit-for): Doc fix. Specify normal arg list using fn-form.
10683 Remove special case for seconds < 0. Use (redisplay t) instead.
10684
10685 2006-07-10 Chong Yidong <cyd@stupidchicken.com>
10686
10687 * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
10688 avoid compilation error.
10689
10690 * subr.el (sit-for): New function.
10691
10692 * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
10693
10694 2006-07-10 Richard Stallman <rms@gnu.org>
10695
10696 * ldefs-boot.el (edebug): Update page.
10697
10698 2006-07-10 Kim F. Storm <storm@cua.dk>
10699
10700 * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
10701 to FOR-RELEASE and TODO.
10702
10703 2006-07-10 Romain Francoise <romain@orebokech.com>
10704
10705 * emacs-lisp/authors.el (authors-aliases): Update.
10706
10707 2006-07-10 Alan Mackenzie <acm@muc.de>
10708
10709 * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
10710 * cc-mode.el: Changes to eradicate eval-after-load.
10711
10712 2006-07-09 Chong Yidong <cyd@stupidchicken.com>
10713
10714 * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
10715 on non-char events.
10716
10717 2006-07-09 Romain Francoise <romain@orebokech.com>
10718
10719 * progmodes/compile.el (compilation-mode-font-lock-keywords):
10720 Don't highlight start/end markers as compilation messages.
10721
10722 * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
10723 to t.
10724
10725 2006-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
10726
10727 * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
10728
10729 2006-07-08 Richard Stallman <rms@gnu.org>
10730
10731 * term/x-win.el (x-handle-display): Add doc string.
10732
10733 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
10734
10735 * subr.el (def-edebug-spec): Move here.
10736 * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
10737
10738 * imenu.el (imenu-choose-buffer-index): Doc fix.
10739
10740 2006-07-08 Romain Francoise <romain@orebokech.com>
10741
10742 * term/x-win.el (x-display-name): Fix typo.
10743
10744 2006-07-08 Eli Zaretskii <eliz@gnu.org>
10745
10746 * hexl.el (hexl-find-file): Doc fix.
10747
10748 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
10749
10750 2006-07-07 Chong Yidong <cyd@stupidchicken.com>
10751
10752 * term/x-win.el (x-display-name): Doc fix.
10753
10754 2006-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
10755
10756 * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
10757 long prefixes.
10758 (fill-region-as-paragraph): Don't round up to a whole line.
10759 (fill-comment-paragraph): Don't include the code-before-the-comment
10760 when calling fill-region-as-paragraph.
10761
10762 * international/mule.el (make-char): Remove redundancy.
10763
10764 * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
10765 property may contain an anonymous function rather than a symbol.
10766
10767 * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
10768
10769 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
10770 Use shy regexp. Fix incorrect backref to potentially unmatched group.
10771
10772 * dirtrack.el (dirtrack-default-directory-function): Remove.
10773 (dirtrack-directory-function): Use file-name-as-directory.
10774 (dirtrack-windows-directory-function): Simplify.
10775 (dirtrack-forward-slash, dirtrack-backward-slash)
10776 (dirtrack-replace-slash): Remove.
10777 (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
10778 (dirtrack): Fix wrong parenthesizing; use match-string.
10779
10780 * progmodes/octave-inf.el: Remove spurious * in docstrings.
10781 (inferior-octave-mode): Only change the buffer-local value of
10782 comint-dynamic-complete-functions.
10783 (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
10784 Move the initialization to the declaration.
10785 (inferior-octave-complete): Remove unused var `filter'.
10786
10787 * shell.el (shell-mode): Only change the buffer-local value of
10788 comint-dynamic-complete-functions.
10789
10790 2006-07-07 Carsten Dominik <dominik@science.uva.nl>
10791
10792 * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
10793 entry is skipped because it has been scheduled.
10794 (org-prepare-agenda-buffers): Don't mark buffers as modified when
10795 changing `:org-archived' and `:org-comment' properties.
10796
10797 2006-07-06 Chong Yidong <cyd@stupidchicken.com>
10798
10799 * server.el (server-select-display): Don't make the temp frame
10800 minibuffer-only, in case it's not a temp frame.
10801 (server-process-filter): Don't delete the temp frame if it's the
10802 only one we have on that display.
10803
10804 * files.el (find-alternate-file): Doc fix.
10805
10806 2006-07-05 Richard Stallman <rms@gnu.org>
10807
10808 * files.el (abbreviate-file-name): Add save-match-data.
10809
10810 2006-07-03 Richard Stallman <rms@gnu.org>
10811
10812 * faces.el (read-face-name): Doc fix.
10813
10814 2006-07-05 Chong Yidong <cyd@stupidchicken.com>
10815
10816 * net/goto-addr.el (goto-address): Mark as safe for local evals.
10817
10818 2006-07-05 Andre Spiegel <spiegel@gnu.org>
10819
10820 * vc.el (vc-diff-internal): Fix prev change.
10821
10822 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
10823
10824 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
10825 * play/dunnet.el (dun-load-d, dun-eval): Likewise.
10826
10827 2006-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
10828
10829 * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
10830 fails if the symbol contains chars like ( or '.
10831 (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
10832 (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
10833 `short'.
10834
10835 2006-07-04 Kenichi Handa <handa@m17n.org>
10836
10837 * international/mule-cmds.el (set-language-info): If LANG-ENV is
10838 the current one, don't call set-language-environment, but call one
10839 of set-language-environment-XXX to make INFO effective now.
10840 (set-language-environment): Call set-language-environment-XXX
10841 functions instead of doing the various setups directly.
10842 (set-language-environment-coding-systems): Delete argument eol-type.
10843 (set-language-environment-input-method)
10844 (set-language-environment-nonascii-translation)
10845 (set-language-environment-charset)
10846 (set-language-environment-fontset)
10847 (set-language-environment-unibyte): New functions.
10848
10849 2006-07-03 Luc Teirlinck <teirllm@auburn.edu>
10850
10851 * locate.el (locate-update-when-revert): New option.
10852 (locate-update-path): New option (suggested by Michael Albinus).
10853 (locate-prompt-for-command): Whitespace change.
10854 (locate-update): No longer offer to update the locate database by
10855 default. Implement the two new options.
10856
10857 2006-07-04 Nick Roberts <nickrob@snap.net.nz>
10858
10859 * tooltip.el: Move comment about track-mouse...
10860
10861 * progmodes/gud.el: ...to here.
10862
10863 2006-07-03 Chong Yidong <cyd@stupidchicken.com>
10864
10865 * facemenu.el (facemenu-listed-faces): New var.
10866 (facemenu-unlisted-faces): Variable deleted.
10867 (facemenu-add-new-face): Use facemenu-listed-faces.
10868
10869 * emulation/viper-init.el, calendar/calendar.el:
10870 * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
10871
10872 2006-07-03 Carsten Dominik <dominik@science.uva.nl>
10873
10874 * textmodes/org.el (org-mode): Remove no invalid settings for
10875 calc embedded mode.
10876 (org-mode-p): New defsubst.
10877 (org-save-all-org-buffers): New function.
10878 (org-first-headline-recenter): Enclose outline-regexp in group
10879 delimiters.
10880 (org-set-tags): Keep single space after stars.
10881
10882 2006-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
10883
10884 * window.el (set-window-text-height): Only set window-min-height to
10885 1 if that's the requested size.
10886
10887 * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
10888 (diff-unified->context, diff-context->unified)
10889 (diff-reverse-direction): Make sure the end marker stays at the end.
10890 (diff-mode): Add the keymap table at the end of docstring.
10891 Use lexical-let rather than constructing a closure manually.
10892
10893 * files.el (find-file-noselect-1): Remove unused var assignment.
10894 (hack-local-variables-confirm): Print lists of strings as lists of
10895 strings rather than lists of symbols.
10896 (abbreviate-file-name, hack-local-variables-prop-line):
10897 Use match-string.
10898 (hack-one-local-variable): Move `make-local-variable' nearer its use.
10899 (recover-session-finish): Use line-end-position.
10900
10901 2006-07-02 Michael Albinus <michael.albinus@gmx.de>
10902
10903 * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
10904
10905 2006-07-02 Daniel Pfeiffer <occitan@esperanto.org>
10906
10907 * progmodes/make-mode.el (makefile-macroassign-regex):
10908 Accept preceding keyword.
10909 (makefile-gmake-statements): Reorganize, now that makepp has
10910 "override" and also handle forgotten "override define".
10911 (makefile-makepp-statements): Add new "global", "override export"
10912 and "override global".
10913
10914 2006-06-30 Juanma Barranquero <lekktu@gmail.com>
10915
10916 * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
10917 (ada-compile-mouse-goto-error, ada-deactivate-properties)
10918 (ada-no-auto-case): Fix typos in docstrings.
10919
10920 2006-06-30 Nick Roberts <nickrob@snap.net.nz>
10921
10922 * info.el (Info-find-node-2): Search for makeinfo version more
10923 carefully.
10924
10925 2006-06-29 Carsten Dominik <dominik@science.uva.nl>
10926
10927 * textmodes/org.el (org-prepare-agenda-buffers):
10928 Use `invisible-OK' argument for `org-end-of-subtree'.
10929 (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
10930 (org-beginning-of-item): Fix bug in regular expression for white line.
10931 (org-export-as-html): Enforce space after bullet in plain list items.
10932 (org-set-autofill-regexps): Require space after plain list bullet
10933 for paragraph-start.
10934 (org-ts-regexp3): New constant.
10935 (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
10936 (org-timestamp-up-day, org-timestamp-down-day)
10937 (org-timestamp-change): Work with inactive timestamps.
10938 (org-ts-regexp1): Don't allow brackets in time stamps.
10939
10940 2006-06-29 Nick Roberts <nickrob@snap.net.nz>
10941
10942 * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
10943 for ignoring links.
10944
10945 * faces.el (read-face-name): Use it.
10946
10947 2006-06-28 Juri Linkov <juri@jurta.org>
10948
10949 * buff-menu.el (list-buffers-noselect): Compare Info file
10950 with the string "dir" to detect Info directory.
10951
10952 * complete.el (partial-completion-mode): In lambda for
10953 `choose-completion-string-functions' use full function signature
10954 with 4 args, and move point to the end of the minibuffer only if arg
10955 `mini-p' is non-nil.
10956
10957 2006-06-28 John Paul Wallington <jpw@pobox.com>
10958
10959 * ibuffer.el (ibuffer-mode): Doc fix.
10960
10961 2006-06-28 Carsten Dominik <dominik@science.uva.nl>
10962
10963 * textmodes/org.el (org-context): New contexts :item-bullet,
10964 :latex-fragment, :latex-preview.
10965 (org-overlays-at, org-overlay-start, org-overlay-end):
10966 New compatibility functions.
10967 (org-inside-LaTeX-fragment-p): More accurate matching, using the
10968 exact regexp that will be used during export.
10969 (org-latex-regexps): New variable.
10970 (org-cdlatex-mode): Improve advice for `texmathp'.
10971 (turn-on-org-cdlatex): New function.
10972
10973 2006-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10974
10975 * term/mac-win.el (mac-handle-font-selection): Change keys of
10976 mac-atsu-font-table from strings to numbers.
10977 (mac-ts-caret-position): Use also when cursor-type is nil.
10978 (mac-ts-update-active-input-area): Add Mac OS Classic support.
10979 Relax condition for using overlay strings.
10980 Use mac-ts-caret-position face when cursor-type is nil.
10981
10982 2006-06-26 Kim F. Storm <storm@cua.dk>
10983
10984 * help.el (view-emacs-news): Declare `res' in the right let* form.
10985
10986 2006-06-25 Michael Albinus <michael.albinus@gmx.de>
10987
10988 * net/rcompile.el (remote-compile): Replace ange-ftp based
10989 implementation by Tramp functions.
10990 Suggested by Marc Abramowitz <msabramo@gmail.com>.
10991
10992 * net/tramp.el (tramp-unload-tramp): Provide a doc string.
10993
10994 2006-06-24 Yoshinori Koseki <kose@meadowy.org>
10995
10996 * international/fontset.el (setup-default-fontset): Fix a typo in
10997 the "Oriya-Akruti" registry name.
10998
10999 2006-06-23 Lars Hansen <larsh@soem.dk>
11000
11001 * desktop.el (desktop-full-file-name): New function.
11002 (desktop-kill, desktop-save, desktop-remove, desktop-read)
11003 (desktop-revert): Use it.
11004 (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
11005 (desktop-after-read-hook): Add option list-buffers.
11006 (desktop-locals-to-save): Add tab-width.
11007 (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
11008 Fix docstring.
11009
11010 2006-06-23 Carsten Dominik <dominik@science.uva.nl>
11011
11012 * textmodes/org.el (org-cdlatex-mode-map)
11013 (org-cdlatex-texmathp-advice-is-done): New variables.
11014 (org-cdlatex-mode): New minor mode.
11015 (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
11016 (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
11017 (org-export-with-archived-trees): New option.
11018 (org-open-file): Remove the call to `convert-standard-filename'.
11019 (org-archive-tag, org-agenda-skip-archived-trees)
11020 (org-cycle-open-archived-trees)
11021 (org-sparse-tree-open-archived-trees): New options.
11022 (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
11023 (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
11024 New functions.
11025 (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
11026 (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
11027 (org-mode-map): Add binding for `org-toggle-archive-tag'.
11028 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
11029 Call `org-prepare-agenda-buffers'.
11030 (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
11031 (org-file-apps, org-file-apps-defaults-gnu)
11032 (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
11033 Handle remote files by forcing them to be opened in Emacs.
11034
11035 2006-06-23 Andre Spiegel <spiegel@gnu.org>
11036
11037 * vc.el (vc-diff-knows-L): New variable.
11038 (vc-diff-internal): Use it to handle "diff" programs that don't
11039 understand -L. This works automatically, no user action is necessary.
11040
11041 2006-06-23 Daniel Brockman <daniel@brockman.se>
11042
11043 * net/rcirc.el (rcirc-default-user-full-name): Default to
11044 `rcirc-default-user-name' instead of `rcirc-user-name' (which no
11045 longer exists).
11046 (rcirc-process-list): Check `buffer-live-p' before attempting to
11047 switch to a buffer.
11048
11049 2006-06-23 Ryan Yeske <rcyeske@gmail.com>
11050
11051 * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
11052 based on rcirc-coding-system-alist.
11053
11054 2006-06-23 Martin Rudalics <rudalics@gmx.at>
11055
11056 * cus-edit.el (customize-apropos): A better error message.
11057 (top level) <debug-ignored-errors>: Extend and update the list of
11058 ignored error messages.
11059
11060 2006-06-23 Michael Ernst <mernst@alum.mit.edu>
11061
11062 * complete.el (PC-do-completion): Retain capitalization of user
11063 input, when possible, even if completion-ignore-case is set.
11064
11065 2006-06-23 Eli Zaretskii <eliz@gnu.org>
11066
11067 * generic-x.el (bat-generic-mode): Support .cmd files.
11068
11069 * dos-w32.el (top level): Use find-file-not-found-functions
11070 instead of the obsolete find-file-not-found-hooks.
11071
11072 2006-06-22 Kim F. Storm <storm@cua.dk>
11073
11074 * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
11075 to recognize mode name containing submodes, such as Grep/lw.
11076
11077 2006-06-21 Kim F. Storm <storm@cua.dk>
11078
11079 * simple.el (line-move-1): Check for move-end-of-line instead of
11080 end-of-line when setting temporary-goal-column.
11081
11082 2006-06-21 Miles Bader <miles@gnu.org>
11083
11084 * play/cookie1.el (cookie): Work properly when there's only one entry.
11085
11086 2006-06-21 Nick Roberts <nickrob@snap.net.nz>
11087
11088 * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
11089 (gdb-frame-handler): Generalize frame regexp for templates.
11090
11091 2006-06-20 Glenn Morris <rgm@gnu.org>
11092
11093 * calendar/appt.el (appt-display-format): Default value must be
11094 one of the customize options.
11095
11096 2006-06-20 Dan Nicolaescu <dann@ics.uci.edu>
11097
11098 * term/xterm.el (terminal-init-xterm): Update key availability info.
11099 Bind C-return.
11100
11101 * term.el (term-delete-lines, term-insert-lines): Clarify comments.
11102
11103 2006-06-20 Chong Yidong <cyd@stupidchicken.com>
11104
11105 * files.el (hack-local-variables): Run `hack-local-variables-hook'
11106 whether or not a local variables list is defined.
11107
11108 * msb.el (msb): Move `sit-for' hack here to handle both
11109 "mouse-down and drag" and "mouse-up and select" situations.
11110 (mouse-select-buffer): Move `sit-for' hack to `msb'.
11111
11112 2006-06-20 Kenichi Handa <handa@m17n.org>
11113
11114 * international/characters.el (word-combining-categories):
11115 Add entries for 2-byte Han characters.
11116
11117 2006-06-19 Richard Stallman <rms@gnu.org>
11118
11119 * bindings.el (mode-line-format): Save some mode line space.
11120
11121 * files.el (find-file-noselect): Improve the question wording.
11122 (basic-save-buffer-2): Mask UMASK against 666.
11123
11124 * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
11125 (mouse-drag-vertical-line): Call it.
11126
11127 * cus-edit.el (customize-option, customize-option-other-window):
11128 Error if SYMBOL is nil.
11129
11130 2006-06-19 Carsten Dominik <dominik@science.uva.nl>
11131
11132 * textmodes/org.el: Require noutline, also on XEmacs.
11133 (org-end-of-subtree): Return point.
11134 (org-dblock-start-re, org-dblock-end-re): New constants.
11135 (org-create-dblock, org-prepare-dblock, org-map-dblocks)
11136 (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
11137 (org-update-all-dblocks, org-find-dblock): New functions.
11138 (org-collect-clock-time-entries): New function.
11139 (org-html-handle-time-stamps): Never export CLOCK timeranges.
11140 (org-fixup-indentation): Modify to deal correctly with lines
11141 starting with TAB. Only one argument DIFF now.
11142 (org-demote, org-promote): Call `org-fixup-indentation' with just
11143 one argument, DIFF.
11144 (org-mode): Don't mark buffer as modified when aligning tables.
11145 (org-clock-sum): Don't mark buffer modified when adding time sum
11146 properties.
11147 (org-export-as-html): Add support for a link validation function.
11148 (org-archive-all-done): New function.
11149 (org-archive-subtree): New prefix argument. When set, archive all
11150 done subtrees in this buffer.
11151 (org-remove-clock-overlays)
11152 (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
11153 (org-inhibit-highlight-removal): New variable, for dynamic scoping.
11154 (org-put-clock-overlay): Don't swallow last headline character
11155 when displaying overlay.
11156 (org-store-link): Link to `image-mode' with just the file name.
11157
11158 2006-06-18 Michael Kifer <kifer@cs.stonybrook.edu>
11159
11160 * emulation/viper-cmd.el (viper-special-read-and-insert-char):
11161 Use read-key-sequence.
11162 (viper-after-change-undo-hook): Misc enhancements.
11163 (viper-after-change-undo-hook): New hook.
11164 (viper-undo): Use viper-after-change-undo-hook.
11165 (viper-add-newline-at-eob-if-necessary): Widen before making changes.
11166 (viper-next-line-at-bol): If point is on a widget or a button, simulate
11167 clicking on that widget/button.
11168
11169 * emulation/viper.el (viper-mode): Allow a separate cursor color
11170 in Emacs state.
11171
11172 * ediff-diff.el (ediff-test-patch-utility): Catch errors.
11173 (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
11174 (ediff-set-actual-diff-options): New function.
11175 (ediff-reset-diff-options, ediff-toggle-ignore-case):
11176 Use ediff-set-actual-diff-options.
11177 (ediff-extract-diffs): Catch errors.
11178 (ediff-whitespace): Add non-breakable space.
11179 (ediff-same-file-contents): Catch errors.
11180
11181 * ediff-mult.el (ediff-collect-custom-diffs):
11182 Save coding-system-for-read.
11183
11184 * ediff-vers.el (ediff-keep-tmp-versions): New variable.
11185 (ediff-vc-internal, ediff-vc-merge-internal):
11186 Use ediff-delete-version-file.
11187 (ediff-delete-version-file): New function.
11188
11189 * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
11190
11191 * ediff.el (ediff-directories, ediff-directory-revisions)
11192 (ediff-merge-directories, ediff-merge-directories-with-ancestor)
11193 (ediff-directories-internal, ediff-merge-directory-revisions)
11194 (ediff-merge-directory-revisions-with-ancestor)
11195 (ediff-directories3): Use read-directory-name.
11196
11197 2006-06-18 Ralf Angeli <angeli@caeruleus.net>
11198
11199 * textmodes/tex-mode.el (tex-font-lock-match-suscript):
11200 Remove superfluous part of regexp for brace matching which is handled
11201 by `scan-lists' call.
11202
11203 2006-06-16 Richard Stallman <rms@gnu.org>
11204
11205 * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
11206
11207 * files.el (basic-save-buffer-2): For a new precious file,
11208 use the default modes in the return value.
11209
11210 * facemenu.el (facemenu-color-alist): Doc fix.
11211
11212 * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
11213
11214 2006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11215
11216 * cus-start.el (all): Add mac-ts-script-language-on-focus.
11217
11218 * term/mac-win.el (mac-text-encoding-ascii): New constant.
11219 (mac-utxt-to-string): Use it.
11220 (mac-ts-update-active-input-area): Use mac-ae-number.
11221
11222 2006-06-15 Dan Nicolaescu <dann@ics.uci.edu>
11223
11224 * term.el (term-handle-scroll, term-delete-lines)
11225 (term-insert-lines): Fix off by one errors.
11226
11227 2006-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
11228
11229 * net/tramp.el (tramp-touch): Use UTC to express time.
11230
11231 2006-06-15 Chong Yidong <cyd@stupidchicken.com>
11232
11233 * mail/sendmail.el (mail-send): Search explicitly for
11234 mail-header-separator when checking for corrupted header lines.
11235
11236 2006-06-15 Nick Roberts <nickrob@snap.net.nz>
11237
11238 * progmodes/gdb-ui.el (gdb-same-frame): New option.
11239 (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
11240 (gdb-init-1): Initialise them.
11241 (gdb-starting): Reset gdb-printing
11242 (gdb-starting): Save value of gud-overlay-arrow-position.
11243 (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
11244 (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
11245 Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
11246 (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
11247
11248 2006-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
11249
11250 * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
11251
11252 2006-06-13 Martin J. Reed <mjreed@essex.ac.uk> (tiny change)
11253
11254 * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
11255 (ldap-search-internal): Keep error messages, and a regexp fix.
11256
11257 2006-06-12 Thien-Thi Nguyen <ttn@gnu.org>
11258
11259 * files.el (hack-local-variables-confirm):
11260 Display string value using its printed representation.
11261
11262 2006-06-11 Chong Yidong <cyd@stupidchicken.com>
11263
11264 * server.el (server-edit): No-op if no server buffers exist.
11265
11266 2006-06-11 Robert J. Chassell <bob@rattlesnake.com>
11267
11268 * textmodes/page-ext.el (pages-directory-for-addresses):
11269 Including `pages-directory-address-mode' in the function results
11270 in the message "Buffer in which pages were found is deleted".
11271
11272 2006-06-10 Carsten Dominik <dominik@science.uva.nl>
11273
11274 * textmodes/org.el (org-agenda-mode-map): Add bindings for
11275 clocking functions.
11276
11277 (org-agenda-clock-in, org-check-running-clock)
11278 (org-clock-out-if-current, org-remove-clock-overlays)
11279 (org-put-clock-overlay): New functions.
11280 (org-clock-marker, org-clock-file-total-minutes)
11281 (org-clock-overlays): New variables.
11282 (org-clock-display, org-clock-sum, org-clock-cancel)
11283 (org-clock-out, org-clock-in): New commands.
11284 (org-export): New function.
11285 (org-emph-re): New constant.
11286 (org-set-emph-re, org-do-emphasis-faces): New functions.
11287 (org-emphasis-regexp-components, org-emphasis-alist): New options.
11288 (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
11289 (org-export-html-convert-emphasize): Use the configurable emphasis.
11290 (org-cleaned-string-for-export): Make multiline emphasis visible
11291 to the exporter. New optional argument PARAMETERS.
11292 (org-export-as-html): Specify :emph-multiline parameter to
11293 `org-cleaned-string-for-export'.
11294
11295 2006-06-10 Richard Stallman <rms@gnu.org>
11296
11297 * help.el (help-for-help-internal): Clean up help text.
11298
11299 2006-06-10 Andreas Schwab <schwab@suse.de>
11300
11301 * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
11302 in doc string.
11303
11304 * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
11305
11306 2006-06-09 Karl Chen <quarl@cs.berkeley.edu>
11307
11308 * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
11309 spaces after the comment start.
11310
11311 2006-06-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
11312
11313 * play/pong.el (pong-init-buffer):
11314 Fill buffer with spaces instead of ^A.
11315
11316 * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
11317 launched asynchronously, delete its process instead of being cool.
11318 (ispell-async-processp): Check for `delete-process' existence
11319 instead of `kill-process' one for consistency.
11320
11321 2006-06-09 Nick Roberts <nickrob@snap.net.nz>
11322
11323 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
11324 (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
11325 in mode line at startup.
11326
11327 2006-06-08 Kim F. Storm <storm@cua.dk>
11328
11329 * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
11330 (ido-init-completion-maps): Bind them to M-SPC and M-v.
11331 (ido-copy-current-file-name): Repeating C-w inserts whole file name.
11332 (ido-file-internal): Pass full file name to write-file.
11333 (ido-read-internal): Only pop stack elements automatically if they
11334 actually match an existing directory or file name.
11335
11336 2006-06-07 Kenichi Handa <handa@m17n.org>
11337
11338 * international/mule.el (find-auto-coding): Don't handle the short
11339 name `char-trans'.
11340
11341 * files.el (hack-local-variables-prop-line)
11342 (hack-local-variables): Cancel the previous change.
11343
11344 2006-06-06 Jesper Harder <harder@phys.au.dk>
11345
11346 * ediff-diff.el (ediff-test-utility): Protect against file-error.
11347
11348 2006-06-06 Chong Yidong <cyd@stupidchicken.com>
11349
11350 * diff-mode.el (diff-mode): Set buffer-read-only to t when
11351 diff-default-read-only is non-nil.
11352 (diff-hunk-kill, diff-file-kill, diff-split-hunk)
11353 (diff-refine-hunk): Set inhibit-read-only to t.
11354
11355 * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
11356 modifying the *Diff* buffer.
11357 (diff-process-filter): New filter function for diff process that
11358 sets inhibit-read-only to t when modifying the *Diff* buffer.
11359
11360 2006-06-06 Carsten Dominik <dominik@science.uva.nl>
11361
11362 * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
11363 insertion point and control the number of empty lines.
11364 (org-paste-subtree): Limit the number of empty lines at the end of
11365 the inserted tree.
11366 (org-agenda): Use buffer name of current file for narrowing.
11367 (org-export-as-xml): Command removed.
11368 (org-export-xml-type): Option removed.
11369 (org-mode-map): Call `org-export-as-xoxo' directly.
11370 (org-get-indentation): New optional argument LINE.
11371 (org-fix-indentation, org-remove-tabs): New functions.
11372 (org-export-as-ascii, org-ascii-level-start): Determine and apply
11373 correct indentation for headlines that are converted it items.
11374 (org-skip-comments): Remove table lines that contain narrowing
11375 cookies but no other non-empty fields.
11376 (org-set-tags): Allow groups of mutually exclusive tags.
11377 (org-cmp-time): Sort 24:21 before items without time.
11378 (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
11379 (org-open-at-point): Require double colon also for numbers.
11380
11381 2006-06-06 Kim F. Storm <storm@cua.dk>
11382
11383 * ido.el (ido-default-file-method, ido-default-buffer-method):
11384 Make choice values consistent with corresponding command names.
11385 (ido-visit-buffer): Update accordingly. Default to selected-window.
11386
11387 2006-06-06 Nick Roberts <nickrob@snap.net.nz>
11388
11389 * progmodes/gud.el (gud-running): Fix doc string.
11390 (gud-menu-map): Use :visible instead fo :enable for debugger test.
11391 (gud-tooltip-modes): Add python-mode.
11392 (gud-tooltip-print-command): Add pdb. Remove perldb.
11393
11394 2006-06-05 Eli Zaretskii <eliz@gnu.org>
11395
11396 * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
11397 Quote $(EMACS).
11398
11399 2006-06-05 Richard Stallman <rms@gnu.org>
11400
11401 * faces.el (defined-colors): Doc fix.
11402
11403 2006-06-05 Thien-Thi Nguyen <ttn@gnu.org>
11404
11405 * vc.el (vc-process-filter): Inhibit undo info collection around
11406 call to insert.
11407 (vc-setup-buffer): Likewise for call to erase-buffer.
11408 (vc-do-command): Likewise for call to process-file.
11409
11410 2006-06-05 Nick Roberts <nickrob@snap.net.nz>
11411
11412 * progmodes/gud.el (gud-menu-map): Use a conditional help echo
11413 for gud-go.
11414 (gud-common-init): Other debuggers may trigger error.
11415
11416 2006-06-05 Kenichi Handa <handa@m17n.org>
11417
11418 * international/mule.el (find-auto-coding):
11419 Handle enable-character-translation in file header.
11420
11421 2006-06-04 Kim F. Storm <storm@cua.dk>
11422
11423 * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
11424 (authors-fixed-entries): Fix spelling.
11425 (authors-canonical-file-name): Don't report error for wildcards.
11426
11427 * help.el (view-emacs-news): Rewrite to support new NEWS,
11428 NEWS.major, and NEWS.1-17 file naming. Add more intelligence,
11429 e.g. version 10 matches 1.10, and don't be confused by version 1.1
11430 being a prefix of 1.12 (etc). A numeric prefix arg also works.
11431
11432 2006-06-03 Vivek Dasmohapatra <vivek@etla.org>
11433
11434 * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
11435 exec constructs like `foo bar`.
11436 (sh-quoted-subshell): New helper function to search for a possibly
11437 nested subshell (like `` or $()) within a "" quoted string.
11438 (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
11439 (sh-apply-quoted-subshell): Flag quote characters inside a
11440 subshell, which is itself already in a quoted region, as
11441 punctuation, since this is the closest to what they actually are.
11442 (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
11443 sh-apply-quoted-subshell.
11444 (sh-font-lock-syntactic-face-function): Apply the new face for
11445 text inside `` instead of the old font-lock-string-face.
11446
11447 2006-06-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11448
11449 * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
11450 (mac-ae-number, mac-ae-frame, mac-ae-script-language)
11451 (mac-bytes-to-text-range, mac-ae-text-range-array)
11452 (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
11453 (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
11454 (mac-ts-unicode-for-key-event): New functions.
11455 (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
11456 (mac-handle-font-selection): Use mac-ae-number.
11457 (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
11458 New variables.
11459 (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
11460 (mac-ts-converted-text, mac-ts-selected-converted-text)
11461 (mac-ts-block-fill-text, mac-ts-outline-text)
11462 (mac-ts-selected-text, mac-ts-no-hilite): New faces.
11463 (mac-ts-hilite-style-faces): New constant.
11464 (mac-apple-event-map): Bind text input events.
11465 (mac-dispatch-apple-event): Use command-execute instead of
11466 call-interactively.
11467 (global-map): Don't bind mac-apple-event.
11468 (special-event-map): Bind mac-apple-event.
11469
11470 2006-06-02 Eli Zaretskii <eliz@gnu.org>
11471
11472 * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
11473 file name.
11474 (emacs): Enclose the value of $(EMACS) in quotes.
11475
11476 2006-06-02 Juri Linkov <juri@jurta.org>
11477
11478 * international/mule.el (sgml-html-meta-auto-coding-function):
11479 Remove the condition `(search-forward "<html" size t)'.
11480 Replace `\"' with `[\"']?' in `re-search-forward'.
11481
11482 2006-06-02 Kenichi Handa <handa@m17n.org>
11483
11484 * files.el (hack-local-variables-prop-line): Ignore `char-trans'
11485 as well as `coding'.
11486 (hack-local-variables): Likewise.
11487
11488 * international/mule.el (enable-character-translation):
11489 Put permanent-local and safe-local-variable properties.
11490 (find-auto-coding): Handle char-trans: tag.
11491
11492 2006-06-02 Juri Linkov <juri@jurta.org>
11493
11494 * international/mule.el (sgml-html-meta-auto-coding-function):
11495 Limit the search by the end of the HTML header (if any).
11496
11497 2006-06-01 Richard Stallman <rms@gnu.org>
11498
11499 * subr.el (with-current-buffer): Doc fix.
11500
11501 2006-06-02 Masatake YAMATO <jet@gyve.org>
11502
11503 * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
11504 Almost rewrite. Underlines over all lines of gcov output are too
11505 uncomfortable to read. Suggested by Dan Nicolaescu.
11506
11507 2006-06-01 Luc Teirlinck <teirllm@auburn.edu>
11508
11509 * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
11510
11511 * shell.el (shell-mode): Use shell-mode-map in docstring.
11512
11513 * comint.el (comint-send-input): Do not add help-echo and
11514 mouse-face to input if `comint-use-prompt-regexp' is non-nil.
11515
11516 2006-06-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11517
11518 * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
11519
11520 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
11521
11522 * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
11523 (gdb-stopped, gdb-info-stack-custom): If there is no source info
11524 look up the stack and pop up GUD buffer if necessary.
11525 (gdb-frames-select): Remove redundant call to gud-display-frame.
11526 (gdb-info-threads-custom): Keep point at start of buffer.
11527 (gdb-find-file-hook): Make it work for pre-GDB 6.4.
11528
11529 2006-05-31 Juri Linkov <juri@jurta.org>
11530
11531 * replace.el (query-replace-read-from, query-replace-read-to):
11532 Bind `history-add-new-input' to nil. Call `add-to-history'.
11533
11534 2006-05-31 Takaaki Ota <Takaaki.Ota@am.sony.com>
11535
11536 * textmodes/table.el: Convert all HTML tags to lower case for
11537 XHTML compatibility.
11538
11539 2006-05-31 Masatake YAMATO <jet@gyve.org>
11540
11541 * progmodes/compile.el:
11542 (compilation-error-regexp-alist-alist::gcov-called-line):
11543 Don't put face on `-' lines in gcov file. Suggested by Dan Nicolaescu.
11544
11545 2006-05-31 Nick Roberts <nickrob@snap.net.nz>
11546
11547 * progmodes/gud.el (gud-query-cmdline, gud-common-init):
11548 Revert inadvertent changes made with last commit.
11549
11550 2006-05-30 Reiner Steib <Reiner.Steib@gmx.de>
11551
11552 * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
11553 New functions.
11554
11555 * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
11556
11557 2006-05-30 Carsten Dominik <dominik@science.uva.nl>
11558
11559 * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
11560 only matches in the right place.
11561 (org-upcoming-deadline): New face.
11562 (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
11563 (org-export-ascii-underline): Rename constant `org-ascii-underline'
11564 and make it an option.
11565 (org-export-ascii-bullets): New option.
11566 (org-export-as-html): Many changes to emit valid XHTML.
11567 (org-par-open): New variable.
11568 (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
11569 (org-html-do-expand, org-section-number): Fix case in `replace-match'.
11570 (org-timeline): Pass `org-timeline-show-empty-dates' to
11571 `org-get-all-dates'. Interpret empty dates returned by
11572 `org-get-all-dates'.
11573 (org-get-all-dates): New argument EMPTY. Add dates without
11574 entries to the list, mark large ranges of empty dates.
11575 (org-point-in-group, org-context): New functions.
11576
11577 2006-05-30 Nick Roberts <nickrob@snap.net.nz>
11578
11579 * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
11580
11581 * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
11582 C-mouse-1. Move gdb-mouse-until to mouse-3, gdb-mouse-jump
11583 to C-mouse-3 (for 2 button mice).
11584 (gdb-send): Do the right thing for C-d.
11585
11586 * speedbar.el (speedbar-detach): Delete.
11587 (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
11588 it breaks things.
11589 (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
11590
11591 2006-05-30 Daniel Pfeiffer <occitan@esperanto.org>
11592
11593 * files.el (auto-mode-alist): Add makepp suffix and optional mk on
11594 Makeppfile.
11595
11596 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11597 Add makepp diagnostic.
11598
11599 2006-05-29 Richard Stallman <rms@gnu.org>
11600
11601 * window.el (fit-window-to-buffer): Doc fix.
11602
11603 * help.el (temp-buffer-max-height): Doc fix.
11604
11605 * subr.el (with-current-buffer): Doc fix.
11606
11607 2006-05-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11608
11609 * term/x-win.el: Bind F10 to menu-bar-start if available.
11610
11611 2006-05-28 Dan Nicolaescu <dann@ics.uci.edu>
11612
11613 * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
11614 uses with a simple test.
11615 (term-set-escape-char, term-mode, term-check-kill-echo-list)
11616 (term-send-raw-string, term-send-raw, term-mouse-paste)
11617 (term-char-mode, term-line-mode, term-exec, term-sentinel)
11618 (term-handle-exit, term-read-input-ring)
11619 (term-previous-matching-input-string)
11620 (term-previous-matching-input-string-position)
11621 (term-previous-matching-input-from-input)
11622 (term-replace-by-expanded-history, term-send-input)
11623 (term-skip-prompt, term-bol, term-send-invisible)
11624 (term-kill-input, term-delchar-or-maybe-eof)
11625 (term-backward-matching-input, term-check-source)
11626 (term-proc-query, term-emulate-terminal)
11627 (term-handle-colors-array, term-process-pager, term-pager-line)
11628 (term-pager-bob, term-unwrap-line, term-word)
11629 (term-dynamic-complete-filename)
11630 (term-dynamic-complete-as-filename)
11631 (term-dynamic-simple-complete): Replace one arm ifs with whens or
11632 unlesses.
11633
11634 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
11635
11636 * files.el (hack-one-local-variable-eval-safep): Don't burp if used
11637 during bootstrapping.
11638
11639 * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
11640 Basically undo the change of 2006-05-26: use extra arguments instead of
11641 dynamic scoping.
11642 (ewoc-locate): Remove unused var `footer'.
11643
11644 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
11645
11646 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
11647
11648 * emacs-lisp/autoload.el (no-update-autoloads): Declare.
11649 (generate-file-autoloads): Obey it. Return whether autoloads were
11650 added at point or not.
11651 (update-file-autoloads): Use this new return value.
11652 Remove redundant test for the presence of an autoload cookie.
11653
11654 * emacs-lisp/autoload.el (autoload-find-file): New fun.
11655 This one calls hack-local-variables.
11656 (generate-file-autoloads, update-file-autoloads): Use it.
11657
11658 * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
11659 (bibtex-sort-entry-class): Add safe-local-variable predicate.
11660 (bibtex-sort-entry-class-alist): Don't set the global value.
11661 (bibtex-init-sort-entry-class-alist): New fun.
11662 (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
11663 bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
11664 of bibtex-init-sort-entry-class.
11665
11666 2006-05-28 Richard Stallman <rms@gnu.org>
11667
11668 * subr.el (load-history-regexp): If FILE is relative, insist
11669 entire last name component must match it.
11670 (load-history-filename-element, load-history-regexp): Doc fixes.
11671
11672 2006-05-29 Kim F. Storm <storm@cua.dk>
11673
11674 * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
11675 `pos' and `raw-data' for clarity, as eval forms may access these.
11676
11677 2006-05-28 Kim F. Storm <storm@cua.dk>
11678
11679 * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
11680
11681 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
11682
11683 * progmodes/make-mode.el (makefile-browser-map)
11684 (makefile-mode-syntax-table): Move initialization inside declaration.
11685 (makefile-fill-paragraph): Use the default comment-filling code.
11686
11687 2006-05-28 Chong Yidong <cyd@stupidchicken.com>
11688
11689 * replace.el (query-replace-defaults): New variable.
11690 (query-replace-read-from): Use `query-replace-defaults' for
11691 default value, instead of history list.
11692 (query-replace-read-to): Update `query-replace-defaults'.
11693
11694 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
11695
11696 * msb.el (mouse-select-buffer): Minor fix to make popup menu work
11697 with no X toolkit.
11698
11699 2006-05-28 Nick Roberts <nickrob@snap.net.nz>
11700
11701 * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
11702 (tumme-show-all-from-dir): Add autoload.
11703
11704 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
11705
11706 * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
11707 (tumme-remove-tag): Fix bug.
11708
11709 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
11710
11711 * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
11712 FOOTER args. Update unique caller.
11713 (ewoc-delete): Compute last node once before looping.
11714 (ewoc--node-branch): Merge into unique caller.
11715 (ewoc--node): Don't define constructor make-ewoc--node for this
11716 structure.
11717 (ewoc): Add member `hf-pp' to this structure.
11718 (ewoc--wrap): New func.
11719 (ewoc-create): Take additional arg NOSEP. If nil, wrap node and
11720 header/footer pretty-printers. Save header/footer pretty-printer.
11721 (ewoc-set-hf): Use ewoc's header/footer pretty-printer.
11722
11723 * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
11724
11725 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
11726
11727 * dired.el (dired-mode-map): Change `tumme-tag-remove' to
11728 `tumme-delete-tag'. Rename `Remove Image Tag' to `Delete Image
11729 Tag'. Change "Compare directories..." to "Change Directories...".
11730 Move tumme commands to Operate, Regexp and Immediate menus.
11731 Change "Add Comment" to "Add Image Comment". Change "Add Image
11732 Tag" to "Add Image Tags".
11733
11734 * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
11735 (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
11736 `tumme-delete-tag'.
11737
11738 2006-05-26 Luc Teirlinck <teirllm@auburn.edu>
11739
11740 * shell.el (shell-mode): Call shell-dirtrack-mode after
11741 list-buffers-directory is made a local variable, to avoid setting
11742 the default value.
11743
11744 2006-05-26 Kevin Ryde <user42@zip.com.au>
11745
11746 * info.el (Info-index-next): Use where-is-internal to report
11747 actual binding of Info-index-next, rather than hard-coded `,'.
11748
11749 2006-05-26 Eli Zaretskii <eliz@gnu.org>
11750
11751 * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
11752 and "Find Command in Manual" to here.
11753
11754 * buff-menu.el (list-buffers-noselect): For Info buffers, use
11755 Info-current-file as the file name.
11756
11757 2006-05-26 Jonathan Yavner <jyavner@member.fsf.org>
11758
11759 * ses.el (defadvice undo-more): Delete this defadvice. The undo
11760 overrides will now be done a different way.
11761 (ses-set-parameter): Reapply this function for undo.
11762 (ses-set-header-row): Reconstruct header row during undo.
11763 (ses-widen): New function.
11764 (ses-goto-data, ses-reconstruct-all): Use new function.
11765 (ses-command-hook): Widen buffer during undo, before unupdating
11766 the cells.
11767 (ses-insert-row, ses-delete-row): Widen buffer during undo.
11768 (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
11769 (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
11770 formula hasn't been executed yet.
11771
11772 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
11773
11774 * comint.el (comint-kill-whole-line): Rename arg to count.
11775 Fix doc string.
11776
11777 2006-05-26 Chong Yidong <cyd@stupidchicken.com>
11778
11779 * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
11780 to copy-file.
11781
11782 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
11783
11784 * simple.el (toggle-truncate-lines): Make arg optional for
11785 backward compatibility.
11786
11787 2006-05-26 Thien-Thi Nguyen <ttn@gnu.org>
11788
11789 * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
11790 (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
11791 DLL arg. Instead, use ewoc--current-dll. Update all callers.
11792 (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
11793 (ewoc--adjust): Use ewoc--current-dll.
11794 (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
11795
11796 2006-05-26 Carsten Dominik <dominik@science.uva.nl>
11797
11798 * textmodes/org.el (org-next-item, org-previous-item): Emit more
11799 compact error message.
11800 (org-tags-view): Refresh category table in each file.
11801 (org-table-justify-field-maybe): Remove superfluous arguments to
11802 `format'.
11803 (org-export-as-html): Insert "<p>" before postamble.
11804 (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
11805
11806 2006-05-26 Kenichi Handa <handa@m17n.org>
11807
11808 * textmodes/po.el (po-find-charset): Pay attention to the case
11809 FILENAME is a cons (NAME . BUFFER).
11810 (po-find-file-coding-system-guts): Likewise.
11811
11812 * arc-mode.el (archive-set-buffer-as-visiting-file):
11813 Call find-operation-coding-system with (FILENAME . BUFFER).
11814
11815 * tar-mode.el (tar-extract): Call find-operation-coding-system
11816 with (FILENAME . BUFFER).
11817
11818 * international/mule.el (decode-coding-inserted-region):
11819 Call find-operation-coding-system with (FILENAME . BUFFER).
11820
11821 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
11822
11823 * image-mode.el (image-toggle-display): Use buffer contents to
11824 generate image for a remote file.
11825
11826 2006-05-25 Juri Linkov <juri@jurta.org>
11827
11828 * replace.el (query-replace-read-from, query-replace-read-to):
11829 Remove 8th arg KEEP-ALL in read-from-minibuffer.
11830
11831 2006-05-25 Rajesh Vaidheeswarran <rv@gnu.org>
11832
11833 * whitespace.el (whitespace-cleanup): Change to cleanup
11834 region if one is active.
11835 * whitespace.el (whitespace-cleanup-internal): New internal method.
11836
11837 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
11838
11839 * dired.el (dired-mode-map): Add help-echo strings to tumme
11840 commands. Bind `tumme-dired-display-image' to C-t i.
11841
11842 * tumme.el (tumme-display-image): Change documentation string slightly.
11843 (tumme-dired-display-image): Add call to `display-buffer'.
11844
11845 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
11846
11847 * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
11848 Signal error if RAW-DATA is a multibyte string.
11849
11850 2006-05-24 Richard Stallman <rms@gnu.org>
11851
11852 * subr.el (with-local-quit): When handling `quit' signal,
11853 make a chance for quit-flag to cause a quit.
11854
11855 * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
11856 (ad-disable-advice): Add autoloads.
11857
11858 * subr.el (read-passwd): Copy PROMPT before changing its properties.
11859
11860 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
11861
11862 * dired.el (dired-mode-map): Change menu items for tumme as per
11863 suggestions in emacs-devel.
11864
11865 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
11866
11867 * dired.el (dired-mode-map): Fix breakage.
11868
11869 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
11870
11871 * tumme.el (tumme-display-dired-image): Rename to...
11872 (tumme-dired-display-image): ...this.
11873 (tumme-track-movement): Change default value to t.
11874 (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
11875 used from `tumme-next-line-and-display' and similar commands.
11876
11877 * dired.el (dired-mode-map): Add Thumbnail submenu under the
11878 Immediate menu. Add some tumme commands there.
11879
11880 2006-05-24 Luc Teirlinck <teirllm@auburn.edu>
11881
11882 * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
11883
11884 2006-05-24 Chong Yidong <cyd@mit.edu>
11885
11886 * menu-bar.el, international/mule-cmds.el: Remove tooltips for
11887 menu entries that open submenus.
11888
11889 2006-05-24 Alan Mackenzie <acm@muc.de>
11890
11891 * startup.el (command-line): For names of preloaded files, don't
11892 append ".elc" (now done in Fload), and call file-truename on the
11893 lisp directory.
11894
11895 * subr.el (eval-after-load): Fix the doc-string. Allow FILE to
11896 match ANY loaded file with the right name, not just those in
11897 load-path. Put a regexp matching the file name into
11898 after-load-alist, rather than the name itself.
11899
11900 * subr.el (load-history-regexp, load-history-filename-element)
11901 (do-after-load-evaluation): New functions.
11902
11903 * international/mule.el (load-with-code-conversion): Do the
11904 eval-after-load stuff by calling do-after-load-evaluation.
11905
11906 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
11907
11908 * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
11909 has not been killed.
11910
11911 2006-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11912
11913 * term/mac-win.el: Set idle timer to clean up expired Apple events.
11914 (mac-ae-get-url): Redispatch Apple event on unknown scheme.
11915 (mac-dispatch-apple-event): Resume Apple event if it is suspended.
11916 Optionally set error message in reply.
11917
11918 2006-05-24 Carsten Dominik <dominik@science.uva.nl>
11919
11920 * textmodes/org.el (org-open-at-point): Use renamed variable
11921 `org-confirm-shell-link-function'.
11922 (org-confirm-shell-link-function): Rename from
11923 `org-confirm-shell-links'.
11924 (org-export-directory): New function.
11925 (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
11926 (org-export-icalendar): Use `org-export-directory'.
11927 (org-indent-item): Keep cursor position.
11928 (org-link-file-path-type): New option.
11929 (org-export-as-html): Fix bug with plain lists starting in
11930 column 0.
11931 (org-export-as-html): Remove deadline formatting, this happens
11932 now already in `org-html-handle-time-stamps'.
11933 (org-export-html-style): Deadline class removed.
11934 (org-insert-labeled-timestamps-at-point): New option.
11935 (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
11936 of `hide-sublevels 1', in case the first headline is not level 1.
11937 (org-overview, org-content): New fuction.
11938 (org-cycle-global-status, org-cycle-subtree-status): Make these
11939 variables buffer-local.
11940 (org-global-cycle): New command.
11941 (org-shifttab): Use `org-global-cycle'.
11942 (org-insert-heading, org-insert-item): Go to end of new
11943 headline/item after creating it.
11944 (org-export-visible): Rename from `org-export-copy-visible'.
11945 Now creates a temporary org-file and applies an exporting command
11946 to it.
11947 (org-table-eval-formula): Support for lisp forms.
11948 (org-agenda-todo-ignore-scheduled): New option.
11949 (org-agenda-get-todos): Use new option
11950 `org-agenda-todo-ignore-scheduled'.
11951 (org-export-html-inline-images): New value `maybe'.
11952 (org-export-as-html): Inlining of images dependent on link description.
11953 (org-archive-subtree): Check for end-of-buffer before trying
11954 `kill-line'.
11955 (org-agenda-follow-mode): New option.
11956 (org-export-with-tags, org-export-with-timestamps): New options.
11957 (org-html-handle-time-stamps): New function.
11958 (org-keyword-time-regexp): New variable.
11959 (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
11960 (org-agenda-todo-list-sublevels): New option.
11961 (org-html-level-start): When TITLE is nil, just close all levels.
11962 (org-parse-key-lines, org-parse-export-options): Remove functions,
11963 replaced by `org-infile-export-plist'.
11964 (org-combine-plists, org-infile-export-plist)
11965 (org-default-export-plist): New functions.
11966 (org-export-html-preamble, org-export-html-postamble)
11967 (org-export-html-auto-preamble, org-export-html-auto-postamble):
11968 New variables.
11969 (org-export-publishing-directory): New option.
11970 (org-export-as-html, org-export-as-ascii): Use the new property
11971 lists for settings.
11972 (org-export-copy-visible, org-export-as-xoxo):
11973 Respect `org-export-publishing-directory'.
11974 (org-link-search, org-store-link, org-file-apps): Support for
11975 links to BibTeX database entries..
11976 (org-get-current-options, org-set-regexps-and-options):
11977 Implement logging as a startup option.
11978 (org-store-link): Make sure context string is never empty
11979 (org-insert-link): Use relative path when possible.
11980 (org-at-item-checklet-p): New function.
11981 (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
11982 (org-shiftmetaup, org-shiftmetadown, org-metaleft)
11983 (org-metaright, org-metaup, org-metadown, org-shiftup)
11984 (org-shiftdown, org-shiftright, org-shiftleft)
11985 (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
11986 Dispatch using `call-interactively'.
11987 (org-call-with-arg): New defsubst.
11988 (org-tag-alist, org-use-fast-tag-selection): New options.
11989 (org-complete): Use `org-tag-alist'.
11990 (org-fast-tag-insert, org-fast-tag-selection): New functions.
11991 (org-next-item, org-previous-item): New commands.
11992 (org-beginning-of-item, org-end-of-item): Add (interactive) to
11993 make command.
11994 (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
11995
11996 2006-05-23 Thien-Thi Nguyen <ttn@gnu.org>
11997
11998 * emacs-lisp/ewoc.el (ewoc-delete): New function.
11999 (ewoc-filter): Use `ewoc-delete'.
12000
12001 * emacs-lisp/bindat.el (bindat-pack): Doc fix.
12002
12003 2006-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
12004
12005 * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
12006 Signal more user-friendly error messages.
12007
12008 * complete.el (PC-do-completion): Undo the addition of implicit
12009 wildcards if they did not lead to finding any match.
12010 (read-file-name-internal): Don't add the final > if the completion is
12011 not finished.
12012
12013 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
12014
12015 * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
12016 Quote safe-local-variable predicate.
12017
12018 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
12019
12020 * emacs-lisp/ewoc.el (ewoc-set-data): New function.
12021
12022 2006-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12023
12024 * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
12025
12026 * progmodes/make-mode.el (makefile-special-targets-list)
12027 (makefile-macro-table, makefile-target-table): Mark as risky.
12028 (makefile-query-one-target-method): Make this the alias for the
12029 following variable.
12030 (makefile-query-one-target-method-function): Make this the real name.
12031
12032 * textmodes/artist.el (artist-text-renderer): Make this the alias
12033 for the following variable.
12034 (artist-text-renderer-function): Make this the real name.
12035
12036 * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
12037 the alias for the following variable.
12038 (flyspell-generic-check-word-predicate): Make this the real name.
12039
12040 * textmodes/ispell.el (ispell-format-word): Make this the alias
12041 for the following variable.
12042 (ispell-format-word-function): Make this the real name.
12043 (ispell-message-text-end): Mark as risky.
12044
12045 * skeleton.el (skeleton-transformation, skeleton-filter)
12046 (skeleton-pair-filter): Make these the aliases for the following
12047 variables.
12048 (skeleton-transformation-function, skeleton-filter-function)
12049 (skeleton-pair-filter-function): Make these the real names.
12050
12051 * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
12052 and skeleton-pair-filter-function.
12053
12054 * textmodes/sgml-mode.el (sgml-transformation): Make this the
12055 alias for the following variable.
12056 (sgml-transformation-function): Make this the real name.
12057 (sgml-tag-alist): Mark as risky.
12058
12059 2006-05-21 Richard Stallman <rms@gnu.org>
12060
12061 * simple.el (kill-region): Interactively, pass point, then mark.
12062
12063 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
12064
12065 * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
12066
12067 2006-05-21 Romain Francoise <romain@orebokech.com>
12068
12069 * dired-x.el (dired-mode-map): Don't bind M-g.
12070
12071 2006-05-20 Richard Stallman <rms@gnu.org>
12072
12073 * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
12074 (dired-goto-file): Doc fix.
12075
12076 2006-05-21 Kim F. Storm <storm@cua.dk>
12077
12078 * emulation/cua-base.el: Mention customizing cua-mode as alternative
12079 way to enable built-in cua-mode if user loads older CUA-mode package.
12080
12081 * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
12082 if default-filename is specified.
12083
12084 2006-05-20 Eli Zaretskii <eliz@gnu.org>
12085
12086 * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
12087
12088 * info.el (info-apropos): Make sure current-file and current-node
12089 have non-nil values. Speed up by using add-to-list instead of
12090 manual consing.
12091
12092 2006-05-20 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
12093
12094 * progmodes/make-mode.el (makefile-mode): Doc fix.
12095
12096 2006-05-20 Eli Zaretskii <eliz@gnu.org>
12097
12098 * dired-aux.el (dired-do-shell-command): Doc fix.
12099
12100 2006-05-20 Kevin Ryde <user42@zip.com.au>
12101
12102 * info-xref.el (info-xref-check-all-custom): Skip :tag part of
12103 ``(custom-manual :tag "Foo" "(foo)Node")''.
12104
12105 2006-05-20 Karl Chen <quarl@cs.berkeley.edu>
12106
12107 * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
12108 value is an integer.
12109
12110 2006-05-20 Eli Zaretskii <eliz@gnu.org>
12111
12112 * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
12113 "format".
12114 (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
12115
12116 2006-05-20 Martin Rudalics <rudalics@gmx.at>
12117
12118 * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
12119 a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
12120
12121 2006-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
12122
12123 * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
12124 regexp for keywords.
12125
12126 2006-05-20 Masayuki FUJII <boochang@m4.kcn.ne.jp> (tiny change)
12127
12128 * dnd.el (dnd-get-local-file-name): Specify LITERAL in
12129 replace-regexp-in-string.
12130
12131 * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
12132 encode, and escape file name on conversion to URL.
12133
12134 2006-05-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12135
12136 * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
12137 Don't unescape URL.
12138 (dnd-get-local-file-name): Unescape URL on conversion to file name.
12139
12140 * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
12141 on conversion to URLs.
12142
12143 * net/browse-url.el (browse-url-file-url): Encode file name on
12144 conversion to URL.
12145
12146 * term/mac-win.el (mac-ae-open-documents): Escape file name on
12147 conversion to URL.
12148
12149 2006-05-19 Eli Zaretskii <eliz@gnu.org>
12150
12151 * progmodes/cc-styles.el (c-style-alist): Doc fix.
12152
12153 2006-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12154
12155 * term/mac-win.el (mac-bytes-to-digits): Remove function.
12156 (mac-handle-toolbar-switch-mode): Use coercion instead of it.
12157
12158 2006-05-19 Glenn Morris <rgm@gnu.org>
12159
12160 * calendar/diary-lib.el (diary-bahai-date)
12161 (list-bahai-diary-entries, mark-bahai-diary-entries)
12162 (mark-bahai-calendar-date-pattern): Not interactive.
12163 (add-to-diary-list): New optional arg LITERAL. Doc fix.
12164 (diary-entries-list): Change format of 4th element in each entry.
12165 (diary-list-entries): Use add-to-diary-list.
12166 (diary-goto-entry): Handle the case where the buffer visiting the
12167 diary has been killed.
12168 (fancy-diary-display): Add 'locator to button rather than 'marker.
12169 Only generate temp-face when there are marks to apply.
12170 (list-sexp-diary-entries): Pass literal to add-to-diary-list.
12171 (diary-fancy-date-pattern): New variable.
12172 (diary-time-regexp): Doc fix.
12173 (diary-anniversary, diary-time): New faces.
12174 (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
12175 diary-time-regexp. Add font-lock-multiline property where needed.
12176 Use new faces diary-anniversary and diary-time.
12177 (diary-fancy-font-lock-fontify-region-function): New function, to
12178 handle multiline font-lock pattern in fancy diary.
12179 (fancy-diary-display-mode): Set font-lock-fontify-region-function.
12180 (diary-font-lock-keywords): Tweak time regexp. Use new face
12181 diary-time.
12182
12183 2006-05-19 Alexander Shopov <ash@contact.bg> (tiny change)
12184
12185 * international/code-pages.el (mik): Table corrected.
12186
12187 2006-05-18 Kim F. Storm <storm@cua.dk>
12188
12189 * progmodes/grep.el (grep-find): Don't check grep-find-command
12190 before running command (breaks non-interactive usage).
12191
12192 2006-05-18 Thien-Thi Nguyen <ttn@gnu.org>
12193
12194 * emacs-lisp/ewoc.el (ewoc--adjust): New func.
12195 (ewoc--insert-new-node): Don't insert trailing newline.
12196 Instead, adjust successor nodes's start markers.
12197 (ewoc--refresh-node): Delete all text from current node's start
12198 marker to the next one's; adjust successor nodes's start markers.
12199 (ewoc--create): Doc fixes.
12200 (ewoc--refresh): Don't insert newline.
12201 (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
12202 * pcvs.el (cvs-make-cvs-buffer):
12203 Specify extra newline for ewoc's header and footer.
12204 (cvs-update-header): Update initial header recognition.
12205 Append newline to final header and footer values.
12206 * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
12207
12208 2006-05-17 Richard Stallman <rms@gnu.org>
12209
12210 * files.el (file-name-extension): Doc fix.
12211
12212 2006-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
12213
12214 * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
12215 we can explicitly enable/disable rather than toggle.
12216 (shell-mode): Use it.
12217 (shell-cd): Don't try to reproduce what `cd' does.
12218
12219 2006-05-17 Kim F. Storm <storm@cua.dk>
12220
12221 * ido.el (ido-read-internal): Use only nondirectory part of
12222 default item.
12223
12224 2006-05-17 Thien-Thi Nguyen <ttn@gnu.org>
12225
12226 * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
12227 (ewoc-nth): Doc fix.
12228
12229 (ewoc-map, ewoc-invalidate): Compute PP before looping.
12230
12231 2006-05-16 Eli Zaretskii <eliz@gnu.org>
12232
12233 * international/mule.el (auto-coding-alist): Add .lha to files
12234 read with no-conversion.
12235
12236 * files.el (auto-mode-alist): Add .lha files to archive file
12237 extensions.
12238
12239 * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
12240 Convert csize to integer when computing offsets within the
12241 compressed archive file.
12242
12243 2006-05-16 Kim F. Storm <storm@cua.dk>
12244
12245 * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
12246 with read-from-minibuffer.
12247
12248 2006-05-16 Reiner Steib <Reiner.Steib@gmx.de>
12249
12250 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
12251 (byte-compile-warnings): Fix safe-local-variable property.
12252
12253 2006-05-16 Ken Manheimer <ken.manheimer@gmail.com>
12254
12255 * allout.el (allout-show-bodies, allout-old-style-prefixes)
12256 (allout-stylish-prefixes, allout-numbered-bullet)
12257 (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
12258 predicates to qualify `safe-local-variable' property, when
12259 available, else use equivalent lambda.
12260 (allout-current-topic-collapsed-p): Do the right thing regarding
12261 trailing blank lines.
12262
12263 2006-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
12264
12265 * server.el (server-start): Only create a directory if needed.
12266 (server-edit, server-unload-hook): server-start => server-mode.
12267 (kill-emacs-hook): Cleanup upon exit.
12268
12269 2006-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
12270
12271 * hexl.el (hexlify-buffer): Encode process arguments manually.
12272
12273 2006-05-16 Nick Roberts <nickrob@snap.net.nz>
12274
12275 * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
12276 call to gdb-tooltip-print.
12277
12278 2006-05-15 Romain Francoise <romain@orebokech.com>
12279
12280 * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
12281 systems, default to "tar" since those systems probably have GNU tar.
12282
12283 2006-05-14 Lars Hansen <larsh@soem.dk>
12284
12285 * desktop.el (desktop-missing-file-warning): Fix docstring.
12286 (desktop-restore-file-buffer): Correct question asked on missing file.
12287
12288 2006-05-14 Kim F. Storm <storm@cua.dk>
12289
12290 * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
12291 Add CUA move property.
12292
12293 2006-05-13 Chong Yidong <cyd@stupidchicken.com>
12294
12295 * custom.el (custom-push-theme): Load the variable before checking
12296 its `standard-value'.
12297
12298 2006-05-13 Lars Hansen <larsh@soem.dk>
12299
12300 * desktop.el (desktop-save): Use with-temp-buffer.
12301
12302 2006-05-12 Glenn Morris <rgm@gnu.org>
12303
12304 * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
12305 * calendar/calendar.el (calendar-mode-map):
12306 * calendar/diary-lib.el (include-other-diary-files, diary-mail-entries):
12307 * calendar/appt.el (appt-check, appt-make-list): Refer to
12308 diary-view-entries, diary-list-entries, diary-show-all-entries
12309 rather than obsolete aliases.
12310
12311 2006-05-12 Chong Yidong <cyd@stupidchicken.com>
12312
12313 * simple.el (line-move-finish): Avoid calling point motion hooks
12314 while processing intangibility.
12315
12316 2006-05-12 Dan Nicolaescu <dann@ics.uci.edu>
12317
12318 * term/xterm.el (terminal-init-xterm): Fix typo.
12319
12320 2006-05-12 Ken Manheimer <ken.manheimer@gmail.com>
12321
12322 * allout.el (allout-view-change-hook): Mark as being deprecated,
12323 to be replaced by `allout-exposure-change-hook'.
12324 (allout-exposure-change-hook): New, replacing
12325 `allout-view-change-hook'.
12326 (allout-flag-region): Run new hook `allout-exposure-change-hook',
12327 in addition to `allout-view-change-hook'.
12328 (allout-show-bodies, allout-old-style-prefixes)
12329 (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
12330 lambda forms to prevent their showing up in variable help
12331 presentations as inscrutable byte-compiled code.
12332 (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
12333 Use string-or-null-p to qualify safe-local-variable values.
12334 (allout-reindent-bodies): Use memq to qualify matches against
12335 valid safe-local-variable values. Also, quote the lambda as above.
12336 (allout-use-mode-specific-leader): Add missing candidate-value
12337 symbols, use memq, and quote the lambda.
12338 (allout-overlay-interior-modification-handler): Remove unused
12339 variables `msg' and 'opened'.
12340 (allout-hidden-p): Constrain invisibility consideration to allout's
12341 invisibility spec, disregarding invisibility for other reasons.
12342
12343 2006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
12344
12345 * files.el (version-control): Correct safe values.
12346
12347 2006-05-12 Thien-Thi Nguyen <ttn@gnu.org>
12348
12349 * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
12350
12351 (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
12352 (ewoc--insert-new-node): New func.
12353 Update callers of deleted funcs to use it, instead.
12354
12355 2006-05-11 Glenn Morris <rgm@gnu.org>
12356
12357 * calendar/calendar.el (diary-show-all-entries): Do not refer to
12358 obsolete alias `show-all-diary-entries'.
12359 (make-diary-entry): Not interactive.
12360 (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
12361 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
12362 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
12363 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
12364 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
12365 (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
12366
12367 2006-05-11 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
12368
12369 * calendar/calendar.el (calendar-french-date-string)
12370 (calendar-mayan-date-string, calendar-chinese-date-string)
12371 (calendar-astro-date-string, calendar-iso-date-string)
12372 (calendar-islamic-date-string, calendar-bahai-date-string)
12373 (calendar-hebrew-date-string, calendar-coptic-date-string)
12374 (calendar-ethiopic-date-string, calendar-persian-date-string):
12375 These functions are not interactive.
12376
12377 2006-05-11 Luc Teirlinck <teirllm@auburn.edu>
12378
12379 * files.el: Balance parentheses.
12380
12381 2006-05-11 Reiner Steib <Reiner.Steib@gmx.de>
12382
12383 * files.el, newcomment.el, outline.el, simple.el,
12384 * emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
12385 * progmodes/cc-vars.el, progmodes/compile.el:
12386 Move `safe-local-variable' declarations to the respective files.
12387
12388 * help-fns.el (describe-variable): Don't print safe-var if it is
12389 byte-code. Improve wording as suggested by Luc Teirlinck.
12390
12391 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
12392
12393 * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
12394 (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
12395 Use a token for pending-triggers to ensure gdb-var-update
12396 gets called once per user input again for pre-GDB 6.4.
12397 (gdb-var-delete): Match on more complex expressions.
12398 (gdb-var-list-children-handler, gdb-var-create-handler):
12399 Use a token for consistency.
12400
12401 2006-05-11 Carsten Dominik <dominik@science.uva.nl>
12402
12403 * textmodes/org.el (org-read-date, org-goto-calendar)
12404 (org-agenda-goto-calendar):
12405 Bind `view-calendar-holidays-initially' to nil.
12406
12407 2006-05-11 Thien-Thi Nguyen <ttn@gnu.org>
12408
12409 * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
12410 Update all callers to do it there, instead.
12411
12412 2006-05-10 Glenn Morris <rgm@gnu.org>
12413
12414 * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
12415 prefix arg case, to avoid view-diary-entries-initially error.
12416 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
12417 (calendar-date-is-legal-p): Handle dates with no day part.
12418
12419 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
12420
12421 * comint.el (comint-insert-input): Just make it when
12422 comint-use-prompt regexp is nil (default) and with the mouse.
12423 (comint-copy-old-input): Reinstate from 2004-06-23.
12424 (comint-mode-map): Bind C-c C-m to it.
12425
12426 2006-05-10 J.D. Smith <jdsmith@as.arizona.edu>
12427
12428 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
12429 Remove spurious move to point-max (new comint behavior fixes).
12430
12431 * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
12432 compatibility function (Emacs 18/19).
12433 (idlwave-is-continuation-line): Always return point at start of
12434 previous non-blank continuation line.
12435 (keyword-parameters): Fix continued comment font-lock matcher.
12436 (idlwave-font-lock-fontify-region): Written, use as
12437 font-lock-fontify-region-function, to fix continued keyword
12438 fontification issues.
12439
12440 2006-05-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12441
12442 * term/mac-win.el (mac-font-panel-mode): Doc fix.
12443 (mac-service-selection, mac-service-open-file)
12444 (mac-service-open-selection, mac-service-mail-selection)
12445 (mac-service-mail-to, mac-service-insert-text): Rename from
12446 mac-services-*. All uses changed.
12447 (mac-apple-event-map): Rename event symbol `services' to `service'.
12448
12449 2006-05-10 Thien-Thi Nguyen <ttn@gnu.org>
12450
12451 * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
12452 (ewoc--node-enter-first, ewoc--node-enter-last)
12453 (ewoc--delete-node-internal): Merge funcs into unique callers.
12454
12455 2006-05-09 Chong Yidong <cyd@stupidchicken.com>
12456
12457 * emacs-lisp/crm.el (completing-read-multiple): Properly handle
12458 return value of read-from-minibuffer for empty input.
12459
12460 2006-05-09 Miles Bader <miles@gnu.org>
12461
12462 * comint.el (comint-insert-input): Remove redundant calls to setq
12463 and goto-char.
12464
12465 2006-05-10 Nick Roberts <nickrob@snap.net.nz>
12466
12467 * comint.el (comint-insert-input): Make it work when
12468 comint-use-prompt-regexp is t.
12469
12470 2006-05-10 Miles Bader <miles@gnu.org>
12471
12472 * subr.el (field-at-pos): New function.
12473
12474 * comint.el (comint-insert-input): Use it.
12475
12476 2006-05-09 Juri Linkov <juri@jurta.org>
12477
12478 * battery.el (battery-linux-proc-acpi): Also try
12479 `/proc/acpi/thermal_zone/THR2/temperature'.
12480
12481 * files.el <safe-local-variable>: Remove `eval' and `let' binding
12482 for now unused lambda `string-or-null'.
12483
12484 * add-log.el (change-log-default-name): Put `string-or-null-p'
12485 instead of lambda on `safe-local-variable' property.
12486
12487 * diff-mode.el (diff-context->unified): Use `region-beginning' and
12488 `region-end' instead of `mark' and `point'.
12489 (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
12490 Operate on region in Transient Mark mode when the mark is active.
12491 Use `region-beginning' and `region-end' instead of `mark' and
12492 `point'.
12493 (diff-hunk-text, diff-goto-source): Doc fix.
12494
12495 * startup.el (fancy-splash-screens, normal-splash-screen): Use
12496 face `mode-line-buffer-id' for mode-line buffer face instead of
12497 hard-coded `(:weight bold)'.
12498
12499 * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
12500 buffer-undo-list to t (undo-ask is reproducible by visiting
12501 nested archives).
12502
12503 2006-05-09 Kim F. Storm <storm@cua.dk>
12504
12505 * progmodes/grep.el (rgrep): Set default directory of *grep*
12506 buffer if we start M-x rgrep in the *grep* buffer and choose
12507 a different base directory.
12508
12509 2006-05-09 Michael Albinus <michael.albinus@gmx.de>
12510
12511 * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
12512 completion also when ido is loaded.
12513
12514 2006-05-09 Masatake YAMATO <jet@gyve.org>
12515
12516 * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
12517 "warning" and "import".
12518 (cpp-font-lock-keywords): Added "warning".
12519
12520 2006-05-08 Dan Nicolaescu <dann@ics.uci.edu>
12521
12522 * term/xterm.el (terminal-init-xterm): Add more key bindings.
12523
12524 2006-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
12525
12526 * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
12527 pages at a time, if we signal the end, we should indeed reach that end.
12528
12529 2006-05-08 David Reitter <david.reitter@gmail.com>
12530
12531 * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
12532 output during execution of the body.
12533
12534 2006-05-08 Kim F. Storm <storm@cua.dk>
12535
12536 * progmodes/grep.el (lgrep, rgrep): Doc fixes.
12537
12538 2006-05-08 Thien-Thi Nguyen <ttn@gnu.org>
12539
12540 * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
12541 Use with-current-buffer.
12542
12543 2006-05-07 Kim F. Storm <storm@cua.dk>
12544
12545 * subr.el (add-to-history): Remove keep-dups arg.
12546
12547 * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
12548 to nil around call to add-to-history.
12549
12550 2006-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
12551
12552 * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
12553 than after a buffer modification.
12554
12555 2006-05-08 Nick Roberts <nickrob@snap.net.nz>
12556
12557 * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
12558 call to...
12559 (gud-watch): ...here so speedbar is raised for already watched
12560 expressions.
12561 (gdb-speedbar-refresh): Delete function.
12562 (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
12563 Use speedbar-timer-fn instead of speedbar-refresh (reverting
12564 earlier change).
12565 (gdb-var-evaluate-expression-handler)
12566 (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
12567
12568 * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
12569 Update localized contents for all buffers except ignored modes.
12570
12571 2006-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12572
12573 * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
12574 (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
12575 (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
12576 (mac-handle-font-panel-closed, mac-handle-font-selection):
12577 New functions.
12578 (mac-font-panel-mode): New minor mode.
12579 (mac-apple-event-map): Add bindings for toolbar toggle button and
12580 font panel.
12581 (menu-bar-showhide-menu): Add mac-font-panel-mode.
12582
12583 2006-05-07 John Paul Wallington <jpw@pobox.com>
12584
12585 * ibuffer.el (ibuffer-compressed-file-name-regexp):
12586 Avoid `regexp-opt'; simplify regexp for readability.
12587
12588 2006-05-06 Eli Zaretskii <eliz@gnu.org>
12589
12590 * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
12591 * files.el (buffer-stale-function):
12592 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
12593 * autorevert.el (global-auto-revert-non-file-buffers): Point Info
12594 links to the main manual, not to emacs-xtra.
12595
12596 2006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12597
12598 * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
12599 MacJapanese if text is ASCII-only.
12600
12601 2006-05-06 Nick Roberts <nickrob@snap.net.nz>
12602
12603 * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
12604 unless so nil isn't returned.
12605 (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
12606
12607 2006-05-06 Kim F. Storm <storm@cua.dk>
12608
12609 * subr.el (add-to-history): New function.
12610
12611 * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
12612 (ediff-merge-files-with-ancestor):
12613 * env.el (setenv):
12614 * isearch.el (isearch-update-ring):
12615 * server.el (server-visit-files):
12616 * progmodes/grep.el (lgrep, rgrep):
12617 * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
12618 * progmodes/xscheme.el (xscheme-insert-expression):
12619 Use add-to-history.
12620
12621 * kmacro.el (kmacro-push-ring): Use add-to-history.
12622 (kmacro-ring-length): Remove unused defun.
12623 (kmacro-start-macro): Use kmacro-push-ring.
12624
12625 2006-05-06 Thien-Thi Nguyen <ttn@gnu.org>
12626
12627 * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
12628 directly instead of a lambda expression that calls it.
12629
12630 2006-05-06 Kim F. Storm <storm@cua.dk>
12631
12632 * avoid.el (mouse-avoidance-point-position): Use posn-at-point
12633 instead of compute-motion.
12634
12635 2006-05-05 Dan Nicolaescu <dann@ics.uci.edu>
12636
12637 * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
12638 change.
12639
12640 2006-05-05 Reiner Steib <Reiner.Steib@gmx.de>
12641
12642 * startup.el (command-line-1): Refer to "Pure Storage" on
12643 pure-space-overflow.
12644
12645 2006-05-05 Martin Rudalics <rudalics@gmx.at>
12646
12647 * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
12648 provided faces once they all have been used up.
12649
12650 2006-05-05 Eli Zaretskii <eliz@gnu.org>
12651
12652 * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
12653 reference to the Lisp manual to the warning about pure space
12654 overflow.
12655
12656 2006-05-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
12657
12658 * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
12659 argument to avoid the call to `ispell-internal-change-dictionary'
12660 when not needed.
12661 (ispell-change-dictionary): Use this argument and call
12662 `ispell-internal-change-dictionary' after the possible change
12663 to `ispell-local-dictionary'.
12664 (ispell-internal-change-dictionary): Check for a change in
12665 personal dictionary use too.
12666
12667 2006-05-05 Eli Zaretskii <eliz@gnu.org>
12668
12669 * startup.el (command-line): On MS-Windows, probe "~", not
12670 "~USER", for warning about non-existent home directory.
12671
12672 * arc-mode.el (archive-l-e): New optional argument `float' means
12673 generate a float value.
12674 (archive-arc-summarize, archive-lzh-summarize)
12675 (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
12676 with 3rd argument non-nil when file's size is being computed.
12677 Format the file sizes with %8.0f instead of %8d.
12678
12679 2006-05-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12680
12681 * cus-start.el (all): Add mac-dnd-known-types.
12682
12683 * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
12684 (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
12685 (mac-TIFF-to-string): New functions.
12686 (x-get-selection, x-selection-value)
12687 (mac-select-convert-to-string): Use them.
12688 (mac-text-encoding-mac-japanese-basic-variant): New constant.
12689 (mac-dnd-types-alist): New customization variable.
12690 (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
12691 (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
12692 (mac-dnd-handle-drag-n-drop-event): New functions.
12693 (mac-drag-n-drop): Remove function.
12694 (global-map): Bind drag-n-drop and M-drag-n-drop to
12695 mac-dnd-handle-drag-n-drop-event.
12696
12697 2006-05-04 Karl Chen <quarl@NOSPAM.quarl.org>
12698
12699 * progmodes/perl-mode.el (perl-beginning-of-function):
12700 Skip anonymous subs.
12701
12702 2006-05-04 Dan Nicolaescu <dann@ics.uci.edu>
12703
12704 * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
12705 regexp-opt at run time.
12706
12707 * term.el (term-handle-ansi-escape): Fix off by one error.
12708
12709 2006-05-04 Nick Roberts <nickrob@snap.net.nz>
12710
12711 * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
12712 (gdb-init-1, gdb-post-prompt): ...and references to it.
12713 (gdb-frame-handler): Strip directory name from filename if present.
12714
12715 * progmodes/gud.el (gdb-force-update): Delete defvar
12716 (gud-speedbar-buttons): ...and references to it. Use window-start
12717 to try to keep positon in watch expression.
12718
12719 2006-05-03 Richard Stallman <rms@gnu.org>
12720
12721 * simple.el (next-history-element, previous-history-element): Doc fix.
12722
12723 * isearch.el (isearch-update-ring): Doc fix.
12724
12725 2006-05-03 Dan Nicolaescu <dann@ics.uci.edu>
12726
12727 * isearch.el (isearch-update-ring): Take history-delete-duplicates
12728 into consideration. Replace one arm ifs with whens.
12729
12730 2006-05-03 Nick Roberts <nickrob@snap.net.nz>
12731
12732 * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
12733 (menu): Fix typo.
12734
12735 2006-05-02 Miles Bader <miles@gnu.org>
12736
12737 * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
12738
12739 2006-05-02 Jay Belanger <belanger@truman.edu>
12740
12741 * calc/calc-embed.el (calc-override-minor-modes-map)
12742 (calc-override-minor-modes): New variables.
12743 (calc-do-embedded): Make sure that Calc keystrokes aren't
12744 overwritten by minor modes.
12745
12746 2006-05-02 Chong Yidong <cyd@mit.edu>
12747
12748 * msb.el (msb): If EVENT is a down event, read and discard the up event.
12749
12750 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
12751
12752 * startup.el (command-line-1): Refer to Lisp manual when
12753 pure-space-overflow occurs.
12754
12755 * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
12756 (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
12757 (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
12758 (version-control): Don't use `t' for safe-local-variable declarations.
12759
12760 2006-05-01 Richard Stallman <rms@gnu.org>
12761
12762 * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
12763 M-r, M-R, M-A, M-SPC or M-DEL.
12764 (diff-mode-map): diff-refine-hunk now on C-c C-w
12765 (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
12766
12767 * help-mode.el (help-mode): view-exit-action calls delete-window
12768 only when it is safe and possible.
12769
12770 * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
12771 in messages.
12772
12773 * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
12774
12775 * tool-bar.el (tool-bar-setup): Put Help and Preferences items
12776 in the default tool-bar-map.
12777
12778 2006-05-01 Michael Albinus <michael.albinus@gmx.de>
12779
12780 * net/tramp.el (tramp-completion-file-name-handler-alist)
12781 (tramp-run-real-handler, tramp-completion-run-real-handler)
12782 (tramp-completion-handle-file-name-all-completions)
12783 (tramp-completion-handle-file-name-completion): Autoload them.
12784 (tramp-completion-handle-file-exists-p)
12785 (tramp-completion-handle-file-name-directory)
12786 (tramp-completion-handle-file-name-nondirectory)
12787 (tramp-completion-handle-expand-file-name): Remove them.
12788 (tramp-handle-file-name-directory): Return the real directory name.
12789 Returning "/" only doesn't need to be necessary any longer.
12790 (tramp-file-name-handler): Make special attention when in hostname
12791 completion mode.
12792 (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
12793 (tramp-register-file-name-handlers):
12794 Register `tramp-completion-file-name-handler' only when
12795 `partial-completion-mode' is enabled.
12796 (tramp-completion-handle-file-name-all-completions):
12797 Delete directory part from results.
12798 (tramp-get-completion-methods, tramp-get-completion-user-host):
12799 Discard deleting "/", it doesn't work after the change of
12800 `tramp-handle-file-name-directory' above.
12801
12802 2006-05-01 Kim F. Storm <storm@cua.dk>
12803
12804 * progmodes/grep.el (grep-expand-template): Use save-match-data
12805 and symbol-value.
12806
12807 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12808
12809 * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
12810 Use select-frame-set-input-focus instead of raise-frame.
12811 (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
12812
12813 2006-05-01 Nick Roberts <nickrob@snap.net.nz>
12814
12815 * progmodes/gud.el (gud-def): Add %c case.
12816 (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
12817 (gud-format-command): Make match case sensitive. Match on %F.
12818
12819 2006-04-30 Glenn Morris <rgm@gnu.org>
12820
12821 * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
12822 (cal-tex-preamble): Use cal-tex-preamble-extra.
12823 (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
12824 than alias `list-diary-entries'.
12825
12826 2006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
12827
12828 * help-fns.el (describe-variable): Add info about safe local variables.
12829
12830 2006-04-29 Richard Stallman <rms@gnu.org>
12831
12832 * bindings.el (mode-line-format): help-echo doc fixes.
12833
12834 * net/tramp.el (tramp-file-name-handler-alist): Delete
12835 expand-file-name and other operations that can cause spurious loading.
12836
12837 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
12838
12839 * files.el (safe-local-variable-p): Remove support for the special
12840 value t.
12841
12842 * textmodes/paragraphs.el (sentence-end-without-space):
12843 Fix safety predicate.
12844 (sentence-end-double-space, sentence-end-without-period)
12845 (paragraph-ignore-fill-prefix):
12846 * textmodes/fill.el (colon-double-space):
12847 * abbrev.el (abbrev-mode): Tighten the safety predicate.
12848
12849 * subr.el (booleanp): New fun.
12850
12851 * textmodes/reftex-vars.el (reftex-guess-label-type):
12852 Tighten the safety predicate.
12853
12854 2006-04-28 Kim F. Storm <storm@cua.dk>
12855
12856 * progmodes/grep.el (defgroup grep): Doc fix.
12857 (grep-auto-highlight): Remove.
12858 (grep-template): New defcustom.
12859 (grep-find-template): Rename from grep-tree-template.
12860 (grep-files-aliases): Rename from grep-tree-files-aliases.
12861 Remove "all" alias, add "l" alias.
12862 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
12863 (grep-find-ignored-directories): New defcustom to replace
12864 grep-tree-ignore-CVS-directories, to facilitate ignoring
12865 subdirectories for multiple version control systems.
12866 (grep-mode-map): Add Recursive grep item to GREP menu.
12867 (grep-regexp-history, grep-files-history): New defvars.
12868 (grep-probe): New helper function.
12869 (grep-compute-defaults): Use it to simplify code.
12870 Adapt to name changes.
12871 Use `.' as base in grep-find-template rather than <D>.
12872 (grep): Remove superfluous highlight-regexp arg. Fix doc.
12873 Call grep-compute-defaults unconditionally.
12874 (grep-expand-keywords): New defconst.
12875 (grep-expand-template): Rename from grep-expand-command-macros.
12876 Simplify via grep-expand-keywords. Look at case-fold-search instead
12877 of grep-tree-ignore-case to add -i option.
12878 Bind case-fold-search to nil while matching keywords.
12879 (grep-tree-last-regexp, grep-tree-last-files): Remove.
12880 (grep-read-regexp, grep-read-files): New helper functions.
12881 (rgrep): Rename from grep-tree. Rework to use proper histories.
12882 Adapt to changes in defcustoms and functions above.
12883 (lgrep): New command, as grep, but using same interactive UI as rgrep.
12884
12885 2006-04-28 Michael Albinus <michael.albinus@gmx.de>
12886
12887 * net/tramp.el (tramp-completion-file-name-handler):
12888 Disable Tramp's functionality while loading Tramp itself.
12889 (tramp-register-file-name-handlers): That's a defsubst now.
12890 Code from `tramp-repair-jka-compr' moved here. Apply it via
12891 `after-init-hook'.
12892 (tramp-repair-jka-compr): Remove.
12893
12894 2006-04-27 Jay Belanger <belanger@truman.edu>
12895
12896 * calc/calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
12897 read expression when `math-read-big-expr' doesn't work.
12898
12899 2006-04-27 Reiner Steib <Reiner.Steib@gmx.de>
12900
12901 * startup.el (command-line-1): Display warning when
12902 pure-space-overflow is non-nil.
12903
12904 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12905
12906 * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
12907 risky.
12908
12909 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12910
12911 * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
12912 Return the URL or nil if none can be generated.
12913
12914 2006-04-27 Nick Roberts <nickrob@snap.net.nz>
12915
12916 * progmodes/gud.el (gud-comint-buffer): Move forward to stop
12917 byte compiler warnings.
12918 (gud-basic-call, gud-find-expr): Let user select an expression
12919 for printing. Print expression as well as value in GUD buffer.
12920
12921 2006-04-17 Ken Manheimer <ken.manheimer@gmail.com>
12922
12923 * allout.el: Remove local autoload declaration for
12924 pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
12925 (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
12926 (allout-plain-bullets-string, allout-distinctive-bullets-string)
12927 (allout-use-mode-specific-leader, allout-old-style-prefixes)
12928 (allout-stylish-prefixes, allout-numbered-bullet)
12929 (allout-file-xref-bullet, allout-presentation-padding)
12930 (allout-use-hanging-indents, allout-reindent-bodies): Mark as
12931 safe-local-variable with suitable value spec, and add autoload
12932 cookie for loaddefs inclusion. We now use an explicit spec everywhere.
12933 (move-beginning-of-line, move-end-of-line): Repair so these compat
12934 functions now actually resituate the point, when appropriate.
12935
12936 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
12937
12938 * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
12939
12940 * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
12941 (add-log-iso8601-time-string): Fix call to format-time-string.
12942
12943 2006-04-26 Kim F. Storm <storm@cua.dk>
12944
12945 * subr.el (posn-string, posn-image, posn-object): Doc fix.
12946
12947 2006-04-26 Masatake YAMATO <jet@gyve.org>
12948
12949 * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
12950 Add support for "//" style comments. Remove `b' flag
12951 from ?* in `asm-mode-syntax-table'.
12952
12953 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
12954
12955 * follow.el: Use (featurep 'xemacs) everywhere.
12956 (follow-mode): Use define-minor-mode.
12957 (follow-mode-map): Move initialization into the declaration.
12958 Use command remapping.
12959 (follow-emacs-version-xemacs-p): Remove.
12960 (follow-submit-feedback): Remove.
12961
12962 * allout.el (allout-layout, allout-passphrase-verifier-string)
12963 (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
12964
12965 * textmodes/reftex-vars.el (reftex-vref-is-default)
12966 (reftex-fref-is-default, reftex-guess-label-type):
12967 Tighten up a bit the safety predicate.
12968
12969 * textmodes/paragraphs.el (sentence-end-double-space)
12970 (sentence-end-without-period, sentence-end-without-space)
12971 (page-delimiter, paragraph-ignore-fill-prefix):
12972 Tighten up a bit the safety predicate.
12973
12974 * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
12975
12976 * progmodes/python.el (python-continuation-line-p)
12977 (python-beginning-of-statement): syntax-ppss may return
12978 a negative depth.
12979 (python-mode): Don't forcefully enable font-lock.
12980
12981 * time-stamp.el (time-stamp-start, time-stamp-end)
12982 (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
12983
12984 * add-log.el: Remove spurious * in docstrings.
12985 (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
12986 (add-change-log-entry): Use it here, since it's not specific
12987 to iso8601.
12988 (add-log-iso8601-time-string): Don't use it here any more.
12989 (change-log-indent-text, change-log-indent): Rename from add-log-*.
12990
12991 * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
12992
12993 2006-04-25 Ryan Yeske <rcyeske@gmail.com>
12994
12995 * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
12996 (rcirc-toggle-low-priority): Doc fix.
12997 (rcirc-handler-NOTICE): Remove beginning of line anchor in
12998 ChanServ regexp.
12999 (rcirc-startup-channels-alist): Connect to #rcirc by default, not
13000 #emacs.
13001 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
13002 (rcirc-decode-coding-system): Use utf-8 as the default.
13003 (rcirc-multiline-minor-mode): Set the fill-column.
13004 (rcirc-format-response-string): Display bright and dim nicks.
13005 (rcirc-browse-url): Update interactive spec to fill ARG.
13006 (rcirc-bright-nick, rcirc-dim-nick): Add faces.
13007 (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
13008
13009 2006-04-24 J.D. Smith <jdsmith@as.arizona.edu>
13010
13011 * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
13012 case for @Article, etc.
13013
13014 2006-04-23 Michael Albinus <michael.albinus@gmx.de>
13015
13016 * net/tramp.el (tramp-register-file-name-handlers): New defun.
13017 Added with autoload cookie.
13018 (tramp-unload-file-name-handlers): Rename from
13019 `tramp-unload-file-name-handler-alist'.
13020
13021 2006-04-23 Romain Francoise <romain@orebokech.com>
13022
13023 * comint.el (comint-match-partial-filename): Doc fix.
13024
13025 2006-04-21 Glenn Morris <rgm@gnu.org>
13026
13027 * calendar/cal-menu.el (calendar-mode-map): Refer to
13028 `diary-view-entries' rather than alias `view-diary-entries'.
13029 * calendar/diary-lib.el (view-other-diary-entries): Ditto.
13030
13031 2006-04-21 Luc Teirlinck <teirllm@auburn.edu>
13032
13033 * progmodes/antlr-mode.el (antlr-default):
13034 * cus-edit.el (custom-documentation):
13035 * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
13036 in defface.
13037
13038 2006-04-21 Kim F. Storm <storm@cua.dk>
13039
13040 * image.el (image-type): New defun split out of create-image.
13041 (create-image): Use it.
13042
13043 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
13044
13045 * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
13046 (org-open-at-point): Remove the "...done" message to keep output
13047 in the echo area visible.
13048 (org-export-as-xoxo): Fix call to `indent-region'.
13049
13050 2006-04-21 Kevin Ryde <user42@zip.com.au>
13051
13052 * international/mule.el (keyboard-coding-system): defcustom
13053 info-link fixes: "Specify Coding" has been split, keyboard now in
13054 "Terminal Coding", and "Single-Byte Character Support" is now
13055 "Unibyte Mode".
13056
13057 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
13058
13059 * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
13060 Use font-lock-warning-face for any errors e.g. no stack.
13061 (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
13062
13063 2006-04-20 Dan Nicolaescu <dann@ics.uci.edu>
13064
13065 * progmodes/sh-script.el (sh-shell): Mark as safe.
13066
13067 * newcomment.el (comment-start, comment-start-skip)
13068 (comment-end-skip, comment-end): Mark as safe.
13069
13070 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
13071
13072 * textmodes/org.el (org-deadline-announce): Face removed.
13073 (org-level-faces, org-n-levels): Convert to constant.
13074 (org-compatible-face): New function.
13075 (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
13076 (org-level-5, org-level-6, org-level-7, org-level-8)
13077 (org-special-keyword, org-warning, org-headline-done, org-link)
13078 (org-date, org-tag, org-todo, org-done, org-table, org-formula)
13079 (org-scheduled-today, org-scheduled-previously, org-time-grid):
13080 Face definition revised for better color tty support.
13081 (org-bold-re, org-italic-re, org-underline-re): New constants.
13082 (org-set-font-lock-defaults): Use the new constants.
13083 (org-agenda-highlight-todo): New function.
13084 (org-agenda-todo): Fix bug with point at end of line.
13085 (org-agenda-change-all-lines, org-finalize-agenda-entries):
13086 Fontify TODO keywords.
13087 (org-insert-link): Preserve relative path in ../ links.
13088 (org-export-as-html): Convert links pointing to .org files into
13089 links that will work beteen the exported HTML files.
13090 (org-todo-list): Fix bug when arg=0.
13091 (org-insert-heading): More fine-tuning.
13092
13093 2006-04-19 Romain Francoise <romain@orebokech.com>
13094
13095 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
13096 from `rmail-mime-charset-pattern'.
13097
13098 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
13099
13100 * progmodes/python.el (python-mode): Fix typo.
13101
13102 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
13103
13104 * comint.el (comint-previous-input): Don't clobber input line
13105 when moving off either end of the input history ring.
13106 (comint-delete-input): New function, used by
13107 `comint-previous-input' and others.
13108 (comint-previous-matching-input):
13109 Use `coming-delete-input'. Save the partial input if leaving the
13110 edit line. Goto point-max before deleting input to avoid
13111 partial input fragments hanging around.
13112 (comint-restore-input): New function, used by `comint-previous-input'.
13113
13114 2006-04-18 Luc Teirlinck <teirllm@auburn.edu>
13115
13116 * imenu.el (imenu--index-alist): Balance parentheses.
13117
13118 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
13119
13120 * progmodes/python.el (python-mode): Add support for hs-minor-mode.
13121
13122 2006-04-19 Reiner Steib <Reiner.Steib@gmx.de>
13123
13124 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
13125 file is nil.
13126
13127 2006-04-18 Richard Stallman <rms@gnu.org>
13128
13129 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
13130
13131 * imenu.el (imenu-create-index-function, imenu--index-alist)
13132 (imenu--last-menubar-index-alist, imenu--make-index-alist)
13133 (imenu-default-create-index-function, imenu--generic-function):
13134 Doc fixes.
13135
13136 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
13137
13138 * help-mode.el (help-mode): Set view-exit-action to delete window.
13139
13140 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
13141 now works by passing nil as arg.
13142
13143 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
13144
13145 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
13146 (read-abbrev-file): Provide default when reading filename.
13147
13148 * files.el (enable-local-variables): Allow :all as value.
13149 (hack-local-variables): Implement that value.
13150 (safe-local-variable-values, safe-local-eval-forms)
13151 (enable-local-variables): Mark as risky.
13152 (find-file-visit-truename, kept-old-versions): Mark safe.
13153
13154 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
13155 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
13156 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
13157
13158 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
13159
13160 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
13161 Use forward-line so as to get to BOL even in the presence of fields.
13162 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
13163 in return.
13164 (inferior-tcl): Tell tclsh to work in interactive mode.
13165
13166 * complete.el (partial-completion-mode):
13167 Use 'choose-completion-string-functions to make sure that
13168 choose-completion fills the minibuffer properly.
13169
13170 * complete.el (PC-old-read-file-name-internal): Remove.
13171 (PC-read-include-file-name-internal): Remove. Turn it into an advice
13172 of read-file-name-internal.
13173 (partial-completion-mode): Enable/disable this advice.
13174
13175 2006-04-18 Juanma Barranquero <lekktu@gmail.com>
13176
13177 * net/tramp.el (tramp-completion-file-name-handler): Revert change
13178 of 2006-04-17.
13179
13180 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
13181
13182 * textmodes/org.el (org-insert-heading): Insert heading before
13183 current if at beginning of line.
13184 (org-todo, org-date): New faces.
13185 (org-table-align): Make sure tooltip window contains full text.
13186 (org-no-properties): New defsubst.
13187 (org-set-font-lock-defaults): Use new faces.
13188
13189 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
13190
13191 * progmodes/gud.el (gud-speedbar-item-info): Display frame address
13192 for root variables.
13193
13194 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
13195 (gdb-frame-address): Re-use to identify frame for watch expression.
13196 (gdb-var-list, gdb-var-create-handler): Add frame address for root
13197 variables.
13198 (gdb-init-1, gdb-source, gdb-post-prompt)
13199 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
13200 (gdb-frame-handler): Get gdb-frame-address.
13201
13202 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
13203
13204 Sync with Tramp 2.0.53.
13205
13206 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
13207 'control. Reported by Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>.
13208 (tramp-completion-file-name-handler): Add autoload cookie for
13209 adding to `file-name-handler-alist'.
13210
13211 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
13212 the prompt. If it returns earlier (when detecting an error
13213 message), the rest of the output will merge accidently with the
13214 output of the next command. Reported by M Jared Finder
13215 <jared@hpalace.com>.
13216
13217 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
13218 for `process-file', in order to let it work for older Emacsen too.
13219
13220 2006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de>
13221
13222 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
13223 (tex-font-lock-keywords-3): Use it.
13224
13225 2006-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
13226
13227 * newcomment.el (comment-add): New function.
13228 (comment-region-default, comment-dwim): Use it.
13229
13230 2006-04-15 Michael Olson <mwolson@gnu.org>
13231
13232 * emacs-lisp/tq.el: Improve comments.
13233 (tq-queue-head-question): New accessor function.
13234 (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
13235 Update for modified queue structure.
13236 (tq-queue-add): Accept `question' argument.
13237 (tq-queue-pop): If a question is pending, send it.
13238 (tq-enqueue): Accept new optional argument `delay-question'.
13239 If this is non-nil, and at least one other question is pending a
13240 response, queue the question rather than sending it immediately.
13241
13242 2006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13243
13244 * calendar/appt.el (appt-add): Check whether an appointment is
13245 already present in appt-time-msg-list. Simplify code.
13246
13247 2006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
13248
13249 * progmodes/cc-langs.el (c-mode-menu):
13250 Don't presume c-subword-mode is bound.
13251
13252 2006-04-13 Bill Wohler <wohler@newt.com>
13253
13254 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
13255 (customize-package-emacs-version): Use cdr instead of cadr now
13256 that alists use dotted pairs.
13257
13258 * custom.el (defcustom): Fix docstring for :package-version.
13259
13260 2006-04-13 Michael Albinus <michael.albinus@gmx.de>
13261
13262 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
13263 (tramp-handle-shell-command): Display output buffer only when
13264 `tramp-display-shell-command-buffer' is true.
13265 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
13266
13267 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
13268
13269 * textmodes/org.el (org-set-autofill-regexps): Set only the local
13270 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
13271
13272 2006-04-13 Romain Francoise <romain@orebokech.com>
13273
13274 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
13275 leaving temporary .cvsignore buffers behind.
13276
13277 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
13278
13279 * textmodes/org.el (org-set-regexps-and-options)
13280 (org-get-current-options): Better names for the startup folding
13281 options.
13282
13283 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
13284
13285 * vc.el (vc-annotate): Arrange for point to end up at the same
13286 line number as in the original, but only when using a new buffer.
13287
13288 2006-04-12 Stuart Herring <herring@lanl.gov> (tiny change)
13289
13290 * files.el (hack-one-local-variable-eval-safep):
13291 Recognize `edebug-form-spec' for `put', but only if it passes
13292 `edebug-basic-spec'. Generalize `put' handling.
13293
13294 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
13295 vetting file-local form specs.
13296
13297 * allout.el (allout-layout): Autoload its `safe-local-variable'
13298 property.
13299
13300 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
13301
13302 * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
13303 (org-agenda-mouse-1-follows-link)
13304 (org-mouse-1-follows-link): New options.
13305 (org-format-agenda-item): Fix bug if TAGS is nil.
13306 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
13307
13308 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
13309
13310 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
13311 GDB 6.1+ gives full filename for "info sources" so use
13312 file-name-nondirectory.
13313
13314 2006-04-12 Romain Francoise <romain@orebokech.com>
13315
13316 * subr.el (read-passwd): Bind `message-log-max' to nil.
13317
13318 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
13319
13320 * progmodes/perl-mode.el (perl-indent-new-calculate):
13321 Recompute parse-start after jumping backward by a whole sexp.
13322
13323 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
13324
13325 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
13326 window configuration.
13327 (vc-annotate-display-select): Select the buffer so that current-buffer
13328 (and selected-window) is the output buffer at the end of vc-annotate.
13329
13330 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
13331
13332 * vc.el (vc-annotate-color-map): Add custom TTY color map for
13333 8-color terminals, to use all of the colors in a sensible order.
13334 256-color terminals work well with the standard map.
13335 (vc-annotate-lines): Only strip the first color character if it
13336 is "#", to allow for terminal-style named colors.
13337 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
13338 the correct buffer is scrolled.
13339
13340 2006-04-11 Richard Stallman <rms@gnu.org>
13341
13342 * emacs-lisp/bytecomp.el (byte-compile-file):
13343 Bind enable-local-variables to :safe, and make normal-mode obey it.
13344
13345 * files.el (enable-local-variables): Allow value :safe.
13346 (normal-mode): Doc fix.
13347 (hack-local-variables): Implement enable-local-variables = :safe.
13348 (hack-local-variables-confirm): Don't prevent quitting.
13349
13350 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
13351
13352 * loadhist.el (unload-feature): A bit of sanity check of
13353 load-history entries. Cancel timer-vars before unbinding them.
13354
13355 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
13356 quote special chars, and make the trick work on the hex part of the
13357 buffer as well.
13358 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
13359 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
13360
13361 * startup.el (normal-splash-screen): Fix last change so we don't wait
13362 2 minutes if we don't show the splash screen.
13363
13364 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
13365
13366 * textmodes/org.el (org-export-plain-list-max-depth)
13367 (org-table-spaces-around-separators)
13368 (org-radio-targets, org-activate-camels)
13369 (org-table-spaces-around-invisible-separators): Options removed.
13370 (org-time-stamp-rounding-minutes, org-remember-templates)
13371 (org-ellipsis, org-activate-links, org-descriptive-links):
13372 New options.
13373 (org-remember-apply-template, org-current-time)
13374 (org-finish-edit-table-field)
13375 (org-link-unescape, org-link-escape)
13376 (org-string-width, org-table-clean-line, org-html-do-expand)
13377 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
13378 (org-read-agenda-file-list): New functions.
13379 (org-table-edit-field)
13380 (org-table-create-or-convert-from-region): New commands
13381 (org-table-toggle-vline-visibility): Command removed.
13382 (org-table-convert-region): Made a command.
13383 (orgtbl-deleta-backward-char, orgtbl-delete-char): Remove commands.
13384 Replace with the normal org- functions.
13385 (org-self-insert-command): Don't trigger realign unnecessarily
13386 when blanking a field that is not full.
13387 (org-mode): `Set buffer-invisibility-spec' for links.
13388 (org-activate-links2): Hide link part and only show descriptive
13389 part of the link.
13390 (org-insert-link): Modify for new linking system.
13391 (org-store-link): Store description separately, for use by
13392 `org-insert-link'.
13393 (org-table-align): Use `org-string-width'.
13394 (defgroup): Completely new group structure for custom variables.
13395 (org-agenda-files): Option: Single file name allowed. Function:
13396 Optional argument unrestrited means ignore any restricitons.
13397 (org-install-agenda-files-menu): Find a buffer in Org-mode before
13398 trying to modify the menu. Use generalized access to
13399 `org-agenda-files.'
13400 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
13401 (org-agenda-file-to-front, org-remove-file, org-diary)
13402 (org-tags-view, org-export-icalendar-all-agenda-files)
13403 (org-export-icalendar-combine-agenda-files): Use generalized
13404 access to `org-agenda-files'.
13405 (org-remember-handler): Correctly preserve heading if present.
13406 (org-table-insert-row, org-table-insert-hline): Deal with
13407 invisible characters.
13408
13409 2006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
13410
13411 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
13412 (vc-annotate-color-map): New 18 element constant
13413 value/saturation, rotating hue colormap, from red->blue.
13414 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
13415 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
13416 (vc-annotate): To avoid killing the required local variables,
13417 set them before the end of `with-output-to-temp-buffer', and
13418 after first switching to annotate-mode.
13419 (vc-annotate-warp-version): Add buffer argument in goto-line to
13420 ensure annotation, not source, is scrolled.
13421
13422 2006-04-10 Bill Wohler <wohler@newt.com>
13423
13424 * custom.el (defcustom, custom-handle-keyword):
13425 Add :package-version keyword.
13426 (custom-add-package-version): New function. Sets value of new
13427 property 'custom-package-version from :package-version keyword.
13428 (defcustom): Create Common Keywords section in docstring.
13429 (defface, defgroup): Replace definitions of a select few keywords
13430 with a reference to the Common Keywords in defcustom.
13431 (defcustom, defface, defgroup): Replace reference to Customization
13432 chapter in manual with hyperlink.
13433
13434 * cus-edit.el (customize-package-emacs-version-alist): New variable.
13435 (customize-changed-options): Add check for custom-package-version.
13436 (customize-package-emacs-version): New function to look up Emacs
13437 version corresponding to the given package version.
13438
13439 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
13440 defun name, in similar fashion to find-variable-regexp.
13441
13442 2006-04-10 Eli Zaretskii <eliz@gnu.org>
13443
13444 * international/mule-cmds.el (set-locale-environment): Fix last
13445 change for when the locale's preferences don't specify any encoding.
13446
13447 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
13448
13449 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
13450 so the defined var/fun doesn't need to be quoted.
13451
13452 2006-04-10 Richard Stallman <rms@gnu.org>
13453
13454 * finder.el (finder-mode-map): Add n and p bindings.
13455
13456 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
13457
13458 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
13459 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
13460 (gdb-setup-windows): Put something in source window if we can't find
13461 the source file.
13462 (gdb-frame-handler): Make it work again with just assembly.
13463 (gdb-data-list-register-values-handler): Make it work when there is
13464 no stack.
13465
13466 2006-04-09 Richard Stallman <rms@gnu.org>
13467
13468 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
13469 specs while looking for charset.
13470
13471 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
13472
13473 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
13474 Make them faces.
13475 (lm-font-lock-keywords): Update appropriately.
13476
13477 2006-04-10 Kim F. Storm <storm@cua.dk>
13478
13479 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
13480 it can also replace buffer-substring-no-properties.
13481
13482 * emulation/cua-base.el (cua-delete-region, cua-paste)
13483 (cua-repeat-replace-region): Use filter-buffer-substring.
13484
13485 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
13486 (cua-cut-region-to-global-mark): Likewise.
13487
13488 * emulation/cua-rect.el (cua--extract-rectangle)
13489 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
13490
13491 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13492
13493 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
13494 entry-type. Add field delimiters to numerical fields if they are
13495 not present.
13496
13497 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13498
13499 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
13500 string-const to return value.
13501 (bibtex-remove-delimiters): Use it.
13502
13503 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
13504
13505 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
13506 cl-byte-compile-compiler-macro unless it exists.
13507
13508 2006-04-08 Eli Zaretskii <eliz@gnu.org>
13509
13510 * files.el (hack-local-variables-confirm) <offer-save>:
13511 Clarify message text. Suggested by Ralf Angeli.
13512
13513 2006-04-08 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
13514
13515 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
13516 (delete-extract-rectangle-line): Use `filter-buffer-substring'
13517 instead of `buffer-substring' and `delete-region'. (Most of the
13518 code actually copied from `kill-region'.)
13519
13520 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
13521
13522 * net/rcirc.el (rcirc-default-server): Rename from rcirc-server.
13523 (rcirc-default-port): Rename from rcirc-port.
13524 (rcirc-default-nick): Rename from rcirc-nick.
13525 (rcirc-default-user-name): Rename from rcirc-user-name.
13526 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
13527 (rcirc-low-priority-flag): New variable.
13528 (rcirc-decode-coding-system): New defcustom.
13529 (rcirc-encode-coding-system): New defcustom.
13530 (rcirc-coding-system-alist): New defcustom.
13531 (rcirc-multiline-major-mode): New defcustom.
13532 (rcirc-nick): New internal variable.
13533 (rcirc-process): Remove variable.
13534 (rcirc-server-buffer): New variable.
13535 (rcirc): Update to use rcirc-default-* variables above.
13536 (rcirc-connect): Do not add window-configuration-hook-here.
13537 (rcirc-server): New internal variable.
13538 (rcirc-connect): Do not send keepalive pings if
13539 rcirc-keepalive-seconds is nil.
13540 (with-rcirc-server-buffer): New macro.
13541 (rcirc-send-string): Encode with rcirc-encode-coding-system.
13542 (rcirc-server-name): Rename from rcirc-server.
13543 (rcirc-buffer-process): New function.
13544 (rcirc-buffer-nick): New function.
13545 (rcirc-buffer-target): Remove function.
13546 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
13547 New commands.
13548 (rcirc-mode-map): Change binding of C-c C-l to
13549 rcirc-toggle-low-priority.
13550 (rcirc-mode): Initialize coding system based on
13551 rcirc-coding-system-alist. New change-major-mode-hook to part the
13552 channel on a mode change. Make kill-buffer-hook buffer-local.
13553 (rcirc-change-major-mode-hook): New function.
13554 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
13555 (rcirc-last-post-time): New variable.
13556 (rcirc-process-message): Store the last time user posted a message
13557 to this target.
13558 (rcirc-multiline-minor-mode): New mode.
13559 (rcirc-multiline-minor-mode-map): New mode map.
13560 (rcirc-edit-multiline): Put multiline-edit buffer in
13561 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
13562 (rcirc-print): Ignore any line starting with an ignored nick.
13563 (rcirc-print): Decode using rcirc-decode-coding-system.
13564 (rcirc-track-minor-mode): Update global-mode-string when disabling
13565 this mode.
13566 (minor-mode-alist): Add LowPri indicator.
13567 (rcirc-toggle-low-priority): New function.
13568 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
13569 next lowpriority buffer with activity.
13570 (rcirc-record-activity): Sort buffers in rcirc-activity by the
13571 last time the user posted a message in to the target.
13572 (rcirc-update-activity-string): New formatting for low priority
13573 buffers.
13574 (rcirc-split-activity): New function.
13575 (rcirc-handler-PART, rcirc-handler-KICK)
13576 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
13577 (rcirc-nick-away-alist): New variable.
13578 (rcirc-handler-301): New handler. Away messages are printed once
13579 per change.
13580
13581 2006-04-08 Eli Zaretskii <eliz@gnu.org>
13582
13583 * info.el (Info-follow-nearest-node): Doc fix.
13584
13585 * international/mule-cmds.el (set-locale-environment): Make sure
13586 the coding-system preferred by the locale's language has the same
13587 EOL conversion type as the original buffer-file-coding-system.
13588 (locale-language-names): Add a few MS Windows language codes.
13589
13590 2006-04-07 Richard Stallman <rms@gnu.org>
13591
13592 * simple.el (eval-expression): Doc fix.
13593
13594 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
13595 (eval-defun): Doc fixes.
13596
13597 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
13598
13599 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
13600
13601 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
13602
13603 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
13604 GDB list command without argument for greater generality.
13605
13606 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
13607
13608 * subr.el (string-or-null-p): New function.
13609
13610 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
13611
13612 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
13613
13614 * files.el: Update comment about safe-local-variable declarations.
13615
13616 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
13617
13618 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
13619 See idlwave.org.
13620
13621 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
13622 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
13623
13624 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
13625 See idlwave.org.
13626
13627 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
13628 version 6.0 (minimal changes). See idlwave.org.
13629
13630 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
13631 6.0 (minimal changes). See idlwave.org.
13632
13633 * progmodes/idlw-rinfo.el: File obsoleted and removed.
13634
13635 2006-04-06 Romain Francoise <romain@orebokech.com>
13636
13637 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
13638 symmetric encryption features and a new asynchronous interface to
13639 GnuPG. This new version is version 1.4, plus whitespace changes.
13640
13641 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
13642
13643 * files.el: Move some `safe-local-variable' declarations to the
13644 respective files.
13645
13646 * textmodes/ispell.el (ispell-check-comments)
13647 (ispell-local-dictionary): Mark as safe.
13648
13649 * abbrev.el (abbrev-mode): Mark as safe.
13650
13651 * add-log.el (change-log-default-name): Mark as safe.
13652
13653 * textmodes/reftex-vars.el (reftex-vref-is-default)
13654 (reftex-fref-is-default, reftex-level-indent)
13655 (reftex-guess-label-type): Mark as safe.
13656
13657 * textmodes/fill.el (colon-double-space): Mark as safe.
13658
13659 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
13660 (sentence-end-double-space, sentence-end-without-period)
13661 (sentence-end-without-space, sentence-end, sentence-end-base)
13662 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
13663
13664 2006-04-06 Kim F. Storm <storm@cua.dk>
13665
13666 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
13667 the :set-after list.
13668 (ido-downcase-unc-hosts): New user option. Default on.
13669 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
13670 when it is set, as regexps are now applied on the fly.
13671 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
13672 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
13673 on the fly, but only when ido-process-ignore-lists is set.
13674 Do case insensitive filtering if ido-downcase-unc-hosts is set.
13675 Only downcase names if ido-downcase-unc-hosts is set.
13676
13677 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
13678
13679 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
13680
13681 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
13682
13683 2006-04-05 Kim F. Storm <storm@cua.dk>
13684
13685 * ido.el (ido-mode): Set after ido-unc-hosts and
13686 ido-ignore-unc-host-regexps.
13687 (ido-save-history): Save ido-unc-hosts-cache.
13688 (ido-load-history): Load ido-unc-hosts-cache.
13689 (ido-reread-directory): Refresh unc hosts cache in // dir.
13690
13691 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
13692 to nil while displaying slash screen.
13693
13694 2006-04-05 Daiki Ueno <ueno@unixuser.org>
13695
13696 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
13697 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
13698
13699 2006-04-05 Kenichi Handa <handa@m17n.org>
13700
13701 * international/characters.el: Setup cases of Latin, Greek, and
13702 Cyrillic characters in CJK charsets.
13703
13704 2006-03-29 Daiki Ueno <ueno@unixuser.org>
13705
13706 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
13707 default-enable-multibyte-characters. This reverts the change from
13708 revision 6.17 which is no longer necessary because the passphrase
13709 is sent separately now. GnuPG messages are unreadable under
13710 multibyte locales with default-enable-multibyte-characters set to nil.
13711
13712 2006-04-04 Andreas Schwab <schwab@suse.de>
13713
13714 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
13715 and `byte-compile-warnings' as `safe-local-variable'.
13716
13717 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
13718
13719 * man.el (Man-mode-map): Restore the \r binding.
13720 (Man-abstract-xref-man-page): If Man-target-string is a function,
13721 call it.
13722 (Man-highlight-references): Use Man-default-man-entry to get the
13723 target. Deal with xrefs too.
13724 (Man-highlight-references0): Don't call the target function.
13725
13726 * woman.el (WoMan-xref-man-page): Strip the section number, woman
13727 cannot deal with it.
13728
13729 2006-04-04 Daiki Ueno <ueno@unixuser.org>
13730
13731 * pgg-gpg.el: Clean up process buffers every time gpg processes
13732 complete.
13733
13734 2006-04-04 Kenichi Handa <handa@m17n.org>
13735
13736 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
13737 here.
13738 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
13739 Temporarily bind inhibit-field-text-motion to t.
13740
13741 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
13742
13743 * startup.el (normal-splash-screen): Only set mode-line-format in the
13744 splash buffer, so as not to interfere when debugging the code.
13745 Ignore errors when switching buffer.
13746
13747 2006-04-03 Romain Francoise <romain@orebokech.com>
13748
13749 * dired.el (dired-dnd-protocol-alist): Fix typo.
13750
13751 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
13752
13753 * savehist.el (savehist): Add :version.
13754 (savehist-ignored-variables): New variable.
13755 (savehist-minibuffer-hook): Don't save variables listed in
13756 `savehist-ignored-variables'.
13757
13758 * dired.el (dired-dnd-protocol-alist): Mention that change does
13759 only apply to new buffers in doc string.
13760
13761 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
13762
13763 * recentf.el (recentf-open-files-item): Include newline in button
13764 field, so opening a file will work, when the point is at the end
13765 of the file name. Allow, for example, to [i]search a file by
13766 extension and just push RET to open it.
13767
13768 2006-04-03 Daiki Ueno <ueno@unixuser.org>
13769
13770 * pgg-gpg.el (pgg-gpg-process-filter)
13771 (pgg-gpg-wait-for-completion): Check if buffer is alive.
13772
13773 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
13774 lines, temporary fix.
13775
13776 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
13777
13778 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
13779
13780 2006-04-02 Richard Stallman <rms@gnu.org>
13781
13782 * progmodes/compile.el (compilation-message-face): Make it defcustom.
13783
13784 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
13785
13786 * ibuf-macs.el (define-ibuffer-column): Add a new key:
13787 header-mouse-map.
13788
13789 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
13790 (ibuffer-mode-header-map): New keymaps.
13791 (ibuffer-update-title-and-summary): Enable mouse face highlighting
13792 and keybindings for column headers.
13793 (name, size, mode) <define-ibuffer-column>: Add a header-mouse-map
13794 property.
13795
13796 2006-04-02 Drew Adams <drew.adams@oracle.com>
13797
13798 * speedbar.el (speedbar-after-create-hook): Doc fix.
13799
13800 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
13801
13802 * shell.el (shell-directory-tracker)
13803 (shell-dynamic-complete-command): Doc fixes.
13804
13805 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
13806
13807 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
13808 terminals.
13809
13810 2006-04-01 Kim F. Storm <storm@cua.dk>
13811
13812 * ido.el (ido-unc-hosts-cache): New defvar.
13813 (ido-unc-hosts): If value of defcustom is a function, call it to
13814 get list of UNC hosts. Add function-item choices to specify
13815 ido-unc-hosts-net-view or user function.
13816 (ido-ignore-unc-host-regexps): New defcustom.
13817 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
13818 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
13819 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
13820
13821 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
13822
13823 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
13824 wwidth.
13825
13826 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
13827
13828 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
13829 (ido-max-work-file-list, ido-switch-buffer)
13830 (ido-read-file-name-as-directory-commands):
13831 Fix typos in docstrings.
13832
13833 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13834
13835 * term/mac-win.el (mac-system-coding-system): Define and use after
13836 Mac-specific coding systems are ready.
13837
13838 2006-03-27 Romain Francoise <romain@orebokech.com>
13839
13840 * net/rcirc.el (rcirc-connect): Add autoload cookie.
13841
13842 * ldefs-boot.el: Update.
13843
13844 2006-03-27 Daiki Ueno <ueno@unixuser.org>
13845
13846 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
13847 passphrases when it is not needed.
13848 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
13849 passphrase stuff from gpg, should only be necessary when you use
13850 gpg with a smartcard.
13851
13852 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
13853
13854 * comint.el (comint-dynamic-list-completions): Allow user to
13855 select *Completions* buffer.
13856
13857 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
13858
13859 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
13860
13861 2006-03-26 Andreas Schwab <schwab@suse.de>
13862
13863 * progmodes/gud.el (gdb): Only complain about multiple debugging
13864 when the gdb process is still running.
13865
13866 2006-03-25 Eli Zaretskii <eliz@gnu.org>
13867
13868 * mail/rmail.el (tool-bar-map): Defvar it.
13869 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
13870 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
13871
13872 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
13873
13874 * help.el (print-help-return-message): Suggest to use
13875 display-buffer instead of switch-to-buffer-other-window to restore
13876 the previous window without selecting it.
13877
13878 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13879
13880 * frame.el (select-frame-by-name): Call x-focus-frame also when
13881 window-system is mac.
13882
13883 * term/mac-win.el: Adjust Courier font specifications in
13884 x-fixed-font-alist.
13885 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
13886 when directly encoding to UTF-16 in native byte order, no BOM.
13887
13888 2006-03-25 Kim F. Storm <storm@cua.dk>
13889
13890 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
13891 (cua--init-keymaps): Use it instead of fixed C-return.
13892 (cua-mode): Set after it.
13893
13894 * emulation/cua-rect.el (cua--init-rectangles):
13895 Use cua-rectangle-mark-key instead of fixed C-return.
13896
13897 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
13898
13899 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
13900 "run" in .gdbinit.
13901 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
13902
13903 2006-03-24 Romain Francoise <romain@orebokech.com>
13904
13905 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
13906 `display-buffer-other-frame'.
13907
13908 2006-03-24 Kim F. Storm <storm@cua.dk>
13909
13910 * apropos.el (apropos-synonyms): Add selection => region.
13911
13912 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
13913
13914 * progmodes/gdb-ui.el (gdb-var-create-regexp)
13915 (gdb-var-list-children-regexp, gdb-var-update-regexp)
13916 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
13917 (gdb-data-list-register-values-regexp)
13918 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
13919 Future proof against new fields being added to MI output.
13920 (gdb-send): Don't treat backslashes for program input as
13921 continuations.
13922 (gdb-assembler-handler): Don't use window-start for this handler.
13923 (gdb-frame-handler): Don't change to hollow arrow if overlay
13924 arrow doesn't move to new frame.
13925
13926 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
13927
13928 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
13929 prevent compiler warnings.
13930 (gdb-stopped): Check for gud-last-last-frame (case: signal).
13931 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
13932 (gdb-assembler-custom): Use hollow-right-triangle for assembler
13933 buffer too.
13934
13935 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
13936
13937 * pgg-gpg.el (pgg-gpg-update-agent): Check for
13938 make-network-process, so we can use the same code in Gnus v5-10
13939 too and have this file fully synchronized with that release.
13940
13941 2006-03-23 Romain Francoise <romain@orebokech.com>
13942
13943 * ibuf-ext.el (ibuffer-read-filter-group-name):
13944 Use `ibuffer-generate-filter-groups' to make completion list match
13945 the filter groups that are really displayed in the Ibuffer buffer.
13946 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
13947
13948 2006-03-23 Kenichi Handa <handa@m17n.org>
13949
13950 * international/mule-cmds.el (sort-coding-systems): Describe that
13951 the argument is modified in docstring.
13952
13953 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
13954
13955 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
13956 (pgg-gpg-update-agent): New function.
13957 (pgg-gpg-use-agent-p): New function.
13958 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
13959 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13960 (pgg-gpg-sign-region): Use it.
13961
13962 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
13963
13964 * cus-edit.el (custom-face-set): Call custom-push-theme before
13965 face-spec set so that `changed' theme is correctly saved.
13966 (custom-face-reset-standard): Reset to recalculated face rather
13967 than defface spec.
13968
13969 * custom.el (custom-push-theme): Only save `changed' theme if the
13970 current face does not match the defface specs.
13971
13972 2006-03-21 Simon Josefsson <jas@extundo.com>
13973
13974 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
13975 <wilde@sha-bang.de>.
13976 (pgg-gpg-use-agent): New variable.
13977 (pgg-gpg-process-region): Use it.
13978 (pgg-gpg-encrypt-region): Likewise.
13979 (pgg-gpg-encrypt-symmetric-region): Likewise.
13980 (pgg-gpg-decrypt-region): Likewise.
13981 (pgg-gpg-sign-region): Likewise.
13982 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
13983
13984 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
13985
13986 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
13987 bracket links.
13988
13989 2006-03-21 Kim F. Storm <storm@cua.dk>
13990
13991 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
13992 fringe-indicator-alist instead of modifying global value.
13993 (gdb-frame-handler): Likewise.
13994
13995 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
13996
13997 * diff-mode.el (diff-function): Make it inherit from diff-header
13998 instead of diff-context.
13999
14000 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
14001 bitmap.
14002 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
14003 change names in macro above for consistency.
14004 (gdb-frame-handler): Use hollow-right-triangle for all selected
14005 frames which except the innermost (where execution has stopped).
14006 (gdb-reset): Reset buffer-local values of overlay-arrow.
14007
14008 2006-03-20 Richard Stallman <rms@gnu.org>
14009
14010 * simple.el (set-mark-command): Doc fix.
14011
14012 * files.el (display-buffer-other-frame): New command.
14013 (ctl-x-4-map): Bind C-x 5 C-o to it.
14014
14015 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
14016
14017 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
14018 rather than just defer-time, in case defer-time has been changed but
14019 the timer isn't running yet.
14020 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
14021
14022 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
14023
14024 * help-mode.el (help-follow-symbol): New function.
14025 Essentially identical to the old `help-follow', but do not let
14026 `push-button' do the work when on an xref.
14027 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
14028
14029 2006-03-19 Richard Stallman <rms@gnu.org>
14030
14031 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
14032 preceded by the word `program'.
14033 (help-follow-mouse, help-follow): Throw error if not on xref.
14034 Delete no longer used args.
14035
14036 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
14037
14038 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
14039 annotation ensure gud-overlay-arrow-position is redisplayed.
14040
14041 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14042
14043 * textmodes/bibtex.el (bibtex-include-OPTkey)
14044 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
14045 (bibtex-autokey-name-case-convert)
14046 (bibtex-autokey-titleword-case-convert): Make these the aliases
14047 for the following two variables.
14048 (bibtex-autokey-name-case-convert-function)
14049 (bibtex-autokey-titleword-case-convert-function): Make these the
14050 real names.
14051 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
14052 bibtex-font-lock-crossref sublists.
14053 (bibtex-mode): Revert 2005-12-30 change (which made
14054 completion-ignore-case buffer-local).
14055 (bibtex-url): Simplify.
14056
14057 2006-03-19 Kim F. Storm <storm@cua.dk>
14058
14059 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
14060 cursor property value to 2 (to align with C level change).
14061
14062 2006-03-19 Bill Wohler <wohler@newt.com>
14063
14064 * image.el (image-load-path-for-library): Shorten first line in
14065 docstring.
14066
14067 2006-03-18 Richard Stallman <rms@gnu.org>
14068
14069 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
14070
14071 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
14072
14073 * isearch.el (isearch-other-meta-char): Handle user bindings for
14074 shifted control characters.
14075
14076 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
14077
14078 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
14079 part that matches email addresses, file names, etc.
14080
14081 2006-03-18 Eli Zaretskii <eliz@gnu.org>
14082
14083 * term/w32-win.el (mouse-set-font):
14084 Mention w32-list-proportional-fonts in the doc string.
14085
14086 2006-03-18 Kim F. Storm <storm@cua.dk>
14087
14088 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
14089 (ido-unc-hosts): New user option to explicitly define list of know
14090 UNC-style hosts for completion.
14091 (ido-cache-unc-host-shares-time): New user option.
14092 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
14093 New helper functions for UNC file-name support.
14094 (ido-may-cache-directory): Check for UNC host. Simplify.
14095 (ido-wash-history): Clean out old UNC hosts.
14096 (ido-nonreadable-directory-p): UNC hosts are always readable.
14097 (ido-directory-too-big-p): UNC hosts are never too big.
14098 (ido-set-current-directory): Handle UNC root path.
14099 (ido-file-name-all-completions): Complete UNC host names from
14100 ido-unc-hosts list. Cache UNC host shares.
14101 (ido-make-file-list-1): Don't filter UNC root.
14102 (ido-exhibit): Check for // in root directory, and switch to UNC
14103 mode by setting ido-current-directory to //.
14104
14105 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
14106
14107 * cus-edit.el (customize-changed-options): Mention explicit
14108 version number as default in prompt.
14109
14110 2006-03-17 Bill Wohler <wohler@newt.com>
14111
14112 * image.el (image-load-path-for-library): Minor docstring fix.
14113
14114 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
14115
14116 * textmodes/org.el (org-read-date): Include subgroup 5 into
14117 replacement text.
14118 (org-popup-calendar-for-date-prompt): Fix customization type.
14119
14120 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
14121
14122 * progmodes/gdb-ui.el (gud-watch): Provide completion.
14123 (gdb-continuation): New variable.
14124 (gdb-send): Deal with continuation lines.
14125
14126 * progmodes/gud.el (gud-gdb-complete-command)
14127 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
14128 expressions.
14129 (gud-tooltip-mode): Use buffer-local value.
14130
14131 2006-03-16 Kim F. Storm <storm@cua.dk>
14132
14133 * ido.el (ido-edit-input): Use selected match, if any.
14134
14135 2006-03-16 Bill Wohler <wohler@newt.com>
14136
14137 * image.el (image-load-path-for-library): Prefer user's images in
14138 image-load-path.
14139
14140 2006-03-16 Martin Rudalics <rudalics@gmx.at>
14141
14142 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
14143 when checking for attempt to drag leftmost or rightmost scrollbar.
14144
14145 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
14146
14147 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
14148 (gdb-force-mode-line-update): New function.
14149 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
14150 (gdb-exited): Use them.
14151 (gdb-signal): New function.
14152 (gdb-annotation-rules): Provide a rule for it.
14153
14154 2006-03-16 Kenichi Handa <handa@m17n.org>
14155
14156 * international/mule.el (auto-coding-regexp-alist): Add entries
14157 for Unicode BOM.
14158
14159 * sort.el (sort-build-lists): Temporarily bind
14160 inhibit-field-text-motion to t.
14161
14162 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
14163
14164 * locate.el (locate-command, locate-make-command-line)
14165 (locate-fcodes-file, locate-update-command)
14166 (locate-prompt-for-command, locate, locate-with-filter)
14167 (locate-get-file-positions): Doc fixes.
14168 (locate-buffer-name, locate-header-face): Remove leading `*' in
14169 defcustom.
14170 (locate-filter-output): Use `keep-lines' instead of its alias
14171 `delete-non-matching-lines'.
14172 (locate-get-filename, locate-get-dirname): Add introductory comment.
14173 (locate-find-directory-other-window): Give appropriate error
14174 message if used outside main listing.
14175
14176 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
14177
14178 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
14179 the new extend-region feature.
14180 (font-lock-after-change-function): Update correspondingly.
14181 * jit-lock.el (jit-lock-after-change): Update correspondingly.
14182 * progmodes/grep.el (font-lock-lines-before): Don't disable.
14183
14184 2006-03-15 Bill Wohler <wohler@newt.com>
14185
14186 * image.el (image-load-path-for-library): Fix example by not
14187 recommending that one binds image-load-path. Just defvar it to
14188 placate compiler and only use it if previously defined.
14189
14190 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
14191
14192 * textmodes/org.el (org-insert-centered): Use `string-width' to
14193 make underlining work for wide characters.
14194 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
14195 TAB to `org-cycle', to make sure that no binding in
14196 `outline-mode-map' can supercede it.
14197
14198 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
14199
14200 * allout.el: Increment version to 2.2.1 in file commentary.
14201
14202 (allout-version): Increment to 2.2.1.
14203
14204 (allout-default-layout): New customization variable, used when the
14205 file lacks a specific allout-layout. Uses allout-layout-type for
14206 recursively nested definition.
14207
14208 (allout-layout-type): Widget defining allout layouts, necessary for
14209 self-recursive definition.
14210
14211 (allout-mode): Incorporate allout-default-layout as fallback for
14212 allout-layout.
14213
14214 (allout-layout): Mark as 'safe-local-variable', and refer mention
14215 fallback to `allout-default-layout' in absence of a specified value.
14216 (allout-passphrase-verifier-string)
14217 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
14218
14219 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
14220
14221 (allout-get-encryption-passphrase-verifier): Use correct name of
14222 passphrase verifier in docstring.
14223
14224 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
14225
14226 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
14227 elements.
14228 (gdb-find-watch-expression): Make it work for arrays too.
14229 Follow change to gdb-var-list.
14230 (gud-watch): Allow the user to enter variable name with a prexix
14231 arg. Create keybindings.
14232 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
14233 (gdb-var-list-children-handler, gdb-var-update-handler)
14234 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
14235 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
14236 Follow change to gdb-var-list.
14237 (gdb-starting): Don't show the overlay arrows when program is running.
14238
14239 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
14240 gdb-var-list.
14241
14242 2006-03-14 Bill Wohler <wohler@newt.com>
14243
14244 * image.el (image-load-path-for-library): Pass value of path
14245 rather than symbol. Always return list of directories.
14246 Guarantee that image directory comes first.
14247
14248 2006-03-14 Alan Mackenzie <acm@muc.de>
14249
14250 * font-core.el (font-lock-extend-region\(-function\)?.):
14251 New function/variable.
14252
14253 * font-lock.el (font-lock-after-change-function):
14254 Call font-lock-extend-region. Obey font-lock-lines-before.
14255 (font-lock-default-fontify-region): Remove reference to
14256 font-lock-lines-before.
14257
14258 * jit-lock.el (jit-lock-after-change):
14259 Call font-lock-extend-region. Obey font-lock-lines-before.
14260
14261 2006-03-14 David Ponce <david@dponce.com>
14262
14263 * tree-widget.el (tree-widget-themes-load-path)
14264 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
14265
14266 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
14267
14268 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
14269 (rcirc-print): Mark the start of text at the end of the prompt.
14270 (rcirc-track-minor-mode): Add autoload cookie.
14271 (rcirc-update-activity-string): Add space to front of mode-line
14272 indicator.
14273
14274 2006-03-13 Miles Bader <miles@gnu.org>
14275
14276 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
14277 (rcirc-abbrev-nick): Remove function.
14278 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
14279
14280 2006-03-13 David Ponce <david@dponce.com>
14281
14282 * tree-widget.el: Handle themes across all occurrences of the main
14283 themes sub-directory found in tree-widget-themes-load-path.
14284 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
14285 (tree-widget--locate-sub-directory): Return all occurrences.
14286 (tree-widget-themes-path): New function.
14287 Replace tree-widget-themes-directory, and return a list of directories.
14288 (tree-widget-set-parent-theme)
14289 (tree-widget-lookup-image): Use it.
14290
14291 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
14292
14293 * textmodes/org.el (org-link-search): Avoid self-matching of
14294 links, allow target text to be distributed over several lines.
14295 (org-search-not-link): New function.
14296 (org-set-regexps-and-options, org-get-current-options):
14297 New startup options.
14298 (org-export-as-html): Take odd-level setting from local variable.
14299 (org-fontify-emphasized-text): New option.
14300 (org-set-font-lock-defaults): Include emphasized text.
14301 (org-follow-mhe-link): Allow folder-only links, fix folder name.
14302 (org-font-lock): Customize group renamed from `org-faces'.
14303
14304 2006-03-13 John Paul Wallington <jpw@pobox.com>
14305
14306 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
14307 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
14308
14309 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
14310
14311 * cus-start.el (all): Delete :version keyword for members of the
14312 fringe group, since the entire group is new in 22.1.
14313
14314 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
14315
14316 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
14317 map if value is hexadecimal (an address).
14318 (gud-watch): Only search roots for existing watch expressions.
14319 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
14320 prevent caching problems with speedbar-update-directory-contents.
14321
14322 2006-03-12 Juri Linkov <juri@jurta.org>
14323
14324 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
14325 before comparing with `low' and `warn'.
14326
14327 * info.el (Info-dir-remove-duplicates): Move point to the
14328 beginning of the current line after deleting the entries from
14329 redundant heading. Use marker for `limit' and compare it with
14330 point before calling `re-search-forward'.
14331
14332 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
14333
14334 * simple.el (yank): Fix typo in docstring.
14335
14336 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
14337
14338 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
14339 messages, where "D" is the 6th character.
14340
14341 2006-03-11 Eli Zaretskii <eliz@gnu.org>
14342
14343 * simple.el (yank): Fix last change.
14344
14345 2006-03-11 David Ponce <david@dponce.com>
14346
14347 * textmodes/ispell.el (ispell-find-aspell-dictionaries): Add aliases
14348 before merging elements from the standard ispell-dictionary-alist.
14349 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
14350 alist, and return the new alist.
14351
14352 2006-03-11 Richard Stallman <rms@gnu.org>
14353
14354 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
14355
14356 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
14357 the way it is implemented is too unclean.
14358
14359 * simple.el (kill-region, yank): Doc fix.
14360
14361 * battery.el (battery-echo-area-format): Doc fix.
14362 (battery-mode-line-format): Likewise.
14363 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
14364 (battery-linux-proc-acpi): Ignore batteries that say "charged".
14365
14366 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
14367
14368 * progmodes/octave-mod.el (octave-indent-for-comment):
14369 Behave according to do string.
14370
14371 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
14372
14373 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
14374 Be visible only if major mode is Mail Mode.
14375
14376 * textmodes/flyspell.el (flyspell-external-point-words)
14377 (flyspell-process-localwords): Fix last changes.
14378
14379 2006-03-11 Eli Zaretskii <eliz@gnu.org>
14380
14381 * calendar/holidays.el (list-holidays): Doc fix.
14382
14383 * international/mule.el (auto-coding-alist): Add .odt
14384 (OpenOffice's open document) files.
14385
14386 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
14387 document) files. Mention in the doc string the need to sync with
14388 auto-coding-alist.
14389
14390 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
14391
14392 * files.el (hack-local-variables-confirm): Don't prompt for ! if
14393 enable-local-variables is set to always query, or there is no
14394 savable variable.
14395
14396 2006-03-10 Bill Wohler <wohler@newt.com>
14397
14398 * image.el (image-load-path-for-library): Merge at least three
14399 functions from Gnus and MH-E into this one function that can now
14400 be shared.
14401
14402 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
14403
14404 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
14405 gdb-remove-mouse-face and remove help-echo too.
14406 (gdb-enqueue-input): Correct conditional clause.
14407
14408 2006-03-10 Glenn Morris <rgm@gnu.org>
14409
14410 * calendar/calendar.el (calendar-holidays): Doc fix.
14411 * calendar/holidays.el (list-holidays): Doc fix.
14412
14413 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
14414
14415 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
14416 it gets called in gdb-prompt anyway.
14417 (gdb-use-separate-io-buffer): Only restore window arrangement for
14418 gdb-many-windows.
14419 (gdb-enqueue-input): Make it harder to send GDB input when program
14420 is running.
14421 (gdb-buffer-list): New variable.
14422 (gdb-remove-mouse-face): New function.
14423 (gdb-starting): Use it when GDB input won't get sent.
14424
14425 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
14426
14427 * help.el (view-lossage): Remove trailing whitespace before
14428 inserting "\n".
14429
14430 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
14431
14432 * files.el (hack-local-variables-confirm):
14433 Set coding-system-for-read to nil before writing to .emacs.
14434
14435 * arc-mode.el (archive-extract): Check if an existing buffer name
14436 comes from a different archive.
14437
14438 * help.el (describe-key-briefly): If KEY is a down event, read and
14439 discard the up event.
14440
14441 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
14442
14443 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
14444 be edited and use font-lock-warning-face for any changes.
14445
14446 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
14447 (gdb-edit-value): Use it to report any errors.
14448
14449 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
14450
14451 * help.el (describe-key): Remove leftover test code.
14452
14453 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
14454
14455 * textmodes/org.el: Move defvars out of eval-when-compile.
14456 Use buffer-file-name variable.
14457 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
14458 arg `file'.
14459 (org-level-faces): Remove startup dependency.
14460 (org-cycle, org-map-tree, org-scan-tags)
14461 (org-remember-handler): Don't call `outline-level' directly.
14462 (org-mhe-search-all-folders): New option.
14463 (org-mhe-get-message-folder-from-index)
14464 (org-mhe-get-message-folder): Fix indexing search.
14465 (org-format-agenda-item): Handle nil TAGS argument.
14466 (org-cleaned-string-for-export, org-activate-target-links)
14467 (org-make-target-link-regexp): Deal with empty radio target list.
14468 (org-tag): New face.
14469 (org-get-level-face): New function.
14470 (org-set-font-lock-defaults): Simplify setup for headlines.
14471 (org-complete): Pass common substring to `display-completion-list'.
14472
14473 2006-03-06 David Ponce <david@dponce.com>
14474
14475 * tree-widget.el: Update Commentary header.
14476 (tree-widget-theme-name): Ignore parent themes.
14477 (tree-widget-set-parent-theme): New function.
14478 (tree-widget-set-theme): Use it.
14479 (tree-widget-set-image-properties): Move definition. Does nothing
14480 if image properties have already been set.
14481 (tree-widget-image-properties): Move definition. Receive an image
14482 name. Set the :pointer property.
14483 (tree-widget-lookup-image): Doc fix. Search in parent themes.
14484 Don't set the :pointer image property.
14485 (tree-widget-convert-widget): New function. Handle :dynargs
14486 compatibility here.
14487 (tree-widget): Use it to :convert-widget. Add the :expander-p
14488 predicate to control when the :expander function is entered.
14489 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
14490 (tree-widget-value-create): Handle :expander-p. widget-apply
14491 :expander.
14492 (tree-widget-expander-p): New function. Default value of the
14493 :expander-p property.
14494
14495 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
14496
14497 * help.el (describe-key): Properly handle the return value of
14498 read-key-sequence when grabbing an up-event. Cleanup mouse-1
14499 remaps. Handle string and vector `follow-link' values.
14500
14501 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
14502
14503 * complete.el (PC-expand-many-files): Try be more careful when parsing
14504 the shell's output.
14505
14506 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
14507
14508 * outline.el (hide-sublevels): Provide better interactive default.
14509
14510 2006-03-06 Kenichi Handa <handa@m17n.org>
14511
14512 * international/fontset.el (create-fontset-from-fontset-spec):
14513 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
14514
14515 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
14516
14517 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
14518 backslashes instead of one in regexp.
14519 (gud-tooltip-dereference): Add missing optional argument.
14520
14521 2006-03-04 John Paul Wallington <jpw@pobox.com>
14522
14523 * wdired.el (toplevel): Require `cl' at compile-time.
14524
14525 2006-03-04 Andreas Schwab <schwab@suse.de>
14526
14527 * server.el (server-process-filter): Handle errors during
14528 evaluation of the argument.
14529
14530 2006-03-03 John Paul Wallington <jpw@pobox.com>
14531
14532 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
14533 escape parentheses at beginning of line.
14534 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
14535 (t-mouse-mode): Remove period from end of error message.
14536
14537 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
14538
14539 * textmodes/flyspell.el (flyspell-process-localwords):
14540 Be case-sensitive.
14541
14542 2006-03-03 Martin Rudalics <rudalics@gmx.at>
14543
14544 * cus-edit.el (custom-quote): Remove function, since it has been
14545 moved to custom.el.
14546
14547 * font-lock.el (lisp-font-lock-keywords-2)
14548 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
14549 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
14550 they have no special meaning.
14551
14552 * midnight.el (clean-buffer-list): Handle case where base-buffer of
14553 indirect buffer gets killed before indirect buffer. Use dolist.
14554
14555 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
14556
14557 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
14558 value instead of a literal constant (1) on more pauses.
14559
14560 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
14561
14562 * textmodes/flyspell.el (flyspell-external-point-words):
14563 Be case-sensitive.
14564
14565 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
14566
14567 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
14568 with "www".
14569
14570 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
14571
14572 * allout.el: Restablish intermediate missing comment header to
14573 preserve outline structure.
14574 (allout-beginning-of-current-entry): Skip invisible text.
14575 (allout-open-topic): Fix opening a topic at end-of-buffer.
14576 (allout-minor-mode): Move nearer to allout-mode function.
14577
14578 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
14579
14580 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
14581
14582 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
14583
14584 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
14585 is nil.
14586
14587 * progmodes/gud.el (gud-speedbar-menu-items):
14588 Use buffer-local-value and add missing :visible keyword.
14589
14590 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
14591
14592 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
14593
14594 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
14595 must be `follow-link'.
14596
14597 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
14598
14599 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
14600 formatting: No nested anchors.
14601 (org-all-targets): Fix bug with XEmacs compatibility.
14602 (org-read-date): Add (require 'parse-time).
14603 (org-set-tags): Fix bug with extra inserted space.
14604 (org-export-html-style): Define a style class for targets.
14605 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
14606 (org-hide-leading-stars): New option.
14607 (org-hide): New face.
14608 (org-set-font-lock-defaults): Allow to hide leading stars.
14609 (org-get-legal-level, org-tr-level): New functions.
14610 (org-odd-levels-only): New option.
14611 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
14612 (org-demote, org-promote): Deal with double-star levels.
14613 (org-convert-to-odd-levels): New command.
14614
14615 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
14616
14617 * speedbar.el (speedbar-update-localized-contents): Try to
14618 preserve window-start.
14619 (speedbar-update-directory-contents): Try to preserve window-start
14620 and window-point.
14621 (speedbar-update-special-contents): Don't move back to start of window.
14622
14623 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
14624 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
14625 speedbar-timer-fn.
14626 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
14627 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
14628 instead of gdb-speedbar-timer-fn.
14629
14630 2006-02-28 Jay Belanger <belanger@truman.edu>
14631
14632 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
14633 (math-compose-expr): Use latex option when calling
14634 `math-compose-tex-matrix' for latex mode.
14635
14636 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
14637
14638 * speedbar.el: Re-instate comments about developing for speedbar
14639 [this is what info and gdb-ui use even if better methods exist now].
14640
14641 * t-mouse.el: New file.
14642 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
14643 (t-mouse-lispy-buffer-posn-from-coords): Remove.
14644 (t-mouse-make-event-element): Use posn-at-x-y instead.
14645 (t-mouse-make-event): Deal with Fedora Core 3.
14646 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
14647 (t-mouse-mouse-position-function): New function. Use it instead
14648 of advising mouse-position.
14649 (t-mouse-mode): New minor mode.
14650 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
14651
14652 2006-02-27 Glenn Morris <rgm@gnu.org>
14653
14654 * calendar/calendar.el (calendar-holidays): Doc fix.
14655
14656 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
14657
14658 * progmodes/gdb-ui.el (gdb-source-window): New variable.
14659 Re-introduce the concept of a source window.
14660 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
14661 consistency with get-buffer-create.
14662 (def-gdb-auto-update-handler, gdb-info-locals-handler)
14663 (gdb-data-list-register-values-handler)
14664 (gdb-stack-list-locals-handler): Try to preserve window-start as
14665 well as window-point.
14666 (gdb-display-source-buffer): New function (old concept).
14667 (gdb-goto-breakpoint): Use it.
14668
14669 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
14670 for gdb-ui/gdb-mi (old concept).
14671
14672 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
14673
14674 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
14675 binding.
14676
14677 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
14678
14679 * textmodes/reftex-sel.el (reftex-select-label-map)
14680 (reftex-select-bib-map): Add `follow-mouse' binding.
14681
14682 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
14683
14684 * jka-cmpr-hook.el (jka-compr-compression-info-list)
14685 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
14686 Give :set functions to provide automatic updating.
14687 Update docstring. Give compiler defvars early in the file
14688 and move the defcustoms to a later spot where all called functions
14689 are defined.
14690 (jka-compr-file-name-handler-entry): Doc fix.
14691 (jka-compr-compression-info-list--internal)
14692 (jka-compr-mode-alist-additions--internal)
14693 (jka-compr-load-suffixes--internal): New variables.
14694 (jka-compr-install): Set the three above variables.
14695 Update `load-file-rep-suffixes' instead of `load-suffixes'.
14696 (jka-compr-update, jka-compr-set): New functions.
14697 (auto-compression-mode): Doc fix.
14698
14699 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
14700 Update `load-file-rep-suffixes' instead of `load-suffixes'.
14701 Use jka-compr-compression-info-list--internal,
14702 jka-compr-mode-alist-additions--internal and
14703 jka-compr-load-suffixes--internal.
14704
14705 * files.el (load-library):
14706 * loadhist.el (file-loadhist-lookup):
14707 * startup.el (command-line):
14708 * subr.el (locate-library):
14709 * emacs-lisp/autoload.el (update-directory-autoloads):
14710 * emacs-lisp/find-func.el (find-library-suffixes):
14711 Use `get-load-suffixes' instead of `load-suffixes'.
14712
14713 * subr.el (locate-library):
14714 * emacs-lisp/find-func.el (find-library-name):
14715 Use `load-file-rep-suffixes' instead of '("").
14716
14717 2006-02-26 Kim F. Storm <storm@cua.dk>
14718
14719 * ido.el (ido-save-history, ido-load-history): Simplify.
14720 Don't use find-file-noselect to avoid interference from other modes.
14721
14722 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
14723
14724 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
14725 to use the default shell if filename is not available.
14726 Reported by Giorgos Keramidas.
14727
14728 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
14729
14730 * progmodes/etags.el (tags-completion-table): Do completion from
14731 all the tables in the current list, as documented in the manual.
14732
14733 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
14734
14735 * CC Mode Update to 5.31.3.
14736
14737 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
14738
14739 * progmodes/cc-mode.el (c-postprocess-file-styles):
14740 Bind inhibit-read-only to t, around the call to
14741 c-remove-any-local-eval-or-mode-variables, so that it works on a
14742 RO file.
14743
14744 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
14745
14746 * progmodes/cc-awk.el: Correct a typo.
14747
14748 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
14749
14750 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
14751 c-hungry-delete-backwards, at the request of RMS. Leave the old
14752 name as an alias.
14753
14754 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
14755
14756 * progmodes/cc-mode.el: Correct a typo.
14757
14758 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
14759
14760 * progmodes/cc-defs.el: Update the version number to 5.31.3.
14761
14762 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
14763
14764 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
14765 brace-else-brace (error due to mbeg, mend being undefined).
14766
14767 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
14768
14769 * progmodes/cc-mode.el: File Local variables: Solve the problem
14770 where both `mode' and c-file-offsets are specified: `mode' will
14771 overwrite c-f-o's settings:
14772 (c-remove-any-local-eval-or-mode-variables): New function.
14773 (c-postprocess-file-styles): Call the above new function, within
14774 c-tentative-buffer-change, to splat `mode' and `eval' before the
14775 second hack-local-variables.
14776
14777 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
14778
14779 * progmodes/cc-mode.el:
14780 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
14781 (c-after-change): Protect the match data with save-match-data.
14782 It was getting corrupted by c-after-change-check-<>-operators.
14783
14784 * progmodes/cc-defs.el: [Supersedes patch V1.38]:
14785 (top level): Check for a buggy font-lock-compile-keywords ONLY in
14786 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
14787
14788 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
14789 with save-match-data. It was being corrupted when Font Lock was
14790 not enabled.
14791
14792 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
14793
14794 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
14795 Mode and Subword Mode.
14796
14797 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
14798 real labels ("case 1:" or "foo:") from non-labels ("public:").
14799 (c-forward-objc-directive): Replace c-forward-token-2 with crude
14800 coding; c-f-t-2 doesn't move over a token at EOB.
14801
14802 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
14803
14804 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
14805 (c-update-modeline): Concatenate the minor mode indicators
14806 directly onto mode-name, removing c-submode-indicators.
14807 Sometimes, c-s-i got separated from the mode name on the mode line.
14808
14809 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
14810 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
14811
14812 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14813
14814 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
14815 error message when there's an evaluation error to show whether
14816 it's loaded from source or not.
14817 (c-filter-ops): Make it available at runtime too to work when
14818 `c-make-init-lang-vars-fun' needs to evaluate from source.
14819
14820 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
14821
14822 * help.el (help): Revert last part of 2006-02-23 change (deletion
14823 of the `provide' call).
14824
14825 2006-02-23 Juri Linkov <juri@jurta.org>
14826
14827 * compare-w.el (compare-windows-highlight): Add new value
14828 `persistent' and change :type from `boolean' to `choice'.
14829 (compare-windows-overlays1, compare-windows-overlays2):
14830 New internal variables.
14831 (compare-windows-highlight): If compare-windows-highlight is
14832 `persistent', add current overlays to compare-windows-overlays[12]
14833 instead of adding compare-windows-dehighlight to pre-command-hook.
14834 (compare-windows-dehighlight): Delete all overlays from
14835 compare-windows-overlays[12].
14836
14837 * info.el (Info-search): Don't bind search-spaces-regexp to
14838 Info-search-whitespace-regexp in non-regexp isearch mode.
14839
14840 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
14841
14842 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
14843
14844 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
14845
14846 * textmodes/org.el (org-xemacs-p)
14847 (org-export-html-show-new-buffer, org-table-may-need-update)
14848 (org-insert-item, org-mhe-get-message-real-folder)
14849 (org-mhe-get-message-folder-from-index)
14850 (org-mhe-get-message-folder, org-mhe-get-message-num)
14851 (org-mhe-get-header, org-make-org-heading-search-string)
14852 (org-make-org-heading-camel, org-table-sort-lines)
14853 (org-format-org-table-html, org-format-table-table-html):
14854 Fix typos in docstrings.
14855
14856 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
14857
14858 * textmodes/org.el (org-cleaned-string-for-export)
14859 (org-solidify-link-text): New function.
14860 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
14861 XEmacs, just to silence the compiler.
14862 (org-export-as-ascii, org-export-as-html-and-open):
14863 Use `org-cleaned-string-for-export' and create internal links.
14864 (org-follow-mhe-link): Require mh-e, use folder.
14865
14866 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
14867
14868 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
14869
14870 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
14871 gdb-debug-log-length.
14872 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
14873 it a real ring but...
14874 (gud-gdba-marker-filter): ...make it work like mark-ring.
14875 (gdb-enable-debug): Rename from gdb-enable-debug-log.
14876 (gdb-mouse-jump): New function. Add bindings.
14877
14878 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
14879
14880 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
14881 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
14882 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
14883 (gdb-debug-log-length): Customize it's length.
14884 (gud-watch, gdb-var-create-handler): Display function::var format
14885 but don't use to create variable object.
14886 (gdb-var-create-handler): Use message-box in place of message.
14887 (gdb-stopped): Call gdb-exited if signalled.
14888
14889 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
14890
14891 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
14892
14893 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
14894
14895 * textmodes/reftex.el (reftex-locate-file): Search all extensions
14896 if `reftex-try-all-extensions' is set.
14897
14898 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
14899 fail silently when there is no valid argument at point.
14900 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
14901 `fail-silently' argument. From a patch by David Reiter.
14902
14903 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
14904 New commands.
14905 (org-mark-ring): New variable.
14906 (org-mark-ring-length): New option.
14907 (org-open-at-point, org-goto, org-open-file): Push old position
14908 onto the mark ring.
14909 (org-add-hook): New function.
14910 (org-export-table-remove-special-lines): New option.
14911 (org-skip-comments, org-format-org-table-html): Respect new
14912 option `org-export-table-remove-special-lines'.
14913 (org-open-file): Allow special command configuration for
14914 directory link.
14915 (org-file-apps): Fix bugs in customize type, added setting
14916 for directories.
14917 (org-activate-tags, org-format-agenda-item, org-complete)
14918 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
14919 (org-get-tags, org-get-buffer-tags, org-open-at-point)
14920 (org-link-search, org-make-org-heading-search-string)
14921 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
14922 (org-radio-targets, org-file-link-context-use-camel-case)
14923 (org-activate-camels): New options.
14924 (org-update-radio-target-regexp, org-all-targets)
14925 (org-make-target-link-regexp, org-activate-target-links):
14926 New functions.
14927 (org-make-org-heading-search-string): New function.
14928 (org-store-link, org-insert-link): Use new option
14929 `org-file-link-context-use-camel-case'.
14930 (org-activate-camels): Use new option `org-activate-camels'.
14931 (org-link-regexp): Add mhe prefix.
14932 (org-open-at-point, org-store-link): Support for mhe links.
14933 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
14934 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
14935 (org-mhe-get-header, org-follow-mhe-link): New functions.
14936 (org-remove-angle-brackets, org-add-angle-brackets):
14937 New functions.
14938 (org-bracket-link-regexp): New constant.
14939 (org-read-date): Fix bug that was rejecting all typed dates.
14940 (org-link-search): Make hierarchy above visible after a match.
14941 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
14942 (org-store-link): Fix bug with link creation when cursor is in
14943 an empty line.
14944 (org-open-at-point): Fix bug with matching a link.
14945 Fixed buggy argument sequence in call to `org-view-tags'.
14946 (org-compile-prefix-format): Set `org-prefix-has-tag'.
14947 (org-prefix-has-tag): New variable.
14948 (org-format-agenda-item): Remove tags from headline
14949 if appropriate.
14950 (org-agenda-remove-tags-when-in-prefix): New option.
14951
14952 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
14953
14954 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
14955 Fix the regular expressions.
14956
14957 2006-02-21 Richard M. Stallman <rms@gnu.org>
14958
14959 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
14960 if there's no other specific basis.
14961
14962 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
14963 as variables at all.
14964 (unsafep-variable): Rename arg; doc fix.
14965
14966 * abbrevlist.el (list-one-abbrev-table): Add autoload.
14967
14968 * calendar/appt.el (diary-selective-display): Add defvar.
14969
14970 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
14971
14972 * isearch.el (search-whitespace-regexp): Fix custom type.
14973
14974 * help.el (describe-key-briefly): Compute interactive args
14975 in same was as before previous change.
14976
14977 * files.el (enable-local-variables): Doc fix.
14978
14979 2006-02-21 Kim F. Storm <storm@cua.dk>
14980
14981 * fringe.el: Cleanup as file is now pre-loaded.
14982 (fringe-bitmaps): Initialize unconditionally.
14983 (fringe-mode, set-fringe-style): Remove autoload cookies.
14984
14985 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
14986
14987 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
14988 `horizontal-bar'.
14989 (fringe-cursor-alist): Use `horizontal-bar'.
14990
14991 2006-02-20 Kim F. Storm <storm@cua.dk>
14992
14993 * fringe.el (fringe-bitmaps): Update to new bitmap names.
14994 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
14995
14996 * loadup.el: Load "fringe" on window systems.
14997
14998 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
14999
15000 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
15001 out of scope components.
15002
15003 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
15004 default.
15005
15006 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
15007
15008 * custom.el (customize-mark-to-save, customize-mark-as-set):
15009 Load the symbol first.
15010
15011 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
15012
15013 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
15014 strech spec so it doesn't display as "^J" on the header line
15015 when `Buffer-menu-use-header-line' is t.
15016
15017 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
15018
15019 * speedbar.el (speedbar-make-button): Keep text properties
15020 of string arguments if desired.
15021
15022 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
15023 expessions.
15024
15025 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
15026 of speedbar.
15027
15028 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
15029
15030 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
15031 to value of `read-file-name-completion-ignore-case'.
15032
15033 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
15034
15035 * custom.el (customize-mark-as-set): Push to `user' theme.
15036
15037 * cus-edit.el (custom-save-variables): Allow unthemed values.
15038 (customize-set-variable): Push setting to `user' theme.
15039
15040 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
15041
15042 * progmodes/gud.el: Don't require font-lock as it's now
15043 automatically loaded.
15044 (gud-speedbar-buttons): Replace gdb-var-changed with
15045 gdb-force-update.
15046
15047 * progmodes/gdb-ui.el (gdb-force-update): Rename from
15048 gdb-var-changed.
15049 (gdb-post-prompt): Use it.
15050 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
15051 (gdb-var-update-handler, gdb-var-delete)
15052 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
15053 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
15054 gdb-force-update in gdb-post-prompt.
15055 (gdb-reset): Clear watch expressions from speedbar when quitting.
15056
15057 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
15058
15059 * emulation/viper-cmd.el (viper-insert-state-post-command-sentinel)
15060 (viper-change-state-to-vi, viper-change-state-to-emacs):
15061 Make aware of cursor coloring in the Emacs state.
15062 (viper-special-read-and-insert-char): Use read-char-exclusive.
15063 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
15064
15065 * emulation/viper-init.el (viper-emacs-state-cursor-color):
15066 New variable.
15067
15068 * emulation/viper-util.el (viper-save-cursor-color)
15069 (viper-get-saved-cursor-color-in-replace-mode)
15070 (viper-get-saved-cursor-color-in-insert-mode)
15071 (viper-restore-cursor-color): Make aware of the cursor color
15072 in Emacs state.
15073 (viper-get-saved-cursor-color-in-emacs-mode): New function.
15074
15075 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
15076 (ediff-ignore-case-option3, ediff-actual-diff-options)
15077 (ediff-actual-diff3-options): New variables to control case sensitivity.
15078 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
15079 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
15080 (ediff-toggle-ignore-case): New function.
15081 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
15082
15083 * ediff-help.el (ediff-long-help-message-narrow2)
15084 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
15085 (ediff-long-help-message-word-mode): Add ignore-case command.
15086 (ediff-help-for-quick-help): Add ignore-case command.
15087
15088 * ediff-merg.el: Move provide to the end.
15089
15090 * ediff-ptch.el: Move provide to the end.
15091
15092 * ediff-wind.el: Move provide to the end.
15093
15094 * ediff-mult.el: Move provide to the end.
15095 (ediff-set-meta-overlay): Enable follow-link.
15096
15097 * ediff.el: Move provide to the end.
15098 Break recursive load cycle in eval-when-compile.
15099 (ediff-patch-buffer): Better heuristics.
15100
15101 * ediff-util.el: Move provide to the end.
15102 Break recursive load cycle in eval-when-compile.
15103 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
15104 defuns.
15105 (ediff-submit-report): Pass the values of ediff-diff3-program,
15106 ediff-diff3-options.
15107
15108 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
15109
15110 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
15111 the opening bracket of the following bracketing pairs: {}, [], (), <>,
15112 `' (for example, in the docstring of `windmove-default-keybindings').
15113
15114 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
15115
15116 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
15117 shadow face. Don't provide binding to edit variable when it is
15118 out of scope.
15119
15120 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
15121 (gdb-var-update-handler): Detect out of scope variables with pre
15122 GDB 6.4 too.
15123 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
15124 Reset status of variable objects to nil in update handlers.
15125 (gdb-var-update-handler-1): Detect when a variable object comes
15126 in scope. setcar on var changes gdb-var-list directly.
15127
15128 2006-02-17 Juri Linkov <juri@jurta.org>
15129
15130 * ffap.el (ffap) <defface>: Add explicit face declaration.
15131 (ffap-highlight): Use face `ffap' directly instead of checking
15132 for its existence.
15133
15134 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
15135 `visible-ok' of `other-buffer' to find the right original buffer.
15136
15137 * info.el (Info-search): Skip `Local Variables' node.
15138
15139 2006-02-17 Juri Linkov <juri@jurta.org>
15140
15141 * info.el (Info-find-file): Check for symbols `apropos', `history',
15142 `toc' in the input filename, and return these symbols as is.
15143 (Info-find-node-2): Set Info-current-file to symbols `apropos',
15144 `history', `toc' instead of strings.
15145 (Info-set-mode-line): For non-string Info-current-file use the
15146 symbol's name inside **.
15147 (Info-isearch-push-state): Add quote before Info-current-file and
15148 Info-current-node.
15149 (Info-isearch-pop-state): Use `equal' instead of `string='.
15150 (Info-extract-pointer, Info-following-node-name): Use
15151 `match-string-no-properties' instead of `match-string'.
15152 (Info-up): Check `old-file' for `stringp'.
15153 (Info-history): Use `equal' instead of `string-equal'.
15154 Check `file' for `stringp'.
15155 (Info-history): Use symbol `history' instead of string as first arg
15156 of `Info-find-node'.
15157 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
15158 `toc' instead of string.
15159 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
15160 instead of `buffer-substring', and `match-string-no-properties'
15161 instead of `match-string'.
15162 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
15163 instead of strings.
15164 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
15165 Use symbol `apropos' instead of string.
15166 (Info-copy-current-node-name): Check `Info-current-file' for
15167 `stringp' and construct a command with `Info-find-node' from it.
15168 (Info-fontify-node): Use `match-string-no-properties' instead of
15169 `match-string' and check file names for `stringp'.
15170 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
15171 `history', `toc' instead of strings.
15172
15173 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
15174
15175 * files.el: Rearrange functions and variables in the file local
15176 variables section.
15177
15178 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
15179
15180 * files.el: Add truncate-lines, ispell-check-comments and
15181 ispell-local-dictionary as safe local variables.
15182
15183 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
15184
15185 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
15186 out of scope variables.
15187 (gud-speedbar-buttons): Use unless.
15188
15189 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
15190 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
15191 (gdb-show-changed-values): Also use for out of scope variables.
15192 (gdb-var-update-handler-1): Note if variable goes out of scope.
15193
15194 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
15195
15196 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
15197 default to global variable values for unsupplied args.
15198 (rcirc-get-buffer-create): Fix bug with setting the target.
15199 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
15200 test for rcirc-always-use-server-buffer-flag here.
15201 (rcirc-response-formats): Add %N, which is a facified nick. %n
15202 uses the default face. Change the ACTION format string. If the
15203 "nick" is the server, don't print anything for that field.
15204 Comment fixes.
15205 (rcirc-target-buffer): Don't test
15206 rcirc-always-use-server-buffer-flag here.
15207 (rcirc-print): Squeeze extra spaces out of the text before message.
15208 (rcirc-put-nick-channel): Strip potential "@" char from nick
15209 before adding them to nick table.
15210 (rcirc-url-regexp): Improve to match address like "foo.com".
15211
15212 2006-02-17 Eli Zaretskii <eliz@gnu.org>
15213
15214 * allout.el (allout-hidden-p): Move this defsubst before
15215 allout-overlay-interior-modification-handler, where it is first
15216 used.
15217
15218 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
15219
15220 * allout.el: Use allout invisible-text overlays instead of
15221 selective display for concealed text. Also, lots of general
15222 cleanup, and improved compatibility code.
15223
15224 (allout-version): Incremented, corrected, revised, and refined
15225 module commentary.
15226
15227 (provide 'allout): Moved to the bottom, added a require of overlay.
15228
15229 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
15230 `except-current'.
15231 (allout-write-file-hook-handler): Minimize delay.
15232 (count-trailing-whitespace-region): New function so
15233 auto-encryption of current topic can resituate cursor exactly.
15234 PGP/GPG encryption trims trailing whitespace from lines, which
15235 must be accounted for across encryption then decryption.
15236
15237 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
15238 just plain "\C-c", to avoid intruding on user's keybinding space.
15239
15240 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
15241 parameter, so user request to provide a new password is done.
15242
15243 (allout-outside-normal-auto-fill-function, allout-auto-fill):
15244 Refined mechanism for auto-filling behavior while in allout mode.
15245
15246 (allout-mode): Explicitly specify the mode map in the docstring.
15247 Clarify provision for various write-file hook var names.
15248 Adjusted for invisible-text overlays instead of selective-display.
15249
15250 (allout-depth): Really return 0 if not within any topic. This
15251 rectifies `allout-beginning-of-level' and sequence numbering
15252 errors that occur when cutting and pasting numbered topics.
15253 Changed from a in-line subst to a regular function, as well.
15254
15255 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
15256
15257 (allout-end-of-subtree, allout-end-of-subtree)
15258 (allout-end-of-entry, allout-end-of-current-heading)
15259 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
15260 (allout-show-children, allout-show-to-offshoot)
15261 (allout-hide-current-entry, allout-show-current-entry): Rectified
15262 handling of trailing blank lines between items.
15263
15264 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
15265 (allout-current-depth, allout-unprotected, allout-hidden-p)
15266 (allout-on-current-heading-p, allout-listify-exposed)
15267 (allout-chart-subtree, allout-goto-prefix)
15268 (allout-back-to-current-heading, allout-get-body-text)
15269 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
15270 (allout-hide-region-body, allout-toggle-subtree-encryption)
15271 (allout-encrypt-string, allout-encrypted-key-info)
15272 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
15273 (allout-file-vars-section-data): Adjusted for use with
15274 invisible-text overlays instead of selective-display.
15275
15276 (allout-kill-line, allout-kill-topic, allout-yank-processing):
15277 Reworked for use with invisible text overlays.
15278
15279 (allout-current-topic-collapsed-p): New function.
15280
15281 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
15282 to know when to close the containing topic.
15283
15284 (allout-pre-command-business, allout-post-command-business):
15285 Simplify undo-batching and dynamic isearch exposure.
15286
15287 (allout-set-overlay-category): New for invisible-text overlays.
15288 Sets properties of allout-overlay-category, used by
15289 allout-flag-region to set invisible-text overlay properties.
15290 (allout-get-invisibility-overlay): Get the first qualifying
15291 invisibility overlay, so we can find the extent of it.
15292 (allout-back-to-visible-text): Get to just before the beginnining
15293 of the current invisibility overlay, if any.
15294
15295 (allout-overlay-insert-in-front-handler)
15296 (allout-overlay-interior-modification-handler)
15297 (allout-before-change-handler, allout-isearch-end-handler): New
15298 functions to handle extraordinary actions affecting concealed
15299 text.
15300
15301 (allout-flag-region): Use overlays instead of selective-display
15302 for invisible text - by inheritence from the properties of
15303 allout-overlay-category in mainline Emacs, and applied
15304 property-by-property in XEmacs, some recent versions of which
15305 don't inherit the properties from the category. Provisions to
15306 respond to concealed-text edits simplified drastically.
15307
15308 (allout-isearch-rectification, allout-isearch-was-font-lock)
15309 (allout-isearch-expose, allout-enwrap-isearch)
15310 (allout-isearch-abort, allout-pre-was-isearching)
15311 (allout-isearch-prior-pos, allout-isearch-did-quit)
15312 (allout-isearch-dynamic-expose)
15313 (allout-hide-current-entry-completely): Functions deleted.
15314
15315 (allout-undo-aggregation): Explicit undo aggregation no longer
15316 necessary due to transition away from selective-display.
15317
15318 (set-allout-regexp, allout-up-current-level)
15319 (allout-next-visible-heading, allout-forward-current-level)
15320 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
15321 (allout-kill-line, allout-yank-processing, allout-show-children)
15322 (allout-expose-topic, allout-old-expose-topic)
15323 (allout-listify-exposed, allout-insert-latex-header)
15324 (allout-toggle-subtree-encryption, allout-encrypt-string)
15325 (remove-from-invisibility-spec, allout-hide-current-subtree):
15326 Ditched unused variables.
15327
15328 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
15329
15330 * textmodes/ispell.el (ispell-change-dictionary): Call
15331 ispell-buffer-local-dict instead of
15332 ispell-accept-buffer-local-defs.
15333 (ispell-local-dictionary-alist): Accept as valid any coding-system
15334 supported by Emacs.
15335 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
15336 changed to iso-8859-3.
15337
15338 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
15339
15340 * speedbar.el (speedbar-frame-width): Make an inline function
15341 instead of a macro. Use frame-width.
15342 (speedbar-try-completion, speedbar-update-contents)
15343 (speedbar-timer-fn): Use consp.
15344 (speedbar-update-localized-contents): Try to preserve point.
15345
15346 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
15347 (menu): Re-order menu items.
15348 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
15349 field.
15350 (gdb-var-update-handler-1): Use it for GDB 6.4+.
15351 (gdb-post-prompt): Speed things by not forcing update.
15352
15353 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
15354
15355 * wid-edit.el (widget-button-click): For mouse-1, cancel button
15356 press and perform default action if we get a mouse movement event.
15357
15358 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
15359
15360 * calendar/icalendar.el (icalendar--get-event-property)
15361 (icalendar--get-event-property-attributes): Fix typos in
15362 docstrings.
15363
15364 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
15365 docstring.
15366
15367 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
15368
15369 * bs.el (bs-mode): Use `buffer-disable-undo'.
15370 (bs--get-file-name): Simplify.
15371 (bs-show-in-buffer): Mark the buffer as not modified.
15372
15373 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
15374
15375 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
15376 widget-button-click.
15377
15378 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
15379 (custom-mode): Update docstring.
15380
15381 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
15382 binding.
15383
15384 * files.el (hack-local-variables-confirm): Allow scrolling if the
15385 file variable list is too long. Kill temp buffer after use.
15386
15387 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
15388
15389 * progmodes/gud.el (gdb): Improve doc string.
15390 (gdb-script-font-lock-keywords): Expand allowed character set.
15391
15392 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
15393 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
15394 (gdb-separate-io-interrupt, gdb-separate-io-quit)
15395 (gdb-separate-io-stop, gdb-separate-io-eof):
15396 Rename from gdb-inferior-* to gdb-separate-*.
15397 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
15398
15399 2006-02-14 Jay Belanger <belanger@truman.edu>
15400
15401 * calc/calc-arith.el (math-check-known-scalarp): Make sure
15402 expression is a symbol before checking that it is bound.
15403
15404 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
15405 test to see if equation can be solved.
15406
15407 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
15408
15409 * wid-edit.el (widget-button-click): Use :pressed-face property
15410 for overlay face, if it exists.
15411
15412 * cus-edit.el (custom-manual, custom-add-see-also)
15413 (custom-add-parent-links, custom-group-link): Add :pressed-face
15414 property to links.
15415
15416 * files.el (hack-local-variables): Remove ignored variables before
15417 checking if any variables need setting.
15418
15419 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15420
15421 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
15422
15423 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
15424
15425 * help.el (where-is): Fix message for remapped commands.
15426
15427 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
15428 Fix typos in docstrings.
15429
15430 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
15431
15432 * files.el (safe-local-variable-values): New option.
15433 (hack-local-variables-prop-line): Return a list of variable-value
15434 pairs if MODE-ONLY is non-nil.
15435 (hack-local-variables): Construct list of variable-value pairs,
15436 and apply or reject them in one go. Ask for confirmation if
15437 variables are not known safe.
15438 (hack-local-variables-confirm): Complete rewrite. Support
15439 `safe-local-variable-values'.
15440 (enable-local-variables): Update docstring to reflect new
15441 behavior.
15442 (ignored-local-variables): Ignore ignored-local-variables and
15443 safe-local-variable-values.
15444 (safe-local-variable-p): New function.
15445 (risky-local-variable-p): `safe-local-variable' property check
15446 moved to safe-local-variable-p.
15447 (hack-one-local-variable): Checks moved to hack-local-variables.
15448
15449 (byte-compile-dynamic, c-basic-offset, c-file-style)
15450 (c-indent-level, comment-column, fill-column, fill-prefix)
15451 (indent-tabs-mode, kept-new-versions, no-byte-compile)
15452 (no-update-autoloads, outline-regexp, page-delimiter)
15453 (paragraph-start, paragraph-separate, sentence-end)
15454 (sentence-end-double-space tab-width, version-control):
15455 Add `safe-local-variable' property.
15456
15457 * find-lisp.el: Delete nonexistent `autocompile' file variable.
15458
15459 * icomplete.el, play/landmark.el: Change nonexistent
15460 `outline-layout' file variable to `allout-layout'.
15461
15462 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
15463
15464 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
15465 (gdb-get-changed-registers): Test value of gud-minor-mode relative
15466 to gud-comint-buffer.
15467 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
15468 gdb-ui.el for gdb-mi.el.
15469 (gdb-post-prompt, gdb-get-changed-registers): Move test for
15470 registers buffer to gdb-get-changed-registers.
15471 (gdb-breakpoint-regexp): New regexp. Allow toggling and
15472 deletion of catchpoints (throw and catch).
15473 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
15474 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
15475 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
15476 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
15477 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
15478
15479 2006-02-13 Jay Belanger <belanger@truman.edu>
15480
15481 * calc/calc-arith.el (math-check-known-matrixp): Make sure
15482 expression is a symbol before checking that it is bound.
15483
15484 2006-02-13 Richard M. Stallman <rms@gnu.org>
15485
15486 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
15487 for the minibuffer too, but not if resize-mini-windows will interfere.
15488
15489 * help.el (describe-key-briefly, describe-key): Do all arg-reading
15490 inside `interactive' spec.
15491 (describe-key-briefly-internal, describe-key-internal):
15492 Functions merged back into their callers.
15493
15494 2006-02-13 Martin Rudalics <rudalics@gmx.at>
15495
15496 * info.el (info-xref-visited): Inherit from info-xref too.
15497 (Info-set-mode-line): Replace occurrences of `%' by `%%'
15498 when propertizing Info-current-file and Info-current-node.
15499
15500 2006-02-13 Juri Linkov <juri@jurta.org>
15501
15502 * tumme.el (tumme-thumbnail-storage): Fix docstring.
15503 (tumme-thumb-name): Fix per-directory format.
15504
15505 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
15506
15507 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
15508
15509 2006-02-12 Miles Bader <miles@gnu.org>
15510
15511 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
15512
15513 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
15514
15515 * tumme.el: Remove history section. If someone needs the it, it
15516 can always be found in CVS.
15517
15518 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
15519
15520 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
15521 about the Thumbnail Managing Standard option.
15522
15523 2006-02-12 Richard M. Stallman <rms@gnu.org>
15524
15525 * subr.el (substitute-key-definition): Doc fix.
15526
15527 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
15528
15529 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
15530
15531 * info.el (Info-mode): Doc fix.
15532
15533 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
15534
15535 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
15536
15537 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
15538 because on Solaris a POSIX compatible "id" is needed. Reported by
15539 Magnus Henoch <mange@freemail.hu>.
15540
15541 2006-02-12 Juri Linkov <juri@jurta.org>
15542
15543 * tumme.el: Remove todo item about Thumbnail Managing Standard.
15544 (tumme) <defgroup>: Change :group to `multimedia'.
15545 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
15546 Managing Standard.
15547 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
15548 Fix dostring.
15549 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
15550 and %y. Fix docstring.
15551 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
15552 (tumme-cmd-create-standard-thumbnail-command): New user options.
15553 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
15554 is `standard'. Fix docstring.
15555 (tumme-thumb-width, tumme-thumb-height): New user options.
15556 (tumme-external-viewer): Try to find various viewers.
15557 (tumme-get-thumbnail-image): Use `create-image' instead of
15558 constructing the `image' structure.
15559 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
15560 `standard'.
15561 (tumme-thumb-name): Add file name generation for standard storage.
15562 Simplify code for other storages.
15563 (tumme-thumb-name): Use width %w and height %h instead of size %s.
15564 Add modification time %m and thumbnail-nq8 %q.
15565 Use `tumme-cmd-create-standard-thumbnail-command' if
15566 tumme-thumbnail-storage is `standard'.
15567 (tumme-dired-insert-marked-thumbs): New autoload command.
15568 (tumme-dired-after-readin-hook): New function.
15569 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
15570 `tumme-thumb-size'.
15571 (tumme-display-image): Replace size-x %x and size-y %y with
15572 width %w and height %h.
15573
15574 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
15575 `tumme-dired-insert-marked-thumbs'.
15576
15577 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
15578
15579 * tumme.el (tumme-write-tag): Fix small bug (file name did not
15580 include path).
15581 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
15582 matching tag.
15583
15584 2006-02-12 Miles Bader <miles@gnu.org>
15585
15586 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
15587 New variables.
15588 (rcirc-abbrev-nick): New function.
15589 (rcirc-format-response-string): Rewrite to use the formats in
15590 `rcirc-response-formats' and expand escape sequences therein.
15591 A text-property `rcirc-text' is added over the actual response
15592 text to make easy to find inside the returned string.
15593 (rcirc-print): When filling, just look for the `rcirc-text'
15594 text-property to find the appropriate fill prefix, instead of
15595 using hardwired patterns.
15596
15597 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
15598
15599 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
15600 Managing Standard.
15601
15602 2006-02-11 Kim F. Storm <storm@cua.dk>
15603
15604 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
15605 Don't use insert-buffer; do insert-buffer-substring directly.
15606 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
15607
15608 2006-02-11 Martin Rudalics <rudalics@gmx.at>
15609
15610 * files.el (revert-buffer, recover-file): Replace buffer-read-only
15611 with inhibit-read-only. Suggested by Stefan Monnier.
15612 (revert-buffer): Let insert-file-contents discard
15613 buffer-undo-list. Simplify code.
15614 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
15615
15616 2006-02-11 Eli Zaretskii <eliz@gnu.org>
15617
15618 * menu-bar.el (menu-bar-select-yank): Add a doc string.
15619
15620 * help.el (describe-key-briefly): Now a wrapper for
15621 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
15622 to t. Populate yank-menu if empty.
15623 (describe-key-briefly-internal): Renamed from describe-key-briefly.
15624 (describe-key): Now a wrapper for describe-key-internal. Bind
15625 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
15626 (describe-key-internal): Renamed from describe-key.
15627
15628 2006-02-11 Milan Zamazal <pdm@zamazal.org>
15629
15630 * progmodes/glasses.el (glasses-separator): Doc fix.
15631 (glasses-original-separator): New defcustom.
15632 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
15633
15634 2006-02-11 Martin Rudalics <rudalics@gmx.at>
15635
15636 * mwheel.el (mouse-wheel-up-event): Doc fix.
15637
15638 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
15639
15640 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
15641 (tumme-dir): New function. Copied from thumbs.el.
15642
15643 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
15644
15645 * desktop.el (desktop-outvar): Fix typo.
15646 (desktop-save-buffer-p): Doc fix.
15647
15648 * subr.el (substitute-key-definition): Fix typo.
15649
15650 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15651
15652 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
15653 when window-system is mac.
15654
15655 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
15656
15657 2006-02-10 Kim F. Storm <storm@cua.dk>
15658
15659 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
15660 indirect-function instead of using condition-case.
15661
15662 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
15663
15664 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
15665 less `colloquial'...
15666
15667 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
15668
15669 * tumme.el: Add a couple of todo items.
15670
15671 2006-02-09 Lars Hansen <larsh@soem.dk>
15672
15673 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
15674 (highlight-changes-mode): Don't change desktop-locals-to-save.
15675
15676 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
15677
15678 * image-mode.el (image-toggle-display): Clear image cache if using
15679 filename.
15680
15681 2006-02-09 Masatake YAMATO <jet@gyve.org>
15682
15683 * dired-x.el (dired-guess-shell-alist-default): Add .man as
15684 a `dired-man' target.
15685
15686 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
15687 boundary of symbols.
15688
15689 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
15690
15691 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
15692
15693 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
15694
15695 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
15696 `mapcar'; return nil.
15697
15698 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
15699
15700 * mouse.el (mouse-drag-track): Don't change window if we rebind to
15701 some other event.
15702
15703 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
15704
15705 * net/rcirc.el (rcirc-startup-channels-alist):
15706 Add irc.freenode.net and #emacs as defaults.
15707 (rcirc-ignore-all-activity-flag): Remove variable.
15708 (rcirc-authinfo): New variable.
15709 (rcirc-authinfo-filename): Remove variable.
15710 (rcirc-always-use-server-buffer-flag): New flag.
15711 (rcirc): M-x rcirc will automatically connect without prompting.
15712 C-u M-x rcirc will prompt. Use rcirc-connect to create a
15713 connection in lisp.
15714 (rcirc-process-server-response-1): Remove everything but the nick
15715 portion of the sender so it doesn't need to be done everywhere
15716 else. Update related code.
15717 (global-map): Remove global keybindings.
15718 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
15719 (rcirc-send-input): Split into several functions.
15720 (rcirc-process-input-line, rcirc-process-message)
15721 (rcirc-process-command): New functions.
15722 (rcirc-target-buffer): New function to determine where to route
15723 messages.
15724 (rcirc-user-nick): Save match data.
15725 (rcirc-toggle-ignore-buffer-activity)
15726 (rcirc-update-activity-string): Remove global ignore functionality,
15727 which can be done now by toggling rcirc-track-minor-mode.
15728 (rcirc-track-minor-mode-map): New keymap.
15729 (rcirc-track-minor-mode): New minor-mode.
15730 (ignore): Make the ignore output nicer. Always print it when
15731 adding or removing nicks.
15732 (rcirc-url-regexp): Improve.
15733 (rcirc-mangle-text): Remove properties before using text in the
15734 modeline.
15735 (rcirc-authenticate): Authentication data comes from
15736 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
15737 (rcirc-server-prefix): Inherit from rcirc-server.
15738
15739 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
15740
15741 * Makefile.in (compile): Append "|| true" to the end of the `find'
15742 command, like compile-always does.
15743
15744 2006-02-08 Sam Steingold <sds@gnu.org>
15745
15746 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
15747 output from a dead connection.
15748
15749 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
15750
15751 * dired.el (dired-mode-map): Add more bindings for tumme.
15752
15753 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
15754
15755 * wdired.el (wdired-mode-map): Use remap.
15756 (wdired-get-filename): Massage.
15757 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
15758 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
15759 `keymap' property rather than `local-map'.
15760
15761 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
15762
15763 * tumme.el (tumme-get-thumbnail-image): New utility function.
15764 Suggested by from Chong Yidong.
15765 (tumme-dired-with-window-configuration): Rename from
15766 `tumme-dired'. Add code to save window configuration.
15767 (tumme-restore-window-configuration): New command to restore the
15768 window configuration that `tumme-dired-with-window-configuration'
15769 saves before it changes the window configuration.
15770 (tumme-show-all-from-dir): New command to display thumbnails for
15771 all files in a directory entered by the user, like M-x thumbs.
15772 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
15773 have been created.
15774 (tumme-display-thumbnail-original-image): Call `display-buffer'.
15775 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
15776 Remove obsolete test function.
15777
15778 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
15779
15780 * vc.el (small-temporary-file-directory): Remove defvar; there's
15781 a defcustom for it in files.el.
15782
15783 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
15784 Fix typo in message.
15785 (tumme-gallery-generate): Fix typo in `error' message.
15786 (tumme-display-window-height-correction)
15787 (tumme-display-window-width-correction, tumme-line-up-dynamic)
15788 (tumme-line-up-interactive): Dox fixes.
15789 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
15790 (tumme-restore-window-configuration, tumme-format-properties-string)
15791 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
15792 Fix typos in docstrings.
15793
15794 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com>
15795
15796 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
15797
15798 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
15799
15800 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
15801 User should use hook if desired.
15802
15803 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
15804 buffer if necessary.
15805 (gdb-delete-frame-or-window): New function.
15806 (gdb-breakpoints-mode-map): Bind "q" to it.
15807
15808 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
15809
15810 * textmodes/nroff-mode.el: Clean up name space.
15811 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
15812 (nroff-mode): Obey the global setting of nroff-electric-mode.
15813 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
15814
15815 * calendar/calendar.el (calendar-increment-month): Typo in last change.
15816
15817 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
15818
15819 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
15820
15821 2006-02-06 Lars Hansen <larsh@soem.dk>
15822
15823 * generic-x.el (etc-fstab-generic-mode): Add file system types
15824 cifs and usbdevfs. Allow special chars in file names.
15825
15826 2006-02-05 Jay Belanger <belanger@truman.edu>
15827
15828 Update copyright notices of the files in lisp/calc.
15829
15830 2006-02-05 Romain Francoise <romain@orebokech.com>
15831
15832 Update copyright notices of all files in the lisp/play directory.
15833
15834 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
15835
15836 * ldefs-boot.el: Regenerate.
15837
15838 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
15839
15840 2006-02-05 Kim F. Storm <storm@cua.dk>
15841
15842 * files.el (magic-mode-regexp-match-limit): New defvar.
15843 (set-auto-mode): Use it to limit magic-mode-alist matching.
15844
15845 2006-02-04 Eli Zaretskii <eliz@gnu.org>
15846
15847 * info.el (Info-index, Info-mode): Improve the description of the
15848 `i' command.
15849
15850 * ldefs-boot.el: Regenerate.
15851
15852 2006-02-03 Werner Lemberg <wl@gnu.org>
15853
15854 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
15855 greedy to find the closing bracket in \*[...] and similar
15856 expressions. This is a first rough fix -- many additional
15857 refinements are necessary to make nroff mode really usable with groff.
15858
15859 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
15860
15861 * international/mule-cmds.el (set-locale-environment):
15862 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
15863 libX11.
15864
15865 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
15866
15867 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
15868 archive are created in archive-tmpdir.
15869
15870 2006-02-02 John Paul Wallington <jpw@pobox.com>
15871
15872 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
15873 (ibuffer-fontification-alist): Use it.
15874 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
15875 to "* z" and the Ibuffer Mark menu.
15876
15877 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
15878
15879 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
15880
15881 * textmodes/table.el (*table--cell-describe-mode)
15882 (*table--cell-describe-bindings): Undo last change since
15883 print-help-return-message is not obsoleted by anything at all.
15884
15885 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
15886
15887 * emulation/cua-base.el (cua-mode): Doc fix.
15888
15889 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
15890
15891 * dframe.el (dframe-handle-make-frame-visible)
15892 (dframe-handle-iconify-frame, dframe-get-focus)
15893 (dframe-select-attached-frame, dframe-power-click)
15894 (dframe-frame-mode): Fix typos in docstrings.
15895
15896 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
15897 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
15898 Fix typos in docstrings.
15899
15900 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
15901 (hi-lock-face-buffer, hi-lock-font-lock-hook)
15902 (hi-lock-archaic-interface-message-used)
15903 (hi-lock-file-patterns-range): Fix typos in docstrings.
15904
15905 * savehist.el (savehist-loaded, savehist-load, savehist-install)
15906 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
15907
15908 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
15909 Fix typo in docstring.
15910
15911 * net/newsticker.el (newsticker--decode-iso8601-date)
15912 (newsticker--set-customvar, newsticker--buffer-insert-item)
15913 (newsticker--do-run-auto-mark-filter)
15914 (newsticker--parse-generic-feed): Doc fixes.
15915 (newsticker--retrieval-timer-list, newsticker-url-list)
15916 (newsticker-hide-immortal-items-in-echo-area)
15917 (newsticker-hide-obsolete-items-in-echo-area)
15918 (newsticker-new-item-face, newsticker--enclosure)
15919 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
15920 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
15921 (newsticker--parse-generic-feed, newsticker--cache-contains)
15922 (newsticker--stat-num-items, newsticker-download-enclosures):
15923 Fix typos in docstrings.
15924
15925 * net/rcirc.el (rcirc-debug): Doc fix.
15926 (rcirc-fill-column, rcirc-receive-message-hooks)
15927 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
15928 (rcirc-mode, rcirc-generate-new-buffer-name)
15929 (rcirc-startup-channels, rcirc-ignore-update-automatic)
15930 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
15931 Fix typos in docstrings.
15932 (rcirc-print): "?\ " -> "?\s".
15933 (rcirc-cmd-join): Improve argument/docstring consistency.
15934
15935 2006-02-01 Mark A. Hershberger <mah@everybody.org>
15936
15937 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
15938 before narrow-to-region.
15939
15940 2006-02-01 Richard M. Stallman <rms@gnu.org>
15941
15942 * simple.el (move-beginning-of-line): Scan properly for invis change.
15943
15944 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
15945
15946 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
15947
15948 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
15949 change bit only when id-format is 'integer. Reported by Matt
15950 Hodges <M.P.Hodges@rl.ac.uk>.
15951
15952 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
15953
15954 * hilit-chg.el (highlight-changes-initial-state)
15955 (highlight-changes-global-initial-state): Doc fixes.
15956 (highlight-changes-global-modes, global-highlight-changes):
15957 Fix typos in docstrings.
15958
15959 2006-02-01 Kim F. Storm <storm@cua.dk>
15960
15961 * emulation/cua-base.el (cua-mode): Mention that CUA enables
15962 transient-mark-mode in doc string.
15963
15964 2006-01-31 Richard M. Stallman <rms@gnu.org>
15965
15966 * replace.el (multi-occur): Doc fix.
15967 (multi-occur-in-matching-buffers): Rename from
15968 multi-occur-by-filename-regexp. Prefix arg says match
15969 buffer names instead of file names.
15970
15971 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
15972
15973 * bs.el: Allow non-default values of `bs-header-lines-length'.
15974 (bs--running-in-xemacs): Remove (not needed anymore).
15975 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
15976 instead of `shrink-window', thus avoiding having to compute the
15977 height of the window.
15978 (bs--up): Wrap around even when there's no header.
15979 (bs--down): Use `forward-line' instead of `next-line'.
15980
15981 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
15982
15983 * image-mode.el (image-toggle-display): Use file name if possible,
15984 instead of unnecessarily allocating a (possibly huge) lisp string.
15985
15986 2006-01-30 John Paul Wallington <jpw@pobox.com>
15987
15988 * subr.el (toplevel): Define `cl-assertion-failed' condition here
15989 because the `assert' macro signals it at runtime.
15990
15991 * emacs-lisp/cl.el (toplevel): Remove definition of
15992 `cl-assertion-failed' condition.
15993
15994 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
15995
15996 * thumbs.el (thumbs-marked-list): Make buffer-local and
15997 permanent-local.
15998 (thumbs-insert-thumb): Make help-echo non-sticky.
15999 (thumbs-file-alist): Use eolp as check for (non)-image.
16000
16001 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
16002
16003 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
16004 (ediff-before-session-group-setup-hooks)
16005 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
16006 Fix typos in docstrings.
16007
16008 * window.el (bw-dir, bw-eqdir, balance-windows)
16009 (split-window-keep-point): Fix typos in docstrings.
16010
16011 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
16012 (org-quote-string, org-calendar-to-agenda-key)
16013 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
16014 (org-show-following-heading, org-tags-column)
16015 (org-use-tag-inheritance, org, org-allow-space-in-links)
16016 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
16017 (org-enable-table-editor, org-calc-default-modes)
16018 (org-table-allow-automatic-line-recalculation)
16019 (org-export-html-style, org-export-with-fixed-width)
16020 (org-export-with-sub-superscripts, org-special-keyword)
16021 (org-formula, org-time-grid, org-table-may-need-update)
16022 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
16023 (org-goto-quit, org-get-indentation, org-end-of-item)
16024 (org-move-item-down, org-move-item-up)
16025 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
16026 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
16027 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
16028 (org-agenda-log-mode, org-agenda-toggle-diary)
16029 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
16030 (org-agenda-file-to-end, org-agenda-no-heading-message)
16031 (org-agenda-get-closed, org-format-agenda-item)
16032 (org-cmp-priority, org-cmp-category, org-cmp-time)
16033 (org-agenda-change-all-lines, org-agenda-diary-entry)
16034 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
16035 (org-link-search, org-camel-to-words, org-open-file)
16036 (org-remember-handler, org-table-convert-region)
16037 (org-table-move-row-down, org-table-move-row-up)
16038 (org-table-copy-region, org-table-wrap-region)
16039 (org-table-toggle-vline-visibility)
16040 (org-table-get-vertical-vector, org-table-modify-formulas)
16041 (org-table-get-specials, org-recalc-commands)
16042 (org-table-rotate-recalc-marks, org-table-eval-formula)
16043 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
16044 (org-level-color-stars-only, org-insert-heading):
16045 Fix typos in docstrings.
16046 (last-arg): Add defvar.
16047
16048 * makefile.w32-in (WINS): Add erc.
16049 (MH_E_SRC): Update (copied from lisp/Makefile.in).
16050
16051 2006-01-29 Bill Wohler <wohler@newt.com>
16052
16053 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
16054 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
16055 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
16056 (mh-autoloads): Don't use comments on otherwise empty lines.
16057
16058 2006-01-29 Edward O'Connor <ted@oconnor.cx>
16059
16060 * emulation/viper.el (viper-major-mode-modifier-list):
16061 Add insert-state and vi-state entries for erc-mode.
16062 (viper-go-away, viper-set-hooks): Add and remove
16063 viper-comint-mode-hook from erc-mode-hook as appropriate.
16064
16065 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
16066
16067 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
16068
16069 * bs.el (bs--format-aux): Implement `middle' alignment as
16070 described in the docstring for `bs-attributes-list'.
16071 (bs--get-name): Simplify. Don't pad the buffer name.
16072
16073 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
16074
16075 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
16076 English aspell dictionary is installed, use the first entry of
16077 ispell-dictionary-alist-1.
16078
16079 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
16080
16081 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
16082 Doc fix.
16083
16084 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
16085
16086 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
16087 for `process-file', in order to let it work for older Emacsen too.
16088
16089 2006-01-27 Eli Zaretskii <eliz@gnu.org>
16090
16091 * international/latexenc.el: Add a suitable `coding:' tag.
16092 (latexenc-find-file-coding-system): Undo last change.
16093
16094 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
16095
16096 * international/latexenc.el (latexenc-find-file-coding-system):
16097 Make sure latexenc-main-file is a regular file and is readable.
16098
16099 2006-01-27 Andre Spiegel <spiegel@gnu.org>
16100
16101 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
16102 Pass FILE to vc-user-login-name.
16103
16104 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
16105
16106 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
16107
16108 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
16109 there are no more images to display.
16110 (thumbs-mark, thumbs-unmark): Revert change so that they move to
16111 the next image.
16112
16113 2006-01-26 Richard M. Stallman <rms@gnu.org>
16114
16115 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
16116
16117 * wid-edit.el (advertised-widget-backward): New alias.
16118 (widget-keymap): Use advertised-widget-backward for S-TAB.
16119
16120 * tumme.el: Correct the keywords.
16121 (tumme-dir-max-size): Use defvar.
16122 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
16123
16124 * simple.el (move-beginning-of-line): Take account of fields.
16125 (clone-indirect-buffer-other-window): Take args like
16126 clone-indirect-buffer, and work like it.
16127
16128 * help-fns.el (describe-function): Don't pass `nil' as default.
16129
16130 * files.el (risky-local-variable-p): Follow var aliases.
16131
16132 * subr.el (lazy-completion-table): Doc fix.
16133
16134 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
16135 global binding of `line'.
16136
16137 2006-01-25 Andre Spiegel <spiegel@gnu.org>
16138
16139 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
16140 Tramp.
16141
16142 * vc.el (vc-default-dired-state-info): Pass FILE to
16143 vc-user-login-name.
16144 (vc-default-update-changelog): Don't use vc-user-login-name, we
16145 don't need it here.
16146
16147 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
16148 no longer necessary.
16149
16150 2006-01-25 Kenichi Handa <handa@m17n.org>
16151
16152 * international/mule.el (decode-char): Avoid the overhead of
16153 calling utf-lookup-subst-table-for-decode if
16154 utf-translate-cjk-mode is nil.
16155 (encode-char): Avoid the overhead of calling
16156 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
16157 nil.
16158
16159 2006-01-22 Kenichi Handa <handa@m17n.org>
16160
16161 * international/mule.el (make-subsidiary-coding-system): Reset
16162 `coding-system-define-form' property of subsidiaries to nil.
16163 Avoid duplicated entry in coding-system-alist.
16164 (make-coding-system): Avoid duplicated entry in
16165 coding-system-alist.
16166 (define-coding-system-alias): Likewise.
16167
16168 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
16169
16170 * completion.el: Minor fixes in introductory comment.
16171 (completion-def-wrapper): Fix alist.
16172
16173 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
16174
16175 * thumbs.el (thumbs-new-image-size): New function.
16176 (thumbs-increment-image-size-element)
16177 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
16178 (thumbs-decrement-image-size): Delete.
16179 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
16180 temp files and use to resize.
16181 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
16182 Use increment argument to enlarge/shrink. Preserve point.
16183 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
16184 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
16185 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
16186 (thumbs-mark, thumbs-unmark): Preserve point.
16187 (thumbs-modify-image): Keep old temp files and use to modify.
16188 Cleanup old temp files at load time. Preserve point.
16189 (thumbs-view-image-mode-map): Use new command names.
16190
16191 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
16192
16193 * log-view.el (log-view-minor-wrap): First rev is the one at point.
16194
16195 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
16196 the nastiest part of the cyclic dependency.
16197 (cal-menu-update): Use dotimes and calendar-increment-month.
16198
16199 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
16200 (calendar-week-start-day): Add an :initializer.
16201 (calendar-mode-map): Use suppress-keymap, and command remapping.
16202 (describe-calendar-mode): Setup xref-stack info for the back button.
16203 (calendar-star-date): Insert before delete.
16204 (calendar-set-mode-line): Add file-modified info if applicable.
16205 (calendar-increment-month): New function.
16206
16207 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
16208
16209 * font-lock.el (lisp-font-lock-keywords-2):
16210 Recognize "& keywords" only at word boundaries.
16211
16212 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
16213
16214 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
16215 and permanent-local.
16216 (thumbs-max-image-number): New variable.
16217 (thumbs-do-thumbs-insertion): Use them.
16218 (thumbs-per-line): Change default to 4.
16219 (thumbs-marked-list): Rename from thumbs-markedL.
16220 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
16221 (thumbs-rename-images): Use -list instead of L for internal variables.
16222 (thumbs-call-convert): Use call-process instead of shell-command.
16223 (thumbs-insert-thumb): Add filename as help-echo to each image.
16224 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
16225 Give dir to thumbs-show-thumbs-list.
16226 (thumbs-show-thumbs-list): Set default-directory to that of images.
16227 (thumbs-dired-show): Rename from thumbs-dired-show-all.
16228 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
16229 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
16230 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
16231
16232 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
16233
16234 * ses.el (ses-read-cell): Provide a default value.
16235
16236 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
16237
16238 * term/w32-win.el (image-library-alist): Add additional names for
16239 GIF library.
16240
16241 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
16242
16243 * international/latexenc.el (latexenc-find-file-coding-system):
16244 Add file-regular-p check.
16245
16246 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
16247
16248 * simple.el (clone-buffer): Don't show the new buffer in the same
16249 window.
16250
16251 2006-01-23 Juri Linkov <juri@jurta.org>
16252
16253 * faces.el (link, link-visited): New faces based on default values
16254 of `info-xref' and `info-xref-visited'.
16255
16256 * info.el (info-xref): Inherit from `link'.
16257 (info-xref-visited): Inherit from `link-visited'.
16258
16259 * cus-edit.el (custom-buffer-create-internal): Use widget type
16260 `custom-manual' instead of `info-link' and don't set properties
16261 `button-face' and `mouse-face' explicitly.
16262 (custom-browse-group-tag, custom-browse-variable-tag)
16263 (custom-browse-face-tag): Inherit from widget class
16264 `custom-group-link' instead of `push-button'.
16265 (custom-button-unraised): Inherit from `underline' face.
16266 (custom-link): Inherit from `link' face. Fix doc and group.
16267 (custom-add-parent-links, custom-group-value-create): Don't set
16268 properties `button-face' and `mouse-face' explicitly for
16269 `custom-group-link' widget.
16270 (custom-group-link): Add properties `button-face' and `mouse-face'
16271 to widget definition.
16272 (custom-field-keymap): New variable. Put `custom-field-keymap' to
16273 editable-field's :keymap property.
16274 (custom-mode): Fix docstring: substitute keybindings for
16275 `widget-forward' and `widget-backward' from `widget-keymap',
16276 `widget-complete' from `custom-field-keymap', replace old
16277 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
16278
16279 * desktop.el (desktop-load-file): Check for `fboundp' before
16280 calling `symbol-function'.
16281
16282 * simple.el (clone-buffer, clone-indirect-buffer)
16283 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
16284 `read-string'. Fix prompts.
16285
16286 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
16287
16288 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
16289
16290 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
16291
16292 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
16293
16294 * startup.el (inhibit-splash-screen, initial-scratch-message):
16295 Doc fixes.
16296
16297 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
16298
16299 Sync with Tramp 2.0.52.
16300
16301 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
16302 * net/tramp-vc.el: Add code for unloading Tramp. See comment before
16303 `tramp-unload-tramp' for checklist.
16304
16305 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
16306 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
16307 (tramp-unload-file-name-handler-alist)
16308 (tramp-unload-tramp): New defuns.
16309 (tramp-advice-PC-expand-many-files): New defadvice.
16310 (tramp-save-PC-expand-many-files, tramp-setup-complete): Defuns
16311 removed.
16312 (tramp-handle-expand-file-name): Remove double slash.
16313 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
16314 It doesn't matter, because it will be converted later on.
16315 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
16316 implementation was just heuristic.
16317 (tramp-post-connection): Set uid and gid properties.
16318 (tramp-convert-file-attributes): Set file's gid change bit.
16319 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
16320 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
16321 in case of su(do)? methods. The home directory of the local user
16322 will be taken else.
16323 (tramp-open-connection-telnet)
16324 (tramp-open-connection-rsh, tramp-open-connection-su)
16325 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
16326 local shell prompt could hurt. Reported by Romain Francoise
16327 <romain@orebokech.com>.
16328 (tramp-let-maybe): Add `edebug-form-spec' property.
16329 (tramp-handle-expand-file-name): Bind `default-directory' locally
16330 to "/" in order to avoid problems with UNC shares or Cygwin
16331 mounts.
16332 (tramp-md5-function): Fix typo in error message.
16333
16334 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
16335
16336 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
16337 for byte-compiler pacification.
16338
16339 2006-01-22 Andre Spiegel <spiegel@gnu.org>
16340
16341 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
16342 ID-FORMAT `string'. This allows us to get rid of
16343 `vc-user-login-name UID'.
16344
16345 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
16346
16347 2006-01-22 John Paul Wallington <jpw@pobox.com>
16348
16349 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
16350
16351 2006-01-21 Martin Rudalics <rudalics@gmx.at>
16352
16353 * emacs-lisp/find-func.el (find-definition-noselect)
16354 (find-variable-noselect): Search variables in C source code too.
16355 (find-function-C-source, find-function-noselect, find-function)
16356 (find-function-other-frame, find-variable-noselect, find-variable)
16357 (find-variable-other-frame, find-variable-at-point):
16358 Fix docstrings.
16359
16360 2006-01-21 Francesco Potort\e,Al\e(B <pot@gnu.org>
16361
16362 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
16363
16364 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
16365
16366 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
16367 Default to disabling the "Save affix" question.
16368
16369 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
16370
16371 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
16372 the first arg to run-python.
16373
16374 2006-01-21 Eli Zaretskii <eliz@gnu.org>
16375
16376 * startup.el (command-line-1): Handle --no-desktop if desktop.el
16377 is not loaded.
16378
16379 2006-01-20 Jay Belanger <belanger@truman.edu>
16380
16381 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
16382 limit is 0.
16383
16384 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
16385 the correct variable.
16386
16387 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
16388
16389 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
16390 link. Fixed buggy argument sequence in call to `org-view-tags'.
16391 (org-compile-prefix-format): Set `org-prefix-has-tag'.
16392 (org-prefix-has-tag): New variable.
16393 (org-format-agenda-item): Remove tags from headline if
16394 appropriate.
16395 (org-agenda-remove-tags-when-in-prefix): New option.
16396 (org-get-tags-at): New function.
16397
16398 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
16399
16400 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
16401 (thumbs-find-image): Move image name and number from buffer name
16402 to mode name. Set thumbs-buffer. Preserve point so that large
16403 images remain visible.
16404 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
16405 order.
16406 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
16407 mode name.
16408 (thumbs-next-image, thumbs-previous-image): Make them work.
16409
16410 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
16411
16412 * cus-edit.el (custom-buffer-create-internal): State in the text above
16413 the whole buffer buttons that they do not operate on hidden items.
16414 (custom-face-menu): Use `custom-face-save' instead of
16415 `custom-face-save-command'.
16416 (custom-face-save-command): Make it an alias for `custom-face-save'
16417 and declare it obsolete.
16418 (custom-face-save): Doc fix.
16419
16420 * dired.el (dired-no-confirm): Add quote.
16421 (dired-subdir-alist-pre-R): Add quote in
16422 `make-variable-buffer-local' form and remove unbalanced parenthesis.
16423
16424 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
16425
16426 * textmodes/table.el (table-mode-indicator): Typo in last change.
16427
16428 2006-01-19 Richard M. Stallman <rms@gnu.org>
16429
16430 * outline.el (hide-leaves): Don't call outline-end-of-heading.
16431 Fixes bug reported in Nov 2005.
16432
16433 * isearch.el (isearch-forward): Doc fix.
16434
16435 * dired.el (dired-move-to-filename-regexp): Define as alias.
16436 (dired-no-confirm): Use defcustom.
16437 (dired-subdir-alist-pre-R): Put defvar at top level.
16438
16439 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
16440
16441 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
16442 Mark as risky.
16443
16444 * simple.el (set-mark-command): Doc fix.
16445 (clone-indirect-buffer-other-window):
16446 Read arg like clone-indirect-buffer.
16447 (move-beginning-of-line): Skip invisible newlines.
16448
16449 2006-01-19 Masatake YAMATO <jet@gyve.org>
16450
16451 * progmodes/cpp.el (cpp-edit-load): Make the order of
16452 listed conditions in a base C code buffer and its associate
16453 CPP Edit buffer the same.
16454
16455 2006-01-19 Kenichi Handa <handa@m17n.org>
16456
16457 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
16458 (rmail-mime-feature): Likewise.
16459 (rmail-require-mime-maybe): Use display-warning to show a warning
16460 message.
16461
16462 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
16463 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
16464
16465 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
16466
16467 * array.el: Move defvars out of eval-when-compile.
16468 (array-make-template): Replace undeclared global var with a local one.
16469 (array-mode): Inline initialization functions.
16470 (array-init-local-variables, array-init-max-row)
16471 (array-init-max-column, array-init-columns-per-line)
16472 (array-init-field-width, array-init-rows-numbered)
16473 (array-init-line-length, array-init-lines-per-row): Remove.
16474
16475 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
16476 (doc-mode-map): Define explicitly.
16477 (doctor-txtype): Use mapc.
16478
16479 * textmodes/table.el: Move defvars out of eval-when-compile.
16480 Remove harmful code meant to avoid byte-compiler warnings.
16481 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
16482 specification that checks table-fixed-width-mode directly.
16483 (table-recognize-region, table-recognize-cell):
16484 Use restore-buffer-modified-p.
16485 (table-fixed-width-mode): Remove code that refreshes
16486 table-fixed-mode-indicator.
16487 (*table--cell-describe-bindings, *table--cell-describe-mode):
16488 Avoid obsolete name print-help-return-message.
16489 (table--test-cell-list): Don't use replace-regexp from elisp.
16490 (table--point-entered-cell-function, table--point-left-cell-function):
16491 Don't set table-fixed-mode-indicator, use force-mode-line-update.
16492
16493 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
16494 that was after the end of file. Use buffer-file-name variable.
16495 (org-timestamp-change): Use with-current-buffer.
16496 (org-todo-list): Don't unnecessarily define a new buffer-local var.
16497 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
16498 `file'.
16499
16500 * progmodes/fortran.el: Move defvars out of eval-when-compile.
16501 (fortran-break-line): Remove unused var `opoint'.
16502 (fortran-abbrev-start): Obey help-event-list.
16503
16504 2006-01-18 Jesper Harder <harder@phys.au.dk>
16505
16506 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
16507
16508 2006-01-18 Masatake YAMATO <jet@gyve.org>
16509
16510 * progmodes/make-mode.el (makefile-imake-mode): New mode
16511 derived from makefile-mode.
16512 (makefile-imake-mode-syntax-table): New syntax table
16513 derived from makefile-mode-syntax-table.
16514 (makefile-mode): Write about makefile-imake-mode in doc string.
16515 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
16516 (makefile-imake-font-lock-keywords): New font lock keywords.
16517
16518 * files.el (auto-mode-alist): Add Imakefile.
16519
16520 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
16521
16522 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
16523 loading the file rather than when turning on flyspell-mode.
16524
16525 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
16526
16527 * cus-edit.el (customize-rogue): Minor doc fix.
16528
16529 2006-01-17 Juri Linkov <juri@jurta.org>
16530
16531 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
16532 instead of the file at the mark as default if the file at the mark
16533 is the same as the file at point or if dired-dwim-target-directory
16534 is not the same as the current directory and the mark is not active.
16535
16536 * log-view.el (log-view-minor-wrap): Use the same logic to get
16537 revisions as `log-view-diff'.
16538
16539 * info.el (Info-revert-find-node): Check for Info-current-file
16540 before preserving new-history.
16541
16542 * man.el (Man-heading-regexp): Add `/'.
16543
16544 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
16545 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
16546
16547 2006-01-16 Juri Linkov <juri@jurta.org>
16548
16549 * faces.el (mode-line-faces): New defgroup.
16550 (mode-line-highlight): Move definition after new defgroup.
16551 (mode-line, mode-line-inactive, mode-line-highlight):
16552 Replace :group `modeline' with `mode-line-faces'.
16553 (mode-line-buffer-id): New face.
16554 (modeline-buffer-id): New face alias.
16555 (vertical-border): Remove :group `modeline'.
16556
16557 * bindings.el (propertized-buffer-identification): Use face
16558 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
16559 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
16560 (mode-line-buffer-identification-keymap): For mouse-1 replace
16561 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
16562 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
16563 mouse-3.
16564
16565 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
16566 Buffer-menu-buffer. Doc fix.
16567 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
16568 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
16569 `Buffer-menu-buffer'.
16570
16571 * info.el (Info-mode-line-node-keymap): New defvar.
16572 (Info-set-mode-line): Use `stringp' to check Info-current-file.
16573 Propertize Info-current-node with `mode-line-buffer-id' and
16574 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
16575
16576 * time.el (display-time-mail-face): Replace :group `faces' with
16577 `mode-line-faces'.
16578
16579 2006-01-16 Kenichi Handa <handa@m17n.org>
16580
16581 * international/code-pages.el: Add autoload cookies for cp125[0345678].
16582
16583 * language/european.el (cp1252): New alias for windows-1252.
16584
16585 * international/mule.el (autoload-coding-system): Prepare for EOL
16586 variants.
16587
16588 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
16589
16590 * term.el (term-raw-map): Add mapping for insert.
16591 (term-send-insert): New.
16592 (term-mode): Make variables local here instead of doing it in
16593 `term-emulate-terminal'.
16594 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
16595 Scroll reverse needs to take into account the scroll region.
16596 Saving and restoring the cursor should save the color attributes too.
16597 (term-reset-terminal): Reset the scroll region.
16598 (term-handle-ansi-escape): Cursor up and down should take into
16599 account the scroll region.
16600 (term-set-scroll-region): Rename from `term-scroll-region'.
16601 Move to 0,0 after setting the region.
16602 (term-handle-scroll): Handle scroll up.
16603 (term-down): Fix off by one error.
16604 (term-delete-lines): Do not delete outside the scroll region.
16605 (term-insert-lines): Take into account the scroll region.
16606
16607 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
16608
16609 * textmodes/ispell.el (ispell-internal-change-dictionary)
16610 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
16611 (start, end): Move declaration outside of eval-when-compile.
16612
16613 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
16614 (flyspell-mode-on): Use it.
16615
16616 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
16617 ispell-kill-ispell-hook.
16618
16619 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
16620
16621 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
16622 (Custom-reset-saved): Do not ask for confirmation in single option
16623 buffers.
16624
16625 2006-01-13 Richard M. Stallman <rms@gnu.org>
16626
16627 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
16628
16629 2006-01-13 Romain Francoise <romain@orebokech.com>
16630
16631 * add-log.el (add-change-log-entry, change-log-merge):
16632 Conditionally use `hard-newline'.
16633
16634 2006-01-13 Martin Rudalics <rudalics@gmx.at>
16635
16636 * wid-edit.el (widget-field-end): If the overlay is no longer
16637 associated with a buffer, behave as if the overlay didn't exist.
16638
16639 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
16640 Make sure the links use the `custom-link' face.
16641
16642 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
16643
16644 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
16645 (ld-script-mode): Don't set indent-line-function since we don't
16646 have one.
16647
16648 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
16649
16650 * textmodes/org.el (org-open-file): Use mailcap for selecting an
16651 application.
16652 (org-file-apps-defaults-gnu): Use mailcap as the default for
16653 selecting an application on a UNIX system.
16654 (org-agenda-show-tags): New command.
16655 (org-table-insert-hline): Keep cursor in current table line.
16656 (org-table-convert): Offset effect of modifying
16657 `org-table-insert-hline'.
16658 (org-format-agenda-item): New optional argument TAG.
16659 (org-compile-prefix-format): Handle %T format for the tag.
16660 (org-expand-wide-chars): New function.
16661 (org-table-insert-row, org-table-insert-hline):
16662 Use `org-expand-wide-chars'.
16663 (org-open-file): Fix bug in program launch.
16664 (org-get-time-of-day): Fix bug with times before 1am.
16665 (org-agenda-menu): Add tags commands.
16666
16667 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
16668
16669 * textmodes/ispell.el (ispell-init-process): Include the used
16670 dictionary in ispell process start message.
16671 (ispell-internal-change-dictionary): When flyspell-mode is active
16672 and dictionary is changed, make sure ispell process is restarted
16673 and flyspell word cache cleared out for the current buffer.
16674 (ispell-change-dictionary): Make sure flyspell word cache is
16675 cleared out in all buffers with active flyspell mode when
16676 dictionary is globally changed.
16677 Call ispell-internal-change-dictionary after dictionary change.
16678
16679 2006-01-13 Eli Zaretskii <eliz@gnu.org>
16680
16681 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
16682
16683 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
16684 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
16685 years. Fix small differences wrt Makefile.in.
16686 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
16687 Makefile.in does.
16688
16689 2006-01-12 Bill Wohler <wohler@newt.com>
16690
16691 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
16692 mh-search.el.
16693
16694 2006-01-12 Masatake YAMATO <jet@gyve.org>
16695
16696 * progmodes/ld-script.el: Update copyright year.
16697
16698 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
16699
16700 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
16701 Don't add widget if setting undefined.
16702
16703 2006-01-12 John Paul Wallington <jpw@pobox.com>
16704
16705 * help-fns.el (describe-variable): Remove newlines from void
16706 variable output.
16707
16708 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
16709
16710 * wdired.el (wdired-mode-map): Add help echo for
16711 wdired-abort-changes.
16712
16713 * man.el (Man-file-name-regexp): Adjust for a list of files.
16714
16715 2006-01-12 Masatake YAMATO <jet@gyve.org>
16716
16717 * progmodes/ld-script.el (auto-mode-alist): Support
16718 suffix conventions used in netbsd and eCos.
16719
16720 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
16721
16722 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
16723 (custom-variable-menu, custom-face-menu, custom-group-menu)
16724 (Custom-mode-menu): Change names of menu items. (As discussed on
16725 emacs-devel.)
16726 (custom-face-menu): Add "Undo Edits" item.
16727
16728 * startup.el (init-file-user): defcustom -> defvar.
16729
16730 * tooltip.el (tooltip-mode): Doc fix.
16731
16732 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
16733
16734 * reveal.el (reveal-post-command): window-buffer signals an error on
16735 dead windows rather than returning nil.
16736 (reveal-open-new-overlays): An overlay might die while we open others.
16737
16738 2006-01-11 Bill Wohler <wohler@newt.com>
16739
16740 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
16741 phrasing in docstring.
16742
16743 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
16744 can give some systems gas. Add new file mh-buffers.el.
16745
16746 2006-01-06 Masatake YAMATO <jet@gyve.org>
16747
16748 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
16749 C preprocessor forward ported from GNU Emacs 21.2.
16750
16751 * progmodes/asm-mode.el (asm-font-lock-keywords):
16752 Use `cpp-font-lock-keywords'.
16753
16754 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
16755
16756 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
16757 of $ for "\\.ld[s]?".
16758
16759 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
16760
16761 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
16762 (tcl-indent-line): Return `noindent' if inside a string.
16763
16764 * progmodes/flymake.el (flymake-split-string): Remove more than one
16765 empty string at beg/end of the result.
16766 (flymake-find-buildfile, flymake-find-possible-master-files):
16767 Use expand-file-name.
16768 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
16769 since expand-file-name does it for us. Use directory-file-name.
16770 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
16771 (flymake-ler-get-type, flymake-ler-get-text)
16772 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
16773 (flymake-current-line-no): Remove spurious interactive spec.
16774 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
16775 (flymake-check-include): Remove arg inc-path merged into inc-name.
16776 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
16777 Arg regexp-list replaced by a simple regexp.
16778 (flymake-master-make-header-init, flymake-master-tex-init):
16779 Correspondingly replace regexp-list with a regexp. Fix regexp.
16780
16781 2006-01-10 Simon Josefsson <jas@extundo.com>
16782
16783 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
16784 describing AUTH PLAIN fix.
16785
16786 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
16787
16788 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
16789 (report-emacs-bug): Don't record initial prompt text.
16790 Instead, add text properties to prompting text.
16791 (report-emacs-bug-hook): Delete prompting text.
16792
16793 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
16794
16795 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
16796 `dirs'. Adjust callers.
16797
16798 2006-01-09 John Paul Wallington <jpw@gnu.org>
16799
16800 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
16801
16802 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
16803
16804 * reveal.el (reveal-open-new-overlays): New extracted fun.
16805 (reveal-close-old-overlays): Idem. Check overlays's liveness before
16806 using them. Simplify the code.
16807 (reveal-post-command): Use them. Fix up obsolete windows in
16808 reveal-open-spots.
16809
16810 * progmodes/flymake.el: Use `require' rather than autoload for
16811 XEmacs's overlays.
16812 (flymake-get-common-file-prefix, flymake-build-relative-filename):
16813 Delete. Use file-relative-name instead.
16814 (flymake-get-syntax-check-program-args, flymake-perl-init):
16815 Simplify the resulting code.
16816
16817 * log-view.el (log-view-file-re, log-view-message-re): Add support
16818 for DaRCS output.
16819
16820 2006-01-09 Alex Schroeder <alex@gnu.org>
16821
16822 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
16823 identifiers sometimes added in square brackets at the beginning of
16824 subject lines.
16825
16826 2006-01-07 Richard M. Stallman <rms@gnu.org>
16827
16828 * cus-edit.el (Custom-set, Custom-save): Doc fix.
16829 (Custom-reset-current, Custom-reset-saved): Change question text.
16830 (Custom-reset-standard): Likewise.
16831 (custom-variable-reset-saved): Doc fix.
16832
16833 2006-01-07 Eli Zaretskii <eliz@gnu.org>
16834
16835 * startup.el (init-file-user): Doc fix.
16836
16837 2006-01-07 Alex Schroeder <alex@gnu.org>
16838
16839 * mail/rmail.el (rmail-current-subject): New function.
16840 (rmail-current-subject-regexp): New function.
16841 (rmail-next-same-subject): Use it.
16842
16843 * mail/rmailsum.el (rmail-summary-by-topic):
16844 Use rmail-current-subject and rmail-current-subject-regexp.
16845 (rmail-summary-next-same-subject): Ditto.
16846
16847 * net/rcirc.el (rcirc-send-input): No longer check whether the
16848 process is open, since not all commands need an open process.
16849 (rcirc-send-string): Check whether the process is open before
16850 sending anything.
16851 (rcirc-ignore-list): New option.
16852 (rcirc-ignore-list-automatic): New variable.
16853 (rcirc-print): Take rcirc-ignore-list into account.
16854 (rcirc-cmd-ignore): New command.
16855 (rcirc-ignore-update-automatic): New function.
16856 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
16857 list if ignored nicks.
16858 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
16859
16860 2006-01-06 David Reitter <david.reitter@gmail.com>
16861
16862 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
16863 reflect the address to which the report will be sent.
16864
16865 2006-01-06 Eli Zaretskii <eliz@gnu.org>
16866
16867 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
16868 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
16869
16870 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
16871
16872 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
16873
16874 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
16875 the doc string: "functoin" => "function".
16876 * ldefs-boot.el: Likewise.
16877
16878 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
16879 message text: "Duplicat" => "Duplicate".
16880
16881 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
16882
16883 * files.el (basic-save-buffer-2): If backing-up failed, reset
16884 buffer-backed-up to nil.
16885
16886 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
16887
16888 * progmodes/gud.el (gdb-script-skip-to-head)
16889 (gdb-script-calculate-indentation): Indent for breakpoint command
16890 lists also.
16891
16892 2006-01-05 Bill Wohler <wohler@newt.com>
16893
16894 * Makefile.in (compile-always): Add mh-autoloads dependency.
16895 (bootstrap): Remove mh-autoloads dependency, as compile dependency
16896 provides it.
16897 (updates): Remove mh-autoloads dependency, since it probably has
16898 already run recently (via recompile).
16899
16900 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
16901
16902 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
16903 argument `force' to disable the flyspell-last-buffer optimization.
16904 (flyspell-mode-on): Use it.
16905
16906 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
16907 flymake-simple-cleanup.
16908 (flymake-allowed-file-name-masks): Use this new default.
16909 All the functions are now called in the right buffer rather than
16910 passing the buffer as argument.
16911 (flymake-process-sentinel): Switch to buffer before calling cleanup.
16912 (flymake-parse-err-lines): Remove redundant buffer arg.
16913 (flymake-get-program-dir): Comment out unused function.
16914 (flymake-start-syntax-check, flymake-start-syntax-check-process):
16915 Remove redundant buffer argument.
16916 (flymake-get-real-file-name, flymake-simple-java-cleanup)
16917 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
16918
16919 2006-01-05 Richard M. Stallman <rms@gnu.org>
16920
16921 * info.el (Info-find-node): Don't record previous node if have none.
16922 (info): Go to directory only if history is empty.
16923
16924 * simple.el (mark): Doc fix.
16925
16926 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16927
16928 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
16929 already of desired type.
16930 (mac-ae-list): Coerce parameter to "list" type.
16931 (mac-dispatch-apple-event): Replace cadr part of event with a
16932 dummy position so that event-start returns it.
16933
16934 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
16935
16936 * textmodes/org.el (org-end-of-subtree): New function.
16937 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
16938 Use `org-end-of-subtree'.
16939 (org-agenda, org-agenda-convert-date): Protect calls to
16940 `fit-window-to-buffer'.
16941 (org-tags-view): Force matching of sublevels when doing a
16942 todo-only search. Define the correct redo command, including the
16943 arguments.
16944 (org-agenda-redo): Display message.
16945 (org-check-for-org-mode): New function.
16946 (org-agenda-type): New variable.
16947 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
16948 Set `org-agenda-type'.
16949 (org-agenda-check-type): New function.
16950 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
16951 (org-agenda-week-view, org-agenda-day-view)
16952 (org-agenda-next-date-line, org-agenda-previous-date-line)
16953 (org-agenda-log-mode, org-agenda-toggle-diary)
16954 (org-agenda-toggle-time-grid, org-agenda-date-later)
16955 (org-agenda-date-prompt, org-agenda-diary-entry)
16956 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
16957 (org-agenda-convert-date, org-agenda-menu):
16958 Use `org-agenda-check-type'.
16959 (org-make-overlay, org-delete-overlay)
16960 (org-detatch-overlay, org-move-overlay, org-overlay-put):
16961 New compatibility functions.
16962 (org-calendar-select-mouse): New command.
16963
16964 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
16965
16966 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
16967 (Custom-reset-standard): Fix y-or-n-p messages.
16968 (custom-link): New face for links.
16969 (custom-buffer-create-internal, custom-manual): Use it.
16970 (custom-face-save): Push to theme-face before setting face spec.
16971
16972 * wid-edit.el (widget-default-mouse-face-get): New function.
16973 (widget-specify-button): Handle mouse-face like button-face.
16974
16975 * custom.el (load-theme): Clear old theme settings if reloading.
16976
16977 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
16978
16979 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
16980 "Erase Customization" button back to same position it occupies in
16981 the individual State menus.
16982
16983 2006-01-04 Kim F. Storm <storm@cua.dk>
16984
16985 * wid-edit.el (key-sequence): Rework widget to read key binding
16986 using `kbd' syntax. Use C-q to insert literal key, event, or code.
16987 (widget-key-sequence-default-value): Default value for empty sequence.
16988 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
16989 (widget-key-sequence-read-event): New command for C-q.
16990 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
16991 (widget-key-sequence-value-to-external): New functions.
16992
16993 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
16994
16995 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
16996 Use expand-file-name.
16997 (flymake-delete-temp-directory): Use expand-file-name,
16998 file-name-directory, and directory-file-name.
16999 (flymake-strrchr): Delete.
17000 (flymake-start-syntax-check): Don't pass the redundant buffer argument
17001 to the init-f function.
17002 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
17003 (flymake-init-find-buildfile-dir)
17004 (flymake-init-create-temp-source-and-master-buffer-copy)
17005 (flymake-simple-make-init-impl, flymake-simple-make-init)
17006 (flymake-master-make-init, flymake-master-make-header-init)
17007 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
17008 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
17009 (flymake-xml-init): Remove corresponding redundant buffer argument.
17010 (flymake-allowed-file-name-masks): Remove last elems that are equal to
17011 the default anyway. Clean up regexps.
17012
17013 * progmodes/flymake.el (flymake-temp-source-file-name)
17014 (flymake-master-file-name, flymake-temp-master-file-name)
17015 (flymake-base-dir): New buffer-local vars.
17016 (flymake-buffer-data, flymake-get-buffer-value)
17017 (flymake-set-buffer-value): Replace those hash-tables by the new
17018 buffer-local vars. Update callers.
17019
17020 * progmodes/flymake.el (flymake-check-start-time)
17021 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
17022 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
17023 Move definition, so we can remove redundant earlier declaration.
17024 (flymake-replace-regexp-in-string, flymake-split-string)
17025 (flymake-get-temp-dir): Use defalias.
17026 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
17027 (flymake-xemacs-window-edges): Remove unused function.
17028 (flymake-get-point-pixel-pos): Move.
17029 (flymake-pid-to-names, flymake-reg-names)
17030 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
17031 Replace by a simple list flymake-processes and by process-buffer.
17032 Update callers. Other than simplify the code, it uses buffers rather
17033 than buffer-names so it doesn't get confused by uniquify.
17034 (flymake-buffer-data): The global value should just be nil.
17035
17036 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
17037 Optimize the body of a defalias like any other code.
17038
17039 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
17040 Make sure we've setup font-lock's vars. It may influence which
17041 function we then call.
17042 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
17043 here since it's too late anyway.
17044
17045 2006-01-03 Romain Francoise <romain@orebokech.com>
17046
17047 * startup.el (fancy-splash-tail, normal-splash-screen):
17048 Update copyright year.
17049
17050 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
17051
17052 * mouse.el (mouse-drag-track): Rename, from
17053 `mouse-drag-region-1'. Includes optional argument required to
17054 enable post-drag event processing (e.g. delete region keys).
17055 Can be used without this argument to track a mouse region and operate
17056 on it as soon as the drag completes.
17057 (mouse-drag-region): Use `mouse-drag-track'.
17058
17059 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
17060
17061 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
17062 Move to `custom-buffer' group.
17063
17064 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
17065 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
17066 (custom-theme-insert-face-marker, custom-theme-variable-menu)
17067 (custom-theme-face-menu): New variables.
17068 (custom-theme-add-variable, custom-theme-variable-action)
17069 (custom-variable-reset-theme, custom-theme-delete-variable)
17070 (custom-face-reset-theme, custom-theme-face-action)
17071 (custom-theme-delete-face, custom-theme-merge-theme)
17072 (custom-theme-add-face, custom-theme-visit-theme): New functions.
17073
17074 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
17075
17076 * custom.el: Move Custom Themes commentary to start of theme code.
17077 (custom-known-themes): Rename `standard' theme to `changed'.
17078 (custom-push-theme): Caller no longer specifies what theme to use
17079 when doing `reset'---the setting is simply removed from the theme.
17080 Delete MODE from `theme-value' and `theme-settings' properties.
17081 (custom-declare-theme): Ignore &rest args since we don't use them.
17082
17083 (custom-loaded-themes): Delete variable.
17084 (custom-theme-load-themes, custom-theme-loaded-p)
17085 (custom-theme-value): Delete functions.
17086
17087 (custom-declare-theme): Signal error on invalid theme names.
17088 (provide-theme): custom-loaded-themes was deleted.
17089 (load-theme): Load the file unconditionally.
17090 (enable-theme): Call `load-theme' if theme is undefined.
17091 (custom-enabled-themes): Only update value for successful loads.
17092 (disable-theme): Complete from enabled themes when interactive.
17093 (custom-variable-theme-value): Calculate theme value directly.
17094
17095 (custom-theme-reset-variables, custom-reset-variables): Mark as
17096 XEmacs compatibility functions. We don't actually use these.
17097
17098 * cus-edit.el (custom-variable-state-set):
17099 Use custom-variable-theme-value instead of custom-theme-value.
17100 (custom-face-state-set): Rename `standard' theme to `changed'.
17101 (custom-save-variables, custom-save-faces): Delete unneeded
17102 references to custom-reset-variables.
17103 (custom-save-resets): Delete function.
17104 (custom-save-variables, custom-save-faces): MODE argument deleted.
17105 (custom-save-variables, custom-save-faces): Ignore theme values.
17106
17107 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
17108 compatibility function.
17109
17110 2006-01-01 Richard M. Stallman <rms@gnu.org>
17111
17112 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
17113 (Custom-reset-current, Custom-reset-saved): Likewise.
17114 (Custom-reset-standard): Show message if aborted.
17115 (custom-mode): Doc fix, describing those commands.
17116
17117 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
17118 put on event-kind property.
17119
17120 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
17121
17122 * custom.el (provide-theme): Ban `user' theme name.
17123 (custom-enabling-themes): New variable.
17124 (enable-theme): Don't enable user if custom-enabling-themes is t.
17125 (custom-enabled-themes): Make it a defcustom.
17126 (custom-theme-recalc-face): No-op if face is undefined.
17127
17128 * cus-edit.el (custom-button-mouse): New variable.
17129 (custom-button-mouse): New face.
17130 (custom-raised-buttons, custom-mode): Use it.
17131
17132 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
17133
17134 2005-12-31 Eli Zaretskii <eliz@gnu.org>
17135
17136 * progmodes/gud.el (gud-display-line): Support hl-line in the
17137 source buffer.
17138
17139 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
17140
17141 * mouse.el (mouse-drag-window-above): Verify that the found window
17142 overlaps with the given window in the horizontal dimension.
17143
17144 2005-12-31 Eli Zaretskii <eliz@gnu.org>
17145
17146 * Makefile.in (cvs-update): New target.
17147
17148 * makefile.w32-in (cvs-update): Ditto.
17149
17150 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
17151
17152 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
17153 (custom-new-theme-mode-map): New variable.
17154
17155 2005-12-30 Richard M. Stallman <rms@gnu.org>
17156
17157 * custom.el (custom-load-themes): Function deleted.
17158
17159 * cus-edit.el (custom-save-loaded-themes): Function deleted.
17160 (custom-save-variables): Don't delete or add custom-load-themes call.
17161
17162 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
17163
17164 * cus-start.el: Add `visible-cursor'.
17165
17166 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
17167 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
17168 (flymake-process-filter): Switch to buffer before calling it instead.
17169 (flymake-post-syntax-check, flymake-highlight-err-lines)
17170 (flymake-delete-own-overlays, flymake-parse-err-lines)
17171 (flymake-start-syntax-check, flymake-start-syntax-check-process)
17172 (flymake-count-lines, flymake-parse-residual):
17173 Remove constant buffer argument.
17174 (flymake-start-syntax-check-for-current-buffer): Remove.
17175 Update callers to use flymake-start-syntax-check instead.
17176 (flymake-display-err-menu-for-current-line):
17177 Remove unused var `mouse-pos'.
17178 (flymake-restore-formatting): Comment out unused function.
17179 (flymake-report-status, flymake-report-fatal-status): Remove buffer
17180 argument, use current-buffer instead. Update callers.
17181
17182 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
17183
17184 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
17185 buffer-local because choose-completion-delete-max-match requires
17186 that we set completion-ignore-case (i.e., binding via let is not
17187 sufficient).
17188 (bibtex-complete): Always set completion-ignore-case and
17189 choose-completion-string-functions. The latter is needed because
17190 choose-completion-string-functions keeps its value if we quit the
17191 *Completions* buffer without requesting a completion.
17192
17193 2005-12-30 Andreas Schwab <schwab@suse.de>
17194
17195 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
17196
17197 2005-12-30 Eli Zaretskii <eliz@gnu.org>
17198
17199 * jit-lock.el (jit-lock-chunk-size): Doc fix.
17200
17201 2005-12-30 Juri Linkov <juri@jurta.org>
17202
17203 * locate.el (locate-fcodes-file, locate-header-face)
17204 * progmodes/delphi.el (delphi-other-face)
17205 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
17206
17207 * paren.el (show-paren-match, show-paren-mismatch): Use existing
17208 group `paren-showing-faces'.
17209
17210 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
17211 (goto-address): Fix docstring.
17212
17213 * net/webjump.el (webjump-sample-sites): Update URLs.
17214
17215 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
17216
17217 * subr.el (cancel-change-group): Add listp around pending-undo-list.
17218
17219 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
17220
17221 * font-lock.el (font-lock-compile-keywords): Signal an error when
17222 font-lock-set-defaults hasn't been called.
17223
17224 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
17225
17226 * subr.el (noreturn, 1value): Doc fixes.
17227
17228 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
17229
17230 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
17231 that assoc-string returns nil.
17232
17233 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
17234
17235 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
17236 (bibtex-entry-type-str, bibtex-empty-field-re)
17237 (bibtex-search-backward-string, bibtex-preamble-prefix)
17238 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
17239 (bibtex-any-valid-entry-type): New variable.
17240 (bibtex-parse-field-name): Simplify.
17241 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
17242 (bibtex-preamble-prefix): Include left delimiter.
17243 (bibtex-search-forward-field, bibtex-search-backward-field):
17244 Allow unbounded search past entry boundaries (required by bibtex-pop).
17245 (bibtex-text-in-field-bounds): Use push.
17246 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
17247 (bibtex-parse-preamble, bibtex-valid-entry)
17248 (bibtex-beginning-first-field): New functions.
17249 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
17250 (bibtex-map-entries): Fix docstring.
17251 (bibtex-flash-head): New arg prompt. Simplify.
17252 (bibtex-enclosing-field): Include code of bibtex-inside-field.
17253 (bibtex-insert-kill): Simplify. Always insert text past the
17254 current field or entry.
17255 (bibtex-format-entry): Use bibtex-parse-field.
17256 (bibtex-pop): Use bibtex-beginning-of-entry and
17257 bibtex-end-of-entry to initiate the search. Insert empty field if
17258 we found ourselves.
17259 (bibtex-print-help-message): New args field and comma.
17260 Handle entry keys.
17261 (bibtex-make-field): Use bibtex-beginning-of-entry.
17262 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
17263 invalid entry.
17264 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
17265 Handle preambles. Simplify code for thorough test.
17266 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
17267 New arg comma. Handle entry heads.
17268 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
17269 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
17270 New arg comma.
17271 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
17272 (bibtex-fill-field): Simplify.
17273 (bibtex-fill-entry): Use bibtex-beginning-first-field and
17274 bibtex-parse-field.
17275 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
17276 (bibtex-complete): Use bibtex-parse-preamble.
17277
17278 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
17279
17280 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
17281 Display name of expression instead of convenience variable.
17282 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
17283
17284 * progmodes/gud.el (gud-tooltip-dereference): Rename from
17285 toggle-gud-tooltip-dereference.
17286 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
17287 (gud-tooltip-tips): ...here when dereferencing.
17288
17289 2005-12-28 Bill Wohler <wohler@newt.com>
17290
17291 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
17292
17293 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
17294
17295 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
17296 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
17297 (vc-annotate-display-autoscale): Adjust call.
17298 (vc-annotate-display-default): Adjust call. Make arg compulsory.
17299 Fix interactive spec.
17300 (vc-annotate-time-span): Remove.
17301 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
17302 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
17303 (vc-annotate-display-select): Use new name.
17304
17305 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
17306 (vc-annotate-mode-menu): Remove left-over redundant declaration.
17307 Correct the construction of span entries. Simplify.
17308 (vc-annotate-display-select): Fix the nil case.
17309 (vc-annotate): Remove obsolete (and now broken) code.
17310 (vc-annotate-extract-revision-at-line): Remove obsolete code.
17311 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
17312
17313 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
17314
17315 * subr.el (lazy-completion-table): Correct typo in docstring.
17316
17317 * startup.el (command-line): Use `custom-reevaluate-setting' for
17318 `send-mail-function'.
17319
17320 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
17321
17322 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
17323
17324 * mail/smtpmail.el (smtpmail-try-auth-methods):
17325 Send credentials together with "AUTH PLAIN" command.
17326
17327 2005-12-27 Richard M. Stallman <rms@gnu.org>
17328
17329 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
17330 mouse-2, go back to previously selected window, so it's selected
17331 when mouse-2 command runs.
17332
17333 2005-12-27 Juri Linkov <juri@jurta.org>
17334
17335 * descr-text.el (describe-text-sexp): Use square brackets for
17336 button [Show] to distinguish it from the property value `show'.
17337 (describe-property-list): Use `insert-text-button' with
17338 `help-face' type instead of putting face in quotes, because button
17339 is not created automatically for a list of faces.
17340 (describe-text-properties-1): Put button-type value in quotes to
17341 distinguish from plain text "button".
17342 (describe-char): Display code point values in hex. Don't use
17343 `symbol-name' for `current-input-method' because it is a string.
17344 Use `insert-text-button' with `help-face' type instead of putting
17345 hardcoded face in quotes, because button is not created automatically.
17346
17347 2005-12-27 Richard M. Stallman <rms@gnu.org>
17348
17349 * progmodes/glasses.el (glasses-face): More specific custom type.
17350
17351 * files.el (set-visited-file-name): Doc fix.
17352
17353 * textmodes/flyspell.el (flyspell-external-point-words):
17354 Use local var buffer-scan-pos to advance scan for next misspelling.
17355 Advance it only after we find the misspelling.
17356
17357 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
17358
17359 * textmodes/flyspell.el (flyspell-external-point-words):
17360 New criteria for finding the misspelling in the buffer.
17361
17362 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
17363
17364 * help-mode.el (help-insert-string): Set help-xref-stack-item
17365 rather than call help-setup-xref.
17366
17367 * descr-text.el (describe-char): Revert previous changes for
17368 optional buffer argument.
17369
17370 2005-12-27 Juri Linkov <juri@jurta.org>
17371
17372 * help-mode.el (help-insert-string): New function. Save buffer
17373 contents in cases where it is impossible to recompute the old contents.
17374
17375 * descr-text.el (describe-char): Set help-xref-stack-item
17376 explicitly after buffer has been generated.
17377
17378 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17379
17380 * cus-start.el (all): Add x-gtk-show-hidden-files.
17381
17382 2005-12-26 Richard M. Stallman <rms@gnu.org>
17383
17384 * replace.el (perform-replace): Calculate match-again
17385 before skipping read-only matches.
17386
17387 * paren.el (paren-showing-faces): New group.
17388 (show-paren-match, show-paren-mismatch): Move to that group.
17389
17390 * button.el (button): Put into group `basic-faces'.
17391
17392 * progmodes/make-mode.el: Remove faces from group `faces'.
17393
17394 * apropos.el (apropos, apropos-value): Doc fix.
17395 (apropos-documentation): Doc fix.
17396
17397 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
17398
17399 * subr.el (lazy-completion-table): Remove argument `args'.
17400
17401 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
17402 Don't use the `args' argument of lazy-completion-table.
17403
17404 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
17405
17406 * descr-text.el (describe-char): Add optional argument for buffer.
17407 Set buffer appropriately. Call help-setup-xref.
17408 Suggested by Stefan Monnier.
17409
17410 2005-12-26 Juri Linkov <juri@jurta.org>
17411
17412 * descr-text.el: Require `help-fns' at runtime. Don't require
17413 `button' for byte compilation.
17414 (describe-text-widget): Add `help-echo' for first button.
17415 Use `help-info' for second.
17416 (describe-property-list): Use `help-argument-name' instead of `italic'.
17417 (describe-text-category): Add prompt to interactive spec.
17418 Call `help-setup-xref'.
17419 (describe-char): Use `help-character-set'. Add `help-echo' for
17420 code point. Use `help-input-method'. Remove superfluous insert.
17421
17422 2005-12-25 Richard M. Stallman <rms@gnu.org>
17423
17424 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
17425 at point, in case of narrowing.
17426
17427 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
17428
17429 * locate.el (locate-header-face): Allow nil in type.
17430
17431 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
17432
17433 2005-12-25 Romain Francoise <romain@orebokech.com>
17434
17435 * battery.el (battery-linux-proc-acpi): Also try
17436 `/proc/acpi/thermal_zone/THM0/temperature'.
17437
17438 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
17439
17440 * custom.el (custom-push-theme): Fix docstring.
17441
17442 * cus-edit.el (custom-variable-set, custom-variable-save)
17443 (custom-variable-save): Custom-quote widget values.
17444 (customize-save-variable): Fix custom-push-theme call.
17445
17446 2005-12-24 Eli Zaretskii <eliz@gnu.org>
17447
17448 * w32-fns.el (w32-batch-update-autoloads): New function.
17449
17450 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
17451 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
17452 from the command line.
17453
17454 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
17455
17456 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
17457 reset means to remove setting from theme entirely. Don't keep
17458 expanding theme-settings list; delete old entries if necessary.
17459
17460 * cus-edit.el (custom-buffer-create-internal): Move "Erase
17461 customization" button one line up.
17462 (custom-themed): New face.
17463 (custom-magic-alist): New value, THEMED, for theme settings.
17464 (custom-variable-state-set, custom-face-state-set):
17465 Check theme-value instead of saved-value.
17466 (custom-variable-reset-standard, custom-face-reset-standard):
17467 Remove theme setting entirely. Recalculate new values.
17468 (custom-variable-set, custom-variable-set)
17469 (custom-variable-reset-saved, custom-variable-reset-backup)
17470 (custom-face-set, custom-face-reset-saved): Update `user' theme.
17471 (custom-variable-save): Fix typos.
17472
17473 2005-12-23 Juri Linkov <juri@jurta.org>
17474
17475 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
17476 Add autoload cookies.
17477 (edebug-outside-d-c-i-n-s-w): New variable.
17478 (edebug-display, edebug-outside-excursion): Use it to save the
17479 original value of default-cursor-in-non-selected-windows.
17480 Set default-cursor-in-non-selected-windows to t while Edebug
17481 is active.
17482 (edebug-mode, edebug-eval-mode): Doc fix.
17483
17484 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
17485 with `buffer-substring-no-properties' to remove common substring
17486 highlighting.
17487
17488 * info.el (info-other-window, info): Rename function argument
17489 `file' to `file-or-node'.
17490 (Info-complete-menu-item): Use local variable `complete-nodes' to
17491 keep the global value of `Info-complete-nodes' unchanged for
17492 subsequent completions.
17493 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
17494
17495 * simple.el (get-next-valid-buffer, last-buffer)
17496 (next-error-buffer-p, next-error-find-buffer)
17497 (minibuffer-history-sexp-flag): Doc fix.
17498
17499 * savehist.el (savehist-mode-hook): Add `:group'.
17500
17501 * log-view.el: Call autoload for vc-find-version.
17502 (log-view-current-file): Adjust subgroup numbers.
17503 (log-view-current-tag): Add `length'.
17504
17505 2005-12-23 Richard M. Stallman <rms@gnu.org>
17506
17507 * vc.el (vc-annotate-car-last-cons): Defn moved up.
17508
17509 2005-12-23 Juri Linkov <juri@jurta.org>
17510
17511 * hi-lock.el (hi-lock-archaic-interface-message-used)
17512 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
17513 (hi-lock-mode): Display "Hi" in the mode line only when
17514 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
17515 (hi-lock-write-interactive-patterns):
17516 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
17517 (hi-lock-set-pattern, hi-lock-set-file-patterns)
17518 (hi-lock-font-lock-hook): Set 3rd arg `how' of
17519 font-lock-add-keywords to t.
17520
17521 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
17522
17523 * hi-lock.el (hi-lock-highlight-range): New variable.
17524 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
17525 only if font-lock-fontified is non-nil. Remove overlays.
17526 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
17527 font-lock-fontified is non-nil, otherwise use overlays (instead of
17528 text properties).
17529 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
17530 New variables.
17531 (hi-lock-string-serialize): New function.
17532
17533 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17534
17535 * menu-bar.el (menu-find-file-existing): New function.
17536 (menu-bar-file-menu): Use menu-find-file-existing for Open.
17537
17538 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
17539
17540 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
17541
17542 * vc.el: Remove unnecessary leading * in docstrings.
17543 (vc-annotate-mode-map): Move initialization into declaration.
17544 (vc-static-header-alist): Nitpick on the regexp.
17545 (vc-default-init-version): New fun.
17546 (vc-register): Use it.
17547 (vc-insert-headers): Use dolist.
17548 (vc-annotate-get-backend): Remove unused function.
17549 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
17550 (vc-annotate-mode): Remove corresponding call.
17551 (vc-annotate-car-last-cons): Simplify.
17552 (vc-annotate-buffers): Remove var.
17553 (vc-annotate-backend): Make it buffer-local.
17554 (vc-annotate): Move the interaction to the interactive spec.
17555 Add a `buf' argument.
17556 (vc-annotate-warp-version): Use this new `buf' argument to avoid
17557 killing&creating a vc-annotate buffer, which is very disruptive when
17558 the buffers are shown in dedicated frames.
17559
17560 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
17561
17562 * descr-text.el: Add FSF as maintainer.
17563 (describe-text-mode, describe-text-mode-map)
17564 (describe-text-mode-hook, describe-text-done): Delete. Use normal
17565 help-mode.
17566 (describe-text-widget, describe-text-sexp)
17567 (describe-property-list, describe-text-category)
17568 (describe-text-properties, describe-text-properties-1)
17569 (describe-char): Use help buttons instead of widgets.
17570 (describe-char-unicodedata-file): Make URL link in doc string.
17571
17572 2005-12-22 Richard M. Stallman <rms@gnu.org>
17573
17574 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
17575 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
17576 Don't include buttons that write a file when there's no file.
17577 (custom-variable-menu, custom-face-menu, custom-group-menu):
17578 Don't include commands that write a file when there's no file.
17579 (customize-browse): Reword the top-of-buffer help intro.
17580 (custom-buffer-create-internal): Fix previous change.
17581 (customize-changed-options-previous-release): Prev release is 21.1.
17582 (customize-changed-options): Doc fix.
17583 (customize-changed): New alias.
17584 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
17585 Say "standard values".
17586 (Custom-reset-standard): Doc fix.
17587 (custom-face-reset-standard): Doc fix.
17588
17589 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
17590
17591 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
17592 even if font-lock-mode is non-nil since it may be t without having
17593 turned on font-lock-mode-internal.
17594 (font-lock-choose-keywords): Minor optimization.
17595 (font-lock-add-keywords, font-lock-remove-keywords)
17596 (font-lock-set-defaults): Don't call make-local-variable on a variable
17597 that we know to already be local.
17598
17599 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
17600
17601 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
17602 messages if in the minibuffer.
17603
17604 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
17605
17606 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
17607 (tex-mode-flyspell-verify, flyspell-get-word)
17608 (flyspell-external-point-words): Don't use point-min/max uselessly.
17609
17610 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
17611 by Kevin Rodgers. Instead, just hide the completions buffer if we
17612 don't need to show it.
17613
17614 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
17615
17616 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
17617
17618 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
17619
17620 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
17621 delete-windows-on with an inexistent buffer.
17622
17623 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
17624
17625 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
17626 Delete defcustom variable :tag names.
17627
17628 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
17629
17630 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
17631 (log-view-font-lock-keywords): Ajust subgroup numbers.
17632 (log-view-current-tag): Don't hard code the number of subgroups.
17633
17634 2005-12-20 Juri Linkov <juri@jurta.org>
17635
17636 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
17637 (tooltip-x-offset, tooltip-y-offset): Doc fix.
17638
17639 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
17640 (menu-bar-non-minibuffer-window-p): Instead of checking
17641 display-multi-frame-p, use selected-frame when menu-updating-frame
17642 is nil.
17643
17644 2005-12-20 Stuart Herring <herring@lanl.gov> (tiny change)
17645
17646 * align.el (align-rules-list): Use [ \t] instead of \s-
17647 for column separators in text mode.
17648
17649 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
17650
17651 * help-mode.el (help-customize-variable, help-customize-face):
17652 Don't pop help-xref-stack as help-follow no longer pushes
17653 anything on to it.
17654
17655 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
17656
17657 * textmodes/org.el (org-agenda-custom-commands): New option.
17658 (org-agenda): Offer custom commands on splash screen.
17659 (org-make-tags-matcher): Parser for Boolean logic added.
17660 (org-agenda-set-tags): New command.
17661 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
17662 (org-set-tags): Efficiency improvements.
17663 (org-auto-align-tags): New option.
17664 (org-todo, org-demote, org-promote): Realign tags.
17665 (org-tags-completion-function): Use also "&" and "|" as separators.
17666 (org-org-menu): Agenda commands simplified.
17667
17668 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
17669
17670 * cus-edit.el (customize-apropos, customize-apropos-options):
17671 Docstring changes.
17672
17673 * font-lock.el (font-lock): Add tags to the links in the defgroup.
17674
17675 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
17676
17677 * longlines.el (longlines-mode): Wrap while widened.
17678 (longlines-decode-region, longlines-encode-region): Compute max
17679 just once.
17680
17681 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17682
17683 * cus-edit.el (mac): New group.
17684
17685 * cus-start.el (all): Add user options in macterm.c. Add test for
17686 Mac-related built-ins. Fix test for GTK-related built-ins.
17687
17688 * term/mac-win.el (mac-handle-language-change)
17689 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
17690 (mac-services-open-selection, mac-services-mail-selection)
17691 (mac-services-mail-to, mac-services-insert-text)
17692 (mac-dispatch-apple-event): Add docstrings.
17693 (x-get-selection, mac-select-convert-to-string): Select coding
17694 system from `utf-16be' and `utf-16le' using `byteorder'.
17695
17696 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
17697
17698 * subr.el (lazy-completion-table): Don't be fooled if the var holds
17699 a "list" (lambda ...) rather than a real completion list.
17700
17701 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
17702 lexical-let when encountering ((lambda (...) ...) ...).
17703
17704 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
17705
17706 * progmodes/sh-script.el (sh-mode):
17707 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
17708 * textmodes/picture.el (picture-mode): Update docstrings.
17709
17710 2005-12-17 Eli Zaretskii <eliz@gnu.org>
17711
17712 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
17713 commands enclosed in $(ARGQUOTE)s should not be split between two
17714 lines, as that will break with GNU Make >3.80, when sh.exe is used
17715 and arg quoting is with '..'.
17716 (autoloads): Don't break the quoted --eval expression between
17717 several lines.
17718
17719 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
17720
17721 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
17722 Capture error from printing circular structures.
17723
17724 2005-12-17 Martin Rudalics <rudalics@gmx.at>
17725
17726 * wid-edit.el (widget-checkbox-action): Clear undo info.
17727
17728 2005-12-16 Bill Wohler <wohler@newt.com>
17729
17730 * menu-bar.el (kill-this-buffer): Set a good example by using menu
17731 bar, not menubar in comment.
17732
17733 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
17734
17735 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
17736 After-change-functions should not clobber the match data.
17737
17738 2005-12-16 Juri Linkov <juri@jurta.org>
17739
17740 * simple.el (choose-completion): Use `buffer-substring-no-properties'
17741 instead of `buffer-substring'.
17742 (completion-common-substring): Doc fix.
17743 (completion-setup-function): Use minibuffer-completion-contents
17744 instead of minibuffer-contents. Don't set common-string-length
17745 initially. Remove special handling of partial-completion-mode.
17746 Move computation of completion-base-size into one cond.
17747 Call completion-base-size-function in mainbuf. In computation of
17748 completion-base-size for file name completion don't move point to
17749 the end of the minibuffer. Move computation of common-string-length
17750 into one cond. Start putting faces only when common-string-length>=0.
17751 Add condition to put completions-common-part when
17752 common-string-length>0.
17753
17754 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
17755 place point at the first different character in the minibuffer
17756 even if this position is at the beginning of the minibuffer.
17757
17758 * info.el (Info-read-node-name-1): In completion-base-size-function's
17759 lambda return 1 if common-substring or minibuffer-completion-contents
17760 starts with (, and 0 otherwise.
17761
17762 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
17763 Use `crm-current-element' for second arg of `display-completion-list'.
17764
17765 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
17766
17767 * files.el (set-auto-mode): Look for an interpreter specified on
17768 the first line also if search for mode specification succeeded,
17769 but the mode is not known.
17770
17771 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
17772
17773 * textmodes/org.el (org-tags-match-list-sublevels): New option.
17774 (org-open-at-point): Implement tag searches as links.
17775 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
17776 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
17777 (org-tags-sparse-tree, org-tags-view, org-set-tags)
17778 (org-agenda-dispatch): New commands.
17779 (org-use-tag-inheritance, org-tags-column): New options.
17780 (org-tab-follows-link, org-return-follows-link): New options.
17781 (org-tags): New customize group.
17782 (org-start-icalendar-file): Get local time zone.
17783 (org-tags-completion-function): New function.
17784 (org-set-font-lock-defaults): Make sure links will also be
17785 highlighted inside headlines.
17786
17787 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
17788
17789 * term.el (term-emulate-terminal):
17790 Let term-handle-ansi-terminal-messages override what Bash says about
17791 its current directory.
17792
17793 2005-12-16 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
17794
17795 * bindings.el (last-buffer): Move to simple.el.
17796 * simple.el (last-buffer): Move here.
17797 (get-next-valid-buffer): New function.
17798 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
17799 (prev-buffer): Ditto. Rename to `previous-buffer'.
17800
17801 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
17802 * bindings.el (global-map): Ditto.
17803
17804 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
17805
17806 * cus-edit.el: Introductory comment change.
17807 (custom-magic-alist): Change message string for the `rogue' state.
17808
17809 2005-12-15 Richard M. Stallman <rms@gnu.org>
17810
17811 * tooltip.el: Delete defcustom variable :tag names.
17812
17813 * complete.el (partial-completion-mode): Doc fix.
17814
17815 * textmodes/flyspell.el (flyspell-external-point-words):
17816 Use save-excursion to ensure we don't move backward in the
17817 search loop, not even one character.
17818 (flyspell-delete-all-overlays): Use remove-overlays directly.
17819
17820 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
17821 (ispell-start-process): Set that variable.
17822 Clear ispell-buffer-local-name.
17823 (ispell-internal-change-dictionary):
17824 Set ispell-current-dictionary after killing process.
17825 (ispell-buffer-local-dict):
17826 Don't set spell-personal-dictionary after killing process.
17827 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
17828 (ispell-tex-skip-alists, ispell-html-skip-alists)
17829 (ispell-skip-region-alist): Mark as risky.
17830
17831 * net/newsticker.el (newsticker--retrieval-timer-list)
17832 (newsticker--display-timer, newsticker-running-p)
17833 (newsticker-ticker-running-p): Definitions moved up.
17834
17835 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
17836
17837 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
17838
17839 2005-12-15 David Ponce <david@dponce.com>
17840
17841 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
17842 (recentf-edit-list, recentf-open-files): Signal an error when
17843 there is no recent file.
17844
17845 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
17846
17847 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
17848 read-only except for texinfo-format-region evaluation.
17849
17850 2005-12-14 Richard M. Stallman <rms@gnu.org>
17851
17852 * vc.el (vc-default-previous-version, vc-default-next-version)
17853 (vc-do-command): Doc fixes.
17854
17855 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
17856
17857 * textmodes/bibtex.el (bibtex-expand-strings)
17858 (bibtex-autokey-expand-string, bibtex-name-part)
17859 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
17860 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
17861 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
17862 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
17863 (bibtex-entry-postfix, bibtex-known-entry-type-re)
17864 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
17865 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
17866 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
17867 (bibtex-beginning-of-last-entry): Remove.
17868 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
17869 message if comma is missing but buffer is read-only.
17870 (bibtex-parse-field-text): Handle whitespaces at the end of field
17871 text. Return 3-element list with beginning and end of field text
17872 and end of field.
17873 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
17874 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
17875 (bibtex-search-forward-field, bibtex-search-backward-field):
17876 Search always delimited by limits of entry. Use more efficient
17877 search algorithms.
17878 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
17879 bibtex-end-of-name-in-field.
17880 (bibtex-text-in-field-bounds): Handle BibTeX strings when
17881 extracting the content of a field.
17882 (bibtex-text-in-field): Use search limits.
17883 (bibtex-parse-string-prefix): Handle empty string keys based on
17884 bibtex-string-empty-key.
17885 (bibtex-parse-string): Fix docstring.
17886 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
17887 (bibtex-preamble-prefix, bibtex-strings): New functions.
17888 (bibtex-skip-to-valid-entry): Include preceding whitespace in
17889 BibTeX entries (consistent with other BibTeX functions).
17890 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
17891 (bibtex-search-entry): Fix docstring. Simplify.
17892 (bibtex-flash-head, bibtex-complete-string-cleanup)
17893 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
17894 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
17895 (bibtex-parse-entry): New optional arg content.
17896 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
17897 Use bibtex-text-in-field-bounds.
17898 (bibtex-print-help-message): Handle BibTeX strings and preambles.
17899 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
17900 bibtex-parse-string-postfix.
17901 (bibtex-find-text-internal): New function.
17902 (bibtex-remove-delimiters): Use it.
17903 (bibtex-find-text): Use it. New optional arg help.
17904 (bibtex-complete): Handle BibTeX string and preamble entries.
17905 (bibtex-Preamble): Fix order of closing delimiters.
17906
17907 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
17908
17909 * vc.el (vc-default-revert): New fun.
17910
17911 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
17912
17913 2005-12-14 Romain Francoise <romain@orebokech.com>
17914
17915 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
17916 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
17917 (font-lock-remove-keywords): Likewise.
17918
17919 2005-12-14 Juri Linkov <juri@jurta.org>
17920
17921 * log-view.el (log-view-diff): Doc fix.
17922
17923 * isearch.el (isearch-query-replace): Use (mark) instead of
17924 isearch-opoint if mark is active in transient-mark-mode.
17925
17926 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
17927
17928 * isearch.el (isearch-query-replace): Check for isearch-other-end.
17929
17930 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
17931
17932 * progmodes/cpp.el (cpp-face): New widget.
17933 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
17934
17935 2005-12-14 Juri Linkov <juri@jurta.org>
17936
17937 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
17938 around `erase-buffer' and `insert'.
17939
17940 * descr-text.el (describe-text-properties): Replace buffer name
17941 "*Help-2*" with "*Help*<2>".
17942 (describe-char): Add functions print-help-return-message,
17943 toggle-read-only. Use help-setup-xref with nil to not store
17944 describe-char in help-xref-stack. Use help-make-xrefs to
17945 make [back] button.
17946
17947 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
17948
17949 * wdired.el (wdired-old-point): New internal variable.
17950 (wdired-change-to-wdired-mode): Set it buffer-locally.
17951 (wdired-abort-changes): Restore point after aborting changes.
17952
17953 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
17954
17955 * vc.el (vc-do-command): Add a new value t for okstatus.
17956
17957 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
17958 frame in case of errors.
17959
17960 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17961
17962 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
17963 so it comes after "On the Left" in the menu.
17964
17965 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
17966
17967 * cus-edit.el (customize-apropos, customize-apropos-options)
17968 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
17969
17970 2005-12-12 Bill Wohler <wohler@newt.com>
17971
17972 * vc-svn.el (vc-svn-registered): Fix problem of visiting
17973 non-writable Subversion-controlled files by saving window
17974 configuration before calling vc-do-command. vc-do-command calls
17975 pop-to-buffer on error which is unexpected during registration.
17976
17977 2005-12-12 Jay Belanger <belanger@truman.edu>
17978
17979 * calc/README: Update the summary of changes.
17980
17981 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
17982
17983 * descr-text.el (describe-char): Rework last fix to solve the problem
17984 is the same way it's solved for everything else in that function
17985 (i.e. by extracting the info before setting up the *Help* buffer).
17986
17987 2005-12-12 Kim F. Storm <storm@cua.dk>
17988
17989 * subr.el (version-regexp-alist): Allow space as separator before
17990 non-numeric part, e.g. "1.0 alpha".
17991 (version-to-list): Interpret .X.Y version as 0.X.Y version.
17992
17993 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
17994
17995 * textmodes/org.el (org-agenda, org-timeline, org-todo):
17996 Implement Logging and the keep-modes setting.
17997 (org-get-category): Make sure a string is returned.
17998 (org-log-done): New function.
17999 (org-log-done, org-closed-string): New options.
18000
18001 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18002
18003 * tooltip.el (tooltip-y-offset): Change default to 20.
18004
18005 2005-12-12 Richard M. Stallman <rms@gnu.org>
18006
18007 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
18008
18009 * frame.el (display-hourglass): Doc fix.
18010
18011 * help.el (help-for-help-internal): Simplify entry for `a'.
18012
18013 * info.el (Info-on-current-buffer): Doc fix.
18014 (info-insert-file-contents): Don't test (featurep 'jka-compr).
18015
18016 * startup.el (inhibit-splash-screen): Make this the real name.
18017 (inhibit-startup-message): Make this the alias.
18018 (command-line): Find only simple.el, and use its directory
18019 to fill in other preloaded files' names.
18020 (command-line): Deactivate the mark if deactivate-mark is set.
18021
18022 * international/mule.el (load-with-code-conversion):
18023 Bind deactivate-mark.
18024
18025 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
18026
18027 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
18028
18029 * cus-edit.el (customize-apropos): Avoid listing an option more
18030 than once under different aliases. No longer list user options
18031 that are not defined with defcustom (unless a prefix arg is given).
18032 Doc fix.
18033 (customize-apropos-options): Doc fix.
18034
18035 2005-12-11 Juri Linkov <juri@jurta.org>
18036
18037 * frame.el (set-background-color, set-foreground-color)
18038 (set-cursor-color, set-mouse-color, set-border-color):
18039 Add explicit prompts to read colors by `facemenu-read-color'.
18040 (show-trailing-whitespace, blink-cursor-delay)
18041 (blink-cursor-interval, display-hourglass, hourglass-delay):
18042 Remove tags.
18043 (display-hourglass, hourglass-delay): Doc fix.
18044 (cursor-in-non-selected-windows): Capitalize words in tag.
18045
18046 * faces.el (frame-background-mode): Replace `choice-item' keywords
18047 with `const' to not make [default] button. Change default value tag
18048 from `default' to `automatic'. Doc fix.
18049 (trailing-whitespace) <defface>: Change group `whitespace' to
18050 `whitespace-faces'.
18051
18052 2005-12-11 Richard M. Stallman <rms@gnu.org>
18053
18054 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
18055
18056 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18057
18058 * term/mac-win.el: Create keymap for mac-apple-event-map.
18059
18060 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
18061
18062 * tooltip.el (tooltip-mode): Move to start of file so that it
18063 appears at top of customize buffer.
18064
18065 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
18066 Add the gud groupname.
18067 (gud-tooltip-mode): Add the tooltip groupname.
18068 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
18069 avoid conflict with tooltip-use-echo-area.
18070
18071 2005-12-10 Romain Francoise <romain@orebokech.com>
18072
18073 * help.el (help-for-help-internal): Add `r' in doc string.
18074
18075 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
18076
18077 * align.el (align-regexp, align-highlight-rule):
18078 Use region-beginning and region-end instead of point and mark, so that
18079 repetition (with `repeat-complex-command') recomputes the region
18080 bounds.
18081
18082 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
18083
18084 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
18085 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
18086 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
18087 (balance-windows): Rewrite using the above new functions.
18088
18089 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
18090
18091 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
18092 react if global-hi-lock-mode seems intended.
18093 (global-hi-lock-mode): Renamed from hi-lock-mode.
18094 (hi-lock-archaic-interface-message-used)
18095 (hi-lock-archaic-interface-deduce): New variables.
18096 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
18097 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
18098 (hi-lock-find-patterns, hi-lock-font-lock-hook):
18099 Replace hi-lock-buffer-mode with hi-lock-mode.
18100
18101 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
18102
18103 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
18104 completion list, even after a partial completion has been
18105 inserted in the current buffer. If there are more than 1
18106 completion, redisplay the *Completions* buffer; if the
18107 completion is unique, delete the *Completions* window.
18108
18109 2005-12-10 Eli Zaretskii <eliz@gnu.org>
18110
18111 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
18112 strings and long subject lines that were broken into multiple
18113 lines at arbitrary places. Handle subjects that have "Re: " in
18114 the middle.
18115
18116 2005-12-10 John W. Eaton <jwe@octave.org>
18117
18118 * progmodes/octave-mod.el (octave-electric-space): Don't indent
18119 comments or strings if octave-auto-indent is nil.
18120
18121 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18122
18123 * term/mac-win.el: Require url when compiling.
18124 Call mac-process-deferred-apple-events after loading init files.
18125 (mac-apple-event-map): New defvar. Define event handlers in it.
18126 (core-event, internet-event): New Apple event class symbols.
18127 (open-application, reopen-application, open-documents)
18128 (print-documents, open-contents, quit-application)
18129 (application-died, show-preferences, autosave-now, get-url):
18130 New Apple event ID symbols.
18131 (about): New HICommand ID symbol.
18132 (mac-event-spec, mac-event-ae): New macros.
18133 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
18134 (mac-ae-selection-range, mac-ae-text-for-search)
18135 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
18136 (mac-application-menu-map): Remove keymap. Handlers for HICommand
18137 and Services menu events are now defined in mac-apple-event-map.
18138 (mac-drag-n-drop): Remove selection range handling.
18139
18140 2005-12-10 Kenichi Handa <handa@m17n.org>
18141
18142 * simple.el (zap-to-char):
18143 * isearch.el (isearch-process-search-char): Translate CHAR by
18144 translation-table-for-input.
18145
18146 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
18147
18148 * foldout.el (foldout-exit-fold): Properly hide subtree.
18149
18150 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
18151
18152 * files.el (save-buffer):
18153 * international/ucs-tables.el (ucs-set-table-for-input):
18154 * mail/mail-extr.el (mail-extract-address-components):
18155 * mail/sendmail.el (mail-mode): Reformat doc string.
18156
18157 2005-12-09 Juri Linkov <juri@jurta.org>
18158
18159 * isearch.el (isearch-highlight): Change main overlay priority
18160 from 1 to 1001. Simplify.
18161 (isearch-lazy-highlight-update): Change lazy overlay priority
18162 from 0 to 1000.
18163
18164 * replace.el (replace-highlight): Change overlay priority from
18165 1 to 1001.
18166
18167 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
18168 Change overlay priority from 1 to 1001. Reuse existing overlay.
18169
18170 * compare-w.el (compare-windows-highlight): Change overlay
18171 priority from 1 to 1000.
18172
18173 * menu-bar.el (menu-bar-edit-menu): Add listp around
18174 pending-undo-list to disable menu item "undo" when pending
18175 undo list is empty.
18176
18177 * locate.el (locate): Disable undo in *Locate* buffer.
18178
18179 2005-12-09 Kim F. Storm <storm@cua.dk>
18180
18181 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
18182
18183 2005-12-09 David Ponce <david@dponce.com>
18184
18185 * recentf.el: Improvement of the menu code.
18186 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
18187 instead of menu hook.
18188 (recentf-show-menu, recentf-hide-menu): New functions.
18189 (recentf-menu-customization-changed, recentf-mode): Use them.
18190 (recentf-menu-action, recentf-max-menu-items)
18191 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
18192 (recentf-arrange-by-rule-others)
18193 (recentf-arrange-by-rules-min-items)
18194 (recentf-arrange-by-rule-subfilter): Don't use
18195 `recentf-menu-customization-changed'.
18196 (recentf-arrange-rules): Likewise. Accept functions to compute
18197 sub-menu titles.
18198 (recentf-menu-filter): Likewise. Doc fix.
18199 (recentf-menu-value-shortcut): Doc fix.
18200 (recentf-dump-variable): Quote atom value.
18201 (recentf-make-menu-items): Update to use it as a menu filter.
18202 (recentf-match-rule): New function.
18203 (recentf-arrange-by-rule): Use it.
18204 (recentf-indirect-mode-rule): New function.
18205 (recentf-build-mode-rules): Use it.
18206 (recentf-dir-rule): New function.
18207 (recentf-arrange-by-dir): Use it.
18208 (recentf-filter-changer-current): Rename from
18209 `recentf-filter-changer-state'. All references updated.
18210 (recentf-filter-changer-alist): Update filter names.
18211 (recentf-filter-changer-select): New function.
18212 (recentf-filter-changer): Use it. Make a sub-menu from filters
18213 available in `recentf-filter-changer-alist'.
18214 (recentf-data-cache, recentf-clear-data)
18215 (recentf-update-menu): Remove. All references updated.
18216 (recentf-match-rule-p, recentf-build-dir-rules)
18217 (recentf-filter-changer-goto-next)
18218 (recentf-filter-changer-get-current)
18219 (recentf-filter-changer-get-next): Remove.
18220
18221 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
18222
18223 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
18224 buffer "Reset" button to "Reset to Current" for consistency with
18225 the State buttons.
18226
18227 2005-12-08 John Paul Wallington <jpw@pobox.com>
18228
18229 * ibuf-ext.el (define-ibuffer-filter filename):
18230 If `dired-directory' is a list then really use its car.
18231
18232 2005-12-08 Kim F. Storm <storm@cua.dk>
18233
18234 * emulation/cua-rect.el (cua--rectangle-aux-replace):
18235 Fix indention of text on right side of replaced rectangle.
18236
18237 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
18238
18239 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
18240 No need to check gud-comint-buffer is bound.
18241 (gdb): Prevent multiple debugging when first session uses gdba.
18242
18243 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18244
18245 CC Mode update to 5.31.
18246
18247 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
18248 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
18249 We might do this function properly in the future).
18250
18251 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
18252 New macros c-sentence-end and c-default-value-sentence end, to cope
18253 with Emacs 22's new function `sentence-end'.
18254
18255 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18256
18257 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
18258 compat issue using `c-put-overlay' and `c-delete-overlay'.
18259
18260 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
18261 New compat macros to handle overlays/extents.
18262
18263 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18264
18265 * progmodes/cc-fix.el: Add definitions of the macros push and pop
18266 (for GNU Emacs 20.4).
18267
18268 * progmodes/cc-defs.el
18269 (i): Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4).
18270
18271 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
18272 highlighting mechanism so it will work in XEmacs too.
18273
18274 * progmodes/cc-defs.el: Insert c-int-to-char.
18275
18276 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
18277 call to the new macro c-int-to-char. This solves XEmacs's
18278 regarding characters as different from integers.
18279
18280 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18281
18282 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
18283 New internal helper.
18284
18285 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
18286 construct to make the indirect face lookup work in XEmacs.
18287
18288 (c-cpp-matchers): Append the negation char face to the existing
18289 fontification, so that the cpp face doesn't disappear.
18290 Use `c-make-syntactic-matcher' to avoid negation chars in comments
18291 and strings.
18292
18293 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
18294 to map to `font-lock-negation-char-face' in emacsen where it exists.
18295
18296 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18297
18298 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
18299
18300 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
18301 Rename "c-subword-move-mode" as "c-subword-mode".
18302
18303 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
18304 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
18305
18306 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18307
18308 * progmodes/cc-mode.el: Added autoload directive for
18309 `c-subword-move-mode' for use in older emacsen.
18310
18311 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18312
18313 * progmodes/cc-mode.el:
18314 (i): Insert a binding for C-c C-backspace into
18315 c-bind-special-erase-keys which works in TTYs.
18316 (ii): Make sure that when file styles are used, any explicitly
18317 given style variables take priority over those in the style.
18318 Do this by calling `hack-local-variables' a second time.
18319
18320 * progmodes/cc-vars.el: Add language specific customization
18321 widgets for AWK to c-doc-comment-style, c-require-final-newline
18322 and c-default-style. Add a defcustom for awk-mode-hook.
18323 Give c-syntactic-element and c-syntactic-context doc-strings by
18324 directly setting their `variable-documentation' propery.
18325 This allows Emacs 22.1 to read these with C-h v.
18326
18327 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
18328
18329 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18330
18331 * progmodes/cc-fonts.el, cc-vars.el
18332 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
18333 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
18334 Masatake YAMATO.
18335
18336 (c-doc-comment-style): Made GtkDoc default in C mode.
18337
18338 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
18339 and C-c C-<delete>.
18340
18341 (c-bind-special-erase-keys): New function for use on
18342 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
18343
18344 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
18345 <delete> key behavior in XEmacs according to `delete-forward-p'.
18346 C.f. `c-electric-delete'.
18347
18348 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18349
18350 * progmodes/cc-mode.el: Give c-hungry-backspace and
18351 c-hungry-delete-forward permanent key bindings.
18352
18353 * progmodes/cc-cmds.el (c-electric-semi&comma):
18354 Bind c-syntactic-context for calls to "criteria functions", for
18355 consistency with other calls to user functions.
18356
18357 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
18358 `current-prefix-arg', since this might be the prefix arg to a
18359 command which calls c-indent-command as a function. Change the
18360 interactive spec from "p" to "P".
18361
18362 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
18363 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
18364 was difficult to understand.
18365
18366 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18367
18368 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
18369 first char of an identifier.
18370
18371 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
18372 +" syntax in C++.
18373
18374 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18375
18376 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
18377 auto-fill doesn't split a c-comment's last word from a hanging
18378 "*/" when a space is typed between them after fill-column.
18379
18380 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
18381
18382 * progmodes/cc-styles.el (c-set-style)
18383 (c-setup-paragraph-variables): Abort the command if we're not in a
18384 CC Mode buffer.
18385
18386 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
18387 with blank comment-prefix, and a blank line as the comment's
18388 second line.
18389
18390 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18391
18392 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
18393 Incorporate the patterns added in the Emacs development branch
18394 for the new Emacs 22 face `font-lock-negation-char-face'.
18395
18396 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
18397 of "red" since it stands out better in xterms and DOS terminals.
18398
18399 * progmodes/cc-engine.el (c-literal-faces):
18400 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
18401
18402 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18403
18404 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
18405 forcibly enable c-electric-flag.
18406
18407 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
18408 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
18409 after the comment-prefix of a C-style comment will close that comment.
18410
18411 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18412
18413 * progmodes/cc-fonts.el (c-basic-matchers-before)
18414 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
18415 in Pike.
18416
18417 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
18418 digraphs.
18419
18420 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
18421 (c-cpp-message-directives, c-cpp-include-directives)
18422 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
18423 (c-cpp-expr-directives): Introduce new language constants to
18424 control cpp syntax in a cleaner way.
18425
18426 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
18427
18428 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
18429
18430 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
18431 (c-multiline-string-start-char): New language constants and
18432 variables to specify how newlines in string literals work.
18433
18434 (c-font-lock-invalid-string): Use them.
18435
18436 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
18437 unbalanced close brace is entered. Optimization by avoiding going
18438 back over arbitrarily large blocks. Removed hints that this
18439 function only would be relevant/useful in AWK.
18440
18441 (c-electric-brace): Indent syntactically after the cleanups since
18442 lineup functions might do it differently then.
18443
18444 * progmodes/cc-engine.el, cc-langs.el
18445 (c-opt-op-identifier-prefix): New language constant and variable.
18446
18447 (c-just-after-func-arglist-p, c-after-special-operator-id)
18448 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
18449
18450 * progmodes/cc-align.el, cc-engine.el
18451 (c-after-special-operator-id): New helper to handle C++ operator
18452 identifiers.
18453
18454 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
18455 (c-guess-basic-syntax): Handle C++ operator identifiers in
18456 declarations.
18457
18458 * progmodes/cc-langs.el (c-assignment-operators): Add the
18459 trigraph version of ^= too.
18460
18461 * progmodes/cc-langs.el (c-assignment-operators): Add the
18462 trigraph version of |= in C++.
18463
18464 * progmodes/cc-fonts.el (c-font-lock-declarators):
18465 Handle `c-decl-hangon-kwds' after the identifier name.
18466
18467 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
18468 whether an arglist is "nonempty", ignore a comment after the open
18469 paren if it isn't followed by a non-comment token on the same line.
18470
18471 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
18472 Enable heuristics below the point to cope with classes inside special
18473 brace lists in Pike.
18474
18475 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18476
18477 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
18478
18479 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18480
18481 * progmodes/cc-guess.el (cc-guess-install): New function to
18482 install an already guessed style in another buffer.
18483
18484 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
18485 sets `inhibit-read-only' - `c-save-buffer-state' should be used
18486 anyway if the change always is undone.
18487
18488 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18489
18490 Implement togglable electricity:
18491
18492 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
18493 saying when it should be used.
18494
18495 * progmodes/cc-engine.el: Add the new buffer-local variable,
18496 c-electric-flag.
18497
18498 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
18499 c-toggle-auto-newline.
18500
18501 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
18502 c-toggle-auto-newline. Remove the binding for
18503 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
18504 c-toggle-electric-state.
18505
18506 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
18507
18508 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
18509 c-\(forward\|backward\)-subword.
18510 (c-update-modeline): Add the new modeline flag `l' for
18511 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
18512 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
18513 Make the old name an alias of the new name.
18514 (c-toggle-electric-state): New function.
18515 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
18516 Adapt these functions to do electric things only when
18517 c-electric-flag is non-nil.
18518 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
18519 new functions from c-electric-brace.
18520 (c-point-syntax): Add a check for "virtual semicolons" in AWK
18521 mode, so that the tentative extra newline doesn't change the
18522 syntax of the following brace.
18523 (c-electric-brace): Restructure by extracting the above functions.
18524 Tidy up the coding somewhat.
18525 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
18526 restructure a bit.
18527
18528 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18529
18530 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
18531 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
18532
18533 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
18534 (c-submode-indicators): Change name from `c-auto-hungry-string'
18535 since it's now used to track another submode.
18536
18537 (c-update-modeline): Convert to function and extended to check
18538 `c-subword-move-mode'.
18539
18540 (c-forward-into-nomenclature, c-backward-into-nomenclature):
18541 Convert to compat aliases for `c-forward-subword' and
18542 `c-backward-subword'.
18543
18544 * progmodes/cc-subword.el: New functions and minor mode to handle
18545 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
18546
18547 (c-forward-subword, c-backward-subword, c-mark-subword)
18548 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
18549 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
18550 Functions corresponding to the standard word handling functions.
18551
18552 (c-subword-move-mode): Minor mode that replaces all the standard
18553 word handling functions with their subword equivalences.
18554
18555 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18556
18557 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
18558 entry for one-liner-defun.
18559
18560 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
18561 name in its def-edebug-spec.
18562
18563 * progmodes/cc-cmds.el (c-electric-brace): Make the
18564 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
18565 compacts space before a comment, if this will make things fit on
18566 one line.
18567
18568 Introduce an "awk" style, mainly for auto-newline and clean-ups.
18569
18570 * progmodes/cc-align.el: New function c-snug-1line-defun-close.
18571
18572 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
18573 clean-up one-liner-defun.
18574
18575 * progmodes/cc-styles.el: Add the new "awk" style.
18576
18577 * progmodes/cc-vars.el: Add description of one-liner-defun to
18578 c-cleanup-list's doc-string. New user options,
18579 c-max-one-liner-length. In c-default-style, set the default style
18580 for AWK to "awk".
18581
18582 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18583
18584 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
18585 macros inside labels.
18586
18587 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
18588 `c-at-statement-start-p' and `c-at-expression-start-p'.
18589
18590 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
18591 error if the mark isn't set.
18592
18593 * progmodes/cc-engine.el (c-guess-continued-construct)
18594 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
18595 accurately detect functions inside functions.
18596
18597 * progmodes/cc-engine.el (c-at-expression-start-p): New function
18598 like `c-at-statement-start-p' that additionally recognizes commas
18599 and expression parentheses as delimiters.
18600
18601 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
18602 to avoid heuristics that doesn't work for unclosed blocks.
18603 (c-at-statement-start-p): New function.
18604
18605 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
18606 Objective-C directives, e.g. directives spanning lines should work
18607 reasonably well now.
18608
18609 (c-put-c-type-property, c-clear-c-type-property): New helpers.
18610
18611 (c-forward-objc-directive): New function to move over any ObjC
18612 directive.
18613
18614 (c-just-after-func-arglist-p, c-guess-basic-syntax)
18615 (c-basic-matchers-before): Use it.
18616
18617 (c-font-lock-objc-iip-decl): Remove.
18618
18619 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
18620 in the template arglist recognition.
18621
18622 * progmodes/cc-styles.el (c-style-alist): Fix several
18623 inconsistencies in the Whitesmith style.
18624
18625 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
18626 New lineup function to get lines after Whitesmith style blocks
18627 correctly indented.
18628
18629 (c-lineup-whitesmith-in-block): Back out the compensation for
18630 opening parens since it's done using `add' lists in the style
18631 definition instead. Don't use the anchor position since it varies
18632 too much between the syntactic symbols. :P
18633
18634 * progmodes/cc-vars.el (c-valid-offset): Update.
18635
18636 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
18637 lists where the offsets are combined according to several
18638 different methods: `first', `min', `max', and `add'.
18639 Report offset evaluation errors with `c-benign-error' so that some kind
18640 of reindentation still is done.
18641
18642 * progmodes/cc-engine.el (c-guess-basic-syntax):
18643 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
18644 `arglist-close'.
18645
18646 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
18647 situations for `arglist-cont-nonempty' and `arglist-close'.
18648
18649 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
18650
18651 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
18652 cc-bytecomp-boundp' in a number of places.
18653
18654 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
18655 macro related issue.
18656
18657 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18658
18659 * progmodes/cc-awk.el: Change the terminology of regexps: A char
18660 list is now [asdf], a char class [:alpha:].
18661 Include code for char classes.
18662 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
18663 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
18664
18665 Remove (nearly all of) the cruft associated with AWK Mode's former
18666 concept of "virtual semicolons":
18667
18668 Adapt c-beginning-of-statement, c-end-of-statement (together with
18669 subfunctions) to use the new notion of "virtual semicolon" in
18670 place of the old awkward special handling for AWK. There remains
18671 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
18672 * progmodes/cc-cmds.el:
18673 (c-ascertain-adjacent-literal): In the backwards direction, now
18674 recognises AWK regexp delimiters as string delimiters.
18675 (c-after-statement-terminator-p): Adapt for virtual semicolons;
18676 check more rigorously for "end of macro".
18677 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
18678 virtual semicolons;
18679 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
18680 out the code for forward movement into ...
18681 (c-end-of-statement): Now contains the code for forward movement,
18682 adapted for virtual semicolons.
18683
18684 * progmodes/cc-engine.el:
18685 (c-ws*-string-limit-regexp): New regexp.
18686 (c-forward-single-comment, c-backward-single-comment): Comment out
18687 the (now redundant) "special" AWK stuff.
18688
18689 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
18690 c-string-par-start, c-string-par-separate to be more like Text
18691 Mode than Fundamental Mode.
18692
18693 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18694
18695 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
18696 to the fontified region so that fontification doesn't occur
18697 outside it (could happen e.g. when fontifying a line with an
18698 unfinished declaration).
18699
18700 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18701
18702 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
18703 start of the file. ^L now separate sections of the file.
18704 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
18705 (c-awk-one-line-possibly-open-string-re)
18706 (c-awk-regexp-one-line-possibly-open-char-class-re)
18707 (c-awk-one-line-possibly-open-regexp-re)
18708 (c-awk-one-line-non-syn-ws*-re): New defonsts.
18709 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
18710
18711 Amend the concept of "virtual semicolons" (in the indentation
18712 engine) for languages like AWK, such that they are now
18713 conceptually attached to end of the last token of a statement, not
18714 the end of the line. (In AWK Mode, however, the pertinent text
18715 property is still physically set on the EOL.) Remove the specific
18716 tests for awk-mode, thus facilitating the introduction of other
18717 language modes where EOLs can end statements.
18718 (Note: The funtionality in cc-cmds.el, specifically
18719 c-beginning/end-of-statement has yet to be amended.)
18720
18721 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
18722 New macros.
18723
18724 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
18725 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
18726 c-vsemi-status-unknown-p-fn (in a new page).
18727
18728 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
18729 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
18730 numerous awkward forms like
18731 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
18732 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
18733 variable before-ws-ip, the place just after char-before-ip appears.
18734
18735 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
18736 a comment.
18737
18738 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18739
18740 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
18741 `c-tentative-buffer-changes'.
18742
18743 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
18744 convert to macro to choose between Emacs and XEmacs at compile time.
18745
18746 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
18747
18748 (c-tentative-buffer-changes): New macro to handle temporary buffer
18749 changes in a convenient way.
18750
18751 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
18752 for `c-tentative-buffer-changes'.
18753
18754 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
18755 the checks for paren sexps between the point and the keyword, to
18756 avoid some false alarms.
18757
18758 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
18759 Fixed a situation where an error could be thrown for unbalanced
18760 parens. Changed to make use of c-keyword-member' to avoid some
18761 repeated regexp matches.
18762
18763 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
18764 These language variable are no longer necessary.
18765
18766 (c-block-stmt-kwds): New language constant used by
18767 c-looking-at-inexpr-block'.
18768
18769 (c-guess-basic-syntax): Remove an optional check that looked at
18770 the existence of the now removed language variables.
18771
18772 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
18773 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
18774 object instantiation expressions as declarations in some contexts.
18775 This bug only affected languages where the declarator can't be
18776 enclosed in parentheses.
18777
18778 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
18779 insert newlines before and after substatement braces.
18780
18781 * progmodes/cc-engine.el: Improved the heuristics for recognizing
18782 function declaration headers and the handling of C++ style member
18783 init lists.
18784
18785 (c-just-after-func-arglist-p): Rewritten to use
18786 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
18787
18788 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
18789
18790 (c-guess-basic-syntax): Adapt case 5B for the new
18791 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
18792 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
18793 covers all cases now).
18794
18795 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
18796
18797 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18798
18799 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
18800 c-string-par-start/separate c-sentence-end-with-esc-eol,
18801 initialised in c-setup-paragraph-variables, used in string
18802 scanning subroutines of c-beginning-of-statement.
18803
18804 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
18805 which precedes the newly inserted `{'.
18806
18807 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18808
18809 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
18810 function for declaration level blocks. It should now cope with
18811 templates better and also be a lot more comprehensible.
18812
18813 (c-looking-at-decl-block): The new function.
18814
18815 (c-search-uplist-for-classkey): The old one. It's now a wrapper
18816 for compatibility.
18817
18818 (c-add-class-syntax, c-guess-continued-construct)
18819 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
18820
18821 (c-decl-block-key): Change to tell apart ambiguous and
18822 unambiguous keywords. Pike specials are now handled directly in
18823 the code instead.
18824
18825 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
18826 New language constants and variables to make the backward skip in
18827 `c-looking-at-decl-block' as tight as possible.
18828
18829 (c-nonsymbol-token-char-list): New language constant.
18830
18831 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
18832 find balanced template arglists backwards.
18833
18834 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
18835 making char classes for `c-syntactic-skip-backward'.
18836
18837 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
18838 16D - can't be a class-close at that point.
18839
18840 * progmodes/cc-engine.el (c-guess-basic-syntax)
18841 (c-add-class-syntax): Don't narrow out the enclosing declaration
18842 level. This makes everything a lot easier, and it was actually
18843 only four small places that needed it to work. Some places that
18844 previously did `widen' are removed now, which has the effect that
18845 `c-guess-basic-syntax' never will look at things outside the
18846 current narrowment now. The anchor position for `topmost-intro'
18847 is affected by this, but it was so bogus it was basically useless
18848 before, and now it's equally bogus but in a slightly different way.
18849
18850 (c-narrow-out-enclosing-class): Gone.
18851
18852 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
18853 the narrowed region.
18854
18855 (c-least-enclosing-brace): Remove silly optional argument.
18856
18857 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
18858 the point could be left directly after an open paren when finding
18859 the beginning of the first decl in the block.
18860
18861 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
18862 Specify which submatch to use.
18863
18864 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
18865
18866 (c-decl-start-re): No longer any need for special treatment of
18867 ObjC due to the above.
18868
18869 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
18870 presumably follows C in that regard.
18871
18872 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
18873 New language constants to specify operator tokens inside
18874 identifiers in a more high level way.
18875
18876 (c-opt-identifier-prefix-key): New internal language constant.
18877
18878 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
18879 (c-identifier-start, c-identifier-key): Now completely calculated
18880 from other constants.
18881
18882 (c-identifier-last-sym-match): Decommission since it's no longer used.
18883
18884 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
18885
18886 * progmodes/cc-engine.el (c-forward-name): Remove the
18887 optimization when c-identifier-key is equal to c-symbol-key since
18888 it doesn't work in byte compiled files. Don't record empty
18889 regions as identifiers.
18890
18891 * progmodes/cc-langs.el (c-filter-ops): New helper function to
18892 simplify access to `c-operators' and its likes.
18893
18894 (c-operator-list, c-all-op-syntax-tokens)
18895 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
18896 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
18897 (c-primary-expr-regexp, c-cast-parens): Use it.
18898
18899 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
18900 an explicit language in functions.
18901
18902 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
18903 variant of adornment.
18904
18905 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
18906 variable.
18907
18908 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
18909 the Pike value.
18910
18911 * progmodes/cc-engine.el (c-on-identifier)
18912 (c-simple-skip-symbol-backward): Small fix for handling "-"
18913 correctly in `skip-chars-backward'. Affected the operator lfun
18914 syntax in Pike.
18915
18916 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
18917 diagnostic message about precompiled language vars not being used.
18918
18919 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
18920 "__attribute__" is followed by a parenthesis.
18921
18922 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
18923 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
18924 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
18925
18926 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
18927 Internal cleanups to properly detect the declared identifiers in
18928 various declarations.
18929
18930 (c-decl-start-kwds): New language constant to recognize
18931 declarations that can start anywhere. Used for class declarations
18932 in Pike.
18933
18934 (c-specifier-key, c-not-decl-init-keywords)
18935 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
18936 (c-find-decl-spots): Implement `c-decl-start-kwds'.
18937
18938 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
18939 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
18940 handling of the compiler specific extension keywords into a new
18941 language constant `c-decl-hangon-kwds' that defines keyword
18942 clauses to be ignored in declarations.
18943
18944 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
18945 past unrecognized tokens when handling `c-colon-type-list-kwds'.
18946 Necessary to stop at the declared identifier in e.g. IDL valuetype
18947 declarations.
18948
18949 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
18950 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
18951 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
18952 (c-forward-decl-or-cast-1): Recognize the declared identifier in
18953 class and enum declarations as such and not as part of the type.
18954
18955 (c-forward-decl-or-cast-1, c-forward-label): Relax the
18956 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
18957
18958 (c-forward-decl-or-cast-1): Don't disregard sure signs of
18959 declarations when there's some syntax error later on.
18960
18961 (c-complex-decl-matchers): Did away with a reference to
18962 `c-specifier-key'.
18963
18964 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
18965 value - this variable is always dynamically bound.
18966
18967 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
18968 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
18969 * cc-cmds.el, cc-defs.el: Change the policy for marking up
18970 functions that might do hidden buffer changes: All such internal
18971 functions are now marked instead of those that don't.
18972
18973 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
18974 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
18975 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
18976 (c-literal-type): Allow these functions to make hidden buffer changes,
18977 so that they are free to use text property caching later on.
18978
18979 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
18980 (c-electric-brace, c-electric-slash, c-electric-star)
18981 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
18982 (c-electric-paren, c-electric-continued-statement, c-indent-command)
18983 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
18984 (c-context-line-break): Add `c-save-buffer-state' calls to comply
18985 with the changed semantics of the functions above.
18986
18987 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
18988 when macros occur in obscure places. Optimized the sexp movement
18989 a bit.
18990
18991 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18992
18993 Enhancements for c-beginning-of-statement to work in AWK Mode:
18994
18995 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
18996 (completed statement) with `}' (statement completed by closing
18997 brace or semicolon) and `$' (statement completed by EOL).
18998
18999 (c-awk-virtual-semicolon-ends-prev-line-p)
19000 (c-awk-virtual-semicolon-ends-line-p)
19001 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
19002 (c-awk-at-statement-end-p): New functions.
19003
19004 * progmodes/cc-cmds.el: Simplify the structure of functions
19005 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
19006 two functions and c-beginning-of-statement to handle AWK Mode.
19007
19008 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
19009 c-backward-single-comment for AWK mode. Attempt to clarify their
19010 doc-strings.
19011
19012 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
19013
19014 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19015
19016 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
19017 label handling. Labels are now recognized in a uniform and more
19018 robust way, regardless of context. Text properties are put on all
19019 labels to recognize the following declarations better.
19020 Multiword labels are handled both in indentation and fontification for
19021 the benefit of language extensions like Qt. For consistency, keywords
19022 in labels are now fontified with the label face instead.
19023 That also applies to "case" and "default".
19024
19025 (c-beginning-of-statement-1): Fix some bugs in the label
19026 handling. Disregard `c-nonlabel-token-key' in labels that begin
19027 with `c-label-kwds'.
19028
19029 (c-find-decl-spots): Support that the callback adds more
19030 `c-decl-end' spots to find.
19031
19032 (c-forward-decl-or-cast-1): Don't treat a list of plain
19033 identifiers followed by a colon as a declaration.
19034
19035 (c-forward-label): New function to recognize labels.
19036
19037 (c-guess-basic-syntax): Replace uses of `c-label-key' with
19038 `c-forward-label'. Moved the label recognition cases (14 and 15)
19039 earlier since they aren't so context sensitive now. Handle labels
19040 on the top level gracefully. Moved access label recognition to
19041 the generic label case (CASE 15) - removed CASE 5E.
19042
19043 (c-font-lock-declarations): Add recognition of labels in the
19044 same round since we need to handle labels in parallell with other
19045 declarations to recognize both accurately. It should also improve
19046 speed.
19047
19048 (c-simple-decl-matchers, c-basic-matchers-after):
19049 Move `c-font-lock-labels' so that it only is used on decoration level 2
19050 since `c-font-lock-declarations' handles it otherwise.
19051
19052 (c-complex-decl-matchers): Remove the simplistic recognition of
19053 access labels.
19054
19055 (c-decl-prefix-re): Remove the kludges that was necessary to cope
19056 with labels earlier.
19057
19058 (c-decl-start-re): New language variable to make
19059 `c-font-lock-declarations' stop for the special protection labels
19060 in Objective-C that start with `@'.
19061
19062 (c-label-key): Remove since it's no longer used.
19063
19064 (c-recognize-colon-labels, c-label-prefix-re): New language
19065 constants to support recognition of generic colon-terminated labels.
19066
19067 (c-type-decl-end-used): `c-decl-end' is now used whenever there
19068 are colon terminated labels.
19069
19070 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
19071 first argument starts with a special brace list.
19072
19073 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
19074 (c-font-lock-declarations): Break out the declaration and cast
19075 recognition from `c-font-lock-declarations' to a new function, so
19076 that it can be used in the indentation engine.
19077
19078 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
19079 up to the start of the literal. Fixed bug with the point on the
19080 wrong side of the search limit that could happen when the start
19081 position is inside a literal.
19082
19083 * progmodes/cc-engine.el (c-parse-state)
19084 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
19085 so that it's kept a little bit back to increase the hit rate.
19086
19087 (c-parse-state): Change the macro handling and fixed some
19088 glitches. Macro context is checked more often than necessary now,
19089 but otoh less garbage conses are generated.
19090
19091 * progmodes/cc-engine.el (c-parse-state)
19092 (c-invalidate-state-cache): Cache the last position where
19093 `c-state-cache' applies. This can speed up refontification quite
19094 a bit in blocks where there are many non-brace parens before the point.
19095
19096 (c-state-cache-end): New variable for this.
19097
19098 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
19099 cache variable.
19100
19101 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
19102 get close initial continue positions when the start position is
19103 inside a literal or macro. Do not call the callback for spots
19104 before the start position (which can happen e.g. for `c-decl-end'
19105 spots inside comments). Optimize better in special cases when the
19106 region is a single line inside a literal or macro (typically when
19107 the current line is refontified).
19108
19109 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
19110 to `c-add-stmt-syntax' - there's no need to explicitly whack off
19111 entries from the paren state.
19112
19113 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
19114 special case for "else if" clauses.
19115
19116 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
19117 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
19118
19119 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
19120 New language variable to recognize the gcc extension with statement
19121 blocks inside expressions.
19122
19123 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
19124 it somewhat more comprehensible. The argument AT-BLOCK-START is
19125 no longer used and hence removed.
19126
19127 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
19128 to `c-add-stmt-syntax'.
19129
19130 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
19131 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
19132 This fixes bogus label recognition.
19133
19134 * progmodes/cc-engine.el (c-add-type, c-check-type)
19135 (c-forward-name, c-forward-type): Improve storage of template
19136 types in `c-found-types' so that they can be recognized better.
19137
19138 (c-syntactic-content): Add option to skip past nested parens.
19139
19140 * progmodes/cc-engine.el (c-forward-name):
19141 Set `c-last-identifier-range' all the time. It's less work that way.
19142 Handle that there might not be an identifier to store in
19143 `c-last-identifier-range'.
19144
19145 (c-forward-type): Handle that `c-last-identifier-range' might be
19146 nil from `c-forward-name'.
19147
19148 * progmodes/cc-defs.el (c-safe-scan-lists)
19149 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
19150
19151 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
19152 to work even if the form fails.
19153
19154 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
19155 down in a large file in one go.
19156
19157 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
19158
19159 * progmodes/cc-align.el (c-lineup-assignments): New lineup
19160 function which is like `c-lineup-math' but returns nil instead of
19161 `c-basic-offset' when it doesn't match.
19162
19163 (c-lineup-math): Change to use `c-lineup-assignments'.
19164
19165 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19166
19167 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
19168 c-beginning-of-statement. New subfunctions
19169 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
19170
19171 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19172
19173 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
19174 hardcoded char classes whereever possible. Changed a couple of
19175 places to use skip by syntax instead of skip by char class.
19176
19177 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
19178 Fix a bug in the regexp that caused extreme backtracking.
19179
19180 * progmodes/cc-langs.el (c-block-comment-starter)
19181 (c-block-comment-ender): New language constants to specify in a
19182 single place how block comments look.
19183
19184 (c-comment-start-regexp, c-block-comment-start-regexp)
19185 (comment-start, comment-end, comment-start-skip)
19186 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
19187 (c-syntactic-ws, c-nonempty-syntactic-ws)
19188 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
19189 `c-line-comment-starter', `c-block-comment-starter' and
19190 `c-block-comment-ender'.
19191
19192 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
19193 New language constants to break up things a bit.
19194
19195 (c-simple-ws): New language constant for simple whitespace.
19196
19197 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
19198
19199 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
19200 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
19201 newlines. Allow and ignore nil elements in the list.
19202
19203 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19204
19205 * progmodes/cc-cmds.el: Comment out a (n almost certainly
19206 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
19207
19208 * progmodes/cc-cmds.el: Tidy up the comments in
19209 c-beginning-of-statement and subfunctions.
19210
19211 * progmodes/cc-awk.el: Replace calls to put-text-property to the
19212 more flexible c-put-char-property and c-clear-char-properties.
19213 Add the author's email address.
19214
19215 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
19216
19217 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
19218 closing "*/" of a block comment.
19219
19220 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
19221 subfunctions) so that it works at BOB and EOB.
19222
19223 * progmodes/cc-cmds.el, cc-vars.el: More updating of
19224 c-beginning-of-statement, including new variable
19225 c-block-comment-start-regexp.
19226
19227 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19228
19229 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
19230 symbols from `*-font-lock-extra-types' so that there's no need to
19231 use `regexp-opt' on those lists.
19232
19233 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
19234 `c-type-modifier-kwds' is empty.
19235
19236 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
19237 there are several strings on the same line.
19238
19239 * progmodes/cc-engine.el (c-literal-limits): Remove the
19240 compatibility function for older emacsen. `c-literal-limits-fast'
19241 has now taken the place of this function.
19242
19243 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
19244 with older emacsen: We now require `pps-extended-state'.
19245
19246 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19247
19248 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
19249 which obviates the need to hack sentence-end. This now handles
19250 escaped newlines in strings correctly. Correct minor bugs in
19251 c-move-over-sentence and in c-beginning-of-statement.
19252
19253 * progmodes/cc-cmds.el (c-beginning-of-statement (and
19254 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
19255 that movement over macros and code are rigorously separated from
19256 eachother. Correct a few incidental bugs.
19257
19258 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
19259 Improve its doc-string. Improve the handling of certain specific cases.
19260
19261 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19262
19263 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
19264 (c-guess-basic-syntax): Change the way class-level labels are
19265 recognized; they can now contain essentially any symbols.
19266
19267 (c-opt-extra-label-key): New language variable to cope with the
19268 special protection label syntax in Objective-C.
19269
19270 (c-opt-access-key): Remove; this is now handled better by
19271 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
19272
19273 (c-complex-decl-matchers): Update to handle that
19274 `c-opt-access-key' no longer exists.
19275
19276 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
19277 improved label recognition in `c-beginning-of-statement-1'.
19278
19279 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
19280 Recognize bitfields better.
19281
19282 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
19283 Remove some cruft and fixed a bug that could cause it to go to a
19284 position further down.
19285
19286 * progmodes/cc-langs.el, cc-engine.el
19287 (c-beginning-of-statement-1): Improve detection of labels in
19288 declaration contexts.
19289
19290 (c-beginning-of-decl-1): Use it.
19291
19292 (c-nonlabel-token-key): New language constant and variable needed
19293 by `c-beginning-of-statement-1'.
19294
19295 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
19296 manifested itself due to the correction in `c-forward-sexp'.
19297
19298 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
19299 Make these behave as documented when used at the buffer limits.
19300
19301 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
19302 (c-type-decl-end-used): Made this a language variable.
19303
19304 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
19305 correctly when `combine-after-change-calls' is used together with
19306 temporary narrowings.
19307
19308 * progmodes/cc-engine.el (c-beginning-of-statement-1):
19309 Report labels correctly when the start point is immediately after the
19310 colon.
19311
19312 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
19313 Remove since it isn't used anymore.
19314
19315 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
19316 bracket arglists such as template parens in C++.
19317
19318 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
19319 in the last check-in. Some optimization.
19320
19321 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
19322 where it could stop at the same level in a preceding sexp when
19323 PAREN-LEVEL is set.
19324
19325 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
19326 text property lookup only when it's needed.
19327
19328 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
19329 Change the policy for paren marked angle brackets to be more
19330 persistent; once marked they remain marked even when they're found
19331 to be unbalanced in the searched region. This should keep the
19332 paren syntax around even when individual lines are refontified in
19333 multiline template arglists.
19334
19335 (c-parse-and-markup-<>-arglists): New dynamically bound variable
19336 to control markup so that incorrect angle bracket arglists aren't
19337 marked in contexts where the correct value for
19338 `c-disallow-comma-in-<>-arglists' isn't known.
19339
19340 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
19341 argument has become `c-parse-and-markup-<>-arglists'.
19342
19343 (c-remove-<>-arglist-properties): Remove - no longer used.
19344
19345 (c-after-change-check-<>-operators): New function used on
19346 `after-change-functions' to avoid that "<" and ">" characters that
19347 are part of longer operators have paren syntax.
19348
19349 (c-<>-multichar-token-regexp): New language variable used by
19350 `c-after-change-check-<>-operators'.
19351
19352 (c-after-change): Call `c-after-change-check-<>-operators'.
19353
19354 (c-font-lock-<>-arglists): Use the context properties set by
19355 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
19356 correctly to avoid doing invalid markup.
19357
19358 (c-font-lock-declarations): Remove code that undoes the invalid
19359 markup done by `c-font-lock-<>-arglists'.
19360
19361 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
19362 after `c-font-lock-declarations'.
19363
19364 * progmodes/cc-engine.el (c-syntactic-skip-backward):
19365 Add paren-level feature.
19366
19367 (c-guess-basic-syntax): Improve the anchor position for
19368 `template-args-cont' in nested template arglists. There's still
19369 much to be desired in this area, though.
19370
19371 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19372
19373 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
19374 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
19375
19376 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19377
19378 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
19379 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
19380
19381 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
19382 it doesn't work no longer are supported.
19383
19384 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
19385 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
19386 requires support for the syntax-table' text property, which rules
19387 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
19388 cruft associated with those versions.
19389
19390 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
19391 for the `syntax-table' text property, which rules out Emacs 19 and
19392 XEmacs < 21.4. Removed various compatibility cruft associated
19393 with those versions.
19394
19395 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
19396 support for the `syntax-table' text property.
19397
19398 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
19399 variable and use an extra quoted face name instead. All the
19400 emacsen flavors handle that correctly.
19401
19402 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
19403 (c-font-lock-declarators, c-font-lock-declarations)
19404 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
19405 property to mark the items in in declarator lists to handle
19406 refontification inside multiline declarations better.
19407
19408 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
19409 construct like "a * b = c;" as a declaration.
19410
19411 2005-12-08 Kim F. Storm <storm@cua.dk>
19412
19413 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
19414 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
19415 select either meta, hyper, or super modifier for rectangle commands.
19416 (cua--rectangle-modifier-key): New defvar.
19417 (cua--M/H-key): Use it. Remove special case for `space'.
19418 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
19419 on X, to meta otherwise. Always bind C-return to toggle
19420 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
19421
19422 * emulation/cua-rect.el (cua-help-for-rectangle):
19423 Use cua--rectangle-modifier-key. Handle super modifier too.
19424 (cua--init-rectangles): Always bind C-return to toggle rectangle.
19425 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
19426
19427 * ido.el: Move Acknowledgements and History after Commentary.
19428 Minor changes to Commentary.
19429
19430 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
19431 keymap if cua--prefix-override-timer is `shift'.
19432 (cua--shift-control-prefix): New function; emulate "type prefix
19433 key twice" functionality to handle shifted prefix key override.
19434 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
19435 New commands.
19436 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
19437
19438 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
19439
19440 * textmodes/org.el (org-insert-heading): Try to do items before
19441 headings.
19442 (org-agenda-mode): Quote `org-agenda-mode-hook'.
19443 (org-insert-item): New function.
19444 (org-renumber-ordered-list): Don't skip to higher level lists.
19445
19446 2005-12-08 Juri Linkov <juri@jurta.org>
19447
19448 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
19449
19450 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
19451
19452 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
19453
19454 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
19455 the constructed function name fun-1.
19456
19457 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
19458 because such links don't lead to parent documentation.
19459
19460 2005-12-08 Kenichi Handa <handa@m17n.org>
19461
19462 * descr-text.el (describe-char): Use *Help-2* buffer if the
19463 current buffer is *Help*. Call describe-text-properties while
19464 setting the original buffer.
19465
19466 2005-12-07 Bill Wohler <wohler@newt.com>
19467
19468 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
19469 and causes problems with non-MH users (such as Gnus users).
19470
19471 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
19472
19473 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
19474 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
19475 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
19476 command "info sources". Move calls to GDB command "list".
19477 (gdb-find-file-hook): Just use gdb-source-file-list.
19478 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
19479 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
19480 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
19481 (gdb-data-list-register-values-handler): Use correct trigger name.
19482
19483 2005-12-07 Kim F. Storm <storm@cua.dk>
19484
19485 * ido.el (ido-completion-map): Rename from ido-mode-map.
19486 (ido-common-completion-map, ido-file-completion-map)
19487 (ido-file-dir-completion-map, ido-buffer-completion-map):
19488 Rename from ido-mode-....-map.
19489 (ido-init-completion-maps): Rename from ido-init-mode-maps.
19490 (ido-setup-completion-map): Rename from ido-define-mode-map.
19491 (ido-read-internal): Bind minibuffer-local-filename-completion-map
19492 to ido-completion-map.
19493
19494 2005-12-07 Kenichi Handa <handa@m17n.org>
19495
19496 * international/mule-cmds.el
19497 (set-display-table-and-terminal-coding-system): If the coding
19498 system specified in `unibyte-display' property is different from
19499 the arg coding-system, don't setup standard-display-table.
19500
19501 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
19502
19503 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
19504 that comments end at \n, regardless of selective-display.
19505
19506 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
19507
19508 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
19509 (gdb-version): New variables.
19510 (gdb-source-file-list, gdb-register-names)
19511 (gdb-changed-registers): New variables for use with GDB 6.4+.
19512 (gdb-ann3): Replace with...
19513 (gdb-init-1, gdb-init-2): ...two new functions.
19514 (gdba, gdb-prompt): Call gdb-init-1.
19515 (gdb-get-version): New function. Call gdb-init-2 from here.
19516 (gud-watch): Make it work with mouse events too.
19517 (gdb-post-prompt): Don't add to queue until GDB version is known.
19518 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
19519 (gdb-locals-mode): Use gdb-version.
19520 (gdb-memory-format-map, gdb-memory-unit-map)
19521 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
19522 (gdb-locals-font-lock-keywords-1)
19523 (gdb-locals-font-lock-keywords-2): New variables.
19524 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
19525 (gdb-set-gud-minor-mode-existing-buffers-1)
19526 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
19527 (gdb-var-update-1, gdb-var-update-handler-1)
19528 (gdb-data-list-register-values-handler)
19529 (gdb-data-list-register-values-custom)
19530 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
19531 (gdb-stack-list-locals-handler, gdb-get-register-names):
19532 New functions for use with GDB 6.4+.
19533 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
19534 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
19535 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
19536 (gdb-stack-list-locals-regexp)
19537 (gdb-data-list-register-names-regexp): New regexps for use with
19538 GDB 6.4+.
19539
19540 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
19541
19542 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
19543
19544 2005-12-06 Nozomu Ando <nand@mac.com>
19545
19546 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
19547 prompts work for AUTH PLAIN. Also reported by Steve Allan
19548 <seallan@verizon.net>.
19549
19550 2005-12-06 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
19551
19552 * frame.el (set-frame-parameter): Add doc string.
19553
19554 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
19555
19556 * textmodes/org.el (org-occur-highlights): New variable.
19557 (org-highlight-new-match, org-remove-occur-highlights): New functions.
19558 (org-highlight-sparse-tree-matches): New option.
19559 (org-do-occur): New function.
19560 (org-get-heading): Make it work also at beginning of line.
19561 (org-category-table): New variable.
19562 (org-get-category-table, org-get-category)
19563 (org-camel-to-words, org-link-search): New functions.
19564 (org-select-this-todo-keyword): New variable.
19565 (org-todo-list): New command.
19566 (org-shiftright, org-shiftleft): New commands.
19567 (org-agenda-todo): Add prefix argument.
19568 (org-show-hierarchy-above): New option.
19569 (org-show-todo-tree): Numerical prefix creates tree for specific
19570 TODO keyword.
19571 (org-outline-level): New function, to assign a level to plain
19572 lists items.
19573 (org-cycle-include-plain-lists): New option.
19574 (org-mode): Use `org-outline-level' as value of `outline-level'.
19575 (org-cycle): Temporarily switch `outline-regexp' if
19576 `org-cycle-include-plain-lists' is non-nil.
19577 (org-start-icalendar-file): Fix format bug.
19578 (org-agenda-get-day-entries): Create category table.
19579 (org-agenda-get-todos, org-agenda-get-timestamps)
19580 (org-agenda-get-deadlines, org-agenda-get-scheduled)
19581 (org-agenda-get-blocks): Use `org-get-category'.
19582 (org-context-in-file-links): Rename from
19583 `org-line-numbers-in-file-links'.
19584
19585 2005-12-06 Romain Francoise <romain@orebokech.com>
19586
19587 * window.el (balance-windows): Delete extraneous third arg in call
19588 to `enlarge-window'.
19589
19590 2005-12-06 Kenichi Handa <handa@m17n.org>
19591
19592 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
19593
19594 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
19595
19596 * progmodes/gdb-ui.el (gdb-var-create-handler)
19597 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
19598 (gdb-var-list-children-handler, gdb-var-update-handler):
19599 Current buffer is already gdb-partial-output-buffer, don't
19600 make it current again.
19601
19602 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
19603
19604 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
19605 (list-buffers-noselect): Use it.
19606
19607 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
19608
19609 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
19610 (mail-yank-ignored-headers): Use regexp-opt.
19611 (mail-mode-map): Move initialization into declaration.
19612 (mail-sent-via): Remove unused shadowed var `to-line'.
19613 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
19614 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
19615 (mail-do-fcc): Use dolist and push.
19616 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
19617 (mail-yank-ignored-headers): Don't autoload.
19618
19619 2005-12-05 Kenichi Handa <handa@m17n.org>
19620
19621 * international/mule-cmds.el (set-language-info-internal): New fun.
19622 (set-language-info): Call set-language-info-internal to update
19623 language-info-alist. If LANG-ENV is the current one, call
19624 set-language-environment to make INFO effective now.
19625 (set-language-info-alist): Likewise.
19626 (locale-language-names): With locale "en", use English
19627 lang. env. but set the default codings to iso-8859-1.
19628
19629 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
19630
19631 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
19632 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
19633 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
19634 for plain strings.
19635 (gdb-frames-mode): Remove redundant call to font-lock-mode.
19636 (gdb-all-registers): Rename from toggle-gdb-all-registers.
19637 Create registers buffer if necessary. Echo new state in minibuffer.
19638 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
19639
19640 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
19641
19642 * info.el (Info-fontify-node): Match external links using
19643 non-directory part of filename.
19644
19645 2005-12-04 Juri Linkov <juri@jurta.org>
19646
19647 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
19648 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
19649 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
19650 because there is no customization option for it.
19651
19652 * font-lock.el (lisp-font-lock-keywords-1):
19653 Add define-global-minor-mode.
19654
19655 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
19656
19657 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
19658 properties on the constructed variable names.
19659
19660 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
19661 Put `definition-name' properties on the constructed function names
19662 next-sym and prev-sym.
19663
19664 * emacs-lisp/find-func.el (find-function-regexp):
19665 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
19666 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
19667 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
19668 and easy-menu-define.
19669
19670 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
19671 easy-mmode-define-global-mode and define-global-minor-mode.
19672 (lisp-imenu-generic-expression): Add define-global-minor-mode.
19673
19674 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
19675 instead of easy-mmode-define-global-mode.
19676
19677 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
19678 Use define-minor-mode instead of easy-mmode-define-minor-mode.
19679
19680 * cus-edit.el (customize-group, customize-group-other-window):
19681 Filter out autoloaded options from the group completion list by
19682 using heuristics that autoloaded groups don't have `custom-autoload'
19683 property on their symbols (they have only `custom-loads').
19684
19685 * simple.el (completion-setup-function): Put completions-common-part
19686 face on complete completion string too (i.e. completion string
19687 without completions-first-difference face).
19688
19689 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
19690
19691 2005-12-03 Eli Zaretskii <eliz@gnu.org>
19692
19693 * view.el (view-mode): Doc fix.
19694
19695 * disp-table.el (standard-display-european): Add to the warning
19696 message a reference to the doc string.
19697
19698 * play/yow.el (apropos-zippy): Call print-help-return-message,
19699 similar to other Help and Apropos commands.
19700
19701 * help.el (print-help-return-message): If pop-up-frames is
19702 non-nil, set up help-return-method to delete the help window and,
19703 possibly, its frame as well, and don't display message about
19704 scrolling the help window. Doc fix.
19705 (help-return-method): Doc fix.
19706
19707 2005-12-03 Martin Rudalics <rudalics@gmx.at>
19708
19709 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
19710 whereby names of length one or names starting with a
19711 symbol-constituent character would not be returned.
19712
19713 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
19714
19715 * subr.el (atomic-change-group): Add edebug and indentation spec.
19716
19717 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
19718
19719 * completion.el (save-completions-file-name): Fix typo in last change.
19720
19721 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19722
19723 * info.el: Move back/forward history to the beginning of the tool bar.
19724
19725 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
19726
19727 * allout.el (eval-when-compile): Remove unnecessary load of cl.
19728 Add fset of allout-real-isearch-abort during compile to fix
19729 byte-compilation warnings.
19730 (allout-mode-p): Move definition of this macro above all uses, or
19731 byte compilation in barren Emacs (eg, during Emacs build) will
19732 lack the definition.
19733 (allout-mode): Move this variable above any uses, or byte
19734 compilation will fail.
19735 (allout-resolve-xref): Remove use of personal file-reference function.
19736 (allout-toggle-current-subtree-encryption): Do the current (ie,
19737 visible containing) topic, rather than nearest around point. Doc fix.
19738 (allout-toggle-subtree-encryption): New function, workhorse that
19739 works on nearest topic containing point.
19740 (allout-encrypt-string): Signal requirement for newer version of pgg.
19741 (allout-resumptions): Doc fix.
19742
19743 2005-12-02 Eli Zaretskii <eliz@gnu.org>
19744
19745 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
19746
19747 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
19748
19749 * textmodes/flyspell.el (flyspell-external-point-words):
19750 Consider a misspelling as found in the string search if: (a) misspelling
19751 and found string lengths match, or (b) misspelling is found as
19752 element in a boundary-chars separated longer string, or (c)
19753 ispell-program-name is really ispell and misspelling is found as
19754 part of a TeX string. After successful match move beginning of
19755 search region to end of match. Warn about not found misspellings
19756 once the process is done.
19757 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
19758
19759 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
19760
19761 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
19762 tool bar (removed inadvertently).
19763
19764 2005-12-02 Juri Linkov <juri@jurta.org>
19765
19766 * log-view.el (log-view-diff): Clarify doc string.
19767
19768 2005-12-01 Bill Wohler <wohler@newt.com>
19769
19770 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
19771 triggers lm-verify errors.
19772
19773 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
19774
19775 * simple.el (transient-mark-mode, line-number-mode)
19776 (column-number-mode, size-indication-mode): Remove `:require nil'.
19777
19778 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
19779
19780 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
19781 in the margin also.
19782 (gdb-breakpoints-mode-map): Use D instead of d for
19783 gdb-delete-breakpoint.
19784 (gdb-get-frame-number): Require a number to match on.
19785 (gdb-threads-mode-map): Add follow-link binding.
19786
19787 2005-11-30 Jason Rumney <jasonr@gnu.org>
19788
19789 * isearch.el (isearch-mode-map): Avoid exiting search on
19790 language-change event.
19791
19792 2005-11-30 Romain Francoise <romain@orebokech.com>
19793
19794 * speedbar.el (speedbar-default-position): New defcustom.
19795 (speedbar-frame-reposition-smartly): Use it.
19796
19797 * dframe.el (dframe-reposition-frame-emacs): Fix position
19798 computation for `left' location.
19799 Update copyright year.
19800
19801 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
19802
19803 * help.el (help-map): Move initialization into declaration.
19804
19805 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
19806
19807 * help-fns.el (help-argument-name): Don't autoload.
19808 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
19809 to be re-loaded when customizing the `help' group.
19810
19811 2005-11-30 John Paul Wallington <jpw@gnu.org>
19812
19813 * help-fns.el (describe-function-1): Fill arglist output.
19814
19815 2005-11-30 Kim F. Storm <storm@cua.dk>
19816
19817 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
19818 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
19819 after revert-buffer (or anything else which kills all local variables).
19820
19821 * apropos.el (apropos-parse-pattern): Doc fix.
19822 Set apropos-regexp directly, rather than expecting callers to do so.
19823 (apropos-command, apropos, apropos-value, apropos-documentation):
19824 Simplify calls to apropos-parse-pattern.
19825
19826 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
19827
19828 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
19829 (hi-lock-face-phrase-buffer): Use hi-yellow face.
19830 (hi-lock-write-interactive-patterns): Use comment-region.
19831
19832 * longlines.el (longlines-mode): Add mail-setup-hook.
19833
19834 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
19835
19836 * simple.el (sendmail-user-agent-compose, next-line):
19837 Conditionally use hard-newline.
19838
19839 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
19840
19841 * international/latexenc.el (latex-inputenc-coding-alist):
19842 Reword doc string.
19843
19844 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
19845
19846 * help.el (describe-key-briefly, describe-key): Recognize default
19847 bindings.
19848
19849 2005-11-29 Romain Francoise <romain@orebokech.com>
19850
19851 * view.el (view-inhibit-help-message): New defcustom.
19852 (view-mode-enter): Use it.
19853
19854 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
19855
19856 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
19857 Preserve user position.
19858
19859 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
19860
19861 * font-lock.el: Throw error if facemenu is not loaded to prevent
19862 accidental change of loading order in loadup.el. (Suggested by RMS.)
19863
19864 * loadup.el: Add comment explaining why facemenu must be loaded
19865 before font-lock.
19866
19867 2005-11-28 Jay Belanger <belanger@truman.edu>
19868
19869 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
19870 (calc-dispatch-map): Add more keys for `calc-same-interface'.
19871
19872 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
19873
19874 * calc/calc-embed.el (calc-do-embedded): Update help message.
19875
19876 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
19877
19878 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
19879
19880 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
19881
19882 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
19883 called-interactively-p.
19884 (elp-profilable-p): Rename from elp-not-profilable-p.
19885 Invert result and take into account macros and autoloaded functions.
19886 (elp-instrument-function): Update call.
19887 (elp-instrument-package): Update call. Add completion.
19888 (elp-pack-number): Use match-string.
19889 (elp-results-jump-to-definition-by-mouse): Merge into
19890 elp-results-jump-to-definition and then remove.
19891 (elp-output-insert-symname): Make help echo text single-line.
19892
19893 * replace.el (query-replace-map): Move initialization into declaration.
19894 (occur-engine): Use with-current-buffer.
19895 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
19896 (occur-mode-mouse-goto): Replace with an alias.
19897
19898 2005-11-28 Juri Linkov <juri@jurta.org>
19899
19900 * simple.el (quoted-insert): Let-bind input-method-function to nil.
19901
19902 * term/w32-win.el: Bind [S-tab] to [backtab].
19903
19904 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
19905 `Info-find-file' to t.
19906
19907 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
19908 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
19909 and same-window-regexps.
19910 (occur-next-error): Don't move point for arg 0.
19911
19912 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
19913
19914 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
19915
19916 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
19917
19918 * log-edit.el (log-edit-changelog-use-first): New var.
19919 (log-edit-changelog-ours-p): Use it.
19920 (log-edit-insert-changelog): Set it with new arg `use-first'.
19921 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
19922 (log-edit-hook): Add them to the list of suggested options.
19923
19924 * textmodes/flyspell.el (flyspell-last-buffer): New var.
19925 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
19926 redundant work.
19927 (flyspell-mode-on): Use add-hook for after-change-functions.
19928 (flyspell-mode-off): Use remove-hook for after-change-functions.
19929 (flyspell-changes): Make it buffer-local.
19930 (flyspell-after-change-function): Make it non-interactive. Use push.
19931 (flyspell-post-command-hook): Check input-pending-p while processing
19932 the potentially long list of buffer changes.
19933
19934 2005-11-28 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
19935
19936 * buff-menu.el (list-buffers-noselect): Display the selected
19937 frame's buffer list, not the global one.
19938
19939 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
19940
19941 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
19942 that (list last-input-event) works as in interactive spec.
19943
19944 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
19945
19946 * loadup.el ("facemenu"): Load facemenu before font-lock, because
19947 `facemenu-keymap' needs to be defined when font-lock is loaded.
19948 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
19949
19950 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
19951
19952 * completion.el: Remove useless leading * in defcustom docstrings.
19953 (save-completions-file-name): Use ~/.emacs.d if available.
19954 (completion-standard-syntax-table): Rename from
19955 cmpl-standard-syntax-table and fold initialization into declaration,
19956 thus removing cmpl-make-standard-completion-syntax-table.
19957 (completion-lisp-syntax-table, completion-c-syntax-table)
19958 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
19959 (cmpl-saved-syntax, cmpl-saved-point): Remove.
19960 (symbol-under-point, symbol-before-point)
19961 (symbol-under-or-before-point, symbol-before-point-for-complete)
19962 (add-completions-from-c-buffer): Use with-syntax-table.
19963 (make-completion): Don't return a list of completion entries.
19964 Update callers.
19965 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
19966 (completion-initialize): Rename from initialize-completions.
19967 (completion-find-file-hook): Rename from cmpl-find-file-hook.
19968 (kill-emacs-save-completions): Collect stats here.
19969 (save-completions-to-file, load-completions-from-file):
19970 Use with-current-buffer.
19971 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
19972 into a function. Move all calls to toplevel.
19973 (completion-lisp-mode-hook): New fun.
19974 (completion-c-mode-hook, completion-setup-fortran-mode):
19975 Set the syntax-table here. Use local-set-key.
19976 (completion-saved-bindings): New var.
19977 (dynamic-completion-mode): Make it into a proper minor mode.
19978 (load-completions-from-file): Remove unused var `num-uses'.
19979
19980 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
19981 constructor if it is explicitly overridden.
19982
19983 * complete.el (PC-completion-as-file-name-predicate):
19984 Use minibuffer-completing-file-name.
19985 (partial-completion-mode): Use find-file-not-found-functions.
19986 (PC-lisp-complete-symbol): Use with-syntax-table.
19987 (PC-look-for-include-file): Remove dead setq.
19988 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
19989 (PC-complete): Use with-current-buffer.
19990
19991 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
19992 escape single quotes.
19993
19994 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
19995
19996 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
19997 of `if' whose condition always returned nil. Doc fix.
19998
19999 * buff-menu.el (Buffer-menu-revert-function): Make the selected
20000 window's buffer the current buffer around the call to
20001 `list-buffers-noselect'. This is necessary to mark that buffer
20002 with a `.' in the Buffer Menu when called from Lisp, for instance
20003 by Auto Revert Mode.
20004
20005 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
20006
20007 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
20008 attaching to it.
20009 (gdb-pre-prompt): Make sure gdb-error is reset.
20010
20011 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
20012 with a child process, detect it.
20013 (gud-speedbar-buttons): Match regexp more carefully.
20014
20015 2005-11-27 Richard M. Stallman <rms@gnu.org>
20016
20017 * mouse.el (mouse-drag-move-window-bottom):
20018 Use adjust-window-trailing-edge.
20019
20020 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
20021
20022 * simple.el (blink-matching-open): Ignore
20023 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
20024 (blink-matching-paren-on-screen): Update docstring.
20025
20026 * paren.el (show-paren-mode): No longer change
20027 `blink-matching-paren-on-screen'.
20028
20029 2005-11-27 John Paul Wallington <jpw@pobox.com>
20030
20031 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
20032 (gdb-threads-select, gdb-edit-register-value):
20033 Use `posn-set-point' instead of `mouse-set-point' because the
20034 latter is not fbound when configured without X.
20035
20036 2005-11-27 Kim F. Storm <storm@cua.dk>
20037
20038 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
20039 existing face when partially highlighting a TAB in a rectangle.
20040
20041 2005-11-26 Kim F. Storm <storm@cua.dk>
20042
20043 * ido.el (ido-mode-map): Doc fix.
20044 (ido-mode-common-map, ido-mode-file-map)
20045 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
20046 (ido-define-mode-map): Rewrite. Select one of the new maps as
20047 parent for ido-mode-map instead of building from scratch.
20048 (ido-init-mode-maps): New defun to initialize new maps.
20049 (ido-mode): Call it.
20050 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
20051 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
20052
20053 2005-11-26 John Paul Wallington <jpw@pobox.com>
20054
20055 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
20056 `mouse-set-point' because the latter is not fbound when configured
20057 without X.
20058
20059 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
20060
20061 * files.el (file-relative-name): Doc fix.
20062
20063 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
20064
20065 * progmodes/octave-inf.el (inferior-octave-startup): Force a
20066 non-empty string for secondary prompt PS2.
20067
20068 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
20069
20070 * progmodes/compile.el (compilation-setup): Fix last change.
20071
20072 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
20073
20074 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
20075 (gdb-mouse-toggle-breakpoint-margin)
20076 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
20077 Add gdb-server-prefix to keep out of command history.
20078 (gdb-edit-register-value): New function.
20079 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
20080 (gdb-info-registers-custom): Use above map.
20081
20082 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
20083
20084 * custom.el (enable-theme): Signal error if argument is not a
20085 theme. Don't recalculate a face if it's not loaded yet.
20086
20087 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
20088 the `user' theme is in effect.
20089
20090 * info.el (Info-on-current-buffer): Record actual filename in
20091 Info-current-file, instead of t, or a fake filename if a non-file
20092 buffer. Make autoload.
20093 (Info-find-node, Info-revert-find-node): No need to check for
20094 Info-current-file nil.
20095 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
20096 Info-current-file is now never `t'.
20097 (Info-fontify-node): Many simplifications due to Info-current-file
20098 always being valid. Use Info-find-file to find node filename.
20099
20100 2005-11-25 David Kastrup <dak@gnu.org>
20101
20102 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
20103 new character, then delete" in order to preserve markers.
20104
20105 2005-11-25 David Ponce <david@dponce.com>
20106
20107 * recentf.el (recentf-arrange-by-rule): Handle a special
20108 `auto-mode-alist'-like "strip suffix" rule.
20109 (recentf-build-mode-rules): Handle second level auto-mode entries.
20110
20111 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
20112
20113 * emulation/viper-keym.el (viper-ESC-key): Use different values
20114 in terminal and window modes.
20115
20116 * emulation/viper.el (viper-emacs-state-mode-list): Delete mail-mode,
20117 add jde-javadoc-checker-report-mode.
20118
20119 * ediff-wind.el (ediff-make-wide-display): Slight simplification.
20120
20121 * ediff.el (ediff-date): Change the date of last update.
20122
20123 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
20124
20125 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
20126 Use define-minor-mode, and make it a local mode. Turn on font-lock.
20127 (hi-lock-mode): New global minor mode.
20128 (turn-on-hi-lock-if-enabled): New function.
20129 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
20130 Change arguments to regexp and face instead of a font-lock pattern.
20131 Directly set face property, instead of refontifying.
20132 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
20133 (hi-lock-find-patterns): Use line-number-at-pos.
20134
20135 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
20136 arguments for hi-lock-set-pattern.
20137 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
20138 Call font-lock-fontify-buffer.
20139 (hi-lock-find-file-hook, hi-lock-current-line)
20140 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
20141
20142 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
20143 turned off.
20144
20145 * progmodes/compile.el (compilation-setup): Don't fiddle with
20146 font-lock-defaults.
20147
20148 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
20149
20150 * progmodes/gdb-ui.el (gdb-var-create-handler)
20151 (gdb-var-list-children-handler): Find values for all variable
20152 objects. gud-speedbar-buttons decides whether to display them.
20153
20154 2005-11-24 Romain Francoise <romain@orebokech.com>
20155
20156 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
20157 buffer name with a space.
20158
20159 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
20160
20161 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
20162 `org-export-local-list-max-depth'. Change default value to 3.
20163 (org-auto-renumber-ordered-lists)
20164 (org-plain-list-ordered-item-terminator): New options.
20165 (org-at-item-p, org-beginning-of-item, org-end-of-item)
20166 (org-get-indentation, org-get-string-indentation)
20167 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
20168 New functions.
20169 (org-move-item-down, org-move-item-up): New commands.
20170 (org-export-as-html): New classes for CSS support. Bug fix in
20171 regular expression detecting fixed-width regions. Respect
20172 `org-local-list-ordered-item-terminator'.
20173 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
20174 also a list item.
20175 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
20176 New item moving functions.
20177
20178 2005-11-24 Juri Linkov <juri@jurta.org>
20179
20180 * isearch.el (isearch-repeat): With empty search ring set
20181 `isearch-error' to the error string instead of signaling error
20182 with the function `error'.
20183
20184 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20185
20186 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
20187
20188 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
20189
20190 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
20191 and variable.
20192 (gdb-var-create-handler, gdb-var-list-children-handler):
20193 Don't match on "char **...".
20194 (gdb-var-update-handler): Find values for all variable objects.
20195 (gdb-info-frames-custom): Identify frames by leading "#".
20196
20197 * progmodes/gud.el (gud-speedbar-menu-items): Add
20198 gdb-speedbar-auto-raise as radio button.
20199 (gud-speedbar-buttons): Raise speedbar if requested.
20200 Don't match on "char **...".
20201 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
20202 Make it editable.
20203
20204 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
20205
20206 * info.el (Info-fontify-node): Handle the case where
20207 Info-current-file is t.
20208
20209 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
20210
20211 * simple.el (blink-matching-open): Fix off-by-one in last change.
20212
20213 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20214
20215 * term/mac-win.el: Don't change default directory.
20216
20217 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
20218
20219 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
20220 buffers correctly. (It used to throw an error in such buffers.)
20221 Make it ask for confirmation in group buffers and other Custom
20222 buffers containing more than one customization item.
20223
20224 2005-11-22 John Paul Wallington <jpw@gnu.org>
20225
20226 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
20227 property on mail and url overlays.
20228 (goto-address-at-point): Use `posn-set-point' instead of
20229 `mouse-set-point' because the latter is not fbound when configured
20230 without X.
20231
20232 2005-11-22 Lars Hansen <larsh@soem.dk>
20233
20234 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
20235 (ls-lisp-classify, ls-lisp-format): Delete call to
20236 ls-lisp-parse-symlink.
20237 (ls-lisp-handle-switches): Handle symlinks to directories as
20238 directories when ls-lisp-dirs-first in non-nil.
20239
20240 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
20241
20242 * startup.el (command-line): Make sure that loaddefs.el is handled
20243 correctly in load-history.
20244
20245 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
20246
20247 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
20248 (gdb-struct-string, gdb-array-string): New constants.
20249 (gdb-info-locals-handler): Use them.
20250 (gdb-reset): Reset gdb-var-list to nil.
20251
20252 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
20253
20254 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
20255 in patterns.
20256
20257 2005-11-21 Juri Linkov <juri@jurta.org>
20258
20259 * custom.el (defcustom): Update link types in docstring.
20260
20261 2005-11-20 Martin Rudalics <rudalics@gmx.at>
20262
20263 * custom.el (defgroup): Add doc-string-elt info.
20264
20265 * widget.el (define-widget): Don't use declare for the doc-string-elt.
20266
20267 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
20268
20269 * newcomment.el (comment-enter-backward): Fix last fix.
20270
20271 * simple.el (blink-matching-open):
20272 * paren.el (show-paren-function): Allow new paren-class info.
20273
20274 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
20275
20276 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
20277 handled automagically.
20278
20279 2005-11-20 Andreas Schwab <schwab@suse.de>
20280
20281 * descr-text.el (describe-char): When copying overlays put them
20282 over the full char description instead of just the first character
20283 of it.
20284
20285 2005-11-20 Juri Linkov <juri@jurta.org>
20286
20287 * simple.el (what-cursor-position):
20288 * descr-text.el (describe-char): Use Lisp-readable syntax
20289 for octal and hex. Reorder decimal, octal and hex values.
20290 Remove excess whitespace in the output. Use `=' in `column='
20291 like in `point=' and `Hscroll='.
20292
20293 * international/mule-cmds.el (encoded-string-description):
20294 Use Lisp-readable syntax for hex.
20295
20296 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
20297
20298 * newcomment.el (comment-enter-backward): Handle the case where the
20299 comment is closed by EOB.
20300
20301 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
20302
20303 * longlines.el (longlines-before-revert-hook)
20304 (longlines-after-revert-hook): New functions.
20305 (longlines-mode): Turn off longlines temporarily when reverting.
20306 Add a message-setup-hook.
20307 (longlines-decode-buffer): New function.
20308 (longlines-wrap-line): Preserve marker positions.
20309
20310 2005-11-19 Andreas Schwab <schwab@suse.de>
20311
20312 * emacs-lisp/shadow.el: Handle compressed files.
20313
20314 2005-11-19 Romain Francoise <romain@orebokech.com>
20315
20316 * net/browse-url.el (browse-url-default-browser): Signal an error
20317 if no usable browser can be found, rather than try to load w3.
20318
20319 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
20320
20321 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
20322 replacing existing properties.
20323 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
20324 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
20325 tty specs.
20326 (rcirc-server-prefix, rcirc-server): New faces.
20327 (rcirc-url-regexp): Generate with rx macro.
20328 (rcirc-last-server-message-time): New variable.
20329 (rcirc-filter): Record time of last message.
20330 (rcirc-keepalive): Kill processes that did not send a message
20331 since the last ping.
20332 (rcirc-mode): Give rcirc-topic a local binding here.
20333
20334 2005-11-19 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
20335
20336 * subr.el (read-passwd): Fontify the prompt as we do with other
20337 prompts.
20338
20339 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
20340
20341 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
20342 binding buffer-read-only to nil.
20343
20344 2005-11-19 Eli Zaretskii <eliz@gnu.org>
20345
20346 * complete.el (partial-completion-mode):
20347 Mention completion-auto-help in the doc string.
20348
20349 * man.el (Man-highlight-references): Doc fix. Reformat code in a
20350 more Lisp-ish way.
20351
20352 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
20353
20354 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
20355 digits, not 8, to avoid misalignment for files larger than 100MB.
20356
20357 2005-11-19 Eli Zaretskii <eliz@gnu.org>
20358
20359 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
20360 Mention "keyboard shortcuts" in the help text.
20361
20362 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20363
20364 * startup.el (fancy-splash-default-action): Discard only
20365 mouse-down and succeeding mouse-up events in the splash screen
20366 window so that drag-n-drop event can be processed.
20367
20368 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
20369
20370 * longlines.el (longlines-mode): Add hacks for mail-mode and
20371 message-mode.
20372
20373 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
20374
20375 * textmodes/org.el (org-table-sort-lines): New command.
20376 (org-tbl-menu): Add entry for `org-table-sort-lines'.
20377 (org-add-file): Command removed, use `org-agenda-file-to-front'
20378 instead.
20379 (org-export-icalendar): Use `org-icalendar-combined-name'.
20380 (org-cycle-agenda-files, org-agenda-file-to-end)
20381 (org-agenda-file-to-front): New commands.
20382 (org-table-tab-jumps-over-hlines, org-export-html-style):
20383 New options.
20384 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
20385 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
20386 New functions.
20387 (org-fill-paragraph): Call `org-table-align' in tables.
20388 (org-mode): Call `org-set-autofill-regexps'.
20389 (org-export-as-html): Support for local handformatted lists.
20390 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
20391 (org-export-local-list-max-depth): New option.
20392 (org-html-expand): Use `org-html-protect'.
20393
20394 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
20395
20396 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
20397 to "p".
20398 (gdb): Move definition of gud-pp to...
20399
20400 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
20401 speedbar.
20402 (gdb-find-watch-expression): New function.
20403
20404 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
20405
20406 * faces.el (face-attribute, set-face-attribute): Mention existence
20407 of `:ignore-defface' setting in docstring.
20408
20409 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
20410
20411 * simple.el (completion-setup-function): Fix last change.
20412
20413 2005-11-17 John Paul Wallington <jpw@pobox.com>
20414
20415 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
20416 Use `posn-set-point' instead of `mouse-set-point' because the
20417 latter is not fbound when configured without X.
20418
20419 * comint.el (comint-insert-input): Likewise.
20420
20421 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
20422
20423 * simple.el (hard-newline): New variable.
20424 (sendmail-user-agent-compose, next-line): Use it.
20425
20426 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
20427 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
20428 (mail-mail-reply-to, mail-mail-followup-to)
20429 (mail-position-on-field, mail-signature, mail-yank-original)
20430 (mail-attach-file): Likewise.
20431
20432 * mail/mailheader.el (mail-header-format)
20433 (mail-header-format-function): Likewise.
20434
20435 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
20436
20437 2005-11-17 Juri Linkov <juri@jurta.org>
20438
20439 * font-lock.el (font-lock-faces): Rename this defgroup from
20440 `font-lock-highlighting-faces'.
20441 (font-lock-comment-face, font-lock-comment-delimiter-face)
20442 (font-lock-string-face, font-lock-doc-face)
20443 (font-lock-keyword-face, font-lock-builtin-face)
20444 (font-lock-function-name-face, font-lock-variable-name-face)
20445 (font-lock-type-face, font-lock-constant-face)
20446 (font-lock-warning-face, font-lock-negation-char-face)
20447 (font-lock-preprocessor-face)
20448 (font-lock-regexp-grouping-backslash)
20449 (font-lock-regexp-grouping-construct): Rename :group from
20450 `font-lock-highlighting-faces' to `font-lock-faces'.
20451
20452 * cus-edit.el (lisp, c, tex):
20453 * progmodes/ada-mode.el (ada):
20454 * progmodes/asm-mode.el (asm):
20455 * progmodes/cperl-mode.el (cperl-faces):
20456 * progmodes/cpp.el (cpp):
20457 * progmodes/dcl-mode.el (dcl):
20458 * progmodes/f90.el (f90):
20459 * progmodes/fortran.el (fortran):
20460 * progmodes/icon.el (icon):
20461 * progmodes/idlwave.el (idlwave-misc):
20462 * progmodes/m4-mode.el (m4):
20463 * progmodes/make-mode.el (makefile):
20464 * progmodes/meta-mode.el (meta-font):
20465 * progmodes/modula2.el (modula2):
20466 * progmodes/octave-mod.el (octave):
20467 * progmodes/pascal.el (pascal):
20468 * progmodes/perl-mode.el (perl):
20469 * progmodes/prolog.el (prolog):
20470 * progmodes/ps-mode.el (PostScript-edit):
20471 * progmodes/scheme.el (scheme):
20472 * progmodes/sh-script.el (sh-script):
20473 * progmodes/simula.el (simula):
20474 * progmodes/tcl.el (tcl):
20475 * textmodes/nroff-mode.el (nroff):
20476 * textmodes/reftex-vars.el (reftex-fontification-configurations):
20477 * textmodes/sgml-mode.el (sgml):
20478 * textmodes/texinfo.el (texinfo):
20479 Add :link (custom-group-link font-lock-faces) to defgroup.
20480
20481 * hi-lock.el (hi-lock): Rename this defgroup from
20482 `hi-lock-interactive-text-highlighting'. Change parent group from
20483 `faces' to `font-lock'. Add link to the manual.
20484 (hi-lock-mode, hi-lock-file-patterns-range)
20485 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
20486 `hi-lock-interactive-text-highlighting' to `hi-lock'.
20487 (hi-lock-faces): Add :group `faces'.
20488
20489 * cus-edit.el (custom-variable-prompt): Clarify the code.
20490
20491 * faces.el (face-read-string): Set the default value arg of
20492 completing-read.
20493
20494 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
20495
20496 * rfn-eshadow.el (file-name-shadow-properties)
20497 (file-name-shadow-tty-properties, file-name-shadow-mode):
20498 Remove autoloads, because the file is now preloaded.
20499
20500 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
20501
20502 * printing.el (easy-menu-intern): Don't define.
20503 (pr-get-symbol): Use easy-menu-intern only if defined.
20504
20505 * simple.el (blink-matching-open): Simplify a bit.
20506 (completion-setup-function): Fix the case of partial-completion-mode
20507 when the minibuffer's contents start with "-".
20508 Obey completion-base-size-function even when
20509 minibuffer-completing-file-name is non-nil.
20510
20511 2005-11-16 Richard M. Stallman <rms@gnu.org>
20512
20513 * net/eudcb-ph.el (eudc-ph-open-session):
20514 Use set-process-query-on-exit-flag.
20515
20516 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
20517
20518 * international/ucs-tables.el (ucs-set-table-for-input):
20519 Use make-local-variable, not make-variable-buffer-local.
20520
20521 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
20522 Improve warning message text.
20523
20524 * savehist.el (savehist-save-hook): Add :group.
20525
20526 * menu-bar.el (menu-bar-help-menu):
20527 Rename Find Extra Packages to External Packages.
20528
20529 * cus-edit.el (Custom-reset-standard): Verify that
20530 :custom-standard-value prop exists before calling it.
20531
20532 * apropos.el (apropos-calc-scores): Use apropos-pattern.
20533
20534 2005-11-16 Martin Rudalics <rudalics@gmx.at>
20535
20536 * wid-edit.el (color): Enclose %t in %{...%}.
20537
20538 * cus-edit.el (face): Enclose %t in %{...%}.
20539
20540 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
20541
20542 * savehist.el (savehist-mode-hook): Re-add the var.
20543 (savehist-mode): Use it.
20544
20545 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
20546
20547 * textmodes/flyspell.el: Fix commenting convention.
20548 Remove unnecessary leading * in custom docstrings.
20549 (flyspell-emacs): Remove unused var.
20550 (flyspell-delete-region-overlays): Use remove-overlays.
20551 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
20552 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
20553 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
20554 (flyspell-debug-signal-word-checked): Use with-current-buffer.
20555 (make-flyspell-overlay): Don't locally reuse a global name.
20556 (flyspell-highlight-incorrect-region)
20557 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
20558 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
20559 (flyspell-notify-misspell): Remove unused args `start' and `end'.
20560 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
20561 Wrap calls to accept-process-output inside with-local-quit since it's
20562 often called from a post-command-hook.
20563 (flyspell-correct-word, flyspell-auto-correct-word):
20564 Use ispell-send-string.
20565 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
20566
20567 * calendar/diary-lib.el (diary-list-entries): Also hide the
20568 terminating newline.
20569
20570 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
20571
20572 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
20573 window-system, to allow fonts on tty.
20574
20575 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
20576
20577 * progmodes/gud.el (gud-speedbar-item-info): New function.
20578 (gud-install-speedbar-variables): Use it to display data type
20579 of watch expression as a tooltip in speedbar.
20580
20581 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
20582
20583 * font-core.el (global-font-lock-mode): Add :version keyword,
20584 because default was changed.
20585
20586 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
20587
20588 * startup.el (command-line): Use `custom-reevaluate-setting' for
20589 `file-name-shadow-mode'.
20590
20591 * loadup.el: Preload rfn-eshadow.
20592
20593 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
20594 Add :version keyword.
20595 (file-name-shadow-properties, file-name-shadow-tty-properties)
20596 (file-name-shadow): Add :version keyword.
20597
20598 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
20599 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
20600 in the custom-group property of the symbol frames and the fringe
20601 group got no link to its parent group frames.
20602 Doc fix.
20603
20604 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
20605
20606 * progmodes/gud.el (gud-stop-subjob): New function.
20607 (gud-menu-map, gud-tool-bar-map): Use it.
20608
20609 2005-11-16 Kim F. Storm <storm@cua.dk>
20610
20611 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
20612 than kill it.
20613 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
20614 to a more useful/logical place.
20615
20616 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
20617
20618 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
20619 go buttons complementary.
20620
20621 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
20622
20623 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
20624 (rfn-eshadow-sifn-equal): New function.
20625 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
20626
20627 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
20628
20629 * emulation/viper-utils.el (viper-non-word-characters-reformed-vi):
20630 Quote `-' in string.
20631
20632 * emulation/viper.el (viper-emacs-state-mode-list): Ensure that
20633 rcirc-mode buffers come up in Emacs state.
20634
20635 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
20636 operation.
20637
20638 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
20639
20640 * term.el (term-termcap-format): Fix typos.
20641 (term-down): Fix the negative argument case.
20642
20643 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
20644
20645 * progmodes/gdb-ui.el: Remove face-alias left over from change on
20646 2005-08-15.
20647 (gdb-ann3): New command gud-go.
20648 (menu): Accomodate gdb-mi.el.
20649 (gdb-assembler-custom): Make buffer of selected window current
20650 so that set-window-point works.
20651
20652 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
20653 buttons and include new ones.
20654
20655 2005-11-16 Kim F. Storm <storm@cua.dk>
20656
20657 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
20658 (gud-menu-map): Use it.
20659
20660 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
20661
20662 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
20663 that works correctly for Custom and that does not override a user
20664 who disables it.
20665
20666 * help-mode.el (help-make-xrefs, help-xref-on-pp)
20667 (help-xref-interned, help-follow): Make hyperlinks for variables
20668 that are unbound, but have a non-nil variable-documentation property.
20669
20670 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
20671 mode hook. (It conflicted with defcustoms for some mode hooks.)
20672 Use the `variable-documentation' property to give the mode hook a
20673 docstring and expand that docstring.
20674
20675 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
20676
20677 * savehist.el (savehist-mode): Don't bother with
20678 `custom-set-minor-mode'.
20679 (savehist-coding-system): Check XEmacs version.
20680 (history-length): Declare also at run time.
20681 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
20682 Don't set the customize state.
20683 (savehist-minibuffer-hook): Special case for when
20684 minibuffer-history-variable is equal to t.
20685
20686 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
20687
20688 * files.el (write-file): Refresh VC status.
20689
20690 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
20691 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
20692 than fundamental-mode to see if the mode was set.
20693
20694 2005-11-14 Romain Francoise <romain@orebokech.com>
20695
20696 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
20697 dummy function in `eval-when-compile' to avoid compiler warning.
20698 Require `man' at compile time.
20699
20700 2005-11-14 Jay Belanger <belanger@truman.edu>
20701
20702 * calc/calc-alg.el (calcFunc-write-out-power): Rename it to
20703 calcFunc-powerexpand.
20704 (math-write-out-power): Rename it to math-powerexpand; have it
20705 handle negative exponents.
20706 (calc-writeoutpower): Rename it to calc-powerexpand.
20707
20708 * calc/calc-ext.el: Change calcFunc-writeoutpower and
20709 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
20710 autoloads.
20711 Add calcFunc-ldiv to autoloads.
20712
20713 * calc/calc-arith.el (calcFunc-ldiv): New function.
20714
20715 * calc/calc.el (calc-left-divide): New function.
20716
20717 2005-11-14 Juri Linkov <juri@jurta.org>
20718
20719 * cus-edit.el (custom-variable-prompt): Set the default value arg
20720 of completing-read.
20721
20722 * cus-dep.el (custom-make-dependencies): Reverse the list of
20723 found dependencies.
20724
20725 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
20726
20727 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
20728 Highlighting" entry, it is on by default now.
20729 (menu-bar-options-save): Do not save global-font-lock-mode.
20730
20731 2005-11-13 Richard M. Stallman <rms@gnu.org>
20732
20733 * textmodes/flyspell.el (flyspell-large-region):
20734 Call flyspell-accept-buffer-local-defs.
20735
20736 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
20737
20738 * textmodes/flyspell.el (flyspell-notify-misspell):
20739 Fix misspelling of "Misspelling".
20740 (flyspell-process-localwords): New function.
20741 (flyspell-large-region): Call flyspell-process-localwords and
20742 flyspell-delete-region-overlays.
20743 (flyspell-delete-region-overlays): New function.
20744 (flyspell-delete-all-overlays): Call that.
20745
20746 2005-11-13 Richard M. Stallman <rms@gnu.org>
20747
20748 * help.el (help-for-help-internal): Improve doc of C-h a.
20749 (describe-key): Improve prompt; doc fix.
20750
20751 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
20752
20753 * vc-svn.el (vc-svn-registered): Catch all errors.
20754
20755 * cus-dep.el (custom-make-dependencies): Typo.
20756
20757 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
20758
20759 * net/tramp-util.el (top): Fix compilation warning.
20760
20761 2005-11-13 Kim F. Storm <storm@cua.dk>
20762
20763 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
20764
20765 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
20766
20767 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
20768 (gud-speedbar-buttons): Match on "const char *" too.
20769
20770 * progmodes/gdb-ui.el (gdb-var-create-handler)
20771 (gdb-var-list-children-handler): Match on "const char *" too.
20772 (gdb-var-evaluate-expression-handler): Match on empty string.
20773 (gdb-var-update-handler): Only call
20774 gdb-var-evaluate-expression-handler when required.
20775
20776 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
20777
20778 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
20779 selected window. This still doesn't work for speedbar.
20780 (gud-speedbar-buttons): Handle string expressions properly.
20781
20782 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
20783 (gdb-var-create-handler): Handle string expressions properly.
20784 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
20785 Handle string expressions properly. Move "type" field into regexp.
20786
20787 2005-11-12 Karl Fogel <kfogel@red-bean.com>
20788
20789 * bookmark.el (bookmark-maybe-message): New function to reduce
20790 code duplication: invokes `message' iff baud-rate is high enough.
20791 (bookmark-write-file): Use above instead of an inline conditional.
20792 (bookmark-load): Same.
20793
20794 2005-11-12 Karl Fogel <kfogel@red-bean.com>
20795
20796 * bookmark.el (bookmark-write-file): Don't visit the destination
20797 file, just write the data to it using write-region. This is
20798 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
20799 change to avoid visiting the file in the first place.
20800
20801 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
20802
20803 * hi-lock.el (hi-lock-mode): Set the default value of
20804 font-lock-defaults.
20805
20806 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
20807
20808 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
20809 arg to `file-attributes'.
20810 (find-lisp-format): The UID and GID can now be strings.
20811
20812 2005-11-12 Kim F. Storm <storm@cua.dk>
20813
20814 * help.el (help-map): Bind C-h d to apropos-documentation.
20815
20816 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
20817 when point is at end-of-buffer.
20818
20819 * apropos.el (apropos-match-face): Doc fix.
20820 (apropos-sort-by-scores): Add new choice `verbose'.
20821 (apropos-documentation-sort-by-scores): New defcustom.
20822 (apropos-pattern): Now contains the pattern entered by the user.
20823 (apropos-pattern-quoted): New defvar.
20824 (apropos-regexp): New defvar, containing the regexp corresponding
20825 to apropos-pattern.
20826 (apropos-all-words-regexp): Rename from apropos-all-regexp.
20827 (apropos-read-pattern): New defun. Use it to read pattern arg in
20828 interactive calls; returns list of words for a word list, and
20829 string for a regexp.
20830 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
20831 parses a list of words or regexp as returned by apropos-read-pattern.
20832 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
20833 (apropos-score-doc): Return a very high score if the string
20834 entered by the user matches literally.
20835 (apropos-variable): Doc fix. Use apropos-read-pattern.
20836 (apropos-command): Doc fix. Use apropos-read-pattern and
20837 apropos-parse-pattern. Call apropos-print with nosubst=t.
20838 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
20839 apropos-parse-pattern.
20840 (apropos-documentation): Doc fix. Use apropos-read-pattern and
20841 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
20842 apropos-documentation-sort-by-scores. Call apropos-print with
20843 nosubst=t.
20844 (apropos-documentation-internal): Pass doc string through
20845 substitute-key-definition before adding text properties.
20846 Highlight substring matching literal user input if possible.
20847 (apropos-documentation-check-doc-file): Remove locals beg and end.
20848 Fix calculation of score (as added twice). Pass doc string through
20849 substitute-key-definition before adding text properties.
20850 (apropos-documentation-check-elc-file): Pass doc string through
20851 substitute-key-definition before adding text properties.
20852 Highlight substring matching literal user input if possible.
20853 (apropos-print): Add new arg NOSUBST; if set, command and variable
20854 doc strings have already been passed through substitute-key-definition.
20855 Add code to handle apropos-accumulator items without score element
20856 for backwards compatibility (e.g. with woman package).
20857 Only show scores if apropos-sort-by-scores is `verbose'.
20858
20859 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
20860
20861 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
20862 Add jka-compr-load-suffixes to load-suffixes.
20863
20864 * jka-compr.el: Require jka-cmpr-hook.
20865 (jka-compr-info-compress-message, jka-compr-info-compress-program)
20866 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
20867 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
20868 (jka-compr-info-can-append, jka-compr-info-strip-extension)
20869 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
20870 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
20871 (jka-compr-uninstall): Remove entries from
20872 jka-compr-added-to-file-coding-system-alist after they are used.
20873 (jka-compr-error): Remove unused var `curbuf'.
20874 (jka-compr-file-local-copy): Remove unused var `notfound'.
20875
20876 2005-11-10 Romain Francoise <romain@orebokech.com>
20877
20878 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
20879
20880 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
20881
20882 * progmodes/gud.el (gud-menu-map): Move parentheses.
20883 (gdb): New command gud-pv.
20884
20885 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
20886
20887 * tar-mode.el: Remove spurious or unnecessary leading stars
20888 in docstrings.
20889 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
20890 (tar-parse-octal-integer-safe): Use mapc.
20891 (tar-header-block-summarize): Remove unused var `ck'.
20892 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
20893 cleared before. Obey default-enable-multibyte-characters.
20894 Use mapconcat. Simplify setting of tar-header-offset.
20895 (tar-mode-map): Move initialization inside delcaration.
20896 (tar-flag-deleted): Use `abs'.
20897 (tar-expunge-internal): Remove unused var `line'.
20898 (tar-expunge-internal): Don't hardcode point-min==1.
20899 (tar-expunge): Widen while doing set-buffer-multibyte.
20900 (tar-rename-entry): Use file-name-coding-system.
20901 (tar-alter-one-field): Don't hardcode point-min==1.
20902 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
20903 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
20904
20905 2005-11-10 Masatake YAMATO <jet@gyve.org>
20906
20907 * add-log.el (add-log-current-defun): Handle class::method
20908 notation of c++. Fix incorrect comment.
20909
20910 2005-11-10 Alan Mackenzie <acm@muc.de>
20911
20912 * help-fns.el (describe-variable): Make C-h v work when a variable
20913 has variable documentation yet is unbound.
20914
20915 2005-11-10 Masatake YAMATO <jet@gyve.org>
20916
20917 * man.el (Man-highlight-references): Set an empty
20918 string to `Man-arguments' if it is nil.
20919 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
20920
20921 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
20922
20923 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
20924 commenting conventions.
20925
20926 * cus-dep.el (custom-make-dependencies): Simplify.
20927 Better follow the commenting conventions.
20928
20929 2005-11-09 Richard M. Stallman <rms@gnu.org>
20930
20931 * apropos.el (apropos-pattern): Rename from apropos-regexp.
20932 (apropos-orig-pattern): Rename from apropos-orig-regexp.
20933 All uses changed.
20934 (apropos-rewrite-regexp): Doc fix.
20935 (apropos-variable, apropos-command, apropos, apropos-value):
20936 Change prompt; carry through the argument renaming.
20937
20938 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
20939
20940 * find-lisp.el: Require dired.
20941 (find-lisp-find-dired-internal): Do not call
20942 `abbreviate-file-name' on DIR.
20943
20944 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
20945
20946 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
20947
20948 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
20949
20950 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
20951 when using the speedbar.
20952 (gdb): New command gud-pp.
20953 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
20954
20955 2005-11-09 Juri Linkov <juri@jurta.org>
20956
20957 * replace.el (occur-excluded-properties): New defcustom.
20958 (occur-1, occur-engine, occur-accumulate-lines): Use it.
20959
20960 2005-11-08 Jay Belanger <belanger@truman.edu>
20961
20962 * calc/calc-units.el (math-convert-units): Replace any composite
20963 unit by its definition.
20964
20965 2005-11-08 Lars Hansen <larsh@soem.dk>
20966
20967 * emacs-lisp/autoload.el (update-directory-autoloads):
20968 Add obsolete function alias.
20969
20970 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
20971
20972 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
20973 comment-indent-function.
20974 (lisp-comment-indent): Replace by an alias for comment-indent-default.
20975
20976 * reveal.el (reveal-post-command): Rework the handling of
20977 reveal-open-spots, so as to be more reliable. There were several
20978 tricky corner cases where an open spot might be lost, or where
20979 a closed spot might end up on the list of open spots.
20980 Only reveal text that's ellipsised.
20981
20982 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
20983
20984 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
20985
20986 2005-11-07 John Paul Wallington <jpw@gnu.org>
20987
20988 * ibuffer.el (ibuffer): Search iconified frames too when
20989 getting Ibuffer buffer's window.
20990
20991 2005-11-06 Richard M. Stallman <rms@gnu.org>
20992
20993 * progmodes/compile.el (compilation-internal-error-properties):
20994 save-excursion around the computation of MARKER.
20995
20996 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
20997
20998 * textmodes/flyspell.el (flyspell-external-point-words):
20999 flyspell-get-word returns a list, not just a string.
21000
21001 2005-11-06 John Paul Wallington <jpw@pobox.com>
21002
21003 * ibuffer.el (ibuffer): Search all visible frames when getting
21004 Ibuffer buffer's window.
21005
21006 2005-11-07 Masatake YAMATO <jet@gyve.org>
21007
21008 * man.el (Man-reference-regexp): Accept spaces between
21009 `Man-name-regexp' and `Man-section-regexp'.
21010 (Man-apropos-regexp): New variable.
21011 (Man-abstract-xref-man-page): Use value for `Man-target-string'
21012 if available.
21013 (Man-highlight-references, Man-highlight-references0):
21014 Handle the case when `Man-arguments' includes "-k".
21015 (Man-highlight-references0): Rename the argument `TARGET-POS' to
21016 `TARGET'. `TARGET' can be a number, function or nil.
21017
21018 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
21019
21020 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
21021 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
21022 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
21023 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
21024 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
21025 (gdb-send-item): Use buffer-local-value and simplify.
21026
21027 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
21028
21029 * startup.el (command-line): Use `custom-reevaluate-setting' for
21030 `global-font-lock-mode'.
21031
21032 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
21033 by default, except in batch mode or when the -D option is given.
21034
21035 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
21036 specified keyword args on to `define-minor-mode'. Update docstring.
21037
21038 2005-11-05 Romain Francoise <romain@orebokech.com>
21039
21040 * replace.el (occur-engine): Add marker at end of line, too.
21041
21042 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
21043
21044 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
21045 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
21046 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
21047 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
21048 argument to all these routines, so the passphrase can be managed
21049 externally and passed in to the system.
21050 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
21051 pgg-add-passphrase-to-cache function.
21052
21053 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
21054 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
21055 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
21056 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
21057 argument to all these routines, so the passphrase can be managed
21058 externally and passed in to the system.
21059 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
21060 function.
21061
21062 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
21063
21064 * font-lock.el: Don't deal with font-lock-face-attributes here,
21065 move the code ...
21066
21067 * startup.el (command-line): ... here. Use face-spec-set instead
21068 of custom-declare-face.
21069
21070 * faces.el (face-spec-set): Reset the face if spec is not nil.
21071
21072 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
21073
21074 * newcomment.el (comment-region-internal): Box more tightly in the
21075 common case where there's no TAB in the boxed text.
21076
21077 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21078
21079 * info.el (info-tool-bar-map): Use images prev-node, next-node and
21080 up-node.
21081
21082 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
21083
21084 * net/newsticker.el: Commentary updated. Code formatting changed.
21085 (newsticker-version): Change to "1.9".
21086 (newsticker, newsticker-feed): Doc fix.
21087 (newsticker-url-list): Doc fix. Add option "Weekly".
21088 (newsticker-retrieval-interval): Add option "Weekly".
21089 (newsticker-headline-processing): Doc fix.
21090 (newsticker-auto-mark-filter): Remove.
21091 (newsticker-auto-mark-filter-list): New.
21092 (newsticker-layout, newsticker-sort-method): Doc fix.
21093 (newsticker-hide-old-items-in-newsticker-buffer)
21094 (newsticker-heading-format, newsticker-item-format)
21095 (newsticker-desc-format): Doc fix.
21096 (newsticker-show-all-rss-elements): Remove.
21097 (newsticker-show-all-news-elements): New.
21098 (newsticker-faces, newsticker-ticker): Doc fix.
21099 (remove-from-invisibility-spec): Code formatting.
21100 (newsticker--process-ids): New.
21101 (newsticker-mode): Doc fix.
21102 (newsticker-mode): Change mode-line-format.
21103 (newsticker-start): Remove debug output.
21104 (newsticker-start-ticker): Doc fix. Add autoload cookie.
21105 (newsticker-w3m-show-inline-images): Code formatting.
21106 (newsticker-next-item): Call `force-mode-line-update'.
21107 (newsticker-previous-item): Call `force-mode-line-update'.
21108 (newsticker-next-feed): Call `force-mode-line-update'.
21109 (newsticker-previous-feed): Call `force-mode-line-update'.
21110 (newsticker-mark-all-items-at-point-as-read): Code formatting.
21111 (newsticker-show-old-items): Do not show descs.
21112 (newsticker-hide-entry): Hide too much.
21113 (newsticker-hide-entry, newsticker-show-entry)
21114 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
21115 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
21116 (newsticker-toggle-auto-narrow-to-item): Code formatting.
21117 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
21118 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
21119 (newsticker-get-news): Call `force-mode-line-update'.
21120 Collect process ids.
21121 (newsticker--sentinel): Change coding system handling.
21122 Move image retrieval to new functions newsticker--get-logo-url-*.
21123 Move feed parsing to new functions newsticker--parse-*.
21124 Update list of process ids.
21125 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
21126 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
21127 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
21128 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
21129 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
21130 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
21131 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
21132 (newsticker--decode-coding-string): Remove.
21133 (newsticker--decode-numeric-entities): Check input. Format code.
21134 (newsticker--remove-whitespace): Check input.
21135 (newsticker--do-forget-preformatted): Doc fix.
21136 (newsticker--decode-rfc822-date): Allow for missing time.
21137 (newsticker--update-process-ids): New.
21138 (newsticker--image-sentinel): Change comment.
21139 (newsticker--image-read): Change error message.
21140 (newsticker--imenu-goto): Doc fix. Show headline title.
21141 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
21142 (newsticker--buffer-do-insert-text): Clean whitespace in
21143 html-rendered headline title. Code formatting.
21144 Call `newsticker--buffer-print-extra-elements'.
21145 (newsticker--buffer-print-extra-element): Remove.
21146 (newsticker--buffer-print-extra-elements): New.
21147 (newsticker--buffer-do-print-extra-element): New.
21148 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
21149 large sizes.
21150 (newsticker--run-auto-mark-filter)
21151 (newsticker--do-run-auto-mark-filter):
21152 Use `newsticker-auto-mark-filter-list'.
21153
21154 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
21155
21156 * net/rcirc.el: Use split-string OMIT-NULLS argument.
21157 (rcirc-print): Force redisplay before running hooks. Do long
21158 buffer truncation after making new text read-only. Deal with nil
21159 text when decoding strings. If TARGET is nil, use either the
21160 currently selected buffer, if it is an rcirc buffer and of the
21161 same process or the process buffer.
21162 (rcirc-mode): Remove header-line. Recompute short buffer names.
21163 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
21164 (rcirc-short-buffer-name): Add variable.
21165 (rcirc-kill-buffer-hook): Recompute short buffer names.
21166 Remove nick from private channel.
21167 (rcirc-send-input): Send command text to current-buffer.
21168 Don't clear overlay arrow here.
21169 (rcirc-short-buffer-name): Return a short buffer name.
21170 (rcirc-update-short-buffer-names, rcirc-abbreviate)
21171 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
21172 buffer-name abbreviations.
21173 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
21174 Do not touch nick-table when killing a parted channel.
21175 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
21176 Clear arrow from current buffer if it is now hidden.
21177 (rcirc-current-buffer): Add variable.
21178 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
21179 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
21180 Remove -face from names.
21181 (rcirc-update-activity-string): Print "DND" when globally ignoring
21182 activity.
21183 (rcirc-ignore-buffer-activity-flag): Rename from
21184 rcirc-ignore-channel-activity.
21185 (rcirc-ignore-all-activity-flag): Doc fix.
21186 (rcirc-channels): Remove variable.
21187 (rcirc-kill-buffer-hook):
21188 (rcirc-get-buffer-create): Add nick to private channel.
21189 (rcirc-multiline-edit-submit): Remove tabs.
21190 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
21191 folded.
21192 (rcirc-remove-nick-channel): Bug fix.
21193 (rcirc-toggle-ignore-buffer-activity): Rename from
21194 rcirc-toggle-ignore-channel-activity.
21195 (rcirc-record-activity): Add buffers to the front of the list.
21196 (rcirc-update-activity): Remove killed buffers from list.
21197 (rcirc-process-server-response-1): Remove last argument if it is
21198 null before calling handler.
21199 (rcirc): Add "rcirc" defcustom prefix.
21200 (rcirc-prompt): Simplify default prompt.
21201 Use custom-initialize-default.
21202 (rcirc-private-chats): Remove variable.
21203 (rcirc-prompt): Change initialization.
21204 (rcirc-version): Remove function.
21205 (rcirc-id-string): Add constant.
21206 (rcirc-last-buffer): Remove variable.
21207 (rcirc-buffer-alist): Add variable.
21208 (rcirc-connect): Update variable setup.
21209 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
21210 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
21211 default.
21212 (rcirc-handler-generic): Trigger activity.
21213 (rcirc-send-message): Create the buffor of the target.
21214 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
21215 (rcirc-get-buffer): Just return nil if there is no matching buffer.
21216 (rcirc-multiline-edit-cancel): Remove function.
21217 (rcirc-set-last-buffer): Remove function.
21218 (rcirc-get-any-buffer): Add function.
21219 (rcirc-join-channels): Don't print /join text.
21220 (rcirc-toggle-ignore-channel-activity): Add and update echo area
21221 messages.
21222 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
21223 (rcirc-handler-NOTICE): Recognize CTCP responses.
21224 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
21225 constructing TOPIC string for buffers we are not JOINed.
21226 (rcirc-handler-CTCP-response): Add handler.
21227 (rcirc-multiline-edit-submit): Restore the window-configuration
21228 before adjusting point.
21229 (rcirc): Add customization group.
21230 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
21231 (rcirc-user-full-name, rcirc-startup-channels-alist)
21232 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
21233 (rcirc-ignore-all-activity-flag, rcirc-time-format)
21234 (rcirc-input-ring-size, rcirc-read-only-flag)
21235 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
21236 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
21237 Change defvar to defcustom.
21238 (rcirc-update-prompt): Add optional ALL arg, which will update
21239 prompts in all rcirc buffers. Regexp quote replacement text.
21240 (rcirc-fill-column): Accept frame-width as a value.
21241 (rcirc-set-changed): Add function.
21242 (rcirc-next-active-buffer): Write more meaningful messages.
21243 (rcirc-faces): Add customization group.
21244 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
21245 (rcirc-nick-in-message-face, rcirc-prompt-face)
21246 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
21247 (with-rcirc-process-buffer): Move before first usage.
21248 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
21249 (rcirc-debug-flag): Rename from `rcirc-log-p'.
21250 (rcirc-debug): Rename from `rcirc-log'.
21251 (rcirc-format-response-string): Do not print `-' chars for a
21252 NOTICE with no sender. Simplify output of server responses.
21253
21254 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
21255
21256 (rcirc-browse-url-map, rcirc-browse-url-at-point)
21257 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
21258 Make urls mouse and RET clickable.
21259
21260 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
21261
21262 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
21263
21264 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
21265
21266 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
21267 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
21268 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
21269 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
21270 argument to all these routines, so the passphrase can be managed
21271 externally and passed in to the system.
21272 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
21273 pgg-add-passphrase-to-cache function.
21274
21275 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
21276 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
21277 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
21278 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
21279 argument to all these routines, so the passphrase can be managed
21280 externally and passed in to the system.
21281 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
21282 function.
21283
21284 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
21285
21286 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
21287 from goto-address-url-regexp.
21288
21289 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
21290
21291 * textmodes/org.el (org-read-date, org-goto-calendar)
21292 (org-recenter-calendar, org-agenda-goto-calendar):
21293 Temporarily clear `calendar-move-hook'.
21294
21295 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
21296
21297 * ediff-merg.el (ediff-merge-region-is-non-clash):
21298 Return t, if not merging.
21299
21300 * ediff-util.el (ediff-previous-difference): Don't skip regions that
21301 have merge clashes.
21302
21303 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21304
21305 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
21306 Undo previous change.
21307
21308 * startup.el (command-line): Use `custom-reevaluate-setting' for
21309 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
21310 tty-register-default-colors on Mac.
21311
21312 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
21313
21314 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
21315 (gdb-buffer-type): Make it automatically buffer local...
21316 (gdb-get-create-buffer): ...and set it accordingly.
21317 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
21318 actually work.
21319
21320 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
21321
21322 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
21323 not red.
21324
21325 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
21326
21327 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
21328 case GUD buffer is not visible.
21329 (gdb-goto-breakpoint): Try to force display in source buffer.
21330 (gdb-frame-gdb-buffer): Copy other similar functions.
21331 (gdb-restore-windows): Don't display source if not asked for.
21332 (gdb-assembler-buffer-name): Don't capitalise.
21333
21334 2005-11-03 Richard M. Stallman <rms@gnu.org>
21335
21336 * wid-edit.el (key-sequence): New widget type.
21337
21338 * simple.el (set-mark-command-repeat-pop): New variable.
21339 (set-mark-command): Only interpret plan C-@ after a pop as a pop
21340 if set-mark-command-repeat-pop is true.
21341
21342 * info.el (Info-fontify-node): Don't display extra "see" if there
21343 already is one here.
21344
21345 * mouse.el: Fix special handling of DEL after dragging a region:
21346 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
21347 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
21348
21349 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
21350
21351 * textmodes/ispell.el (ispell-command-loop): Change `i' description
21352 not to assume it pertains to an affix.
21353
21354 * textmodes/flyspell.el (flyspell-post-command-hook):
21355 Bind deactivate-mark to prevent deactivation.
21356
21357 2005-11-03 Lars Hansen <larsh@soem.dk>
21358
21359 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
21360 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
21361 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
21362
21363 2005-11-03 Romain Francoise <romain@orebokech.com>
21364
21365 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
21366 Update copyright years.
21367
21368 2005-11-03 Sam Steingold <sds@gnu.org>
21369
21370 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
21371 Use system-type instead of window-system because window-system is not
21372 correctly defined during loadup.
21373
21374 2005-11-02 Mark A. Hershberger <mah@everybody.org>
21375
21376 * xml.el (xml-syntax-table): Allow xml.el to compile in XEmacs.
21377 (xml-parse-tag): Join strings separated by a comment properly.
21378
21379 2005-11-02 Andreas Schwab <schwab@suse.de>
21380
21381 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
21382
21383 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
21384
21385 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
21386 (byte-optimize-pure-func): Quote the eval'd value.
21387
21388 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
21389 Rename from perl-font-lock-syntactic-face-function.
21390 Change the calling convention so it can be used as a font-lock MATCHER.
21391 Do the parse-partial-sexp loop outselves.
21392 (perl-font-lock-syntactic-keywords): Use it.
21393 (perl-mode): Don't set font-lock-syntactic-face-function any more.
21394
21395 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
21396
21397 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
21398 disassembly buffer too.
21399 (gdb-exited): Remove overlay arrows when execution has finished.
21400 (gdb-info-frames-custom, gdb-info-threads-custom)
21401 (gdb-info-registers-custom): Don't add inappropriate text
21402 properties if inferior is not active.
21403
21404 2005-11-02 Glenn Morris <rgm@gnu.org>
21405
21406 * progmodes/fortran.el (fortran-blink-match):
21407 Use `blink-matching-delay'.
21408
21409 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
21410
21411 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
21412
21413 2005-11-02 Lars Hansen <larsh@soem.dk>
21414
21415 * net/tramp.el (tramp-action-out-of-band): Handle scp message
21416 "Permission denied".
21417
21418 2005-11-01 Richard M. Stallman <rms@gnu.org>
21419
21420 * textmodes/flyspell.el (flyspell-external-point-words):
21421 Pass nil to flyspell-get-word.
21422
21423 2005-11-02 Kim F. Storm <storm@cua.dk>
21424
21425 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
21426 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
21427
21428 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
21429
21430 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
21431 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
21432 (calendar-mouse-print-dates): Add optional `event' argument.
21433 Update interactive-spec.
21434 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
21435 Use `calendar-event-to-date' instead of `event'.
21436
21437 2005-11-02 Masatake YAMATO <jet@gyve.org>
21438
21439 * progmodes/ld-script.el (ld-script-builtins):
21440 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
21441 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
21442 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
21443
21444 2005-11-01 Romain Francoise <romain@orebokech.com>
21445
21446 * vc-sccs.el: Update copyright year.
21447 * ezimage.el: Likewise.
21448
21449 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
21450
21451 * info.el (Info-fontify-node): Use `string-width' for fontifying
21452 underlined titles.
21453
21454 2005-11-01 Juri Linkov <juri@jurta.org>
21455
21456 * info.el (Info-fontify-node): Downcase node header keywords Node,
21457 Prev, Next, Up before comparison.
21458 (Info-history): Insert absolute directory name, and put invisible
21459 property on it.
21460
21461 2005-11-01 Juri Linkov <juri@jurta.org>
21462
21463 * info.el (Info-file-supports-index-cookies): New variable.
21464 (Info-find-node-2): Check makeinfo version for index cookie support.
21465 (Info-index-nodes): Search for nodes with index cookies only when
21466 Info-file-supports-index-cookies is t. Otherwise, search nodes
21467 with "Index" in the node name.
21468 (Info-index-node): Search index cookie in the current node only when
21469 Info-file-supports-index-cookies is t. Otherwise, check the word
21470 "Index" in the node name.
21471 (Info-find-emacs-command-nodes): Remove code that searches nodes
21472 with "Index" node name in the top menu.
21473
21474 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
21475
21476 * progmodes/scheme.el (scheme-mode-variables): Use the default
21477 comment-indent-function.
21478
21479 * faces.el (face-attribute): Handle the case where a face inherits from
21480 a non-existent face.
21481
21482 * simple.el (eval-expression-print-format): Use lisp-readable syntax
21483 for octal and hexa output, and merge the char into the paren.
21484 (kill-new): Use push.
21485 (copy-to-buffer): Use with-current-buffer.
21486 (completion-setup-function): Move code in loop to remove redundancy.
21487 (minibuffer-local-must-match-map): Don't add bindings that duplicate
21488 those inherited from minibuffer-local-completion-map.
21489
21490 * savehist.el (savehist-mode) <defcustom>:
21491 Use custom-set-minor-mode if available.
21492 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
21493 and emit a message if applicable.
21494
21495 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
21496
21497 * savehist.el: Sync up to version 19.
21498 (savehist-mode): New minor mode.
21499 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
21500 (savehist-length): Remove (use history-length instead).
21501 (savehist-file-modes): Rename from savehist-modes.
21502 (savehist-save-hook, savehist-loaded): New vars.
21503 (savehist-load): Use savehist-mode. Try to smooth up transition from
21504 old format to new format.
21505 (savehist-install): Allow savehist-autosave-interval to be nil.
21506 (savehist-save): Run the new hook. Be more careful to only trim the
21507 history variables.
21508 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
21509 (savehist-printable): Print into a buffer rather than char-by-char.
21510
21511 2005-11-01 John Wiegley <johnw@newartisans.com>
21512
21513 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
21514 toggle-ignore keybinding (C-a). The author said it had been
21515 disabled much earlier due to a possible incompatibility, but after
21516 many months of usage I have encountered no problems (and it is a
21517 rather useful option, especially for switching to " *temp*").
21518
21519 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
21520 support for OS/X's AddressBook, by calling out to the open source
21521 program "contacts" (installable through Fink).
21522
21523 * net/eudc.el (eudc-expand-inline): If the
21524 `eudc-multiple-match-handling-method' is set to `all', delete the
21525 query string before inserting the query result.
21526
21527 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
21528 flag, to prevent Eshell from using the system ls when
21529 `eshell-ls-insert-directory' is in used.
21530 (eshell-ls-insert-directory): Disable font-lock in directory
21531 buffer so that Eshell's own fontification is seen. This broke
21532 recently due to changes in font-lock, so this goes back to version
21533 21 behavior.
21534
21535 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
21536
21537 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
21538 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
21539 (gdb-many-windows): Doc fix.
21540
21541 2005-10-31 Romain Francoise <romain@orebokech.com>
21542
21543 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
21544
21545 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
21546
21547 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
21548 that global-font-lock-mode can be enabled by default.
21549
21550 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
21551 (font-lock-add-keywords, font-lock-remove-keywords)
21552 (font-lock-fontify-buffer): Remove autoload cookies.
21553
21554 * jit-lock.el (jit-lock-register): Likewise.
21555
21556 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
21557
21558 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
21559
21560 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
21561 intact if there is no gud-comint-buffer.
21562
21563 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
21564
21565 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
21566 old prompt comint-prompt-read-only is t and GDB commands are
21567 issued from tool bar etc.
21568
21569 2005-10-31 Masatake YAMATO <jet@gyve.org>
21570
21571 * vc.el (vc-directory-exclusion-list): Add "{arch}".
21572
21573 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
21574
21575 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
21576 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
21577
21578 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
21579
21580 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
21581 starting at beginning of line. Fontification is messed up when
21582 `open-paren-in-column-0-is-defun-start' set to t.
21583 Reported by John Paul Wallington <jpw@pobox.com>.
21584
21585 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
21586
21587 * comint.el (comint-send-input): Call `comint-update-fence' when
21588 `comint-process-echoes' and `comint-prompt-read-only' are both
21589 non-nil, to avoid leftover read-only newline.
21590
21591 2005-10-30 Richard M. Stallman <rms@gnu.org>
21592
21593 * textmodes/flyspell.el (flyspell-external-point-words):
21594 Detect when WORD can't be checked properly because
21595 flyspell-get-word finds just part of it, and move on.
21596
21597 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
21598 boundarychar for Polish.
21599 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
21600 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
21601
21602 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
21603
21604 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
21605 (gdb-registers-font-lock-keywords): Delete.
21606 (gdb-registers-mode): Don't fontify.
21607 (gdb-info-registers-custom): Use text properties instead as, in
21608 future, changed register values will use font-lock-warning-face.
21609 (gdb-local-font-lock-keywords): Rename to...
21610 (gdb-locals-font-lock-keywords): ...for consistency.
21611
21612 2005-10-30 Andre Spiegel <spiegel@gnu.org>
21613
21614 * vc.el (vc-switch-backend): Better error message if the buffer is
21615 not visiting a file under version control.
21616
21617 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
21618
21619 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
21620
21621 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
21622 ~/.emacs.d/.emacs.
21623
21624 2005-10-29 Richard M. Stallman <rms@gnu.org>
21625
21626 * replace.el (occur-mode-mouse-goto): Always go to other window.
21627 (occur-mode-goto-occurrence): Always switch in same window.
21628
21629 * simple.el (undo): Display message at end, not at start.
21630
21631 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
21632 New arg REUSE-CELL.
21633 (cancel-timer-internal): New function.
21634 (timer-event-handler): Use cancel-timer-internal,
21635 and pass the cell it returns to timer-activate...
21636
21637 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
21638 (jit-lock-deferred-fontify, jit-lock-context-fontify)
21639 (jit-lock-after-change): Test memory-full.
21640
21641 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
21642
21643 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
21644 part of the decoded armor to find the key-identifier.
21645 (pgg-gpg-lookup-key-owner): New function to return the
21646 human-readable identifier of a key owner.
21647 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
21648 key itself.
21649 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
21650 the key value) if we have a key and can match it against a secret
21651 key. Also, added a note pointing out fact that the prompt only
21652 indicates the first matching key.
21653
21654 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
21655 pgg-decrypt-region.
21656 (pgg-pending-timers): A new hash for tracking the passphrase cache
21657 timers, so that new ones supercede old ones.
21658 (pgg-add-passphrase-to-cache): Rename from
21659 `pgg-add-passphrase-cache' to reduce confusion (all callers
21660 changed). Modified to cancel old timers when new ones are added.
21661 (pgg-remove-passphrase-from-cache): Rename from
21662 `pgg-remove-passphrase-cache' to reduce confusion (all callers
21663 changed). Modified to cancel old timers when their keys are
21664 removed from the cache.
21665 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
21666 XEmacs, an indirection to delete-itimer.
21667 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
21668 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
21669 users can only check cache without risk of prompting. Correct bug in
21670 notruncate behavior.
21671 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
21672 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
21673 Add informative docstrings.
21674 (pgg-decrypt): Convey provided passphrase in subordinate call to
21675 pgg-decrypt-region.
21676
21677 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
21678 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
21679 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
21680 `passphrase' argument, so the passphrase can be managed externally
21681 and then passed in to the system.
21682
21683 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
21684 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
21685 so the passphrase cache can be used reliably with identifiers
21686 besides a pgp packet's key id.
21687
21688 * pgg-gpg.el (pgg-pgp-encrypt-region)
21689 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
21690 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
21691 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
21692 argument to all these routines, so the passphrase can be managed
21693 externally and passed in to the system.
21694
21695 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
21696 `notruncate' argument, so the passphrase cache can be used
21697 reliably with identifiers besides a pgp packet's key id.
21698
21699 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
21700
21701 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
21702 symmetric encryption.
21703 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
21704 encrypted session key.
21705 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
21706 message ask for the passphrase in a proper way.
21707
21708 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
21709 New user commands for symmetric encryption.
21710
21711 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
21712
21713 * textmodes/conf-mode.el (conf-assignment-sign)
21714 (conf-assignment-regexp): Fix docstrings.
21715 (conf-mode-initialize): New function.
21716 (conf-mode): Remove optional args. Use delay-mode-hooks to
21717 recognize recursive calls.
21718 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
21719 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
21720 (conf-xdefaults-mode): Use define-derived-mode and
21721 conf-mode-initialize.
21722
21723 2005-10-29 Romain Francoise <romain@orebokech.com>
21724
21725 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
21726
21727 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
21728
21729 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
21730 part of the decoded armor to find the key-identifier.
21731 (pgg-gpg-lookup-key-owner): New function to return the
21732 human-readable identifier of a key owner.
21733 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
21734 key itself.
21735 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
21736 the key value) if we have a key and can match it against a secret
21737 key. Also, added a note pointing out fact that the prompt only
21738 indicates the first matching key.
21739
21740 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
21741 pgg-decrypt-region.
21742 (pgg-pending-timers): A new hash for tracking the passphrase cache
21743 timers, so that new ones supercede old ones.
21744 (pgg-add-passphrase-to-cache): Rename from
21745 `pgg-add-passphrase-cache' to reduce confusion (all callers
21746 changed). Modified to cancel old timers when new ones are added.
21747 (pgg-remove-passphrase-from-cache): Rename from
21748 `pgg-remove-passphrase-cache' to reduce confusion (all callers
21749 changed). Modified to cancel old timers when their keys are
21750 removed from the cache.
21751 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
21752 XEmacs, an indirection to delete-itimer.
21753 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
21754 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
21755 users can only check cache without risk of prompting. Correct bug in
21756 notruncate behavior.
21757 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
21758 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
21759 Add informative docstrings.
21760 (pgg-decrypt): Convey provided passphrase in subordinate call to
21761 pgg-decrypt-region.
21762
21763 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
21764
21765 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
21766 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
21767 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
21768 `passphrase' argument, so the passphrase can be managed externally
21769 and then passed in to the system.
21770
21771 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
21772 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
21773 so the passphrase cache can be used reliably with identifiers
21774 besides a pgp packet's key id.
21775
21776 * pgg-gpg.el (pgg-pgp-encrypt-region)
21777 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
21778 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
21779 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
21780 argument to all these routines, so the passphrase can be managed
21781 externally and passed in to the system.
21782
21783 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
21784 `notruncate' argument, so the passphrase cache can be used
21785 reliably with identifiers besides a pgp packet's key id.
21786
21787 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
21788
21789 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
21790 symmetric encryption.
21791 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
21792 encrypted session key.
21793 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
21794 message ask for the passphrase in a proper way.
21795
21796 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
21797 New user commands for symmetric encryption.
21798
21799 2005-10-28 Bill Wohler <wohler@newt.com>
21800
21801 * help-mode.el (help-url): New button type. Calls browse-url.
21802 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
21803 Similar to Info nodes: URL `url'.
21804 (help-make-xrefs): Create help-url buttons for
21805 help-xref-url-regexp matches.
21806
21807 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
21808
21809 * tool-bar.el (tool-bar-add-item-from-menu)
21810 (tool-bar-local-item-from-menu): Fix doc strings.
21811
21812 2005-10-28 Romain Francoise <romain@orebokech.com>
21813
21814 * ldefs-boot.el: Update.
21815
21816 * subr.el (locate-library): Move from help-fns.el.
21817 * help-fns.el (locate-library): Move to subr.el.
21818
21819 2005-10-28 Richard M. Stallman <rms@gnu.org>
21820
21821 * net/tramp.el (tramp-completion-mode): defvar moved up.
21822
21823 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
21824
21825 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
21826
21827 * files.el (find-file-noselect): Use %d to format large file size.
21828
21829 * bindings.el (mode-line-format): Add %e.
21830
21831 * loadup.el ("facemenu"): Load unconditionally.
21832 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
21833 ("x-dnd"): Load, when appropriate.
21834
21835 * startup.el (command-line): Call before-init-hook earlier.
21836 Warn about some bad characters in -u user name.
21837
21838 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
21839 (flyspell-external-point-words): Error if misspelled word is not found.
21840 Set flyspell-large-region-beg at end of word.
21841
21842 2005-10-28 Andreas Schwab <schwab@suse.de>
21843
21844 * view.el (View-revert-buffer-scroll-page-forward):
21845 Use view-page-size-default.
21846
21847 2005-10-28 Juri Linkov <juri@jurta.org>
21848
21849 * international/quail.el (quail-get-current-str): Translate last
21850 raw character for deterministic input methods.
21851
21852 2005-10-27 Jay Belanger <belanger@truman.edu>
21853
21854 * calc/calc-ext.el: Add functions to autoloads.
21855 (math-identity-matrix-p, math-ident-row-p): New functions.
21856
21857 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
21858 multiplication by an identity matrix; don't turn multiplication by
21859 an inverse matrix into division.
21860 (math-div-symbol-fancy): Replace division by matrices with
21861 multiplication by inverse.
21862
21863 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
21864
21865 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
21866 (calc-writeoutpower): New functions.
21867
21868 2005-10-27 Romain Francoise <romain@orebokech.com>
21869
21870 * replace.el (occur-engine): Include colon in mouse-face highlight.
21871
21872 * dired-x.el: Change Maintainer field.
21873
21874 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
21875
21876 * longlines.el (longlines-mode): Bind after-change-functions to
21877 nil during initial decoding and final encoding.
21878
21879 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
21880
21881 * term.el (term-emulate-terminal, term-handle-colors-array)
21882 (term-handle-ansi-escape): Specify the terminfo capabilities
21883 implemented.
21884
21885 2005-10-26 Richard M. Stallman <rms@gnu.org>
21886
21887 * info.el (Info-fontify-node): Fix detection of sentence-break
21888 before *Note.
21889
21890 2005-10-26 Romain Francoise <romain@orebokech.com>
21891
21892 * smerge-mode.el: Add `tools' to file keywords.
21893
21894 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
21895
21896 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
21897 when the fringe is not available.
21898
21899 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
21900 (def-gdb-auto-update-trigger): Simplify construction.
21901 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
21902 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
21903 defined explicitly.
21904 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
21905 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
21906 defined explicitly.
21907 (gdb-info-locals-custom): Remove as it's a no-op.
21908
21909 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
21910
21911 * longlines.el (longlines-mode): Remove narrowing before
21912 performing the initial decoding or final encoding.
21913
21914 2005-10-25 Romain Francoise <romain@orebokech.com>
21915
21916 * emacs-lisp/find-func.el (find-library-name): Also strip
21917 extension if library name ends in .el, to take advantage of
21918 `find-library-suffixes'.
21919
21920 2005-10-25 Richard M. Stallman <rms@gnu.org>
21921
21922 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
21923
21924 2005-10-25 Juri Linkov <juri@jurta.org>
21925
21926 * textmodes/texinfo.el (texinfo-mode): Change charset of one
21927 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
21928
21929 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
21930
21931 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
21932 (blackbox-redefine-key): Add argument `map'.
21933
21934 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
21935 regions when moving the jit-lock-context-unfontify-pos boundary.
21936
21937 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
21938
21939 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
21940
21941 2005-10-25 Masatake YAMATO <jet@gyve.org>
21942
21943 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
21944
21945 2005-10-25 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
21946
21947 * play/blackbox.el (blackbox-redefine-key): New function.
21948 (blackbox-mode-map): Use it to remap existing bindings for cursor
21949 motion instead of binding literal keys.
21950
21951 2005-10-25 Glenn Morris <rgm@gnu.org>
21952
21953 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
21954 diary does not end in a newline. Do not assume a blank line at
21955 the start of the diary file.
21956
21957 2005-10-25 Kenichi Handa <handa@m17n.org>
21958
21959 * international/quail.el (quail-translate-key): If the input
21960 method is deterministic and failed to handle the last key, restart
21961 the key handling loop from an appropriate key.
21962
21963 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
21964
21965 * vc.el (vc-dired-mode): Extend comment for binding of
21966 `directory-listing-before-filename-regexp'.
21967
21968 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
21969
21970 * textmodes/texinfo.el (texinfo-mode):
21971 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
21972 not to unnecessarily expose emacs-mule's internal char codes.
21973
21974 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
21975
21976 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
21977 Display hand pointer and help-echo on disabled icon too.
21978 (gdb-mouse-until): New function.
21979 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
21980
21981 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
21982
21983 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
21984 with 2005-10-23 change to doctor.el.
21985
21986 * finder.el (finder-mode-map): Add follow-link binding.
21987
21988 2005-10-25 Kim F. Storm <storm@cua.dk>
21989
21990 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
21991 to gdb-mouse-toggle-breakpoint-fringe.
21992 (gdb-mouse-toggle-breakpoint-margin): Rename from
21993 gdb-mouse-toggle-breakpoint. Fix doc.
21994 (gdb-mouse-toggle-breakpoint-fringe): New defun.
21995 (gdb-put-string): Add optional SPROPS arg. Add props to string.
21996 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
21997 string properties also for fringe breakpoint bitmaps.
21998
21999 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
22000
22001 * textmodes/org.el (org-start-icalendar-file): Fix format form.
22002
22003 2005-10-25 Masatake YAMATO <jet@gyve.org>
22004
22005 * simple.el (completion-common-substring):
22006 Use `completion-common-substring' prior to `completion-base-size'.
22007
22008 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
22009
22010 * savehist.el: Require CL while compiling.
22011 (savehist-history-variables): Remove.
22012 (savehist-save-minibuffer-history, savehist-additional-variables)
22013 (savehist-minibuffer-history-variables): New vars.
22014 (savehist-save): Use them.
22015 (savehist-uninstall, savehist-minibuffer-hook): New funs.
22016 (savehist-install): New fun, extracted from savehist-load.
22017 (savehist-load): Use them.
22018
22019 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
22020
22021 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
22022 a dummy doc-string-elt property.
22023 (defalias, defvaralias, define-category): Add a docstring property.
22024
22025 * image.el (defimage):
22026 * widget.el (define-widget):
22027 * custom.el (defface, defcustom): Add `doc-string' declaration.
22028
22029 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
22030 (defadvice): Add `doc-string' declaration.
22031
22032 * emacs-lisp/byte-run.el (macro-declaration-function):
22033 Handle `doc-string' declarations.
22034 (define-obsolete-function-alias, define-obsolete-variable-alias):
22035 Add `doc-string' declaration.
22036
22037 2005-10-24 Kenichi Handa <handa@m17n.org>
22038
22039 * international/utf-7.el (utf-7): Add autoload cookie.
22040
22041 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
22042
22043 2005-10-24 Eli Zaretskii <eliz@gnu.org>
22044
22045 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
22046 list of directories passed to batch-update-autoloads. Add "." to
22047 the list of the echoed directories.
22048
22049 * pgg-def.el:
22050 * pgg-gpg.el:
22051 * pgg-parse.el:
22052 * pgg-pgp.el:
22053 * pgg-pgp5.el:
22054 * pgg.el: Moved here from the gnus subdirectory.
22055
22056 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
22057
22058 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
22059 in case comint-prompt-read-only is set to t.
22060
22061 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
22062 in case comint-prompt-read-only is set to t.
22063
22064 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
22065
22066 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
22067 Now a string.
22068 (icalendar-import-format): Handle CLASS, STATUS, URL.
22069 Rename `subject' to `summary'.
22070 (icalendar-import-format-summary): Rename from
22071 `icalendar-import-format-subject'.
22072 (icalendar-import-format-url, icalendar-import-format-status)
22073 (icalendar-import-format-class): New variables.
22074 (icalendar--rris): Take variable argument list.
22075 (icalendar--datestring-to-isodate): Remove unnecessary
22076 calendar-style check when converting dates with explicit month names.
22077 (icalendar-export-region): Change return type of conversion
22078 subroutines. Bury current buffer unless error occurred.
22079 (icalendar--convert-to-ical)
22080 (icalendar--parse-summary-and-rest): New functions.
22081 (icalendar--convert-ordinary-to-ical)
22082 (icalendar--convert-weekly-to-ical)
22083 (icalendar--convert-yearly-to-ical)
22084 (icalendar--convert-block-to-ical)
22085 (icalendar--convert-cyclic-to-ical)
22086 (icalendar--convert-anniversary-to-ical): Change return type.
22087 Strip trailing blanks from subject.
22088 (icalendar--convert-sexp-to-ical): Change return type.
22089 Strip trailing blanks from subject. Handle simple sexp
22090 entries as generated by icalendar.el.
22091 (icalendar--convert-float-to-ical)
22092 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
22093 (icalendar-import-file): Doc fix.
22094 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
22095 Correct call to icalendar--rris.
22096 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
22097 `summary'.
22098 (icalendar--add-diary-entry): Rename `subject' to `summary'.
22099
22100 2005-10-24 Romain Francoise <romain@orebokech.com>
22101
22102 * server.el (server-sentinel): Set query-on-exit flag to nil on
22103 new client processes (it isn't inherited from the server process).
22104
22105 * replace.el (occur-engine): Rearrange text properties.
22106
22107 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
22108
22109 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
22110 case-fold-search is nil.
22111 (debug-help-follow): Use help-xref-interned directly.
22112
22113 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
22114
22115 * thumbs.el (thumbs-image-type): Add .pbm.
22116
22117 2005-10-23 Richard M. Stallman <rms@gnu.org>
22118
22119 * faces.el (inhibit-face-set-after-frame-default): New variable.
22120 (set-face-attribute): Bind it.
22121 (face-set-after-frame-default): Test it.
22122
22123 * help-fns.el (describe-simplify-lib-file-name): New function.
22124 (describe-function-1, describe-variable): Use it.
22125
22126 * faces.el (describe-face): Use describe-simplify-lib-file-name.
22127
22128 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
22129 Eliminate nil as possible value.
22130 (tooltip-hide-delay): Reduce internal-border-width.
22131
22132 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
22133 (menu-bar-file-menu) <new-file>: Likewise.
22134
22135 * simple.el (line-move-finish): Ignore fields computing LINE-END.
22136
22137 * international/mule.el (load-with-code-conversion):
22138 Pass full file name to `eval-buffer' unless preloading.
22139
22140 * textmodes/flyspell.el (flyspell-large-region):
22141 Call ispell-check-version.
22142
22143 * textmodes/ispell.el (ispell-local-dictionary-overridden):
22144 Fix the make-variable-buffer-local call that was supposed
22145 to be for this variable.
22146 (ispell-aspell-supports-utf8): Doc fix.
22147 (ispell-find-aspell-dictionaries): Preserve elements of
22148 ispell-dictionary-alist for dictionaries that aspell doesn't report.
22149 (ispell-aspell-find-dictionary): Return nil on error.
22150
22151 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
22152 (doctor-symptoms): Likewise.
22153
22154 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
22155
22156 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
22157
22158 * cus-edit.el (custom-button, custom-button-pressed): New vars.
22159 (custom-raised-buttons): Add :set spec.
22160 (custom-button-unraised, custom-button-pressed-unraised):
22161 New faces, so that custom-raised-buttons actually does something.
22162 (custom-mode): Use custom-button and custom-button-pressed.
22163
22164 * wid-edit.el (widget-specify-button): Don't ignore
22165 widget-mouse-face on graphic terminals.
22166 (widget-move-and-invoke): Cleanup.
22167
22168 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
22169
22170 * whitespace.el (whitespace-cleanup): Doc fix.
22171
22172 2005-10-23 Romain Francoise <romain@orebokech.com>
22173
22174 * emulation/viper.el (viper-set-hooks): Quote forms passed to
22175 `eval-after-load' to avoid evaluating their result.
22176
22177 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
22178
22179 * files.el (directory-listing-before-filename-regexp):
22180 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
22181
22182 * dired.el (dired-move-to-filename-regexp): Remove.
22183 All occurrences replaced by `directory-listing-before-filename-regexp'.
22184
22185 * dired-x.el, locate.el, vc.el:
22186 Replace `dired-move-to-filename-regexp' by
22187 `directory-listing-before-filename-regexp'. In vc.el it is
22188 overwritten locally; maybe this can be handled in files.el too.
22189
22190 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurrences
22191 replaced by `directory-listing-before-filename-regexp'.
22192
22193 2005-10-23 Andreas Schwab <schwab@suse.de>
22194
22195 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
22196 and eval-next-after-load.
22197
22198 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
22199
22200 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
22201 exist, create it.
22202
22203 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
22204
22205 * allout.el: Remove autoloads for mailcrypt and crypt++.
22206 Require pgg, pgg-gpg during compilation.
22207 (allout-version): Increment version number to 2.1, and use a literal
22208 rather than RCS Id.
22209 (allout-default-encryption-scheme): Remove.
22210 (allout-passphrase-verifier-handling)
22211 (allout-passphrase-verifier-string)
22212 (allout-file-passphrase-verifier-string)
22213 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
22214 (allout-passphrase-hint-handling): Rename and simplify.
22215 (allout-init): Use `find-file-hook' if available, otherwise
22216 `find-file-hooks'.
22217 (allout-mode): Use `write-file-functions' if available, otherwise
22218 `local-write-file-hooks' and, instead of making auto-save-hook
22219 buffer local, make the write-file-hook activity contingent to
22220 allout-mode.
22221 (allout-mode): Use key-binding substitution in the docstring.
22222 (allout-kill-line): Spell-out kill ring data structure mutation
22223 instead of using byte-compiler-complaint-provoking `pop'.
22224 (allout-insert-listified): Use `insert' rather than `insert-string'
22225 (allout-toggle-current-subtree-encryption): Update docstring, adjust
22226 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
22227 (allout-encrypt-string): Totally revamped vis new underlying
22228 encryption facilities.
22229 (allout-mc-activate-passwd): Remove.
22230 (allout-obtain-passphrase): New, more or less replaces
22231 allout-mc-activate-passwd.
22232 (allout-encrypted-key-info): More or less replaces
22233 allout-encrypted-text-type.
22234 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
22235 (my-mark-marker): Use `(featurep 'xemacs)'.
22236
22237 2005-10-23 Lars Hansen <larsh@soem.dk>
22238
22239 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
22240 (byte-compile-file-form-defmumble, byte-compile-defun)
22241 (byte-compile-defmacro): Use it.
22242 (byte-compile-form): Don't call byte-compile-set-symbol-position
22243 when a byte-compile handler is called.
22244
22245 2005-10-22 Romain Francoise <romain@orebokech.com>
22246
22247 * savehist.el (savehist-history-variables): Add `grep-find-history'.
22248
22249 * subr.el (eval-after-load): Convert library name to an absolute
22250 file name using locate-library, since load-history no longer has
22251 library names in it.
22252
22253 2005-10-22 Richard M. Stallman <rms@gnu.org>
22254
22255 * files.el (make-temp-file): Move from subr.el.
22256 * subr.el (make-temp-file): Move to files.el.
22257
22258 * window.el (get-buffer-window-list): Move from subr.el.
22259 * subr.el (get-buffer-window-list): Move to window.el.
22260
22261 * image.el (image-load-path): Use eval-at-startup to initialize.
22262
22263 * subr.el (eval-at-startup): New macro.
22264
22265 * subr.el: Much rearrangement of functions and division
22266 into pages. No code changes.
22267
22268 2005-10-22 Kenichi Handa <handa@m17n.org>
22269
22270 * tar-mode.el (tar-extract): Be sure to call
22271 find-operation-coding-system if set-auto-coding doesn't find a
22272 coding system.
22273
22274 2005-10-22 Kim F. Storm <storm@cua.dk>
22275
22276 * image.el (image-type-header-regexps): Rename from image-type-regexps.
22277 Change users.
22278 (image-type-file-name-regexps): New defconst.
22279 (image-type-from-data): Simplify loop.
22280 (image-type-from-buffer): New defun.
22281 (image-type-from-file-header): Use it instead of image-type-from-data.
22282 Use image-search-load-path instead of only looking in data-directory.
22283 (image-type-from-file-name): New defun.
22284 (image-search-load-path): Change `pathname' to `filename'.
22285 Make PATH arg optional, default to image-load-path.
22286
22287 2005-10-21 Richard M. Stallman <rms@gnu.org>
22288
22289 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
22290
22291 * textmodes/paragraphs.el (sentence-end-base): New variable.
22292 (sentence-end): Use sentence-end-base.
22293
22294 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
22295
22296 * font-lock.el (font-lock-default-fontify-region): Check the multiline
22297 property independently from the font-lock-multiline variable.
22298
22299 2005-10-21 Richard M. Stallman <rms@gnu.org>
22300
22301 * emacs-lisp/find-func.el (find-library-name): Doc fix.
22302
22303 * startup.el (command-line): Convert library names
22304 in `load-history' to absolute file names.
22305
22306 * subr.el (symbol-file): Doc fix.
22307
22308 * loadhist.el (file-loadhist-lookup): Call locate-library
22309 instead of find-library-name. Don't try converting
22310 abs file names to library names, since load-history no longer
22311 has library names in it.
22312 (file-dependents, file-provides, file-requires): Doc fixes.
22313
22314 2005-10-21 Juri Linkov <juri@jurta.org>
22315
22316 * progmodes/etags.el (tags-table-mode): New function.
22317 (tags-verify-table): Replace initialize-new-tags-table with
22318 tags-table-mode.
22319
22320 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
22321 default value.
22322 (desktop-modes-not-to-save): Add tags-table-mode to the
22323 default value.
22324
22325 * info.el (Info-index-next): Add total number of index
22326 alternatives to the message.
22327
22328 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
22329 backward only space (instead of space and period) before looking
22330 at sentence end.
22331
22332 * simple.el (set-variable): Use user-variable-p instead of symbolp.
22333 Add the old variable value as 4th default-value arg of read-string.
22334
22335 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22336
22337 * cus-face.el (custom-declare-face): Make face from X resources
22338 also on Mac.
22339
22340 * disp-table.el (standard-display-g1, standard-display-graphic):
22341 Refuse to use string glyphs also on Mac.
22342 (standard-display-european): Don't set terminal coding system also
22343 on Mac.
22344
22345 * frame.el (display-screens): Use x-display-screens also on Mac.
22346
22347 2005-10-21 Romain Francoise <romain@orebokech.com>
22348
22349 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
22350
22351 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
22352
22353 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
22354 and $? into sexps.
22355
22356 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
22357 warning face on open-paren-in-column-0.
22358
22359 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
22360 boundary case. Fix typo.
22361 Suggested by Martin Rudalics <rudalics@gmx.at>.
22362
22363 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
22364
22365 * textmodes/org.el (org-combined-agenda-icalendar-file)
22366 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
22367 (org-export-icalendar-this-file)
22368 (org-export-icalendar-all-agenda-files)
22369 (org-export-icalendar-combine-agenda-files): New commands.
22370 (org-export-icalendar, org-print-icalendar-entries)
22371 (org-start-icalendar-file, org-finish-icalendar-file)
22372 (org-ical-ts-to-string): New functions.
22373 (org-read-date, org-goto-calendar)
22374 (org-agenda-goto-calendar): Inhibit displaying diary entries by
22375 call to `calendar'.
22376 (orgtbl-setup): Remove the :keys arguments from the menu description.
22377 (org-after-save-iCalendar-file-hook): New variable.
22378
22379 2005-10-21 Kenichi Handa <handa@m17n.org>
22380
22381 * language/vietnamese.el (tcvn-5712): Make it an alias of
22382 vietnamese-tcvn coding-system.
22383
22384 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
22385
22386 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
22387 group id is given.
22388
22389 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
22390
22391 * progmodes/sh-script.el (sh-escaped-line-re): New var.
22392 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
22393 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
22394 whose line is either continued or ends with a comment.
22395
22396 2005-10-20 Romain Francoise <romain@orebokech.com>
22397
22398 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
22399
22400 * replace.el (occur-engine): Add follow-link property.
22401
22402 * font-core.el (font-lock-mode): Doc fix.
22403
22404 2005-10-20 Richard M. Stallman <rms@gnu.org>
22405
22406 * net/rcirc.el: New file.
22407
22408 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
22409
22410 * term.el (term-term-name): Initialize to "eterm-color".
22411
22412 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
22413
22414 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
22415 for encryption functionality.
22416 Move allout customization subgroup from `editing' to `outlines' group.
22417 Fix commentary keywords to legitimate ones.
22418 Update author info (using my current email address, obscurified).
22419 (allout-encrypt-string, allout-encryption-produce-work-buffer)
22420 (allout-encrypted-topic-p, allout-encrypted-text-type)
22421 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
22422 (allout-situate-encryption-key-verifier)
22423 (allout-get-encryption-key-verifier, allout-verify-key)
22424 (allout-next-topic-pending-encryption)
22425 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
22426 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
22427 (outline-key-verifier-handling, outline-key-hint-handling)
22428 (outline-encrypt-unencrypted-on-saves): New defcustoms.
22429 (allout-file-key-verifier-string, allout-encryption-scheme)
22430 (allout-key-verifier-string, allout-key-hint-string)
22431 (allout-after-save-decrypt): New variables.
22432 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
22433 (allout-after-saves-handler): New hook functions.
22434 (allout-post-command-business): Do allout-after-save-decrypt.
22435 (allout-enable-file-variable-adjustment): Custom var to enable
22436 mechanism for adding and adjusting settings of Emacs file variables.
22437 (allout-adjust-file-variable, allout-file-vars-section-data):
22438 New functions, implement the mechanism.
22439 (outlineify-sticky): Use the file vars mechanism.
22440 (allout-inhibit-protection, allout-during-write-cue)
22441 (allout-override-protect, allout-before-change-protect): Remove.
22442 (allout-flag-region, allout-open-topic): Adjust read-only text.
22443 (allout-open-line-not-read-only): Add to facilitate read-only
22444 text based protection.
22445 (allout-kill-line): Revise to adjust read-only text, clue the
22446 user about the inhibition.
22447 (allout-unprotected): Use unwind-protect.
22448 (allout-shift-in, allout-shift-out): Disallow manually shifting a
22449 topic deeper than the offspring depth of the previous topic -
22450 avoiding confusing "containment discontinuities".
22451 (allout-reindent-bodies): Fix retention of body relative hanging
22452 indent during promotion of collapsed bodies.
22453 (allout-open-topic): Make it easy to open new topic with same
22454 bullet as current topic - topic creation functions provided with
22455 any universal argument provokes now prompt for bullet, defaulting
22456 to the bullet of the previous topic.
22457 (allout-plain-bullets-string, allout-distinctive-bullets-string):
22458 Plain bullet alternates `.' period and `,' comma only. All other
22459 bullets are relegated to special status (but customizable).
22460 (allout-end-of-entry): Rename from allout-end-of-current-entry
22461 since it actually operates w.r.t. most immediately containing
22462 entry, visible or not.
22463 (allout-hide-current-entry, allout-show-current-entry): Use the
22464 revised version.
22465 (allout-old-expose-topic): Solidify deprecation.
22466 (allout-end-of-subtree): Add so we can span concealed as well
22467 as visible topics.
22468 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
22469 (allout-end-of-current-heading): Tweak to just respect the first line.
22470 (allout-get-body-text): Add.
22471 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
22472 when invoked interactively.
22473 (allout-up-current-level): Use `interactive-p'.
22474 (allout-mode, allout-init): Miscellaneous docstring and
22475 operational refinements, as well as hookups of new encryption stuff.
22476 (allout-beginning-of-current-entry): Now works as advertised.
22477 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
22478 (allout-isearch-rectification): Refine condition for isearching.
22479 (allout-isearch-abort, allout-enwrap-isearch)
22480 (allout-flag-region, my-region-active-p): Relocate some macros.
22481 (allout-title): Fallback title is (buffer-name), not
22482 non-existing (current-buffer-name).
22483 (subst-char-in-string): Define if absent (for some XEmacs versions).
22484
22485 2005-10-20 Jari Aalto <jari.aalto@cante.net>
22486
22487 * mail/sendmail.el (mail-setup-hook, mail-aliases)
22488 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
22489 (mail-citation-prefix-regexp, mail-signature-file)
22490 (mail-default-headers, mail-bury-selects-summary)
22491 (mail-send-nonascii): Add autoload cookies.
22492
22493 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
22494
22495 * frame.el (blink-cursor-mode): Add `mac' to the list of
22496 window-system's that support blinking cursor.
22497
22498 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
22499
22500 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
22501
22502 2005-10-20 Eli Zaretskii <eliz@gnu.org>
22503
22504 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
22505 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
22506 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
22507
22508 2005-10-20 Kim F. Storm <storm@cua.dk>
22509
22510 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
22511 (ido-set-current-directory): Don't add / after final @.
22512 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
22513 Explicitly handle ange-ftp completion oddities.
22514 (ido-make-file-list): Don't rotate list at tramp root to avoid
22515 triggering tramp file handler for expand-file-name via get-file-buffer.
22516
22517 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
22518
22519 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
22520
22521 2005-10-19 Jay Belanger <belanger@truman.edu>
22522
22523 * calc/calc-units.el (math-standard-units): Add units, adjust
22524 symbols and update values.
22525 (math-unit-prefixes): Add more prefixes.
22526
22527 2005-10-19 Romain Francoise <romain@orebokech.com>
22528
22529 * bookmark.el (bookmark-menu-heading): New face.
22530 (bookmark-bmenu-list): Use it.
22531 Don't fiddle with `baud-rate' at top-level.
22532
22533 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
22534
22535 * image.el (create-image, find-image): Mention max-image-size in
22536 docstring.
22537
22538 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
22539
22540 * savehist.el (savehist-load): Revert to checking XEmacs.
22541
22542 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
22543 Various docstring and line-width fixups.
22544 (conf-mode): Use cond.
22545 Set font-lock-defaults. Don't set comment-use-syntax.
22546
22547 2005-10-18 David Ponce <david@dponce.com>
22548
22549 * tree-widget.el (tree-widget-button-click): New function.
22550 (tree-widget-button-keymap): Use it.
22551
22552 2005-10-18 Romain Francoise <romain@orebokech.com>
22553
22554 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
22555 (bookmark-bmenu-hide-filenames): Add follow-link property.
22556 Improve help-echo text.
22557
22558 * ffap.el (find-file-at-point): Doc fix.
22559
22560 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22561
22562 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
22563
22564 2005-10-18 Masatake YAMATO <jet@gyve.org>
22565
22566 Install to the CVS repository what I forgot to install in my
22567 2005-10-16 changes.
22568
22569 * progmodes/python.el (python-complete-symbol): Pass the common
22570 prefix substring of completion to `display-completion-list'.
22571
22572 * textmodes/org.el (org-complete): Ditto.
22573
22574 2005-10-18 Masatake YAMATO <jet@gyve.org>
22575
22576 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
22577
22578 * woman.el (WoMan-xref-man-page): New button type derived
22579 from `Man-abstract-xref-man-page'.
22580 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
22581
22582 * man.el (Man-abstract-xref-man-page): New button type.
22583 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
22584 (Man-highlight-references): Add new optional argument `xref-man-type'.
22585
22586 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
22587
22588 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
22589
22590 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
22591
22592 * cus-edit.el (Custom-move-and-invoke): Delete.
22593 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
22594
22595 * wid-edit.el (widget-move-and-invoke): New function, from
22596 Custom-move-and-invoke.
22597
22598 2005-10-17 Bill Wohler <wohler@newt.com>
22599
22600 Move all remaining images from lisp/toolbar to etc/images, move
22601 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
22602 the low resolution images in their own directory (low-color).
22603
22604 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
22605 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
22606 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
22607 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
22608 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
22609 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
22610 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
22611
22612 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
22613 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
22614 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
22615 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
22616 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
22617 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
22618 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
22619 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
22620 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
22621 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
22622 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
22623 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
22624 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
22625 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
22626 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
22627
22628 To conform with convention, replace the underscore (_) in the
22629 following image names with dash (-) or (/) as appropriate.
22630
22631 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
22632 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
22633 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
22634 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
22635 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
22636 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
22637 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
22638 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
22639 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
22640 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
22641 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
22642 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
22643 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
22644 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
22645 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
22646
22647 * info.el (info-tool-bar-map): Replace underscores in image names
22648 with dashes.
22649
22650 * makefile.w32-in (WINS): Remove toolbar.
22651
22652 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
22653
22654 * tool-bar.el: Move to lisp from toolbar. Now that
22655 toolbar is empty, it should be deleted when folks run "cvs up -P".
22656
22657 2005-10-18 Jay Belanger <belanger@truman.edu>
22658
22659 * calc/calc-store.el (calc-store-into): Get the proper variable name
22660 to display in message.
22661
22662 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
22663
22664 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
22665 expressions display in speedbar for all buffers when debugging.
22666 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
22667
22668 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
22669 (speedbar-insert-button, speedbar-make-button):
22670 Use add-text-properties.
22671 (speedbar-update-localized-contents)
22672 (speedbar-update-directory-contents)
22673 (speedbar-update-special-contents): Use dolist.
22674 (speedbar-buffer-easymenu-definition): Add a menu separator.
22675
22676 2005-10-17 Jason Rumney <jasonr@gnu.org>
22677
22678 * makefile.w32-in: Use $(lisp) consistently.
22679 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
22680 for shell specific generation of mh-autoloads.
22681
22682 2005-10-17 Richard M. Stallman <rms@gnu.org>
22683
22684 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
22685
22686 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
22687
22688 * jit-lock.el (jit-lock-fontify-now):
22689 Move jit-lock-context-unfontify-pos to avoid wasted work.
22690
22691 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
22692
22693 * net/tramp.el (tramp-completion-mode): New defvar. Used in
22694 `tramp-completion-mode' for checking if we are in completion mode.
22695 (tramp-completion-handle-file-name-all-completions): Reorder code
22696 in order to complete for file names only in case there are no
22697 method/user/host completions. This is necessary for cooperation
22698 with ido. Reported by Kim F. Storm <storm@cua.dk>.
22699
22700 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
22701
22702 * longlines.el (longlines-search-forward)
22703 (longlines-search-backward): Match any number of spaces.
22704
22705 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
22706
22707 * diff-mode.el (diff-mode): Doc fix.
22708
22709 2005-10-16 David Reitter <david.reitter@gmail.com>
22710
22711 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
22712 as default on darwin and windows systems.
22713
22714 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
22715
22716 * arc-mode.el (archive-zip-extract): Doc fix.
22717
22718 2005-10-16 Romain Francoise <romain@orebokech.com>
22719
22720 * mouse.el (mouse-1-click-follows-link): Doc fix.
22721
22722 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
22723
22724 * savehist.el: Don't require CL at runtime.
22725 (savehist-xemacs): Remove.
22726 (savehist-coding-system): Use utf-8 if present, regardless of religion.
22727 (savehist-no-conversion): Use (featurep 'xemacs).
22728 (savehist-load): Check existence of start-itimer rather than XEmacs.
22729 Use an idle timer.
22730 (savehist-process-for-saving): Replace use of CL funs `subseq' and
22731 `delete-if-not'.
22732
22733 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
22734
22735 * savehist.el: Newer version.
22736 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
22737 (savehist-last-checksum, savehist-no-conversion): New vars.
22738 (savehist-autosave, savehist-process-for-saving, savehist-printable):
22739 New functions.
22740 (savehist-load, savehist-save): Use them.
22741 (savehist-delimit): Remove.
22742
22743 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
22744
22745 * progmodes/compile.el (compilation-goto-locus): Display the
22746 compilation buffer first and the source buffer second, in case they're
22747 in overlapping frames. Don't raise the compilation frame if it was the
22748 selected window upon entry. Pass the `other-window' arg to
22749 pop-to-buffer.
22750
22751 * info.el (Info-fontify-node): Use dolist.
22752 Change add-text-properties to put-text-property.
22753
22754 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
22755
22756 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
22757 bound of search.
22758
22759 2005-10-16 Masatake YAMATO <jet@gyve.org>
22760
22761 * dabbrev.el (dabbrev-completion): Pass the common
22762 prefix substring of completion to `display-completion-list'.
22763
22764 * filecache.el (file-cache-minibuffer-complete)
22765 (file-cache-complete): Ditto.
22766
22767 * tempo.el (tempo-display-completions): Ditto.
22768
22769 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
22770
22771 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
22772
22773 * eshell/em-hist.el (eshell-list-history): Ditto.
22774
22775 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
22776
22777 * mail/mailalias.el (mail-complete): Ditto.
22778
22779 * progmodes/etags.el (complete-tag): Ditto.
22780
22781 * progmodes/make-mode.el (makefile-complete): Ditto.
22782
22783 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
22784
22785 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
22786
22787 * progmodes/pascal.el (pascal-complete-word)
22788 (pascal-show-completions): Ditto.
22789
22790 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
22791
22792 * simple.el (completion-common-substring): New variable.
22793 (completion-setup-function): Use `completion-common-substring'
22794 to put faces.
22795
22796 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22797
22798 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
22799 (x-get-selection, mac-select-convert-to-string): Convert from/to
22800 UTF-16 clipboard data as in native byte order, no BOM.
22801
22802 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
22803
22804 * progmodes/gud.el (gud-tool-bar-map): Rename the images
22805 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
22806 (gud-sentinel): Use speedbar-frame to check for speedbar.
22807
22808 2005-10-15 Richard M. Stallman <rms@gnu.org>
22809
22810 * savehist.el: New file.
22811
22812 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
22813
22814 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
22815 Fix bug in \bf fontification.
22816
22817 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
22818
22819 * pcvs.el (cvs-edit-log-files): New var.
22820 (cvs-mode-edit-log): New arg `file'.
22821 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
22822 Instead force the use of the original file and nothing else.
22823 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
22824 the cvs-minor-wrap-function is set.
22825 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
22826
22827 2005-10-14 Bill Wohler <wohler@newt.com>
22828
22829 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
22830 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
22831 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
22832 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
22833 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
22834 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
22835 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
22836 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
22837 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
22838 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
22839 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
22840 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
22841 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
22842 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
22843 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
22844
22845 * progmodes/gud.el (gud-tool-bar-map): Rename the images
22846 appropriately (for example, gud-break to gud/break).
22847
22848 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
22849
22850 * longlines.el (longlinges-search-function)
22851 (longlines-search-forward, longlines-search-backward): New functions.
22852 (longlines-mode): Set isearch-search-fun-function to
22853 longlinges-search-function.
22854
22855 * mouse.el (mouse-drag-region-1): Handle the case where a
22856 double-click event is bound to an arbitrary function.
22857
22858 2005-10-14 David Ponce <david@dponce.com>
22859
22860 * recentf.el (recentf-track-opened-file)
22861 (recentf-track-closed-file, recentf-update-menu)
22862 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
22863 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
22864 mouse-1-click-follows-link.
22865
22866 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
22867
22868 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
22869 Gnome file-manager.png. Suggested by
22870 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
22871
22872 * toolbar/README: Add diropen.xpm.
22873
22874 2005-10-13 Bill Wohler <wohler@newt.com>
22875
22876 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
22877 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
22878
22879 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
22880
22881 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
22882 Don't waste the byte-compiler's time on constant data.
22883
22884 2005-10-13 Kenichi Handa <handa@m17n.org>
22885
22886 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
22887 byte with `escape-glyph' face.
22888
22889 * international/fontset.el (ccl-encode-unicode-font):
22890 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
22891 Handle the case that ucs-mule-to-mule-unicode translates a character to
22892 ASCII (usually for IPA characters).
22893
22894 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
22895
22896 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
22897 Don't hide the underline of titles if font-lock-mode is disabled.
22898
22899 2005-10-12 Bill Wohler <wohler@newt.com>
22900
22901 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
22902 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
22903 files in MH-E-SRC have been updated.
22904 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
22905
22906 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
22907
22908 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
22909 (mixal-mode-syntax-table): Add \n as end-comment.
22910 (mixal-operation-codes-alist): Immediately initialize to full value.
22911 (mixal-add-operation-code): Remove.
22912 (mixal-describe-operation-code): Make the arg non-optional.
22913 Use the interactive spec instead.
22914 Use mixal-operation-codes-alist rather than mixal-operation-codes.
22915 (mixal-font-lock-keywords): Don't highlight comments here any more.
22916 (mixal-font-lock-syntactic-keywords): New var.
22917 (mixal-mode): Use it. Fix comment-start-skip.
22918
22919 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
22920
22921 * startup.el (command-line-x-option-alist): -nb => -nbi.
22922
22923 2005-10-12 Kim F. Storm <storm@cua.dk>
22924
22925 * startup.el (fancy-splash-default-action): Discard mouse click in
22926 the splash screen window, as it has no sensible meaning in the
22927 next window to be selected. Fixes error reported by Jan D.
22928
22929 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
22930
22931 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
22932
22933 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
22934
22935 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
22936 Try to fix up minor layout issues like indentation, line break, etc...
22937 (mixal-mode-syntax-table): Don't try to specify comment syntax,
22938 because it doesn't work.
22939 (mixal-operation-codes): Add some more codes.
22940 (mixal-font-lock-keywords): Process comments here.
22941 (mixal-mode): mixasm no longer needs -g option.
22942
22943 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
22944
22945 * progmodes/sh-script.el (sh-tmp-file):
22946 Use mktemp -t. Finish support for es and rc shells.
22947
22948 2005-10-11 Jay Belanger <belanger@truman.edu>
22949
22950 * calc/calcalg2.el (calc-integral): With an argument, compute the
22951 definite integral.
22952
22953 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
22954
22955 * mouse.el (mouse-drag-region-1): Don't try to catch a
22956 double-click when doing follow-link (it's overridden anyway).
22957
22958 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
22959
22960 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
22961 (autoload-print-form-outbuf): Add docstring.
22962
22963 2005-10-11 Juri Linkov <juri@jurta.org>
22964
22965 * info.el (Info-mode-menu): Delete menu item "Edit".
22966 (Info-mode): Delete description of Info-edit from docstring,
22967 and rearrange descriptions of Info commands in the order
22968 they are documented in the Info manual.
22969
22970 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
22971
22972 * calendar/appt.el (appt-check): Use diary-selective-display var.
22973
22974 2005-10-10 Richard M. Stallman <rms@gnu.org>
22975
22976 * net/newsticker.el (newsticker-start, newsticker-show-news):
22977 Add autoload cookies.
22978
22979 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
22980
22981 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
22982
22983 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
22984
22985 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
22986
22987 2005-10-10 Jay Belanger <belanger@truman.edu>
22988
22989 * calc/calc-arith.el (math-check-known-scalarp)
22990 (math-check-known-matrixp): Check the values of arguments that are
22991 variables.
22992 (math-check-known-square-matrixp): New function.
22993 (math-known-square-matrixp): Use math-check-known-square-matrixp.
22994 (math-super-types): Add sqmatrix type.
22995
22996 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
22997 mode name `square' to `sqmatrix'.
22998
22999 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
23000 mode name `square' to `sqmatrix'.
23001
23002 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
23003
23004 * progmodes/etags.el (select-tags-table-mode): Don't use
23005 selective-display.
23006 (tags-select-tags-table): Pass `button' to the action function.
23007 (select-tags-table): Place the side-info on button properties rather
23008 than in hidden text. Abbreviate file names.
23009 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
23010 (select-tags-table-select): Add `button' argument.
23011 Get side-info from the button property rather than from hidden text.
23012
23013 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
23014
23015 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
23016 (gud-speedbar-buttons): Preserve point if possible.
23017 (gud-sentinel): Restore previous speedbar display type.
23018
23019 * progmodes/gdb-ui.el (gdba): Improve diagram.
23020 (def-gdb-auto-update-handler, gdb-info-locals-handler)
23021 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
23022 Call get-buffer-window once.
23023
23024 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
23025
23026 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
23027 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
23028 (pascal-indent-command): Remove unused var `ind'.
23029 (pascal-indent-case): Remove unused var `oldpos'.
23030 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
23031 since it's now used as a proper minor mode map.
23032 (pascal-outline): Rename to pascal-outline-mode.
23033 (pascal-outline-mode): Use define-minor-mode.
23034 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
23035 selective-display.
23036
23037 2005-10-10 Andreas Schwab <schwab@suse.de>
23038
23039 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
23040 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
23041
23042 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
23043 outside source directory.
23044
23045 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
23046
23047 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
23048 C-x' as a prefix.
23049 (orgtbl-mode-map): Full keymap instead of sparse, because all
23050 `self-insert-command' keys are redefined in this map.
23051 (org-export-as-html): Specify charset for HTML file, by taking it
23052 from the coding system.
23053
23054 2005-10-10 Kenichi Handa <handa@m17n.org>
23055
23056 * textmodes/flyspell.el (flyspell-check-word-p):
23057 If unread-command-events is non-empty, don't call sit-for.
23058
23059 2005-10-09 Richard M. Stallman <rms@gnu.org>
23060
23061 * font-lock.el (font-lock-syntactic-keywords)
23062 (font-lock-keywords): Doc fixes.
23063
23064 * textmodes/flyspell.el (flyspell-external-point-words):
23065 Simplify logic, and don't try to check for consecutive appearances
23066 of one incorrect word.
23067
23068 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
23069
23070 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
23071 separator.
23072
23073 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
23074 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
23075 (gud-expansion-speedbar-buttons): New function.
23076 (gud-speedbar-buttons): Check for gud-comint-buffer.
23077
23078 2005-10-09 Bill Wohler <wohler@newt.com>
23079
23080 * Makefile.in (updates): Add mh-loaddefs dependency.
23081
23082 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
23083
23084 * speedbar.el (speedbar-file-key-map): Fix typo.
23085
23086 2005-10-09 Daniel Brockman <daniel@brockman.se>
23087
23088 * cus-start.el (line-spacing): Add custom spec.
23089
23090 2005-10-09 Romain Francoise <romain@orebokech.com>
23091
23092 * textmodes/ispell.el (ispell-check-version): Fix last change.
23093
23094 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
23095
23096 * term/x-win.el: Remove -i, --icon-type from comment.
23097
23098 * startup.el (command-line-x-option-alist): Remove options -i,
23099 -itype, --icon-type, added -nb, --no-bitmap-icon.
23100
23101 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
23102
23103 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
23104 instead of :active.
23105
23106 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
23107
23108 * textmodes/ispell.el (ispell-check-version):
23109 Ignore hyphen, and all that follows, in aspell's version text.
23110
23111 2005-10-08 Jay Belanger <belanger@truman.edu>
23112
23113 * calc/calc-arith.el (math-known-square-matrixp): New function.
23114 (math-pow-fancy): Check for matrices before distributing exponent
23115 across products.
23116
23117 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
23118 fullscreen keypad. Suggested by Luc Teirlinck.
23119 (calc-keypad-show-input): Add space for formatting.
23120
23121 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
23122 Add square matrix option.
23123
23124 * calc/calc-poly.el (math-expand-term): Check for matrices instead
23125 of checking calc-matrix-mode when deciding how to expand.
23126
23127 * calc/calc.el (calc-set-mode-line): Add square matrix option.
23128
23129 2005-10-08 Lars Hansen <larsh@soem.dk>
23130
23131 * net/tramp.el (tramp-perl-directory-files-and-attributes):
23132 Add error handling.
23133 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
23134
23135 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
23136
23137 Sync with Tramp 2.0.51.
23138
23139 * net/tramp.el (tramp-handle-set-visited-file-modtime)
23140 (tramp-handle-insert-file-contents, tramp-handle-write-region):
23141 Insert special handling for `last-coding-system-used', again
23142 it still seems to be necessary (unlike stated before).
23143 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
23144 (tramp-password-prompt-regexp): There might be other words before
23145 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
23146 (tramp-chunksize): Improve docstring.
23147 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
23148 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
23149 Christian Joergensen <bugs@razor.dk>.
23150
23151 2005-10-07 Glenn Morris <rgm@gnu.org>
23152
23153 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
23154 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
23155 precision'.
23156
23157 2005-10-07 Romain Francoise <romain@orebokech.com>
23158
23159 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
23160 (ibuffer-do-shell-command-pipe-replace)
23161 (ibuffer-do-shell-command-file, ibuffer-do-eval)
23162 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
23163 (ibuffer-do-revert, ibuffer-do-replace-regexp)
23164 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
23165 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
23166 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
23167 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
23168 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
23169 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
23170 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
23171 Autoload file sans suffix.
23172
23173 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
23174
23175 2005-10-07 David Ponce <david@dponce.com>
23176
23177 * recentf.el (recentf-menu-open-all-flag): New option.
23178 (recentf-digit-shortcut-command-name): New function.
23179 (recentf--shortcuts-keymap): New variable.
23180 (recentf-menu-shortcuts): New variable.
23181 (recentf-make-menu-items): Initialize it. Replace the "More..."
23182 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
23183 (recentf-menu-value-shortcut): New function.
23184 (recentf-make-menu-item): Use it. No more in-lined.
23185 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
23186 (recentf-open-most-recent-file): Rename from
23187 `recentf-open-file-with-key'. Don't depend on key binding.
23188 (recentf-mode-map): New variable.
23189 (recentf-mode): Use it.
23190
23191 2005-10-06 Bill Wohler <wohler@newt.com>
23192
23193 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
23194
23195 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
23196 (MH-E-SRC): New. Used by mh-autoloads.
23197 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
23198 files in MH-E-SRC have been updated.
23199 (compile, recompile, bootstrap): Depend on mh-autoloads.
23200
23201 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
23202
23203 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
23204 gud-break and gud-remove icons when the fringe is not available.
23205
23206 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
23207 Typo.
23208
23209 2005-10-06 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
23210
23211 * play/zone.el (zone): Wrap body with save-window-excursion.
23212
23213 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
23214
23215 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
23216 Use the new `list-only' arg to diary-list-entries.
23217
23218 * calendar/diary-lib.el: Use overlays rather than selective-display.
23219 (diary-selective-display): New var.
23220 (diary-header-line-format): Use it.
23221 (diary-list-entries): Add argument `list-only'.
23222 Put the buffer in diary-mode. Don't add \^M at beg and end.
23223 Replace \^M by invisible overlays.
23224 (diary-unhide-everything): Replace \^M by invisible overlays.
23225 (print-diary-entries): Look for overlays rather than \^M.
23226 Add a space to the temp buffer name.
23227 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
23228 Put the buffer in diary-mode.
23229 (list-sexp-diary-entries): Replace \^M by invisible overlays.
23230 (diary-anniversary): Make the year arg optional.
23231 (diary-time-regexp): New const.
23232 (diary-font-lock-keywords): Use it to accept a few more time formats.
23233
23234 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
23235
23236 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
23237
23238 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
23239 Fix bug introduced 2005-07-03: Use (car (last ...))
23240 to faithfully reproduce replaced artist-last.
23241 (artist-set-arrow-points-for-poly): Likewise.
23242 Suggested by Johan Bockg\e,Ae\e(Brd.
23243
23244 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
23245
23246 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
23247 * wid-edit.el (widget):
23248 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
23249 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
23250
23251 2005-10-06 Kenichi Handa <handa@m17n.org>
23252
23253 * international/mule-cmds.el (set-language-environment):
23254 Fix setting up of case-table for unibyte mode.
23255
23256 * simple.el (what-cursor-position): If the character is displayed
23257 by some `display' text property, show that. Don't use
23258 single-key-description for eight-bit characters in multibyte mode.
23259
23260 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
23261
23262 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
23263 (gdb-ann3): Set it.
23264 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
23265 (gdb-info-frames-custom): Use inverse-video for first five
23266 characters of selected frame only.
23267 (gdb-get-frame-number): Select frame even when point is on frame
23268 number.
23269
23270 2005-10-06 Masatake YAMATO <jet@gyve.org>
23271
23272 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
23273 Put `font-lock-function-name-face'.
23274 (gdb-info-frames-custom): Put `font-lock-function-name-face'
23275 and `font-lock-variable-name-face'
23276 (gdb-registers-font-lock-keywords): New font lock keywords definition.
23277 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
23278 (gdb-memory-font-lock-keywords): New font lock keywords definition.
23279 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
23280 (gdb-local-font-lock-keywords): New font lock keywords definition.
23281 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
23282 (gdb-threads-font-lock-keywords): New font lock keywords definition.
23283 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
23284
23285 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
23286
23287 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
23288 (ediff-merge-region-is-non-clash-to-skip): Previously called
23289 ediff-merge-region-is-non-clash.
23290
23291 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
23292 Use insert-buffer-substring.
23293
23294 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
23295 selecting files to patch. Also bug fixes.
23296
23297 * ediff-util.el (ediff-setup): Bug fix.
23298 (ediff-next-difference): Never skip clashes that differ in white
23299 space only.
23300
23301 * ediff-wind.el (ediff-setup-control-frame)
23302 (ediff-destroy-control-frame): Check the menubar feature.
23303
23304 * emulation/viper-cmd.el (viper-normalize-minor-mode-map-alist)
23305 (viper-refresh-mode-line): Use make-local-variable to localize
23306 some vars instead of make-variable-buffer-local. Suggested by
23307 Stefan Monnier.
23308
23309 * emulation/viper-init.el (viper-make-variable-buffer-local):
23310 Delete alias.
23311 (viper-restore-cursor-type, viper-set-insert-cursor-type):
23312 Use make-local-variable instead of make-variable-buffer-local.
23313 Suggested by Stefan Monnier.
23314
23315 * emulation/viper.el (viper-mode): Don't use
23316 viper-make-variable-buffer-local.
23317 (viper-comint-mode-hook): Use make-local-variable on
23318 require-final-newline.
23319 (viper-non-hook-settings): Don't use make-variable-buffer-local.
23320
23321 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
23322
23323 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
23324 also the second char of a comment-start sequence.
23325 (scheme-sexp-comment-syntax-table): New var.
23326 (lambda, define): Set their scheme-doc-string-elt property.
23327 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
23328 Use lisp-font-lock-syntactic-face-function now that it properly
23329 handles |...| symbols.
23330 (scheme-mode-variables): Set lisp-doc-string-elt-property,
23331 parse-sexp-lookup-properties and font-lock-extra-managed-props.
23332
23333 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
23334 bit from # to |.
23335 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
23336
23337 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
23338 (lisp-doc-string-elt-property): New var.
23339 (lisp-font-lock-syntactic-face-function): Use it.
23340 Rewrite to recognize docstrings even for forms not at toplevel.
23341
23342 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
23343 annotation on the | part of #| rather than on the # part.
23344 (scheme-font-lock-syntactic-face-function): New function, to
23345 distinguish strings from |...| symbols.
23346 (scheme-mode-variables): Use it. Also fix up the font-lock-time
23347 syntax-table so that #|...|# is properly highlighted.
23348
23349 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
23350 Don't mark as docstring the 3rd elem of an unknown toplevel form.
23351
23352 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
23353
23354 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
23355 and C-e.
23356
23357 * emacs-lisp/eldoc.el: Move comments into docstrings.
23358 (eldoc-message-commands): Initialize in its declaration.
23359 Add move-beginning-of-line and move-end-of-line.
23360 (eldoc-add-command, eldoc-add-command-completions)
23361 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
23362
23363 * outline.el (outline-mark-subtree): Activate the mark.
23364
23365 * calendar/appt.el (appt-time-regexp): New var.
23366 (appt-add, appt-make-list): Use it.
23367 (appt-convert-time): Clean up.
23368
23369 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
23370 Don't set any syntax-table property here.
23371 (tex-font-lock-verb): New function. Do it here.
23372 (tex-font-lock-syntactic-keywords): Use it.
23373
23374 2005-10-04 Richard M. Stallman <rms@gnu.org>
23375
23376 * wid-edit.el (widget-file-complete): Get the widget start point
23377 the right way. Default directory to `/' if file has none.
23378
23379 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
23380
23381 * textmodes/flyspell.el (flyspell-mode-on):
23382 Call ispell-maybe-find-aspell-dictionaries.
23383
23384 * textmodes/ispell.el (ispell-word, ispell-region):
23385 Call ispell-maybe-find-aspell-dictionaries.
23386 (ispell-accept-buffer-local-defs):
23387 Don't call ispell-maybe-find-aspell-dictionaries.
23388
23389 2005-10-04 Richard M. Stallman <rms@gnu.org>
23390
23391 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
23392
23393 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
23394
23395 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
23396 instead of `fboundp' in order to allow for anonymous functions.
23397
23398 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
23399
23400 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
23401 case the user clicks on the link while another window is selected.
23402 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
23403
23404 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
23405 functionality.
23406 (dframe-help-echo): Save point in case mouse tracking is off.
23407
23408 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
23409
23410 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
23411
23412 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
23413
23414 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
23415 not change the global value of those vars.
23416
23417 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
23418 make-local-variable which we do not need any more.
23419
23420 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
23421
23422 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
23423 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
23424 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
23425 (speedbar-path-line): Define obsolete aliases.
23426 (speedbar-line-directory): Doc fix.
23427
23428 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
23429 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
23430 instead of speedbar-line-path.
23431
23432 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
23433
23434 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
23435 to nil if dropping on a window. Handle dropping on a minibuffer window
23436 like dropping on a non-window part of Emacs.
23437
23438 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
23439
23440 * net/ange-ftp.el: Use with-current-buffer.
23441 (ange-ftp-insert-directory): Do not follow symlinks any more.
23442
23443 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
23444 Remove interactive spec.
23445
23446 2005-10-03 Kim F. Storm <storm@cua.dk>
23447
23448 * ido.el (ido-mode): Use custom-initialize-set.
23449
23450 2005-10-02 Richard M. Stallman <rms@gnu.org>
23451
23452 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
23453 Use insert-buffer-substring.
23454
23455 * net/tramp.el: Pacify byte compiler warnings in pacification code.
23456 (tramp-handle-file-local-copy): Use insert-buffer-substring.
23457
23458 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
23459
23460 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
23461 in last change.
23462 (ange-ftp-insert-directory): Fix up the search for the case where
23463 `file' is absolute.
23464
23465 2005-10-02 Romain Francoise <romain@orebokech.com>
23466
23467 * progmodes/compile.el (compile-goto-error): Delete extra paren.
23468
23469 2005-10-02 Andreas Schwab <schwab@suse.de>
23470
23471 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
23472 directory component in the session info.
23473
23474 2005-10-01 Richard M. Stallman <rms@gnu.org>
23475
23476 * comint.el (comint-redirect-subvert-readonly): Doc fix.
23477
23478 * simple.el (next-error-internal): New function.
23479
23480 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
23481 (compilation-start): Pass new arg to compilation-buffer-name.
23482 (compile-goto-error): Use next-error-internal.
23483
23484 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
23485
23486 * speedbar.el: Remove RCS tag.
23487 (speedbar-check-read-only): Handle non-existent files.
23488
23489 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
23490
23491 * info.el (Info-speedbar-hierarchy-buttons)
23492 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
23493
23494 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
23495
23496 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
23497 Do not match newline.
23498 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
23499 (bibtex-summary): Remove unnecessary save-excursion.
23500 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
23501
23502 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23503
23504 * term/mac-win.el: Add charset info for "iso10646-1".
23505 Modify default fontset to use ATSUI-compatible fonts for some charsets
23506 if available.
23507
23508 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
23509
23510 * speedbar.el: Re-apply arch tag.
23511 (speedbar-version): Rename to version 1.0. Suggested by Eric
23512 M. Ludlam.
23513 Reapply two changes from Emacs CVS' version of speedbar lost
23514 during the merge:
23515 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
23516 (speedbar-frame-parameters): Improve customize type.
23517
23518 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
23519
23520 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
23521 (ange-ftp-file-directory-p): Fix the symlink case.
23522 (ange-ftp-insert-directory): When listing a single file, get a list of
23523 the parent buffer and extract the relevant line. Inspired from a patch
23524 by Katsumi Yamaoka <yamaoka@jpl.org>.
23525 (ange-ftp-file-name-sans-versions): Simplify.
23526
23527 2005-09-30 Bill Wohler <wohler@newt.com>
23528
23529 Move MH-E image files from toolbar and mail directories into
23530 etc/images.
23531
23532 * mail/reply2.*: Move to etc/images/mail/reply*.
23533
23534 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
23535 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
23536 etc/images.
23537
23538 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
23539 * toolbar/reply*: Move to etc/images/mail.
23540
23541 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
23542
23543 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
23544
23545 * speedbar.el: New version 1.0pre3.
23546
23547 Frame management code (including timer, and mouse click specifics)
23548 moved to dframe.el:
23549 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
23550 (speedbar-timer): Removed. Use dframe-timer.
23551 (speedbar-close-frame): Removed. Use dframe-close-frame.
23552 (speedbar-activity-change-focus-flag): Removed. Use
23553 dframe-activity-change-focus-flag.
23554 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
23555 dframe-update-speed.
23556
23557 (speedbar-current-frame): New macro. Use this instead of the
23558 variable speedbar-frame.
23559
23560 (speedbar-use-images, speedbar-expand-image-button-alist)
23561 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
23562
23563 (speedbar-find-image-on-load-path): Removed. Replaced by
23564 defezimage in ezimage.el.
23565 (speedbar-expand-image-button-alist): Removed. Replaced by
23566 ezimage-expand-image-button-alist in ezimage.el.
23567
23568 (speedbar-ignored-directory-regexp)
23569 (speedbar-add-ignored-directory-regexp)
23570 (speedbar-ignored-directory-expressions)
23571 (speedbar-line-directory, speedbar-buffers-line-directory)
23572 (speedbar-directory-line, speedbar-buffers-line-directory):
23573 Renamed, replacing `path' with `directory'.
23574
23575 (speedbar-create-directory, speedbar-expand-line-descendants)
23576 (speedbar-toggle-line-expansion)
23577 (speedbar-contract-line-descendants): New commands.
23578
23579 (speedbar-query-confirmation-method, speedbar-select-frame-method)
23580 (speedbar-use-tool-tips-flag): New options.
23581
23582 (speedbar-check-read-only, speedbar-require-version)
23583 (speedbar-insert-separator, speedbar-buffers-tail-notes)
23584 (speedbar-handle-delete-frame, speedbar-try-completion)
23585 (speedbar-update-localized-contents): New functions.
23586
23587 (speedbar-incompatible-version, speedbar-ro-to-do-point)
23588 (speedbar-object-read-only-indicator): New variables.
23589
23590 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
23591 New hooks.
23592
23593 (speedbar-separator-face): New face.
23594
23595 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
23596 (speedbar-ignored-modes): Add fundamental-mode.
23597 (speedbar-directory-unshown-regexp): Add . directories.
23598
23599 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
23600 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
23601 `]' for full expand/close.
23602 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
23603
23604 (speedbar-check-vc): Support hidden files.
23605 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
23606 (speedbar-this-file-in-vc): Use vc-state if available. If VC
23607 state is nil, it is not checked out.
23608
23609 (speedbar-line-text, speedbar-line-token): Support expand buttons
23610 with no text.
23611 (speedbar-refresh): Universal argument acts as power-click.
23612 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
23613 that buffer to get variable values.
23614
23615 And many other bugfixes.
23616
23617 * dframe.el, ezimage.el, sb-image.el: New files.
23618
23619 * sb-*.xpm: Remove files. New image files installed into
23620 etc/images/ezimage.
23621
23622 2005-09-30 Kenichi Handa <handa@m17n.org>
23623
23624 * ps-mule.el (ps-mule-show-warning): If a character is in
23625 ps-print-translation-table, don't treat it as non-printable.
23626
23627 2005-09-30 David Ponce <david@dponce.com>
23628
23629 * tree-widget.el (tree-widget-themes-load-path): New variable.
23630 (tree-widget-themes-directory): Doc fix.
23631 (tree-widget-image-formats) [Emacs]: Doc fix.
23632 (tree-widget--locate-sub-directory): New function.
23633 (tree-widget-themes-directory): Use it.
23634
23635 * recentf.el (recentf-filename-handlers): Rename from
23636 `recentf-filename-handler'. Allow a list of functions.
23637 (recentf-menu-items-for-commands): Fix :help strings.
23638 (recentf-apply-filename-handlers): New function.
23639 (recentf-expand-file-name): Use it.
23640 (recentf-cleanup): Remove duplicates too.
23641
23642 2005-09-29 Juri Linkov <juri@jurta.org>
23643
23644 * faces.el: Rearrange face definitions to be in the same order as
23645 their face descriptions in "(emacs)Standard Faces".
23646
23647 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
23648
23649 * tooltip.el (tooltip): Add group `basic-faces'.
23650
23651 * buff-menu.el (Buffer-menu-buffer): Remove group
23652 `font-lock-highlighting-faces'.
23653
23654 * progmodes/compile.el (compilation-error, compilation-warning)
23655 (compilation-info, compilation-line-number, compilation-column-number):
23656 Change group from `font-lock-highlighting-faces' to `compilation'.
23657
23658 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
23659 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
23660 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
23661 (vhdl-font-lock-reserved-words-face)
23662 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
23663 `font-lock-highlighting-faces'.
23664
23665 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
23666
23667 2005-09-28 Kim F. Storm <storm@cua.dk>
23668
23669 * emulation/cua-base.el: Set CUA move property on additional commands:
23670 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
23671 forward-sexp, backward-sexp, forward-list, backward-list.
23672
23673 2005-09-28 Romain Francoise <romain@orebokech.com>
23674
23675 * comint.el (comint-show-output): Really set point at the
23676 beginning of the output when not using `comint-use-prompt-regexp'.
23677
23678 2005-09-27 Jay Belanger <belanger@truman.edu>
23679
23680 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
23681 in TeX mode.
23682
23683 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
23684
23685 * textmodes/org.el (org-table-sum): Fix format string.
23686
23687 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
23688 Quote face names.
23689
23690 2005-09-26 Romain Francoise <romain@orebokech.com>
23691
23692 * isearch.el (isearch-forward-regexp): Close doc string.
23693
23694 2005-09-25 Richard M. Stallman <rms@gnu.org>
23695
23696 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
23697
23698 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
23699
23700 * progmodes/compile.el (compilation-error-properties):
23701 When getting the file from the previous error message,
23702 correctly decode the new data format.
23703
23704 * progmodes/cc-cmds.el (c-electric-paren):
23705 Call old-blink-paren only for close-paren.
23706
23707 2005-09-24 Andreas Schwab <schwab@suse.de>
23708
23709 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
23710 condition.
23711
23712 2005-09-25 Romain Francoise <romain@orebokech.com>
23713
23714 * dired-aux.el (dired-copy-file-recursive):
23715 * dired.el (dired-delete-file):
23716 * ediff-mult.el (ediff-dir-diff-copy-file):
23717 * ediff-util.el (ediff-test-save-region):
23718 * forms.el (forms-mode):
23719 * ido.el (ido-file-internal, ido-delete-file-at-head):
23720 * log-edit.el (log-edit-done):
23721 * ses.el (ses-yank-resize):
23722 * play/gomoku.el (gomoku-human-plays, gomoku)
23723 (gomoku-human-resigns, gomoku-prompt-for-other-game)
23724 (gomoku-offer-a-draw):
23725 * play/landmark.el (lm-human-resigns, lm):
23726 * net/eudcb-ldap.el (eudc-ldap-check-base):
23727 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
23728 * progmodes/ebrowse.el (ebrowse-find-pattern):
23729 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
23730 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
23731 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
23732
23733 * vc.el (vc-delete-file):
23734 * play/gomoku.el (gomoku-terminate-game, gomoku)
23735 (gomoku-prompt-for-move, gomoku-human-takes-back):
23736 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
23737 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
23738
23739 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
23740
23741 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
23742 color rxvt terminals by using the code xterm.el used to use before
23743 2005-04-09 in order to match the colors used by rxvt.
23744
23745 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
23746
23747 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
23748 colors rxvt-unicode terminals by using the same code as xterm.el.
23749
23750 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
23751
23752 * textmodes/tex-mode.el (tex-font-lock-append-prop)
23753 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
23754 new symbol used for the tex-verbatim face.
23755
23756 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
23757
23758 * woman.el (woman-file-name):
23759 * wid-edit.el (widget-file-prompt-value)
23760 (widget-coding-system-prompt-value):
23761 * w32-fns.el (set-w32-system-coding-system):
23762 * vc.el (vc-version-diff, vc-annotate):
23763 * textmodes/reftex-auc.el (reftex-arg-cite)
23764 (reftex-arg-index-tag):
23765 * textmodes/refer.el (refer-get-bib-files):
23766 * textmodes/artist.el (artist-figlet-choose-font):
23767 * terminal.el (terminal-emulator):
23768 * replace.el (occur-read-primary-args):
23769 * rect.el (string-rectangle, string-insert-rectangle):
23770 * ps-print.el (ps-print-preprint):
23771 * progmodes/pascal.el (pascal-goto-defun):
23772 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
23773 * progmodes/compile.el (compilation-find-file):
23774 * printing.el (pr-interactive-n-up):
23775 * play/animate.el (animate-birthday-present):
23776 * net/rcompile.el (remote-compile):
23777 * man.el (man, Man-goto-section, Man-follow-manual-reference):
23778 * mail/rmailsum.el (rmail-summary-search-backward)
23779 (rmail-summary-search):
23780 * mail/rmailout.el (rmail-output-read-rmail-file-name)
23781 (rmail-output-read-file-name):
23782 * mail/rmail.el (rmail-search, rmail-search-backwards):
23783 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
23784 * locate.el (locate):
23785 * international/quail.el (quail-show-keyboard-layout):
23786 * international/mule.el (set-buffer-file-coding-system)
23787 (revert-buffer-with-coding-system, set-file-name-coding-system)
23788 (set-terminal-coding-system, set-keyboard-coding-system)
23789 (set-next-selection-coding-system):
23790 * international/mule-diag.el (describe-coding-system)
23791 (describe-font, describe-fontset):
23792 * international/mule-cmds.el (universal-coding-system-argument)
23793 (search-unencodable-char, describe-input-method)
23794 (set-language-environment, describe-language-environment):
23795 * international/codepage.el (codepage-setup):
23796 * international/code-pages.el (codepage-setup):
23797 * info.el (Info-search, Info-follow-reference)
23798 (Info-search-backward):
23799 * emacs-lisp/advice.el (ad-read-advised-function)
23800 (ad-read-advice-class, ad-clear-cache, ad-activate)
23801 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
23802 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
23803 (ad-read-regexp):
23804 * ediff-util.el (ediff-toggle-regexp-match):
23805 * ediff-ptch.el (ediff-prompt-for-patch-file):
23806 * dired-aux.el (dired-diff):
23807 * diff.el (diff):
23808 * cus-edit.el (custom-variable-prompt):
23809 * calendar/timeclock.el (timeclock-ask-for-project):
23810 * calc/calcalg3.el (calc-get-fit-variables):
23811 * calc/calc-store.el (calc-edit-variable)
23812 (calc-permanent-variable):
23813 * vc-mcvs.el (vc-mcvs-register):
23814 * shadowfile.el (shadow-define-literal-group):
23815 * woman.el (woman-file-name):
23816 * vc.el (vc-version-diff, vc-merge):
23817 * textmodes/reftex-index.el (reftex-index-complete-tag):
23818 * format.el (format-decode-buffer, format-decode-region):
23819 * emulation/viper-cmd.el (viper-read-string-with-history):
23820 * emacs-lisp/debug.el (cancel-debug-on-entry):
23821 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
23822 * ediff.el (ediff-merge-revisions)
23823 (ediff-merge-revisions-with-ancestor, ediff-revision):
23824 * completion.el (interactive-completion-string-reader):
23825 * calc/calc-prog.el (calc-user-define-formula):
23826 Follow convention for reading with the minibuffer.
23827
23828 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
23829
23830 * progmodes/python.el (python-describe-symbol): Add globals() and
23831 locals() to the arguments of emacs.ehelp.
23832
23833 2005-09-24 Magnus Henoch <mange@freemail.hu>
23834
23835 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
23836 New function, code extracted from ispell-valid-dictionary-list.
23837 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
23838 Call it.
23839
23840 2005-09-24 Eli Zaretskii <eliz@gnu.org>
23841
23842 * subr.el (version-regexp-alist): Extend valid syntax for version
23843 strings: allow any of the characters -,_,+ to separate the
23844 alpha/beta/rc part from the version part. Doc fix.
23845 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
23846
23847 2005-09-23 David Reitter <david.reitter@gmail.com>
23848
23849 * mail/mailclient.el: New file.
23850
23851 2005-09-23 Richard M. Stallman <rms@gnu.org>
23852
23853 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
23854 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
23855 Doc fixes.
23856
23857 * progmodes/cc-mode.el (c-font-lock-init):
23858 Specify font-lock-lines-before.
23859
23860 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
23861
23862 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
23863 whole conflict.
23864
23865 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
23866
23867 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
23868 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
23869 of `remap' feature when available. Additional key bindings for
23870 better tty support.
23871 (org-mode-restart, org-force-self-insert): New commands.
23872 (org-time-stamp-inactive): New command.
23873 (org-remap): New function.
23874 (org-table-auto-blank-field, org-level-color-stars-only): New options.
23875 (org-enable-fixed-width-editor): Move to `org-structure'
23876 customization group.
23877 (org-self-insert-command, orgtbl-self-insert-command): Modify to
23878 blank field after field motion commands.
23879
23880 2005-09-23 Kenichi Handa <handa@m17n.org>
23881
23882 * international/mule-cmds.el (set-language-environment):
23883 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
23884 have to call utf-translate-cjk-load-tables.
23885
23886 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
23887
23888 * mouse.el (mouse-move-drag-overlay): Fix last change.
23889
23890 2005-09-22 David Ponce <david@dponce.com>
23891
23892 * tree-widget.el (tree-widget-value-create): Fix previous change.
23893
23894 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
23895
23896 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
23897
23898 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
23899
23900 * mouse.el (mouse-move-drag-overlay): New function.
23901 (mouse-drag-region-1): Use it.
23902 Try to simplify a bit the state handling. Handle clicks on links
23903 inside intangible areas.
23904 (mouse-save-then-kill): Minor simplification.
23905 (mouse-secondary-overlay): Make it always non-nil instead of
23906 recreating it each time.
23907 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
23908 (mouse-kill-secondary, mouse-secondary-save-then-kill):
23909 Simplify accordingly.
23910
23911 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
23912
23913 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
23914
23915 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
23916
23917 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
23918 (ediff-file-name-sans-prefix): Treat nil as an empty string.
23919 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
23920 to patch.
23921
23922 * ediff-util.el: Use insert-buffer-substring.
23923
23924 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
23925
23926 * emulation/viper-cmd.el (viper-change-state): Don't move over the
23927 field boundaries in the minibuffer.
23928 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
23929 (viper-minibuffer-post-command-hook): New hook.
23930 (viper-line): Don't move cursor at bolp.
23931
23932 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
23933
23934 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
23935 avoid compiler warnings.
23936
23937 * emulation/viper-macs.el (ex-map): Better messages.
23938
23939 * emulation/viper-utils.el (viper-beginning-of-field): New function.
23940
23941 * emulation/viper.el: Replace make-variable-buffer-local with
23942 viper-make-variable-buffer-local everywhere, to avoid warnings.
23943
23944 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
23945
23946 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
23947 Delete unused var `old-selected-window'.
23948 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
23949 (mouse-drag-secondary): Delete unused var `start-frame'.
23950
23951 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
23952
23953 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
23954
23955 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
23956
23957 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
23958 Re-indent within 80 columns. Use inhibit-read-only.
23959
23960 2005-09-19 Romain Francoise <romain@orebokech.com>
23961
23962 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
23963
23964 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
23965
23966 * font-lock.el (font-lock-default-fontify-region): Don't add a line
23967 unconditionally, since the after-change-function already did it.
23968
23969 2005-09-19 Miles Bader <miles@gnu.org>
23970
23971 * net/newsticker.el: Get rid of CVS keyword.
23972
23973 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
23974
23975 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
23976 The prompt is formatted later.
23977
23978 2005-09-19 David Ponce <david@dponce.com>
23979
23980 * tree-widget.el (tree-widget-value-create): Save the converted
23981 tree :node widget.
23982
23983 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
23984
23985 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
23986 variable `message'.
23987
23988 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
23989
23990 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
23991 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
23992 <slawomir.nowaczyk.847@student.lu.se>.
23993
23994 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
23995
23996 * image.el (image-load-path): Use symbol `data-directory' instead
23997 of its value, for backward compatibility with packages that bind
23998 it during `find-image'. Suggested by Katsumi Yamaoka.
23999 (image-search-load-path): Handle symbols whose values are strings.
24000
24001 2005-09-18 Romain Francoise <romain@orebokech.com>
24002
24003 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
24004 with-current-buffer form in save-excursion.
24005
24006 2005-09-18 Deepak Goel <deego@gnufans.org>
24007
24008 * apropos.el (apropos-command): Fix `message' call: first arg
24009 should be a format spec. In this and all other cases that appear
24010 below and elsewhere in the source code, I made a change only when
24011 two conditions were satisfied: [1] I can think of a possibility
24012 that the arguments would cause an error, for example, the code in
24013 question relies on external variables such as filenames. [2] I
24014 was sure that the arg to `message' could not have been nil in the code.
24015
24016 * textmodes/tildify.el (tildify-region): Ditto.
24017
24018 * textmodes/reftex-index.el (reftex-index-change-entry)
24019 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
24020 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
24021 * textmodes/org.el (org-complete, org-deadline, org-schedule)
24022 (org-priority, org-table-sum):
24023 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
24024 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
24025 (flyspell-word, flyspell-display-next-corrections):
24026 * textmodes/bibtex.el (bibtex-print-help-message):
24027 * textmodes/artist.el (artist-key-set-point-poly):
24028 * term/mac-win.el (mac-services-insert-text):
24029 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
24030 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
24031 (vhdl-port-paste-testbench, vhdl-compose-new-component)
24032 (vhdl-compose-configuration):
24033 * progmodes/sh-script.el (sh-blink, sh-show-indent)
24034 (sh-set-indent, sh-learn-line-indent):
24035 * progmodes/ps-mode.el (ps-mode-target-column):
24036 * progmodes/idlwave.el (idlwave-make-tags)
24037 (idlwave-scan-library-catalogs):
24038 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
24039 * progmodes/gud.el (gud-jdb-analyze-source):
24040 * progmodes/flymake.el (flymake-log):
24041 * progmodes/ebnf2ps.el (ebnf-generate-region):
24042 * progmodes/cmacexp.el (c-macro-expansion):
24043 * progmodes/ada-xref.el (ada-treat-cmd-string):
24044 * progmodes/ada-mode.el (ada-create-case-exception-substring)
24045 (ada-justified-indent-current, ada-batch-reformat):
24046 * play/zone.el (zone):
24047 * play/landmark.el (lm-move):
24048 * play/decipher.el (decipher-show-alphabet):
24049 * net/newsticker.el (newsticker--display-jump)
24050 (newsticker--display-scroll):
24051 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
24052 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
24053 * mail/feedmail.el (feedmail-dump-message-to-queue):
24054 * eshell/esh-proc.el (eshell-remove-process-entry):
24055 * emulation/ws-mode.el (ws-last-error):
24056 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
24057 (viper-record-kbd-macro):
24058 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
24059 * emacs-lisp/lisp-mnt.el (lm-report-bug):
24060 * emacs-lisp/find-func.el (find-function-noselect):
24061 * calendar/timeclock.el (timeclock-status-string)
24062 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
24063 (timeclock-when-to-leave-string):
24064 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
24065 * calc/calc-units.el (calc-enter-units-table):
24066 * calc/calc-mode.el (calc-mode-record-mode):
24067 * woman.el (woman-mini-help):
24068 * wdired.el (wdired-change-to-wdired-mode):
24069 * vc.el (vc-retrieve-snapshot):
24070 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
24071 * startup.el (display-startup-echo-area-message):
24072 * simple.el (set-goal-column):
24073 * ses.el (ses-command-hook, ses-recalculate-cell):
24074 * server.el (server-process-filter):
24075 * printing.el (pr-interface-txt-print, pr-interface-printify)
24076 (pr-interface-ps):
24077 * pcvs.el (cvs-help):
24078 * log-edit.el (log-edit, log-edit-mode-help):
24079 * iswitchb.el (iswitchb-possible-new-buffer):
24080 * isearch.el (isearch-edit-string):
24081 * image-mode.el (image-mode, image-minor-mode):
24082 * ibuf-macs.el (define-ibuffer-filter):
24083 * hi-lock.el (hi-lock-find-patterns):
24084 * files.el (toggle-read-only):
24085 * ediff-util.el (ediff-copy-diff)
24086 (ediff-write-merge-buffer-and-maybe-kill):
24087 * echistory.el (Electric-history-undefined):
24088 * dnd.el (dnd-insert-text):
24089 * dired-aux.el (dired-query):
24090 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
24091 * bookmark.el (bookmark-bmenu-locate):
24092 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
24093 Fix `message' calls to ensure first arg is a format string.
24094 The change was made only when these two conditions were satisfied:
24095 [1] when there is a possibility that the arguments would cause an error
24096 for example, if the code in question relies on external variables
24097 such as filenames, and
24098 [2] if the arg to `message' could not have been nil in the code.
24099
24100 * pcomplete.el (pcomplete--help): Fix `message' format spec.
24101 Not having a %s would be weird, though not technically wrong.
24102
24103 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24104
24105 * term/mac-win.el (mac-add-charset-info): Doc fix.
24106
24107 2005-09-17 Romain Francoise <romain@orebokech.com>
24108
24109 * shell.el (shell-resync-dirs): Handle echoing processes more
24110 reliably. Don't insert resync command if `comint-process-echoes'
24111 is non-nil.
24112
24113 2005-09-17 Magnus Henoch <mange@freemail.hu>
24114
24115 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
24116 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
24117 aspell versions >= 0.60.
24118 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
24119 only if ispell-aspell-supports-utf8 is non-nil.
24120
24121 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
24122
24123 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
24124 buffer-local value to lisp-indent-function.
24125
24126 2005-09-17 Milan Zamazal <pdm@zamazal.org>
24127
24128 * progmodes/glasses.el (glasses-make-readable): If
24129 glasses-separator differs from underscore, put appropriate
24130 overlays over underscore characters.
24131 (glasses-convert-to-unreadable): If glasses-separator differs from
24132 underscore, try to convert glasses-separator characters to
24133 underscores.
24134
24135 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
24136
24137 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
24138 Use with-syntax-table and dolist.
24139
24140 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
24141
24142 * textmodes/reftex-auc.el:
24143 * textmodes/reftex-cite.el:
24144 * textmodes/reftex-dcr.el:
24145 * textmodes/reftex-global.el:
24146 * textmodes/reftex-parse.el:
24147 * textmodes/reftex-ref.el:
24148 * textmodes/reftex-sel.el:
24149 * textmodes/reftex-toc.el:
24150 * textmodes/reftex-vars.el:
24151 * textmodes/reftex.el: Small changes to remove compiler warnings.
24152
24153 * textmodes/reftex-index.el: Likewise.
24154 (reftex-query-index-phrase): More efficient use of markers.
24155
24156 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
24157
24158 * image.el (image-load-path): New variable.
24159 (image-search-load-path): New function.
24160 (find-image): Search for images in `image-load-path'.
24161
24162 2005-09-15 Richard M. Stallman <rms@gnu.org>
24163
24164 * follow.el: Change Maintainer field.
24165
24166 2005-09-15 David Ponce <david@dponce.com>
24167
24168 * recentf.el (recentf-save-file-modes): New option.
24169 (recentf-save-list): Use it.
24170
24171 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
24172
24173 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
24174 (mode-line-mule-info, mode-line-modified): Move bindings from
24175 mouse-3 to mouse-1.
24176
24177 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
24178
24179 * simple.el (sendmail-user-agent-compose): Revert last change.
24180
24181 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
24182
24183 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
24184 Use with-current-buffer.
24185 (ange-ftp-gwp-start): Remove unused var `gw-user'.
24186 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
24187 (ange-ftp-insert-directory): Remove unused var `short'.
24188 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
24189
24190 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
24191 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
24192
24193 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
24194 (check-calendar-holidays, diary-list-entries): Autoload.
24195 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
24196 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
24197
24198 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
24199 which mistakenly removed a call to display-buffer.
24200
24201 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
24202
24203 * obsolete/iso-insert.el: Move to obsolete/ from international/.
24204
24205 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
24206
24207 * progmodes/hideshow.el
24208 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
24209 (hs-allow-nesting): New user var.
24210 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
24211 (hs-hide-block-at-point): When nesting allowed,
24212 if there is already an overlay in place, delete it.
24213 (hs-safety-is-job-n): Delete func; remove call sites.
24214 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
24215 (hs-overlay-at): New func.
24216 (hs-already-hidden-p, hs-show-block): Use it.
24217 (hs-hide-all): Don't pre-clean if nesting allowed.
24218 (hs-show-all): Temporarily disallow
24219 nesting around call to `hs-discard-overlays'.
24220
24221 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
24222
24223 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
24224 Delete unused local var.
24225
24226 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
24227
24228 * help-fns.el (describe-categories): "?\ " -> "?\s".
24229 (help-do-arg-highlight): Recognize also ARG-n, as in
24230 `move-to-left-margin' (ARG+n is already recognized). Simplify.
24231
24232 * international/codepage.el (dos-unsupported-char-glyph):
24233 * net/newsticker.el (tool-bar-map, w3-mode-map)
24234 (w3m-minor-mode-map):
24235 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
24236 (ent-alist):
24237 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
24238
24239 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
24240
24241 * custom.el (custom-push-theme): Handle the case where a symbol is
24242 bound but face properties have not yet been assigned.
24243
24244 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
24245 Fix behavior if noerase is `t' and there is no mail buffer.
24246
24247 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
24248 if `continue' is nil, rather than signal an error.
24249
24250 2005-09-12 Richard M. Stallman <rms@gnu.org>
24251
24252 * font-lock.el (font-lock-keywords): Add autoload.
24253
24254 * help-fns.el (describe-variable): Rearrange to put source link
24255 in a predictable place.
24256
24257 * net/newsticker.el: New file.
24258
24259 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
24260
24261 * calendar/calendar.el (calendar-for-loop): Add edebug info.
24262 (calendar-basic-setup): Use the new nil arg.
24263 (number-of-diary-entries): Move to diary-lib.el.
24264
24265 * calendar/diary-lib.el: Use with-current-buffer, match-string.
24266 (diary-list-entries): Use with-syntax-table and dolist.
24267 Rename from list-diary-entries.
24268 Use number-of-diary-entries if `number' is nil.
24269 (diary, diary-view-entries): Use this new name and new nil arg value.
24270 (number-of-diary-entries): Move from calendar.el.
24271 (diary-unhide-everything): New function.
24272 (include-other-diary-files, fancy-diary-display)
24273 (diary-show-all-entries, make-diary-entry): Use it.
24274 (diary-mail-entries): Use buffer-string.
24275 (mark-diary-entries): Fix long standing paren typo.
24276 (diary-sexp-entry): Use count-lines.
24277 (make-diary-entry): Avoid `previous-line'.
24278 (diary-mode-map): New var.
24279 (diary-mode): Redraw cal after saving. Setup header-line.
24280 (fancy-diary-display-mode): Use local-set-key.
24281
24282 * startup.el (command-line): Try calling various terminal-init-foo-bar
24283 functions by stripping hyphenated suffixes from $TERM.
24284
24285 * files.el (normal-mode): Check boundness of font-lock-keywords.
24286
24287 2005-09-12 Richard M. Stallman <rms@gnu.org>
24288
24289 * progmodes/compile.el: Don't decide a file's directory
24290 until the user actually tries to go there.
24291 (compilation-next-error-function):
24292 Pass compilation-find-file the directory from the file-struct.
24293 (compilation-internal-error-properties): Separate local FILE-STRUCT
24294 from FILE. Doc the args better. Rename arg FMT to FMTS.
24295 (compilation-find-file): Arg DIR renamed to DIRECTORY.
24296 Expand it, and if nil, use default-directory.
24297 (compilation-get-file-structure): Don't mix specified directory
24298 with default directory. Put specified directory into
24299 file-struct. Don't make the file name absolute.
24300
24301 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
24302 (compile-command): Add autoload.
24303 (compilation-disable-input): Add autoload.
24304
24305 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
24306
24307 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
24308 strings of the variables it can override.
24309 (time-stamp): New (as yet undocumented) time-stamp-format escapes
24310 %Q and %q, for fully-qualified domain name and unqualified host name.
24311
24312 2005-09-11 Kim F. Storm <storm@cua.dk>
24313
24314 * emacs-lisp/authors.el (authors-aliases): Update list.
24315 (authors-fixed-entries): Update mldrag.el entry.
24316
24317 2005-09-10 Alan Mackenzie <acm@muc.de>
24318
24319 * textmodes/page.el (narrow-to-page): Exclude _entire_ multi-line
24320 delimiter from the region narrowed to.
24321
24322 2005-09-10 Magnus Henoch <mange@freemail.hu>
24323
24324 * textmodes/ispell.el (ispell-check-version): Signal an error if
24325 aspell version is less than 0.60.
24326
24327 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
24328
24329 * progmodes/octave-inf.el (inferior-octave-startup):
24330 Resync current dir at the end.
24331
24332 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
24333
24334 * woman.el (woman-topic-at-point-default):
24335 Rename to woman-use-topic-at-point-default.
24336 (woman-topic-at-point): Rename to woman-use-topic-at-point.
24337 (woman-file-name): Reflect renames above. Automatically use the
24338 word at point as topic if woman-use-topic-at-point is non-nil.
24339 Otherwise offer it as default but don't insert it in the
24340 minibuffer. Also use `test-completion' instead of `assoc' as
24341 suggested by Stefan Monnier.
24342
24343 2005-09-10 Andre Spiegel <spiegel@gnu.org>
24344
24345 * vc.el (vc-directory, vc-update-change-log): Throw an error on
24346 the attempt to do it over Tramp. This is not yet supported.
24347
24348 2005-09-10 Eli Zaretskii <eliz@gnu.org>
24349
24350 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
24351 (menu-bar-non-minibuffer-window-p): New functions.
24352 ("Split Window", "Save As..."): Use them.
24353 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
24354 ("Print Buffer", "Truncate Long Lines in this Buffer"):
24355 Use menu-bar-menu-frame-live-and-visible-p.
24356 ("Save Buffer", "Insert File", "Open Directory...")
24357 ("Open File...", "Visit New File..."):
24358 Use menu-bar-non-minibuffer-window-p.
24359 (kill-this-buffer-enabled-p, dired <menu-enable>):
24360 Use menu-bar-non-minibuffer-window-p.
24361
24362 2005-09-09 Eli Zaretskii <eliz@gnu.org>
24363
24364 * cus-start.el (all): Don't complain about fringe-related
24365 built-ins if fringes are not supported. Ditto about
24366 selection-related built-ins. Fix the test for GTK-related built-ins.
24367
24368 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
24369 ("Postscript Print Buffer", "Print Region", "Save As...")
24370 ("Save", "Insert File...", "Open Directory...")
24371 ("Open File...", "Visit New File..."")
24372 ("Truncate Long Lines in this Buffer"): Don't look at
24373 menu-updating-frame if this display does not support multiple frames.
24374
24375 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
24376
24377 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
24378
24379 2005-09-09 Emilio C. Lopes <eclig@gmx.net>
24380
24381 * woman.el: Format- and whitespace-related changes.
24382
24383 2005-09-09 Eli Zaretskii <eliz@gnu.org>
24384
24385 * woman.el: Fix my email address.
24386
24387 2005-09-08 Richard M. Stallman <rms@gnu.org>
24388
24389 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
24390 (sh-mode): Locally set skeleton-pair-default-alist.
24391
24392 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
24393
24394 * progmodes/flymake.el: Require `compile' unconditionally.
24395
24396 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
24397
24398 * woman.el (woman-file-name): Provide a default, not initial input.
24399
24400 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
24401
24402 * font-lock.el (font-lock-support-mode): Doc fix.
24403
24404 * descr-text.el (describe-property-list): Handle non-symbol prop names.
24405
24406 2005-09-08 Richard M. Stallman <rms@gnu.org>
24407
24408 * simple.el (blink-matching-open): Get rid of text props from
24409 the string shown in echo area. Don't permanently set point.
24410 Some rearrangements.
24411
24412 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
24413
24414 * recentf.el (recentf-filename-handler): Add custom choice
24415 `abbreviate-file-name'.
24416
24417 * msb.el (msb--very-many-menus): Fix typo.
24418
24419 * disp-table.el (standard-display-european): Don't set
24420 enable-multibyte-characters to nil.
24421
24422 2005-09-08 David Ponce <david@dponce.com>
24423
24424 * recentf.el (recentf-show-file-shortcuts-flag): New option.
24425 (recentf-expand-file-name): Doc fix.
24426 (recentf-dialog-mode-map): Define digit shortcuts.
24427 (recentf--files-with-key): New variable.
24428 (recentf-show-digit-shortcut-filter): New function.
24429 (recentf-open-files-items): New function.
24430 (recentf-open-files): Use it.
24431 (recentf-open-file-with-key): New command.
24432
24433 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
24434
24435 * buff-menu.el (Buffer-menu-sort-by-column): New function.
24436 Suggested by Kim F. Storm.
24437 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
24438 (Buffer-menu-make-sort-button): Use global keymap.
24439
24440 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
24441
24442 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
24443 (Man-getpage-in-background-advice): Remove defadvice; it isn't
24444 necessary any longer with the remapped command.
24445 (Man-bgproc-sentinel-advice): Remove defadvice which counts
24446 formatting time only.
24447
24448 * net/tramp.el (tramp-action-password)
24449 (tramp-multi-action-password): Compile the password prompt from
24450 `method', `user' and `host'. Sometimes it isn't obvious which
24451 password to enter, for example with remote files offered by
24452 recentf.el, or with multiple steps. Suggested by Robert Marshall
24453 <robert@chezmarshall.freeserve.co.uk>.
24454
24455 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
24456
24457 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
24458 Fix regexp for when "s///" is at the beginning of line.
24459
24460 2005-09-07 Jay Belanger <belanger@truman.edu>
24461
24462 * calc/calc-poly.el (math-expand-term): Multiply out any powers
24463 when in matrix mode.
24464
24465 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
24466
24467 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
24468 non-anonymous functions.
24469
24470 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
24471
24472 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
24473 when using a header line. Otherwise, use mouse-1-click-follows-link.
24474
24475 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
24476 can't be moved; don't signal an error.
24477
24478 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
24479
24480 * cus-theme.el (custom-theme-write-faces): Save the current face
24481 spec, not the defface spec.
24482
24483 * custom.el (custom-known-themes): Clarify meaning of "standard".
24484 (custom-push-theme): Save old values in the standard theme.
24485 (disable-theme): Correct typo.
24486 (custom-face-theme-value): Deleted unused function.
24487 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
24488
24489 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
24490
24491 * progmodes/compile.el (compilation-goto-locus): Take into account
24492 iconified frames when determining whether the buffer is
24493 already visible.
24494 Don't reset window height if the window already existed.
24495
24496 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
24497
24498 * custom.el (load-theme): Rename from require-theme.
24499 Add interactive spec.
24500 (enable-theme): Rename from custom-enable-theme.
24501 Add interactive spec.
24502 (disable-theme): Rename from custom-disable-theme.
24503 Add interactive spec.
24504 (custom-make-theme-feature): Doc fix.
24505 (custom-theme-directory): Doc fix.
24506 (provide-theme): Call enable-theme.
24507
24508 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
24509
24510 * obsolete/lazy-lock.el (lazy-lock-mode):
24511 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
24512 font-lock-mode if it's off. Print a warning instead.
24513
24514 * progmodes/compile.el (compilation-start): Ignore errors if the
24515 process died before we get to send-eof.
24516
24517 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
24518 Undo last change. Enclosing the result in quotes broke things on Unix
24519 since tex-send-command passes it through shell-quote-argument.
24520 (tex-send-command): Pass `file' through convert-standard-filename
24521 when possible.
24522 (tex-uptodate-p): Handle the case where TeX hasn't put additional
24523 info in a transcript.
24524
24525 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
24526
24527 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
24528 fix compilation warning. Reorder the key definitions to group
24529 together keys emitted by the current version of xterm.
24530
24531 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
24532 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
24533 Reorder predicates to correct min-color usage.
24534
24535 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
24536
24537 * longlines.el (longlines-mode): Inhibit read-only when encoding.
24538 Kill local variables when longlines-mode is turned off.
24539
24540 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
24541
24542 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
24543
24544 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
24545
24546 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
24547
24548 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
24549 (font-lock-lines-before): Change default to being inactive.
24550 (font-lock-default-fontify-region): Obey font-lock-lines-before.
24551 (font-lock-after-change-function): Don't handle f-l-lines-before here.
24552
24553 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
24554
24555 * net/tramp.el (tramp-handle-make-auto-save-file-name):
24556 Deactivate temporarily advice if active (not needed for Emacs 22,
24557 but for backwards compatibility).
24558 (tramp-exists-file-name-handler): Rewrite. First implementation
24559 was too simple.
24560 (tramp-advice-make-auto-save-file-name):
24561 Call `tramp-handle-make-auto-save-file-name' (again, just for
24562 backwards compatibility).
24563
24564 2005-08-31 Reto Zimmermann <reto@gnu.org>
24565
24566 * progmodes/vhdl-mode.el
24567 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
24568 (vhdl-end-p): Fix indentation bug "else" after "-- when".
24569 (vhdl-set-default-project): New function (easier setting of default).
24570 (vhdl-port-copy): Handle extended identifiers for generics.
24571 (vhdl-compiler-alist): Better description for error message regexp.
24572 (vhdl-make): Query for target, use previous as default.
24573 (vhdl-port-copy): Fix port copy for port names starting with "signal".
24574 (vhdl-font-lock-keywords-2): Fix fontification for record
24575 el. assign.
24576 (vhdl-speedbar-make-subpack-line): Add package body link.
24577 (vhdl-generate-makefile-1): Not include itself as dependency.
24578 (vhdl-font-lock-init): Highlight c-preprocessor directives.
24579 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
24580 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
24581 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
24582 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
24583 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
24584 (vhdl-import-project): Add string argument for `error'.
24585 (vhdl-compose-configuration)
24586 (vhdl-compose-configuration-architecture): Add configuration
24587 declaration generation.
24588 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
24589 (vhdl-trailer-re): Add "record" keyword (better indentation).
24590 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
24591 "[^ \t-\"]+".
24592 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
24593 (vhdl-testbench-entity-file-name)
24594 (vhdl-testbench-architecture-file-name): Allow separate
24595 customization of testbench file names.
24596 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
24597 (vhdl-get-visible-signals): Allow newline within alias declaration.
24598 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
24599 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
24600 (member-ignore-case): Alias for missing function in XEmacs.
24601 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
24602 (vhdl-update-sensitivity-list): Ignore case on read signals.
24603 (vhdl-replace-string): Adjust case only for file names.
24604 (vhdl-update-sensitivity-list): Fix search for read signals.
24605 (vhdl-update-sensitivity-list): Exclude formal parameters.
24606 (vhdl-get-visible-signals): Include aliases of signals.
24607 (vhdl-get-visible-signals): Fix signal name searching.
24608 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
24609 (vhdl-fixup-whitespace-region): Fix for character
24610 literals (e.g. `:').
24611
24612 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
24613
24614 * ansi-color.el (comint-last-output-start):
24615 * bs.el (font-lock-verbose):
24616 * diff-mode.el (add-log-buffer-file-name-function):
24617 * dired-x.el (vm-folder-directory):
24618 * faces.el (help-xref-stack-item):
24619 * files.el (font-lock-keywords):
24620 * find-lisp.el (dired-buffers, dired-subdir-alist):
24621 * ido.el (cua-inhibit-cua-keys):
24622 * log-view.el (cvs-minor-wrap-function):
24623 * outline.el (font-lock-warning-face):
24624 * simple.el (compilation-current-error):
24625 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
24626 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
24627 * tooltip.el (comint-prompt-regexp):
24628 * w32-fns.el (explicit-shell-file-name):
24629 * term/mac-win.el (mac-charset-info-alist)
24630 (mac-services-selection, mac-system-script-code):
24631 * term/tty-colors.el (msdos-color-values):
24632 * term/w32-win.el (xlfd-regexp-registry-subnum):
24633 * term/x-win.el (x-keysym-table, x-selection-timeout)
24634 (x-session-id, x-session-previous-id):
24635 * textmodes/ispell.el (mail-yank-prefix):
24636 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
24637 * textmodes/org.el (calc-embedded-close-formula)
24638 (calc-embedded-open-formula)
24639 (font-lock-unfontify-region-function):
24640 * textmodes/reftex-global.el (isearch-next-buffer-function)
24641 (TeX-master):
24642 * textmodes/reftex.el (font-lock-keywords):
24643 * textmodes/tex-mode.el (font-lock-comment-face)
24644 (font-lock-doc-face):
24645 * textmodes/texinfo.el (outline-heading-alist):
24646 Add defvars.
24647
24648 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
24649 (artist-spray-chars, artist-mode-init, artist-replace-string)
24650 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
24651 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
24652 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
24653
24654 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
24655 (conf-align-assignments): "?\ " -> "?\s".
24656
24657 * textmodes/reftex-index.el (TeX-master): Add defvar.
24658 (reftex-index-phrases-marker): Move up defvar.
24659
24660 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
24661 (reftex-toc-include-labels-indicator)
24662 (reftex-toc-include-index-indicator)
24663 (reftex-toc-max-level-indicator): Move up declarations.
24664
24665 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
24666 of args to `tramp-run-real-handler', even if it's empty in this case.
24667
24668 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24669
24670 * dired.el (dired-move-to-filename-regexp): Add date format for
24671 Mac OS X 10.3 in East Asian locales.
24672
24673 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
24674
24675 * files.el (make-auto-save-file-name): Add file name handler call
24676 if applicable.
24677
24678 * net/tramp.el (tramp-file-name-handler-alist)
24679 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
24680 (tramp-handle-make-auto-save-file-name): Rename from
24681 `tramp-make-auto-save-file-name'.
24682 (tramp-exists-file-name-handler): New defun.
24683 (tramp-advice-make-auto-save-file-name): Make defadvice only when
24684 `make-auto-save-file-name' is not a magic file name operation.
24685
24686 2005-08-30 Richard M. Stallman <rms@gnu.org>
24687
24688 * files.el (risky-local-variable-p):
24689 Match `-predicates' and `-commands.
24690
24691 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
24692 (custom-save-all): Visit the file if necessary;
24693 kill the buffer if we created it.
24694 (custom-save-delete): Don't visit file or kill buffer here.
24695
24696 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
24697
24698 * textmodes/org.el (org-special-keyword): New face.
24699 (org-table-copy-down, org-table-eval-formula)
24700 (org-table-recalculate, org-init-section-numbers):
24701 Use `string-to-number' instead of `string-to-int'.
24702 (org-get-location): Use `insert-buffer-substring' instead of
24703 `insert-buffer'.
24704 (org-modify-diary-entry-string): New function.
24705 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
24706 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
24707 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
24708 active region.
24709 (org-export-as-html): Handle QUOTE keyword.
24710 (org-quote-string): New option.
24711 (org-bookmark-jump-unhide): New function, used for
24712 `bookmark-after-jump-hook'.
24713 (org-diary-default-entry): Apply only when not called through
24714 `org-agenda'.
24715
24716 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
24717
24718 * net/eudc.el (mode-popup-menu):
24719 * play/handwrite.el (ps-printer-name, ps-lpr-command):
24720 * progmodes/ada-mode.el (compile-auto-highlight)
24721 (skeleton-further-elements):
24722 * progmodes/autoconf.el (font-lock-syntactic-keywords):
24723 * progmodes/cmacexp.el (msdos-shells):
24724 * progmodes/compile.el (font-lock-extra-managed-props)
24725 (font-lock-keywords, font-lock-maximum-size)
24726 (font-lock-support-mode):
24727 * progmodes/grep.el (font-lock-lines-before):
24728 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
24729 * progmodes/mixal-mode.el (compile-command):
24730 * progmodes/perl-mode.el (font-lock-comment-face)
24731 (font-lock-doc-face, font-lock-string-face):
24732 * progmodes/prolog.el (comint-prompt-regexp):
24733 * progmodes/sh-script.el (font-lock-comment-face)
24734 (font-lock-set-defaults, font-lock-string-face):
24735 * progmodes/sql.el (font-lock-keyword-face)
24736 (font-lock-set-defaults, font-lock-string-face):
24737 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
24738 (itimer-version, lazy-lock-defer-contextually)
24739 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
24740 Add defvars.
24741
24742 * progmodes/cperl-mode.el (cperl-electric-lbrace)
24743 (cperl-electric-keyword, cperl-electric-pod)
24744 (cperl-electric-backspace, cperl-forward-re)
24745 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
24746 (vc-rcs-header, vc-sccs-header): Add defvars.
24747
24748 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
24749 (font-lock-syntactic-keywords, gud-find-expr-function):
24750 Add defvars.
24751
24752 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
24753 (gdb-frame-parameters): Declare before use.
24754
24755 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
24756 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
24757 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
24758 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
24759
24760 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
24761 (idlwave-help-with-source): Use `insert-buffer-substring', not
24762 `insert-buffer'.
24763
24764 2005-08-29 Juri Linkov <juri@jurta.org>
24765
24766 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
24767 Put outline-back-to-heading function call inside save-excursion.
24768
24769 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
24770
24771 * man.el (Man-init-defvars, Man-translate-references)
24772 (Man-support-local-filenames, Man-highlight-references):
24773 * progmodes/sql.el (sql-interactive-mode):
24774 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
24775
24776 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
24777 (compilation-mode-font-lock-keywords): Add defvars.
24778 (checkdoc-interactive-loop): "?\ " -> "?\s".
24779
24780 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
24781 (font-lock-doc-face, font-lock-string-face)
24782 (font-lock-keywords-case-fold-search): Add defvars.
24783 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
24784
24785 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
24786 Don't pass X and Y (they are ignored anyway).
24787 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
24788 (mouse-delete-window): Make arguments optional.
24789
24790 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
24791 (caesar-translate-table, minor-modes, news-buffer-save)
24792 (news-group-name, news-minor-modes): Add defvars.
24793
24794 * emacs-lisp/lselect.el (mouse-highlight-priority)
24795 (x-lost-selection-functions, zmacs-regions):
24796 * emacs-lisp/pp.el (font-lock-verbose):
24797 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
24798 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
24799 (ses-mode-map):
24800 * emacs-lisp/tcover-unsafep.el (safe-functions):
24801 * international/mule-cmds.el (mac-system-coding-system)
24802 (mac-system-locale):
24803 * language/ethio-util.el (rmail-current-message)
24804 (rmail-message-vector):
24805 * language/thai-util.el (thai-auto-composition-mode):
24806 * mail/metamail.el (rmail-current-message, rmail-message-vector):
24807 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
24808 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
24809 (vm-primary-inbox, vm-spool-files):
24810 * mail/rmail.el (deleted-head, font-lock-fontified)
24811 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
24812 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
24813 (total-messages):
24814 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
24815 (rmail-summary-mode-map):
24816 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
24817 (rmail-last-label, rmail-last-multi-labels)
24818 (rmail-summary-vector, rmail-total-messages):
24819 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
24820 * mail/rmailsum.el (msgnum):
24821 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
24822 (rmail-current-message):
24823 * obsolete/fast-lock.el (font-lock-face-list):
24824 * obsolete/rnewspost.el (mail-reply-buffer):
24825 * obsolete/scribe.el (compile-command):
24826 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
24827
24828 2005-08-28 John Paul Wallington <jpw@gnu.org>
24829
24830 * ibuf-ext.el (ibuffer-auto-update-changed):
24831 Use `frame-or-buffer-changed-p' to check whether we need to update.
24832 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
24833 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
24834 as a `frame-or-buffer-changed-p' state vector instead.
24835
24836 2005-08-27 Romain Francoise <romain@orebokech.com>
24837
24838 * textmodes/makeinfo.el (makeinfo-compile):
24839 Use `compilation-start'. Set `next-error-function' according to
24840 `disable-errors'.
24841 (makeinfo-next-error): New function.
24842 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
24843 (makeinfo-buffer): Likewise.
24844
24845 * progmodes/compile.el (compilation-start): Add autoload cookie.
24846
24847 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
24848 * textmodes/sgml-mode.el: Likewise.
24849 * progmodes/python.el: Likewise.
24850
24851 2005-08-27 Eli Zaretskii <eliz@gnu.org>
24852
24853 * simple.el (blink-matching-paren-distance): Document the meaning
24854 of nil value, and allow to customize to nil.
24855
24856 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
24857 command.com, not command.exe.
24858
24859 2005-08-26 John Wiegley <johnw@newartisans.com>
24860
24861 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
24862 code around a bit so that an extraneous nil argument is not added
24863 to a command when no args are given.
24864
24865 * eshell/esh-arg.el (eshell-parse-double-quote): If a
24866 double-quoted argument resolves to nil, return it as an empty
24867 string rather than as nil. This made it impossible to pass "" to
24868 a shell script as a null string argument.
24869
24870 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
24871
24872 * outline.el (outline-invent-heading): New fun.
24873 (outline-promote, outline-demote): Use it.
24874 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
24875 (outline-end-of-subtree): Remove unused var `opoint'.
24876
24877 2005-08-26 David Reitter <david.reitter@gmail.com>
24878
24879 * menu-bar.el (truncate-lines, write-file, print-buffer)
24880 (ps-print-buffer-faces, ps-print-buffer, split-window):
24881 Disable menu items when the frame they refer to is invisible, or when
24882 they refer to a buffer and the minibuffer is selected.
24883
24884 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
24885
24886 * progmodes/flymake.el (flymake-highlight-err-lines):
24887 Use save-excursion around flymake-highlight-line to preserve point.
24888
24889 2005-08-26 Eli Zaretskii <eliz@gnu.org>
24890
24891 * progmodes/octave-mod.el: Change Author and Maintainer address.
24892 (octave-maintainer-address): Change Kurt's email address.
24893 * progmodes/octave-inf.el: Change Author and Maintainer address.
24894 * progmodes/octave-hlp.el: Change Author and Maintainer address.
24895
24896 2005-08-26 Kim F. Storm <storm@cua.dk>
24897
24898 * subr.el (version-list-<, version-list-<=, version-list-=):
24899 Rename from integer-list-*.
24900 (version-list-not-zero): Likewise. Fix while loop.
24901 (version=): Use version-list-= instead of string-equal.
24902
24903 2005-08-26 Richard M. Stallman <rms@gnu.org>
24904
24905 * outline.el (outline-promote): Try shortening the heading.
24906 As last resort, read the heading to use.
24907 (outline-demote): As last resort, read the heading to use.
24908
24909 2005-08-26 Romain Francoise <romain@orebokech.com>
24910
24911 * progmodes/compile.el (compilation-start): Doc fix.
24912
24913 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
24914 (antlr-font-lock-additional-keywords): Fix reference to
24915 `antlr-font-lock-literal-regexp' erroneously changed during the
24916 mass face rename.
24917 (antlr-run-tool): Use `compilation-start'.
24918
24919 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
24920 instead of the obsolete `compile-internal'.
24921
24922 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
24923
24924 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
24925 (number, original-date):
24926 * calendar/cal-china.el (date):
24927 * calendar/cal-coptic.el (date):
24928 * calendar/cal-french.el (date):
24929 * calendar/cal-hebrew.el (date, entry, number, original-date):
24930 * calendar/cal-islam.el (date, number, original-date):
24931 * calendar/cal-iso.el (date):
24932 * calendar/cal-julian.el (date):
24933 * calendar/cal-mayan.el (date):
24934 * calendar/cal-menu.el (date, event):
24935 * calendar/cal-persia.el (date):
24936 * calendar/lunar.el (date):
24937 * calendar/solar.el (date): Add defvars.
24938
24939 * emerge.el:
24940 * ibuffer.el:
24941 * info-xref.el:
24942 * obsolete/bg-mouse.el:
24943 * obsolete/sun-curs.el:
24944 * obsolete/swedish.el: Move the `defvar's to the top level.
24945
24946 * smerge-mode.el (smerge-refined-change): Add :group.
24947
24948 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
24949
24950 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
24951 (smerge-keep-n): Remove props.
24952 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
24953 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
24954 now that it's done in smerge-keep-n.
24955 (smerge-refined-change): New face.
24956 (smerge-refine-chopup-region, smerge-refine-highlight-change)
24957 (smerge-refine): New funs.
24958 (smerge-basic-map): Bind smerge-refine.
24959
24960 2005-08-25 Juri Linkov <juri@jurta.org>
24961
24962 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
24963 compilation-process-setup-function and compilation-disable-input
24964 in grep-mode instead of let-bindings in grep.
24965
24966 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
24967 Delete "Automatic File De/compression" (auto-compression-mode).
24968
24969 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
24970
24971 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
24972 Silence warning about non-existent variable.
24973
24974 2005-08-25 Richard M. Stallman <rms@gnu.org>
24975
24976 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
24977 Rename "Describe Key" to "Describe Key or Mouse Operation".
24978
24979 * mail/mailalias.el (build-mail-aliases): Delete comments
24980 from the contents before processing them.
24981
24982 * isearch.el (isearch-edit-string): Erase the Search prompt
24983 if user enters an empty string and there is no default.
24984
24985 * comint.el (comint-file-name-prefix): Add autoload.
24986
24987 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
24988
24989 * subr.el (play-sound): Rearrange to avoid warning.
24990
24991 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
24992
24993 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
24994 New hook.
24995 (add-to-diary-list): Call `diary-modify-entry-list-string-function'.
24996
24997 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
24998
24999 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
25000
25001 * custom.el (custom-theme-set-variables): Sort minor modes last.
25002
25003 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
25004
25005 * subr.el (version-separator, version-regexp-alist): New vars used by
25006 version comparison funs.
25007 (integer-list-<, integer-list-=, integer-list-<=)
25008 (integer-list-not-zero): New funs for integer list comparison.
25009 (version-to-list, version=, version<, version<=): New funs for version
25010 comparison.
25011
25012 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
25013
25014 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
25015 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
25016 time to silence the byte-compiler.
25017
25018 * ibuffer.el (ibuffer-compile-make-eliding-form)
25019 (ibuffer-check-formats): Use `with-no-warnings' to hide references
25020 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
25021 so it's silly to get warnings for it).
25022 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
25023 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
25024 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
25025 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
25026 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
25027 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
25028 Defvar at compile time.
25029 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
25030 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
25031 Declare them before use.
25032
25033 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
25034 (info-xref-good, info-xref-bad): Defvar at compile time.
25035
25036 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
25037 Use `let*' instead of `let'.
25038
25039 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
25040 (*mouse-y*, menu, char): Defvar at compile time.
25041 (sc::menu): Declare it before use.
25042 (sc::pack-one-line): Use `let', not `let*'.
25043
25044 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
25045 (mail-send-hook): Defvar at compile time.
25046
25047 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
25048 Defvar at compile time.
25049
25050 * term/sun-mouse.el (current-global-mousemap)
25051 (current-local-mousemap): Declare them before use.
25052
25053 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
25054
25055 * bookmark.el (bookmark-after-jump-hook): New hook.
25056 (bookmark-jump): Run `bookmark-after-jump-hook'.
25057
25058 2005-08-23 Juri Linkov <juri@jurta.org>
25059
25060 * faces.el (minibuffer-prompt): Doc fix.
25061
25062 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
25063
25064 * progmodes/xscheme.el: Trivial changes to silence warnings.
25065 (xscheme-previous-mode, xscheme-previous-process-state):
25066 Add defvars.
25067 (xscheme-last-input-end, xscheme-process-command-line)
25068 (xscheme-process-name, xscheme-buffer-name)
25069 (xscheme-expressions-ring-max, xscheme-expressions-ring)
25070 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
25071 (xscheme-control-g-synchronization-p)
25072 (xscheme-control-g-disabled-p, xscheme-string-receiver)
25073 (default-xscheme-runlight, xscheme-runlight)
25074 (xscheme-runlight-string, xscheme-process-filter-state)
25075 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
25076 Move to beginning of file.
25077 (scheme-interaction-mode-commands-alist)
25078 (scheme-interaction-mode-map, scheme-debugger-mode-map):
25079 Declare them before use. Note: the initialization code for the
25080 variables has not been moved because it uses functions that reference
25081 the variables.
25082 (xscheme-control-g-message-string, xscheme-process-filter-alist)
25083 (xscheme-prompt-for-expression-map): Declare them before use.
25084 (scheme-debugger-mode-commands): "?\ " -> "?\s".
25085
25086 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
25087
25088 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
25089
25090 2005-08-22 Juri Linkov <juri@jurta.org>
25091
25092 * faces.el (set-face-underline): Delete this duplicate function
25093 and make an obsolete alias to set-face-underline-p.
25094 (set-face-underline-p): Use docstring of set-face-underline.
25095 (describe-face): Create hyperlink to parent face.
25096
25097 * info.el (Info-insert-dir): Use save-excursion around
25098 insert-buffer-substring.
25099 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
25100 (Info-escape-percent): Delete function.
25101 (Info-fontify-node): Replace Info-escape-percent by
25102 replace-regexp-in-string with REP arg set to lambda that
25103 duplicates `%' and preserves text properties.
25104
25105 * progmodes/compile.el (compilation-disable-input): Doc fix.
25106 (define-compilation-mode): Doc fix and refill.
25107 (kill-compilation): Use `mode-name' in the error message.
25108 (compilation-find-file): Use `compilation-error' in the
25109 read-file-name's prompt.
25110
25111 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
25112
25113 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
25114 (smerge-auto-leave): Make undo re-enable the mode.
25115 (debug-ignored-errors): Add the user-error of impossible resolution.
25116 (smerge-resolve): Move things around a bit, in preparation for later.
25117 (smerge-diff): Don't fail if the buffer has no associated file.
25118 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
25119 (smerge-conflict-overlay): New function.
25120 (smerge-match-conflict): Don't add text properties here.
25121 (smerge-find-conflict): Instead, add an overlay here.
25122 Also check for the case where we're inside a conflict already, so as to
25123 obviate the need for font-lock-multiline, which is unbearably slow with
25124 large conflicts and ciomplex font-lock patterns.
25125 (smerge-remove-props): Remove overlay rather than text-properties.
25126 (smerge-mode): Don't set font-lock-multiline.
25127 Remove overlays when turned off.
25128
25129 2005-08-21 Kim F. Storm <storm@cua.dk>
25130
25131 * ido.el (ido-ignore-item-p): Use save-match-data.
25132 Bind case-fold-search to ido-case-fold locally.
25133
25134 2005-08-20 Richard M. Stallman <rms@gnu.org>
25135
25136 * files.el (normal-mode): If font lock is on, turn it off and on.
25137
25138 * subr.el (replace-regexp-in-string): Doc fix.
25139
25140 * startup.el (command-line-1): Don't suppress startup screen
25141 due to existing processes.
25142
25143 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
25144
25145 * progmodes/compile.el (compilation-disable-input): Default to nil.
25146
25147 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
25148
25149 * progmodes/compile.el (compilation-disable-input): New defcustom.
25150 (compilation-start): If compilation-disable-input is non-nil, send
25151 EOF to the compilation process.
25152
25153 2005-08-20 Eli Zaretskii <eliz@gnu.org>
25154
25155 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
25156 Run the argument of tex-shell-cd-command through
25157 convert-standard-filename, to get the correct style of slashes on
25158 Windows, and enclose the result in quotes, in case the file name
25159 includes whitespace or other special characters.
25160
25161 2005-08-19 Andreas Schwab <schwab@suse.de>
25162
25163 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
25164 process.
25165
25166 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
25167
25168 * cus-start.el (minibuffer-prompt-properties): Correct typo.
25169
25170 2005-08-18 Kim F. Storm <storm@cua.dk>
25171
25172 * scroll-lock.el: Fix errors due to incorrect line wrapping.
25173
25174 2005-08-18 Richard M. Stallman <rms@gnu.org>
25175
25176 * scroll-lock.el: New file.
25177
25178 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
25179
25180 * dired.el (dired-move-to-end-of-filename):
25181 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
25182
25183 2005-08-18 Kim F. Storm <storm@cua.dk>
25184
25185 * ido.el (ido-everywhere): Fix defcustom :set function to disable
25186 rather than toggle mode when custom value is nil.
25187 (ido-everywhere): Fix defun doc string.
25188
25189 2005-08-17 Richard M. Stallman <rms@gnu.org>
25190
25191 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
25192 as tag instead of "Inviolable".
25193
25194 2005-08-17 Kim F. Storm <storm@cua.dk>
25195
25196 * windmove.el (windmove-coordinates-of-position): Remove.
25197 (windmove-coordinates-of-window-position): Remove.
25198 (windmove-reference-loc): Use posn-at-point instead.
25199
25200 * subr.el (insert-for-yank-1): Doc fix.
25201
25202 * ido.el (ido-enter-matching-directory): Rename from
25203 ido-enter-single-matching-directory. Change `slash' choice to
25204 `only'. Add `first' choice.
25205 (ido-exhibit): Adapt to above changes.
25206
25207 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
25208
25209 * Makefile.in: Expand comment about building loaddefs.el.
25210
25211 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
25212
25213 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
25214 Comment use of defadvice.
25215
25216 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
25217
25218 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
25219
25220 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
25221 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
25222 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
25223 * progmodes/idlw-shell.el, progmodes/ld-script.el,
25224 * progmodes/which-func.el, ruler-mode.el, strokes.el,
25225 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
25226 for backward compatibility for faces that did not appear in the
25227 previous Emacs release.
25228
25229 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
25230
25231 2005-08-15 Kim F. Storm <storm@cua.dk>
25232
25233 * emulation/cua-base.el (cua-delete-region): Return t if
25234 deleted region was non-empty.
25235 (cua-replace-region): Inhibit overwrite-mode for
25236 self-insert-command if replaced region was non-empty.
25237 (cua--explicit-region-start, cua--status-string): Make them
25238 buffer-local at top-level...
25239 (cua-mode): ...rather than when mode is enabled.
25240
25241 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
25242
25243 * progmodes/vhdl-mode.el (vhdl-emacs-21):
25244 Set t for Emacs 21, 22, and so on.
25245
25246 2005-08-15 David Ponce <david@dponce.com>
25247
25248 * tree-widget.el: Update Commentary header.
25249 (tree-widget-theme): Doc fix.
25250 (tree-widget-space-width): New option.
25251 (tree-widget-image-properties): Look up in the default theme too.
25252 (tree-widget--cursors): Only for images with arrow pointer shape.
25253 (tree-widget-lookup-image): Pointer shape is hand by default.
25254 (tree-widget-icon): Rename generic icon widget from
25255 `tree-widget-control'.
25256 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
25257 derive from `tree-widget-icon'.
25258 (tree-widget-handle): Improve default look and feel of the text
25259 representation.
25260 (tree-widget): Rename :*-control properties to :*-icon properties.
25261 Add :action and :help-echo properties.
25262 (tree-widget-after-toggle-functions): Move.
25263 (tree-widget-close-node, tree-widget-open-node): Remove.
25264 (tree-widget-before-create-icon-functions): New hook.
25265 (tree-widget-value-create): Update to allow customization of icons
25266 and nodes at run-time via that new hook.
25267 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
25268 (tree-widget-icon-action, tree-widget-icon-help-echo)
25269 (tree-widget-action, tree-widget-help-echo): New functions.
25270
25271 2005-08-15 Kim F. Storm <storm@cua.dk>
25272
25273 * ido.el (ido-buffer-internal): Use with-no-warnings.
25274 (ido-make-merged-file-list): Use while-no-input.
25275
25276 2005-08-15 Richard M. Stallman <rms@gnu.org>
25277
25278 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
25279 (flyspell-large-region): Fix doc and custom type.
25280
25281 2005-08-14 Richard M. Stallman <rms@gnu.org>
25282
25283 * files.el (interpreter-mode-alist): Doc fix.
25284
25285 * mail/rmail.el (rmail-nonignored-headers): New variable.
25286 (rmail-clear-headers): Use it.
25287 (rmail-reply): Better handling of mail-followup-to header.
25288
25289 * progmodes/sh-script.el (sh-font-lock-keywords-var):
25290 Rename variable from sh-font-lock-keywords. In the `shell' entry,
25291 don't try to refer to executable-font-lock-keywords.
25292 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
25293 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
25294 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
25295 (sh-mode): Set comment-start-skip, local-abbrev-table,
25296 imenu-case-fold-search.
25297 (sh-set-shell): Don't set them here.
25298 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
25299 Don't cache the results in the original alist; don't ever modify
25300 that alist.
25301
25302 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
25303
25304 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
25305 empty.
25306
25307 2005-08-15 Andreas Schwab <schwab@suse.de>
25308
25309 * desktop.el: Put autoload cookie at risky-local-variable declarations.
25310
25311 * dired.el, info.el, mail/rmail.el: Revert last change.
25312
25313 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
25314
25315 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
25316 modification in `eval-after-load' form.
25317 * info.el: Likewise.
25318 * mail/rmail.el: Likewise.
25319
25320 2005-08-14 Juri Linkov <juri@jurta.org>
25321
25322 * progmodes/compile.el (compilation-mode-font-lock-keywords):
25323 Remove highlighting of "Compilation started". Highlight only
25324 the word "finished" in "Compilation finished". Add highlighting
25325 of "interrupt", "killed", "terminated" and the exit code.
25326 (compilation-start): Add newline after header. Use exactly the
25327 same time stamp format as the finishing message.
25328 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
25329
25330 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
25331 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
25332 Add highlighting of "interrupt", "killed", "terminated".
25333
25334 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
25335 enabled and the current command is self-insert-command, call it
25336 explicitly with overwrite-mode bound to nil, to not allow it
25337 to delete the character after the selected region.
25338
25339 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
25340
25341 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
25342 move-end-of-line, end-of-line, and beginning-of-line to the list
25343 of commands after which the echo area is updated.
25344
25345 2005-08-12 Eli Zaretskii <eliz@gnu.org>
25346
25347 * cus-edit.el (custom-save-all, custom-save-delete):
25348 Bind recentf-exclude to exclude custom-file.
25349
25350 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
25351
25352 * mail/rmailsum.el (rmail-summary-end-of-message): New command
25353 to go to the bottom of the mail message. Added to
25354 `rmail-summary-mode-map' with key "/".
25355 (rmail-summary-show-message): New (internal) function for use by
25356 both `rmail-summary-beginning/end-of-message'.
25357 (rmail-summary-beginning-of-message): Change to use
25358 rmail-summary-show-message.
25359
25360 * mail/rmail.el (rmail-end-of-message): New command to go to the
25361 end of the current message. Added to `rmail-mode-map' with key "/".
25362 (rmail-beginning-of-message): Fix to work as documented.
25363 (rmail-mode): Change documentation.
25364
25365 * progmodes/compile.el (compilation-start): Add the line
25366 "Compilation started" with compilation start time.
25367 (compilation-mode-font-lock-keywords): Add `started' to keywords.
25368
25369 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
25370
25371 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
25372 of menu items.
25373
25374 2005-08-11 Richard M. Stallman <rms@gnu.org>
25375
25376 * simple.el (pop-global-mark): Reverse test of widen-automatically.
25377
25378 * battery.el (battery-status-function): Don't use ignore-errors.
25379
25380 2005-08-11 Lute Kamstra <lute@gnu.org>
25381
25382 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
25383 define-obsolete-variable-alias.
25384
25385 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
25386
25387 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
25388 (ange-ftp-send-cmd): Revert last change, and expand
25389 the comment explaining the problem.
25390
25391 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
25392
25393 * ldefs-boot.el: Update.
25394
25395 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
25396 item to "Time, Load and Mail". Change help echo text.
25397
25398 * time.el (display-time-use-mail-icon, display-time-format)
25399 (display-time-string-forms): Shorten first line of docstrings.
25400
25401 2005-08-10 Lars Hansen <larsh@soem.dk>
25402
25403 * desktop.el (desktop-buffer-mode-handlers):
25404 Make non-customizable. Add autoload cookie. Change initial value to
25405 nil; add elements in respective modules instead. Fix doc string.
25406 (desktop-load-file): New function.
25407 (desktop-minor-mode-handlers): New autoloaded variable.
25408 (desktop-create-buffer): Call minor mode handlers.
25409 Use desktop-load-file to load major and minor mode modules prior to
25410 checking for a handler.
25411 (desktop-save): Don't add nil to desktop-minor-modes for minor
25412 modes with nil function in desktop-minor-mode-table. Don't delete
25413 desktop file before rewriting it.
25414 (desktop-locals-to-save): Add autoload cookie. Don't make
25415 automatically buffer-local. Add variables column-number-mode,
25416 size-indication-mode, indent-tabs-mode,
25417 indicate-buffer-boundaries, indicate-empty-lines and
25418 show-trailing-whitespace.
25419 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
25420 regexps. Don't use desktop-clear-preserve-buffers-regexp.
25421 (desktop-clear-preserve-buffers-regexp): Delete.
25422 (desktop-clear-preserve-buffers): Update initial value and docstring.
25423 (desktop-save-buffer): Fix doc string.
25424
25425 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
25426 (hilit-chg-desktop-restore): New function.
25427 (highlight-changes-mode): Add highlight-changes-mode to
25428 desktop-locals-to-save.
25429
25430 * dired.el: Add handler to desktop-buffer-mode-handlers.
25431 (dired-restore-desktop-buffer): Remove autoload cookie.
25432 (dired-mode): Add autoload cookie.
25433
25434 * info.el: Add handler to desktop-buffer-mode-handlers.
25435 (Info-restore-desktop-buffer): Remove autoload cookie.
25436 (Info-mode): Add autoload cookie.
25437
25438 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
25439 (mh-restore-desktop-buffer): Remove autoload cookie.
25440 (mh-folder-mode): Add autoload cookie.
25441
25442 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
25443 (rmail-restore-desktop-buffer): Remove autoload cookie.
25444
25445 2005-08-11 Masatake YAMATO <jet@gyve.org>
25446
25447 * hexl.el (hexl-address-region):
25448 (hexl-ascii-region, hexl-font-lock-keywords):
25449 (hexl-highlight-line-range): Use the term "region"
25450 instead of "area" for consistency with the other symbols
25451 defined in hexl.el.
25452
25453 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
25454
25455 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
25456 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
25457 out by Juri Linkov). Add `display-battery-mode'.
25458
25459 2005-08-09 Juri Linkov <juri@jurta.org>
25460
25461 * progmodes/compile.el (compilation-mode-font-lock-keywords):
25462 Remove `-text' from face variable names.
25463 (compilation-error-file-name, compilation-warning-file-name)
25464 (compilation-info-file-name): Delete faces.
25465 (compilation-line-number, compilation-column-number):
25466 Remove face underlining.
25467 (compilation-message-face): Set to `underline' value by default.
25468 (compilation-error-face, compilation-warning-face)
25469 (compilation-info-face): Remove `-file-name' from face names.
25470 (compilation-error-text-face, compilation-warning-text-face)
25471 (compilation-info-text-face): Delete face variables.
25472 (compilation-text-face): Delete function.
25473
25474 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
25475 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
25476 (grep-error-face): Set to `compilation-error' instead of
25477 `compilation-error-face' (which is redefined to `grep-hit-face' in
25478 grep buffers).
25479 (grep-mode-font-lock-keywords): Remove `-text' from face variable
25480 names. Use `grep-error-face' instead of `compilation-error-text-face'.
25481
25482 * dired-aux.el (dired-do-query-replace-regexp):
25483 Use `query-replace-read-args'.
25484
25485 * replace.el (query-replace-read-from, query-replace-read-to)
25486 (query-replace-read-args): Rename arg `string' to `prompt'.
25487
25488 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
25489
25490 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
25491
25492 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
25493 uploading files.
25494 (ange-ftp-canonize-filename): Handle file names beginning with ~
25495 correctly.
25496
25497 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
25498
25499 * textmodes/fill.el (canonically-space-region)
25500 (fill-context-prefix, fill-french-nobreak-p)
25501 (fill-delete-newlines, fill-comment-paragraph)
25502 (justify-current-line): "?\ " -> "?\s".
25503
25504 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
25505
25506 * textmodes/fill.el (fill-nonuniform-paragraphs):
25507 Improve argument/docstring consistency.
25508
25509 2005-08-09 Richard M. Stallman <rms@gnu.org>
25510
25511 * textmodes/ispell.el (ispell-word): More fboundp checks.
25512
25513 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
25514 (find-file-noselect-1): Call it here, only if RAWFILE.
25515 (normal-mode): Always set some major mode.
25516 (save-some-buffers-action-alist): Change some explanation strings.
25517 (file-name-non-special): In the `quote' method, use unwind-protect.
25518
25519 2005-08-09 Magnus Henoch <mange@freemail.hu>
25520
25521 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
25522 (ispell-have-aspell-dictionaries): New variable.
25523 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
25524 (ispell-get-aspell-config-value): New function.
25525 (ispell-aspell-find-dictionary): New function.
25526 (ispell-aspell-add-aliases): New function.
25527 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
25528 appropriate. Don't look for ispell dictionaries if we use aspell.
25529 (ispell-menu-map): Don't build a submenu of dictionaries.
25530
25531 2005-08-09 Richard M. Stallman <rms@gnu.org>
25532
25533 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
25534 (sql-read-passwd): Use read-passwd.
25535
25536 * progmodes/idlw-toolbar.el (idlwave-toolbar)
25537 (idlwave-toolbar-is-possible): Add defvars.
25538
25539 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
25540 Avoid warnings.
25541
25542 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
25543 (idlwave-system-class-info, idlwave-executive-commands-alist):
25544 Use defvar.
25545
25546 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
25547
25548 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
25549 Avoid warnings.
25550
25551 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
25552 and content-type: headers.
25553
25554 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
25555
25556 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
25557 and rename some of them to be more self-explanatory.
25558
25559 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
25560
25561 * startup.el (command-line-1): Implement -scriptload.
25562
25563 * replace.el (occur-engine): Initial *Occur* output not undoable.
25564
25565 * menu-bar.el (menu-bar-file-menu): Rename some menu items
25566 and improve help strings.
25567
25568 * isearch.el (isearch-repeat): When changing direction,
25569 mark search successful.
25570
25571 * ediff-init.el: Use (featurep 'xemacs).
25572
25573 * comint.el (send-invisible): Identify buffer, if not selected.
25574
25575 * align.el: Delete autoload for c-guess-basic-syntax.
25576
25577 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
25578
25579 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
25580 Improve argument/docstring consistency. Doc fixes.
25581 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
25582 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
25583 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
25584 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
25585 (r2bv-organization, r2bv-pages, r2bv-primary-author)
25586 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
25587 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
25588 Defvar at compile time.
25589
25590 2005-08-09 Juri Linkov <juri@jurta.org>
25591
25592 * info.el: Replace `info' with upper-case `Info' where appropriate.
25593 (info-title-1, info-title-2, info-title-3, info-title-4)
25594 (info-menu-header): Move up face definitions.
25595 (info-menu-star): Rename from `info-menu-5'.
25596 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
25597 (Info-fontify-visited-nodes): Fix docstring.
25598 (Info-hide-note-references): Fix docstring.
25599 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
25600 menu items in the same way as on cross-references.
25601 (info-apropos): Fix sorting order and formatting to be like in the
25602 stand-alone Info browser. Display error messages for 1 sec.
25603 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
25604 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
25605 from the menu bar.
25606 (Info-insert-dir): Restore point after calling
25607 `insert-buffer-substring'.
25608
25609 2005-08-08 Richard M. Stallman <rms@gnu.org>
25610
25611 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
25612 (recompute-lucid-menubar): Add defvars.
25613
25614 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
25615
25616 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
25617
25618 * net/net-utils.el (run-dig): Rename from `dig'.
25619
25620 * play/gametree.el (gametree-mode): Use make-local-variable,
25621 not make-variable-buffer-local.
25622
25623 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
25624
25625 * ansi-color.el (ansi-color-make-extent)
25626 (ansi-color-set-extent-face): Use fboundp, not functionp.
25627
25628 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
25629 not make-variable-buffer-local.
25630
25631 * bookmark.el (Info-current-file): Add defvar.
25632 (bookmark-jump-noselect): Use with-no-warnings.
25633
25634 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
25635
25636 * ebuff-menu.el (Helper-return-blurb): Add defvar.
25637
25638 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
25639
25640 * find-file.el (ada-procedure-start-regexp)
25641 (ada-package-start-regexp): Add defvars.
25642
25643 * info.el (Info-insert-dir): Use insert-buffer-substring.
25644
25645 * xml.el (xml-att-def-re): Add defvar.
25646
25647 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
25648 calling convention.
25649
25650 * subr.el (while-no-input): Return t if there is input.
25651
25652 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
25653
25654 * cus-start.el (all): Add `overflow-newline-into-fringe'.
25655
25656 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
25657
25658 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
25659 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
25660
25661 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
25662
25663 * cmuscheme.el (scheme-start-file): Replace reference to
25664 `user-emacs-directory' by "~/.emacs.d/".
25665
25666 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
25667
25668 * info.el (Info-dir-remove-duplicates): Avoid case folding
25669 in loop; instead, keep downcased strings for comparison.
25670 Suggested by Helmut Eller.
25671
25672 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
25673
25674 Sync with Tramp 2.0.50.
25675
25676 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
25677 XEmacs case; not necessary anymore.
25678 (tramp-user-regexp): Allow "@" as part of user name.
25679 (tramp-handle-set-visited-file-modtime)
25680 (tramp-handle-insert-file-contents)
25681 (tramp-handle-write-region): No special handling for
25682 `last-coding-system-used, because this is done in
25683 `tramp-accept-process-output' now.
25684 (tramp-accept-process-output): New defun.
25685 (tramp-process-one-action, tramp-process-one-multi-action)
25686 (tramp-wait-for-regexp, tramp-wait-for-output)
25687 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
25688 Howells <dhowells@redhat.com>.
25689 (clear-visited-file-modtime): Defadvice removed. The check for
25690 unset buffer's modtime does not need to be based on
25691 `tramp-buffer-file-attributes'. Suggested by RMS.
25692 (tramp-message): Insert "\n" if not being at beginning of line.
25693 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
25694 sequence with same logic.
25695 (tramp-completion-handle-expand-file-name): Discard call of
25696 `tramp-drop-volume-letter'. It is not necessary, and there have
25697 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
25698 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
25699 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
25700 should always be visible.
25701 (tramp-handle-insert-directory, tramp-setup-complete)
25702 (tramp-set-process-query-on-exit-flag)
25703 (tramp-append-tramp-buffers): Pacify byte-compiler.
25704 (tramp-bug): Delete non-existing variables from list.
25705 Apply `tramp-load-report-modules' as pre-hook.
25706 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
25707 `shell-prompt-pattern' because of non-7bit characters.
25708 Reported by Sebastian Luque <sluque@mun.ca>.
25709 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
25710 (tramp-match-string-list): Remove function.
25711 (tramp-wait-for-regexp): Remove call of that function.
25712 Suggested by Kim F. Storm <storm@cua.dk>.
25713 (tramp-set-auto-save-file-modes): Use octal integer code #o600
25714 instead of octal character code ?\600. The latter resulted in a
25715 syntax error with XEmacs.
25716
25717 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
25718 XEmacs case; not necessary anymore.
25719 (tramp-smb-handle-write-region): No special handling for
25720 `last-coding-system-used, because this is done in
25721 `tramp-accept-process-output' now.
25722 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
25723
25724 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
25725
25726 * wid-edit.el (widget-choice-value-create):
25727 Unconditionally respect user choice. Set :explicit-choice back to nil
25728 when no longer needed.
25729 (widget-choice-action): Unconditionally respect user choice.
25730 Eliminate :explicit-choice-value.
25731
25732 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
25733
25734 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
25735 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
25736 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
25737 running new function `toggle-indicate-empty-lines'.
25738 Rename "Customize" item to "Customize fringe".
25739 Rename "Indicators" item to "Buffer boundaries" and change help echo.
25740 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
25741 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
25742 Delete "Empty lines only" item.
25743 (menu-bar-showhide-fringe-ind-customize): New function.
25744 (menu-bar-showhide-fringe-ind-mixed)
25745 (menu-bar-showhide-fringe-ind-box)
25746 (menu-bar-showhide-fringe-ind-right)
25747 (menu-bar-showhide-fringe-ind-left)
25748 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
25749 instead of `fringe-indicators'.
25750
25751 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
25752
25753 * emulation/viper.el (viper-emacs-state-mode-list):
25754 Add recentf-dialog-mode. Change the date of last update.
25755
25756 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
25757
25758 * emulation/viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
25759 (viper-exec-yank, viper-put-back): Don't display modification msg
25760 if in the minibuffer.
25761
25762 * emulation/viper-init.el (viper-replace-overlay-cursor-color)
25763 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
25764 Make variables frame local.
25765
25766 * emulation/viper-util.el (viper-append-filter-alist):
25767 Use append instead of nconc.
25768
25769 * emulation/viper.el (viper-vi-state-mode-list)
25770 (viper-emacs-state-mode-list): Move help-mode and
25771 completion-list-mode from the first list to the second.
25772 (viper-mode): Docstring.
25773 (viper-go-away, viper-non-hook-settings): Don't localize
25774 minor-mode-alist in newer Emacsen. Add advice to
25775 set-cursor-color. Don't bind "\C-c\\".
25776
25777 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
25778
25779 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
25780 (scheme-macro-expand-command): New user options.
25781 (scheme-trace-procedure, scheme-expand-current-form): New commands.
25782 (scheme-form-at-point, scheme-start-file)
25783 (scheme-interactively-start-process): New functions.
25784 (scheme-get-process): New function, extracted from `scheme-proc'.
25785 (run-scheme): Call `scheme-start-file' to get start file, and pass
25786 it to `make-comint'.
25787 (switch-to-scheme, scheme-proc):
25788 Call `scheme-interactively-start-process' if no Scheme buffer/process
25789 is available.
25790
25791 2005-08-06 Juri Linkov <juri@jurta.org>
25792
25793 * progmodes/compile.el (compilation-mode-font-lock-keywords):
25794 Use `compilation-text-face', `compilation-info-text-face' and
25795 `compilation-error-text-face' instead of `font-lock-keyword-face'.
25796 (compilation-error): New face.
25797 (compilation-error-file-name): Inherit from
25798 `compilation-error' instead of `font-lock-warning-face'.
25799 (compilation-warning-file-name): Inherit from
25800 `compilation-warning' instead of `font-lock-warning-face'.
25801 (compilation-info, compilation-error-file-name)
25802 (compilation-warning-file-name, compilation-info-file-name)
25803 (compilation-line-number, compilation-column-number): Doc fix.
25804 (compilation-error-text-face, compilation-warning-text-face)
25805 (compilation-info-text-face): New face variables.
25806 (compilation-line-face, compilation-column-face)
25807 (compilation-enter-directory-face)
25808 (compilation-leave-directory-face): Doc fix.
25809 (compilation-text-face): New function.
25810
25811 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
25812 instead of 1 to display binary file names as info file links.
25813 (grep-error-face): Use `compilation-error-face' instead of
25814 `font-lock-keyword-face'.
25815 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
25816 and `compilation-warning-text-face' instead of
25817 `font-lock-keyword-face'. Use `compilation-error-text-face'
25818 instead of `grep-error-face'.
25819
25820 2005-08-05 Kenichi Handa <handa@m17n.org>
25821
25822 * international/code-pages.el: Add autoload cookies for all coding
25823 systems.
25824
25825 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
25826
25827 * cus-start.el (all): Put undo.c where it alphabetically belongs.
25828
25829 2005-08-04 Juri Linkov <juri@jurta.org>
25830
25831 * progmodes/compile.el (compilation-mode-map):
25832 * progmodes/grep.el (grep-mode-map):
25833 Bind TAB to `compilation-next-error' and [backtab] to
25834 `compilation-previous-error'.
25835
25836 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
25837 matching line numbers, column numbers and their ranges with regexp
25838 matching only line numbers.
25839 (grep-context-face): New face variable.
25840 (grep-mode-font-lock-keywords): Use it.
25841
25842 * faces.el (read-face-name): Delete duplicate faces.
25843
25844 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
25845
25846 * thumbs.el (thumbs-find-image): Don't make variables
25847 automatically buffer local.
25848 (thumbs-current-tmp-filename, thumbs-current-image-filename)
25849 (thumbs-image-num): Make automatically buffer local.
25850 (thumbs-show-thumbs-list): Use `make-local-variable', not
25851 `make-variable-buffer-local'.
25852 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
25853
25854 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
25855 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
25856 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
25857 (bother, bye, canyou, chatlst, continue, deathlst, describe)
25858 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
25859 (feelings-about, foullst, found, hello, history, howareyoulst)
25860 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
25861 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
25862 (neglst, obj, object, owner, please, problems, qlist)
25863 (random-adjective, relation, remlst, repetitive-shortness)
25864 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
25865 (shortlst, something, sportslst, stallmanlst, states, subj)
25866 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
25867 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
25868 Defvar at compile time.
25869
25870 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
25871 not `make-variable-buffer-local'.
25872
25873 2005-08-02 Kim F. Storm <storm@cua.dk>
25874
25875 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
25876 rectangle overlay in selected window.
25877
25878 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
25879
25880 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
25881 instead of display group. Make `indicate-buffer-boundaries'
25882 customizable through Custom.
25883
25884 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
25885
25886 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
25887 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
25888 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
25889 (gdb-put-string): Fix typos in docstrings.
25890
25891 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
25892
25893 Update copyright notices of files in progmodes directory for
25894 release of Emacs 22.1.
25895
25896 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
25897
25898 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
25899 Don't barf if the GUD buffer has been killed.
25900
25901 2005-08-01 Kim F. Storm <storm@cua.dk>
25902
25903 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
25904
25905 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
25906
25907 * simple.el (next-error-follow-minor-mode):
25908 make-variable-buffer-local -> make-local-variable.
25909
25910 * emacs-lisp/cl-extra.el: Require CL also when compiling.
25911
25912 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
25913 (byte-compile-form-make-variable-buffer-local): New functions to warn
25914 about misuses of make-variable-buffer-local where make-local-variable
25915 was meant.
25916
25917 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
25918
25919 * bs.el (bs-attributes-list): Doc fix.
25920 (bs): Update url-link.
25921
25922 * desktop.el (desktop-save-buffer): Fix typos in docstring.
25923 (desktop-load-default): Simplify.
25924
25925 * ibuffer.el (ibuffer-columnize-and-insert-list)
25926 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
25927 (ibuffer-unmark-all, ibuffer-toggle-marks)
25928 (ibuffer-unmark-forward, ibuffer-unmark-backward)
25929 (ibuffer-compile-make-format-form, ibuffer-format-column)
25930 (ibuffer-current-buffers-with-marks)
25931 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
25932 (ibuffer): Doc fix.
25933 (ibuffer-mode): Fix typo in docstring.
25934 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
25935 with `define-obsolete-variable-alias'.
25936 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
25937
25938 2005-07-29 Kenichi Handa <handa@m17n.org>
25939
25940 * international/mule-cmds.el (select-message-coding-system):
25941 Be sure to use LF for end-of-line. If no coding system is decided,
25942 return iso-8859-1-unix.
25943
25944 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
25945
25946 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
25947 (ange-ftp-pending-error-line): New vars.
25948 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
25949 to handle the non-fatal no-route-to-host messages.
25950 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
25951
25952 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
25953
25954 * isearch.el (isearch-mode-map, isearch-other-meta-char)
25955 (isearch-quote-char, isearch-printing-char)
25956 (isearch-text-char-description): "?\ " -> "?\s".
25957 (isearch-lazy-highlight-cleanup)
25958 (isearch-lazy-highlight-initial-delay)
25959 (isearch-lazy-highlight-interval)
25960 (isearch-lazy-highlight-max-at-a-time)
25961 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
25962 Declare with define-obsolete-*-alias macros.
25963 (isearch-forward): Fix typo in docstring.
25964 (search-invisible, search-ring-yank-pointer)
25965 (regexp-search-ring-yank-pointer): Doc fixes.
25966
25967 * recentf.el (recentf-menu-append-commands-p): Declare with
25968 `define-obsolete-variable-alias'.
25969 (recentf-max-saved-items, recentf-menu-filter)
25970 (recentf-arrange-by-rule-subfilter): Doc fixes.
25971 (recentf-menu-append-commands-flag)
25972 (recentf-initialize-file-name-history, recentf-expand-file-name)
25973 (recentf-clear-data): Fix typos in docstrings.
25974
25975 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
25976
25977 * progmodes/gdb-ui.el: Smarten comments.
25978 (gdb-info-breakpoints-custom): Use nowarn when finding file.
25979
25980 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
25981
25982 * term/apollo.el (terminal-init-apollo): New function containing
25983 all former top level forms in the file.
25984 * term/bobcat.el (terminal-init-bobcat):
25985 * term/cygwin.el (terminal-init-cygwin):
25986 * term/iris-ansi.el (terminal-init-iris-ansi):
25987 * term/linux.el (terminal-init-linux):
25988 * term/news.el (terminal-init-news):
25989 * term/rxvt.el (terminal-init-rxvt):
25990 * term/sun.el (terminal-init-sun):
25991 * term/tvi970.el (terminal-init-tvi970):
25992 * term/vt100.el (terminal-init-vt100):
25993 * term/vt102.el (terminal-init-vt102):
25994 * term/vt125.el (terminal-init-vt125):
25995 * term/vt200.el (terminal-init-vt200):
25996 * term/vt201.el (terminal-init-vt201):
25997 * term/vt220.el (terminal-init-vt220):
25998 * term/vt240.el (terminal-init-vt240):
25999 * term/vt300.el (terminal-init-vt300):
26000 * term/vt320.el (terminal-init-vt320):
26001 * term/vt400.el (terminal-init-vt400):
26002 * term/vt420.el (terminal-init-vt420):
26003 * term/wyse50.el (terminal-init-wyse50):
26004 * term/xterm.el (terminal-init-xterm): Likewise.
26005
26006 * term/README: Describe the terminal-init-* functionality.
26007
26008 * startup.el (command-line): After loading the terminal initialization
26009 file call the corresponding terminal initialization function.
26010
26011 2005-07-27 Kenichi Handa <handa@m17n.org>
26012
26013 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
26014 negative.
26015
26016 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
26017 (ps-mule-composition-prologue): Fix for the case that
26018 RelativeCompose is false.
26019
26020 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
26021
26022 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
26023
26024 * descr-text.el (describe-char): Handle the case where the list of
26025 chars is displayed in a separate frame.
26026 Be a bit more discriminating when looking for the char.
26027
26028 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
26029
26030 * bookmark.el (bookmark-automatically-show-annotations)
26031 (bookmark-read-annotation-text-func): Doc fixes.
26032 (bookmark-save): Improve argument/docstring consistency.
26033 (bookmark-get-bookmark, bookmark-get-bookmark-record)
26034 (bookmark-alist-from-buffer)
26035 (bookmark-upgrade-file-format-from-0)
26036 (bookmark-grok-file-format-version)
26037 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
26038 (bookmark-read-annotation-mode)
26039 (bookmark-insert-current-bookmark, bookmark-jump)
26040 (bookmark-exit-hook): Fix typos in docstrings.
26041 (bookmark-exit-hooks): Define as obsolete alias.
26042 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
26043 not `bookmark-exit-hooks'. Fix docstring.
26044 (bookmark-bmenu-select): "?\ " -> "?\s".
26045
26046 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
26047
26048 * startup.el (command-line): Fix typo.
26049
26050 2005-07-24 Richard M. Stallman <rms@gnu.org>
26051
26052 * tooltip.el (tooltip-mode): Test emacs-basic-display,
26053 not emacs-quick-startup.
26054
26055 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
26056
26057 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
26058 (reb-next-match, reb-show-subexp): Use `with-selected-window'
26059 instead of `reb-with-current-window'.
26060 (reb-prev-match): Likewise. Also, don't move left if the search
26061 was unsuccessful.
26062 (reb-initialize-buffer): New function.
26063 (re-builder, reb-change-syntax): Use it.
26064
26065 * man.el (Man-goto-page): Make second argument NOERROR optional.
26066
26067 2005-07-23 Richard M. Stallman <rms@gnu.org>
26068
26069 * man.el (Man-bgproc-sentinel): Check here for failure to find
26070 any man page in the output, and report the error here.
26071 (Man-arguments): Make it permanent local.
26072 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
26073 (Man-mode): Pass t for NOERROR.
26074
26075 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
26076 (grep-mode-font-lock-keywords):
26077 Don't use compilation-...-face for messages that are not file names.
26078
26079 * progmodes/compile.el (compilation-mode-font-lock-keywords):
26080 Don't use compilation-...-face for messages that are not file names.
26081
26082 2005-07-22 Juri Linkov <juri@jurta.org>
26083
26084 * startup.el (normal-splash-screen): Update menu name.
26085
26086 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
26087
26088 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
26089
26090 * term/xterm.el: Load term/rxvt if the terminal is actually an
26091 rxvt terminal.
26092 (xterm-rxvt-set-background-mode): Remove, not used anymore.
26093
26094 * term/rxvt.el (function-key-map): Use substitute-key-definition
26095 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
26096
26097 * term/cygwin.el: New file.
26098
26099 2005-07-22 Kim F. Storm <storm@cua.dk>
26100
26101 * image-file.el (insert-image-file, image-file-yank-handler):
26102 Fix last change to maintain a (unique) yank-handler on yanked images.
26103
26104 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
26105
26106 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
26107 of the file size (as in "177B" for 177 bytes). This happens with
26108 "ls -lh" on FreeBSD.
26109
26110 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
26111
26112 * hilit-chg.el (highlight-changes-global-initial-state)
26113 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
26114 (hilit-chg-fixup, highlight-changes-mode):
26115 Fix typos in docstrings.
26116 (highlight-changes-global-modes, highlight-changes-rotate-faces):
26117 Doc fixes.
26118
26119 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
26120
26121 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
26122 mode function using `eval-after-load'.
26123
26124 2005-07-21 Kim F. Storm <storm@cua.dk>
26125
26126 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
26127 included when reporting an Emacs crash, and tell about the DEBUG file.
26128
26129 * image-file.el (insert-image-file): Add yank-handler.
26130 (image-file-yank-handler): Yank handler to make unique copies of
26131 images when they are yanked into a buffer next to each other.
26132
26133 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
26134
26135 * comint.el (comint-use-prompt-regexp, comint-send-input)
26136 (comint-source-default, comint-extract-string)
26137 (comint-get-source, comint-word, comint-completion)
26138 (comint-source, comint-prompt-read-only, comint-update-fence):
26139 Fix typos in docstrings.
26140 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
26141 Declare with define-obsolete-*-alias macros.
26142 (comint-previous-matching-input-from-input)
26143 (comint-next-matching-input-from-input)
26144 (comint-previous-matching-input, comint-next-matching-input)
26145 (comint-forward-matching-input):
26146 Improve argument/docstring consistency.
26147
26148 * desktop.el (desktop-clear-preserve-buffers-regexp):
26149 Also preserve the *server* buffer.
26150
26151 * simple.el (clone-indirect-buffer): Doc fix.
26152 (fixup-whitespace, just-one-space)
26153 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
26154 (next-error, next-error-highlight)
26155 (next-error-highlight-no-select, next-error-last-buffer)
26156 (next-error-buffer-p, next-error-find-buffer, next-error)
26157 (previous-error, next-error-no-select, previous-error-no-select)
26158 (open-line, split-line, minibuffer-prompt-width, kill-new)
26159 (binary-overwrite-mode): Fix typos in docstrings.
26160 (set-fill-column): Fix typo in message.
26161
26162 * skeleton.el (skeleton-proxy-new): Doc fix.
26163
26164 * strokes.el (strokes-load-hook): Doc fix.
26165 (strokes-grid-resolution, strokes-get-grid-position)
26166 (strokes-renormalize-to-grid, strokes-read-stroke)
26167 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
26168 (strokes-global-map): Fix typos in docstrings.
26169 (strokes-help): Doc fix. Fix help message and pass it through
26170 `substitute-command-keys'.
26171
26172 * tempo.el (tempo-insert-prompt, tempo-interactive)
26173 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
26174 (tempo-insert-string-functions, tempo-local-tags)
26175 (tempo-define-template, tempo-insert-template)
26176 (tempo-insert-prompt-compat, tempo-is-user-element)
26177 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
26178 Fix typos in docstrings.
26179
26180 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
26181 (vcursor-key-bindings, vcursor-use-vcursor-map)
26182 (vcursor-find-window, vcursor-scroll-down)
26183 (vcursor-disable, vcursor-beginning-of-buffer)
26184 (vcursor-end-of-buffer): Fix typos in docstrings.
26185 (vcursor-relative-move, vcursor-get-char-count):
26186 Improve argument/docstring consistency.
26187
26188 * version.el: "?\ " -> "?\s".
26189
26190 * wid-edit.el (widget-default-create, widget-after-change)
26191 (widget-default-format-handler, widget-checklist-add-item)
26192 (widget-radio-add-item, widget-choose, widget-specify-secret)
26193 (widget-field-value-create, widget-field-value-get)
26194 (widget-editable-list-format-handler)
26195 (widget-editable-list-entry-create, widget-group-value-create)
26196 (widget-documentation-link-add)
26197 (widget-documentation-string-value-create): "?\ " -> "?\s".
26198 (widget-convert-text): Doc fix.
26199 (widget-narrow-to-field, widget-field-find)
26200 (widget-url-link-action, widget-emacs-library-link-action)
26201 (widget-color-notify): Fix typos in docstrings.
26202
26203 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
26204 (x-select-text, set-w32-system-coding-system)
26205 (w32-add-charset-info): Fix typos in docstrings.
26206
26207 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
26208 (cua-enable-cua-keys, cua-use-hyper-key)
26209 (cua-virtual-rectangle-edges): Fix typos in docstrings.
26210 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
26211
26212 * net/tramp.el (tramp-handle-load): Fix typo in error message.
26213
26214 * emacs-lisp/re-builder.el (regexp-builder): Declare with
26215 `defalias' instead of faking it.
26216
26217 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
26218 (eshell-ls-missing, eshell-ls-dired-initial-args)
26219 (eshell-ls-use-in-dired): Fix typos in docstrings.
26220
26221 2005-07-20 Kim F. Storm <storm@cua.dk>
26222
26223 * emulation/cua-base.el (cua-mode): Improve doc string.
26224
26225 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
26226
26227 * abbrev.el (expand-region-abbrevs): Doc fix.
26228 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
26229 Improve argument/docstring consistency.
26230
26231 * arc-mode.el (archive-get-descr, archive-alternate-display):
26232 Doc fixes.
26233 (archive-l-e): Improve argument/docstring consistency.
26234 (archive-tmpdir, archive-unixdate, archive-unixtime)
26235 (archive-chmod-entry): Fix typos in docstrings.
26236 (archive-unflag, archive-unflag-backwards)
26237 (archive-unmark-all-files): "?\ " -> "?\s".
26238
26239 * buff-menu.el (Buffer-menu-unmark): Doc fix.
26240 (Buffer-menu-not-modified, Buffer-menu-execute)
26241 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
26242 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
26243
26244 * composite.el (compose-string, encode-composition-rule)
26245 (compose-last-chars): Fix typos in docstrings.
26246
26247 * desktop.el (desktop-enable, desktop-basefilename):
26248 Declare with `define-obsolete-variable-alias'.
26249 (desktop-internal-v2s): Don't quote keywords.
26250 (desktop-clear): "?\ " -> "?\s".
26251
26252 * dired.el (dired-align-file, dired-flag-backup-files)
26253 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
26254 (dired-listing-switches, dired-ls-F-marks-symlinks)
26255 (dired-dwim-target, dired-load-hook, dired-mode-hook)
26256 (dired-directory, dired-faces, dired, dired-revert)
26257 (dired-mode, dired-summary, dired-view-file)
26258 (dired-copy-filename-as-kill, dired-delete-file)
26259 (dired-no-confirm, dired-unmark-all-marks)
26260 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
26261 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
26262 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
26263 Fix typos in message strings.
26264
26265 * dired-x.el (virtual-dired): Declare with `defalias'.
26266 (dired-mark-unmarked-files, dired-local-variables-file)
26267 (dired-omit-here-always): Doc fix.
26268 (dired-omit-mode, dired-find-subdir)
26269 (dired-enable-local-variables, dired-clean-up-buffers-too)
26270 (dired-extra-startup, dired-mark-extension, dired-jump)
26271 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
26272 (dired-smart-shell-command, dired-guess-shell-alist-user)
26273 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
26274 (dired-x-bind-find-file, dired-x-submit-report):
26275 Fix typos in docstrings.
26276 (dired-mark-unmarked-files): "?\ " -> "?\s".
26277
26278 * dirtrack.el (dirtrack-list): Fix typos in docstring.
26279
26280 * faces.el (describe-face): "?\ " -> "?\s".
26281 (read-all-face-attributes, read-face-font, modify-face)
26282 (face-attr-construct, italic): Fix typos in docstrings.
26283 (frame-update-face-colors): Declare with
26284 `define-obsolete-function-alias'.
26285
26286 * files.el (find-file-noselect, recode-file-name): Doc fixes.
26287 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
26288 (magic-mode-alist, buffer-file-numbers-unique)
26289 (write-file-functions, get-free-disk-space):
26290 Fix typos in docstrings.
26291 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
26292 (write-contents-hooks, write-file-hooks):
26293 Declare with `define-obsolete-variable-alias'.
26294
26295 * forms-d2.el (arch-rj): Fix typo in docstrings.
26296 (arch-tocol): Likewise. "?\ " -> "?\s".
26297
26298 * frame.el (set-frame-font, cursor-in-non-selected-windows):
26299 Fix typo in docstring.
26300 (set-screen-width, set-screen-height): Delete redundant info in
26301 doctrings.
26302 (new-frame, screen-height, screen-width): Declare with
26303 `define-obsolete-function-alias'.
26304 (delete-frame-hook, blink-cursor): Declare with
26305 `define-obsolete-variable-alias'.
26306
26307 * paths.el (prune-directory-list): Fix typos in docstring.
26308
26309 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
26310 (cvs-prefix-get): Fix typos in docstrings.
26311
26312 * ps-print.el (ps-extend-face-list, ps-extend-face)
26313 (ps-print-background-image): Fix typos in docstrings.
26314 (ps-default-fg, ps-default-bg): Doc fixes.
26315
26316 * s-region.el (s-region-bind): Doc fix.
26317 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
26318
26319 * textmodes/org.el (org-table-formula-substitute-names)
26320 (org-table-get-vertical-vector): Doc fixes.
26321 (org-table-recalculate): Remove unused argument to `message'.
26322
26323 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
26324
26325 * textmodes/org.el (org-table-column-names)
26326 (org-table-column-name-regexp)
26327 (org-table-named-field-locations): New variables.
26328 (org-archive-subtree): Protect `this-command' when calling
26329 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
26330 the kill buffer.
26331 (org-complete): Remove fixed-formula completion.
26332 (org-edit-formulas-map): New variable.
26333 (org-table-edit-formulas): New command.
26334 (org-finish-edit-formulas, org-abort-edit-formulas)
26335 (org-show-variable, org-table-get-vertical-vector): New functions.
26336 (org-table-maybe-eval-formula): Handle `:=' fields.
26337 (org-table-get-stored-formulas, org-table-store-formulas)
26338 (org-table-get-formula, org-table-modify-formulas)
26339 (org-table-replace-in-formulas): Handle named field formulas.
26340 (org-table-get-specials): Store locations of named fields.
26341
26342 2005-07-19 Juri Linkov <juri@jurta.org>
26343
26344 * progmodes/grep.el (grep-regexp-alist)
26345 (grep-mode-font-lock-keywords, grep-process-setup):
26346 Use default GNU grep match color "01;31m" instead of "01;41m".
26347 (grep-regexp-alist, grep-mode-font-lock-keywords):
26348 Use `\\[[0-9]*m' instead of `\\[00m'.
26349 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
26350 sgr_start where its handling is more important. Use the real
26351 length of sgr_start instead of constant 8.
26352 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
26353 specially. Delete all remaining escape sequences.
26354 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
26355 (grep-regexp-alist): Make hyperlink only for binary file name
26356 instead of the whole line.
26357 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
26358 (grep-mode): Add autoload.
26359
26360 * emacs-lisp/find-func.el (find-function-regexp):
26361 Add `define-compilation-mode'.
26362
26363 2005-07-19 Juri Linkov <juri@jurta.org>
26364
26365 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
26366 (compare-windows-sync-string-size, compare-windows-recenter)
26367 (compare-windows-highlight, compare-windows): Add version 22.1.
26368 (compare-windows) <defface>: Inherit from lazy-highlight instead
26369 of duplicating its default value.
26370
26371 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
26372 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
26373
26374 * descr-text.el (describe-char): Create link buttons for `charset'
26375 and `code point'. Add the current input method name with a link
26376 button to `to input' field. Print face names of display table
26377 characters in `The display table entry is displayed by' section
26378 instead of printing face-id in the `display' field.
26379 Guess hardcoded faces and create a link button for them.
26380 Skip empty fields when calculating max-width.
26381 Treat `widget-create' specially while inserting strings from the
26382 collected field list.
26383 (describe-char-after): Made obsolete in version 22.1, not 21.5.
26384
26385 * diff-mode.el (diff-file-header): Change foreground color from
26386 yellow to green on light backgrounds.
26387 (diff-context): Inherit from `shadow' only for color/grayscale
26388 with more than 88 colors.
26389 (diff-indicator-removed, diff-indicator-added)
26390 (diff-indicator-changed): New faces.
26391 (diff-font-lock-keywords): Use new faces. Regroup rules.
26392 Add "^---$" for `normal' diff format. Fontify `#' lines with
26393 font-lock-comment-delimiter-face and font-lock-comment-face.
26394 Add `#' to ^[^...] in the rule for `diff-context-face'.
26395
26396 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
26397 a button-like box. Inherit from `highlight' on low colors.
26398 (shadow): Use shades of gray only for color/grayscale with
26399 more than 88 colors. Use green for light backgrounds with
26400 8 colors, and yellow for dark backgrounds with 8 colors.
26401
26402 * font-lock.el (font-lock-regexp-grouping-backslash):
26403 Don't inherit from escape-glyph (use bold for all cases).
26404
26405 * info.el (info-xref-visited): Use light foreground color `violet'
26406 for dark backgrounds instead of dark color `magenta3'.
26407 (info-title-1): Use `yellow' color for dark backgrounds.
26408
26409 * isearch.el (isearch): Use not-too-dark magenta3 instead of
26410 too-light magenta2.
26411
26412 * replace.el (match): Use slightly more light RoyalBlue3 instead
26413 of dark RoyalBlue4.
26414
26415 * wid-edit.el (widget-inactive): Inherit from `shadow'.
26416
26417 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
26418
26419 * novice.el (disabled-command-hook): Declare it with
26420 `define-obsolete-variable-alias'.
26421
26422 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
26423 (desktop-buffer-misc-functions, desktop-buffer-handlers)
26424 (desktop-load-default): Add release to obsolescence info.
26425 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
26426 (desktop-append-buffer-args, desktop-read):
26427 Fix typos in docstrings.
26428 (desktop-kill): Fix typo in message.
26429 (desktop-save): Doc fix.
26430
26431 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
26432
26433 * emulation/viper-cmd.el (viper-escape-to-state): Bug fix.
26434 (viper-envelop-ESC-key): Change the definition of fast
26435 keysequence so it'll work with keyboard macros.
26436
26437 * ediff.el (ediff-patch-buffer): Change the docstring.
26438
26439 2005-07-19 Kenichi Handa <handa@m17n.org>
26440
26441 * international/mule-cmds.el (select-safe-coding-system): Try to
26442 use an auto-coding (if any) before anything else. If the found
26443 auto-coding is invalid, show a warning message.
26444
26445 * international/mule.el (find-auto-coding): New function created
26446 by modifying the body of set-auto-coding.
26447 (set-auto-coding): Use find-auto-coding to find a coding.
26448
26449 2005-07-18 Richard M. Stallman <rms@gnu.org>
26450
26451 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
26452 not isearch-mode-end-hook-error.
26453 (allout-before-change-protect): Fix error message.
26454
26455 2005-07-18 Juri Linkov <juri@jurta.org>
26456
26457 * allout.el (allout-mode):
26458 * calculator.el (calculator-copy):
26459 * custom.el (custom-known-themes):
26460 * dired.el (dired-desktop-buffer-misc-data)
26461 (dired-restore-desktop-buffer):
26462 * dired-x.el (dired-omit-marker-char):
26463 * files.el (basic-save-buffer):
26464 * font-core.el (font-lock-mode):
26465 * calendar/calendar.el (calendar-goto-hebrew-date)
26466 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
26467 (calendar-goto-persian-date):
26468 * language/ethio-util.el (ethio-sera-to-fidel-region):
26469 * textmodes/picture.el (picture-mode):
26470 Delete duplicate duplicate words.
26471
26472 2005-07-18 Juri Linkov <juri@jurta.org>
26473
26474 * isearch.el (isearch-mode-map): Remove key bindings for regexp
26475 chars * ? } |.
26476 (isearch-fallback): Don't call `isearch-process-search-char'.
26477 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
26478 (isearch-process-search-char): Call `isearch-fallback' for regexp
26479 chars * ? } |.
26480 (isearch-return-char): Make obsolete with `make-obsolete' instead
26481 of simply documenting it as obsolete in the docstring.
26482 (isearch-fallback): Refill docstring.
26483
26484 * international/isearch-x.el
26485 (isearch-process-search-multibyte-characters): Remove unneeded
26486 `concat'. Add intermediate values to `junk-hist' instead of
26487 `minibuffer-history'. Test the length of `str'.
26488
26489 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
26490
26491 * allout.el (allout-resolve-xref): Fix typos in error strings.
26492 (allout-before-change-protect): Remove unneeded `concat'.
26493
26494 * array.el (array-mode, array-reconfigure-rows)
26495 (untabify-backward): Fix typos in docstrings.
26496 (array-reconfigure-rows): Use `insert-buffer-substring', not
26497 `insert-buffer'.
26498
26499 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
26500 * progmodes/ada-mode.el (ada-make-body):
26501 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
26502
26503 * dired.el (dired-log):
26504 * tar-mode.el (tar-subfile-save-buffer):
26505 * play/zone.el (zone-pgm-stress-destress):
26506 Use `insert-buffer-substring', not `insert-buffer'.
26507
26508 2005-07-17 Simon Josefsson <jas@extundo.com>
26509
26510 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
26511
26512 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
26513
26514 * mail/smtpmail.el (smtpmail-auth-supported): Add plain auth method.
26515 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
26516
26517 2005-07-17 Kim F. Storm <storm@cua.dk>
26518
26519 * ido.el (dired-other-window): Add ido property.
26520
26521 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
26522
26523 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
26524 Fix typo in docstring.
26525 (byte-compile-interactive-only-functions): Add `insert-buffer' and
26526 `insert-file-literally'.
26527
26528 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
26529 info and delete redundant message. Doc fix.
26530 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
26531 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
26532
26533 2005-07-16 Richard M. Stallman <rms@gnu.org>
26534
26535 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
26536 (byte-compile-and): Use byte-compile-and-recursion.
26537 (byte-compile-or-recursion): New function.
26538 (byte-compile-or): Use that.
26539 (byte-compile-if): Guard the else-clause too.
26540 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
26541
26542 * isearch.el (isearch-mode-end-hook-quit): New variable.
26543 (isearch-done): Bind it.
26544 (isearch-mode-end-hook): Doc fix.
26545
26546 * allout.el (allout-isearch-did-quit): Variable deleted.
26547 (allout-real-isearch-abort): Function name no longer used.
26548 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
26549 (allout-isearch-rectification): isearch-mode always exists.
26550 Don't set allout-isearch-did-quit.
26551 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
26552 allout-isearch-did-quit.
26553 (allout-enwrap-isearch): Just add the hook.
26554 (allout-isearch-abort): Function deleted.
26555 (allout-pre-command-business): Avoid warning.
26556
26557 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
26558 Correctly avoid warnings.
26559 (pascal-outline): Likewise.
26560
26561 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
26562
26563 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
26564
26565 * play/tetris.el (tetris-mode): Avoid warning.
26566
26567 * play/snake.el (snake-mode): Avoid warning.
26568
26569 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
26570 (gamegrid-set-display-table): Avoid warning.
26571 (gamegrid-set-timer): Likewise.
26572 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
26573 (gamegrid-add-score-with-update-game-score-1): Take FILE
26574 as argument.
26575 (gamegrid-add-score-with-update-game-score): Pass that argument.
26576 Rename have-shared-game-dir to gamegrid-shared-game-dir.
26577
26578 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
26579
26580 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
26581 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
26582
26583 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
26584 and insert-file.
26585
26586 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
26587 (sc-ask): Avoid warnings.
26588
26589 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
26590 (eshell-hist-initialize): Use that var the natural way.
26591
26592 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
26593
26594 * emacs-lisp/re-builder.el (reb-cook-regexp):
26595 Avoid warning calling lre-compile-string.
26596 (reb-color-display-p): Avoid warning.
26597
26598 * calculator.el (calculator-last-input): Guard uses
26599 of event-key and key-press-event-p.
26600 (event-key, key-press-event-p): Delete definitions.
26601
26602 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
26603 (find-gc-source-directory, find-gc-subrs-callers)
26604 (find-gc-noreturn-list, find-gc-source-files)
26605 (find-gc-subrs-called): Vars renamed and defvar'd.
26606
26607 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
26608 (checkdoc-overlay-put, checkdoc-delete-overlay)
26609 (checkdoc-overlay-start, checkdoc-overlay-end)
26610 (checkdoc-mode-line-update, checkdoc-char=):
26611 Define such that compiler knows they are defined.
26612 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
26613 (checkdoc-read-event): Delete. Use read-event directly.
26614
26615 * whitespace.el (whitespace-make-overlay)
26616 (whitespace-overlay-put, whitespace-delete-overlay)
26617 (whitespace-overlay-start, whitespace-overlay-end):
26618 Define such that compiler knows they are defined.
26619 (whitespace): Move conditional inside.
26620
26621 * tempo.el (tempo-insert-template): Suppress warning.
26622
26623 * ediff-diff.el (longlines-mode): Add defvar.
26624
26625 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
26626
26627 * server.el: Bind "C-x #" in a way that works even if C-x is
26628 redefined to a command key, not a prefix key.
26629
26630 2005-07-16 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net> (tiny change)
26631
26632 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
26633 cl-make-type-test till execution time.
26634
26635 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
26636
26637 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
26638 arg ARG and use it.
26639
26640 2005-07-16 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net> (tiny change)
26641
26642 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
26643
26644 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
26645
26646 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
26647 a defcustom with two :set or :type keywords.
26648
26649 2005-07-15 Richard M. Stallman <rms@gnu.org>
26650
26651 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
26652 Don't give ^M comment-end syntax.
26653
26654 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
26655
26656 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
26657 Don't consider gdbmi (gdb-mi.el has its own update functions).
26658 (gdb-var-delete): Make it work for gdbmi as well.
26659 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
26660
26661 * progmodes/gud.el (etags, sdb): Only require etags when needed.
26662 (gud-speedbar-menu-items): Correct logic for enabling items.
26663
26664 2005-07-15 Kim F. Storm <storm@cua.dk>
26665
26666 * ido.el: Fix commentary.
26667 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
26668 Use with-no-warnings around ffap-guesser.
26669 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
26670 Let bind minibuffer-completing-file-name to t.
26671
26672 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
26673
26674 * startup.el (site-run-file, keyboard-type): Doc fixes.
26675 (command-line): Check for "--basic-display" argument; also for
26676 "--quick", not "--bare-bones" (which was renamed).
26677 (fancy-splash-text): Add missing item "Getting New Versions".
26678 (normal-splash-screen): Fix typos and improve consistency with
26679 `fancy-splash-text'. Update copyright year.
26680
26681 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
26682 valid binding for `help-char'.
26683
26684 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
26685
26686 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
26687
26688 * term.el (term-mode): Disable cua-mode for term buffers.
26689
26690 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
26691
26692 * add-log.el (add-log-mailing-address, change-log-merge):
26693 Doc fixes.
26694 (change-log-get-method-definition): Fix typo in docstring.
26695
26696 2005-07-14 Kim F. Storm <storm@cua.dk>
26697
26698 * emulation/cua-base.el:
26699 (cua--pre-command-handler-1, cua--pre-command-handler)
26700 (cua--post-command-handler-1, cua--post-command-handler):
26701 Split in two. Check (buffer local) value of cua-mode.
26702 (cua-selection-mode): New command.
26703
26704 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
26705
26706 * custom.el (custom-initialize-safe-set)
26707 (custom-initialize-safe-default): Doc fixes.
26708
26709 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
26710 and simplify :init-value again.
26711
26712 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
26713 and simplify :init-value again. Delete autoload.
26714
26715 * startup.el (command-line): Use `custom-reevaluate-setting' again
26716 for tooltip-mode.
26717
26718 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
26719 a defcustom with two :initialize keywords.
26720
26721 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
26722
26723 * allout.el (my-mark-marker, allout-isearch-prior-pos)
26724 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
26725 (allout-post-command-business, allout-flag-region)
26726 (isearch-reenable-font-lock, allout-yank)
26727 (allout-insert-latex-header, allout-insert-latex-trailer)
26728 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
26729 (allout-latex-verb-quote): Fix typos in docstrings.
26730 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
26731 (allout-unprotected, allout-prefix-data):
26732 Improve argument/docstring consistency.
26733 (allout-chart-subtree): Fix argument spec.
26734 (allout-open-topic): Rename `use_sib_bullet' argument to
26735 `use-sib-bullet'. Doc fix.
26736
26737 * whitespace.el (whitespace-check-buffer-leading)
26738 (whitespace-check-buffer-trailing)
26739 (whitespace-check-buffer-indent)
26740 (whitespace-check-buffer-spacetab)
26741 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
26742 (whitespace-check-leading-whitespace)
26743 (whitespace-check-trailing-whitespace)
26744 (whitespace-check-spacetab-whitespace)
26745 (whitespace-check-indent-whitespace)
26746 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
26747 (whitespace-modes): Fix typos in docstrings.
26748 (defgroup, defcustom): Doc fixes.
26749
26750 * winner.el (winner-mode, winner-boring-buffers)
26751 (winner-pending-undo-ring): Doc fixes.
26752 (winner-ring): Remove unneeded `progn'.
26753 (winner-equal): `defsubst' it.
26754 (winner-redo): Fix message.
26755
26756 2005-07-13 Kim F. Storm <storm@cua.dk>
26757
26758 * simple.el (line-move-1): Always use vertical-motion to
26759 do the last (or only) line move to ensure some movement.
26760 Undo 2005-06-23 change--don't check for overlays.
26761
26762 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26763
26764 * term/mac-win.el (ccl-encode-mac-roman-font)
26765 (ccl-encode-mac-centraleurroman-font)
26766 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
26767 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
26768 Change charset-id boundary of dimension to ?\xef.
26769 (mac-char-fontspec-list): New constant.
26770 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
26771 argument. Nil uses itself as family in font-spec. Previous
26772 behavior for nil is now provided by non-nil non-string argument.
26773 All callers changed. Add font-specs for Mac fonts to
26774 "fontset-default" unless iso8859-1 fonts are installed.
26775
26776 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
26777
26778 * progmodes/sh-script.el (sh-get-indent-info): Only indent
26779 a continuation line if the \ is preceded by SPC or TAB.
26780 (sh-get-indent-info): Simplify.
26781 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
26782 Use with-current-buffer.
26783
26784 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
26785 when the matched text is empty.
26786
26787 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
26788
26789 * startup.el (command-line): Revert to previous handling of
26790 tooltip-mode. Explain in comment why the complexity is needed.
26791
26792 * tooltip.el (tooltip-mode): Revert to previous implementation of
26793 its defcustom.
26794
26795 * frame.el (blink-cursor-mode): Revert to previous implementation
26796 of its defcustom. Update comment.
26797
26798 2005-07-12 Lars Hansen <larsh@soem.dk>
26799
26800 * desktop.el: Update e-mail address.
26801
26802 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26803
26804 * term/mac-win.el (mac-services-mail-selection)
26805 (mac-services-mail-to): New functions.
26806 (mac-application-menu-map): Bind them.
26807
26808 2005-07-12 wulei <milton@wulei.net> (tiny change)
26809
26810 * progmodes/gdb-ui.el: Add note about buffering with Windows.
26811
26812 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
26813
26814 * custom.el (custom-reevaluate-setting): Doc fix.
26815
26816 2005-07-11 Jay Belanger <belanger@truman.edu>
26817
26818 * calc/calc.el (calc-embedded-announce-formula-alist)
26819 (calc-embedded-open-close-plain-alist)
26820 (calc-embedded-open-close-mode-alist): Add checks for additional
26821 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
26822
26823 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
26824
26825 * custom.el (custom-enable-theme): Don't add theme to
26826 `custom-enabled-themes' with `push' because there is no
26827 setf-method for `delq'.
26828
26829 2005-07-11 Richard M. Stallman <rms@gnu.org>
26830
26831 * custom.el (custom-declare-variable): Doc fix.
26832
26833 * dired-aux.el (dired-compare-directories): Remove "." and ".."
26834 from the alists.
26835
26836 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
26837 Do nothing if edebug-active.
26838
26839 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
26840 (edebug-display): Do it here instead.
26841
26842 2005-07-10 Richard M. Stallman <rms@gnu.org>
26843
26844 * cus-face.el (custom-theme-set-faces): Make it work.
26845 (custom-reset-faces): Doc fix.
26846 (custom-theme-reset-internal-face, custom-theme-face-value):
26847 Functions deleted.
26848
26849 * custom.el (custom-push-theme): Maintain list of the settings
26850 of a given theme in its theme-settings property.
26851 Maintain position of old settings in the theme-value
26852 or theme-face property.
26853 (custom-enabled-themes): New variable.
26854 (custom-theme-enabled-p): New function.
26855 (provide-theme): Update custom-enabled-themes.
26856 Disable and reenable the `user' theme.
26857 (require-theme): Doc fix.
26858 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
26859 (custom-theme-value, custom-theme-variable-value): Likewise.
26860 (custom-theme-reset-internal): Likewise.
26861 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
26862 (custom-enable-theme, custom-disable-theme): New functions.
26863 (custom-variable-theme-value, custom-face-theme-value): Likewise.
26864 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
26865 (custom-theme-reset-variables): Simplify.
26866 (deftheme, custom-declare-theme, custom-make-theme-feature):
26867 Definitions moved.
26868
26869 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
26870
26871 * longlines.el (longlines-show-region)
26872 (longlines-unshow-hard-newlines): Recognize hard newlines by
26873 non-nil hard property, instead of t.
26874
26875 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
26876
26877 * emulation/viper-cmd.el (viper--key-maps): New variable.
26878 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
26879 emulation-mode-map-alists.
26880 (viper-envelop-ESC-key): Use viper-subseq.
26881 (viper-search-forward/backward/next): Disable debug-on-error.
26882
26883 * emulation/viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
26884 (viper-ESC-key): New defcustoms.
26885
26886 * emulation/viper-macs.el (ex-map-read-args): Use viper-subseq.
26887
26888 * emulation/viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
26889 (viper-subseq): Copy of subseq from cl.el.
26890
26891 * emulation/viper.el (viper-go-away, viper-set-hooks): Use
26892 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
26893
26894 * emulation/viper-mous.el (viper-current-frame-saved): Use defvar.
26895
26896 * emulation/viper-init.el: Get rid of -face in face names.
26897
26898 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
26899 Make it work with longlines mode.
26900
26901 * ediff-mult.el (ediff-meta-mode-hook): New variable.
26902
26903 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
26904
26905 * ediff-init.el: Get rid of -face in face names.
26906
26907 2005-07-10 Richard M. Stallman <rms@gnu.org>
26908
26909 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
26910 and with-timeout-unsuspend.
26911
26912 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
26913 and with-timeout-unsuspend.
26914
26915 * emacs-lisp/timer.el (with-timeout-timers): New variable.
26916 (with-timeout): Bind that variable to record timers.
26917 (with-timeout-suspend, with-timeout-unsuspend): New functions.
26918
26919 * emacs-lisp/debug.el (debug-help-follow): New function.
26920 (debugger-mode-map): Use that instead of help-follow.
26921 (debugger-setup-buffer): Use eval-buffer-list
26922 to handle eval-buffer frames.
26923
26924 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
26925
26926 * timezone.el (timezone-parse-date): Change first regexp
26927 so it will not mistakenly match dates with no time zone.
26928
26929 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
26930
26931 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
26932
26933 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
26934
26935 * custom.el (custom-initialize-safe-set)
26936 (custom-initialize-safe-default): New functions.
26937
26938 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
26939 and simplify :init-value.
26940
26941 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
26942 and simplify :init-value. Delete obsolete comment.
26943
26944 * startup.el (command-line): Use `custom-reevaluate-setting' to
26945 handle `tooltip-mode'. Delete obsolete comment.
26946
26947 * files.el (set-visited-file-name): Avoid calling
26948 `file-name-nondirectory' with a nil argument.
26949
26950 2005-07-09 Richard M. Stallman <rms@gnu.org>
26951
26952 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
26953 was called with nil for the buffer, handle the read position right.
26954 Handle read position for eval-region, too.
26955
26956 2005-07-09 Juri Linkov <juri@jurta.org>
26957
26958 * fringe.el (fringe-mode): Add period in docstring.
26959 (fringe-query-style): Build prompt depending on `all-frames' arg.
26960
26961 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
26962 to not create links to unrelated functions in the Help buffer.
26963
26964 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
26965 Doc fix.
26966
26967 * simple.el (next-error-hook): New variable.
26968 (next-error): Use it. Doc fix.
26969
26970 * textmodes/ispell.el (ispell-command-loop): Add current
26971 dictionary name and program name to mode-line-format.
26972 (ispell-region, ispell-process-line): Add current dictionary name
26973 and program name to messages.
26974
26975 2005-07-08 Jay Belanger <belanger@truman.edu>
26976
26977 * calc/calc.el (calc-embedded-announce-formula-alist)
26978 (calc-embedded-open-close-formula-alist)
26979 (calc-embedded-open-close-word-alist)
26980 (calc-embedded-open-close-plain-alist)
26981 (calc-embedded-open-close-new-formula-alist)
26982 (calc-embedded-open-close-mode-alist)
26983 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
26984 (calc-embedded-mode-hook): New variables.
26985
26986 * calc/calc-embed.el (calc-embedded-firsttime)
26987 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
26988 New variables.
26989 (calc-do-embedded): Use calc-embedded-firsttime,
26990 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
26991 determine whether or not to run hooks.
26992 (calc-embedded-make-info): Set calc-embedded-firsttime-buf and
26993 calc-embedded-firsttime-formula appropriately.
26994 Set calc-embedded delimiter variables according to mode.
26995
26996 2005-07-08 Richard M. Stallman <rms@gnu.org>
26997
26998 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
26999 Check for "emacs", etc., as entire symbol, not just as word.
27000 (checkdoc-file-comments-engine): Use regexp-quote on FN.
27001
27002 * files.el (set-visited-file-name): Report the error
27003 for "empty filename" earlier.
27004 (kill-some-buffers): Ignore buffers already dead.
27005
27006 * fringe.el (fringe-mode): Doc fix.
27007
27008 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
27009 Check for (featurep 'xemacs) and turn off warnings in what it guards.
27010 Use unwind-protect to ensure byte-compile-unresolved-functions
27011 is updated.
27012
27013 * whitespace.el (whitespace-buffer-leading-cleanup):
27014 Simplify w/ skip-chars-forward.
27015 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
27016
27017 * mail/rmail.el (rmail-only-expunge): Fix paren error.
27018 Unconditionally try to leave point at the same old place.
27019
27020 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
27021
27022 * comint.el (comint-postoutput-scroll-to-bottom)
27023 (comint-show-maximum-output): Take scroll-margin into consideration.
27024
27025 2005-07-08 Kim F. Storm <storm@cua.dk>
27026
27027 * ido.el (ido-use-filename-at-point): New choice `guess'.
27028 (ido-file-internal): Try ffap-guesser if selected.
27029
27030 * ido.el (ido-before-fallback-functions): New hook.
27031 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
27032 (ido-read-file-name): Run it.
27033
27034 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
27035
27036 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
27037 strings rather than a list of symbols to the completion function.
27038
27039 2005-07-07 Jay Belanger <belanger@truman.edu>
27040
27041 * calc/calc-units.el (math-apply-units): Change the places in
27042 which units are simplified.
27043
27044 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
27045
27046 * cus-edit.el (customize-option, customize-option-other-window):
27047 Make them handle aliases.
27048
27049 * custom.el (custom-variable-p): Make it recursively follow
27050 aliases. Mention that in the docstring.
27051
27052 2005-07-07 Richard M. Stallman <rms@gnu.org>
27053
27054 * cus-start.el (exec-path): Use `directory' instead of `file'.
27055 Fix tag for nil.
27056
27057 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
27058
27059 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
27060 when called non-interactively. Doc fix.
27061
27062 2005-07-07 Lute Kamstra <lute@gnu.org>
27063
27064 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
27065 new address as well.
27066
27067 2005-07-07 Kenichi Handa <handa@m17n.org>
27068
27069 * international/mule.el (make-coding-system):
27070 Describe `ascii-incompatible' property in the docstring.
27071 (set-file-name-coding-system): Signal an error if coding-system is
27072 ascii-incompatible.
27073 (set-keyboard-coding-system): Likewise.
27074
27075 * international/mule-cmds.el (set-default-coding-systems):
27076 Don't set default-file-name-coding-system and
27077 default-keyboard-coding-system if coding-system is ASCII-incompatible.
27078
27079 * international/utf-16.el: Declare that all UTF-16-based coding
27080 systems are ASCII-incompatible.
27081
27082 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
27083
27084 * progmodes/gud.el: Require font-lock for displaying errors.
27085 Used by gdb-ui.el.
27086
27087 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
27088
27089 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
27090 values for the pattern lists which are `read'able but not
27091 `append'able (like symbols).
27092
27093 2005-07-06 Richard M. Stallman <rms@gnu.org>
27094
27095 * progmodes/flymake.el (flymake-float-time): Instead of
27096 with-no-warnings, test for XEmacs.
27097 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
27098 to avoid warning.
27099
27100 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
27101
27102 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
27103
27104 2005-07-05 Lute Kamstra <lute@gnu.org>
27105
27106 * battery.el: Add support for Darwin (with much debugging help
27107 from Samuel Lauber <sam124@operamail.com>).
27108 (battery-status-function, battery-echo-area-format)
27109 (battery-mode-line-format): Add support for pmset on Darwin.
27110 (battery-load-low, battery-load-critical): New user options.
27111 (battery-pmset): New function.
27112
27113 2005-07-05 Lute Kamstra <lute@gnu.org>
27114
27115 Update FSF's address in GPL notices.
27116
27117 * textmodes/page-ext.el: Update FSF's address.
27118
27119 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
27120
27121 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
27122 filling from using prefix when filling a single-line docstring.
27123
27124 * progmodes/flymake.el: Remove useless eval-when-compile.
27125
27126 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
27127
27128 2005-07-04 Richard M. Stallman <rms@gnu.org>
27129
27130 * textmodes/org.el (org-file-apps-defaults-gnu):
27131 Rename from org-file-apps-defaults-linux.
27132 (org-default-apps): Don't test system-type for `linux'.
27133 (org-file-apps): Doc fix.
27134
27135 2005-07-04 David Ponce <david@dponce.com>
27136
27137 * tree-widget.el: Improve header Commentary section.
27138 (tree-widget) [defgroup]
27139 (tree-widget-image-enable, tree-widget-themes-directory)
27140 (tree-widget-theme, tree-widget-image-properties-emacs)
27141 (tree-widget-image-properties-xemacs, tree-widget-create-image)
27142 (tree-widget-image-formats, tree-widget-control)
27143 (tree-widget-empty-control, tree-widget-leaf-control
27144 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
27145 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
27146 (tree-widget-keep, tree-widget-after-toggle-functions)
27147 (tree-widget-open-node, tree-widget-close-node): Doc fix.
27148 (tree-widget-open-control, tree-widget-close-control): Fix doc and
27149 :help-echo message.
27150 (tree-widget-set-theme): Doc fix. Use `string-equal'.
27151 (tree-widget-image-properties): Doc fix. Clearer implementation.
27152 (tree-widget--cursors): New constant.
27153 (tree-widget-lookup-image): New function split from
27154 `tree-widget-find-image'. Clearer implementation.
27155 (tree-widget-find-image): Use it.
27156 (tree-widget-button-keymap): Use `set-keymap-parent'.
27157 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
27158 Define the sub-widgets here.
27159 (tree-widget-node): Check that :node is not a tree-widget.
27160 (tree-widget-get-super, tree-widget-open-control)
27161 (tree-widget-close-control, tree-widget-empty-control)
27162 (tree-widget-leaf-control, tree-widget-guide)
27163 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
27164 (tree-widget-no-handle, tree-widget-value-delete)
27165 (tree-widget-map): Remove.
27166 (tree-widget-children-value-save): Doc fix. Simplified.
27167 (tree-widget-value-create): Update according to previous changes.
27168
27169 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
27170
27171 * textmodes/org.el: Leading space replaced by TABS.
27172 (org-recalc-marks, org-table-rotate-recalc-marks)
27173 (org-table-get-specials): Treat "^" and "_" marks.
27174 (org-table-justify-field-maybe): Optional argument NEW.
27175 (org-table-eval-formula): Parsing of the format simplified.
27176 New modes C,I. Honor the %= parameter in the current table.
27177 Avoid unnecessary re-align by using the NEW argument to
27178 `org-table-justify-field-maybe'.
27179 (org-calc-default-modes): Default for date-format mimicks org-mode.
27180 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
27181
27182 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
27183
27184 * cus-face.el (custom-theme-set-faces): Make it handle face
27185 aliases whose alias declarations are pre- or autoloaded.
27186
27187 2005-07-04 Juri Linkov <juri@jurta.org>
27188
27189 * faces.el (read-face-name): Put the code for getting a face name
27190 from the buffer before adding the faces from the `face' property.
27191 Use `completing-read-multiple' instead of `completing-read'.
27192 Require `crm'. Add default value and post-process the returned
27193 list of faces.
27194
27195 * emacs-lisp/crm.el (crm-find-current-element)
27196 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
27197
27198 * emacs-lisp/lisp-mode.el (eval-defun-1):
27199 * emacs-lisp/edebug.el (edebug-eval-defun):
27200 Remove unnecessary quotes.
27201
27202 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
27203
27204 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
27205 (prolog-indent-level): Fix typo in docstring.
27206
27207 * info.el (Info-history, Info-history-forward)
27208 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
27209
27210 * add-log.el (add-change-log-entry):
27211 * comint.el (comint-dynamic-list-input-ring)
27212 (comint-dynamic-list-completions):
27213 * dabbrev.el (dabbrev-expand):
27214 * delim-col.el (delimit-columns-rectangle-line):
27215 * diff-mode.el (diff-context->unified, diff-reverse-direction)
27216 (diff-unified->context):
27217 * ediff-init.el (ediff-abbrev-jobname):
27218 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
27219 (ediff-replace-session-activity-marker-in-meta-buffer):
27220 * info.el (Info-summary):
27221 * lpr.el (printify-region):
27222 * printing.el (pr-create-interface):
27223 * ps-print.el (ps-print-quote):
27224 * ses.el (ses-column-widths, ses-print-cell)
27225 (ses-adjust-print-width, ses-center):
27226 * shell.el (shell-file-name-quote-list):
27227 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
27228 (strokes-fill-current-buffer-with-whitespace)
27229 (strokes-xpm-for-stroke, strokes-list-strokes)
27230 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
27231 * term.el (term-dynamic-list-input-ring)
27232 (term-dynamic-list-completions):
27233 * calc/calc.el (math-format-stack-value):
27234 * emacs-lisp/edebug.el (edebug-display-freq-count):
27235 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
27236 (delphi-new-comment-line):
27237 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
27238 * progmodes/executable.el (executable-set-magic):
27239 * progmodes/python.el (inferior-python-mode):
27240 * progmodes/scheme.el (scheme-mode-syntax-table):
27241 * progmodes/sh-script.el (sh-maybe-here-document):
27242 * progmodes/sql.el (sql-copy-column):
27243 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
27244 * textmodes/bibtex.el (bibtex-mode):
27245 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
27246 (sgml-auto-attributes):
27247 * textmodes/table.el (table-insert, table-shorten-cell)
27248 (table--generate-source-scan-lines, table-delete-row)
27249 (*table--cell-delete-char, table--spacify-frame)
27250 (table--horizontally-shift-above-and-below)
27251 (table--cell-insert-char, table--cell-blank-str)
27252 (table--fill-region-strictly):
27253 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
27254 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
27255
27256 * add-log.el (change-log):
27257 * apropos.el (apropos):
27258 * comint.el (comint-completion, comint-source):
27259 * dabbrev.el (dabbrev):
27260 * delim-col.el (columns):
27261 * diff-mode.el (diff-mode):
27262 * ediff.el (ediff):
27263 * ediff-diff.el (ediff-diff):
27264 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
27265 * ediff-mult.el (ediff-mult):
27266 * ediff-ptch.el (ediff-ptch):
27267 * ediff-wind.el (ediff-window):
27268 * facemenu.el (facemenu):
27269 * indent.el (indent):
27270 * info.el (info):
27271 * jka-cmpr-hook.el (compression, jka-compr):
27272 * lpr.el (lpr):
27273 * outline.el (outlines):
27274 * pcmpl-cvs.el (pcmpl-cvs):
27275 * pcmpl-rpm.el (pcmpl-rpm):
27276 * printing.el (printing):
27277 * ps-print.el (postscript, ps-print, ps-print-horizontal)
27278 (ps-print-vertical, ps-print-headers, ps-print-font)
27279 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
27280 (ps-print-background, ps-print-printer, ps-print-page)
27281 (ps-print-miscellany):
27282 * ses.el (ses):
27283 * shell.el (shell, shell-directories, shell-faces):
27284 * startup.el (initialization):
27285 * strokes.el (strokes):
27286 * term.el (term):
27287 * uniquify.el (uniquify):
27288 * w32-vars.el (w32):
27289 * calc/calc.el (calc):
27290 * emacs-lisp/bytecomp.el (bytecomp):
27291 * emacs-lisp/cl-indent.el (lisp-indent):
27292 * emacs-lisp/edebug.el (edebug):
27293 * emacs-lisp/elp.el (elp):
27294 * emacs-lisp/testcover.el (testcover):
27295 * emacs-lisp/trace.el (trace):
27296 * emulation/viper-ex.el (viper-ex):
27297 * emulation/viper-mous.el (viper-mouse):
27298 * mail/mailalias.el (mailalias):
27299 * mail/supercite.el (supercite, supercite-frames)
27300 (supercite-attr, supercite-cite, supercite-hooks):
27301 * net/rcompile.el (remote-compile):
27302 * net/rlogin.el (rlogin):
27303 * obsolete/ooutline.el (outlines):
27304 * progmodes/delphi.el (delphi):
27305 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
27306 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
27307 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
27308 (ebnf-optimization):
27309 * progmodes/etags.el (etags):
27310 * progmodes/executable.el (executable):
27311 * progmodes/idlwave.el (idlwave):
27312 * progmodes/pascal.el (pascal):
27313 * progmodes/prolog.el (prolog):
27314 * progmodes/python.el (python):
27315 * progmodes/scheme.el (scheme):
27316 * progmodes/sh-script.el (sh, sh-script):
27317 * progmodes/sql.el (SQL):
27318 * progmodes/tcl.el (tcl):
27319 * textmodes/bibtex.el (bibtex, bibtex-autokey):
27320 * textmodes/enriched.el (enriched):
27321 * textmodes/makeinfo.el (makeinfo):
27322 * textmodes/sgml-mode.el (sgml):
27323 * textmodes/table.el (table-hooks):
27324 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
27325 * textmodes/texinfo.el (texinfo):
27326 * textmodes/two-column.el (two-column):
27327 Finish `defgroup' description with period.
27328
27329 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
27330 * eshell/esh-var.el (eshell-var):
27331 * progmodes/vhdl-mode.el (vhdl-testbench):
27332 * textmodes/org.el (org): Fix typos in docstrings.
27333
27334 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
27335 consistency.
27336
27337 * progmodes/flymake.el (flymake-find-file): Remove.
27338 (flymake-float-time): Use `with-no-warnings'.
27339 (flymake-check-start-time, flymake-check-was-interrupted)
27340 (flymake-err-info, flymake-is-running, flymake-last-change-time)
27341 (flymake-new-err-info): `defvar' at compile time.
27342
27343 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
27344
27345 * replace.el (occur-hook): Doc fix.
27346 (occur-1): Don't call `occur-hook' if there are no matches.
27347
27348 2005-07-03 Richard M. Stallman <rms@gnu.org>
27349
27350 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
27351 global-map, save the same map.
27352 (global-map): Don't alter it at top level.
27353 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
27354 Then alter it here instead.
27355 (tpu-edt-off): Set global-map to the saved one.
27356
27357 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
27358 All references simplified.
27359 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
27360 (zmacs-regions): Add defvar.
27361 (repeat-complex-command-map): Everything about that deleted.
27362
27363 * textmodes/artist.el (artist-key-is-drawing)
27364 (artist-key-endpoint1, artist-key-poly-point-list)
27365 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
27366 (artist-key-compl-table, artist-rb-save-data)
27367 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
27368 Don't put them in eval-when-compile.
27369 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
27370
27371 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
27372 Use with-no-warnings.
27373
27374 * net/browse-url.el (dos-windows-version): Add defvar.
27375
27376 * mail/supercite.el (filladapt-prefix-table): Add defvar.
27377
27378 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
27379 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
27380 (rmail-new-summary-line-count): Rename from new-summary-line-count.
27381 Add defvar.
27382 (rmail-summary-beginning-of-message): Use with-no-warnings.
27383 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
27384
27385 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
27386 Use with-no-warnings.
27387
27388 * emulation/vi.el (vi-mark-region): Use c-mark-function.
27389 (c-mark-function): Add point-moving-unit property.
27390 (vi-goto-line): Use with-no-warnings.
27391
27392 * emulation/edt.el (edt-last-copied-word): Add defvar.
27393 (zmacs-region-stays): Likewise.
27394 (edt-mark-section-wisely): Use c-mark-function for C.
27395 Use makr-defun for Fortran.
27396 (time-string): defvar deleted.
27397 (edt-display-the-time): Don't set time-string.
27398
27399 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
27400
27401 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
27402 Don't warn when name is not constant
27403 or for defining the group `emacs'.
27404
27405 * tooltip.el (gud-tooltip-mode): Add defvar.
27406
27407 * startup.el (default-frame-background-mode): Add defvar.
27408
27409 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
27410
27411 * info.el (tool-bar-map): Add defvar.
27412
27413 * dired.el (dnd-protocol-alist): Add defvar.
27414
27415 * dired-aux.el (dired-query): Display question with answer, when
27416 the user answers.
27417
27418 * custom.el (custom-add-option): Doc fix.
27419
27420 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
27421
27422 2005-07-03 Eli Zaretskii <eliz@gnu.org>
27423
27424 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
27425 bogus name from the last change.
27426
27427 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
27428
27429 * custom.el (custom-declare-variable): Fix typos in comment.
27430 (custom-known-themes): Doc fix.
27431 (custom-theme-directory): New defcustom.
27432 (require-theme): Make it check `custom-theme-directory'.
27433
27434 * cus-theme.el (custom-new-theme-mode): New function.
27435 (custom-theme-name, custom-theme-variables, custom-theme-faces)
27436 (custom-theme-description): Add compiler defvars.
27437 (customize-create-theme): Add doc to the "*New Custom Theme*"
27438 buffer. Use `custom-new-theme-mode'.
27439 (custom-theme-write): Put the created buffer in emacs-lisp-mode
27440 and save it to the `custom-theme-directory'. Make this the
27441 default directory of the buffer.
27442
27443 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
27444
27445 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
27446 Fix unbalanced parentheses.
27447
27448 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
27449
27450 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
27451 into flymake-mode and delegate to flymake-mode.
27452
27453 * find-file.el (ff-which-function-are-we-in): Clean up.
27454
27455 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
27456
27457 * replace.el (occur-rename-buffer): Fix docstring.
27458
27459 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
27460 (edt-last-copied-word, edt-learn-macro-count)
27461 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
27462 (edt-rect-start-point, edt-user-global-map, rect-start-point)
27463 (time-string, zmacs-region-stays):
27464 * emulation/edt-mapper.el (edt-save-function-key-map)
27465 (EDT-key-name): `defvar' to silence the byte-compiler.
27466
27467 2005-07-02 Martin Rudalics <rudalics@gmx.at>
27468
27469 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
27470 font-lock-regexp-backslash. Doc fix.
27471 (font-lock-regexp-backslash-grouping-construct): Rename from
27472 font-lock-regexp-backslash-construct. Doc fix.
27473 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
27474 grouping constructs.
27475
27476 2005-07-02 Eli Zaretskii <eliz@gnu.org>
27477
27478 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
27479 updating all the prerequisites.
27480
27481 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
27482
27483 * textmodes/org.el (org-agenda-start-on-weekday)
27484 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
27485 (org-agenda-use-time-grid, org-archive-location)
27486 (org-allow-space-in-links, org-usenet-links-prefer-google)
27487 (org-enable-table-editor, org-export-default-language)
27488 (org-export-html-show-new-buffer, org-fill-paragraph)
27489 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
27490 (org-goto-quit, org-occur, org-eval-in-calendar)
27491 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
27492 (org-agenda-diary-entry, org-remember-help)
27493 (org-table-convert-region, org-at-table-p)
27494 (org-table-move-row-down, org-table-move-row-up)
27495 (org-table-copy-region, org-table-toggle-vline-visibility)
27496 (org-table-get-stored-formulas, org-table-get-specials)
27497 (org-recalc-commands, org-table-eval-formula)
27498 (org-table-formula-substitute-names, orgtbl-make-binding)
27499 (org-format-org-table-html, org-format-table-table-html)
27500 (org-format-table-table-html-using-table-generate-source)
27501 (org-customize): Fix typos in docstrings.
27502 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
27503 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
27504 (org-back-to-heading): Doc fixes.
27505 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
27506 (org-agenda-change-all-lines, org-get-header):
27507 Improve argument/docstring consistency.
27508 (orgtbl-error): Fix error message.
27509
27510 * progmodes/flymake.el (flymake-find-possible-master-files)
27511 (flymake-master-file-compare, flymake-get-line-err-count)
27512 (flymake-highlight-line, flymake-gui-warnings-enabled):
27513 Fix typos in docstrings.
27514 (flymake-parse-line, flymake-get-project-include-dirs-function)
27515 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
27516 Doc fixes.
27517 (flymake-get-project-include-dirs-function)
27518 (flymake-make-err-menu-data):
27519 Improve argument/docstring consistency.
27520
27521 2005-07-01 Lute Kamstra <lute@gnu.org>
27522
27523 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
27524 Catch errors with ignore-errors. Use temporary buffer.
27525 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
27526
27527 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
27528 background color faces.
27529 (facemenu-set-foreground, facemenu-set-background):
27530 Use facemenu-set-face-from-menu.
27531 (facemenu-set-face-from-menu): Treat face names that start with
27532 "fg:" or "bg:" as special.
27533 (facemenu-add-new-color): Don't create faces. Simplify.
27534
27535 2005-06-30 Richard M. Stallman <rms@gnu.org>
27536
27537 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
27538 (crm-find-current-element): Likewise.
27539
27540 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
27541
27542 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
27543
27544 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
27545
27546 * arc-mode.el (archive-extract): Make it work as a mouse binding.
27547 (archive-mouse-extract): Make it an obsolete alias.
27548 (archive-mode-map): Don't use archive-mouse-extract any more.
27549 (archive-mode, archive-extract): write-contents-hooks ->
27550 write-contents-functions.
27551 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
27552 first arg.
27553 (archive-rename-entry): Update the call.
27554 (archive-zip-summarize): Remove unused var `method'.
27555 (archive-lzh-summarize): Remove unused var `creator'.
27556
27557 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
27558 dedicated frame upon exit.
27559
27560 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
27561 (archive-zip-extract, archive-zip-expunge)
27562 (archive-zip-update, archive-zip-update-case): Use executable-find.
27563 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
27564 Use restore-buffer-modified-p.
27565 (archive-extract, archive-add-new-member, archive-write-file-member):
27566 Use with-current-buffer.
27567 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
27568
27569 2005-06-30 Andreas Schwab <schwab@suse.de>
27570
27571 * progmodes/gud.el (gud-filter): Remove unneeded progn.
27572
27573 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
27574
27575 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
27576
27577 2005-06-30 Juri Linkov <juri@jurta.org>
27578
27579 * faces.el (vertical-border): Inherit from mode-line-inactive
27580 only on tty.
27581
27582 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
27583
27584 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
27585 example, -NLINES in the `occur' docstring).
27586
27587 * replace.el (occur-1): When no matches are found, do not set the
27588 `buffer-read-only' and modified flags for the occur buffer,
27589 because it is deleted.
27590
27591 * emulation/cua-base.el (cua-check-pending-input)
27592 (cua-repeat-replace-region, cua-mode, cua-debug)
27593 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
27594 Fix typos in docstrings.
27595
27596 * emulation/cua-gmrk.el (cua-toggle-global-mark)
27597 (cua-cut-region-to-global-mark)
27598 (cua--cut-rectangle-to-global-mark):
27599 Remove period from end of messages.
27600
27601 * emulation/cua-rect.el (cua-do-rectangle-padding):
27602 Remove period from end of messages.
27603 (cua--rectangle-seq-format): Fix typo in docstring.
27604 (cua-sequence-rectangle, cua-fill-char-rectangle):
27605 Improve argument/docstring consistency.
27606
27607 2005-06-29 Juri Linkov <juri@jurta.org>
27608
27609 * faces.el (default-frame-background-mode): New internal variable.
27610 (frame-set-background-mode): Use it.
27611
27612 * startup.el (normal-top-level): Set default-frame-background-mode
27613 instead of frame-background-mode. Before setting it, test for its
27614 nil value. Remove tests for frame-background-mode and frame
27615 parameter `reverse'. Add test for "unspecified-fg".
27616
27617 * term/xterm.el (xterm-rxvt-set-background-mode):
27618 * term/rxvt.el (rxvt-set-background-mode):
27619 Set default-frame-background-mode instead of frame-background-mode.
27620
27621 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
27622
27623 * simple.el (set-variable): Warn about obsolete user variables.
27624
27625 * imenu.el (imenu--completion-buffer):
27626 * mouse.el (mouse-buffer-menu-alist):
27627 * msb.el (msb-invisible-buffer-p):
27628 * calendar/diary-lib.el (diary-header-line-format):
27629 * emacs-lisp/pp.el (pp-buffer):
27630 * progmodes/cperl-mode.el (cperl-do-auto-fill):
27631 * textmodes/picture.el (picture-replace-match):
27632 Change space constants followed by a sexp to "?\s ".
27633
27634 * play/decipher.el (decipher-loop-with-breaks):
27635 * textmodes/texinfo.el (texinfo-insert-@item): Change space
27636 constants "protected" from end of line by a comment to "?\s".
27637
27638 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
27639
27640 * font-lock.el (save-buffer-state): Use `declare'.
27641
27642 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
27643 reset the syntax-table to cperl-mode-syntax-table.
27644 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
27645 "foo_print_bar" is not matched as a reserved keyword.
27646
27647 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
27648
27649 * textmodes/org.el (orgtbl-setup): New function, for delayed
27650 setup for the orgtbl commands.
27651 (org-calc-default-modes): New option.
27652 (orgtbl-make-binding): Use `defun' to get better help display.
27653 (org-diary): Call `org-compile-prefix-format'.
27654 (org-table-formula-substitute-names): New function.
27655 (org-agenda-day-view, org-agenda-week-view): New commands.
27656 (org-agenda-toggle-week-view): Command removed.
27657 (org-tbl-menu): Split off from org-org-menu.
27658 (org-mode): Move removal of outline-mode menus to here.
27659 (org-table-formula-debug): New option.
27660 (org-table-insert-row): Keep first field if just "#" or "*".
27661 (org-mode): Paragraph regexps fixed.
27662 (org-table-recalculate-regexp): New constant.
27663 (org-table-justify-field-maybe): Avoid replace if not necessary.
27664 (org-copy-special, org-cut-special): Use `call-interactively'.
27665 (org-table-copy-region): Take region from `interactive' call.
27666 (org-trim): Return string even if no match.
27667 (org-formula): New face.
27668 (org-set-font-lock-defaults): No longer highlight "FIXME".
27669 But highlight formula-related fields in table.
27670 (org-table-p): Use regexp, not fontification.
27671 (org-table-align): Handle white space at end of line.
27672 (org-table-formula-evaluate-inline): New option.
27673 (org-mode): Auto-wrapping in comment lines turned off.
27674 (org-table-copy-down): Evaluate only in copied field, not in
27675 destination.
27676 (org-table-current-formula): Variable removed.
27677 (org-table-store-formulas, org-table-get-stored-formulas)
27678 (org-table-modify-formulas, org-table-replace-in-formulas)
27679 (org-table-maybe-eval-formula): New functions.
27680 (org-table-get-formula): Modify to use stored formulas.
27681 (org-table-insert-column, org-table-delete-column)
27682 (org-table-move-column): Call `org-table-modify-formulas'.
27683 (org-complete): Add completion for keyword formulas.
27684 (orgtbl-mode): Pull orgtbl-mode-map to start of
27685 minor-mode-map-alist.
27686
27687 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
27688
27689 * progmodes/python.el (python-check): Require `compile' before
27690 modifying its variables.
27691
27692 * newcomment.el (comment-indent-default): Don't get fooled by an early
27693 end of buffer.
27694
27695 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
27696
27697 * ps-print.el (ps-print-version): Fix version number.
27698
27699 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
27700
27701 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
27702
27703 2005-06-28 Richard M. Stallman <rms@gnu.org>
27704
27705 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
27706 (flyspell-local-mouse-map): Declaration deleted.
27707 (flyspell-mouse-map): Bind only mouse-2.
27708 (flyspell-mode-map): Don't test flyspell-use-local-map.
27709 (flyspell-overlay-keymap-property-name): Var deleted.
27710 (flyspell-mode-on): Don't make local bindings for
27711 flyspell-mouse-map and flyspell-mode-map.
27712 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
27713
27714 * textmodes/ispell.el (ispell-word): Do not ignore short words.
27715
27716 * progmodes/compile.el (compilation-next-error-function):
27717 Don't switch buffers; operate on the current buffer.
27718
27719 * progmodes/compile.el (compilation-error-file-name)
27720 (compilation-warning-file-name, compilation-info-file-name)
27721 (compilation-line-number, compilation-column-number): New faces.
27722 (compilation-error-face, compilation-warning-face)
27723 (compilation-info-face, compilation-line-face)
27724 (compilation-column-face): Use them.
27725
27726 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
27727
27728 * comint.el (comint-password-prompt-regexp): Accept ", try again".
27729
27730 * bindings.el (global-map): Bind insertchar and its variants.
27731
27732 2005-06-27 Richard M. Stallman <rms@gnu.org>
27733
27734 * textmodes/artist.el (artist-text-overwrite)
27735 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
27736
27737 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
27738
27739 * ps-print.el: It was not working the page selection for printing.
27740 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
27741 (ps-print-version): New version 6.6.7.
27742 (ps-end-sheet): New fun.
27743 (ps-header-sheet, ps-end-job): Call it.
27744
27745 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
27746
27747 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
27748
27749 2005-06-27 Lute Kamstra <lute@gnu.org>
27750
27751 * facemenu.el (facemenu-unlisted-faces): Add foreground and
27752 background color faces.
27753 (facemenu-get-face): Delete function.
27754 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
27755 (facemenu-add-new-color): Make second argument mandatory.
27756 Create the appropriate face and return it. Simplify.
27757 (facemenu-set-foreground, facemenu-set-background): Don't check if
27758 color is defined. Use return value of facemenu-add-new-color.
27759
27760 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
27761
27762 * progmodes/gud.el (gud-filter): Add missing argument to
27763 with-selected-window.
27764
27765 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
27766
27767 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
27768 a :require to the defcustom.
27769
27770 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
27771 defcustoms corresponding to minor modes.
27772
27773 2005-06-26 David Ponce <david@dponce.com>
27774
27775 * recentf.el: Require tree-widget instead of wid-edit.
27776 (recentf-filename-handler): Fix widget :type.
27777 (recentf-cancel-dialog, recentf-open-more-files)
27778 (recentf-open-files-action): Doc fix.
27779 (recentf-dialog-goto-first): New function.
27780 (recentf-dialog-mode-map): Set parent keymap first.
27781 (recentf-dialog-mode): Define with define-derived-mode.
27782 Don't display continuation lines in dialogs.
27783 (recentf-edit-list): Rename from recentf-edit-selected-items.
27784 (recentf-edit-list-select): Rename from recentf-edit-list-action.
27785 Simplify.
27786 (recentf-edit-list-validate): New function.
27787 (recentf-edit-list): Update accordingly.
27788 (recentf-open-files-item-shift): Remove.
27789 (recentf-open-files-item): Convert menu elements into tree and
27790 link widgets. Don't create the widgets.
27791 (recentf-open-files): Update accordingly.
27792 (recentf-save-list): Untabify.
27793
27794 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
27795
27796 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
27797 (keep-lines): Add INTERACTIVE arg. Never delete lines only
27798 partially contained in the active region. Do not take active
27799 region into account when called from Lisp, unless INTERACTIVE arg
27800 is non-nil. Use `forward-line' instead of `beginning-of-line' to
27801 avoid trouble with fields. Make marker point nowhere when no
27802 longer used. Always return nil. Doc fix.
27803 (flush-lines): Add INTERACTIVE arg. Do not take active region
27804 into account when called from Lisp, unless INTERACTIVE arg is
27805 non-nil. Use `forward-line' instead of `beginning-of-line' to
27806 avoid trouble with fields. Make marker point nowhere when no
27807 longer used. Always return nil. Doc fix.
27808 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
27809 interchangeable. Do not take active region into account when
27810 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
27811 message in echo area when called from Lisp, unless INTERACTIVE arg
27812 is non-nil. Avoid saying "1 occurrences". Do not use markers.
27813 Return the number of matches. Doc fix.
27814 (occur): Doc fix.
27815 (perform-replace): Make comment follow double space convention for
27816 the sake of `outline-minor-mode'.
27817
27818 * faces.el (facep): Doc fix.
27819
27820 2005-06-25 Richard M. Stallman <rms@gnu.org>
27821
27822 * facemenu.el (facemenu-enable-faces-p): New function.
27823 (facemenu-background-menu, facemenu-foreground-menu)
27824 (facemenu-face-menu): Add menu-enable property.
27825
27826 * jka-compr.el (jka-compr-insert-file-contents):
27827 Special handling if cannot find the uncompression program.
27828
27829 * cus-face.el (custom-face-attributes): Add autoload.
27830
27831 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
27832 Bind comment-indent-function locally.
27833
27834 * window.el (save-selected-window): Use save-current-buffer.
27835
27836 * subr.el (with-selected-window): Use save-current-buffer.
27837
27838 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
27839 and with-current-buffer.
27840
27841 2005-06-24 Richard M. Stallman <rms@gnu.org>
27842
27843 * simple.el (line-move-1): Fix previous change.
27844
27845 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
27846
27847 * replace.el (occur-1): Set `buffer-read-only' and the
27848 buffer-modified flag before running `occur-hook' to protect
27849 against unintentional buffer switches that can lead to data loss.
27850
27851 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
27852
27853 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
27854 (gud-gdb-marker-filter): Use font-lock-warning-face for any
27855 initial error.
27856
27857 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
27858 after fresh input.
27859 (gdb-var-create-handler): Put name of expression in quotes.
27860
27861 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
27862
27863 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
27864 elements of RING in order, and without bogus nil elements.
27865
27866 2005-06-23 Richard M. Stallman <rms@gnu.org>
27867
27868 * simple.el (set-variable): Args renamed; doc fix.
27869 (line-move-1): When there are overlays around, use vertical-motion.
27870
27871 * faces.el (escape-glyph): Use brown against light background.
27872 (nobreak-space): Rename from no-break-space.
27873 Fix previous change.
27874
27875 * dired-aux.el (dired-do-copy): Fix arg prompt.
27876
27877 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
27878
27879 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
27880
27881 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
27882 rather than "Distributor".
27883
27884 2005-06-23 Lute Kamstra <lute@gnu.org>
27885
27886 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
27887 (debug-on-entry): Use it. New interactive declaration that uses
27888 function-called-at-point.
27889
27890 2005-06-23 Kim F. Storm <storm@cua.dk>
27891
27892 * subr.el (save-match-data): Add comment about using evaporate arg
27893 to set-match-data.
27894
27895 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
27896
27897 * cus-edit.el (customize-face)
27898 (customize-face-other-window): Handle face aliases.
27899
27900 * faces.el (face-documentation, set-face-attribute)
27901 (face-spec-set): Handle face aliases.
27902
27903 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
27904
27905 * help-mode.el (help-make-xrefs): If a symbol representing a face
27906 name is not followed by the word "face", it could still be a
27907 function or variable name, so don't bypass other checks.
27908
27909 2005-06-22 Juri Linkov <juri@jurta.org>
27910
27911 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
27912 Replace aliased functions with calls where second arg `inherit' is t.
27913
27914 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
27915
27916 * progmodes/gdb-ui.el (gdb-error): New variable.
27917 (gdb-error): New function.
27918 (gdb-annotation-rules): Act on error-begin and error annotations.
27919 (gdb-concat-output): Use font-lock-warning-face for errors.
27920
27921 2005-06-22 Miles Bader <miles@gnu.org>
27922
27923 * bindings.el (propertized-buffer-identification): Use renamed
27924 `Buffer-menu-buffer' face.
27925
27926 * faces.el (vertical-border): Rename from `vertical-divider'.
27927 (escape-glyph): Change dark-background color back to `cyan'.
27928
27929 2005-06-21 Juri Linkov <juri@jurta.org>
27930
27931 * faces.el (face-user-default-spec): Try getting `customized-face'
27932 prior to `saved-face'.
27933 (frame-background-mode): Refill docstring.
27934
27935 * emacs-lisp/lisp-mode.el (eval-defun-1):
27936 * emacs-lisp/edebug.el (edebug-eval-defun):
27937 Set `saved-face' temporarily to nil before calling form.
27938 Set `customized-face' to the new spec after that.
27939
27940 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
27941
27942 * subr.el (1value, lambda, key-substitution-in-progress):
27943 Doc fixes.
27944
27945 * autoinsert.el (auto-insert-alist):
27946 * ses.el (ses-call-printer):
27947 * subr.el (noreturn):
27948 * emacs-lisp/lisp.el (check-parens):
27949 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
27950 * net/browse-url.el (browse-url-mosaic):
27951 * progmodes/cc-defs.el (c-safe-scan-lists):
27952 * progmodes/ebnf-abn.el (ebnf-abn-lex):
27953 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
27954 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
27955 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
27956 * progmodes/ebnf-iso.el (ebnf-iso-lex):
27957 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
27958
27959 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
27960
27961 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
27962
27963 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
27964
27965 * calendar/appt.el (appt-make-list): Activate the package, if
27966 not already active (for backwards compatibility).
27967
27968 2005-06-20 Kim F. Storm <storm@cua.dk>
27969
27970 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
27971
27972 2005-06-20 Miles Bader <miles@gnu.org>
27973
27974 * faces.el (vertical-divider): New face.
27975
27976 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
27977
27978 * simple.el (kill-whole-line): Doc fix.
27979 (next-error-buffer-p, next-error-find-buffer)
27980 (clone-indirect-buffer): Fix typos in docstrings.
27981 (comment-line-break-function): Doc fix: don't say variable
27982 is automatically buffer-local (it isn't).
27983
27984 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
27985
27986 * net/tramp-ftp.el (top):
27987 * net/tramp-smb.el (top):
27988 * net/tramp-util.el (top):
27989 * net/tramp-uu.el (top):
27990 * net/tramp-vc.el (top):
27991 * net/tramp.el (top): Revert copyright years back to original
27992 ones. Tramp has a life outside GNU Emacs.
27993
27994 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
27995
27996 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
27997
27998 2005-06-18 Juri Linkov <juri@jurta.org>
27999
28000 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
28001 end of first regexp to limit the match to the position between
28002 line number and source line with same separator character as used
28003 between file name and line number. In the second regexp limit
28004 mouse-face area to file name and line number by adding new group
28005 for them and referring it in HYPERLINK arg.
28006 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
28007 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
28008 previous line where grep markers may be already removed.
28009
28010 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
28011
28012 * progmodes/ps-mode.el: Update version and maintainer's email address.
28013
28014 2005-06-18 Steve Youngs <steve@xemacs.org>
28015
28016 * net/browse-url.el (browse-url-browser-function)
28017 (browse-url-default-browser): Add firefox.
28018 (browse-url-firefox-program, browse-url-firefox-arguments)
28019 (browse-url-firefox-startup-arguments)
28020 (browse-url-firefox-new-window-is-tab): New defcustoms.
28021 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
28022
28023 2005-06-17 Richard M. Stallman <rms@gnu.org>
28024
28025 * startup.el (command-line): Warn if specified user name has
28026 no home directory.
28027
28028 * term.el (term-get-old-input, term-input-filter, term-input-sender)
28029 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
28030
28031 * longlines.el (longlines-mode, longlines-show-hard-newlines):
28032 Doc fixes.
28033
28034 * faces.el (underline): Try bold if terminal doesn't support underline.
28035
28036 * mail/sendmail.el (mail-setup-with-from): New variable.
28037 (mail-insert-from-field): New function.
28038 (sendmail-send-it): Call it.
28039 (mail-setup): Optionally call it here.
28040
28041 * term/linux.el: Call tty-no-underline.
28042
28043 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
28044
28045 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
28046
28047 2005-06-17 Miles Bader <miles@gnu.org>
28048
28049 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
28050 (ediff-current-diff-C, ediff-current-diff-Ancestor)
28051 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
28052 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
28053 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
28054 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
28055 Remove "-face" suffix from face names.
28056 (ediff-current-diff-face-A, ediff-current-diff-face-B)
28057 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
28058 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
28059 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
28060 (ediff-even-diff-face-A, ediff-even-diff-face-B)
28061 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
28062 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
28063 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
28064 New backward-compatibility aliases for renamed faces.
28065 (ediff-current-diff-face-A, ediff-current-diff-face-B)
28066 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
28067 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
28068 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
28069 (ediff-even-diff-face-A, ediff-even-diff-face-B)
28070 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
28071 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
28072 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
28073 Use renamed ediff faces.
28074
28075 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
28076 Remove "-face" suffix from face names.
28077 (eshell-test-ok-face, eshell-test-failed-face):
28078 New backward-compatibility aliases for renamed faces.
28079 (eshell-run-test): Use renamed eshell-test faces.
28080
28081 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
28082 face name.
28083 (eshell-prompt-face): New backward-compatibility alias for renamed
28084 face.
28085 (eshell-emit-prompt): Use renamed eshell-prompt face.
28086
28087 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
28088 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
28089 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
28090 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
28091 Remove "-face" suffix from face names.
28092 (eshell-ls-directory-face, eshell-ls-symlink-face)
28093 (eshell-ls-executable-face, eshell-ls-readonly-face)
28094 (eshell-ls-unreadable-face, eshell-ls-special-face)
28095 (eshell-ls-missing-face, eshell-ls-archive-face)
28096 (eshell-ls-backup-face, eshell-ls-product-face)
28097 (eshell-ls-clutter-face):
28098 New backward-compatibility aliases for renamed faces.
28099 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
28100
28101 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
28102 Remove "-face" suffix from face name.
28103 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
28104 instead of literal face.
28105
28106 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
28107
28108 * emacs-lisp/warnings.el (display-warning, lwarn)
28109 (warning-minimum-log-level): Doc fixes.
28110 (warning-minimum-level, warning-minimum-log-level):
28111 Add :debug to :type choices.
28112
28113 * progmodes/ada-mode.el (ada-format-paramlist)
28114 (ada-get-indent-case, ada-check-matching-start)
28115 (ada-check-defun-name, ada-goto-matching-decl-start)
28116 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
28117 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
28118 (ada-make-subprogram-body): Follow error conventions.
28119 (ada-case-exception-file, ada-indent-comment-as-code)
28120 (ada-indent-handle-comment-special, ada-indent-renames)
28121 (ada-indent-return, ada-search-directories-internal)
28122 (ada-tab-policy, ada-case-exception-substring)
28123 (ada-other-file-alist, ada-matching-start-re)
28124 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
28125 (ada-imenu-generic-expression, ada-compile-goto-error)
28126 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
28127 (ada-popup-menu, ada-add-extensions, ada-mode)
28128 (ada-region-selected, ada-create-case-exception)
28129 (ada-create-case-exception-substring, ada-after-keyword-p)
28130 (ada-activate-keys-for-case, ada-adjust-case-region)
28131 (ada-adjust-case-buffer, ada-format-paramlist)
28132 (ada-scan-paramlist, ada-insert-paramlist)
28133 (ada-indent-newline-indent)
28134 (ada-indent-newline-indent-conditional)
28135 (ada-justified-indent-current, ada-goto-previous-word)
28136 (ada-indent-current, ada-get-indent-open-paren)
28137 (ada-get-indent-paramlist, ada-get-indent-end)
28138 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
28139 (ada-get-indent-block-start, ada-get-indent-subprog)
28140 (ada-get-indent-noindent, ada-get-indent-label)
28141 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
28142 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
28143 (ada-goto-stmt-end, ada-goto-next-word)
28144 (ada-check-matching-start, ada-check-defun-name)
28145 (ada-goto-matching-decl-start, ada-goto-matching-start)
28146 (ada-goto-matching-end, ada-search-ignore-string-comment)
28147 (ada-in-decl-p, ada-looking-at-semi-or)
28148 (ada-looking-at-semi-private, ada-in-paramlist-p)
28149 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
28150 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
28151 (ada-next-procedure, ada-previous-procedure, ada-next-package)
28152 (ada-previous-package, ada-create-menu)
28153 (ada-fill-comment-paragraph-justify)
28154 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
28155 (ada-other-file-name, ada-last-which-function-line)
28156 (ada-last-which-function-subprog, ada-which-function)
28157 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
28158 (ada-gen-treat-proc, ada-check-emacs-version)
28159 (ada-continuation-indent, ada-align-region-separate):
28160 Fix typos in docstrings.
28161 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
28162
28163 2005-06-16 Lute Kamstra <lute@gnu.org>
28164
28165 * simple.el (fundamental-mode): Run after-change-major-mode-hook
28166 conditionally.
28167
28168 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
28169
28170 * comint.el (comint-replace-by-expanded-filename)
28171 (comint-prompt-regexp, comint-delimiter-argument-list)
28172 (comint-preinput-scroll-to-bottom):
28173 * info.el (Info-hide-cookies-node):
28174 * ls-lisp.el (ls-lisp-classify):
28175 * find-file.el (ff-search-directories, ff-special-constructs)
28176 (ff-find-other-file):
28177 * font-lock.el (font-lock-keywords):
28178 * shell.el (shell-prompt-pattern)
28179 (shell-dynamic-complete-functions, shell-mode)
28180 (shell-delimiter-argument-list):
28181 * term.el (term-replace-by-expanded-filename)
28182 (term-prompt-regexp, term-delimiter-argument-list):
28183 * woman.el (woman-ignore, woman0-if):
28184 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
28185 * emacs-lisp/elint.el (elint-init-env):
28186 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
28187 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
28188 * language/ethio-util.el (ethio-tilde-escape)
28189 (ethio-use-three-dot-question):
28190 * net/zone-mode.el (zone-mode-load-time-setup):
28191 * progmodes/cc-align.el (c-lineup-argcont):
28192 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
28193 * progmodes/cperl-mode.el (cperl-set-style-back):
28194 * progmodes/inf-lisp.el (inferior-lisp-prompt):
28195 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
28196 Fix spellings in docstrings.
28197
28198 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
28199 * progmodes/modula2.el (m2-for): Fix spellings.
28200
28201 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
28202
28203 * simple.el (undo-more): Don't use `format' on `error' arguments.
28204 Improve argument/docstring consistency.
28205 (pending-undo-list): Doc fix.
28206
28207 * smerge-mode.el (smerge-ensure-match):
28208 * emulation/vip.el (vip-ex):
28209 * net/zone-mode.el (zone-mode-update-serial):
28210 * progmodes/idlwave.el (idlwave-complete):
28211 * progmodes/vhdl-mode.el (vhdl-visit-file)
28212 (vhdl-compose-wire-components):
28213 Don't use `format' on `error' arguments.
28214
28215 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
28216 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
28217 (tooltip-help-tips): Fix typos in docstrings.
28218
28219 2005-06-16 David Ponce <david@dponce.com>
28220
28221 * tree-widget.el (tree-widget-value-create): Simplify last change.
28222
28223 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
28224
28225 * ido.el (ido-incomplete-regexp): New variable.
28226 (ido-set-matches-1): Handle invalid-regexp error and set
28227 ido-incomplete-regexp.
28228 (ido-incomplete-regexp): New face.
28229 (ido-completions): Use it.
28230 (ido-complete, ido-exit-minibuffer, ido-completions):
28231 Handle incomplete regexps.
28232 (ido-completions): Add check for complete match when entering a regexp.
28233
28234 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
28235
28236 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
28237
28238 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
28239
28240 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
28241 by field delimiters.
28242
28243 2005-06-15 David Ponce <david@dponce.com>
28244
28245 * tree-widget.el: eval-and-compile inlined functions so they will
28246 be available at run-time too.
28247 (tree-widget-super-format-handler)
28248 (tree-widget-format-handler): Remove.
28249 (tree-widget-value-create): Handle the :indent property.
28250
28251 2005-06-15 Miles Bader <miles@gnu.org>
28252
28253 * progmodes/which-func.el (which-func): Only inherit
28254 `font-lock-function-name-face' when that makes sense against the
28255 default mode-line face, otherwise set the face color explicitly.
28256
28257 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
28258 faces instead of (non-existent) variables.
28259
28260 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
28261
28262 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
28263 (iswitchb-get-matched-buffers): Likewise. Simplify.
28264
28265 2005-06-14 Miles Bader <miles@gnu.org>
28266
28267 * progmodes/ld-script.el (ld-script-location-counter):
28268 Remove "-face" suffix from face name.
28269 (ld-script-location-counter-face):
28270 New backward-compatibility alias for renamed face.
28271 (ld-script-location-counter-face): Use renamed face.
28272
28273 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
28274 (cperl-hash): Remove "-face" suffix from face names.
28275 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
28276 New backward-compatibility aliases for renamed faces.
28277 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
28278 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
28279
28280 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
28281 name.
28282 (which-func-face): New backward-compatibility alias for renamed face.
28283 (which-func-format): Use renamed which-func face.
28284
28285 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
28286 (vhdl-function, vhdl-directive, vhdl-reserved-word)
28287 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
28288 names.
28289 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
28290 (vhdl-speedbar-configuration, vhdl-speedbar-package)
28291 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
28292 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
28293 (vhdl-speedbar-architecture-selected)
28294 (vhdl-speedbar-configuration-selected)
28295 (vhdl-speedbar-package-selected)
28296 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
28297 names.
28298 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
28299 Use renamed faces.
28300 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
28301 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
28302 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
28303 Use renamed faces.
28304 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
28305 names.
28306 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
28307 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
28308 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
28309 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
28310 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
28311 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
28312
28313 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
28314 face name.
28315 (sh-heredoc-face): New backward-compatibility alias for renamed face.
28316 (sh-heredoc-face): Use renamed sh-heredoc face.
28317
28318 * progmodes/idlw-help.el (idlwave-help-link):
28319 Remove "-face" suffix from face name.
28320 (idlwave-help-link-face):
28321 New backward-compatibility alias for renamed face.
28322 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
28323
28324 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
28325 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
28326 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
28327 New backward-compatibility aliases for renamed faces.
28328 (idlwave-shell-disabled-breakpoint-face)
28329 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
28330
28331 * progmodes/flymake.el (flymake-errline, flymake-warnline):
28332 Remove "-face" suffix from face names.
28333 (flymake-errline-face, flymake-warnline-face):
28334 New backward-compatibility aliases for renamed faces.
28335 (flymake-highlight-line): Use renamed flymake faces.
28336
28337 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
28338 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
28339 (ebrowse-member-class, ebrowse-progress):
28340 Remove "-face" suffix from face names.
28341 (ebrowse-tree-mark-face, ebrowse-root-class-face)
28342 (ebrowse-file-name-face, ebrowse-default-face)
28343 (ebrowse-member-attribute-face, ebrowse-member-class-face)
28344 (ebrowse-progress-face):
28345 New backward-compatibility aliases for renamed faces.
28346 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
28347 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
28348 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
28349 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
28350
28351 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
28352 antlr-syntax)
28353 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
28354 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
28355 names.
28356 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
28357 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
28358 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
28359 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
28360 backward-compatibility aliases for renamed faces.
28361 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
28362 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
28363 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
28364 remove "font-lock-". Use renamed antlr-mode faces.
28365 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
28366 literal face-names with face variable references.
28367
28368 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
28369 face name.
28370 (Buffer-menu-buffer-face): New backward-compatibility alias for
28371 renamed face.
28372 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
28373
28374 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
28375
28376 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
28377 Eliminate "-face" suffix.
28378 (makefile-targets): Inherit from font-lock-function-name-face and
28379 eliminate "-face" suffix.
28380 (makefile-shell): Remove attributes and eliminate "-face" suffix.
28381 (makefile-*-font-lock-keywords): Append makefile-targets in rule
28382 actions, instead of prepending, to make it less visible.
28383 (makefile-previous-dependency, makefile-match-dependency):
28384 Don't match a target on a continuation line.
28385
28386 * files.el (auto-mode-alist): Put Makefile in gmake mode.
28387
28388 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
28389
28390 * progmodes/gdb-ui.el (menu): Re-order menu items.
28391 (gdb-tooltip-print): Respect tooltip-use-echo-area.
28392
28393 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
28394 Define in tooltip.el.
28395 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
28396 (gud-tooltip-tips): Respect tooltip-use-echo-area and
28397 gud-tooltip-echo-area.
28398
28399 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
28400 backward compatibility and make obsolete.
28401 (tooltip-help-tips): Use tooltip-use-echo-area.
28402 (tooltip-show-help-function): Rename to...
28403 (tooltip-show-help): ...this, because it is a function.
28404 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
28405
28406 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
28407
28408 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
28409 (edebug-print-length, edebug-print-level, edebug-print-circle)
28410 (edebug-modify-breakpoint, edebug-eval-last-sexp)
28411 (edebug-eval-print-last-sexp): Doc fixes.
28412
28413 2005-06-14 Kim F. Storm <storm@cua.dk>
28414
28415 * ido.el (ido-mode): Make a new keymap every time we enable ido,
28416 as the coverage buffer/file/both may change.
28417
28418 2005-06-14 Lute Kamstra <lute@gnu.org>
28419
28420 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
28421 and run-mode-hooks. Simplify.
28422
28423 * mail/rmailedit.el (rmail-edit-mode):
28424 * progmodes/octave-inf.el (inferior-octave-mode):
28425 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
28426
28427 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
28428 and run-mode-hooks.
28429 (recentf-edit-list, recentf-open-files): Don't call
28430 kill-all-local-variables directly.
28431
28432 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
28433
28434 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
28435
28436 * emacs-lisp/byte-run.el (make-obsolete)
28437 (define-obsolete-function-alias): Rename arguments FUNCTION and
28438 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
28439 (make-obsolete-variable, define-obsolete-variable-alias):
28440 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
28441 respectively.
28442
28443 * isearchb.el (isearchb-activate):
28444 * pcvs.el (cvs-mode):
28445 * ses.el (ses-load):
28446 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
28447 * net/tramp.el (tramp-find-file-exists-command)
28448 (tramp-find-shell):
28449 * progmodes/ada-mode.el (ada-create-case-exception)
28450 (ada-create-case-exception-substring, ada-make-subprogram-body):
28451 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
28452 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
28453 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
28454 * textmodes/org.el (org-promote, org-evaluate-time-range)
28455 (org-agenda-next-date-line, org-agenda-previous-date-line)
28456 (org-agenda-error, org-open-at-point, org-table-move-row)
28457 (org-format-table-table-html-using-table-generate-source)
28458 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
28459 * textmodes/reftex.el (reftex-access-scan-info):
28460 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
28461 (reftex-toc-promote-prepare): Follow error conventions.
28462
28463 * diff-mode.el (diff-mode): Fix typo in docstring.
28464
28465 * forms.el (forms--intuit-from-file): Fix reference to
28466 `forms-number-of-fields' in error message.
28467 (forms-print): Fix quoting in error message.
28468
28469 * forms.el (forms-mode):
28470 * emulation/vi.el (vi-goto-insert-state):
28471 * progmodes/flymake.el (flymake-new-err-info)
28472 (flymake-start-syntax-check-for-current-buffer)
28473 (flymake-simple-cleanup):
28474 * eshell/esh-var.el (eshell/export):
28475 * progmodes/gud.el (xdb):
28476 * textmodes/flyspell.el (flyspell-incorrect-hook)
28477 (flyspell-maybe-correct-transposition)
28478 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
28479
28480 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
28481
28482 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
28483 minibuffer prompt.
28484
28485 2005-06-13 Kim F. Storm <storm@cua.dk>
28486
28487 * subr.el (add-to-ordered-list): New defun.
28488
28489 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
28490 add cua--keymap-alist to emulation-mode-map-alists.
28491
28492 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
28493
28494 * subr.el (complete-in-turn): New macro.
28495 (dynamic-completion-table, lazy-completion-table): Add debug info.
28496
28497 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
28498 in preference to face aliases.
28499
28500 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
28501 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
28502 Remove unused vars `start' and `firstline'.
28503 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
28504 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
28505
28506 2005-06-13 Eli Zaretskii <eliz@gnu.org>
28507
28508 * cus-start.el (all): Don't complain about missing GTK-related
28509 variables, unless either `gtk' is boundp or this isn't a
28510 `windows-nt' build.
28511
28512 2005-06-13 Lute Kamstra <lute@gnu.org>
28513
28514 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
28515 run-mode-hooks.
28516
28517 * ediff-mult.el (ediff-meta-mode):
28518 * ediff-util.el (ediff-mode): Use run-mode-hooks.
28519
28520 * ledit.el (ledit-mode): Use delay-mode-hooks.
28521
28522 * woman.el (woman-mode-line-format): Delete constant.
28523 (woman-mode-map): Initialize it properly.
28524 (woman-mode): Set mode-class property to special.
28525 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
28526 Set major-mode and mode-name. Don't set mode-line-format directly.
28527 (Man-getpage-in-background): Don't reference woman-mode-line-format.
28528
28529 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
28530 string argument obsolete.
28531
28532 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
28533
28534 * textmodes/org.el (org-CUA-compatible): New option.
28535 (org-disputed-keys): New variable.
28536 (org-key): New function.
28537 (orgtbl-make-binding): Add docstring to the created function.
28538 (org-mode): Set paragraph start/separate regexps.
28539 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
28540 (org-archive-location, org-archive-mark-done)
28541 (org-archive-stamp-time): New options.
28542 (org-archive-subtree): New command.
28543 (org-fill-paragraph): New function.
28544 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
28545 (org-fake-empty-table-line): Function removed.
28546 (org-format-org-table-html): Do not create empty table lines at
28547 separator lines. Improved table header treatment.
28548 (org-link-format): New option.
28549 (org-make-link): New function.
28550 (org-insert-link, org-store-link): Use org-make-link.
28551 (org-open-file): Quote file name for shell command, to allow
28552 spaces in file names.
28553 (org-link-regexp): Fix bug with mailto link.
28554 (org-link-maybe-angles-regexp, org-protected-link-regexp):
28555 New constants.
28556 (org-export-as-html): Deal with the optional angles around a link.
28557 Better treatment of file: links.
28558 (org-open-at-point): Replace @{ and @} with < and >.
28559 (org-run-mode-hooks): Function removed.
28560 (org-agenda-mode): No longer use `org-run-mode-hooks'.
28561
28562 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
28563
28564 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
28565 MI command -data-list-register-values.
28566 (gdb-post-prompt): Indent properly.
28567
28568 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
28569
28570 * hilit-chg.el (highlight-changes-colors): Rename from
28571 `highlight-changes-colours'.
28572 (highlight-changes-colours): Keep as obsolete alias.
28573 (highlight-changes-face-list): Doc fix.
28574 (hilit-chg-make-list): Use `highlight-changes-colors'.
28575
28576 2005-06-12 Mark A. Hershberger <mah@everybody.org>
28577
28578 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
28579 defun-prompt-regexp.
28580
28581 2005-06-12 Eli Zaretskii <eliz@gnu.org>
28582
28583 * loadup.el: Don't say we are dumping under 2 names on windows-nt
28584 and cygwin.
28585
28586 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
28587 Don't use an old loaddefs.el, as in Makefile.in.
28588
28589 2005-06-12 Lute Kamstra <lute@gnu.org>
28590
28591 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
28592
28593 * man.el (Man-mode-map): Initialize it properly.
28594 (Man-mode): Set mode-class property to special.
28595
28596 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
28597
28598 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
28599
28600 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
28601 A newline is needed in the docstring there.
28602
28603 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
28604 Doc fixes.
28605
28606 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
28607
28608 * printing.el: Doc fix. The menubar is no more changed when printing
28609 is loaded, it only changes when pr-menu-bind or pr-update-menus is
28610 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
28611 (pr-version): New version number (6.8.4).
28612 (pr-menu-bind): New command.
28613 (pr-update-menus): Docstring and code fix.
28614 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
28615 Docstring fix.
28616 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
28617 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
28618
28619 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
28620
28621 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
28622 "Returns" to "return", document useful return values, etc.
28623
28624 2005-06-11 Alan Mackenzie <acm@muc.de>
28625
28626 * textmodes/fill.el (fill-context-prefix): Try `adaptive-fill-function'
28627 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
28628 (adaptive-file-function): Minor amendment to doc-string.
28629
28630 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
28631
28632 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
28633 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
28634 Fix :type--it is `integer', not `string'.
28635
28636 * faces.el (modeline-highlight): Rename from (the erroneous)
28637 `modeline-higilight'.
28638
28639 2005-06-11 Lute Kamstra <lute@gnu.org>
28640
28641 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
28642 lisp-interaction-mode-map but make it the parent.
28643 (edebug-eval-mode): Use define-derived-mode.
28644
28645 2005-06-11 Andreas Schwab <schwab@suse.de>
28646
28647 * bindings.el: Add binding of `ESC functionkey' for every
28648 `M-functionkey'.
28649 * hexl.el (hexl-mode-map): Likewise.
28650
28651 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
28652
28653 * progmodes/compile.el (compilation-error-regexp-alist-alist)
28654 [msft]: update regexp for newer msft compilers.
28655
28656 2005-06-10 Mark A. Hershberger <mah@everybody.org>
28657
28658 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
28659 ATTLIST portions of included DTDs.
28660 (xml-parse-dtd): Eliminate use of inefficient match-data.
28661
28662 2005-06-10 Miles Bader <miles@gnu.org>
28663
28664 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
28665 (mpuz-text): Remove "-face" suffix from face names.
28666 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
28667 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
28668 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
28669
28670 * play/gomoku.el (gomoku-O, gomoku-X):
28671 Remove "-face" suffix from face names.
28672 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
28673 New backward-compatibility aliases for renamed faces.
28674 (gomoku-font-lock-keywords): Use renamed gomoku faces.
28675
28676 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
28677
28678 * thumbs.el: Fixes for changes of 2005-06-09.
28679 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
28680 as a directory.
28681 (thumbs-thumbname): Remove directory separator from format string;
28682 `thumbs-thumbsdir' now returns a valid directory name.
28683 (thumbs-temp-dir): New defsubst.
28684 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
28685 Use it.
28686
28687 * cus-edit.el (minibuffer):
28688 * files.el (make-backup-file-name-function):
28689 * filesets.el (filesets-external-viewers):
28690 * hilit-chg.el (highlight-changes-colours)
28691 (highlight-changes-face-list, highlight-changes-rotate-faces):
28692 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
28693 * kmacro.el (kmacro-call-macro):
28694 * log-edit.el (log-edit-changelog-full-paragraphs):
28695 * mouse.el (mouse-1-click-follows-link):
28696 * skeleton.el (skeleton-autowrap):
28697 * subr.el (insert-for-yank-1):
28698 * tempo.el (tempo-insert-region):
28699 * terminal.el (terminal-emulator):
28700 * time.el (display-time-mail-face):
28701 * vc.el (vc-annotate):
28702 * vcursor.el (vcursor-copy-line):
28703 * woman.el (woman-bold-headings, woman-ignore)
28704 (woman-default-faces, woman-monochrome-faces):
28705 * calendar/todo-mode.el (todo-insert-threshold):
28706 * emulation/pc-select.el (pc-select-selection-keys-only)
28707 (pc-selection-mode):
28708 * emulation/vip.el (vip-find-char-forward):
28709 * emulation/viper-cmd.el (viper-find-char-forward):
28710 * international/mule-cmds.el
28711 (select-safe-coding-system-accept-default-p)
28712 (input-method-exit-on-invalid-key):
28713 * international/mule-diag.el (describe-coding-system):
28714 * international/ucs-tables.el (unify-8859-on-encoding-mode):
28715 * net/browse-url.el (browse-url-xterm-program):
28716 * obsolete/lazy-lock.el (lazy-lock-mode):
28717 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
28718 (cperl-mode):
28719 * progmodes/cpp.el (cpp-face-light-name-list)
28720 (cpp-face-dark-name-list):
28721 * progmodes/delphi.el (delphi-newline-always-indents):
28722 Fix spellings in docstrings.
28723
28724 * ido.el (ido-mode, ido-file-extensions-order)
28725 (ido-default-file-method, ido-default-buffer-method)
28726 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
28727 (ido-decorations, ido-read-file-name-as-directory-commands)
28728 (ido-read-file-name-non-ido, ido-work-directory-list)
28729 (ido-ignore-item-temp-list, ido-current-directory)
28730 (ido-magic-forward-char, ido-enter-find-file)
28731 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
28732 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
28733
28734 2005-06-10 Lute Kamstra <lute@gnu.org>
28735
28736 * play/dunnet.el (dun-mode): Use define-derived-mode.
28737 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
28738 obsolete alias.
28739
28740 * play/doctor.el (doctor-mode-map): Remove defvar.
28741 (doctor-mode): Use define-derived-mode.
28742
28743 * mail/mspools.el (mspools-mode):
28744 * net/eudc-hotlist.el (eudc-hotlist-mode):
28745 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
28746
28747 2005-06-10 Miles Bader <miles@gnu.org>
28748
28749 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
28750 Remove "-face" suffix from face names.
28751 (flyspell-incorrect-face, flyspell-duplicate-face):
28752 New backward-compatibility aliases for renamed faces.
28753 (flyspell-mode-on, make-flyspell-overlay)
28754 (flyspell-highlight-incorrect-region)
28755 (flyspell-highlight-duplicate-region)
28756 (flyspell-display-next-corrections)
28757 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
28758
28759 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
28760 from face name.
28761 (texinfo-heading-face): New backward-compatibility alias for
28762 renamed face.
28763 (texinfo-heading-face): Use renamed texinfo-heading face.
28764
28765 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
28766 suffix from face names.
28767 (tex-math-face, tex-verbatim-face):
28768 New backward-compatibility aliases for renamed faces.
28769 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
28770 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
28771 literal face name.
28772
28773 * textmodes/table.el (table-cell): Remove "-face" suffix from face
28774 name.
28775 (table-cell-face): New backward-compatibility alias for renamed face.
28776 (table--put-cell-face-property, table--update-cell-face):
28777 Use renamed table-cell face.
28778
28779 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
28780 from face name.
28781 (sgml-namespace-face): New backward-compatibility alias for
28782 renamed face.
28783 (sgml-namespace-face): Use renamed sgml-namespace face.
28784
28785 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
28786 (org-level-4, org-level-5, org-level-6, org-level-7)
28787 (org-level-8, org-warning, org-headline-done)
28788 (org-deadline-announce, org-scheduled-today)
28789 (org-scheduled-previously, org-link, org-done, org-table)
28790 (org-time-grid): Remove "-face" suffix from face names.
28791 (org-level-1-face, org-level-2-face, org-level-3-face)
28792 (org-level-4-face, org-level-5-face, org-level-6-face)
28793 (org-level-7-face, org-level-8-face, org-warning-face)
28794 (org-headline-done-face, org-deadline-announce-face)
28795 (org-scheduled-today-face, org-scheduled-previously-face)
28796 (org-link-face, org-done-face, org-table-face)
28797 (org-time-grid-face):
28798 New backward-compatibility aliases for renamed faces.
28799 (org-level-faces, org-set-font-lock-defaults, org-timeline)
28800 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
28801 (org-agenda-get-timestamps, org-agenda-get-scheduled)
28802 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
28803
28804 * emulation/viper-init.el (viper-search, viper-replace-overlay)
28805 (viper-minibuffer-emacs, viper-minibuffer-insert)
28806 (viper-minibuffer-vi): Remove "-face" suffix from face names.
28807 (viper-search-face, viper-replace-overlay-face)
28808 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
28809 (viper-minibuffer-vi-face):
28810 New backward-compatibility aliases for renamed faces.
28811 (viper-search-face, viper-replace-overlay-face)
28812 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
28813 (viper-minibuffer-vi-face): Use renamed viper faces.
28814
28815 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
28816 Remove "-face" suffix from face names.
28817 (testcover-nohits-face, testcover-1value-face):
28818 New backward-compatibility aliases for renamed faces.
28819 (testcover-mark): Use renamed testcover faces.
28820
28821 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
28822 face name.
28823 (diary-button-face): New backward-compatibility alias for renamed face.
28824 (diary-entry): Use renamed diary-button face.
28825
28826 * calendar/calendar.el (diary, calendar-today, holiday)
28827 (mark-visible-calendar-date): Remove "-face" suffix from face names.
28828 (diary-face, calendar-today-face, holiday-face):
28829 New backward-compatibility aliases for renamed faces.
28830 (eval-after-load "facemenu", diary-entry-marker)
28831 (calendar-today-marker, calendar-holiday-marker, diary-face):
28832 Use renamed calendar faces.
28833
28834 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
28835 (compare-windows-face): New backward-compatibility alias for
28836 renamed face.
28837 (compare-windows-highlight): Use renamed compare-windows face.
28838
28839 * strokes.el (strokes-char): Remove "-face" suffix from face name.
28840 (strokes-char-face): New backward-compatibility alias for renamed face.
28841 (strokes-encode-buffer): Use renamed strokes-char face.
28842
28843 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
28844 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
28845 Remove "-face" suffix from face names.
28846 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
28847 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
28848 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
28849 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
28850 Use renamed pcvs faces.
28851 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
28852 * pcvs-defs.el (cvs-mode-map): Likewise.
28853 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
28854
28855 * info.el (info-title-1, info-title-2, info-title-3)
28856 (info-title-4): Remove "-face" suffix from and downcase face names.
28857 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
28858 (Info-title-4-face):
28859 New backward-compatibility aliases for renamed faces.
28860 (Info-fontify-node): Use renamed info faces.
28861
28862 * hilit-chg.el (highlight-changes, highlight-changes-delete):
28863 Remove "-face" suffix from face names.
28864 (highlight-changes-face, highlight-changes-delete-face):
28865 New backward-compatibility aliases for renamed faces.
28866 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
28867 (hilit-chg-make-list): Use renamed highlight-changes faces.
28868
28869 * generic-x.el (show-tabs-tab, show-tabs-space):
28870 Remove "-face" suffix from face names.
28871 (show-tabs-tab-face, show-tabs-space-face):
28872 New backward-compatibility aliases for renamed faces.
28873 (show-tabs-generic-mode-font-lock-defaults-1)
28874 (show-tabs-generic-mode-font-lock-defaults-2):
28875 Use renamed show-tabs faces.
28876
28877 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
28878 (smerge-markers): Remove "-face" suffix from face names.
28879 (smerge-mine-face, smerge-other-face, smerge-base-face)
28880 (smerge-markers-face):
28881 New backward-compatibility aliases for renamed faces.
28882 (smerge-mine-face, smerge-other-face, smerge-base-face)
28883 (smerge-markers-face): Use renamed smerge faces.
28884
28885 * log-view.el (log-view-file, log-view-message): Remove "-face"
28886 suffix from face names.
28887 (log-view-file-face, log-view-message-face):
28888 New backward-compatibility aliases for renamed faces.
28889 (log-view-file-face, log-view-message-face): Use renamed log-view
28890 faces.
28891
28892 * paren.el (show-paren-match, show-paren-mismatch):
28893 Remove "-face" suffix from face names.
28894 (show-paren-match-face, show-paren-mismatch-face):
28895 New backward-compatibility aliases for renamed faces.
28896 (show-paren-function): Use renamed show-paren faces.
28897
28898 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
28899 (ruler-mode-margins, ruler-mode-fringes)
28900 (ruler-mode-column-number, ruler-mode-fill-column)
28901 (ruler-mode-comment-column, ruler-mode-goal-column)
28902 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
28903 suffix from face names.
28904 (ruler-mode-default-face, ruler-mode-pad-face)
28905 (ruler-mode-margins-face, ruler-mode-fringes-face)
28906 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
28907 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
28908 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
28909 New backward-compatibility aliases for renamed faces.
28910 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
28911 (ruler-mode-column-number, ruler-mode-fill-column)
28912 (ruler-mode-comment-column, ruler-mode-goal-column)
28913 (ruler-mode-tab-stop, ruler-mode-current-column)
28914 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
28915 faces.
28916
28917 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
28918 face name.
28919 (whitespace-highlight-the-space): Use renamed face.
28920 (whitespace-highlight-face): New backward-compatibility alias for
28921 renamed face.
28922
28923 * woman.el (woman-italic, woman-bold, woman-unknown)
28924 (woman-addition, woman-symbol-face):
28925 Remove "-face" suffix from face names.
28926 (woman-italic-face, woman-bold-face, woman-unknown-face)
28927 (woman-addition-face):
28928 New backward-compatibility aliases for renamed faces.
28929 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
28930 (woman-decode-region, woman-replace-match)
28931 (woman-display-extended-fonts, woman-special-characters)
28932 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
28933 Use renamed woman faces.
28934
28935 * longlines.el (longlines-visible-face): Face removed.
28936
28937 * diff-mode.el (diff-header, diff-file-header, diff-index)
28938 (diff-hunk-header, diff-removed, diff-added, diff-changed)
28939 (diff-function, diff-context, diff-nonexistent): Remove "-face"
28940 suffix from face names.
28941 (diff-header-face, diff-file-header-face, diff-index-face)
28942 (diff-hunk-header-face, diff-removed-face, diff-added-face)
28943 (diff-changed-face, diff-function-face, diff-context-face)
28944 (diff-nonexistent-face): New backward-compatibility aliases for
28945 renamed faces.
28946 (diff-header-face, diff-file-header-face)
28947 (diff-index, diff-index-face, diff-hunk-header)
28948 (diff-hunk-header-face, diff-removed, diff-removed-face)
28949 (diff-added, diff-added-face, diff-changed-face, diff-function)
28950 (diff-function-face, diff-context-face, diff-nonexistent)
28951 (diff-nonexistent-face): Use renamed diff-mode faces.
28952
28953 * progmodes/compile.el (compilation-warning-face)
28954 (compilation-info-face): Remove "-face" suffix from face names.
28955 (compilation-warning-face, compilation-info-face):
28956 New backward-compatibility aliases for renamed faces.
28957 (compilation-warning-face, compilation-info-face):
28958 Use renamed compilation faces.
28959
28960 * add-log.el (change-log-date, change-log-name)
28961 (change-log-email, change-log-file, change-log-list)
28962 (change-log-conditionals, change-log-function)
28963 (change-log-acknowledgement): Remove "-face" suffix from face names.
28964 (change-log-date-face, change-log-name-face)
28965 (change-log-email-face, change-log-file-face)
28966 (change-log-list-face, change-log-conditionals-face)
28967 (change-log-function-face, change-log-acknowledgement-face):
28968 New backward-compatibility aliases for renamed faces.
28969 (change-log-font-lock-keywords): Use renamed change-log faces.
28970
28971 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
28972 (custom-set, custom-changed, custom-saved, custom-button)
28973 (custom-button-pressed, custom-documentation, custom-state)
28974 (custom-comment, custom-comment-tag, custom-variable-tag)
28975 (custom-variable-button, custom-face-tag, custom-group-tag-1)
28976 (custom-group-tag): Remove "-face" suffix from face names.
28977 (custom-magic-alist, custom-magic-value-create)
28978 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
28979 (custom-invalid-face, custom-rogue-face, custom-modified-face)
28980 (custom-set-face, custom-changed-face, custom-saved-face)
28981 (custom-button-face, custom-button-pressed-face)
28982 (custom-documentation-face, custom-state-face)
28983 (custom-comment-face, custom-comment-tag-face)
28984 (custom-variable-tag-face, custom-variable-button-face)
28985 (custom-face-tag-face, custom-group-tag-face-1)
28986 (custom-group-tag-face):
28987 New backward-compatibility aliases for renamed faces.
28988
28989 * wid-edit.el (widget-documentation, widget-button)
28990 (widget-field, widget-single-line-field, widget-inactive)
28991 (widget-button-pressed): "-face" suffix removed from face names.
28992 (widget-documentation-face, widget-button-face)
28993 (widget-field-face, widget-single-line-field-face)
28994 (widget-inactive-face, widget-button-pressed-face):
28995 New backward-compatibility aliases for renamed faces.
28996 (widget-documentation-face, widget-button-face)
28997 (widget-button-pressed-face, widget-specify-field)
28998 (widget-specify-inactive): Use renamed widget faces.
28999
29000 2005-06-10 Kenichi Handa <handa@m17n.org>
29001
29002 * term/x-win.el (x-clipboard-yank): Remove condition-case
29003 wrapping.
29004
29005 2005-06-11 Kenichi Handa <handa@m17n.org>
29006
29007 * add-log.el (change-log-font-lock-keywords): Make the regexp for
29008 date lines stricter.
29009
29010 2005-06-10 Zhang Wei <id.brep@gmail.com>
29011
29012 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
29013 of x-get-selection.
29014
29015 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
29016
29017 * comint.el (comint-mode, comint-snapshot-last-prompt):
29018 * frame.el (frame-current-scroll-bars):
29019 * term.el (term-mode, term-check-proc, term-input-sender)
29020 (term-simple-send, term-extract-string, term-word)
29021 (term-match-partial-filename):
29022 * window.el (window-current-scroll-bars):
29023 * emulation/cua-base.el (cua-normal-cursor-color)
29024 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
29025 (cua-global-mark-cursor-color):
29026 * mail/undigest.el (rmail-forward-separator-regex):
29027 Fix typos in docstrings.
29028
29029 * comint.el (comint-check-proc, make-comint-in-buffer)
29030 (comint-source-default): Doc fixes.
29031
29032 * term.el (term-send-string): Improve argument/docstring consistency.
29033
29034 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
29035
29036 * comint.el (comint-send-input): Bind `inhibit-read-only' around
29037 call to `delete-region'.
29038 (comint-mode-hook): Do not enable Font Lock by default.
29039
29040 2005-06-09 Lute Kamstra <lute@gnu.org>
29041
29042 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
29043 could be void.
29044
29045 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
29046
29047 * emacs-lisp/debug.el (debugger-will-be-back): New var.
29048 (debug): Use it.
29049 (debugger-step-through, debugger-continue, debugger-jump)
29050 (debugger-return-value): Set it when needed.
29051 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
29052 Use inhibit-read-only.
29053
29054 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
29055
29056 * window.el (shrink-window-if-larger-than-buffer)
29057 (window-size-fixed): Fix typo in docstring.
29058
29059 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
29060 thumbnails directory on loading.
29061 (thumbs-conversion-program): Use `eq' to check the system type,
29062 not `equal'.
29063 (thumbs-temp-dir): Initialize to `temporary-file-directory',
29064 not "/tmp". Fix docstring.
29065 (thumbs-thumbsdir): New function to return the thumbnails
29066 directory, creating it if needed.
29067 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
29068 (thumbs-temp-file): Delete variable and make it into a function.
29069 (thumbs-resize-image, thumbs-modify-image): Use it.
29070 (thumbs-kill-buffer): Simplify.
29071 (thumbs-gensym): Defalias or duplicate CL `gensym'.
29072 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
29073 docstrings.
29074
29075 2005-06-09 Kim F. Storm <storm@cua.dk>
29076
29077 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
29078 set-match-data to free markers in match-data.
29079
29080 * replace.el (replace-match-data): Pass RESEAT arg `t' to
29081 match-data to unchain markers in match-data.
29082
29083 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
29084
29085 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
29086 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
29087 unnecessary now.
29088
29089 2005-06-08 Richard M. Stallman <rms@gnu.org>
29090
29091 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
29092 give the variable a doc string that doesn't say don't set it directly.
29093
29094 * textmodes/ispell.el (ispell-check-version):
29095 Use match-string-no-properties.
29096 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
29097 (ispell-buffer-local-words): Likewise.
29098
29099 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
29100 except on terminals with enough colors to really display it.
29101 (makefile-dependency-regex): Delete spurious `bb'.
29102
29103 * faces.el (escape-glyph): Use blue once again in last case.
29104 (no-break-space): Redefine so that it isn't invisible on a tty.
29105
29106 2005-06-08 Kim F. Storm <storm@cua.dk>
29107
29108 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
29109 also when reading directory name.
29110
29111 2005-06-08 Lute Kamstra <lute@gnu.org>
29112
29113 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
29114 (flyspell-mode-line-string): Remove autoload cookie.
29115 (flyspell-mode): Remove defvar.
29116
29117 2005-06-07 Lute Kamstra <lute@gnu.org>
29118
29119 * textmodes/org.el (org-run-mode-hooks): New function.
29120 (org-agenda-mode): Use it.
29121
29122 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
29123
29124 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
29125
29126 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
29127
29128 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
29129
29130 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
29131
29132 * font-lock.el (font-lock-add-keywords): Doc fix.
29133
29134 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
29135
29136 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
29137 (tex-compile-default): In the absence of any history, use the order in
29138 tex-compile-alist to choose the preferred command.
29139 (tex-compile-commands): Reorder a bit.
29140
29141 * textmodes/flyspell.el (flyspell-auto-correct-binding)
29142 (flyspell-incorrect-face, flyspell-duplicate-face):
29143 Use (X)Emacs-agnostic code.
29144 (flyspell-mode-map): Don't overwrite at each load. Remove code
29145 redundant with the subsequent add-minor-mode. Merge Emacs and
29146 XEmacs code.
29147 (flyspell-word): Minor simplification.
29148 (flyspell-math-tex-command-p): Quieten the byte-compiler.
29149 (flyspell-external-point-words): Remove unused vars `size' and `start'.
29150 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
29151 Merge the corresponding Emacs code.
29152 (flyspell-correct-word, flyspell-xemacs-popup):
29153 Use flyspell-do-correct.
29154
29155 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
29156 a dedicated window.
29157
29158 * international/latexenc.el (latexenc-find-file-coding-system):
29159 Undo part of last patch, to turn off a compiler warning.
29160
29161 2005-06-06 Juri Linkov <juri@jurta.org>
29162
29163 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
29164 Rename `tmm-inactive-face' to `tmm-inactive'.
29165
29166 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
29167
29168 * iswitchb.el: Rename faces.
29169
29170 2005-06-06 Kim F. Storm <storm@cua.dk>
29171
29172 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
29173 (cua-global-mark): Remove -face suffix from face names.
29174
29175 * emulation/cua-gmrk.el (cua--init-global-mark):
29176 Remove cua-global-mark face setup.
29177
29178 2005-06-06 Richard M. Stallman <rms@gnu.org>
29179
29180 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
29181 just like other allowed characters.
29182 (makefile-match-dependency): Exclude leading and training whitespace
29183 from the range of regexp subexp 1.
29184 (makefile-macroassign-regex): Don't try to match the body,
29185 just the name of the macro being defined.
29186
29187 * info.el (Info-read-node-name-2): New function.
29188 (Info-read-node-name-1): Use that.
29189 Add a completion-base-size-function property.
29190
29191 * simple.el (completion-setup-function): Look for
29192 completion-base-size-function property of minibuffer-completion-table.
29193
29194 * files.el (locate-file-completion): Doc fix.
29195
29196 * printing.el: Don't call pr-update-menus; user must do that.
29197
29198 * emacs-lisp/debug.el (debugger-window): New variable.
29199 (debug): Use debugger-window if it is set and still alive.
29200 Record debugger-window for next entry.
29201
29202 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
29203
29204 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
29205
29206 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
29207 (hack-one-local-variable, hack-local-variables)
29208 (hack-local-variables-prop-line): Pass that arg.
29209
29210 2005-06-06 Kim F. Storm <storm@cua.dk>
29211
29212 * ido.el (ido-first-match, ido-only-match, ido-subdir)
29213 (ido-indicator): Remove -face suffix from face names.
29214
29215 2005-06-06 Juri Linkov <juri@jurta.org>
29216
29217 * font-lock.el (font-lock-regexp-backslash)
29218 (font-lock-regexp-backslash-construct): New faces.
29219 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
29220 after `('. Add `while-no-input' to control structures.
29221
29222 * faces.el (no-break-space, shadow): New faces.
29223 (escape-glyph): Use less loud colors pink2 and red4.
29224
29225 * diff-mode.el (diff-context-face)
29226 * dired.el (dired-ignored)
29227 * rfn-eshadow.el (file-name-shadow)
29228 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
29229
29230 * info.el (Info-title-1-face): Use green instead of yellow because
29231 bold yellow is not readable on light backgrounds.
29232
29233 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
29234 before selecting the desired mode to not spend time fontifying
29235 old contents.
29236
29237 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
29238
29239 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
29240 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
29241
29242 * ps-print.el (ps-default-fg, ps-default-bg):
29243 Fix typos in docstrings.
29244
29245 * isearchb.el (isearchb): Don't pass a spurious second argument to
29246 `iswitchb-completions'.
29247
29248 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
29249
29250 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
29251 to preserve point.
29252 (gdb-find-file-hook): Add doc string.
29253
29254 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
29255 C dereferenced pointer expression.
29256 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
29257
29258 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
29259
29260 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
29261 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
29262 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
29263 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
29264 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
29265 Make background transparent.
29266
29267 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
29268
29269 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
29270 (font-lock-remove-keywords): Doc fix.
29271 (font-lock-mode-major-mode): Compiler defvar.
29272 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
29273
29274 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
29275 (font-lock-mode): Update `font-lock-mode-major-mode'.
29276 (font-lock-set-defaults): Compiler defvar.
29277 (font-lock-default-function): Take `font-lock-mode-major-mode'
29278 into account.
29279
29280 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
29281 keep track of which major mode it enabled the minor mode for.
29282 Use find-file-hook again. Update docstring.
29283
29284 * simple.el (eval-expression-print-level)
29285 (eval-expression-print-length, eval-expression-debug-on-error):
29286 Doc fixes.
29287
29288 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
29289
29290 * iswitchb.el (iswitchb-single-match-face)
29291 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
29292 (iswitchb-invalid-regexp-face): New faces.
29293 (iswitchb-completions): Use them.
29294 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
29295 now marked as an obsolete alias.
29296 (iswitchb-read-buffer): Remove check for bound font variables.
29297 (iswitchb-invalid-regexp): New free variable.
29298 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
29299 set iswitchb-invalid-regexp.
29300 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
29301 invalid regexps.
29302 (iswitchb-completions): Add check for complete match when entering
29303 a regexp.
29304 (iswitchb-completions): Remove require-match argument.
29305 (iswitchb-exhibit): Fix caller.
29306 (iswitchb-common-match-inserted): New variable.
29307 (iswitchb-complete, iswitchb-completion-help): Use it.
29308
29309 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
29310
29311 * url/url-http.el (url-http-chunked-encoding-after-change-function):
29312 Use `url-http-debug' instead of `message'.
29313
29314 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
29315
29316 * url/url-http.el (url-http-parse-headers): Pass redirected URL
29317 as a callback argument.
29318
29319 2005-06-04 Kim F. Storm <storm@cua.dk>
29320
29321 * simple.el (line-move): Only call sit-for when moving backwards.
29322
29323 * ido.el (ido-make-merged-file-list-1): New defun split from
29324 ido-make-merged-file-list.
29325 (ido-make-merged-file-list): Bind throw-on-input around call to
29326 ido-make-merged-file-list-1. Return input-pending-p if
29327 interrupted by more input available.
29328 (ido-read-internal): Handle input-pending-p return value from
29329 ido-make-merged-file-list.
29330
29331 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
29332
29333 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
29334 compatibility code.
29335
29336 * international/latexenc.el (latexenc-find-file-coding-system):
29337 Don't inherit the EOL part of the coding-system from the
29338 tex-main buffer. Fit within 80 columns.
29339
29340 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
29341
29342 * tmm.el (tmm-inactive-face): New face.
29343 (tmm-remove-inactive-mouse-face): New function.
29344 (tmm-prompt, tmm-add-one-shortcut)
29345 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
29346 but not selectable.
29347
29348 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
29349
29350 * faces.el (face-equal): Improve argument/docstring consistency.
29351
29352 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
29353
29354 * progmodes/make-mode.el (makefile-targets-face)
29355 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
29356 (makefile-bsdmake-dependency-regex)
29357 (makefile-makepp-rule-action-regex)
29358 (makefile-bsdmake-rule-action-regex): New constants.
29359 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
29360
29361 * progmodes/compile.el (compilation-error-regexp-alist-alist):
29362 Allow (...) within `...' for makepp messages.
29363
29364 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
29365
29366 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
29367
29368 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
29369 "." files are deleted from all file lists before comparison.
29370
29371 * emulation/viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
29372 (viper-ESC-key): Made them customizable.
29373
29374 * emulation/viper.el (viper-non-hook-settings):
29375 Fix the names of defadvices.
29376
29377 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
29378
29379 * autorevert.el (auto-revert-buffers): Use save-match-data.
29380
29381 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
29382
29383 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
29384 menu items with a nil command binding.
29385
29386 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
29387
29388 * emacs-lisp/cl-macs.el (defsetf):
29389 Improve argument/docstring consistency.
29390
29391 * faces.el (list-faces-display): Improve the formatting by
29392 computing the maximum length required for any face-name (reworked
29393 patch of 1999-01-11, accidentally deleted on 1999-07-21).
29394 (internal-find-face): Remove redundant info in docstring.
29395
29396 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
29397
29398 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
29399 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
29400 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
29401 (gdb-assembler-custom): Improve regexps.
29402 (def-gdb-auto-update-handler): Use window point to preserve point.
29403
29404 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
29405
29406 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
29407
29408 2005-05-31 Jay Belanger <belanger@truman.edu>
29409
29410 * calc/calc-embed.el (calc-embedded-word): Change argument passed
29411 to calc-embedded.
29412 (calc-embedded-make-info): Have plain prefix argument select
29413 entire line.
29414
29415 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
29416
29417 * faces.el (list-faces-display): Signal error if passed a regexp
29418 that matches no face name.
29419
29420 * simple.el (filter-buffer-substring): Fix typo in docstring.
29421
29422 2005-05-31 Richard M. Stallman <rms@gnu.org>
29423
29424 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
29425 (vhdl-emacs-21): Doc fix.
29426 (vhdl-mode): Unconditionally set comment-padding.
29427 (vhdl-fixup-whitespace-region): Insert spaces only where
29428 there are none.
29429 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
29430
29431 2005-05-30 John Wiegley <johnw@newartisans.com>
29432
29433 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
29434 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
29435 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
29436 `directory-sep-char' to ?/, and all uses of `string-to-int' to
29437 `string-to-number'.
29438
29439 2005-05-30 Jay Belanger <belanger@truman.edu>
29440
29441 * calc/calc.el (calc-bug-address): Fix docstring.
29442 (calc-window-hook, calc-trail-window-hook): New variables.
29443 (calc-trail-display): Restore use of calc-trail-window-hook.
29444 (calc): Restore use of calc-window-hook.
29445
29446 2005-05-31 Masatake YAMATO <jet@gyve.org>
29447
29448 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
29449
29450 * help-fns.el (help-C-file-name): Add autoload mark for
29451 `find-function-noselect'.
29452
29453 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
29454
29455 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
29456 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
29457
29458 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
29459
29460 * calendar/diary-lib.el (mark-included-diary-files): Only kill
29461 included diary buffer if it was not already being visited.
29462 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
29463
29464 * calendar/icalendar.el (top-level): Do not require appt.
29465
29466 * mail/supercite.el (sc-select-attribution): Only use a list
29467 element from sc-attrib-selection-list if it returns a string.
29468 Reported by Davide G. M. Salvetti <salve@debian.org>.
29469
29470 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
29471
29472 * thumbs.el (thumbs-thumbname): The resulting thumbname now
29473 includes a hash value to improve its uniqueness, and has a ".jpg"
29474 extension. Also, it is now a valid filename on all systems.
29475 (thumbs-make-thumb): Use `let', not `let*'.
29476 (thumbs-show-thumbs-list): Check for JPEG availability.
29477
29478 2005-05-30 Richard M. Stallman <rms@gnu.org>
29479
29480 * filesets.el (filesets-menu-ensure-use-cached):
29481 Prevent warning when emacs-version>= is undefined.
29482
29483 * printing.el (pr-interactive-n-up): Use string-to-number.
29484
29485 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
29486
29487 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
29488 Warn only when name to be defined is quoted.
29489
29490 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
29491
29492 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
29493 Make regexp more robust.
29494 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
29495 Force regeneration of disassembly.
29496
29497 2005-05-29 Jay Belanger <belanger@truman.edu>
29498
29499 * calc/calc.el (calc-user-invocation): Check if
29500 calc-invocation-macro is non-nil.
29501
29502 2005-05-29 Juri Linkov <juri@jurta.org>
29503
29504 * add-log.el (change-log-font-lock-keywords):
29505 Add `+' to e-mail regexp to accept mail address with keywords.
29506
29507 * man.el (Man-name-regexp): Add `:' to accept qualified names.
29508
29509 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
29510
29511 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
29512
29513 * ielm.el (inferior-emacs-lisp-mode): Ditto.
29514
29515 2005-05-29 Richard M. Stallman <rms@gnu.org>
29516
29517 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
29518 Undo the change that moves to end of the current word.
29519
29520 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
29521
29522 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
29523 Throw error when count <= 0 to ensure input is a number.
29524 (gdb-read-memory-custom): Pick up address from buffer.
29525 (gdb-memory-mode): Allow user to increment and decrement
29526 memory address from header line.
29527
29528 2005-05-29 Richard M. Stallman <rms@gnu.org>
29529
29530 * textmoddes/flyspell.el (flyspell-version): Function deleted.
29531 (flyspell-auto-correct-previous-hook): Doc fix.
29532
29533 * jit-lock.el (jit-lock-function, jit-lock-after-change):
29534 Do nothing if memory is full.
29535
29536 * font-lock.el (font-lock-fontify-syntactically-region):
29537 Pass t for GREEDY to looking-back.
29538
29539 * saveplace.el (save-place-alist-to-file): Write the file
29540 using write-region.
29541
29542 * subr.el (looking-back): New argument GREEDY.
29543
29544 * progmodes/compile.el (compilation-start): Set the mode
29545 before inserting the initial text.
29546
29547 * progmodes/which-func.el (which-func-update-1): Turn the mode
29548 off in case of error by setting which-func-mode.
29549
29550 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
29551
29552 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
29553 Narrow down to what's on the screen, and recenter overlays
29554 at the end of the next word.
29555
29556 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
29557
29558 * textmodes/flyspell.el (flyspell-emacs, flyspell-use-local-map):
29559 8Vars moved up.
29560 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
29561 (flyspell-abbrev-p): Default to nil.
29562 (flyspell-use-global-abbrev-table-p): Doc fix.
29563 (flyspell-large-region): Allow nil as value.
29564 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
29565
29566 (mail-mode-flyspell-verify): More robust handling
29567 of `mail-header-separator'. More efficient signature detection.
29568 Allow for regexp metacharacters in message-header-separator.
29569 Adding `To' not to be checked in mail-mode-flyspell-verify.
29570
29571 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
29572 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
29573 Bind flyspell-auto-correct-binding.
29574 Bind C-. and C-, .
29575 (flyspell-mode-map): Likewise.
29576 (flyspell-mode): Doc fix.
29577 (flyspell-accept-buffer-local-defs): Preserve current buffer.
29578 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
29579 (flyspell-word-cache-result): New var, always local.
29580 (flyspell-check-pre-word-p): Doc fix.
29581 (flyspell-check-changed-word-p): Handle spc like newline.
29582 (flyspell-post-command-hook): Set flyspell-word-cache-result.
29583 (flyspell-word-search-backward, flyspell-word-search-forward):
29584 New functions.
29585 (flyspell-word): Return t if nothing to check.
29586 When parsing TeX code, check for after } or \.
29587 Use flyspell-word-search-backward to find previous word.
29588 Return nil if duplicated word.
29589 For word already checked, return same value as last time.
29590 Set flyspell-word-cache-result after checking.
29591 Don't clobber the return value.
29592 (flyspell-get-word): Major rewrite.
29593 (flyspell-external-point-words): New locals pword, pcount.
29594 Fix size used in progress message.
29595 Find the proper corresponding word in flyspell-large-region-buffer.
29596 (flyspell-region): Check for flyspell-large-region = nil.
29597 (flyspell-highlight-incorrect-region): Clean up overlays in region.
29598 (flyspell-auto-correct-word): Check that WORD is a cons.
29599 (flyspell-correct-word): Likewise.
29600
29601 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
29602
29603 * progmodes/make-mode.el (makefile-rule-action-regex)
29604 (makefile-macroassign-regex, makefile-makepp-mode)
29605 (makefile-bsdmake-mode): Continuation lines may be empty.
29606 Reported by Joshua Varner.
29607 (makefile-makepp-font-lock-keywords): Add $(stem).
29608
29609 2005-05-28 Karl Berry <karl@gnu.org>
29610
29611 * textmodes/tex-mode.el: Now that tex-send-command calls
29612 shell-quote-argument (2005-03-31 change), remove all calls to
29613 shell-quote-argument; they all end up invoking tex-send-command.
29614 The double quoting loses on filenames with non-safe characters,
29615 such as "@". Reported by Frederik Fouvry.
29616
29617 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
29618
29619 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
29620 about preserving point.
29621
29622 2005-05-27 Jay Belanger <belanger@truman.edu>
29623
29624 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
29625 Info-goto-node.
29626
29627 * calc/calc-embed.el (calc-embed-arg): New variable.
29628 (calc-do-embedded-activate, calc-embedded-activate-formula)
29629 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
29630 variable by new variable.
29631 (calc-embedded-make-info): Replace undeclared variable by new
29632 variable. When selecting region with positive prefix
29633 argument, use end of previous line instead of beginning of line.
29634
29635 * calc/calc-aent.el (calc-arg-values): Declare it.
29636
29637 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
29638 Declare them.
29639
29640 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
29641
29642 * calc/calc.el (calc-alg-map): Declare it.
29643
29644 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
29645
29646 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
29647
29648 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
29649 (gdb-registers-buffer, toggle-gdb-all-registers):
29650 Toggle display of floating point registers.
29651 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
29652
29653 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
29654 (toggle-gud-tooltip-dereference):
29655 Rename from gud-toggle-tooltip-dereference.
29656
29657 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
29658
29659 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
29660
29661 2005-05-27 Jay Belanger <belanger@truman.edu>
29662
29663 * calc/calc-prog.el (calc-kbd-report): Remove.
29664 (calc-kbd-query): Rewrite.
29665
29666 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
29667
29668 * image.el (image-library-alist): Move to image.c.
29669 (image-type-available-p): Doc fix.
29670
29671 2005-05-27 Lute Kamstra <lute@gnu.org>
29672
29673 * calc/calc.el (calc):
29674 * outline.el (outline-1, outline-2, outline-3, outline-4)
29675 (outline-5, outline-6, outline-7, outline-8):
29676 * textmodes/dns-mode.el (dns-mode):
29677 * textmodes/sgml-mode.el (sgml-namespace-face):
29678 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
29679 (tex-verbatim-face, tex-use-reftex):
29680 * textmodes/texinfo.el (texinfo-heading-face):
29681 Specify customization group.
29682
29683 * longlines.el: Don't require easy-mmode.
29684 (longlines-visible-face): Specify customization group.
29685
29686 2005-05-27 Kenichi Handa <handa@m17n.org>
29687
29688 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
29689 encoding table of windows-1251.
29690
29691 * international/ucs-tables.el (ucs-set-table-for-input):
29692 If translation-table-for-input of a coding system is a symbol, get
29693 its translation-table property.
29694
29695 * international/code-pages.el: Don't register a coding system into
29696 non-iso-charset-alist more than once.
29697 (cp-make-coding-system): Likewise.
29698
29699 2005-05-26 John Wiegley <johnw@newartisans.com>
29700
29701 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
29702 `eshell-resume-eval' is wrapped in a list, it indicates that the
29703 command was run asynchronously. In that case, unwrap the value
29704 before checking the delimiter value.
29705
29706 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
29707 character before a space at the end of a line is \, assume the space
29708 is part of the last argument rather than a final argument separator.
29709
29710 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
29711 is in use, and the target is `t' or `nil' (which are the most common
29712 values), don't assume that the symbol target is a buffer.
29713
29714 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
29715
29716 * calendar/calendar.el (calendar-mode-line-format):
29717 Use mode-line-highlight as mouse-face.
29718
29719 * time.el (display-time-string-forms, display-time-update):
29720 Use mode-line-highlight as mouse-face.
29721
29722 2005-05-26 Jay Belanger <belanger@truman.edu>
29723
29724 * calc/calc.el (calc-language-alist): Remove extra defvar.
29725
29726 2005-05-26 Lute Kamstra <lute@gnu.org>
29727
29728 * arc-mode.el (archive-mode):
29729 * bookmark.el (bookmark-read-annotation-mode)
29730 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
29731 * bs.el (bs-mode):
29732 * calc/calc-yank.el (calc-edit-mode):
29733 * calc/calc.el (calc-mode, calc-trail-mode):
29734 * calculator.el (calculator-mode):
29735 * chistory.el (command-history-mode):
29736 * comint.el:
29737 * cus-edit.el (custom-mode):
29738 * descr-text.el (describe-text-mode):
29739 * ebuff-menu.el (Electric-buffer-menu-mode):
29740 * ediff-util.el (ediff-mode):
29741 * emacs-lisp/re-builder.el (reb-mode):
29742 * emulation/vi.el (vi-mode-setup):
29743 * emulation/ws-mode.el (wordstar-mode):
29744 * eshell/esh-mode.el (eshell-mode):
29745 * forms.el (forms-mode):
29746 * help-mode.el (help-mode):
29747 * hexl.el (hexl-mode):
29748 * ibuffer.el (ibuffer-mode):
29749 * ielm.el (inferior-emacs-lisp-mode):
29750 * info.el (Info-mode, Info-edit-mode):
29751 * international/swedish.el:
29752 * ledit.el (ledit-from-lisp-mode):
29753 * locate.el (locate-mode):
29754 * mail/rmail.el (rmail-mode):
29755 * mail/rmailedit.el (rmail-edit-mode):
29756 * mail/rmailsum.el (rmail-summary-mode):
29757 * mail/supercite.el (sc-electric-mode):
29758 * net/eudc.el (eudc-mode):
29759 * net/quickurl.el (quickurl-list-mode):
29760 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
29761 * obsolete/ooutline.el (outline-mode):
29762 * obsolete/options.el (Edit-options-mode):
29763 * obsolete/rnews.el (news-mode):
29764 * obsolete/rnewspost.el (news-reply-mode):
29765 * play/5x5.el (5x5-mode):
29766 * play/decipher.el (decipher-mode, decipher-stats-mode):
29767 * play/gomoku.el (gomoku-mode):
29768 * play/snake.el (snake-mode):
29769 * play/solitaire.el (solitaire-mode):
29770 * play/tetris.el (tetris-mode):
29771 * progmodes/ada-mode.el (ada-mode):
29772 * progmodes/antlr-mode.el (antlr-mode):
29773 * progmodes/autoconf.el (autoconf-mode):
29774 * progmodes/dcl-mode.el (dcl-mode):
29775 * progmodes/delphi.el (delphi-mode):
29776 * progmodes/ebrowse.el (ebrowse-tree-mode)
29777 (ebrowse-electric-list-mode, ebrowse-member-mode)
29778 (ebrowse-electric-position-mode):
29779 * progmodes/f90.el (f90-mode):
29780 * progmodes/fortran.el (fortran-mode):
29781 * progmodes/icon.el (icon-mode):
29782 * progmodes/idlw-help.el (idlwave-help-mode):
29783 * progmodes/idlw-shell.el (idlwave-shell-mode):
29784 * progmodes/idlwave.el (idlwave-mode):
29785 * progmodes/inf-lisp.el (inferior-lisp-mode):
29786 * progmodes/m4-mode.el (m4-mode):
29787 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
29788 * progmodes/modula2.el (modula-2-mode):
29789 * progmodes/octave-inf.el (inferior-octave-mode):
29790 * progmodes/octave-mod.el (octave-mode):
29791 * progmodes/pascal.el (pascal-mode):
29792 * progmodes/sh-script.el (sh-mode):
29793 * progmodes/sql.el (sql-mode, sql-interactive-mode):
29794 * progmodes/vhdl-mode.el (vhdl-mode):
29795 * progmodes/xscheme.el (scheme-interaction-mode):
29796 * replace.el (occur-mode):
29797 * ses.el (ses-mode):
29798 * simple.el (completion-list-mode):
29799 * skeleton.el:
29800 * speedbar.el (speedbar-mode):
29801 * term.el (term-mode):
29802 * terminal.el (terminal-edit-mode):
29803 * textmodes/reftex-index.el (reftex-index-mode)
29804 (reftex-index-phrases-mode):
29805 * textmodes/reftex-sel.el (reftex-select-label-mode)
29806 (reftex-select-bib-mode):
29807 * textmodes/reftex-toc.el (reftex-toc-mode):
29808 * wdired.el (wdired-change-to-wdired-mode):
29809 * wid-browse.el (widget-browse-mode):
29810 Use run-mode-hooks.
29811
29812 * array.el (array-mode):
29813 * calendar/todo-mode.el (todo-mode):
29814 * man.el (Man-mode):
29815 * play/landmark.el (lm-mode):
29816 * play/mpuz.el (mpuz-mode):
29817 Use kill-all-local-variables and run-mode-hooks.
29818
29819 * subr.el (delay-mode-hooks): Specify indentation.
29820
29821 2005-05-26 Mark A. Hershberger <mah@everybody.org>
29822
29823 * xml.el (xml-substitute-special): Don't die for undefined xml
29824 entities.
29825
29826 2005-05-26 Jay Belanger <belanger@truman.edu>
29827
29828 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
29829 of nil.
29830
29831 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
29832
29833 * progmodes/gdb-ui.el (gdb-frame-address):
29834 Rename from gdb-current-address.
29835 (gdb-previous-frame-address): Rename from gdb-previous-address.
29836 (gdb-selected-frame): Rename from gdb-current-frame.
29837 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
29838 (gdb-frame-number): Rename from gdb-current-stack-level.
29839 (gdb-ann3): Match new mode-name for disassembly buffer.
29840 Extend initialization of variables.
29841 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
29842 (gdb-memory-mode): Use mouse-face in header line.
29843 (gdb-assembler-buffer-name): Call it disassembly and give frame
29844 in mode line.
29845 (gdb-source-spec-regexp, gdb-assembler-custom)
29846 (gdb-invalidate-assembler, gdb-frame-handler):
29847 Make robust to leading zeroes in address format.
29848
29849 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
29850
29851 * textmodes/org.el (org-mode): Use `define-derived-mode' to
29852 define `org-mode'.
29853 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
29854
29855 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
29856
29857 * log-edit.el (log-edit-changelog-entries): Distinguish between
29858 filenames like xfns.c and fns.c.
29859
29860 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
29861
29862 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
29863 point after reverting.
29864 (Buffer-menu-make-sort-button): Handle the case where
29865 `Buffer-menu-use-header-line' is nil.
29866
29867 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
29868
29869 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
29870 New funcs. In minibuffer-local-completion-map bind `]', `/'
29871 and `:' to them.
29872
29873 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
29874
29875 * startup.el (normal-top-level): Allow modification of load-path while
29876 we're iterating over it.
29877
29878 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
29879
29880 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
29881 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
29882 (thumbs-resize-interactive, thumbs-insert-image)
29883 (thumbs-insert-thumb, thumbs-dired-show-marked)
29884 (thumbs-find-image-at-point, thumbs-delete-images)
29885 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
29886 (thumbs-increment-image-size, thumbs-decrement-image-size):
29887 Fix typos in docstrings.
29888
29889 2005-05-24 Andre Spiegel <spiegel@gnu.org>
29890
29891 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
29892 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
29893 (cperl-mode): Use them.
29894
29895 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
29896
29897 * window.el (quit-window, shrink-window-if-larger-than-buffer):
29898 Doc fixes.
29899
29900 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
29901
29902 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
29903 Bind C-d to gdb-inferior-io-eof.
29904
29905 * dired.el (dired-dnd-popup-notice): Use message-box.
29906
29907 2005-05-23 Masatake YAMATO <jet@gyve.org>
29908
29909 * bindings.el (mode-line-major-mode-keymap):
29910 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
29911
29912 * faces.el (mode-line-highlight): New face.
29913
29914 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
29915 as mouse-face.
29916
29917 * bindings.el (top-level, help-echo, mode-line-modified)
29918 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
29919 as mouse-face.
29920
29921 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
29922
29923 * progmodes/cc-engine.el (c-guess-basic-syntax):
29924 Remove spurious call to `zerop'.
29925
29926 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
29927
29928 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
29929
29930 CC Mode update to 5.30.10:
29931
29932 * progmodes/cc-fonts.el (c-font-lock-declarators): Fix bug where
29933 the point could go past the limit in decoration level 2, thereby
29934 causing errors during interactive fontification.
29935
29936 * progmodes/cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp
29937 bug when the file is evaluated interactively.
29938
29939 * progmodes/cc-engine.el (c-guess-basic-syntax): Handle operator
29940 declarations somewhat better in C++.
29941
29942 * progmodes/cc-styles.el, cc-mode.el (c-run-mode-hooks):
29943 New helper macro to make use of `run-mode-hooks'
29944 which has been added in Emacs 21.1.
29945 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
29946 (awk-mode): Use it.
29947 (make-local-hook): Suppress warning about obsoleteness.
29948
29949 * progmodes/cc-engine.el, cc-align.el, cc-cmds.el
29950 (c-append-backslashes-forward, c-delete-backslashes-forward)
29951 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
29952 Compensate for return value from `forward-line' when it has moved
29953 but not to a different line due to eob.
29954
29955 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchoring in
29956 `objc-method-intro' and `objc-method-args-cont'.
29957
29958 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
29959
29960 CC Mode update to 5.30.10:
29961
29962 * progmodes/cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's
29963 address in the copyright statement. Incidentally, change "along with
29964 GNU Emacs" to "along with this program" where it occurs.
29965
29966 * progmodes/cc-mode.el: Add a fourth parameter `t' to the awk-mode
29967 autoload, so that it is interactive, hence can be found by M-x awk-mode
29968 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
29969 <gmorris+emacs@ast.cam.ac.uk>.
29970
29971 * progmodes/cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
29972 Mode's regexps.
29973
29974 2005-05-23 Kevin Ryde <user42@zip.com.au>
29975
29976 * progmodes/cc-align.el (c-lineup-argcont): Ignore conses for {} pairs
29977 from c-parse-state, to avoid a lisp error (on bad code).
29978
29979 2005-05-23 Lute Kamstra <lute@gnu.org>
29980
29981 * subr.el (font-lock-defaults): Remove defvar as it's already
29982 defined in font-core.el.
29983
29984 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
29985
29986 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
29987
29988 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
29989 more general and work when GDB variable "print pretty" is on,
29990 as with Emacs, for example.
29991
29992 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
29993
29994 * font-core.el: Update comment.
29995
29996 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
29997 Use `after-change-major-mode-hook' instead of `find-file-hook'.
29998
29999 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
30000
30001 2005-05-22 Eli Zaretskii <eliz@gnu.org>
30002
30003 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
30004 and `yank-handler' in the doc strings.
30005
30006 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
30007
30008 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
30009
30010 2005-05-22 Richard M. Stallman <rms@gnu.org>
30011
30012 * help.el (describe-key): Move print-help-return-message call
30013 out of conditional.
30014
30015 * progmodes/etags.el (list-tags): Use with-no-warnings.
30016
30017 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
30018 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
30019 (starttls-extra-args, starttls-extra-arguments): Add defvars.
30020
30021 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
30022
30023 * language/viet-util.el (viet-viscii-nonascii-translation-table):
30024 Add defvar.
30025
30026 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
30027 Use defvar, not defconst.
30028
30029 * hexl.el (hexl-follow-line): Use with-no-warnings.
30030
30031 * emulation/tpu-extras.el: Use write-file-functions instead of
30032 write-file-hooks.
30033
30034 * dired.el (dired-font-lock-keywords): Fontify files with junk
30035 extensions even if marked by -F.
30036
30037 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
30038
30039 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
30040 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
30041 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
30042 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
30043 (concatenate, list-length, get*, getf, cl-remprop):
30044 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
30045 (etypecase, progv, lexical-let, lexical-let*)
30046 (multiple-value-bind, multiple-value-setq, shiftf):
30047 Improve argument/docstring consistency.
30048
30049 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
30050
30051 2005-05-22 Andre Spiegel <spiegel@gnu.org>
30052
30053 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
30054 doesn't exist.
30055
30056 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
30057 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
30058
30059 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
30060
30061 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
30062 already deleted variables: auto-fill-hook, blink-paren-hook,
30063 lisp-indent-hook, inhibit-local-variables, unread-command-event,
30064 suspend-hooks, comment-indent-hook, meta-flag,
30065 before-change-function, after-change-function,
30066 font-lock-doc-string-face.
30067
30068 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
30069
30070 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
30071
30072 2005-05-21 Eli Zaretskii <eliz@gnu.org>
30073
30074 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
30075 rmail-dont-reply-to.
30076
30077 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
30078
30079 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
30080 literal blank when splitting new-header-values.
30081
30082 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
30083
30084 * calendar/cal-menu.el (cal-menu-update): Add separator as a
30085 string so that tmm doesn't create a completion entry for it.
30086
30087 * textmodes/table.el (table-disable-menu): Ditto.
30088
30089 2005-05-21 Richard M. Stallman <rms@gnu.org>
30090
30091 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
30092
30093 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
30094
30095 * net/rcompile.el (remote-compile): Use compilation-start.
30096
30097 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
30098
30099 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
30100
30101 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
30102 Default to makefile-bsdmake-mode on BSD systems.
30103
30104 * imenu.el (imenu-generic-expression, imenu--generic-function'):
30105 REGEXP may also be a search function now. The part of doc-string
30106 for describing the structure was 95% identical to that of
30107 `imenu--generic-function'. Unify it there.
30108
30109 * progmodes/make-mode.el (makefile-imenu-generic-expression):
30110 Use function to find dependencies, because regexp alone is so complex,
30111 it easily goes into an endless loop.
30112 (makefile-makepp-mode): Also add submenu for Perl functions
30113 defined in the makefile.
30114 (makefile-bsdmake-mode): Special imenu-generic-expression no
30115 longer needed, due to function call.
30116 (makefile-match-dependency): Take BOUND into account when checking
30117 if we're through.
30118
30119 2005-05-20 Jay Belanger <belanger@truman.edu>
30120
30121 * calc/calc-units.el (calc-invalidate-units-table):
30122 Use inhibit-read-only.
30123 (math-build-units-table-buffer): Use view-mode.
30124
30125 2005-05-20 David Kastrup <dak@gnu.org>
30126
30127 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
30128 easy-menu-add is not a nop on Emacs; and clarify when to call it.
30129
30130 2005-05-20 Lute Kamstra <lute@gnu.org>
30131
30132 * diff-mode.el (diff-header-face, diff-file-header-face)
30133 (diff-index-face, diff-hunk-header-face, diff-removed-face)
30134 (diff-added-face, diff-changed-face, diff-function-face)
30135 (diff-context-face, diff-nonexistent-face): Put them in the
30136 diff-mode customization group.
30137
30138 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
30139
30140 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
30141
30142 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
30143
30144 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
30145 Minor regexp-optimization.
30146
30147 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
30148
30149 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
30150 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
30151 (org-agenda-add-time-grid-maybe): New function.
30152 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
30153 (org-table-create): `dotimes' instead of `mapcar'.
30154 (org-xor): Simplify implementation.
30155 (org-agenda): `inhibit-redisplay' turned on.
30156 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
30157 a consistent line after a state change.
30158 (org-agenda-remove-times-when-in-prefix): New option.
30159 (org-prefix-has-time): New variable.
30160 (org-parse-time-string): Optional argument NODEFAULT.
30161 (org-format-agenda-item): Parse items for time-of-day
30162 specifications and move these into the prefix if possible.
30163 (org-agenda-priority): Get current heading, not previous heading
30164 during agenda remote editing.
30165
30166 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
30167
30168 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
30169 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
30170 (remove-duplicates, delete-duplicates, substitute)
30171 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
30172 (nsubstitute-if-not, find, find-if, find-if-not, position)
30173 (position-if, position-if-not, count, count-if, count-if-not)
30174 (mismatch, search, sort*, stable-sort, merge, member*)
30175 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
30176 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
30177 (intersection, nintersection, set-difference, nset-difference)
30178 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
30179 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
30180 (nsublis, tree-equal): Improve argument/docstring consistency.
30181
30182 * subr.el (send-string, send-region): Remove obsolescence declaration.
30183 (window-dot, set-window-dot, read-input, show-buffer)
30184 (eval-current-buffer, string-to-int):
30185 Add release number to obsolescence declarations.
30186
30187 2005-05-19 Kim F. Storm <storm@cua.dk>
30188
30189 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
30190 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
30191
30192 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
30193
30194 * faces.el (list-faces-display): Make back button respect optional
30195 regexp arg.
30196
30197 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
30198
30199 * calculator.el (calculator-radix-grouping-mode)
30200 (calculator-radix-grouping-digits, calculator-displayer)
30201 (calculator-radix-grouping-separator, calculator-copy-displayer):
30202 * dabbrev.el (dabbrev-search-these-buffers-only):
30203 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
30204 (diff-advance-after-apply-hunk, diff-mode-hook)
30205 (diff-minor-mode-prefix):
30206 * imenu.el (imenu-use-popup-menu):
30207 * jit-lock.el (jit-lock-context-time):
30208 * newcomment.el (comment-fill-column, comment-column)
30209 (comment-style, comment-padding, comment-multi-line)
30210 (comment-empty-lines, comment-auto-fill-only-comments):
30211 * reveal.el (reveal-around-mark):
30212 * uniquify.el (uniquify-buffer-name-style)
30213 (uniquify-after-kill-buffer-p)
30214 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
30215 (uniquify-min-dir-content, uniquify-separator)
30216 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
30217 * w32-vars.el (w32-fixed-font-alist):
30218 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
30219 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
30220 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
30221 * progmodes/perl-mode.el (perl-indent-level)
30222 (perl-continued-statement-offset, perl-continued-brace-offset)
30223 (perl-brace-offset, perl-brace-imaginary-offset)
30224 (perl-label-offset, perl-indent-continued-arguments)
30225 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
30226 * progmodes/tcl.el (tcl-indent-level)
30227 (tcl-continued-indent-level, tcl-auto-newline)
30228 (tcl-tab-always-indent, tcl-electric-hash-style)
30229 (tcl-help-directory-list, tcl-use-smart-word-finder)
30230 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
30231 (inferior-tcl-source-command):
30232 * textmodes/fill.el (enable-kinsoku):
30233 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
30234 * textmodes/table.el (table-yank-handler):
30235 Specify missing group (and type, if simple) in defcustom.
30236
30237 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
30238
30239 * progmodes/compile.el (compilation-finish-function): Fix defvar.
30240
30241 2005-05-19 Richard M. Stallman <rms@gnu.org>
30242
30243 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
30244
30245 * subr.el (event-basic-type): Don't get an error.
30246 (left-fringe-p): Function deleted.
30247
30248 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
30249 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
30250
30251 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
30252 in recursive copy.
30253
30254 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
30255
30256 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
30257
30258 * emacs-lisp/bytecomp.el
30259 (byte-compile-file-form-custom-declare-variable):
30260 Call byte-compile-nogroup-warn if appropriate.
30261
30262 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
30263 (compilation-set-window): Don't call left-fringe-p; do it directly.
30264
30265 2005-05-19 Jay Belanger <belanger@truman.edu>
30266
30267 * calc/calc-graph.el (calc-graph-format-data): Make sure
30268 var-PlotRejects is bound before trying to check its value.
30269
30270 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
30271
30272 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
30273 definition of this variable from reftex-global.el to reftex.el,
30274 because it is needed in the menu.
30275
30276 2005-05-19 Lute Kamstra <lute@gnu.org>
30277
30278 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
30279 years are fixed. Don't insert a space after a dash.
30280
30281 2005-05-19 Kim F. Storm <storm@cua.dk>
30282
30283 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
30284
30285 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
30286
30287 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
30288 strings, because (eq ... ?\\) is fairly frequent.
30289
30290 * progmodes/make-mode.el (makefile-add-this-line-targets):
30291 Simplify and integrate into `makefile-pickup-targets'.
30292 (makefile-add-this-line-macro): Simplify and integrate into
30293 `makefile-pickup-macros.
30294 (makefile-pickup-filenames-as-targets): Simplify.
30295 (makefile-previous-dependency, makefile-match-dependency):
30296 Don't stumble over `::'.
30297
30298 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
30299
30300 * subr.el (post-command-idle-hook, post-command-idle-delay):
30301 Remove obsoletion of post-command-idle-hook and
30302 post-command-idle-delay.
30303
30304 * faces.el (list-faces-display): Provide button when describe-face
30305 is called to take user back to the list of faces.
30306
30307 * help-fns.el (describe-variable): Remove hyperlinks in a
30308 variable's value as these are quite frequently inappropriate.
30309
30310 * follow.el (follow-submit-feedback, follow-mode):
30311 Remove references to post-command-idle-hook.
30312
30313 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
30314
30315 * progmodes/make-mode.el (makefile-previous-dependency)
30316 (makefile-match-dependency): Check for := (and in bsd mode also
30317 !=) to give a better result, even when font-lock is not on.
30318
30319 2005-05-18 Jay Belanger <belanger@truman.edu>
30320
30321 * calc/calc-help.el (calc-s-prefix-help):
30322 Add `calc-copy-special-constant' to help string.
30323
30324 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
30325
30326 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
30327
30328 2005-05-18 Jay Belanger <belanger@truman.edu>
30329
30330 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
30331 in linear factors are in proper order.
30332
30333 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
30334
30335 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
30336 Support for jurabib.
30337
30338 * textmodes/reftex.el (featurep): Define aliases for overlay
30339 commands, for XEmacs compatibility, and use these aliases in
30340 overlay initializations.
30341 (reftex-highlight): Use `reftex-move-overlay'.
30342 (reftex-unhighlight): Use `reftex-delete-overlay'.
30343 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
30344 (reftex-access-search-path): Use `reftex-uniquify' instead of
30345 `reftex-uniq'.
30346
30347 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
30348 `before-string' property modification enables for Emacs as well.
30349 (reftex-select-item): Use `reftex-delete-overlay'.
30350 (reftex-select-mark): Use `reftex-make-overlay' and
30351 `reftex-overlay-put'.
30352 (reftex-select-unmark): Use `reftex-delete-overlay' and
30353 `reftex-overlay-put'.
30354
30355 2005-05-18 Lute Kamstra <lute@gnu.org>
30356
30357 * emacs-lisp/lisp.el (check-parens): Fix docstring.
30358
30359 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
30360
30361 * add-log.el (add-change-log-entry):
30362 * array.el (array-make-template, array-reconfigure-rows)
30363 (array-init-max-row, array-init-max-column)
30364 (array-init-columns-per-line, array-init-field-width):
30365 * replace.el (replace-match-maybe-edit, perform-replace):
30366 * textmodes/spell.el (spell-region):
30367 Replace `read-input' by `read-string'.
30368
30369 * forms.el (forms-mode):
30370 * finder.el (finder-compile-keywords):
30371 * shadowfile.el (shadow-read-files):
30372 Replace `eval-current-buffer' by `eval-buffer'.
30373
30374 * terminal.el (te-pass-through):
30375 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
30376 (ange-ftp-raw-send-cmd):
30377 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
30378 (send-process-next-char, telnet-initial-filter, telnet):
30379 Replace `send-string' by `process-send-string'.
30380
30381 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
30382 (prolog-consult-region): Replace `send-string' by
30383 `process-send-string'; replace `send-region' by `process-send-region'.
30384
30385 * progmodes/delphi.el (delphi-log-msg):
30386 Replace `set-window-dot' by `set-window-point'.
30387
30388 * subr.el (window-dot, set-window-dot, read-input, send-string)
30389 (send-region, show-buffer, eval-current-buffer):
30390 Make really obsolete, as the comment says.
30391
30392 2005-05-17 Kim F. Storm <storm@cua.dk>
30393
30394 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
30395 (cua--init-keymaps): Bind C-return instead of S-return to set
30396 rectangle mark.
30397
30398 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
30399 instead of S-return to toggle/clear rectangle mark.
30400
30401 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
30402
30403 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
30404 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
30405 Also fontify plain strings assigned to variables, mostly so that a
30406 colon has a face and is thus not taken as a dependency separator.
30407 (makefile-previous-dependency): Inline the new matcher, because it
30408 is too complex to work in both directions.
30409 (makefile-match-dependency): Eliminate `backward' arg (see above).
30410 Completely reimplemented so as to not sometimes go into an endless
30411 loop. It should also be more efficient, because first it only
30412 searches for `:', instead of applying the very complex regexp.
30413 (makefile-mode): Cancel `font-lock-support-mode', because blocks
30414 to be fontified in one piece can be too long for JIT.
30415 Makefiles are never *that* big.
30416
30417 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
30418
30419 * dired.el (dired-mode): Simplify.
30420
30421 2005-05-17 Lute Kamstra <lute@gnu.org>
30422
30423 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
30424 defcustom for the mode hook variable.
30425
30426 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
30427 Emacs Lisp Reference Manual.
30428
30429 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
30430
30431 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
30432 (evenp, list*):
30433 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
30434 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
30435
30436 * net/tramp-smb.el (tramp-smb-open-connection):
30437 Pass `tramp-chunksize' as fifth (required) argument.
30438
30439 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
30440
30441 * font-lock.el (lisp-font-lock-keywords-1):
30442 Set `font-lock-negation-char-face' for [^...] char group.
30443 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
30444
30445 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
30446 a var, and refine it to mask one more level of nested vars.
30447 (makefile-rule-action-regex): Turn it into a var, and refine it so
30448 it recognizes backslashed continuation lines as belonging to the
30449 same command.
30450 (makefile-macroassign-regex): Refine it so it recognizes
30451 backslashed continuation lines as belonging to the same command.
30452 (makefile-var-use-regex): Don't look at the next char, because it
30453 might be the same one to be skipped by the initial [^$], leading
30454 to an overlooked variable use.
30455 (makefile-make-font-lock-keywords): Remove two parameters, which
30456 are now variables that some of the modes set locally.
30457 Handle dependency and rule action matching through functions, because
30458 regexps alone match too often. Dependency matching now comes
30459 last, so it can check, whether a colon already matched something else.
30460 (makefile-mode): Inform that font-lock improves makefile parsing
30461 capabilities.
30462 (makefile-match-dependency, makefile-match-action): New functions.
30463
30464 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
30465
30466 * emacs-lisp/cl-extra.el (equalp): Doc fix.
30467
30468 * align.el (align-regexp):
30469 * ansi-color.el (ansi-color-get-face):
30470 * array.el (array-reconfigure-rows, array-init-max-row)
30471 (array-init-max-column, array-init-columns-per-line)
30472 (array-init-field-width):
30473 * dired-aux.el (dired-trample-file-versions):
30474 * dired-x.el (dired-mark-sexp):
30475 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
30476 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
30477 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
30478 * faces.el (face-read-integer):
30479 * files.el (backup-extract-version, insert-directory):
30480 * hexl.el (hexl-insert-decimal-char):
30481 * server.el (server-process-filter):
30482 * shell.el (shell-extract-num):
30483 * startup.el (command-line-1):
30484 * term.el (term-command-hook):
30485 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
30486 (time-stamp-do-number):
30487 * time.el (display-time-update):
30488 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
30489 (timezone-fix-time):
30490 * vms-patch.el (vms-suspend-resume-hook):
30491 * calendar/appt.el (appt-convert-time):
30492 * calendar/cal-bahai.el (mark-bahai-diary-entries):
30493 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
30494 * calendar/cal-islam.el (mark-islamic-diary-entries):
30495 * calendar/calendar.el (calendar-cursor-to-date)
30496 (calendar-star-date):
30497 * calendar/diary-lib.el (diary-attrtype-convert)
30498 (mark-diary-entries, diary-entry-time):
30499 * calendar/solar.el (solar-get-number):
30500 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
30501 * emacs-lisp/re-builder.el (reb-display-subexp):
30502 * emulation/edt.el (edt-set-scroll-margins):
30503 * emulation/tpu-extras.el (tpu-set-scroll-margins):
30504 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
30505 (vip-get-ex-count):
30506 * emulation/viper-ex.el (viper-get-ex-token)
30507 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
30508 * international/fontset.el (fontset-plain-name):
30509 * mail/feedmail.el (feedmail-look-at-queue-directory):
30510 * mail/mailalias.el (mail-get-names):
30511 * mail/rmail.el (rmail-convert-to-babyl-format):
30512 * mail/rmailsum.el (rmail-make-basic-summary-line)
30513 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
30514 (rmail-summary-goto-msg):
30515 * mail/smtpmail.el (smtpmail-read-response):
30516 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
30517 (ange-ftp-vms-add-file-entry):
30518 * play/gametree.el (gametree-looking-at-ply)
30519 (gametree-current-branch-score):
30520 * progmodes/ada-xref.el (ada-prj-find-prj-file)
30521 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
30522 * progmodes/cperl-mode.el (condition-case):
30523 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
30524 (ebrowse-set-member-buffer-column-width)
30525 (ebrowse-select-1st-to-9nth):
30526 * progmodes/etags.el (etags-snarf-tag):
30527 * progmodes/flymake.el (flymake-parse-line):
30528 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
30529 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
30530 (idlwave-shell-menu-def):
30531 * progmodes/ps-mode.el (ps-run-goto-error):
30532 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
30533 (vhdl-speedbar-contract-level):
30534 * term/mac-win.el (x-handle-numeric-switch):
30535 * term/sun-mouse.el (sun-get-frame-data):
30536 * term/w32-win.el (x-handle-numeric-switch):
30537 * term/x-win.el (x-handle-numeric-switch):
30538 * textmodes/ispell.el (ispell-parse-output):
30539 * textmodes/nroff-mode.el (nroff-outline-level):
30540 * textmodes/reftex-cite.el (reftex-bib-sort-year)
30541 (reftex-bib-sort-year-reverse, reftex-format-citation):
30542 * textmodes/reftex-parse.el (reftex-init-section-numbers)
30543 (reftex-section-number):
30544 * textmodes/texinfmt.el (texinfo-paragraphindent):
30545 Replace `string-to-int' by `string-to-number'.
30546
30547 * international/latexenc.el: Add page marker to force the "Local
30548 Variables:" string out of the last page.
30549
30550 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
30551
30552 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
30553 tooltip-change-major-mode.
30554 (gud-tooltip-print-command): Remove case where gud-minor-mode
30555 is gdb ("--fullname").
30556 (gud-tooltip-tips): Turn GUD tooltips off for this case and
30557 explain to user.
30558
30559 2005-05-16 Jay Belanger <belanger@truman.edu>
30560
30561 * calc/calc-store.el (calc-copy-special-constant): New function.
30562
30563 * calc/calc-ext.el (calc-init-extensions): Add binding for
30564 `calc-copy-special-constant'.
30565
30566 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
30567 for the `calc-copy-special-constant' command.
30568
30569 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
30570
30571 * subr.el (left-fringe-p): New function.
30572
30573 * progmodes/compile.el (compilation-setup): Set local value of
30574 overlay-arrow-string to "" always.
30575 (compilation-set-window): Left fringe then don't scroll.
30576 No left fringe then no arrow and scroll message to top.
30577 (compilation-context-lines): Adjust doc string accordingly.
30578
30579 2005-05-16 Kim F. Storm <storm@cua.dk>
30580
30581 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
30582 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
30583 (ido-wide-find-dir-or-delete-dir): New command for M-d.
30584 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
30585 (ido-read-file-name): Handle commands with ido property value
30586 equal to find-file as reading a file name, to allow C-d to enter dired.
30587 (ibuffer-find-file): Add ido property with value find-file.
30588
30589 2005-05-15 Kim F. Storm <storm@cua.dk>
30590
30591 * subr.el (open-network-stream-nowait): Remove.
30592 (open-network-stream-server): Remove.
30593
30594 2005-05-15 Richard M. Stallman <rms@gnu.org>
30595
30596 * faces.el (describe-face): Output a definition link button.
30597
30598 * help-mode.el (help-face-def): New button type.
30599
30600 * emacs-lisp/copyright.el (copyright-fix-years):
30601 Match properly if the first year is 2-digit.
30602 Don't mess up the whitespace after the years by filling.
30603
30604 * dired-aux.el (dired-mark-confirm):
30605 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
30606
30607 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
30608 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
30609 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
30610
30611 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
30612 Set font-lock-comment-start-skip.
30613
30614 * font-lock.el (font-lock-comment-start-skip): New variable.
30615 (font-lock-comment-end-skip): New variable.
30616 (font-lock-fontify-syntactically-region): Use them if non-nil.
30617
30618 2005-05-15 Jay Belanger <belanger@truman.edu>
30619
30620 * calc/calc-store.el (calc-store-value): Return a string rather
30621 than display it as a message.
30622 Use calc-var-name for variable name.
30623 (calc-store-into): Add the result of calc-store-value to message.
30624 (calc-copy-variable): Add a message.
30625 (calc-store-exchange): Improve error messages.
30626 (calc-store-binary, calc-store-map): Don't reset the values of
30627 special constants.
30628
30629 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
30630
30631 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
30632 manual to docstring.
30633
30634 * files.el (hack-local-variables-confirm): Add STRING argument.
30635 Make the function handle non file visiting buffers correctly.
30636 (hack-local-variables-prop-line, hack-local-variables)
30637 (hack-one-local-variable): Use STRING arg of
30638 `hack-local-variables-confirm'.
30639
30640 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
30641
30642 Sync with Tramp 2.0.49.
30643
30644 * net/tramp.el (tramp-handle-dired-call-process)
30645 (tramp-handle-insert-directory):`insert-buffer' cannot be used
30646 because the contents of the Tramp buffer is changed before
30647 insertion (`expand-file' and alike).
30648 (tramp-handle-insert-directory): If `localname' has an empty
30649 nondirectory name, it must not be quoted.
30650 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
30651 variable `tramp-chunksize'. Change callees.
30652 (tramp-open-connection-setup-interactive-shell): Check remote host
30653 for buggy `send-process-string' implementation.
30654 Set `tramp-chunksize' if found. Reported by Michael Kifer
30655 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
30656 (tramp-handle-shell-command): `insert-buffer' cannot be used
30657 because the contents of the Tramp buffer is changed before
30658 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
30659 <frederic.bothamy@free.fr>.
30660 (tramp-set-auto-save): Actions should be done for Tramp file name
30661 handler only. Ange-FTP has its own auto-save mechanism.
30662 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
30663 (tramp-set-auto-save-file-modes): Set file modes of
30664 `buffer-auto-save-file-name' to ?\600 as fallback solution.
30665 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
30666 (tramp-bug): Remove obsolete variable.
30667 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
30668 for presence of `mml-mode'. Make it running for older Emacsen as well.
30669
30670 2005-05-14 John Paul Wallington <jpw@pobox.com>
30671
30672 * ibuf-ext.el (define-ibuffer-filter filename):
30673 If `dired-directory' is a list, use its car.
30674
30675 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
30676
30677 * ibuffer.el (define-ibuffer-column filename):
30678 If `dired-directory' is a list, use its car.
30679
30680 2005-05-14 Richard M. Stallman <rms@gnu.org>
30681
30682 * subr.el (symbol-file): Doc fix.
30683
30684 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
30685 (byte-compile-form): Call byte-compile-nogroup-warn.
30686 (byte-compile-warning-types): Doc fix.
30687
30688 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
30689
30690 * progmodes/cc-engine.el (c-literal-faces):
30691 Add font-lock-comment-delimiter-face.
30692
30693 * net/net-utils.el (dig): Use with-no-warnings.
30694
30695 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
30696 (sc-recite-frame-alist, sc-default-cite-frame)
30697 (sc-default-uncite-frame, sc-default-recite-frame)
30698 (sc-attrib-selection-list, sc-rewrite-header-list):
30699 Mark as risky-local-variable.
30700
30701 * international/ogonek.el (ogonek-jak, ogonek-how):
30702 Don't use beginning-of-buffer.
30703
30704 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
30705
30706 * calendar/solar.el (solar-data-list): Move definition up.
30707
30708 * dnd.el (dnd-protocol-alist): Add autoload.
30709
30710 * progmodes/sh-script.el: Many doc usage fixes.
30711 (sh-indent-after-do): Change default to match common styles.
30712
30713 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
30714
30715 * files.el (interpreter-mode-alist)
30716 (auto-mode-interpreter-regexp): Doc fixes.
30717
30718 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
30719
30720 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
30721
30722 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
30723
30724 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
30725
30726 * dired.el (dired-mode): make-variable-buffer-local =>
30727 make-local-variable.
30728
30729 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
30730
30731 * term/mac-win.el (mac-select-convert-to-string): Try coding
30732 systems in mac-script-code-coding-systems if specified one cannot
30733 encode string for `com.apple.traditional-mac-plain-text'.
30734
30735 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
30736
30737 * progmodes/make-mode.el (makefile-targets-face)
30738 (makefile-shell-face, makefile-makepp-perl-face): New faces.
30739 (makefile-dependency-regex): Fix it to not make the colon in
30740 $(var:a=b) special.
30741 (makefile-rule-action-regex): New regexp for highlighting embedded
30742 Shell strings.
30743 (makefile-macroassign-regex): Handle != for highlighting as
30744 embedded Shell strings.
30745 (makefile-var-use-regex): New const.
30746 (makefile-statements, makefile-automake-statements)
30747 (makefile-gmake-statements, makefile-makepp-statements)
30748 (makefile-bsdmake-statements): New consts.
30749 (makefile-make-font-lock-keywords): New function.
30750 (makefile-automake-font-lock-keywords)
30751 (makefile-gmake-font-lock-keywords)
30752 (makefile-makepp-font-lock-keywords)
30753 (makefile-bsdmake-font-lock-keywords): New consts.
30754 (makefile-mode-map): Add switchers between the various submodes.
30755 (makefile-mode): Document the availability of the variants.
30756 (makefile-automake-mode, makefile-gmake-mode)
30757 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
30758
30759 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
30760 new variants of makefile-mode.
30761
30762 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
30763
30764 * font-lock.el (font-lock-comment-delimiter-face): Fix up
30765 the inheritance.
30766
30767 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
30768
30769 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
30770 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
30771
30772 * files.el (normal-mode): Extend the scope of the
30773 `enable-local-variables' binding to include the `set-auto-mode' call.
30774 (magic-mode-alist): Doc fix.
30775
30776 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
30777
30778 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
30779 font-lock-comment-face rather than copying its setting.
30780
30781 2005-05-12 Andreas Schwab <schwab@suse.de>
30782
30783 * eshell/esh-mode.el (eshell-send-input): Doc fix.
30784
30785 2005-05-12 Lute Kamstra <lute@gnu.org>
30786
30787 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
30788 defcustom for the mode hook variable. Delete the last argument.
30789 * generic-x.el: Fix callers of define-generic-mode.
30790 (generic-x-modes): Delete group.
30791 (show-tabs-tab-face, show-tabs-space-face): Put them in the
30792 generic-x customization group.
30793
30794 2005-05-12 Kim F. Storm <storm@cua.dk>
30795
30796 * font-lock.el (font-lock-negation-char-face): Default to "off".
30797
30798 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
30799 font-lock-negation-char-face to ! in !=.
30800
30801 2005-05-12 Masatake YAMATO <jet@gyve.org>
30802
30803 * add-log.el (find-change-log): Fix typos in the docstring
30804 of function.
30805
30806 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
30807
30808 * international/latexenc.el (latexenc-find-file-coding-system):
30809 Avoid `re-search-forward' when looking for input encoding because
30810 of speed and safety. Better regular expressions for recognizing
30811 input encoding. Limit a search for TeX-master/tex-main-file to
30812 the local variable section.
30813
30814 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
30815
30816 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
30817 syntax of $ to "'" (quote).
30818
30819 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
30820
30821 * dnd.el (dnd-protocol-alist): Improve custom type.
30822
30823 * dired.el (dired-dnd-protocol-alist): New variable.
30824 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
30825 `dired-mode-hook' to the end.
30826
30827 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
30828
30829 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
30830 comment-end if comment-start-skip is not set.
30831 Obey the font-lock-comment-delimiter-face variables.
30832
30833 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
30834
30835 * files.el (executable-find): Move from executable.el. Use
30836 locate-file.
30837 * progmodes/executable.el (executable-find): Move to files.el.
30838
30839 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
30840 when trying to ensure forward progress.
30841
30842 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
30843
30844 * mouse-sel.el (mouse-sel-follow-link-p): New function.
30845 (mouse-select, mouse-select-internal, mouse-extend-internal):
30846 Use it to implement mouse-1-click-follows-link functionality.
30847
30848 2005-05-11 Richard M. Stallman <rms@gnu.org>
30849
30850 * font-lock.el (font-lock-fontify-syntactically-region):
30851 Use font-lock-comment-delimiter-face for comment delimiters.
30852
30853 2005-05-10 Jay Belanger <belanger@truman.edu>
30854
30855 * calc/calc-help.el (calc-m-prefix-help): Add mention of
30856 preserving embedded modes.
30857
30858 2005-05-10 Richard M. Stallman <rms@gnu.org>
30859
30860 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
30861
30862 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
30863 Move from ada-stmt.el.
30864 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
30865
30866 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
30867 Move to ada-mode.el.
30868 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
30869
30870 * cus-edit.el (custom-file): Call file-chase-links.
30871
30872 * files.el (read-directory-name): Fix previous change.
30873 (hack-local-variables-confirm): New function.
30874 (hack-local-variables-prop-line, hack-local-variables)
30875 (hack-one-local-variable): Use it.
30876
30877 2005-05-10 Lute Kamstra <lute@gnu.org>
30878
30879 * font-lock.el (font-lock-keywords-alist)
30880 (font-lock-removed-keywords-alist): Clarify docstrings.
30881
30882 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
30883
30884 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
30885 (gdb-source-info): Check for preprocessor info.
30886 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
30887 a macro for a function.
30888 (gdb-info-breakpoints-custom): Try to find file again if not already
30889 found (user might have used GDB dir command).
30890 (gdb-get-location): Update gdb-location-alist correctly for change
30891 to gdb-info-breakpoints-custom.
30892
30893 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
30894 (gud-tooltip-print-command): Add gdbmi case.
30895 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
30896 preprocessor info.
30897
30898 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
30899
30900 * startup.el (fancy-splash-insert): Fix typo in doc string.
30901
30902 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
30903
30904 * obsolete/float.el (string-to-float):
30905 * obsolete/hilit19.el (hilit-add-pattern):
30906 * obsolete/rnews.el (news-parse-range, news-select-message)
30907 (news-get-pruned-list-of-files): Replace `string-to-int' by
30908 `string-to-number'.
30909
30910 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
30911 `find-file-not-found-hooks'; use `add-hook'.
30912 (uncompress-while-visiting): Set `write-file-functions', not
30913 `write-file-hooks'; use `add-hook'.
30914
30915 2005-05-09 Kim F. Storm <storm@cua.dk>
30916
30917 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
30918 (cua-paste): Handle clipboard action.
30919 (cua--init-keymaps): Remap clipboard-kill-region and
30920 clipboard-kill-ring-save.
30921
30922 2005-05-08 Eli Zaretskii <eliz@gnu.org>
30923
30924 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
30925 Improve commentary.
30926
30927 * simple.el (next-error-overlay-arrow-position): Revert the change
30928 made on 2005-04-30.
30929
30930 2005-05-07 Jay Belanger <belanger@truman.edu>
30931
30932 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
30933 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
30934 `calc-sel-reselect'.
30935
30936 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
30937 Calc is in embedded mode.
30938
30939 2005-05-07 Eli Zaretskii <eliz@gnu.org>
30940
30941 * progmodes/compile.el (compilation-setup):
30942 Set overlay-arrow-string to an empty string on text terminals.
30943
30944 * textmodes/ispell.el (ispell-program-name): Try looking for
30945 "aspell" along exec-path, and if found, use it as the default
30946 speller program.
30947
30948 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
30949
30950 * international/mule.el (sgml-xml-auto-coding-function):
30951 Recognize encoding='FOO' in single quotes as well as in double quotes.
30952
30953 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
30954
30955 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
30956 as well as `interactive', so that defmacro* would recognize
30957 `declare' forms.
30958
30959 2005-05-07 Eli Zaretskii <eliz@gnu.org>
30960
30961 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
30962 Explain more about the LIGHTER arg's usage in the doc string.
30963 Add commentary to clarify what the code does. Fix the regexp that
30964 strips whitespace from LIGHTER. Quote LIGHTER before using it,
30965 since it could have characters special to regular expressions.
30966
30967 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
30968
30969 * replace.el (occur-1): Bind inhibit-read-only so that
30970 erase-buffer doesn't barf on read-only text properties (likewise
30971 for add-text-properties in occur-engine). Mark buffer as unmodified.
30972 (occur-engine): Don't set buffer-read-only here.
30973
30974 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
30975
30976 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
30977 list-buffers-directory. This caused the *cvs-commit* buffer to be
30978 sometimes mistakenly reused as a *cvs* buffer.
30979
30980 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
30981
30982 * tooltip.el: Move code for GUD tooltips into gud.el.
30983 (require): CL no longer needed to compile case.
30984 (tooltip-mode): Do not toggle functions for GUD tooltips.
30985 (tooltip-gud-tips-p): Remove. Replace with minor mode
30986 gud-tooltip-mode in gud.el.
30987 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
30988 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
30989 tooltip-gud prefix with gud-tooltip and obsolete.
30990 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
30991 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
30992 (tooltip-mouse-motion): Mouse movement functions/variable.
30993 Rename in gud.el by adding gud prefix.
30994 (tooltip-gud-original-filter, tooltip-gud-dereference)
30995 (tooltip-gud-event, tooltip-toggle-gud-tips)
30996 (tooltip-gud-process-output, tooltip-gud-print-command)
30997 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
30998 gud.el by replacing tooltip-gud prefix with gud-tooltip.
30999 (gdb-tooltip-print): Move to gdb-ui.el.
31000
31001 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
31002 (require): CL needed to compile case.
31003 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
31004 tooltip-gud-tips-p. Make it a minor-mode.
31005 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
31006 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
31007 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
31008 (gud-tooltip-change-major-mode)
31009 (gud-tooltip-activate-mouse-motions-if-enabled)
31010 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
31011 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
31012 (gud-tooltip-original-filter, gud-tooltip-dereference)
31013 (gud-tooltip-event, tooltip-toggle-gud-tips)
31014 (gud-tooltip-process-output, gud-tooltip-print-command)
31015 (gud-tooltip-tips): Move from tooltip.el.
31016
31017 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
31018 (gdb-cpp-define-alist-flags): Doc fix.
31019 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
31020 gud-tooltip-mode is t.
31021
31022 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
31023
31024 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
31025 evaporate if their text is deleted.
31026 (goto-address-at-point): Make it work as a mouse binding as well.
31027 (goto-address-at-mouse): Obsolete it. Update users.
31028
31029 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
31030
31031 * calendar/appt.el (top-level): No longer activate on load.
31032
31033 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
31034
31035 * calendar/cal-bahai.el (mark-bahai-diary-entries):
31036 * net/webjump.el (webjump):
31037 * progmodes/idlw-help.el (idlwave-do-context-help1)
31038 (idlwave-highlight-linked-completions):
31039 * textmodes/po.el (po-find-file-coding-system-guts):
31040 Replace `assoc-ignore-case' by `assoc-string'.
31041
31042 2005-05-06 Eli Zaretskii <eliz@gnu.org>
31043
31044 * files.el (locate-file): Doc fix.
31045
31046 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
31047 Remove the redundant test for ms-dos.
31048
31049 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
31050 look for the preprocessor with exec-suffixes. If not found in
31051 standard places, look in exec-path. Remove most of the tests that
31052 used system-type.
31053
31054 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
31055
31056 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
31057
31058 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
31059 file-name clash with jka-compr.el on 8+3 filesystems.
31060
31061 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31062
31063 * term/mac-win.el: Don't define or bind scroll bar functions if
31064 x-toolkit-scroll-bars is t.
31065 (x-select-text, x-get-selection-value): Clear
31066 x-last-selected-text-clipboard if x-select-enable-clipboard is
31067 nil.
31068 (PRIMARY): Put mac-scrap-name property.
31069 (mac-select-convert-to-file-url): New function.
31070 (public.file-url): New selection target type. Add to
31071 selection-converter-alist.
31072 (x-get-selection, x-selection-value): Handle it.
31073 (x-cut-buffer-or-selection-value): New alias.
31074
31075 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
31076
31077 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
31078 entry to avoid calling bibtex-find-entry with arg global
31079 being t. Remove arg key.
31080 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
31081 (bibtex-copy-summary-as-kill): Change accordingly.
31082
31083 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
31084
31085 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
31086 (org-agenda-date-later): Use with-current-buffer.
31087
31088 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
31089
31090 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
31091 (define-obsolete-variable-alias): Doc Fixes.
31092
31093 2005-05-06 Kim F. Storm <storm@cua.dk>
31094
31095 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
31096 vertical-motion when selective-display is active.
31097
31098 * ido.el (ido-setup-hook): New hook.
31099 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
31100 (ido-input-stack): New var.
31101 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
31102 ido-next-work-file binding to M-O.
31103 Bind M-f to ido-wide-find-file-or-pop-dir.
31104 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
31105 (ido-read-internal): Run ido-setup-hook.
31106 Catch quit in read-file-name and read-string to cancel edit.
31107 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
31108 Automatically pop-all when completing a directory name (RET).
31109 (ido-file-internal): Add with-no-warnings around ffap and dired code.
31110 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
31111 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
31112 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
31113 New functions for M-b/M-f to move among the directory components.
31114 (ido-make-merged-file-list): Catch quit to cancel merge.
31115 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
31116 (ido-completion-help): No warnings for ido-completion-buffer-full.
31117
31118 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
31119
31120 * font-lock.el (font-lock-negation-char-face): New face and variable.
31121 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
31122 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
31123 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
31124 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
31125
31126 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
31127
31128 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
31129 Fix typo in docstring.
31130
31131 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
31132 (ebrowse-print-statistics-line)
31133 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
31134
31135 * term/w32-win.el (image-library-alist): Add additional name for
31136 Xpm library.
31137
31138 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
31139
31140 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
31141 use gcc instead of cpp.
31142
31143 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
31144 (gdb-create-define-alist): Use it.
31145 (gdb-cpp-define-alist-program): Update for MS-DOS.
31146
31147 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
31148
31149 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
31150
31151 2005-05-04 Richard M. Stallman <rms@gnu.org>
31152
31153 * help.el (describe-key): No error when UNTRANSLATED is nil.
31154
31155 * simple.el (line-move-1): Fix previous change to signal errors
31156 appropriately.
31157
31158 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
31159
31160 * calendar/icalendar.el (icalendar-version): Now at 0.12.
31161 (icalendar-duration-correction): Remove.
31162 (icalendar--get-event-properties): Split result at commas.
31163 (icalendar--decode-isoduration): New optional argument
31164 DURATION-CORRECTION.
31165 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
31166 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
31167 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
31168 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
31169 (icalendar--convert-anniversary-to-ical): New functions, extracted
31170 from icalendar-export-region, with bug fixes.
31171 (icalendar-export-region): Use the above functions.
31172 (icalendar-import-buffer): Check before saving diary file.
31173 (icalendar--convert-recurring-to-diary)
31174 (icalendar--convert-non-recurring-all-day-to-diary)
31175 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
31176 extracted from icalendar--convert-ical-to-diary, with bug fixes.
31177 (icalendar--convert-ical-to-diary): Use the above functions.
31178
31179 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
31180
31181 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
31182 Remove these recent additions.
31183 (c-mode): Restore to before 2005-04-28.
31184
31185 * progmodes/cc-vars.el (cc-define-list-program): Remove this
31186 recent addition.
31187
31188 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
31189 (gdb-define-alist): New variables.
31190 (gdb-create-define-alist): New function.
31191 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
31192 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
31193 with string-to-number.
31194 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
31195
31196 * progmodes/gud.el: Replace string-to-int with string-to-number.
31197 (gud-find-file): Handle gdb-define-alist.
31198
31199 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
31200
31201 2005-05-02 Jay Belanger <belanger@truman.edu>
31202
31203 * calc/calc-aent.el (math-read-token):
31204 * calc/calc-bin.el (calc-word-size):
31205 * calc/calc-ext.el (calc-read-number-fancy):
31206 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
31207 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
31208 * calc/calc-frac.el (calc-over-notation):
31209 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
31210 (calc-graph-num-points, calc-graph-init):
31211 * calc/calc-prog.el (calc-read-parse-table-part)
31212 (calc-edit-macro-repeats):
31213 * calc/calc-yank.el (calc-do-grab-rectangle):
31214 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
31215 Replace `string-to-int' by `string-to-number'.
31216
31217 2005-05-02 Kim F. Storm <storm@cua.dk>
31218
31219 * kmacro.el: Use executing-kbd-macro-index variable.
31220
31221 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
31222
31223 * net/rlogin.el (rlogin-parse-words): Delete func.
31224 (rlogin): Use split-string, not rlogin-parse-words.
31225 Also, if there are option-like elements in the parsed args,
31226 take the host to be the first arg immediately following them.
31227 Suggested by Michael Mauger.
31228
31229 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
31230
31231 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
31232
31233 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
31234
31235 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
31236 (cc-mode-cpp-program): Rename to cc-define-list-program and
31237 move to cc-vars.el.
31238
31239 * progmodes/cc-vars.el (cc-define-list-program):
31240 Change to "gcc -E -dM -". Make customizable.
31241
31242 2005-05-02 Kim F. Storm <storm@cua.dk>
31243
31244 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
31245
31246 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
31247
31248 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
31249
31250 * international/mule-util.el (truncate-string): Remove alias and
31251 obsolete declaration.
31252
31253 * international/mule-cmds.el (update-iso-coding-systems):
31254 Remove alias and obsolete declaration.
31255
31256 * international/mule.el (coding-system-parent): Remove alias and
31257 obsolete declaration.
31258
31259 * subr.el (define-function, sref): Remove aliases and obsolete
31260 declarations.
31261 (chars-in-region): Remove obsolete declaration.
31262
31263 2005-05-01 Richard M. Stallman <rms@gnu.org>
31264
31265 * info.el (Info-mode): Set widen-automatically to nil, locally.
31266
31267 * simple.el (widen-automatically): New variable.
31268 (pop-global-mark): Obey widen-automatically.
31269
31270 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
31271
31272 * term/xterm.el (function-key-map): Call substitute-key-definition
31273 before the keymap size is increased by a lot of define-key calls.
31274
31275 2005-05-01 Richard M. Stallman <rms@gnu.org>
31276
31277 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
31278 Rename ARG to ELEMENT. Doc fix.
31279
31280 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
31281
31282 * allout.el (allout-exposure): Remove macro and obsolete declaration.
31283 Remove references to allout-exposure/change to allout-new-exposure.
31284
31285 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
31286 bytecode symbols.
31287
31288 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
31289 (compiled-function-p, focus-frame, unfocus-frame):
31290 Remove aliases and obsolete declarations.
31291 Back out inadvertent changes from previous commit.
31292
31293 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
31294
31295 * files.el (require-final-newline): Make Custom tags consistent
31296 with mode-require-final-newline.
31297 (mode-require-final-newline): Doc fix.
31298
31299 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
31300
31301 * international/latexenc.el (latexenc-find-file-coding-system):
31302 Fix regular expressions.
31303
31304 2005-05-01 David Kastrup <dak@gnu.org>
31305
31306 * international/latexenc.el (latexenc-find-file-coding-system):
31307 Fix regular expressions.
31308
31309 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
31310
31311 * subr.el (string-to-int): Make obsolete.
31312
31313 2005-04-30 Richard M. Stallman <rms@gnu.org>
31314
31315 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
31316
31317 * loadup.el: Load jka-comp-hook.
31318
31319 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
31320 (jka-compr-handler): Add autoload. `put' calls moved
31321 to jka-comp-hook.el.
31322 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
31323 (jka-compr-inhibit): Autoload.
31324
31325 * jka-comp-hook.el: New file.
31326 Enable the mode by default.
31327
31328 * files.el (backup-buffer-copy): Use copy-file instead
31329 of write-region, and put back the 'excl.
31330
31331 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
31332
31333 * progmodes/flymake.el (flymake-split-string)
31334 (flymake-split-string, flymake-log, flymake-pid-to-names)
31335 (flymake-reg-names, flymake-get-source-buffer-name)
31336 (flymake-unreg-names, flymake-add-line-err-info)
31337 (flymake-add-err-info): Clarify docstrings.
31338 (flymake-popup-menu, flymake-make-emacs-menu)
31339 (flymake-make-xemacs-menu): Add docstrings.
31340 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
31341 Set variables directly throughout.
31342
31343 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
31344
31345 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
31346 exists. Initialize cc-define-alist.
31347 (c-mode): Add cc-create-define-alist locally to after-save-hook.
31348 If there is no file (Macroexpansion) don't create an alist.
31349
31350 2005-04-29 Sam Steingold <sds@gnu.org>
31351
31352 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
31353 (cc-create-define-alist): Use it instead of the hard-coded string.
31354
31355 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
31356
31357 * international/mule-conf.el (file-coding-system-alist): Fix regexp
31358 for latexenc.
31359
31360 2005-04-29 Lute Kamstra <lute@gnu.org>
31361
31362 * emacs-lisp/generic.el: Improve commentary section.
31363 (define-generic-mode): Improve docstring.
31364
31365 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
31366
31367 * textmodes/org.el (many places): Change to quiet the byte compiler.
31368 (org-prefix-format-compiled): New variable.
31369 (org-compile-prefix-format): New function.
31370 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
31371 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
31372 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
31373 (org-get-entries-from-diary): Use `org-get-time-of-day' for
31374 consistency with entries from `org-mode' files.
31375 (org-get-time-of-day): Fix bug with partial matches early in a line.
31376 (org-non-link-chars): New constant.
31377 (org-link-regexp): Respect `org-non-link-chars'.
31378 (org-agenda-day-view): Remove command.
31379 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
31380 (org-follow-bbdb-link, org-store-link): Search also company field.
31381 (org-highlight-overlay): New variable.
31382 (org-highlight, org-unhighlight): New functions.
31383 (org-agenda-mode): Add pre-command-hook to remove highlight.
31384 (org-evaluate-time-range): Behavior depends upon whether time stamp
31385 contains a time or not.
31386 (org-show-subtree, org-show-entry): New functions.
31387 (org-agenda-cleanup-fancy-diary): Remove empty lines.
31388
31389 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
31390
31391 * comint.el (comint-output-filter-functions): Add autoload cookie.
31392
31393 2005-04-28 Kim F. Storm <storm@cua.dk>
31394
31395 * ido.el (ido-everywhere): Fix last change.
31396
31397 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
31398
31399 * international/latexenc.el: New file.
31400 * international/mule-conf.el (file-coding-system-alist): For .tex,
31401 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
31402
31403 2005-04-28 Lute Kamstra <lute@gnu.org>
31404
31405 * font-lock.el (font-lock-add-keywords)
31406 (font-lock-remove-keywords): Clarify docstring.
31407 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
31408 Don't start docstrings with a `*'.
31409 (font-lock-update-removed-keyword-alist): Give it a docstring.
31410
31411 * generic-x.el: Update commentary section.
31412 Only require font-lock when compiling.
31413 Define all modes conditionally.
31414 Place all generic modes in the generic-x-modes customization group.
31415 (generic-x-modes): New customization group.
31416 (generic-default-modes, generic-mswindows-modes)
31417 (generic-unix-modes, generic-other-modes): New constants.
31418 (generic-define-mswindows-modes, generic-define-unix-modes):
31419 Update docstrings. Make them obsolete.
31420 (generic-extras-enable-list): New default value. Update docstring.
31421 Improve :type. Change :set function.
31422 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
31423 Fix docstring.
31424
31425 * emacs-lisp/generic.el (generic-mode-internal):
31426 Simplify font-lock-defaults.
31427 (define-generic-mode): Fix docstring.
31428
31429 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
31430
31431 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
31432 font-lock-face property to highlight matches.
31433
31434 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
31435
31436 * progmodes/cc-mode.el (cc-create-define-alist): New function.
31437 (cc-define-alist): New variable.
31438 (c-mode): Make it local and initialize it.
31439
31440 * progmodes/gdb-ui.el (gdb-active-process): New variable.
31441 (gdb-exited): New function.
31442 (gdb-annotation-rules): Use it.
31443 (gdb-starting): Set gdb-active-process to t.
31444 (gdb-stopping): Amend doc string.
31445 (gdb-reset): Set gdb-active-process to nil.
31446
31447 * tooltip.el (tooltip-gud-tips): Show the associated #define
31448 directives when a C program under GDB is not executing.
31449
31450 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
31451
31452 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
31453 font-lock-fontify-syntactic-keywords.
31454
31455 * font-lock.el (font-lock-default-fontify-region): Don't force
31456 parse-sexp-lookup-properties to nil.
31457
31458 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
31459
31460 * man.el (man-mode-syntax-table): Set up `:' to have
31461 word-constituent syntax.
31462
31463 2005-04-27 Lute Kamstra <lute@gnu.org>
31464
31465 * novice.el (disable-command): Don't add spurious newlines to the
31466 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
31467
31468 2005-04-26 Jay Belanger <belanger@truman.edu>
31469
31470 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
31471 than one window before deleting window.
31472
31473 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
31474
31475 * shell.el (shell-prompt-pattern): Doc fix.
31476 (shell-mode): Set paragraph-separate buffer locally to "\\'".
31477
31478 * comint.el (comint-prompt-regexp, comint-get-old-input)
31479 (comint-use-prompt-regexp)
31480 (comint-use-prompt-regexp-instead-of-fields)
31481 (comint-replace-by-expanded-history, comint-send-input)
31482 (comint-output-filter, comint-get-old-input-default)
31483 (comint-line-beginning-position, comint-bol, comint-show-output)
31484 (comint-backward-matching-input, comint-forward-matching-input)
31485 (comint-next-prompt, comint-previous-prompt):
31486 Rename `comint-use-prompt-regexp-instead-of-fields' to
31487 `comint-use-prompt-regexp'. Keep old name as alias and declare
31488 obsolete.
31489 (comint-use-prompt-regexp): Shorten first line of doc string.
31490
31491 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
31492 Set paragraph-separate buffer locally to "\\'".
31493
31494 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
31495 Adapt to above name change.
31496
31497 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
31498 (smbclient-prompt-regexp): Ditto.
31499
31500 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
31501
31502 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
31503
31504 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
31505 gdb-location-list.
31506 Break lines that are over 80 characters wide.
31507
31508 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
31509
31510 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
31511 New fun and var, to preserve compatibility.
31512
31513 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
31514
31515 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
31516
31517 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
31518 name to file-newer-than-file-p.
31519
31520 2005-04-26 Richard M. Stallman <rms@gnu.org>
31521
31522 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
31523
31524 * progmodes/python.el (python-mode):
31525 Use new name eldoc-documentation-function.
31526
31527 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
31528
31529 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
31530 (eldoc-documentation-function):
31531 Rename from eldoc-print-current-symbol-info-function. Calls changed.
31532
31533 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
31534
31535 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
31536
31537 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
31538
31539 * term/xterm.el (function-key-map): Fix strings for
31540 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
31541 {C,S,A,C-S}-{f1-f12}.
31542
31543 2005-04-26 Kenichi Handa <handa@m17n.org>
31544
31545 * international/mule-cmds.el (select-safe-coding-system):
31546 Fix previous change.
31547
31548 2005-04-26 Lute Kamstra <lute@gnu.org>
31549
31550 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
31551
31552 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
31553 (font-lock-comment-delimiter-face): Ditto.
31554
31555 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
31556
31557 2005-04-25 Jay Belanger <belanger@truman.edu>
31558
31559 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
31560 to t while inserting information; use help-mode.
31561
31562 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
31563
31564 * term.el (ansi-term-color-vector): Use the xterm colors.
31565 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
31566
31567 2005-04-25 Lute Kamstra <lute@gnu.org>
31568
31569 * font-core.el (font-lock-defaults): Fix docstring.
31570
31571 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
31572
31573 2005-04-25 Kenichi Handa <handa@m17n.org>
31574
31575 * international/mule-cmds.el (select-safe-coding-system):
31576 Don't check consistency with coding: spec, etc if raw-text or
31577 no-conversion was found to be safe.
31578
31579 2005-04-24 Richard M. Stallman <rms@gnu.org>
31580
31581 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
31582 citation markers at start of each line.
31583
31584 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
31585 citation markers at start of each line.
31586
31587 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
31588
31589 * files.el (mode-require-final-newline): Fix previous change.
31590 (require-final-newline): Fix type label.
31591
31592 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
31593
31594 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
31595 statement in buffer (broken by 2004-11-24 change).
31596
31597 2005-04-24 Kim F. Storm <storm@cua.dk>
31598
31599 * ido.el (ido-everywhere): Save and restore old read-buffer-function
31600 and read-file-name-function values. Don't overwrite existing
31601 non-nil values if ido-mode is enabled without ido-everywhere.
31602
31603 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
31604
31605 * files.el (mode-require-final-newline): Minor doc fix.
31606
31607 2005-04-24 Eli Zaretskii <eliz@gnu.org>
31608
31609 * subr.el (syntax-after): Doc fix.
31610 (syntax-class): If argument is nil, return nil. Mask off upper 16
31611 bits, not 8 bits.
31612
31613 * files.el (mode-require-final-newline): Doc fix.
31614 (backup-buffer-copy): Fix last change.
31615
31616 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31617
31618 * term/mac-win.el: Require select. Set selection-coding-system to
31619 mac-system-coding-system. Call menu-bar-enable-clipboard.
31620 (x-last-selected-text-clipboard, x-last-selected-text-primary)
31621 (x-select-enable-clipboard): New variables.
31622 (x-select-text, x-get-selection, x-selection-value)
31623 (x-get-selection-value, mac-select-convert-to-string)
31624 (mac-services-open-file, mac-services-open-selection)
31625 (mac-services-insert-text): New functions.
31626 (CLIPBOARD, FIND): Put mac-scrap-name property.
31627 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
31628 (public.tiff): Put mac-ostype property.
31629 (selection-converter-alist): Add entries for them.
31630 (mac-application-menu-map): New keymap.
31631 (interprogram-cut-function, interprogram-paste-function): Set to
31632 x-select-text and x-get-selection-value, respectively.
31633 (split-window-keep-point): Set to t.
31634
31635 2005-04-23 Richard M. Stallman <rms@gnu.org>
31636
31637 * files.el (read-directory-name): Always pass non-nil
31638 DEFAULT-FILENAME arg to read-file-name.
31639 (backup-buffer-copy, basic-save-buffer-2): Take care against
31640 writing thru an unexpected existing symlink.
31641 (revert-buffer): In indirect buffer, revert the base buffer.
31642 (magic-mode-alist): Doc fix.
31643 (buffer-stale-function): Doc fix.
31644 (minibuffer-with-setup-hook): Avoid warning.
31645 (mode-require-final-newline): Doc and custom fix.
31646
31647 * follow.el (follow-end-of-buffer): Use with-no-warnings.
31648
31649 * font-lock.el (font-lock-comment-face): On terminals with few colors,
31650 use the default appearance.
31651 (font-lock-comment-delimiter-face): New face, new variable.
31652
31653 * imenu.el (imenu--generic-function): The official position of a
31654 definition is the start of the line that BEG is in.
31655
31656 * midnight.el (midnight-timer): Move defvar up.
31657
31658 * mouse.el (mouse-drag-region-1): Delete some debugging code.
31659
31660 * saveplace.el (save-place-to-alist): Use with-no-warnings.
31661
31662 * startup.el (command-line): Use with-no-warnings.
31663
31664 * window.el (window-size-fixed): New defvar.
31665
31666 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
31667
31668 * mail/rmail.el (rmail-font-lock-keywords):
31669 Use font-lock-comment-delimiter-face.
31670
31671 * mail/sendmail.el (mail-font-lock-keywords):
31672 Use font-lock-comment-delimiter-face.
31673
31674 * progmodes/compile.el (next-error-highlight-timer): New defvar.
31675
31676 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
31677
31678 * progmodes/compile.el (compilation-mode-font-lock-keywords):
31679 Specify t for LAXMATCH when matching directories.
31680 Save match data around compilation-compat-error-properties form.
31681
31682 2005-04-23 David Kastrup <dak@gnu.org>
31683
31684 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
31685 Mention that the autoloaded aliases should be kept for AUCTeX.
31686
31687 2005-04-23 Andreas Schwab <schwab@suse.de>
31688
31689 * isearch.el (isearch-forward): Doc fix.
31690
31691 2005-04-23 Eli Zaretskii <eliz@gnu.org>
31692
31693 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
31694 (jit-lock-stealth-nice): Change default value to 0.5.
31695
31696 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
31697
31698 * abbrev.el (write-abbrev-file): Write table entries in
31699 alphabetical order by table name.
31700
31701 2005-04-22 Kim F. Storm <storm@cua.dk>
31702
31703 * ido.el (ido-read-internal): Fix `list' completion.
31704
31705 2005-04-22 Kenichi Handa <handa@m17n.org>
31706
31707 * recentf.el (recentf-save-file-coding-system): New variable.
31708 (recentf-save-list): Encode the file by
31709 recentf-save-file-coding-system and add coding: tag.
31710
31711 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
31712
31713 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
31714
31715 2005-04-21 Lute Kamstra <lute@gnu.org>
31716
31717 * loadhist.el (unload-feature): Don't remove a function from hooks
31718 if it is about to be restored to an autoload . Remove functions
31719 that will become unbound from auto-mode-alist. Simplify the code.
31720
31721 * subr.el (assq-delete-all): New implementation that is linear,
31722 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
31723 (rassq-delete-all): New function.
31724
31725 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
31726 Add size-indication-mode.
31727
31728 2005-04-21 Kenichi Handa <handa@m17n.org>
31729
31730 * international/mule-cmds.el: Add autoload for widget-value in
31731 eval-when-compile.
31732
31733 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
31734
31735 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
31736 Add tooltip-mode.
31737
31738 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
31739
31740 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
31741
31742 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
31743 (inferior-lisp-filter-regexp, inferior-lisp-program)
31744 (inferior-lisp-load-command, inferior-lisp-prompt)
31745 (inferior-lisp-mode-hook, lisp-source-modes)
31746 (inferior-lisp-load-hook): defvar->defcustom.
31747 (inferior-lisp-program, inferior-lisp-prompt)
31748 (inferior-lisp-load-hook): Doc fixes.
31749 (inferior-lisp-install-letter-bindings): Small change in
31750 introductory comment.
31751
31752 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
31753
31754 * vc.el (vc-annotate-color-map): Change some colors so that text
31755 using them as foreground is readable on both white and black
31756 backgrounds.
31757
31758 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
31759
31760 * international/mule-conf.el (translation-table-for-input):
31761 Remove redundant declaration.
31762
31763 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
31764
31765 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
31766
31767 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
31768 (tooltip-toggle-gud-tips): New function.
31769
31770 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31771
31772 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
31773 right angle brackets.
31774
31775 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
31776
31777 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
31778
31779 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
31780
31781 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
31782 Remove. Update callers to use expand-file-name instead.
31783
31784 * subr.el (syntax-class): New function.
31785
31786 * simple.el (blink-matching-open): Use it.
31787
31788 * paren.el (show-paren-function): Use it to recognize parens that are
31789 also used in 2-char comment markers.
31790
31791 2005-04-19 Lute Kamstra <lute@gnu.org>
31792
31793 * loadhist.el (unload-feature): Update for new format of
31794 load-history. Simplify the code.
31795
31796 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31797
31798 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
31799 (mac-add-charset-info): New function. Initialize variable
31800 mac-charset-info-alist using it.
31801 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
31802 for translation.
31803 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
31804 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
31805 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
31806 New CCL programs.
31807
31808 2005-04-19 Kim F. Storm <storm@cua.dk>
31809
31810 * simple.el (next-buffer, prev-buffer, next-error)
31811 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
31812 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
31813
31814 * bindings.el (next-buffer, prev-buffer, next-error)
31815 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
31816 (clone-indirect-buffer-other-window): Move bindings from simple.el.
31817 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
31818 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
31819
31820 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
31821
31822 * isearch.el (isearch-edit-string): Make the search-ring available for
31823 minibuffer history commands.
31824 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
31825 the default history commands now work just as well.
31826 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
31827
31828 2005-04-18 Kim F. Storm <storm@cua.dk>
31829
31830 * emulation/cua-base.el (cua--pre-command-handler): Add more
31831 elaborate check for shift modifier on non-window systems.
31832
31833 2005-04-18 Lars Hansen <larsh@math.ku.dk>
31834
31835 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
31836
31837 2005-04-18 Kim F. Storm <storm@cua.dk>
31838
31839 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
31840 and make it optional. Don't test tooltip-gud-echo-area here.
31841 (tooltip-gud-process-output, gdb-tooltip-print):
31842 Pass tooltip-gud-echo-area to tooltip-show.
31843 (tooltip-help-tips): Remove second optional arg to tooltip-show.
31844
31845 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31846
31847 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
31848 `display-graphic-p' may not be bound yet.
31849
31850 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
31851
31852 * startup.el (command-line): No longer enable Xterm Mouse mode by
31853 default in terminals compatible with xterm.
31854
31855 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
31856
31857 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
31858
31859 * tooltip.el (tooltip-gud-echo-area): Rename from
31860 tooltip-use-echo-area.
31861 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
31862 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
31863 area independently of where help tooltips are displayed.
31864
31865 2005-04-17 David Kastrup <dak@gnu.org>
31866
31867 * cus-theme.el (custom-theme-write-variables): Quote variables
31868 where necessary.
31869
31870 2005-04-17 Richard M. Stallman <rms@gnu.org>
31871
31872 * simple.el (yank-excluded-properties): Add follow-link to value.
31873
31874 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
31875
31876 * startup.el (fancy-splash-max-time): Just 30 seconds.
31877 (fancy-splash-delay): Just 7.
31878 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
31879
31880 * loadhist.el (unload-feature): Update for new format of load-history.
31881 Simplify the code.
31882
31883 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
31884 (rmail-font-lock-keywords): Don't fontify the text of a citation.
31885
31886 * mail/sendmail.el (mail-font-lock-keywords):
31887 Don't fontify subject text.
31888 Don't fontify the text of a citation.
31889
31890 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
31891
31892 * comint.el (comint-output-filter): Run comint-output-filter-functions
31893 with point where the user had it.
31894
31895 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
31896
31897 * international/ucs-tables.el (ucs-set-table-for-input):
31898 Disable when using unify-on-decoding.
31899
31900 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
31901
31902 * emulation/cua-base.el (cua-global-mark-face): Add special case
31903 for displays supporting a high number of colors.
31904
31905 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
31906
31907 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
31908
31909 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
31910
31911 * filesets.el (filesets-add-buffer): If user supplies a name of a
31912 non-existing fileset, create a new fileset.
31913
31914 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
31915
31916 * textmodes/org.el (org-up-heading-all): Fix bug with
31917 `outline-up-heading-all'.
31918
31919 2005-04-16 Andreas Schwab <schwab@suse.de>
31920
31921 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
31922 /etc/permissions.d/* and /etc/aliases.d/*.
31923
31924 2005-04-16 Kenichi Handa <handa@m17n.org>
31925
31926 * international/code-pages.el (cp-make-coding-system):
31927 Set `translation-table-for-input' property value to the symbol
31928 ucs-mule-to-mule-unicode, not to that value.
31929 (pt154): Escape guillemet by `\'.
31930
31931 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
31932
31933 * loadup.el: Load tooltip if x-show-tip is fboundp.
31934
31935 * startup.el (command-line): Add comment.
31936
31937 * tooltip.el (tooltip-mode): Specify correct standard value for
31938 Custom in init-value.
31939
31940 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
31941
31942 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
31943 possible.
31944
31945 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
31946
31947 * textmodes/org.el (org-agenda-date-prompt): Rename from
31948 `org-agenda-date-today'.
31949 (org-evaluate-time-range): Insert at point instead of directly
31950 after time range.
31951 (org-first-headline-recenter, org-subtree-end-visible-p)
31952 (org-optimize-window-after-visibility-change): New functions
31953 (org-agenda-post-command-hook): Don't allow point at end of line,
31954 to make sure it always hits the text properties.
31955 (org-agenda-next-date-line, org-agenda-previous-date-line):
31956 New commands.
31957 (org-set-regexps-and-options): Category may contain white space.
31958 (org-agenda-get-deadlines, org-agenda-get-scheduled):
31959 Improve marker positions.
31960 (org-agenda-new-marker): Argument POS made optional.
31961 (org-agenda-get-timestamps): Deadlines which are done are listed
31962 in org-done-face now.
31963 (org-agenda-get-todos, org-agenda-get-timestamps)
31964 (org-agenda-get-deadlines, org-agenda-get-scheduled):
31965 Set `undone-face' and `done-face' properties.
31966 (org-last-todo-state-is-todo): New variable.
31967 (org-todo): Set `org-last-todo-state-is-todo'.
31968 (org-agenda-todo): Change face according to
31969 `org-last-todo-state-is-todo'. And change other lines referring to
31970 the same entry.
31971 (org-calendar-goto-agenda): New command.
31972 (org-calendar-to-agenda-key): New option.
31973 (org-startup-folded): New allowed value `content'.
31974 (org-set-regexps-and-options): Accept new value `content' for
31975 `org-startup-folded'.
31976 (org-get-current-options): Handle new value `content' for
31977 `org-startup-folded'.
31978 (org-insert-todo-heading): New command.
31979 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
31980 interactively in empty file and option
31981 `org-insert-mode-line-in-empty-file' has been set.
31982 (org-agenda-todo, org-agenda-priority): Modify to use
31983 `org-agenda-change-all-lines'.
31984 (org-warning-face): Change color on dark background.
31985
31986 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31987
31988 * international/mule-cmds.el (set-locale-environment): On Mac OS,
31989 use preferences AppleLocale and AppleLanguages, and variable
31990 mac-system-locale for default locale. On Mac OS Classic, use
31991 mac-system-coding-system for default coding systems.
31992
31993 * term/mac-win.el: Don't set file-name-coding-system.
31994 Decode variables system-name, emacs-build-system, user-login-name, and
31995 user-full-name by mac-system-coding-system on Mac OS Classic.
31996 (mac-system-coding-system): New variable.
31997
31998 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
31999
32000 * startup.el (command-line): Handle `xterm-mouse-mode' before
32001 reading init file.
32002
32003 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
32004
32005 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
32006
32007 * progmodes/sh-script.el (sh-here-document-word): Make it a
32008 defcustom. Doc fix.
32009 (sh-add): Bash uses $(( )) for arithmetic.
32010 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
32011 (sh-maybe-here-document): Remove quotes and leading whitespace
32012 from heredoc word when closing. Indent heredoc with tabs if word
32013 starts with "-".
32014
32015 2005-04-13 Richard M. Stallman <rms@gnu.org>
32016
32017 * simple.el (undo): Fix previous change.
32018
32019 * custom.el (defface): Doc fix.
32020
32021 2005-04-13 Lute Kamstra <lute@gnu.org>
32022
32023 * Makefile.in (DONTCOMPILE): Remove list.
32024 (compile, compile-always): Don't use DONTCOMPILE.
32025 (update-authors): Load the library in which batch-update-authors
32026 is defined.
32027 * makefile.w32-in (DONTCOMPILE): Remove list.
32028 (compile, compile-always): Fix comments.
32029 (update-authors): Load the library in which batch-update-authors
32030 is defined.
32031
32032 * generic-x.el (generic-mode-ini-file-find-file-hook):
32033 Rename to ini-generic-mode-find-file-hook.
32034 Keep generic-mode-ini-file-find-file-hook as an alias.
32035 (ini-generic-mode-find-file-hook): Rename from
32036 generic-mode-ini-file-find-file-hook. Fix docstring.
32037 (ini-generic-mode): Docstring change.
32038 (bat-generic-mode-run-as-comint): Silence the byte compiler.
32039
32040 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
32041 called from lisp.
32042
32043 * generic.el: Move to the emacs-lisp subdir.
32044
32045 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
32046
32047 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
32048 and C-S- function and cursor motion keys.
32049
32050 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
32051
32052 * startup.el (command-line): Enable Xterm Mouse mode by default.
32053 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
32054 for Custom. No longer show "Mouse" in mode line when enabled.
32055 Doc fix.
32056
32057 2005-04-12 Kim F. Storm <storm@cua.dk>
32058
32059 * emulation/cua-base.el (cua-rectangle-face)
32060 (cua-rectangle-noselect-face): Define face attributes here.
32061
32062 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
32063
32064 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
32065
32066 * startup.el (command-line): Turn off blinking cursor if
32067 cursorBlink in resources is off or false.
32068
32069 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
32070
32071 * term/mac-win.el (dnd): Require dnd.
32072 (mac-drag-n-drop): Call dnd-handle-one-url.
32073 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
32074 (kTextEncodingISOLatin2): Remove constants.
32075 (mac-script-code-coding-systems): New constant.
32076 (mac-handle-language-change): New function.
32077 (special-event-map): Bind it to `language-change' event.
32078 (mac-centraleurroman, mac-cyrillic): New coding systems.
32079 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
32080 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
32081 and mac-cyrillic-encoder to encode-mac-centraleurroman and
32082 encode-mac-cyrillic, respectively.
32083
32084 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
32085
32086 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
32087 Don't set overlay-arrow-string to "=>" as this is done
32088 globally in C now.
32089
32090 2005-04-12 Lute Kamstra <lute@gnu.org>
32091
32092 * generic-x.el (rc-generic-mode, rul-generic-mode):
32093 Fix auto-mode-alist entries.
32094 (etc-fstab-generic-mode): Tweak fontification.
32095
32096 * generic.el (generic-make-keywords-list): Fix docstring.
32097 (generic-mode-internal): Simplify generic-font-lock-keywords.
32098
32099 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
32100
32101 * whitespace.el (whitespace-buffer-leading)
32102 (whitespace-buffer-trailing): Revert the incorrect test inversion.
32103 However, fix the highlight area for the leading and
32104 trailing whitespaces to show space.
32105
32106 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
32107
32108 * whitespace.el (whitespace-version): Bump to 3.5.
32109
32110 (whitespace-buffer-leading, whitespace-buffer-trailing):
32111 Invert sense of the test to highlight the whitespace.
32112
32113 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
32114
32115 * progmodes/gud.el (gud-display-line): GUD uses its own
32116 overlay arrow now so don't set overlay-arrow-string.
32117 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
32118
32119 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
32120
32121 * term.el (term-ansi-current-bold, term-ansi-current-underline)
32122 (term-ansi-current-reverse, term-ansi-current-invisible)
32123 (term-ansi-face-already-done): Change to boolean.
32124 (term-reset-terminal, term-handle-colors-array): Handle the above
32125 vars accordingly.
32126 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
32127 (term-emulate-terminal): Use the new name.
32128
32129 * faces.el (secondary-selection): Use yellow1, not yellow.
32130 (trailing-whitespace): Use red1, not red.
32131
32132 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
32133
32134 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
32135 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
32136 (dired-dnd-handle-file): Call dnd-get-local-file-uri.
32137
32138 * cus-edit.el (dnd): New group.
32139
32140 * term/w32-win.el (dnd): Require dnd
32141 (w32-drag-n-drop): Call dnd-handle-one-url.
32142
32143 * x-dnd.el: Require dnd.
32144 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
32145 Call dnd-handle-one-url.
32146 (x-dnd-types-alist, x-dnd-insert-utf8-text)
32147 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
32148 to dnd-insert-text.
32149 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
32150 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
32151 (x-dnd-get-local-file-name, x-dnd-open-local-file)
32152 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
32153
32154 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
32155
32156 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
32157
32158 * wdired.el: Doc fixes.
32159 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
32160 (wdired-use-dired-vertical-movement): Rename from
32161 wdired-always-move-to-filename-beginning.
32162 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
32163 (wdired-change-to-wdired-mode): Change mode name.
32164 (wdired-newline): Delete.
32165
32166 2005-04-11 Richard M. Stallman <rms@gnu.org>
32167
32168 * whitespace.el (whitespace-highlight-the-space):
32169 Don't call whitespace-unhighlight-the-space here.
32170
32171 * simple.el (undo): Record t in undo-equiv-table
32172 for the redo record made by an undo-in-region.
32173
32174 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
32175
32176 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
32177 (gdb-frame-inferior-io-buffer): New Functions to control
32178 display of separate IO buffer.
32179 (menu): Add them to menu-bar.
32180 (gdb-display-buffer): Check for buffer another frame.
32181 Protect GUD buffer.
32182 (gdb-setup-windows): Create IO buffer if not already there.
32183 (gdb-memory-mode): Remove purecopy noops.
32184
32185 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
32186
32187 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
32188 and pass to self-insert-command.
32189
32190 2005-04-11 Lute Kamstra <lute@gnu.org>
32191
32192 * generic.el: Commentary section cleanup.
32193 (generic): Delete.
32194 (generic-use-find-file-hook, generic-lines-to-scan)
32195 (generic-find-file-regexp, generic-ignore-files-regexp)
32196 (default-generic-mode, generic-mode-find-file-hook)
32197 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
32198 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
32199 (generic-use-find-file-hook, generic-lines-to-scan)
32200 (generic-find-file-regexp, generic-ignore-files-regexp)
32201 (default-generic-mode, generic-mode-find-file-hook)
32202 (generic-mode-ini-file-find-file-hook): Move from generic.el.
32203
32204 2005-04-10 Karl Fogel <kfogel@red-bean.com>
32205
32206 * bookmark.el (bookmark-write-file): Catch errors writing file.
32207 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
32208
32209 2005-04-10 Richard M. Stallman <rms@gnu.org>
32210
32211 * startup.el (fancy-splash-tail): Update copyright year.
32212 (command-line): Split part of -Q into -D.
32213 (emacs-basic-display): New defvar.
32214 (fancy-splash-text): Correct name of menu item.
32215
32216 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
32217
32218 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
32219 lines in one node.
32220
32221 * comint.el (comint-send-input): New arg ARTIFICIAL.
32222 Callers in this file changed.
32223
32224 * abbrev.el (define-abbrevs): Read system abbrevs properly.
32225
32226 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
32227
32228 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
32229
32230 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
32231 `ldap-search-internal'.
32232
32233 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
32234
32235 * files.el (set-auto-mode-1): Use line-end-position.
32236
32237 * international/latin-1.el:
32238 * international/latin-2.el:
32239 * international/latin-3.el:
32240 * international/latin-4.el:
32241 * international/latin-5.el:
32242 * international/latin-8.el:
32243 * international/latin-9.el: Give punctuation syntax to NBSP.
32244
32245 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
32246 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
32247 Use char-classes to accept non-ascii letters, accepted in some recent
32248 bibtex implementations.
32249
32250 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
32251
32252 * custom.el (custom-set-minor-mode): Any non-nil value for the
32253 variable should enable the mode when set through Custom.
32254
32255 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
32256
32257 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
32258 TAB binding so tab-always-indent is obeyed.
32259 (vhdl-minibuffer-local-map): Move initialization into declaration.
32260 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
32261 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
32262 (vhdl-hooked-abbrev): Avoid test for XEmacs.
32263 (vhdl-current-line): Use line-beginning-position.
32264 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
32265 with-output-to-temp-buffer, so the current position can be recorded.
32266
32267 2005-04-10 Masatake YAMATO <jet@gyve.org>
32268
32269 * progmodes/compile.el (compilation-error-regexp-alist-alist):
32270 Add regexp for gcov.
32271
32272 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
32273
32274 * calendar/time-date.el (time-to-seconds, seconds-to-time)
32275 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
32276 syntax which Emacs 20 doesn't support.
32277
32278 2005-04-09 Richard M. Stallman <rms@gnu.org>
32279
32280 * help.el (describe-key-briefly, describe-key):
32281 Replace strings as event types with "(any string)".
32282
32283 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
32284
32285 * arc-mode.el (archive-mode-map): Move initialization into
32286 the declaration. Override *all* bindings of `undo'.
32287 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
32288
32289 2005-04-09 Jay Belanger <belanger@truman.edu>
32290
32291 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
32292
32293 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
32294
32295 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
32296 (xterm-register-default-colors): Update color values computation
32297 to match xterm-200.
32298
32299 2005-04-09 Kenichi Handa <handa@m17n.org>
32300
32301 * international/code-pages.el (iso-latin-7): Fix the map.
32302
32303 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
32304
32305 * emacs-lisp/lisp.el (defun-prompt-regexp)
32306 (parens-require-spaces, buffer-end, end-of-defun)
32307 (insert-parentheses): Doc fixes.
32308
32309 2005-04-08 Kim F. Storm <storm@cua.dk>
32310
32311 * comint.el (comint-highlight-prompt): Fix face spec.
32312 * hi-lock.el (hi-green): Likewise.
32313
32314 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
32315
32316 * cus-edit.el (custom-modified-face):
32317 * comint.el (comint-highlight-input): Fix previous changes.
32318 * term.el (term-handle-ansi-escape): Add a comment.
32319
32320 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
32321
32322 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
32323 in the buffer and in whitespace-highlighted-space.
32324 (whitespace-unhighlight-the-space): Simplify.
32325 (whitespace-buffer): Simplify.
32326
32327 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
32328
32329 * textmodes/table.el (table-cell-face): Add special case for
32330 displays supporting a high number of colors.
32331 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
32332 (vhdl-font-lock-reserved-words-face)
32333 (vhdl-speedbar-architecture-face)
32334 (vhdl-speedbar-instantiation-face)
32335 (vhdl-speedbar-architecture-selected-face)
32336 (vhdl-speedbar-instantiation-selected-face): Likewise.
32337 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
32338 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
32339 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
32340 (ebrowse-root-class-face, ebrowse-member-attribute-face)
32341 (ebrowse-progress-face): Likewise.
32342 * progmodes/compile.el (compilation-info-face): Likewise.
32343 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
32344 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
32345 * calendar/calendar.el (diary-face): Likewise.
32346 * woman.el (woman-italic-face, woman-bold-face)
32347 (woman-unknown-face): Likewise.
32348 * wid-edit.el (widget-button-pressed-face): Likewise.
32349 * whitespace.el (whitespace-highlight-face): Likewise.
32350 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
32351 * pcvs-info.el (cvs-marked-face): Likewise.
32352 * info.el (info-xref): Likewise.
32353 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
32354 * hilit-chg.el (highlight-changes-face)
32355 (highlight-changes-delete-face): Likewise.
32356 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
32357 (hi-red-b): Likewise.
32358 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
32359 * font-lock.el (font-lock-keyword-face)
32360 (font-lock-function-name-face, font-lock-warning-face): Likewise.
32361 * cus-edit.el (custom-invalid-face, custom-modified-face)
32362 (custom-set-face, custom-changed-face, custom-variable-tag-face)
32363 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
32364 * comint.el (comint-highlight-prompt): Likewise.
32365
32366 2005-04-08 Lute Kamstra <lute@gnu.org>
32367
32368 * font-lock.el (font-lock-keywords): Docstring fixes.
32369
32370 2005-04-08 Kenichi Handa <handa@m17n.org>
32371
32372 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
32373 chars are more than a limit, print " and more..." at the tail.
32374
32375 2005-04-08 Kim F. Storm <storm@cua.dk>
32376
32377 * emacs-lisp/authors.el (authors-aliases): Update list.
32378 (authors-ignored-files): New list.
32379 (authors-fixed-entries): Fix typo.
32380 (authors-renamed-files-alist): Update list.
32381 (authors-add): Check authors-ignored-files.
32382
32383 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
32384
32385 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
32386 optional, to ensure backward compatibility.
32387
32388 2005-04-08 Stephen Eglen <stephen@gnu.org>
32389
32390 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
32391
32392 2005-04-08 Kim F. Storm <storm@cua.dk>
32393
32394 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
32395
32396 * mouse.el (mouse-on-link-p): Doc fix.
32397
32398 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
32399
32400 * ielm.el (ielm-prompt-read-only): Doc fix.
32401
32402 * comint.el (comint-prompt-read-only): Doc fix.
32403
32404 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
32405
32406 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
32407 ensure dired always handles wildcards passed to ffap.
32408 (find-file-at-point): Use it.
32409 (ffap-dired-wildcards): Doc fix.
32410
32411 2005-04-07 Juri Linkov <juri@jurta.org>
32412
32413 * simple.el (next-error-overlay-arrow-position): New defvar.
32414 Put "=>" on its property `overlay-arrow-string'. Add it to
32415 `overlay-arrow-variable-list'.
32416
32417 * progmodes/compile.el (compilation-setup):
32418 Set `next-error-overlay-arrow-position' to nil. Also set it to
32419 nil in the local hook `kill-buffer-hook'. Make local variable
32420 `overlay-arrow-string' and set it to "=>".
32421 (compilation-goto-locus): Set BOL position to
32422 `next-error-overlay-arrow-position' instead of
32423 `overlay-arrow-position'.
32424
32425 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
32426 locally instead of adding it to the global hook.
32427 (Info-kill-buffer): Move up.
32428
32429 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
32430
32431 * term/xterm.el (xterm-standard-colors): Update color values from
32432 xterm-200.
32433
32434 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
32435
32436 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
32437
32438 * fast-lock.el:
32439 * lazy-lock.el: Move them to the obsolete subdir.
32440
32441 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
32442
32443 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
32444 (wdired-add-replace-advice): Remove.
32445 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
32446
32447 2005-04-06 Kim F. Storm <storm@cua.dk>
32448
32449 * startup.el (command-line): Add --bare-bones alias for -Q.
32450
32451 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
32452
32453 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
32454 create the startup fontset if a font specification ends with
32455 `mac-roman'.
32456
32457 2005-04-06 Lute Kamstra <lute@gnu.org>
32458
32459 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
32460 change.
32461
32462 * emacs-lisp/copyright.el (copyright-update-year): Replace the
32463 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
32464
32465 2005-04-05 Lute Kamstra <lute@gnu.org>
32466
32467 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
32468 (define-generic-mode): Ditto. Fix debug declaration.
32469
32470 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
32471 Put them in the generic-x group.
32472
32473 * calendar/timeclock.el (timeclock): Doc fix.
32474
32475 * generic.el (define-generic-mode): Don't use custom-current-group.
32476 Document default :group value.
32477 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
32478 (define-global-minor-mode): Don't use custom-current-group.
32479
32480 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
32481
32482 * startup.el (command-line-1): Display startup-echo-area-message
32483 when fancy splash screen is in use.
32484
32485 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
32486 (sh-escaped-newline): New face.
32487 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
32488 newline, and use sh-escaped-newline face.
32489
32490 * progmodes/tcl.el (tcl-escaped-newline): New face.
32491 (tcl-builtin-list): New variable.
32492 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
32493 newlines. Fix keywords subexpression number.
32494
32495 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
32496
32497 * textmodes/org.el (org-diary-default-entry): Fix call to
32498 `add-to-diary-entry'.
32499
32500 2005-04-05 Kim F. Storm <storm@cua.dk>
32501
32502 * ediff-init.el: Use (featurep 'xemacs).
32503
32504 2005-04-05 David Ponce <david@dponce.com>
32505
32506 * cus-edit.el (face): Derive from symbol widget. Display sample
32507 of the current face on the fly.
32508 (widget-face-sample-face-get, widget-face-notify): New functions.
32509 (widget-face-value-create): Remove.
32510
32511 * wid-edit.el (widget-field-end): Temporarily remove field
32512 narrowing before to call `get-char-property'.
32513
32514 2005-04-04 Jay Belanger <belanger@truman.edu>
32515
32516 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
32517 (math-read-subscripts): New variable.
32518 (math-read-preprocess-string): Process subscripts.
32519
32520 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
32521
32522 * comint.el (comint-prompt-read-only): Doc fix.
32523
32524 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
32525 `-1'. Doc fix.
32526
32527 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
32528
32529 * textmodes/org.el (org-insert-mode-line-in-empty-file):
32530 Change default value to nil.
32531
32532 2005-04-04 Lute Kamstra <lute@gnu.org>
32533
32534 * autorevert.el (auto-revert-mode): Specify :group.
32535 * battery.el (display-battery-mode): Specify :group.
32536 * diff-mode.el (diff-minor-mode): Specify :group.
32537 * font-core.el (font-lock-mode): Specify :group.
32538 * hl-line.el (hl-line-mode): Specify :group.
32539 * iimage.el (iimage): New customization group.
32540 (iimage-mode): Specify :group.
32541 * longlines.el (longlines-mode): Specify :group.
32542 * master.el: Don't require easy-mmode.
32543 (master): New customization group.
32544 (master-mode): Specify :group.
32545 * msb.el (msb-mode): Specify :group.
32546 * reveal.el (reveal-mode): Specify :group.
32547 * simple.el (next-error-follow-minor-mode): Specify :group.
32548 * smerge-mode.el (smerge-mode): Specify :group.
32549 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
32550 * emulation/cua-base.el (cua-mode): Specify :group.
32551 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
32552 * language/thai-util.el (thai-auto-composition-mode)
32553 (thai-word-mode): Specify :group.
32554 * mail/supercite.el (sc-minor-mode): Specify :group.
32555 * progmodes/cwarn.el (cwarn-mode): Specify :group.
32556 * progmodes/flymake.el (flymake-mode): Specify :group.
32557 * progmodes/glasses.el (glasses-mode): Specify :group.
32558 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
32559 * textmodes/enriched.el (enriched-mode): Specify :group.
32560 * textmodes/refill.el (refill-mode): Specify :group.
32561
32562 * add-log.el (change-log-font-lock-keywords): Names in
32563 parenthesized lists can contain spaces.
32564
32565 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
32566
32567 * startup.el (fancy-splash-text): Shorten default text of
32568 "Emacs Tutorial" line. Also, if the current language env
32569 indicates an available tutorial file other than TUTORIAL,
32570 extract its title and append it to the line in parentheses.
32571 (fancy-splash-insert): If arg is a thunk, funcall it.
32572
32573 2005-04-04 Jay Belanger <belanger@truman.edu>
32574
32575 * calc.el (calc-language-alist): Add tags to customization type.
32576
32577 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
32578
32579 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
32580 Doc fix.
32581
32582 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
32583
32584 * add-log.el (change-log-font-lock-keywords): The manual
32585 describing a Change Log entry, says: (...) "Aside from these
32586 header lines, every line in the change log starts with a space or
32587 a tab.". The font-lock was not highlighting lines started with
32588 spaces, added support for it.
32589
32590 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
32591
32592 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
32593 (bibtex-generate-url-list): Update docstring accordingly. Put the
32594 complex example in the docstring.
32595 (bibtex-font-lock-url): Use pop.
32596
32597 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
32598
32599 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
32600
32601 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
32602
32603 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
32604
32605 * filesets.el (filesets-set-default): Doc fix.
32606
32607 2005-04-03 Lute Kamstra <lute@gnu.org>
32608
32609 * generic.el (define-generic-mode): Add argument to specify
32610 keywords for defcustom.
32611 (default-generic-mode): Specify :group.
32612
32613 * generic-x.el: Specify :group for all generic modes.
32614
32615 * desktop.el (desktop-no-desktop-file-hook)
32616 (desktop-after-read-hook): Doc fix.
32617
32618 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
32619
32620 * simple.el (visible-mode): Use explicit :group keyword.
32621 This changes the group of `visible-mode-hook' from paren-blinking
32622 to editing-basics.
32623
32624 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
32625
32626 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
32627 mailbox specifications as well as URLs.
32628 (rmail-insert-inbox-text): Remove unused conditional branches.
32629
32630 2005-04-01 Jay Belanger <belanger@truman.edu>
32631
32632 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
32633 (calc-gnuplot-print-command): Move definitions to calc.el.
32634
32635 * calc/calc-embed.el (calc-embedded-announce-formula)
32636 (calc-embedded-open-formula, calc-embedded-close-formula)
32637 (calc-embedded-open-word, calc-embedded-close-word)
32638 (calc-embedded-open-plain, calc-embedded-close-plain)
32639 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
32640 (calc-embedded-open-mode, calc-embedded-close-mode):
32641 Move definitions to calc.el.
32642
32643 * calc/calc.el (calc-settings-file, calc-language-alist):
32644 Make customizable.
32645 (calc-embedded-announce-formula, calc-embedded-open-formula)
32646 (calc-embedded-close-formula, calc-embedded-open-word)
32647 (calc-embedded-close-word, calc-embedded-open-plain)
32648 (calc-embedded-close-plain, calc-embedded-open-new-formula)
32649 (calc-embedded-close-new-formula, calc-embedded-open-mode)
32650 (calc-embedded-close-mode, calc-gnuplot-name)
32651 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
32652 from other files and make customizable.
32653
32654 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
32655
32656 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
32657 Use buffer-live-p.
32658 (cvs-mode-run): Don't call cvs-update-header here.
32659 (cvs-run-process): Call cvs-update-header.
32660 Use process properties for cvs-postprocess and cvs-buffer so that
32661 the sentinel can behave better if the temp buffer is killed.
32662 Use a pipe rather than a tty, to better handle unexpected prompts.
32663 (cvs-sentinel): Rewrite. Call cvs-update-header.
32664
32665 2005-04-01 Andre Spiegel <spiegel@gnu.org>
32666
32667 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
32668 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
32669
32670 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
32671
32672 * generic.el (define-generic-mode): Add indentation rule.
32673
32674 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
32675
32676 * files.el (mode-require-final-newline): Make Custom correctly
32677 report a nil value and allow to set it to nil via Custom.
32678 Doc fix.
32679
32680 2005-04-01 Kenichi Handa <handa@m17n.org>
32681
32682 * international/characters.el: Enable the correct case setting for
32683 dotless-i and dotted-I.
32684
32685 2005-04-01 Kim F. Storm <storm@cua.dk>
32686
32687 * ido.el (ido-file-internal): Fall back to non-ido command if
32688 initial directory is on slow ftp (or tramp) host.
32689
32690 2005-03-31 Richard M. Stallman <rms@gnu.org>
32691
32692 * emacs-lisp/autoload.el (make-autoload):
32693 Handle define-global-minor-mode.
32694
32695 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
32696 Rename from easy-mmode-define-global-mode.
32697 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
32698
32699 * progmodes/scheme.el (scheme-mode-syntax-table):
32700 Update syntax of | and # for two-character comment syntax.
32701
32702 2005-03-31 Lute Kamstra <lute@gnu.org>
32703
32704 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
32705 (define-minor-mode): Call custom-current-group at load-time.
32706
32707 * generic.el (define-generic-mode): Add debug declaration.
32708 Add defcustom for the mode hook.
32709 (generic-mode-internal): Use run-mode-hooks.
32710
32711 2005-03-31 Kim F. Storm <storm@cua.dk>
32712
32713 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
32714 (mouse-fixup-help-message): New defun called by show_help_echo
32715 to fixup mouse-2 prefix in help messages when applicable.
32716
32717 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
32718
32719 2005-03-31 Kenichi Handa <handa@m17n.org>
32720
32721 * language/thai-word.el (thai-find-word-ends): Pay attention to
32722 the case that we reach the end of buffer.
32723
32724 * textmodes/fill.el (fill-text-properties-at): New function.
32725 (fill-newline): Use fill-text-properties-at instead of
32726 text-properties-at.
32727
32728 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
32729
32730 * textmodes/tex-mode.el (tex-start-tex): Use shell-quote-argument,
32731 not comint-quote-filename.
32732
32733 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
32734
32735 * help-fns.el (help-with-tutorial): Revert last change.
32736
32737 2005-03-31 Kim F. Storm <storm@cua.dk>
32738
32739 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
32740
32741 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
32742
32743 * calendar/cal-china.el: Update reference to "Calendrical
32744 Calculations" book; there's a new edition.
32745 * calendar/cal-coptic.el: Likewise.
32746 * calendar/cal-french.el: Likewise.
32747 * calendar/cal-hebrew.el: Likewise.
32748 * calendar/cal-islam.el: Likewise.
32749 * calendar/cal-iso.el: Likewise.
32750 * calendar/cal-julian.el: Likewise.
32751 * calendar/cal-mayan.el: Likewise.
32752 * calendar/cal-persia.el: Likewise.
32753 * calendar/calendar.el: Likewise.
32754 * calendar/holidays.el: Likewise.
32755 * calendar/lunar.el: Likewise.
32756 * calendar/solar.el: Likewise.
32757
32758 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
32759 white space from doc string.
32760
32761 2005-03-30 Jay Belanger <belanger@truman.edu>
32762
32763 * calc/calc-help.el (calc-full-help): Remove email address.
32764
32765 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
32766
32767 * help-fns.el (help-with-tutorial): Delete title line.
32768
32769 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
32770
32771 * calendar/cal-x.el (calendar-one-frame-setup)
32772 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
32773 rather than `symbol' for set-window-dedicated-p.
32774
32775 * calendar/appt.el (appt-buffer-name): Make it a constant.
32776 (appt-add): Doc fix.
32777
32778 * filesets.el (filesets-menu-path, filesets-menu-before)
32779 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
32780 (filesets-menu-cache-file): Use directory ~/.emacs.d.
32781 (filesets-add-submenu): Delete and use add-submenu instead.
32782
32783 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
32784
32785 * textmodes/org.el (org-agenda-phases-of-moon)
32786 (org-agenda-sunrise-sunset, org-agenda-convert-date)
32787 (org-agenda-goto-calendar): New commands.
32788 (org-diary-default-entry): New function.
32789 (org-get-entries-from-diary): Better parsing of diary entries.
32790 (org-agenda-check-no-diary): New function.
32791 ("diary-lib"): Advice to function `add-to-diary-list', to allow
32792 linking to diary entries.
32793 (org-agenda-execute-calendar-command): New function.
32794 (org-agenda): Improve visible section in window.
32795 Use `org-fit-agenda-window'.
32796 (org-fit-agenda-window): New option.
32797 (org-move-subtree-down): Better handling of empty lines
32798 at end of subtree.
32799 (org-cycle): Numeric prefix is interpreted now as show-subtree N
32800 levels up.
32801 (org-fontify-done-headline): New option.
32802 (org-headline-done-face): New face.
32803 (org-set-font-lock-defaults): Use `org-headline-done-face'.
32804 (org-table-copy-down): Rename from `org-table-copy-from-above'.
32805 When current field is non-empty, it is copied to next row.
32806 (org-table-copy-from-above): Fix bug which made it
32807 impossible to copy fields containing only a single non-white character.
32808
32809 2005-03-30 Kim F. Storm <storm@cua.dk>
32810
32811 * kmacro.el (kmacro-end-macro): Isearch may store this command
32812 into the macro -- so ignore it when executing keyboard macro.
32813
32814 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
32815
32816 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
32817
32818 2005-03-29 Kenichi Handa <handa@m17n.org>
32819
32820 * language/thai.el ("Thai"): Set setup-function and exit-function
32821 for Thai language environment.
32822
32823 * language/thai-util.el: Require thai-word.
32824 (thai-word-mode-map): New variable.
32825 (thai-word-mode): New minor mode.
32826 (setup-thai-language-environment-internal): New function.
32827 (exit-thai-language-environment-internal): New function.
32828
32829 * language/thai-word.el (thai-word-table): Declare it by defvar,
32830 use dolist to initialize it.
32831 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
32832 (thai-fill-find-break-point): New functions.
32833
32834 2005-03-29 Richard M. Stallman <rms@gnu.org>
32835
32836 * simple.el (idle-update-delay): Move definition up.
32837 (set-mark): Doc fix.
32838
32839 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
32840
32841 * longlines.el: New file.
32842
32843 * simple.el (buffer-substring-filters): New variable.
32844 (filter-buffer-substring): New function.
32845 (kill-region, copy-region-as-kill): Use it.
32846
32847 * register.el (copy-to-register, append-to-register)
32848 (prepend-to-register): Use filter-buffer-substring.
32849
32850 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
32851
32852 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
32853 (gud-filter-pending-text): Move in front of gdb.
32854 (gud-overlay-arrow-position): New variable.
32855 (gud-sentinel, gud-display-line): Use it in place of
32856 overlay-arrow-position.
32857
32858 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
32859
32860 * progmodes/fortran.el (fortran-if-indent): Doc fix.
32861 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
32862 (fortran-font-lock-keywords-4): New variable.
32863 (fortran-blocks-re, fortran-end-block-re)
32864 (fortran-start-block-re): New constants, for hideshow.
32865 (hs-special-modes-alist): Add a Fortran entry.
32866 (fortran-mode-map): Bind fortran-end-of-block,
32867 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
32868 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
32869 (fortran-looking-at-if-then, fortran-end-of-block)
32870 (fortran-beginning-of-block): New functions, for hideshow.
32871
32872 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
32873 Doc fix. Tweak regexp.
32874 (f90-beginning-of-block): Push mark first.
32875
32876 2005-03-29 Jay Belanger <belanger@truman.edu>
32877
32878 * calc/calc.el: Update copyright date.
32879 (calc-version): Increase to 2.1.
32880 (calc-version-date): Remove.
32881
32882 * calc/calc-help.el: Update copyright date.
32883 (calc-full-help): Remove reference to calc-version-date.
32884 Update copyright date.
32885
32886 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
32887
32888 * vc.el (vc-do-command): Use a pipe for async processes, so password
32889 prompts don't show up at places where the user can't reply.
32890
32891 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
32892
32893 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
32894 on the file name we pass to the inferior shell.
32895
32896 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
32897
32898 * progmodes/which-func.el (which-function): Be robust in the face of an
32899 imenu--make-index-alist failure.
32900
32901 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
32902
32903 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
32904
32905 * progmodes/python.el (python-preoutput-filter): Fix last change.
32906
32907 2005-03-29 Lute Kamstra <lute@gnu.org>
32908
32909 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
32910 functions and compiled macros.
32911 (debug-convert-byte-code): Handle macros too.
32912 (debug-on-entry-1): Don't signal an error when trying to clear a
32913 function that is not set to debug on entry.
32914
32915 2005-03-29 Jay Belanger <belanger@truman.edu>
32916
32917 * calc/calc-lang.el: Add functions to math-function-table
32918 properties of tex and math.
32919
32920 2005-03-29 Kenichi Handa <handa@m17n.org>
32921
32922 * ps-mule.el (ps-mule-plot-string): Translate characters by
32923 ps-print-translation-table.
32924 (ps-mule-begin-job): Call find-charset-region/string with
32925 ps-print-translation-table.
32926 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
32927
32928 * ps-print.el (ps-print-translation-table): New variable.
32929 (ps-plot-region): Translate characters by ps-print-translation-table.
32930
32931 2005-03-29 Juri Linkov <juri@jurta.org>
32932
32933 * simple.el (next-error-highlight-timer): New variable.
32934
32935 * progmodes/compile.el (compilation-goto-locus):
32936 Use `next-error-highlight-timer' instead of `sit-for'.
32937
32938 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
32939
32940 * mail/supercite.el (sc-mail-field): Use assoc-string.
32941 (sc-get-address): Simplify regexps.
32942
32943 * files.el (minibuffer-with-setup-hook): New macro.
32944 (find-file-read-args): Use it to avoid let-binding
32945 minibuffer-with-setup-hook (which breaks turning on/off
32946 file-name-shadow-mode while in the prompt).
32947
32948 * complete.el (PC-read-include-file-name-internal):
32949 Use test-completion.
32950
32951 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
32952
32953 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
32954
32955 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
32956
32957 * window.el (window-buffer-height): Use count-screen-lines.
32958
32959 * progmodes/python.el (python-preoutput-leftover): New var.
32960 (python-preoutput-filter): Use it.
32961 (python-send-receive): Loop until all the result has been received.
32962
32963 2005-03-28 Juri Linkov <juri@jurta.org>
32964
32965 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
32966
32967 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
32968 "Recover Crashed Session".
32969 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
32970 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
32971 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
32972 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
32973 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
32974 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
32975 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
32976 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
32977
32978 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
32979 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
32980 Ediff Sessions", "Toggle use of separate control buffer frame",
32981 "Use separate frame for Ediff control buffer".
32982
32983 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
32984 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
32985 "Rename Bookmark", "Delete Bookmark".
32986
32987 * info.el (Info-mode-menu): Remove ellipsis from "Index".
32988 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
32989 Add `:active Info-index-alternatives' to "Next Matching Item".
32990
32991 * wdired.el (wdired-change-to-wdired-mode):
32992 Mention `wdired-abort-changes' key in the initial message.
32993
32994 * international/mule.el (auto-coding-alist): Associate non-ascii
32995 image filename extensions with `no-conversion'.
32996
32997 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
32998
32999 * international/iso-acc.el:
33000 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
33001
33002 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
33003
33004 * textmodes/sgml-mode.el (html-mode): Doc update.
33005
33006 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
33007
33008 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
33009
33010 * term.el (term-move-columns): Fix face after extending a line.
33011 (term-insert-spaces): Likewise.
33012 (term-reset-terminal): Fix off by one error.
33013
33014 2005-03-26 Eli Zaretskii <eliz@gnu.org>
33015
33016 * international/mule.el (auto-coding-alist): Add .xpi files.
33017
33018 * files.el (auto-mode-alist): Add .xpi files.
33019
33020 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
33021
33022 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
33023
33024 2005-03-26 Eli Zaretskii <eliz@gnu.org>
33025
33026 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
33027
33028 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
33029
33030 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
33031 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
33032
33033 * calendar/cal-move.el (calendar-beginning-of-year): Move the
33034 cursor to Jan 1 when needed.
33035 (calendar-end-of-year): Fix -/+ typo.
33036 Reported by Chong Yidong <cyd@stupidchicken.com>.
33037
33038 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
33039
33040 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
33041
33042 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
33043 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
33044
33045 2005-03-25 Richard M. Stallman <rms@gnu.org>
33046
33047 * filesets.el (filesets-init): Add autoload.
33048
33049 * mail/mailalias.el (mail-directory): Doc fix.
33050
33051 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
33052
33053 * mail/mailalias.el (mail-directory-process): Do nothing if
33054 mail-directory-process is an atom.
33055 (mail-get-names): Ignore mail-directory-names if it is an atom.
33056 (mail-directory-process defvar): Doc fix.
33057 (mail-names): Doc fix.
33058
33059 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se> (tiny change)
33060
33061 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
33062
33063 2005-03-26 Kenichi Handa <handa@m17n.org>
33064
33065 * international/mule-util.el (detect-coding-with-priority):
33066 Call update-coding-systems-internal before detect-coding-region.
33067
33068 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
33069
33070 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
33071 (gdb-frames-mode-map): Add follow-link property.
33072
33073 2005-03-25 Jay Belanger <belanger@truman.edu>
33074
33075 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
33076 for variables.
33077
33078 2005-03-25 Juri Linkov <juri@jurta.org>
33079
33080 * image-mode.el: Optimize image filename extension regexps in
33081 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
33082 in `auto-mode-alist'.
33083 (image-mode): Add `image-toggle-display-text' to local hook
33084 `change-major-mode-hook'. Display the image as an image by
33085 default. Set `cursor-type' and `truncate-lines' if the image
33086 is already displayed. Take into account the current mode (image
33087 or text) in message.
33088 (image-minor-mode): New minor mode.
33089 (image-mode-maybe, image-toggle-display-text): New functions.
33090 (image-toggle-display): Use called-interactively-p.
33091 Let-bind `inhibit-read-only' to t.
33092
33093 * image-mode.el (image-minor-mode): Set `cursor-type' and
33094 `truncate-lines' if the image is already displayed. Add turning
33095 image-minor-mode off to `change-major-mode-hook'. Add message.
33096 Call `image-toggle-display-text' after turning image-minor-mode off.
33097
33098 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
33099
33100 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
33101 Terminal.app, use utf-8.
33102 (set-display-table-and-terminal-coding-system): Add coding-system arg.
33103 (set-locale-environment): Use it.
33104
33105 * term/xterm.el: Undo last change, better done in mule-cmds.el.
33106
33107 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
33108
33109 * progmodes/python.el (python-close-block-statement-p)
33110 (python-outdent-p, python-current-defun): Use symbol-end.
33111
33112 2005-03-25 Karl Chen <quarl@cs.berkeley.edu>
33113
33114 * files.el (save-some-buffers): Doc fix.
33115
33116 2005-03-25 Werner Lemberg <wl@gnu.org>
33117
33118 * complete.el, thumbs.el: Replace `legal' with `valid'.
33119 * calendar/calendar.el: Replace `legal' with `valid'.
33120 * emacs-lisp/advice.el: Replace `legal' with `valid'.
33121 * mail/supercite.el: Replace `legal' with `valid'.
33122 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
33123 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
33124 Replace `legal' with `valid'.
33125 * textmodes/reftex-vars.el, textmodes/reftex.el:
33126 Replace `legal' with `valid'.
33127
33128 2005-03-25 Werner Lemberg <wl@gnu.org>
33129
33130 * calc/calc-forms.el, calc/calc-sel.el
33131 * midnight.el, vc-cvs.el
33132 * emacs-lisp/cl-macs.el
33133 * emulation/vip.el
33134 * eshell/esh-io.el, eshell/esh-var.el
33135 * mail/supercite.el
33136 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
33137 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
33138 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
33139 * progmodes/sh-script.el, progmodes/xscheme.el
33140 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
33141 * textmodes/reftex-index.el, textmodes/reftex-parse.el
33142 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
33143 * textmodes/reftex.el, textmodes/org.el:
33144 Replace `illegal' with `invalid'.
33145
33146 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
33147
33148 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
33149 (flymake-find-buildfile, flymake-find-possible-master-files)
33150 (flymake-check-include, flymake-parse-line): Replace loops over the
33151 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
33152
33153 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
33154 Substitute file-name-as-directory in the rest of the file.
33155 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
33156 (flymake-replace-region): Remove unused arg `buffer'.
33157 (flymake-check-patch-master-file-buffer): Update calls to it.
33158 (flymake-add-err-info): Remove unused var `count'.
33159 (flymake-mode): Use define-minor-mode.
33160
33161 * progmodes/flymake.el: Use with-current-buffer.
33162 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
33163 flymake-replace-regexp-in-string, flymake-line-beginning-position)
33164 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
33165 Avoid testing for `xemacs'.
33166 (flymake-nop): Move.
33167 (flymake-region-has-flymake-overlays): Return the computed value.
33168 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
33169 Remove unused var `endline'.
33170 (flymake-get-line-count): Remove unused function.
33171 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
33172
33173 * emulation/vi.el:
33174 * generic.el:
33175 * hilit-chg.el (global-highlight-changes):
33176 * hi-lock.el (hi-lock-mode):
33177 * follow.el: find-file-hooks -> find-file-hook.
33178
33179 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
33180
33181 2005-03-24 Juri Linkov <juri@jurta.org>
33182
33183 * dired.el (dired-mode-map): Add menu item "Compare directories"
33184 for dired-compare-directories.
33185
33186 * dired-aux.el (dired-compare-directories): Add autoload cookie.
33187 Doc fix. Replace `read-file-name' with `read-directory-name'.
33188
33189 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
33190
33191 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
33192
33193 2005-03-24 Jay Belanger <belanger@truman.edu>
33194
33195 * calc/calc-embed.el (calc-embedded-mode-change): Save all
33196 relevant mode settings in calc-embedded-original-modes when modes
33197 are permanently changed.
33198
33199 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
33200
33201 * autoinsert.el: find-file-hooks -> find-file-hook.
33202
33203 2005-03-24 Lute Kamstra <lute@gnu.org>
33204
33205 * generic.el (generic-font-lock-defaults): Make it obsolete.
33206 (generic-font-lock-keywords): New variable to replace
33207 generic-font-lock-defaults.
33208 (generic-mode-set-font-lock): Delete it.
33209 (generic-mode-internal): Don't call generic-mode-set-font-lock.
33210 (generic-bracket-support): Add docstring.
33211
33212 * generic-x.el: Rename generic-font-lock-defaults to
33213 generic-font-lock-keywords throughout.
33214 (mailagent-rules-setup-function): Delete it.
33215 (mailagent-rules-generic-mode): Use anonymous function instead.
33216 (show-tabs-generic-mode-font-lock-defaults-1)
33217 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
33218 Quote faces.
33219 (show-tabs-tab-face, show-tabs-space-face): Specify background,
33220 not foreground.
33221
33222 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
33223 Recognize define-generic-mode.
33224
33225 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
33226
33227 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
33228 if there's no completion table.
33229
33230 2005-03-23 Miles Bader <miles@gnu.org>
33231
33232 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
33233 Remove tty-specific variants, as they're no longer needed.
33234
33235 2005-03-23 Lute Kamstra <lute@gnu.org>
33236
33237 * generic-x.el: Code cleanup: make args constant whenever possible.
33238 (installshield-statement-keyword-list)
33239 (installshield-system-functions-list)
33240 (installshield-system-variables-list, installshield-types-list)
33241 (installshield-funarg-constants-list): Make them constants.
33242
33243 * generic.el (generic-make-keywords-list): Add autoload cookie.
33244
33245 * calendar/time-date.el: Add comment on time value formats.
33246 Don't require parse-time.
33247 (with-decoded-time-value): New macro.
33248 (encode-time-value): New function.
33249 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
33250 (days-to-time): Return a valid time value when arg is huge.
33251 (time-since): Use time-subtract.
33252 (time-to-number-of-days): Use time-to-seconds.
33253
33254 2005-03-23 David Ponce <david@dponce.com>
33255
33256 * recentf.el (recentf-keep): New option.
33257 (recentf-menu-action): Default to `find-file'.
33258 (recentf-keep-non-readable-files-flag)
33259 (recentf-keep-non-readable-files-p)
33260 (recentf-file-readable-p, recentf-find-file)
33261 (recentf-cleanup-remote): Remove.
33262 (recentf-include-p): More robust.
33263 (recentf-keep-p): New function.
33264 (recentf-remove-if-non-kept): Rename from
33265 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
33266 All callers updated.
33267 (recentf-menu-items-for-commands): Fix help string.
33268 (recentf-track-closed-file): Update. Doc fix.
33269 (recentf-cleanup): Update. Count removed files. Doc fix.
33270
33271 2005-03-23 Kim F. Storm <storm@cua.dk>
33272
33273 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
33274 Don't inherit from fringe face (now happens automatically).
33275
33276 2005-03-22 Kim F. Storm <storm@cua.dk>
33277
33278 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
33279 position values.
33280
33281 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
33282
33283 * menu-bar.el (showhide-date-time): Remove.
33284 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
33285 (menu-bar-make-mm-toggle): Simplify.
33286
33287 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
33288
33289 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
33290 Accept qualified variable and function names.
33291
33292 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
33293
33294 * bindings.el (completion-ignored-extensions):
33295 Remove ".lis" for `vax-vms'.
33296
33297 2005-03-22 Andreas Schwab <schwab@suse.de>
33298
33299 * generic-x.el: Revert last change.
33300 * ldefs-boot.el: Update.
33301
33302 2005-03-22 Jay Belanger <belanger@truman.edu>
33303
33304 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
33305 (calc-embedded-save-original-modes)
33306 (calc-embedded-restore-original-modes): New functions.
33307 (calc-do-embedded): Save original modes when entering embedded mode
33308 and restore when leaving embedded mode.
33309 (calc-embedded-modes-change): Change the value of
33310 calc-embedded-original-modes to reflect permanent changes.
33311
33312 2005-03-22 Lute Kamstra <lute@gnu.org>
33313
33314 * generic-x.el: Require generic again.
33315
33316 2005-03-22 Miles Bader <miles@gnu.org>
33317
33318 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
33319 Tweak details to look good on both ttys and bitmap displays, light
33320 or dark background, etc.
33321
33322 2005-03-21 Kim F. Storm <storm@cua.dk>
33323
33324 * tooltip.el (tooltip-show-help-function): Check car and cdr of
33325 mouse position.
33326
33327 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
33328
33329 * icomplete.el: Don't forcibly turn on the mode upon load.
33330 (icomplete-mode): Use define-minor-mode.
33331 (icomplete-eoinput): Default to nil.
33332 (icomplete-minibuffer-setup): Remove autoload.
33333 (icomplete-tidy): Simplify.
33334 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
33335 in the initial state or if the user has modified the field.
33336 Fix handling of icomplete-max-delay-chars.
33337 Remove code that handles the oddball case where
33338 minibuffer-completion-table is an integer.
33339 Wrap icomplete-completions in while-no-input in case building
33340 completions takes more time than expected.
33341 (icomplete-completions): Simplify.
33342
33343 2005-03-21 Richard M. Stallman <rms@gnu.org>
33344
33345 * jka-compr.el (jka-compr-really-do-compress):
33346 Make variable buffer-local.
33347
33348 * image-mode.el: Handle .xpm files too.
33349 (image-toggle-display): Preserve modification flag.
33350
33351 * help.el (where-is): Don't mention aliases with no key bindings.
33352
33353 2005-03-21 Lute Kamstra <lute@gnu.org>
33354
33355 * generic.el: Fix commentary section. Don't require cl for
33356 compilation.
33357 (generic-mode-list): Add autoload cookie.
33358 (generic-use-find-file-hook, generic-lines-to-scan)
33359 (generic-find-file-regexp, generic-ignore-files-regexp)
33360 (generic-mode, generic-mode-find-file-hook)
33361 (generic-mode-ini-file-find-file-hook): Fix docstrings.
33362 (define-generic-mode): Make it a defmacro. Fix docstring.
33363 (generic-mode-internal): Code cleanup. Add autoload cookie.
33364 (generic-mode-set-comments): Code cleanup.
33365 * generic-x.el: Don't prevent compilation. Don't require generic.
33366 Follow coding conventions. Minor code cleanup.
33367 (etc-fstab-generic-mode): Add some keywords.
33368 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
33369 define-generic-mode like a function declaration.
33370
33371 2005-03-21 Jay Belanger <belanger@truman.edu>
33372
33373 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
33374 changing modes.
33375
33376 2005-03-21 Sam Steingold <sds@gnu.org>
33377
33378 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
33379
33380 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
33381
33382 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
33383 Add underscore to "f$ lexicals" regexp.
33384
33385 2005-03-20 Juri Linkov <juri@jurta.org>
33386
33387 * subr.el (progress-reporter-do-update): When `min-value' is equal
33388 to `max-value', set `percentage' to 0 and prevent division by zero.
33389
33390 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
33391
33392 Sync with Tramp 2.0.48.
33393
33394 * net/tramp.el (all): Change all addresses to .gnu.org.
33395 (tramp-append-tramp-buffers): New defun.
33396 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
33397 Catch `dont-send' signal.
33398 (tramp-set-auto-save-file-modes): Set always permissions, because
33399 there might be an old auto-saved file belonging to another
33400 original file. This could be a security threat. Reported by
33401 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
33402 Check for Emacs 21.3.50 removed.
33403
33404 * net/tramp-smb.el (all): Remove debug construct for
33405 `with-parsed-tramp-file-name'.
33406 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
33407 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
33408 No error message if DIRECTORY or FILENAME doesn't exist.
33409 (tramp-smb-open-connection): Check existence of
33410 `tramp-smb-program'.
33411
33412 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
33413
33414 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
33415 Properly handle the case where the `m' or `s' command's argument is not
33416 yet terminated.
33417 (perl-indent-new-calculate): New function.
33418 (perl-indent-line): Use it.
33419
33420 2005-03-20 Miles Bader <miles@gnu.org>
33421
33422 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
33423 in text-mode too. Change to new face names.
33424 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
33425 Add `:weight bold' attribute.
33426 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
33427
33428 2005-03-19 Juri Linkov <juri@jurta.org>
33429
33430 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
33431
33432 * international/mule.el (auto-coding-alist): Sync with
33433 `auto-mode-alist' by adding upper case archive file extensions
33434 and adding ear/war to jar extension.
33435
33436 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
33437
33438 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
33439 running, restart it.
33440
33441 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
33442
33443 * finder.el (finder-current-item): Throw an error on an empty line.
33444
33445 * man.el (Man-follow-manual-reference): If current-word returns
33446 nil, use "".
33447
33448 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
33449
33450 * simple.el (goto-line): Doc fix.
33451
33452 2005-03-19 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
33453
33454 * files.el (save-buffer): Doc fix.
33455
33456 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
33457
33458 * recentf.el (recentf-cleanup-remote): New variable.
33459 (recentf-cleanup): Use it to conditionally check availability of
33460 remote files.
33461
33462 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
33463
33464 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
33465 function names.
33466
33467 2005-03-19 Eli Zaretskii <eliz@gnu.org>
33468
33469 * language/thai-word.el: New file.
33470
33471 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
33472
33473 * files.el (backup-buffer): If the file's directory is not
33474 writable, use copy instead of move to backup the file.
33475
33476 2005-03-19 Eli Zaretskii <eliz@gnu.org>
33477
33478 * obsolete/keyswap.el: Moved to obsolete/ from term/.
33479
33480 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
33481
33482 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
33483 Use functionp instead of symbolp and fboundp. Reported by Drkm
33484 <darkman_spam@yahoo.fr>.
33485 (ps-print-version): New version 6.6.6.
33486
33487 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
33488
33489 * textmodes/table.el (table--line-column-position): New idiom.
33490 (table--row-column-insertion-point-p): New function to test
33491 validity of row and column insertion operation at a location.
33492 (table-global-menu, table-cell-menu): Use above functions for
33493 deterministic test operation.
33494 (table--editable-cell-p): Behave in deterministic fashion.
33495
33496 2005-03-18 Juri Linkov <juri@jurta.org>
33497
33498 * isearch.el (isearch-lazy-highlight-new-loop):
33499 Make arguments beg and end optional.
33500 (isearch-update): Remove optional arguments nil from
33501 isearch-lazy-highlight-new-loop.
33502 (isearch-lazy-highlight-search): Let-bind case-fold-search to
33503 isearch-lazy-highlight-case-fold-search instead of
33504 isearch-case-fold-search, and let-bind isearch-regexp to
33505 isearch-lazy-highlight-regexp.
33506 Use isearch-lazy-highlight-last-string instead of isearch-string.
33507
33508 * replace.el (perform-replace): Remove bindings of global
33509 variables isearch-string, isearch-regexp, isearch-case-fold-search.
33510 Add three new arguments to `replace-highlight'.
33511 (replace-highlight): Add arguments string, regexp, case-fold.
33512 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
33513 to allow isearch-lazy-highlight-new-loop to use these values
33514 to set corresponding isearch-lazy-highlight-* internal
33515 variables whose values lazy highlighting will use regardless of
33516 changes to global variables isearch-string, isearch-regexp,
33517 isearch-case-fold-search during lazy highlighting loop.
33518 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
33519 to `lazy-highlight-cleanup'.
33520
33521 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
33522 (ispell-highlight-face): Set default face to `isearch' when
33523 lazy highlighting is enabled.
33524 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
33525 priority to 1. Add lazy highlighting.
33526 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
33527 from `isearch-dehighlight'.
33528
33529 2005-03-18 David Ponce <david@dponce.com>
33530
33531 * files.el (hack-local-variables): Do a case-insensitive search
33532 for End.
33533
33534 2005-03-18 Juri Linkov <juri@jurta.org>
33535
33536 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
33537 `isearch-lazy-highlight-cleanup', add alias to old name and
33538 declare obsolete. Add release numbers to other obsolete vars.
33539 (isearch-done, isearch-lazy-highlight-new-loop):
33540 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
33541 (lazy-highlight-cleanup) <variable>: Doc fix.
33542 (isearch-lazy-highlight-update): Rename obsolete
33543 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
33544
33545 2005-03-18 Kenichi Handa <handa@m17n.org>
33546
33547 * language/thai-util.el: Fix categorization of Thai characters in
33548 thai-category-table.
33549 (thai-composition-pattern): Adjust it for the above change.
33550 (thai-self-insert-command, thai-compose-syllable): New functions.
33551 (thai-compose-region): Use thai-compose-syllable.
33552 (thai-compose-string): Likewise.
33553 (thai-composition-function): Likewise.
33554 (thai-auto-composition): New function.
33555 (thai-auto-composition-mode): New minor mode.
33556
33557 * language/thai.el: Fix patterns to be registered in
33558 composition-function-table.
33559
33560 * international/quail.el (quail-input-method): Locally bind
33561 inhibit-modification-hooks to t.
33562
33563 2005-03-17 Richard M. Stallman <rms@gnu.org>
33564
33565 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
33566 (perl-mode): Use run-mode-hooks.
33567
33568 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
33569 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
33570 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
33571
33572 * mail/sendmail.el (sendmail-send-it): Reenable the code
33573 to compute resend-to-address and use it.
33574
33575 * tar-mode.el (tar-mode): Turn off undo unconditionally.
33576
33577 * image-mode.el: New file.
33578
33579 * image.el (insert-sliced-image): Add autoload cookie.
33580
33581 * font-lock.el (font-lock-lines-before): New user option.
33582 (font-lock-after-change-function): Obey it.
33583
33584 * bindings.el (esc-map): Make M-g a prefix.
33585 Bind M-g g and M-g M-g to goto-line.
33586
33587 * faces.el (face-id): Doc fix.
33588
33589 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
33590
33591 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
33592 (rmail-show-message): Use rmail-unknown-mail-followup-to.
33593 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
33594
33595 * mail/sendmail.el (mail-yank-ignored-headers)
33596 (mail-font-lock-keywords, mail-mode-fill-paragraph):
33597 Add Mail-Followup-To and Mail-Reply-To headers.
33598 (mail-citation-hook): Add autoload cookie.
33599 (mail-mode): Doc fix.
33600 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
33601 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
33602 (mail-mode-fill-paragraph): Handle those headers.
33603 (mail-mailing-lists): New variable.
33604 (mail-mail-reply-to, mail-mail-followup-to): New functions.
33605
33606 2005-03-17 Juri Linkov <juri@jurta.org>
33607
33608 * isearch.el (isearch-fallback): Check for `(car previous)'
33609 before calling `isearch-other-end-state'.
33610
33611 2005-03-17 Kim F. Storm <storm@cua.dk>
33612
33613 * simple.el (move-beginning-of-line): Move to beginning of buffer
33614 line, as well as beginning of screen line.
33615
33616 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
33617
33618 * calendar/diary-lib.el (mark-diary-entries): Use new optional
33619 argument REDRAW rather than calendar-redrawing variable.
33620 * calendar/calendar.el (calendar-redrawing): Delete.
33621 (redraw-calendar): Do not bind calendar-redrawing.
33622
33623 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
33624
33625 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
33626 diary-file buffer.
33627
33628 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
33629
33630 * help.el (describe-mode): Allow a :minor-mode-function property to
33631 specify a different minor mode toggle function than the variable.
33632 * simple.el (auto-fill-function):
33633 * subr.el (add-minor-mode): Use it.
33634
33635 2005-03-16 Kenichi Handa <handa@m17n.org>
33636
33637 * language/ethio-util.el (sera-being-called-by-w3): New variable.
33638 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
33639 (ethio-fidel-to-sera-buffer): Likewise.
33640
33641 2005-03-16 Juri Linkov <juri@jurta.org>
33642
33643 * emacs-lisp/find-func.el (find-function-regexp):
33644 Add defun-emitting macro `menu-bar-make-toggle'.
33645
33646 * isearch.el: Put `isearch-scroll' property to
33647 `split-window-horizontally'.
33648
33649 * info.el: Update error messages for `debug-ignored-errors'.
33650 (Info-isearch-search): Doc fix.
33651 (Info-find-node): Move up code to go into info buffer before
33652 recording the node to the history.
33653 (Info-fontify-node): Fontify titles only if the next line
33654 has two or more `*', `=', `-', `.'.
33655 Display "go to this node" for empty (match-string 3).
33656
33657 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
33658
33659 * term/mac-win.el: Add mouse pointer shape constants.
33660
33661 2005-03-15 Kim F. Storm <storm@cua.dk>
33662
33663 * simple.el (move-beginning-of-line): Use vertical-motion.
33664
33665 2005-03-15 Juri Linkov <juri@jurta.org>
33666
33667 * isearch.el (isearch-error): New variable.
33668 (isearch-invalid-regexp, isearch-within-brackets): Remove.
33669 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
33670 (isearch-within-brackets-state): Remove.
33671 (isearch-case-fold-search-state, isearch-pop-fun-state):
33672 Decrease frame index.
33673 (isearch-mode, isearch-top-state, isearch-push-state)
33674 (isearch-edit-string, isearch-abort, isearch-search-and-update)
33675 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
33676 (isearch-search, isearch-lazy-highlight-new-loop):
33677 Replace `isearch-invalid-regexp' with `isearch-error'.
33678 Remove `isearch-within-brackets'.
33679 (isearch-search): Add `search-failed' handler to `condition-case'.
33680 (isearch-lazy-highlight-search): Add `condition-case' to catch
33681 errors and allow `isearch-lazy-highlight-update' to try
33682 highlighting from the beginning of the window.
33683 (isearch-repeat): Move up code to set isearch-wrapped to t
33684 before calling isearch-wrap-function.
33685
33686 * info.el (Info-isearch-initial-node): New internal variable.
33687 (Info-search): Signal an error in isearch mode when search leaves
33688 the initial node. Signal an error when `bound' is non-nil and
33689 nothing was found in the current subfile.
33690 (Info-isearch-search): Remove `condition-case'.
33691 (Info-isearch-wrap): Don't wrap when search failed during leaving
33692 the initial node. If `Info-isearch-search' is nil, wrap around
33693 the current node.
33694 (Info-isearch-start): New fun.
33695 (Info-mode): Add buffer-local hook `Info-isearch-start' to
33696 `isearch-mode-hook'.
33697
33698 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
33699
33700 * simple.el (normal-erase-is-backspace): Set default to t if
33701 running on Mac.
33702
33703 * term/mac-win.el (function-key-map): Sync with x-win.el.
33704
33705 2005-03-15 Kenichi Handa <handa@m17n.org>
33706
33707 * international/mule-cmds.el (locale-language-names): Modify the
33708 format of elements and add more entries.
33709 (locale-preferred-coding-systems): Add more entries.
33710 (set-locale-environment): Adjust for the change of
33711 locale-language-names.
33712
33713 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
33714
33715 * pcvs.el (smerge-ediff): Remove bogus autoload.
33716
33717 2005-03-14 Lute Kamstra <lute@gnu.org>
33718
33719 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
33720 Ignore a `*' at the beginning of a line.
33721
33722 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
33723 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
33724 subr.el.
33725 (dont-compile, eval-when-compile, eval-and-compile): Use declare
33726 to specify indentation.
33727
33728 * generic.el (define-generic-mode): Let generic-mode-list be a
33729 list of strings; test membership with equal.
33730
33731 2005-03-14 Kim F. Storm <storm@cua.dk>
33732
33733 * simple.el (next-line, previous-line): Add optional try-vscroll
33734 arg to recognize interactive use. Pass it on to line-move.
33735 (line-move): Don't perform auto-window-vscroll when defining or
33736 executing keyboard macro to ensure consistent behavior.
33737
33738 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
33739
33740 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
33741
33742 2005-03-13 Lute Kamstra <lute@gnu.org>
33743
33744 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
33745 debugger-setup-buffer so that backtrace marks the frames set to
33746 debug-on-exit and we don't have to do it manually. Set an extra
33747 debug-on-exit for macro's.
33748 (debugger-setup-buffer): Don't mark the top frame manually.
33749
33750 2005-03-12 Lute Kamstra <lute@gnu.org>
33751
33752 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
33753 lisp-indent-function throughout.
33754 (with-no-warnings): Set lisp-indent-function property.
33755
33756 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
33757
33758 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
33759 Add entry for backslash.
33760
33761 2005-03-12 Juri Linkov <juri@jurta.org>
33762
33763 * info.el (Info-search): Four fixes for backward search.
33764
33765 2005-03-11 Jay Belanger <belanger@truman.edu>
33766
33767 * calc/calc.el (calc-language-alist): New variable.
33768 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
33769 (calc-embedded-find-modes): Use calc-language-alist instead of
33770 calc-embedded-language-alist.
33771
33772 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
33773
33774 * calendar/calendar.el (calendar-redrawing): New internal
33775 variable.
33776 (redraw-calendar): Remove bogus save-excursion from previous
33777 change. Bind calendar-redrawing to t for mark-diary-entries.
33778 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
33779 calendar if that is why we were called.
33780
33781 2005-03-11 Kenichi Handa <handa@m17n.org>
33782
33783 * international/mule.el (make-coding-system): Set property
33784 coding-system-define-form to nil.
33785 (define-coding-system-alias): Likewise.
33786
33787 2005-03-11 Kenichi Handa <handa@m17n.org>
33788
33789 These changes are suggested by Dave Love <fx@gnu.org>.
33790
33791 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
33792 coding: tag.
33793 (adaptive-fill-regexp): Add more bullets.
33794 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
33795 regexps.
33796
33797 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
33798
33799 * help.el (describe-mode): Properly handle non-trivial lighters.
33800 Don't ignore minor modes that are not listed in minor-mode-list.
33801
33802 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
33803 feature ON when the user requests to turn it OFF.
33804
33805 2005-03-10 Lute Kamstra <lute@gnu.org>
33806
33807 * emacs-lisp/debug.el (debug-entry-code): Delete it.
33808 (implement-debug-on-entry): New function to replace debug-entry-code.
33809 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
33810 second argument as the 2005-03-07 change makes it obsolete.
33811 (debug-on-entry, cancel-debug-on-entry): Update call to
33812 debug-on-entry-1.
33813 (debug, debugger-setup-buffer): Comment update.
33814 (debugger-frame-number): Update to work with implement-debug-on-entry.
33815
33816 2005-03-10 Jay Belanger <belanger@truman.edu>
33817
33818 * calc/calc-embed.el (math-ms-args): Declare it.
33819 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
33820 math-ms-args.
33821 (calc-embedded-subst): Use math-multi-subst-rec to substitute
33822 variables.
33823
33824 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
33825
33826 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
33827 Use message-box.
33828
33829 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
33830 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
33831 (tooltip-gud-tips): Simplify.
33832 (tooltip-gud-tips-p): Remove superfluous :set.
33833 (tooltip-gud-modes): Add fortran-mode.
33834 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
33835
33836 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
33837
33838 2005-03-09 Kim F. Storm <storm@cua.dk>
33839
33840 * play/animate.el (animate-place-char): Use forward-line instead
33841 of next-line to improve performance.
33842
33843 2005-03-09 Simon Josefsson <jas@extundo.com>
33844
33845 * net/browse-url.el (browse-url-default-browser): Doc fix.
33846
33847 2005-03-09 Miles Bader <miles@gnu.org>
33848
33849 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
33850 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
33851
33852 2005-03-09 Kenichi Handa <handa@m17n.org>
33853
33854 * international/latin-1.el: Set case and syntax for 255 only if
33855 set-case-syntax-set-multibyte is nil.
33856
33857 * textmodes/ispell.el (ispell-insert-word): New function.
33858 (ispell-word): Use ispell-insert-word to insert a new word.
33859 (ispell-process-line): Likewise.
33860 (ispell-complete-word): Likewise.
33861
33862 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
33863
33864 * calendar/calendar.el (redraw-calendar): Preserve point.
33865 Reported by Matt Hodges <MPHodges@member.fsf.org>.
33866 (calendar-week-start-day): Move after definition of
33867 redraw-calendar. Delete buffer test, since redraw-calendar has
33868 that now.
33869
33870 * calendar/diary-lib.el (mark-diary-entries): Only call
33871 redraw-calendar in the first of any recursive calls.
33872 Reported by Alan Shutko <ats@acm.org>.
33873
33874 2005-03-08 Juri Linkov <juri@jurta.org>
33875
33876 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
33877 (html-horizontal-rule, html-line, html-image, html-checkboxes)
33878 (html-radio-buttons): Add a space before the trailing `/>' where
33879 sgml-xml-mode is non-nil.
33880 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
33881 the subsequent tag of the empty XML tag.
33882 (html-href-anchor): Don't set initial input to "http:".
33883 (html-image): Ask for the image URL and set point inside alt="".
33884 (html-name-anchor): Duplicate the name in the `id' attribute when
33885 sgml-xml-mode is non-nil.
33886 (html-paragraph): Remove \n before <p>.
33887 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
33888 instead of `checked' when sgml-xml-mode is non-nil.
33889
33890 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
33891 Remove 1 space before #RRGGBB to not truncate it on terminal
33892 windows w/o fringes. Remove 1 space between bg and fg examples
33893 to get more space.
33894 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
33895 avoid byte-compile warnings.
33896
33897 * image-file.el (image-file-handler): Put `safe-magic' property to
33898 `image-file-handler'.
33899
33900 * info.el (Info-isearch-search): Emulate word search in
33901 isearching through multiple Info nodes with Info-search.
33902 (Info-isearch-wrap): Allow isearch-word.
33903
33904 2005-03-08 Lute Kamstra <lute@gnu.org>
33905
33906 * emacs-lisp/debug.el (debugger-step-through): Make sure that
33907 stepping into the debugger's code is not possible.
33908 (debugger-jumping-flag): Docstring update.
33909
33910 2005-03-08 Jay Belanger <belanger@truman.edu>
33911
33912 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
33913 embedded mode begins.
33914 (calc-embedded-language-alist): New variable.
33915 (calc-embedded-find-modes): Use calc-embedded-language-alist to
33916 set default language mode.
33917
33918 2005-03-08 Kenichi Handa <handa@m17n.org>
33919
33920 * international/ccl.el (define-ccl-program): Fix docstring about
33921 extra 256 bytes assured for the output buffer.
33922
33923 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
33924 Fix BUFFER_MAGNIFICATION to 2.
33925 (ccl-encode-mule-utf-16be-with-signature): Likewise.
33926
33927 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
33928
33929 * align.el (align-rules-list): Added an alignment rule for CSS
33930 declarations (applies to css-mode and html-mode buffers).
33931
33932 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
33933
33934 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
33935
33936 2005-03-07 Kim F. Storm <storm@cua.dk>
33937
33938 * simple.el (move-beginning-of-line): New command.
33939
33940 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
33941
33942 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
33943
33944 * emulation/cua-base.el: Put CUA move property on move-end-of-line
33945 and move-beginning-of-line.
33946
33947 * apropos.el (apropos-print): Omit command from M-x ... RET.
33948
33949 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
33950
33951 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
33952 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
33953
33954 2005-03-06 Richard M. Stallman <rms@gnu.org>
33955
33956 * bindings.el (esc-map): Bind M-g to goto-line.
33957
33958 * facemenu.el (global-map): Bind M-o, not M-g.
33959
33960 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
33961
33962 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
33963 "Open Directory" as for "Open File".
33964
33965 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
33966
33967 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
33968 (push-mark-command): Run activate-mark-hook.
33969
33970 2005-03-06 Richard M. Stallman <rms@gnu.org>
33971
33972 * help-mode.el (help-mode-finish): Don't alter the element
33973 in view-return-to-alist if there already is one.
33974
33975 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
33976 make sure the current buffer is the expected one.
33977
33978 * novice.el (disabled-command-function): Output in *Disabled Command*.
33979 Explicitly ignore non-keyboard events, and explicitly handle C-g.
33980
33981 * textmodes/flyspell.el (flyspell-large-region):
33982 Pass args differently for aspell.
33983
33984 * files.el (mode-require-final-newline): Doc fix.
33985
33986 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
33987
33988 * progmodes/which-func.el (which-function):
33989 Specify NOERROR when calling imenu--make-index-alist.
33990
33991 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
33992
33993 * simple.el (normal-erase-is-backspace): Define default value.
33994
33995 * custom.el (custom-theme-set-variables): Remove unused var
33996 `immediate'.
33997 (custom-reevaluate-setting): Simple function to handle variables
33998 that are defined before their default value can really be
33999 computed.
34000
34001 * startup.el (command-line): Use it for temporary-file-directory,
34002 small-emporary-file-directory, auto-save-file-name-transforms,
34003 blink-cursor-mode, and normal-erase-is-backspace.
34004
34005 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
34006 progress, even with buggy anchored keywords.
34007
34008 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
34009
34010 * simple.el (goto-line): Remove unbalanced final parenthesis.
34011
34012 2005-03-05 Richard M. Stallman <rms@gnu.org>
34013
34014 * simple.el (goto-line): Use a number at point as the default.
34015 With C-u as arg, switch buffers.
34016
34017 2005-03-05 Juri Linkov <juri@jurta.org>
34018
34019 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
34020 with `no-blinking-cursor'.
34021
34022 * startup.el (no-blinking-cursor): New defvar.
34023 (command-line): Add `--no-blinking-cursor' to longopts.
34024 Set `no-blinking-cursor' to t for command line arguments
34025 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
34026 with `no-blinking-cursor' in the condition for calling
34027 `blink-cursor-mode'.
34028
34029 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
34030
34031 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
34032 (menu-bar-options-save): Add blink-cursor-mode.
34033 (menu-bar-options-menu): Add blink-cursor-mode.
34034
34035 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
34036
34037 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
34038 (icalendar-export-file, icalendar-export-region)
34039 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
34040 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
34041
34042 2005-03-04 Lute Kamstra <lute@gnu.org>
34043
34044 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
34045 (debug-function-list): Ditto.
34046
34047 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
34048
34049 * textmodes/texinfmt.el (texinfo-append-refill):
34050 Redefine the types of line to which @refill
34051 is not appended by replacing a search for `@refill\\|@bye' with
34052 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
34053 itemize@refill' bug and the unfilled long lines bug.
34054 (texinfmt-version): Update number and date.
34055
34056 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
34057
34058 * international/code-pages.el (windows-1250, windows-125[2-8])
34059 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
34060
34061 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
34062
34063 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
34064 bound yet.
34065
34066 2005-03-02 Romain Francoise <romain@orebokech.com>
34067
34068 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
34069 buffer after removing limits.
34070 (ibuffer-pop-filter): Ditto.
34071 Update copyright.
34072
34073 2005-03-02 Miles Bader <miles@gnu.org>
34074
34075 * button.el (make-text-button): If the user doesn't specify a
34076 type, use the default. Rewrite to use `add-text-properties' and
34077 plist functions.
34078
34079 2005-03-01 Lute Kamstra <lute@gnu.org>
34080
34081 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
34082 (debugger-jumping-flag): New var.
34083 (debug-entry-code): Use it.
34084 (debugger-jump): Use debugger-jumping-flag and add
34085 debugger-reenable to post-command-hook.
34086 (debugger-reenable): Use debugger-jumping-flag and remove itself
34087 from post-command-hook.
34088 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
34089 debugger-reenable.
34090
34091 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
34092
34093 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
34094 inclusion of "itemize\\|", which may be unnecessary, is certainly
34095 inelegant, and stops refilling in itemize lists when formatting
34096 Japanese Texinfo files to Info.
34097 Update copyright to 2005.
34098
34099 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
34100
34101 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
34102 of an error if GDB can't find the source file.
34103
34104 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
34105
34106 * calendar/calendar.el (redraw-calendar): Work from any buffer,
34107 not just the calendar.
34108
34109 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
34110 first.
34111 (diary-redraw-calendar): New function.
34112 (make-diary-entry): Add diary-redraw-calendar to local
34113 write-contents-functions. Turn off selective display before
34114 inserting in diary.
34115
34116 2005-03-01 Kim F. Storm <storm@cua.dk>
34117
34118 * emacs-lisp/copyright.el (copyright-fix-years): New command.
34119
34120 2005-03-01 Lute Kamstra <lute@gnu.org>
34121
34122 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
34123 that debug-entry-code can be safely removed from a function while
34124 this code is being evaluated. Revert the 2005-02-27 change as the
34125 new implementation no longer requires it. Make sure that a
34126 function body containing just a string is not mistaken for a docstring.
34127 (debug): Skip one more frame in case of debug on entry.
34128 (debugger-setup-buffer): Delete one more frame line in case of
34129 debug on entry.
34130 (debugger-frame-number): Update to use the new text introduced by
34131 the 1999-11-03 change. Skip one more frame in case of debug on entry.
34132
34133 2005-02-28 Kim F. Storm <storm@cua.dk>
34134
34135 * double.el (double-translate-key): Call force-window-update after
34136 read-event to avoid crash in redisplay.
34137
34138 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
34139
34140 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
34141 (debug): Use it. Move the inhibit-trace earlier.
34142 (debug-entry-code): New const.
34143 (debug-on-entry-1): Use it.
34144
34145 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
34146
34147 * international/utf-16.el (ccl-encode-mule-utf-16le):
34148 Fix BUFFER_MAGNIFICATION to 2.
34149 (ccl-encode-mule-utf-16be): Likewise.
34150
34151 2005-02-28 Kenichi Handa <handa@m17n.org>
34152
34153 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
34154 Fix BUFFER_MAGNIFICATION to 4.
34155 (ccl-encode-mule-utf-16be-with-signature): Likewise.
34156
34157 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
34158
34159 * speedbar.el (speedbar-update-flag): Doc fix.
34160 (speedbar-show-info-under-mouse): Give set-mouse-position the right
34161 argument.
34162
34163 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
34164
34165 * reveal.el (reveal-post-command): Don't try to reveal overlays which
34166 have a non-nil `invisible' property but are actually visible.
34167
34168 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
34169 for perldoc sections.
34170 (perl-outline-regexp, perl-outline-level): New var and function.
34171 (perl-mode): Use them.
34172
34173 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
34174
34175 * calendar/diary-lib.el (diary-remind): Discard any mark portion
34176 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
34177
34178 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
34179
34180 * cus-edit.el: Comment change.
34181 (custom-buffer-create-internal): Slightly reword text at top of
34182 Custom buffers. Mention there that saving an option edits the
34183 init file. Add link to Emacs manual node on `custom-file'.
34184 (custom-magic-alist): Rewrite individual State messages to use
34185 capitalized keywords. Doc fix.
34186
34187 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
34188
34189 * calendar/calendar.el (calendar-buffer): Move above
34190 calendar-week-start-day.
34191 (calendar-week-start-day): Doc fix. Add :set function.
34192 (calendar-minimum-window-height): New variable.
34193 (generate-calendar-window): Only resize window if selected-window
34194 is displaying the calendar buffer. Use new variable
34195 calendar-minimum-window-height.
34196 (generate-calendar): Reword error message.
34197 (calendar-mode-map): Bind DEL to scroll-other-window-down.
34198
34199 2005-02-27 Andreas Schwab <schwab@suse.de>
34200
34201 * vc.el (vc-do-command): Don't run command asynchronously when
34202 operating in a remote directory.
34203
34204 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
34205 change from sync with Tramp 2.0.47.
34206
34207 2005-02-27 Richard M. Stallman <rms@gnu.org>
34208
34209 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
34210
34211 * textmodes/flyspell.el (flyspell-mode-on):
34212 Call ispell-change-dictionary only if necessary.
34213
34214 * emacs-lisp/re-builder.el (regexp-builder): New function.
34215
34216 * register.el (describe-register-1): Explicitly handle
34217 yank-excluded-properties = t.
34218
34219 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
34220 (custom-magic-alist): Change the status descriptions again.
34221 (face widget-type): Total rewrite based on `restricted-sexp'
34222 to eliminate the confusing double hiding levels.
34223
34224 * emacs-lisp/debug.el (debug-on-entry-1):
34225 If function body is empty, add nil as body form.
34226
34227 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
34228
34229 * emacs-lisp/trace.el (inhibit-trace): New var.
34230 (trace-make-advice): Use it.
34231
34232 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
34233
34234 2005-02-26 Kim F. Storm <storm@cua.dk>
34235
34236 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
34237 (mouse-on-link-p, mouse-drag-region-1): Use it.
34238
34239 2005-02-25 Lute Kamstra <lute@gnu.org>
34240
34241 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
34242
34243 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
34244
34245 * frame.el (blink-cursor-mode): Add :group keyword.
34246
34247 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
34248
34249 * calendar/icalendar.el (icalendar--decode-isodatetime):
34250 New optional argument DAY-SHIFT.
34251 (icalendar-export-region): Fix coding-system-for-write.
34252 (icalendar--convert-ical-to-diary): Shift end-day of all-day
34253 events by one.
34254
34255 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
34256
34257 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
34258
34259 2005-02-24 Kim F. Storm <storm@cua.dk>
34260
34261 * international/iso-acc.el (iso-accents-compose): Fix crash
34262 during redisplay. Call force-window-update after read-event
34263 and delete-region to signal that window is not accurate.
34264
34265 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
34266
34267 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
34268 Remove unused and inexistent var `inhibit-trace'.
34269 (debugger-mode): Use run-mode-hooks.
34270 (debugger-list-functions): Add buttons; setup xref stack.
34271
34272 2005-02-23 Richard M. Stallman <rms@gnu.org>
34273
34274 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
34275 appointment says it was explicitly made.
34276 (appt-add): Set the 3rd element.
34277 (appt-make-list): Preserve explicit appointments.
34278
34279 * subr.el (find-tag-default): Catch errors in forward-sexp.
34280
34281 2005-02-23 Juri Linkov <juri@jurta.org>
34282
34283 * info.el (Info-isearch-search): New defcustom.
34284 (Info-isearch-search): Call the default isearch function
34285 when Info-isearch-search is nil.
34286 (Info-isearch-wrap): Use variable Info-isearch-search.
34287
34288 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
34289
34290 * cus-edit.el: Comment change.
34291
34292 2005-02-22 Kim F. Storm <storm@cua.dk>
34293
34294 * progmodes/hideif.el (hide-ifdef-use-define-alist):
34295 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
34296
34297 2005-02-22 Simon Josefsson <jas@extundo.com>
34298
34299 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
34300 New variable.
34301 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
34302 Oskarsson" <myrkraverk@users.sourceforget.net>.
34303
34304 2005-02-22 Kim F. Storm <storm@cua.dk>
34305
34306 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
34307 check that window of that event is the selected window.
34308 (mouse-drag-region-1): Compare mouse event window to selected
34309 window before setting point.
34310
34311 * tooltip.el (tooltip-show-help-function): Pass event to
34312 mouse-on-link-p so it can check selected window.
34313
34314 2005-02-22 Kenichi Handa <handa@m17n.org>
34315
34316 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
34317 (ps-mule-show-warning): New function.
34318 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
34319 characters are found.
34320
34321 * ps-print.el (ps-header-footer-string): Return a list of header
34322 and footer strings.
34323
34324 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
34325
34326 * pcvs.el (cvs-retrieve-revision): Fix thinko.
34327
34328 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
34329
34330 * frame.el (blink-cursor-mode): Use define-minor-mode.
34331
34332 * term/mac-win.el (function-key-map): Use char-names more consistently.
34333 (file-name-coding-system): Only set it for MacOS-9. The other case is
34334 already handled in mule-cmds.el (where it also works when mac-win.el
34335 is not used).
34336
34337 2005-02-21 Kenichi Handa <handa@m17n.org>
34338
34339 * international/mule.el (ctext-pre-write-conversion): Always use
34340 " *code-converting-work*" buffer for work.
34341
34342 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
34343
34344 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
34345
34346 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
34347
34348 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
34349
34350 * ses.el (undo-more): Restore defadvice, but only the part that
34351 allows changes outside the restricted area of the buffer.
34352
34353 2005-02-20 Kim F. Storm <storm@cua.dk>
34354
34355 * simple.el (line-move): Add fourth optional arg try-vscroll which
34356 must be set to perform auto-window-vscroll.
34357 When moving backwards and doing auto-window-vscroll, automatically
34358 vscroll to the last part of lines which are taller than the window.
34359 (next-line, previous-line): Set try-vscroll arg on line-move.
34360
34361 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
34362
34363 * replace.el (query-replace, query-replace-regexp)
34364 (replace-string, replace-regexp): When operating on region, make
34365 the minibuffer prompt say so.
34366
34367 * isearch.el (isearch-forward): Document isearch-query-replace and
34368 isearch-query-replace-regexp keybindings.
34369
34370 2005-02-19 Jay Belanger <belanger@truman.edu>
34371
34372 * calc/calc-aent.el (math-read-token): Add local variable.
34373
34374 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
34375 (calc-edit-top): Move declaration to earlier in file.
34376 (calc-edit-macro-repeats): Add local variables.
34377
34378 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
34379 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
34380 calcFunc-tanh.
34381 Adjust integration rule for calcFunc-tan.
34382
34383 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
34384
34385 * emulation/viper-cmd.el (viper-prefix-commands): Make into a defconst.
34386 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
34387 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
34388 (viper-skip-separators): Bug fix.
34389 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
34390 particular major mode.
34391 (viper-del-backward-char-in-replace): Don't put deleted char on the
34392 kill ring.
34393
34394 * emulation/viper-ex.el (viper-color-display-p): New function.
34395 (viper-has-face-support-p): Use viper-color-display-p.
34396
34397 * emulation/viper-keym.el (viper-gnus-modifier-map): New keymap.
34398
34399 * emulation/viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
34400
34401 * emulation/viper-util.el (viper-glob-unix-files):
34402 Fix shell status check.
34403 (viper-file-remote-p): Make equivalent to file-remote-p.
34404
34405 * emulation/viper.el (viper-major-mode-modifier-list):
34406 Use viper-gnus-modifier-map.
34407
34408 2005-02-19 David Kastrup <dak@gnu.org>
34409
34410 * subr.el (subregexp-context-p): Fix garbled doc string by adding
34411 quoting.
34412
34413 2005-02-19 Jay Belanger <belanger@truman.edu>
34414
34415 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
34416 Remove extra definitions.
34417 (calc-coth): New function.
34418 (calcFunc-cot): Fix `let'.
34419
34420 2005-02-19 Eli Zaretskii <eliz@gnu.org>
34421
34422 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
34423 the reasons we use "type pc" in these faces.
34424
34425 * button.el (button): Ditto.
34426
34427 2005-02-19 Michael Mauger <mmaug@yahoo.com>
34428
34429 * replace.el (query-replace-read-from): Set the value of
34430 query-replace-from-history-variable to handle the case of an empty
34431 string entered to accept the suggested default.
34432
34433 * net/tramp.el (tramp-file-name-for-operation):
34434 Use dired-call-process instead of dired-call-process-command.
34435
34436 2005-02-19 Jay Belanger <belanger@truman.edu>
34437
34438 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
34439 (math-div-non-trig): New variables.
34440 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
34441 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
34442 (math-combine-prod, math-div-symb-fancy): Add simplifications for
34443 trig expressions.
34444
34445 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
34446
34447 * progmodes/gdb-ui.el (gdb-var-update-handler)
34448 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
34449 for watch expressions,
34450 (gdb-var-create-handler): Don't set speedbar-update-flag.
34451 (gdb-post-prompt): Simplify test for speedbar.
34452
34453 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
34454
34455 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
34456 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
34457 we use the syntax table of the correct buffer.
34458 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
34459 Felix Gatzemeier.
34460
34461 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
34462 (ediff-file-remote-p): Make synonymous with file-remote-p.
34463 In all deffaces ediff-*-face-*, use min-colors.
34464
34465 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
34466 ediff-recurse-to-subdirectories.
34467 (ediff-mark-if-equal): Check that the arguments are strings, use
34468 ediff-same-contents (after to Felix Gatzemeier).
34469
34470 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
34471 nil.
34472
34473 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
34474
34475 * log-view.el (log-view-message-re): Fix up Subversion regexp.
34476
34477 2005-02-18 David Kastrup <dak@gnu.org>
34478
34479 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
34480 use `mark-active' when defined.
34481
34482 2005-02-18 Kenichi Handa <handa@m17n.org>
34483
34484 * ps-print.el (ps-font-info-database): New entry
34485 ZapfChancery-MediumItalic with correct font name. Fix font name
34486 of the entry Zapf-Chancery-MediumItalic.
34487
34488 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
34489
34490 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
34491
34492 2005-02-16 Kim F. Storm <storm@cua.dk>
34493
34494 * ido.el (ido-fallback-command): Pass user input to fallback command.
34495
34496 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
34497
34498 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
34499 (gdb-find-file-hook): Add server prefix.
34500
34501 2005-02-16 Richard M. Stallman <rms@gnu.org>
34502
34503 * replace.el (perform-replace): Pass new args to replace-highlight.
34504 (replace-highlight): Take region args,
34505 and pass them to isearch-lazy-highlight-new-loop.
34506
34507 * novice.el (disabled-command-hook): Autoload the defalias
34508 and the make-obsolete-variable call.
34509
34510 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
34511
34512 * isearch.el (isearch-lazy-highlight-start-limit)
34513 (isearch-lazy-highlight-end-limit): New variables limit
34514 the region for highlighting.
34515 (isearch-lazy-highlight-new-loop): New args BEG and END.
34516 (isearch-lazy-highlight-search): Use the new vars.
34517 (isearch-lazy-highlight-update): Likewise.
34518
34519 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
34520
34521 * cus-start.el (all): Use default-boundp.
34522
34523 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
34524
34525 * menu-bar.el (menu-bar-select-frame): Handle current frame.
34526
34527 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
34528
34529 * autorevert.el (auto-revert-stop-on-user-input)
34530 (auto-revert-verbose): Doc fixes.
34531
34532 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
34533
34534 * international/mule-cmds.el (set-locale-environment): Remove call
34535 to set-selection-coding-system on Windows.
34536
34537 2005-02-15 Jay Belanger <belanger@truman.edu>
34538
34539 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
34540 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
34541 calcFunc-coth.
34542 (math-simplify-sqrt): Add simplifications.
34543
34544 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
34545 to list.
34546
34547 * calc/calc-ext.el: Add functions to autoloads.
34548
34549 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
34550 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
34551 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
34552 (math-csc-raw, math-cot-raw): New functions.
34553
34554 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
34555
34556 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
34557 the variable name in a message.
34558
34559 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
34560 calcFunc-csc, calcFunc-cot.
34561
34562 * calc/calcalg2.el: Add derivative and integration rules for
34563 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
34564 calcFunc-csch, calcFunc-coth.
34565 (math-do-integral-methods): Add to checks for when to use
34566 substitutions.
34567
34568 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
34569
34570 2005-02-15 Lute Kamstra <lute@gnu.org>
34571
34572 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
34573 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
34574 <monnier@iro.umontreal.ca>.
34575 (lisp-outline-level): Improve efficiency. Suggested by David
34576 Kastrup <dak@gnu.org>.
34577
34578 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
34579
34580 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
34581 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
34582 (gdb-set-gud-minor-mode-existing-buffers): New functions.
34583 (gdb-find-file-hook): New hook. Add it to find-file-hook.
34584 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
34585
34586 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
34587
34588 * cus-start.el (all): Comment change.
34589
34590 2005-02-14 Lute Kamstra <lute@gnu.org>
34591
34592 * cus-start.el (all): Check if symbol is void.
34593
34594 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
34595
34596 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
34597 optional argument to \cite.
34598
34599 2005-02-14 Richard M. Stallman <rms@gnu.org>
34600
34601 * cus-edit.el (custom-buffer-create-internal): Update help message.
34602 (custom-magic-alist): Update help messages.
34603
34604 * cus-start.el (all): Allow a var to specify a standard value.
34605
34606 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
34607
34608 * custom.el (custom-theme-set-variables): Handle variable aliases.
34609
34610 * frame.el (blink-cursor-timer): Doc fix.
34611 (blink-cursor): Make it an alias for `blink-cursor-mode' and
34612 declare obsolete.
34613 (blink-cursor-mode): Define with defcustom and use correct
34614 standard expression in that defcustom.
34615 * startup.el (command-line): Adapt to above changes in frame.el.
34616
34617 2005-02-11 Lute Kamstra <lute@gnu.org>
34618
34619 * apropos.el (apropos-score-doc): Prevent division by zero.
34620
34621 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
34622
34623 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
34624 (icalendar--get-event-property-attributes)
34625 (icalendar--get-event-properties)
34626 (icalendar--datetime-to-diary-date): New functions.
34627 (icalendar--split-value): Doc fix.
34628 (icalendar--datetime-to-noneuropean-date)
34629 (icalendar--datetime-to-european-date): New optional argument
34630 SEPARATOR. Return result as a string instead of a list.
34631 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
34632 (icalendar--convert-string-for-export): Rename arg S to STRING.
34633 (icalendar-export-region): Doc fix. Change name of error buffer.
34634 Save output buffer.
34635 (icalendar-import-file): Add blank at end of prompt.
34636 (icalendar-import-buffer): Doc fix. Do not switch to error
34637 buffer. Indicate status in return value.
34638 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
34639 buffer. Save output buffer. Handle exception from recurrence
34640 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
34641 events. Fix problems with weekly all-day events.
34642
34643 2005-02-10 Richard M. Stallman <rms@gnu.org>
34644
34645 * simple.el (eval-expression-print-format):
34646 Avoid warning about edebug-active.
34647
34648 * help.el (help-for-help-internal): Rename from help-for-help.
34649 (help-for-help): Define with defalias.
34650
34651 * font-core.el (font-lock-default-function): Use with-no-warnings.
34652
34653 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
34654
34655 * custom.el (defface): Doc fix.
34656
34657 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
34658
34659 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
34660 width 0" to prevent word wrapping problems.
34661
34662 2005-02-09 Kim F. Storm <storm@cua.dk>
34663
34664 * ido.el (ido-file-extensions-order): New defcustom.
34665 (ido-file-extension-lessp, ido-file-extension-aux)
34666 (ido-file-extension-order): New advanced file ordering.
34667 (ido-file-lessp): New simple file ordering.
34668 (ido-sort-list): Remove.
34669 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
34670 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
34671
34672 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
34673
34674 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
34675 that some versions of grep produce.
34676 (grep-mode-font-lock-keywords): Likewise.
34677
34678 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
34679
34680 * progmodes/gdb-ui.el (gdb-location-list): New variable.
34681 (gdb-cdir): Delete.
34682 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
34683 (gdb-source-info): Treat case when source file is in another
34684 directory properly.
34685 (gdb-get-location): New function.
34686
34687 2005-02-07 Jay Belanger <belanger@truman.edu>
34688
34689 * calc/calc-prog.el (calc-write-parse-table-part)
34690 (calc-fix-token-name): Fix a check for language type.
34691
34692 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
34693
34694 2005-02-07 Andre Spiegel <spiegel@gnu.org>
34695
34696 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
34697 as directory not writable.
34698
34699 2005-02-07 Kim F. Storm <storm@cua.dk>
34700
34701 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
34702 (cua--standard-movement-commands): Remove list.
34703 Instead, set CUA property value to move for movement commands.
34704 (cua-movement-commands): Remove. Users must set CUA prop instead.
34705 (cua--pre-command-handler): Check CUA property.
34706 (cua--init-keymaps): Don't remap undo commands.
34707 (cua-mode): Don't call cua--rectangle-on-off.
34708
34709 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
34710 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
34711 (cua--rect-undo-set-point): New var.
34712 (cua--rectangle-undo-boundary): Setup undo apply entry.
34713 (cua--rect-undo-handler): New function for rectangle undo.
34714 (cua--rect-start-position, cua--rect-end-position): Add.
34715 (cua--rectangle-post-command): Call cua--rectangle-set-corners
34716 for restored rectangle. Set point if cua--rect-undo-set-point.
34717
34718 2005-02-06 Jay Belanger <belanger@truman.edu>
34719
34720 * calc/calc-lang.el (calc-tex-language): Display more information
34721 in messages.
34722
34723 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
34724 in TeX mode.
34725
34726 2005-02-06 Richard M. Stallman <rms@gnu.org>
34727
34728 * emacs-lisp/lisp.el (buffer-end): Doc fix.
34729
34730 2005-02-05 Arne J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
34731
34732 * net/ldap.el (ldap-search-internal): Support attributes with
34733 optional descriptions separated by a semi-colon, as in
34734 "userCertificate;binary".
34735
34736 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
34737
34738 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
34739 isn't a cons (i.e. the version is 0).
34740
34741 2005-02-05 Eli Zaretskii <eliz@gnu.org>
34742
34743 * help.el (help-for-help): Doc fix.
34744
34745 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
34746
34747 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
34748 GDB-Windows on the menu-bar as this works better.
34749
34750 2005-02-04 Jay Belanger <belanger@truman.edu>
34751
34752 * calc/calc-embed.el (calc-embedded-update): Don't put in
34753 unnecessary newlines. Adjust the end of formula marker.
34754
34755 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
34756 (math-latex-parse-two-args): New function.
34757
34758 2005-02-03 Lute Kamstra <lute@gnu.org>
34759
34760 * help-fns.el (help-with-tutorial): Make sure that users cannot
34761 remove the entire text of the tutorial by means of `undo'.
34762
34763 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
34764
34765 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
34766 in recent changes, where the ispell process was repeatedly
34767 killed & restarted.
34768
34769 * international/mule-cmds.el (set-locale-environment): Set file-name
34770 coding system to utf-8 on Darwin systems.
34771 (set-default-coding-systems): Don't set default-file-name-coding-system
34772 on Darwin systems.
34773
34774 2005-02-03 Richard M. Stallman <rms@gnu.org>
34775
34776 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
34777
34778 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
34779
34780 * faces.el (list-faces-display): Add optional argument.
34781
34782 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
34783
34784 * font-core.el (font-lock-default-function): Handle the rare case where
34785 only font-lock-keywords is set.
34786
34787 2005-02-02 Kenichi Handa <handa@m17n.org>
34788
34789 * international/characters.el: Cancel previous change for
34790 I-WITH-DOT-ABOVE and DOTLESS-i.
34791
34792 * international/latin-5.el: Cancel previous change.
34793
34794 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
34795
34796 * progmodes/gud.el: Correction to syntax in gud-menu-map.
34797
34798 2005-02-02 Kenichi Handa <handa@m17n.org>
34799
34800 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
34801 DOTLESS-i.
34802
34803 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
34804 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
34805
34806 * case-table.el (get-upcase-table): New function.
34807 (copy-case-table): Copy upcaes table too if non-nil.
34808 (set-case-syntax-delims): Maintain upcase table too.
34809 (set-case-syntax-pair): Likewise.
34810 (set-upcase-syntax, set-downcase-syntax): New functions.
34811 (set-case-syntax): Maintain upcase table too.
34812
34813 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
34814
34815 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
34816
34817 * progmodes/gud.el (gud-goto-info): New function.
34818 (gud-tool-bar-map): Use correct icon.
34819
34820 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
34821
34822 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
34823 When delegating, order args in the funcall correctly.
34824
34825 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
34826
34827 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
34828
34829 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
34830
34831 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
34832 buffer not visiting a file.
34833
34834 2005-01-31 Jay Belanger <belanger@truman.edu>
34835
34836 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
34837 bound on the line with the formula.
34838
34839 2005-01-31 Kim F. Storm <storm@cua.dk>
34840
34841 * ses.el (ses-create-cell-variable-range)
34842 (ses-destroy-cell-variable-range, ses-reset-header-string)
34843 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
34844 (ses-insert-row): Fix format of apply undo entries.
34845
34846 2005-01-31 Jay Belanger <belanger@truman.edu>
34847
34848 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
34849 parts.
34850
34851 * calc/calc-embed.el (calc-embedded-open-formula)
34852 (calc-embedded-close-formula): Ignore matrix environments.
34853
34854 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
34855 TeX mode.
34856
34857 * calc/calc-lang.el (math-function-table, math-oper-table)
34858 (math-variable-table): Adjust the LaTeX portions.
34859
34860 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
34861 (math-latex-ignore-words): New constant.
34862
34863 2005-01-31 Richard M. Stallman <rms@gnu.org>
34864
34865 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
34866 (ispell-local-dictionary): Doc fix.
34867 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
34868 Don't reinitialize at run time. Don't defcustom.
34869 All uses changed to append ispell-local-dictionary-alist,
34870 or check it first.
34871 (ispell-current-dictionary): New variable for dictionary in use.
34872 (ispell-dictionary): Now used only for global default.
34873 (ispell-start-process): Set ispell-current-dictionary,
34874 not ispell-dictionary.
34875 (ispell-change-dictionary): Use this only for setting
34876 user preferences.
34877 (ispell-internal-change-dictionary): New function
34878 to change the current dictionary in use.
34879 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
34880 Use ispell-current-dictionary.
34881 Handle ispell-local-dictionary-overridden.
34882 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
34883
34884 2005-01-31 Jay Belanger <belanger@truman.edu>
34885
34886 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
34887
34888 * calc/calc-ext.el: Add calc-latex-language to autoloads.
34889 (calc-mode-map): Add calc-latex-language.
34890
34891 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
34892 (math-latex-print-frac): New functions.
34893 (math-oper-table, math-function-table, math-variable-table)
34894 (math-complex-format, math-input-filter): Add latex properties.
34895 (calc-set-language): Set math-expr-special-function-mapping.
34896
34897 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
34898 (calc-write-parse-table-part): Add LaTeX support.
34899
34900 * calc/calc.el (calc-language): Adjust docstring.
34901 (calc-set-mode-line): Add LaTeX support.
34902 (math-expr-special-function-mapping): New variable.
34903 (math-tex-ignore-words): Add to list.
34904
34905 * calc/calccomp.el (math-compose-expr, math-compose-rows):
34906 Add LaTeX support.
34907 (math-compose-expr): Add support for special functions.
34908
34909 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
34910
34911 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
34912
34913 * progmodes/gdb-ui.el (gdb-memory-address)
34914 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
34915 (gdb-memory-mode-map, gdb-memory-format-keymap)
34916 (gdb-memory-format-menu, gdb-memory-unit-keymap)
34917 (gdb-memory-unit-menu): New variables for a buffer
34918 that lets the user examine program memory.
34919 (gdb-memory-set-address, gdb-memory-set-repeat-count)
34920 (gdb-memory-format-binary, gdb-memory-format-octal)
34921 (gdb-memory-format-unsigned, gdb-memory-format-signed)
34922 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
34923 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
34924 (gdb-memory-unit-word, gdb-memory-unit-halfword)
34925 (gdb-memory-unit-byte, gdb-memory-unit-menu)
34926 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
34927 (gdb-memory-mode, gdb-memory-buffer-name)
34928 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
34929 New functions for above buffer.
34930
34931 2005-01-30 Richard M. Stallman <rms@gnu.org>
34932
34933 * cus-edit.el (custom-bury-buffer): Function deleted.
34934 (custom-buffer-done-function): Option deleted.
34935 (custom-buffer-done-kill): New replacement option.
34936 (Custom-buffer-done): Call quit-window.
34937 (custom-buffer-create-internal): Update for above changes.
34938
34939 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
34940
34941 * simple.el (undo-ask-before-discard): New var.
34942 (undo-outer-limit-truncate): Implement it.
34943 (undo-extra-outer-limit): Doc update.
34944
34945 2005-01-29 Richard M. Stallman <rms@gnu.org>
34946
34947 * ses.el (undo-more): Delete defadvice.
34948 (ses-begin-change): Doc fix.
34949
34950 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
34951 instead of rebinding C-x u and C-_.
34952
34953 * files.el (normal-backup-enable-predicate): Return nil for files
34954 in /tmp, regardless of temporary-file-directory.
34955
34956 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
34957
34958 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
34959 (open-rectangle, delete-whitespace-rectangle-line)
34960 (clear-rectangle-line): If FILL, pass t instead of FILL
34961 for move-to-column's 2nd arg.
34962
34963 * simple.el (undo): Fix the test for continuing a series of undos.
34964 (undo-more): Set pending-undo-list to t when we reach end.
34965 (pending-undo-list): Move up defvar.
34966
34967 * wid-edit.el (widget-button-click):
34968 Shorten the range of the track-mouse binding.
34969
34970 * comint.el (comint-insert-input): Undo previous changes;
34971 use last-input-event in interactive spec.
34972
34973 2005-01-29 Eli Zaretskii <eliz@gnu.org>
34974
34975 * progmodes/compile.el (compilation-start): Bind buffer-read-only
34976 to nil before invoking call-process. Reset buffer's modified flag
34977 after fontifying it in the no-async branch.
34978
34979 * wid-edit.el (widget-specify-button): If mouse pointer shape
34980 cannot be changed, use mouse face instead.
34981
34982 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
34983
34984 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
34985 (gdb-goto-breakpoint): Make breakpoint handling work on template
34986 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>.
34987 (gdb-assembler-custom): Update to recognize breakpoint information
34988 added on 2005-01-19.
34989
34990 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
34991
34992 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
34993 (dsssl-mode): Use define-derived-mode.
34994 (scheme-mode-initialize): Remove.
34995 (scheme-mode): Use run-mode-hooks.
34996
34997 * cus-edit.el (customize-group-other-window)
34998 (custom-buffer-create-other-window): Don't override special-display-*.
34999 (custom-mode-map): Make it dense.
35000
35001 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
35002 sets the default value.
35003
35004 2005-01-28 Eli Zaretskii <eliz@gnu.org>
35005
35006 * descr-text.el: Add more keywords.
35007
35008 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
35009
35010 * speedbar.el: Avoid unnecessary use of locate-library.
35011
35012 * international/mule-cmds.el (standard-display-european-internal):
35013 Don't fiddle with latin-1 non-break space any more since it's now
35014 special cased in the C code.
35015 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
35016
35017 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
35018
35019 * cus-start.el (all): Add `undo-outer-limit'.
35020
35021 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
35022
35023 * textmodes/bibtex.el (bibtex-format-entry):
35024 Use `bibtex-empty-field-re' only on the text of fields, not on entire
35025 field lines.
35026 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
35027 not on part of a buffer.
35028
35029 2005-01-25 Lute Kamstra <lute@gnu.org>
35030
35031 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
35032 nonempty field text strings like "{letters\\macro{}more letters}".
35033 Clarify docstring.
35034 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
35035 (bibtex-entry-offset, bibtex-parse-association)
35036 (bibtex-parse-field-name): Fix typos in docstrings.
35037 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
35038
35039 2005-01-24 Dan Nicolaescu <dann@ics.uci.edu>
35040 Juri Linkov <juri@jurta.org>
35041
35042 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
35043 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
35044 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
35045 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
35046
35047 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
35048 isearch minor mode.
35049
35050 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
35051
35052 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
35053
35054 2005-01-24 Lute Kamstra <lute@gnu.org>
35055
35056 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
35057 CASECHARS and NOT-CASECHARS regular expressions of the
35058 "nederlands" and "nederlands8" dictionaries to prevent a "Range
35059 striding over charsets" error.
35060
35061 2005-01-24 Jay Belanger <belanger@truman.edu>
35062
35063 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
35064 display variable name.
35065
35066 2005-01-24 Kenichi Handa <handa@m17n.org>
35067
35068 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
35069 Fix setting of the element of encoded-kbd-iso2022-invocations.
35070
35071 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
35072
35073 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
35074 (gdb-threads-select): Change to also accept mouse events.
35075 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
35076 (gdb-threads-mouse-select): Delete.
35077
35078 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
35079
35080 * files.el (insert-directory): Take care of empty directory,
35081 listed without -a switch.
35082
35083 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
35084
35085 * textmodes/refill.el (refill-post-command-function):
35086 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
35087 to the list of functions that we should be careful not to undo.
35088 (refill-late-fill-paragraph-function): Remove.
35089 (refill-saved-state): New var.
35090 (refill-mode): Use it to save fill-paragraph-function.
35091 Save also the value of auto-fill-function.
35092
35093 * term/w32-win.el: Simplify code.
35094
35095 2005-01-23 Kim F. Storm <storm@cua.dk>
35096
35097 * simple.el (line-move): Adapt to new return value from
35098 pos-visible-in-window-p.
35099
35100 * simple.el (line-move): Fix last change. Check partial
35101 visibility at point rather than at window-start.
35102
35103 2005-01-22 Jason Rumney <jasonr@gnu.org>
35104
35105 * term/w32-win.el (xw-defined-colors): Remove debug-message.
35106
35107 2005-01-22 David Kastrup <dak@gnu.org>
35108
35109 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
35110
35111 2005-01-22 Eli Zaretskii <eliz@gnu.org>
35112
35113 * type-break.el (type-break-mode): Add a test for
35114 type-break-file-name being non-nil.
35115
35116 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
35117
35118 * net/eudc.el (top level): Call (message "") via progn, so that
35119 eudc-options-file is loaded.
35120
35121 2005-01-22 Kim F. Storm <storm@cua.dk>
35122
35123 * simple.el (line-move-1): Rename from line-move.
35124 (line-move): New function that adjusts vscroll for partially
35125 visible rows, and calls line-move-1 otherwise.
35126
35127 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
35128
35129 * pcomplete.el: Define pcomplete-read-event instead of read-event,
35130 since it's not a complete read-event implementation.
35131
35132 2005-01-20 Jay Belanger <belanger@truman.edu>
35133
35134 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
35135 for called function.
35136
35137 2005-01-20 Steven Tamm <steventamm@mac.com>
35138
35139 * term/mac-win.el (process-connection-type): Remove.
35140 Controlled now by s/darwin.h:PTY_ITERATION.
35141
35142 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
35143
35144 * window.el (handle-select-window): Don't switch window when we're
35145 in the minibuffer.
35146
35147 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
35148
35149 * subr.el (dotimes-with-progress-reporter): New macro.
35150
35151 * ses.el (ses-dotimes-msg): Remove macro.
35152 Use `dotimes-with-progress-reporter' instead.
35153
35154 2005-01-19 Steven Tamm <steventamm@mac.com>
35155
35156 * term/mac-win.el (process-connection-type): Use new
35157 operating-system-release variable to use ptys on Darwin 7 (OS X
35158 10.3) when using carbon build.
35159
35160 2005-01-19 Jay Belanger <belanger@truman.edu>
35161
35162 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
35163 flags if the last command was a tab or M-tab.
35164
35165 * calc/calc-prog.el (calc-user-define-edit): Put original formula
35166 in formula editing buffer.
35167
35168 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
35169
35170 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
35171 breakpoint image symbol in margin.
35172
35173 2005-01-19 Jay Belanger <belanger@truman.edu>
35174
35175 * calc/calc-prog.el (calc-execute-kbd-macro):
35176 Ignore calc-keep-arg-flag.
35177
35178 2005-01-19 Kenichi Handa <handa@m17n.org>
35179
35180 * textmodes/ispell.el (ispell-looking-at): New function.
35181 (ispell-process-line): Use ispell-looking-at to compare the ispell
35182 output and the buffer contents.
35183
35184 2005-01-18 Jay Belanger <belanger@truman.edu>
35185
35186 * calc/calc.el (calc-display-raw): Fix docstring.
35187
35188 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
35189
35190 * simple.el (blink-matching-open): Strip extra info from syntax.
35191
35192 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
35193 funny chars in the end-of-here-doc marker.
35194
35195 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
35196
35197 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
35198 that enable/disabled state of breakpoints is shown correctly in
35199 fringe and on ttys.
35200 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
35201 Add breakpoint information as text properties.
35202 (gdb-mouse-toggle-breakpoint):
35203 Rename to gdb-mouse-set-clear-breakpoint.
35204 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
35205 breakpoints in the margin.
35206 (gdb-remove-strings): Simplify.
35207
35208 2005-01-17 Jay Belanger <belanger@truman.edu>
35209
35210 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
35211 erasing buffer.
35212
35213 2005-01-17 Richard M. Stallman <rms@gnu.org>
35214
35215 * progmodes/grep.el (grep-find): Copy from `grep' the condition
35216 for calling grep-compute-defaults.
35217
35218 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
35219 if buffer is empty.
35220
35221 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
35222
35223 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
35224
35225 * hilit-chg.el (highlight-changes-mode): Don't autoload.
35226
35227 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
35228 non-preloaded variables.
35229
35230 2005-01-17 Steven Tamm <steventamm@mac.com>
35231
35232 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
35233 tex-shell cause to force interactivity when using pipes.
35234
35235 2005-01-17 Kim F. Storm <storm@cua.dk>
35236
35237 * simple.el (just-one-space): Make arg optional.
35238
35239 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
35240
35241 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
35242 posn-at-x-y to t to access left-margin.
35243
35244 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
35245
35246 Sync with Tramp 2.0.47.
35247
35248 * net/tramp.el (tramp-operation-not-permitted-regexp): New defcustom,
35249 catching keep-date problems in cp/scp operations.
35250 (tramp-handle-copy-file): Don't call `set-file-modes'
35251 unconditionally. Specialized functions should know better what is
35252 necessary. This improves performance a little bit, and the
35253 functions could catch errors with `cp -p' and `scp -p'.
35254 (tramp-do-copy-or-rename-file-via-buffer)
35255 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
35256 when appropriate.
35257 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
35258 Call `set-file-modes' when appropriate.
35259 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
35260 Johnsson <isak@hypergene.com>.
35261 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
35262 of both Tramp buffer and debug buffer. Reported by Joakim Verona
35263 <joakim@verona.se>.
35264 (tramp-file-name-for-operation): Mark `shell-command' as magic for
35265 Emacs only.
35266
35267 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
35268 `find-file-hooks' and `dired-mode-hook'.
35269 (tramp-minor-mode-map): Respective map. Add remapping for
35270 `compile' and `recompile'.
35271 (tramp-remap-command, tramp-recompile): New defuns.
35272 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
35273 in buffer "*Compilation*". Call the commands asynchronously.
35274
35275 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
35276 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
35277 `shell-command', because it isn't magic in XEmacs. Reported by
35278 Adrian Aichner <adrian@xemacs.org>.
35279
35280 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
35281 `substitute-in-file-name.
35282 (tramp-smb-handle-substitute-in-file-name): New defun.
35283 (tramp-smb-advice-PC-do-completion): Delete advice.
35284
35285 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
35286
35287 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
35288 Fix error in deleting region.
35289
35290 2005-01-15 Richard M. Stallman <rms@gnu.org>
35291
35292 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
35293 In non-temp buffer, switch syntax table temporarily.
35294
35295 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
35296
35297 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
35298
35299 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
35300
35301 * imenu.el (imenu--split-menu): Copy menulist before sorting.
35302 (imenu--generic-function): Use START, not BEG, as pos of definition.
35303
35304 * simple.el (just-one-space): Argument specifies number of spaces.
35305
35306 * simple.el (eval-expression-print-format): Avoid warning
35307 about edebug-active.
35308
35309 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (tiny change)
35310
35311 * progmodes/sh-script.el: Code copied from make-mode.el
35312 with small changes,
35313 (sh-mode-map): Bind C-c C-\.
35314 (sh-backslash-column, sh-backslash-align): New variables.
35315 (sh-backslash-region, sh-append-backslash): New functions.
35316
35317 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
35318
35319 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
35320 (rmail-pop-password, rmail-pop-password-required): Move to
35321 rmail-obsolete group.
35322 (rmail-set-pop-password): Rename to rmail-set-remote-password.
35323 All callers updated.
35324 (rmail-get-pop-password): Rename to rmail-get-remote-password.
35325 Take an argument specifying whether it is POP or IMAP mailbox we
35326 are using. All callers updated.
35327 (rmail-pop-password-error): Rename to
35328 rmail-remote-password-error. Added mailutils-specific error message.
35329 (rmail-movemail-search-path)
35330 (rmail-movemail-variant-in-use): New variables.
35331 (rmail-remote-password, rmail-remote-password-required):
35332 New customization variables.
35333 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
35334 (rmail-parse-url): New function.
35335 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
35336 with GNU mailutils movemail.
35337
35338 2005-01-15 Kevin Ryde <user42@zip.com.au>
35339
35340 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
35341 suffix to space, $ or '$, to correctly position point when going
35342 to @table style constants like DBL_MAX.
35343
35344 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
35345
35346 * type-break.el (type-break-mode, type-break-file-time)
35347 (type-break-file-keystroke-count, type-break-choose-file):
35348 Don't store data in or load data from the file if type-break-file-name
35349 is nil.
35350 (type-break-file-name): Doc update as per the above.
35351
35352 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
35353
35354 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
35355 lookup-key might return nil; handle that.
35356
35357 2005-01-15 Alan Mackenzie <acm@muc.de>
35358
35359 * progmodes/ebrowse.el (ebrowse-class-in-tree):
35360 Return the tail of the tree rather than the element found,
35361 thus enabling the tree to be setcar'd.
35362
35363 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
35364
35365 * textmodes/org.el (org-show-following-heading): New option.
35366 (org-show-hierarchy-above): Use `org-show-following-heading'.
35367 (org-cycle): Documentation fix.
35368
35369 * textmodes/org.el (orgtbl-optimized): New option.
35370 (orgtbl-mode): New command, a minor mode.
35371 (orgtbl-mode-map): New variable.
35372 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
35373 (orgtbl-error, orgtbl-self-insert-command)
35374 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
35375
35376 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
35377 a local variable in each org-mode buffer.
35378
35379 * textmodes/org.el (org-set-regexps-and-options): Rename from
35380 `org-set-regexps'. Added checking for STARTUP keyword.
35381 (org-get-current-options): Add STARTUP options.
35382 (org-table-insert-row): Make mode intelligent about when
35383 realignment is needed.
35384 (org-self-insert-command, org-delete-backward-char, org-delete-char):
35385 New commands.
35386 (org-enable-table-editor): New default value `optimized'.
35387 (org-table-blank-field): Support blanking regions if active.
35388
35389 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
35390
35391 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
35392 if the year is not given.
35393
35394 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
35395 Add new escapes %m and %M, fixed bug with %F by adding
35396 save-match-data.
35397 (reftex-reference): Remove ?. from list of spaces.
35398 (reftex-label-info): Add automatic label prefix recognition.
35399
35400 * textmodes/reftex-index.el (reftex-index-next-phrase):
35401 Add slave parameter to call of `reftex-index-this-phrase'.
35402 (reftex-index-this-phrase): New optional argument.
35403 (reftex-index-region-phrases): Add slave parameter to call of
35404 `reftex-index-this-phrase'.
35405 (reftex-display-index): New argument redo.
35406 (reftex-index-rescan): Add `redo' to arguments of
35407 `reftex-display-index'.
35408 (reftex-index-Rescan, reftex-index-revert)
35409 (reftex-index-switch-index-tag): Add `redo' to arguments of
35410 `reftex-display-index'.
35411 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
35412 indexing. Fix bug with matching is there is a quote before or
35413 after the word.
35414
35415 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
35416 Fix bug when collecting citation keys in lines with comments.
35417 (reftex-citation): Prefix argument no longer rescans the document,
35418 but forces prompting for optional arguments of cite macros.
35419 (reftex-do-citation): Prompting for optional arguments implemented.
35420
35421 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
35422 Add optional arguments to most cite commands.
35423 (reftex-cite-cleanup-optional-args): New option
35424 (reftex-cite-prompt-optional-args): New option.
35425 (reftex-trust-label-prefix): New option.
35426
35427 * textmodes/reftex-toc.el (reftex-toc-find-section):
35428 Add push-mark before changing the position in the buffer.
35429
35430 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
35431 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
35432
35433 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
35434
35435 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
35436 more carefully.
35437
35438 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
35439
35440 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
35441 (sgml-mode): Use it.
35442 (sgml-get-context): Better keep track of implicitly closed tags.
35443
35444 2005-01-13 Kenichi Handa <handa@m17n.org>
35445
35446 * textmodes/ispell.el: These changes are to fix misalignment error
35447 caused by equivalent characters of different Emacs charsets.
35448 (ispell-unified-chars-table): New variable.
35449 (ispell-get-decoded-string): New function.
35450 (ispell-get-casechars, ispell-get-not-casechars)
35451 (ispell-get-otherchars): Call ispell-get-decoded-string.
35452
35453 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
35454
35455 * custom.el (custom-declare-variable): Just put symbol instead
35456 of (defvar . symbol) in `current-load-list'.
35457
35458 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
35459
35460 * emacs-lisp/elint.el: Fixed typo in Commentary section.
35461
35462 2005-01-12 Jay Belanger <belanger@truman.edu>
35463
35464 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
35465 to create a Calc summary.
35466
35467 2005-01-12 Kim F. Storm <storm@cua.dk>
35468
35469 * mouse.el (mouse-on-link-p): Change functionality and doc
35470 string to comply with latest description in lisp ref.
35471
35472 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
35473
35474 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
35475 Enable mouse clicks on mode-line, header-line and margin.
35476 (event-type): Give mouse event symbols an `event-kind' property
35477 with value `mouse-click'.
35478
35479 2005-01-12 Juri Linkov <juri@jurta.org>
35480
35481 * facemenu.el (list-colors-display): Add new arg buffer-name.
35482 Use it. Fix docstring. Replace code for identifying duplicate
35483 colors by the name with call to `list-colors-duplicates' which
35484 identifies duplicate colors by the value unless the color
35485 is one of special Windows colors. Set truncate-lines to t.
35486 Print sorted duplicate color names on each line. Indent to 22
35487 \(the longest color name in rgb.txt) instead of 20. Optimize.
35488 (list-colors-duplicates): New function.
35489 (facemenu-color-name-equal): Delete function.
35490
35491 * facemenu.el (list-colors-print): New function created from code
35492 in list-colors-display. Print #RRGGBB at the window right edge.
35493 (list-colors-display): When temp-buffer-show-function is not
35494 defined, call list-colors-print from temp-buffer-show-hook
35495 to get the right value of window-width in list-colors-print
35496 after the buffer is displayed.
35497
35498 * simple.el (pop-mark): Move deactivate-mark out of conditional
35499 part to deactivate the active mark regardless of the state of the
35500 mark ring.
35501
35502 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
35503 variables line in desktop files.
35504
35505 2005-01-12 Juri Linkov <juri@jurta.org>
35506
35507 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
35508 Bring together isearch highlight related options.
35509 (lazy-highlight): Replace group `replace' by `matching'.
35510 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
35511 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
35512 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
35513 and declare them obsolete.
35514 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
35515 (isearch-faces): Remove defgroup.
35516 (isearch-overlay, isearch-highlight, isearch-dehighlight):
35517 Move isearch highlighting code closer to lazy highlighting code.
35518
35519 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
35520 (query-replace-highlight, query-replace-lazy-highlight)
35521 (query-replace): Move definitions to the beginning of the file.
35522
35523 2005-01-11 Juri Linkov <juri@jurta.org>
35524
35525 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
35526 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
35527 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
35528
35529 * info.el (Info-history-forward): New variable.
35530 (Info-select-node): Reset Info-history-forward to nil.
35531 (Info-last): Turn into defalias.
35532 (Info-history-back): Rename from Info-last.
35533 Add current node to Info-history-forward.
35534 (Info-history-forward): New fun.
35535 (Info-mode-map): Replace Info-last by Info-history-back.
35536 Bind Info-history-forward to "r".
35537 (Info-mode-menu): Replace Info-last by Info-history-back.
35538 Fix menu item text. Add menu item for Info-history-forward.
35539 (info-tool-bar-map): Replace Info-last by Info-history-back.
35540 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
35541 for Info-history-forward.
35542 (Info-mode): Replace Info-last by Info-history-back in docstring.
35543 Add local variable Info-history-forward.
35544 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
35545
35546 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
35547
35548 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
35549 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
35550 Ignore select-window events rather than fiddle with
35551 mouse-autoselect-window.
35552
35553 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
35554
35555 * type-break.el (type-break-mode): Fix previous change.
35556
35557 2005-01-10 Jay Belanger <belanger@truman.edu>
35558
35559 * calc/calc-ext.el (calc-reset): Reset when inside embedded
35560 calculator; only reset when point is inside a calculator.
35561 Don't adjust the window height if the window takes up the whole height
35562 of the frame.
35563
35564 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
35565
35566 * ebuff-menu.el (Electric-buffer-menu-mode):
35567 Preserve value of buffer-local var header-line-format.
35568
35569 2005-01-09 Jay Belanger <belanger@truman.edu>
35570
35571 * calc/calc.el (calc-mode-var-list-restore-saved-values):
35572 Make sure settings file exists before accessing it.
35573
35574 * calc/calc-embed.el (calc-embedded-subst):
35575 Replace math-multi-subst-rec, which is only supposed to be called
35576 by math-multi-subst, by math-multi-subst.
35577
35578 2005-01-09 Andre Spiegel <spiegel@gnu.org>
35579
35580 * vc.el (vc-allow-async-revert): New user option.
35581 (vc-disable-async-diff): New internal variable.
35582 (vc-revert-buffer): Use them to disable asynchronous diff.
35583
35584 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
35585 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
35586 asynchronously if vc-disable-async-diff is t.
35587
35588 2005-01-09 Jay Belanger <belanger@truman.edu>
35589
35590 * calc/calc.el (defcalcmodevar): New macro.
35591 (calc-mode-var-list-restore-default-values)
35592 (calc-mode-var-list-restore-saved-values): New functions.
35593 (calc-mode-var-list): Use defcalcmodevar to define it.
35594 (calc-always-load-extensions, calc-line-numbering)
35595 (calc-line-breaking, calc-display-just, calc-display-origin)
35596 (calc-number-radix, calc-leading-zeros, calc-group-digits)
35597 (calc-group-char, calc-point-char, calc-frac-format)
35598 (calc-prefer-frac, calc-hms-format, calc-date-format)
35599 (calc-float-format, calc-full-float-format, calc-complex-format)
35600 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
35601 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
35602 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
35603 (calc-matrix-brackets, calc-language, calc-language-option)
35604 (calc-left-label, calc-right-label, calc-word-size)
35605 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
35606 (calc-display-raw, calc-internal-prec, calc-angle-mode)
35607 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
35608 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
35609 (calc-window-height, calc-display-trail, calc-show-selections)
35610 (calc-use-selections, calc-assoc-selections)
35611 (calc-display-working-message, calc-auto-why, calc-timing)
35612 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
35613 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
35614 (calc-gnuplot-default-device, calc-gnuplot-default-output)
35615 (calc-gnuplot-print-device, calc-gnuplot-print-output)
35616 (calc-gnuplot-geometry, calc-graph-default-resolution)
35617 (calc-graph-default-resolution-3d, calc-invocation-macro)
35618 (calc-show-banner): Use defcalcmodevar to declare them and set
35619 their default values.
35620
35621 * calc/calc-ext.el (calc-reset): Restore saved values of variables
35622 instead of default values (but restore default values if there is
35623 an argument of 0).
35624
35625 2005-01-09 David Kastrup <dak@gnu.org>
35626
35627 * desktop.el (desktop-restore-eager): Fix typo in type.
35628
35629 2005-01-08 Richard M. Stallman <rms@gnu.org>
35630
35631 * cus-edit.el (customize): Delete :link.
35632
35633 2005-01-08 Jay Belanger <belanger@truman.edu>
35634
35635 * calc/calc.el (calc-mode): Remove the extension from the
35636 `calc-settings-file' file name when loading it.
35637
35638 2005-01-08 Kim F. Storm <storm@cua.dk>
35639
35640 * info.el (Info-mode-map, Info-next-link-keymap)
35641 (Info-prev-link-keymap, Info-up-link-keymap):
35642 Map follow-link to mouse-face.
35643 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
35644
35645 2005-01-08 Jay Belanger <belanger@truman.edu>
35646
35647 * calc/calc.el (calc-settings-file): Change default value.
35648 Suggested by cgw in a comment in calc-mode.el.
35649
35650 * calc/calc-mode.el (calc-settings-file-name):
35651 Compare calc-settings-file to user-init-file instead of ~/.emacs.
35652 Replace ~/.emacs in a prompt by calc-settings-file.
35653
35654 2005-01-07 Lars Hansen <larsh@math.ku.dk>
35655
35656 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
35657 (desktop-lazy-idle-delay): New customizable variables.
35658 (desktop-buffer-args-list): New variable.
35659 (desktop-append-buffer-args): New function.
35660 (desktop-save): Call desktop-append-buffer-args for some buffers.
35661 (desktop-lazy-create-buffer): New function.
35662 (desktop-idle-create-buffers): New function.
35663 (desktop-read): Add message about buffers to restore lazily.
35664 (desktop-lazy-abort): New command.
35665 (desktop-clear): Call desktop-lazy-abort.
35666 (desktop-lazy-complete): New command.
35667
35668 2005-01-06 Richard M. Stallman <rms@gnu.org>
35669
35670 * emacs-lisp/find-func.el (find-face-definition):
35671 Rename from find-face.
35672
35673 2005-01-06 Kim F. Storm <storm@cua.dk>
35674
35675 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
35676
35677 * man.el (Man-xref-man-page, Man-xref-header-file)
35678 (Man-xref-normal-file): Add follow-link property.
35679
35680 2005-01-06 Jay Belanger <belanger@truman.edu>
35681
35682 * calc/calc-units.el: Make sure the proper macro definitions are
35683 available when compiling.
35684
35685 2005-01-06 Juri Linkov <juri@jurta.org>
35686
35687 * isearch.el (isearch-lazy-highlight-update):
35688 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
35689
35690 2005-01-06 Miles Bader <miles@gnu.org>
35691
35692 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
35693 (isearch-lazy-highlight-face): Use new name.
35694
35695 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
35696
35697 * uniquify.el (uniquify-rationalize-file-buffer-names):
35698 Re-add an interactive spec.
35699 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
35700 to the same name.
35701
35702 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
35703 (isearch-update, isearch-done): Adjust calls accordingly.
35704
35705 2005-01-05 Richard M. Stallman <rms@gnu.org>
35706
35707 * custom.el (custom-set-variables, custom-theme-set-variables):
35708 Clarify documentation.
35709
35710 * emacs-lisp/find-func.el (find-variable)
35711 (find-variable-other-window, find-variable-other-frame):
35712 Fix the TYPE args to find-function-read and find-function-do-it.
35713 (find-function): Doc fix.
35714 (find-function-at-point): Replace function-at-point alias.
35715
35716 2005-01-04 Richard M. Stallman <rms@gnu.org>
35717
35718 * cus-face.el (custom-declare-face):
35719 Record defface in current-load-list.
35720
35721 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
35722
35723 * emacs-lisp/find-func.el: Doc fixes.
35724 (find-face-regexp): New variable.
35725 (find-function-regexp-alist): New variable.
35726 (find-function-C-source): Third arg is now TYPE.
35727 (find-function-search-for-symbol): Handle general TYPE.
35728 (find-function-read, find-function-do-it): Handle general TYPE.
35729 (find-definition-noselect, find-face): New functions.
35730 (function-at-point): Alias deleted.
35731
35732 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
35733
35734 * battery.el (display-battery-mode): Rename from display-battery.
35735 Handle the case where it gets turned off.
35736
35737 2005-01-04 Richard M. Stallman <rms@gnu.org>
35738
35739 * cus-edit.el (customize): Make :link point to user doc.
35740
35741 * man.el (Man-fontify-manpage): Turn off undo generation.
35742
35743 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
35744
35745 2005-01-04 Andreas Schwab <schwab@suse.de>
35746
35747 * files.el (insert-directory): Only look for error lines in
35748 inserted text. Don't move too far after processing --dired markers.
35749
35750 2005-01-04 Richard M. Stallman <rms@gnu.org>
35751
35752 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
35753 Don't expand if the character is @, period, dash, etc.
35754 (define-mail-abbrev): Quote names that contain problem characters.
35755
35756 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
35757
35758 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
35759
35760 2005-01-03 Richard M. Stallman <rms@gnu.org>
35761
35762 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
35763 (query-replace-highlight, query-replace-lazy-highlight)
35764 (query-replace): Definitions moved up. Doc fix.
35765
35766 2005-01-03 Richard M. Stallman <rms@gnu.org>
35767
35768 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
35769 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
35770 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
35771 (lazy-highlight-face): Rename from isearch-lazy-...
35772 Change all references to them.
35773
35774 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
35775
35776 * cus-edit.el (custom-file): Doc fix for defcustom.
35777 (custom-file): The function no longer sets the variable
35778 `custom-file' to its return value.
35779
35780 * startup.el (command-line): No longer load `custom-file'.
35781
35782 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
35783
35784 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
35785
35786 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
35787 Don't confuse module-prefixed identifiers for labels.
35788 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
35789
35790 2005-01-02 Richard M. Stallman <rms@gnu.org>
35791
35792 * files.el (basic-save-buffer-1): Fix previous change.
35793
35794 * loadhist.el (file-loadhist-lookup): New function.
35795 (file-provides, file-requires): Use it.
35796
35797 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
35798 instead of calculating the right size.
35799
35800 2005-01-02 Karl Chen <quarl@cs.berkeley.edu>
35801
35802 * vc-svn.el (vc-svn-diff): Stay local if possible.
35803
35804 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
35805
35806 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
35807
35808 * files.el (hack-local-variables): Fix last change.
35809
35810 2005-01-02 Jay Belanger <belanger@truman.edu>
35811
35812 * calc/calc-yank.el (calc-edit-top): New variable.
35813 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
35814 object. Change header properties.
35815 (calc-edit-finish, calc-edit-finish-stack-object)
35816 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
35817 edited object.
35818 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
35819 for the beginning of the edited object.
35820 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
35821 for the beginning of the edited object.
35822 * calc/calc-prog.el (calc-edit-macro-finish-edit)
35823 (calc-finish-formula-edit, calc-macro-repeats)
35824 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
35825 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
35826 beginning of the edited object.
35827 (calc-user-define-edit): Change the header for editing macros.
35828 Remove unnecessary variable.
35829
35830 2005-01-01 Jay Belanger <belanger@truman.edu>
35831
35832 * calc/calc-yank.el (calc-edit-mode): Change default header.
35833 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
35834 * calc/calc-store.el (calc-edit-variable): Change title to match new
35835 header.
35836 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
35837 mode to match new header.
35838 (calc-user-define-edit): Change titles to include names of commands.
35839 (calc-finish-formula-edit): Adjust to handle new header.
35840 (calc-finish-macro-edit): Remove.
35841 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
35842 (calc-edit-macro-command, calc-edit-macro-command-type)
35843 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
35844 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
35845 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
35846 (calc-edit-macro-finish-edit): New functions.
35847 (calc-user-define-edit): Use new functions to edit named calc macros.
35848
35849 2005-01-01 Stefan Monnier <monnier@iro.umontreal.ca>
35850
35851 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
35852
35853 * ses.el (copy-region-as-kill): Deactivate mark.
35854
35855 2005-01-01 Richard M. Stallman <rms@gnu.org>
35856
35857 * replace.el (occur-1): If the output buffer is also an input,
35858 don't kill it, rename it.
35859
35860 * faces.el (set-face-background, set-face-foreground): Doc fix.
35861
35862 * cus-face.el (custom-face-attributes): Fix :help-echo strings
35863 for :foreground and :background.
35864
35865 * dired.el (dired-view-command-alist): Variable deleted.
35866 (dired-view-file, dired-mouse-find-file-other-window):
35867 Delete the code to use it.
35868
35869 2005-01-01 Kim F. Storm <storm@cua.dk>
35870
35871 * image.el (insert-sliced-image): Use t for line-height property.
35872
35873 See ChangeLog.11 for earlier changes.
35874
35875 ;; Local Variables:
35876 ;; coding: iso-2022-7bit
35877 ;; add-log-time-zone-rule: t
35878 ;; End:
35879
35880 Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.
35881
35882 This file is part of GNU Emacs.
35883
35884 GNU Emacs is free software; you can redistribute it and/or modify
35885 it under the terms of the GNU General Public License as published by
35886 the Free Software Foundation; either version 3, or (at your option)
35887 any later version.
35888
35889 GNU Emacs is distributed in the hope that it will be useful,
35890 but WITHOUT ANY WARRANTY; without even the implied warranty of
35891 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
35892 GNU General Public License for more details.
35893
35894 You should have received a copy of the GNU General Public License
35895 along with GNU Emacs; see the file COPYING. If not, write to the
35896 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
35897 Boston, MA 02110-1301, USA.
35898
35899 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1