]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(dired-warn-writable): New face.
[gnu-emacs] / lisp / ChangeLog
1 2007-10-13 Glenn Morris <rgm@gnu.org>
2
3 * progmodes/octave-mod.el (octave-looking-at-kw): Add doc string.
4 (octave-re-search-forward-kw, octave-re-search-backward-kw):
5 Add doc string, and an explicit COUNT argument.
6 (octave-scan-blocks, octave-beginning-of-defun): Explicitly pass
7 `inc' to search functions.
8
9 2007-10-13 John W. Eaton <jwe@octave.org>
10
11 * progmodes/octave-mod.el (octave-looking-at-kw)
12 (octave-re-search-forward-kw, octave-re-search-backward-kw):
13 New functions.
14 (octave-in-defun-p, calculate-octave-indent)
15 (octave-blink-matching-block-open, octave-beginning-of-defun)
16 (octave-auto-fill): Use octave-looking-at-kw instead of looking-at,
17 to search for regexps that contain case-sensitive keywords.
18 (octave-beginning-of-defun): Likewise, for octave-re-search-backward-kw.
19 (octave-scan-blocks): Likewise, for octave-re-search-forward-kw.
20
21 2007-10-13 Richard Stallman <rms@gnu.org>
22
23 * files.el (directory-abbrev-alist): Doc fix.
24
25 2007-10-13 Jari Aalto <jari.aalto@cante.net>
26
27 * comint.el (comint-password-prompt-regexp): Add 'LDAP'.
28
29 2007-10-12 Martin Rudalics <rudalics@gmx.at>
30
31 * frame.el (set-frame-configuration): Assign name parameter only
32 if it has been set explicitly before.
33
34 * window.el (handle-select-window): Revert part of 2007-10-06
35 change setting the input focus.
36
37 2007-10-12 Glenn Morris <rgm@gnu.org>
38
39 * cus-edit.el (custom-variable-menu, custom-face-menu)
40 (custom-group-menu): Check init-file-user rather than
41 user-init-file, in case cus-edit is loaded by site-run-file.
42
43 2007-10-11 Juanma Barranquero <lekktu@gmail.com>
44
45 * follow.el (follow-stop-intercept-process-output):
46 Use `follow-call-process-filter' rather than `process-filter'.
47
48 2007-10-11 Tom Tromey <tromey@redhat.com>
49
50 * progmodes/gdb-ui.el (gdb-info-stack-custom): Ensure current
51 frame is visible.
52
53 2007-10-10 Richard Stallman <rms@gnu.org>
54
55 * emacs-lisp/debug.el (debugger-setup-buffer): Disable undo
56 in *Backtrace*.
57
58 * faces.el (face-font-selection-order): Doc fix.
59
60 * loadhist.el (unload-feature): Doc fix.
61
62 2007-10-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
63
64 * ps-print.el: Fix the usage of :foreground and :background face
65 attributes. Reported by Nikolaj Schumacher <n_schumacher@web.de>.
66 (ps-print-version): New version 6.7.6.
67 (ps-face-attributes, ps-face-attribute-list, ps-face-background):
68 Fix code.
69 (ps-face-foreground-color-p, ps-face-background-color-p)
70 (ps-face-color-p): New inline funs.
71
72 2007-10-10 Juanma Barranquero <lekktu@gmail.com>
73
74 * follow.el: Change all instances of "Follow Mode" to "Follow
75 mode" in docstrings and messages.
76
77 2007-10-09 Juanma Barranquero <lekktu@gmail.com>
78
79 * faces.el (face-font-selection-order): Doc fix.
80
81 * follow.el (follow-mode-hook, follow-mode): Doc fixes.
82 (follow-mode-off-hook): Mark as obsolete.
83
84 2007-10-08 Richard Stallman <rms@gnu.org>
85
86 * emacs-lisp/edebug.el (edebug-install-custom-print-funcs)
87 (edebug-install-custom-print, edebug-reset-print-funcs)
88 (edebug-uninstall-custom-print, edebug-uninstall-custom-print-funcs):
89 Functions deleted.
90 (edebug-prin1, edebug-print, edebug-prin1-to-string)
91 (edebug-format, edebug-message): Define directly as aliases.
92
93 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
94
95 * follow.el (follow-mode): Don't run hooks twice. Use `when'.
96
97 2007-10-07 Glenn Morris <rgm@gnu.org>
98
99 * simple.el (bad-packages-alist): Clarify Semantic and CEDET
100 version numbers.
101
102 2007-10-06 Michael Albinus <michael.albinus@gmx.de>
103
104 * net/tramp.el (tramp-completion-mode): Extend doc-string.
105 (tramp-completion-mode-p): Revert change from 2007-09-24.
106 Checking for `return' etc as last character is not sufficient, for
107 example in dired-mode when entering <g> (revert-buffer) or
108 <s> (dired-sort).
109
110 2007-10-06 Martin Rudalics <rudalics@gmx.at>
111
112 * window.el (mouse-autoselect-window-cancel): Don't cancel for
113 select-window or select-frame events.
114 (handle-select-window): When autoselecting window set input
115 focus. Restructure.
116
117 * frame.el (focus-follows-mouse): Moved to frame.c.
118 * cus-start.el (all): Add focus-follows-mouse.
119
120 2007-10-05 Chris Moore <dooglus@gmail.com>
121
122 * server.el (server-kill-new-buffers): Doc fix.
123
124 2007-10-05 Juanma Barranquero <lekktu@gmail.com>
125
126 * bs.el (bs-mode): Make sure global-font-lock-mode doesn't
127 activate font-locking in the *buffer-selection* buffer.
128 (bs-show-sorted): Doc fix.
129
130 * bs.el (bs--get-marked-string, bs--get-modified-string)
131 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
132 (bs--get-mode-name, bs-mode): Fix typos in docstrings.
133 (bs--format-aux): Doc fix.
134
135 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
136
137 * image-dired.el (image-dired-image-at-point-p): Fix typo in docstring.
138
139 2007-10-04 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
140
141 * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring.
142
143 2007-10-04 Nick Roberts <nickrob@snap.net.nz>
144
145 * progmodes/gud.el (gud-gud-gdb-command-name): New option.
146 (gud-gdb): New function for old M-x gdb (text command mode).
147 (gud-gdb-command-name, gdb): Move to...
148
149 * progmodes/gdb-ui.el: ...here and adapt doc string.
150 (gud-gdba-command-name, gdba): Delete.
151
152 2007-10-03 Juanma Barranquero <lekktu@gmail.com>
153
154 * bs.el: Don't defvar `font-lock-verbose'.
155 (bs-config-clear, bs-kill, bs-string-show-normally, bs-sort-functions)
156 (bs--get-file-name): Fix typos in docstrings.
157 (bs--show-header): Use `dolist' instead of `mapcar'.
158 (bs-mode): Set `show-trailing-whitespace' to nil.
159 (bs-buffer-sort-function, bs-mouse-select-other-frame)
160 (bs-visits-non-file, bs-sort-buffer-interns-are-last, bs-show):
161 Doc fixes.
162
163 2007-10-02 Adam Hupp <adam@hupp.org> (tiny change)
164
165 * progmodes/gdb-ui.el (pdb): Specify file for gud-break.
166
167 2007-10-02 Nick Roberts <nickrob@snap.net.nz>
168
169 * progmodes/gud.el (gdb): Make graphical mode the default and
170 switch to text command mode if appropriate, i.e., reverse previous
171 arrangement.
172 (gud-gdb-marker-filter): Adapt for above change.
173
174 * progmodes/gdb-ui.el (gdb-init-1): Don't set the values
175 gud-minor-mode and gud-marker-filter.
176 (gdb-fullname-regexp): New variable.
177 (gud-gdba-marker-filter): Use it to switch to text command
178 mode if appropriate.
179
180 2007-10-02 Richard Stallman <rms@gnu.org>
181
182 * frame.el (cursor-in-non-selected-windows): Doc fix.
183
184 2007-10-01 Nick Roberts <nickrob@snap.net.nz>
185
186 * progmodes/gud.el (gud-display-line): Find source buffer even when
187 GUD buffer has its own frame.
188
189 2007-10-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
190
191 * term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility.
192
193 2007-09-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
194
195 * term/x-win.el (x-gtk-stock-map): Version is 22.2.
196
197 2007-09-29 Martin Rudalics <rudalics@gmx.at>
198
199 * allout.el (allout-before-change-handler): Replace got-char by
200 goto-char.
201
202 2007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
203
204 * vc-svn.el (vc-svn-resolve-when-done, vc-svn-find-file-hook): New funs.
205 Used to try and automatically enabled smerge-mode in the presence of
206 conflicts and to call `svn resolved' when the conflicts are gone.
207 (vc-svn-parse-status): Remember the svn-specific status.
208
209 * newcomment.el (comment-choose-indent): New function extracted
210 from comment-indent. Improve the alignment algorithm.
211 (comment-indent): Use it.
212
213 2007-09-27 Juanma Barranquero <lekktu@gmail.com>
214
215 * emacs-lisp/eldoc.el (eldoc-message-commands-table-size)
216 (eldoc-message-commands, eldoc-current-idle-delay):
217 Fix typos in docstrings.
218
219 * progmodes/python.el (python-eldoc-function): Doc fix.
220
221 2007-09-26 Eli Zaretskii <eliz@gnu.org>
222
223 * menu-bar.el (menu-bar-search-documentation-menu): Rename from
224 menu-bar-apropos-menu. All users changed.
225 (menu-bar-help-menu): Change menu symbols to better match the text
226 displayed by the menu.
227
228 2007-09-25 Glenn Morris <rgm@gnu.org>
229
230 * view.el (view-search-no-match-lines): Add a doc string.
231 Rewrite to simplify and work better.
232
233 2007-09-24 Michael Albinus <michael.albinus@gmx.de>
234
235 * net/tramp.el (tramp-completion-mode-p): Rename from
236 `tramp-completion-mode'. Revert logic, check `return', `newline'
237 and such alike. Packages like Icicles tend to use other completion
238 characters but `tab' and `space' only.
239 (top): Require cl.el, when `copy-tree' is not available otherwise.
240
241 * net/tramp-vc.el (tramp-vc-user-login-name): Get argument by
242 `ad-get-arg'.
243
244 2007-09-24 Ville Skytt\e,Ad\e(B <scop@xemacs.org> (tiny change)
245
246 * net/tramp-vc.el (tramp-vc-user-login-name):
247 Use `vc-find-version' instead of `process-file' to check whether we
248 have a new enough vc that doesn't need the defadvice.
249
250 2007-09-23 Dan Nicolaescu <dann@ics.uci.edu>
251
252 * files.el (file-name-sans-versions): Use [:alnum:] and also allow
253 #, @, : and ^.
254
255 2007-09-23 Glenn Morris <rgm@gnu.org>
256
257 * ses.el (ses-calculate-cell): Don't evaluate unsafe formulae.
258
259 2007-09-22 Dan Nicolaescu <dann@ics.uci.edu>
260
261 * pcvs-defs.el (cvs-mode-map): Bind TAB and backtab.
262
263 * log-view.el (log-view-mode-map): Likewise.
264
265 * diff-mode.el (diff-mode-shared-map): Likewise.
266
267 2007-09-21 Francesco Potort\e,Al\e(B <pot@gnu.org>
268
269 * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to
270 add inferior-octave-directory-tracker to the buffer-local value
271 of comint-input-filter-functions.
272
273 2007-09-22 Dan Nicolaescu <dann@ics.uci.edu>
274
275 * files.el (file-name-sans-versions): Also allow `A-Z'.
276
277 * vc.el: Mention all supported VC backends.
278
279 2007-09-22 Richard Stallman <rms@gnu.org>
280
281 * wid-edit.el (widget-specify-button): Don't merge mouse-face with
282 neighbouring buttons.
283
284 2007-09-22 Andreas Schwab <schwab@suse.de>
285
286 * files.el (file-name-sans-versions): Also allow `_'.
287
288 2007-09-22 Glenn Morris <rgm@gnu.org>
289
290 * eshell/esh-mode.el (eshell-output-filter-functions):
291 Add eshell-postoutput-scroll-to-bottom.
292
293 2007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
294
295 * files.el (file-name-sans-versions): Allow - and a-z in version names.
296
297 * log-view.el (log-view-mode-map, log-view-mode-menu):
298 Bind log-view-annotate-version.
299 (log-view-beginning-of-defun, log-view-end-of-defun)
300 (log-view-annotate-version): New functions.
301 (log-view-mode): Use log-view-beginning-of-defun and
302 log-view-end-of-defun.
303
304 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
305
306 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix staging.
307
308 2007-09-21 Kevin Ryde <user42@zip.com.au>
309
310 * international/mule.el (sgml-html-meta-auto-coding-function):
311 Bind `case-fold-search' to t.
312
313 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
314
315 * wid-edit.el (widget-image-insert): Don't merge mouse-face with
316 neighbouring buttons.
317
318 * progmodes/compile.el (compilation-error-regexp-alist-alist):
319 Recognize gcc's use of "note" for informational messages.
320
321 2007-09-20 Glenn Morris <rgm@gnu.org>
322
323 * textmodes/tex-mode.el (tex-validate-buffer): Use paragraph
324 motion functions, rather than hard-coding "\n\n".
325 (tex-validate-region): Check for eobp, to speed up.
326 (tex-next-unmatched-end): Doc fix.
327
328 2007-09-19 Glenn Morris <rgm@gnu.org>
329
330 * textmodes/tex-mode.el (tex-terminate-paragraph):
331 Use backward-paragraph.
332
333 2007-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
334
335 * textmodes/css-mode.el (css-electric-keys): electrick->electric.
336 (css-mode): Update correspondingly.
337
338 2007-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
339
340 * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
341
342 * vc-hooks.el (vc-menu-entry): New var.
343 (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
344 (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
345 (vc-menu-map): Declare and initialize in one step.
346
347 * menu-bar.el (vc-menu-map): Don't setup any more.
348 Instead, just create the proper spot in the menu.
349
350 2007-09-18 Dan Nicolaescu <dann@ics.uci.edu>
351 Stefan Monnier <monnier@iro.umontreal.ca>
352
353 * vc.el: Document new VC operation `extra-menu'.
354
355 * vc-hooks.el (vc-default-extra-menu, vc-menu-map-filter): New fun.
356
357 2007-09-17 Dan Nicolaescu <dann@ics.uci.edu>
358
359 * vc-git.el (vc-git-log-view-mode): Add font-lock patterns for
360 Signed-off-by, Acked-by and Merge.
361
362 2007-09-17 Glenn Morris <rgm@gnu.org>
363
364 * textmodes/tex-mode.el (tex-compilation-parse-errors): Prefer the
365 filename from `--file-line-error', if it is available.
366
367 2007-09-17 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
368
369 * textmodes/tex-mode.el (tex-compilation-parse-errors): Also match
370 TeX `--file-line-error' format.
371
372 2007-09-17 Glenn Morris <rgm@gnu.org>
373
374 * textmodes/tex-mode.el (tex-region): Simplify previous change,
375 handling the case where the region is not in `tex-main-file'.
376 (tex-region-1): Delete.
377 (tex-region-header): New function, doing the header part of the
378 old tex-region-1.
379
380 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
381
382 * ediff-init.el (ediff-verbose-p): This var is not a constant.
383
384 2007-09-16 Drew Adams <drew.adams@oracle.com>
385
386 * cus-edit (custom-face-edit-activate): Doc fix.
387
388 2007-09-16 Glenn Morris <rgm@gnu.org>
389
390 * textmodes/tex-mode.el (tex-region): Handle the case where the
391 region is not in `tex-main-file'. Move the old code that applies
392 to both cases...
393 (tex-region-1): ...to this new function.
394
395 2007-09-15 Martin Rudalics <rudalics@gmx.at>
396
397 * simple.el (blink-matching-open): Don't display message when no
398 paren is found within blink-matching-paren-distance characters.
399 Don't search prompt in blink-matching-paren-distance nil case.
400
401 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
402
403 * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
404
405 2007-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
406
407 * vc-mtn.el: New file.
408
409 * vc-hooks.el (vc-handled-backends): Add Mtn.
410
411 2007-09-13 Eli Zaretskii <eliz@gnu.org>
412
413 * files.el (find-file, find-file-other-window)
414 (find-file-other-frame, find-file-existing, find-file-read-only)
415 (find-file-read-only-other-window)
416 (find-file-read-only-other-frame)
417 (find-alternate-file-other-window, find-alternate-file): Doc fixes.
418
419 2007-09-13 Jari Aalto <jari.aalto@cante.net>
420
421 * man.el (Man-default-man-entry): At end of line, continue looking
422 to the next line for possible end of hyphenated command.
423
424 2007-09-13 Chris Moore <dooglus@gmail.com>
425
426 * shell.el (shell-resync-dirs): Don't move the cursor relative to
427 the command being edited.
428
429 2007-09-13 Nick Roberts <nickrob@snap.net.nz>
430
431 * progmodes/gud.el (gdb-ready): New variable.
432 (gdb): Set it to nil. Set gud-running to nil here...
433 (gud-common-init): ...instead of here.
434
435 * progmodes/gdb-ui.el (gdba, gdb-send, gdb-source-info):
436 Use gdb-ready. Discard input until GDB is ready to accept it.
437
438 2007-09-12 Dan Nicolaescu <dann@ics.uci.edu>
439
440 * term/xterm.el (terminal-init-xterm): Add bindings for M-S- and
441 C-M-S- keys.
442
443 2007-09-12 Martin Rudalics <rudalics@gmx.at>
444
445 * dired.el (dired-warning): Inherit from font-lock-warning-face to
446 make it show up with eight colors.
447
448 2007-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
449
450 * diff-mode.el (diff-sanity-check-hunk): Fix up the case when unified
451 diffs are concatenated with no intervening line.
452
453 2007-09-10 Dave Love <fx@gnu.org>
454
455 * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
456 (python-font-lock-keywords): Update to the 2.5 version of the language.
457 (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
458 (python-backspace): Only behave funny in code.
459 (python-compilation-regexp-alist): Add PDB stack trace regexp.
460 (inferior-python-mode): Add PDB prompt regexp.
461 (python-fill-paragraph): Refine the fenced-string regexp.
462 (python-find-imports): Handle imports spanning several lines.
463 (python-mode): Add `class' to hideshow support.
464
465 2007-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
466
467 * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use
468 add-log-buffer-file-name-function rather than bind buffer-file-name,
469 so we dont end up calling change-log-mode in *cvs* when `fi' is the
470 ChangeLog file itself.
471
472 * outline.el (outline-flag-region): Use front-advance.
473
474 2007-09-07 Ilya Zakharevich <ilyaz@cpan.org>
475
476 * progmodes/cperl-mode.el: Merge upstream 5.23.
477 (cperl-where-am-i): Remove function.
478 (cperl-backward-to-noncomment): Don't go too far when skipping POD/HEREs
479 (cperl-sniff-for-indent): De-invert [string] and [comment].
480 When looking for label, skip s:m:y:tr.
481 (cperl-indent-line): Likewise.
482 (cperl-mode): Don't assume `font-lock-multiline' is auto-local.
483 (cperl-windowed-init): Wrong `ps-print' handling.
484 Both thanks to Chong Yidong.
485 (cperl-look-at-leading-count): Could fail with unfinished RExen.
486 (cperl-find-pods-heres): If the second part of s()[] is missing,
487 don't try to highlight delimiters...
488
489 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
490
491 * progmodes/compile.el (compilation-get-file-structure): Complete last
492 change by also using spec-directory in the puthash.
493
494 2007-09-07 Riccardo Murri <riccardo.murri@gmail.com>
495
496 * vc-bzr.el (vc-bzr-admin-lastrev): New constant.
497 (vc-bzr-file-name-relative): Use 'when' instead of 'and'.
498 (vc-bzr-status): Fix shadowing of variable 'status'.
499 (vc-bzr-workfile-version): Use correct path to 'last-revision' file.
500 Use `expand-file-name' instead of `concat'.
501 (vc-bzr-annotate-command): Use option name '--long' instead of '-l'.
502 Update annotation line regexp. Fixes launchpad.net [Bug 137435].
503
504 2007-09-05 Jason Rumney <jasonr@gnu.org>
505
506 * frame.el (focus-follows-mouse): Doc-fix. Change default on w32.
507
508 2007-09-02 Richard Stallman <rms@gnu.org>
509
510 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom.
511 Add `safe-local-variable' property.
512 (lisp-body-indent): Likewise.
513
514 2007-09-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
515
516 * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
517 prev/next-node.
518
519 * term/x-win.el (x-gtk-stock-map, icon-map-list): New variables.
520 (x-gtk-map-stock): New function.
521
522 2007-09-02 Glenn Morris <rgm@gnu.org>
523
524 * comint.el (comint-mode): Don't set scroll-conservatively.
525
526 * eshell/em-unix.el (eshell/time): Stringify and flatten the
527 non-command arguments.
528
529 2007-09-01 Thien-Thi Nguyen <ttn@gnuvola.org>
530
531 * emacs-lisp/bytecomp.el (byte-recompile-directory):
532 Fix bug: Don't expand top-level file name more than once.
533 Reported by Dmitry Antipov <dmantipov@yandex.ru>.
534
535 2007-09-01 Richard Stallman <rms@gnu.org>
536
537 * files.el (hack-local-variables-confirm): Rename arg VARS to ALL-VARS.
538 Add doc string.
539
540 2007-08-30 Richard Stallman <rms@gnu.org>
541
542 * speedbar.el (speedbar-frame-reposition-smartly)
543 (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
544 (speedbar-check-vc): Don't use dframe-xemacsp.
545
546 2007-08-30 Martin Rudalics <rudalics@gmx.at>
547
548 * files.el (backup-buffer-copy): Try to overwrite old backup first.
549
550 2007-08-29 Martin Rudalics <rudalics@gmx.at>
551
552 * repeat.el (repeat): Use last-repeatable-command instead of
553 real-last-command. Run pre- and post-command hooks for
554 self-insertion. Update doc-string.
555
556 2007-08-28 Glenn Morris <rgm@gnu.org>
557
558 * progmodes/cc-langs.el (c-constant-kwds): Add java: true, false, null.
559
560 2007-08-27 Alexandre Julliard <julliard@winehq.org>
561
562 * vc-git.el (vc-git-state): Call git-add --refresh to update the
563 state of the file.
564 (vc-git-workfile-unchanged-p): Delegate implementation to vc-git-state.
565 (vc-git-create-repo): Fix invalid command.
566
567 2007-08-27 Richard Stallman <rms@gnu.org>
568
569 * textmodes/flyspell.el (flyspell-mode):
570 Catch errors in flyspell-mode-on.
571
572 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
573
574 * progmodes/modula2.el (m2-definition, m2-module):
575 Don't use previous-line. Reported by T. V. Raman.
576
577 2007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
578
579 * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
580 argument to tool-bar-mode call.
581
582 2007-08-27 Glenn Morris <rgm@gnu.org>
583
584 * diff-mode.el (diff-find-file-name): Only accept regular files,
585 to rule out /dev/null, directories, etc.
586
587 2007-08-25 Dan Nicolaescu <dann@ics.uci.edu>
588
589 * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
590 safe-local-variable setting.
591 * progmodes/perl-mode.el (perl-indent-level): Likewise.
592
593 2007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
594
595 * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
596 of buffers in uniquify-managed.
597
598 * simple.el (invisible-p): Rename from text-invisible-p.
599 Update callers.
600
601 2007-08-25 Alan Mackenzie <acm@muc.de>
602
603 * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
604 new language variable.
605
606 * progmodes/cc-engine.el (c-brace-anchor-point): New function.
607 (c-add-stmt-syntax): Give accurate anchor points for "namespace",
608 "extern" etc., rather than BOI. Fix addition of spurious
609 syntactic-symbol 'defun-block-intro, replacing it with
610 'innamespace, etc.
611
612 2007-08-25 Reiner Steib <Reiner.Steib@gmx.de>
613
614 * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
615 Don't behave differently when executed via M-x. Add doc string.
616
617 2007-08-24 Ulrich Mueller <ulm@gentoo.org> (tiny change)
618
619 * files.el (backup-buffer-copy): Don't wrap delete in
620 condition-case, only try to delete if file exists.
621
622 2007-08-24 Glenn Morris <rgm@gnu.org>
623
624 * files.el (backup-buffer-copy): Revert 2007-08-22 change.
625
626 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
627
628 * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
629 (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
630 (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
631 (cperl-etags-goto-tag-location): Use new style backquotes.
632
633 * subr.el (complete-with-action): Backport from trunk (for vc-arch.el).
634 (dynamic-completion-table): Use it it.
635
636 * net/browse-url.el: Remove spurious * in custom docstrings.
637 (browse-url-filename-alist): Use new-style backquote.
638
639 * emacs-lisp/backquote.el (backquote-unquote-symbol)
640 (backquote-splice-symbol): Clarify they're not new-style unquotes.
641
642 * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
643 (\,@): Backslash the , and ,@ which are not new-style unquotes.
644
645 * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
646
647 * net/socks.el (socks-username/password-auth-filter):
648 Remove unused vars `state' and `desired-len'.
649 (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
650 (socks-wait-for-state-change): Use new-style backquotes.
651
652 * pcvs.el (cvs-mode-status): Fix long-standing typo.
653
654 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
655 backquotes after each `read' rather than once per buffer.
656
657 * dframe.el: Remove spurious * in custom docstrings.
658 (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
659 (dframe-xemacs20p): Remove, inline at the sole use point.
660 (defface): Don't defvar the face, don't use old-style backquote.
661 (defcustom): Don't use old-style backquote.
662 (dframe-frame-parameter, dframe-mouse-event-p):
663 Make it obvious that it's always defined.
664 (dframe-popup-kludge): New function to replace
665 dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
666 (dframe-frame-mode, dframe-set-timer-internal)
667 (dframe-mouse-set-point): Remove use of with-no-warnings from
668 XEmacs-specific code.
669 (dframe-set-timer-internal): Fix very old bug with
670 post-command-idle-hook.
671
672 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
673
674 2007-08-22 Chong Yidong <cyd@stupidchicken.com>
675
676 * image-mode.el (image-minor-mode): Use image-mode-text-map.
677
678 2007-08-22 Reiner Steib <Reiner.Steib@gmx.de>
679
680 * sort.el (sort-fold-case, sort-numeric-base): Mark as
681 safe-local-variable.
682
683 2007-08-22 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
684
685 * net/browse-url.el (browse-url-emacs): New function.
686
687 2007-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
688
689 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Display a big fat
690 warning if the file uses old style backquotes.
691
692 * emacs-lisp/bytecomp.el (byte-compile-log-file)
693 (byte-recompile-directory, byte-compile-file)
694 (byte-compile-from-buffer): Use with-current-buffer.
695
696 * simple.el (text-invisible-p): Rename from line-move-invisible-p.
697 (line-move-invisible-p): Keep as an obsolete alias, just to be safe.
698 (line-move-1, line-move-finish, line-move-to-column)
699 (move-end-of-line, move-beginning-of-line): Use new name.
700
701 2007-08-22 Glenn Morris <rgm@gnu.org>
702
703 * files.el (backup-buffer-copy): Check backup directory is
704 writable, to avoid infloop deleting old backup.
705
706 * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
707 movemail related variables.
708 (rmail-insert-inbox-text): Use only rmail-movemail-program, which
709 will now be set before this is called.
710
711 2007-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
712
713 * emacs-lisp/backquote.el (backquote-delay-process): Fix last change.
714
715 * progmodes/ada-mode.el: Fix up comment style in header.
716 (ada-check-emacs-version): Remove.
717 (ada-mode): Set parse-sexp-* even if they don't exist: can't hurt.
718 (ada-region-selected): Use (featurep 'xemacs) rather than contortions
719 to try and quieten the byte-compiler.
720 (ada-create-keymap): Use [(..)] keys, which work on both (X)Emacs.
721
722 * vc.el (vc-annotate-warp-version): Don't use previous-line.
723
724 2007-08-20 Johannes Weiner <hannes@saeurebad.de> (tiny change)
725
726 * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
727 extracted from `eval-last-sexp-1'.
728 (eval-last-sexp-1): Call `preceding-sexp'.
729
730 2007-08-19 Glenn Morris <rgm@gnu.org>
731
732 * Makefile.in (custom-deps, finder-data, autoloads, recompile)
733 (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
734 than $(EMACS), so that EMACSLOADPATH is set. Prevents any system
735 shadow files messing up the compilation.
736
737 2007-08-18 Glenn Morris <rgm@gnu.org>
738
739 * progmodes/scheme.el (scheme-mode-variables):
740 Set font-lock-comment-start-skip.
741
742 2007-08-18 Martin Rudalics <rudalics@gmx.at>
743
744 * progmodes/ada-mode.el (ada-create-syntax-table):
745 Move set-syntax-table from here to ...
746 (ada-mode): ... here. Don't change global value of comment-multi-line.
747 Call new function ada-initialize-syntax-table-properties.
748 Add ada-handle-syntax-table-properties to font-lock-mode-hook.
749 (ada-deactivate-properties, ada-initialize-properties):
750 Replace by new functions ...
751 (ada-handle-syntax-table-properties, ada-set-syntax-table-properties)
752 (ada-initialize-syntax-table-properties): ... to set up syntax-table
753 properties uniformly, independently from whether font-lock-mode
754 is enabled or not. Handle read-only buffers and do not change
755 undo-list when setting syntax-table properties.
756 (ada-after-change-function): Use ada-set-syntax-table-properties.
757
758 2007-08-17 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
759
760 * progmode/cperl-mode.el (cperl-look-at-leading-count)
761 (cperl-find-pods-heres): Fix an error when typing expressions like
762 `s{a}{b}'.
763
764 2007-08-17 Glenn Morris <rgm@gnu.org>
765
766 * progmodes/compile.el (compilation-get-file-structure): Make use
767 of the directory part when checking for an existing entry, to
768 handle files with same basename in different directories.
769
770 2007-08-16 Vinicius Jose Latorre <viniciusjl@ig.com.br>
771
772 * ps-print.el (ps-header-font-size, ps-header-title-font-size)
773 (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
774 (ps-paragraph-spacing): Docstring fix.
775
776 2007-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
777
778 * smerge-mode.el (smerge-resolve): New arg `safe'.
779 (smerge-resolve-all, smerge-batch-resolve): New function.
780 (smerge-refine): Make sure `diff' returns the expected result.
781 (smerge-parsep-re): New const.
782 (smerge-mode): Use it to adjust paragraph-separate.
783
784 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
785 Correctly match / regexp matchers as first char on a line when
786 fontifying only that line.
787
788 * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
789
790 2007-08-16 Glenn Morris <rgm@gnu.org>
791
792 * ps-print.el (ps-font-size): Doc fix.
793
794 2007-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
795
796 * vc-bzr.el: Don't fiddle with vc-handled-backend.
797 (vc-bzr-registered): Don't redundantly protect against
798 file-error. Actually use the format-specific code.
799 (vc-bzr-buffer-nonblank-p): Remove.
800 (vc-bzr-status): Change `kindchange' -> `kindchanged'.
801
802 2007-08-15 Glenn Morris <rgm@gnu.org>
803
804 * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
805 sloppier, for the sake of GNU Mailman.
806 (rmail-digest-rfc1153): Initialize `result' correctly.
807
808 2007-08-14 Glenn Morris <rgm@gnu.org>
809
810 * simple.el (bad-packages-alist): New constant.
811 (bad-package-check): New function. Together, these two add
812 elements to `after-load-alist' to check for problematic external
813 packages.
814 * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
815
816 2007-08-13 Stephen Leake <stephen_leake@stephe-leake.org>
817
818 * pcvs-parse.el (cvs-parse-table): Handle additional instance of
819 optional quotes around files in NEED-UPDATE . REMOVED case.
820
821 * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
822 (ada-treat-cmd-string): Improve error message.
823 (ada-do-file-completion): Call `ada-require-project-file', so
824 project variables are set properly.
825 (ada-prj-find-prj-file): Delete Emacs 20.2 support.
826 (ada-gnatfind-buffer-name): New constant.
827 (ada-find-any-references): Use new constant. Set buffer name
828 properly in compilation-start. Toggle read-only properly.
829 (ada-find-in-src-path): Fix spelling error in docstring.
830
831 * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
832 by zero error.
833
834 2007-08-13 Nick Roberts <nickrob@snap.net.nz>
835
836 * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
837
838 2007-08-12 Richard Stallman <rms@gnu.org>
839
840 * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
841 (cvs-execute-single-file): Use new name split-string-and-unquote.
842 (cvs-header-msg): Use new name combine-and-quote-strings.
843
844 * emulation/vi.el (vi-next-line): Ignore return value of line-move.
845
846 * progmodes/gud.el (gud-common-init): Use new name
847 split-string-and-unquote.
848
849 * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
850 in javac regexp.
851
852 * pcvs-util.el (cvs-qtypedesc-strings): Use new names
853 combine-and-quote-strings and split-string-and-unquote.
854
855 * subr.el (combine-and-quote-strings): Rename from strings->string.
856 (split-string-and-unquote): Rename from string->strings.
857
858 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
859
860 * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
861 to buffer-local settings.
862
863 * emacs-lisp/backquote.el (backquote-delay-process): New function.
864 (backquote-process): Add internal arg `level'. Use the two to
865 correctly handle nested backquotes.
866
867 2007-08-09 Riccardo Murri <riccardo.murri@gmail.com>
868
869 * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
870 (vc-bzr-state-words): Add "kind changed" state word.
871 (vc-bzr-status): New function. Return Bzr idea of file status,
872 which is different from VC's.
873 (vc-bzr-state): Use vc-bzr-status.
874 (vc-workfile-unchanged-p): Use vc-bzr-status.
875 (vc-bzr-revert): Use synchronous process; expect exitcode 0.
876 (vc-dired-state): Process "kind changed" state word.
877
878 2007-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
879
880 * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
881
882 * vc-rcs.el (vc-rcs-find-file-not-found-hook):
883 Move from vc-default-find-file-not-found-hook.
884
885 2007-08-09 Edward O'Connor <hober0@gmail.com> (tiny change)
886
887 * url/url-auth.el (url-basic-auth): When prompting for username
888 and password, default to the username and password in the URL.
889
890 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
891
892 * man.el: Remove spurious * in docstrings.
893 Merge defvars and toplevel setq-defaults.
894 (Man-highlight-references0): Limit=nil rather than point-max.
895 (Man-mode-map): Move initialization into the declaration.
896 (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
897 (Man-view-header-file): Use expand-file-name rather than concat.
898 (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
899
900 * man.el (Man-next-section): Make sure we do not move backward.
901
902 2007-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
903
904 * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
905 (ps-begin-job): Use ps-default-fg and ps-default-bg only when
906 ps-print-color-p is neither nil nor black-white. Reported by Christian
907 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
908
909 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
910
911 * files.el (auto-mode-alist): Use the purecopied text (duh!).
912
913 2007-08-08 Andreas Schwab <schwab@suse.de>
914
915 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
916 self-insert-command, not self-insert.
917
918 2007-08-08 Glenn Morris <rgm@gnu.org>
919
920 * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove `iff'.
921
922 * Replace `iff' in doc-strings and comments.
923
924 * help-mode.el (help-make-xrefs): Search for symbol constituents,
925 rather than just `-'.
926
927 2007-08-08 Martin Rudalics <rudalics@gmx.at>
928
929 * dired.el (dired-pop-to-buffer):
930 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
931 * calendar/calendar.el (generate-calendar-window):
932 * progmodes/compile.el (compilation-set-window-height):
933 * textmodes/two-column.el (2C-two-columns, 2C-merge):
934 Use window-full-width-p instead of comparing frame-width and
935 window-width.
936
937 * progmodes/compile.el (compilation-find-buffer): Remove extra
938 argument in call to compilation-buffer-internal-p.
939
940 2007-08-07 Michael Albinus <michael.albinus@gmx.de>
941
942 * net/tramp.el (tramp-handle-file-remote-p): Handle optional
943 parameters IDENTIFICATION and CONNECTED.
944 (tramp-handle-insert-file-contents): VISIT must be handled after
945 insertion of the local copy. Reported by Peter Gordon
946 <peter@pg-consultants.com>.
947 (tramp-file-name-handler): No special handling for
948 `expand-file-name'. But for `file-name-as-directory'.
949 (tramp-find-shell, tramp-open-connection-telnet)
950 (tramp-open-connection-rsh, tramp-open-connection-su)
951 (tramp-open-connection-multi)
952 (tramp-open-connection-setup-interactive-shell): Guard against
953 $PROMPT_COMMAND shell var. Reported by Steve Youngs
954 <steve@sxemacs.org>.
955 (tramp-append-tramp-buffers): Replace "sensible" by "sensitive" in
956 the hint.
957
958 * net/trampver.el: Update release number.
959
960 2007-08-07 Tom Tromey <tromey@redhat.com>
961
962 * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
963 Add safe-local-variable property.
964
965 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
966
967 * image-mode.el (image-toggle-display): Use image-refresh.
968
969 * longlines.el (longlines-decoded): New variable.
970 (longlines-mode): Avoid encoding or decoding the buffer twice.
971
972 2007-08-07 Riccardo Murri <riccardo.murri@gmail.com>
973
974 * vc-bzr.el: Remove comments about vc-bzr.el being a modified
975 unofficial version.
976 (vc-bzr-command): Remove redundant setting of process-connection-type.
977 (vc-bzr-admin-checkout-format-file): Add autoload.
978 (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
979 (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
980 (vc-bzr-registered): Compare dirstate format tag with known good
981 value, abort parsing if match fails. Warn user in docstring.
982 (vc-bzr-workfile-version): Case for different Bzr branch formats.
983 See bzrlib/branch.py in Bzr sources.
984 (vc-bzr-diff): First argument FILES may be a string rather than a list.
985 (vc-bzr-shell-command): Remove in favor of
986 vc-bzr-command-discarding-stderr.
987 (vc-bzr-command-discarding-stderr): New function.
988
989 2007-08-06 Riccardo Murri <riccardo.murri@gmail.com>
990
991 * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
992 program, and return nil
993 (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
994 (vc-bzr-state): Look for path names relative to the repository
995 root after status keyword.
996 (vc-bzr-file-name-relative): New function.
997 (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
998 depend on it.
999 (vc-bzr-admin-dirname, ...-checkout-format-file)
1000 (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
1001 files that we now parse directly for speed.
1002 (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
1003 (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
1004 (vc-bzr-state): "bzr status" successful only if exitcode is 0
1005 (vc-bzr-root): Use `vc-bzr-shell-command'. Stderr may contain
1006 Bzr warnings, so we must discard it.
1007 (vc-bzr-workfile-version): Speedup counting lines from
1008 `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
1009 if that file doesn't exist.
1010 (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
1011 `vc-bzr-root-dir' for speed. Add `vc-bzr-admin-dirname'
1012 (not ".bzr"!) to `vc-directory-exclusion-list'
1013 (vc-bzr-shell-command): New function.
1014
1015 2007-08-06 Tom Tromey <tromey@redhat.com>
1016
1017 * diff-mode.el (diff-unified->context, diff-reverse-direction)
1018 (diff-fixup-modifs): Typo in docstring.
1019
1020 2007-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
1021
1022 * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
1023 count-screen-lines.
1024 (tpu-edt-off): Disable relevant pieces of advice.
1025
1026 * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
1027 tpu-write-file-hook. Activate it with add-hook on buffer-save-hook.
1028 (newline, newline-and-indent, do-auto-fill): Use advice instead of
1029 redefining the function.
1030 (tpu-set-scroll-margins): Activate the pieces of advice.
1031
1032 2007-08-06 Michael Albinus <michael.albinus@gmx.de>
1033
1034 * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
1035 process-filter.
1036
1037 2007-08-06 Martin Rudalics <rudalics@gmx.at>
1038
1039 * help.el (resize-temp-buffer-window): Use window-full-width-p
1040 instead of comparing frame-width and window-width.
1041
1042 2007-08-05 Peter Povinec <ppovinec <at> yahoo.com> (tiny change)
1043
1044 * term.el: Honor term-default-fg-color and term-default-bg-color
1045 settings when modifying term-current-face.
1046 (term-default-fg-color, term-default-bg-color): Initialize from
1047 default term-current-face.
1048 (term-mode, term-reset-terminal): Set term-current-face with
1049 term-default-fg-color and term-default-bg-color.
1050 (term-handle-colors-array): term-current-face has term-default-fg-color
1051 and term-default-bg-color after reset escape sequence.
1052 (term-handle-colors-array): Set term-current-color with
1053 term-default-fg/bg-color instead of ansi-term-color-vector when the
1054 index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
1055
1056 2007-08-05 Michael Albinus <michael.albinus@gmx.de>
1057
1058 * files.el (set-auto-mode): Handle also remote files wrt
1059 `auto-mode-alist'.
1060
1061 * net/tramp.el (tramp-handle-file-remote-p): Return a string as
1062 remote identification.
1063
1064 2007-08-04 Glenn Morris <rgm@gnu.org>
1065
1066 * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
1067 zero, not nil, when the library is first loaded. Check for a file
1068 that has been modified on disk.
1069
1070 * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
1071 Remove duplicate defvar preventing initialization.
1072 (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
1073
1074 2007-08-03 Miles Bader <miles@gnu.org>
1075
1076 * vc-hooks.el (vc-handled-backends): Change capitalization of VC
1077 backend names for new backends to `Git', `Hg', and `Bzr'.
1078 * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
1079 not `HG'.
1080 * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
1081 name, not `GIT'.
1082 * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
1083 (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
1084
1085 2007-08-03 Glenn Morris <rgm@gnu.org>
1086
1087 * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
1088
1089 2007-08-02 Richard Stallman <rms@gnu.org>
1090
1091 * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
1092 to update deleted flag.
1093
1094 * cus-edit.el (customize-apropos, customize-apropos-options)
1095 (customize-apropos-faces, customize-apropos-groups): Improve prompt.
1096
1097 * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
1098
1099 * startup.el (fancy-splash-head, startup-echo-area-message):
1100 Change message text.
1101
1102 * emulation/tpu-edt.el (next-line-internal): Setting deleted.
1103 All callers use line-move.
1104
1105 * progmodes/compile.el (compilation-find-buffer): Return current
1106 buffer immediately if suitable.
1107 (compile, compilation-buffer-name, compilation-start): Doc fixes.
1108
1109 2007-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
1110
1111 * vc-bzr.el (vc-bzr-admin-dirstate): Rename from `...-dirname'.
1112 Make it more discriminating and more useful.
1113 (vc-bzr-root-dir): Use new name.
1114 (vc-bzr-registered): Use new name and look at the dirstate file to
1115 determine if it's registered or not without running `bzr'.
1116
1117 2007-08-01 Eric Hanchrow <offby1@blarg.net> (tiny change)
1118
1119 * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
1120
1121 2007-07-31 Drew Adams <drew.adams@oracle.com>
1122
1123 * cus-edit.el (custom-group-value-create, custom-goto-parent):
1124 Fix parent groups link.
1125
1126 2007-07-31 Daiki Ueno <ueno@unixuser.org>
1127
1128 * faces.el (face-normalize-spec): New function.
1129 (frame-set-background-mode): Normalize face-spec before calling
1130 face-spec-match-p.
1131
1132 2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
1133
1134 * vc-bzr.el: New file (copied from the trunk).
1135
1136 * vc-hooks.el (vc-handled-backends): Add BZR.
1137 (vc-find-file-hook): Failsafe if the backend's `registered'
1138 function burps.
1139
1140 * server.el (server-window): Add switch-to-buffer-other-frame option.
1141
1142 2007-07-30 Dan Nicolaescu <dann@ics.uci.edu>
1143
1144 * vc-git.el (vc-directory-exclusion-list, vc-handled-backends): Remove.
1145 (vc-git-revision-completion-table): Enable.
1146
1147 * vc-hooks.el (vc-handled-backends): Add GIT and HG.
1148
1149 * vc.el (vc-directory-exclusion-list): Add .git and .hg.
1150
1151 * vc-hg.el (vc-hg-revision-completion-table): Re-enable.
1152 (vc-hg-registered): Set the vc-state property.
1153
1154 * diff-mode.el (diff-mode-menu): New entries.
1155
1156 2007-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
1157
1158 * diff-mode.el (diff-beginning-of-file-and-junk): New function.
1159 (diff-file-kill): Use it.
1160 (diff-beginning-of-hunk): Add arg `try-harder' using it.
1161 (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
1162 Use it so they find the hunk even when we're in the file header.
1163
1164 * vc.el: Add new VC operation `revision-completion-table'.
1165 (vc-default-revision-completion-table): New function.
1166 (vc-version-diff, vc-version-other-window): Use it to provide
1167 completion of revision names if the backend provides it.
1168
1169 * vc-arch.el (vc-arch--version-completion-table)
1170 (vc-arch-revision-completion-table): New functions to provide
1171 completion of revision names.
1172
1173 * vc-cvs.el: Require CL.
1174 (vc-cvs-revision-table, vc-cvs-revision-completion-table):
1175 New functions to provide completion of revision names.
1176
1177 2007-07-29 Kimit Yada <kimitto@gmail.com> (tiny change)
1178
1179 * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
1180 (copyright-fix-years, copyright): Correctly handle the case where
1181 copyright-limit is nil.
1182
1183 2007-07-28 Konstantin Novitsky <knovitsk@Bear.com> (tiny change)
1184
1185 * progmodes/python.el (run-python): Fix path separator under w32.
1186
1187 2007-07-28 Dan Nicolaescu <dann@ics.uci.edu>
1188
1189 * vc-git.el: New File.
1190
1191 2007-07-28 Alan Mackenzie <acm@muc.de>
1192
1193 Fix problem with modes derived from CC Mode:
1194 * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
1195 macro to cc-langs.
1196 (c-init-language-vars-for): Remove call to above macro.
1197 * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
1198 been moved to here.
1199 (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
1200
1201 2007-07-28 Eli Zaretskii <eliz@gnu.org>
1202
1203 * net/trampver.el: Fix the `coding' cookie.
1204
1205 2007-07-25 Nick Roberts <nickrob@snap.net.nz>
1206
1207 * add-log.el (change-log-redate): Remove (not needed anymore and
1208 doesn't appear to work).
1209
1210 2007-07-25 Glenn Morris <rgm@gnu.org>
1211
1212 * Relicense all FSF files to GPLv3 or later.
1213
1214 * COPYING: Switch to GPLv3.
1215
1216 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
1217
1218 * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
1219 Replace it with another one which disables undo before calling
1220 erase-buffer and then turns it back on if needed.
1221
1222 2007-07-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1223
1224 * ps-print.el: Problem with foreground and background color when
1225 printing a buffer with and without faces. Reported by Christian
1226 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
1227 (ps-print-version): New version 6.7.5.
1228 (ps-default-fg): Change default value to nil, so black color is used
1229 when a face does not specify a foreground color.
1230 (ps-default-bg): Change default value to nil, so white color is used
1231 for background color.
1232 (ps-begin-job): Fix code.
1233
1234 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
1235
1236 * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
1237
1238 2007-07-24 Alan Mackenzie <acm@muc.de>
1239
1240 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
1241 Initialise byte-compile-unresolved-functions before rather than
1242 after a compilation.
1243 (byte-compile-unresolved-functions): Amplify doc string.
1244
1245 2007-07-24 Glenn Morris <rgm@gnu.org>
1246
1247 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
1248 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
1249 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
1250 (cal-tex-cursor-week, cal-tex-cursor-week2)
1251 (cal-tex-cursor-week-iso, cal-tex-week-hours)
1252 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
1253 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
1254 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
1255
1256 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
1257
1258 * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
1259
1260 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
1261
1262 * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
1263 underlying file is uptodate.
1264
1265 2007-07-23 Richard Stallman <rms@gnu.org>
1266
1267 * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
1268
1269 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
1270
1271 * progmodes/sh-script.el (sh-font-lock-backslash-quote)
1272 (sh-font-lock-flush-syntax-ppss-cache): New funs.
1273 (sh-font-lock-syntactic-keywords): Use them to distinguish the
1274 different possible cases for \'.
1275 (sh-font-lock-paren): Mark the relevant text with font-lock-multiline.
1276
1277 * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
1278 `file' from which to start the search and fix case where `file' is the
1279 current directory and the root as well.
1280
1281 * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
1282 name for buffer-file-name if it refers to a directory.
1283
1284 2007-07-22 Jason Rumney <jasonr@gnu.org>
1285
1286 * w32-fns.el (set-default-process-coding-system): Use dos line ends
1287 for input to cmdproxy on all versions of Windows.
1288 Use dos line ends for input to plink.
1289
1290 * comint.el (comint-simple-send): Concat newline before sending.
1291 (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
1292
1293 2007-07-22 Juri Linkov <juri@jurta.org>
1294
1295 * isearch.el (isearch-edit-string): Save old point and
1296 isearch-other-end to old-point and old-other-end before reading
1297 the search string from minibuffer. After exiting minibuffer set
1298 point to old-other-end if point and the search direction is the
1299 same as before reading the search string.
1300 (isearch-del-char): Don't set isearch-yank-flag to t. Put point
1301 to isearch-other-end. Instead of isearch-search-and-update call
1302 three functions isearch-search, isearch-push-state and isearch-update.
1303
1304 2007-07-22 Ralf Angeli <angeli@caeruleus.net>
1305
1306 * textmodes/reftex.el (reftex-access-parse-file): Do not risk
1307 destroying an existing buffer.
1308
1309 2007-07-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1310
1311 * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
1312
1313 * term/x-win.el (x-handle-no-bitmap-icon): New function.
1314
1315 2007-07-22 Ralf Angeli <angeli@caeruleus.net>
1316
1317 * textmodes/reftex.el (reftex-access-parse-file): Create parse
1318 file in a way that does not interfere with recentf.
1319
1320 2007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
1321
1322 * image-dired.el (image-dired-sane-db-file): New func.
1323 (image-dired-write-tags, image-dired-remove-tag)
1324 (image-dired-list-tags, image-dired-write-comments)
1325 (image-dired-get-comment, image-dired-mark-tagged-files)
1326 (image-dired-create-gallery-lists): Call new func.
1327 Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
1328
1329 2007-07-21 Dan Nicolaescu <dann@ics.uci.edu>
1330
1331 * vc-hg.el (vc-hg-diff): Use vc-hg-command.
1332 (vc-hg-dir-state): Fix loop.
1333 (vc-hg-print-log): Fix expected return value for vc-hg-command.
1334 (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
1335 (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
1336 (vc-hg-revert): Likewise.
1337 (vc-hg-revision-table, vc-hg-revision-completion-table): New functions.
1338
1339 2007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
1340
1341 * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
1342 case of alignment under a constant symbol, find and consider
1343 the sexp actually at indentation to be the "last sexp".
1344
1345 2007-07-20 Eli Zaretskii <eliz@gnu.org>
1346
1347 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
1348 (install): Use them to copy all *.el files before *.elc.
1349 (clean): Don't delete *~.
1350
1351 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
1352
1353 * vc-hg.el (vc-hg-workfile-unchanged-p): New function.
1354
1355 2007-07-19 Dan Nicolaescu <dann@ics.uci.edu>
1356
1357 * vc-hg.el (vc-hg-registered): Replace if with when.
1358 (vc-hg-state): Deal with nonexistent files.
1359
1360 2007-07-18 Juanma Barranquero <lekktu@gmail.com>
1361
1362 * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
1363 (follow-delete-other-windows-and-split, follow-recenter)
1364 (follow-windows-aligned-p, follow-point-visible-all-windows-p)
1365 (follow-redisplay, follow-estimate-first-window-start)
1366 (follow-xemacs-scrollbar-support, follow-intercept-process-output):
1367 Fix typos in docstrings.
1368
1369 2007-07-17 Thien-Thi Nguyen <ttn@gnuvola.org>
1370
1371 * bookmark.el (bookmark-show-all-annotations):
1372 Make sure each inserted annotation ends with newline.
1373
1374 (bookmark-maybe-sort-alist): Don't modify
1375 bookmark-alist. Instead, if not sorting, simply return it.
1376 (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
1377 for its return value, not for its side effect.
1378
1379 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
1380
1381 * vc.el: Add more info about the vc-registered function.
1382
1383 2007-07-16 David Kastrup <dak@gnu.org>
1384
1385 * emacs-lisp/advice.el (defadvice): Doc fix.
1386
1387 2007-07-16 Juanma Barranquero <lekktu@gmail.com>
1388
1389 * subr.el (when, unless): Doc fix.
1390
1391 2007-07-16 Dan Nicolaescu <dann@ics.uci.edu>
1392
1393 * vc-hg.el (vc-hg-state): Handle removed files.
1394 (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
1395 (vc-hg-checkout): Re-enable.
1396
1397 2007-07-15 Richard Stallman <rms@gnu.org>
1398
1399 * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
1400
1401 * tutorial.el (tutorial--find-changed-keys):
1402 Handle C-x specially like ESC.
1403
1404 2007-07-15 Roland McGrath <roland@frob.com>
1405
1406 * add-log.el (add-change-log-entry): Check add-log-full-name
1407 and add-log-mailing-address later, after change-log-mode-hook.
1408
1409 2007-07-15 Richard Stallman <rms@gnu.org>
1410
1411 * isearch.el (isearch-mode, isearch-done):
1412 Delete unintended code in previous change.
1413
1414 * ps-print.el (ps-default-bg): Change to White.
1415
1416 2007-07-15 Aaron Hawley <aaronh@garden.org>
1417
1418 * tar-mode.el (tar-get-descriptor): No error for zero-length file.
1419
1420 2007-07-15 Martin Rudalics <rudalics@gmx.at>
1421
1422 * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
1423 when handling the terminating event.
1424
1425 2007-07-15 Jeff Miller <jmiller@cablespeed.com> (tiny change)
1426
1427 * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
1428
1429 2007-07-13 Eli Zaretskii <eliz@gnu.org>
1430
1431 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
1432 (install): Use them to copy all *.el files before *.elc.
1433
1434 2007-07-13 Dan Nicolaescu <dann@ics.uci.edu>
1435
1436 * replace.el (match): Use yellow1 instead of yellow.
1437
1438 * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of red.
1439
1440 * pcvs-info.el (cvs-unknown): Likewise.
1441
1442 2007-07-12 Davis Herring <herring@lanl.gov>
1443
1444 * desktop.el (desktop-buffer-info, desktop-save):
1445 Use `desktop-dirname' instead of `dirname'.
1446
1447 2007-07-10 Jim Meyering <jim@meyering.net> (tiny change)
1448
1449 * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
1450
1451 * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
1452
1453 2007-07-10 Richard Stallman <rms@gnu.org>
1454
1455 * emacs-lisp/lisp-mode.el (eval-defun):
1456 Explain special handling of `defface'.
1457
1458 2007-07-09 Richard Stallman <rms@gnu.org>
1459
1460 * isearch.el (isearch-edit-string): Call to isearch-push-state
1461 after the search.
1462
1463 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
1464
1465 * cus-start.el (file-coding-system-alist): Fix custom type.
1466
1467 2007-07-08 Chong Yidong <cyd@stupidchicken.com>
1468
1469 * longlines.el (longlines-wrap-region): Avoid marking buffer as
1470 modified.
1471 (longlines-auto-wrap, longlines-window-change-function):
1472 Remove unnecessary calls to set-buffer-modified-p.
1473
1474 2007-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
1475
1476 * vc.el (vc-default-log-view-mode): New function.
1477 (vc-print-log): Add new `log-view-mode' VC operation.
1478
1479 2007-07-08 Nick Roberts <nickrob@snap.net.nz>
1480
1481 * pcvs-util.el (cvs-strings->string, cvs-string->strings):
1482 Rename and move to...
1483
1484 * subr.el (strings->string, string->strings): ...here.
1485
1486 * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
1487 (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
1488
1489 * progmodes/gud.el (gud-common-init): Call string->strings instead
1490 of split-string.
1491
1492 2007-07-07 Eli Zaretskii <eliz@gnu.org>
1493
1494 * term/w32-win.el (menu-bar-open): New function.
1495 Bind <f10> to it.
1496
1497 2007-07-07 Dan Nicolaescu <dann@ics.uci.edu>
1498
1499 * log-view.el (log-view-mode-menu): New menu.
1500
1501 2007-07-06 Dan Nicolaescu <dann@ics.uci.edu>
1502
1503 * vc-hg.el: New file.
1504
1505 2007-07-06 Andreas Schwab <schwab@suse.de>
1506
1507 * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
1508 dynamic bindings around the evaluation of the expression.
1509 Reported by Jay Belanger <jay.p.belanger@gmail.com>.
1510
1511 2007-07-03 Dan Nicolaescu <dann@ics.uci.edu>
1512
1513 * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
1514 file names.
1515
1516 2007-07-02 Martin Rudalics <rudalics@gmx.at>
1517
1518 * help-mode.el (help-make-xrefs): Skip spaces too when skipping tabs.
1519
1520 * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
1521 event is not a cons cell. Do not unread drag-mouse-1 events.
1522 Select right window in check whether space was stolen from
1523 window above.
1524
1525 2007-07-01 Richard Stallman <rms@gnu.org>
1526
1527 * files.el (find-file-visit-truename): Fix safe-local-variable value.
1528
1529 2007-06-29 Juanma Barranquero <lekktu@gmail.com>
1530
1531 * generic-x.el (generic-define-mswindows-modes)
1532 (generic-define-unix-modes, apache-log-generic-mode)
1533 (bat-generic-mode-keymap, java-manifest-generic-mode)
1534 (show-tabs-generic-mode): Fix typos in docstrings.
1535
1536 2007-06-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1537
1538 * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
1539 replace-regexp-in-string.
1540
1541 2007-06-28 Andreas Schwab <schwab@suse.de>
1542
1543 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
1544 $(lisp)/subdirs.el.
1545
1546 2007-06-28 Juanma Barranquero <lekktu@gmail.com>
1547
1548 * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
1549 the speedbar frame if nil; that deletes the current frame or
1550 causes an error if it is the only frame.
1551 Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
1552
1553 2007-06-24 Juanma Barranquero <lekktu@gmail.com>
1554
1555 * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
1556 directory where the desktop file was found, as the docstring says.
1557 (desktop-kill): Use `read-directory-name'.
1558
1559 * desktop.el (desktop-load-locked-desktop): New option.
1560 (desktop-read): Use it.
1561 (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
1562 Use `when'.
1563
1564 2007-06-24 Davis Herring <herring@lanl.gov>
1565
1566 * desktop.el (desktop-save-mode-off): New function.
1567 (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
1568 (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
1569 (desktop-claim-lock, desktop-release-lock): New functions.
1570 (desktop-kill): Tell `desktop-save' that this is the last save.
1571 Release the lock afterwards.
1572 (desktop-buffer-info): New function.
1573 (desktop-save): Use it. Run `desktop-save-hook' where the doc
1574 says to. Detect conflicts, and manage the lock.
1575 (desktop-read): Detect conflicts. Manage the lock.
1576
1577 2007-06-23 Eli Zaretskii <eliz@gnu.org>
1578
1579 * ls-lisp.el (insert-directory): If an invalid regexp error is
1580 thrown, try using FILE as a literal file name, not a wildcard.
1581 Check for FILE as an existing file, not just a directory.
1582
1583 2007-06-23 Juanma Barranquero <lekktu@gmail.com>
1584
1585 * ruler-mode.el (ruler-mode): Prevent clobbering the original
1586 `header-line-format' when reentering ruler mode.
1587
1588 2007-06-23 Eli Zaretskii <eliz@gnu.org>
1589
1590 * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
1591 FILE exists as a directory.
1592
1593 2007-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
1594
1595 * vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
1596 (vera-font-lock-match-item): Fix doc string.
1597 (vera-in-comment-p): Remove unused function.
1598 (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
1599 use `syntax-ppss'.
1600 (vera-forward-syntactic-ws): Fix argument order.
1601 (vera-prepare-search): Use `with-syntax-table'.
1602 (vera-indent-line): Fix doc string.
1603 (vera-electric-tab): Fix doc string.
1604 (vera-expand-abbrev): Define alias instead of using `fset'.
1605 (vera-comment-uncomment-region): Use `comment-start-skip'.
1606
1607 2007-06-20 Reto Zimmermann <reto@gnu.org>
1608
1609 * progmodes/vera-mode.el: New file.
1610
1611 2007-06-20 Juanma Barranquero <lekktu@gmail.com>
1612
1613 * ido.el (ido-find-file-in-dir): Don't signal an error for
1614 empty directories.
1615
1616 2007-06-18 Alan Mackenzie <acm@muc.de>
1617
1618 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
1619 When removing lines, also remove the \n. Correction of patch of
1620 2007-04-21.
1621
1622 2007-06-17 Glenn Morris <rgm@gnu.org>
1623
1624 * lpr.el (lpr-page-header-switches): Move %s to separate element
1625 for correct quoting. Doc fix.
1626
1627 2007-06-13 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
1628
1629 * term/xterm.el (terminal-init-xterm): Escape parens in character
1630 constants.
1631
1632 2007-06-12 Ralf Angeli <angeli@caeruleus.net>
1633
1634 * scroll-lock.el (scroll-lock-mode): Doc fix.
1635
1636 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
1637
1638 * font-lock.el (font-lock-add-keywords): In case font-lock was only
1639 half-activated, forcefully activate it completely.
1640
1641 2007-06-11 Richard Stallman <rms@gnu.org>
1642
1643 * cus-edit.el (custom-variable-type): Doc fix.
1644
1645 2007-06-09 Alfred M. Szmidt <ams@gnu.org> (tiny change)
1646
1647 * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
1648
1649 2007-06-09 Davis Herring <herring@lanl.gov>
1650
1651 * desktop.el (desktop-minor-mode-table): Doc fix.
1652
1653 2007-06-08 Chong Yidong <cyd@stupidchicken.com>
1654
1655 * image-mode.el (image-forward-hscroll, image-backward-hscroll)
1656 (image-next-line, image-previous-line, image-scroll-up)
1657 (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
1658 New functions.
1659 (image-mode-map): Remap motion commands.
1660 (image-mode-text-map): New keymap for viewing images as text.
1661 (image-mode): Use image-mode-map.
1662 (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
1663
1664 2007-06-07 Michael Albinus <michael.albinus@gmx.de>
1665
1666 Sync with Tramp 2.0.56.
1667
1668 * net/tramp.el:
1669 * net/tramp-ftp.el:
1670 * net/tramp-smb.el:
1671 * net/tramp-util.el:
1672 * net/tramp-vc.el:
1673 Don't load cl.el, because that pollutes the namespace. Replace cl
1674 macros by their implementations where necessary. Requested by
1675 Richard Stallman <rms@gnu.org>.
1676
1677 * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
1678 doesn't exist.
1679 (with-parsed-tramp-file-name): Protect debug spec during compilation.
1680 (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
1681 (tramp-file-name-p, tramp-file-name-multi-method)
1682 (tramp-file-name-method, tramp-file-name-user)
1683 (tramp-file-name-host, tramp-file-name-localname): New defuns,
1684 replacing defstruct `tramp-file-name'.
1685 (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
1686 (tramp-dissect-file-name, tramp-dissect-multi-file-name):
1687 Apply `vector' instead of `make-tramp-file-name'.
1688 (tramp-handle-make-auto-save-file-name):
1689 Apply `tramp-temporary-file-directory' for compatibility reasons.
1690 (tramp-completion-mode): Use `natnump' instead of `wholenump'
1691 because of XEmacs.
1692 (tramp-completion-mode): `last-input-event' is nil when XEmacs is
1693 started.
1694
1695 2007-06-07 David Kastrup <dak@gnu.org>
1696
1697 * dired.el (dired-recursive-deletes, dired-recursive-copies):
1698 Change default to `top'.
1699
1700 2007-06-07 Chong Yidong <cyd@stupidchicken.com>
1701
1702 * dired.el (dired-mode-map): Remove spurious separator.
1703
1704 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
1705
1706 * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
1707
1708 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
1709 * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
1710
1711 2007-06-07 Alfred M. Szmidt <ams@gnu.org> (tiny change)
1712
1713 * mail/rmailsum.el (rmail-summary-save-buffer): New command.
1714 (rmail-summary-mode-map): Add rmail-summary-save-buffer.
1715
1716 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
1717
1718 * progmodes/ebrowse.el (ebrowse-member-table):
1719 * textmodes/org.el (org-export-ascii-bullets): Fix typos in docstrings.
1720
1721 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
1722
1723 * pgg.el (pgg-sign-region, pgg-sign):
1724 * ses.el (ses-call-printer):
1725 * calendar/icalendar.el (icalendar--diarytime-to-isotime):
1726 * textmodes/org.el (org-cycle): Fix typos in docstrings.
1727
1728 2007-06-06 Eli Zaretskii <eliz@gnu.org>
1729
1730 * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
1731 (tar-get-descriptor): Handle type 55, an extended pax header.
1732
1733 2007-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
1734
1735 * textmodes/css-mode.el: New file.
1736
1737 2007-06-06 Michael Albinus <michael.albinus@gmx.de>
1738
1739 * net/socks.el: New file, taken from w3 repository.
1740 (top): Update Copyright. Don't load cl.el.
1741 (all): Replace `case' by `cond', `string-to-int' by
1742 `string-to-number', and `process-kill-without-query' by
1743 `set-process-query-on-exit-flag'.
1744 (socks-char-int): Remove defalias and all occurrences.
1745
1746 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
1747
1748 * international/mule-cmds.el (toggle-enable-multibyte-characters)
1749 (sort-coding-systems, search-unencodable-char): Doc fixes.
1750 (coding-system-change-eol-conversion, set-default-coding-systems)
1751 (prefer-coding-system, find-multibyte-characters, princ-list)
1752 (leim-list-entry-regexp, set-input-method, locale-language-names)
1753 (input-method-exit-on-first-char, exit-language-environment-hook)
1754 (locale-charset-language-names): Fix typos in docstrings.
1755
1756 2007-06-05 Juanma Barranquero <lekktu@gmail.com>
1757
1758 * bs.el (bs-cycle-previous): Don't modify the cycle list until
1759 `switch-to-buffer' has returned succesfully.
1760 (bs-cycle-next): Ditto. Also, don't bury the buffer when the
1761 window is dedicated (it could iconify the frame).
1762
1763 2007-06-05 Glenn Morris <rgm@gnu.org>
1764
1765 * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
1766
1767 2007-06-05 Chong Yidong <cyd@stupidchicken.com>
1768
1769 * files.el (auto-mode-alist): Add lower-priority match for names
1770 like ChangeLog.old.
1771
1772 2007-06-04 Andreas Schwab <schwab@suse.de>
1773
1774 * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
1775
1776 2007-06-04 Davis Herring <herring@lanl.gov>
1777
1778 * calendar/timeclock.el: Update version number.
1779 (timeclock-modeline-display): Mention timeclock-use-display-time
1780 in explanatory message.
1781 (timeclock-log): Suppress warnings when finding the log.
1782 Don't check for a nil project twice. Run hooks after killing the
1783 buffer (if applicable).
1784 (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
1785 was geometric). All uses changed.
1786 (timeclock-generate-report): Support prefix argument.
1787
1788 2007-06-04 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
1789
1790 * man.el (Man-next-section): Don't consider the last line of the
1791 page as being part of any section.
1792
1793 2007-06-04 Martin Rudalics <rudalics@gmx.at>
1794
1795 * hilit-chg.el (highlight-changes-rotate-faces): Don't set
1796 modified flag of buffer. Use `inhibit-modification-hooks'.
1797
1798 2007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
1799
1800 * mail/mail-extr.el (mail-extract-address-components):
1801 Recognize non-ASCII characters except for NBSP as words.
1802
1803 2007-06-04 Ryan Yeske <rcyeske@gmail.com>
1804
1805 * net/webjump.el (webjump-sample-sites): Add Wikipedia query.
1806
1807 2007-06-04 Michael Olson <mwolson@gnu.org>
1808
1809 * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
1810 died and we are trying to send a signal to it.
1811
1812 2007-06-04 Juanma Barranquero <lekktu@gmail.com>
1813
1814 * emacs-lisp/easy-mmode.el (define-minor-mode)
1815 (easy-mmode-define-navigation): Fix typos in docstrings.
1816
1817 * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
1818 Fix typos in docstrings.
1819 (compilation-search-path, compilation-buffer-name-function): Doc fixes.
1820 (compilation-finish-function): Fix typo in obsolescence declaration.
1821
1822 * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
1823
1824 2007-06-04 Chong Yidong <cyd@stupidchicken.com>
1825
1826 * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
1827 (magic-fallback-mode-alist): Add image-type-auto-detected-p.
1828
1829 * image.el (image-type-auto-detected-p): Don't scan auto-mode-alist.
1830
1831 * longlines.el (longlines-mode): Make longlines-auto-wrap
1832 buffer-local. Add hooks unconditionally.
1833 (longlines-auto-wrap): Toggle wrapping.
1834 (longlines-after-change-function)
1835 (longlines-post-command-function): Check longlines-auto-wrap.
1836
1837 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
1838
1839 * Version 22.1 released.
1840
1841 2007-06-01 Chong Yidong <cyd@stupidchicken.com>
1842
1843 * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
1844 changes.
1845
1846 2007-05-31 Richard Stallman <rms@gnu.org>
1847
1848 * dired.el (dired-do-delete, dired-do-flagged-delete): Doc fixes.
1849
1850 2007-05-29 Martin Rudalics <rudalics@gmx.at>
1851
1852 * textmodes/table.el (table--point-entered-cell-function)
1853 (table--point-left-cell-function):
1854 Bind `inhibit-point-motion-hooks' to t.
1855
1856 2007-05-29 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
1857
1858 * emacs-lisp/rx.el (rx): Doc fix.
1859
1860 2007-05-28 Chong Yidong <cyd@stupidchicken.com>
1861
1862 * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
1863
1864 2007-05-27 Tetsurou Okazaki <okazaki@be.to> (tiny change)
1865
1866 * log-edit.el (log-edit-changelog-paragraph): Return point-max
1867 as the end of the ChangeLog paragraph when it ends without a line
1868 termination.
1869
1870 2007-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
1871
1872 * textmodes/fill.el (canonically-space-region): Make the second arg
1873 a marker if it's not already the case.
1874
1875 * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
1876 (xterm-mouse-event): Use it.
1877
1878 2007-05-25 Miles Bader <miles@fencepost.gnu.org>
1879
1880 * vc-hooks.el (vc-find-root): Fix file attribute test.
1881
1882 2007-05-24 Richard Stallman <rms@gnu.org>
1883
1884 * textmodes/flyspell.el (flyspell-correct-word-before-point):
1885 Don't let opoint be nil.
1886 (flyspell-emacs-popup): Explicit error if no dialogs.
1887
1888 2007-05-23 Eli Zaretskii <eliz@gnu.org>
1889
1890 * tar-mode.el (tar-file-name-handler): New function.
1891 (tar-extract): Bind file-name-handler-alist to it to force
1892 find-buffer-file-type-coding-system behave as if the file being
1893 extracted existed. Use last-coding-system-used to force
1894 buffer-file-coding-system to what decode-coding-region actually
1895 used to decode the file.
1896
1897 2007-05-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
1898
1899 * progmodes/compile.el (compilation-handle-exit):
1900 `compilation-finish-function' may change the current buffer.
1901
1902 2007-05-22 Richard Stallman <rms@gnu.org>
1903
1904 * files.el (set-auto-mode): Doc fix.
1905
1906 2007-05-22 Eli Zaretskii <eliz@gnu.org>
1907
1908 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
1909
1910 2007-05-21 Trent Buck <trentbuck@gmail.com> (tiny change)
1911
1912 * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
1913 (rcirc-print): Handle `window-width'.
1914 (rcirc-buffer-maximum-lines): Doc fix.
1915
1916 2007-05-19 Kevin Ryde <user42@zip.com.au>
1917
1918 * info.el (Info-fontify-node): Match https also.
1919
1920 2007-05-18 Richard Stallman <rms@gnu.org>
1921
1922 * simple.el (push-mark): Doc fix.
1923
1924 2007-05-18 Rob Riepel <riepel@Stanford.EDU>
1925
1926 * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
1927 tpu-global-map.
1928 (tpu-original-global-map): Delete variable.
1929 (tpu-control-keys-map): New keymap variable.
1930 (tpu-set-control-keys): Use tpu-reset-control-keys rather than
1931 setting keymapping directly.
1932 (tpu-reset-control-keys): Use tpu-control-keys-map instead of
1933 tpu-global-map.
1934 (tpu-edt-on): Activate the tpu-global-map.
1935 (tpu-edt-off): Deactivate the tpu-global-map.
1936
1937 2007-05-18 Ryan Yeske <rcyeske@gmail.com>
1938
1939 * textmodes/ispell.el (ispell-get-word): Return markers
1940 for start and end positions.
1941 (ispell-word): Assume END is a marker.
1942
1943 2007-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1944
1945 * ps-print.el: Use default color when foreground or background color
1946 are unspecified. Reported by Leo <sdl.web@gmail.com>.
1947 (ps-print-version): New version 6.7.4.
1948 (ps-rgb-color): New argument. Use default color when color is
1949 unspecified.
1950 (ps-begin-job): Fix code.
1951
1952 2007-05-17 Martin Rudalics <rudalics@gmx.at>
1953
1954 * textmodes/ispell.el (ispell-start-process): Defend against bad
1955 default-directory.
1956
1957 2007-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
1958
1959 * vc-hooks.el (vc-find-root): Stop searching when the user changes.
1960
1961 2007-05-16 Richard Stallman <rms@gnu.org>
1962
1963 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
1964
1965 2007-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
1966
1967 * files.el (magic-mode-alist, magic-fallback-mode-alist):
1968 Move the *ml, Postscript, and XmCD entries to the fallback part.
1969
1970 * files.el (magic-fallback-mode-alist):
1971 Rename from file-start-mode-alist.
1972
1973 2007-05-16 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
1974
1975 * progmodes/compile.el (compilation-handle-exit): Quote first
1976 argument of `run-hook-with-args'.
1977
1978 2007-05-16 Juanma Barranquero <lekktu@gmail.com>
1979
1980 * buff-menu.el (Buffer-menu-sort-column):
1981 * dabbrev.el (dabbrev-upcase-means-case-search):
1982 * dired.el (dired-recursive-deletes, dired-recursive-copies):
1983 * info.el (Info-current-subfile):
1984 * ls-lisp.el (ls-lisp-verbosity):
1985 * msb.el (msb-menu-cond):
1986 * pcvs.el (cvs-dired-use-hook):
1987 * simple.el (set-mark-command-repeat-pop):
1988 * time.el (display-time-24hr-format, display-time-mail-file):
1989 Doc fixes.
1990
1991 * tutorial.el (get-lang-string, tutorial--find-changed-keys):
1992 * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
1993
1994 * view.el (view-inhibit-help-message): Fix typo in docstring.
1995 (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
1996
1997 2007-05-14 Eli Zaretskii <eliz@gnu.org>
1998
1999 * mail/rmail.el (rmail-convert-to-babyl-format):
2000 Check content-transfer-encoding _last_, because we need its position
2001 in base64-header-field-end.
2002
2003 2007-05-14 Juanma Barranquero <lekktu@gmail.com>
2004
2005 * files.el (mode-require-final-newline, require-final-newline)
2006 (enable-local-variables, enable-local-eval): Doc fixes.
2007
2008 2007-05-10 Edward O'Connor <hober0@gmail.com> (tiny change)
2009
2010 * progmodes/python.el (python-font-lock-keywords)
2011 (python-open-block-statement-p, python-mode): Add support for the new
2012 "with" keyword.
2013
2014 2007-05-10 Richard Stallman <rms@gnu.org>
2015
2016 * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
2017 (iso-cvt-write-only): Likewise.
2018
2019 * emacs-lisp/easy-mmode.el (define-minor-mode):
2020 Fix generated doc string.
2021
2022 * startup.el (fancy-splash-text): Add URL of guided tour.
2023 Adjust horizontal and vertical whitespace.
2024
2025 * progmodes/compile.el (compilation-handle-exit):
2026 Use run-hook-with-args to run compilation-finish-functions.
2027
2028 * files.el (file-start-mode-alist): New variable.
2029 (magic-mode-regexp-match-limit): Doc fix.
2030 (set-auto-mode): Handle file-start-mode-alist.
2031 A little cleanup of structure.
2032
2033 2007-05-10 Davis Herring <herring@lanl.gov>
2034
2035 * calendar/timeclock.el (timeclock-in): Fix non-interactive
2036 workday specifications.
2037 (timeclock-log): Don't kill the log buffer if it already existed.
2038
2039 2007-05-08 Richard Stallman <rms@gnu.org>
2040
2041 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
2042 Don't include non-self-insert commands in the exception for `-'.
2043
2044 2007-05-08 David Reitter <david.reitter@gmail.com>
2045
2046 * progmodes/python.el (python-guess-indent): Check non-nullness
2047 before comparing indent against the 2..8 interval.
2048
2049 2007-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2050
2051 * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
2052 available.
2053
2054 2007-05-06 Richard Stallman <rms@gnu.org>
2055
2056 * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
2057
2058 2007-05-03 Ryan Yeske <rcyeske@gmail.com>
2059
2060 * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
2061 disconnections.
2062
2063 2007-05-01 Romain Francoise <romain@orebokech.com>
2064
2065 * dired-x.el: Revert 2007-04-06 change.
2066
2067 2007-04-30 Nick Roberts <nickrob@snap.net.nz>
2068
2069 * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
2070 don't put stop on toolbar.
2071
2072 2007-04-29 Stephen Berman <Stephen.Berman@gmx.net>
2073
2074 * find-dired.el (find-dired-filter): Propertize all text down to eob.
2075
2076 2007-04-29 Richard Stallman <rms@gnu.org>
2077
2078 * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
2079
2080 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
2081
2082 * progmodes/cc-mode.el (c-before-change): Use point-min rather
2083 than 1.
2084
2085 2007-04-28 Richard Stallman <rms@gnu.org>
2086
2087 * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
2088
2089 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
2090
2091 * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
2092
2093 2007-04-28 Eli Zaretskii <eliz@gnu.org>
2094
2095 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
2096 instead of $(lisp)/mh-e.
2097
2098 * textmodes/fill.el (fill-paragraph): Doc fix.
2099
2100 2007-04-28 Glenn Morris <rgm@gnu.org>
2101
2102 * image-dired.el (image-dired-cmd-create-thumbnail-options)
2103 (image-dired-cmd-create-temp-image-options): Replace option
2104 +profile "*" with -strip.
2105
2106 2007-04-27 Chong Yidong <cyd@stupidchicken.com>
2107
2108 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
2109 Use window-start and window-end.
2110
2111 2007-04-26 Glenn Morris <rgm@gnu.org>
2112
2113 * progmodes/python.el: Restore file pending consideration of legal
2114 status.
2115
2116 2007-04-26 Luc Teirlinck <teirllm@dms.auburn.edu>
2117
2118 * locate.el (locate-in-alternate-database): Doc fix.
2119
2120 2007-04-26 Glenn Morris <rgm@gnu.org>
2121
2122 * button.el (button): Use underline if supported, else fall back
2123 to color.
2124
2125 2007-04-25 Richard Stallman <rms@gnu.org>
2126
2127 * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
2128
2129 2007-04-25 J.D. Smith <jdsmith@as.arizona.edu>
2130
2131 * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
2132 (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
2133 pushing mark.
2134 (idlwave-current-routine): Don't push mark.
2135
2136 2007-04-25 Mathias Dahl <mathias.dahl@gmail.com>
2137
2138 * image-dired.el (image-dired-display-image): Derive image-type from
2139 filename rather than assuming jpeg, in case no resizing was needed.
2140
2141 2007-04-25 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
2142
2143 * custom.el (defface): Doc fix.
2144
2145 2007-04-24 Chong Yidong <cyd@stupidchicken.com>
2146
2147 * progmodes/python.el: Remove due to unclear legal issues.
2148
2149 2007-04-24 J.D. Smith <jdsmith@as.arizona.edu>
2150
2151 * progmodes/idlw-shell.el (idlwave-shell-clear-all-bp):
2152 Don't re-query for each cleared BP.
2153 (idlwave-shell-clear-bp): Optionally skip BP query.
2154 (idlwave-shell-update-bp-overlays): Use set-window-margins instead
2155 of set-window-buffer, which incorrectly moves displayed region.
2156
2157 2007-04-23 Jay Belanger <jay.p.belanger@gmail.com>
2158
2159 * calc/calc.el (calc-bug-address): Update maintainer's address.
2160 * calc/*: Update maintainer's address.
2161
2162 2007-04-23 Richard Stallman <rms@gnu.org>
2163
2164 * simple.el (set-mark-command-repeat-pop): Doc fix.
2165 Put in `editing-basics' group.
2166
2167 2007-04-23 Chong Yidong <cyd@stupidchicken.com>
2168
2169 * info.el (Info-mouse-scroll-up, Info-mouse-scroll-down):
2170 New functions.
2171 (Info-mode-line-node-keymap): Bind mouse commands to
2172 Info-mouse-scroll-up/down instead of Info-scroll-up/down.
2173
2174 2007-04-23 Luc Teirlinck <teirllm@auburn.edu>
2175
2176 * locate.el (locate-local-prompt): New var.
2177 (locate-prompt-for-command): Doc fix.
2178 (locate-prompt-for-search-string): New function.
2179 (locate): New optional arg. Make locate-local-prompt
2180 buffer-local. Use locate-prompt-for-search-string.
2181 (locate-with-filter): New optional arg.
2182 Use locate-prompt-for-search-string.
2183 (locate-update): Bind locate-prompt-for-command.
2184
2185 2007-04-23 Glenn Morris <rgm@gnu.org>
2186
2187 * files.el (magic-mode-alist): `<!DOCTYPE HTML' in html-mode.
2188
2189 2007-04-23 Nick Roberts <nickrob@snap.net.nz>
2190
2191 * button.el (button): Inherit from link face on a tty.
2192
2193 2007-04-23 Glenn Morris <rgm@gnu.org>
2194
2195 * button.el (button): Use color for this face on a tty.
2196
2197 * files.el (magic-mode-alist): Allow for carriage-returns in
2198 html-mode and sgml-mode entries.
2199
2200 2007-04-22 Richard Stallman <rms@gnu.org>
2201
2202 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
2203 Improve doc string of generated command.
2204
2205 * subr.el (read-number): Catch errors.
2206
2207 * hi-lock.el (hi-lock-file-patterns-policy): Doc fix.
2208
2209 2007-04-22 Chong Yidong <cyd@stupidchicken.com>
2210
2211 * image-dired.el: Rename from thumbnails.el. All instances of
2212 "thumbnails" replaced with "image-dired".
2213
2214 * dired.el (dired-mode-map): Rename "thumbnails" again, to
2215 "image-dired".
2216
2217 2007-04-22 Kim F. Storm <storm@cua.dk>
2218
2219 * ido.el (ido-kill-buffer-at-head, ido-delete-file-at-head):
2220 Don't use kill-line.
2221
2222 2007-04-22 Nick Roberts <nickrob@snap.net.nz>
2223
2224 * t-mouse.el (t-mouse-make-event): Pass on mev's more informative
2225 error message.
2226
2227 2007-04-22 Chong Yidong <cyd@stupidchicken.com>
2228
2229 * dired.el: Rename "tumme" to "thumbnails".
2230
2231 * thumbnails.el: Rename from tumme.el. All instances of "tumme"
2232 replaced with "thumbnails".
2233
2234 2007-04-22 Glenn Morris <rgm@gnu.org>
2235
2236 * hi-lock.el (hi-lock-file-patterns-policy): Make it a defcustom,
2237 and give it the risky-local-variable property.
2238
2239 * textmodes/flyspell.el (flyspell-define-abbrev): Downcase abbrev
2240 before defining it.
2241
2242 2007-04-21 Martin Rudalics <rudalics@gmx.at>
2243
2244 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
2245 Use delete-region instead of kill-line.
2246
2247 2007-04-21 Alan Mackenzie <acm@muc.de>
2248
2249 * progmodes/cc-cmds.el (c-electric-slash): Replace wrong use of
2250 `kill-region' by `delete-region'.
2251
2252 2007-04-21 Chong Yidong <cyd@stupidchicken.com>
2253
2254 * progmodes/perl-mode.el (perl-indent-command): Use delete-region
2255 instead of kill-region.
2256
2257 * progmodes/mantemp.el (mantemp-make-mantemps-region)
2258 (mantemp-insert-cxx-syntax, mantemp-sort-and-unique-lines)
2259 (mantemp-remove-memfuncs): Use delete-region instead of kill-word
2260 and kill-line.
2261
2262 * progmodes/vhdl-mode.el (vhdl-template-type)
2263 (vhdl-template-record, vhdl-template-nature)
2264 (vhdl-template-configuration-spec, vhdl-template-component-inst)
2265 (vhdl-template-break, vhdl-regress-line, vhdl-electric-tab):
2266 Use delete-region instead of kill-word and kill-line.
2267
2268 2007-04-21 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
2269
2270 * dired-x.el (dired-virtual-mode): Doc fix.
2271
2272 2007-04-21 Richard Stallman <rms@gnu.org>
2273
2274 * font-lock.el (font-lock-keywords-alist): Mark as risky.
2275
2276 * subr.el (read-number): Doc fix.
2277
2278 * simple.el (pop-to-mark-command): Display message "mark popped"
2279 if point does not move.
2280 (set-mark-command): Doc fix.
2281
2282 2007-04-21 Luc Teirlinck <teirllm@auburn.edu>
2283
2284 * locate.el: Revert 2006-09-09 and 2007-04-20 changes.
2285 (locate-local-filter, locate-local-search): New vars.
2286 (locate): Make variables local.
2287 (locate-update): Bind locate-buffer-name. Call locate using
2288 locate-local-filter and locate-local-search.
2289
2290 2007-04-20 David Koppelman <koppel@ece.lsu.edu>
2291
2292 * hi-lock.el (hi-lock-file-patterns-policy): New var.
2293 (hi-lock-find-patterns): Use hi-lock-file-patterns-policy.
2294 (hi-lock-mode): Update docstring.
2295
2296 2007-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
2297
2298 * textmodes/fill.el (fill-move-to-break-point): Don't inhibit
2299 fill-nobreak-predicate when the break is past fill-column.
2300
2301 2007-04-20 Francesco Potort\e,Al\e(B <pot@gnu.org>
2302
2303 * locate.el (locate): Output from shell-command should go in the
2304 current buffer rather than *Shell Command Output*.
2305
2306 2007-04-20 Chong Yidong <cyd@stupidchicken.com>
2307
2308 * paren.el (show-paren-function): Fix last fix.
2309
2310 2007-04-19 Kevin Ryde <user42@zip.com.au>
2311
2312 * arc-mode.el (archive-find-type): lzh-exe for lzh self-extracting exe.
2313 (archive-lzh-summarize): Add optional start arg for where to start
2314 looking at the archive.
2315 (archive-lzh-exe-summarize, archive-lzh-exe-extract): New functions.
2316
2317 * international/mule.el (auto-coding-alist): no-conversion for .exe
2318 and .EXE.
2319
2320 2007-04-19 Alan Mackenzie <acm@muc.de>
2321
2322 * progmodes/cc-cmds.el (c-in-function-trailer-p): Fix this: when a
2323 function return type contains "struct", "union", etc.
2324 c-end-of-defun goes too far forward.
2325
2326 2007-04-19 Chong Yidong <cyd@stupidchicken.com>
2327
2328 * paren.el (show-paren-function): Reset window-start to avoid
2329 recentering.
2330
2331 2007-04-19 Glenn Morris <rgm@gnu.org>
2332
2333 * calendar/todo-mode.el: Fix typo: "threshhold" -> "threshold".
2334
2335 2007-04-18 Glenn Morris <rgm@gnu.org>
2336
2337 * calendar/diary-lib.el (diary-header-line-format): Add a custom
2338 :set function.
2339 (diary-list-entries): Only switch to diary-mode from
2340 default-major-mode (reverts 2007-03-21 change). Otherwise, if in
2341 diary-mode set header-line-format, in case of any customization.
2342
2343 2007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
2344
2345 * calendar/parse-time.el (parse-time-string-chars): Check if CHAR
2346 is less than the length of parse-time-syntax.
2347
2348 2007-04-17 David Kastrup <dak@gnu.org>
2349
2350 * replace.el (query-replace-regexp-eval): Deprecate.
2351
2352 2007-04-17 Alan Mackenzie <acm@muc.de>
2353
2354 * progmodes/cc-cmds.el (c-beginning-of-defun): With -ve arg and
2355 point too close to EOB, leave point at EOB rather than last `}'.
2356
2357 2007-04-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2358
2359 * textmodes/bibtex.el (bibtex-include-OPTkey)
2360 (bibtex-user-optional-fields, bibtex-entry-field-alist):
2361 Fix defcustom.
2362
2363 2007-04-17 Glenn Morris <rgm@gnu.org>
2364
2365 * calendar/cal-dst.el (calendar-dst-find-startend): If YEAR cannot
2366 be encoded, fall back to current year.
2367
2368 2007-04-14 Kevin Ryde <user42@zip.com.au>
2369
2370 * arc-mode.el (archive-lzh-summarize): Only apply the "downcase if
2371 all upcase" rule to OS-ID 0 "generic". Always downcase for OS-ID
2372 M "MSDOS".
2373
2374 2007-04-16 Chong Yidong <cyd@stupidchicken.com>
2375
2376 * progmodes/python.el (python-end-of-block): Avoid looping forever
2377 if python-next-statement fails.
2378
2379 2007-04-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2380
2381 * textmodes/bibtex.el (bibtex-entry-field-alist): Use defcustom.
2382
2383 2007-04-16 Dan Nicolaescu <dann@ics.uci.edu>
2384
2385 * progmodes/perl-mode.el (perl-indent-level): Mark as safe local var.
2386 * progmodes/cperl-mode.el (cperl-indent-level): Likewise.
2387
2388 2007-04-15 Jay Belanger <belanger@truman.edu>
2389
2390 * calc/calc.el (calc-version): New function.
2391 (calc-trail-mode): Shorten the title.
2392
2393 2007-04-15 Chong Yidong <cyd@stupidchicken.com>
2394
2395 * mail/footnote.el (footnote-style): Clarify docstring to state
2396 that customizing this only applies to future footnotes.
2397
2398 2007-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2399
2400 * textmodes/bibtex.el (bibtex-field-list): Use functionp.
2401 (bibtex-make-field): Check that INIT is a string. Use functionp.
2402
2403 2007-04-14 Glenn Morris <rgm@gnu.org>
2404
2405 * complete.el (PC-goto-end): New buffer-local variable.
2406 (PC-do-completion-end): Make buffer-local.
2407 (partial-completion-mode) <choose-completion-string-functions>:
2408 Do not go to the end of the minibuffer if PC-goto-end is non-nil.
2409 (PC-do-completion): New optional fourth argument GOTO-END. Add a
2410 doc string. Set PC-goto-end for choose-completion.
2411 (PC-lisp-complete-symbol): Pass non-nil GOTO-END arg to
2412 PC-do-completion.
2413
2414 * textmodes/bibtex.el (bibtex-insert-kill): Pass non-nil NODELIM
2415 arg to bibtex-make-field.
2416 (bibtex-make-field): Add optional fourth arg NODELIM.
2417 Insert delimiters around INIT unless this arg is non-nil.
2418
2419 2007-04-14 Nick Roberts <nickrob@snap.net.nz>
2420
2421 * tmm.el (tmm-get-keybind): Use copy-sequence to ensure that the
2422 global map isn't modified.
2423
2424 2007-04-14 Glenn Morris <rgm@gnu.org>
2425
2426 * calendar/appt.el (appt-disp-window): Do not split small windows.
2427 Suggested by Jeff Miller <jmiller@cablespeed.com>.
2428
2429 2007-04-13 Chong Yidong <cyd@stupidchicken.com>
2430
2431 * progmodes/compile.el (compilation-start): Revert 2007-03-25 change.
2432
2433 * files.el: Ditto.
2434
2435 2007-04-13 Juanma Barranquero <lekktu@gmail.com>
2436
2437 * cus-edit.el (minibuffer, auto-save): Fix typos in docstrings.
2438
2439 * term.el (term-buffer-maximum-size, term-exec, term-escape-char)
2440 (term-set-escape-char, term-termcap-format, term-get-old-input-default)
2441 (term-skip-prompt, term-send-string, term-send-region, term-pager-page)
2442 (term-pager-help): Fix typos in docstrings.
2443
2444 * wid-edit.el (widget-documentation): Fix typo in docstring.
2445
2446 * progmodes/ebnf2ps.el (ebnf-insert-style, ebnf-merge-style):
2447 Fix typos in error messages.
2448
2449 2007-04-13 Martin Rudalics <rudalics@gmx.at>
2450
2451 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't select
2452 window marked as dedicated.
2453
2454 * mail/footnote.el (footnote-latin-string): New variable.
2455 (footnote-latin-regexp): Redefine as regexp alternative.
2456 (Footnote-latin): Use footnote-latin-string instead of
2457 footnote-latin-regexp.
2458
2459 2007-04-13 Glenn Morris <rgm@gnu.org>
2460
2461 * tmm.el (tmm-get-keybind): Use car-safe to avoid errors with
2462 inherited keymaps.
2463
2464 2007-04-12 Chong Yidong <cyd@stupidchicken.com>
2465
2466 * outline.el (outline-get-next-sibling): Clarify docstring.
2467 (outline-get-last-sibling): Handle case where we are at the first
2468 heading. Clarify docstring.
2469
2470 2007-04-12 Nick Roberts <nickrob@snap.net.nz>
2471
2472 * progmodes/gud.el (gud-minor-mode-map): Make go button same
2473 length as stop button to lessen flicker.
2474 (jdb): Add gud-print.
2475 (gud-find-expr): Jdb prints the expression with the value, so
2476 don't insert it in the output.
2477
2478 2007-04-11 Jason Rumney <jasonr@gnu.org>
2479
2480 * dnd.el (dnd-get-local-file-name): Decode both upper and lower
2481 case hex. Do not try to decode non-hex letters.
2482
2483 2007-04-11 Markus Triska <markus.triska@gmx.at>
2484
2485 * emacs-lisp/byte-opt.el (byte-optimize-backward-char)
2486 (byte-optimize-backward-word): Remove (move to bytecomp.el).
2487 (byte-optimize-form-code-walker): Evaluate pure function calls if
2488 possible.
2489 (byte-optimize-all-constp): New function.
2490
2491 * emacs-lisp/bytecomp.el (byte-compile-char-before):
2492 Improve numeric argument case.
2493 (byte-compile-backward-char, byte-compile-backward-word):
2494 New functions, performing rewriting previously done in byte-opt.el.
2495 Fix their "Fixme" item (restriction to numeric arguments).
2496
2497 2007-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
2498
2499 * desktop.el (desktop-save, desktop-create-buffer): Replace mapcar
2500 with dolist.
2501 (after-init-hook): Don't quote lambda.
2502 (desktop-first-buffer): Don't wrap it in eval-when-compile.
2503 (desktop-internal-v2s): Remove unused var `el'.
2504 (desktop-buffer-major-mode, desktop-buffer-locals): Move out of
2505 desktop-restore-file-buffer.
2506 (desktop-buffer-ok-count, desktop-buffer-fail-count): Move out of
2507 desktop-create-buffer.
2508
2509 2007-04-10 Chong Yidong <cyd@stupidchicken.com>
2510
2511 * woman.el (woman-decode-buffer): Postpone macro-set check...
2512 (woman-decode-region): ...to here.
2513
2514 2007-04-10 Thien-Thi Nguyen <ttn@gnu.org>
2515
2516 * startup.el (tty-handle-args): Use %S to log ARGS.
2517
2518 2007-04-10 Glenn Morris <rgm@gnu.org>
2519
2520 * dframe.el (dframe-frame-mode): Do not set auto-show-mode, since
2521 it is obsolete and has no effect.
2522
2523 * dos-w32.el (default-buffer-file-type): Add defvar to quieten
2524 byte-compiler.
2525
2526 * progmodes/cperl-mode.el (cperl-mode): Remove unnecessary call to
2527 obsolete function make-local-hook.
2528
2529 * progmodes/dcl-mode.el (top-level): Move (require 'tempo) to
2530 start to quieten byte-compiler.
2531
2532 2007-04-10 Markus Triska <markus.triska@gmx.at>
2533
2534 * emacs-lisp/byte-opt.el (byte-optimize-char-before): Remove (move
2535 to bytecomp.el as byte-compile-char-before).
2536 * emacs-lisp/bytecomp.el (byte-compile-char-before):
2537 New function (modified replacement for byte-optimize-char-before in
2538 byte-opt.el).
2539
2540 2007-04-09 Alan Mackenzie <acm@muc.de>
2541
2542 * startup.el (inhibit-splash-screen): Emphatically state that it
2543 can't be set in site-start.el.
2544
2545 2007-04-09 Masatake YAMATO <jet@gyve.org>
2546
2547 * progmodes/cc-subword.el (c-capitalize-subword): More closely
2548 mimic the behavior of `capitalize-word'. Do not move point with a
2549 negative argument. Based on tiny change by Paul Curry.
2550
2551 2007-04-09 Paul Curry <dashteacup@gmail.com> (tiny change)
2552
2553 * progmodes/cc-subword.el (c-downcase-subword, c-upcase-subword):
2554 Don't move point if ARG is negative.
2555
2556 2007-04-09 Alan Mackenzie <acm@muc.de>
2557
2558 Changes to make `narrow-to-defun' and `mark-defun' work properly
2559 in CC Mode:
2560
2561 * progmodes/cc-defs.el (c-beginning-of-defun-1):
2562 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
2563 Bind beginning/end-of-defun-function to nil around calls to
2564 beginning/end-of-defun.
2565
2566 * progmodes/cc-langs.el (beginning-of-defun-function)
2567 (end-of-defun-function): New c-lang-setvar's.
2568
2569 * progmodes/cc-awk.el (c-awk-beginning-of-defun): Add "(or arg
2570 (setq arg 1))" to enable non-interactive call.
2571
2572 2007-04-09 Eli Zaretskii <eliz@gnu.org>
2573
2574 * simple.el (set-mark-command): Doc fix.
2575
2576 2007-04-09 Nick Roberts <nickrob@snap.net.nz>
2577
2578 * progmodes/gud.el (gdb): Restore existing session if user
2579 tries to start a second one in graphical mode.
2580
2581 2007-04-08 Martin Rudalics <rudalics@gmx.at>
2582
2583 * cus-start.el <scroll-preserve-screen-position>: Add choices.
2584
2585 2007-04-08 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
2586
2587 * term/xterm.el (terminal-init-xterm): Fix key definitions.
2588 Add binding for C-M-SPC.
2589
2590 2007-04-08 Richard Stallman <rms@gnu.org>
2591
2592 * pcomplete.el (pcomplete-read-event): One single definition,
2593 and not a defsubst.
2594
2595 2007-04-08 Chong Yidong <cyd@stupidchicken.com>
2596
2597 * progmodes/cc-cmds.el (c-end-of-defun): Tidy up, to eliminate
2598 byte-compiler warning "value unused".
2599
2600 2007-04-08 Andreas Schwab <schwab@suse.de>
2601
2602 * term/xterm.el (terminal-init-xterm): Add bindings for keypad keys.
2603
2604 2007-04-07 Glenn Morris <rgm@gnu.org>
2605
2606 * calendar/calendar.el (diary-font-lock-keywords, diary-live-p):
2607 Autoload these functions.
2608 (diary-date-forms): Add a custom :set form.
2609
2610 * calendar/diary-lib.el (diary-set-maybe-redraw): Move definition
2611 before first use.
2612 (diary-font-lock-keywords): New function with old code for
2613 initialization of variable of same name.
2614
2615 2007-04-07 David Hansen <david.hansen@gmx.net> (tiny change)
2616
2617 * progmodes/cc-cmds.el (c-electric-paren): Fix space-before-funcall
2618 clean-up: only insert space when on identifier, etc.
2619
2620 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
2621
2622 * progmodes/grep.el (grep-find-use-xargs): Rewrite docstring.
2623
2624 * net/tls.el (open-tls-stream): Properly handle case where there
2625 is no associated buffer.
2626
2627 2007-04-07 Glenn Morris <rgm@gnu.org>
2628
2629 * ffap.el (ffap-file-at-point): Lower the priority of the
2630 ffap-ftp-sans-slash-regexp check.
2631
2632 2007-04-06 Alan Mackenzie <acm@muc.de>
2633
2634 Fix fontification of labels, and other things with ":".
2635
2636 * progmodes/cc-engine.el (c-forward-label): The function now
2637 returns 'goto-target, 'qt-2kwds-colon, 'qt-1kwd-colon, as well as
2638 the former t.
2639
2640 * progmodes/cc-fonts.el (c-font-lock-declarations): Interpret the
2641 new return code from c-forward-label, fontifying tokens properly.
2642 Add some general comments throughout the file.
2643
2644 2007-04-06 Chong Yidong <cyd@stupidchicken.com>
2645
2646 * textmodes/flyspell.el (flyspell-duplicate, flyspell-incorrect):
2647 Revert 2006-01-27 change.
2648
2649 * diff-mode.el (diff-mode): Revert 2007-03-04 change.
2650
2651 * menu-bar.el (menu-bar-tools-menu): Revert 2003-07-25 change.
2652
2653 * desktop.el (desktop-create-buffer, desktop-save):
2654 Revert 2004-11-12 change for lack of copyright papers.
2655
2656 * dired-x.el (dired-guess-shell-case-fold-search): Delete var.
2657 (dired-guess-default): Respect case.
2658
2659 * isearch.el (isearch-forward): Revert 1998-08-26 doc change.
2660
2661 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Remove function;
2662 was originally checked in as byte-optimize-concat on 1997-11-02.
2663
2664 * mail/sendmail.el (mail-text, mail-mode): Revert extant pieces of
2665 1995-05-19 doc changes.
2666
2667 2007-04-06 Kim F. Storm <storm@cua.dk>
2668
2669 * loadhist.el (read-feature): Reimplement. New optional arg LOADED-P.
2670 (unload-feature): Update interactive spec accordingly.
2671
2672 * progmodes/grep.el (grep-program): Remove commentary about zgrep.
2673
2674 2007-04-06 John Paul Wallington <jpw@pobox.com>
2675
2676 * subr.el (with-case-table): Use `make-symbol' to avoid variable
2677 capture. Restore the table in the same buffer.
2678
2679 * font-lock.el (lisp-font-lock-keywords-2): Add `with-case-table'.
2680
2681 2007-04-05 Chong Yidong <cyd@stupidchicken.com>
2682
2683 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
2684 Print entire form.
2685
2686 2007-04-05 Nick Roberts <nickrob@snap.net.nz>
2687
2688 * progmodes/gdb-ui.el (breakpoint-disabled): Tweak face (again)
2689 for low-color displays.
2690
2691 2007-04-05 Glenn Morris <rgm@gnu.org>
2692
2693 * play/5x5.el, play/animate.el, play/dissociate.el, play/doctor.el,
2694 * play/gomoku.el, play/landmark.el, play/tetris.el, play/zone.el:
2695 Seed random number generator on loading.
2696
2697 * emacs-lisp/authors.el (top-level): Provide self.
2698
2699 * play/animate.el (top-level): Provide self.
2700
2701 2007-04-04 Alan Mackenzie <acm@muc.de>
2702
2703 * progmodes/cc-vars.el (c-special-indent-hook): Amend doc-string
2704 to mention c-syntactic-indentation.
2705
2706 2007-04-04 Chong Yidong <cyd@stupidchicken.com>
2707
2708 * subr.el (with-case-table): New macro.
2709
2710 * international/mule.el (ascii-case-table): New var.
2711
2712 * mail/smtpmail.el (smtpmail-via-smtp): Use ascii-case-table when
2713 downcasing.
2714
2715 2007-04-03 Nick Roberts <nickrob@snap.net.nz>
2716
2717 * progmodes/gud.el (gud-minor-mode-map): Simplify.
2718
2719 * t-mouse.el (t-mouse-make-event-element): Don't use the left edge
2720 of the window if we're outside it e.g menu-bar.
2721
2722 * xt-mouse.el (xterm-mouse-event): Don't use the left edge of the
2723 window if we're outside it e.g menu-bar.
2724
2725 2007-04-03 Eli Zaretskii <eliz@gnu.org>
2726
2727 * mail/rmail.el (rmail-convert-to-babyl-format): Don't try to
2728 decode base-64 encoded body if its content-type is something other
2729 than text/* or message/*.
2730
2731 2007-04-03 Juanma Barranquero <lekktu@gmail.com>
2732
2733 * simple.el (activate-mark-hook): Fix typo in docstring.
2734
2735 2007-04-03 Nick Roberts <nickrob@snap.net.nz>
2736
2737 * tmm.el (tmm-c-prompt): Initialize.
2738 (tmm-menubar): Deal with extended menu-items at top level.
2739 (tmm-get-keybind): Handle bindings redefined/undefined locally.
2740 (tmm-prompt): Handle visibility of top level menu-items.
2741
2742 * progmodes/gud.el (gud-menu-map): Simplify.
2743 (gud-minor-mode-map): Add tool-bar like bindings to the text mode
2744 menubar.
2745
2746 2007-04-02 Chong Yidong <cyd@stupidchicken.com>
2747
2748 * mail/smtpmail.el (smtpmail-via-smtp): Revert last change.
2749
2750 * comint.el (comint-send-input): Widen the buffer first.
2751
2752 * info.el (Info-fontify-maximum-menu-size): Revert to 100000.
2753
2754 2007-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
2755
2756 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Only obey
2757 emacs-lisp-docstring-fill-column in emacs-lisp-mode.
2758
2759 * newcomment.el (comment-search-forward): Discard comment starters
2760 before point.
2761
2762 2007-04-01 Guanpeng Xu <herberteuler@hotmail.com>
2763
2764 * mouse.el (mouse-set-secondary): Update mouse-secondary-overlay.
2765
2766 2007-04-01 Chong Yidong <cyd@stupidchicken.com>
2767
2768 * mail/smtpmail.el (smtpmail-via-smtp): Use standard case table
2769 when downcasing.
2770
2771 * button.el (previous-button): Rewrite to account for adjacent buttons.
2772
2773 2007-04-01 J.D. Smith <jdsmith@as.arizona.edu>
2774
2775 * progmodes/idlwave.el (idlwave-auto-fill):
2776 Revert paragraph-separate change.
2777
2778 * progmodes/idlw-shell.el (idlwave-shell-break-in):
2779 Simplify module calc.
2780 (idlwave-shell-set-bp-in-module): Compute module.
2781
2782 2007-03-31 Glenn Morris <rgm@gnu.org>
2783
2784 * emacs-lisp/timer.el (run-at-time): Doc fix.
2785
2786 * emacs-lisp/warnings.el (display-warning): If we create the
2787 buffer displaying the warning, disable undo there.
2788
2789 2007-03-31 Michael Albinus <michael.albinus@gmx.de>
2790
2791 * net/tramp.el (tramp-register-file-name-handler)
2792 (tramp-register-completion-file-name-handler): New defsubst,
2793 derived from `tramp-register-file-name-handlers'. The split is
2794 necessary because Tramp's file name handlers must be registered at
2795 different startup places.
2796
2797 2007-03-31 Chong Yidong <cyd@stupidchicken.com>
2798
2799 * progmodes/hideshow.el (turn-off-hideshow): New function.
2800 (hs-minor-mode): Use it instead of a lambda expression in
2801 change-major-mode-hook.
2802
2803 2007-03-31 David Kastrup <dak@gnu.org>
2804
2805 * woman.el (woman-Cyg-to-Win): Don't convert cons cells
2806 corresponding to MANPATH_MAP entries.
2807 (woman-man.conf-path, woman-parse-man.conf): Doc fix.
2808 (woman-parse-man.conf): Use more discriminating man.conf name.
2809 (woman-parse-man.conf): Parse MANPATH_MAP entries.
2810 (woman-manpath): Doc fix and type fix.
2811 (woman-cached-data): Check for MANPATH_MAP entries.
2812 (woman-expand-directory-path): Treat MANPATH_MAP entries.
2813
2814 2007-03-31 Stuart Herring <herring@lanl.gov>
2815
2816 * emacs-lisp/sregex.el (sregexq): Doc fix.
2817
2818 2007-03-31 Markus Triska <markus.triska@gmx.at>
2819
2820 * flymake.el (flymake-err-line-patterns): Doc fix.
2821
2822 2007-03-30 Reiner Steib <Reiner.Steib@gmx.de>
2823
2824 * info.el (info-tool-bar-map): Use "exit" for Info-exit.
2825 Move to the right.
2826
2827 2007-03-30 Alan Mackenzie <acm@muc.de>
2828
2829 * progmodes/cc-cmds.el (c-forward-to-nth-EOF-}): Fix EOB bug.
2830
2831 2007-03-30 Thien-Thi Nguyen <ttn@gnu.org>
2832
2833 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Take additional arg DLL.
2834 Use it, passed in explicitly, instead of from the dynamic binding.
2835 (ewoc-create, ewoc-enter-before): Update to use new call sequence.
2836
2837 2007-03-30 Juanma Barranquero <lekktu@gmail.com>
2838
2839 * simple.el (blink-matching-open): When in minibuffer, don't
2840 search for a match inside the prompt.
2841
2842 2007-03-30 Nick Roberts <nickrob@snap.net.nz>
2843
2844 * tmm.el (tmm-menubar): Select the right menu item with the mouse.
2845 (tmm-prompt): Don't make the mouse user select the first menu
2846 item twice.
2847
2848 2007-03-30 Chong Yidong <cyd@stupidchicken.com>
2849
2850 * eshell/esh-proc.el (eshell/kill): Tweak regexp to recognize
2851 SIGUSR1 and SIGUSR2.
2852
2853 2007-03-29 Kim F. Storm <storm@cua.dk>
2854
2855 * ido.el (ido-read-internal): When reading file or dir, only override
2856 minibuffer-local-filename-completion-map, otherwise only override
2857 minibuffer-local-completion-map.
2858
2859 2007-03-29 Glenn Morris <rgm@gnu.org>
2860
2861 * complete.el (partial-completion-mode): Set PC-do-completion-end
2862 to nil after use.
2863 (PC-lisp-complete-symbol): Create and use a marker at `end',
2864 rather than using point-marker.
2865
2866 2007-03-28 Chong Yidong <cyd@stupidchicken.com>
2867
2868 * simple.el (next-error-highlight): Doc fix.
2869 (compose-mail): Revert 2007-03-19 change.
2870
2871 2007-03-28 Richard Stallman <rms@gnu.org>
2872
2873 * emacs-lisp/edebug.el (edebug-display): Don't go to
2874 edebug-outside-buffer if it is dead.
2875
2876 2007-03-28 Juanma Barranquero <lekktu@gmail.com>
2877
2878 * view.el (view-mode): Fix typos in docstring.
2879
2880 2007-03-28 Stephen Berman <Stephen.Berman@gmx.net>
2881
2882 * recentf.el (recentf-save-file): Add a custom :set function.
2883
2884 2007-03-28 Glenn Morris <rgm@gnu.org>
2885
2886 * complete.el (PC-do-completion-end): New variable.
2887 (partial-completion-mode) <choose-completion-string-functions>:
2888 Use PC-do-completion-end in the non-minibuffer case to replace the
2889 correct amount of text.
2890 (PC-do-completion): Set PC-do-completion-end for c-c-s-f.
2891 (PC-lisp-complete-symbol): Give marker the after-insertion type,
2892 to deal with improvements inserted after point.
2893
2894 2007-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
2895
2896 * button.el (make-text-button): Add explicit `button' property.
2897 (default-button): Don't put a `button' property on it.
2898
2899 * progmodes/python.el (python-mode): Skip comments when parsing.
2900
2901 * vc-arch.el (vc-with-current-file-buffer): New macro.
2902 (vc-arch-file-source-p): Use it to avoid infloop.
2903
2904 2007-03-28 David Hansen <david.hansen@gmx.net> (tiny change)
2905
2906 * emacs-lisp/lisp.el (lisp-complete-symbol):
2907 Fix call to get-buffer-window to find windows in other frames.
2908
2909 2007-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
2910
2911 * comint.el (comint-proc-query, comint-dynamic-list-completions):
2912 Fix calls to get-buffer-window to find windows in other frames.
2913 Reported by David Hansen <david.hansen@gmx.net>.
2914
2915 2007-03-27 Kevin Ryde <user42@zip.com.au>
2916
2917 * info.el (Info-display-images-node): On a text-only terminal,
2918 show the "text" or "alt" parts of the image blobs.
2919
2920 2007-03-27 Glenn Morris <rgm@gnu.org>
2921
2922 * complete.el (PC-do-completion): Compute completion-base-size in
2923 the non-filename case, rather than setting to nil.
2924 (PC-lisp-complete-end): New variable.
2925 (PC-lisp-complete-symbol): Use PC-lisp-complete-end to store the
2926 original end in a series of consecutive invocations.
2927
2928 * calendar/calendar.el (calendar-mode-hook): Declare it.
2929
2930 * calendar/diary-lib.el (diary-live-p): Do not check for
2931 diary-selective-display.
2932
2933 2007-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
2934
2935 * replace.el (occur-next-error): *Occur* might not be displayed in the
2936 selected frame. Reported by David Hansen <david.hansen@gmx.net>.
2937
2938 2007-03-26 Richard Stallman <rms@gnu.org>
2939
2940 * textmodes/flyspell.el (flyspell-large-region):
2941 Use ispell-call-process-region.
2942
2943 2007-03-26 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
2944
2945 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
2946 Use prin1 instead of princ.
2947
2948 2007-03-25 Chong Yidong <cyd@stupidchicken.com>
2949
2950 * faces.el (face-set-after-frame-default): Revert 2007-03-10 change.
2951 Merge in X resources before global face.
2952
2953 * progmodes/compile.el (compilation-start): Save compilation-directory
2954 rather than default-directory as local var.
2955 (compilation-directory): Mark as safe local var.
2956
2957 * files.el: Don't mark default-directory as a safe local var.
2958
2959 2007-03-25 Alan Mackenzie <acm@muc.de>
2960
2961 * progmodes/cc-mode.el (c-before-change): Fix BOB bug.
2962 * progmodes/cc-engine.el: Fix typo.
2963
2964 2007-03-25 Juri Linkov <juri@jurta.org>
2965
2966 * compare-w.el (compare-windows): Rename customization group
2967 `compare-w' to `compare-windows'.
2968 (compare-windows-whitespace, compare-ignore-whitespace)
2969 (compare-ignore-case, compare-windows-sync)
2970 (compare-windows-sync-string-size, compare-windows-recenter)
2971 (compare-windows-highlight, compare-windows): Change group name in
2972 the `group' tag from `compare-w' to `compare-windows'.
2973 (compare-windows-sync): Add option `nil' for no sync. Doc fix.
2974
2975 2007-03-24 Markus Triska <markus.triska@gmx.at>
2976
2977 * expand.el: Change example to always enable abbrev-mode,
2978 and remove redundant `function'.
2979 (expand-abbrev-hook): Add autoload cookie.
2980
2981 2007-03-24 Ryan Yeske <rcyeske@gmail.com>
2982
2983 * emacs-lisp/testcover.el (testcover-start, testcover-end)
2984 (testcover-mark-all, testcover-unmark-all): Add prompts to
2985 interactive specs.
2986
2987 2007-03-24 Jason Rumney <jasonr@gnu.org>
2988
2989 * autorevert.el (find-file-hook, auto-revert-tail-mode):
2990 Use file size in bytes for auto-revert-tail-pos not characters.
2991
2992 2007-03-24 Thien-Thi Nguyen <ttn@gnu.org>
2993
2994 * vc-rcs.el (vc-rcs-annotate-command):
2995 Set text property :vc-annotate-prefix on the annotation text.
2996 (vc-rcs-annotate-time): Instead of searching for ": ",
2997 search for end of text propertized with :vc-annotate-prefix.
2998
2999 2007-03-24 Martin Rudalics <rudalics@gmx.at>
3000
3001 * whitespace.el (top level): Remove calls putting
3002 permanent-local nil property since these are no-ops.
3003
3004 * man.el (Man-support-local-filenames): Assure that
3005 default-directory exists when doing call-process.
3006
3007 2007-03-23 David Vazquez <xeos00@gmail.com> (tiny change)
3008
3009 * progmodes/m4-mode.el (m4-m4-buffer, m4-m4-region):
3010 Fix omission bug: Use m4-program-options to construct shell command.
3011
3012 2007-03-23 David Kastrup <dak@gnu.org>
3013
3014 * progmodes/cc-mode.el (c-make-emacs-variables-local):
3015 Use `mapcar' rather than `mapcan' to silence compiler warning.
3016
3017 2007-03-22 Ralf Angeli <angeli@caeruleus.net>
3018
3019 * textmodes/reftex.el, textmodes/reftex-vars.el,
3020 * textmodes/reftex-toc.el, textmodes/reftex-sel.el,
3021 * textmodes/reftex-ref.el, textmodes/reftex-parse.el,
3022 * textmodes/reftex-index.el, textmodes/reftex-global.el,
3023 * textmodes/reftex-dcr.el, textmodes/reftex-cite.el,
3024 * textmodes/reftex-auc.el: Add maintainer address.
3025
3026 2007-03-22 Carsten Dominik <dominik@science.uva.nl>
3027
3028 * textmodes/org.el (org-agenda-mode, org-table-edit-formulas):
3029 Make sure that `global-font-lock-mode' does not turn on font-lock
3030 in these buffers.
3031
3032 2007-03-21 Kim F. Storm <storm@cua.dk>
3033
3034 * xt-mouse.el (xt-mouse-epoch): New variable.
3035 (xterm-mouse-event): Use float-time.
3036
3037 2007-03-21 Nick Roberts <nickrob@snap.net.nz>
3038
3039 * xt-mouse.el (xterm-mouse-event): Compute a timestamp using
3040 current-time.
3041
3042 2007-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
3043
3044 * complete.el (read-file-name-internal): Don't add the final > if the
3045 completion is not finished (re-application of this patch, which was
3046 accidentally undone by Eli).
3047
3048 2007-03-21 Chong Yidong <cyd@stupidchicken.com>
3049
3050 * emulation/viper.el (viper-non-hook-settings): Handle mouse
3051 clicks in describe-key and describe-key-briefly advice a little better.
3052
3053 2007-03-21 Juanma Barranquero <lekktu@gmail.com>
3054
3055 * server.el (server-process-filter): Cancel any pending isearch.
3056
3057 2007-03-21 Ulf Jasper <ulf.jasper@web.de>
3058
3059 * calendar/icalendar.el (icalendar-version): Increase to 0.15.
3060 (icalendar--get-unfolded-buffer): Define actual arguments rather
3061 than just using &rest. Check replace-in-string is fbound.
3062 (icalendar-import-buffer): Doc fix.
3063 (icalendar--convert-ical-to-diary): Set diary-file.
3064 Check diary-file before inserting final newline.
3065 (icalendar--add-diary-entry): Return diary-file.
3066
3067 2007-03-21 Glenn Morris <rgm@gnu.org>
3068
3069 * calendar/calendar.el (diary-set-maybe-redraw): Autoload it.
3070 (diary-display-hook): Add custom :set function.
3071
3072 * calendar/diary-lib.el (diary-header-line-flag): Doc fix.
3073 Add custom :set function.
3074 (diary-header-line-format): Doc fix.
3075 (diary-set-maybe-redraw): New function.
3076 (number-of-diary-entries): Change :set to use diary-set-maybe-redraw.
3077 (diary-list-entries): Always run diary-mode.
3078
3079 2007-03-20 Kenichi Handa <handa@m17n.org>
3080
3081 * international/quail.el (quail-setup-completion-buf): Make the
3082 completion buffer read-only.
3083 (quail-completion): Adjusted for the above change. Leave the
3084 modified flag nil.
3085
3086 2007-03-20 David Kastrup <dak@gnu.org>
3087
3088 * files.el (magic-mode-alist): Require literal "%!PS" string for
3089 magic postscript file detection.
3090
3091 2007-03-20 Richard Stallman <rms@gnu.org>
3092
3093 * textmodes/ispell.el (ispell-call-process): New function.
3094 Defends against bad `default-directory.'
3095 (ispell-check-version, ispell-find-aspell-dictionaries)
3096 (ispell-get-aspell-config-value, lookup-words): Call it.
3097 (ispell-call-process-region): New function.
3098 (ispell-send-string): Call it.
3099
3100 2007-03-20 Andreas Schwab <schwab@suse.de>
3101
3102 * Makefile.in (custom-deps): Depend on $(lisp)/subdirs.el.
3103 (finder-data): Likewise.
3104 (autoloads): Likewise.
3105
3106 2007-03-20 Martin Rudalics <rudalics@gmx.at>
3107
3108 * files.el (basic-save-buffer): Do not set visited filename when
3109 the corresponding directory does not exist or the specified
3110 filename is that of an existing directory.
3111
3112 2007-03-20 Glenn Morris <rgm@gnu.org>
3113
3114 * calendar/diary-lib.el (diary-live-p): New function.
3115 (number-of-diary-entries): Add a :set function to redisplay diary
3116 when necessary.
3117
3118 2007-03-19 Nick Roberts <nickrob@snap.net.nz>
3119
3120 * t-mouse.el (t-mouse-make-event-element): Use timestamp output
3121 from client program, mev, to compute mouse event.
3122
3123 2007-03-19 Chong Yidong <cyd@stupidchicken.com>
3124
3125 * faces.el (momentary): Face removed; unused due to reversion of
3126 2007-01-04 changes by Kevin Rodgers.
3127
3128 * mouse.el (mouse-drag-track): Remove spurious input-pending-p test.
3129 Suggested by Johan Bockg\e,Ae\e(Brd.
3130
3131 2007-03-19 Martin Rudalics <rudalics@gmx.at>
3132
3133 * font-lock.el (lisp-font-lock-keywords-1):
3134 Highlight define-globalized-minor-mode as a keyword.
3135
3136 2007-03-19 Kim F. Storm <storm@cua.dk>
3137
3138 * calc/calc-forms.el (math-std-daylight-savings)
3139 (math-std-daylight-savings-old): Doc fix.
3140
3141 2007-03-19 Juanma Barranquero <lekktu@gmail.com>
3142
3143 * progmodes/python.el (python-default-template): Doc fix.
3144 (python-buffer): Fix typo in docstring.
3145
3146 * isearchb.el (isearchb-follow-char):
3147 * subr.el (def-edebug-spec): Fix typo in docstring.
3148
3149 2007-03-19 Richard Stallman <rms@gnu.org>
3150
3151 * files.el (default-directory): Mark safe.
3152 (basic-save-buffer-2): Put proper dir name in error message.
3153
3154 * simple.el (compose-mail): Run switch-function after
3155 setting up the mail buffer.
3156
3157 * startup.el (inhibit-splash-screen, initial-major-mode): Doc fixes.
3158
3159 2007-03-18 Jay Belanger <belanger@truman.edu>
3160
3161 * calc/calc-forms.el (math-parse-date): Fix a regular expression.
3162 (math-std-daylight-savings-new): Rename from
3163 `math-std-daylight-savings'.
3164 (math-std-daylight-savings-old): Rename from old value of
3165 `math-std-daylight-savings'.
3166 (math-std-daylight-savings): Use `math-std-daylight-savings-new' or
3167 `math-std-daylight-savings-old' depending on the year.
3168
3169 2007-03-18 Detlev Zundel <dzu@gnu.org>
3170
3171 * emacs-lisp/re-builder.el (reb-update-overlays): Do not mark
3172 zero-width regexps as invalid but rather at least count them correctly.
3173
3174 2007-03-18 Thien-Thi Nguyen <ttn@gnu.org>
3175
3176 * net/tls.el (open-tls-stream): In handshake-waiting loop,
3177 don't wait more if there is output available to process.
3178
3179 2007-03-18 Nick Roberts <nickrob@snap.net.nz>
3180
3181 * progmodes/compile.el (compilation-find-file): Revert change
3182 from 2006-07-18 to allow completion of directory names.
3183 Reported by John Carter <john.carter@tait.co.nz>.
3184
3185 2007-03-18 Kim F. Storm <storm@cua.dk>
3186
3187 * subr.el (when, unless): Doc fix.
3188
3189 2007-03-17 Thien-Thi Nguyen <ttn@gnu.org>
3190
3191 * net/tls.el (tls-program): Doc fix.
3192
3193 2007-03-17 Denis Bueno <dbueno@gmail.com> (tiny change)
3194
3195 * autorevert.el (auto-revert-tail-handler):
3196 Call after-revert-hook.
3197
3198 2007-03-17 Ryan Yeske <rcyeske@gmail.com>
3199
3200 * simple.el (switch-to-completions): No error if search for \n\n fails.
3201
3202 2007-03-17 Chong Yidong <cyd@stupidchicken.com>
3203
3204 * simple.el (line-move-1):
3205 Respect `inhibit-line-move-field-capture' property.
3206
3207 2007-03-13 Chong Yidong <cyd@stupidchicken.com>
3208
3209 * comint.el (comint-arguments): Mark backslash-escaped chars.
3210 (comint-delim-arg): Don't treat them as delimiters.
3211
3212 2007-03-12 Kim F. Storm <storm@cua.dk>
3213 * ido.el (ido-init-completion-maps): Remap delete-backward-char.
3214
3215 2007-03-12 Lawrence Mitchell <wence@gmx.li> (tiny change)
3216
3217 * tempo.el (tempo-insert): Deal with 'r> if it appears
3218 specified with a prompt argument.
3219
3220 2007-03-12 Carsten Dominik <dominik@science.uva.nl>
3221
3222 * textmodes/org.el (org-set-font-lock-defaults):
3223 Handle narrow table columns correctly.
3224
3225 2007-03-12 Mark A. Hershberger <mah@everybody.org>
3226
3227 * xml.el (xml-parse-tag, xml-parse-string, xml-parse-attlist)
3228 (xml-parse-dtd, xml-parse-elem-type, xml-substitute-special):
3229 Return to use of the -no-properties variants. There was
3230 consensus on emacs-devel that the speed of these variants was
3231 prefered since we are usually parsing files (from the internet
3232 or on disk) instead of XML created in Emacs.
3233
3234 * eshell/esh-mode.el (eshell-handle-ansi-color): New function.
3235 Add customize option.
3236
3237 2007-03-12 Glenn Morris <rgm@gnu.org>
3238
3239 * calc/calc-forms.el (math-std-daylight-savings): Switch to new
3240 North American rule. Replace "daylight savings" with "daylight
3241 saving" in doc.
3242
3243 * calendar/cal-china.el, cal-dst.el, calendar.el, diary-lib.el:
3244 * calendar/lunar.el, solar.el: Replace "daylight savings" with
3245 "daylight saving" in text.
3246
3247 * woman.el (woman-change-fonts): Tweak previous change by using
3248 woman-request-regexp rather than "^\\.".
3249
3250 * startup.el (command-line-1): Make insertion of
3251 initial-scratch-message not depend on scratch being selected.
3252
3253 2007-03-11 Juri Linkov <juri@jurta.org>
3254
3255 * replace.el (match): Use yellow background on light-bg terminals.
3256
3257 2007-03-11 Richard Stallman <rms@gnu.org>
3258
3259 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
3260 Correctly compute line number.
3261
3262 2007-03-11 Guanpeng Xu <herberteuler@hotmail.com>
3263
3264 * type-break.el (type-break-get-previous-count):
3265 Repeat previous change here.
3266
3267 2007-03-11 Dan Nicolaescu <dann@ics.uci.edu>
3268
3269 * progmodes/grep.el (grep-find-ignored-directories):
3270 Add .git and .bzr to list.
3271
3272 2007-03-11 Andreas Schwab <schwab@suse.de>
3273
3274 * diff-mode.el (diff-apply-hunk): Use proper format string for error.
3275
3276 2007-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
3277
3278 * mail/emacsbug.el (report-emacs-bug): Don't hard code the "X" name.
3279
3280 2007-03-10 Chong Yidong <cyd@stupidchicken.com>
3281
3282 * faces.el (face-set-after-frame-default): Recalculate face
3283 customizations after applying X resources.
3284
3285 2007-03-10 Ryan Yeske <rcyeske@gmail.com>
3286
3287 * net/rcirc.el (rcirc-timeout-seconds): New variable.
3288 (rcirc-keepalive-seconds): Remove variable.
3289 (rcirc-server-name, rcirc-timeout-timer, rcirc-connecting)
3290 (rcirc-process, rcirc-user-disconnect): New variables.
3291 (rcirc-connect): Initalize new variables.
3292 (rcirc-keepalive): Don't send keepalive pings before connection
3293 is completed.
3294 (rcirc-sentinel): Do mark all channels with activity when
3295 connection is dropped. Run hook with process buffer local.
3296 (rcirc-reschedule-timeout, rcirc-delete-process): New functions.
3297 (rcirc-buffer-process): Return value of rcirc-process if
3298 rcirc-server-buffer is nil.
3299 (rcirc-server-name): Return the reported server name.
3300 (rcirc-update-prompt): Simplify computation of the server name.
3301 (rcirc-format-response-string): Likewise.
3302 (rcirc-handler-001): Mark server as connected, record the reported
3303 server name, and schedule a timeout.
3304 (rcirc-track-nick): Add a spec for the tty class.
3305 (rcirc-user-non-nick): Remove function.
3306 (rcirc-nick-prefix-chars): Add variable.
3307 (rcirc-user-nick): Use above variable.
3308
3309 2007-03-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
3310
3311 * icomplete.el (icomplete-tidy, icomplete-exhibit):
3312 Bind deactivate-mark to nil.
3313
3314 2007-03-10 Martin Rudalics <rudalics@gmx.at>
3315
3316 * complete.el (PC-do-completion): Bind dirlength to nil to avoid
3317 that buffer contents get erased during completion.
3318
3319 2007-03-10 Glenn Morris <rgm@gnu.org>
3320
3321 * woman.el (woman-change-fonts): Add a hack to deal with
3322 font-escape followed by "." at start of a line.
3323 (woman2-IP): Add a hack to deal with consecutive requests.
3324 (woman2-tagged-paragraph): Extend existing hack to handle "sp".
3325
3326 2007-03-10 Alan Mackenzie <acm@muc.de>
3327
3328 * progmodes/cc-mode.el (c-before-change): Wrap in save-match-data.
3329
3330 2007-03-09 Richard Stallman <rms@gnu.org>
3331
3332 * abbrev.el (abbrev): Add `provide'.
3333
3334 2007-03-09 Thien-Thi Nguyen <ttn@gnu.org>
3335
3336 * net/ange-ftp.el (ange-ftp-try-passive-mode): Doc fix.
3337
3338 2007-03-09 Martin Rudalics <rudalics@gmx.at>
3339
3340 * complete.el (PC-try-completion): New function.
3341 (PC-do-completion, read-file-name-internal): Use it instead of
3342 try-completion.
3343
3344 2007-03-08 Alan Mackenzie <acm@muc.de>
3345
3346 Remove stale tokens from `c-found-types' cache.
3347
3348 * progmodes/cc-mode.el (c-unfind-enclosing-token)
3349 (c-unfind-coalesced-tokens, c-before-change): New functions.
3350 (c-maybe-stale-found-type): New variable.
3351
3352 * progmodes/cc-engine.el (c-partial-ws-p, c-unfind-type)
3353 (c-trim-found-types): New functions.
3354
3355 2007-03-08 Stefan Monnier <monnier@iro.umontreal.ca>
3356
3357 * smerge-mode.el (smerge-remove-props): Don't mark the buffer modified.
3358 (debug-ignored-errors): Add entry from smerge-match-conflict.
3359
3360 2007-03-08 J.D. Smith <jdsmith@as.arizona.edu>
3361
3362 * progmodes/idlw-help.el (idlwave-do-context-help1): Don't visit
3363 special help topics for keywords.
3364 (idlwave-help-assistant-command): Include ".exe" for ms-dos
3365 etc. Assistant command.
3366
3367 2007-03-08 Chong Yidong <cyd@stupidchicken.com>
3368
3369 * replace.el (occur-engine): Move buffer-undo-list binding...
3370 (occur-1): ...to here.
3371
3372 * complete.el (PC-bindings): Rebind M-TAB in read-expression-map.
3373
3374 * simple.el (minibuffer-completing-symbol): New var.
3375 (eval-expression): Use it.
3376 (completion-setup-function): Don't bind completion-base-size when
3377 completing a symbol in the minibuffer.
3378
3379 2007-03-08 Nick Roberts <nickrob@snap.net.nz>
3380
3381 * progmodes/gud.el (gdb): Pop up current GUD buffer if user
3382 tries to start a second session in graphical mode.
3383
3384 2007-03-07 Miles Bader <miles@gnu.org>
3385
3386 * international/isearch-x.el
3387 (isearch-process-search-multibyte-characters):
3388 Strip text-properties from PROMPT to avoid an error from read-string.
3389
3390 2007-03-07 Kim F. Storm <storm@cua.dk>
3391
3392 * complete.el (PC-bindings): Remap lisp-complete-symbol to
3393 PC-lisp-complete-symbol instead of binding M-TAB in global-map.
3394
3395 2007-03-07 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
3396
3397 * complete.el (PC-do-completion): Delete duplicates in the list of
3398 possible completions.
3399
3400 2007-03-07 Glenn Morris <rgm@gnu.org>
3401
3402 * ses.el (ses-mode): Doc fix.
3403
3404 2007-03-06 Kim F. Storm <storm@cua.dk>
3405
3406 * isearch.el (isearch-message-prefix): Undo 2007-03-01 change.
3407
3408 2007-03-06 Kenichi Handa <handa@m17n.org>
3409
3410 * term/x-win.el (x-select-utf8-or-ctext): Improve the strategy.
3411
3412 2007-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
3413
3414 * simple.el (completion-setup-function): Improve last fix so it doesn't
3415 set it to a relative directory name either.
3416
3417 2007-03-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3418
3419 * ps-print.el: Replace some (defvar VAR) by (defvar VAR nil).
3420
3421 2007-03-05 Richard Stallman <rms@gnu.org>
3422
3423 * emacs-lisp/re-builder.el (reb-re-syntax): Fix custom type.
3424
3425 * files.el (find-file-noselect): No error if file no longer exists.
3426 Display a message and avoid other questions.
3427
3428 2007-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
3429
3430 * pcomplete.el (pcomplete-show-completions): Improve last change, so
3431 as not to use an invisible window and to create a window if none exist.
3432
3433 * progmodes/python.el (python-send-command): Restart proc if necessary.
3434 (python-proc): Simplify.
3435
3436 2007-03-05 David Hansen <david.hansen@gmx.net> (tiny change)
3437
3438 * pcomplete.el (pcomplete-show-completions): Search all frames for
3439 completions buffer.
3440
3441 2007-03-05 Chong Yidong <cyd@stupidchicken.com>
3442
3443 * cus-edit.el (customize-save-variable): Clear customized-value
3444 property (saved values are now put in theme-value property).
3445 (customize-set-variable): Doc fix.
3446
3447 * complete.el (PC-do-completion): If completion-ignore-case is
3448 non-nil, replace field with completion string before exiting.
3449
3450 2007-03-05 Michael Albinus <michael.albinus@gmx.de>
3451
3452 * net/tramp.el (tramp-make-temp-file): New parameter FILENAME.
3453 Append its extension to the resulting temporary file name.
3454 (tramp-handle-file-local-copy, tramp-handle-write-region): Apply it.
3455
3456 * net/tramp-smb.el (tramp-smb-handle-file-local-copy)
3457 (tramp-smb-handle-write-region): Apply it.
3458
3459 2007-03-05 Alin C. Soare <alinsoar@voila.fr> (tiny change)
3460
3461 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
3462 Redo previous change.
3463
3464 2007-03-04 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
3465
3466 * diff-mode.el (diff-mode): Doc fix.
3467
3468 2007-03-05 Kenichi Handa <handa@m17n.org>
3469
3470 * international/characters.el: Set category `l' (latin)
3471 for more characters.
3472
3473 2007-03-04 Kim F. Storm <storm@cua.dk>
3474
3475 * emacs-lisp/authors.el (authors-aliases): Add alias.
3476
3477 2007-03-04 Glenn Morris <rgm@gnu.org>
3478
3479 * progmodes/hideshow.el (hs-minor-mode): Turn mode off and show
3480 all when switching major mode.
3481 (hs-minor-mode, hs-c-start-regexp, hs-block-start-regexp)
3482 (hs-block-start-mdata-select, hs-block-end-regexp)
3483 (hs-forward-sexp-func, hs-adjust-block-beginning):
3484 Do not make these variables permanent-local.
3485
3486 2007-03-04 Richard Stallman <rms@gnu.org>
3487
3488 * progmodes/cperl-mode.el (cperl-mode):
3489 Modify cperl-compilation-error-regexp-alist by appending.
3490
3491 * emacs-lisp/edebug.el (edebug-kill-buffer): New function.
3492 (edebug-mode): Add the hook.
3493 (edebug-recursive-edit): Remove the hook on exiting.
3494
3495 * type-break.el (type-break-get-previous-time):
3496 Handle end-of-file errors specially
3497 so they don't get reported wrong in .emacs.
3498
3499 * startup.el (fancy-splash-text): Clarify text.
3500
3501 * simple.el (beginning-of-buffer, end-of-buffer):
3502 Avoid treating plain C-u like numeric arg.
3503
3504 * simple.el (completion-setup-function): Don't set
3505 default-directory to nil.
3506
3507 * shell.el (shell-dirstack-query): Doc fix.
3508
3509 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
3510 Don't select the window -- pass it to primitives instead.
3511
3512 * faces.el (minibuffer-prompt): Use medium blue by default.
3513
3514 2007-03-04 David Kastrup <dak@gnu.org>
3515
3516 * jit-lock.el (jit-lock-stealth-time): Change default to nil.
3517 Preserve 16 as default value for "seconds" when customizing.
3518
3519 2007-03-04 Carsten Dominik <dominik@science.uva.nl>
3520
3521 * textmodes/org.el (org-self-insert-command)
3522 (orgtbl-self-insert-command, org-delete-char)
3523 (org-delete-backward-char): Set the `flyspell-delayed' property.
3524
3525 2007-03-03 Chong Yidong <cyd@stupidchicken.com>
3526
3527 * international/mule.el (find-auto-coding): Don't search for
3528 line-ending characters past the end of the tail.
3529
3530 2007-03-03 Christopher Allan Webber <cwebber@dustycloud.org> (tiny change)
3531
3532 * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
3533 Jump to the line where new score has been uploaded.
3534
3535 * play/tetris.el (tetris-move-bottom, tetris-move-left)
3536 (tetris-move-right, tetris-rotate-prev, tetris-rotate-next):
3537 Do nothing when the game is paused.
3538
3539 2007-03-03 Carsten Dominik <dominik@science.uva.nl>
3540
3541 * textmodes/org.el (org-set-tags): Prevent slipping of point
3542 during completion.
3543
3544 2007-03-01 Lennart Borgman <lennart.borgman.073@student.lu.se>
3545
3546 * isearch.el (isearch-message-prefix):
3547 Use minibuffer-prompt-properties.
3548
3549 2007-03-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3550
3551 * ps-print.el: Replace (defvar VAR nil) by (defvar VAR).
3552 (ps-setup): Print which Emacsen is running ps-print package.
3553
3554 2007-03-01 Stuart Herring <herring@lanl.gov>
3555
3556 * files.el (set-auto-mode-0): Use `indirect-function'.
3557 (hack-one-local-variable): Don't reapply current major mode.
3558
3559 2007-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
3560
3561 * progmodes/python.el (python-quote-syntax): Don't bother with
3562 syntax-ppss-context.
3563 (python-fill-paragraph): Make sure that fenced-string delimiters that
3564 stand on their own line stay there.
3565
3566 2007-03-01 Lennart Borgman <lennart.borgman.073@student.lu.se>
3567
3568 * replace.el (perform-replace): Propertize message.
3569
3570 2007-03-01 Carsten Dominik <dominik@science.uva.nl>
3571
3572 * textmodes/org.el (org-prepare-agenda-buffers): Also check for
3573 invisible heading.
3574
3575 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
3576
3577 * net/tramp.el (tramp-file-name-handler): Revert last change.
3578
3579 2007-02-28 Nick Roberts <nickrob@snap.net.nz>
3580
3581 * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump):
3582 Correct doc strings.
3583
3584 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
3585
3586 * replace.el (perform-replace): Undo forward-char immediately if
3587 non-adjacent search fails.
3588
3589 2007-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
3590
3591 * version.el (emacs-major-version, emacs-minor-version):
3592 string-to-int -> string-to-number.
3593
3594 2007-02-28 Juanma Barranquero <lekktu@gmail.com>
3595
3596 * help.el (where-is): Fail gracefully when not passed a command.
3597
3598 2007-02-28 Stuart Herring <herring@lanl.gov>
3599
3600 * find-lisp.el (find-lisp-default-directory-predicate):
3601 Fix bug: Do symlink check on expanded filename.
3602
3603 2007-02-28 Carsten Dominik <dominik@science.uva.nl>
3604
3605 * textmodes/org.el (org-set-tags, org-table-get-field): Avoid case
3606 changes during replacement.
3607 (org-agenda-mode-map): Add default binding for `org-agenda-archive'.
3608
3609 2007-02-28 Lars Hansen <larsh@soem.dk>
3610
3611 * desktop.el: Delete header line listing me as maintainer.
3612
3613 2007-02-28 Glenn Morris <rgm@gnu.org>
3614
3615 * tutorial.el (tutorial--describe-nonstandard-key): Tweak text in
3616 the menus case.
3617
3618 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
3619
3620 * net/tramp.el (tramp-file-name-handler): Inhibit modification
3621 hooks to avoid confusion when combining after-change calls.
3622
3623 2007-02-27 Ken Manheimer <ken.manheimer@gmail.com>
3624
3625 * allout.el (allout-encrypt-string): Remove inhibition of gpg-agent,
3626 now that pgg-gpg-process-region correctly honors passed-in passphrase.
3627 (allout-distinctive-bullets-string): Add info about bullet conventions.
3628 (allout-mode): Add info about distinctive vs plain bullets.
3629
3630 2007-02-27 Carsten Dominik <dominik@science.uva.nl>
3631
3632 * textmodes/org.el (org-archive-subtree): Quote variable name.
3633 (org-agenda-get-todos): Make sure skip properties are checked correctly.
3634
3635 2007-02-26 Nick Roberts <nickrob@snap.net.nz>
3636
3637 * progmodes/gud.el (gud-bashdb-history, gud-bashdb-marker-filter)
3638 (gud-bashdb-command-name, bashdb): Remove.
3639 (gud, gud-menu-map): Remove references to bash/bashdb.
3640
3641 2007-02-26 Andrey Zhdanov <susuman@hotmail.com> (tiny change)
3642
3643 * progmodes/gud.el (gud-pdb-marker-regexp): Add optional <module>
3644 keyword for Python 2.5.
3645
3646 2007-02-26 Romain Francoise <romain@orebokech.com>
3647
3648 * net/net-utils.el (whois-server-tld): Update server for .org.
3649 (whois-server-list): Add whois.publicinterestregistry.net.
3650 (whois-guess-server): Fix formatting in docstring.
3651
3652 2007-02-26 Kim F. Storm <storm@cua.dk>
3653
3654 * mouse.el (mouse-show-mark): Run hooks and perform command
3655 remapping for mouse-region-delete-keys.
3656
3657 2007-02-26 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
3658
3659 * font-core.el (font-lock-mode): Doc fix.
3660
3661 2007-02-25 Kim F. Storm <storm@cua.dk>
3662
3663 * ido.el (ido-buffer-internal): Set this-command to fallback command.
3664 Add selected buffer to buffer-name-history.
3665 (ido-file-internal): Set this-command to fallback command.
3666 Add file names to file-name-history.
3667
3668 * emacs-lisp/map-ynp.el (map-y-or-n-p):
3669 Apply minibuffer-prompt-properties.
3670
3671 2007-02-25 Andreas Schwab <schwab@suse.de>
3672
3673 * files.el (hack-one-local-variable-eval-safep): Correct handling
3674 of edebug-form-spec property value. Reported by Johan Bockg\e,Ae\e(Brd.
3675
3676 2007-02-25 Carsten Dominik <dominik@science.uva.nl>
3677
3678 * textmodes/org.el (org-table-overlay-coordinates)
3679 (org-table-toggle-coordinate-overlays): New functions.
3680 (org-table-overlay-coordinates, org-table-coordinate-overlays):
3681 New variables.
3682 (org-startup-with-deadline-check): Remove option.
3683 (org-mode): Remove deadline check on startup.
3684 (org-table-limit-column-width): Remove option.
3685 (org-table-formula-numbers-only): Remove option.
3686 (org-link-style, org-link-format): Remove options.
3687 (org-select-agenda-window, org-fit-agenda-window): Remove options.
3688 (org-export-ascii-show-new-buffer)
3689 (org-export-html-show-new-buffer): Remove options.
3690 (org-activate-links): Remove camel option.
3691 (org-file-link-context-use-camel-case): Remove option.
3692 (org-camel-regexp): Remove variable.
3693 (org-activate-camels): Remove function.
3694 (org-store-link): Remove Camel stuff.
3695 (org-make-org-heading-camel): Remove function.
3696 (org-open-at-point): Remove camel stuff.
3697 (org-link-search): Remove camel stuff.
3698 (org-camel-to-words): Function removed.
3699 (org-get-agenda-file-buffer): Make sure we prepare the base
3700 buffers, not any indirect buffers.
3701 (org-sort-entries): Sort top-level when not on a headline, and no
3702 active region.
3703 (org-in-regexp): New function.
3704 (org-search-not-self): Rename from `org-search-not-link'.
3705 (org-open-link-marker): New variable.
3706 (org-open-at-point): Set `org-open-link-marker'.
3707 (org-print-icalendar-entries): Fixe bug with excluding DONE
3708 entries from the exported list.
3709 (org-edit-formula-lisp-indent): New command.
3710 (orgtbl-to-texinfo, orgtbl-to-html): New functions.
3711 (orgtbl-to-latex, orgtbl-insert-radio-table)
3712 (orgtbl-toggle-comment, orgtbl-send-table): New functions.
3713 (orgtbl-radio-table-templates): New option.
3714 (org-store-link-props):
3715 (org-remember-templates): More possibilities to insert info
3716 into templates.
3717 (org-remember-apply-template): Make use of the extended
3718 template capabilities.
3719 (org-remember-redo-template): New command.
3720 (org-upgrade-old-links)
3721 (org-table-modify-formulas, org-table-replace-in-formulas)
3722 (org-table-find-dataline)
3723 (org-table-get-vertical-vector): Remove functions.
3724 (org-table-remove-rectangle-highlight)
3725 (org-time-stamp-format, org-toggle-log-option)
3726 (org-table-highlight-rectangle)
3727 (org-table-iterate, org-table-make-reference):
3728 (org-translate-time, org-tree-to-indirect-buffer)
3729 (org-table-field-info, org-table-fix-formulas)
3730 (org-table-force-dataline, org-table-get-descriptor-line)
3731 (org-table-get-range)
3732 (org-skip-comments, org-sort)
3733 (org-sort-entries, org-sublist, org-table-add-rectangle-overlay)
3734 (org-table-current-dline, org-table-current-field-formula)
3735 (org-table-edit-backward-field)
3736 (org-table-edit-formulas-post-command)
3737 (org-table-edit-line-down, org-table-edit-line-up)
3738 (org-agenda-archive)
3739 (org-agenda-clock-cancel)
3740 (org-agenda-clock-out, org-agenda-list-stuck-projects)
3741 (org-agenda-open-link, org-agenda-show-new-time)
3742 (org-agenda-skip-subtree-when-regexp-matches)
3743 (org-agenda-tree-to-indirect-buffer, org-agenda-undo)
3744 (org-at-regexp-p, org-auto-repeat-maybe, org-check-log-option)
3745 (org-do-sort, org-file-image-p, org-find-overlays)
3746 (org-find-row-type, org-get-indirect-buffer, org-get-repeat)
3747 (org-highlight-until-next-command, org-isearch-end)
3748 (org-match-any-p, org-next-link, org-previous-link):
3749 (org-remove-subtree-entries-from-agenda, org-replace-escapes)
3750 (org-rewrite-old-row-references)
3751 (org-isearch-post-command)
3752 (org-table-edit-move, org-table-edit-next-field)
3753 (org-table-edit-scroll, org-table-edit-scroll-down)
3754 (org-set-frame-title, org-show-reference)
3755 (org-unhighlight-once, org-verify-change-for-undo): New functions.
3756 (org-show-variable): Remove command.
3757 (org-add-log-maybe): New arguments STATE, FINDPOS
3758 (org-table-sort-lines): Rewrite from scratch.
3759 (org-link-search): New argument AVOID-POS.
3760 (org-print-icalendar-entries): Remove argument CATEGORY.
3761 (org-run-agenda-series): Remove argument WONDOW.
3762 (org-next-link, org-previous-link): New commands.
3763 (org-agenda-date-format): New option.
3764 (org-table-iterate): New command.
3765 (org-table-modify-formulas)
3766 (org-table-replace-in-formulas): Remove functions.
3767 (org-table-fix-formulas): New function.
3768 (org-table-insert-column, org-table-delete-column)
3769 (org-table-move-column): Use `org-table-fix-formulas'.
3770 (org-follow-gnus-link): Patch from Bastien/Leo.
3771 (org-table-current-field-formula): New function.
3772 (org-file-image-p): New function.
3773 (org-agenda-show-new-time): New function.
3774 (org-agenda-date-later): Call `org-agenda-show-new-time'.
3775 (org-with-remote-undo): New macro.
3776 (org-agenda-undo): New command.
3777 (org-verify-change-for-undo): New function.
3778 (org-time-stamp-format): New function.
3779 (org-agenda-get-timestamps): Skip scheduled if DONE and requested
3780 by user.
3781 (org-match-any-p): New function.
3782 (org-make-tags-matcher): Handle regular expressions for tag and
3783 todo matches.
3784 (org-read-date): Accept "+N" as input for a date relative to the
3785 current date.
3786 (org-remove-subtree-entries-from-agenda): New function.
3787 (org-agenda-archive, org-agenda-kill):
3788 Use `org-remove-subtree-entries-from-agenda'.
3789 (org-do-sort, org-sort-entries): New functions.
3790 (org-sort): New command.
3791 (org-table-sort-lines): Use `org-do-sort'.
3792 (org-fix-decoded-time): New function.
3793 (org-table-number-regexp): Require 0x... to identify as number
3794 in tables.
3795 (org-startup-options): New keywords for note taking.
3796 (org-upgrade-old-links): Remove function.
3797 (org-get-repeat): New function.
3798 (org-show-context): Also show siblings on current level.
3799 (org-show-siblings): New function.
3800 (org-isearch-end, org-isearch-post-command): New functions.
3801 (org-show-siblings): New option.
3802 (org-show-context): Use `org-show-siblings'.
3803 (org-table-maybe-recalculate-line): No longer require `calc-eval'
3804 to be bound, because user may just use elisp.
3805
3806 2007-02-24 Kim F. Storm <storm@cua.dk>
3807
3808 * emulation/cua-base.el (cua-paste): Handle x-clipboard-yank.
3809 (cua--init-keymaps): Remap x-clipboard-yank to cua-paste.
3810
3811 2007-02-24 Dan Nicolaescu <dann@ics.uci.edu>
3812
3813 * startup.el (command-line): Also check if the abbrev file is readable.
3814
3815 2007-02-24 John Paul Wallington <jpw@pobox.com>
3816
3817 * net/tls.el (tls-certtool-program): Fix custom type.
3818
3819 * mail/feedmail.el (feedmail-message-id-generator)
3820 (feedmail-date-generator): Fix custom types.
3821
3822 * mail/rmail.el (rmail-message-filter): Fix custom type.
3823
3824 2007-02-24 Eli Zaretskii <eliz@gnu.org>
3825
3826 * startup.el (command-line): If simple.el cannot be found, proceed
3827 with a warning message.
3828
3829 2007-02-24 Kenichi Handa <handa@m17n.org>
3830
3831 * international/utf-8.el (utf-8-pre-write-conversion): Handle the
3832 case that BEG is a string.
3833
3834 2007-02-24 Chris Moore <dooglus@gmail.com>
3835
3836 * pgg-pgp5.el (pgg-pgp5-encrypt-region):
3837 * pgg-pgp.el (pgg-pgp-encrypt-region):
3838 * pgg-gpg.el (pgg-gpg-encrypt-region):
3839 Check pgg-encrypt-for-me if no other recipients.
3840
3841 2007-02-23 Eli Zaretskii <eliz@gnu.org>
3842
3843 * mail/rmailedit.el (rmail-cease-edit): Restore the Rmail toolbar.
3844
3845 * textmodes/sgml-mode.el (sgml-validate): Quote the file name with
3846 shell-quote-argument.
3847
3848 2007-02-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3849
3850 * comint.el (comint-read-input-ring): Use comint-input-ring-size
3851 from the comint buffer instead of the temporary one.
3852
3853 2007-02-23 David Reitter <david.reitter@gmail.com>
3854
3855 * cus-edit.el (custom-save-all): Canonicalize custom-file before
3856 storing it in recentf-exclude.
3857
3858 2007-02-23 Chong Yidong <cyd@stupidchicken.com>
3859
3860 * startup.el (fancy-splash-screens): Make cursor-type buffer-local
3861 in splash screen.
3862
3863 2007-02-22 J.D. Smith <jdsmith@as.arizona.edu>
3864
3865 * progmodes/idlw-shell.el (idlwave-shell-mode): Clean up pending
3866 commands, for restart.
3867 (idlwave-shell-current-module): Fix handling of module name by type.
3868 (idlwave-shell-break-in): Update type handling.
3869 (idlwave-shell-bp-get): Encode type in BP structure.
3870 (idlwave-shell-set-bp): Fix setting condition/count on disabled BPs.
3871 (idlwave-shell-module-source-query): Query routine info based on type.
3872 Fix path parsing for non-compiled files.
3873 (idlwave-shell-module-source-filter): Don't signal error in filter
3874 if no source found.
3875 (idlwave-shell-set-bp-in-module): Use fallback source to prevent
3876 filter race.
3877
3878 2007-02-22 Kim F. Storm <storm@cua.dk>
3879
3880 * wid-edit.el (widget-default-create): Undo 2007-02-04 change.
3881 (editable-field): Document need to put some text before the %v
3882 escape in :format string.
3883
3884 2007-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
3885
3886 * vc-svn.el: Remove the code inherited from CVSREAD and `cvs edit'.
3887 (vc-svn-use-edit): Remove unused config var.
3888 (vc-svn-update, vc-svn-revert): Checkout is always implicit.
3889
3890 * outline.el (hide-sublevels): Keep empty last line, if available.
3891
3892 * buff-menu.el (list-buffers-noselect): Use explicit unicode code
3893 rather than the corresponding unicode char, to make the code
3894 more readable.
3895
3896 2007-02-19 Juanma Barranquero <lekktu@gmail.com>
3897
3898 * speedbar.el (speedbar-frame-mode, speedbar-frame-width)
3899 (speedbar-show-unknown-files, speedbar-item-info-file-helper)
3900 (speedbar-item-info-tag-helper): Doc fixes.
3901
3902 2007-02-19 Kenichi Handa <handa@m17n.org>
3903
3904 * international/mule-cmds.el (locale-language-names):
3905 Map "eo" to "Esperanto".
3906
3907 * language/european.el ("Esperanto"): New language environment.
3908
3909 2007-02-17 Sven Joachim <svenjoac@gmx.de> (tiny change)
3910
3911 * simple.el (kill-line): Doc fix.
3912
3913 2007-02-17 Kim F. Storm <storm@cua.dk>
3914
3915 * emacs-lisp/bindat.el (bindat--unpack-u*): Optimize.
3916 (bindat--unpack-item, bindat--length-group, bindat--pack-item)
3917 (bindat--unpack-group, bindat--pack-group):
3918 Handle vectors with optional element type.
3919
3920 2007-02-17 Daiki Ueno <ueno@unixuser.org>
3921
3922 * pgg-gpg.el (pgg-gpg-process-region): Make USE-AGENT nil
3923 if PASSPHRASE is given.
3924
3925 2007-02-17 Chris Moore <dooglus@gmail.com>
3926
3927 * jka-cmpr-hook.el (jka-compr-compression-info-list):
3928 Recognize backups of bz2 compressed files.
3929
3930 2007-02-17 Eli Zaretskii <eliz@gnu.org>
3931
3932 * info-look.el (info-lookup): Bind Info-fontify-maximum-menu-size
3933 to nil to speed up lookup of the symbol in index nodes.
3934
3935 2007-02-17 Alin C. Soare <alinsoar@voila.fr> (tiny change)
3936
3937 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
3938 Add indentation for the constants of Lisp.
3939
3940 2007-02-16 Stefan Monnier <monnier@iro.umontreal.ca>
3941
3942 * ps-print.el: Use (defvar <foo>) where applicable.
3943 (ps-print-emacs-type): Remove.
3944 (ps-x-frame-property, ps-e-frame-parameter): Remove.
3945 (ps-frame-parameter): Align its call-convention with frame-parameter.
3946 (ps-begin-job): Adjust calls to it appropriately.
3947 (ps-setup): Don't print ps-print-emacs-type.
3948 (ps-e-find-composition, ps-mark-active-p, ps-color-device):
3949 Define in such a way that it's obvious that it's defined.
3950 (ps-prsc, ps-c-prsc, ps-s-prsc): Remove.
3951 (ps-rmail-mode-hook, ps-vm-mode-hook, ps-gnus-summary-setup)
3952 (ps-jts-ps-setup): Use flavor-neutral syntax instead.
3953
3954 2007-02-15 Alan Mackenzie <acm@muc.de>
3955
3956 * progmodes/cc-cmds.el (c-indent-new-comment-line): When splitting
3957 an empty one-line C-style comment, post-position point properly.
3958
3959 2007-02-15 Chris Moore <dooglus@gmail.com>
3960
3961 * isearch.el (isearch-lazy-highlight-space-regexp): New variable.
3962 (isearch-lazy-highlight-new-loop): Bind it.
3963 (isearch-lazy-highlight-search): Use it.
3964
3965 * replace.el (replace-highlight): Bind search-whitespace-regexp to nil.
3966
3967 2007-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
3968
3969 * font-lock.el (font-lock-extend-region-wholelines):
3970 Only return non-nil if the region has really been changed.
3971 Reported by David Hansen <david.hansen@physik.fu-berlin.de>
3972
3973 2007-02-15 Juanma Barranquero <lekktu@gmail.com>
3974
3975 * play/5x5.el (5x5-crack-xor-mutate): Doc fix.
3976 (5x5-draw-grid-end, 5x5-make-xor-with-mutation, 5x5-mode, 5x5-crack)
3977 (5x5-play-solution, 5x5-y-or-n-p): Fix typos in docstrings.
3978
3979 2007-02-14 Juanma Barranquero <lekktu@gmail.com>
3980
3981 * faces.el (color-values): Revert changes to docstring from
3982 2007-01-31 and 2000-09-07.
3983
3984 * textmodes/ispell.el (ispell-keep-choices-win, ispell-word)
3985 (ispell-begin-skip-region-regexp): Fix typos in docstrings.
3986 (ispell-dictionary-alist, ispell-process-line): Doc fixes.
3987 (ispell-help): Fix typos in docstring and output message.
3988
3989 2007-02-14 Kim F. Storm <storm@cua.dk>
3990
3991 * progmodes/grep.el (grep-files-aliases): Add tex and texi aliases.
3992 (lgrep): Add DIR arg to start grep in specific directory, like rgrep.
3993 (grep): Fix lgrep reference.
3994
3995 * disp-table.el (make-glyph-code, glyph-char, glyph-face): New defuns.
3996 (standard-display-underline): Use make-glyph-code.
3997
3998 * descr-text.el (describe-char): Use glyph-char and glyph-face.
3999
4000 * international/latin1-disp.el (latin1-display-char):
4001 Use make-glyph-code.
4002
4003 2007-02-13 Juanma Barranquero <lekktu@gmail.com>
4004
4005 * ehelp.el (with-electric-help, electric-help-exit)
4006 (electric-help-retain): Doc fixes.
4007
4008 * emacs-lisp/bytecomp.el (byte-compile-dest-file)
4009 (byte-compile-file): Doc fixes.
4010
4011 2007-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4012
4013 * term/mac-win.el: Change all uses of
4014 mac-set-font-panel-visibility to mac-set-font-panel-visible-p.
4015 (mac-ae-number): Return integer 0 if coerced result is float 0.0.
4016 (mac-ae-get-url): Call select-frame-set-input-focus.
4017 (mac-dnd-handle-drag-n-drop-event): Don't call
4018 select-frame-set-input-focus.
4019
4020 2007-02-13 Kenichi Handa <handa@m17n.org>
4021
4022 * international/characters.el: Fix documentation of category `a'.
4023
4024 2007-02-11 Dan Nicolaescu <dann@ics.uci.edu>
4025
4026 * progmodes/grep.el (grep): Mention lgrep and rgrep in the docstring.
4027
4028 2007-02-12 Michael Albinus <michael.albinus@gmx.de>
4029
4030 * net/tramp.el (tramp-get-ls-command, tramp-get-file-exists-command)
4031 (tramp-get-remote-ln): Handle error case.
4032 Reported by Chris Moore <dooglus@gmail.com>.
4033
4034 2007-02-11 Kim F. Storm <storm@cua.dk>
4035
4036 * bindings.el (ctl-x-map): Remove register compatibility bindings
4037 C-x /, C-x j, C-x x, and C-x g (deprecated since Emacs 19).
4038
4039 2007-02-11 Richard Stallman <rms@gnu.org>
4040
4041 * loadhist.el (unload-feature): Handle (t . SYMBOL) entries
4042 in load history.
4043
4044 * emacs-lisp/lisp-mode.el (indent-sexp): Clean up termination
4045 condition -- don't fail to stop at endpos.
4046
4047 2007-02-11 Carsten Dominik <dominik@science.uva.nl>
4048
4049 * textmodes/org.el (org-agenda-get-todos)
4050 (org-agenda-get-timestamps, org-agenda-get-closed)
4051 (org-agenda-get-deadlines, org-agenda-get-scheduled)
4052 (org-agenda-get-blocks, org-format-agenda-item)
4053 (org-agenda-change-all-lines, org-scan-tags): Rename text property
4054 from `category' to `org-category'.
4055
4056 2007-02-11 Kenichi Handa <handa@m17n.org>
4057
4058 * international/titdic-cnv.el (titdic-convert): Force files be written
4059 with Unix-like eol format. Read files under CXTERM-DIC by raw-text.
4060 (miscdic-convert): Force files be written with Unix-like eol format.
4061
4062 2007-02-11 Juanma Barranquero <lekktu@gmail.com>
4063
4064 * files.el (change-major-mode-with-file-name): Fix typo in docstring.
4065
4066 * calculator.el (calculator-prompt): Doc fix.
4067 (calculator-mode-map): Fix typo in menu entry.
4068
4069 2007-02-10 Jay Belanger <belanger@truman.edu>
4070
4071 * calculator.el (calculator): Do more extensive checking for when
4072 3 lines should be used for the calculator.
4073
4074 2007-02-10 Eli Zaretskii <eliz@gnu.org>
4075
4076 * info-look.el (info-lookup-make-completions):
4077 Bind Info-fontify-maximum-menu-size to nil to speed up lookup of
4078 index nodes.
4079
4080 * info.el (Info-fontify-maximum-menu-size): Document the effect
4081 of a nil value.
4082 (Info-fontify-node): Make sure Info-fontify-maximum-menu-size is
4083 non-nil before using it as size.
4084
4085 2007-02-09 Chong Yidong <cyd@stupidchicken.com>
4086
4087 * subr.el (insert-for-yank-1): Prevent read-only properties from
4088 interfering with text property operations.
4089
4090 * image-mode.el (image-mode): Revert 2007-01-30 changes.
4091
4092 * image.el (image-type-auto-detectable): Don't autodetect x[pb]m.
4093 (image-type-auto-detected-p): Fail if another match is found in
4094 auto-mode-alist.
4095
4096 * files.el (magic-mode-alist): Call image-mode instead of
4097 image-mode-maybe for autodetected images.
4098
4099 2007-02-09 Juanma Barranquero <lekktu@gmail.com>
4100
4101 * mail/smtpmail.el (smtpmail-smtp-service, smtpmail-queue-index-file):
4102 Fix typos in docstrings.
4103 (smtpmail-local-domain, smtpmail-queue-mail): Doc fixes.
4104
4105 2007-02-09 Kim F. Storm <storm@cua.dk>
4106
4107 * emacs-lisp/float-sup.el: Remove obsolete comment.
4108
4109 2007-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
4110
4111 * diff-mode.el (diff-sanity-check-hunk): Fix last fix.
4112
4113 2007-02-08 Karl Fogel <kfogel@red-bean.com>
4114
4115 * simple.el: Revert previous change, at request of RMS:
4116 (fundamental-mode-hook): Remove.
4117 (fundamental-mode): Run after-change-major-mode-hooks manually,
4118 and don't run the now-nonexistent fundamental-mode-hook.
4119
4120 2007-02-08 Karl Fogel <kfogel@red-bean.com>
4121
4122 * simple.el (fundamental-mode-hook): Declare new hook.
4123 (fundamental-mode): Run the new dedicated hook, and don't run
4124 after-change-major-mode-hooks manually anymore.
4125
4126 2007-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
4127
4128 * vc-svn.el (vc-svn-merge-news): Understand the new format with two
4129 added columns of chars. Remove support for the "no-meta-info" format.
4130 Prompted by Romain Francoise <romain@orebokech.com>.
4131
4132 2007-02-07 Nick Roberts <nickrob@snap.net.nz>
4133
4134 * progmodes/gdb-ui.el (gdb-if-arrow): New macro.
4135 (gdb-mouse-until, gdb-mouse-jump): Use it.
4136
4137 2007-02-07 Nick Roberts <nickrob@snap.net.nz>
4138
4139 * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump): Make them
4140 work when there is just an assembler buffer (no source buffer).
4141
4142 2007-02-07 Per Cederqvist <ceder@lysator.liu.se> (tiny change)
4143
4144 * diff-mode.el (diff-sanity-check-hunk): Don't reject the hunk
4145 just because the diff was produced using "-p" (--show-c-function).
4146
4147 2007-02-07 Juanma Barranquero <lekktu@gmail.com>
4148
4149 * faces.el (frame-set-background-mode): Use `color-values' and
4150 `display-color-p', not `x-color-values' and `x-display-color-p'.
4151 (face-valid-attribute-values): Use `defined-colors' instead of
4152 `x-defined-colors'.
4153
4154 2007-02-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4155
4156 * ps-print.ps: The ps-print commands without face printing should not
4157 print background color. Reported by Leo <sdl.web@gmail.com>.
4158 (ps-print-version): New version 6.7.3.
4159 (ps-begin-job): New arg. Fix ps-default-background and
4160 ps-default-foreground initialization.
4161 (ps-face-attributes): Fix doc string.
4162 (ps-face-background, ps-generate-postscript, ps-generate): Fix code.
4163
4164 * printing.el: Fix ps-print link.
4165
4166 2007-02-06 Chong Yidong <cyd@stupidchicken.com>
4167
4168 * faces.el (face-set-after-frame-default): Compile attributes to
4169 be set by frame parameters before merging in X resources.
4170
4171 2007-02-06 Juanma Barranquero <lekktu@gmail.com>
4172
4173 * simple.el (blink-matching-paren-dont-ignore-comments):
4174 (blink-matching-paren-on-screen): Doc fixes.
4175
4176 2007-02-06 Nick Roberts <nickrob@snap.net.nz>
4177
4178 * progmodes/gdb-ui.el (gdb-frames-mode): Truncate lines in stack buffer.
4179
4180 2007-02-05 Juanma Barranquero <lekktu@gmail.com>
4181
4182 * loadhist.el (unload-feature): Silently ignore `load-history' entries
4183 of the form `(defface . SYMBOL)', and treat `(autoload . SYMBOL)'
4184 entries like `defun'. Return nil.
4185
4186 2007-02-05 Kim F. Storm <storm@cua.dk>
4187
4188 * ido.el: Doc fixes.
4189
4190 2007-02-04 David Kastrup <dak@gnu.org>
4191
4192 * play/mpuz.el (mpuz-random-puzzle): Fix potential lockup when
4193 `mpuz-allow-double-multiplicator' is non-zero, and correct
4194 calculation of `min'.
4195
4196 2007-02-04 Per Abrahamsen <abraham@dina.kvl.dk>
4197
4198 * wid-edit.el (widget-default-create): Insert new text at the
4199 :from marker _after_ the marker, not before it.
4200
4201 2007-02-04 Alan Mackenzie <acm@muc.de>
4202
4203 * progmodes/cc-cmds.el (c-indent-line): Don't erase ^L when a line
4204 containing it is re-indented.
4205
4206 2007-02-03 Chong Yidong <cyd@stupidchicken.com>
4207
4208 * net/newsticker.el (newsticker--insert-image): Update docstring,
4209 and insert the image directly.
4210 (newsticker--buffer-redraw): Update docstring.
4211
4212 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
4213 Rename from define-global-minor-mode.
4214
4215 * progmodes/cwarn.el (global-cwarn-mode):
4216 * emacs-lisp/autoload.el (make-autoload):
4217 * hi-lock.el (global-hi-lock-mode):
4218 * font-core.el (global-font-lock-mode): All callers changed.
4219
4220 2007-02-03 Eli Zaretskii <eliz@gnu.org>
4221
4222 * textmodes/texnfo-upd.el (texinfo-menu-copy-old-description):
4223 Don't copy @ignore lines into menu descriptions.
4224 (texinfo-multi-file-update): Goto the @node line before attempting
4225 to pluck the node name.
4226 (texinfo-multiple-files-update): Reverse the optional arguments'
4227 order, as per the doc string and the `interactive' form.
4228
4229 2007-02-03 Chong Yidong <cyd@stupidchicken.com>
4230
4231 * image-mode.el: Use autoload to avoid overriding disabled setting
4232 applied in .emacs.
4233
4234 2007-02-03 Alan Mackenzie <acm@muc.de>
4235
4236 * progmodes/cc-engine.el (c-in-knr-argdecl): Slight correction
4237 for, e.g. "void (*hdone)();" in a k&r list. (No WS between
4238 adjacent paren groups).
4239
4240 2007-02-02 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4241
4242 * progmodes/ebnf2ps.el: Doc fixes.
4243 (ebnf-eps-buffer, ebnf-eps-region, ebnf-syntax-alist): Doc fixes.
4244
4245 2007-02-02 Eli Zaretskii <eliz@gnu.org>
4246
4247 * dired-x.el (dired-do-relsymlink): Add reference to
4248 dired-do-symlink. Add an autoload cookie.
4249
4250 * dired-aux.el (dired-do-symlink): Add reference to
4251 dired-do-relsymlink.
4252
4253 2007-02-02 Doug Maxey <dwm@enoyolf.org> (tiny change)
4254
4255 * mouse.el <left-fringe mouse-2, right-fringe mouse-3>:
4256 <left-fringe mouse-3>: New bindings.
4257
4258 2007-02-02 Ulf Jasper <ulf.jasper@web.de>
4259
4260 * newsticker.el (newsticker-version): Changed to "1.10".
4261 (newsticker--set-customvar): Doc string.
4262 (newsticker-new-item-face): Doc string.
4263 (newsticker-mode): Initialize `invisibility-spec' with t.
4264 (newsticker-mode-map): Added
4265 `newsticker-mark-all-items-at-point-as-read'.
4266 (newsticker-menu): Added narrow-to-item and narrow-to-feed.
4267 (newsticker-w3m-show-inline-images): Do not call
4268 `w3m-remove-image'.
4269 (newsticker--buffer-after-w3m-insert-image): New advice for
4270 w3m-insert-image to cache images.
4271 (newsticker-next-item-same-feed): New.
4272 (newsticker-mark-all-items-at-point-as-read-and-redraw): New.
4273 (newsticker-mark-all-items-of-feed-as-read): New.
4274 (newsticker-mark-all-items-at-point-as-read): Use new functions.
4275 (newsticker-mark-item-at-point-as-read): Doc string.
4276 (newsticker-mark-item-at-point-as-read): Use new functions.
4277 (newsticker--do-mark-item-at-point-as-read): New, extracted from
4278 `newsticker-mark-item-at-point-as-read'.
4279 (newsticker-hide-entry): Use (t) instead of t for invisibility.
4280 (newsticker--sentinel): Yet another xml-parser workaround.
4281 (newsticker--decode-iso8601-date): Bugfix for datestrings without
4282 days.
4283 (newsticker--buffer-do-insert-text): Fix.
4284 (newsticker--buffer-insert-enclosure): Fix. length might be missing.
4285 (newsticker--buffer-make-item-completely-visible):
4286 `switch-to-buffer' not necessary.
4287
4288 2007-02-02 Eli Zaretskii <eliz@gnu.org>
4289
4290 * progmodes/ebnf2ps.el (ebnf-eps-buffer, ebnf-eps-region)
4291 (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-region)
4292 (ebnf-style-database, ebnf-apply-style, ebnf-reset-style)
4293 (ebnf-push-style, ebnf-pop-style, ebnf-eps-production-list)
4294 (ebnf-directory, ebnf-file, ebnf-syntax-alist): Doc fixes.
4295
4296 2007-02-02 Kenichi Handa <handa@m17n.org>
4297
4298 * international/quail.el (quail-show-key): Fix an error message.
4299
4300 2007-02-01 Juanma Barranquero <lekktu@gmail.com>
4301
4302 * faces.el (set-face-underline-p, modify-face): Rename arg
4303 UNDERLINE-P to UNDERLINE (it is not a flag).
4304
4305 2007-02-01 Nick Roberts <nickrob@snap.net.nz>
4306
4307 * progmodes/gdb-ui.el (gdb-speedbar-update): Avoid duplication
4308 when adding gdb-speedbar-update to gdb-input-queue.
4309
4310 2007-02-01 Kenichi Handa <handa@m17n.org>
4311
4312 * international/quail.el (quail-show-key): Signal an error if the
4313 current input method is not using Quail.
4314
4315 2007-02-01 J.D. Smith <jdsmith@as.arizona.edu>
4316
4317 * progmodes/idlwave.el (idlwave-xml-create-sysvar-alist):
4318 Trim leading whitespace in sysvar names.
4319
4320 2007-02-01 Juanma Barranquero <lekktu@gmail.com>
4321
4322 * faces.el (internal-find-face, internal-get-face): Doc fixes.
4323
4324 2007-01-31 Juanma Barranquero <lekktu@gmail.com>
4325
4326 * ido.el (ido-set-common-completion): Use `let', not `let*'.
4327
4328 2007-01-31 Romain Francoise <romain@orebokech.com>
4329
4330 * comint.el: Delete extra copy of `comint-copy-old-input' added in
4331 previous change to this file.
4332
4333 2007-01-31 Jason Rumney <jasonr@gnu.org>
4334
4335 * files.el (magic-mode-alist): Use image-mode-maybe rather than
4336 image-mode.
4337
4338 * image-mode.el (image-mode-maybe): Prevent magic-mode-alist from
4339 interfering with attempt to set major mode from modified
4340 auto-mode-alist.
4341
4342 2007-01-31 Juanma Barranquero <lekktu@gmail.com>
4343
4344 * faces.el (color-values): Doc fix.
4345 (face-differs-from-default-p): Don't check :foreground twice.
4346
4347 2007-01-31 J.D. Smith <jdsmith@as.arizona.edu>
4348
4349 * comint.el (comint-mode): Prevent non-keyword fontification by default.
4350
4351 2007-01-31 Kenichi Handa <handa@m17n.org>
4352
4353 * international/quail.el (quail-store-decode-map-key): Store a
4354 translated character too.
4355 (quail-char-equal-p): New function.
4356 (quail-find-key1): Check character equality by quail-char-equal-p.
4357 (quail-decode-map-generated): New variable.
4358 (quail-find-key): Check quail-decode-map-generated and re-generate
4359 a decode map if necessary.
4360
4361 2007-01-30 Richard Stallman <rms@gnu.org>
4362
4363 * tutorial.el (tutorial--detailed-help): Make the list of
4364 changed keys look nicer.
4365
4366 2007-01-30 Nick Roberts <nickrob@snap.net.nz>
4367
4368 * progmodes/gdb-ui.el (gdb-var-delete-1): New function.
4369 (gdb-var-delete): Use it.
4370 (gdb-var-update-handler-1): Handle value "invalid" for MI field
4371 `in_scope'.
4372
4373 2007-01-30 Michael Albinus <michael.albinus@gmx.de>
4374
4375 * files.el (get-free-disk-space): Return nil for remote directories.
4376
4377 * net/ange-ftp.el (ange-ftp-ls): In case of wildcards, use "ls"
4378 instead of "dir".
4379
4380 2007-01-30 Chong Yidong <cyd@stupidchicken.com>
4381
4382 * type-break.el (type-break-catch-up-event): New function.
4383 (type-break-demo-hanoi, type-break-demo-life)
4384 (type-break-demo-boring): Use it.
4385
4386 * image-mode.el (image-mode): Don't automatically view as image.
4387 (image-toggle-display): Add `disabled' property.
4388
4389 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
4390
4391 * isearchb.el (isearchb-iswitchb):
4392 * ps-print.el (ps-build-face-reference):
4393 * emacs-lisp/shadow.el (list-load-path-shadows):
4394 * eshell/esh-cmd.el (eshell-rewrite-for-command):
4395 * international/mule.el (find-auto-coding):
4396 * mail/supercite.el (sc-attrib-selection-list):
4397 * progmodes/cc-defs.el (c-emacs-features):
4398 * progmodes/cc-vars.el (c-offsets-alist):
4399 * progmodes/flymake.el
4400 (flymake-init-create-temp-source-and-master-buffer-copy):
4401 Fix typos in docstrings (some suggested by Chris Moore).
4402
4403 * progmodes/vhdl-mode.el (vhdl-components-package-name)
4404 (vhdl-get-library-unit, vhdl-corresponding-begin)
4405 (vhdl-skip-case-alternative, vhdl-backward-skip-label)
4406 (vhdl-align-region-2, vhdl-electric-dash, vhdl-case-word)
4407 (vhdl-hooked-abbrev, vhdl-hs-forward-sexp-func)
4408 (vhdl-font-lock-match-item): Fix typos in docstrings.
4409 (vhdl-get-library-unit, vhdl-get-block-state, vhdl-sort-alist)
4410 (vhdl-set-offset, vhdl-fix-case-region-1, vhdl-scan-directory-contents)
4411 (vhdl-speedbar-insert-project-hierarchy):
4412 Improve argument/docstring consistency.
4413
4414 2007-01-29 Kenichi Handa <handa@m17n.org>
4415
4416 * international/titdic-cnv.el (py-converter): Fix previous change.
4417
4418 2007-01-29 Chong Yidong <cyd@stupidchicken.com>
4419
4420 * jka-compr.el (jka-compr-partial-uncompress)
4421 (jka-compr-call-process): Rebind default-directory if it is
4422 invalid. Suggested by Chris Moore.
4423
4424 * comint.el (comint-insert-input): Handle situation where the
4425 selected buffer is not the clicked buffer.
4426
4427 2007-01-29 Kenichi Handa <handa@m17n.org>
4428
4429 * international/ja-dic-cnv.el (skkdic-convert):
4430 Add byte-compile-disable-print-circle:t at the head.
4431
4432 * international/titdic-cnv.el (tit-process-header):
4433 Add byte-compile-disable-print-circle:t at the head.
4434 (miscdic-convert): Likewise.
4435 (py-converter): Skip the header comments.
4436
4437 * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle):
4438 New variable.
4439 (byte-compile-output-file-form): Bing print-circle to nil if
4440 byte-compile-output-file-form is not nil.
4441 (byte-compile-output-docform): Likewise.
4442
4443 2007-01-28 Kim F. Storm <storm@cua.dk>
4444
4445 * emulation/cua-base.el (cua-global-keymap, cua--region-keymap):
4446 Declare earlier to avoid byte compiler warnings.
4447
4448 2007-01-28 Markus Triska <markus.triska@gmx.at>
4449
4450 * speedbar.el (speedbar-make-specialized-keymap): Doc fix.
4451
4452 2007-01-28 Chong Yidong <cyd@stupidchicken.com>
4453
4454 * play/gamegrid.el (gamegrid-kill-timer): Cancel timer directly.
4455 (gamegrid-add-score-with-update-game-score-1): Allow local quits
4456 when calling update-game-score program. Remove unnecessary
4457 save-excursion.
4458
4459 * play/tetris.el (tetris-new-shape): Stop drawing if game is over.
4460
4461 2007-01-28 Nick Roberts <nickrob@snap.net.nz>
4462
4463 * progmodes/gdb-ui.el (gdb-breakpoint-regexp): Declare earlier to
4464 avoid compiler warning.
4465 (gdb-var-update-handler-1): Consider that the MI field `in_scope'
4466 might have values other than "true" or "false".
4467
4468 2007-01-28 Richard Stallman <rms@gnu.org>
4469
4470 * textmodes/fill.el (fill-paragraph-function): Doc fix.
4471 (fill-paragraph): Bind fill-paragraph-function to t to avoid recursion.
4472
4473 * emacs-lisp/pp.el (pp-eval-last-sexp): Don't eval here.
4474
4475 * image.el (image-type-header-regexps): Make GIF regex more specific.
4476
4477 * tutorial.el (tutorial--default-keys): Check M-DEL, not `M-backspace'.
4478 Don't check `backspace'.
4479 (tutorial--find-changed-keys): Look up bindings in a temp buffer
4480 in Fundamental mode.
4481
4482 * startup.el (fancy-splash-text, normal-splash-screen):
4483 Mention C-g.
4484
4485 * simple.el (eval-expression): Don't use eval-last-sexp-print-value
4486 when inserting in buffer.
4487
4488 * vc-arch.el (vc-arch-file-id): Move with-current-buffer
4489 inside the if.
4490
4491 2007-01-27 Richard Stallman <rms@gnu.org>
4492
4493 * obsolete/awk-mode.el (awk-font-lock-keywords): Add "do".
4494
4495 2007-01-27 Guanpeng Xu <herberteuler@hotmail.com>
4496
4497 * add-log.el (add-log-current-defun): Skip the semicolon ``;'' for
4498 enum/union/struct/class definition.
4499 Revert change to call `forward-sexp' multiple times.
4500
4501 2007-01-27 Chong Yidong <cyd@stupidchicken.com>
4502
4503 * files.el (hack-local-variables-confirm): Don't keep trying to
4504 read an event from an empty kbd macro.
4505
4506 2007-01-27 Eli Zaretskii <eliz@gnu.org>
4507
4508 * server.el (server-start): Mention LEAVE-DEAD arg in the doc string.
4509
4510 2007-01-27 Ben North <ben@redfrontdoor.org>
4511
4512 * outline.el (outline-promote, outline-demote): Doc fix. Rename
4513 the arg CHILDREN -> WHICH.
4514
4515 2007-01-27 Michael Albinus <michael.albinus@gmx.de>
4516
4517 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Set
4518 default-directory to a sane value when calling start-process.
4519
4520 2007-01-27 Eli Zaretskii <eliz@gnu.org>
4521
4522 * ls-lisp.el (ls-lisp-use-localized-time-format): New defcustom.
4523 (ls-lisp-format-time-list): Doc fix. Mention
4524 ls-lisp-use-localized-time-format.
4525 (ls-lisp-format-time): Use ls-lisp-format-time-list if
4526 ls-lisp-use-localized-time-format is non-nil, even if a valid
4527 locale is defined.
4528
4529 2007-01-27 Juanma Barranquero <lekktu@gmail.com>
4530
4531 * jka-compr.el (jka-compr-shell): Doc fix.
4532
4533 * jka-cmpr-hook.el (jka-compr-compression-info-list): Doc fix.
4534
4535 2007-01-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4536
4537 * ps-print.ps: Fix background height.
4538 (ps-print-version): New version 6.7.2.
4539
4540 2007-01-26 Eli Zaretskii <eliz@gnu.org>
4541
4542 * makefile.w32-in (finder-data, custom-deps): Depend on
4543 $(lisp)/loaddefs.el.
4544
4545 2007-01-24 Dan Nicolaescu <dann@ics.uci.edu>
4546
4547 * Makefile.in (custom-deps, finder-data): Add dependency to loaddefs.el.
4548
4549 2007-01-24 Miles Bader <miles@gnu.org>
4550
4551 * emacs-lisp/bytecomp.el (byte-compile-output-file-form)
4552 (byte-compile-output-docform): Bind `print-circle' to t.
4553
4554 2007-01-24 Kenichi Handa <handa@m17n.org>
4555
4556 * international/ja-dic-cnv.el (skkdic-convert): Insert a related
4557 file name of the original SKK dictionary file.
4558
4559 2007-01-24 Kim F. Storm <storm@cua.dk>
4560
4561 * ido.el (ido-initial-position): New variable.
4562 (ido-read-internal): Set it if default item is specified.
4563 (ido-minibuffer-setup): Position cursor accordingly if set.
4564 (ido-edit-input): C-e moves to end of input if not already there.
4565 (ido-magic-backward-char): C-b does like M-b if prev char is /.
4566 Don't switch to buffer mode if repeating C-b at start of input.
4567 (ido-toggle-ignore): C-a only toggles ignore at start or end of
4568 input; else it moves to start of input.
4569 (ido-kill-buffer-at-head, ido-delete-file-at-head): If cursor is
4570 not at end of input, delete rest of input, rather than normal op.
4571
4572 2007-01-23 Michael Kifer <kifer@cs.stonybrook.edu>
4573
4574 * viper-keym.el (viper-insert-basic-map): Delete binding for S-TAB.
4575
4576 * ediff-util.el (ediff-clone-buffer-for-region-comparison): Change text
4577 of message. Activate mark.
4578 (ediff-activate-mark): Set transient-mark-mode to t.
4579
4580 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise): Doc fix.
4581
4582 2007-01-23 Martin Rudalics <rudalics@gmx.at>
4583
4584 * help-fns.el (describe-variable): Don't suppress display of
4585 buffer local value when the value is "large".
4586
4587 2007-01-22 Kim F. Storm <storm@cua.dk>
4588
4589 * ido.el (ido-active): Add XEmacs test from ido-minibuffer-setup.
4590 (ido-initiate-auto-merge, ido-exhibit, ido-minibuffer-setup)
4591 (ido-tidy): Use ido-active.
4592
4593 2007-01-22 Chris Moore <christopher.ian.moore@gmail.com>
4594
4595 * hexl.el (hexl-mode-exit): Add missing quote.
4596
4597 2007-01-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4598
4599 * term/mac-win.el (mac-keyboard-modifier-mask-alist): New constant.
4600 (mac-ae-keyboard-modifiers): New function.
4601 (mac-handle-toolbar-switch-mode): Use it.
4602 (mac-dnd-handle-drag-n-drop-event): Likewise. Set action to `copy'
4603 if keyboard modifiers on drop contain option key.
4604 (mac-dnd-drop-data): Add optional argument `action'.
4605 (special-event-map): Remove binding for M-drag-n-drop.
4606
4607 2007-01-21 Guanpeng Xu <herberteuler@hotmail.com>
4608
4609 * add-log.el (add-log-current-defun): Use CC Mode functions to
4610 find the beginning and end of a defun.
4611
4612 2007-01-21 Nick Roberts <nickrob@snap.net.nz>
4613
4614 * progmodes/gdb-ui.el (gdb-var-create-regexp)
4615 (gdb-var-create-handler): Handle value field in GDB output of
4616 -var-create.
4617 (gdb-max-frames): New variable.
4618 (gdb-stack-buffer, gdb-frames-select): Use it.
4619 (gdb-info-stack-custom): Help user customize gdb-max-frames,
4620 if necessary.
4621 (gdb-get-frame-number): Simplify.
4622
4623 2007-01-21 Glenn Morris <rgm@gnu.org>
4624
4625 * net/tramp.el (tramp-perl-encode, tramp-perl-decode):
4626 Update copyrights.
4627
4628 2007-01-21 Alan Mackenzie <acm@muc.de>
4629
4630 * progmodes/cc-cmds.el (c-where-wrt-brace-construct): Correct the
4631 handling of K&R stuff.
4632
4633 2007-01-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4634
4635 * textmodes/bibtex.el (bibtex-files): Fix customization type.
4636
4637 2007-01-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4638
4639 * ps-print.el: Handle frame parameters (background and/or foreground
4640 colors) changing dynamically. Reported by Leo <sdl.web@gmail.com>.
4641 (ps-print-version): New version 6.7.1.
4642 (ps-x-frame-property, ps-e-frame-parameter): New aliases.
4643 (ps-frame-parameter): New fun.
4644 (ps-default-fg, ps-default-bg): New default value ('frame-parameter).
4645 Fix doc and customization.
4646 (ps-begin-job): Get frame parameters (background and/or foreground
4647 colors).
4648 (ps-do-despool): Ensure ps-printer-name has a valid value.
4649
4650 2007-01-21 Nick Roberts <nickrob@snap.net.nz>
4651
4652 * progmodes/gdb-ui.el (gdb-debug-log): Rename from gdb-debug-ring.
4653 (gdb-debug-log-max): Rename from gdb-debug-ring-max.
4654 (gud-gdba-marker-filter): Make a value of nil for gdb-debug-ring-max
4655 mean unlimited.
4656
4657 2007-01-20 Alan Mackenzie <acm@muc.de>
4658
4659 * progmodes/cc-engine.el (c-in-knr-argdecl): Reformulate to do
4660 much more rigorous analysis of putative K&R regions.
4661
4662 2007-01-20 Alan Mackenzie <acm@muc.de>
4663
4664 * progmodes/cc-defs.el (c-go-list-forward, c-go-list-backward):
4665 New functions.
4666
4667 2007-01-20 Alan Mackenzie <acm@muc.de>
4668
4669 * progmodes/cc-align.el, progmodes/cc-cmds.el,
4670 * progmodes/cc-defs.el, progmodes/cc-engine.el,
4671 * progmodes/cc-langs.el, progmodes/cc-styles.el,
4672 * progmodes/cc-vars.el: Add my name.
4673
4674 2007-01-20 Chong Yidong <cyd@stupidchicken.com>
4675
4676 * files.el (find-alternate-file): Revert query message to Emacs 21
4677 version.
4678
4679 2007-01-20 Eric Hanchrow <offby1@blarg.net> (tiny change)
4680
4681 * progmodes/cperl-mode.el (cperl-electric-keywords): Document in
4682 the doc string how to use personal abbrevs without electric
4683 keywords.
4684
4685 2007-01-20 Alin C. Soare <alinsoar@voila.fr> (tiny change)
4686
4687 * lisp/emacs-lisp/lisp-mode.el (last-sexp-toggle-display):
4688 Fixed cursor position when toggle abbreviated display.
4689
4690 2007-01-20 Nick Roberts <nickrob@snap.net.nz>
4691
4692 * t-mouse.el: Update copyright following assignment by
4693 Alessandro Rubini.
4694
4695 2007-01-20 Chong Yidong <cyd@stupidchicken.com>
4696
4697 * type-break.el (type-break-demo-hanoi, type-break-demo-life)
4698 (type-break-demo-boring): Call read-event instead of read-char.
4699
4700 2007-01-19 Daniel Pfeiffer <occitan@esperanto.org> (tiny change)
4701
4702 * progmodes/compile.el: Add handling for makepplog.
4703
4704 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
4705
4706 * textmodes/ispell.el (ispell-change-dictionary): Ensure that
4707 aspell dictionaries are initialized when called non-interactively.
4708
4709 2007-01-19 Chong Yidong <cyd@stupidchicken.com>
4710
4711 * progmodes/compile.el (compilation-loop): New arg limit.
4712 Handle case where the first error is at point-min.
4713 (compilation-next-error): New arg to compilation-loop call.
4714
4715 2007-01-18 Bruno Haible <bruno@clisp.org> (tiny change)
4716
4717 * info.el (Info-default-dirs): Change default info dir to
4718 share/info.
4719
4720 * paths.el (Info-default-directory-list): Ditto.
4721
4722 2007-01-18 Chris Moore <christopher.ian.moore@gmail.com>
4723
4724 * hexl.el (hexl-before-revert-hook): New function.
4725 (hexl-mode): Use it.
4726 (hexl-after-revert-hook): Just call hexl-mode.
4727 (hexl-mode-exit): Remove before-revert-hook.
4728
4729 2007-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
4730
4731 * isearch.el (isearch-no-upper-case-p): Look for [:upper:] as well.
4732
4733 2007-01-16 Martin Rudalics <rudalics@gmx.at>
4734
4735 * textmodes/ispell.el (ispell-dictionary-alist-3): Replace "---"
4736 by "-" in francais7 otherchars entry.
4737 (ispell-dictionary-alist-5): Replace "." by "[.]" for polish
4738 otherchars entry.
4739
4740 2007-01-15 Karl Fogel <kfogel@red-bean.com>
4741
4742 * bookmark.el (bookmark-buffer-file-name): Abbreviate the bookmark
4743 path. Rewrite function in `cond' style for readability.
4744
4745 Suggested by: Stephen Eglen <S.J.Eglen{_AT_}damtp.cam.ac.uk>.
4746 (The path shortening, that is, not the rearrarangement.)
4747
4748 2007-01-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4749
4750 * term/mac-win.el (mac-ae-quit-application): New function.
4751 (mac-apple-event-map): Bind "quit application" Apple event to it.
4752
4753 2007-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
4754
4755 * vc-svn.el (vc-svn-parse-status): Trust the filename argument more
4756 than the program's output.
4757
4758 2007-01-14 Juanma Barranquero <lekktu@gmail.com>
4759
4760 * kmacro.el (kmacro-insert-counter, kmacro-set-counter)
4761 (kmacro-start-macro-or-insert-counter)
4762 (kmacro-step-edit-prefix-commands): Fix typos in docstrings.
4763 (kmacro-call-ring-2nd, kmacro-call-ring-2nd-repeat): Doc fixes.
4764
4765 * longlines.el (longlines-show-hard-newlines):
4766 * ruler-mode.el (ruler-mode-ruler):
4767 * emulation/keypad.el (keypad-setup):
4768 * progmodes/antlr-mode.el (antlr-indent-at-bol-alist):
4769 Fix typo in docstring.
4770
4771 2007-01-13 Mathias Dahl <mathias.dahl@gmail.com>
4772
4773 * tumme.el (tumme-cmd-rotate-original-options): Add -outfile option.
4774 Remove redirect character ">".
4775
4776 2007-01-13 Juanma Barranquero <lekktu@gmail.com>
4777
4778 * replace.el (perform-replace): Remove leftover code.
4779
4780 2007-01-12 Richard Stallman <rms@gnu.org>
4781
4782 * replace.el (perform-replace): Don't clear NODENT when computing
4783 the replacement string.
4784
4785 2007-01-11 Michael Albinus <michael.albinus@gmx.de>
4786
4787 * net/tramp.el (tramp-handle-file-local-copy):
4788 Set `enable-multibyte-characters' to nil. Reported by Chris Moore
4789 <christopher.ian.moore@gmail.com>.
4790
4791 2007-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
4792
4793 * diff-mode.el (diff-sanity-check-context-hunk-half)
4794 (diff-sanity-check-hunk): New functions.
4795 (diff-find-source-location): Use'em to check the hunks are well-formed.
4796
4797 * hexl.el (hexlify-buffer, dehexlify-buffer): Don't complain and don't
4798 activate undo when undo is not active.
4799 Reported by Chris Moore <christopher.ian.moore@gmail.com>.
4800
4801 2007-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
4802
4803 * ffap.el (ffap-next-regexp, ffap-machine-p, ffap-newsgroup-regexp)
4804 (ffap-newsgroup-p, ffap-alist, ffap-string-at-point-mode-alist)
4805 (ffap-url-at-point): Use char-classes rather than "a-z".
4806
4807 2007-01-10 Juanma Barranquero <lekktu@gmail.com>
4808
4809 * ediff-init.el (ediff-autostore-merges):
4810 * textmodes/fill.el (fill-region): Doc fix.
4811
4812 2007-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
4813
4814 * server.el (server-ensure-safe-dir): UIDs may be floats.
4815
4816 2007-01-10 Richard Stallman <rms@gnu.org>
4817
4818 * battery.el (battery-linux-proc-acpi): Use ignore-errors
4819 around calls to directory-files.
4820
4821 * subr.el (momentary-string-display): Use save-excursion.
4822
4823 * emacs-lisp/pp.el (pp-eval-expression): Once again eval the
4824 argument, but read it as `X' does.
4825
4826 2007-01-09 Juri Linkov <juri@jurta.org>
4827
4828 * info.el (Info-fontify-node): Don't hide node names of index entries.
4829
4830 * faces.el (momentary): Change :group to basic-faces where all
4831 basic faces belong to. Add :version.
4832
4833 2007-01-09 Lennart Borgman <lennart.borgman.073@student.lu.se>
4834
4835 * tutorial.el (tutorial--display-changes): Show M-x sequence if no
4836 keybinding is found.
4837 (tutorial--find-changed-keys): Never treat null keybinding as a
4838 remapping.
4839
4840 2007-01-09 Martin Rudalics <rudalics@gmx.at>
4841
4842 * wdired.el (wdired-xcase-word): Skip non-word read-only characters.
4843
4844 2007-01-09 Kenichi Handa <handa@m17n.org>
4845
4846 * international/mule-cmds.el
4847 (select-safe-coding-system-interactively): Fix message.
4848
4849 2007-01-09 Michael Albinus <michael.albinus@gmx.de>
4850
4851 * net/tramp.el (tramp-process-one-action): Remove `with-timeout'.
4852 (tramp-process-actions): Add optional parameter TIMEOUT.
4853 (tramp-open-connection-telnet, tramp-open-connection-rsh)
4854 (tramp-open-connection-su): Add timeout of 60".
4855
4856 2007-01-09 Richard Stallman <rms@gnu.org>
4857
4858 * progmodes/compile.el (compile): Doc fix.
4859
4860 2007-01-09 Markus Triska <markus.triska@gmx.at>
4861
4862 * tumme.el (tumme-display-thumb): Doc fix.
4863
4864 2007-01-08 Juanma Barranquero <lekktu@gmail.com>
4865
4866 * battery.el (battery-search-for-one-match-in-files):
4867 * bindings.el (mode-line-minor-mode-help):
4868 * x-dnd.el (x-dnd-types-alist):
4869 * calendar/icalendar.el (icalendar-import-buffer):
4870 * term/mac-win.el (mac-dnd-types-alist): Fix typo in docstring.
4871
4872 * progmodes/vhdl-mode.el (vhdl-save-caches): Fix typo in error message.
4873
4874 2007-01-07 Chris Moore <christopher.ian.moore@gmail.com>
4875
4876 * replace.el (replace-regexp): Fix typo in docstring.
4877
4878 2007-01-07 Alan Mackenzie <acm@muc.de>
4879
4880 * progmodes/cc-langs.el (c-operators, c-filter-ops):
4881 Amend doc-string and comments.
4882
4883 2007-01-06 Eli Zaretskii <eliz@gnu.org>
4884
4885 * files.el (abbreviate-file-name): Doc fix.
4886
4887 2007-01-06 Markus Triska <triska@gmx.at>
4888
4889 * subr.el (split-string): Remove spurious ")" from doc string.
4890
4891 2007-01-05 Takaaki Ota <Takaaki.Ota@am.sony.com>
4892
4893 * textmodes/table.el (table--warn-incompatibility):
4894 Use display-warning instead of momentary-string-display.
4895
4896 2007-01-05 Richard Stallman <rms@gnu.org>
4897
4898 * image.el (image-type-header-regexps): Recognize xbm more strictly.
4899
4900 * simple.el (backward-kill-word): Doc fix.
4901
4902 2007-01-05 Romain Francoise <romain@orebokech.com>
4903
4904 * international/mule.el (sgml-html-meta-auto-coding-function):
4905 Ensure that the buffer contains a HTML document.
4906
4907 2007-01-05 Dan Nicolaescu <dann@ics.uci.edu>
4908
4909 * faces.el (momentary): Move here ...
4910 * subr.el (momentary): ... from here.
4911
4912 2007-01-05 Nick Roberts <nickrob@snap.net.nz>
4913
4914 * progmodes/gdb-ui.el (gdb-max-children): New customizable variable.
4915 (gdb-speedbar-expand-node): Ask user for confirmation before expanding
4916 large structures/arrays.
4917
4918 2007-01-04 Juanma Barranquero <lekktu@gmail.com>
4919
4920 * files.el (find-file-noselect-1, set-visited-file-name):
4921 Allow backup-enable-predicate to be nil.
4922
4923 2007-01-04 Andreas Schwab <schwab@suse.de>
4924
4925 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Fix typo in
4926 last change.
4927
4928 2007-01-03 Richard Stallman <rms@gnu.org>
4929
4930 * woman.el (woman-decode-buffer): Clarify error message.
4931
4932 2007-01-03 Alan Mackenzie <acm@muc.de>
4933
4934 * progmode/cc-cmds.el (c-mask-paragraph): Fix yesterday's buggy patch.
4935
4936 2007-01-03 Chris Moore <christopher.ian.moore@gmail.com>
4937
4938 * tutorial.el (tutorial--describe-nonstandard-key): Fix typo.
4939
4940 2007-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
4941
4942 * iswitchb.el (iswitchb-global-map): Use command-remapping if available.
4943
4944 2007-01-02 Juanma Barranquero <lekktu@gmail.com>
4945
4946 * emulation/viper.el (viper-custom-file-name, viper-mode):
4947 Fix typos in docstrings.
4948
4949 * subr.el (momentary-string-display): After moving point, set POS
4950 variable to it to avoid later errors once the buffer is modified.
4951 Doc fix.
4952
4953 2007-01-02 Alan Mackenzie <acm@muc.de>
4954
4955 * progmodes/cc-cmds.el (c-mask-paragraph): In a block comment,
4956 check that the "*/" is present before trying to manipulate it.
4957
4958 2007-01-02 Richard Stallman <rms@gnu.org>
4959
4960 * wid-edit.el (widget-choose): Avoid ugly error for function keys.
4961
4962 * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords):
4963 Fix format of value.
4964
4965 * cus-edit.el (customize-unsaved): Rename from customize-customized.
4966 Change messages accordingly.
4967 (customize-customized): Now alias.
4968
4969 2007-01-02 Juanma Barranquero <lekktu@gmail.com>
4970
4971 * files.el (version-control): Doc fix.
4972
4973 2007-01-01 Alan Mackenzie <acm@muc.de>
4974
4975 * progmodes/cc-engine.el (c-guess-basic-syntax, case 5N):
4976 Check the format of c-state-cache is valid for an optimisation before
4977 using it.
4978
4979 * progmodes/cc-engine.el (c-guess-basic-syntax): New case 5Q "we
4980 are at a statement within a macro". Other changes so that only
4981 the first continuation line in a macro gets the symbol
4982 `cpp-define-intro', the others getting `statement', or whatever.
4983
4984 * progmodes/cc-cmds.el (c-context-line-break): When invoked within
4985 a string, preserve whitespace. Add a backslash only when also in
4986 a macro.
4987
4988 * progmodes/cc-defs.el: Correct typos.
4989
4990 * progmodes/cc-cmds.el (c-context-line-break): Don't indent the
4991 new line after an escaped EOL in a string.
4992
4993 * progmodes/cc-engine.el (c-forward-label): Recognise "foo:" as a
4994 label when it directly follows "else", "do", ....
4995
4996 * progmodes/cc-engine.el (c-backward-<>-arglist): Tolerate empty
4997 angle brackets (as seen in "explicit specialisations" of C++
4998 templates).
4999
5000 * progmodes/cc-vars.el (c-indentation-style): Mention c-file-style
5001 in the doc-string.
5002
5003 * progmodes/cc-cmds.el (c-mask-paragraph): Fix for C comments,
5004 when the comment ender looks like "=========*/" and is alone on
5005 its line.
5006
5007 * progmodes/cc-langs.el, progmodes/cc-engine.el: Correct the
5008 spelling of c-opt-op-identiTier-prefix, t -> f. Leave an alias
5009 for the old name.
5010
5011 * progmodes/cc-mode.el: Bind C-M-a and C-M-e to
5012 c-\(beginning\|end\)-of-defun by default.
5013
5014 * progmodes/cc-align.el (c-lineup-gnu-DEFUN-intro-cont):
5015 New line-up function, for the DEFUN macro in the Emacs C sources.
5016 Only used in "gnu" style.
5017
5018 * progmodes/cc-styles.el (c-style-alist): Use this new function in
5019 the "gnu" style.
5020
5021 * progmodes/cc-cmds.el (c-electric-slash): Extend the handling of
5022 clean-up comment-close-slash also to work when there's a comment
5023 terminator on the line.
5024 (c-beginning-of-defun, c-end-of-defun): Refactor and optimise
5025 these for large arg - only take account of top level {..}, except
5026 for initial and final adjustments. M-- C-M-[ae] now go to the
5027 right defuns when the starting point is between defuns. They use
5028 the four new functions:
5029 (c-in-function-trailer-p, c-where-wrt-brace-construct)
5030 (c-backward-to-nth-BOF-{, c-forward-to-nth-EOF-}): New functions to
5031 support c-\(beginning\|end\)-of-defun.
5032
5033 * progmodes/cc-engine.el (c-forward-label): Analyze ":"
5034 expressions more rigorously, to exclude bit-field specifiers from
5035 being classed as labels.
5036 (c-forward-label): When analyzing a ":" within a macro, be careful
5037 about using c-forward-syntactic-ws at the macro beginning.
5038 (c-beginning-of-decl-1): Whilst searching for "=" as evidence of a
5039 stmt boundary, check for "operator=", etc.
5040
5041 * progmodes/cc-mode.el (c-postprocess-file-styles):
5042 Bind inhibit-read-only to t, around the call to
5043 c-remove-any-local-eval-or-mode-variables, so that it works on a
5044 RO file.
5045
5046 * progmodes/cc-defs.el (c-version): Update the version number to
5047 "5.31.4".
5048
5049 2007-01-01 Richard Stallman <rms@gnu.org>
5050
5051 * isearch.el (isearch-done): Use FOUND-POINT or FOUND-START
5052 only if we restored isearch-window-configuration.
5053
5054 2006-12-31 Romain Francoise <romain@orebokech.com>
5055
5056 * net/tramp.el (tramp-default-method): Don't use `symbol-function'.
5057
5058 2006-12-31 Kim F. Storm <storm@cua.dk>
5059
5060 * files.el (auto-mode-case-fold): New defcustom.
5061 (set-auto-mode): If non-nil, perform second case-sensitive pass
5062 through auto-mode-alist if first pass failed.
5063
5064 2006-12-30 Richard Stallman <rms@gnu.org>
5065
5066 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Doc fix.
5067
5068 2006-12-30 Ken Manheimer <ken.manheimer@gmail.com>
5069
5070 * allout.el (allout-encrypt-string): Handle symmetric-key
5071 passphrase caching but leave keypair caching to pgg.
5072
5073 2006-12-30 Michael Albinus <michael.albinus@gmx.de>
5074
5075 Sync with Tramp 2.0.55.
5076
5077 * net/tramp.el (tramp-completion-mode): Use `wholenump' instead of
5078 `integerp'. `char-equal' could fail else in case of negative
5079 numbers. Reported by Toby Speight <T.M.Speight.90@cantab.net>.
5080 (top): Check for `font-lock-add-keywords' before calling; it
5081 doesn't exist under XEmacs.
5082 (tramp-yn-prompt-regexp): Fix regexp. Add question from plink.
5083 (tramp-completion-mode): Remove clause (not
5084 tramp-unified-filenames), because the function is called in other
5085 context too, where this check results in wrong results in the
5086 XEmacs case on Windows.
5087 (tramp-touch): UTC handling is not possible for XEmacs.
5088
5089 2006-12-30 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5090
5091 * scroll-bar.el (previous-scroll-bar-mode): New variable
5092 (set-scroll-bar-mode): Set previous-scroll-bar-mode.
5093 (scroll-bar-mode): Use previous-scroll-bar-mode if set.
5094
5095 * term/x-win.el: Set scroll bar mode to right if set by X resources.
5096
5097 2006-12-30 Richard Stallman <rms@gnu.org>
5098
5099 * files.el (make-backup-file-name-1): Precompute abs name
5100 but don't lose the relative name.
5101
5102 * international/mule-cmds.el (select-safe-coding-system-interactively):
5103 Fix message.
5104
5105 2006-12-30 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
5106
5107 * files.el (backup-buffer): Show entire backup file name in msg.
5108
5109 2006-12-30 Juanma Barranquero <lekktu@gmail.com>
5110
5111 * image.el (image-type-header-regexps, image-type-from-data)
5112 (image-type-from-buffer, image-type-from-file-header):
5113 Revert changes from 2006-12-26.
5114 (image-type-auto-detectable): New variable.
5115 (image-type-auto-detected-p): New function.
5116
5117 * files.el (magic-mode-alist): Detect image files with
5118 `image-type-auto-detected-p' instead of `image-type-from-buffer'.
5119
5120 2006-12-29 Nick Roberts <nickrob@snap.net.nz>
5121
5122 * dired.el (dired-sort-other): Move test for dired-mode...
5123 (dired-sort-set-modeline): ...to here.
5124
5125 2006-12-29 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
5126
5127 * textmodes/fill.el (fill-comment-paragraph): Document 2006-12-24
5128 change. Suggested by Stefan Monnier.
5129
5130 2006-12-29 Kim F. Storm <storm@cua.dk>
5131
5132 * emacs-lisp/bindat.el (bindat--unpack-group, bindat--length-group)
5133 (bindat--pack-group): Let-bind COUNT during repeat block evaluation.
5134
5135 2006-12-27 Kim F. Storm <storm@cua.dk>
5136
5137 * emacs-lisp/authors.el (authors-aliases): Anchor FSF alias regexp,
5138 so it doesn't accidentally match an fsf.org mail address.
5139 (authors-renamed-files-alist): Add tcover-*.el.
5140
5141 2006-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
5142
5143 * vc-arch.el (vc-arch-find-version): New function.
5144
5145 * vc-hooks.el (vc-version-backup-file-name): Revision names may be
5146 composed of arbitrary characters (even /) in some systems.
5147
5148 2006-12-27 Eli Zaretskii <eliz@gnu.org>
5149
5150 * international/mule-cmds.el (select-safe-coding-system-interactively):
5151 Improve the message in the *Warning* buffer.
5152
5153 2006-12-27 Kim F. Storm <storm@cua.dk>
5154
5155 * ido.el (ido-set-matches-1): Fix last change. If default item is
5156 current buffer, it is ok to be first.
5157
5158 2006-12-27 Kenichi Handa <handa@m17n.org>
5159
5160 * international/mule-cmds.el (select-safe-coding-system-interactively):
5161 Use face `link' for problematic chars.
5162
5163 2006-12-27 Kenichi Handa <handa@m17n.org>
5164
5165 * international/mule-cmds.el (select-safe-coding-system-interactively):
5166 Improve the message in *Warning* buffer.
5167
5168 2006-12-27 Kim F. Storm <storm@cua.dk>
5169
5170 * ido.el (ido-set-matches-1): Never put current buffer first if
5171 there are other matches.
5172
5173 2006-12-26 Nick Roberts <nickrob@snap.net.nz>
5174
5175 * progmodes/gdb-ui.el (gud-watch): Allow duplicate names for watch
5176 expressions.
5177 (gdb-var-delete): Handle duplicate names. Print message for non
5178 root expressions.
5179 (gdb-partial-output-name): Start buffer name with a space.
5180 (gdb-info-breakpoints-custom, gdb-reset): Handle space in above
5181 buffer name.
5182
5183 2006-12-26 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
5184
5185 * mail/footnote.el (Footnote-insert-footnote): Fix the search of the
5186 last footnote when `footnote-spaced-footnotes' is nil.
5187
5188 2006-12-26 Richard Stallman <rms@gnu.org>
5189
5190 * cus-edit.el (custom-browse-sort-alphabetically)
5191 (custom-buffer-sort-alphabetically)
5192 (custom-menu-sort-alphabetically): Doc fixes. Add autoloads.
5193
5194 * image.el (image-type-header-regexps): Change element format
5195 to include third item NOT-ALWAYS.
5196 (image-type-from-data): Handle new format.
5197 (image-type-from-buffer): Handle new format. New arg INCLUDE-MAYBES.
5198 (image-type-from-file-header): Pass t for INCLUDE-MAYBES.
5199
5200 2006-12-26 Guanpeng Xu <herberteuler@hotmail.com>
5201
5202 * add-log.el (add-log-current-defun): Call `forward-sexp'
5203 multiple times to pick a member function name defined as
5204 part of nested classes/namespaces.
5205
5206 2006-12-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5207
5208 * emacs-lisp/easymenu.el (easy-menu-change): New arg MAP to indicate
5209 which keymap should be used to change menu. It does not affect any
5210 existent code.
5211
5212 2006-12-26 Richard Stallman <rms@gnu.org>
5213
5214 * textmodes/fill.el (fill-paragraph): Check for a minibuffer
5215 rather than for being in a minibuffer window.
5216
5217 2006-12-25 Daiki Ueno <ueno@unixuser.org>
5218
5219 * pgg-def.el (pgg-passphrase-coding-system): Default to nil instead of
5220 locale-coding-system.
5221 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with eol-type
5222 LF.
5223
5224 2006-12-25 Michael R. Mauger <mmaug@yahoo.com>
5225
5226 * progmodes/sql.el (sql-mode-abbrev-table): Correct initialization.
5227 (sql-mode-syntax-table): Disable double quoted strings.
5228 (sql-mode-font-lock-object-name): Add TYPE and TYPE BODY.
5229
5230 2006-12-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5231
5232 * startup.el (fancy-splash-last-input-event): New variable.
5233 (fancy-splash-special-event-action): New function.
5234 (fancy-splash-screens): Temporarily bind special events to it.
5235 Execute command for saved special event before exiting from
5236 recursive editing.
5237
5238 * term/mac-win.el (mac-keyboard-translate-char, mac-unread-string):
5239 New functions.
5240 (mac-ts-update-active-input-area, mac-ts-unicode-for-key-event):
5241 Use mac-unread-string.
5242
5243 2006-12-24 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
5244
5245 * textmodes/fill.el (fill-comment-paragraph): Prevent the use of
5246 an optimized comment regexp if `comment-start-skip' uses a ^.
5247 * bs.el (bs--up): Remove interactive spec.
5248
5249 2006-12-24 Chong Yidong <cyd@stupidchicken.com>
5250
5251 * woman.el (woman-decode-buffer): Signal error for alien macro sets.
5252 Suggested by James Cloos.
5253
5254 2006-12-24 Kevin Ryde <user42@zip.com.au>
5255
5256 * calendar/cal-dst.el (calendar-dst-starts): Default to second Sunday
5257 in March.
5258 (calendar-dst-ends): Default to first Sunday in November.
5259
5260 2006-12-24 Ken Manheimer <ken.manheimer@gmail.com>
5261
5262 * allout.el (allout-encrypt-string): Inhibit use of agent within
5263 body of let form where encryption happens. Acknowledge non-use of
5264 gpg-agent in docstring.
5265 (allout-toggle-subtree-encryption): Acknowledge non-use of
5266 gpg-agent in docstring.
5267
5268 2006-12-24 Chong Yidong <cyd@stupidchicken.com>
5269
5270 * custom.el (custom-add-frequent-value): Alias for custom-add-option.
5271
5272 2006-12-23 Michael Kifer <kifer@cs.stonybrook.edu>
5273
5274 * ediff-diff.el (ediff-diff-options): Clarify docstring.
5275 (ediff-setup-diff-regions): Disallow -u in ediff-diff-options.
5276
5277 * viper-cmd.el (viper-post-command-sentinel): Protect against errors
5278 in hooks.
5279 (viper-add-newline-at-eob-if-necessary): Add newline only if we
5280 actually modify buffer; ignore errors if occur.
5281
5282 2006-12-23 Chong Yidong <cyd@stupidchicken.com>
5283
5284 * calendar/calendar.el (calendar-mode-map): Switch < and >.
5285 (calendar-mode-line-format): Use mouse-1 bindings, and tweak
5286 formatting.
5287
5288 2006-12-23 Richard Stallman <rms@gnu.org>
5289
5290 * simple.el (delete-horizontal-space): Doc fix.
5291
5292 2006-12-23 Eli Zaretskii <eliz@gnu.org>
5293
5294 * makefile.w32-in (bootstrap-clean): Run bootstrap-clean-$(SHELLTYPE)
5295 explicitly in a recursive Make, not implicitly through prerequisites,
5296 since the latter is wrong under parallel builds.
5297
5298 2006-12-22 Eli Zaretskii <eliz@gnu.org>
5299
5300 * w32-fns.el (convert-standard-filename): Wrap in save-match-data.
5301
5302 2006-12-22 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
5303
5304 * progmodes/sh-script.el (sh-make-vars-local): Fix a typo in
5305 message string.
5306
5307 2006-12-22 Ben North <ben@redfrontdoor.org> (tiny change)
5308
5309 * outline.el (outline-next-visible-heading): Fix the case with a
5310 header at end-of-file with no final newline.
5311
5312 2006-12-22 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
5313
5314 * indent.el (tab-always-indent): Doc fix.
5315
5316 2006-12-22 Chong Yidong <cyd@stupidchicken.com>
5317
5318 * info.el (Info-fontify-maximum-menu-size): Bump to 1000000.
5319 (Info-fontify-node): Do fontify indices.
5320
5321 * tutorial.el (tutorial--detailed-help): Remove unnecessary link
5322 to the Emacs Lisp reference manual.
5323 (tutorial--tab-map): Remove. All callers changed.
5324 (tutorial--find-changed-keys): New elt QUIET, used to...
5325 (tutorial--display-changes): ...ensure that warning messages are
5326 only issued once per changed key.
5327 (tutorial--remove-remarks): Delete unused code-path.
5328 (lang-strings): Remove extraneous formatting.
5329 (tutorial--save-tutorial): Prompt before saving tutorial state.
5330
5331 2006-12-21 Chong Yidong <cyd@stupidchicken.com>
5332
5333 * tutorial.el: Remove `cl' requirement. Clean up whitespace.
5334 Replace '?\ ' by '?\s' throughout.
5335 (tutorial-warning-face): Inherit font-lock-warning-face. Move to
5336 `help' custom group.
5337 (tutorial--key-description): New function.
5338 (tutorial--display-changes): Remove redundant arg. Scan for all
5339 key sequences to avoid false matches. Cleanup.
5340 (tutorial--saved-dir): Save to a subdirectory in .emacs.d to
5341 reduce homedir pollution.
5342 (help-with-tutorial): Call tutorial--display-changes with no arg.
5343
5344 2006-12-21 Carsten Dominik <dominik@science.uva.nl>
5345
5346 * textmodes/org.el (org-mode-map): Bind org-complete also to M-\t.
5347
5348 2006-12-20 Michael Albinus <michael.albinus@gmx.de>
5349
5350 * net/tramp.el (tramp-default-method): We still need to check for
5351 `executable-find', because it is not bound under Emacs 20.
5352 (tramp-handle-file-name-completion)
5353 (tramp-completion-handle-file-name-completion): Handle optional
5354 parameter PREDICATE.
5355 (tramp-find-default-method): Add code for default values.
5356
5357 2006-12-20 Nick Roberts <nickrob@snap.net.nz>
5358
5359 * progmodes/gdb-ui.el (gdb-stopped): After attaching to a process
5360 make gud-go send "continue".
5361
5362 2006-12-19 Juanma Barranquero <lekktu@gmail.com>
5363
5364 * image.el (image-type-header-regexps): Be more specific detecting `pbm'
5365 and `png' files. Use non-capturing parenthesis for `tiff' regexp.
5366
5367 2006-12-19 Kim F. Storm <storm@cua.dk>
5368
5369 * bindings.el: Bind sigusr1 and sigusr2 in special-event-map
5370 instead of global-map.
5371
5372 * files.el (magic-mode-alist): Allow matching file type by
5373 calling a function at bob. Check for image types by calling
5374 image-type-from-buffer. Suggested by Juanma Barranquero.
5375 (set-auto-mode): Do it.
5376
5377 2006-12-19 Michael Albinus <michael.albinus@gmx.de>
5378
5379 * net/tramp.el (tramp-methods): Introduce new method `scpc'.
5380 Remove "ControlMaster" option from the other `scp*' methods.
5381 (tramp-default-method): Check for ssh-agent before setting to `scp'.
5382
5383 2006-12-18 Carsten Dominik <dominik@science.uva.nl>
5384
5385 * textmodes/org.el (org-mode): Show context after isearch.
5386 (org-show-siblings): New function.
5387 (org-show-context): Use `org-show-siblings'.
5388
5389 2006-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
5390
5391 * emacs-lisp/syntax.el (syntax-ppss-flush-cache, syntax-ppss):
5392 Use syntax-ppss-toplevel-pos.
5393
5394 2006-12-18 Carsten Dominik <dominik@science.uva.nl>
5395
5396 * textmodes/org.el (org-current-line): Make sure that lines are
5397 counted from beginning of buffer.
5398 (org-table-copy-region, org-table-paste-rectangle): Make sure that
5399 lines are counted from beginning of buffer.
5400
5401 2006-12-17 Chong Yidong <cyd@stupidchicken.com>
5402
5403 * info.el (Info-build-node-completions): Signal error if tag-table
5404 marker is not found.
5405
5406 * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
5407
5408 2006-12-17 Alan Mackenzie <acm@muc.de>
5409
5410 * emacs-lisp/lisp.el (beginning-of-defun-raw): Optimise (for
5411 speed) the case when open-paren-in-column-0-is-defun-start is nil.
5412 Based on code by Martin Rudalics.
5413
5414 * progmodes/cc-mode.el (c-basic-common-init): Don't set
5415 open-paren-in-column-0-is-defun-start to nil any more.
5416
5417 2006-12-17 Richard Stallman <rms@gnu.org>
5418
5419 * simple.el (delete-horizontal-space): Use prefix arg.
5420
5421 * help-fns.el (describe-variable): Improve blank separator lines.
5422
5423 * files.el (magic-mode-alist): Mark as risky.
5424
5425 * files.el (make-backup-file-name-1):
5426 Expand backup-directory explicitly.
5427
5428 2006-12-17 Michael Albinus <michael.albinus@gmx.de>
5429
5430 * net/tramp.el (tramp-default-method): Before setting to "pscp",
5431 check whether package password.el is loaded, or Pageant is running.
5432
5433 2006-12-17 Ulf Jasper <ulf.jasper@web.de>
5434
5435 * calendar/icalendar.el (icalendar-version): Increase to "0.14".
5436 (icalendar--rris): First try Emacs, then XEmacs.
5437 (icalendar--convert-ical-to-diary): Doc fix.
5438 Insert newline at end of target file.
5439
5440 2006-12-17 Kim F. Storm <storm@cua.dk>
5441
5442 * outline.el (outline-isearch-open-invisible-function): New defvar.
5443 (outline-flag-region): Use it if non-nil for isearch-open-invisible
5444 overlay property instead of outline-isearch-open-invisible.
5445
5446 2006-12-16 Kim F. Storm <storm@cua.dk>
5447
5448 * ido.el (ido-completion-help): Build ido-cur-list and ido-matches
5449 if ido-directory-too-big is set on entry.
5450 (ido-toggle-ignore, ido-completion-help): Print message while
5451 reading big directory.
5452
5453 2006-12-15 Richard Stallman <rms@gnu.org>
5454
5455 * shell.el (shell): Doc fix.
5456
5457 2006-12-15 Kevin Gallagher <Kevin.Gallagher@boeing.com>
5458
5459 * emulation/edt.el (edt-xserver):
5460 * emulation/edt-mapper.el (edt-xserver): Replace `/' with a `-',
5461 to fix a problem on Cygwin.
5462
5463 * emulation/edt.el
5464 * emulation/edt-mapper.el
5465 * emulation/edt-lk201.el
5466 * emulation/edt-pc.el
5467 * emulation/edt-vt100.el: Update maintainer's email address.
5468
5469 2006-12-15 Simon Marshall <simon@gnu.org>
5470
5471 * progmodes/cc-fonts.el (c-font-lock-declarations): Fix previous change.
5472
5473 2006-12-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5474
5475 * term/mac-win.el (mac-atsu-font-table): Remove defvar.
5476 (mac-handle-font-selection): Use mac-atsu-font-face-attributes
5477 instead of mac-atsu-font-table.
5478 (fontset-default): Specify argument MAXIMUM in x-list-fonts calls.
5479
5480 2006-12-14 Stephen Leake <stephen_leake@member.fsf.org>
5481
5482 * align.el (align-match-tex-pattern): Fix a rare bug which
5483 hanged Emacs.
5484
5485 2006-12-14 Richard Stallman <rms@gnu.org>
5486
5487 * startup.el (use-fancy-splash-screens-p): Use frame-height
5488 instead of window-height. Pass frame to image-size.
5489
5490 2006-12-13 Kenichi Handa <handa@m17n.org>
5491
5492 * international/mule-cmds.el (set-locale-environment):
5493 Set default-sendmail-coding-system too.
5494
5495 2006-12-12 J.D. Smith <jdsmith@as.arizona.edu>
5496
5497 * progmodes/idlw-help.el: Fix copyright notice.
5498
5499 2006-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
5500
5501 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos): New fun.
5502
5503 2006-12-11 Juanma Barranquero <lekktu@gmail.com>
5504
5505 * subr.el (unread-command-char): Reformat obsolescence info.
5506
5507 2006-12-11 Richard Stallman <rms@gnu.org>
5508
5509 * emacs-lisp/cl-macs.el (defstruct): Suppress warnings
5510 about calls to cl-struct-setf-expander.
5511
5512 2006-12-11 Juanma Barranquero <lekktu@gmail.com>
5513
5514 * ediff-merg.el (ediff-show-clashes-only): Doc fix.
5515 (ediff-combination-pattern): Fix typo in docstring.
5516
5517 * textmodes/refer.el (refer-find-entry): Doc fix.
5518 (refer-bib-files-regexp, refer-bib-directory, refer-bib-files)
5519 (refer-cache-bib-files, refer-find-next-entry, refer-yank-key):
5520 Fix tipos in docstrings.
5521
5522 * progmodes/idlwave.el (idlwave-library-path): Fix typos in docstring.
5523
5524 2006-12-10 Kim F. Storm <storm@cua.dk>
5525
5526 * ido.el (ido-init-completion-maps): Remap backward-kill-word
5527 instead of binding M-backspace.
5528
5529 2006-12-10 Juanma Barranquero <lekktu@gmail.com>
5530
5531 * replace.el (replace-match-data, replace-match-maybe-edit):
5532 * calc/calc-aent.el (calc-eval-error):
5533 * emulation/vi.el (vi-char-argument):
5534 * progmodes/cc-langs.el (c-at-vsemi-p-fn)
5535 (c-vsemi-status-unknown-p-fn): Doc fixes.
5536
5537 2006-12-10 Chong Yidong <cyd@stupidchicken.com>
5538
5539 * menu-bar.el (menu-bar-showhide-menu, menu-bar-tools-menu)
5540 (menu-bar-help-menu): Tooltip fixes. Suggested by Francis Wright.
5541
5542 2006-12-10 Masatake YAMATO <jet@gyve.org>
5543
5544 * progmodes/ld-script.el (ld-script-keywords): Fix a typo.
5545
5546 2006-12-09 Chong Yidong <cyd@stupidchicken.com>
5547
5548 * mouse-sel.el (mouse-sel-mode): Register mouse-2 as a click type.
5549
5550 * man.el (Man-xref-button-action): New function. If the
5551 `Man-target-string' button property is a function, assume it
5552 accepts a position argument.
5553 (Man-abstract-xref-man-page): Use it.
5554 (Man-default-man-entry): New optional arg POS.
5555
5556 * wdired.el (wdired-preprocess-symlinks): Make the spaces after
5557 symlink arrows read-only and non-rear-sticky.
5558
5559 2006-12-09 Martin Rudalics <rudalics@gmx.at>
5560
5561 * wdired.el (wdired-change-to-wdired-mode, wdired-finish-edit)
5562 (wdired-search-and-rename): Simplify code.
5563 (wdired-preprocess-files, wdired-preprocess-perms): Make
5564 read-only property of preceding character rear-nonsticky to
5565 avoid that it can be modified. Put old-name and old-link
5566 properties on character preceding name and replace
5567 put-text-property by add-text-properties.
5568 (wdired-get-filename, wdired-get-previous-link): Get old-name
5569 and old-link properties from character preceding name and
5570 simplify code.
5571 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit)
5572 (wdired-perms-to-number): Make local-map property
5573 rear-nonsticky to avoid that text following permissions may be
5574 modified. Use add-text-properties instead of put-text-property
5575 when changing a permission bit.
5576 (wdired-change-to-dired-mode): Remove stickiness properties.
5577
5578 2006-12-09 Juanma Barranquero <lekktu@gmail.com>
5579
5580 * international/mule-cmds.el (register-input-method): Doc fix.
5581
5582 2006-12-09 Masayuki Ataka <masayuki.ataka@gmail.com> (tiny change)
5583
5584 * cmuscheme.el (scheme-start-file): Use `let*', not `let'.
5585
5586 2006-12-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
5587
5588 * textmodes/flyspell.el (flyspell-hack-local-variables-hook): New.
5589 Force buffer local defs evaluation on local variables loading.
5590 (flyspell-mode-on, flyspell-mode-off): Use it in
5591 `hack-local-variables-hook'.
5592
5593 2006-12-09 Eli Zaretskii <eliz@gnu.org>
5594
5595 * emacs-lisp/find-func.el (find-variable): Doc fix.
5596
5597 * help-fns.el (variable-at-point): Doc fix.
5598
5599 * w32-fns.el (w32-append-code-lines): New function.
5600
5601 2006-12-09 Romain Francoise <romain@orebokech.com>
5602
5603 * comint.el (comint-insert-input): Delete obsolete comment.
5604
5605 2006-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
5606
5607 * net/browse-url.el (browse-url): Set DISPLAY to the one of the
5608 current frame, in case we're connected to several displays.
5609
5610 2006-12-08 Juanma Barranquero <lekktu@gmail.com>
5611
5612 * frame.el (other-frame): Doc fix.
5613 (set-frame-parameter): Fix typo in docstring.
5614
5615 2006-12-07 Kim F. Storm <storm@cua.dk>
5616
5617 * info.el (Info-index): Strip leading colon from topic.
5618
5619 2006-12-07 Nick Roberts <nickrob@snap.net.nz>
5620
5621 * progmodes/gud.el (gud-speedbar-buttons): Deal with references
5622 to pointers.
5623
5624 2006-12-05 J.D. Smith <jdsmith@as.arizona.edu>
5625
5626 * progmodes/idlwave.el (idlwave-xml-create-class-method-lists):
5627 Trim out spurious class inheritance "None" entries.
5628
5629 2006-12-05 Kim F. Storm <storm@cua.dk>
5630
5631 * emulation/cua-base.el (cua-paste-pop-rotate-temporarily): Doc fix.
5632 (cua-paste-pop): Rework last change for
5633 cua-paste-pop-rotate-temporarily, so first M-y and C-y works alike,
5634 pasting the head of the kill-ring, and prefix arg C-u M-y inserts the
5635 text inserted by the last M-y command.
5636
5637 2006-12-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
5638
5639 * cmuscheme.el (run-scheme, scheme-start-file): Search the start
5640 file in ~/.emacs.d as `init_SCHEMENAME.scm' instead.
5641
5642 * shell.el (shell): Search the start file in ~/.emacs.d as
5643 `init_SHELLNAME.sh' instead.
5644
5645 2006-12-05 Glenn Morris <rgm@gnu.org>
5646
5647 * progmodes/cperl-mode.el (cperl-mode)
5648 * progmodes/f90.el (f90-mode-abbrev-table)
5649 * progmodes/fortran.el (fortran-mode-abbrev-table)
5650 * progmodes/octave-mod.el (octave-abbrev-table)
5651 * progmodes/sql.el (sql-mode-abbrev-table): Define abbrevs even
5652 if abbrev-table is non-nil (saved user abbrevs may have been restored).
5653
5654 * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init): Do not
5655 clear abbrev table, else saved abbrevs will not be restored.
5656
5657 2006-12-04 Juanma Barranquero <lekktu@gmail.com>
5658
5659 * facemenu.el (facemenu-unlisted-faces): Put obsolescence info in
5660 the call to `make-obsolete-variable', not in the docstring.
5661
5662 2006-12-04 Chong Yidong <cyd@stupidchicken.com>
5663
5664 * facemenu.el (facemenu-unlisted-faces): Define as obsolete variable.
5665
5666 2006-12-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5667
5668 * progmodes/ebnf-abn.el:
5669 * progmodes/ebnf-bnf.el:
5670 * progmodes/ebnf-dtd.el:
5671 * progmodes/ebnf-ebx.el:
5672 * progmodes/ebnf-iso.el:
5673 * progmodes/ebnf-otz.el:
5674 * progmodes/ebnf-yac.el:
5675 * progmodes/ebnf2ps.el:
5676 * delim-col.el:
5677 * printing.el:
5678 * ps-bdf.el:
5679 * ps-mule.el:
5680 * ps-print.el: Remove 'Time-stamp' comment mark.
5681
5682 * printing.el (pr-menu-bind): Replace 'easy-menu-change' by
5683 'easy-menu-add-item' when called in Emacs 21 or higher.
5684
5685 2006-12-04 Stephen Leake <stephen_leake@stephe-leake.org>
5686
5687 * progmodes/ada-xref.el (ada-check-current): Doc fix.
5688 (ada-make-body-gnatstub): Doc fix. Remove redundant `progn'.
5689
5690 2006-12-04 Kim F. Storm <storm@cua.dk>
5691
5692 * bindings.el (global-map): Bind [signal t] to ignore, to have
5693 user signals ignored by default.
5694
5695 2006-12-04 Juanma Barranquero <lekktu@gmail.com>
5696
5697 * descr-text.el (describe-char-unicode-data): Use a hidden buffer for
5698 Unicode data file pointed to by `describe-char-unicodedata-file'.
5699
5700 2006-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
5701
5702 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Fix pathological
5703 O(n^2) regexp-search by anchoring the search.
5704
5705 2006-12-04 Dan Nicolaescu <dann@ics.uci.edu>
5706
5707 * whitespace.el (whitespace-cleanup-internal): Use current
5708 argument for recursive call.
5709
5710 2006-12-04 Michael Albinus <michael.albinus@gmx.de>
5711
5712 * net/tramp.el (tramp-methods): Add "ControlPath" and
5713 "ControlMaster" to scp, scp1 and scp2 methods. Suggested by
5714 Andreas Schwab <schwab@suse.de>.
5715 (tramp-do-copy-or-rename-file-out-of-band)
5716 (tramp-open-connection-rsh): Compute format spec for ?t.
5717 (tramp-process-actions): Trace command parameters.
5718
5719 2006-12-04 Nick Roberts <nickrob@snap.net.nz>
5720
5721 * simple.el (toggle-truncate-lines): Clarify doc string.
5722
5723 * progmodes/gdb-ui.el (gdb-var-delete-children): New function.
5724 (gdb-speedbar-expand-node): Use it.
5725
5726 2006-12-04 Richard Stallman <rms@gnu.org>
5727
5728 * progmodes/python.el (python-indent): Add safe-local-variable prop.
5729
5730 * dired.el (dired-revert): Turn off dired-after-readin-hook
5731 around call to dired-readin.
5732
5733 * menu-bar.el (menu-bar-make-toggle): Add "globally"
5734 to echo area messages.
5735 <indicate-empty-lines, case-fold-search>:
5736 Add "globally" to Help string.
5737 <case-fold-search>: MESSAGE arg need not say "globally".
5738 (menu-bar-edit-menu <paste-from-menu>): Rename from select-and-paste.
5739
5740 2006-12-03 Liam Healy <lnp@healy.washington.dc.us> (tiny change)
5741
5742 * outline.el (outline-end-of-subtree): Don't leave an empty
5743 line hidden as we would a real next heading.
5744
5745 2006-12-03 Ken Manheimer <ken.manheimer@gmail.com>
5746
5747 * allout.el (allout-ascend): Add an optional argument to preserve
5748 original position of point when unsuccessful. Also, fix a
5749 docstring error.
5750 (allout-yank-processing): Fix depth shift of multiple-topic so yanks
5751 work again, using allout-ascend's new option.
5752 (allout-setup-mode-map): Extract from allout-mode to initialize
5753 allout-mode-map. Call it on file load, so the mode docstring
5754 substitutions work even if allout mode has not yet been invoked.
5755 (allout-mode): Use new allout-setup-mode-map to track any keybinding
5756 customizations since the map was last processed. Also, refine the
5757 docstring so it's ship-shape for release.
5758 (allout-default-layout, allout-beginning-of-line-cycles)
5759 (allout-distinctive-bullets-string, allout-use-mode-specific-leader)
5760 (allout-encrypt-unencrypted-on-saves, allout-inhibit-auto-fill)
5761 (allout-version, allout-layout, allout-infer-body-reindent)
5762 (allout-infer-header-lead-and-primary-bullet, allout-view-change-hook)
5763 (allout-init, allout-mode, allout-next-heading, allout-chart-subtree)
5764 (allout-previous-heading, allout-goto-prefix-doublechecked)
5765 (allout-current-bullet-pos, allout-next-sibling-leap)
5766 (allout-pre-command-business, allout-encrypted-type-prefix)
5767 (allout-make-topic-prefix, allout-open-topic, allout-rebullet-heading)
5768 (allout-rebullet-topic, allout-rebullet-topic-grunt)
5769 (allout-flag-region, allout-expose-topic, allout-expose-topic)
5770 (allout-old-expose-topic, allout-listify-exposed)
5771 (allout-process-exposed, allout-latex-verb-quote)
5772 (allout-latex-verbatim-quote-curr-line, allout-adjust-file-variable)
5773 (allout-toggle-current-subtree-encryption)
5774 (allout-toggle-subtree-encryption, allout-bullet-isearch):
5775 Remove extraneous open-paren and close paren string escapes.
5776
5777 2006-12-03 Juanma Barranquero <lekktu@gmail.com>
5778
5779 * progmodes/ada-xref.el (is-windows, ada-find-in-src-path): Doc fixes.
5780 (ada-xref-pos-ring-max, ada-xref-project-files, ada-xref-initialize)
5781 (ada-prj-default-comp-cmd, ada-quote-cmd, ada-compile-current):
5782 Fix typos in docstrings.
5783
5784 2006-12-03 Glenn Morris <rgm@gnu.org>
5785
5786 * progmodes/cc-align.el
5787 * progmodes/cc-awk.el
5788 * progmodes/cc-cmds.el
5789 * progmodes/cc-compat.el
5790 * progmodes/cc-defs.el
5791 * progmodes/cc-engine.el
5792 * progmodes/cc-langs.el
5793 * progmodes/cc-menus.el
5794 * progmodes/cc-mode.el
5795 * progmodes/cc-styles.el
5796 * progmodes/cc-vars.el
5797 * progmodes/vhdl-mode.el: Fix Copyright format.
5798
5799 2006-12-02 Chong Yidong <cyd@stupidchicken.com>
5800
5801 * mouse.el (mouse-drag-track): Suppress automatic hscrolling for
5802 initial down event.
5803
5804 2006-12-02 Kim F. Storm <storm@cua.dk>
5805
5806 * emulation/cua-base.el (cua-toggle-set-mark): Doc fix.
5807 (cua-repeat-replace-region): Make M-v more robust.
5808 (cua-paste-pop-rotate-temporarily): New defcustom.
5809 (cua-paste-pop): Use it.
5810 (cua-auto-mark-last-change): New defcustom.
5811 (cua-pop-to-last-change): New helper function.
5812 (cua-set-mark): Use them.
5813
5814 2006-12-01 Nick Roberts <nickrob@snap.net.nz>
5815
5816 * menu-bar.el (toggle-case-fold-search): Clarify doc/help string and
5817 mini-buffer message.
5818
5819 2006-12-01 Juanma Barranquero <lekktu@gmail.com>
5820
5821 * descr-text.el (describe-char-unicodedata-file): Fix typo in docstring.
5822
5823 2006-12-01 Ben North <ben@redfrontdoor.org>
5824
5825 * paren.el: Fix the highlight overlay extension when the user types a
5826 sequence of char very fast just before the open parenthesis.
5827
5828 2006-12-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5829
5830 * ps-mule.el: Eliminate Emacs 20 compatibility.
5831
5832 * ps-print.el: Eliminate Emacs 20 & 21 compatibility.
5833 (ps-print-version): New version 6.7.
5834 (ps-print-quote): Replace '?\ ' by '?\s'.
5835
5836 2006-11-30 Juanma Barranquero <lekktu@gmail.com>
5837
5838 * hexl.el (hexl-goto-address, hexl-forward-char, hexl-forward-short)
5839 (hexl-forward-word, hexl-previous-line, hexl-beginning-of-1k-page)
5840 (hexl-end-of-1k-page): Doc fixes.
5841 (hexl-address-region, hexl-ascii-region, hexl-highlight-line-range):
5842 Fix typos in docstrings.
5843
5844 2006-11-30 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
5845
5846 * ido.el (ido-local-file-exists-p): New. Tell if a file exists
5847 locally, i.e. without using file name handlers.
5848 (ido-read-internal): Allow mono letter host names, avoiding the
5849 `c:' problem by testing if the file exists locally.
5850 (ido-complete, ido-make-file-list, ido-exhibit): Ditto.
5851
5852 2006-11-30 Masatake YAMATO <jet@gyve.org>
5853
5854 * hexl.el (hl-line-range-function, hl-line-face): Declare variables
5855 to avoid bytecomp warnings.
5856 (hexl-mode-old-ruler-function): New variable.
5857 (hexl-follow-line): Bind `hexl-mode-old-hl-line-range-function'
5858 and `hl-line-range-function' after `require' hl-line.
5859 Then bind `hl-line-range-function' and `hl-line-face'.
5860 Don't require frame. Don't use `with-no-warnings'.
5861 (hexl-activate-ruler): Store the original value of
5862 `ruler-mode-ruler-function' to `hexl-mode-old-ruler-function'.
5863 (hexl-mode-exit): Restore the original value of
5864 `ruler-mode-ruler-function'.
5865
5866 2006-11-30 Alin C. Soare <alinsoar@voila.fr> (tiny change)
5867
5868 * hexl.el (hexl-mode-old-hl-line-range-function): New variable.
5869 (hexl-mode-old-hl-line-face): New variable.
5870 (hexl-mode, hexl-mode-exit): Fix the highlighting of the current
5871 line when exit from the hexl-mode.
5872
5873 2006-11-30 Juanma Barranquero <lekktu@gmail.com>
5874
5875 * emacs-lisp/bytecomp.el (byte-optimize, byte-compile-warnings):
5876 Doc fixes.
5877
5878 * international/fontset.el (create-fontset-from-ascii-font)
5879 (create-fontset-from-fontset-spec, x-compose-font-name): Doc fixes.
5880 (fontset-name-p): Fix typo in docstring.
5881
5882 * progmodes/cc-cmds.el (c-indent-exp): Fix typo in docstring.
5883
5884 2006-11-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5885
5886 * ps-bdf.el: Fix maintainer email.
5887
5888 * ps-mule.el: Fix maintainer email. Define functions for Emacs 20
5889 compatibility.
5890
5891 * ps-print.el: Fix maintainer email. Define functions for Emacs 20 &
5892 21 compatibility.
5893 (ps-print-quote): Replace '?\s' by '?\ ' to keep compatibility with
5894 Emacs 20 & 21.
5895
5896 2006-11-29 J.D. Smith <jdsmith@as.arizona.edu>
5897
5898 * progmodes/idlwave.el (idlwave-auto-fill):
5899 Remove paragraph-start let to prevent auto-fill giving up.
5900
5901 2006-11-28 Juanma Barranquero <lekktu@gmail.com>
5902
5903 * vt100-led.el (led-state): Fix typo in previous change.
5904
5905 2006-11-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5906
5907 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
5908 Fix interactive spec of the functions getting defined to make them
5909 work as documented.
5910
5911 2006-11-28 Chong Yidong <cyd@stupidchicken.com>
5912
5913 * startup.el (fancy-splash-screens): Hide initial splash buffer.
5914
5915 2006-11-28 Kim F. Storm <storm@cua.dk>
5916
5917 * icomplete.el (icomplete-tidy, icomplete-exhibit): Check that
5918 icomplete-mode is enabled.
5919
5920 2006-11-28 Carsten Dominik <dominik@science.uva.nl>
5921
5922 * textmodes/org.el (require): Require gnus-sum during compilation
5923 to avoid problem with a macro call.
5924
5925 2006-11-28 Glenn Morris <rgm@gnu.org>
5926
5927 * emacs-lisp/authors.el (authors-aliases): Add new alias.
5928
5929 * progmodes/fortran.el (fortran-font-lock-keywords-4): Add `min'.
5930 (fortran-window-create-momentarily): Do not need string-to-char.
5931
5932 2006-11-28 Richard Stallman <rms@gnu.org>
5933
5934 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
5935 Replace incorrect use of assoc-default with a loop.
5936
5937 * term.el (term-exec-1): Set envvar INSIDE_EMACS.
5938
5939 * simple.el (next-error-find-buffer): Improve messages.
5940
5941 * files.el (revert-buffer): Special error message if file
5942 is now not readable.
5943
5944 * facemenu.el (facemenu-add-new-face): Improve doc strings of
5945 constructed commands.
5946
5947 * comint.el (comint-exec-1): Provide Emacs version and `comint'
5948 in INSIDE_EMACS.
5949
5950 2006-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
5951
5952 * diff-mode.el (diff-mode-map): Add a binding for unified->context.
5953
5954 * server.el: Remove spurious * in docstrings.
5955 (server-process-filter): Exit from recursive editing before processing
5956 a new request.
5957
5958 2006-11-27 J.D. Smith <jdsmith@as.arizona.edu>
5959
5960 * progmodes/hideshow.el (hs-already-hidden-p): Move to end of
5961 line so hidden blocks will be correctly identified.
5962
5963 2006-11-27 Juanma Barranquero <lekktu@gmail.com>
5964
5965 * ledit.el (ledit-save-defun, ledit-mode):
5966 * resume.el (resume-emacs-args-buffer):
5967 * rot13.el (rot13-display-table, rot13-translate-table, rot13)
5968 (rot13-string, rot13-region, rot13-other-window, toggle-rot13-mode):
5969 * vmsproc.el (subprocess-input, start-subprocess, subprocess-command)
5970 (command-send-input, command-kill-line):
5971 * vt100-led.el (led-state, led-on): Fix typos in docstrings.
5972
5973 * autoarg.el (autoarg-kp-mode): Doc fix.
5974
5975 * emacs-lock.el (toggle-emacs-lock): Doc fix. Simplify.
5976 (emacs-lock-check-buffer-lock): Doc fix. Use `when'.
5977 (check-emacs-lock): Doc fix. Simplify.
5978
5979 * iimage.el (iimage-mode-image-regex-alist): Doc fix.
5980 (iimage-mode-buffer): Fix typos in docstring.
5981
5982 * misc.el (zap-up-to-char): Doc fix.
5983
5984 * time-stamp.el: Fix comment and obsolescence string for old
5985 functions. Use `dolist' instead of `while'.
5986
5987 * userlock.el (ask-user-about-lock-help): Fix typos in output message.
5988
5989 * disp-table.el (standard-display-8bit, standard-display-default):
5990 * ebuff-menu.el (electric-buffer-list):
5991 * ehelp.el (electric-help-command-loop):
5992 * font-core.el (font-lock-mode):
5993 * help-macro.el (make-help-screen):
5994 * help.el (describe-minor-mode-completion-table-for-indicator)
5995 (lookup-minor-mode-from-indicator):
5996 * indent.el (tab-to-tab-stop, move-to-tab-stop):
5997 * info-look.el (info-lookup-guess-custom-symbol):
5998 * locate.el (locate-main-listing-line-p, locate-mode, locate-do-setup):
5999 * longlines.el (longlines-wrap-line):
6000 * macros.el (insert-kbd-macro):
6001 * menu-bar.el (menu-bar-update-buffers):
6002 * misc.el (copy-from-above-command):
6003 * mouse.el (mouse-popup-menubar, mouse-buffer-menu-alist):
6004 * newcomment.el (comment-indent):
6005 * novice.el (disabled-command-function):
6006 * sort.el (sort-fields-syntax-table):
6007 * subr.el (momentary-string-display):
6008 * tar-mode.el (tar-header-block-summarize)
6009 (tar-clear-modification-flags):
6010 * terminal.el (terminal-cease-edit, te-more-break-unwind, te-newline)
6011 (te-clear-rest-of-line, te-clear-rest-of-screen, te-clear-screen)
6012 (te-insert-lines, te-delete-lines, te-delete, te-insert-spaces)
6013 (te-delete-char, te-down-vertically-or-scroll):
6014 * time-stamp.el (time-stamp-string-preprocess):
6015 * tmm.el (tmm-add-one-shortcut): "?\ " -> "?\s".
6016
6017 2006-11-26 Nick Roberts <nickrob@snap.net.nz>
6018
6019 * speedbar.el (speedbar-timer-fn): Revert to old behaviour when not
6020 in GUD mode.
6021
6022 * progmodes/gud.el (gud-install-speedbar-variables): Remove bindings:
6023 speedbar-expand-line-descendants, speedbar-contract-line-descendants.
6024
6025 2006-11-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6026
6027 * progmodes/cc-vars.el (c-backslash-column): Add . at end of sentence.
6028
6029 2006-11-26 Stephen Leake <stephen_leake@stephe-leake.org>
6030
6031 * progmodes/ada-mode.el (ada-which-compiler): Fix typo in docstring.
6032 (ada-compile-goto-error): Adapt to new argument profile of
6033 compilation-goto-locus in Emacs 22. Don't check if the various
6034 compile functions are defined; we already do "(require 'compile)".
6035
6036 2006-11-26 Kim F. Storm <storm@cua.dk>
6037
6038 * kmacro.el: Fix commentary.
6039
6040 2006-11-26 Nick Roberts <nickrob@snap.net.nz>
6041
6042 * progmodes/gud.el (gdb): Explain how to run in text command mode
6043 more clearly. Say in error message that multiple debugging
6044 requires restarting GDB.
6045
6046 2006-11-25 Juanma Barranquero <lekktu@gmail.com>
6047
6048 * international/fontset.el (create-fontset-from-fontset-spec): Doc fix.
6049
6050 2006-11-25 Pavel Kobiakov <pk_at_work@yahoo.com>
6051
6052 * progmodes/flymake.el (flymake-posn-at-point-as-event): New function.
6053 (flymake-popup-menu): Use it instead of posn-at-point.
6054
6055 2006-11-25 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6056
6057 * progmodes/cc-vars.el (c-backslash-column):
6058 Mention c-backslash-max-column in documentation for c-backslash-column.
6059
6060 2006-11-24 Lars Hansen <larsh@soem.dk>
6061
6062 * net/tramp.el (tramp-default-method): Under Windows, change from
6063 plink to pscp.
6064 (tramp-copy-failed-regexp, tramp-action-copy-failed): Add.
6065 (tramp-actions-copy-out-of-band):
6066 Add pair (tramp-copy-failed-regexp tramp-action-copy-failed).
6067 (tramp-action-out-of-band): Move "Permission denied" handling to
6068 tramp-action-copy-failed.
6069 (tramp-do-copy-or-rename-file-out-of-band): unwind-protect killing of
6070 process buffer.
6071
6072 2006-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
6073
6074 * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
6075 strings to a single string. Quote `errors-file-name'.
6076 (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
6077 (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
6078 Adjust calls. Use `shell-quote-argument'.
6079
6080 * international/mule.el (load-with-code-conversion)
6081 (with-category-table): Use with-current-buffer.
6082 (after-insert-file-set-coding): Use restore-buffer-modified-p.
6083
6084 2006-11-24 Eli Zaretskii <eliz@gnu.org>
6085
6086 * mail/smtpmail.el (smtpmail-send-it):
6087 Copy buffer-file-coding-system from the mail buffer. Possibly add a
6088 MIME header for the message encoding.
6089 Bind coding-system-for-write around the call to mail-do-fcc.
6090 Use smtpmail-code-conv-from to encode queued mail messages.
6091
6092 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
6093
6094 * tabify.el (tabify-regexp): Doc fix.
6095
6096 * net/rcirc.el (rcirc-buffer-maximum-lines):
6097 * progmodes/gud.el (jdb): Fix space/tab mixup in docstrings.
6098
6099 * play/gomoku.el (gomoku-terminate-game, gomoku-human-takes-back)
6100 (gomoku-prompt-for-move, gomoku-human-plays, gomoku-offer-a-draw):
6101 Fix typos in output messages.
6102 (gomoku-vector-length, gomoku-init-board): Fix typos in docstrings.
6103
6104 2006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
6105
6106 * hexl.el (hexl-mode): Don't try to guess the max-address: get it from
6107 the horse's mouth.
6108 (hexlify-buffer): Don't re-encode an arg that's already encoded.
6109
6110 2006-11-23 Michael Kifer <kifer@cs.stonybrook.edu>
6111
6112 * ediff-diff.el (ediff-exec-process, ediff-same-file-contents):
6113 Remove condition-case.
6114
6115 2006-11-23 Glenn Morris <rgm@gnu.org>
6116
6117 * progmodes/f90.el (f90-comment-indent): Do not move point in
6118 default case.
6119
6120 2006-11-21 Romain Francoise <romain@orebokech.com>
6121
6122 * emacs-lisp/find-func.el (find-library-name): Don't strip ".el"
6123 from library name (reverts change of 2005-10-25).
6124
6125 2006-11-21 Lennart Borgman <lennart.borgman.073@student.lu.se>
6126
6127 * tutorial.el (tutorial--default-keys): Add newline and
6128 delete-backward-char bindings.
6129 (tutorial--detailed-help): Save excursion when finding keys.
6130 Correct warning string for M-x FOO case.
6131 (tutorial--display-changes): Print special keys in tutorial style.
6132 Tweak search regexp for changed keys.
6133
6134 2006-11-21 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
6135
6136 * thingatpt.el (thing-at-point-url-at-point): Don't add a
6137 redundant scheme.
6138
6139 2006-11-21 Diane Murray <disumu@x3y2z1.net> (tiny change)
6140
6141 * thingatpt.el (thing-at-point-uri-schemes): Add schemes that
6142 are new to the list at IANA. Also added irc, mms, mmsh.
6143
6144 2006-11-20 J.D. Smith <jdsmith@as.arizona.edu>
6145
6146 * progmodes/idlw-help.el (idlwave-html-help-location):
6147 Fail gracefully for missing help packages.
6148 (idlwave-help-assistant-open-link): Open full links.
6149 (idlwave-help-assistant-help-with-topic): Direct help link.
6150
6151 * progmodes/idlwave.el (idlwave-mode):
6152 Set add-log-current-defun-function.
6153 (idlwave-current-routine-fullname): Add, to support add-log.
6154 (idlwave-convert-xml-system-routine-info): Simplify XML parsing
6155 to reflect improvements to xml-parse-file.
6156 (idlwave-mode-menu-def): New binding for help-with-topic.
6157
6158 * progmodes/idlw-shell.el (idlwave-shell-filter-directory):
6159 Handle extra newlines and spaces.
6160 (idlwave-shell-mode-map): Add help-with-topic.
6161
6162 2006-11-20 Chong Yidong <cyd@stupidchicken.com>
6163
6164 * tutorial.el (tutorial-warning-face): New face.
6165 (tutorial--detailed-help, tutorial--display-changes): Use it.
6166 (tutorial--find-changed-keys): Check ESC-prefix binding specially.
6167 Improve search pattern for occurrences of changed keys.
6168
6169 2006-11-20 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6170
6171 * term/x-win.el (x-last-cut-buffer-coding): New variable.
6172 (x-select-text): Set it.
6173 (x-cut-buffer-or-selection-value): Check also x-last-cut-buffer-coding
6174 when checking for newness.
6175
6176 2006-11-19 Juanma Barranquero <lekktu@gmail.com>
6177
6178 * subr.el (posn-image):
6179 * progmodes/ebnf2ps.el (ebnf-stop-on-error): Fix typos in docstrings.
6180
6181 * emacs-lisp/regexp-opt.el (regexp-opt): Doc fix.
6182
6183 2006-11-19 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6184
6185 * progmodes/glasses.el (glasses-separate-parentheses-exceptions): New.
6186 Exceptions to the rule "add a space between an identifier and an
6187 opening parenthesis". Defaulted to the `#define' problem of cpp.
6188 (glasses-parenthesis-exception-p): New. Check if the region is an
6189 exception regarding to that.
6190 (glasses-make-readable): Use it.
6191 (glasses-convert-to-unreadable): Ditto. Modify the file also if
6192 `glasses-convert-on-write-p' and `glasses-separate-parentheses-p' are t.
6193
6194 2006-11-19 Chong Yidong <cyd@stupidchicken.com>
6195
6196 * emacs-lisp/bytecomp.el (byte-compile-if): Revert last change.
6197
6198 2006-11-19 Stephen Leake <stephen_leake@stephe-leake.org>
6199
6200 * progmodes/ada-mode.el (ada-make-body): Fix typo.
6201
6202 * progmodes/ada-xref.el (ada-make-body-gnatstub): Fix typo.
6203 (ada-xref-initialize): Fix typo. Use add-hook and remove-hook.
6204
6205 2006-11-18 Chong Yidong <cyd@stupidchicken.com>
6206
6207 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Check `and'
6208 conditions for function or variable bindings.
6209
6210 * comint.el (comint-exec-1): Set EMACS and INSIDE_EMACS to t.
6211
6212 * progmodes/compile.el (compilation-start): Ditto.
6213
6214 2006-11-18 Michael Albinus <michael.albinus@gmx.de>
6215
6216 * net/tramp.el (top): cl and custom are always required.
6217
6218 2006-11-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6219
6220 * term/x-win.el (x-cut-buffer-or-selection-value): Decode text from
6221 cut-buffers with next-selection-coding-system if not nil.
6222
6223 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
6224
6225 * textmodes/org.el (org-fix-decoded-time): New function.
6226 (org-display-custom-time): Use `org-fix-decoded-time'.
6227
6228 2006-11-17 Chong Yidong <cyd@stupidchicken.com>
6229
6230 * menu-bar.el (menu-bar-games-menu): Remove yow.
6231
6232 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
6233
6234 * textmodes/org.el (org-scan-tags): Re-align code fixed.
6235 (org-detach-overlay): Rename from `org-detatch-overlay'.
6236 (org-table-convert-region): Insert space after column separator.
6237 (org-agenda-kill): New command.
6238 (org-metaleft): Call `org-outdent-item' on bullets.
6239 (org-metaright): Call `org-indent-item' on bullets.
6240 (org-timestamp-change): Set `org-last-changed-timestamp'.
6241 (org-current-line): Make sure (bolp) returns correct result.
6242 (org-agenda-change-all-lines): Make sure TODO are highlighted.
6243
6244 2006-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
6245
6246 * pcvs.el (cvs-retrieve-revision): Set buffer-file-coding-system.
6247
6248 2006-11-16 Chong Yidong <cyd@stupidchicken.com>
6249
6250 * mouse.el (global-map): Change 2006-08-16 fix to call
6251 mouse-yank-at-click explicitly, since mouse events are not carried
6252 over into keyboard macros.
6253
6254 2006-11-16 Kim F. Storm <storm@cua.dk>
6255
6256 * ido.el (ido-file-internal): Use current buffer's file name as default
6257 choice for ido-find-alternate-file. Suggested by Matt Hodges.
6258
6259 2006-11-15 Ken Manheimer <ken.manheimer@gmail.com>
6260
6261 * allout.el (allout-doublecheck-at-and-shallower): Clarify docstring.
6262 (allout-inhibit-aberrance-doublecheck): Rename from
6263 allout-during-yank-processing. All callers changed.
6264 (allout-ascend): Provide for unusual case where some topic after
6265 the first in file is at lower depth than the first.
6266 (allout-shift-in): Ensure the offspring of the new containing
6267 topic are exposed.
6268 (allout-encrypt-string): Preserve the coding-system of the text,
6269 according to that of the containing buffer.
6270 (allout-toggle-subtree-encryption): When the text being encrypted
6271 requires a different coding system, offer to preserve the coding
6272 system using a file local var.
6273
6274 2006-11-15 Simon Marshall <simon@gnu.org>
6275
6276 * progmodes/cc-fonts.el (c-font-lock-declarators): Use c-at-toplevel-p
6277 to recognise "T t()" as a function declaration, rather than a
6278 variable instantiation, iff at the top-level or inside a class
6279 declaration. Suggested by Feng Li <fengli@gmail.com>.
6280
6281 2006-11-14 Stephen Leake <stephen_leake@stephe-leake.org>
6282
6283 * progmodes/ada-xref.el (ada-parse-prj-file):
6284 Don't delete project buffer; user may want to edit it.
6285 (ada-xref-set-project-field, ada-xref-current-project-file)
6286 (ada-xref-current-project, ada-show-current-project)
6287 (ada-set-main-compile-application): New functions.
6288 (ada-xref-get-project-field, ada-require-project-file):
6289 Normalize use of ada-prj-default-project-file.
6290 (ada-gdb-application, ada-get-ada-file-name, ada-make-body-gnatstub):
6291 Normalize use of ada-require-project-file.
6292 (ada-prj-find-prj-file): Improve doc string, comments.
6293
6294 * progmodes/ada-mode.el (ada-mode-version): Bump version.
6295 (ada-create-keymap): Add \C-c\C-m 'ada-set-main-compile-application.
6296 (ada-create-menu): Add ada-set-main-compile-application,
6297 ada-show-current-main, ada-show-current-project.
6298
6299 2006-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
6300
6301 * progmodes/python.el (inferior-python-mode-syntax-table): New var.
6302 (inferior-python-mode): Use it.
6303
6304 2006-11-14 Andreas Schwab <schwab@suse.de>
6305
6306 * term/xterm.el (terminal-init-xterm): Add more key bindings.
6307
6308 2006-11-13 Kim F. Storm <storm@cua.dk>
6309
6310 * ido.el (ido-copy-current-word): C-o copies region if active.
6311
6312 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
6313
6314 * textmodes/org.el (org-emph-face): Fix typo in variable name.
6315
6316 2006-11-13 Juanma Barranquero <lekktu@gmail.com>
6317
6318 * ediff.el (ediff-revision):
6319 * files.el (set-visited-file-name):
6320 * mail/rmailout.el (rmail-output-body-to-file):
6321 Use `format', not `message', in `y-or-n-p' call.
6322
6323 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
6324
6325 * textmodes/org.el (org-metaleft): Call `org-outdent-item' on bullets.
6326 (org-metaright): Call `org-indent-item' on bullets.
6327 (org-timestamp-change): Set `org-last-changed-timestamp'.
6328 (org-current-line): Make sure (bolp) returns correct result.
6329 (org-agenda-change-all-lines): Make sure highlighting TODO always works.
6330
6331 2006-11-12 Richard Stallman <rms@gnu.org>
6332
6333 * language/european.el (turkish-case-conversion-enable)
6334 (turkish-case-conversion-disable): New functions.
6335 ("Turkish" lang env): Use them.
6336
6337 * international/characters.el (case table):
6338 Do nothing special for i and I.
6339
6340 * subr.el (remove-overlays): Fix last change.
6341
6342 * cus-edit.el (custom-save-all): Use find-file-visit-truename
6343 for visiting the custom file.
6344
6345 2006-11-12 Markus Triska <triska@gmx.at>
6346
6347 * play/handwrite.el (handwrite): Also process lines not ending
6348 with newline. Replace some position-fiddling with different
6349 logic. Improve performance.
6350
6351 2006-11-12 Stephen Leake <stephen_leake@stephe-leake.org>
6352
6353 * progmodes/ada-xref.el (ada-prj-default-check-cmd): New variable,
6354 replacing deleted variable `ada-check-switch'.
6355 (ada-project-file-extension): Rename to `ada-prj-file-extension'.
6356 (ada-xref-project-files): Improve doc string.
6357 (ada-find-executable): New function.
6358 (ada-initialize-runtime-library): Use `ada-find-executable'.
6359 (ada-xref-set-default-prj-values): In compile commands, don't need
6360 `ada-cd-command'; `compile' does that more portably.
6361 Use ada-prj-default-check-cmd.
6362 (ada-parse-prj-file): Don't set 'debug_post_cmd, 'debug_pre_cmd
6363 properties if not specified in project file.
6364 (ada-goto-declaration): Display useful message for new error
6365 'error-file-not-found.
6366 (ada-get-ada-file-name, ada-find-in-src-path): Signal new error
6367 'error-file-not-found.
6368 (ada-get-all-references): Match latest ali syntax. Signal new
6369 error 'error-file-not-found.
6370 (ada-find-in-ali): Match latest ali syntax.
6371 (ada-make-filename-from-adaname): Handle different semantics of
6372 gnatkr in GNAT 3.15p vs later.
6373
6374 * progmodes/ada-stmt.el (ada-func-or-proc-name): Match changes to
6375 ada-procedure-start-regexp.
6376 (ada-or-accept, ada-or-delay, ada-or-terminate): Improve doc string.
6377
6378 * progmodes/ada-mode.el: Replace conditional (require 'ispell)
6379 with defvar.
6380 (ada-language-version): Rename ada05 -> ada2005.
6381 (ada-align-region-separate): Add `eval-when-compile'.
6382 (ada-name-regexp): Remove unneeded escapes in regexp character
6383 alternative.
6384 (ada-compile-goto-error-file-linenr-re): New constant.
6385 (ada-matching-start-re): Handle additional cases `declare',
6386 `procedure', `function'.
6387 (ada-compile-goto-error): Handle "... at line nn".
6388 (ada-mode): Clearer syntax, comments for ff-special-constructs.
6389 Delete support for old versions of `align'.
6390 (ada-search-prev-end-stmt): Handle additional keyword `private'.
6391 (ada-check-defun-name): Simplify handling of `declare'.
6392 (ada-goto-matching-start): Handle nested `begin ... end'.
6393 Handle `declare', `protected', `procedure', `function'.
6394 (ada-create-menu): Presence of arm95 is not conditional on using
6395 GNAT compiler.
6396
6397 2006-11-12 Juanma Barranquero <lekktu@gmail.com>
6398
6399 * emacs-lisp/re-builder.el (reb-mode): Set `blink-matching-paren' to
6400 nil in the *RE-Builder* buffer (it causes spurious error messages).
6401
6402 * server.el (server-visit-files): If `minibuffer-auto-raise' has
6403 been set to t, respect it.
6404
6405 2006-11-11 Stephen Leake <stephen_leake@stephe-leake.org>
6406
6407 * progmodes/ada-mode.el: Delete `eval-and-compile' around `require'.
6408 Delete commented out code for old Emacs versions. Autoloading of
6409 "ada-xref", "ada-prj" is useful even if compiler is not GNAT.
6410 (ada-mode-version): Bump version number.
6411 (ada-95-string-keywords, ada-2005-string-keywords)
6412 (ada-2005-keywords, ada-name-regexp): New constant.
6413 (ada-language-version, ada-procedure-start-regexp, ada-mode)
6414 (ada-font-lock-keywords): Add support for Ada 2005 keywords.
6415 (ada-package-start-regexp): Support private packages, include package
6416 name (for ada-set-point-accordingly).
6417 (ada-next-procedure, ada-previous-procedure)
6418 (ada-which-function-are-we-in): Match changes to
6419 ada-procedure-start-regexp.
6420 (ada-make-body): Make non-interactive; not a user function.
6421 (ada-make-subprogram-body): Improve doc string.
6422
6423 2006-11-11 Romain Francoise <romain@orebokech.com>
6424
6425 * progmodes/cperl-mode.el (cperl-mode): Before adding to it, make
6426 `compilation-error-regexp-alist' buffer-local, since we changed
6427 `compilation-error-regexp-alist-alist' locally.
6428
6429 2006-11-11 Juanma Barranquero <lekktu@gmail.com>
6430
6431 * server.el (server-visit-files): Bind `minibuffer-auto-raise'
6432 to the value of `server-raise-frame'.
6433
6434 2006-11-11 Glenn Morris <rgm@gnu.org>
6435
6436 * ido.el (ido-enable-prefix)
6437 * ses.el (ses-call-printer-return)
6438 * net/tramp.el (tramp-unified-filenames)
6439 * progmodes/cc-align.el (c-lineup-string-cont)
6440 * progmodes/compile.el (compilation-directory-matcher)
6441 * progmodes/ebnf2ps.el (ebnf-stop-on-error)
6442 * progmodes/vhdl-mode.el (vhdl-reset-active-high)
6443 (vhdl-clock-rising-edge)
6444 * textmodes/org.el (org-export-with-timestamps)
6445 (org-export-remove-timestamps-from-toc)
6446 (org-export-with-tags): Improve previous doc fixes.
6447
6448 2006-11-11 Richard Stallman <rms@gnu.org>
6449
6450 * textmodes/flyspell.el (flyspell-mode-map):
6451 Bind C-c $ instead of M-RET.
6452
6453 2006-11-10 Simon Marshall <simon@gnu.org>
6454
6455 * progmodes/cc-fonts.el (c-font-lock-declarations): Don't overwrite
6456 fontification for "case" and "default" keywords.
6457
6458 2006-11-10 Andreas Schwab <schwab@suse.de>
6459
6460 * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
6461 Avoid starting sentence with "nil".
6462
6463 2006-11-10 Juanma Barranquero <lekktu@gmail.com>
6464
6465 * server.el (server-raise-frame): New option.
6466 (server-switch-buffer): Use it.
6467
6468 2006-11-10 Nick Roberts <nickrob@snap.net.nz>
6469
6470 * progmodes/gdb-ui.el (gdb-many-windows): Start doc string
6471 with a capital.
6472
6473 2006-11-10 Carsten Dominik <carsten.dominik@gmail.com>
6474
6475 * textmodes/org.el (org-show-hierarchy-above)
6476 (org-show-following-heading): Fix typo in default value.
6477 (org-scan-tags): Make the search case-sensitive.
6478 (org-tags-sparse-tree): Don't overrule
6479 `org-show-following-heading' and `org-show-hierarchy-above'.
6480 (org-reveal): New command.
6481 (org-show-context): Rename from `org-show-hierarchy-above'.
6482 (org-fast-tag-selection-single-key): New option.
6483 (org-fast-tag-show-exit, org-set-current-tags-overlay): New functions.
6484 (org-tags-overlay): New variable.
6485 (org-agenda-todo-ignore-deadlines): New option.
6486 ("session"): Add circular data structure `org-mark-ring' to
6487 exceptions list in session.el.
6488 (org-agenda-window-setup, org-agenda-restore-windows-after-quit):
6489 New options.
6490 (org-agenda-quit): Use `org-agenda-restore-windows-after-quit'.
6491 (org-prepare-agenda, org-agenda-quit): Use `org-agenda-window-setup'.
6492 (org-pre-agenda-window-conf, org-blank-before-new-entry): New vars.
6493 (org-finalize-agenda): Activate bracket links in agenda.
6494 (org-at-timestamp-p, org-at-date-range-p): Additional argument
6495 INACTIVE-OK.
6496 (org-show-hierarchy-above, org-show-following-heading):
6497 List values allowed for fine-tuned configuration.
6498 (org-show-hierarchy-above): New argument CONTEXT, use the
6499 fine-tuned settings in `org-show-hierarchy-above' and
6500 `org-show-following-heading'.
6501 (org-display-custom-time): New function.
6502 (org-toggle-time-stamp-overlays, org-insert-time-stamp): New function.
6503 (org-display-custom-times, org-time-stamp-custom-formats):
6504 (org-maybe-intangible): New macro.
6505 (org-activate-bracket-links, org-hide-wide-columns):
6506 Use `org-maybe-intangible'.
6507 (org-open-file): Use `shell-quote-argument'.
6508 (org-display-internal-link-with-indirect-buffer): New option.
6509 (org-file-remote-p): Get regexp from list.
6510 (org-link-expand-abbrev): New function.
6511 (org-link-abbrev-alist): New option.
6512 (org-open-at-point, org-cleaned-string-for-export):
6513 Call `org-link-expand-abbrev'.
6514 (org-timeline, org-agenda-list, org-todo-list)
6515 (org-tags-view): Remove the KEEP-MODES argument.
6516 (org-finalize-agenda-hook): New hook.
6517 (org-get-alist-option): New function.
6518 (org-follow-timestamp-link): New function.
6519 (org-open-at-point): Call `org-follow-timestamp-link'.
6520 (org-log-note-marker, org-log-note-purpose)
6521 (org-log-note-window-configuration): New variables.
6522 (org-add-log-maybe, org-add-log-note, org-store-log-note): New funs.
6523 (org-log-note-headings): New option.
6524 (org-dblock-write:clocktable): Bug fix, removed infinite loop.
6525 (org-store-link): Support for dired-mode.
6526 (org-open-file): Substitute environment variables into filename.
6527 (org-last): New defsubst.
6528 (org-agenda-re-align-tags): New function.
6529 (org-agenda-align-tags-to-column): New option.
6530 (org-agenda-timeline): Group removed.
6531 (org-prepare-agenda, org-prepare-agenda-buffers)
6532 (org-run-agenda-series, org-timeline, org-agenda-list)
6533 (org-todo-list, org-tags-view): Call `org-agenda-prepare' and set
6534 the text property inticating the agenda type.
6535 (org-agenda-post-command-hook): Get agenda type from text property
6536 at point.
6537 (org-agenda): Handle command sets. Set `org-agenda-last-arguments'
6538 and obey `org-agenda-overriding-arguments'.
6539 (org-agenda-overriding-arguments, org-agenda-last-arguments): New vars.
6540 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
6541 (org-agenda-week-view, org-agenda-day-view):
6542 Use `org-agenda-overriding-arguments' to make updating work with
6543 multi-block agendas.
6544 (org-agenda-prefix-format): Allow different formats for the
6545 different agenda entry types.
6546 (org-timeline-prefix-format): Option removed, use
6547 `org-agenda-prefix-format' instead.
6548 (org-prepare-agenda): New function.
6549 (org-select-timeline-window): Option removed, use
6550 `org-select-agenda-window' instead.
6551 (org-respect-restriction): Variable removed.
6552 (org-cmp-tag): New function.
6553 (org-agenda-sorting-strategy, org-entries-lessp):
6554 Implement sorting by last tag.
6555 (org-complete): Better completion in in-buffer option lines.
6556 (org-in-item-p): New function.
6557 (org-org-menu): Add entries for checkboxes.
6558 (org-cycle): Extra brouping in outline-regexp, because it is used
6559 in a search with "^" prepended.
6560 (org-provide-checkbox-statistics): New option.
6561 (org-set-font-lock-defaults): Highlight checkbox statistics.
6562 (org-update-checkbox-count-maybe)
6563 (org-get-checkbox-statistics-face): New functions.
6564 (org-update-checkbox-count): New command.
6565 (org-insert-item, org-toggle-checkbox):
6566 Call `org-update-checkbox-count-maybe'.
6567 (org-export-as-html): XEmacs compatibility for coding system.
6568 (org-force-cycle-archived): New command.
6569 (org-cycle-hide-archived-subtrees): Display message when ARCHIVE
6570 overrules cycling.
6571 (org-fix-position-after-promote): If the line contains only a todo
6572 keyword, add a final space.
6573 (org-promote-subtree, org-demote-subtree):
6574 Call `org-fix-position-after-promote'.
6575
6576 2006-11-10 Glenn Morris <rgm@gnu.org>
6577
6578 * calendar/cal-dst.el: Do not assume DST starts/ends on the same
6579 date in every year.
6580 (calendar-dst-check-each-year-flag): New customizable variable.
6581 (calendar-dst-find-data): New function, extracted from
6582 calendar-current-time-zone.
6583 (calendar-current-time-zone): Use calendar-dst-find-data.
6584 (calendar-dst-transition-cache): New variable.
6585 (calendar-dst-find-startend, calendar-dst-starts)
6586 (calendar-dst-ends): New functions.
6587 (calendar-daylight-savings-starts)
6588 (calendar-daylight-savings-ends): Change value to use
6589 calendar-dst-starts, calendar-dst-ends; respectively.
6590
6591 * progmodes/f90.el (f90-indent-region): Bind case-fold-search to t.
6592
6593 * ido.el (ido-enable-prefix)
6594 * ses.el (ses-call-printer-return)
6595 * net/tramp.el (tramp-unified-filenames)
6596 * progmodes/cc-align.el (c-lineup-string-cont)
6597 * progmodes/compile.el (compilation-directory-matcher)
6598 * progmodes/ebnf2ps.el (ebnf-stop-on-error)
6599 * progmodes/gdb-ui.el (gdb-many-windows)
6600 * progmodes/vhdl-mode.el (vhdl-reset-active-high)
6601 (vhdl-clock-rising-edge)
6602 * textmodes/org.el (org-export-with-timestamps)
6603 (org-export-remove-timestamps-from-toc, org-export-with-tags)
6604 (org-read-date): Doc fix (Nil -> nil).
6605
6606 2006-11-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6607
6608 * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
6609 Encode/decode text to/from cut buffers to/from iso-latin-1 only.
6610
6611 2006-11-10 Juanma Barranquero <lekktu@gmail.com>
6612
6613 * bs.el (bs--window-for-buffer): Remove.
6614 (bs--show-with-configuration): Use `get-window-with-predicate'
6615 instead of `bs--window-for-buffer'.
6616
6617 2006-11-10 Kenichi Handa <handa@m17n.org>
6618
6619 * files.el (revert-buffer): Fix previous change.
6620
6621 2006-11-09 Juanma Barranquero <lekktu@gmail.com>
6622
6623 * bs.el (bs--redisplay): Fix typo in docstring.
6624 (bs--window-config-coming-from): Make frame-local.
6625 (bs--restore-window-config): New function.
6626 (bs-kill, bs-select, bs-select-other-window)
6627 (bs-select-other-frame): Use it.
6628 (bs--window-for-buffer): Return as soon as a matching buffer is found.
6629 (bs--show-with-configuration): Save the window configuration as a
6630 frame local var, and only if *buffer-selection* is not already
6631 visible on this frame.
6632
6633 2006-11-08 Chong Yidong <cyd@stupidchicken.com>
6634
6635 * vc-svn.el (vc-svn-admin-directory): New var.
6636 (vc-svn-registered, vc-svn-responsible-p)
6637 (vc-svn-repository-hostname): Use it.
6638 Suggested by arit93@yahoo.com.
6639
6640 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
6641
6642 * ldefs-boot.el: Regenerate.
6643
6644 2006-11-08 Alan Mackenzie <acm@muc.de>
6645
6646 * emacs-lisp/lisp.el (beginning-of-defun-raw): Code up the
6647 case (eq open-paren-in-column-0-is-defun-start nil) by searching
6648 for least nested open-paren.
6649
6650 2006-11-08 Romain Francoise <romain@orebokech.com>
6651
6652 * subr.el (remove-overlays): Fix typo in last change.
6653
6654 2006-11-08 Richard Stallman <rms@gnu.org>
6655
6656 * subr.el (remove-overlays): Call overlay-recenter.
6657
6658 2006-11-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6659
6660 * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
6661 (pr-ps-name-custom-set, pr-txt-name-custom-set): Return back the old
6662 behaviour.
6663 (pr-menu-bind): Act on global-map instead of menu-bar-file-menu
6664 directly.
6665
6666 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
6667
6668 * ido.el (ido-ignore-extensions, ido-show-dot-for-dired)
6669 (ido-max-dir-file-cache, ido-decorations)
6670 (ido-rewrite-file-prompt-functions, ido-use-mycompletion-depth)
6671 (ido-magic-backward-char, ido-enter-dired)
6672 (ido-enter-insert-buffer, ido-enter-insert-file, ido-dired)
6673 (ido-list-directory, ido-first-match, ido-only-match)
6674 (ido-subdir, ido-indicator): Fix typos in docstrings.
6675 (ido-buffer-internal, ido-completion-help): Fix typos in messages.
6676 (ido-read-internal): Fix typo in error message.
6677
6678 2006-11-08 Kenichi Handa <handa@m17n.org>
6679
6680 * international/mule-cmds.el (set-default-coding-systems):
6681 Always set default-file-name-coding-system to utf-8 for Mac Darwin.
6682
6683 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
6684
6685 * makefile.w32-in (setwins): Remove.
6686 (WINS_ALMOST): New macro.
6687 (WINS): Use it.
6688 (autoloads): Don't extract autoloads from files in obsolete/.
6689
6690 2006-11-07 Chong Yidong <cyd@stupidchicken.com>
6691
6692 * whitespace.el (whitespace-buffer): Call remove-overlays after
6693 overlay-recenter for performance. Suggested by Martin Rudalics.
6694
6695 2006-11-07 Michael Albinus <michael.albinus@gmx.de>
6696
6697 * net/tramp.el (tramp-default-method): scp is the default method.
6698
6699 2006-11-07 Juanma Barranquero <lekktu@gmail.com>
6700
6701 * server.el (server-start): Save also the Emacs pid in the server file.
6702
6703 2006-11-07 Carsten Dominik <dominik@science.uva.nl>
6704
6705 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Preserve
6706 point when displaying a bibtex cross reference in the echo area.
6707
6708 2006-11-06 Juanma Barranquero <lekktu@gmail.com>
6709
6710 * international/mule.el (make-char): Fix typo in docstring.
6711 (load-with-code-conversion, charsetp): Doc fixes.
6712
6713 * international/ja-dic-cnv.el (skkdic-convert):
6714 * cus-edit.el (hook): Fix typo in docstring.
6715
6716 2006-11-06 Chong Yidong <cyd@stupidchicken.com>
6717
6718 * cus-edit.el (custom-mode-map): Move defvar above code using it.
6719 (custom-mode-link-map): New variable.
6720 (custom-group-link, custom-manual): Use follow-link.
6721
6722 2006-11-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6723
6724 * textmodes/bibtex.el: Fix typo in name of author of bibtex.el,
6725 "Mark Shapiro" -> "Marc Shapiro". Update his email address.
6726
6727 2006-11-06 Richard Stallman <rms@gnu.org>
6728
6729 * textmodes/flyspell.el (flyspell-correct-word-before-point):
6730 New function broken out of flyspell-correct-word.
6731 (flyspell-mode-map): Bind it to M-RET.
6732 (flyspell-correct-word): Call it.
6733
6734 * textmodes/fill.el (fill-minibuffer-function): New function.
6735 (fill-paragraph): Bind fill-paragraph-function to
6736 fill-minibuffer-function.
6737
6738 * ruler-mode.el (ruler-mode-map): Add bindings for up-events
6739 so that they aren't undefined.
6740
6741 * dired.el (dired-readin): Locally bind file-name-coding-system.
6742
6743 * bindings.el: Shorten and clarify usual mode line mouse help string.
6744
6745 * Makefile.in (autoloads): Don't include `obsolete'.
6746
6747 2006-11-06 Chong Yidong <cyd@stupidchicken.com>
6748
6749 * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
6750 (pr-ps-name-custom-set, pr-txt-name-custom-set): Don't update the
6751 Printing menu if it's not initialized.
6752 (pr-menu-bind): Act on menu-bar-file-menu directly.
6753
6754 2006-11-06 Juanma Barranquero <lekktu@gmail.com>
6755
6756 * help.el (view-emacs-news): Fix typo in error message.
6757
6758 * menu-bar.el (menu-bar-update-buffers): Fix typo in menu entry.
6759
6760 * shadowfile.el (shadow-define-regexp-group)
6761 (shadow-literal-groups, shadow-insert-var): Doc fixes.
6762 (shadow-read-files): Fix typo in message.
6763 (shadow-inhibit-overload, shadow-find, shadow-suffix)
6764 (shadow-site-match, shadow-write-todo-file, shadow-insert-var)
6765 (shadow-suffix, shadow-site-match, shadow-expand-file-name)
6766 (shadow-file-match): Fix typos in docstrings.
6767
6768 * terminal.el (terminal-emulator): Fix typo in message.
6769
6770 * emacs-lisp/authors.el (authors-fixed-entries): Fix typo.
6771
6772 * emacs-lisp/lselect.el (x-kill-primary-selection)
6773 (x-delete-primary-selection, x-copy-primary-selection):
6774 Fix typos in error messages.
6775
6776 * emulation/edt-mapper.el: Fix typo in interactive message.
6777
6778 * mail/emacsbug.el (report-emacs-bug): Fix typos in output message.
6779
6780 * textmodes/ispell.el (ispell, ispell-local-dictionary-alist)
6781 (ispell-help): Fix typos in docstrings.
6782 (ispell-help): Fix typo in output message.
6783
6784 * allout.el (allout-adjust-file-variable)
6785 (allout-passphrase-verifier-string)
6786 (allout-passphrase-hint-string)
6787 (allout-toggle-current-subtree-encryption):
6788 * apropos.el (apropos-synonyms):
6789 * cus-edit.el (hook):
6790 * emacs-lock.el (emacs-lock-from-exiting):
6791 * follow.el (follow-avoid-tail-recenter-p):
6792 * hexl.el (hexl-mode):
6793 * mouse-copy.el (mouse-copy-work-around-drag-bug):
6794 * mouse.el (mouse-set-font):
6795 * resume.el (resume-emacs-args-file):
6796 * rfn-eshadow.el (file-name-shadow-tty-properties):
6797 * t-mouse.el (t-mouse-process, t-mouse-mode):
6798 * emacs-lisp/cust-print.el (custom-print-install)
6799 (custom-print-uninstall, custom-format):
6800 * emacs-lisp/shadow.el (list-load-path-shadows):
6801 * emulation/tpu-edt.el (tpu-help-text)
6802 (tpu-save-all-buffers-kill-emacs, tpu-emacs-replace)
6803 (tpu-reset-control-keys):
6804 * emulation/vip.el (vip-emacs-local-map)
6805 (vip-change-mode-to-emacs):
6806 * emulation/viper.el (viper-mode, viper-set-hooks)
6807 (viper-major-mode-modifier-list):
6808 * emulation/viper-init.el (viper-emacs-state-cursor-color):
6809 * emulation/viper-keym.el (viper-emacs-kbd-map)
6810 (viper-toggle-key):
6811 * mail/feedmail.el (feedmail-queue-reminder)
6812 (feedmail-queue-reminder-alist, feedmail-confirm-outgoing)
6813 (feedmail-confirm-outgoing-timeout, feedmail-nuke-bcc)
6814 (feedmail-nuke-resent-bcc, feedmail-fill-to-cc-fill-column)
6815 (feedmail-sender-line, feedmail-force-binary-write)
6816 (feedmail-from-line, feedmail-deduce-envelope-from)
6817 (feedmail-x-mailer-line, feedmail-message-id-generator)
6818 (feedmail-date-generator, feedmail-fiddle-plex-user-list)
6819 (feedmail-enable-spray, feedmail-spray-this-address)
6820 (feedmail-spray-address-fiddle-plex-list, feedmail-enable-queue)
6821 (feedmail-queue-runner-confirm-global)
6822 (feedmail-ask-before-queue-prompt)
6823 (feedmail-ask-before-queue-reprompt)
6824 (feedmail-prompt-before-queue-standard-alist)
6825 (feedmail-prompt-before-queue-user-alist)
6826 (feedmail-prompt-before-queue-help-supplement)
6827 (feedmail-queue-use-send-time-for-message-id)
6828 (feedmail-queue-default-file-slug, feedmail-queue-fqm-suffix)
6829 (feedmail-mail-send-hook-splitter, feedmail-mail-send-hook)
6830 (feedmail-mail-send-hook-queued)
6831 (feedmail-confirm-addresses-hook-example)
6832 (feedmail-last-chance-hook, feedmail-before-fcc-hook)
6833 (feedmail-queue-runner-mode-setter)
6834 (feedmail-queue-alternative-mail-header-separator)
6835 (feedmail-queue-runner-message-sender)
6836 (feedmail-buffer-eating-function, feedmail-binmail-template)
6837 (feedmail-run-the-queue-no-prompts)
6838 (feedmail-run-the-queue-global-prompt)
6839 (feedmail-queue-subject-slug-maker, feedmail-fiddle-header)
6840 (feedmail-envelope-deducer, feedmail-fiddle-date)
6841 (feedmail-default-message-id-generator)
6842 (feedmail-fiddle-message-id, feedmail-fiddle-x-mailer)
6843 (feedmail-fiddle-spray-address, feedmail-deduce-address-list):
6844 * mail/vms-pmail.el (vms-pmail-save-and-exit, vms-pmail-abort)
6845 (vms-pmail-setup):
6846 * play/dunnet.el (dun-help):
6847 * play/handwrite.el (handwrite):
6848 * play/hanoi.el (hanoi-unix-64):
6849 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
6850 * textmodes/enriched.el (fixed):
6851 * textmodes/org.el (org-file-apps)
6852 (org-emphasis-regexp-components, org-emphasis-alist):
6853 * textmodes/texinfmt.el (batch-texinfo-format):
6854 Fix typos in docstrings.
6855
6856 2006-11-05 Juanma Barranquero <lekktu@gmail.com>
6857
6858 * loadhist.el (read-feature): Don't complete features not loaded
6859 from a file (which make `unload-feature' to fail).
6860
6861 2006-11-05 Reiner Steib <Reiner.Steib@gmx.de>
6862
6863 * add-log.el (add-log-time-zone-rule): Mark as safe-local-variable.
6864
6865 2006-11-05 Chong Yidong <cyd@stupidchicken.com>
6866
6867 * startup.el (command-line-1): Kill emacs if the last frame is
6868 deleted while evaluating the command-line arguments.
6869
6870 2006-11-05 Richard Stallman <rms@gnu.org>
6871
6872 * startup.el (init-file-had-error): Add doc string.
6873 (fancy-splash-text, fancy-splash-head, fancy-splash-tail):
6874 Use fixed-width font for keyboard key descriptions.
6875
6876 * cus-edit.el (custom-save-all): Error if saving in .emacs
6877 and it had an error when loaded.
6878
6879 * dired-aux.el (dired-copy-file-recursive): Catch errors
6880 from recursive copies in the loop, around the recursive call.
6881
6882 2006-11-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6883
6884 * battery.el (battery-linux-proc-acpi): Search an ac_adapter in
6885 `/proc/acpi/ac_adapter/*'. Ditto for the thermometers in
6886 `/proc/acpi/thermal_zone/*'.
6887 (battery-search-for-one-match-in-files): New. Search a regexp in
6888 the content of some files.
6889
6890 2006-11-05 Martin Rudalics <rudalics@gmx.at>
6891
6892 * window.el (mouse-autoselect-window-now): Remove variable.
6893 (mouse-autoselect-window-state): New variable.
6894 (mouse-autoselect-window-start, mouse-autoselect-window-cancel)
6895 (mouse-autoselect-window-select, handle-select-window):
6896 Rewritten to make mouse-autoselect-window-timer a one-shot timer.
6897 Suspend delayed autoselection during menu or popup dialog.
6898
6899 * info-look.el (info-lookup-guess-custom-symbol): New function
6900 for retrieving symbol at point in custom buffers.
6901 (top level) <info-lookup-maybe-add-help>: Add backquote and
6902 comma to ignored characters in regexps of help specifications
6903 for emacs-lisp-mode and lisp-interaction-mode. This permits
6904 looking up symbols in `...' and after a comma. Add help
6905 specifications for custom-mode and help-mode.
6906
6907 2006-11-04 Eli Zaretskii <eliz@gnu.org>
6908
6909 * mail/rmail.el (rmail-redecode-body): New optional argument RAW.
6910 Don't encode body if RAW is non-nil, or if the old encoding is
6911 identical to the new encoding, or if the body contains only
6912 eight-bit-* characters.
6913
6914 2006-11-04 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
6915
6916 * faces.el (faces-sample-overlay, describe-face): Revert last changes.
6917 (faces-sample-overlay): Remove variable.
6918 (describe-face): Insert sample text in the face being described.
6919
6920 2006-11-04 Martin Rudalics <rudalics@gmx.at>
6921
6922 * whitespace.el (whitespace-indent-regexp): Make this match any
6923 multiples of eight spaces near the beginning of a line.
6924 (whitespace-buffer): Use `remove-overlays' instead of
6925 `whitespace-unhighlight-the-space' and `overlay-recenter' to
6926 speed up overlay handling.
6927 (whitespace-buffer-leading, whitespace-buffer-trailing):
6928 Make these functions highlight the text removed by
6929 `whitespace-buffer-leading-cleanup' and
6930 `whitespace-buffer-trailing-cleanup' respectively.
6931 (whitespace-buffer-search): Use `with-local-quit'.
6932 Move `format' out of loop to speed up scanning larger buffers.
6933 (whitespace-unhighlight-the-space): Remove `remove-hook' since
6934 that function is never added to a hook.
6935 (whitespace-spacetab-regexp, whitespace-ateol-regexp)
6936 (whitespace-buffer-leading-cleanup)
6937 (whitespace-refresh-rescan-list): Fix docstrings.
6938
6939 2006-11-03 Ken Manheimer <ken.manheimer@gmail.com>
6940
6941 * allout.el (allout-during-yank-processing): Cue for inhibiting
6942 aberrance processing during yanks.
6943 (allout-doublecheck-at-and-shallower): Reduce the limit to reduce
6944 the amount of yanked topics that can be aberrant.
6945 (allout-do-doublecheck): Encapsulate this multiply-used recipe in
6946 a function, and supplement with inihibition of doublechecking
6947 during yanks.
6948 (allout-beginning-of-line, allout-next-heading)
6949 (allout-previous-heading, allout-goto-prefix-doublechecked)
6950 (allout-back-to-current-heading, allout-next-visible-heading)
6951 (allout-next-sibling): Use new allout-do-doublecheck function.
6952 (allout-next-sibling): Ensure we made progress when returning
6953 other than nil.
6954 (allout-rebullet-heading): Preserve text property annotations
6955 indicating the text was hidden, if it was.
6956 (allout-kill-line): Remove any added was-hidden annotations.
6957 (allout-kill-topic): Remove any added was-hidden annotations.
6958 (allout-annotate-hidden): Inhibit adding was-hidden text
6959 properties to the undo list.
6960 (allout-deannotate-hidden): New function to remove was-hidden
6961 annotation.
6962 (allout-hide-by-annotation): Use new allout-deannotate-hidden.
6963 (allout-remove-exposure-annotation): Replace by
6964 allout-deannotate-hidden.
6965 (allout-yank-processing): Signal that yank processing is happening
6966 with allout-during-yank-processing. Also, wrap
6967 allout-unprotected's closer to the text changes, for easier
6968 debugging. We need to inhibit-field-text-motion explicitly, in
6969 lieu of the encompassing allout-unprotected.
6970 (outlineify-sticky): Adjust criteria for triggering new outline
6971 decorations to presence or absence of any topics, not just a topic
6972 at the beginning of the buffer.
6973
6974 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
6975
6976 * bs.el (bs--show-all, bs--redisplay):
6977 * cus-edit.el (custom-unlispify-menu-entries)
6978 (custom-unlispify-tag-names, custom-prompt-variable):
6979 * expand.el (expand-pos):
6980 * speedbar.el (speedbar-generic-list-tag-p):
6981 * wid-edit.el (widget-image-enable):
6982 * emacs-lisp/checkdoc.el (checkdoc-rogue-space-check-engine):
6983 * emacs-lisp/find-func.el (find-function-noselect)
6984 (find-function, find-variable-noselect, find-variable)
6985 (find-definition-noselect, find-face-definition):
6986 * mail/rmail-spam-filter.el (rsf-scanning-messages-now):
6987 * net/eudc-vars.el (eudc-expansion-overwrites-query):
6988 * progmodes/ada-xref.el (ada-find-in-ali):
6989 * textmodes/flyspell.el (flyspell-check-tex-math-command):
6990 * textmodes/org.el (org-copy-subtree):
6991 * textmodes/table.el (table--row-column-insertion-point-p):
6992 Use "non-nil" in docstrings.
6993
6994 2006-11-03 Mark Davies <mark@mcs.vuw.ac.nz>
6995
6996 * sort.el (sort-columns): Set the field separator to tab; on
6997 NetBSD, sort complains if "\n" is used as field separator.
6998
6999 2006-11-03 NIIMI Satoshi <sa2c@sa2c.net>
7000
7001 * emacs-lisp/pp.el (pp-eval-last-sexp): Evaluate target sexp.
7002
7003 2006-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
7004
7005 * server.el (server-auth-key): Remove. Replace by a process-property.
7006 (server-start): Don't remove the file of the previous process, but
7007 instead clear out the place for the new file.
7008 (server-start): Set the :auth-key property.
7009 (server-process-filter): Use the :auth-key property.
7010
7011 2006-11-02 Carsten Dominik <dominik@science.uva.nl>
7012
7013 * textmodes/org.el (org-mode-map): No longer copy
7014 `outline-mode-map' explicitly - this is already done by
7015 `define-derived-mode'.
7016
7017 2006-11-02 Juanma Barranquero <lekktu@gmail.com>
7018
7019 * server.el (server-visit-files): Use `when'.
7020 (server-process-filter): When authentication fails, send error
7021 message to client. Wrap `process-send-region' in `ignore-errors'
7022 instead of `condition-case', and remove misleading comment.
7023
7024 2006-11-01 Juri Linkov <juri@jurta.org>
7025
7026 * simple.el (yank): Doc fix.
7027
7028 2006-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
7029
7030 * server.el: Try and fit within 80 columns.
7031 (server-start): Make the auth file unreadable by other users.
7032
7033 2006-10-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7034
7035 * battery.el (battery-linux-proc-acpi): Prevent range error when
7036 `full-capacity' is 0.
7037
7038 2006-10-31 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
7039
7040 * faces.el (faces-sample-overlay): New defvar.
7041 (faces-sample-overlay): New function to show face sample text.
7042 (describe-face): Use it.
7043
7044 2006-10-31 Stephen Leake <stephen_leake@stephe-leake.org>
7045
7046 * progmodes/ada-stmt.el: Change maintainer, apply
7047 whitespace-cleanup, checkdoc.
7048 (ada-func-or-proc-name): Add doc string.
7049
7050 * progmodes/ada-prj.el (ada-prj-new): Change maintainer, apply
7051 whitespace-cleanup, checkdoc. Minor improvements to many doc
7052 strings and comments.
7053 (ada-prj-display-page): Change buffer name to more accurately
7054 reflect function.
7055
7056 * progmodes/ada-xref.el: Change maintainer, apply
7057 whitespace-cleanup, checkdoc. Minor improvements to many doc
7058 strings and comments. Don't look for `gvd' or `ddd' debuggers.
7059 (ada-compile-current): Don't add newlines to commands.
7060
7061 2006-10-31 Juanma Barranquero <lekktu@gmail.com>
7062
7063 * server.el: Add support for TCP sockets.
7064 (server-use-tcp, server-host, server-auth-dir): New options.
7065 (server-auth-key): New variable.
7066 (server-ensure-safe-dir): Create nonexistent parent dirs.
7067 Ignore Unix-style file modes on Windows.
7068 (server-start): Crete a TCP or Unix socket according to the value
7069 of `server-use-tcp'. For TCP sockets, create the id/auth file in
7070 `server-auth-dir' directory.
7071 (server-process-filter): Delete process if authentication
7072 fails (which never happens for Unix sockets).
7073
7074 2006-10-30 David Kastrup <dak@gnu.org>
7075
7076 * subr.el (add-to-list): Don't continue checking if a match has
7077 been found.
7078
7079 2006-10-30 Chong Yidong <cyd@stupidchicken.com>
7080
7081 * tutorial.el: Move defvars to avoid bytecomp warnings.
7082 (tutorial--find-changed-keys): Check if viper-current-state is
7083 bound before using it.
7084 (help-with-tutorial): Check if viper-tutorial is defined before
7085 using it.
7086
7087 2006-10-30 Lennart Borgman <lennart.borgman.073@student.lu.se>
7088
7089 * help-fns.el (help-with-tutorial): Move to tutorial.el.
7090
7091 * tutorial.el: New file.
7092 (help-with-tutorial): Move here from help-fns.el. Added help for
7093 rebound keys. Fixed resume of tutorial.
7094 (tutorial--describe-nonstandard-key, tutorial--sort-keys)
7095 (tutorial--find-changed-keys, tutorial--display-changes)
7096 (tutorial--saved-dir, tutorial--saved-file)
7097 (tutorial--save-tutorial): New functions to support the changes in
7098 help-with-tutorial.
7099
7100 2006-10-30 Kenichi Handa <handa@m17n.org>
7101
7102 * files.el (revert-buffer): If a unibyte buffer is being reverted
7103 with a coding system for multibyte, set buffer multibyte before
7104 calling insert-file-contents.
7105
7106 2006-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
7107
7108 * server.el (server-select-display): Use a dummy buffer to detect when
7109 the frame is later used.
7110 (server-select-display): New function.
7111 (server-process-filter): Use it to detect unused temp frames.
7112
7113 2006-10-29 Stephen Leake <stephen_leake@stephe-leake.org>
7114
7115 * progmodes/ada-mode.el: Change maintainer, apply
7116 whitespace-clean, checkdoc. Minor improvements to many doc strings.
7117 (ada-mode-version): New function.
7118 (ada-create-menu): Menu operations are available for all supported
7119 compilers.
7120
7121 2006-10-29 Lars Hansen <larsh@soem.dk>
7122
7123 * net/tramp.el (with-parsed-tramp-file-name): Correct debug spec.
7124 Highlight as keyword.
7125 (tramp-do-copy-or-rename-file): Correct data for 'file-already-exists.
7126 Don't call tramp-method-out-of-band-p for local files.
7127 (tramp-touch): Quote file name.
7128
7129 2006-10-28 Glenn Morris <rgm@gnu.org>
7130
7131 * calendar/calendar.el (cal-html-cursor-month)
7132 (cal-html-cursor-year): Add autoloads for this new package.
7133 (calendar-mode-map): Bind cal-html-cursor-month, cal-html-cursor-year.
7134
7135 2006-10-28 Anna M. Bigatti <bigatti@dima.unige.it>
7136
7137 * calendar/cal-html.el: New file.
7138
7139 2006-10-28 Chong Yidong <cyd@stupidchicken.com>
7140
7141 * emacs-lisp/authors.el (authors-aliases): Update.
7142
7143 2006-10-27 Chong Yidong <cyd@stupidchicken.com>
7144
7145 * version.el (emacs-version): Bump version number to 22.0.90.
7146
7147 2006-10-26 John W. Eaton <jwe@octave.org>
7148
7149 * progmodes/octave-inf.el (inferior-octave-has-built-in-variables):
7150 New defvar.
7151 (inferior-octave-resync-dirs): Check to see whether Octave has
7152 built-in variables and set inferior-octave-has-built-in-variables.
7153 Check inferior-octave-has-built-in-variables to decide whether to
7154 send commands that set built-in variables or call functions to
7155 change Octave's behavior.
7156 Send "disp (pwd ())" to Octave instead of just "pwd".
7157 (inferior-octave-startup): Send "more off" to Octave instead of
7158 "page_screen_output = 0".
7159
7160 2006-10-26 Chong Yidong <cyd@stupidchicken.com>
7161
7162 * emacs-lisp/cl-indent.el (lisp-indent-259): Indent nil's in the
7163 pattern normally.
7164
7165 2006-10-26 Nick Roberts <nickrob@snap.net.nz>
7166
7167 * bindings.el (mode-line-mode-menu): Remove bindings for global
7168 minor modes (line/column number) as they are on the menubar.
7169
7170 2006-10-25 Juanma Barranquero <lekktu@gmail.com>
7171
7172 * term/w32-win.el (x-handle-name-switch): Doc fix.
7173 (w32-standard-fontset-spec): Fix typo in docstring.
7174
7175 * midnight.el (midnight-buffer-display-time): Doc fix.
7176 (clean-buffer-list-kill-never-buffer-names): Add "*server*".
7177
7178 2006-10-23 Michael Kifer <kifer@cs.stonybrook.edu>
7179
7180 * viper-cmd.el (viper-prefix-arg-com): Define gg as G0.
7181
7182 * viper-ex.el (ex-read): Quote file argument.
7183
7184 * ediff-diff.el (ediff-same-file-contents): Expand file names.
7185
7186 * ediff-mult.el (ediff-append-custom-diff): Quote shell file arguments.
7187
7188 2006-10-22 Martin Rudalics <rudalics@gmx.at>
7189
7190 * textmodes/flyspell.el (flyspell-check-region-doublons):
7191 Fix last fix.
7192
7193 2006-10-23 Nick Roberts <nickrob@snap.net.nz>
7194
7195 * bindings.el (mode-line-mode-menu): List global minor modes
7196 before local ones.
7197
7198 2006-10-23 Kim F. Storm <storm@cua.dk>
7199
7200 * subr.el (add-to-list): Optimize if compare-fn is `eq' or `eql'.
7201 (sit-for): If last command was a prefix arg, add the read-ahead
7202 event to unread-command-events as (t . EVENT) so it will be added
7203 to this-command-keys by read-key-sequence.
7204
7205 2006-10-22 Martin Rudalics <rudalics@gmx.at>
7206
7207 * textmodes/flyspell.el (flyspell-word): Skip past all previous
7208 whitespace when checking doublons.
7209 (flyspell-check-region-doublons): Fix doublon regexp.
7210 (flyspell-highlight-incorrect-region): Highlight doublons using
7211 flyspell-duplicate face.
7212
7213 * progmodes/cperl-mode.el (cperl-invalid-face): Fix defcustom.
7214
7215 2006-10-22 John Wiegley <johnw@newartisans.com>
7216
7217 * progmodes/python.el (python-use-skeletons): python-mode was
7218 auto-inserting templates (for those with abbrev-mode on), not only
7219 by default -- *but without a configuration variable to disable
7220 it*. This rendered python-mode completely useless for me, so I
7221 have added `python-use-skeletons', which is now off by default.
7222
7223 2006-10-22 Chong Yidong <cyd@stupidchicken.com>
7224
7225 * progmodes/cperl-mode.el (cperl-mode): Don't assume
7226 font-lock-multiline is auto-local (it's not).
7227 (cperl-windowed-init): Ensure that cperl-font-lock-multiline is
7228 initialized before calling cperl-init-faces.
7229
7230 2006-10-22 Nick Roberts <nickrob@snap.net.nz>
7231
7232 * progmodes/gdb-ui.el (gdb-info-stack-custom): Don't try to give
7233 gdb-stack-position a value when there is no fringe.
7234
7235 * bindings.el (mode-line-mode-menu): Disable auto-revert-tail-mode
7236 indicator if not visiting a file.
7237
7238 2006-10-20 David Kastrup <dak@gnu.org>
7239
7240 * window.el (kill-buffer-and-window): Fix a bug where an aborted
7241 operation would still cause some window to collapse later.
7242
7243 2006-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
7244
7245 * vc.el (vc-switch-backend): Try to be more careful with unwanted
7246 side-effect due to mixing various backends's file properties.
7247
7248 * vc-svn.el (vc-svn-parse-status): Remove unused arg `localp'.
7249 Add arg `filename' instead. Don't set vc-backend if `filename' is set.
7250 Return `filename's status if applicable. Update callers.
7251
7252 2006-10-19 Kenichi Handa <handa@m17n.org>
7253
7254 * international/kkc.el (kkc-region): When a key sequence is not
7255 defined, append (this-single-command-raw-keys) to
7256 unread-input-method-events.
7257
7258 2006-10-19 Juanma Barranquero <lekktu@gmail.com>
7259
7260 * progmodes/ada-mode.el (ada-in-string-p): Doc fix.
7261
7262 2006-10-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7263
7264 * version.el (emacs-version): Use mac-carbon-version-string.
7265
7266 * term/macterm.el (res-geometry): Apply 2006-10-18 change for x-win.el.
7267
7268 2006-10-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7269
7270 * select.el (ccl-check-utf-8, string-utf-8-p): New functions (by
7271 Kenichi Handa).
7272 (xselect-convert-to-string): Decline requests for UTF8_STRING if
7273 the selection is not UTF-8.
7274
7275 2006-10-18 Juanma Barranquero <lekktu@gmail.com>
7276
7277 * progmodes/ada-mode.el (ada-83-string-keywords)
7278 (ada-last-which-function-line ada-no-auto-case, ada-indent-region)
7279 (ada-which-compiler, ada-align-modes, ada-adjust-case-buffer)
7280 (ada-looking-at-semi-private, ada-get-body-name):
7281 Fix typos in docstrings.
7282 (ada-create-case-exception, ada-create-case-exception-substring):
7283 Fix typos in error messages.
7284 (ada-goto-matching-end, ada-narrow-to-defun): Doc fixes.
7285
7286 2006-10-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7287
7288 * term/x-win.el (res-geometry): Don't set geometry from Xresources
7289 to default-frame-alist if default-frame-alist already contains
7290 width/height.
7291
7292 2006-10-18 Richard Stallman <rms@gnu.org>
7293
7294 * emacs-lisp/pp.el (pp-eval-expression): Use `X' to read value.
7295 Non-interactive arg is the value, not the expression.
7296
7297 * simple.el (read-expression-map): Just set it, no defvar.
7298
7299 * subr.el (insert-for-yank-1): If last inserted char has
7300 properties, mark them as rear-nonsticky.
7301
7302 * recentf.el (recentf-mode): Doc fix.
7303
7304 * facemenu.el (facemenu-add-new-face): Defend against symbol
7305 that isn't a face name.
7306
7307 * dired-aux.el (dired-do-copy): Doc fix.
7308
7309 2006-10-18 Chong Yidong <cyd@stupidchicken.com>
7310
7311 * simple.el (line-move-1): Ignore fields when moving to the
7312 beginning of line to avoid getting point stuck.
7313
7314 2006-10-18 Martin Rudalics <rudalics@gmx.at>
7315
7316 * textmodes/flyspell.el (flyspell-word-search-backward):
7317 Set inhibit-point-motion-hooks to avoid looping due to intangibile
7318 text.
7319
7320 2006-10-16 Richard Stallman <rms@gnu.org>
7321
7322 * help-fns.el (describe-function-1): Special case optimization
7323 for self-insert-command.
7324
7325 2006-10-16 Kim F. Storm <storm@cua.dk>
7326
7327 * ido.el (ido-reread-directory): Work in `dir' mode too.
7328
7329 2006-10-15 Martin Rudalics <rudalics@gmx.at>
7330
7331 * textmodes/table.el: Require 'regexp-opt.
7332
7333 2006-10-15 Lennart Borgman <lennart.borgman.073@student.lu.se>
7334
7335 * progmodes/flymake.el (flymake-get-project-include-dirs-imp):
7336 Use shell-quote-argument.
7337
7338 * shell.el (explicit-bash-args): Likewise.
7339
7340 * progmodes/ada-xref.el (ada-find-in-src-path): Likewise.
7341 Use grep -E rather than egrep.
7342
7343 2006-10-15 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
7344
7345 * ido.el (ido-exhibit): Allow `-', `_', and trailing `$' in user id.
7346
7347 2006-10-15 Kim F. Storm <storm@cua.dk>
7348
7349 * filesets.el (filesets-run-cmd--repl-fn): Use shell-quote-argument.
7350
7351 2006-10-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
7352
7353 * filesets.el (filesets-cmd-shell-command): Quote buffer-file-name
7354 to protect whitespace and metacharacters from the shell.
7355
7356 2006-10-13 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
7357
7358 * apropos.el (apropos-pattern-quoted): Fix a typo in a doc string.
7359
7360 2006-10-13 Eli Zaretskii <eliz@gnu.org>
7361
7362 * subr.el (start-process-shell-command): Doc fix.
7363
7364 2006-10-13 Andrea Russo <rastandy@salug.it> (tiny change)
7365
7366 * info-look.el <maxima-mode, inferior-maxima-mode>: Allow [0-9] in
7367 the regexp for Maxima symbols.
7368
7369 2006-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
7370
7371 * vc-hooks.el (vc-ignore-dir-regexp): Make it into a defcustom.
7372 (vc-find-root): Don't walk higher up than ~.
7373
7374 2006-10-12 Chong Yidong <cyd@stupidchicken.com>
7375
7376 * international/utf-8.el (utf-translate-cjk-load-tables):
7377 Avoid clobbering last-coding-system-used during load.
7378
7379 2006-10-12 Carsten Dominik <dominik@science.uva.nl>
7380
7381 * textmodes/reftex-global.el (reftex-create-tags-file):
7382 Quote file arguments.
7383
7384 2006-10-12 Richard Stallman <rms@gnu.org>
7385
7386 * files.el (file-name-history): Add defvar.
7387 (save-some-buffers-action-alist): Improve description strings.
7388
7389 2006-10-12 Andreas Schwab <schwab@suse.de>
7390
7391 * files.el (auto-mode-alist): Match change log file name also with
7392 a dash before a numeric extension.
7393
7394 2006-10-11 Ilya Zakharevich <ilyaz@cpan.org>
7395
7396 * progmodes/cperl-mode.el: Merge from upstream, upto version 5.22.
7397 After 5.0:
7398 (cperl-add-tags-recurse-noxs-fullpath): New function (for -batch mode).
7399
7400 After 5.1: Major edit. Summary of most visible changes:
7401
7402 - Multiple <<HERE per line allowed.
7403 - Handles multiline subroutine declaration headers (with comments).
7404 (The exception is `cperl-etags' - but it is not used in the rest
7405 of the mode.)
7406 - Fontifies multiline my/our declarations (even with comments,
7407 and with legacy `font-lock').
7408 - Major speedup of syntaxification, both immediate and postponed
7409 (3.5x to 15x [for different CPUs and versions of Emacs] on the
7410 huge real-life document I tested).
7411 - New bindings, edits to imenu.
7412 - "_" is made into word-char during fontification/syntaxification;
7413 some attempts to recognize non-word "_" during other operations too.
7414 - Detect bug in Emacs with `looking-at' inside `narrow' and bulk out.
7415 - autoload some more perldoc-related stuff
7416 - New convenience features: ISpell POD/HEREDOCs, narrow-to-HEREDOC.
7417 - Attempt to incorporate XEmacs edits which reached me.
7418
7419 Fine-grained changelog:
7420 (cperl-hook-after-change): New configuration variable.
7421 (cperl-vc-sccs-header): Likewise.
7422 (cperl-vc-sccs-header): Likewise.
7423 (cperl-vc-header-alist): Default via two preceding variables.
7424 (cperl-invalid-face): Remove double quoting under XEmacs
7425 (still needed under 21.2).
7426 (cperl-tips): Update URLs for resources.
7427 (cperl-problems): Likewise.
7428 (cperl-praise): Mention new features.
7429 New C-c key bindings: for `cperl-find-bad-style',
7430 `cperl-pod-spell', `cperl-here-doc-spell', `cperl-narrow-to-here-doc',
7431 `cperl-perdoc', and `cperl-perldoc-at-point'.
7432 CPerl Mode menu changes: "Fix style by spaces", "Imenu on Perl Info"
7433 moved, new submenu of Tools with Ispell entries and narrowing.
7434 (cperl-after-sub-regexp): New defsubst.
7435 (cperl-imenu--function-name-regexp-perl): Use `cperl-after-sub-regexp'.
7436 Allows heads up to head4.
7437 Allow "package;".
7438 (defun-prompt-regexp): Use `cperl-after-sub-regexp'.
7439 (paren-backwards-message): ??? Something for XEmacs???
7440 (cperl-mode): Never auto-switch abbrev-mode off.
7441 Try to allow '_' be non-word char.
7442 Do not use `font-lock-unfontify-region-function' on XEmacs.
7443 Reset syntax cache on mode start.
7444 Support multiline facification (even on legacy `font-lock').
7445 (cperl-facemenu-add-face-function): ??? Some contributed code ???
7446 (cperl-after-change-function): Since `font-lock' and `lazy-lock'
7447 refuse to inform us whether the fontification is due to lazy
7448 calling or due to edit to a buffer, install our own hook
7449 (controlled by `cperl-hook-after-change').
7450 (cperl-electric-pod): =cut may have been recognized as start.
7451 (cperl-block-p): Move, updatedfor attributes.
7452 (cperl-calculate-indent): Try to allow '_' be non-word char
7453 Support subs with attributes.
7454 (cperl-where-am-i): Quiet (?) a warning.
7455 (cperl-cached-syntax-table): New function.
7456 (cperl-forward-re): Use `cperl-cached-syntax-table'.
7457 (cperl-unwind-to-safe): Recognize `syntax-type' property
7458 changing in a middle of line.
7459 (cperl-find-sub-attrs): New function.
7460 (cperl-find-pods-heres): Allow many <<EOP per line.
7461 Allow subs with attributes.
7462 Major speedups (3.5x..15x on a real-life test file nph-proxy.pl).
7463 Recognize "extproc " (OS/2) case-folded and only at start.
7464 /x on s///x with empty replacement was not recognized.
7465 Better comments.
7466 (cperl-after-block-p): Remarks on diff with `cperl-block-p'.
7467 Allow subs with attributes, labels.
7468 Do not confuse "else::foo" with "else".
7469 Minor optimizations...
7470 (cperl-after-expr-p): Try to allow '_' be non-word char.
7471 (cperl-fill-paragraph): Try to detect a major bug in Emacs
7472 with `looking-at' inside `narrow' and bulk out if found.
7473 (cperl-imenu--create-perl-index): Updates for new
7474 `cperl-imenu--function-name-regexp-perl'.
7475 (cperl-outline-level): Likewise.
7476 (cperl-init-faces): Allow multiline subroutine headers
7477 and my/our declarations, and ones with comments.
7478 Allow subroutine attributes.
7479 (cperl-imenu-on-info): Better docstring.
7480 (cperl-etags): Rudimentary support for attributes.
7481 Support for packages and "package;".
7482 (cperl-add-tags-recurse-noxs): Better (?) docstring.
7483 (cperl-add-tags-recurse-noxs-fullpath): Likewise.
7484 (cperl-tags-hier-init): Misprint for `fboundp' fixed.
7485 (cperl-not-bad-style-regexp): Try to allow '_' be non-word char.
7486 (cperl-perldoc): Add autoload.
7487 (cperl-perldoc-at-point): Likewise.
7488 (cperl-here-doc-spell): New function.
7489 (cperl-pod-spell): Likewise.
7490 (cperl-map-pods-heres): Likewise.
7491 (cperl-get-here-doc-region): Likewise.
7492 (cperl-font-lock-fontify-region-function): Likewise (backward
7493 compatibility for legacy `font-lock').
7494 (cperl-font-lock-unfontify-region-function): Fix style.
7495 (cperl-fontify-syntaxically): Recognize and optimize away deferred
7496 calls with no-change. Governed by `cperl-hook-after-change'.
7497 (cperl-fontify-update): Recognize that syntaxification region
7498 can be larger than fontification one.
7499 XXXX we leave `cperl-postpone' property, so this is quadratic...
7500 (cperl-fontify-update-bad): Temporary placeholder until
7501 it is clear how to implement `cperl-fontify-update'.
7502 (cperl-time-fontification): New function.
7503 (attrib-group): New text attribute.
7504 (multiline): New value: `syntax-type' text attribute.
7505
7506 After 5.2:
7507 (cperl-emulate-lazy-lock): New function.
7508 (cperl-fontify-syntaxically): Would skip large regions.
7509 Add `cperl-time-fontification', `cperl-emulate-lazy-lock' to menu.
7510 Some globals were declared, but uninitialized.
7511
7512 After 5.3, 5.4:
7513 (cperl-facemenu-add-face-function): Add docs, fix U<>.
7514 Copyright message updated.
7515 (cperl-init-faces): Work around a bug in `font-lock'. May slow
7516 facification down a bit.
7517 Misprint for my|our|local for old `font-lock'
7518 "our" was not fontified same as "my|local".
7519 Highlight variables after "my" etc even in
7520 a middle of an expression.
7521 Do not facify multiple variables after my etc
7522 unless parentheses are present.
7523
7524 After 5.5, 5.6
7525 (cperl-fontify-syntaxically): after-change hook could reset.
7526 (cperl-syntax-done-to) to a middle of line; unwind to BOL.
7527
7528 After 5.7:
7529 (cperl-init-faces): Allow highlighting of local ($/).
7530 (cperl-problems-old-emaxen): New variable (for the use of DOCSTRING).
7531 (cperl-problems): Remove fixed problems.
7532 (cperl-find-pods-heres): Recognize #-comments in m##x too.
7533 Recognize charclasses (unless delimiter is \).
7534 (cperl-fontify-syntaxically): Unwinding to safe was done in wrong order.
7535 (cperl-regexp-scan): Update docs.
7536 (cperl-beautify-regexp-piece): Use information got from regexp scan.
7537
7538 After 5.8:
7539 Major user visible changes:
7540 Recognition and fontification of character classes in RExen.
7541 Variable indentation of RExen according to groups.
7542
7543 (cperl-find-pods-heres): Recognize POSIX classes in REx charclasses.
7544 Fontify REx charclasses in variable-name face.
7545 Fontify POSIX charclasses in "type" face.
7546 Fontify unmatched "]" in function-name face.
7547 Mark first-char of HERE-doc as `front-sticky'.
7548 Reset `front-sticky' property when needed.
7549 (cperl-calculate-indent): Indents //x -RExen accordning to parens level.
7550 (cperl-to-comment-or-eol): Recognize ends of `syntax-type' constructs.
7551 (cperl-backward-to-noncomment): Recognize stringy `syntax-type'
7552 constructs. Support `narrow'ed buffers.
7553 (cperl-praise): Remove a reservation.
7554 (cperl-make-indent): New function.
7555 (cperl-indent-for-comment): Use `cperl-make-indent'.
7556 (cperl-indent-line): Likewise.
7557 (cperl-lineup): Likewise.
7558 (cperl-beautify-regexp-piece): Likewise.
7559 (cperl-contract-level): Likewise.
7560 (cperl-toggle-set-debug-unwind): New function.
7561 New menu entry for this.
7562 (fill-paragraph-function): Use when `boundp'.
7563 (cperl-calculate-indent): Take into account groups when indenting RExen.
7564 (cperl-to-comment-or-eol): Recognize # which end a string.
7565 (cperl-modify-syntax-type): Make only syntax-table property non-sticky.
7566 (cperl-fill-paragraph): Return t: needed for `fill-paragraph-function'.
7567 (cperl-fontify-syntaxically): More clear debugging message.
7568 (cperl-pod2man-build-command): Check (XEmacs) `Man-filter-list'.
7569 (cperl-init-faces): More complicated highlight even on XEmacs (new).
7570 Merge cosmetic changes from XEmacs.
7571
7572 After 5.9:
7573 (cperl-1+): Move to before the first use.
7574 (cperl-1-): Likewise.
7575
7576 After 5.10:
7577
7578 This code may lock Emacs hard!!! Use at your own risk!
7579
7580 (cperl-font-locking): New internal variable.
7581 (cperl-beginning-of-property): New function.
7582 (cperl-calculate-indent): Use `cperl-beginning-of-property'
7583 instead of `previous-single-property-change'.
7584 (cperl-unwind-to-safe): Likewise.
7585 (cperl-after-expr-p): Likewise.
7586 (cperl-get-here-doc-region): Likewise.
7587 (cperl-font-lock-fontify-region-function): Likewise.
7588 (cperl-to-comment-or-eol): Do not call `cperl-update-syntaxification'
7589 recursively.
7590 Bound `next-single-property-change' via `point-max'.
7591 (cperl-unwind-to-safe): Bound likewise
7592 (cperl-font-lock-fontify-region-function): Likewise.
7593 (cperl-find-pods-heres): Mark as recursive for `cperl-to-comment-or-eol'
7594 Initialization of `cperl-font-lock-multiline-start' could be
7595 missed if the "main" fontification did not run due to the
7596 keyword being already fontified.
7597 (cperl-pod-spell): Return t from do-one-chunk function.
7598 (cperl-map-pods-heres): Stop when the worker returns nil.
7599 Call `cperl-update-syntaxification'.
7600 (cperl-get-here-doc-region): Call `cperl-update-syntaxification'.
7601 (cperl-get-here-doc-delim): Remove unused function.
7602
7603 After 5.11:
7604
7605 The possible lockup of Emacs (introduced in 5.10) fixed.
7606
7607 (cperl-unwind-to-safe): `cperl-beginning-of-property' won't return nil.
7608 (cperl-syntaxify-for-menu): New customization variable.
7609 (cperl-select-this-pod-or-here-doc): New function.
7610 (cperl-get-here-doc-region): Extra argument.
7611 Do not adjust pos by 1.
7612
7613 New menu entries
7614 (Perl/Tools): Selection of current POD or HERE-DOC section.
7615 (Debugging CPerl:) backtrace on fontification.
7616
7617 After 5.12:
7618 (cperl-cached-syntax-table): Use `car-safe'.
7619 (cperl-forward-re): Remove spurious argument SET-ST.
7620 Add documentation.
7621 (cperl-forward-group-in-re): New function.
7622 (cperl-find-pods-heres): Find and highlight (?{}) blocks in RExen
7623 (XXXX Temporary (?) hack is to syntax-mark them as comment).
7624
7625 After 5.13:
7626 (cperl-string-syntax-table): Make { and } not-grouping
7627 (Sometimes they ARE grouping in RExen, but matching them would only
7628 confuse in many situations when they are not)
7629 (beginning-of-buffer): Replace two occurrences with goto-char...
7630 (cperl-calculate-indent): `char-after' could be nil...
7631 (cperl-find-pods-heres): REx can start after "[" too.
7632 Hightlight (??{}) in RExen too.
7633 (cperl-maybe-white-and-comment-rex): New constant
7634 (cperl-white-and-comment-rex): Likewise.
7635 XXXX Not very efficient, but hard to make
7636 better while keeping 1 group.
7637
7638 After 5.13:
7639 (cperl-find-pods-heres): $foo << identifier() is not a HERE-DOC.
7640 Likewise for 1 << identifier.
7641
7642 After 5.14:
7643 (cperl-find-pods-heres): Different logic for $foo .= <<EOF etc.
7644 Error-less condition-case could fail.
7645 (cperl-font-lock-fontify-region-function): Likewise.
7646 (cperl-init-faces): Likewise.
7647
7648 After 5.15:
7649 (cperl-find-pods-heres): Support property REx-part2.
7650 (cperl-calculate-indent): Likewise.
7651 Don't special-case REx with non-empty 1st line.
7652 (cperl-find-pods-heres): In RExen, highlight non-literal backslashes.
7653 Invert highlighting of charclasses:
7654 now the envelop is highlighted.
7655 Highlight many others 0-length builtins.
7656 (cperl-praise): Mention indenting and highlight in RExen.
7657
7658 After 5.15:
7659 (cperl-find-pods-heres): Highlight capturing parens in REx.
7660
7661 After 5.16:
7662 (cperl-find-pods-heres): Highlight '|' for alternation
7663 Initialize `font-lock-warning-face' if not present.
7664 (cperl-find-pods-heres): Use `font-lock-warning-face' instead of
7665 `font-lock-function-name-face'.
7666 (cperl-look-at-leading-count): Likewise.
7667 (cperl-find-pods-heres): Localize `font-lock-variable-name-face',
7668 `font-lock-keyword-face' (needed for
7669 batch processing), etc...
7670 Use `font-lock-builtin-face' for builtin in REx
7671 Now `font-lock-variable-name-face'
7672 is used for interpolated variables
7673 Use "talking aliases" for faces inside REx
7674 Highlight parts of REx (except in charclasses)
7675 according to the syntax and/or semantic
7676 Syntax-mark a {}-part of (?{}) as "comment"
7677 (it was the ()-part)
7678 Better logic to distinguish what is what in REx
7679 (cperl-tips-faces): Document REx highlighting
7680 (cperl-praise): Mention REx syntax highlight etc.
7681
7682 After 5.17:
7683 (cperl-find-sub-attrs): Would not always manage to print error message.
7684 (cperl-find-pods-heres): Localize `font-lock-constant-face'.
7685
7686 After 5.18:
7687 (cperl-find-pods-heres): Misprint in REx for parsing REx.
7688 Very minor optimization.
7689 `my-cperl-REx-modifiers-face' got quoted.
7690 Recognize "print $foo <<END" as HERE-doc.
7691 Put `REx-interpolated' text attribute if needed.
7692 (cperl-invert-if-unless-modifiers): New function.
7693 (cperl-backward-to-start-of-expr): Likewise.
7694 (cperl-forward-to-end-of-expr): Likewise.
7695 (cperl-invert-if-unless): Works in "the opposite way" too.
7696 Cursor position on return is on the switch-word.
7697 Indents comments better.
7698 (REx-interpolated): New text attribute.
7699 (cperl-next-interpolated-REx): New function.
7700 (cperl-next-interpolated-REx-0): Likewise.
7701 (cperl-next-interpolated-REx-1): Likewise.
7702 "\C-c\C-x", "\C-c\C-y", "\C-c\C-v": New keybinding for these functions.
7703 Perl/Regexp menu: 3 new entries for `cperl-next-interpolated-REx'.
7704 (cperl-praise): Mention finded interpolated RExen.
7705
7706 After 5.19:
7707 (cperl-init-faces): Highlight %$foo, @$foo too.
7708 (cperl-short-docs): Better docs for system, exec.
7709 (cperl-find-pods-heres): Better detect << after print {FH} <<EOF etc.
7710 Would not find HERE-doc ended by EOF without NL.
7711 (cperl-short-docs): Correct not-doubled \-escapes.
7712 start block: Put some `defvar' for stuff gone from XEmacs.
7713
7714 After 5.20:
7715 initial comment: Extend copyright, fix email address.
7716 (cperl-indent-comment-at-column-0): New customization variable.
7717 (cperl-comment-indent): Indentation after $#a would increasy by 1.
7718 (cperl-mode): Make `defun-prompt-regexp' grok BEGIN/END etc.
7719 (cperl-find-pods-heres): Mark CODE of s///e as `syntax-type' `multiline'
7720 (cperl-at-end-of-expr): Would fail if @BAR=12 follows after ";".
7721 (cperl-init-faces): If `cperl-highlight-variables-indiscriminately'
7722 highlight $ in $foo too (UNTESTED).
7723 (cperl-set-style): Docstring missed some available styles.
7724 toplevel: Menubar/Perl/Indent-Styles had FSF, now K&R.
7725 Change "Current" to "Memorize Current".
7726 (cperl-indent-wrt-brace): New customization variable; the default is
7727 as for pre-5.2 version.
7728 (cperl-styles-entries): Keep `cperl-extra-newline-before-brace-multiline'.
7729 (cperl-style-alist): Likewise.
7730 (cperl-fix-line-spacing): Support `cperl-merge-trailing-else' being nil,
7731 and `cperl-extra-newline-before-brace' etc
7732 being t
7733 (cperl-indent-exp): Plans B and C to find continuation blocks even
7734 if `cperl-extra-newline-before-brace' is t.
7735
7736 After 5.21:
7737 Improve some docstrings concerning indentation.
7738 (cperl-indent-rules-alist): New variable.
7739 (cperl-sniff-for-indent): New function name
7740 (separated from `cperl-calculate-indent').
7741 (cperl-calculate-indent): Separate the sniffer and the indenter;
7742 uses `cperl-sniff-for-indent' now.
7743 (cperl-comment-indent): Test for `cperl-indent-comment-at-column-0'
7744 was inverted;
7745 Support `comment-column' = 0.
7746
7747 2006-10-11 Martin Rudalics <rudalics@gmx.at>
7748
7749 * dnd.el (dnd-handle-one-url): Fix typo in doc-string.
7750 * help-at-pt.el (scan-buf-move-to-region): Likewise.
7751 * longlines.el (longlines-window-change-function): Likewise.
7752 * simple.el (undo-ask-before-discard): Likewise.
7753 * wid-edit.el (widget-field-prompt-internal)
7754 (widget-documentation-link-p): Likewise.
7755
7756 2006-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
7757
7758 * progmodes/sh-script.el (sh-get-kw): | is not among the allowed chars
7759 for a keyword.
7760
7761 2006-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
7762
7763 * newcomment.el (comment-valid-prefix-p): Make the check
7764 more thorough. From an idea by Martin Rudalics <rudalics@gmx.at>.
7765 (comment-indent-new-line): Adjust call.
7766
7767 2006-10-09 Ken Manheimer <ken.manheimer@gmail.com>
7768
7769 * allout.el (allout-back-to-current-heading): Base on lower-level
7770 routines to get proper disqualification of aberrant topics.
7771
7772 2006-10-09 Richard Stallman <rms@gnu.org>
7773
7774 * textmodes/two-column.el (2C-two-columns): Doc fix.
7775
7776 2006-10-09 Kim F. Storm <storm@cua.dk>
7777
7778 * shell.el (explicit-csh-args, explicit-bash-args): Add comment
7779 about implicit use.
7780
7781 2006-10-08 Richard Stallman <rms@gnu.org>
7782
7783 * textmodes/two-column.el (2C-two-columns): Doc fix.
7784
7785 2006-10-08 Reiner Steib <Reiner.Steib@gmx.de>
7786
7787 * files.el: Mark `buffer-read-only' as safe-local-variable.
7788
7789 2006-10-08 Nick Roberts <nickrob@snap.net.nz>
7790
7791 * progmodes/gdb-ui.el (gdb-speedbar-expand-node):
7792 Burp if GUD buffer has been killed.
7793
7794 2006-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
7795
7796 * completion.el (add-completions-from-c-buffer):
7797 Don't presume an error's second element is a string.
7798 Use looking-at rather than buffer-substring + member.
7799
7800 2006-10-07 Eli Zaretskii <eliz@gnu.org>
7801
7802 * mail/rmail.el (rmail-redecode-body): If the old encoding is
7803 `undecided', call find-coding-systems-region to find a proper
7804 non-trivial encoding.
7805 (rmail-mime-charset-pattern): Allow a TAB between "Content-Type"
7806 and "text/plain".
7807
7808 2006-10-07 Kevin Ryde <user42@zip.com.au>
7809
7810 * textmodes/reftex-vars.el (defgroup reftex): Update home page
7811 url-link.
7812
7813 * strokes.el (defgroup strokes): Remove invalid url-link.
7814
7815 2006-10-07 Magnus Henoch <mange@freemail.hu>
7816
7817 * autoinsert.el (auto-insert-alist): Doc fix.
7818
7819 2006-10-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
7820
7821 * mouse-sel.el (mouse-insert-selection-internal):
7822 Use insert-for-yank, so that yank handlers are run.
7823
7824 2006-10-07 Kim F. Storm <storm@cua.dk>
7825
7826 * ido.el (ido-file-extension-aux): Fix comparison.
7827
7828 2006-10-06 Kim F. Storm <storm@cua.dk>
7829
7830 * ido.el (ido-wide-find-dirs-or-files): Use shell-quote-argument.
7831
7832 2006-10-05 Juanma Barranquero <lekktu@gmail.com>
7833
7834 * emacs-lisp/advice.el (ad-remove-advice, ad-parse-arglist)
7835 (ad-make-mapped-call): Use `let', not `let*'.
7836
7837 2006-10-05 Chong Yidong <cyd@stupidchicken.com>
7838
7839 * international/mule-cmds.el (coding-system-change-eol-conversion):
7840 Ensure the coding system is initialized before calling
7841 coding-system-eol-type.
7842
7843 2006-10-04 Carsten Dominik <dominik@science.uva.nl>
7844
7845 * textmodes/org.el (org-rm-props, org-activate-plain-links)
7846 (org-activate-angle-links, org-activate-dates)
7847 (org-activate-target-links, org-activate-camels)
7848 (org-activate-tags): Add `rear-nonsticky' text property to avoid
7849 textproperty keymaps from being active beyond the end of a line.
7850 (org-unfontify-region): Also remove `rear-nonsticky' property.
7851
7852 2006-10-04 Kenichi Handa <handa@m17n.org>
7853
7854 * international/code-pages.el (next): Table fixed.
7855
7856 2006-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
7857
7858 * progmodes/sh-script.el (sh-prev-thing): Remove (forward-char 1) now
7859 that it's been made unnecessary by removing narrowing.
7860
7861 2006-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
7862
7863 * progmodes/sh-script.el (sh-prev-thing): Massage to untangle the
7864 control flow a bit, simplify another bit, and add comments.
7865
7866 2006-10-03 David Kastrup <dak@gnu.org>
7867
7868 * help.el (describe-mode): For clicks on mode-line, use "@"
7869 interactive argument to get the major mode of the click instead of
7870 the current buffer.
7871
7872 * isearch.el (isearch-mouse-2): Use new semantics of `key-binding'
7873 in order to better redirect mouse-2 clicks. Also allow default
7874 bindings to apply.
7875
7876 2006-10-03 Kim F. Storm <storm@cua.dk>
7877
7878 * emacs-lisp/cl.el (pushnew-internal): Remove defvar.
7879 (pushnew): Fix last change.
7880
7881 2006-10-03 Denis St\e,A|\e(Bnkel <dstuenkel@googlemail.com> (tiny change)
7882
7883 * ibuf-ext.el (eval, view-and-eval) <define-ibuffer-op>:
7884 Use the interactive spec of `eval-expression'.
7885
7886 2006-10-02 Michael Welsh Duggan <md5i@cs.cmu.edu>
7887
7888 * progmodes/sh-script.el (sh-prev-thing): Fix last change.
7889
7890 2006-10-02 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
7891
7892 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo in
7893 2006-09-28 commit.
7894
7895 2006-10-02 Kenichi Handa <handa@m17n.org>
7896
7897 * international/code-pages.el (iso-8859-6): Table fixed.
7898
7899 2006-10-01 Chris Moore <christopher.ian.moore@gmail.com>
7900
7901 * dired.el (dired-build-subdir-alist): Fix previous change.
7902
7903 2006-10-01 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
7904
7905 * simple.el (undo-elt-crosses-region): Fix the inequalities.
7906
7907 2006-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
7908
7909 * emacs-lisp/find-func.el (find-function-regexp): Don't match
7910 "define-button-type".
7911
7912 * pcvs.el (cvs-update-header): Fix handling of extra newlines so that
7913 they don't keep accumulating.
7914
7915 2006-10-01 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
7916
7917 * ffap.el (ffap-rfc-path): Change the address of the RFC
7918 repository to ftp.rfc-editor.org, as ds.internic.net seems to be gone.
7919
7920 2006-10-01 Stephen Berman <Stephen.Berman@gmx.net>
7921
7922 * allout.el (allout-expose-topic): Rectify implementation of "+"
7923 spec, so that bodies are not exposed with headlines.
7924
7925 2006-10-01 Ken Manheimer <ken.manheimer@gmail.com>
7926
7927 * allout.el (allout-current-depth): Do aberrent check only at or
7928 below doublecheck depth.
7929 (allout-chart-subtree): Make it explicit that LEVELS being nil
7930 means unlimited depth. Drop undocumented support for LEVELS value
7931 t meaning unlimited depth. (This is consistent with
7932 allout-chart-to-reveal, but contrary to allout-show-children,
7933 which needs to use nil to default to depth of 1.)
7934 (allout-goto-prefix-doublechecked): Wrap long docstring line.
7935 (allout-chart-to-reveal): Be explicit in docstring about meaning
7936 of nil LEVELS, and drop support for LEVELS value t.
7937 (allout-show-children): Translate the level spec used by this
7938 routine to that used by allout-chart-subtree and
7939 allout-chart-to-reveal.
7940 (allout-show-to-offshoot): Retry once when stuck, after opening
7941 subtree - improvements in discontinuity handling likely will
7942 enable progress.
7943
7944 2006-09-30 Chong Yidong <cyd@stupidchicken.com>
7945
7946 * wid-edit.el (widget-button-click-moves-point): New variable.
7947 (widget-button-click): If widget-button-click-moves-point is
7948 non-nil, set point after performing the button action.
7949
7950 * cus-edit.el (custom-mode): Set widget-button-click-moves-point.
7951
7952 2006-09-30 Martin Rudalics <rudalics@gmx.at>
7953
7954 * files.el (find-file-existing): Modify to not allow wildcards.
7955
7956 2006-09-30 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
7957
7958 * simple.el (undo-more): When undo information for the region is
7959 exhausted, say "No further undo information FOR REGION".
7960
7961 2006-09-30 Michael Welsh Duggan <md5i@cs.cmu.edu>
7962
7963 * progmodes/sh-script.el (sh-prev-thing):
7964 Take `sh-leading-keywords' into account.
7965
7966 2006-09-29 Glenn Morris <rgm@gnu.org>
7967
7968 * custom.el (defcustom): Doc fix.
7969
7970 * calendar/calendar.el (european-calendar-style):
7971 Call european-calendar or american-calendar as needed when set.
7972 (diary-view-entries, list-calendar-holidays): Move autoloads
7973 before use.
7974
7975 2006-09-29 Juri Linkov <juri@jurta.org>
7976
7977 * progmodes/cperl-mode.el (cperl-after-expr-p): Don't move point
7978 to nil if there is no previous property change.
7979
7980 2006-09-29 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
7981
7982 * cus-edit.el (custom-save-all): Switch to emacs-lisp mode before
7983 saving anything to be sure that `forward-sexp' behaves correctly.
7984
7985 2006-09-29 Chong Yidong <cyd@stupidchicken.com>
7986
7987 * simple.el (line-move-finish): Ignore field boundaries if the
7988 initial and final points have the same `field' property.
7989
7990 2006-09-29 Kim F. Storm <storm@cua.dk>
7991
7992 * ido.el (ido-file-internal): Only bind minibuffer-completing-file-name
7993 to t while calling ido-read-internal.
7994
7995 2006-09-29 Carsten Dominik <dominik@science.uva.nl>
7996
7997 * textmodes/org.el (org-file-remote-p): Get regexp from list.
7998 (org-archive-subtree): Remove erraneous `]' from character list.
7999
8000 2006-09-28 Jonathan Yavner <jyavner@member.fsf.org>
8001
8002 * ses.el (ses-in-print-area, ses-goto-data, ses-load)
8003 (ses-reconstruct-all): Make undo of "insert row" work by keeping
8004 markers for data-area and parameters-area.
8005
8006 2006-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
8007
8008 * progmodes/make-mode.el (makefile-mode): Don't disable jit-lock.
8009
8010 * font-lock.el (font-lock-after-change-function): Refontify next line
8011 as well if end is at BOL.
8012 (font-lock-extend-jit-lock-region-after-change): Be more careful to
8013 only extend the region as much as needed.
8014
8015 2006-09-28 Richard Stallman <rms@gnu.org>
8016
8017 * comint.el (comint-mode): Bind font-lock-defaults non-nil.
8018
8019 * subr.el (insert-for-yank-1): Handle `font-lock-face' specially.
8020
8021 * international/mule.el (after-insert-file-set-coding):
8022 If VISIT, don't let set-buffer-multibyte make undo info.
8023
8024 2006-09-28 Osamu Yamane <yamane@green.ocn.ne.jp> (tiny change)
8025
8026 * mail/smtpmail.el (smtpmail-try-auth-methods): Do not break long
8027 lines in base64-encoded authentication response.
8028
8029 2006-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8030
8031 * progmode/ebnf2ps.el: Doc fix. Implement arrow spacing and scaling.
8032 (ebnf-version): New version 4.3.
8033 (ebnf-arrow-extra-width, ebnf-arrow-scale): New options.
8034 (ebnf-prologue): Adjust PostScript programming.
8035 (ebnf-begin-file, ebnf-insert-ebnf-prologue, ebnf-terminal-dimension1)
8036 (ebnf-repeat-dimension, ebnf-except-dimension): Adjust code.
8037
8038 2006-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
8039
8040 * jit-lock.el (jit-lock-force-redisplay): Rename from
8041 jit-lock-fontify-again, and undo the mistaken change I've just done.
8042
8043 * jit-lock.el (jit-lock-fontify-now): Don't fontify the empty text.
8044 (jit-lock-fontify-again): Don't refontify text that's not displayed.
8045
8046 2006-09-26 Kenichi Handa <handa@m17n.org>
8047
8048 * startup.el (display-splash-screen): Allow a prefix argument.
8049
8050 2006-09-25 Jason Rumney <jasonr@gnu.org>
8051
8052 * subr.el (shell-quote-argument): Use DOS logic for Windows
8053 shells with DOS semantics.
8054
8055 2006-09-24 Richard Stallman <rms@gnu.org>
8056
8057 * progmodes/compile.el (compilation-goto-locus-delete-o): New fn.
8058 (compilation-goto-locus): Use compilation-goto-locus-delete-o
8059 to delete the overlay. Put it on pre-command-hook.
8060
8061 * emacs-lisp/timer.el (timer-max-repeats): Doc fix.
8062
8063 * startup.el (fancy-splash-screens, normal-splash-screen):
8064 Call the splash buffer *About GNU Emacs*.
8065
8066 * simple.el (next-error-highlight, next-error-highlight-no-select):
8067 Default to 0.5.
8068 (yank-excluded-properties): Add `fontified'.
8069
8070 * font-lock.el (font-lock-compile-keywords): Allow value of
8071 syntax-begin-function to enable paren-column-0 highlighting.
8072
8073 2006-09-24 Chris Moore <christopher.ian.moore@gmail.com>
8074
8075 * dired.el (dired-build-subdir-alist): When file ends in colon,
8076 don't exit the loop, just disregard that file.
8077
8078 2006-09-24 Chong Yidong <cyd@stupidchicken.com>
8079
8080 * simple.el (line-move-finish): Handle corner case for fields in
8081 continued lines.
8082 (line-move-1): Remove flawed test for that case.
8083
8084 2006-09-24 Ken Manheimer <ken.manheimer@gmail.com>
8085
8086 * icomplete.el (icomplete-simple-completing-p): Use the correct
8087 name for the new variable, `icomplete-with-completion-tables'.
8088 (file local variables): Remove superfluous setting.
8089
8090 2006-09-23 Jeff Miller <jmiller@cablespeed.com> (tiny change)
8091
8092 * calendar/appt.el (appt-check): Fix typo for appointments just
8093 after midnight.
8094
8095 2006-09-23 Chong Yidong <cyd@stupidchicken.com>
8096
8097 * help.el (describe-key-briefly, describe-key): Don't expect an
8098 extra up event if a down-event is generated by a popup menu.
8099
8100 2006-09-23 Michal Nazarewicz <mnazarewicz@gmail.com> (tiny change)
8101
8102 * textmodes/ispell.el (ispell-change-dictionary): Don't check the
8103 local dictionary when changing the global dictionary.
8104
8105 2006-09-23 Ken Manheimer <ken.manheimer@gmail.com>
8106
8107 * icomplete.el (icomplete-with-completion-tables): List of
8108 specialized completion tables with which icomplete should
8109 operate. Include the new `internal-complete-buffer', so icomplete
8110 works with interactive buffer-selection.
8111 (icomplete-simple-completing-p): Add acceptance of specialized
8112 completion tables listed in icomplete-with-completion-tables.
8113
8114 2006-09-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8115
8116 * frame.el (focus-follows-mouse): Set default to nil on Mac.
8117
8118 * startup.el (command-line): Use `custom-reevaluate-setting' for
8119 `focus-follows-mouse'.
8120
8121 2006-09-22 Richard Stallman <rms@gnu.org>
8122
8123 * cus-edit.el (custom-buffer-create-internal): In `emacs -q',
8124 explain why Save is not available.
8125
8126 2006-09-22 Juanma Barranquero <lekktu@gmail.com>
8127
8128 * woman.el (woman0-so): Use `let*', not `let'.
8129 (woman-horizontal-line): Remove unbalanced parenthesis.
8130
8131 2006-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
8132
8133 * woman.el: Make sure all the end-of-region markers we use have
8134 a non-nil insertion-type.
8135 (woman0-so): Move things around so we can use copy-marker.
8136 (woman0-roff-buffer, woman2-process-escapes-to-eol, woman2-roff-buffer):
8137 Adjust marker type.
8138 (woman2-process-escapes): Check marker type.
8139 (woman-horizontal-line): Dispense with the use of a marker.
8140
8141 2006-09-22 Jay Belanger <belanger@truman.edu>
8142
8143 * calc/calc-lang.el: Add Greek letters to math-variable-table
8144 property of tex.
8145
8146 2006-09-22 Chong Yidong <cyd@stupidchicken.com>
8147
8148 * files.el (save-some-buffers-action-alist): Display diff in view-mode.
8149
8150 2006-09-22 Masatake YAMATO <jet@gyve.org>
8151
8152 * add-log.el (add-log-current-defun): Use `forward-sexp'
8153 instead of `forward-word' to pick c++::symbol.
8154 Reported by Guanpeng Xu <herberteuler@hotmail.com>.
8155
8156 2006-09-22 Kenichi Handa <handa@m17n.org>
8157
8158 * bindings.el: Fix setting self-insert-command for multibyte
8159 characters in global-map.
8160
8161 2006-09-21 David Kastrup <dak@gnu.org>
8162
8163 * mouse.el (mouse-posn-property): Fix typo for `event-start' in
8164 doc string.
8165
8166 2006-09-21 Kenichi Handa <handa@m17n.org>
8167
8168 * language/european.el ("Latin-1"): Add windows-1252 to
8169 coding-priority.
8170 ("German"): Likewise.
8171
8172 2006-09-21 Kim F. Storm <storm@cua.dk>
8173
8174 * emacs-lisp/cl-macs.el (member*): Use memql instead of complex code.
8175 Suggested by Miles Bader.
8176
8177 * emacs-lisp/cl.el (pushnew): Rework 2006-09-10 change. Use memql
8178 instead of add-to-list in the simple case.
8179
8180 2006-09-20 Kenichi Handa <handa@m17n.org>
8181
8182 * isearch.el (isearch-process-search-char): Cancel the previous change.
8183 (isearch-search-string): New function.
8184 (isearch-search): Use isearch-search-string.
8185 (isearch-lazy-highlight-search): Likewise.
8186
8187 2006-09-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8188
8189 * lpr.el (lpr-page-header-switches): Insert `*' at beginning of doc
8190 string to become an option.
8191
8192 2006-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
8193
8194 * files.el (find-buffer-visiting): Don't get fooled by a nil inode.
8195
8196 2006-09-20 Kim F. Storm <storm@cua.dk>
8197
8198 * simple.el (line-move-partial): Call pos-visible-in-window-p with
8199 position t instead of trying both window-end and window-end - 1.
8200
8201 2006-09-20 Carsten Dominik <dominik@science.uva.nl>
8202
8203 * textmodes/org.el (org-scan-tags): Find end of subtrees also in
8204 hidden trees.
8205
8206 2006-09-20 David Kastrup <dak@gnu.org>
8207
8208 * mouse.el (mouse-posn-property): Improve doc string.
8209 (mouse-on-link-p): Change buffers for function calls on links.
8210
8211 * menu-bar.el (clipboard-yank): Bomb out in interactive use if
8212 buffer is read-only.
8213
8214 2006-09-20 Ken Manheimer <ken.manheimer@gmail.com>
8215
8216 * allout.el (allout-unprotected): Let inhibit-read-only only when
8217 buffer-read-only isn't set.
8218 (allout-annotate-hidden): Enable topic annotation during copies even
8219 when the buffer is read-only, eg for topic copies. Ensure that the loop
8220 advances, even when the span extends beyond the deletion region.
8221 (allout-toggle-subtree-encryption): Use allout-structure-added-hook
8222 rather than allout-exposure-changed-hook, as a stronger assertion.
8223 (allout-keybindings-list): Add bindings for
8224 allout-copy-line-as-kill and allout-copy-topic-as-kill.
8225 (allout-copy-line-as-kill, allout-copy-topic-as-kill):
8226 Copy wrappers for allout-kill-line and allout-kill-topic.
8227 (allout-listify-exposed): Position correctly to accumulate lines.
8228
8229 2006-09-19 Chong Yidong <cyd@stupidchicken.com>
8230
8231 * simple.el (line-move-1): Escape field boundaries occurring
8232 exactly at point. Update goal column if constrained to a field.
8233 (line-move-finish): Escape field boundaries occurring exactly at point.
8234
8235 2006-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
8236
8237 * mouse.el (mouse-on-link-p): Tentatively fix last change.
8238 (mouse-drag-vertical-line): Remove unused var `wconfig'.
8239
8240 2006-09-19 Kim F. Storm <storm@cua.dk>
8241
8242 * help.el (describe-key-briefly, describe-key): Simplify printing
8243 of descriptions by using format and %S. Fix "is undefined"
8244 messages to say "at that spot" for mouse events.
8245
8246 * simple.el (line-move-partial): Optimize. Try window-line-height
8247 before posn-at-point to get vpos of current line.
8248
8249 2006-09-18 Michael Kifer <kifer@cs.stonybrook.edu>
8250
8251 * viper.el: Bump up version/date of update to reflect the substantial
8252 changes done in August 2006.
8253
8254 * viper-cmd (viper-next-line-at-bol): Make sure button-at, push-button
8255 are defined.
8256
8257 * ediff-util.el (ediff-add-to-history): New function.
8258
8259 * ediff.el: Use ediff-add-to-history instead of add-to-history.
8260
8261 2006-09-18 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
8262
8263 * textmodes/conf-mode.el (conf-space-mode): Doc fix.
8264 Delete duplicate make-local-variable form.
8265 (conf-space-keywords): Add autoload cookie.
8266 Fix typo (`keywords', not `keyword').
8267
8268 2006-09-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8269
8270 * cus-start.el (all): Rename x-gtk-show-chooser-help-text to
8271 x-gtk-file-dialog-help-text. Rename x-use-old-gtk-file-dialog
8272 to x-gtk-use-old-file-dialog.
8273
8274 2006-09-18 Richard Stallman <rms@gnu.org>
8275
8276 * wid-edit.el (widget-button-click): Handle non-mouse-motion events
8277 that might come in during mouse tracking.
8278
8279 2006-09-18 Kim F. Storm <storm@cua.dk>
8280
8281 * simple.el (line-move-partial): Rework 2006-09-15 change to use
8282 new window-line-height function. Further optimize by not calling
8283 pos-visible-in-window-p for window-end when window-line-height
8284 returns useful information.
8285
8286 2006-09-16 Richard Stallman <rms@gnu.org>
8287
8288 * textmodes/conf-mode.el (conf-mode-map): Use conf-space-keywords cmd.
8289 (conf-space-mode): Don't handle prefix arg.
8290 Delete conf-space-keywords-override code.
8291 Use add-hook.
8292 (conf-space-keywords): New command.
8293 (conf-space-mode-internal): Be careful with imenu-generic-expression.
8294 Delete conf-space-keywords-override code.
8295 (conf-space-keywords-alist): Doc fix.
8296 (conf-space-font-lock-keywords): Doc fix.
8297 (conf-space-keywords-override): Var deleted.
8298
8299 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
8300
8301 * startup.el (fancy-splash-screens): Don't switch to the scratch
8302 buffer; it may not be the next buffer.
8303
8304 2006-09-16 Romain Francoise <romain@orebokech.com>
8305
8306 * saveplace.el (load-save-place-alist-from-file): Use expanded name
8307 in both messages.
8308
8309 2006-09-16 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se>
8310
8311 * progmodes/python.el (python-preoutput-filter):
8312 Fix arg order to string-match.
8313
8314 2006-09-16 Richard Stallman <rms@gnu.org>
8315
8316 * obsolete/fast-lock.el (fast-lock-cache-data): Provide 2nd arg to
8317 font-lock-compile-keywords.
8318
8319 * font-lock.el (font-lock-compile-keywords): Rename optional arg
8320 to SYNTACTIC-KEYWORDS and reverse the sense. All callers changed.
8321
8322 2006-09-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8323
8324 * cus-start.el (all): Add x-gtk-show-chooser-help-text.
8325
8326 * select.el (xselect-convert-to-string): If UTF8_STRING is requested
8327 and the data doesn't look like UTF8, send STRING instead.
8328
8329 2006-09-16 Agust\e,Am\e(Bn Mart\e,Am\e(Bn <agustin.martin@hispalinux.es>
8330
8331 * textmodes/flyspell.el (flyspell-check-region-doublons):
8332 New function to detect duplicated words.
8333 (flyspell-large-region): Use it.
8334
8335 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
8336
8337 * simple.el (line-move-to-column): Revert 2006-08-03 change.
8338
8339 2006-09-16 Eli Zaretskii <eliz@gnu.org>
8340
8341 * help.el (describe-prefix-bindings): Use let, not let*.
8342
8343 2006-09-16 Ken Manheimer <ken.manheimer@gmail.com>
8344
8345 * allout.el (allout-regexp, allout-line-boundary-regexp)
8346 (allout-bob-regexp): Correct grouping and boundaries to fix
8347 backwards traversal.
8348 (allout-depth-specific-regexp, allout-depth-one-regexp):
8349 New versions that exploit \\{M\\} regexp syntax, to avoid geometric or
8350 worse time in allout-ascend.
8351 (allout-doublecheck-at-and-shallower): Identify depth threshold
8352 below which topics are checked for and disqualified by containment
8353 discontinuities.
8354 (allout-hotspot-key-handler): Correctly handle multiple-key
8355 strokes. Remove some unused variables.
8356 (allout-mode-leaders): Clarify that mode-specific comment-start
8357 will be used.
8358 (set-allout-regexp): Correctly regexp-quote allout regexps to
8359 properly accept alternative header-leads and primary bullets with
8360 regexp-specific characters (eg, C "/*", mathematica "(*").
8361 Include new regular expressions among those configured.
8362 (allout-infer-header-lead-and-primary-bullet):
8363 Rename allout-infer-header-lead.
8364 (allout-recent-depth): Manifest as a variable as well as a function.
8365 (allout-prefix-data): Simplify into an inline instead of a macro,
8366 assuming current match data rather than being explicitly passed
8367 it. Establish allout-recent-depth value as well as
8368 allout-recent-prefix-beginning and allout-recent-prefix-end.
8369 (allout-aberrant-container-p): True when an item's immediate
8370 offspring discontinuously contained. Useful for disqualifying
8371 unintended topic prefixes, likely at low depths.
8372 (allout-goto-prefix-doublechecked): Elaborate version of
8373 allout-goto-prefix which disqualifies aberrant pseudo-items.
8374 (allout-pre-next-prefix): Layer on top of lower-level routines, to
8375 get disqualification of aberrant containers.
8376 (allout-end-of-prefix, allout-end-of-subtree): Disqualify aberrant
8377 containers.
8378 (allout-beginning-of-current-entry): Position at start of buffer
8379 when in container (depth 0) entry.
8380 (nullify-allout-prefix-data): Invalidate allout-recent-* prefix data.
8381 (allout-current-bullet): Strip text properties.
8382 (allout-get-prefix-bullet): Use right match groups.
8383 (allout-beginning-of-line, allout-next-heading):
8384 Disqualify aberrant containers.
8385 (allout-previous-heading): Disqualify aberrant containers, and
8386 change to regular (rather than inline) function, to allow
8387 self-recursion.
8388 (allout-get-invisibility-overlay): Increment so progress is made
8389 when the first overlay is not the sought one.
8390 (allout-end-of-prefix): Disqualify aberrant containers.
8391 (allout-end-of-line): Cycle something like allout-beginning-of-line.
8392 (allout-mode): Make allout-old-style-prefixes (ie, enabling use with
8393 outline.el outlines) functional again. Change the primary bullet
8394 along with the header-lead - level 1 new-style bullets now work.
8395 Engage allout-before-change-handler in mainline Emacs, not just
8396 XEmacs, to do undo handling.
8397 (allout-before-change-handler): Expose undo changes occurring in
8398 hidden regions. Use allout-get-invisibility-overlay instead of
8399 reimplementing it inline.
8400 (allout-chart-subtree): Use start rather than end of prefix in
8401 charts. Use allout-recent-depth variable.
8402 (allout-chart-siblings): Disqualify aberrant topics.
8403 (allout-beginning-of-current-entry): Position correctly.
8404 (allout-ascend): Use new allout-depth-specific-regexp and
8405 allout-depth-one-regexp for linear instead of O(N^2) or worse
8406 behavior.
8407 (allout-ascend-to-depth): Depend on allout-ascend, rather than
8408 reimplementing an algorithm.
8409 (allout-up-current-level): Depend on allout-ascend, rather than
8410 reimplementing an algorithm. Return to start-point if we fail.
8411 (allout-descend-to-depth): Use allout-recent-depth variable
8412 instead of function.
8413 (allout-next-sibling): On traversal of numerous intervening
8414 topics, resort to economical allout-next-sibling-leap.
8415 (allout-next-sibling-leap): Specialized version of
8416 allout-next-sibling that uses allout-ascend cleverly, to depend on
8417 a regexp search to leap large numbers of contained topics, rather
8418 than arbitrarily many one-by-one traversals.
8419 (allout-next-visible-heading): Disqualify aberrant topics.
8420 (allout-previous-visible-heading): Position consistently when
8421 interactive.
8422 (allout-forward-current-level): Base on allout-previous-sibling
8423 rather than (differently) reimplmenting the algorithm. Remove some
8424 unused variables.
8425 (allout-solicit-alternate-bullet): Present default choice stripped
8426 of text properties.
8427 (allout-rebullet-heading): Use bullet stripped of text properties.
8428 Register changes using allout-exposure-change-hook.
8429 Disregard aberrant topics.
8430 (allout-shift-in): With universal-argument, make topic a peer of
8431 it's former offspring. Simplify the code by separating out
8432 allout-shift-out functionality.
8433 (allout-shift-out): With universal-argument, make offspring peers
8434 of their former container, and its siblings. Implement the
8435 functionality here, rather than inappropriately muddling the
8436 implementation of allout-shift-in.
8437 (allout-rebullet-topic): Respect additional argument for new
8438 parent-child separation function.
8439 (allout-yank-processing): Use allout-ascend directly.
8440 (allout-show-entry): Disqualify aberrant topics.
8441 (allout-show-children): Handle discontinuous children gracefully,
8442 extending the depth being revealed to expose them and posting a
8443 message indicating the situation.
8444 (allout-show-to-offshoot): Remove obsolete and incorrect comment.
8445 Leave cursor in correct position.
8446 (allout-hide-current-subtree): Use allout-ascend directly.
8447 Disqualify aberrant topics.
8448 (allout-kill-line, allout-kill-topic): Preserve exposure layout in
8449 a way that the yanks can restore it, as used to happen.
8450 (allout-yank-processing): Restore exposure layout as recorded by
8451 allout-kill-*, as used to happen.
8452 (allout-annotate-hidden, allout-hide-by-annotation): New routines
8453 for preseving and restoring exposure layout across kills.
8454 (allout-toggle-subtree-encryption): Run allout-exposure-change-hook.
8455 (allout-encrypt-string): Strip text properties.
8456 Rearranged order and outline-headings for some of the
8457 miscellaneous functions.
8458 (allout-resolve-xref): No need to quote the error name in the
8459 condition-case handler section.
8460 (allout-flatten): Classic recursive (and recursively intensive,
8461 without tail-recursion) list-flattener, needed by allout-shift-out
8462 when confronted with discontinuous children.
8463
8464 2006-09-16 Jason Rumney <jasonr@gnu.org>
8465
8466 * dnd.el (dnd-open-remote-file-function): Use dnd-open-local-file
8467 on ms-windows.
8468 (dnd-open-unc-file): Remove.
8469 (dnd-open-local-file): Mention in doc string that it also handles
8470 remote files if the system natively supports unc file-names.
8471
8472 2006-09-15 Kim F. Storm <storm@cua.dk>
8473
8474 * help.el (describe-key): Handle C-h k in *Help* buffer; collect
8475 all necessary information about the event before erasing *Help*.
8476
8477 * simple.el (line-move-partial): Use window-line-visiblity to
8478 quickly check whether last line is partially visible, and only do
8479 the hard (and slow) part in that case.
8480
8481 2006-09-15 Jay Belanger <belanger@truman.edu>
8482
8483 * COPYING: Replace "Library Public License" by "Lesser Public
8484 License" throughout.
8485
8486 2006-09-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8487
8488 * term/x-win.el (x-menu-bar-open): New function for F10.
8489
8490 2006-09-15 Chong Yidong <cyd@stupidchicken.com>
8491
8492 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8493 Disallow filenames containing " -" to avoid confusion with libtool
8494 compilation messages. Suggested by Stefan Monnier.
8495
8496 2006-09-15 David Kastrup <dak@gnu.org>
8497
8498 * mouse-sel.el (mouse-sel-follow-link-p): Use event position
8499 instead of buffer position for `mouse-on-link-p'.
8500
8501 * mouse.el (mouse-posn-property): New function looking up the
8502 properties at a click position in overlays and text properties in
8503 either buffer or strings.
8504 (mouse-on-link-p): Use `mouse-posn-property' to streamline lookup
8505 of both `follow-link' as well as `mouse-face' properties.
8506 (mouse-drag-track): Check `mouse-on-link-p' on event position, not
8507 buffer position.
8508
8509 * help.el (describe-key-briefly): When reading a down-event on
8510 mode lines or scroll bar, swallow the following up event, too.
8511 Use the new mouse sensitity of `key-binding' for lookup.
8512 (describe-key): The same here.
8513
8514 2006-09-15 Juanma Barranquero <lekktu@gmail.com>
8515
8516 * play/life.el (life-patterns): Add a few more interesting patterns.
8517 (life-setup): Force `show-trailing-whitespace' to nil.
8518
8519 2006-09-14 Richard Stallman <rms@gnu.org>
8520
8521 * startup.el (fancy-splash-text): Change text to improve alignment.
8522 (fancy-splash-screens): Don't set non-standard tab width.
8523 Bind cursor-type temporarily, and make it easy to patch to
8524 preserve the splash buffer.
8525 (normal-splash-screen, fancy-splash-tail): Spell out "Meta-x".
8526 (fancy-splash-screens): Display echo-area message explicitly.
8527 Don't set fancy-splash-help-echo.
8528
8529 * simple.el (line-number-mode): Group mode-line instead of
8530 editing-basics.
8531 (column-number-mode, size-indication-mode): Likewise.
8532
8533 * faces.el (mode-line-faces): Group mode-line instead of modeline.
8534
8535 * time.el (display-time): Group mode-line instead of modeline.
8536
8537 * cus-edit.el (mode-line): Rename from modeline. All uses changed.
8538
8539 2006-09-14 Chong Yidong <cyd@stupidchicken.com>
8540
8541 * startup.el (fancy-splash-text): Move editing instructions to
8542 fancy-splash-head.
8543 (fancy-splash-head): Issue editing instructions.
8544 (fancy-splash-screens): Fixup whitespace.
8545
8546 2006-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
8547
8548 * bindings.el (mode-line-buffer-identification-keymap):
8549 Remove duplicate line.
8550
8551 2006-09-14 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
8552
8553 * ido.el (ido-ignore-item-p): Allow any kind of functions in
8554 ignore lists.
8555
8556 2006-09-14 Kim F. Storm <storm@cua.dk>
8557
8558 * jit-lock.el (jit-lock-fontify-again): New function.
8559 (jit-lock-fontify-now): Use it instead of lambda form.
8560
8561 2006-09-13 Agustin Martin <agustin.martin@hispalinux.es>
8562
8563 * textmodes/flyspell.el (flyspell-word, flyspell-correct-word)
8564 (flyspell-auto-correct-word): Make ispell-filter local to these
8565 functions. Check that ispell-filter has new stuff before calling
8566 ispell-parse-output.
8567
8568 2006-09-13 Kim F. Storm <storm@cua.dk>
8569
8570 * simple.el (line-move-partial): Optimize.
8571
8572 2006-09-13 Richard Stallman <rms@gnu.org>
8573
8574 * thingatpt.el (thing-at-point-bounds-of-url-at-point):
8575 Delete spurious backquote.
8576
8577 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
8578
8579 * net/rcirc.el (rcirc-print): Fix last change.
8580
8581 2006-09-12 Jay Belanger <belanger@truman.edu>
8582
8583 * calc/calc.el (calc-dispatch): Remove unnecessary `sit-for'.
8584
8585 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
8586
8587 * net/rcirc.el (rcirc-scroll-show-maximum-output): Rename from
8588 rcirc-show-maximum-output.
8589 (rcirc-mode): Remove window-scroll-function hook.
8590 (rcirc-scroll-to-bottom): Remove function.
8591 (rcirc-print): Recenter so point stays at the bottom of the window
8592 if point was already there.
8593
8594 2006-09-12 Paul Eggert <eggert@cs.ucla.edu>
8595
8596 * comint.el (comint-exec-1): Set EMACS to the full name of Emacs,
8597 not to "t".
8598 * progmodes/compile.el (compilation-start): Likewise.
8599 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
8600 Don't use expand-file-name on invocation-directory, since this
8601 might mishandle special characters in invocation-directory.
8602
8603 2006-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8604
8605 * pcvs-defs.el: Remove * in defcustom's docstrings.
8606
8607 2006-09-12 Nick Roberts <nickrob@snap.net.nz>
8608
8609 * progmodes/compile.el (compilation-directory-properties):
8610 Doc fix for help-echo.
8611
8612 2006-09-12 Lars Hansen <larsh@soem.dk>
8613
8614 * desktop.el (desktop-read): Add comment.
8615
8616 2006-09-12 Kim F. Storm <storm@cua.dk>
8617
8618 * simple.el (next-error-highlight, next-error-highlight-no-select):
8619 Fix spelling error.
8620
8621 * subr.el (sit-for): Rework to use input-pending-p and cond.
8622 Return nil input is pending on entry also for SECONDS <= 0.
8623 (while-no-input): Use input-pending-p instead of sit-for.
8624
8625 2006-09-11 Richard Stallman <rms@gnu.org>
8626
8627 * simple.el (next-error-highlight, next-error-highlight-no-select):
8628 Fix custom type and doc strings.
8629
8630 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
8631
8632 * diff-mode.el (diff-apply-hunk-to-backup-file): New var.
8633 (diff-apply-hunk): Use it to ask for confirmation.
8634
8635 2006-09-11 Reiner Steib <Reiner.Steib@gmx.de>
8636
8637 * emacs-lisp/cl.el (pushnew): Add missing `,'.
8638
8639 2006-09-11 David Kastrup <dak@gnu.org>
8640
8641 * help.el (string-key-binding, describe-key-briefly)
8642 (describe-key): Remove `string-key-binding' and its callers since
8643 `key-binding' already caters for the proper lookup now.
8644
8645 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
8646
8647 * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords): Newvar.
8648 (cfengine-mode): Use it. Fix \ syntax to be like /.
8649
8650 * bindings.el (mode-line-buffer-identification-keymap):
8651 Move initialization into declaration.
8652
8653 2006-09-10 Kim F. Storm <storm@cua.dk>
8654
8655 * ido.el (ido-edit-input, ido-complete, ido-take-first-match)
8656 (ido-push-dir-first, ido-kill-buffer-at-head, ido-exhibit)
8657 (ido-delete-file-at-head): Pass head of ido-matches through ido-name
8658 in case of merged directories. Reported by Micha\e,Ak\e(Bl Cadilhac.
8659
8660 2006-09-10 Richard Stallman <rms@gnu.org>
8661
8662 * dired-aux.el: Handle errors in recursive copy usefully.
8663 (dired-create-files-failures): New variable.
8664 (dired-copy-file): Remove condition-case.
8665 (dired-copy-file-recursive): Check for errors on all file
8666 operations, and add them to dired-create-files-failures.
8667 Check file file-date-erorr here too.
8668 (dired-create-files): Check dired-create-files-failures
8669 and report those errors too.
8670
8671 * emacs-lisp/cl.el (pushnew): Use add-to-list when convenient.
8672
8673 * subr.el (add-to-list): New argument COMPARE-FN.
8674
8675 2006-09-10 Reiner Steib <Reiner.Steib@gmx.de>
8676
8677 * filecache.el (file-cache-add-directory)
8678 (file-cache-add-directory-list, file-cache-add-file)
8679 (file-cache-add-directory-using-find)
8680 (file-cache-add-directory-using-locate)
8681 (file-cache-add-directory-recursively): Add autoloads.
8682
8683 2006-09-09 Richard Stallman <rms@gnu.org>
8684
8685 * textmodes/conf-mode.el (conf-space-mode):
8686 Use hack-local-variables-hook instead of calling hack-local-variables.
8687 (conf-space-keywords-override): New variable.
8688 (conf-space-mode-internal): New subroutine. Reinit Font Lock mode.
8689 (conf-space-mode): Always make conf-space-keywords and
8690 conf-space-keywords-override local.
8691 Call conf-space-mode-internal directly as well as via hook.
8692
8693 2006-09-09 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
8694
8695 * progmodes/python.el (python-font-lock-keywords): Add `self' and other
8696 quasi-keywords.
8697
8698 2006-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
8699
8700 * progmodes/python.el: Quieten the compiler about hippie-expand vars.
8701 (python-send-string): Be slightly more careful about adding \n.
8702
8703 * startup.el (normal-splash-screen): Don't display the buffer if we'll
8704 kill it right away anyway.
8705
8706 2006-09-09 Eli Zaretskii <eliz@gnu.org>
8707
8708 * international/codepage.el (cp850-decode-table): Fix a few codes.
8709 (cp858-decode-table): New variable.
8710
8711 2006-09-09 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
8712
8713 * net/ldap.el (ldap-search-internal): Doc fix.
8714
8715 2006-09-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
8716
8717 * play/life.el (life-display-generation): Test for input manually if
8718 `sleeptime' is negative or null.
8719
8720 * lpr.el (lpr-page-header-switches): Page title switch is one of them.
8721 (print-region-1): Substitute `%s' with the page title.
8722
8723 2006-09-09 Matt Hodges <MPHodges@member.fsf.org>
8724
8725 * locate.el (locate-current-search): New variable.
8726 (locate): Set buffer local value. Use current buffer if it is
8727 in Locate mode.
8728 (locate-mode): Disable undo here.
8729 (locate-do-setup): Use locate-current-filter from buffer to be killed.
8730 (locate-update): Use locate-current-search and locate-current-filter.
8731
8732 2006-09-08 David Kastrup <dak@gnu.org>
8733
8734 * desktop.el (desktop-read): When loading a desktop, disable
8735 saving it while the load progresses, and switch off a pending lazy
8736 load by calling `desktop-lazy-abort'.
8737
8738 2006-08-27 Martin Rudalics <rudalics@gmx.at>
8739
8740 * window.el (mouse-autoselect-window-timer)
8741 (mouse-autoselect-window-position)
8742 (mouse-autoselect-window-window)
8743 (mouse-autoselect-window-now): New vars.
8744 (mouse-autoselect-window-cancel)
8745 (mouse-autoselect-window-select)
8746 (mouse-autoselect-window-start): New functions.
8747 (handle-select-window): Call `mouse-autoselect-window-start' when
8748 delayed window autoselection is enabled.
8749
8750 * cus-start.el (mouse-autoselect-window): Handle delayed window
8751 autoselection.
8752
8753 * emacs-lisp/eldoc.el: Add `handle-select-window' to the set of
8754 commands after which it is allowed to print in the echo area.
8755
8756 2006-09-08 Richard Stallman <rms@gnu.org>
8757
8758 * textmodes/fill.el (adaptive-fill-regexp): Don't match `(1)' or `1.'
8759
8760 * mail/rmail.el (rmail-get-new-mail): Say whether all msgs are spam.
8761 (rmail-convert-to-babyl-format): Don't record undo, leave list empty.
8762
8763 * emacs-lisp/timer.el (timer-create, timer-activate): Doc fixes.
8764 (cancel-timer-internal): Add doc string.
8765 (cancel-function-timers): Doc fix.
8766 (with-timeout-handler, timer-event-last*): Add doc strings.
8767
8768 * emacs-lisp/bindat.el (bindat-unpack): Doc fix.
8769
8770 * files.el (risky-local-variable-p): Match ...-bindat-spec.
8771
8772 * dired.el (dired-log-summary): Add doc string.
8773
8774 * cus-edit.el (custom-menu-create): Bind deactivate-mark here.
8775 (custom-group-menu-create): Not here.
8776
8777 2006-09-08 Carsten Dominik <dominik@science.uva.nl>
8778
8779 * textmodes/org.el (org-dblock-write:clocktable): Avoid infinite loop.
8780
8781 2006-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8782
8783 * term/mac-win.el (show-hide-font-panel): New HI command ID symbol.
8784 (mac-apple-event-map): Define its handler.
8785
8786 2006-09-07 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
8787
8788 * net/ldap.el (ldap-search-internal): Handle `auth' key.
8789
8790 2006-09-07 Magnus Henoch <mange@freemail.hu>
8791
8792 * net/rcirc.el (rcirc-activity-string): Don't quote value in case
8793 clause.
8794
8795 2006-09-07 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
8796
8797 * info.el (Info-index): Bind completion-ignore-case.
8798
8799 2006-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
8800
8801 * progmodes/prolog.el (inferior-prolog-flavor): New var left out of
8802 previous commit.
8803 (inferior-prolog-guess-flavor): New fun left out of previous commit.
8804 (prolog-consult-region-and-go): Don't hard code "*prolog*" and don't
8805 burp in dedicated windows.
8806 (inferior-prolog-self-insert-command): New command.
8807 (inferior-prolog-mode-map): Use it.
8808
8809 2006-09-07 Reiner Steib <Reiner.Steib@gmx.de>
8810
8811 * international/latexenc.el (latex-inputenc-coding-alist): Add cp858.
8812
8813 * international/code-pages.el: Add cp858.
8814
8815 2006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8816
8817 * dnd.el: Fix bootstrapping.
8818
8819 2006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8820
8821 * dnd.el (dnd-protocol-alist): Add what url-handler-mode can handle.
8822 (dnd-open-remote-url): New function.
8823 (dnd-open-remote-file-function): Set to dnd-open-remote-url if
8824 not windows-nt.
8825
8826 2006-09-07 Jason Rumney <jasonr@gnu.org>
8827
8828 * dnd.el (dnd-open-remote-file-function): New variable.
8829 (dnd-open-unc-file): New function.
8830 (dnd-open-file): Call dnd-open-remote-file-function if set.
8831
8832 2006-09-06 Daiki Ueno <ueno@unixuser.org>
8833
8834 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with
8835 pgg-passphrase-coding-system rather than locale-coding-system.
8836 * pgg-def.el (pgg-passphrase-coding-system): New user option.
8837
8838 2006-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
8839
8840 * progmodes/prolog.el: Remove * in docstrings.
8841 (prolog-program-name): Add SWI prolog.
8842 (prolog-mode-menu): New menu.
8843 (prolog-mode): Set comment-add.
8844 (prolog-indent-line): Simplify. Use indent-line-to.
8845 (inferior-prolog-buffer): New var.
8846 (inferior-prolog-run, inferior-prolog-process): New funs.
8847 (run-prolog, switch-to-prolog): Rewrite, using them.
8848 (prolog-consult-region): Use inferior-prolog-buffer.
8849 (inferior-prolog-load-file): New function.
8850 (prolog-mode-map): Add bindings for load-file and switch-to-prolog.
8851
8852 * textmodes/fill.el (fill-single-word-nobreak-p): Allow breaking before
8853 last word, if it's not the end of the paragraph.
8854
8855 * files.el (abbreviate-file-name): Don't mistakenly match newlines in
8856 file name.
8857
8858 2006-09-06 Ralf Angeli <angeli@caeruleus.net>
8859
8860 * frame.el (display-mm-dimensions-alist): New defcustom.
8861 (display-mm-height, display-mm-width): Use it.
8862
8863 2006-09-06 Simon Josefsson <jas@extundo.com>
8864
8865 * mail/smtpmail.el (smtpmail-starttls-credentials): Doc fix.
8866
8867 2006-09-06 Nick Roberts <nickrob@snap.net.nz>
8868
8869 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
8870 (gdb-var-list-children-regexp-1): Tweak regexps to catch full
8871 string values.
8872
8873 2006-09-06 Kim F. Storm <storm@cua.dk>
8874
8875 * simple.el (line-move-partial): New function to do vscrolling for
8876 partially visible images / tall lines. Rewrite based on code
8877 previously in line-move. Simplify backwards vscrolling.
8878 (line-move): Use it. Simplify.
8879
8880 2006-09-05 Kim F. Storm <storm@cua.dk>
8881
8882 * emulation/cua-base.el (cua--pre-command-handler-1): Rewrite.
8883
8884 2006-09-05 Chong Yidong <cyd@stupidchicken.com>
8885
8886 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8887 Process the `gcc-include' after the `gnu' rule.
8888
8889 2006-09-05 Kim F. Storm <storm@cua.dk>
8890
8891 * ido.el (ido-visit-buffer): Use buffer name if buffer arg is a buffer.
8892
8893 2006-09-05 Daiki Ueno <ueno@unixuser.org>
8894
8895 * pgg.el (pgg-clear-string): Alias to clear-string for backward
8896 compatibility.
8897
8898 * pgg-gpg.el (pgg-gpg-process-region): Avoid display blinking with
8899 inhibit-redisplay; encode passphrase with locale-coding-system.
8900
8901 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
8902
8903 * term/xterm.el (terminal-init-xterm): Add more C-M- bindings.
8904
8905 2006-09-05 Nick Roberts <nickrob@snap.net.nz>
8906
8907 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
8908 (gdb-var-list-children-regexp): Make type field optional.
8909
8910 * progmodes/gud.el (gud-speedbar-buttons): Allow for no type
8911 e.g public, protected in C++.
8912
8913 2006-09-04 John Paul Wallington <jpw@pobox.com>
8914
8915 * simple.el (completion-show-help): New defcustom.
8916 (completion-setup-function): Heed it.
8917
8918 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
8919
8920 * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
8921
8922 2006-09-04 Richard Stallman <rms@gnu.org>
8923
8924 * mail/rmail-spam-filter.el (rsf-scanning-messages-now): Doc fix.
8925 (rsf-min-region-to-spam-list): Doc fix.
8926 (rsf-add-content-type-field): Doc fix.
8927
8928 * simple.el (kill-region): Explicitly test there is a region.
8929
8930 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
8931
8932 * mail/feedmail.el (feedmail-buffer-to-sendmail): Look for
8933 sendmail in several common directories.
8934
8935 * mail/sendmail.el (sendmail-program): Moved here from paths.el.
8936
8937 * paths.el (sendmail-program): Removed.
8938
8939 2006-09-04 Daiki Ueno <ueno@unixuser.org>
8940
8941 * pgg-gpg.el (pgg-gpg-process-region): Revert two patches from Satyaki
8942 Das. http://article.gmane.org/gmane.emacs.gnus.general/49947
8943 http://article.gmane.org/gmane.emacs.gnus.general/50457
8944
8945 2006-09-03 Chong Yidong <cyd@stupidchicken.com>
8946
8947 * cus-edit.el (custom-group-menu-create): Avoid deactivating the
8948 mark after running the menu filter.
8949
8950 2006-09-03 Juri Linkov <juri@jurta.org>
8951
8952 * international/quail.el (quail-defrule-internal): Add a check
8953 if a key is a vector.
8954
8955 2006-09-02 Juri Linkov <juri@jurta.org>
8956
8957 * man.el (Man-topic-history): New variable.
8958 (man): Use it.
8959
8960 * woman.el (woman-topic-history): Change defvar to defvaralias
8961 for symbol `Man-topic-history'.
8962
8963 * shell.el (shell-filter-ctrl-a-ctrl-b): Check if
8964 `comint-last-output-start' is a marker by using `markerp' and
8965 check if it has a position by using `marker-position', and use
8966 this position for `goto-char'.
8967
8968 * international/quail.el (quail-defrule-internal): Add missing
8969 `error' call for null key.
8970
8971 2006-09-02 Ryan Yeske <rcyeske@gmail.com>
8972
8973 * rcirc.el (rcirc-keywords): New variable.
8974 (rcirc-bright-nicks, rcirc-dim-nicks): New variables.
8975 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Remove
8976 variables.
8977 (rcirc-responses-no-activity): New function.
8978 (rcirc-handler-generic): Check for responses in above.
8979 (rcirc-process-command): Add ?: character to arguments of raw
8980 server commands.
8981 (rcirc-format-response-string): Use `rcirc-bright-nicks' and
8982 `rcirc-dim-nicks'.
8983 (rcirc-gray-toggle): Remove unused variable.
8984 (rcirc-print): Remove some tracking logic, which is moved into
8985 markup functions.
8986 (rcirc-activity-types): Was `rcirc-activity-type', now a list of
8987 types.
8988 (rcirc-activity-string): Look for 'keyword in activity-types.
8989 (rcirc-window-configuration-change): Don't erase overlay-arrow
8990 unnecessarily.
8991 (rcirc-add-or-remove): New function.
8992 (rcirc-cmd-ignore): Use it.
8993 (rcirc-message-leader): Remove unused function.
8994 (rcicr-cmd-bright, rcirc-cmd-dim, rcirc-cmd-keyword): New commands.
8995 (rcirc-add-face): New function.
8996 (rcirc-facify): Use rcirc-add-face.
8997 (rcirc-url-regexp): Add parens.
8998 (rcirc-map-regexp): Remove function.
8999 (rcirc-mangle-regexp): Remove function.
9000 (rcirc-markup-text-functions): New variable.
9001 (rcirc-markup-text): New function (replaces `rcirc-mangle-text').
9002 (rcirc-markup-body-text, rcirc-markup-attributes)
9003 (rcirc-markup-my-nick, rcirc-markup-urls, rcirc-markup-keywords)
9004 (rcirc-markup-bright-nicks): New markup handler functions.
9005 (rcirc-nick-in-message-full-line): New face.
9006 (rcirc-track-nick): Rename from `rcirc-mode-line-nick'.
9007 (rcirc-track-keyword, rcirc-url, rcirc-keyword): New faces.
9008
9009 2006-09-02 Martin Rudalics <rudalics@gmx.at>
9010
9011 * cus-start.el (hscroll-margin, hscroll-step)
9012 (mode-line-in-non-selected-windows, mouse-autoselect-window)
9013 (x-use-underline-position-properties): Change version to "22.1"
9014 since they will appear there for the first time.
9015
9016 2006-09-01 Chong Yidong <cyd@stupidchicken.com>
9017
9018 * imenu.el (imenu-update-menubar): Use buffer-chars-modified-tick.
9019
9020 2006-08-31 Richard Stallman <rms@gnu.org>
9021
9022 * cus-edit.el (custom-save-variables): Slight cleanup.
9023 (Custom-no-edit): Renamed from custom-no-edit.
9024 (Custom-newline): Renamed from custom-newline.
9025 (custom-mode-map): Use new names.
9026
9027 * emacs-lisp/easy-mmode.el (define-minor-mode): Reference manual
9028 about customization, rather than M-x customize, in the doc string
9029 made for the defcustom.
9030
9031 * emacs-lisp/trace.el (trace-function-background): Doc fix.
9032
9033 2006-08-31 Romain Francoise <romain@orebokech.com>
9034
9035 * dired-x.el (dired-guess-shell-alist-default): Update.
9036
9037 2006-08-31 Michael Mauger <mmaug@yahoo.com>
9038
9039 * custom.el (custom-theme-set-variables): Autoload packages before
9040 sorting the variables.
9041
9042 2006-08-30 Michael Kifer <kifer@cs.stonybrook.edu>
9043
9044 * viper-cmd.el (viper-special-read-and-insert-char): Convert events to
9045 chars if XEmacs.
9046 (viper-after-change-undo-hook): Check if undo-in-progress is bound.
9047
9048 2006-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
9049
9050 * progmodes/python.el (python-eldoc-function): Re-enable quit while
9051 waiting for process.
9052
9053 2006-08-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9054
9055 * term/mac-win.el (mac-string-to-utxt): If adjustment for MacJapanese
9056 results in ASCII-only string, encode original one directly.
9057
9058 2006-08-29 Romain Francoise <romain@orebokech.com>
9059
9060 * startup.el (normal-splash-screen, fancy-splash-screens):
9061 Make buffer read-only and arrange to enter view mode if necessary.
9062
9063 2006-08-29 Chong Yidong <cyd@stupidchicken.com>
9064
9065 * hl-line.el (hl-line): New face.
9066 (hl-line-face): Use it.
9067
9068 * image-mode.el (image-mode): Fix last fix.
9069 Suggested by Kim F. Storm.
9070
9071 2006-08-29 Michael Albinus <michael.albinus@gmx.de>
9072
9073 Sync with Tramp 2.0.54.
9074
9075 * net/tramp.el (tramp-convert-file-attributes): Call `eql' instead
9076 of `=', because `tramp-get-remote-gid' might not always return an
9077 integer when expected.
9078 (tramp-register-file-name-handlers): `partial-completion-mode' is
9079 unknown to XEmacs.
9080 (tramp-time-diff): Don't use `floor', it might fail for large
9081 differences.
9082 (tramp-handle-make-auto-save-file-name): For Emacs 21, set
9083 `tramp-auto-save-directory' if unset in order to guarantee unique
9084 auto-save file names.
9085
9086 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
9087
9088 * image-mode.el (image-mode): Display image as text on a terminal.
9089
9090 2006-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9091
9092 * progmodes/python.el (python-send-command): Simplify.
9093 (run-python): Don't generate a new buffer unless `new' was specified.
9094 Make sure we send `import emacs' to the proper process.
9095
9096 * progmodes/python.el (python-send-command): Don't wait for the command
9097 to terminate. Don't fiddle with compilation-parsing-end.
9098
9099 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
9100
9101 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
9102 Insert commentary after first line summary.
9103
9104 * woman.el (woman-follow): New function, based on `man-follow'.
9105 (woman-mode-map): Use it.
9106
9107 * ibuffer.el (ibuffer-do-sort-by-recency): Perform full update
9108 since ibuffer-do-sort-by-recency does not define a sorter.
9109
9110 2006-08-28 Kim F. Storm <storm@cua.dk>
9111
9112 * find-dired.el (find-dired): Use shell-quote-argument to properly
9113 escape ( and ) args. Also use it on {} and ; args in default
9114 value of find-ls-option string.
9115 (find-grep-dired): Use shell-quote-argument on {} and ; args.
9116
9117 2006-08-27 Michael Olson <mwolson@gnu.org>
9118
9119 * emacs-lisp/tq.el: Small grammar fix in comments.
9120 (tq-enqueue): Check for existence of queue rather than the
9121 head queue item's question, which was a no-op.
9122 (tq-filter, tq-process-buffer): Make sure the process buffer
9123 exists before making it the current buffer.
9124
9125 2006-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9126
9127 * term/mac-win.el (mac-apple-event-map): Rename hicommand to hi-command.
9128 (mac-dnd-drop-data): Apply 2006-08-22 change for x-dnd-drop-data.
9129 (special-event-map): Apply 2006-08-16 change for x-win.el.
9130
9131 2006-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
9132
9133 * progmodes/python.el (python-send-receive): Wait in the
9134 process's buffer so as to check the right buffer-local variables.
9135
9136 2006-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
9137
9138 * emacs-lisp/checkdoc.el: Remove * in defcustoms.
9139 (defgroup checkdoc): Move to beginning.
9140
9141 * progmodes/python.el (python-preoutput-skip-next-prompt): New var.
9142 (python-preoutput-continuation): Remove.
9143 (python-preoutput-filter): Simplify correspondingly.
9144 Remove handling of _emacs_ok. Make sure we skip _emacs_out's prompts.
9145 Loop around to catch embedded _emacs_out output.
9146 (run-python): Send the import&print command on a single line.
9147 (python-send-command): Send command&print on a single line.
9148 (python-send-string): Only add double \n if needed.
9149 (python-send-receive): Loop until the result comes.
9150 (python-mode-running): Defvar it.
9151 (python-setup-brm): Remove unused var `menu'.
9152 Only bind py-mode-map and `features' around brm-init.
9153 (python-calculate-indentation): Remove unused var `point'.
9154 (python-beginning-of-defun): Remove unused var `def-line'.
9155
9156 2006-08-25 Richard Stallman <rms@gnu.org>
9157
9158 * kmacro.el (kmacro-repeat-on-last-key): Doc fix.
9159
9160 2006-08-25 Michael Kifer <kifer@cs.stonybrook.edu>
9161
9162 * viper.el (viper-set-hooks): Use frame bindings for
9163 viper-vi-state-cursor-color.
9164 (viper-non-hook-settings): Don't set default
9165 mode-line-buffer-identification.
9166
9167 * viper-util.el (viper-set-cursor-color-according-to-state): New fun.
9168 (viper-set-cursor-color-according-to-state)
9169 (viper-get-saved-cursor-color-in-replace-mode)
9170 (viper-get-saved-cursor-color-in-insert-mode): Make conditional on
9171 viper-emacs-state-cursor-color.
9172
9173 * viper-cmd.el (viper-envelop-ESC-key): Bug fix.
9174 (viper-undo): Use point if undo-beg-posn is nil.
9175 (viper-insert-state-post-command-sentinel, viper-change-state-to-emacs)
9176 (viper-after-change-undo-hook): Don't use
9177 viper-emacs-state-cursor-color by default.
9178 (viper-undo): More sensible positioning after undo.
9179
9180 * viper-ex.el (ex-splice-args-in-1-letr-cmd): Get rid of caddr.
9181 (viper-emacs-state-cursor-color): Default to nil, since this feature
9182 doesn't work well yet.
9183
9184 * ediff-mult.el (ediff-intersect-directories)
9185 (ediff-get-directory-files-under-revision, ediff-dir-diff-copy-file):
9186 always expand filenames.
9187
9188 2006-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
9189
9190 * tumme.el: Remove * in defcustoms's docstrings.
9191
9192 2006-08-24 Chong Yidong <cyd@stupidchicken.com>
9193
9194 * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
9195 Accept internal time format for SECS arg.
9196 (timer-relative-time): Doc fix.
9197
9198 * jit-lock.el: "Stealth fontification by requeuing timers" patch,
9199 adapted from Martin Rudalics.
9200 (jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars.
9201 (jit-lock-mode): Create jit-lock-stealth-repeat-timer.
9202 (jit-lock-stealth-fontify): Reschedule as a idle timer instead of
9203 using sit-for.
9204
9205 2006-08-24 Francesc Rocher <francesc.rocher@gmail.com>
9206
9207 * cus-start.el (all): Add `overline-margin' and
9208 `x-underline-at-descent-line'.
9209
9210 2006-08-24 Kim F. Storm <storm@cua.dk>
9211
9212 * progmodes/grep.el (grep-find-use-xargs): Use explicit value `exec'
9213 to mean "use find -exec"; nil now unambiguously means auto-detect.
9214 (grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'.
9215 Use shell-quote-argument to build grep-find-command and
9216 grep-find-template.
9217 (rgrep): Use shell-quote-argument to properly quote arguments to find.
9218 Reported by Tom Seddon.
9219
9220 2006-08-23 Chong Yidong <cyd@stupidchicken.com>
9221
9222 * startup.el (fancy-splash-head): Give instructions for dismissing
9223 the splash screen for default startup too.
9224 (display-startup-echo-area-message, fancy-splash-screens)
9225 (use-fancy-splash-screens-p): New arg hide-on-input. If nil, show
9226 all splash text at once and keep the splash buffer around.
9227 (command-line-1): Give display-startup-echo-area-message a t arg.
9228
9229 2006-08-23 Carsten Dominik <dominik@science.uva.nl>
9230
9231 * textmodes/org.el (org-follow-gnus-link): Make sure the dedicated
9232 gnus frame is selected.
9233
9234 2006-08-23 Nick Roberts <nickrob@snap.net.nz>
9235
9236 * progmodes/gdb-ui.el (gdb-starting): Reset gdb-signalled to nil.
9237
9238 2006-08-22 Kim F. Storm <storm@cua.dk>
9239
9240 * ido.el (ido-set-matches-1): Fix full matching for subdirs.
9241 Add suffix matching for subdirs.
9242
9243 2006-08-22 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
9244
9245 * x-dnd.el (x-dnd-drop-data): Don't call goto-char if
9246 mouse-yank-at-point is non-nil.
9247
9248 2006-08-22 Nick Roberts <nickrob@snap.net.nz>
9249
9250 * progmodes/gdb-ui.el (gdb-frame-memory-buffer): Make frame
9251 a bit wider and remove fringes to fit initial output on line.
9252
9253 2006-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
9254
9255 * frame.el (blink-cursor-end): Only ignore the error we care about.
9256 (blink-cursor-mode): Use blink-cursor-end to simplify the code.
9257
9258 2006-08-21 Richard Stallman <rms@gnu.org>
9259
9260 * whitespace.el (whitespace-cleanup): Doc fix.
9261
9262 2006-08-20 Ryan Yeske <rcyeske@gmail.com>
9263
9264 * net/rcirc.el (rcirc-show-maximum-output): New var.
9265 (rcirc-buffer-process): If no buffer argument is supplied, use
9266 current-buffer.
9267 (rcirc-complete-nick): Complete to the last completed nick first.
9268 (rcirc-mode): Preserve the value of `rcirc-urls' across
9269 connections. Setup scroll function.
9270 (rcirc-scroll-to-bottom): New function.
9271 (rcirc-print): Use nick syntax around regexp work.
9272 Notice dim-nicks speaking only if they say our nick.
9273 (rcirc-update-activity-string): Do not show the modeline indicator
9274 if there are no live rcirc processes.
9275 (rcirc-cmd-ignore): Ignore case.
9276 (rcirc-browse-url-at-point): Fix off-by-one error.
9277
9278 2006-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
9279
9280 * progmodes/python.el: Remove * in defcustom docstrings.
9281 (run-python, python-proc, python-try-complete): Use derived-mode-p.
9282 (python-mode): Set tab-width and indent-tabs-mode.
9283
9284 2006-08-20 Dave Love <fx@gnu.org>
9285
9286 * progmodes/python.el: Update to Dave Love's latest version.
9287 (python-font-lock-keywords, python-mode): Don't use
9288 font-lock-syntax-table, but match symbol elements explicitly instead.
9289 (python-mode-map): Add help, and a few more key bindings.
9290 (python-skip-comments/blanks): Move out of comments as well.
9291 (python-continuation-line-p): Behave better with unbalanced parens.
9292 (python-blank-line-p): New fun.
9293 (python-open-block-statement-p): Don't use a heuristic.
9294 (python-outdent-p): Better handle blocks-in-the-same-line.
9295 (python-calculate-indentation): Misc improvements.
9296 (python-comment-indent): Remove.
9297 (python-block-pairs): New var.
9298 (python-first-word): New fun.
9299 (python-indentation-levels): Handle more common cases.
9300 (python-indent-line-1): Add `leave' argument.
9301 (python-indent-region): New fun.
9302 (python-skip-out): New fun.
9303 (python-beginning-of-statement, python-end-of-statement): Use it.
9304 (python-next-statement): Return correct count even at eob.
9305 (python-end-of-block): Fix paren-typo.
9306 (python-imenu-create-index): Add module variables.
9307 (run-python): Add `new' arg.
9308 Check we're at a prompt before returning.
9309 (python-send-command): Move to end of buffer.
9310 Wait for prompt to return.
9311 (python-set-proc): New fun.
9312 (python-imports): New var.
9313 (python-describe-symbol): Use it. Adjust to new interface of `ehelp'.
9314 (python-eldoc-function): Try to move out of arg list.
9315 (python-outline-level): Offset by 1.
9316 (python-find-imports): New fun.
9317 (python-symbol-completions): Use python-imports.
9318 (python-module-path, ffap-alist): Add support for ffap.
9319 (python-skeletons, python-mode-abbrev-table, def-python-skeleton)
9320 (python-insert-*, python-default-template, python-expand-template):
9321 Add templates/skeletons.
9322 (python-setup-brm): Support for Bicycle Repair Man.
9323 (python-abbrev-syntax-table): New var.
9324 (python-abbrev-pc-hook, python-pea-hook): New funs.
9325
9326 2006-08-20 Chong Yidong <cyd@stupidchicken.com>
9327
9328 * frame.el (blink-cursor-start): Set timer first.
9329 (blink-cursor-end): Ignore timer cancelling errors.
9330 Suggested by Ken Manheimer.
9331
9332 2006-08-20 Juanma Barranquero <lekktu@gmail.com>
9333
9334 * newcomment.el (comment-box): Call `comment-normalize-vars'.
9335 Add autoload cookie.
9336
9337 2006-08-20 Richard Stallman <rms@gnu.org>
9338
9339 * simple.el (line-number-at-pos): Doc fix.
9340
9341 * emacs-lisp/timer.el (run-with-idle-timer): Pass t to
9342 timer-activate-when-idle, so timer can run before Emacs becomes
9343 non-idle again.
9344
9345 2006-08-18 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
9346
9347 * whitespace.el (whitespace-cleanup-internal): New optional arg
9348 REGION-ONLY. If it's non-nil, modify the message to the user
9349 accordingly.
9350 (whitespace-cleanup-region): Call whitespace-cleanup-internal with
9351 a non-nil argument.
9352
9353 2006-08-18 Gustav H\e,Ae\e(Bllberg <gustav@gmail.com> (tiny change)
9354
9355 * rect.el (spaces-string): Simplify and add doc string.
9356
9357 2006-08-17 Romain Francoise <romain@orebokech.com>
9358
9359 * progmodes/gdb-ui.el (gdb-edit-locals-value): Balance parens.
9360
9361 2006-08-17 Richard Stallman <rms@gnu.org>
9362
9363 * compare-w.el (compare-windows): lambda's take an arg and pass
9364 it to compare-windows-skip-whitespace.
9365
9366 2006-08-17 Martin Rudalics <rudalics@gmx.at>
9367
9368 * jit-lock.el (jit-lock-fontify-now): Protect the modified status of
9369 the right buffer.
9370
9371 2006-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
9372
9373 * pcvs-parse.el (cvs-parse-table): Accept the new `...' format for
9374 removed files.
9375
9376 2006-08-17 Nick Roberts <nickrob@snap.net.nz>
9377
9378 * progmodes/gdb-ui.el (gdb-locals-watch-map)
9379 (gdb-locals-watch-map-1): Suppress keymap first.
9380 (gdb-edit-locals-map-1): New variable.
9381 (gdb-edit-locals-value): New function.
9382 (gdb-stack-list-locals-handler): Use them.
9383
9384 2006-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
9385
9386 * mouse.el (global-map): Allow yanking with mouse-2 at a spot whose
9387 cursor would normally be drawn in the fringe.
9388
9389 * font-lock.el (font-lock-extend-region-wholelines): Fix up typo.
9390 Reported by Martin Rudalics <rudalics@gmx.at>.
9391
9392 2006-08-16 Richard Stallman <rms@gnu.org>
9393
9394 * term/x-win.el (x-clipboard-yank): Specify * in interactive spec.
9395 (special-event-map): Process drag-n-drop events this way.
9396
9397 * simple.el (move-beginning-of-line): Test whether fields
9398 would prevent motion back to line's first visible character.
9399 If so, stop where the fields would stop the motion.
9400
9401 * newcomment.el (comment-indent): Fully update INDENT
9402 before checking to see if it will change the text.
9403
9404 * cus-edit.el (custom-newline): New function.
9405 (custom-mode-map): Bind newline to custom-newline.
9406
9407 * compare-w.el (compare-windows): Factor compare-ignore-whitespace
9408 into ignore-whitespace.
9409 Check each buffer for its skip-function.
9410 Handle compare-windows-skip-whitespace special-case test
9411 by returning t from default skip function.
9412
9413 2006-08-15 Carsten Dominik <dominik@science.uva.nl>
9414
9415 * textmodes/org.el (org-clock-special-range)
9416 (org-clock-update-time-maybe): New functions.
9417 (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
9418 not only a-z.
9419 (org-agenda-get-blocks): Allow multiple blocks per headline.
9420 (org-timestamp-change): Call `org-clock-update-time-maybe'.
9421 (org-export-html-title-format)
9422 (org-export-html-toplevel-hlevel): New options.
9423 (org-export-language-setup): Add support for Czech.
9424 (org-mode, org-insert-todo-heading, org-find-visible)
9425 (org-find-invisible, org-invisible-p, org-invisible-p2)
9426 (org-back-to-heading, org-on-heading-p, org-up-heading-all)
9427 (org-show-subtree, org-show-entry, org-make-options-regexp):
9428 Remove compatibility support for old outline-mode.
9429 (org-check-occur-regexp): Funtion removed.
9430 (org-on-heading-p, org-back-to-heading): Made defalias.
9431 (org-set-local): New defsubst.
9432 (org-set-regexps-and-options, org-mode)
9433 (org-set-font-lock-defaults, org-edit-agenda-file-list)
9434 (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
9435 (org-remember-apply-template, org-table-edit-field)
9436 (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
9437 (org-set-autofill-regexps): Use `org-set-local'.
9438 (org-table-eval-formula): Fix bug with parsing of display flags.
9439
9440 2006-08-15 Nick Roberts <nickrob@snap.net.nz>
9441
9442 * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected
9443 frame with fringe arrow. Suggested by Simon Marshall
9444 <simon.marshall@misys.com>.
9445 (gdb-stack-position): New variable.
9446 (gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
9447 (gdb-frames-mode): Set gdb-stack-position to nil.
9448 Add to overlay-arrow-variable-list
9449 (gdb-reset): Delete gdb-stack-position from above list.
9450
9451 2006-08-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9452
9453 * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
9454 read only.
9455
9456 2006-08-13 Romain Francoise <romain@orebokech.com>
9457
9458 * cus-theme.el (customize-create-theme)
9459 (custom-theme-visit-theme): End `y-or-n-p' prompt with a space.
9460
9461 * filesets.el (filesets-add-buffer): Ditto.
9462
9463 * pcvs.el (cvs-change-cvsroot): Ditto.
9464
9465 2006-08-13 Nick Roberts <nickrob@snap.net.nz>
9466
9467 * progmodes/gdb-ui.el (gdb-frame-separate-io-buffer)
9468 (gdb-use-separate-io-buffer, menu): Avoid using `inferior' in text.
9469 (gdb-memory-mode, gdb-locals-watch-map): Don't quote lambda
9470 expressions.
9471 (gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp.
9472 Only search till end of line.
9473 Add face to function names in case of no filename.
9474 Add face to variable names of watchpoints.
9475
9476 2006-08-12 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
9477
9478 * cus-start.el <indent-tabs-mode>: Move to the `indent'
9479 customization group.
9480
9481 2006-08-12 Ken Manheimer <ken.manheimer@gmail.com>
9482
9483 * allout.el (allout-prior-bindings, allout-added-bindings):
9484 Remove, after long deprecation.
9485 (allout-beginning-of-line-cycles, allout-end-of-line-cycles):
9486 Add customization vars controlling allout-beginning-of-line and
9487 allout-end-of-line conveniences.
9488 (allout-header-prefix, allout-use-mode-specific-leader)
9489 (allout-use-mode-specific-leader, allout-mode-leaders):
9490 Revise docstrings.
9491 (allout-infer-header-lead): Change to be an alias for
9492 allout-infer-header-lead-and-primary-bullet.
9493 (allout-infer-header-lead-and-primary-bullet): New version of
9494 allout-infer-header-lead which assigns the primary bullet to the
9495 same as the header lead, when its being changed.
9496 (allout-infer-body-reindent): Apply regexp-quote instead of
9497 unconditionally prepending "\\", so that all literal
9498 allout-header-prefix and allout-primary-bullet strings are
9499 properly handled.
9500 (allout-add-resumptions): Add optional qualifier for extending or
9501 appending to existing values, rather than replacing them.
9502 (allout-view-change-hook): Clarify docstring.
9503 (allout-exposure-change-hook): Take explicit arguments, via
9504 run-hook-with-args.
9505 (allout-structure-added-hook)
9506 (allout-structure-deleted-hook)
9507 (allout-structure-shifted-hook): New hooks analogous to
9508 allout-exposure-change-hook for other kinds of structural outline
9509 edits.
9510 (allout-encryption-plaintext-sanitization-regexps): New encryption
9511 customization variable, by which cooperating modes can provde
9512 massage of the plaintext without actually being passed it.
9513 (allout-encryption-ciphertext-rejection-regexps)
9514 (allout-encryption-ciphertext-rejection-ceiling): New encryption
9515 customization variables, by which cooperating modes can prohibit
9516 rare but possible ciphertext patterns from fouling their
9517 operation, with actually being passed the ciphertext.
9518 (allout-mode): Run activation and deactivation hooks after the
9519 minor-mode variable has been toggled, to clarify the mode
9520 disposition. The new encryption ciphertext rejection variable is
9521 used to ensure that the ciphertext does not contain text that
9522 would be recognized as outline structural elements by allout.
9523 Substite allout-beginning-of-line and allout-end-of-line for
9524 conventionall beginning-of-line and end-of-line bindings.
9525 If allout-old-style-prefixes is non-nil, don't nullify it on mode
9526 activation!
9527 (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
9528 (allout-end-of-line): Respect `allout-end-of-line-cycles'.
9529 (allout-chart-subtree): Implement new mode, charting only the
9530 visible items in the subtree, when new 'visible' parameter is non-nil.
9531 (allout-end-of-subtree): Properly handle the last item in the buffer.
9532 (allout-pre-command-business, allout-command-counter):
9533 Increment an advertised counter so that cooperating enhancements can
9534 track revisions of items.
9535 (allout-open-topic): Run allout-structure-added-hook with suitable
9536 arguments.
9537 (allout-shift-in): Run allout-structure-shifted-hook with suitable
9538 arguments.
9539 (allout-shift-out): Fix doubling for negative args and ensure call
9540 of allout-structure-shifted-hook by solely using allout-shift-in.
9541 (allout-kill-line, allout-kill-topic):
9542 Run allout-structure-deleted-hook with suitable arguments.
9543 (allout-yank-processing): Run allout-structure-added-hook with
9544 proper arguments.
9545 (allout-yank): Enclose activity in allout-unprotected.
9546 (allout-flag-region): Run allout-exposure-change-hook with
9547 suitable arguments, instead of making the callee infer the arguments.
9548 (allout-encrypt-string):
9549 Support allout-encryption-plaintext-sanitization-regexps,
9550 allout-encryption-ciphertext-rejection-regexps, and
9551 allout-encryption-ciphertext-rejection-ceiling. Indicate correct
9552 en/de cryption mode in symmetric encryption failure message.
9553 (allout-obtain-passphrase): Use copy-sequence to get a distinct
9554 copy of the passphrase, and don't zero it or we'll corrupt the
9555 stashed copy.
9556 (allout-create-encryption-passphrase-verifier)
9557 (allout-verify-passphrase): Respect the new signature for
9558 allout-encrypt-string.
9559 (allout-get-configvar-values): Convenience for getting a
9560 configuration variable value and handling its absence gracefully.
9561
9562 2006-08-11 Romain Francoise <romain@orebokech.com>
9563
9564 * obsolete/zone-mode.el: Delete.
9565
9566 2006-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
9567
9568 * textmodes/dns-mode.el (dns-mode): Use before-save-hook.
9569
9570 2006-08-11 Thien-Thi Nguyen <ttn@gnu.org>
9571
9572 * emacs-lisp/bindat.el (bindat-ip-to-string):
9573 Use `format-network-address' if possible.
9574
9575 2006-08-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9576
9577 * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
9578
9579 2006-08-10 Chong Yidong <cyd@stupidchicken.com>
9580
9581 * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
9582 restore unread-command-events here.
9583 (edebug-display): Do it here, to detect sit-for interruptions.
9584
9585 2006-08-10 Romain Francoise <romain@orebokech.com>
9586
9587 * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.
9588 (dns-mode-soa-auto-increment-serial): New user option.
9589 (dns-mode-soa-maybe-increment-serial): New function.
9590 (dns-mode): Add the latter to `write-contents-functions'.
9591
9592 * obsolete/zone-mode.el: Move to obsolete/ from net/.
9593 Delete autoload cookies.
9594
9595 2006-08-10 John Wiegley <johnw@newartisans.com>
9596
9597 * eshell/em-glob.el (eshell-glob-chars-list)
9598 (eshell-glob-translate-alist): Add support for [^g] in character globs.
9599
9600 2006-08-10 Richard Stallman <rms@gnu.org>
9601
9602 * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces.
9603 (facemenu-set-face): Doc fix.
9604 (facemenu-listed-faces): Doc fix.
9605
9606 2006-08-09 Chong Yidong <cyd@stupidchicken.com>
9607
9608 * avoid.el (mouse-avoidance-animating-pointer): New var.
9609 (mouse-avoidance-nudge-mouse): Use it.
9610 (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
9611 (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
9612 (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
9613 Don't activate if currently animating. All callers changed.
9614
9615 2006-08-09 John Wiegley <johnw@newartisans.com>
9616
9617 * calendar/timeclock.el (timeclock-use-elapsed): Added a new
9618 variable, which causes timeclock to report elapsed time worked,
9619 instead of just work remaining.
9620
9621 2006-08-09 Kenichi Handa <handa@m17n.org>
9622
9623 * international/latexenc.el (latexenc-find-file-coding-system):
9624 Fix for the case that the 2nd element of arg-list is a cons.
9625
9626 2006-08-08 Chong Yidong <cyd@stupidchicken.com>
9627
9628 * info.el (Info-fontify-node): Handle preceding `in' for note
9629 reference hiding rules.
9630
9631 2006-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
9632
9633 * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
9634 mistake a closing " for an opening one.
9635
9636 2006-08-07 Dan Nicolaescu <dann@ics.uci.edu>
9637
9638 * term/xterm.el (terminal-init-xterm): Add more key bindings.
9639
9640 2006-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
9641
9642 * complete.el (PC-do-completion): Filter out completions matching
9643 completion-ignored-extensions before checking whether there are
9644 multiple completions.
9645 Don't use `list' unnecessarily when building completion tables.
9646
9647 2006-08-06 Richard Stallman <rms@gnu.org>
9648
9649 * help.el (describe-mode): Make minor mode list more concise.
9650
9651 2006-08-05 Chong Yidong <cyd@stupidchicken.com>
9652
9653 * bindings.el: Give mode-line-format, mode-line-modes, and
9654 mode-line-position `standard-value' properties.
9655
9656 2006-08-05 Eli Zaretskii <eliz@gnu.org>
9657
9658 * buff-menu.el (list-buffers-noselect): For Info buffers, use
9659 "(file)node" instead of the file name.
9660
9661 2006-08-05 Richard Stallman <rms@gnu.org>
9662
9663 * faces.el (escape-glyph): Doc fix.
9664
9665 2006-08-04 Kenichi Handa <handa@m17n.org>
9666
9667 * international/mule-diag.el (describe-font): Improve docstring
9668 and error message. Use frame-parameter (not frame-parameters).
9669
9670 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
9671
9672 * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
9673 Correctly mark the end-of-docstring char.
9674
9675 2006-08-03 Chong Yidong <cyd@stupidchicken.com>
9676
9677 * simple.el (line-move-to-column): Constrain move-to-column to
9678 current field.
9679
9680 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
9681
9682 * font-lock.el (font-lock-beg, font-lock-end)
9683 (font-lock-extend-region-functions): New vars.
9684 (font-lock-extend-region-multiline)
9685 (font-lock-extend-region-wholelines): New functions.
9686 (font-lock-default-fontify-region): Use them.
9687 (font-lock-extend-jit-lock-region-after-change): Only round up
9688 if font-lock-default-fontify-region will do it as well.
9689
9690 * font-lock.el (font-lock-extend-after-change-region-function):
9691 Rename from font-lock-extend-region-function.
9692 (font-lock-extend-region): Remove by inlining at call sites.
9693 (font-lock-after-change-function): Don't needlessly round up to a whole
9694 number of lines.
9695 (font-lock-extend-jit-lock-region-after-change): Be more careful about
9696 the boundary conditions and the interactions between the various ways
9697 to extend the region.
9698
9699 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
9700
9701 * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's
9702 modification status when forcing the second redisplay.
9703
9704 2006-08-03 Kim F. Storm <storm@cua.dk>
9705
9706 * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame.
9707
9708 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
9709
9710 * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
9711 doesn't look like a file name.
9712
9713 * complete.el (PC-expand-many-files): Avoid signalling an error when
9714 the current directory doesn't exist. Reported by Micha\e,Ak\e(Bl Cadilhac.
9715
9716 2006-08-02 Andreas Schwab <schwab@suse.de>
9717
9718 * bindings.el (mode-line-format): Simplify reference to vc-mode.
9719
9720 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
9721
9722 * bindings.el (map): Make mode-line-buffer-identification-keymap
9723 before defining propertized-buffer-identification.
9724
9725 2006-08-01 Richard Stallman <rms@gnu.org>
9726
9727 * bindings.el (mode-line-format): Adjust spacing around vc-mode.
9728
9729 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
9730
9731 * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
9732 default value.
9733 (gdb-find-source-frame): New function.
9734 (menu): Add to menu bar.
9735
9736 2006-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
9737
9738 * font-core.el (font-lock-extend-region-function)
9739 (font-lock-extend-region): Move to font-lock.el.
9740
9741 * font-lock.el (font-lock-extend-region-function)
9742 (font-lock-extend-region): Move from font-core.el. Simplify.
9743
9744 * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
9745 if needed.
9746 (jit-lock-start, jit-lock-end): New dynamic scoped vars.
9747 (jit-lock-after-change-extend-region-functions): New hook.
9748 (jit-lock-after-change): Use it instead of hard-coding font-lock code.
9749
9750 * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
9751 (font-lock-turn-on-thing-lock): Use it.
9752
9753 * longlines.el (longlines-show-region): Make it work on read-only
9754 buffers as well.
9755
9756 2006-08-01 Nick Roberts <nickrob@snap.net.nz>
9757
9758 * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
9759
9760 2006-07-31 Richard Stallman <rms@gnu.org>
9761
9762 * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
9763 (vhdl-speedbar-display-projects): Update old obsolete
9764 speedbar variable names.
9765
9766 2006-07-31 Nick Roberts <nickrob@snap.net.nz>
9767
9768 * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
9769 (gdb-stopped): Use it.
9770
9771 * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
9772
9773 2006-07-29 Chong Yidong <cyd@stupidchicken.com>
9774
9775 * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
9776 for load-history elements.
9777
9778 2006-07-29 Eli Zaretskii <eliz@gnu.org>
9779
9780 * files.el (convert-standard-filename): For Cygwin, replace
9781 characters not allowed in Windows file names.
9782 (make-auto-save-file-name): Add Cygwin to the list of systems
9783 where the auto-save file name needs to be run through
9784 convert-standard-filename.
9785
9786 2006-07-29 Lennart Borgman <lennart.borgman.073@student.lu.se>
9787
9788 * window.el (bw-get-tree): Don't integerp subtree if it's nil.
9789
9790 2006-07-28 Richard Stallman <rms@gnu.org>
9791
9792 * bindings.el (mode-line-frame-identification)
9793 (propertized-buffer-identification): Centralize the code
9794 to initialize the variable.
9795
9796 * progmodes/grep.el (grep-default-command): Catch errors from
9797 wildcard-to-regexp.
9798
9799 2006-07-29 Kim F. Storm <storm@cua.dk>
9800
9801 * progmodes/grep.el (grep-tag-default): New function.
9802 (grep-default-command, grep-read-regexp): Use it.
9803 (grep-read-files): Use car of grep-files-history or grep-files-aliases
9804 as default if nothing else applies.
9805
9806 2006-07-28 Bill Atkins <atkinw@rpi.edu> (tiny change)
9807
9808 * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
9809 Throw error if buffer is not in Dired and Wdired mode, respectively.
9810
9811 2006-07-28 Chong Yidong <cyd@stupidchicken.com>
9812
9813 * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
9814 self-insert-command keys don't activate buttons.
9815 (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
9816
9817 2006-07-29 Nick Roberts <nickrob@snap.net.nz>
9818
9819 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
9820 faces for enable character.
9821
9822 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
9823
9824 * Makefile.in (recompile): Update comment to reflect change
9825 on 2004-04-21.
9826
9827 2006-07-27 Richard Stallman <rms@gnu.org>
9828
9829 * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
9830 (customize-package-emacs-version): Change msg when pkg has no entry.
9831 (custom-no-edit): On a button, do like widget-button-press.
9832
9833 2006-07-27 Dan Nicolaescu <dann@ics.uci.edu>
9834
9835 * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
9836 S-tab and C-S-tab.
9837
9838 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
9839
9840 * progmodes/which-func.el (which-function): Fix documentation/
9841 comment typo.
9842
9843 2006-07-26 Richard Stallman <rms@gnu.org>
9844
9845 * textmodes/ispell.el (ispell-word): If we replace the word,
9846 move point to the end. Insert before deleting.
9847
9848 2006-07-26 Chong Yidong <cyd@stupidchicken.com>
9849
9850 * subr.el (sit-for): Use new SECONDS arg of read-event instead of
9851 a timer.
9852
9853 2006-07-26 Mathias Dahl <mathias.dahl@gmail.com>
9854
9855 * tumme.el (tumme-backward-image): Add prefix argument. Add error
9856 when at first image.
9857 (tumme-forward-image): Add prefix argument. Add error when at last
9858 image.
9859
9860 2006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
9861
9862 * tabify.el (tabify-regexp): Use more specific regexps.
9863 (tabify): Avoid modifying the buffer unnecessarily.
9864
9865 2006-07-25 Mathias Dahl <mathias.dahl@gmail.com>
9866
9867 * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
9868 (tumme-format-properties-string): Handle empty `buf'.
9869 (tumme-get-comment): Change variable names inside `let'.
9870 Add missing `let' variable that cause font-lock problems.
9871 (tumme-write-comments): Change variable names inside `let'.
9872 Add missing `let' variable that cause font-lock problems.
9873 (tumme-forward-image): Rename from `tumme-forward-char'.
9874 (tumme-backward-image): Rename from `tumme-backward-char'.
9875
9876 2006-07-25 Masatake YAMATO <jet@gyve.org>
9877
9878 * progmodes/ld-script.el (ld-script-keywords)
9879 (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
9880 and add comments.
9881
9882 2006-07-25 Nick Roberts <nickrob@snap.net.nz>
9883
9884 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
9885 (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
9886 (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
9887 for status indicator.
9888
9889 2006-07-24 Richard Stallman <rms@gnu.org>
9890
9891 * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
9892
9893 * subr.el (dolist, dotimes): Use interned symbols for locals.
9894 (--dotimes-limit--, --dolist-tail--): New defvars.
9895 (looking-back): Doc fix.
9896
9897 * replace.el (replace-match-string-symbols): Handle dotted lists.
9898
9899 2006-07-24 Mathias Dahl <mathias.dahl@gmail.com>
9900
9901 * tumme.el (tumme-write-tags): Add.
9902 (tumme-write-comments): Add.
9903 (tumme-tag-files): Change to use `tumme-write-tags'.
9904 (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
9905 (tumme-dired-comment-files): Change to use `tumme-write-comments'.
9906 (tumme-save-information-from-widgets): Change to use
9907 `tumme-write-comments' and `tumme-write-tags'.
9908 (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
9909 (tumme-write-tag): Remove.
9910 (tumme-write-comment): Remove.
9911 (tumme-display-previous-thumbnail-original): Remove empty line.
9912 (tumme-widget-list): Add punctuation.
9913
9914 2006-07-24 Mathias Dahl <mathias.dahl@gmail.com>
9915
9916 * tumme.el (tumme-line-up): Add an extra check for end of buffer.
9917
9918 2006-07-24 Daiki Ueno <ueno@unixuser.org>
9919
9920 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
9921 letters from the end. Thanks to "David Smith" <davidsmith@acm.org>
9922 and andreas@altroot.de (Andreas V\e,Av\e(Bgele).
9923
9924 2006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
9925
9926 * mouse.el (mouse-on-link-p): Doc fix.
9927
9928 2006-07-23 Nick Roberts <nickrob@snap.net.nz>
9929
9930 * emacs-lisp/find-func.el (find-function-search-for-symbol):
9931 Handle "C-h f `".
9932
9933 2006-07-22 Dan Nicolaescu <dann@ics.uci.edu>
9934
9935 * ibuffer.el (ibuffer-formats): Use left alignment for the mode
9936 column.
9937
9938 2006-07-22 Matt Hodges <MPHodges@member.fsf.org>
9939
9940 * textmodes/table.el: Add move-beginning-of-line and
9941 move-end-of-line to Point Motion Only Group.
9942
9943 2006-07-22 Eric Hanchrow <offby1@blarg.net> (tiny change)
9944
9945 * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
9946
9947 2006-07-22 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
9948
9949 * startup.el (user-mail-address): Initialize from the `EMAIL'
9950 environment variable first. Document this.
9951 (command-line): Ditto.
9952
9953 2006-07-22 Nick Roberts <nickrob@snap.net.nz>
9954
9955 * help-mode.el (help-function-def, help-variable-def)
9956 (help-face-def): Print a message in the minibuffer.
9957
9958 2006-07-21 Dan Nicolaescu <dann@ics.uci.edu>
9959
9960 * term/xterm.el (terminal-init-xterm): Fix key bindings
9961 syntax. Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
9962
9963 2006-07-21 Eli Zaretskii <eliz@gnu.org>
9964
9965 * dos-w32.el (find-buffer-file-type-coding-system): Support calls
9966 where `(nth 1 command)' is a cons cell. Doc fix.
9967
9968 * textmodes/po.el (po-find-charset): Doc fix.
9969
9970 2006-07-21 Ken Manheimer <ken.manheimer@gmail.com>
9971
9972 * allout.el (allout-unprotected, allout-e-o-prefix-p)
9973 (allout-beginning-of-current-line, allout-end-of-current-line)
9974 (allout-next-visible-heading, allout-open-topic)
9975 (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
9976 (allout-flag-current-subtree, allout-show-to-offshoot)
9977 (allout-hide-current-entry, allout-show-current-branches)
9978 (allout-hide-region-body, allout-old-expose-topic)
9979 (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
9980 (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
9981 containing `beginning-of-line' and `end-of-line' with
9982 `inhibit-field-text-motion' t.
9983
9984 2006-07-21 Eli Zaretskii <eliz@gnu.org>
9985
9986 * frame.el (focus-follows-mouse): Document that it doesn't have
9987 any effect on MS-Windows.
9988
9989 2006-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
9990
9991 * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
9992
9993 2006-07-20 Jay Belanger <belanger@truman.edu>
9994
9995 * calc.el (calc-previous-alg-entry): Remove variable.
9996
9997 * calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
9998 New variables.
9999 (calc-alg-entry): Use `calc-alg-entry-history'.
10000 (calc-do-quick-calc): Use `calc-quick-calc-history'.
10001 Remove reference to `calc-previous-alg-entry'.
10002 (calcAlg-edit, calcAlg-enter): Remove reference to
10003 `calc-previous-alg-entry'.
10004 (calcAlg-previous): Use `previous-history-element' instead of
10005 `calc-previous-alg-entry'.
10006 (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
10007 Change keybinding for `calcAlg-plus-minus', add keybindings for
10008 `previous-history-element' and `next-history-element'.
10009
10010 * calc-rewr.el (calc-match): Remove reference to
10011 `calc-previous-alg-entry'.
10012
10013 * calc-sel.el (calc-selection-history): New variable.
10014 (calc-enter-selection, calc-sel-mult-both-sides)
10015 (calc-sel-add-both-sides): Use `calc-selection-history'.
10016
10017 * calc-map.el (calc-get-operator-history): New variable.
10018 (calc-get-operator): Use `calc-get-operator-history'.
10019
10020 * calcalg3.el (calc-curve-fit-history): New variable.
10021 (calc-curve-fit): Use `calc-curve-fit-history'.
10022
10023 2006-07-20 Kenichi Handa <handa@m17n.org>
10024
10025 * international/mule-cmds.el (select-safe-coding-system): Fix the
10026 way of deciding eol-type of the coding system.
10027
10028 2006-07-20 Alan Mackenzie <acm@muc.de>
10029
10030 * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
10031 (c-lang-setvar): New macro.
10032 (c-make-init-lang-vars-fun): Use the initialization forms in
10033 c-emacs-variable-inits in addition to those in c-lang-variable-inits.
10034 (comment-start, comment-end, comment-start-skip): Change these from
10035 c-lang-defvar's to c-lang-setvar's.
10036
10037 * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
10038 which calls make-local-variable on the elements of
10039 c-emacs-variable-inits.
10040 (c-init-language-vars-for): Call this new macro.
10041
10042 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
10043
10044 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
10045 Try to rule out false positives due to time stamps.
10046 (compilation-mode-font-lock-keywords): Remove rules made redundant
10047 because of the above change. Add `segmentation fault' to the known and
10048 highlighted compilation termination messages.
10049
10050 2006-07-19 Kim F. Storm <storm@cua.dk>
10051
10052 * progmodes/grep.el (grep-find-ignored-directories):
10053 Add .svn and _darcs to list.
10054
10055 2006-07-19 Mathias Dahl <mathias.dahl@gmail.com>
10056
10057 * dired.el (dired-mode-map): Add key binding `C-te' for
10058 `tumme-dired-edit-comment-and-tags'.
10059
10060 * tumme.el (tumme-display-thumbnail-original-image): Make sure
10061 image display buffer is displayed before call to
10062 `tumme-display-image.
10063 (tumme-dired-display-image): Make sure image display buffer is
10064 displayed before call to `tumme-display-image.
10065 (tumme-mouse-display-image): Make sure image display buffer is
10066 displayed before call to `tumme-display-image.
10067 (tumme-widget-list): Add.
10068 (tumme-dired-edit-comment-and-tags): Add.
10069 (tumme-save-information-from-widgets): Add.
10070
10071 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
10072
10073 * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
10074
10075 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
10076
10077 * progmodes/sh-script.el (sh-font-lock-keywords-1):
10078 Revert inadvertently installed patch hunk.
10079
10080 * progmodes/compile.el (compilation-find-file): Handle the
10081 cases where the user selects a non-existent file.
10082
10083 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
10084
10085 * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
10086
10087 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
10088
10089 * subr.el (sit-for): Just sleep-for if noninteractive.
10090
10091 2006-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
10092
10093 * emacs-lisp/autoload.el (make-autoload): Use new arg.
10094
10095 * custom.el (custom-autoload): Add `noset' argument.
10096 (custom-push-theme): Don't autoload the variable, let callers do it.
10097 (custom-theme-set-variables): Autoload the variable if necessary.
10098
10099 * cus-edit.el (custom-variable-state-set): If the variable was
10100 originally set outside custom, but to the same value as the default,
10101 consider it to be standard.
10102
10103 * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
10104 file *before* telling Emacs to add the autoloads, in case it fails.
10105
10106 * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
10107 Use `cond', push', and `dolist'.
10108
10109 2006-07-17 Richard Stallman <rms@gnu.org>
10110
10111 * image-mode.el (tar-superior-buffer, archive-superior-buffer):
10112 Add defvars to silence warnings.
10113
10114 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
10115
10116 * progmodes/compile.el (compilation-mode-font-lock-keywords):
10117 Don't highlight "Compiling file" messages as error.
10118
10119 * dired-aux.el (dired-compress-file): Confirm again if gzipped
10120 file already exists.
10121
10122 2006-07-16 Thien-Thi Nguyen <ttn@gnu.org>
10123
10124 * find-file.el (ff-special-constructs): Doc fix. Also, for C/C++
10125 entry, don't assign to free var; simply return the extracted filename.
10126 (ff-treat-as-special): Incorporate common preamble from callers.
10127 (ff-other-file-name, ff-find-the-other-file):
10128 Update call to ff-treat-as-special.
10129
10130 * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
10131
10132 2006-07-16 Mathias Dahl <mathias.dahl@gmail.com>
10133
10134 * tumme.el (tumme-get-comment): Fix bug.
10135
10136 2006-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
10137
10138 * files.el: Remove spurious * in docstrings.
10139
10140 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
10141
10142 * allout.el (allout-run-unit-tests-on-load): Rectify docstring
10143 grammar.
10144 (allout-beginning-of-current-line): Beware beginning of buffer.
10145 Also, a comment is simplified.
10146 (allout-hotspot-key-handler): Only set allout-post-goto-bullet
10147 when appropriate. (This fix enables use for other than
10148 bullet-hotspot operation.)
10149 (allout-hide-current-subtree): While escalating to sibling-close,
10150 make sure to situate on a topic.
10151
10152 2006-07-14 Kim F. Storm <storm@cua.dk>
10153
10154 * emulation/cua-base.el (cua-delete-selection)
10155 (cua-toggle-set-mark): New defcustoms.
10156 (cua-rectangle-modifier-key): Add `alt' modifier.
10157 (cua-replace-region): Don't delete if cua-delete-selection is nil.
10158 (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
10159 Suggested by Klaus Zeitler <kzeitler@lucent.com>.
10160
10161 * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
10162
10163 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
10164
10165 * allout.el: Require 'cl during byte-compilation/interactive load,
10166 for the `assert' macro.
10167 (allout-mode-deactivate-hook): New hook, run when allout mode
10168 deactivates.
10169 (allout-developer): New allout customization subgroup.
10170 (allout-run-unit-tests-on-load): New allout-developer
10171 customization variable, when true allout unit tests are run towards
10172 end of file load/eval.
10173 (allout-inhibit-auto-fill): Disable auto-fill activity even during
10174 auto-fill-mode.
10175 (allout-resumptions): Remove, to be replaced by...
10176 (allout-add-resumptions): Register variable settings to be
10177 reinstated by `allout-do-resumptions'. The settings are made
10178 buffer-local, but the locality/globality of the suspended setting
10179 is restored on resumption.
10180 (allout-do-resumptions): Reinstate all settings suspended using
10181 `allout-add-resumptions'.
10182 (allout-test-resumptions): Unit tests (and intermediate variables)
10183 for resumptions.
10184 (allout-tests-globally-unbound, allout-tests-globally-true)
10185 (allout-tests-locally-true): Intermediate variables for
10186 resumptions unit tests.
10187 (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
10188 (allout-exposure-category): Replaces 'allout-overlay-category variable.
10189 (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
10190 instead of retired `allout-resumptions'. For hook functions, use
10191 `local' parameter so hook settings are created and removed as
10192 buffer-local settings. Revise (resumptions) setting
10193 auto-fill-function so it is set only if already active. (The
10194 related fill-function settings are all made in either case, so
10195 that activating auto-fill-mode activity will have the custom
10196 allout-mode behaviors (hanging indent on topics, if configured for it).
10197 Remove all allout-exposure-category overlays on mode deactivation.
10198 (allout-hotspot-key-handler): New function extracted from
10199 `allout-pre-command-business', so the functionality can be used
10200 for other purposes, eg as a binding in an overlay.
10201 (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
10202 (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
10203 customization variable.
10204 (allout-run-unit-tests): Run the (currently quite small)
10205 repertoire of unit tests. Called just before the provide iff user
10206 has customized `allout-run-unit-tests-on-load' non-nil.
10207
10208 2006-07-14 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
10209
10210 * emacs-lisp/authors.el (authors-aliases): Update.
10211
10212 2006-07-14 Nick Roberts <nickrob@snap.net.nz>
10213
10214 * progmodes/gdb-ui.el (gdb-display-buffer): Check for
10215 gdb-source-window. Add dedicated argument.
10216 (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
10217 (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
10218 (gdb-display-threads-buffer, gdb-display-memory-buffer)
10219 (gdb-display-locals-buffer): Use it.
10220
10221 * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
10222 Set gdb-source-window.
10223
10224 2006-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
10225
10226 * emacs-lisp/autoload.el (make-autoload): Remove special handling of
10227 minor modes, redundant with the custom-autoload line above.
10228
10229 2006-07-12 Chong Yidong <cyd@stupidchicken.com>
10230
10231 * longlines.el (longlines-post-command-function): Handle open-line too.
10232
10233 2006-07-12 Richard Stallman <rms@gnu.org>
10234
10235 * progmodes/grep.el (grep-last-buffer): Doc fix.
10236
10237 * info.el (Info-try-follow-nearest-node): Doc fix.
10238
10239 * emacs-lisp/edebug.el (edebug-instrument-function):
10240 Err if find-function-noselect gives no position.
10241
10242 * emacs-lisp/find-func.el (find-function-search-for-symbol):
10243 If can't find definition, return nil for position.
10244 (find-function-do-it): Handle new return value
10245 of find-definition-noselect.
10246 (find-definition-noselect, find-variable-noselect): Doc fix.
10247 (find-function-noselect): Doc fix.
10248
10249 * help-mode.el (help-variable-def): Handle find-variable-noselect
10250 returning no position.
10251 (help-function-def): Likewise for find-function-search-for-symbol.
10252 (help-face-def): Likewise.
10253
10254 * help-fns.el (describe-variable): Handle find-variable-noselect
10255 returning no position.
10256
10257 * files.el (locate-file-completion): Avoid duplicates in result.
10258
10259 * cus-edit.el (custom-no-edit): New command.
10260 (custom-mode-map): Remap to custom-no-edit instead of
10261 using suppress-keymap.
10262
10263 2006-07-12 Nick Roberts <nickrob@snap.net.nz>
10264
10265 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
10266 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
10267 (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
10268
10269 * thumbs.el (thumbs-call-convert): Use shell-command-switch.
10270
10271 2006-07-11 Kim F. Storm <storm@cua.dk>
10272
10273 * ido.el (ido-copy-current-file-name): Use buffer-name if
10274 buffer-file-name is nil.
10275
10276 2006-07-11 Chong Yidong <cyd@stupidchicken.com>
10277
10278 * simple.el (undo-ask-before-discard): Set to nil.
10279
10280 * vc.el (vc-exec-after): Don't delete process manually.
10281 (vc-print-log): Run log-view-mode in process sentinel inside
10282 inhibit-read-only. Don't shrink window due to timing issues.
10283
10284 * progmodes/ebrowse.el (ebrowse-display-member-buffer):
10285 Avoid using with-output-to-temp-buffer, which clobbers local vars.
10286
10287 2006-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
10288
10289 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10290 Fix ambiguity introduced by last change.
10291 (compilation-find-file): Move save-excursion to where it may
10292 make sense. Fix a left over `find-file'.
10293
10294 2006-07-11 Robert J. Chassell <bob@rattlesnake.com>
10295
10296 * textmodes/texinfmt.el (texinfo-format-separate-node):
10297 Insert a string before point, which fits documentation, not after.
10298 (texinfo-multitable-item): In a multitable row, insert any
10299 additional needed @tabs and spaces.
10300
10301 2006-07-11 Nick Roberts <nickrob@snap.net.nz>
10302
10303 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
10304 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
10305 (tumme-set-exif-data, tumme-get-exif-data): Use call-process
10306 instead of shell-command.
10307 (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
10308 (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
10309 (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
10310 (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
10311 (tumme-thumbnail-set-image-description, tumme-gallery-generate)
10312 (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
10313
10314 2006-07-11 Kim F. Storm <storm@cua.dk>
10315
10316 * subr.el (sit-for): Doc fix. Specify normal arg list using fn-form.
10317 Remove special case for seconds < 0. Use (redisplay t) instead.
10318
10319 2006-07-10 Chong Yidong <cyd@stupidchicken.com>
10320
10321 * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
10322 avoid compilation error.
10323
10324 * subr.el (sit-for): New function.
10325
10326 * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
10327
10328 2006-07-10 Richard Stallman <rms@gnu.org>
10329
10330 * ldefs-boot.el (edebug): Update page.
10331
10332 2006-07-10 Kim F. Storm <storm@cua.dk>
10333
10334 * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
10335 to FOR-RELEASE and TODO.
10336
10337 2006-07-10 Romain Francoise <romain@orebokech.com>
10338
10339 * emacs-lisp/authors.el (authors-aliases): Update.
10340
10341 2006-07-10 Alan Mackenzie <acm@muc.de>
10342
10343 * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
10344 * cc-mode.el: Changes to eradicate eval-after-load.
10345
10346 2006-07-09 Chong Yidong <cyd@stupidchicken.com>
10347
10348 * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
10349 on non-char events.
10350
10351 2006-07-09 Romain Francoise <romain@orebokech.com>
10352
10353 * progmodes/compile.el (compilation-mode-font-lock-keywords):
10354 Don't highlight start/end markers as compilation messages.
10355
10356 * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
10357 to t.
10358
10359 2006-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
10360
10361 * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
10362
10363 2006-07-08 Richard Stallman <rms@gnu.org>
10364
10365 * term/x-win.el (x-handle-display): Add doc string.
10366
10367 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
10368
10369 * subr.el (def-edebug-spec): Move here.
10370 * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
10371
10372 * imenu.el (imenu-choose-buffer-index): Doc fix.
10373
10374 2006-07-08 Romain Francoise <romain@orebokech.com>
10375
10376 * term/x-win.el (x-display-name): Fix typo.
10377
10378 2006-07-08 Eli Zaretskii <eliz@gnu.org>
10379
10380 * hexl.el (hexl-find-file): Doc fix.
10381
10382 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
10383
10384 2006-07-07 Chong Yidong <cyd@stupidchicken.com>
10385
10386 * term/x-win.el (x-display-name): Doc fix.
10387
10388 2006-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
10389
10390 * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
10391 long prefixes.
10392 (fill-region-as-paragraph): Don't round up to a whole line.
10393 (fill-comment-paragraph): Don't include the code-before-the-comment
10394 when calling fill-region-as-paragraph.
10395
10396 * international/mule.el (make-char): Remove redundancy.
10397
10398 * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
10399 property may contain an anonymous function rather than a symbol.
10400
10401 * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
10402
10403 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
10404 Use shy regexp. Fix incorrect backref to potentially unmatched group.
10405
10406 * dirtrack.el (dirtrack-default-directory-function): Remove.
10407 (dirtrack-directory-function): Use file-name-as-directory.
10408 (dirtrack-windows-directory-function): Simplify.
10409 (dirtrack-forward-slash, dirtrack-backward-slash)
10410 (dirtrack-replace-slash): Remove.
10411 (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
10412 (dirtrack): Fix wrong parenthesizing; use match-string.
10413
10414 * progmodes/octave-inf.el: Remove spurious * in docstrings.
10415 (inferior-octave-mode): Only change the buffer-local value of
10416 comint-dynamic-complete-functions.
10417 (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
10418 Move the initialization to the declaration.
10419 (inferior-octave-complete): Remove unused var `filter'.
10420
10421 * shell.el (shell-mode): Only change the buffer-local value of
10422 comint-dynamic-complete-functions.
10423
10424 2006-07-07 Carsten Dominik <dominik@science.uva.nl>
10425
10426 * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
10427 entry is skipped because it has been scheduled.
10428 (org-prepare-agenda-buffers): Don't mark buffers as modified when
10429 changing `:org-archived' and `:org-comment' properties.
10430
10431 2006-07-06 Chong Yidong <cyd@stupidchicken.com>
10432
10433 * server.el (server-select-display): Don't make the temp frame
10434 minibuffer-only, in case it's not a temp frame.
10435 (server-process-filter): Don't delete the temp frame if it's the
10436 only one we have on that display.
10437
10438 * files.el (find-alternate-file): Doc fix.
10439
10440 2006-07-05 Richard Stallman <rms@gnu.org>
10441
10442 * files.el (abbreviate-file-name): Add save-match-data.
10443
10444 2006-07-03 Richard Stallman <rms@gnu.org>
10445
10446 * faces.el (read-face-name): Doc fix.
10447
10448 2006-07-05 Chong Yidong <cyd@stupidchicken.com>
10449
10450 * net/goto-addr.el (goto-address): Mark as safe for local evals.
10451
10452 2006-07-05 Andre Spiegel <spiegel@gnu.org>
10453
10454 * vc.el (vc-diff-internal): Fix prev change.
10455
10456 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
10457
10458 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
10459 * play/dunnet.el (dun-load-d, dun-eval): Likewise.
10460
10461 2006-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
10462
10463 * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
10464 fails if the symbol contains chars like ( or '.
10465 (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
10466 (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
10467 `short'.
10468
10469 2006-07-04 Kenichi Handa <handa@m17n.org>
10470
10471 * international/mule-cmds.el (set-language-info): If LANG-ENV is
10472 the current one, don't call set-language-environment, but call one
10473 of set-language-environment-XXX to make INFO effective now.
10474 (set-language-environment): Call set-language-environment-XXX
10475 functions instead of doing the various setups directly.
10476 (set-language-environment-coding-systems): Delete argument eol-type.
10477 (set-language-environment-input-method)
10478 (set-language-environment-nonascii-translation)
10479 (set-language-environment-charset)
10480 (set-language-environment-fontset)
10481 (set-language-environment-unibyte): New functions.
10482
10483 2006-07-03 Luc Teirlinck <teirllm@auburn.edu>
10484
10485 * locate.el (locate-update-when-revert): New option.
10486 (locate-update-path): New option (suggested by Michael Albinus).
10487 (locate-prompt-for-command): Whitespace change.
10488 (locate-update): No longer offer to update the locate database by
10489 default. Implement the two new options.
10490
10491 2006-07-04 Nick Roberts <nickrob@snap.net.nz>
10492
10493 * tooltip.el: Move comment about track-mouse...
10494
10495 * progmodes/gud.el: ...to here.
10496
10497 2006-07-03 Chong Yidong <cyd@stupidchicken.com>
10498
10499 * facemenu.el (facemenu-listed-faces): New var.
10500 (facemenu-unlisted-faces): Variable deleted.
10501 (facemenu-add-new-face): Use facemenu-listed-faces.
10502
10503 * emulation/viper-init.el, calendar/calendar.el:
10504 * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
10505
10506 2006-07-03 Carsten Dominik <dominik@science.uva.nl>
10507
10508 * textmodes/org.el (org-mode): Remove no invalid settings for
10509 calc embedded mode.
10510 (org-mode-p): New defsubst.
10511 (org-save-all-org-buffers): New function.
10512 (org-first-headline-recenter): Enclose outline-regexp in group
10513 delimiters.
10514 (org-set-tags): Keep single space after stars.
10515
10516 2006-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
10517
10518 * window.el (set-window-text-height): Only set window-min-height to
10519 1 if that's the requested size.
10520
10521 * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
10522 (diff-unified->context, diff-context->unified)
10523 (diff-reverse-direction): Make sure the end marker stays at the end.
10524 (diff-mode): Add the keymap table at the end of docstring.
10525 Use lexical-let rather than constructing a closure manually.
10526
10527 * files.el (find-file-noselect-1): Remove unused var assignment.
10528 (hack-local-variables-confirm): Print lists of strings as lists of
10529 strings rather than lists of symbols.
10530 (abbreviate-file-name, hack-local-variables-prop-line):
10531 Use match-string.
10532 (hack-one-local-variable): Move `make-local-variable' nearer its use.
10533 (recover-session-finish): Use line-end-position.
10534
10535 2006-07-02 Michael Albinus <michael.albinus@gmx.de>
10536
10537 * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
10538
10539 2006-07-02 Daniel Pfeiffer <occitan@esperanto.org>
10540
10541 * progmodes/make-mode.el (makefile-macroassign-regex):
10542 Accept preceding keyword.
10543 (makefile-gmake-statements): Reorganize, now that makepp has
10544 "override" and also handle forgotten "override define".
10545 (makefile-makepp-statements): Add new "global", "override export"
10546 and "override global".
10547
10548 2006-06-30 Juanma Barranquero <lekktu@gmail.com>
10549
10550 * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
10551 (ada-compile-mouse-goto-error, ada-deactivate-properties)
10552 (ada-no-auto-case): Fix typos in docstrings.
10553
10554 2006-06-30 Nick Roberts <nickrob@snap.net.nz>
10555
10556 * info.el (Info-find-node-2): Search for makeinfo version more
10557 carefully.
10558
10559 2006-06-29 Carsten Dominik <dominik@science.uva.nl>
10560
10561 * textmodes/org.el (org-prepare-agenda-buffers):
10562 Use `invisible-OK' argument for `org-end-of-subtree'.
10563 (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
10564 (org-beginning-of-item): Fix bug in regular expression for white line.
10565 (org-export-as-html): Enforce space after bullet in plain list items.
10566 (org-set-autofill-regexps): Require space after plain list bullet
10567 for paragraph-start.
10568 (org-ts-regexp3): New constant.
10569 (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
10570 (org-timestamp-up-day, org-timestamp-down-day)
10571 (org-timestamp-change): Work with inactive timestamps.
10572 (org-ts-regexp1): Don't allow brackets in time stamps.
10573
10574 2006-06-29 Nick Roberts <nickrob@snap.net.nz>
10575
10576 * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
10577 for ignoring links.
10578
10579 * faces.el (read-face-name): Use it.
10580
10581 2006-06-28 Juri Linkov <juri@jurta.org>
10582
10583 * buff-menu.el (list-buffers-noselect): Compare Info file
10584 with the string "dir" to detect Info directory.
10585
10586 * complete.el (partial-completion-mode): In lambda for
10587 `choose-completion-string-functions' use full function signature
10588 with 4 args, and move point to the end of the minibuffer only if arg
10589 `mini-p' is non-nil.
10590
10591 2006-06-28 John Paul Wallington <jpw@pobox.com>
10592
10593 * ibuffer.el (ibuffer-mode): Doc fix.
10594
10595 2006-06-28 Carsten Dominik <dominik@science.uva.nl>
10596
10597 * textmodes/org.el (org-context): New contexts :item-bullet,
10598 :latex-fragment, :latex-preview.
10599 (org-overlays-at, org-overlay-start, org-overlay-end):
10600 New compatibility functions.
10601 (org-inside-LaTeX-fragment-p): More accurate matching, using the
10602 exact regexp that will be used during export.
10603 (org-latex-regexps): New variable.
10604 (org-cdlatex-mode): Improve advice for `texmathp'.
10605 (turn-on-org-cdlatex): New function.
10606
10607 2006-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10608
10609 * term/mac-win.el (mac-handle-font-selection): Change keys of
10610 mac-atsu-font-table from strings to numbers.
10611 (mac-ts-caret-position): Use also when cursor-type is nil.
10612 (mac-ts-update-active-input-area): Add Mac OS Classic support.
10613 Relax condition for using overlay strings.
10614 Use mac-ts-caret-position face when cursor-type is nil.
10615
10616 2006-06-26 Kim F. Storm <storm@cua.dk>
10617
10618 * help.el (view-emacs-news): Declare `res' in the right let* form.
10619
10620 2006-06-25 Michael Albinus <michael.albinus@gmx.de>
10621
10622 * net/rcompile.el (remote-compile): Replace ange-ftp based
10623 implementation by Tramp functions.
10624 Suggested by Marc Abramowitz <msabramo@gmail.com>.
10625
10626 * net/tramp.el (tramp-unload-tramp): Provide a doc string.
10627
10628 2006-06-24 Yoshinori Koseki <kose@meadowy.org>
10629
10630 * international/fontset.el (setup-default-fontset): Fix a typo in
10631 the "Oriya-Akruti" registry name.
10632
10633 2006-06-23 Lars Hansen <larsh@soem.dk>
10634
10635 * desktop.el (desktop-full-file-name): New function.
10636 (desktop-kill, desktop-save, desktop-remove, desktop-read)
10637 (desktop-revert): Use it.
10638 (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
10639 (desktop-after-read-hook): Add option list-buffers.
10640 (desktop-locals-to-save): Add tab-width.
10641 (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
10642 Fix docstring.
10643
10644 2006-06-23 Carsten Dominik <dominik@science.uva.nl>
10645
10646 * textmodes/org.el (org-cdlatex-mode-map)
10647 (org-cdlatex-texmathp-advice-is-done): New variables.
10648 (org-cdlatex-mode): New minor mode.
10649 (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
10650 (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
10651 (org-export-with-archived-trees): New option.
10652 (org-open-file): Remove the call to `convert-standard-filename'.
10653 (org-archive-tag, org-agenda-skip-archived-trees)
10654 (org-cycle-open-archived-trees)
10655 (org-sparse-tree-open-archived-trees): New options.
10656 (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
10657 (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
10658 New functions.
10659 (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
10660 (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
10661 (org-mode-map): Add binding for `org-toggle-archive-tag'.
10662 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
10663 Call `org-prepare-agenda-buffers'.
10664 (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
10665 (org-file-apps, org-file-apps-defaults-gnu)
10666 (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
10667 Handle remote files by forcing them to be opened in Emacs.
10668
10669 2006-06-23 Andre Spiegel <spiegel@gnu.org>
10670
10671 * vc.el (vc-diff-knows-L): New variable.
10672 (vc-diff-internal): Use it to handle "diff" programs that don't
10673 understand -L. This works automatically, no user action is necessary.
10674
10675 2006-06-23 Daniel Brockman <daniel@brockman.se>
10676
10677 * net/rcirc.el (rcirc-default-user-full-name): Default to
10678 `rcirc-default-user-name' instead of `rcirc-user-name' (which no
10679 longer exists).
10680 (rcirc-process-list): Check `buffer-live-p' before attempting to
10681 switch to a buffer.
10682
10683 2006-06-23 Ryan Yeske <rcyeske@gmail.com>
10684
10685 * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
10686 based on rcirc-coding-system-alist.
10687
10688 2006-06-23 Martin Rudalics <rudalics@gmx.at>
10689
10690 * cus-edit.el (customize-apropos): A better error message.
10691 (top level) <debug-ignored-errors>: Extend and update the list of
10692 ignored error messages.
10693
10694 2006-06-23 Michael Ernst <mernst@alum.mit.edu>
10695
10696 * complete.el (PC-do-completion): Retain capitalization of user
10697 input, when possible, even if completion-ignore-case is set.
10698
10699 2006-06-23 Eli Zaretskii <eliz@gnu.org>
10700
10701 * generic-x.el (bat-generic-mode): Support .cmd files.
10702
10703 * dos-w32.el (top level): Use find-file-not-found-functions
10704 instead of the obsolete find-file-not-found-hooks.
10705
10706 2006-06-22 Kim F. Storm <storm@cua.dk>
10707
10708 * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
10709 to recognize mode name containing submodes, such as Grep/lw.
10710
10711 2006-06-21 Kim F. Storm <storm@cua.dk>
10712
10713 * simple.el (line-move-1): Check for move-end-of-line instead of
10714 end-of-line when setting temporary-goal-column.
10715
10716 2006-06-21 Miles Bader <miles@gnu.org>
10717
10718 * play/cookie1.el (cookie): Work properly when there's only one entry.
10719
10720 2006-06-21 Nick Roberts <nickrob@snap.net.nz>
10721
10722 * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
10723 (gdb-frame-handler): Generalize frame regexp for templates.
10724
10725 2006-06-20 Glenn Morris <rgm@gnu.org>
10726
10727 * calendar/appt.el (appt-display-format): Default value must be
10728 one of the customize options.
10729
10730 2006-06-20 Dan Nicolaescu <dann@ics.uci.edu>
10731
10732 * term/xterm.el (terminal-init-xterm): Update key availability info.
10733 Bind C-return.
10734
10735 * term.el (term-delete-lines, term-insert-lines): Clarify comments.
10736
10737 2006-06-20 Chong Yidong <cyd@stupidchicken.com>
10738
10739 * files.el (hack-local-variables): Run `hack-local-variables-hook'
10740 whether or not a local variables list is defined.
10741
10742 * msb.el (msb): Move `sit-for' hack here to handle both
10743 "mouse-down and drag" and "mouse-up and select" situations.
10744 (mouse-select-buffer): Move `sit-for' hack to `msb'.
10745
10746 2006-06-20 Kenichi Handa <handa@m17n.org>
10747
10748 * international/characters.el (word-combining-categories):
10749 Add entries for 2-byte Han characters.
10750
10751 2006-06-19 Richard Stallman <rms@gnu.org>
10752
10753 * bindings.el (mode-line-format): Save some mode line space.
10754
10755 * files.el (find-file-noselect): Improve the question wording.
10756 (basic-save-buffer-2): Mask UMASK against 666.
10757
10758 * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
10759 (mouse-drag-vertical-line): Call it.
10760
10761 * cus-edit.el (customize-option, customize-option-other-window):
10762 Error if SYMBOL is nil.
10763
10764 2006-06-19 Carsten Dominik <dominik@science.uva.nl>
10765
10766 * textmodes/org.el: Require noutline, also on XEmacs.
10767 (org-end-of-subtree): Return point.
10768 (org-dblock-start-re, org-dblock-end-re): New constants.
10769 (org-create-dblock, org-prepare-dblock, org-map-dblocks)
10770 (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
10771 (org-update-all-dblocks, org-find-dblock): New functions.
10772 (org-collect-clock-time-entries): New function.
10773 (org-html-handle-time-stamps): Never export CLOCK timeranges.
10774 (org-fixup-indentation): Modify to deal correctly with lines
10775 starting with TAB. Only one argument DIFF now.
10776 (org-demote, org-promote): Call `org-fixup-indentation' with just
10777 one argument, DIFF.
10778 (org-mode): Don't mark buffer as modified when aligning tables.
10779 (org-clock-sum): Don't mark buffer modified when adding time sum
10780 properties.
10781 (org-export-as-html): Add support for a link validation function.
10782 (org-archive-all-done): New function.
10783 (org-archive-subtree): New prefix argument. When set, archive all
10784 done subtrees in this buffer.
10785 (org-remove-clock-overlays)
10786 (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
10787 (org-inhibit-highlight-removal): New variable, for dynamic scoping.
10788 (org-put-clock-overlay): Don't swallow last headline character
10789 when displaying overlay.
10790 (org-store-link): Link to `image-mode' with just the file name.
10791
10792 2006-06-18 Michael Kifer <kifer@cs.stonybrook.edu>
10793
10794 * viper-cmd.el (viper-special-read-and-insert-char):
10795 Use read-key-sequence.
10796 (viper-after-change-undo-hook): Misc enhancements.
10797 (viper-after-change-undo-hook): New hook.
10798 (viper-undo): Use viper-after-change-undo-hook.
10799 (viper-add-newline-at-eob-if-necessary): Widen before making changes.
10800 (viper-next-line-at-bol): If point is on a widget or a button, simulate
10801 clicking on that widget/button.
10802
10803 * viper.el (viper-mode): Allow a separate cursor color in Emacs state.
10804
10805 * ediff-diff (ediff-test-patch-utility): Catch errors.
10806 (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
10807 (ediff-set-actual-diff-options): New function.
10808 (ediff-reset-diff-options, ediff-toggle-ignore-case):
10809 Use ediff-set-actual-diff-options.
10810 (ediff-extract-diffs): Catch errors.
10811 (ediff-whitespace): Add non-breakable space.
10812 (ediff-same-file-contents): Catch errors.
10813
10814 * ediff-mult.el (ediff-collect-custom-diffs):
10815 Save coding-system-for-read.
10816
10817 * ediff-vers.el (ediff-keep-tmp-versions): New variable.
10818 (ediff-vc-internal, ediff-vc-merge-internal):
10819 Use ediff-delete-version-file.
10820 (ediff-delete-version-file): New function.
10821
10822 * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
10823
10824 * ediff.el (ediff-directories, ediff-directory-revisions)
10825 (ediff-merge-directories, ediff-merge-directories-with-ancestor)
10826 (ediff-directories-internal, ediff-merge-directory-revisions)
10827 (ediff-merge-directory-revisions-with-ancestor)
10828 (ediff-directories3): Use read-directory-name.
10829
10830 2006-06-18 Ralf Angeli <angeli@caeruleus.net>
10831
10832 * textmodes/tex-mode.el (tex-font-lock-match-suscript):
10833 Remove superfluous part of regexp for brace matching which is handled
10834 by `scan-lists' call.
10835
10836 2006-06-16 Richard Stallman <rms@gnu.org>
10837
10838 * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
10839
10840 * files.el (basic-save-buffer-2): For a new precious file,
10841 use the default modes in the return value.
10842
10843 * facemenu.el (facemenu-color-alist): Doc fix.
10844
10845 * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
10846
10847 2006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10848
10849 * cus-start.el (all): Add mac-ts-script-language-on-focus.
10850
10851 * term/mac-win.el (mac-text-encoding-ascii): New constant.
10852 (mac-utxt-to-string): Use it.
10853 (mac-ts-update-active-input-area): Use mac-ae-number.
10854
10855 2006-06-15 Dan Nicolaescu <dann@ics.uci.edu>
10856
10857 * term.el (term-handle-scroll, term-delete-lines)
10858 (term-insert-lines): Fix off by one errors.
10859
10860 2006-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
10861
10862 * net/tramp.el (tramp-touch): Use UTC to express time.
10863
10864 2006-06-15 Chong Yidong <cyd@stupidchicken.com>
10865
10866 * mail/sendmail.el (mail-send): Search explicitly for
10867 mail-header-separator when checking for corrupted header lines.
10868
10869 2006-06-15 Nick Roberts <nickrob@snap.net.nz>
10870
10871 * progmodes/gdb-ui.el (gdb-same-frame): New option.
10872 (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
10873 (gdb-init-1): Initialise them.
10874 (gdb-starting): Reset gdb-printing
10875 (gdb-starting): Save value of gud-overlay-arrow-position.
10876 (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
10877 (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
10878 Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
10879 (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
10880
10881 2006-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
10882
10883 * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
10884
10885 2006-06-13 Martin J. Reed <mjreed@essex.ac.uk> (tiny change)
10886
10887 * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
10888 (ldap-search-internal): Keep error messages, and a regexp fix.
10889
10890 2006-06-12 Thien-Thi Nguyen <ttn@gnu.org>
10891
10892 * files.el (hack-local-variables-confirm):
10893 Display string value using its printed representation.
10894
10895 2006-06-11 Chong Yidong <cyd@stupidchicken.com>
10896
10897 * server.el (server-edit): No-op if no server buffers exist.
10898
10899 2006-06-11 Robert J. Chassell <bob@rattlesnake.com>
10900
10901 * textmodes/page-ext.el (pages-directory-for-addresses):
10902 Including `pages-directory-address-mode' in the function results
10903 in the message "Buffer in which pages were found is deleted".
10904
10905 2006-06-10 Carsten Dominik <dominik@science.uva.nl>
10906
10907 * textmodes/org.el (org-agenda-mode-map): Add bindings for
10908 clocking functions.
10909
10910 (org-agenda-clock-in, org-check-running-clock)
10911 (org-clock-out-if-current, org-remove-clock-overlays)
10912 (org-put-clock-overlay): New functions.
10913 (org-clock-marker, org-clock-file-total-minutes)
10914 (org-clock-overlays): New variables.
10915 (org-clock-display, org-clock-sum, org-clock-cancel)
10916 (org-clock-out, org-clock-in): New commands.
10917 (org-export): New function.
10918 (org-emph-re): New constant.
10919 (org-set-emph-re, org-do-emphasis-faces): New functions.
10920 (org-emphasis-regexp-components, org-emphasis-alist): New options.
10921 (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
10922 (org-export-html-convert-emphasize): Use the configurable emphasis.
10923 (org-cleaned-string-for-export): Make multiline emphasis visible
10924 to the exporter. New optional argument PARAMETERS.
10925 (org-export-as-html): Specify :emph-multiline parameter to
10926 `org-cleaned-string-for-export'.
10927
10928 2006-06-10 Richard Stallman <rms@gnu.org>
10929
10930 * help.el (help-for-help-internal): Clean up help text.
10931
10932 2006-06-10 Andreas Schwab <schwab@suse.de>
10933
10934 * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
10935 in doc string.
10936
10937 * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
10938
10939 2006-06-09 Karl Chen <quarl@cs.berkeley.edu>
10940
10941 * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
10942 spaces after the comment start.
10943
10944 2006-06-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
10945
10946 * play/pong.el (pong-init-buffer):
10947 Fill buffer with spaces instead of ^A.
10948
10949 * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
10950 launched asynchronously, delete its process instead of being cool.
10951 (ispell-async-processp): Check for `delete-process' existence
10952 instead of `kill-process' one for consistency.
10953
10954 2006-06-09 Nick Roberts <nickrob@snap.net.nz>
10955
10956 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
10957 (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
10958 in mode line at startup.
10959
10960 2006-06-08 Kim F. Storm <storm@cua.dk>
10961
10962 * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
10963 (ido-init-completion-maps): Bind them to M-SPC and M-v.
10964 (ido-copy-current-file-name): Repeating C-w inserts whole file name.
10965 (ido-file-internal): Pass full file name to write-file.
10966 (ido-read-internal): Only pop stack elements automatically if they
10967 actually match an existing directory or file name.
10968
10969 2006-06-07 Kenichi Handa <handa@m17n.org>
10970
10971 * international/mule.el (find-auto-coding): Don't handle the short
10972 name `char-trans'.
10973
10974 * files.el (hack-local-variables-prop-line)
10975 (hack-local-variables): Cancel the previous change.
10976
10977 2006-06-06 Jesper Harder <harder@phys.au.dk>
10978
10979 * ediff-diff.el (ediff-test-utility): Protect against file-error.
10980
10981 2006-06-06 Chong Yidong <cyd@stupidchicken.com>
10982
10983 * diff-mode.el (diff-mode): Set buffer-read-only to t when
10984 diff-default-read-only is non-nil.
10985 (diff-hunk-kill, diff-file-kill, diff-split-hunk)
10986 (diff-refine-hunk): Set inhibit-read-only to t.
10987
10988 * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
10989 modifying the *Diff* buffer.
10990 (diff-process-filter): New filter function for diff process that
10991 sets inhibit-read-only to t when modifying the *Diff* buffer.
10992
10993 2006-06-06 Carsten Dominik <dominik@science.uva.nl>
10994
10995 * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
10996 insertion point and control the number of empty lines.
10997 (org-paste-subtree): Limit the number of empty lines at the end of
10998 the inserted tree.
10999 (org-agenda): Use buffer name of current file for narrowing.
11000 (org-export-as-xml): Command removed.
11001 (org-export-xml-type): Option removed.
11002 (org-mode-map): Call `org-export-as-xoxo' directly.
11003 (org-get-indentation): New optional argument LINE.
11004 (org-fix-indentation, org-remove-tabs): New functions.
11005 (org-export-as-ascii, org-ascii-level-start): Determine and apply
11006 correct indentation for headlines that are converted it items.
11007 (org-skip-comments): Remove table lines that contain narrowing
11008 cookies but no other non-empty fields.
11009 (org-set-tags): Allow groups of mutually exclusive tags.
11010 (org-cmp-time): Sort 24:21 before items without time.
11011 (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
11012 (org-open-at-point): Require double colon also for numbers.
11013
11014 2006-06-06 Kim F. Storm <storm@cua.dk>
11015
11016 * ido.el (ido-default-file-method, ido-default-buffer-method):
11017 Make choice values consistent with corresponding command names.
11018 (ido-visit-buffer): Update accordingly. Default to selected-window.
11019
11020 2006-06-06 Nick Roberts <nickrob@snap.net.nz>
11021
11022 * progmodes/gud.el (gud-running): Fix doc string.
11023 (gud-menu-map): Use :visible instead fo :enable for debugger test.
11024 (gud-tooltip-modes): Add python-mode.
11025 (gud-tooltip-print-command): Add pdb. Remove perldb.
11026
11027 2006-06-05 Eli Zaretskii <eliz@gnu.org>
11028
11029 * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
11030 Quote $(EMACS).
11031
11032 2006-06-05 Richard Stallman <rms@gnu.org>
11033
11034 * faces.el (defined-colors): Doc fix.
11035
11036 2006-06-05 Thien-Thi Nguyen <ttn@gnu.org>
11037
11038 * vc.el (vc-process-filter): Inhibit undo info collection around
11039 call to insert.
11040 (vc-setup-buffer): Likewise for call to erase-buffer.
11041 (vc-do-command): Likewise for call to process-file.
11042
11043 2006-06-05 Nick Roberts <nickrob@snap.net.nz>
11044
11045 * progmodes/gud.el (gud-menu-map): Use a conditional help echo
11046 for gud-go.
11047 (gud-common-init): Other debuggers may trigger error.
11048
11049 2006-06-05 Kenichi Handa <handa@m17n.org>
11050
11051 * international/mule.el (find-auto-coding):
11052 Handle enable-character-translation in file header.
11053
11054 2006-06-04 Kim F. Storm <storm@cua.dk>
11055
11056 * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
11057 (authors-fixed-entries): Fix spelling.
11058 (authors-canonical-file-name): Don't report error for wildcards.
11059
11060 * help.el (view-emacs-news): Rewrite to support new NEWS,
11061 NEWS.major, and NEWS.1-17 file naming. Add more intelligence,
11062 e.g. version 10 matches 1.10, and don't be confused by version 1.1
11063 being a prefix of 1.12 (etc). A numeric prefix arg also works.
11064
11065 2006-06-03 Vivek Dasmohapatra <vivek@etla.org>
11066
11067 * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
11068 exec constructs like `foo bar`.
11069 (sh-quoted-subshell): New helper function to search for a possibly
11070 nested subshell (like `` or $()) within a "" quoted string.
11071 (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
11072 (sh-apply-quoted-subshell): Flag quote characters inside a
11073 subshell, which is itself already in a quoted region, as
11074 punctuation, since this is the closest to what they actually are.
11075 (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
11076 sh-apply-quoted-subshell.
11077 (sh-font-lock-syntactic-face-function): Apply the new face for
11078 text inside `` instead of the old font-lock-string-face.
11079
11080 2006-06-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11081
11082 * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
11083 (mac-ae-number, mac-ae-frame, mac-ae-script-language)
11084 (mac-bytes-to-text-range, mac-ae-text-range-array)
11085 (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
11086 (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
11087 (mac-ts-unicode-for-key-event): New functions.
11088 (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
11089 (mac-handle-font-selection): Use mac-ae-number.
11090 (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
11091 New variables.
11092 (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
11093 (mac-ts-converted-text, mac-ts-selected-converted-text)
11094 (mac-ts-block-fill-text, mac-ts-outline-text)
11095 (mac-ts-selected-text, mac-ts-no-hilite): New faces.
11096 (mac-ts-hilite-style-faces): New constant.
11097 (mac-apple-event-map): Bind text input events.
11098 (mac-dispatch-apple-event): Use command-execute instead of
11099 call-interactively.
11100 (global-map): Don't bind mac-apple-event.
11101 (special-event-map): Bind mac-apple-event.
11102
11103 2006-06-02 Eli Zaretskii <eliz@gnu.org>
11104
11105 * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
11106 file name.
11107 (emacs): Enclose the value of $(EMACS) in quotes.
11108
11109 2006-06-02 Juri Linkov <juri@jurta.org>
11110
11111 * international/mule.el (sgml-html-meta-auto-coding-function):
11112 Remove the condition `(search-forward "<html" size t)'.
11113 Replace `\"' with `[\"']?' in `re-search-forward'.
11114
11115 2006-06-02 Kenichi Handa <handa@m17n.org>
11116
11117 * files.el (hack-local-variables-prop-line): Ignore `char-trans'
11118 as well as `coding'.
11119 (hack-local-variables): Likewise.
11120
11121 * international/mule.el (enable-character-translation):
11122 Put permanent-local and safe-local-variable properties.
11123 (find-auto-coding): Handle char-trans: tag.
11124
11125 2006-06-02 Juri Linkov <juri@jurta.org>
11126
11127 * international/mule.el (sgml-html-meta-auto-coding-function):
11128 Limit the search by the end of the HTML header (if any).
11129
11130 2006-06-01 Richard Stallman <rms@gnu.org>
11131
11132 * subr.el (with-current-buffer): Doc fix.
11133
11134 2006-06-02 Masatake YAMATO <jet@gyve.org>
11135
11136 * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
11137 Almost rewrite. Underlines over all lines of gcov output are too
11138 uncomfortable to read. Suggested by Dan Nicolaescu.
11139
11140 2006-06-01 Luc Teirlinck <teirllm@auburn.edu>
11141
11142 * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
11143
11144 * shell.el (shell-mode): Use shell-mode-map in docstring.
11145
11146 * comint.el (comint-send-input): Do not add help-echo and
11147 mouse-face to input if `comint-use-prompt-regexp' is non-nil.
11148
11149 2006-06-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11150
11151 * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
11152
11153 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
11154
11155 * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
11156 (gdb-stopped, gdb-info-stack-custom): If there is no source info
11157 look up the stack and pop up GUD buffer if necessary.
11158 (gdb-frames-select): Remove redundant call to gud-display-frame.
11159 (gdb-info-threads-custom): Keep point at start of buffer.
11160 (gdb-find-file-hook): Make it work for pre-GDB 6.4.
11161
11162 2006-05-31 Juri Linkov <juri@jurta.org>
11163
11164 * replace.el (query-replace-read-from, query-replace-read-to):
11165 Bind `history-add-new-input' to nil. Call `add-to-history'.
11166
11167 2006-05-31 Takaaki Ota <Takaaki.Ota@am.sony.com>
11168
11169 * textmodes/table.el: Convert all HTML tags to lower case for
11170 XHTML compatibility.
11171
11172 2006-05-31 Masatake YAMATO <jet@gyve.org>
11173
11174 * progmodes/compile.el:
11175 (compilation-error-regexp-alist-alist::gcov-called-line):
11176 Don't put face on `-' lines in gcov file. Suggested by Dan Nicolaescu.
11177
11178 2006-05-31 Nick Roberts <nickrob@snap.net.nz>
11179
11180 * progmodes/gud.el (gud-query-cmdline, gud-common-init):
11181 Revert inadvertent changes made with last commit.
11182
11183 2006-05-30 Reiner Steib <Reiner.Steib@gmx.de>
11184
11185 * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
11186 New functions.
11187
11188 * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
11189
11190 2006-05-30 Carsten Dominik <dominik@science.uva.nl>
11191
11192 * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
11193 only matches in the right place.
11194 (org-upcoming-deadline): New face.
11195 (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
11196 (org-export-ascii-underline): Rename constant `org-ascii-underline'
11197 and make it an option.
11198 (org-export-ascii-bullets): New option.
11199 (org-export-as-html): Many changes to emit valid XHTML.
11200 (org-par-open): New variable.
11201 (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
11202 (org-html-do-expand, org-section-number): Fix case in `replace-match'.
11203 (org-timeline): Pass `org-timeline-show-empty-dates' to
11204 `org-get-all-dates'. Interpret empty dates returned by
11205 `org-get-all-dates'.
11206 (org-get-all-dates): New argument EMPTY. Add dates without
11207 entries to the list, mark large ranges of empty dates.
11208 (org-point-in-group, org-context): New functions.
11209
11210 2006-05-30 Nick Roberts <nickrob@snap.net.nz>
11211
11212 * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
11213
11214 * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
11215 C-mouse-1. Move gdb-mouse-until to mouse-3, gdb-mouse-jump
11216 to C-mouse-3 (for 2 button mice).
11217 (gdb-send): Do the right thing for C-d.
11218
11219 * speedbar.el (speedbar-detach): Delete.
11220 (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
11221 it breaks things.
11222 (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
11223
11224 2006-05-30 Daniel Pfeiffer <occitan@esperanto.org>
11225
11226 * files.el (auto-mode-alist): Add makepp suffix and optional mk on
11227 Makeppfile.
11228
11229 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11230 Add makepp diagnostic.
11231
11232 2006-05-29 Richard Stallman <rms@gnu.org>
11233
11234 * window.el (fit-window-to-buffer): Doc fix.
11235
11236 * help.el (temp-buffer-max-height): Doc fix.
11237
11238 * subr.el (with-current-buffer): Doc fix.
11239
11240 2006-05-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11241
11242 * term/x-win.el: Bind F10 to menu-bar-start if available.
11243
11244 2006-05-28 Dan Nicolaescu <dann@ics.uci.edu>
11245
11246 * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
11247 uses with a simple test.
11248 (term-set-escape-char, term-mode, term-check-kill-echo-list)
11249 (term-send-raw-string, term-send-raw, term-mouse-paste)
11250 (term-char-mode, term-line-mode, term-exec, term-sentinel)
11251 (term-handle-exit, term-read-input-ring)
11252 (term-previous-matching-input-string)
11253 (term-previous-matching-input-string-position)
11254 (term-previous-matching-input-from-input)
11255 (term-replace-by-expanded-history, term-send-input)
11256 (term-skip-prompt, term-bol, term-send-invisible)
11257 (term-kill-input, term-delchar-or-maybe-eof)
11258 (term-backward-matching-input, term-check-source)
11259 (term-proc-query, term-emulate-terminal)
11260 (term-handle-colors-array, term-process-pager, term-pager-line)
11261 (term-pager-bob, term-unwrap-line, term-word)
11262 (term-dynamic-complete-filename)
11263 (term-dynamic-complete-as-filename)
11264 (term-dynamic-simple-complete): Replace one arm ifs with whens or
11265 unlesses.
11266
11267 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
11268
11269 * files.el (hack-one-local-variable-eval-safep): Don't burp if used
11270 during bootstrapping.
11271
11272 * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
11273 Basically undo the change of 2006-05-26: use extra arguments instead of
11274 dynamic scoping.
11275 (ewoc-locate): Remove unused var `footer'.
11276
11277 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
11278
11279 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
11280
11281 * emacs-lisp/autoload.el (no-update-autoloads): Declare.
11282 (generate-file-autoloads): Obey it. Return whether autoloads were
11283 added at point or not.
11284 (update-file-autoloads): Use this new return value.
11285 Remove redundant test for the presence of an autoload cookie.
11286
11287 * emacs-lisp/autoload.el (autoload-find-file): New fun.
11288 This one calls hack-local-variables.
11289 (generate-file-autoloads, update-file-autoloads): Use it.
11290
11291 * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
11292 (bibtex-sort-entry-class): Add safe-local-variable predicate.
11293 (bibtex-sort-entry-class-alist): Don't set the global value.
11294 (bibtex-init-sort-entry-class-alist): New fun.
11295 (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
11296 bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
11297 of bibtex-init-sort-entry-class.
11298
11299 2006-05-28 Richard Stallman <rms@gnu.org>
11300
11301 * subr.el (load-history-regexp): If FILE is relative, insist
11302 entire last name component must match it.
11303 (load-history-filename-element, load-history-regexp): Doc fixes.
11304
11305 2006-05-29 Kim F. Storm <storm@cua.dk>
11306
11307 * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
11308 `pos' and `raw-data' for clarity, as eval forms may access these.
11309
11310 2006-05-28 Kim F. Storm <storm@cua.dk>
11311
11312 * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
11313
11314 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
11315
11316 * progmodes/make-mode.el (makefile-browser-map)
11317 (makefile-mode-syntax-table): Move initialization inside declaration.
11318 (makefile-fill-paragraph): Use the default comment-filling code.
11319
11320 2006-05-28 Chong Yidong <cyd@stupidchicken.com>
11321
11322 * replace.el (query-replace-defaults): New variable.
11323 (query-replace-read-from): Use `query-replace-defaults' for
11324 default value, instead of history list.
11325 (query-replace-read-to): Update `query-replace-defaults'.
11326
11327 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
11328
11329 * msb.el (mouse-select-buffer): Minor fix to make popup menu work
11330 with no X toolkit.
11331
11332 2006-05-28 Nick Roberts <nickrob@snap.net.nz>
11333
11334 * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
11335 (tumme-show-all-from-dir): Add autoload.
11336
11337 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
11338
11339 * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
11340 (tumme-remove-tag): Fix bug.
11341
11342 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
11343
11344 * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
11345 FOOTER args. Update unique caller.
11346 (ewoc-delete): Compute last node once before looping.
11347 (ewoc--node-branch): Merge into unique caller.
11348 (ewoc--node): Don't define constructor make-ewoc--node for this
11349 structure.
11350 (ewoc): Add member `hf-pp' to this structure.
11351 (ewoc--wrap): New func.
11352 (ewoc-create): Take additional arg NOSEP. If nil, wrap node and
11353 header/footer pretty-printers. Save header/footer pretty-printer.
11354 (ewoc-set-hf): Use ewoc's header/footer pretty-printer.
11355
11356 * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
11357
11358 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
11359
11360 * dired.el (dired-mode-map): Change `tumme-tag-remove' to
11361 `tumme-delete-tag'. Rename `Remove Image Tag' to `Delete Image
11362 Tag'. Change "Compare directories..." to "Change Directories...".
11363 Move tumme commands to Operate, Regexp and Immediate menus.
11364 Change "Add Comment" to "Add Image Comment". Change "Add Image
11365 Tag" to "Add Image Tags".
11366
11367 * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
11368 (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
11369 `tumme-delete-tag'.
11370
11371 2006-05-26 Luc Teirlinck <teirllm@auburn.edu>
11372
11373 * shell.el (shell-mode): Call shell-dirtrack-mode after
11374 list-buffers-directory is made a local variable, to avoid setting
11375 the default value.
11376
11377 2006-05-26 Kevin Ryde <user42@zip.com.au>
11378
11379 * info.el (Info-index-next): Use where-is-internal to report
11380 actual binding of Info-index-next, rather than hard-coded `,'.
11381
11382 2006-05-26 Eli Zaretskii <eliz@gnu.org>
11383
11384 * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
11385 and "Find Command in Manual" to here.
11386
11387 * buff-menu.el (list-buffers-noselect): For Info buffers, use
11388 Info-current-file as the file name.
11389
11390 2006-05-26 Jonathan Yavner <jyavner@member.fsf.org>
11391
11392 * ses.el (defadvice undo-more): Delete this defadvice. The undo
11393 overrides will now be done a different way.
11394 (ses-set-parameter): Reapply this function for undo.
11395 (ses-set-header-row): Reconstruct header row during undo.
11396 (ses-widen): New function.
11397 (ses-goto-data, ses-reconstruct-all): Use new function.
11398 (ses-command-hook): Widen buffer during undo, before unupdating
11399 the cells.
11400 (ses-insert-row, ses-delete-row): Widen buffer during undo.
11401 (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
11402 (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
11403 formula hasn't been executed yet.
11404
11405 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
11406
11407 * comint.el (comint-kill-whole-line): Rename arg to count.
11408 Fix doc string.
11409
11410 2006-05-26 Chong Yidong <cyd@stupidchicken.com>
11411
11412 * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
11413 to copy-file.
11414
11415 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
11416
11417 * simple.el (toggle-truncate-lines): Make arg optional for
11418 backward compatibility.
11419
11420 2006-05-26 Thien-Thi Nguyen <ttn@gnu.org>
11421
11422 * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
11423 (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
11424 DLL arg. Instead, use ewoc--current-dll. Update all callers.
11425 (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
11426 (ewoc--adjust): Use ewoc--current-dll.
11427 (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
11428
11429 2006-05-26 Carsten Dominik <dominik@science.uva.nl>
11430
11431 * textmodes/org.el (org-next-item, org-previous-item): Emit more
11432 compact error message.
11433 (org-tags-view): Refresh category table in each file.
11434 (org-table-justify-field-maybe): Remove superfluous arguments to
11435 `format'.
11436 (org-export-as-html): Insert "<p>" before postamble.
11437 (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
11438
11439 2006-05-26 Kenichi Handa <handa@m17n.org>
11440
11441 * textmodes/po.el (po-find-charset): Pay attention to the case
11442 FILENAME is a cons (NAME . BUFFER).
11443 (po-find-file-coding-system-guts): Likewise.
11444
11445 * arc-mode.el (archive-set-buffer-as-visiting-file):
11446 Call find-operation-coding-system with (FILENAME . BUFFER).
11447
11448 * tar-mode.el (tar-extract): Call find-operation-coding-system
11449 with (FILENAME . BUFFER).
11450
11451 * international/mule.el (decode-coding-inserted-region):
11452 Call find-operation-coding-system with (FILENAME . BUFFER).
11453
11454 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
11455
11456 * image-mode.el (image-toggle-display): Use buffer contents to
11457 generate image for a remote file.
11458
11459 2006-05-25 Juri Linkov <juri@jurta.org>
11460
11461 * replace.el (query-replace-read-from, query-replace-read-to):
11462 Remove 8th arg KEEP-ALL in read-from-minibuffer.
11463
11464 2006-05-25 Rajesh Vaidheeswarran <rv@gnu.org>
11465
11466 * whitespace.el (whitespace-cleanup): Change to cleanup
11467 region if one is active.
11468 * whitespace.el (whitespace-cleanup-internal): New internal method.
11469
11470 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
11471
11472 * dired.el (dired-mode-map): Add help-echo strings to tumme
11473 commands. Bind `tumme-dired-display-image' to C-t i.
11474
11475 * tumme.el (tumme-display-image): Change documentation string slightly.
11476 (tumme-dired-display-image): Add call to `display-buffer'.
11477
11478 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
11479
11480 * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
11481 Signal error if RAW-DATA is a multibyte string.
11482
11483 2006-05-24 Richard Stallman <rms@gnu.org>
11484
11485 * subr.el (with-local-quit): When handling `quit' signal,
11486 make a chance for quit-flag to cause a quit.
11487
11488 * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
11489 (ad-disable-advice): Add autoloads.
11490
11491 * subr.el (read-passwd): Copy PROMPT before changing its properties.
11492
11493 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
11494
11495 * dired.el (dired-mode-map): Change menu items for tumme as per
11496 suggestions in emacs-devel.
11497
11498 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
11499
11500 * dired.el (dired-mode-map): Fix breakage.
11501
11502 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
11503
11504 * tumme.el (tumme-display-dired-image): Rename to...
11505 (tumme-dired-display-image): ...this.
11506 (tumme-track-movement): Change default value to t.
11507 (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
11508 used from `tumme-next-line-and-display' and similar commands.
11509
11510 * dired.el (dired-mode-map): Add Thumbnail submenu under the
11511 Immediate menu. Add some tumme commands there.
11512
11513 2006-05-24 Luc Teirlinck <teirllm@auburn.edu>
11514
11515 * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
11516
11517 2006-05-24 Chong Yidong <cyd@mit.edu>
11518
11519 * menu-bar.el, international/mule-cmds.el: Remove tooltips for
11520 menu entries that open submenus.
11521
11522 2006-05-24 Alan Mackenzie <acm@muc.de>
11523
11524 * startup.el (command-line): For names of preloaded files, don't
11525 append ".elc" (now done in Fload), and call file-truename on the
11526 lisp directory.
11527
11528 * subr.el (eval-after-load): Fix the doc-string. Allow FILE to
11529 match ANY loaded file with the right name, not just those in
11530 load-path. Put a regexp matching the file name into
11531 after-load-alist, rather than the name itself.
11532
11533 * subr.el (load-history-regexp, load-history-filename-element)
11534 (do-after-load-evaluation): New functions.
11535
11536 * international/mule.el (load-with-code-conversion): Do the
11537 eval-after-load stuff by calling do-after-load-evaluation.
11538
11539 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
11540
11541 * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
11542 has not been killed.
11543
11544 2006-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11545
11546 * term/mac-win.el: Set idle timer to clean up expired Apple events.
11547 (mac-ae-get-url): Redispatch Apple event on unknown scheme.
11548 (mac-dispatch-apple-event): Resume Apple event if it is suspended.
11549 Optionally set error message in reply.
11550
11551 2006-05-24 Carsten Dominik <dominik@science.uva.nl>
11552
11553 * textmodes/org.el (org-open-at-point): Use renamed variable
11554 `org-confirm-shell-link-function'.
11555 (org-confirm-shell-link-function): Rename from
11556 `org-confirm-shell-links'.
11557 (org-export-directory): New function.
11558 (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
11559 (org-export-icalendar): Use `org-export-directory'.
11560 (org-indent-item): Keep cursor position.
11561 (org-link-file-path-type): New option.
11562 (org-export-as-html): Fix bug with plain lists starting in
11563 column 0.
11564 (org-export-as-html): Remove deadline formatting, this happens
11565 now already in `org-html-handle-time-stamps'.
11566 (org-export-html-style): Deadline class removed.
11567 (org-insert-labeled-timestamps-at-point): New option.
11568 (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
11569 of `hide-sublevels 1', in case the first headline is not level 1.
11570 (org-overview, org-content): New fuction.
11571 (org-cycle-global-status, org-cycle-subtree-status): Make these
11572 variables buffer-local.
11573 (org-global-cycle): New command.
11574 (org-shifttab): Use `org-global-cycle'.
11575 (org-insert-heading, org-insert-item): Go to end of new
11576 headline/item after creating it.
11577 (org-export-visible): Rename from `org-export-copy-visible'.
11578 Now creates a temporary org-file and applies an exporting command
11579 to it.
11580 (org-table-eval-formula): Support for lisp forms.
11581 (org-agenda-todo-ignore-scheduled): New option.
11582 (org-agenda-get-todos): Use new option
11583 `org-agenda-todo-ignore-scheduled'.
11584 (org-export-html-inline-images): New value `maybe'.
11585 (org-export-as-html): Inlining of images dependent on link description.
11586 (org-archive-subtree): Check for end-of-buffer before trying
11587 `kill-line'.
11588 (org-agenda-follow-mode): New option.
11589 (org-export-with-tags, org-export-with-timestamps): New options.
11590 (org-html-handle-time-stamps): New function.
11591 (org-keyword-time-regexp): New variable.
11592 (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
11593 (org-agenda-todo-list-sublevels): New option.
11594 (org-html-level-start): When TITLE is nil, just close all levels.
11595 (org-parse-key-lines, org-parse-export-options): Remove functions,
11596 replaced by `org-infile-export-plist'.
11597 (org-combine-plists, org-infile-export-plist)
11598 (org-default-export-plist): New functions.
11599 (org-export-html-preamble, org-export-html-postamble)
11600 (org-export-html-auto-preamble, org-export-html-auto-postamble):
11601 New variables.
11602 (org-export-publishing-directory): New option.
11603 (org-export-as-html, org-export-as-ascii): Use the new property
11604 lists for settings.
11605 (org-export-copy-visible, org-export-as-xoxo):
11606 Respect `org-export-publishing-directory'.
11607 (org-link-search, org-store-link, org-file-apps): Support for
11608 links to BibTeX database entries..
11609 (org-get-current-options, org-set-regexps-and-options):
11610 Implement logging as a startup option.
11611 (org-store-link): Make sure context string is never empty
11612 (org-insert-link): Use relative path when possible.
11613 (org-at-item-checklet-p): New function.
11614 (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
11615 (org-shiftmetaup, org-shiftmetadown, org-metaleft)
11616 (org-metaright, org-metaup, org-metadown, org-shiftup)
11617 (org-shiftdown, org-shiftright, org-shiftleft)
11618 (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
11619 Dispatch using `call-interactively'.
11620 (org-call-with-arg): New defsubst.
11621 (org-tag-alist, org-use-fast-tag-selection): New options.
11622 (org-complete): Use `org-tag-alist'.
11623 (org-fast-tag-insert, org-fast-tag-selection): New functions.
11624 (org-next-item, org-previous-item): New commands.
11625 (org-beginning-of-item, org-end-of-item): Add (interactive) to
11626 make command.
11627 (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
11628
11629 2006-05-23 Thien-Thi Nguyen <ttn@gnu.org>
11630
11631 * emacs-lisp/ewoc.el (ewoc-delete): New function.
11632 (ewoc-filter): Use `ewoc-delete'.
11633
11634 * emacs-lisp/bindat.el (bindat-pack): Doc fix.
11635
11636 2006-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
11637
11638 * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
11639 Signal more user-friendly error messages.
11640
11641 * complete.el (PC-do-completion): Undo the addition of implicit
11642 wildcards if they did not lead to finding any match.
11643 (read-file-name-internal): Don't add the final > if the completion is
11644 not finished.
11645
11646 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
11647
11648 * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
11649 Quote safe-local-variable predicate.
11650
11651 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
11652
11653 * emacs-lisp/ewoc.el (ewoc-set-data): New function.
11654
11655 2006-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11656
11657 * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
11658
11659 * progmodes/make-mode.el (makefile-special-targets-list)
11660 (makefile-macro-table, makefile-target-table): Mark as risky.
11661 (makefile-query-one-target-method): Make this the alias for the
11662 following variable.
11663 (makefile-query-one-target-method-function): Make this the real name.
11664
11665 * textmodes/artist.el (artist-text-renderer): Make this the alias
11666 for the following variable.
11667 (artist-text-renderer-function): Make this the real name.
11668
11669 * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
11670 the alias for the following variable.
11671 (flyspell-generic-check-word-predicate): Make this the real name.
11672
11673 * textmodes/ispell.el (ispell-format-word): Make this the alias
11674 for the following variable.
11675 (ispell-format-word-function): Make this the real name.
11676 (ispell-message-text-end): Mark as risky.
11677
11678 * skeleton.el (skeleton-transformation, skeleton-filter)
11679 (skeleton-pair-filter): Make these the aliases for the following
11680 variables.
11681 (skeleton-transformation-function, skeleton-filter-function)
11682 (skeleton-pair-filter-function): Make these the real names.
11683
11684 * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
11685 and skeleton-pair-filter-function.
11686
11687 * textmodes/sgml-mode.el (sgml-transformation): Make this the
11688 alias for the following variable.
11689 (sgml-transformation-function): Make this the real name.
11690 (sgml-tag-alist): Mark as risky.
11691
11692 2006-05-21 Richard Stallman <rms@gnu.org>
11693
11694 * simple.el (kill-region): Interactively, pass point, then mark.
11695
11696 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
11697
11698 * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
11699
11700 2006-05-21 Romain Francoise <romain@orebokech.com>
11701
11702 * dired-x.el (dired-mode-map): Don't bind M-g.
11703
11704 2006-05-20 Richard Stallman <rms@gnu.org>
11705
11706 * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
11707 (dired-goto-file): Doc fix.
11708
11709 2006-05-21 Kim F. Storm <storm@cua.dk>
11710
11711 * emulation/cua-base.el: Mention customizing cua-mode as alternative
11712 way to enable built-in cua-mode if user loads older CUA-mode package.
11713
11714 * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
11715 if default-filename is specified.
11716
11717 2006-05-20 Eli Zaretskii <eliz@gnu.org>
11718
11719 * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
11720
11721 * info.el (info-apropos): Make sure current-file and current-node
11722 have non-nil values. Speed up by using add-to-list instead of
11723 manual consing.
11724
11725 2006-05-20 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
11726
11727 * progmodes/make-mode.el (makefile-mode): Doc fix.
11728
11729 2006-05-20 Eli Zaretskii <eliz@gnu.org>
11730
11731 * dired-aux.el (dired-do-shell-command): Doc fix.
11732
11733 2006-05-20 Kevin Ryde <user42@zip.com.au>
11734
11735 * info-xref.el (info-xref-check-all-custom): Skip :tag part of
11736 ``(custom-manual :tag "Foo" "(foo)Node")''.
11737
11738 2006-05-20 Karl Chen <quarl@cs.berkeley.edu>
11739
11740 * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
11741 value is an integer.
11742
11743 2006-05-20 Eli Zaretskii <eliz@gnu.org>
11744
11745 * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
11746 "format".
11747 (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
11748
11749 2006-05-20 Martin Rudalics <rudalics@gmx.at>
11750
11751 * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
11752 a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
11753
11754 2006-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
11755
11756 * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
11757 regexp for keywords.
11758
11759 2006-05-20 Masayuki FUJII <boochang@m4.kcn.ne.jp> (tiny change)
11760
11761 * dnd.el (dnd-get-local-file-name): Specify LITERAL in
11762 replace-regexp-in-string.
11763
11764 * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
11765 encode, and escape file name on conversion to URL.
11766
11767 2006-05-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11768
11769 * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
11770 Don't unescape URL.
11771 (dnd-get-local-file-name): Unescape URL on conversion to file name.
11772
11773 * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
11774 on conversion to URLs.
11775
11776 * net/browse-url.el (browse-url-file-url): Encode file name on
11777 conversion to URL.
11778
11779 * term/mac-win.el (mac-ae-open-documents): Escape file name on
11780 conversion to URL.
11781
11782 2006-05-19 Eli Zaretskii <eliz@gnu.org>
11783
11784 * progmodes/cc-styles.el (c-style-alist): Doc fix.
11785
11786 2006-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11787
11788 * term/mac-win.el (mac-bytes-to-digits): Remove function.
11789 (mac-handle-toolbar-switch-mode): Use coercion instead of it.
11790
11791 2006-05-19 Glenn Morris <rgm@gnu.org>
11792
11793 * calendar/diary-lib.el (diary-bahai-date)
11794 (list-bahai-diary-entries, mark-bahai-diary-entries)
11795 (mark-bahai-calendar-date-pattern): Not interactive.
11796 (add-to-diary-list): New optional arg LITERAL. Doc fix.
11797 (diary-entries-list): Change format of 4th element in each entry.
11798 (diary-list-entries): Use add-to-diary-list.
11799 (diary-goto-entry): Handle the case where the buffer visiting the
11800 diary has been killed.
11801 (fancy-diary-display): Add 'locator to button rather than 'marker.
11802 Only generate temp-face when there are marks to apply.
11803 (list-sexp-diary-entries): Pass literal to add-to-diary-list.
11804 (diary-fancy-date-pattern): New variable.
11805 (diary-time-regexp): Doc fix.
11806 (diary-anniversary, diary-time): New faces.
11807 (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
11808 diary-time-regexp. Add font-lock-multiline property where needed.
11809 Use new faces diary-anniversary and diary-time.
11810 (diary-fancy-font-lock-fontify-region-function): New function, to
11811 handle multiline font-lock pattern in fancy diary.
11812 (fancy-diary-display-mode): Set font-lock-fontify-region-function.
11813 (diary-font-lock-keywords): Tweak time regexp. Use new face
11814 diary-time.
11815
11816 2006-05-19 Alexander Shopov <ash@contact.bg> (tiny change)
11817
11818 * international/code-pages.el (mik): Table corrected.
11819
11820 2006-05-18 Kim F. Storm <storm@cua.dk>
11821
11822 * progmodes/grep.el (grep-find): Don't check grep-find-command
11823 before running command (breaks non-interactive usage).
11824
11825 2006-05-18 Thien-Thi Nguyen <ttn@gnu.org>
11826
11827 * emacs-lisp/ewoc.el (ewoc--adjust): New func.
11828 (ewoc--insert-new-node): Don't insert trailing newline.
11829 Instead, adjust successor nodes's start markers.
11830 (ewoc--refresh-node): Delete all text from current node's start
11831 marker to the next one's; adjust successor nodes's start markers.
11832 (ewoc--create): Doc fixes.
11833 (ewoc--refresh): Don't insert newline.
11834 (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
11835 * pcvs.el (cvs-make-cvs-buffer):
11836 Specify extra newline for ewoc's header and footer.
11837 (cvs-update-header): Update initial header recognition.
11838 Append newline to final header and footer values.
11839 * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
11840
11841 2006-05-17 Richard Stallman <rms@gnu.org>
11842
11843 * files.el (file-name-extension): Doc fix.
11844
11845 2006-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
11846
11847 * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
11848 we can explicitly enable/disable rather than toggle.
11849 (shell-mode): Use it.
11850 (shell-cd): Don't try to reproduce what `cd' does.
11851
11852 2006-05-17 Kim F. Storm <storm@cua.dk>
11853
11854 * ido.el (ido-read-internal): Use only nondirectory part of
11855 default item.
11856
11857 2006-05-17 Thien-Thi Nguyen <ttn@gnu.org>
11858
11859 * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
11860 (ewoc-nth): Doc fix.
11861
11862 (ewoc-map, ewoc-invalidate): Compute PP before looping.
11863
11864 2006-05-16 Eli Zaretskii <eliz@gnu.org>
11865
11866 * international/mule.el (auto-coding-alist): Add .lha to files
11867 read with no-conversion.
11868
11869 * files.el (auto-mode-alist): Add .lha files to archive file
11870 extensions.
11871
11872 * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
11873 Convert csize to integer when computing offsets within the
11874 compressed archive file.
11875
11876 2006-05-16 Kim F. Storm <storm@cua.dk>
11877
11878 * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
11879 with read-from-minibuffer.
11880
11881 2006-05-16 Reiner Steib <Reiner.Steib@gmx.de>
11882
11883 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
11884 (byte-compile-warnings): Fix safe-local-variable property.
11885
11886 2006-05-16 Ken Manheimer <ken.manheimer@gmail.com>
11887
11888 * allout.el (allout-show-bodies, allout-old-style-prefixes)
11889 (allout-stylish-prefixes, allout-numbered-bullet)
11890 (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
11891 predicates to qualify `safe-local-variable' property, when
11892 available, else use equivalent lambda.
11893 (allout-current-topic-collapsed-p): Do the right thing regarding
11894 trailing blank lines.
11895
11896 2006-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
11897
11898 * server.el (server-start): Only create a directory if needed.
11899 (server-edit, server-unload-hook): server-start => server-mode.
11900 (kill-emacs-hook): Cleanup upon exit.
11901
11902 2006-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
11903
11904 * hexl.el (hexlify-buffer): Encode process arguments manually.
11905
11906 2006-05-16 Nick Roberts <nickrob@snap.net.nz>
11907
11908 * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
11909 call to gdb-tooltip-print.
11910
11911 2006-05-15 Romain Francoise <romain@orebokech.com>
11912
11913 * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
11914 systems, default to "tar" since those systems probably have GNU tar.
11915
11916 2006-05-14 Lars Hansen <larsh@soem.dk>
11917
11918 * desktop.el (desktop-missing-file-warning): Fix docstring.
11919 (desktop-restore-file-buffer): Correct question asked on missing file.
11920
11921 2006-05-14 Kim F. Storm <storm@cua.dk>
11922
11923 * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
11924 Add CUA move property.
11925
11926 2006-05-13 Chong Yidong <cyd@stupidchicken.com>
11927
11928 * custom.el (custom-push-theme): Load the variable before checking
11929 its `standard-value'.
11930
11931 2006-05-13 Lars Hansen <larsh@soem.dk>
11932
11933 * desktop.el (desktop-save): Use with-temp-buffer.
11934
11935 2006-05-12 Glenn Morris <rgm@gnu.org>
11936
11937 * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
11938 * calendar/calendar.el (calendar-mode-map):
11939 * calendar/diary-lib.el (include-other-diary-files, diary-mail-entries):
11940 * calendar/appt.el (appt-check, appt-make-list): Refer to
11941 diary-view-entries, diary-list-entries, diary-show-all-entries
11942 rather than obsolete aliases.
11943
11944 2006-05-12 Chong Yidong <cyd@stupidchicken.com>
11945
11946 * simple.el (line-move-finish): Avoid calling point motion hooks
11947 while processing intangibility.
11948
11949 2006-05-12 Dan Nicolaescu <dann@ics.uci.edu>
11950
11951 * term/xterm.el (terminal-init-xterm): Fix typo.
11952
11953 2006-05-12 Ken Manheimer <ken.manheimer@gmail.com>
11954
11955 * allout.el (allout-view-change-hook): Mark as being deprecated,
11956 to be replaced by `allout-exposure-change-hook'.
11957 (allout-exposure-change-hook): New, replacing
11958 `allout-view-change-hook'.
11959 (allout-flag-region): Run new hook `allout-exposure-change-hook',
11960 in addition to `allout-view-change-hook'.
11961 (allout-show-bodies, allout-old-style-prefixes)
11962 (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
11963 lambda forms to prevent their showing up in variable help
11964 presentations as inscrutable byte-compiled code.
11965 (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
11966 Use string-or-null-p to qualify safe-local-variable values.
11967 (allout-reindent-bodies): Use memq to qualify matches against
11968 valid safe-local-variable values. Also, quote the lambda as above.
11969 (allout-use-mode-specific-leader): Add missing candidate-value
11970 symbols, use memq, and quote the lambda.
11971 (allout-overlay-interior-modification-handler): Remove unused
11972 variables `msg' and 'opened'.
11973 (allout-hidden-p): Constrain invisibility consideration to allout's
11974 invisibility spec, disregarding invisibility for other reasons.
11975
11976 2006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
11977
11978 * files.el (version-control): Correct safe values.
11979
11980 2006-05-12 Thien-Thi Nguyen <ttn@gnu.org>
11981
11982 * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
11983
11984 (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
11985 (ewoc--insert-new-node): New func.
11986 Update callers of deleted funcs to use it, instead.
11987
11988 2006-05-11 Glenn Morris <rgm@gnu.org>
11989
11990 * calendar/calendar.el (diary-show-all-entries): Do not refer to
11991 obsolete alias `show-all-diary-entries'.
11992 (make-diary-entry): Not interactive.
11993 (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
11994 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
11995 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
11996 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
11997 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
11998 (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
11999
12000 2006-05-11 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
12001
12002 * calendar/calendar.el (calendar-french-date-string)
12003 (calendar-mayan-date-string, calendar-chinese-date-string)
12004 (calendar-astro-date-string, calendar-iso-date-string)
12005 (calendar-islamic-date-string, calendar-bahai-date-string)
12006 (calendar-hebrew-date-string, calendar-coptic-date-string)
12007 (calendar-ethiopic-date-string, calendar-persian-date-string):
12008 These functions are not interactive.
12009
12010 2006-05-11 Luc Teirlinck <teirllm@auburn.edu>
12011
12012 * files.el: Balance parentheses.
12013
12014 2006-05-11 Reiner Steib <Reiner.Steib@gmx.de>
12015
12016 * files.el, newcomment.el, outline.el, simple.el,
12017 * emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
12018 * progmodes/cc-vars.el, progmodes/compile.el:
12019 Move `safe-local-variable' declarations to the respective files.
12020
12021 * help-fns.el (describe-variable): Don't print safe-var if it is
12022 byte-code. Improve wording as suggested by Luc Teirlinck.
12023
12024 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
12025
12026 * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
12027 (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
12028 Use a token for pending-triggers to ensure gdb-var-update
12029 gets called once per user input again for pre-GDB 6.4.
12030 (gdb-var-delete): Match on more complex expressions.
12031 (gdb-var-list-children-handler, gdb-var-create-handler):
12032 Use a token for consistency.
12033
12034 2006-05-11 Carsten Dominik <dominik@science.uva.nl>
12035
12036 * textmodes/org.el (org-read-date, org-goto-calendar)
12037 (org-agenda-goto-calendar):
12038 Bind `view-calendar-holidays-initially' to nil.
12039
12040 2006-05-11 Thien-Thi Nguyen <ttn@gnu.org>
12041
12042 * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
12043 Update all callers to do it there, instead.
12044
12045 2006-05-10 Glenn Morris <rgm@gnu.org>
12046
12047 * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
12048 prefix arg case, to avoid view-diary-entries-initially error.
12049 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
12050 (calendar-date-is-legal-p): Handle dates with no day part.
12051
12052 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
12053
12054 * comint.el (comint-insert-input): Just make it when
12055 comint-use-prompt regexp is nil (default) and with the mouse.
12056 (comint-copy-old-input): Reinstate from 2004-06-23.
12057 (comint-mode-map): Bind C-c C-m to it.
12058
12059 2006-05-10 J.D. Smith <jdsmith@as.arizona.edu>
12060
12061 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
12062 Remove spurious move to point-max (new comint behavior fixes).
12063
12064 * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
12065 compatibility function (Emacs 18/19).
12066 (idlwave-is-continuation-line): Always return point at start of
12067 previous non-blank continuation line.
12068 (keyword-parameters): Fix continued comment font-lock matcher.
12069 (idlwave-font-lock-fontify-region): Written, use as
12070 font-lock-fontify-region-function, to fix continued keyword
12071 fontification issues.
12072
12073 2006-05-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12074
12075 * term/mac-win.el (mac-font-panel-mode): Doc fix.
12076 (mac-service-selection, mac-service-open-file)
12077 (mac-service-open-selection, mac-service-mail-selection)
12078 (mac-service-mail-to, mac-service-insert-text): Rename from
12079 mac-services-*. All uses changed.
12080 (mac-apple-event-map): Rename event symbol `services' to `service'.
12081
12082 2006-05-10 Thien-Thi Nguyen <ttn@gnu.org>
12083
12084 * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
12085 (ewoc--node-enter-first, ewoc--node-enter-last)
12086 (ewoc--delete-node-internal): Merge funcs into unique callers.
12087
12088 2006-05-09 Chong Yidong <cyd@stupidchicken.com>
12089
12090 * emacs-lisp/crm.el (completing-read-multiple): Properly handle
12091 return value of read-from-minibuffer for empty input.
12092
12093 2006-05-09 Miles Bader <miles@gnu.org>
12094
12095 * comint.el (comint-insert-input): Remove redundant calls to setq
12096 and goto-char.
12097
12098 2006-05-10 Nick Roberts <nickrob@snap.net.nz>
12099
12100 * comint.el (comint-insert-input): Make it work when
12101 comint-use-prompt-regexp is t.
12102
12103 2006-05-10 Miles Bader <miles@gnu.org>
12104
12105 * subr.el (field-at-pos): New function.
12106
12107 * comint.el (comint-insert-input): Use it.
12108
12109 2006-05-09 Juri Linkov <juri@jurta.org>
12110
12111 * battery.el (battery-linux-proc-acpi): Also try
12112 `/proc/acpi/thermal_zone/THR2/temperature'.
12113
12114 * files.el <safe-local-variable>: Remove `eval' and `let' binding
12115 for now unused lambda `string-or-null'.
12116
12117 * add-log.el (change-log-default-name): Put `string-or-null-p'
12118 instead of lambda on `safe-local-variable' property.
12119
12120 * diff-mode.el (diff-context->unified): Use `region-beginning' and
12121 `region-end' instead of `mark' and `point'.
12122 (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
12123 Operate on region in Transient Mark mode when the mark is active.
12124 Use `region-beginning' and `region-end' instead of `mark' and
12125 `point'.
12126 (diff-hunk-text, diff-goto-source): Doc fix.
12127
12128 * startup.el (fancy-splash-screens, normal-splash-screen): Use
12129 face `mode-line-buffer-id' for mode-line buffer face instead of
12130 hard-coded `(:weight bold)'.
12131
12132 * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
12133 buffer-undo-list to t (undo-ask is reproducible by visiting
12134 nested archives).
12135
12136 2006-05-09 Kim F. Storm <storm@cua.dk>
12137
12138 * progmodes/grep.el (rgrep): Set default directory of *grep*
12139 buffer if we start M-x rgrep in the *grep* buffer and choose
12140 a different base directory.
12141
12142 2006-05-09 Michael Albinus <michael.albinus@gmx.de>
12143
12144 * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
12145 completion also when ido is loaded.
12146
12147 2006-05-09 Masatake YAMATO <jet@gyve.org>
12148
12149 * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
12150 "warning" and "import".
12151 (cpp-font-lock-keywords): Added "warning".
12152
12153 2006-05-08 Dan Nicolaescu <dann@ics.uci.edu>
12154
12155 * term/xterm.el (terminal-init-xterm): Add more key bindings.
12156
12157 2006-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
12158
12159 * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
12160 pages at a time, if we signal the end, we should indeed reach that end.
12161
12162 2006-05-08 David Reitter <david.reitter@gmail.com>
12163
12164 * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
12165 output during execution of the body.
12166
12167 2006-05-08 Kim F. Storm <storm@cua.dk>
12168
12169 * progmodes/grep.el (lgrep, rgrep): Doc fixes.
12170
12171 2006-05-08 Thien-Thi Nguyen <ttn@gnu.org>
12172
12173 * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
12174 Use with-current-buffer.
12175
12176 2006-05-07 Kim F. Storm <storm@cua.dk>
12177
12178 * subr.el (add-to-history): Remove keep-dups arg.
12179
12180 * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
12181 to nil around call to add-to-history.
12182
12183 2006-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
12184
12185 * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
12186 than after a buffer modification.
12187
12188 2006-05-08 Nick Roberts <nickrob@snap.net.nz>
12189
12190 * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
12191 call to...
12192 (gud-watch): ...here so speedbar is raised for already watched
12193 expressions.
12194 (gdb-speedbar-refresh): Delete function.
12195 (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
12196 Use speedbar-timer-fn instead of speedbar-refresh (reverting
12197 earlier change).
12198 (gdb-var-evaluate-expression-handler)
12199 (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
12200
12201 * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
12202 Update localized contents for all buffers except ignored modes.
12203
12204 2006-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12205
12206 * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
12207 (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
12208 (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
12209 (mac-handle-font-panel-closed, mac-handle-font-selection):
12210 New functions.
12211 (mac-font-panel-mode): New minor mode.
12212 (mac-apple-event-map): Add bindings for toolbar toggle button and
12213 font panel.
12214 (menu-bar-showhide-menu): Add mac-font-panel-mode.
12215
12216 2006-05-07 John Paul Wallington <jpw@pobox.com>
12217
12218 * ibuffer.el (ibuffer-compressed-file-name-regexp):
12219 Avoid `regexp-opt'; simplify regexp for readability.
12220
12221 2006-05-06 Eli Zaretskii <eliz@gnu.org>
12222
12223 * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
12224 * files.el (buffer-stale-function):
12225 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
12226 * autorevert.el (global-auto-revert-non-file-buffers): Point Info
12227 links to the main manual, not to emacs-xtra.
12228
12229 2006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12230
12231 * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
12232 MacJapanese if text is ASCII-only.
12233
12234 2006-05-06 Nick Roberts <nickrob@snap.net.nz>
12235
12236 * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
12237 unless so nil isn't returned.
12238 (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
12239
12240 2006-05-06 Kim F. Storm <storm@cua.dk>
12241
12242 * subr.el (add-to-history): New function.
12243
12244 * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
12245 (ediff-merge-files-with-ancestor):
12246 * env.el (setenv):
12247 * isearch.el (isearch-update-ring):
12248 * server.el (server-visit-files):
12249 * progmodes/grep.el (lgrep, rgrep):
12250 * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
12251 * progmodes/xscheme.el (xscheme-insert-expression):
12252 Use add-to-history.
12253
12254 * kmacro.el (kmacro-push-ring): Use add-to-history.
12255 (kmacro-ring-length): Remove unused defun.
12256 (kmacro-start-macro): Use kmacro-push-ring.
12257
12258 2006-05-06 Thien-Thi Nguyen <ttn@gnu.org>
12259
12260 * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
12261 directly instead of a lambda expression that calls it.
12262
12263 2006-05-06 Kim F. Storm <storm@cua.dk>
12264
12265 * avoid.el (mouse-avoidance-point-position): Use posn-at-point
12266 instead of compute-motion.
12267
12268 2006-05-05 Dan Nicolaescu <dann@ics.uci.edu>
12269
12270 * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
12271 change.
12272
12273 2006-05-05 Reiner Steib <Reiner.Steib@gmx.de>
12274
12275 * startup.el (command-line-1): Refer to "Pure Storage" on
12276 pure-space-overflow.
12277
12278 2006-05-05 Martin Rudalics <rudalics@gmx.at>
12279
12280 * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
12281 provided faces once they all have been used up.
12282
12283 2006-05-05 Eli Zaretskii <eliz@gnu.org>
12284
12285 * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
12286 reference to the Lisp manual to the warning about pure space
12287 overflow.
12288
12289 2006-05-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
12290
12291 * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
12292 argument to avoid the call to `ispell-internal-change-dictionary'
12293 when not needed.
12294 (ispell-change-dictionary): Use this argument and call
12295 `ispell-internal-change-dictionary' after the possible change
12296 to `ispell-local-dictionary'.
12297 (ispell-internal-change-dictionary): Check for a change in
12298 personal dictionary use too.
12299
12300 2006-05-05 Eli Zaretskii <eliz@gnu.org>
12301
12302 * startup.el (command-line): On MS-Windows, probe "~", not
12303 "~USER", for warning about non-existent home directory.
12304
12305 * arc-mode.el (archive-l-e): New optional argument `float' means
12306 generate a float value.
12307 (archive-arc-summarize, archive-lzh-summarize)
12308 (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
12309 with 3rd argument non-nil when file's size is being computed.
12310 Format the file sizes with %8.0f instead of %8d.
12311
12312 2006-05-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12313
12314 * cus-start.el (all): Add mac-dnd-known-types.
12315
12316 * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
12317 (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
12318 (mac-TIFF-to-string): New functions.
12319 (x-get-selection, x-selection-value)
12320 (mac-select-convert-to-string): Use them.
12321 (mac-text-encoding-mac-japanese-basic-variant): New constant.
12322 (mac-dnd-types-alist): New customization variable.
12323 (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
12324 (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
12325 (mac-dnd-handle-drag-n-drop-event): New functions.
12326 (mac-drag-n-drop): Remove function.
12327 (global-map): Bind drag-n-drop and M-drag-n-drop to
12328 mac-dnd-handle-drag-n-drop-event.
12329
12330 2006-05-04 Karl Chen <quarl@NOSPAM.quarl.org>
12331
12332 * progmodes/perl-mode.el (perl-beginning-of-function):
12333 Skip anonymous subs.
12334
12335 2006-05-04 Dan Nicolaescu <dann@ics.uci.edu>
12336
12337 * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
12338 regexp-opt at run time.
12339
12340 * term.el (term-handle-ansi-escape): Fix off by one error.
12341
12342 2006-05-04 Nick Roberts <nickrob@snap.net.nz>
12343
12344 * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
12345 (gdb-init-1, gdb-post-prompt): ...and references to it.
12346 (gdb-frame-handler): Strip directory name from filename if present.
12347
12348 * progmodes/gud.el (gdb-force-update): Delete defvar
12349 (gud-speedbar-buttons): ...and references to it. Use window-start
12350 to try to keep positon in watch expression.
12351
12352 2006-05-03 Richard Stallman <rms@gnu.org>
12353
12354 * simple.el (next-history-element, previous-history-element): Doc fix.
12355
12356 * isearch.el (isearch-update-ring): Doc fix.
12357
12358 2006-05-03 Dan Nicolaescu <dann@ics.uci.edu>
12359
12360 * isearch.el (isearch-update-ring): Take history-delete-duplicates
12361 into consideration. Replace one arm ifs with whens.
12362
12363 2006-05-03 Nick Roberts <nickrob@snap.net.nz>
12364
12365 * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
12366 (menu): Fix typo.
12367
12368 2006-05-02 Miles Bader <miles@gnu.org>
12369
12370 * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
12371
12372 2006-05-02 Jay Belanger <belanger@truman.edu>
12373
12374 * calc/calc-embed.el (calc-override-minor-modes-map)
12375 (calc-override-minor-modes): New variables.
12376 (calc-do-embedded): Make sure that Calc keystrokes aren't
12377 overwritten by minor modes.
12378
12379 2006-05-02 Chong Yidong <cyd@mit.edu>
12380
12381 * msb.el (msb): If EVENT is a down event, read and discard the up event.
12382
12383 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
12384
12385 * startup.el (command-line-1): Refer to Lisp manual when
12386 pure-space-overflow occurs.
12387
12388 * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
12389 (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
12390 (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
12391 (version-control): Don't use `t' for safe-local-variable declarations.
12392
12393 2006-05-01 Richard Stallman <rms@gnu.org>
12394
12395 * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
12396 M-r, M-R, M-A, M-SPC or M-DEL.
12397 (diff-mode-map): diff-refine-hunk now on C-c C-w
12398 (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
12399
12400 * help-mode.el (help-mode): view-exit-action calls delete-window
12401 only when it is safe and possible.
12402
12403 * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
12404 in messages.
12405
12406 * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
12407
12408 * tool-bar.el (tool-bar-setup): Put Help and Preferences items
12409 in the default tool-bar-map.
12410
12411 2006-05-01 Michael Albinus <michael.albinus@gmx.de>
12412
12413 * net/tramp.el (tramp-completion-file-name-handler-alist)
12414 (tramp-run-real-handler, tramp-completion-run-real-handler)
12415 (tramp-completion-handle-file-name-all-completions)
12416 (tramp-completion-handle-file-name-completion): Autoload them.
12417 (tramp-completion-handle-file-exists-p)
12418 (tramp-completion-handle-file-name-directory)
12419 (tramp-completion-handle-file-name-nondirectory)
12420 (tramp-completion-handle-expand-file-name): Remove them.
12421 (tramp-handle-file-name-directory): Return the real directory name.
12422 Returning "/" only doesn't need to be necessary any longer.
12423 (tramp-file-name-handler): Make special attention when in hostname
12424 completion mode.
12425 (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
12426 (tramp-register-file-name-handlers):
12427 Register `tramp-completion-file-name-handler' only when
12428 `partial-completion-mode' is enabled.
12429 (tramp-completion-handle-file-name-all-completions):
12430 Delete directory part from results.
12431 (tramp-get-completion-methods, tramp-get-completion-user-host):
12432 Discard deleting "/", it doesn't work after the change of
12433 `tramp-handle-file-name-directory' above.
12434
12435 2006-05-01 Kim F. Storm <storm@cua.dk>
12436
12437 * progmodes/grep.el (grep-expand-template): Use save-match-data
12438 and symbol-value.
12439
12440 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12441
12442 * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
12443 Use select-frame-set-input-focus instead of raise-frame.
12444 (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
12445
12446 2006-05-01 Nick Roberts <nickrob@snap.net.nz>
12447
12448 * progmodes/gud.el (gud-def): Add %c case.
12449 (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
12450 (gud-format-command): Make match case sensitive. Match on %F.
12451
12452 2006-04-30 Glenn Morris <rgm@gnu.org>
12453
12454 * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
12455 (cal-tex-preamble): Use cal-tex-preamble-extra.
12456 (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
12457 than alias `list-diary-entries'.
12458
12459 2006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
12460
12461 * help-fns.el (describe-variable): Add info about safe local variables.
12462
12463 2006-04-29 Richard Stallman <rms@gnu.org>
12464
12465 * bindings.el (mode-line-format): help-echo doc fixes.
12466
12467 * net/tramp.el (tramp-file-name-handler-alist): Delete
12468 expand-file-name and other operations that can cause spurious loading.
12469
12470 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
12471
12472 * files.el (safe-local-variable-p): Remove support for the special
12473 value t.
12474
12475 * textmodes/paragraphs.el (sentence-end-without-space):
12476 Fix safety predicate.
12477 (sentence-end-double-space, sentence-end-without-period)
12478 (paragraph-ignore-fill-prefix):
12479 * textmodes/fill.el (colon-double-space):
12480 * abbrev.el (abbrev-mode): Tighten the safety predicate.
12481
12482 * subr.el (booleanp): New fun.
12483
12484 * textmodes/reftex-vars.el (reftex-guess-label-type):
12485 Tighten the safety predicate.
12486
12487 2006-04-28 Kim F. Storm <storm@cua.dk>
12488
12489 * progmodes/grep.el (defgroup grep): Doc fix.
12490 (grep-auto-highlight): Remove.
12491 (grep-template): New defcustom.
12492 (grep-find-template): Rename from grep-tree-template.
12493 (grep-files-aliases): Rename from grep-tree-files-aliases.
12494 Remove "all" alias, add "l" alias.
12495 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
12496 (grep-find-ignored-directories): New defcustom to replace
12497 grep-tree-ignore-CVS-directories, to facilitate ignoring
12498 subdirectories for multiple version control systems.
12499 (grep-mode-map): Add Recursive grep item to GREP menu.
12500 (grep-regexp-history, grep-files-history): New defvars.
12501 (grep-probe): New helper function.
12502 (grep-compute-defaults): Use it to simplify code.
12503 Adapt to name changes.
12504 Use `.' as base in grep-find-template rather than <D>.
12505 (grep): Remove superfluous highlight-regexp arg. Fix doc.
12506 Call grep-compute-defaults unconditionally.
12507 (grep-expand-keywords): New defconst.
12508 (grep-expand-template): Rename from grep-expand-command-macros.
12509 Simplify via grep-expand-keywords. Look at case-fold-search instead
12510 of grep-tree-ignore-case to add -i option.
12511 Bind case-fold-search to nil while matching keywords.
12512 (grep-tree-last-regexp, grep-tree-last-files): Remove.
12513 (grep-read-regexp, grep-read-files): New helper functions.
12514 (rgrep): Rename from grep-tree. Rework to use proper histories.
12515 Adapt to changes in defcustoms and functions above.
12516 (lgrep): New command, as grep, but using same interactive UI as rgrep.
12517
12518 2006-04-28 Michael Albinus <michael.albinus@gmx.de>
12519
12520 * net/tramp.el (tramp-completion-file-name-handler):
12521 Disable Tramp's functionality while loading Tramp itself.
12522 (tramp-register-file-name-handlers): That's a defsubst now.
12523 Code from `tramp-repair-jka-compr' moved here. Apply it via
12524 `after-init-hook'.
12525 (tramp-repair-jka-compr): Remove.
12526
12527 2006-04-27 Jay Belanger <belanger@truman.edu>
12528
12529 * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
12530 read expression when `math-read-big-expr' doesn't work.
12531
12532 2006-04-27 Reiner Steib <Reiner.Steib@gmx.de>
12533
12534 * startup.el (command-line-1): Display warning when
12535 pure-space-overflow is non-nil.
12536
12537 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12538
12539 * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
12540 risky.
12541
12542 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12543
12544 * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
12545 Return the URL or nil if none can be generated.
12546
12547 2006-04-27 Nick Roberts <nickrob@snap.net.nz>
12548
12549 * progmodes/gud.el (gud-comint-buffer): Move forward to stop
12550 byte compiler warnings.
12551 (gud-basic-call, gud-find-expr): Let user select an expression
12552 for printing. Print expression as well as value in GUD buffer.
12553
12554 2006-04-17 Ken Manheimer <ken.manheimer@gmail.com>
12555
12556 * allout.el: Remove local autoload declaration for
12557 pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
12558 (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
12559 (allout-plain-bullets-string, allout-distinctive-bullets-string)
12560 (allout-use-mode-specific-leader, allout-old-style-prefixes)
12561 (allout-stylish-prefixes, allout-numbered-bullet)
12562 (allout-file-xref-bullet, allout-presentation-padding)
12563 (allout-use-hanging-indents, allout-reindent-bodies): Mark as
12564 safe-local-variable with suitable value spec, and add autoload
12565 cookie for loaddefs inclusion. We now use an explicit spec everywhere.
12566 (move-beginning-of-line, move-end-of-line): Repair so these compat
12567 functions now actually resituate the point, when appropriate.
12568
12569 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
12570
12571 * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
12572
12573 * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
12574 (add-log-iso8601-time-string): Fix call to format-time-string.
12575
12576 2006-04-26 Kim F. Storm <storm@cua.dk>
12577
12578 * subr.el (posn-string, posn-image, posn-object): Doc fix.
12579
12580 2006-04-26 Masatake YAMATO <jet@gyve.org>
12581
12582 * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
12583 Add support for "//" style comments. Remove `b' flag
12584 from ?* in `asm-mode-syntax-table'.
12585
12586 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
12587
12588 * follow.el: Use (featurep 'xemacs) everywhere.
12589 (follow-mode): Use define-minor-mode.
12590 (follow-mode-map): Move initialization into the declaration.
12591 Use command remapping.
12592 (follow-emacs-version-xemacs-p): Remove.
12593 (follow-submit-feedback): Remove.
12594
12595 * allout.el (allout-layout, allout-passphrase-verifier-string)
12596 (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
12597
12598 * textmodes/reftex-vars.el (reftex-vref-is-default)
12599 (reftex-fref-is-default, reftex-guess-label-type):
12600 Tighten up a bit the safety predicate.
12601
12602 * textmodes/paragraphs.el (sentence-end-double-space)
12603 (sentence-end-without-period, sentence-end-without-space)
12604 (page-delimiter, paragraph-ignore-fill-prefix):
12605 Tighten up a bit the safety predicate.
12606
12607 * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
12608
12609 * progmodes/python.el (python-continuation-line-p)
12610 (python-beginning-of-statement): syntax-ppss may return
12611 a negative depth.
12612 (python-mode): Don't forcefully enable font-lock.
12613
12614 * time-stamp.el (time-stamp-start, time-stamp-end)
12615 (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
12616
12617 * add-log.el: Remove spurious * in docstrings.
12618 (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
12619 (add-change-log-entry): Use it here, since it's not specific
12620 to iso8601.
12621 (add-log-iso8601-time-string): Don't use it here any more.
12622 (change-log-indent-text, change-log-indent): Rename from add-log-*.
12623
12624 * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
12625
12626 2006-04-25 Ryan Yeske <rcyeske@gmail.com>
12627
12628 * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
12629 (rcirc-toggle-low-priority): Doc fix.
12630 (rcirc-handler-NOTICE): Remove beginning of line anchor in
12631 ChanServ regexp.
12632 (rcirc-startup-channels-alist): Connect to #rcirc by default, not
12633 #emacs.
12634 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
12635 (rcirc-decode-coding-system): Use utf-8 as the default.
12636 (rcirc-multiline-minor-mode): Set the fill-column.
12637 (rcirc-format-response-string): Display bright and dim nicks.
12638 (rcirc-browse-url): Update interactive spec to fill ARG.
12639 (rcirc-bright-nick, rcirc-dim-nick): Add faces.
12640 (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
12641
12642 2006-04-24 J.D. Smith <jdsmith@as.arizona.edu>
12643
12644 * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
12645 case for @Article, etc.
12646
12647 2006-04-23 Michael Albinus <michael.albinus@gmx.de>
12648
12649 * net/tramp.el (tramp-register-file-name-handlers): New defun.
12650 Added with autoload cookie.
12651 (tramp-unload-file-name-handlers): Rename from
12652 `tramp-unload-file-name-handler-alist'.
12653
12654 2006-04-23 Romain Francoise <romain@orebokech.com>
12655
12656 * comint.el (comint-match-partial-filename): Doc fix.
12657
12658 2006-04-21 Glenn Morris <rgm@gnu.org>
12659
12660 * calendar/cal-menu.el (calendar-mode-map): Refer to
12661 `diary-view-entries' rather than alias `view-diary-entries'.
12662 * calendar/diary-lib.el (view-other-diary-entries): Ditto.
12663
12664 2006-04-21 Luc Teirlinck <teirllm@auburn.edu>
12665
12666 * progmodes/antlr-mode.el (antlr-default):
12667 * cus-edit.el (custom-documentation):
12668 * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
12669 in defface.
12670
12671 2006-04-21 Kim F. Storm <storm@cua.dk>
12672
12673 * image.el (image-type): New defun split out of create-image.
12674 (create-image): Use it.
12675
12676 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
12677
12678 * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
12679 (org-open-at-point): Remove the "...done" message to keep output
12680 in the echo area visible.
12681 (org-export-as-xoxo): Fix call to `indent-region'.
12682
12683 2006-04-21 Kevin Ryde <user42@zip.com.au>
12684
12685 * international/mule.el (keyboard-coding-system): defcustom
12686 info-link fixes: "Specify Coding" has been split, keyboard now in
12687 "Terminal Coding", and "Single-Byte Character Support" is now
12688 "Unibyte Mode".
12689
12690 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
12691
12692 * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
12693 Use font-lock-warning-face for any errors e.g. no stack.
12694 (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
12695
12696 2006-04-20 Dan Nicolaescu <dann@ics.uci.edu>
12697
12698 * progmodes/sh-script.el (sh-shell): Mark as safe.
12699
12700 * newcomment.el (comment-start, comment-start-skip)
12701 (comment-end-skip, comment-end): Mark as safe.
12702
12703 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
12704
12705 * textmodes/org.el (org-deadline-announce): Face removed.
12706 (org-level-faces, org-n-levels): Convert to constant.
12707 (org-compatible-face): New function.
12708 (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
12709 (org-level-5, org-level-6, org-level-7, org-level-8)
12710 (org-special-keyword, org-warning, org-headline-done, org-link)
12711 (org-date, org-tag, org-todo, org-done, org-table, org-formula)
12712 (org-scheduled-today, org-scheduled-previously, org-time-grid):
12713 Face definition revised for better color tty support.
12714 (org-bold-re, org-italic-re, org-underline-re): New constants.
12715 (org-set-font-lock-defaults): Use the new constants.
12716 (org-agenda-highlight-todo): New function.
12717 (org-agenda-todo): Fix bug with point at end of line.
12718 (org-agenda-change-all-lines, org-finalize-agenda-entries):
12719 Fontify TODO keywords.
12720 (org-insert-link): Preserve relative path in ../ links.
12721 (org-export-as-html): Convert links pointing to .org files into
12722 links that will work beteen the exported HTML files.
12723 (org-todo-list): Fix bug when arg=0.
12724 (org-insert-heading): More fine-tuning.
12725
12726 2006-04-19 Romain Francoise <romain@orebokech.com>
12727
12728 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
12729 from `rmail-mime-charset-pattern'.
12730
12731 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
12732
12733 * progmodes/python.el (python-mode): Fix typo.
12734
12735 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
12736
12737 * comint.el (comint-previous-input): Don't clobber input line
12738 when moving off either end of the input history ring.
12739 (comint-delete-input): New function, used by
12740 `comint-previous-input' and others.
12741 (comint-previous-matching-input):
12742 Use `coming-delete-input'. Save the partial input if leaving the
12743 edit line. Goto point-max before deleting input to avoid
12744 partial input fragments hanging around.
12745 (comint-restore-input): New function, used by `comint-previous-input'.
12746
12747 2006-04-18 Luc Teirlinck <teirllm@auburn.edu>
12748
12749 * imenu.el (imenu--index-alist): Balance parentheses.
12750
12751 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
12752
12753 * progmodes/python.el (python-mode): Add support for hs-minor-mode.
12754
12755 2006-04-19 Reiner Steib <Reiner.Steib@gmx.de>
12756
12757 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
12758 file is nil.
12759
12760 2006-04-18 Richard Stallman <rms@gnu.org>
12761
12762 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
12763
12764 * imenu.el (imenu-create-index-function, imenu--index-alist)
12765 (imenu--last-menubar-index-alist, imenu--make-index-alist)
12766 (imenu-default-create-index-function, imenu--generic-function):
12767 Doc fixes.
12768
12769 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
12770
12771 * help-mode.el (help-mode): Set view-exit-action to delete window.
12772
12773 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
12774 now works by passing nil as arg.
12775
12776 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
12777
12778 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
12779 (read-abbrev-file): Provide default when reading filename.
12780
12781 * files.el (enable-local-variables): Allow :all as value.
12782 (hack-local-variables): Implement that value.
12783 (safe-local-variable-values, safe-local-eval-forms)
12784 (enable-local-variables): Mark as risky.
12785 (find-file-visit-truename, kept-old-versions): Mark safe.
12786
12787 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
12788 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
12789 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
12790
12791 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
12792
12793 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
12794 Use forward-line so as to get to BOL even in the presence of fields.
12795 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
12796 in return.
12797 (inferior-tcl): Tell tclsh to work in interactive mode.
12798
12799 * complete.el (partial-completion-mode):
12800 Use 'choose-completion-string-functions to make sure that
12801 choose-completion fills the minibuffer properly.
12802
12803 * complete.el (PC-old-read-file-name-internal): Remove.
12804 (PC-read-include-file-name-internal): Remove. Turn it into an advice
12805 of read-file-name-internal.
12806 (partial-completion-mode): Enable/disable this advice.
12807
12808 2006-04-18 Juanma Barranquero <lekktu@gmail.com>
12809
12810 * net/tramp.el (tramp-completion-file-name-handler): Revert change
12811 of 2006-04-17.
12812
12813 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
12814
12815 * textmodes/org.el (org-insert-heading): Insert heading before
12816 current if at beginning of line.
12817 (org-todo, org-date): New faces.
12818 (org-table-align): Make sure tooltip window contains full text.
12819 (org-no-properties): New defsubst.
12820 (org-set-font-lock-defaults): Use new faces.
12821
12822 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
12823
12824 * progmodes/gud.el (gud-speedbar-item-info): Display frame address
12825 for root variables.
12826
12827 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
12828 (gdb-frame-address): Re-use to identify frame for watch expression.
12829 (gdb-var-list, gdb-var-create-handler): Add frame address for root
12830 variables.
12831 (gdb-init-1, gdb-source, gdb-post-prompt)
12832 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
12833 (gdb-frame-handler): Get gdb-frame-address.
12834
12835 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
12836
12837 Sync with Tramp 2.0.53.
12838
12839 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
12840 'control. Reported by Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>.
12841 (tramp-completion-file-name-handler): Add autoload cookie for
12842 adding to `file-name-handler-alist'.
12843
12844 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
12845 the prompt. If it returns earlier (when detecting an error
12846 message), the rest of the output will merge accidently with the
12847 output of the next command. Reported by M Jared Finder
12848 <jared@hpalace.com>.
12849
12850 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
12851 for `process-file', in order to let it work for older Emacsen too.
12852
12853 2006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de>
12854
12855 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
12856 (tex-font-lock-keywords-3): Use it.
12857
12858 2006-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
12859
12860 * newcomment.el (comment-add): New function.
12861 (comment-region-default, comment-dwim): Use it.
12862
12863 2006-04-15 Michael Olson <mwolson@gnu.org>
12864
12865 * emacs-lisp/tq.el: Improve comments.
12866 (tq-queue-head-question): New accessor function.
12867 (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
12868 Update for modified queue structure.
12869 (tq-queue-add): Accept `question' argument.
12870 (tq-queue-pop): If a question is pending, send it.
12871 (tq-enqueue): Accept new optional argument `delay-question'.
12872 If this is non-nil, and at least one other question is pending a
12873 response, queue the question rather than sending it immediately.
12874
12875 2006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12876
12877 * calendar/appt.el (appt-add): Check whether an appointment is
12878 already present in appt-time-msg-list. Simplify code.
12879
12880 2006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
12881
12882 * progmodes/cc-langs.el (c-mode-menu):
12883 Don't presume c-subword-mode is bound.
12884
12885 2006-04-13 Bill Wohler <wohler@newt.com>
12886
12887 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
12888 (customize-package-emacs-version): Use cdr instead of cadr now
12889 that alists use dotted pairs.
12890
12891 * custom.el (defcustom): Fix docstring for :package-version.
12892
12893 2006-04-13 Michael Albinus <michael.albinus@gmx.de>
12894
12895 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
12896 (tramp-handle-shell-command): Display output buffer only when
12897 `tramp-display-shell-command-buffer' is true.
12898 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
12899
12900 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
12901
12902 * textmodes/org.el (org-set-autofill-regexps): Set only the local
12903 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
12904
12905 2006-04-13 Romain Francoise <romain@orebokech.com>
12906
12907 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
12908 leaving temporary .cvsignore buffers behind.
12909
12910 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
12911
12912 * textmodes/org.el (org-set-regexps-and-options)
12913 (org-get-current-options): Better names for the startup folding
12914 options.
12915
12916 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
12917
12918 * vc.el (vc-annotate): Arrange for point to end up at the same
12919 line number as in the original, but only when using a new buffer.
12920
12921 2006-04-12 Stuart Herring <herring@lanl.gov> (tiny change)
12922
12923 * files.el (hack-one-local-variable-eval-safep):
12924 Recognize `edebug-form-spec' for `put', but only if it passes
12925 `edebug-basic-spec'. Generalize `put' handling.
12926
12927 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
12928 vetting file-local form specs.
12929
12930 * allout.el (allout-layout): Autoload its `safe-local-variable'
12931 property.
12932
12933 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
12934
12935 * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
12936 (org-agenda-mouse-1-follows-link)
12937 (org-mouse-1-follows-link): New options.
12938 (org-format-agenda-item): Fix bug if TAGS is nil.
12939 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
12940
12941 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
12942
12943 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
12944 GDB 6.1+ gives full filename for "info sources" so use
12945 file-name-nondirectory.
12946
12947 2006-04-12 Romain Francoise <romain@orebokech.com>
12948
12949 * subr.el (read-passwd): Bind `message-log-max' to nil.
12950
12951 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
12952
12953 * progmodes/perl-mode.el (perl-indent-new-calculate):
12954 Recompute parse-start after jumping backward by a whole sexp.
12955
12956 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
12957
12958 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
12959 window configuration.
12960 (vc-annotate-display-select): Select the buffer so that current-buffer
12961 (and selected-window) is the output buffer at the end of vc-annotate.
12962
12963 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
12964
12965 * vc.el (vc-annotate-color-map): Add custom TTY color map for
12966 8-color terminals, to use all of the colors in a sensible order.
12967 256-color terminals work well with the standard map.
12968 (vc-annotate-lines): Only strip the first color character if it
12969 is "#", to allow for terminal-style named colors.
12970 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
12971 the correct buffer is scrolled.
12972
12973 2006-04-11 Richard Stallman <rms@gnu.org>
12974
12975 * emacs-lisp/bytecomp.el (byte-compile-file):
12976 Bind enable-local-variables to :safe, and make normal-mode obey it.
12977
12978 * files.el (enable-local-variables): Allow value :safe.
12979 (normal-mode): Doc fix.
12980 (hack-local-variables): Implement enable-local-variables = :safe.
12981 (hack-local-variables-confirm): Don't prevent quitting.
12982
12983 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
12984
12985 * loadhist.el (unload-feature): A bit of sanity check of
12986 load-history entries. Cancel timer-vars before unbinding them.
12987
12988 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
12989 quote special chars, and make the trick work on the hex part of the
12990 buffer as well.
12991 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
12992 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
12993
12994 * startup.el (normal-splash-screen): Fix last change so we don't wait
12995 2 minutes if we don't show the splash screen.
12996
12997 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
12998
12999 * textmodes/org.el (org-export-plain-list-max-depth)
13000 (org-table-spaces-around-separators)
13001 (org-radio-targets, org-activate-camels)
13002 (org-table-spaces-around-invisible-separators): Options removed.
13003 (org-time-stamp-rounding-minutes, org-remember-templates)
13004 (org-ellipsis, org-activate-links, org-descriptive-links):
13005 New options.
13006 (org-remember-apply-template, org-current-time)
13007 (org-finish-edit-table-field)
13008 (org-link-unescape, org-link-escape)
13009 (org-string-width, org-table-clean-line, org-html-do-expand)
13010 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
13011 (org-read-agenda-file-list): New functions.
13012 (org-table-edit-field)
13013 (org-table-create-or-convert-from-region): New commands
13014 (org-table-toggle-vline-visibility): Command removed.
13015 (org-table-convert-region): Made a command.
13016 (orgtbl-deleta-backward-char, orgtbl-delete-char): Remove commands.
13017 Replace with the normal org- functions.
13018 (org-self-insert-command): Don't trigger realign unnecessarily
13019 when blanking a field that is not full.
13020 (org-mode): `Set buffer-invisibility-spec' for links.
13021 (org-activate-links2): Hide link part and only show descriptive
13022 part of the link.
13023 (org-insert-link): Modify for new linking system.
13024 (org-store-link): Store description separately, for use by
13025 `org-insert-link'.
13026 (org-table-align): Use `org-string-width'.
13027 (defgroup): Completely new group structure for custom variables.
13028 (org-agenda-files): Option: Single file name allowed. Function:
13029 Optional argument unrestrited means ignore any restricitons.
13030 (org-install-agenda-files-menu): Find a buffer in Org-mode before
13031 trying to modify the menu. Use generalized access to
13032 `org-agenda-files.'
13033 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
13034 (org-agenda-file-to-front, org-remove-file, org-diary)
13035 (org-tags-view, org-export-icalendar-all-agenda-files)
13036 (org-export-icalendar-combine-agenda-files): Use generalized
13037 access to `org-agenda-files'.
13038 (org-remember-handler): Correctly preserve heading if present.
13039 (org-table-insert-row, org-table-insert-hline): Deal with
13040 invisible characters.
13041
13042 2006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
13043
13044 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
13045 (vc-annotate-color-map): New 18 element constant
13046 value/saturation, rotating hue colormap, from red->blue.
13047 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
13048 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
13049 (vc-annotate): To avoid killing the required local variables,
13050 set them before the end of `with-output-to-temp-buffer', and
13051 after first switching to annotate-mode.
13052 (vc-annotate-warp-version): Add buffer argument in goto-line to
13053 ensure annotation, not source, is scrolled.
13054
13055 2006-04-10 Bill Wohler <wohler@newt.com>
13056
13057 * custom.el (defcustom, custom-handle-keyword):
13058 Add :package-version keyword.
13059 (custom-add-package-version): New function. Sets value of new
13060 property 'custom-package-version from :package-version keyword.
13061 (defcustom): Create Common Keywords section in docstring.
13062 (defface, defgroup): Replace definitions of a select few keywords
13063 with a reference to the Common Keywords in defcustom.
13064 (defcustom, defface, defgroup): Replace reference to Customization
13065 chapter in manual with hyperlink.
13066
13067 * cus-edit.el (customize-package-emacs-version-alist): New variable.
13068 (customize-changed-options): Add check for custom-package-version.
13069 (customize-package-emacs-version): New function to look up Emacs
13070 version corresponding to the given package version.
13071
13072 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
13073 defun name, in similar fashion to find-variable-regexp.
13074
13075 2006-04-10 Eli Zaretskii <eliz@gnu.org>
13076
13077 * international/mule-cmds.el (set-locale-environment): Fix last
13078 change for when the locale's preferences don't specify any encoding.
13079
13080 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
13081
13082 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
13083 so the defined var/fun doesn't need to be quoted.
13084
13085 2006-04-10 Richard Stallman <rms@gnu.org>
13086
13087 * finder.el (finder-mode-map): Add n and p bindings.
13088
13089 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
13090
13091 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
13092 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
13093 (gdb-setup-windows): Put something in source window if we can't find
13094 the source file.
13095 (gdb-frame-handler): Make it work again with just assembly.
13096 (gdb-data-list-register-values-handler): Make it work when there is
13097 no stack.
13098
13099 2006-04-09 Richard Stallman <rms@gnu.org>
13100
13101 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
13102 specs while looking for charset.
13103
13104 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
13105
13106 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
13107 Make them faces.
13108 (lm-font-lock-keywords): Update appropriately.
13109
13110 2006-04-10 Kim F. Storm <storm@cua.dk>
13111
13112 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
13113 it can also replace buffer-substring-no-properties.
13114
13115 * emulation/cua-base.el (cua-delete-region, cua-paste)
13116 (cua-repeat-replace-region): Use filter-buffer-substring.
13117
13118 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
13119 (cua-cut-region-to-global-mark): Likewise.
13120
13121 * emulation/cua-rect.el (cua--extract-rectangle)
13122 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
13123
13124 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13125
13126 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
13127 entry-type. Add field delimiters to numerical fields if they are
13128 not present.
13129
13130 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13131
13132 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
13133 string-const to return value.
13134 (bibtex-remove-delimiters): Use it.
13135
13136 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
13137
13138 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
13139 cl-byte-compile-compiler-macro unless it exists.
13140
13141 2006-04-08 Eli Zaretskii <eliz@gnu.org>
13142
13143 * files.el (hack-local-variables-confirm) <offer-save>:
13144 Clarify message text. Suggested by Ralf Angeli.
13145
13146 2006-04-08 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
13147
13148 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
13149 (delete-extract-rectangle-line): Use `filter-buffer-substring'
13150 instead of `buffer-substring' and `delete-region'. (Most of the
13151 code actually copied from `kill-region'.)
13152
13153 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
13154
13155 * rcirc.el (rcirc-default-server): Rename from rcirc-server.
13156 (rcirc-default-port): Rename from rcirc-port.
13157 (rcirc-default-nick): Rename from rcirc-nick.
13158 (rcirc-default-user-name): Rename from rcirc-user-name.
13159 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
13160 (rcirc-low-priority-flag): New variable.
13161 (rcirc-decode-coding-system): New defcustom.
13162 (rcirc-encode-coding-system): New defcustom.
13163 (rcirc-coding-system-alist): New defcustom.
13164 (rcirc-multiline-major-mode): New defcustom.
13165 (rcirc-nick): New internal variable.
13166 (rcirc-process): Remove variable.
13167 (rcirc-server-buffer): New variable.
13168 (rcirc): Update to use rcirc-default-* variables above.
13169 (rcirc-connect): Do not add window-configuration-hook-here.
13170 (rcirc-server): New internal variable.
13171 (rcirc-connect): Do not send keepalive pings if
13172 rcirc-keepalive-seconds is nil.
13173 (with-rcirc-server-buffer): New macro.
13174 (rcirc-send-string): Encode with rcirc-encode-coding-system.
13175 (rcirc-server-name): Rename from rcirc-server.
13176 (rcirc-buffer-process): New function.
13177 (rcirc-buffer-nick): New function.
13178 (rcirc-buffer-target): Remove function.
13179 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
13180 New commands.
13181 (rcirc-mode-map): Change binding of C-c C-l to
13182 rcirc-toggle-low-priority.
13183 (rcirc-mode): Initialize coding system based on
13184 rcirc-coding-system-alist. New change-major-mode-hook to part the
13185 channel on a mode change. Make kill-buffer-hook buffer-local.
13186 (rcirc-change-major-mode-hook): New function.
13187 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
13188 (rcirc-last-post-time): New variable.
13189 (rcirc-process-message): Store the last time user posted a message
13190 to this target.
13191 (rcirc-multiline-minor-mode): New mode.
13192 (rcirc-multiline-minor-mode-map): New mode map.
13193 (rcirc-edit-multiline): Put multiline-edit buffer in
13194 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
13195 (rcirc-print): Ignore any line starting with an ignored nick.
13196 (rcirc-print): Decode using rcirc-decode-coding-system.
13197 (rcirc-track-minor-mode): Update global-mode-string when disabling
13198 this mode.
13199 (minor-mode-alist): Add LowPri indicator.
13200 (rcirc-toggle-low-priority): New function.
13201 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
13202 next lowpriority buffer with activity.
13203 (rcirc-record-activity): Sort buffers in rcirc-activity by the
13204 last time the user posted a message in to the target.
13205 (rcirc-update-activity-string): New formatting for low priority
13206 buffers.
13207 (rcirc-split-activity): New function.
13208 (rcirc-handler-PART, rcirc-handler-KICK)
13209 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
13210 (rcirc-nick-away-alist): New variable.
13211 (rcirc-handler-301): New handler. Away messages are printed once
13212 per change.
13213
13214 2006-04-08 Eli Zaretskii <eliz@gnu.org>
13215
13216 * info.el (Info-follow-nearest-node): Doc fix.
13217
13218 * international/mule-cmds.el (set-locale-environment): Make sure
13219 the coding-system preferred by the locale's language has the same
13220 EOL conversion type as the original buffer-file-coding-system.
13221 (locale-language-names): Add a few MS Windows language codes.
13222
13223 2006-04-07 Richard Stallman <rms@gnu.org>
13224
13225 * simple.el (eval-expression): Doc fix.
13226
13227 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
13228 (eval-defun): Doc fixes.
13229
13230 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
13231
13232 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
13233
13234 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
13235
13236 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
13237 GDB list command without argument for greater generality.
13238
13239 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
13240
13241 * subr.el (string-or-null-p): New function.
13242
13243 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
13244
13245 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
13246
13247 * files.el: Update comment about safe-local-variable declarations.
13248
13249 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
13250
13251 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
13252 See idlwave.org.
13253
13254 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
13255 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
13256
13257 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
13258 See idlwave.org.
13259
13260 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
13261 version 6.0 (minimal changes). See idlwave.org.
13262
13263 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
13264 6.0 (minimal changes). See idlwave.org.
13265
13266 * progmodes/idlw-rinfo.el: File obsoleted and removed.
13267
13268 2006-04-06 Romain Francoise <romain@orebokech.com>
13269
13270 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
13271 symmetric encryption features and a new asynchronous interface to
13272 GnuPG. This new version is version 1.4, plus whitespace changes.
13273
13274 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
13275
13276 * files.el: Move some `safe-local-variable' declarations to the
13277 respective files.
13278
13279 * textmodes/ispell.el (ispell-check-comments)
13280 (ispell-local-dictionary): Mark as safe.
13281
13282 * abbrev.el (abbrev-mode): Mark as safe.
13283
13284 * add-log.el (change-log-default-name): Mark as safe.
13285
13286 * textmodes/reftex-vars.el (reftex-vref-is-default)
13287 (reftex-fref-is-default, reftex-level-indent)
13288 (reftex-guess-label-type): Mark as safe.
13289
13290 * textmodes/fill.el (colon-double-space): Mark as safe.
13291
13292 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
13293 (sentence-end-double-space, sentence-end-without-period)
13294 (sentence-end-without-space, sentence-end, sentence-end-base)
13295 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
13296
13297 2006-04-06 Kim F. Storm <storm@cua.dk>
13298
13299 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
13300 the :set-after list.
13301 (ido-downcase-unc-hosts): New user option. Default on.
13302 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
13303 when it is set, as regexps are now applied on the fly.
13304 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
13305 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
13306 on the fly, but only when ido-process-ignore-lists is set.
13307 Do case insensitive filtering if ido-downcase-unc-hosts is set.
13308 Only downcase names if ido-downcase-unc-hosts is set.
13309
13310 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
13311
13312 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
13313
13314 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
13315
13316 2006-04-05 Kim F. Storm <storm@cua.dk>
13317
13318 * ido.el (ido-mode): Set after ido-unc-hosts and
13319 ido-ignore-unc-host-regexps.
13320 (ido-save-history): Save ido-unc-hosts-cache.
13321 (ido-load-history): Load ido-unc-hosts-cache.
13322 (ido-reread-directory): Refresh unc hosts cache in // dir.
13323
13324 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
13325 to nil while displaying slash screen.
13326
13327 2006-04-05 Daiki Ueno <ueno@unixuser.org>
13328
13329 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
13330 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
13331
13332 2006-04-05 Kenichi Handa <handa@m17n.org>
13333
13334 * international/characters.el: Setup cases of Latin, Greek, and
13335 Cyrillic characters in CJK charsets.
13336
13337 2006-03-29 Daiki Ueno <ueno@unixuser.org>
13338
13339 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
13340 default-enable-multibyte-characters. This reverts the change from
13341 revision 6.17 which is no longer necessary because the passphrase
13342 is sent separately now. GnuPG messages are unreadable under
13343 multibyte locales with default-enable-multibyte-characters set to nil.
13344
13345 2006-04-04 Andreas Schwab <schwab@suse.de>
13346
13347 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
13348 and `byte-compile-warnings' as `safe-local-variable'.
13349
13350 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
13351
13352 * man.el (Man-mode-map): Restore the \r binding.
13353 (Man-abstract-xref-man-page): If Man-target-string is a function,
13354 call it.
13355 (Man-highlight-references): Use Man-default-man-entry to get the
13356 target. Deal with xrefs too.
13357 (Man-highlight-references0): Don't call the target function.
13358
13359 * woman.el (WoMan-xref-man-page): Strip the section number, woman
13360 cannot deal with it.
13361
13362 2006-04-04 Daiki Ueno <ueno@unixuser.org>
13363
13364 * pgg-gpg.el: Clean up process buffers every time gpg processes
13365 complete.
13366
13367 2006-04-04 Kenichi Handa <handa@m17n.org>
13368
13369 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
13370 here.
13371 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
13372 Temporarily bind inhibit-field-text-motion to t.
13373
13374 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
13375
13376 * startup.el (normal-splash-screen): Only set mode-line-format in the
13377 splash buffer, so as not to interfere when debugging the code.
13378 Ignore errors when switching buffer.
13379
13380 2006-04-03 Romain Francoise <romain@orebokech.com>
13381
13382 * dired.el (dired-dnd-protocol-alist): Fix typo.
13383
13384 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
13385
13386 * savehist.el (savehist): Add :version.
13387 (savehist-ignored-variables): New variable.
13388 (savehist-minibuffer-hook): Don't save variables listed in
13389 `savehist-ignored-variables'.
13390
13391 * dired.el (dired-dnd-protocol-alist): Mention that change does
13392 only apply to new buffers in doc string.
13393
13394 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
13395
13396 * recentf.el (recentf-open-files-item): Include newline in button
13397 field, so opening a file will work, when the point is at the end
13398 of the file name. Allow, for example, to [i]search a file by
13399 extension and just push RET to open it.
13400
13401 2006-04-03 Daiki Ueno <ueno@unixuser.org>
13402
13403 * pgg-gpg.el (pgg-gpg-process-filter)
13404 (pgg-gpg-wait-for-completion): Check if buffer is alive.
13405
13406 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
13407 lines, temporary fix.
13408
13409 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
13410
13411 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
13412
13413 2006-04-02 Richard Stallman <rms@gnu.org>
13414
13415 * progmodes/compile.el (compilation-message-face): Make it defcustom.
13416
13417 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
13418
13419 * ibuf-macs.el (define-ibuffer-column): Add a new key:
13420 header-mouse-map.
13421
13422 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
13423 (ibuffer-mode-header-map): New keymaps.
13424 (ibuffer-update-title-and-summary): Enable mouse face highlighting
13425 and keybindings for column headers.
13426 (name, size, mode) <define-ibuffer-column>: Add a header-mouse-map
13427 property.
13428
13429 2006-04-02 Drew Adams <drew.adams@oracle.com>
13430
13431 * speedbar.el (speedbar-after-create-hook): Doc fix.
13432
13433 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
13434
13435 * shell.el (shell-directory-tracker)
13436 (shell-dynamic-complete-command): Doc fixes.
13437
13438 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
13439
13440 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
13441 terminals.
13442
13443 2006-04-01 Kim F. Storm <storm@cua.dk>
13444
13445 * ido.el (ido-unc-hosts-cache): New defvar.
13446 (ido-unc-hosts): If value of defcustom is a function, call it to
13447 get list of UNC hosts. Add function-item choices to specify
13448 ido-unc-hosts-net-view or user function.
13449 (ido-ignore-unc-host-regexps): New defcustom.
13450 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
13451 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
13452 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
13453
13454 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
13455
13456 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
13457 wwidth.
13458
13459 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
13460
13461 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
13462 (ido-max-work-file-list, ido-switch-buffer)
13463 (ido-read-file-name-as-directory-commands):
13464 Fix typos in docstrings.
13465
13466 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13467
13468 * term/mac-win.el (mac-system-coding-system): Define and use after
13469 Mac-specific coding systems are ready.
13470
13471 2006-03-27 Romain Francoise <romain@orebokech.com>
13472
13473 * net/rcirc.el (rcirc-connect): Add autoload cookie.
13474
13475 * ldefs-boot.el: Update.
13476
13477 2006-03-27 Daiki Ueno <ueno@unixuser.org>
13478
13479 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
13480 passphrases when it is not needed.
13481 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
13482 passphrase stuff from gpg, should only be necessary when you use
13483 gpg with a smartcard.
13484
13485 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
13486
13487 * comint.el (comint-dynamic-list-completions): Allow user to
13488 select *Completions* buffer.
13489
13490 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
13491
13492 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
13493
13494 2006-03-26 Andreas Schwab <schwab@suse.de>
13495
13496 * progmodes/gud.el (gdb): Only complain about multiple debugging
13497 when the gdb process is still running.
13498
13499 2006-03-25 Eli Zaretskii <eliz@gnu.org>
13500
13501 * mail/rmail.el (tool-bar-map): Defvar it.
13502 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
13503 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
13504
13505 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
13506
13507 * help.el (print-help-return-message): Suggest to use
13508 display-buffer instead of switch-to-buffer-other-window to restore
13509 the previous window without selecting it.
13510
13511 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13512
13513 * frame.el (select-frame-by-name): Call x-focus-frame also when
13514 window-system is mac.
13515
13516 * term/mac-win.el: Adjust Courier font specifications in
13517 x-fixed-font-alist.
13518 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
13519 when directly encoding to UTF-16 in native byte order, no BOM.
13520
13521 2006-03-25 Kim F. Storm <storm@cua.dk>
13522
13523 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
13524 (cua--init-keymaps): Use it instead of fixed C-return.
13525 (cua-mode): Set after it.
13526
13527 * emulation/cua-rect.el (cua--init-rectangles):
13528 Use cua-rectangle-mark-key instead of fixed C-return.
13529
13530 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
13531
13532 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
13533 "run" in .gdbinit.
13534 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
13535
13536 2006-03-24 Romain Francoise <romain@orebokech.com>
13537
13538 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
13539 `display-buffer-other-frame'.
13540
13541 2006-03-24 Kim F. Storm <storm@cua.dk>
13542
13543 * apropos.el (apropos-synonyms): Add selection => region.
13544
13545 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
13546
13547 * progmodes/gdb-ui.el (gdb-var-create-regexp)
13548 (gdb-var-list-children-regexp, gdb-var-update-regexp)
13549 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
13550 (gdb-data-list-register-values-regexp)
13551 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
13552 Future proof against new fields being added to MI output.
13553 (gdb-send): Don't treat backslashes for program input as
13554 continuations.
13555 (gdb-assembler-handler): Don't use window-start for this handler.
13556 (gdb-frame-handler): Don't change to hollow arrow if overlay
13557 arrow doesn't move to new frame.
13558
13559 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
13560
13561 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
13562 prevent compiler warnings.
13563 (gdb-stopped): Check for gud-last-last-frame (case: signal).
13564 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
13565 (gdb-assembler-custom): Use hollow-right-triangle for assembler
13566 buffer too.
13567
13568 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
13569
13570 * pgg-gpg.el (pgg-gpg-update-agent): Check for
13571 make-network-process, so we can use the same code in Gnus v5-10
13572 too and have this file fully synchronized with that release.
13573
13574 2006-03-23 Romain Francoise <romain@orebokech.com>
13575
13576 * ibuf-ext.el (ibuffer-read-filter-group-name):
13577 Use `ibuffer-generate-filter-groups' to make completion list match
13578 the filter groups that are really displayed in the Ibuffer buffer.
13579 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
13580
13581 2006-03-23 Kenichi Handa <handa@m17n.org>
13582
13583 * international/mule-cmds.el (sort-coding-systems): Describe that
13584 the argument is modified in docstring.
13585
13586 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
13587
13588 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
13589 (pgg-gpg-update-agent): New function.
13590 (pgg-gpg-use-agent-p): New function.
13591 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
13592 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13593 (pgg-gpg-sign-region): Use it.
13594
13595 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
13596
13597 * cus-edit.el (custom-face-set): Call custom-push-theme before
13598 face-spec set so that `changed' theme is correctly saved.
13599 (custom-face-reset-standard): Reset to recalculated face rather
13600 than defface spec.
13601
13602 * custom.el (custom-push-theme): Only save `changed' theme if the
13603 current face does not match the defface specs.
13604
13605 2006-03-21 Simon Josefsson <jas@extundo.com>
13606
13607 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
13608 <wilde@sha-bang.de>.
13609 (pgg-gpg-use-agent): New variable.
13610 (pgg-gpg-process-region): Use it.
13611 (pgg-gpg-encrypt-region): Likewise.
13612 (pgg-gpg-encrypt-symmetric-region): Likewise.
13613 (pgg-gpg-decrypt-region): Likewise.
13614 (pgg-gpg-sign-region): Likewise.
13615 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
13616
13617 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
13618
13619 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
13620 bracket links.
13621
13622 2006-03-21 Kim F. Storm <storm@cua.dk>
13623
13624 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
13625 fringe-indicator-alist instead of modifying global value.
13626 (gdb-frame-handler): Likewise.
13627
13628 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
13629
13630 * diff-mode.el (diff-function): Make it inherit from diff-header
13631 instead of diff-context.
13632
13633 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
13634 bitmap.
13635 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
13636 change names in macro above for consistency.
13637 (gdb-frame-handler): Use hollow-right-triangle for all selected
13638 frames which except the innermost (where execution has stopped).
13639 (gdb-reset): Reset buffer-local values of overlay-arrow.
13640
13641 2006-03-20 Richard Stallman <rms@gnu.org>
13642
13643 * simple.el (set-mark-command): Doc fix.
13644
13645 * files.el (display-buffer-other-frame): New command.
13646 (ctl-x-4-map): Bind C-x 5 C-o to it.
13647
13648 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
13649
13650 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
13651 rather than just defer-time, in case defer-time has been changed but
13652 the timer isn't running yet.
13653 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
13654
13655 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
13656
13657 * help-mode.el (help-follow-symbol): New function.
13658 Essentially identical to the old `help-follow', but do not let
13659 `push-button' do the work when on an xref.
13660 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
13661
13662 2006-03-19 Richard Stallman <rms@gnu.org>
13663
13664 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
13665 preceded by the word `program'.
13666 (help-follow-mouse, help-follow): Throw error if not on xref.
13667 Delete no longer used args.
13668
13669 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
13670
13671 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
13672 annotation ensure gud-overlay-arrow-position is redisplayed.
13673
13674 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13675
13676 * textmodes/bibtex.el (bibtex-include-OPTkey)
13677 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
13678 (bibtex-autokey-name-case-convert)
13679 (bibtex-autokey-titleword-case-convert): Make these the aliases
13680 for the following two variables.
13681 (bibtex-autokey-name-case-convert-function)
13682 (bibtex-autokey-titleword-case-convert-function): Make these the
13683 real names.
13684 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
13685 bibtex-font-lock-crossref sublists.
13686 (bibtex-mode): Revert 2005-12-30 change (which made
13687 completion-ignore-case buffer-local).
13688 (bibtex-url): Simplify.
13689
13690 2006-03-19 Kim F. Storm <storm@cua.dk>
13691
13692 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
13693 cursor property value to 2 (to align with C level change).
13694
13695 2006-03-19 Bill Wohler <wohler@newt.com>
13696
13697 * image.el (image-load-path-for-library): Shorten first line in
13698 docstring.
13699
13700 2006-03-18 Richard Stallman <rms@gnu.org>
13701
13702 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
13703
13704 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
13705
13706 * isearch.el (isearch-other-meta-char): Handle user bindings for
13707 shifted control characters.
13708
13709 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
13710
13711 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
13712 part that matches email addresses, file names, etc.
13713
13714 2006-03-18 Eli Zaretskii <eliz@gnu.org>
13715
13716 * term/w32-win.el (mouse-set-font):
13717 Mention w32-list-proportional-fonts in the doc string.
13718
13719 2006-03-18 Kim F. Storm <storm@cua.dk>
13720
13721 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
13722 (ido-unc-hosts): New user option to explicitly define list of know
13723 UNC-style hosts for completion.
13724 (ido-cache-unc-host-shares-time): New user option.
13725 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
13726 New helper functions for UNC file-name support.
13727 (ido-may-cache-directory): Check for UNC host. Simplify.
13728 (ido-wash-history): Clean out old UNC hosts.
13729 (ido-nonreadable-directory-p): UNC hosts are always readable.
13730 (ido-directory-too-big-p): UNC hosts are never too big.
13731 (ido-set-current-directory): Handle UNC root path.
13732 (ido-file-name-all-completions): Complete UNC host names from
13733 ido-unc-hosts list. Cache UNC host shares.
13734 (ido-make-file-list-1): Don't filter UNC root.
13735 (ido-exhibit): Check for // in root directory, and switch to UNC
13736 mode by setting ido-current-directory to //.
13737
13738 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
13739
13740 * cus-edit.el (customize-changed-options): Mention explicit
13741 version number as default in prompt.
13742
13743 2006-03-17 Bill Wohler <wohler@newt.com>
13744
13745 * image.el (image-load-path-for-library): Minor docstring fix.
13746
13747 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
13748
13749 * textmodes/org.el (org-read-date): Include subgroup 5 into
13750 replacement text.
13751 (org-popup-calendar-for-date-prompt): Fix customization type.
13752
13753 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
13754
13755 * progmodes/gdb-ui.el (gud-watch): Provide completion.
13756 (gdb-continuation): New variable.
13757 (gdb-send): Deal with continuation lines.
13758
13759 * progmodes/gud.el (gud-gdb-complete-command)
13760 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
13761 expressions.
13762 (gud-tooltip-mode): Use buffer-local value.
13763
13764 2006-03-16 Kim F. Storm <storm@cua.dk>
13765
13766 * ido.el (ido-edit-input): Use selected match, if any.
13767
13768 2006-03-16 Bill Wohler <wohler@newt.com>
13769
13770 * image.el (image-load-path-for-library): Prefer user's images in
13771 image-load-path.
13772
13773 2006-03-16 Martin Rudalics <rudalics@gmx.at>
13774
13775 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
13776 when checking for attempt to drag leftmost or rightmost scrollbar.
13777
13778 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
13779
13780 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
13781 (gdb-force-mode-line-update): New function.
13782 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
13783 (gdb-exited): Use them.
13784 (gdb-signal): New function.
13785 (gdb-annotation-rules): Provide a rule for it.
13786
13787 2006-03-16 Kenichi Handa <handa@m17n.org>
13788
13789 * international/mule.el (auto-coding-regexp-alist): Add entries
13790 for Unicode BOM.
13791
13792 * sort.el (sort-build-lists): Temporarily bind
13793 inhibit-field-text-motion to t.
13794
13795 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
13796
13797 * locate.el (locate-command, locate-make-command-line)
13798 (locate-fcodes-file, locate-update-command)
13799 (locate-prompt-for-command, locate, locate-with-filter)
13800 (locate-get-file-positions): Doc fixes.
13801 (locate-buffer-name, locate-header-face): Remove leading `*' in
13802 defcustom.
13803 (locate-filter-output): Use `keep-lines' instead of its alias
13804 `delete-non-matching-lines'.
13805 (locate-get-filename, locate-get-dirname): Add introductory comment.
13806 (locate-find-directory-other-window): Give appropriate error
13807 message if used outside main listing.
13808
13809 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
13810
13811 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
13812 the new extend-region feature.
13813 (font-lock-after-change-function): Update correspondingly.
13814 * jit-lock.el (jit-lock-after-change): Update correspondingly.
13815 * progmodes/grep.el (font-lock-lines-before): Don't disable.
13816
13817 2006-03-15 Bill Wohler <wohler@newt.com>
13818
13819 * image.el (image-load-path-for-library): Fix example by not
13820 recommending that one binds image-load-path. Just defvar it to
13821 placate compiler and only use it if previously defined.
13822
13823 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
13824
13825 * textmodes/org.el (org-insert-centered): Use `string-width' to
13826 make underlining work for wide characters.
13827 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
13828 TAB to `org-cycle', to make sure that no binding in
13829 `outline-mode-map' can supercede it.
13830
13831 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
13832
13833 * allout.el: Increment version to 2.2.1 in file commentary.
13834
13835 (allout-version): Increment to 2.2.1.
13836
13837 (allout-default-layout): New customization variable, used when the
13838 file lacks a specific allout-layout. Uses allout-layout-type for
13839 recursively nested definition.
13840
13841 (allout-layout-type): Widget defining allout layouts, necessary for
13842 self-recursive definition.
13843
13844 (allout-mode): Incorporate allout-default-layout as fallback for
13845 allout-layout.
13846
13847 (allout-layout): Mark as 'safe-local-variable', and refer mention
13848 fallback to `allout-default-layout' in absence of a specified value.
13849 (allout-passphrase-verifier-string)
13850 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
13851
13852 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
13853
13854 (allout-get-encryption-passphrase-verifier): Use correct name of
13855 passphrase verifier in docstring.
13856
13857 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
13858
13859 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
13860 elements.
13861 (gdb-find-watch-expression): Make it work for arrays too.
13862 Follow change to gdb-var-list.
13863 (gud-watch): Allow the user to enter variable name with a prexix
13864 arg. Create keybindings.
13865 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
13866 (gdb-var-list-children-handler, gdb-var-update-handler)
13867 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
13868 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
13869 Follow change to gdb-var-list.
13870 (gdb-starting): Don't show the overlay arrows when program is running.
13871
13872 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
13873 gdb-var-list.
13874
13875 2006-03-14 Bill Wohler <wohler@newt.com>
13876
13877 * image.el (image-load-path-for-library): Pass value of path
13878 rather than symbol. Always return list of directories.
13879 Guarantee that image directory comes first.
13880
13881 2006-03-14 Alan Mackenzie <acm@muc.de>
13882
13883 * font-core.el (font-lock-extend-region\(-function\)?.):
13884 New function/variable.
13885
13886 * font-lock.el (font-lock-after-change-function):
13887 Call font-lock-extend-region. Obey font-lock-lines-before.
13888 (font-lock-default-fontify-region): Remove reference to
13889 font-lock-lines-before.
13890
13891 * jit-lock.el (jit-lock-after-change):
13892 Call font-lock-extend-region. Obey font-lock-lines-before.
13893
13894 2006-03-14 David Ponce <david@dponce.com>
13895
13896 * tree-widget.el (tree-widget-themes-load-path)
13897 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
13898
13899 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
13900
13901 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
13902 (rcirc-print): Mark the start of text at the end of the prompt.
13903 (rcirc-track-minor-mode): Add autoload cookie.
13904 (rcirc-update-activity-string): Add space to front of mode-line
13905 indicator.
13906
13907 2006-03-13 Miles Bader <miles@gnu.org>
13908
13909 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
13910 (rcirc-abbrev-nick): Remove function.
13911 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
13912
13913 2006-03-13 David Ponce <david@dponce.com>
13914
13915 * tree-widget.el: Handle themes across all occurrences of the main
13916 themes sub-directory found in tree-widget-themes-load-path.
13917 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
13918 (tree-widget--locate-sub-directory): Return all occurrences.
13919 (tree-widget-themes-path): New function.
13920 Replace tree-widget-themes-directory, and return a list of directories.
13921 (tree-widget-set-parent-theme)
13922 (tree-widget-lookup-image): Use it.
13923
13924 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
13925
13926 * textmodes/org.el (org-link-search): Avoid self-matching of
13927 links, allow target text to be distributed over several lines.
13928 (org-search-not-link): New function.
13929 (org-set-regexps-and-options, org-get-current-options):
13930 New startup options.
13931 (org-export-as-html): Take odd-level setting from local variable.
13932 (org-fontify-emphasized-text): New option.
13933 (org-set-font-lock-defaults): Include emphasized text.
13934 (org-follow-mhe-link): Allow folder-only links, fix folder name.
13935 (org-font-lock): Customize group renamed from `org-faces'.
13936
13937 2006-03-13 John Paul Wallington <jpw@pobox.com>
13938
13939 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
13940 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
13941
13942 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
13943
13944 * cus-start.el (all): Delete :version keyword for members of the
13945 fringe group, since the entire group is new in 22.1.
13946
13947 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
13948
13949 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
13950 map if value is hexadecimal (an address).
13951 (gud-watch): Only search roots for existing watch expressions.
13952 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
13953 prevent caching problems with speedbar-update-directory-contents.
13954
13955 2006-03-12 Juri Linkov <juri@jurta.org>
13956
13957 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
13958 before comparing with `low' and `warn'.
13959
13960 * info.el (Info-dir-remove-duplicates): Move point to the
13961 beginning of the current line after deleting the entries from
13962 redundant heading. Use marker for `limit' and compare it with
13963 point before calling `re-search-forward'.
13964
13965 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
13966
13967 * simple.el (yank): Fix typo in docstring.
13968
13969 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
13970
13971 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
13972 messages, where "D" is the 6th character.
13973
13974 2006-03-11 Eli Zaretskii <eliz@gnu.org>
13975
13976 * simple.el (yank): Fix last change.
13977
13978 2006-03-11 David Ponce <david@dponce.com>
13979
13980 * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
13981 merging elements from the standard ispell-dictionary-alist.
13982 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
13983 alist, and return the new alist.
13984
13985 2006-03-11 Richard Stallman <rms@gnu.org>
13986
13987 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
13988
13989 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
13990 the way it is implemented is too unclean.
13991
13992 * simple.el (kill-region, yank): Doc fix.
13993
13994 * battery.el (battery-echo-area-format): Doc fix.
13995 (battery-mode-line-format): Likewise.
13996 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
13997 (battery-linux-proc-acpi): Ignore batteries that say "charged".
13998
13999 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
14000
14001 * progmodes/octave-mod.el (octave-indent-for-comment):
14002 Behave according to do string.
14003
14004 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
14005
14006 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
14007 Be visible only if major mode is Mail Mode.
14008
14009 * textmodes/flyspell.el (flyspell-external-point-words)
14010 (flyspell-process-localwords): Fix last changes.
14011
14012 2006-03-11 Eli Zaretskii <eliz@gnu.org>
14013
14014 * calendar/holidays.el (list-holidays): Doc fix.
14015
14016 * international/mule.el (auto-coding-alist): Add .odt
14017 (OpenOffice's open document) files.
14018
14019 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
14020 document) files. Mention in the doc string the need to sync with
14021 auto-coding-alist.
14022
14023 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
14024
14025 * files.el (hack-local-variables-confirm): Don't prompt for ! if
14026 enable-local-variables is set to always query, or there is no
14027 savable variable.
14028
14029 2006-03-10 Bill Wohler <wohler@newt.com>
14030
14031 * image.el (image-load-path-for-library): Merge at least three
14032 functions from Gnus and MH-E into this one function that can now
14033 be shared.
14034
14035 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
14036
14037 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
14038 gdb-remove-mouse-face and remove help-echo too.
14039 (gdb-enqueue-input): Correct conditional clause.
14040
14041 2006-03-10 Glenn Morris <rgm@gnu.org>
14042
14043 * calendar/calendar.el (calendar-holidays): Doc fix.
14044 * calendar/holidays.el (list-holidays): Doc fix.
14045
14046 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
14047
14048 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
14049 it gets called in gdb-prompt anyway.
14050 (gdb-use-separate-io-buffer): Only restore window arrangement for
14051 gdb-many-windows.
14052 (gdb-enqueue-input): Make it harder to send GDB input when program
14053 is running.
14054 (gdb-buffer-list): New variable.
14055 (gdb-remove-mouse-face): New function.
14056 (gdb-starting): Use it when GDB input won't get sent.
14057
14058 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
14059
14060 * help.el (view-lossage): Remove trailing whitespace before
14061 inserting "\n".
14062
14063 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
14064
14065 * files.el (hack-local-variables-confirm):
14066 Set coding-system-for-read to nil before writing to .emacs.
14067
14068 * arc-mode.el (archive-extract): Check if an existing buffer name
14069 comes from a different archive.
14070
14071 * help.el (describe-key-briefly): If KEY is a down event, read and
14072 discard the up event.
14073
14074 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
14075
14076 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
14077 be edited and use font-lock-warning-face for any changes.
14078
14079 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
14080 (gdb-edit-value): Use it to report any errors.
14081
14082 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
14083
14084 * help.el (describe-key): Remove leftover test code.
14085
14086 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
14087
14088 * textmodes/org.el: Move defvars out of eval-when-compile.
14089 Use buffer-file-name variable.
14090 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
14091 arg `file'.
14092 (org-level-faces): Remove startup dependency.
14093 (org-cycle, org-map-tree, org-scan-tags)
14094 (org-remember-handler): Don't call `outline-level' directly.
14095 (org-mhe-search-all-folders): New option.
14096 (org-mhe-get-message-folder-from-index)
14097 (org-mhe-get-message-folder): Fix indexing search.
14098 (org-format-agenda-item): Handle nil TAGS argument.
14099 (org-cleaned-string-for-export, org-activate-target-links)
14100 (org-make-target-link-regexp): Deal with empty radio target list.
14101 (org-tag): New face.
14102 (org-get-level-face): New function.
14103 (org-set-font-lock-defaults): Simplify setup for headlines.
14104 (org-complete): Pass common substring to `display-completion-list'.
14105
14106 2006-03-06 David Ponce <david@dponce.com>
14107
14108 * tree-widget.el: Update Commentary header.
14109 (tree-widget-theme-name): Ignore parent themes.
14110 (tree-widget-set-parent-theme): New function.
14111 (tree-widget-set-theme): Use it.
14112 (tree-widget-set-image-properties): Move definition. Does nothing
14113 if image properties have already been set.
14114 (tree-widget-image-properties): Move definition. Receive an image
14115 name. Set the :pointer property.
14116 (tree-widget-lookup-image): Doc fix. Search in parent themes.
14117 Don't set the :pointer image property.
14118 (tree-widget-convert-widget): New function. Handle :dynargs
14119 compatibility here.
14120 (tree-widget): Use it to :convert-widget. Add the :expander-p
14121 predicate to control when the :expander function is entered.
14122 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
14123 (tree-widget-value-create): Handle :expander-p. widget-apply
14124 :expander.
14125 (tree-widget-expander-p): New function. Default value of the
14126 :expander-p property.
14127
14128 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
14129
14130 * help.el (describe-key): Properly handle the return value of
14131 read-key-sequence when grabbing an up-event. Cleanup mouse-1
14132 remaps. Handle string and vector `follow-link' values.
14133
14134 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
14135
14136 * complete.el (PC-expand-many-files): Try be more careful when parsing
14137 the shell's output.
14138
14139 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
14140
14141 * outline.el (hide-sublevels): Provide better interactive default.
14142
14143 2006-03-06 Kenichi Handa <handa@m17n.org>
14144
14145 * international/fontset.el (create-fontset-from-fontset-spec):
14146 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
14147
14148 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
14149
14150 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
14151 backslashes instead of one in regexp.
14152 (gud-tooltip-dereference): Add missing optional argument.
14153
14154 2006-03-04 John Paul Wallington <jpw@pobox.com>
14155
14156 * wdired.el (toplevel): Require `cl' at compile-time.
14157
14158 2006-03-04 Andreas Schwab <schwab@suse.de>
14159
14160 * server.el (server-process-filter): Handle errors during
14161 evaluation of the argument.
14162
14163 2006-03-03 John Paul Wallington <jpw@pobox.com>
14164
14165 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
14166 escape parentheses at beginning of line.
14167 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
14168 (t-mouse-mode): Remove period from end of error message.
14169
14170 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
14171
14172 * textmodes/flyspell.el (flyspell-process-localwords):
14173 Be case-sensitive.
14174
14175 2006-03-03 Martin Rudalics <rudalics@gmx.at>
14176
14177 * cus-edit.el (custom-quote): Remove function, since it has been
14178 moved to custom.el.
14179
14180 * font-lock.el (lisp-font-lock-keywords-2)
14181 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
14182 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
14183 they have no special meaning.
14184
14185 * midnight.el (clean-buffer-list): Handle case where base-buffer of
14186 indirect buffer gets killed before indirect buffer. Use dolist.
14187
14188 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
14189
14190 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
14191 value instead of a literal constant (1) on more pauses.
14192
14193 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
14194
14195 * textmodes/flyspell.el (flyspell-external-point-words):
14196 Be case-sensitive.
14197
14198 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
14199
14200 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
14201 with "www".
14202
14203 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
14204
14205 * allout.el: Restablish intermediate missing comment header to
14206 preserve outline structure.
14207 (allout-beginning-of-current-entry): Skip invisible text.
14208 (allout-open-topic): Fix opening a topic at end-of-buffer.
14209 (allout-minor-mode): Move nearer to allout-mode function.
14210
14211 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
14212
14213 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
14214
14215 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
14216
14217 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
14218 is nil.
14219
14220 * progmodes/gud.el (gud-speedbar-menu-items):
14221 Use buffer-local-value and add missing :visible keyword.
14222
14223 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
14224
14225 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
14226
14227 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
14228 must be `follow-link'.
14229
14230 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
14231
14232 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
14233 formatting: No nested anchors.
14234 (org-all-targets): Fix bug with XEmacs compatibility.
14235 (org-read-date): Add (require 'parse-time).
14236 (org-set-tags): Fix bug with extra inserted space.
14237 (org-export-html-style): Define a style class for targets.
14238 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
14239 (org-hide-leading-stars): New option.
14240 (org-hide): New face.
14241 (org-set-font-lock-defaults): Allow to hide leading stars.
14242 (org-get-legal-level, org-tr-level): New functions.
14243 (org-odd-levels-only): New option.
14244 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
14245 (org-demote, org-promote): Deal with double-star levels.
14246 (org-convert-to-odd-levels): New command.
14247
14248 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
14249
14250 * speedbar.el (speedbar-update-localized-contents): Try to
14251 preserve window-start.
14252 (speedbar-update-directory-contents): Try to preserve window-start
14253 and window-point.
14254 (speedbar-update-special-contents): Don't move back to start of window.
14255
14256 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
14257 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
14258 speedbar-timer-fn.
14259 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
14260 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
14261 instead of gdb-speedbar-timer-fn.
14262
14263 2006-02-28 Jay Belanger <belanger@truman.edu>
14264
14265 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
14266 (math-compose-expr): Use latex option when calling
14267 `math-compose-tex-matrix' for latex mode.
14268
14269 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
14270
14271 * speedbar.el: Re-instate comments about developing for speedbar
14272 [this is what info and gdb-ui use even if better methods exist now].
14273
14274 * t-mouse.el: New file.
14275 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
14276 (t-mouse-lispy-buffer-posn-from-coords): Remove.
14277 (t-mouse-make-event-element): Use posn-at-x-y instead.
14278 (t-mouse-make-event): Deal with Fedora Core 3.
14279 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
14280 (t-mouse-mouse-position-function): New function. Use it instead
14281 of advising mouse-position.
14282 (t-mouse-mode): New minor mode.
14283 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
14284
14285 2006-02-27 Glenn Morris <rgm@gnu.org>
14286
14287 * calendar/calendar.el (calendar-holidays): Doc fix.
14288
14289 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
14290
14291 * progmodes/gdb-ui.el (gdb-source-window): New variable.
14292 Re-introduce the concept of a source window.
14293 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
14294 consistency with get-buffer-create.
14295 (def-gdb-auto-update-handler, gdb-info-locals-handler)
14296 (gdb-data-list-register-values-handler)
14297 (gdb-stack-list-locals-handler): Try to preserve window-start as
14298 well as window-point.
14299 (gdb-display-source-buffer): New function (old concept).
14300 (gdb-goto-breakpoint): Use it.
14301
14302 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
14303 for gdb-ui/gdb-mi (old concept).
14304
14305 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
14306
14307 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
14308 binding.
14309
14310 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
14311
14312 * textmodes/reftex-sel.el (reftex-select-label-map)
14313 (reftex-select-bib-map): Add `follow-mouse' binding.
14314
14315 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
14316
14317 * jka-cmpr-hook.el (jka-compr-compression-info-list)
14318 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
14319 Give :set functions to provide automatic updating.
14320 Update docstring. Give compiler defvars early in the file
14321 and move the defcustoms to a later spot where all called functions
14322 are defined.
14323 (jka-compr-file-name-handler-entry): Doc fix.
14324 (jka-compr-compression-info-list--internal)
14325 (jka-compr-mode-alist-additions--internal)
14326 (jka-compr-load-suffixes--internal): New variables.
14327 (jka-compr-install): Set the three above variables.
14328 Update `load-file-rep-suffixes' instead of `load-suffixes'.
14329 (jka-compr-update, jka-compr-set): New functions.
14330 (auto-compression-mode): Doc fix.
14331
14332 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
14333 Update `load-file-rep-suffixes' instead of `load-suffixes'.
14334 Use jka-compr-compression-info-list--internal,
14335 jka-compr-mode-alist-additions--internal and
14336 jka-compr-load-suffixes--internal.
14337
14338 * files.el (load-library):
14339 * loadhist.el (file-loadhist-lookup):
14340 * startup.el (command-line):
14341 * subr.el (locate-library):
14342 * emacs-lisp/autoload.el (update-directory-autoloads):
14343 * emacs-lisp/find-func.el (find-library-suffixes):
14344 Use `get-load-suffixes' instead of `load-suffixes'.
14345
14346 * subr.el (locate-library):
14347 * emacs-lisp/find-func.el (find-library-name):
14348 Use `load-file-rep-suffixes' instead of '("").
14349
14350 2006-02-26 Kim F. Storm <storm@cua.dk>
14351
14352 * ido.el (ido-save-history, ido-load-history): Simplify.
14353 Don't use find-file-noselect to avoid interference from other modes.
14354
14355 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
14356
14357 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
14358 to use the default shell if filename is not available.
14359 Reported by Giorgos Keramidas.
14360
14361 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
14362
14363 * progmodes/etags.el (tags-completion-table): Do completion from
14364 all the tables in the current list, as documented in the manual.
14365
14366 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
14367
14368 * CC Mode Update to 5.31.3.
14369
14370 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
14371
14372 * progmodes/cc-mode.el (c-postprocess-file-styles):
14373 Bind inhibit-read-only to t, around the call to
14374 c-remove-any-local-eval-or-mode-variables, so that it works on a
14375 RO file.
14376
14377 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
14378
14379 * progmodes/cc-awk.el: Correct a typo.
14380
14381 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
14382
14383 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
14384 c-hungry-delete-backwards, at the request of RMS. Leave the old
14385 name as an alias.
14386
14387 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
14388
14389 * progmodes/cc-mode.el: Correct a typo.
14390
14391 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
14392
14393 * progmodes/cc-defs.el: Update the version number to 5.31.3.
14394
14395 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
14396
14397 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
14398 brace-else-brace (error due to mbeg, mend being undefined).
14399
14400 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
14401
14402 * progmodes/cc-mode.el: File Local variables: Solve the problem
14403 where both `mode' and c-file-offsets are specified: `mode' will
14404 overwrite c-f-o's settings:
14405 (c-remove-any-local-eval-or-mode-variables): New function.
14406 (c-postprocess-file-styles): Call the above new function, within
14407 c-tentative-buffer-change, to splat `mode' and `eval' before the
14408 second hack-local-variables.
14409
14410 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
14411
14412 * progmodes/cc-mode.el:
14413 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
14414 (c-after-change): Protect the match data with save-match-data.
14415 It was getting corrupted by c-after-change-check-<>-operators.
14416
14417 * cc-defs.el: [Supersedes patch V1.38]:
14418 (top level): Check for a buggy font-lock-compile-keywords ONLY in
14419 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
14420
14421 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
14422 with save-match-data. It was being corrupted when Font Lock was
14423 not enabled.
14424
14425 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
14426
14427 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
14428 Mode and Subword Mode.
14429
14430 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
14431 real labels ("case 1:" or "foo:") from non-labels ("public:").
14432 (c-forward-objc-directive): Replace c-forward-token-2 with crude
14433 coding; c-f-t-2 doesn't move over a token at EOB.
14434
14435 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
14436
14437 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
14438 (c-update-modeline): Concatenate the minor mode indicators
14439 directly onto mode-name, removing c-submode-indicators.
14440 Sometimes, c-s-i got separated from the mode name on the mode line.
14441
14442 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
14443 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
14444
14445 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14446
14447 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
14448 error message when there's an evaluation error to show whether
14449 it's loaded from source or not.
14450 (c-filter-ops): Make it available at runtime too to work when
14451 `c-make-init-lang-vars-fun' needs to evaluate from source.
14452
14453 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
14454
14455 * help.el (help): Revert last part of 2006-02-23 change (deletion
14456 of the `provide' call).
14457
14458 2006-02-23 Juri Linkov <juri@jurta.org>
14459
14460 * compare-w.el (compare-windows-highlight): Add new value
14461 `persistent' and change :type from `boolean' to `choice'.
14462 (compare-windows-overlays1, compare-windows-overlays2):
14463 New internal variables.
14464 (compare-windows-highlight): If compare-windows-highlight is
14465 `persistent', add current overlays to compare-windows-overlays[12]
14466 instead of adding compare-windows-dehighlight to pre-command-hook.
14467 (compare-windows-dehighlight): Delete all overlays from
14468 compare-windows-overlays[12].
14469
14470 * info.el (Info-search): Don't bind search-spaces-regexp to
14471 Info-search-whitespace-regexp in non-regexp isearch mode.
14472
14473 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
14474
14475 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
14476
14477 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
14478
14479 * textmodes/org.el (org-xemacs-p)
14480 (org-export-html-show-new-buffer, org-table-may-need-update)
14481 (org-insert-item, org-mhe-get-message-real-folder)
14482 (org-mhe-get-message-folder-from-index)
14483 (org-mhe-get-message-folder, org-mhe-get-message-num)
14484 (org-mhe-get-header, org-make-org-heading-search-string)
14485 (org-make-org-heading-camel, org-table-sort-lines)
14486 (org-format-org-table-html, org-format-table-table-html):
14487 Fix typos in docstrings.
14488
14489 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
14490
14491 * textmodes/org.el (org-cleaned-string-for-export)
14492 (org-solidify-link-text): New function.
14493 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
14494 XEmacs, just to silence the compiler.
14495 (org-export-as-ascii, org-export-as-html-and-open):
14496 Use `org-cleaned-string-for-export' and create internal links.
14497 (org-follow-mhe-link): Require mh-e, use folder.
14498
14499 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
14500
14501 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
14502
14503 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
14504 gdb-debug-log-length.
14505 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
14506 it a real ring but...
14507 (gud-gdba-marker-filter): ...make it work like mark-ring.
14508 (gdb-enable-debug): Rename from gdb-enable-debug-log.
14509 (gdb-mouse-jump): New function. Add bindings.
14510
14511 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
14512
14513 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
14514 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
14515 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
14516 (gdb-debug-log-length): Customize it's length.
14517 (gud-watch, gdb-var-create-handler): Display function::var format
14518 but don't use to create variable object.
14519 (gdb-var-create-handler): Use message-box in place of message.
14520 (gdb-stopped): Call gdb-exited if signalled.
14521
14522 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
14523
14524 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
14525
14526 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
14527
14528 * textmodes/reftex.el (reftex-locate-file): Search all extensions
14529 if `reftex-try-all-extensions' is set.
14530
14531 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
14532 fail silently when there is no valid argument at point.
14533 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
14534 `fail-silently' argument. From a patch by David Reiter.
14535
14536 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
14537 New commands.
14538 (org-mark-ring): New variable.
14539 (org-mark-ring-length): New option.
14540 (org-open-at-point, org-goto, org-open-file): Push old position
14541 onto the mark ring.
14542 (org-add-hook): New function.
14543 (org-export-table-remove-special-lines): New option.
14544 (org-skip-comments, org-format-org-table-html): Respect new
14545 option `org-export-table-remove-special-lines'.
14546 (org-open-file): Allow special command configuration for
14547 directory link.
14548 (org-file-apps): Fix bugs in customize type, added setting
14549 for directories.
14550 (org-activate-tags, org-format-agenda-item, org-complete)
14551 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
14552 (org-get-tags, org-get-buffer-tags, org-open-at-point)
14553 (org-link-search, org-make-org-heading-search-string)
14554 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
14555 (org-radio-targets, org-file-link-context-use-camel-case)
14556 (org-activate-camels): New options.
14557 (org-update-radio-target-regexp, org-all-targets)
14558 (org-make-target-link-regexp, org-activate-target-links):
14559 New functions.
14560 (org-make-org-heading-search-string): New function.
14561 (org-store-link, org-insert-link): Use new option
14562 `org-file-link-context-use-camel-case'.
14563 (org-activate-camels): Use new option `org-activate-camels'.
14564 (org-link-regexp): Add mhe prefix.
14565 (org-open-at-point, org-store-link): Support for mhe links.
14566 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
14567 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
14568 (org-mhe-get-header, org-follow-mhe-link): New functions.
14569 (org-remove-angle-brackets, org-add-angle-brackets):
14570 New functions.
14571 (org-bracket-link-regexp): New constant.
14572 (org-read-date): Fix bug that was rejecting all typed dates.
14573 (org-link-search): Make hierarchy above visible after a match.
14574 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
14575 (org-store-link): Fix bug with link creation when cursor is in
14576 an empty line.
14577 (org-open-at-point): Fix bug with matching a link.
14578 Fixed buggy argument sequence in call to `org-view-tags'.
14579 (org-compile-prefix-format): Set `org-prefix-has-tag'.
14580 (org-prefix-has-tag): New variable.
14581 (org-format-agenda-item): Remove tags from headline
14582 if appropriate.
14583 (org-agenda-remove-tags-when-in-prefix): New option.
14584
14585 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
14586
14587 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
14588 Fix the regular expressions.
14589
14590 2006-02-21 Richard M. Stallman <rms@gnu.org>
14591
14592 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
14593 if there's no other specific basis.
14594
14595 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
14596 as variables at all.
14597 (unsafep-variable): Rename arg; doc fix.
14598
14599 * abbrevlist.el (list-one-abbrev-table): Add autoload.
14600
14601 * calendar/appt.el (diary-selective-display): Add defvar.
14602
14603 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
14604
14605 * isearch.el (search-whitespace-regexp): Fix custom type.
14606
14607 * help.el (describe-key-briefly): Compute interactive args
14608 in same was as before previous change.
14609
14610 * files.el (enable-local-variables): Doc fix.
14611
14612 2006-02-21 Kim F. Storm <storm@cua.dk>
14613
14614 * fringe.el: Cleanup as file is now pre-loaded.
14615 (fringe-bitmaps): Initialize unconditionally.
14616 (fringe-mode, set-fringe-style): Remove autoload cookies.
14617
14618 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
14619
14620 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
14621 `horizontal-bar'.
14622 (fringe-cursor-alist): Use `horizontal-bar'.
14623
14624 2006-02-20 Kim F. Storm <storm@cua.dk>
14625
14626 * fringe.el (fringe-bitmaps): Update to new bitmap names.
14627 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
14628
14629 * loadup.el: Load "fringe" on window systems.
14630
14631 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
14632
14633 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
14634 out of scope components.
14635
14636 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
14637 default.
14638
14639 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
14640
14641 * custom.el (customize-mark-to-save, customize-mark-as-set):
14642 Load the symbol first.
14643
14644 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
14645
14646 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
14647 strech spec so it doesn't display as "^J" on the header line
14648 when `Buffer-menu-use-header-line' is t.
14649
14650 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
14651
14652 * speedbar.el (speedbar-make-button): Keep text properties
14653 of string arguments if desired.
14654
14655 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
14656 expessions.
14657
14658 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
14659 of speedbar.
14660
14661 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
14662
14663 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
14664 to value of `read-file-name-completion-ignore-case'.
14665
14666 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
14667
14668 * custom.el (customize-mark-as-set): Push to `user' theme.
14669
14670 * cus-edit.el (custom-save-variables): Allow unthemed values.
14671 (customize-set-variable): Push setting to `user' theme.
14672
14673 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
14674
14675 * progmodes/gud.el: Don't require font-lock as it's now
14676 automatically loaded.
14677 (gud-speedbar-buttons): Replace gdb-var-changed with
14678 gdb-force-update.
14679
14680 * progmodes/gdb-ui.el (gdb-force-update): Rename from
14681 gdb-var-changed.
14682 (gdb-post-prompt): Use it.
14683 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
14684 (gdb-var-update-handler, gdb-var-delete)
14685 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
14686 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
14687 gdb-force-update in gdb-post-prompt.
14688 (gdb-reset): Clear watch expressions from speedbar when quitting.
14689
14690 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
14691
14692 * viper-cmd.el (viper-insert-state-post-command-sentinel)
14693 (viper-change-state-to-vi, viper-change-state-to-emacs):
14694 Make aware of cursor coloring in the Emacs state.
14695 (viper-special-read-and-insert-char): Use read-char-exclusive.
14696 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
14697
14698 * viper-init.el (viper-emacs-state-cursor-color): New variable.
14699
14700 * viper-util.el (viper-save-cursor-color)
14701 (viper-get-saved-cursor-color-in-replace-mode)
14702 (viper-get-saved-cursor-color-in-insert-mode)
14703 (viper-restore-cursor-color): Make aware of the cursor color in Emacs
14704 state.
14705 (viper-get-saved-cursor-color-in-emacs-mode): New function.
14706
14707 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
14708 (ediff-ignore-case-option3, ediff-actual-diff-options)
14709 (ediff-actual-diff3-options): New variables to control case sensitivity.
14710 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
14711 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
14712 (ediff-toggle-ignore-case): New function.
14713 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
14714
14715 * ediff-help.el (ediff-long-help-message-narrow2)
14716 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
14717 (ediff-long-help-message-word-mode): Add ignore-case command.
14718 (ediff-help-for-quick-help): Add ignore-case command.
14719
14720 * ediff-merg.el: Move provide to the end.
14721
14722 * ediff-ptch.el: Move provide to the end.
14723
14724 * ediff-wind.el: Move provide to the end.
14725
14726 * ediff-mult.el: Move provide to the end.
14727 (ediff-set-meta-overlay): Enable follow-link.
14728
14729 * ediff.el: Move provide to the end.
14730 Break recursive load cycle in eval-when-compile.
14731 (ediff-patch-buffer): Better heuristics.
14732
14733 * ediff-util.el: Move provide to the end.
14734 Break recursive load cycle in eval-when-compile.
14735 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
14736 defuns.
14737 (ediff-submit-report): Pass the values of ediff-diff3-program,
14738 ediff-diff3-options.
14739
14740 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
14741
14742 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
14743 the opening bracket of the following bracketing pairs: {}, [], (), <>,
14744 `' (for example, in the docstring of `windmove-default-keybindings').
14745
14746 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
14747
14748 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
14749 shadow face. Don't provide binding to edit variable when it is
14750 out of scope.
14751
14752 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
14753 (gdb-var-update-handler): Detect out of scope variables with pre
14754 GDB 6.4 too.
14755 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
14756 Reset status of variable objects to nil in update handlers.
14757 (gdb-var-update-handler-1): Detect when a variable object comes
14758 in scope. setcar on var changes gdb-var-list directly.
14759
14760 2006-02-17 Juri Linkov <juri@jurta.org>
14761
14762 * ffap.el (ffap) <defface>: Add explicit face declaration.
14763 (ffap-highlight): Use face `ffap' directly instead of checking
14764 for its existence.
14765
14766 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
14767 `visible-ok' of `other-buffer' to find the right original buffer.
14768
14769 * info.el (Info-search): Skip `Local Variables' node.
14770
14771 2006-02-17 Juri Linkov <juri@jurta.org>
14772
14773 * info.el (Info-find-file): Check for symbols `apropos', `history',
14774 `toc' in the input filename, and return these symbols as is.
14775 (Info-find-node-2): Set Info-current-file to symbols `apropos',
14776 `history', `toc' instead of strings.
14777 (Info-set-mode-line): For non-string Info-current-file use the
14778 symbol's name inside **.
14779 (Info-isearch-push-state): Add quote before Info-current-file and
14780 Info-current-node.
14781 (Info-isearch-pop-state): Use `equal' instead of `string='.
14782 (Info-extract-pointer, Info-following-node-name): Use
14783 `match-string-no-properties' instead of `match-string'.
14784 (Info-up): Check `old-file' for `stringp'.
14785 (Info-history): Use `equal' instead of `string-equal'.
14786 Check `file' for `stringp'.
14787 (Info-history): Use symbol `history' instead of string as first arg
14788 of `Info-find-node'.
14789 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
14790 `toc' instead of string.
14791 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
14792 instead of `buffer-substring', and `match-string-no-properties'
14793 instead of `match-string'.
14794 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
14795 instead of strings.
14796 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
14797 Use symbol `apropos' instead of string.
14798 (Info-copy-current-node-name): Check `Info-current-file' for
14799 `stringp' and construct a command with `Info-find-node' from it.
14800 (Info-fontify-node): Use `match-string-no-properties' instead of
14801 `match-string' and check file names for `stringp'.
14802 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
14803 `history', `toc' instead of strings.
14804
14805 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
14806
14807 * files.el: Rearrange functions and variables in the file local
14808 variables section.
14809
14810 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
14811
14812 * files.el: Add truncate-lines, ispell-check-comments and
14813 ispell-local-dictionary as safe local variables.
14814
14815 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
14816
14817 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
14818 out of scope variables.
14819 (gud-speedbar-buttons): Use unless.
14820
14821 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
14822 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
14823 (gdb-show-changed-values): Also use for out of scope variables.
14824 (gdb-var-update-handler-1): Note if variable goes out of scope.
14825
14826 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
14827
14828 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
14829 default to global variable values for unsupplied args.
14830 (rcirc-get-buffer-create): Fix bug with setting the target.
14831 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
14832 test for rcirc-always-use-server-buffer-flag here.
14833 (rcirc-response-formats): Add %N, which is a facified nick. %n
14834 uses the default face. Change the ACTION format string. If the
14835 "nick" is the server, don't print anything for that field.
14836 Comment fixes.
14837 (rcirc-target-buffer): Don't test
14838 rcirc-always-use-server-buffer-flag here.
14839 (rcirc-print): Squeeze extra spaces out of the text before message.
14840 (rcirc-put-nick-channel): Strip potential "@" char from nick
14841 before adding them to nick table.
14842 (rcirc-url-regexp): Improve to match address like "foo.com".
14843
14844 2006-02-17 Eli Zaretskii <eliz@gnu.org>
14845
14846 * allout.el (allout-hidden-p): Move this defsubst before
14847 allout-overlay-interior-modification-handler, where it is first
14848 used.
14849
14850 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
14851
14852 * allout.el: Use allout invisible-text overlays instead of
14853 selective display for concealed text. Also, lots of general
14854 cleanup, and improved compatibility code.
14855
14856 (allout-version): Incremented, corrected, revised, and refined
14857 module commentary.
14858
14859 (provide 'allout): Moved to the bottom, added a require of overlay.
14860
14861 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
14862 `except-current'.
14863 (allout-write-file-hook-handler): Minimize delay.
14864 (count-trailing-whitespace-region): New function so
14865 auto-encryption of current topic can resituate cursor exactly.
14866 PGP/GPG encryption trims trailing whitespace from lines, which
14867 must be accounted for across encryption then decryption.
14868
14869 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
14870 just plain "\C-c", to avoid intruding on user's keybinding space.
14871
14872 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
14873 parameter, so user request to provide a new password is done.
14874
14875 (allout-outside-normal-auto-fill-function, allout-auto-fill):
14876 Refined mechanism for auto-filling behavior while in allout mode.
14877
14878 (allout-mode): Explicitly specify the mode map in the docstring.
14879 Clarify provision for various write-file hook var names.
14880 Adjusted for invisible-text overlays instead of selective-display.
14881
14882 (allout-depth): Really return 0 if not within any topic. This
14883 rectifies `allout-beginning-of-level' and sequence numbering
14884 errors that occur when cutting and pasting numbered topics.
14885 Changed from a in-line subst to a regular function, as well.
14886
14887 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
14888
14889 (allout-end-of-subtree, allout-end-of-subtree)
14890 (allout-end-of-entry, allout-end-of-current-heading)
14891 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
14892 (allout-show-children, allout-show-to-offshoot)
14893 (allout-hide-current-entry, allout-show-current-entry): Rectified
14894 handling of trailing blank lines between items.
14895
14896 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
14897 (allout-current-depth, allout-unprotected, allout-hidden-p)
14898 (allout-on-current-heading-p, allout-listify-exposed)
14899 (allout-chart-subtree, allout-goto-prefix)
14900 (allout-back-to-current-heading, allout-get-body-text)
14901 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
14902 (allout-hide-region-body, allout-toggle-subtree-encryption)
14903 (allout-encrypt-string, allout-encrypted-key-info)
14904 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
14905 (allout-file-vars-section-data): Adjusted for use with
14906 invisible-text overlays instead of selective-display.
14907
14908 (allout-kill-line, allout-kill-topic, allout-yank-processing):
14909 Reworked for use with invisible text overlays.
14910
14911 (allout-current-topic-collapsed-p): New function.
14912
14913 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
14914 to know when to close the containing topic.
14915
14916 (allout-pre-command-business, allout-post-command-business):
14917 Simplify undo-batching and dynamic isearch exposure.
14918
14919 (allout-set-overlay-category): New for invisible-text overlays.
14920 Sets properties of allout-overlay-category, used by
14921 allout-flag-region to set invisible-text overlay properties.
14922 (allout-get-invisibility-overlay): Get the first qualifying
14923 invisibility overlay, so we can find the extent of it.
14924 (allout-back-to-visible-text): Get to just before the beginnining
14925 of the current invisibility overlay, if any.
14926
14927 (allout-overlay-insert-in-front-handler)
14928 (allout-overlay-interior-modification-handler)
14929 (allout-before-change-handler, allout-isearch-end-handler): New
14930 functions to handle extraordinary actions affecting concealed
14931 text.
14932
14933 (allout-flag-region): Use overlays instead of selective-display
14934 for invisible text - by inheritence from the properties of
14935 allout-overlay-category in mainline Emacs, and applied
14936 property-by-property in XEmacs, some recent versions of which
14937 don't inherit the properties from the category. Provisions to
14938 respond to concealed-text edits simplified drastically.
14939
14940 (allout-isearch-rectification, allout-isearch-was-font-lock)
14941 (allout-isearch-expose, allout-enwrap-isearch)
14942 (allout-isearch-abort, allout-pre-was-isearching)
14943 (allout-isearch-prior-pos, allout-isearch-did-quit)
14944 (allout-isearch-dynamic-expose)
14945 (allout-hide-current-entry-completely): Functions deleted.
14946
14947 (allout-undo-aggregation): Explicit undo aggregation no longer
14948 necessary due to transition away from selective-display.
14949
14950 (set-allout-regexp, allout-up-current-level)
14951 (allout-next-visible-heading, allout-forward-current-level)
14952 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
14953 (allout-kill-line, allout-yank-processing, allout-show-children)
14954 (allout-expose-topic, allout-old-expose-topic)
14955 (allout-listify-exposed, allout-insert-latex-header)
14956 (allout-toggle-subtree-encryption, allout-encrypt-string)
14957 (remove-from-invisibility-spec, allout-hide-current-subtree):
14958 Ditched unused variables.
14959
14960 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
14961
14962 * textmodes/ispell.el (ispell-change-dictionary): Call
14963 ispell-buffer-local-dict instead of
14964 ispell-accept-buffer-local-defs.
14965 (ispell-local-dictionary-alist): Accept as valid any coding-system
14966 supported by Emacs.
14967 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
14968 changed to iso-8859-3.
14969
14970 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
14971
14972 * speedbar.el (speedbar-frame-width): Make an inline function
14973 instead of a macro. Use frame-width.
14974 (speedbar-try-completion, speedbar-update-contents)
14975 (speedbar-timer-fn): Use consp.
14976 (speedbar-update-localized-contents): Try to preserve point.
14977
14978 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
14979 (menu): Re-order menu items.
14980 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
14981 field.
14982 (gdb-var-update-handler-1): Use it for GDB 6.4+.
14983 (gdb-post-prompt): Speed things by not forcing update.
14984
14985 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
14986
14987 * wid-edit.el (widget-button-click): For mouse-1, cancel button
14988 press and perform default action if we get a mouse movement event.
14989
14990 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
14991
14992 * calendar/icalendar.el (icalendar--get-event-property)
14993 (icalendar--get-event-property-attributes): Fix typos in
14994 docstrings.
14995
14996 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
14997 docstring.
14998
14999 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
15000
15001 * bs.el (bs-mode): Use `buffer-disable-undo'.
15002 (bs--get-file-name): Simplify.
15003 (bs-show-in-buffer): Mark the buffer as not modified.
15004
15005 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
15006
15007 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
15008 widget-button-click.
15009
15010 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
15011 (custom-mode): Update docstring.
15012
15013 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
15014 binding.
15015
15016 * files.el (hack-local-variables-confirm): Allow scrolling if the
15017 file variable list is too long. Kill temp buffer after use.
15018
15019 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
15020
15021 * progmodes/gud.el (gdb): Improve doc string.
15022 (gdb-script-font-lock-keywords): Expand allowed character set.
15023
15024 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
15025 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
15026 (gdb-separate-io-interrupt, gdb-separate-io-quit)
15027 (gdb-separate-io-stop, gdb-separate-io-eof):
15028 Rename from gdb-inferior-* to gdb-separate-*.
15029 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
15030
15031 2006-02-14 Jay Belanger <belanger@truman.edu>
15032
15033 * calc/calc-arith.el (math-check-known-scalarp): Make sure
15034 expression is a symbol before checking that it is bound.
15035
15036 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
15037 test to see if equation can be solved.
15038
15039 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
15040
15041 * wid-edit.el (widget-button-click): Use :pressed-face property
15042 for overlay face, if it exists.
15043
15044 * cus-edit.el (custom-manual, custom-add-see-also)
15045 (custom-add-parent-links, custom-group-link): Add :pressed-face
15046 property to links.
15047
15048 * files.el (hack-local-variables): Remove ignored variables before
15049 checking if any variables need setting.
15050
15051 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15052
15053 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
15054
15055 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
15056
15057 * help.el (where-is): Fix message for remapped commands.
15058
15059 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
15060 Fix typos in docstrings.
15061
15062 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
15063
15064 * files.el (safe-local-variable-values): New option.
15065 (hack-local-variables-prop-line): Return a list of variable-value
15066 pairs if MODE-ONLY is non-nil.
15067 (hack-local-variables): Construct list of variable-value pairs,
15068 and apply or reject them in one go. Ask for confirmation if
15069 variables are not known safe.
15070 (hack-local-variables-confirm): Complete rewrite. Support
15071 `safe-local-variable-values'.
15072 (enable-local-variables): Update docstring to reflect new
15073 behavior.
15074 (ignored-local-variables): Ignore ignored-local-variables and
15075 safe-local-variable-values.
15076 (safe-local-variable-p): New function.
15077 (risky-local-variable-p): `safe-local-variable' property check
15078 moved to safe-local-variable-p.
15079 (hack-one-local-variable): Checks moved to hack-local-variables.
15080
15081 (byte-compile-dynamic, c-basic-offset, c-file-style)
15082 (c-indent-level, comment-column, fill-column, fill-prefix)
15083 (indent-tabs-mode, kept-new-versions, no-byte-compile)
15084 (no-update-autoloads, outline-regexp, page-delimiter)
15085 (paragraph-start, paragraph-separate, sentence-end)
15086 (sentence-end-double-space tab-width, version-control):
15087 Add `safe-local-variable' property.
15088
15089 * find-lisp.el: Delete nonexistent `autocompile' file variable.
15090
15091 * icomplete.el, play/landmark.el: Change nonexistent
15092 `outline-layout' file variable to `allout-layout'.
15093
15094 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
15095
15096 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
15097 (gdb-get-changed-registers): Test value of gud-minor-mode relative
15098 to gud-comint-buffer.
15099 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
15100 gdb-ui.el for gdb-mi.el.
15101 (gdb-post-prompt, gdb-get-changed-registers): Move test for
15102 registers buffer to gdb-get-changed-registers.
15103 (gdb-breakpoint-regexp): New regexp. Allow toggling and
15104 deletion of catchpoints (throw and catch).
15105 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
15106 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
15107 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
15108 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
15109 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
15110
15111 2006-02-13 Jay Belanger <belanger@truman.edu>
15112
15113 * calc/calc-arith.el (math-check-known-matrixp): Make sure
15114 expression is a symbol before checking that it is bound.
15115
15116 2006-02-13 Richard M. Stallman <rms@gnu.org>
15117
15118 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
15119 for the minibuffer too, but not if resize-mini-windows will interfere.
15120
15121 * help.el (describe-key-briefly, describe-key): Do all arg-reading
15122 inside `interactive' spec.
15123 (describe-key-briefly-internal, describe-key-internal):
15124 Functions merged back into their callers.
15125
15126 2006-02-13 Martin Rudalics <rudalics@gmx.at>
15127
15128 * info.el (info-xref-visited): Inherit from info-xref too.
15129 (Info-set-mode-line): Replace occurrences of `%' by `%%'
15130 when propertizing Info-current-file and Info-current-node.
15131
15132 2006-02-13 Juri Linkov <juri@jurta.org>
15133
15134 * tumme.el (tumme-thumbnail-storage): Fix docstring.
15135 (tumme-thumb-name): Fix per-directory format.
15136
15137 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
15138
15139 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
15140
15141 2006-02-12 Miles Bader <miles@gnu.org>
15142
15143 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
15144
15145 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
15146
15147 * tumme.el: Remove history section. If someone needs the it, it
15148 can always be found in CVS.
15149
15150 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
15151
15152 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
15153 about the Thumbnail Managing Standard option.
15154
15155 2006-02-12 Richard M. Stallman <rms@gnu.org>
15156
15157 * subr.el (substitute-key-definition): Doc fix.
15158
15159 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
15160
15161 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
15162
15163 * info.el (Info-mode): Doc fix.
15164
15165 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
15166
15167 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
15168
15169 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
15170 because on Solaris a POSIX compatible "id" is needed. Reported by
15171 Magnus Henoch <mange@freemail.hu>.
15172
15173 2006-02-12 Juri Linkov <juri@jurta.org>
15174
15175 * tumme.el: Remove todo item about Thumbnail Managing Standard.
15176 (tumme) <defgroup>: Change :group to `multimedia'.
15177 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
15178 Managing Standard.
15179 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
15180 Fix dostring.
15181 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
15182 and %y. Fix docstring.
15183 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
15184 (tumme-cmd-create-standard-thumbnail-command): New user options.
15185 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
15186 is `standard'. Fix docstring.
15187 (tumme-thumb-width, tumme-thumb-height): New user options.
15188 (tumme-external-viewer): Try to find various viewers.
15189 (tumme-get-thumbnail-image): Use `create-image' instead of
15190 constructing the `image' structure.
15191 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
15192 `standard'.
15193 (tumme-thumb-name): Add file name generation for standard storage.
15194 Simplify code for other storages.
15195 (tumme-thumb-name): Use width %w and height %h instead of size %s.
15196 Add modification time %m and thumbnail-nq8 %q.
15197 Use `tumme-cmd-create-standard-thumbnail-command' if
15198 tumme-thumbnail-storage is `standard'.
15199 (tumme-dired-insert-marked-thumbs): New autoload command.
15200 (tumme-dired-after-readin-hook): New function.
15201 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
15202 `tumme-thumb-size'.
15203 (tumme-display-image): Replace size-x %x and size-y %y with
15204 width %w and height %h.
15205
15206 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
15207 `tumme-dired-insert-marked-thumbs'.
15208
15209 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
15210
15211 * tumme.el (tumme-write-tag): Fix small bug (file name did not
15212 include path).
15213 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
15214 matching tag.
15215
15216 2006-02-12 Miles Bader <miles@gnu.org>
15217
15218 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
15219 New variables.
15220 (rcirc-abbrev-nick): New function.
15221 (rcirc-format-response-string): Rewrite to use the formats in
15222 `rcirc-response-formats' and expand escape sequences therein.
15223 A text-property `rcirc-text' is added over the actual response
15224 text to make easy to find inside the returned string.
15225 (rcirc-print): When filling, just look for the `rcirc-text'
15226 text-property to find the appropriate fill prefix, instead of
15227 using hardwired patterns.
15228
15229 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
15230
15231 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
15232 Managing Standard.
15233
15234 2006-02-11 Kim F. Storm <storm@cua.dk>
15235
15236 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
15237 Don't use insert-buffer; do insert-buffer-substring directly.
15238 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
15239
15240 2006-02-11 Martin Rudalics <rudalics@gmx.at>
15241
15242 * files.el (revert-buffer, recover-file): Replace buffer-read-only
15243 with inhibit-read-only. Suggested by Stefan Monnier.
15244 (revert-buffer): Let insert-file-contents discard
15245 buffer-undo-list. Simplify code.
15246 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
15247
15248 2006-02-11 Eli Zaretskii <eliz@gnu.org>
15249
15250 * menu-bar.el (menu-bar-select-yank): Add a doc string.
15251
15252 * help.el (describe-key-briefly): Now a wrapper for
15253 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
15254 to t. Populate yank-menu if empty.
15255 (describe-key-briefly-internal): Renamed from describe-key-briefly.
15256 (describe-key): Now a wrapper for describe-key-internal. Bind
15257 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
15258 (describe-key-internal): Renamed from describe-key.
15259
15260 2006-02-11 Milan Zamazal <pdm@zamazal.org>
15261
15262 * progmodes/glasses.el (glasses-separator): Doc fix.
15263 (glasses-original-separator): New defcustom.
15264 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
15265
15266 2006-02-11 Martin Rudalics <rudalics@gmx.at>
15267
15268 * mwheel.el (mouse-wheel-up-event): Doc fix.
15269
15270 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
15271
15272 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
15273 (tumme-dir): New function. Copied from thumbs.el.
15274
15275 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
15276
15277 * desktop.el (desktop-outvar): Fix typo.
15278 (desktop-save-buffer-p): Doc fix.
15279
15280 * subr.el (substitute-key-definition): Fix typo.
15281
15282 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15283
15284 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
15285 when window-system is mac.
15286
15287 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
15288
15289 2006-02-10 Kim F. Storm <storm@cua.dk>
15290
15291 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
15292 indirect-function instead of using condition-case.
15293
15294 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
15295
15296 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
15297 less `colloquial'...
15298
15299 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
15300
15301 * tumme.el: Add a couple of todo items.
15302
15303 2006-02-09 Lars Hansen <larsh@soem.dk>
15304
15305 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
15306 (highlight-changes-mode): Don't change desktop-locals-to-save.
15307
15308 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
15309
15310 * image-mode.el (image-toggle-display): Clear image cache if using
15311 filename.
15312
15313 2006-02-09 Masatake YAMATO <jet@gyve.org>
15314
15315 * dired-x.el (dired-guess-shell-alist-default): Add .man as
15316 a `dired-man' target.
15317
15318 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
15319 boundary of symbols.
15320
15321 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
15322
15323 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
15324
15325 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
15326
15327 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
15328 `mapcar'; return nil.
15329
15330 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
15331
15332 * mouse.el (mouse-drag-track): Don't change window if we rebind to
15333 some other event.
15334
15335 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
15336
15337 * net/rcirc.el (rcirc-startup-channels-alist):
15338 Add irc.freenode.net and #emacs as defaults.
15339 (rcirc-ignore-all-activity-flag): Remove variable.
15340 (rcirc-authinfo): New variable.
15341 (rcirc-authinfo-filename): Remove variable.
15342 (rcirc-always-use-server-buffer-flag): New flag.
15343 (rcirc): M-x rcirc will automatically connect without prompting.
15344 C-u M-x rcirc will prompt. Use rcirc-connect to create a
15345 connection in lisp.
15346 (rcirc-process-server-response-1): Remove everything but the nick
15347 portion of the sender so it doesn't need to be done everywhere
15348 else. Update related code.
15349 (global-map): Remove global keybindings.
15350 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
15351 (rcirc-send-input): Split into several functions.
15352 (rcirc-process-input-line, rcirc-process-message)
15353 (rcirc-process-command): New functions.
15354 (rcirc-target-buffer): New function to determine where to route
15355 messages.
15356 (rcirc-user-nick): Save match data.
15357 (rcirc-toggle-ignore-buffer-activity)
15358 (rcirc-update-activity-string): Remove global ignore functionality,
15359 which can be done now by toggling rcirc-track-minor-mode.
15360 (rcirc-track-minor-mode-map): New keymap.
15361 (rcirc-track-minor-mode): New minor-mode.
15362 (ignore): Make the ignore output nicer. Always print it when
15363 adding or removing nicks.
15364 (rcirc-url-regexp): Improve.
15365 (rcirc-mangle-text): Remove properties before using text in the
15366 modeline.
15367 (rcirc-authenticate): Authentication data comes from
15368 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
15369 (rcirc-server-prefix): Inherit from rcirc-server.
15370
15371 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
15372
15373 * Makefile.in (compile): Append "|| true" to the end of the `find'
15374 command, like compile-always does.
15375
15376 2006-02-08 Sam Steingold <sds@gnu.org>
15377
15378 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
15379 output from a dead connection.
15380
15381 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
15382
15383 * dired.el (dired-mode-map): Add more bindings for tumme.
15384
15385 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
15386
15387 * wdired.el (wdired-mode-map): Use remap.
15388 (wdired-get-filename): Massage.
15389 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
15390 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
15391 `keymap' property rather than `local-map'.
15392
15393 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
15394
15395 * tumme.el (tumme-get-thumbnail-image): New utility function.
15396 Suggested by from Chong Yidong.
15397 (tumme-dired-with-window-configuration): Rename from
15398 `tumme-dired'. Add code to save window configuration.
15399 (tumme-restore-window-configuration): New command to restore the
15400 window configuration that `tumme-dired-with-window-configuration'
15401 saves before it changes the window configuration.
15402 (tumme-show-all-from-dir): New command to display thumbnails for
15403 all files in a directory entered by the user, like M-x thumbs.
15404 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
15405 have been created.
15406 (tumme-display-thumbnail-original-image): Call `display-buffer'.
15407 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
15408 Remove obsolete test function.
15409
15410 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
15411
15412 * vc.el (small-temporary-file-directory): Remove defvar; there's
15413 a defcustom for it in files.el.
15414
15415 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
15416 Fix typo in message.
15417 (tumme-gallery-generate): Fix typo in `error' message.
15418 (tumme-display-window-height-correction)
15419 (tumme-display-window-width-correction, tumme-line-up-dynamic)
15420 (tumme-line-up-interactive): Dox fixes.
15421 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
15422 (tumme-restore-window-configuration, tumme-format-properties-string)
15423 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
15424 Fix typos in docstrings.
15425
15426 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com>
15427
15428 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
15429
15430 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
15431
15432 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
15433 User should use hook if desired.
15434
15435 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
15436 buffer if necessary.
15437 (gdb-delete-frame-or-window): New function.
15438 (gdb-breakpoints-mode-map): Bind "q" to it.
15439
15440 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
15441
15442 * textmodes/nroff-mode.el: Clean up name space.
15443 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
15444 (nroff-mode): Obey the global setting of nroff-electric-mode.
15445 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
15446
15447 * calendar/calendar.el (calendar-increment-month): Typo in last change.
15448
15449 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
15450
15451 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
15452
15453 2006-02-06 Lars Hansen <larsh@soem.dk>
15454
15455 * generic-x.el (etc-fstab-generic-mode): Add file system types
15456 cifs and usbdevfs. Allow special chars in file names.
15457
15458 2006-02-05 Jay Belanger <belanger@truman.edu>
15459
15460 Update copyright notices of the files in lisp/calc.
15461
15462 2006-02-05 Romain Francoise <romain@orebokech.com>
15463
15464 Update copyright notices of all files in the lisp/play directory.
15465
15466 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
15467
15468 * ldefs-boot.el: Regenerate.
15469
15470 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
15471
15472 2006-02-05 Kim F. Storm <storm@cua.dk>
15473
15474 * files.el (magic-mode-regexp-match-limit): New defvar.
15475 (set-auto-mode): Use it to limit magic-mode-alist matching.
15476
15477 2006-02-04 Eli Zaretskii <eliz@gnu.org>
15478
15479 * info.el (Info-index, Info-mode): Improve the description of the
15480 `i' command.
15481
15482 * ldefs-boot.el: Regenerate.
15483
15484 2006-02-03 Werner Lemberg <wl@gnu.org>
15485
15486 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
15487 greedy to find the closing bracket in \*[...] and similar
15488 expressions. This is a first rough fix -- many additional
15489 refinements are necessary to make nroff mode really usable with groff.
15490
15491 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
15492
15493 * international/mule-cmds.el (set-locale-environment):
15494 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
15495 libX11.
15496
15497 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
15498
15499 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
15500 archive are created in archive-tmpdir.
15501
15502 2006-02-02 John Paul Wallington <jpw@pobox.com>
15503
15504 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
15505 (ibuffer-fontification-alist): Use it.
15506 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
15507 to "* z" and the Ibuffer Mark menu.
15508
15509 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
15510
15511 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
15512
15513 * textmodes/table.el (*table--cell-describe-mode)
15514 (*table--cell-describe-bindings): Undo last change since
15515 print-help-return-message is not obsoleted by anything at all.
15516
15517 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
15518
15519 * emulation/cua-base.el (cua-mode): Doc fix.
15520
15521 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
15522
15523 * dframe.el (dframe-handle-make-frame-visible)
15524 (dframe-handle-iconify-frame, dframe-get-focus)
15525 (dframe-select-attached-frame, dframe-power-click)
15526 (dframe-frame-mode): Fix typos in docstrings.
15527
15528 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
15529 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
15530 Fix typos in docstrings.
15531
15532 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
15533 (hi-lock-face-buffer, hi-lock-font-lock-hook)
15534 (hi-lock-archaic-interface-message-used)
15535 (hi-lock-file-patterns-range): Fix typos in docstrings.
15536
15537 * savehist.el (savehist-loaded, savehist-load, savehist-install)
15538 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
15539
15540 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
15541 Fix typo in docstring.
15542
15543 * net/newsticker.el (newsticker--decode-iso8601-date)
15544 (newsticker--set-customvar, newsticker--buffer-insert-item)
15545 (newsticker--do-run-auto-mark-filter)
15546 (newsticker--parse-generic-feed): Doc fixes.
15547 (newsticker--retrieval-timer-list, newsticker-url-list)
15548 (newsticker-hide-immortal-items-in-echo-area)
15549 (newsticker-hide-obsolete-items-in-echo-area)
15550 (newsticker-new-item-face, newsticker--enclosure)
15551 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
15552 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
15553 (newsticker--parse-generic-feed, newsticker--cache-contains)
15554 (newsticker--stat-num-items, newsticker-download-enclosures):
15555 Fix typos in docstrings.
15556
15557 * net/rcirc.el (rcirc-debug): Doc fix.
15558 (rcirc-fill-column, rcirc-receive-message-hooks)
15559 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
15560 (rcirc-mode, rcirc-generate-new-buffer-name)
15561 (rcirc-startup-channels, rcirc-ignore-update-automatic)
15562 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
15563 Fix typos in docstrings.
15564 (rcirc-print): "?\ " -> "?\s".
15565 (rcirc-cmd-join): Improve argument/docstring consistency.
15566
15567 2006-02-01 Mark A. Hershberger <mah@everybody.org>
15568
15569 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
15570 before narrow-to-region.
15571
15572 2006-02-01 Richard M. Stallman <rms@gnu.org>
15573
15574 * simple.el (move-beginning-of-line): Scan properly for invis change.
15575
15576 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
15577
15578 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
15579
15580 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
15581 change bit only when id-format is 'integer. Reported by Matt
15582 Hodges <M.P.Hodges@rl.ac.uk>.
15583
15584 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
15585
15586 * hilit-chg.el (highlight-changes-initial-state)
15587 (highlight-changes-global-initial-state): Doc fixes.
15588 (highlight-changes-global-modes, global-highlight-changes):
15589 Fix typos in docstrings.
15590
15591 2006-02-01 Kim F. Storm <storm@cua.dk>
15592
15593 * emulation/cua-base.el (cua-mode): Mention that CUA enables
15594 transient-mark-mode in doc string.
15595
15596 2006-01-31 Richard M. Stallman <rms@gnu.org>
15597
15598 * replace.el (multi-occur): Doc fix.
15599 (multi-occur-in-matching-buffers): Rename from
15600 multi-occur-by-filename-regexp. Prefix arg says match
15601 buffer names instead of file names.
15602
15603 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
15604
15605 * bs.el: Allow non-default values of `bs-header-lines-length'.
15606 (bs--running-in-xemacs): Remove (not needed anymore).
15607 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
15608 instead of `shrink-window', thus avoiding having to compute the
15609 height of the window.
15610 (bs--up): Wrap around even when there's no header.
15611 (bs--down): Use `forward-line' instead of `next-line'.
15612
15613 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
15614
15615 * image-mode.el (image-toggle-display): Use file name if possible,
15616 instead of unnecessarily allocating a (possibly huge) lisp string.
15617
15618 2006-01-30 John Paul Wallington <jpw@pobox.com>
15619
15620 * subr.el (toplevel): Define `cl-assertion-failed' condition here
15621 because the `assert' macro signals it at runtime.
15622
15623 * emacs-lisp/cl.el (toplevel): Remove definition of
15624 `cl-assertion-failed' condition.
15625
15626 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
15627
15628 * thumbs.el (thumbs-marked-list): Make buffer-local and
15629 permanent-local.
15630 (thumbs-insert-thumb): Make help-echo non-sticky.
15631 (thumbs-file-alist): Use eolp as check for (non)-image.
15632
15633 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
15634
15635 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
15636 (ediff-before-session-group-setup-hooks)
15637 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
15638 Fix typos in docstrings.
15639
15640 * window.el (bw-dir, bw-eqdir, balance-windows)
15641 (split-window-keep-point): Fix typos in docstrings.
15642
15643 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
15644 (org-quote-string, org-calendar-to-agenda-key)
15645 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
15646 (org-show-following-heading, org-tags-column)
15647 (org-use-tag-inheritance, org, org-allow-space-in-links)
15648 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
15649 (org-enable-table-editor, org-calc-default-modes)
15650 (org-table-allow-automatic-line-recalculation)
15651 (org-export-html-style, org-export-with-fixed-width)
15652 (org-export-with-sub-superscripts, org-special-keyword)
15653 (org-formula, org-time-grid, org-table-may-need-update)
15654 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
15655 (org-goto-quit, org-get-indentation, org-end-of-item)
15656 (org-move-item-down, org-move-item-up)
15657 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
15658 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
15659 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
15660 (org-agenda-log-mode, org-agenda-toggle-diary)
15661 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
15662 (org-agenda-file-to-end, org-agenda-no-heading-message)
15663 (org-agenda-get-closed, org-format-agenda-item)
15664 (org-cmp-priority, org-cmp-category, org-cmp-time)
15665 (org-agenda-change-all-lines, org-agenda-diary-entry)
15666 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
15667 (org-link-search, org-camel-to-words, org-open-file)
15668 (org-remember-handler, org-table-convert-region)
15669 (org-table-move-row-down, org-table-move-row-up)
15670 (org-table-copy-region, org-table-wrap-region)
15671 (org-table-toggle-vline-visibility)
15672 (org-table-get-vertical-vector, org-table-modify-formulas)
15673 (org-table-get-specials, org-recalc-commands)
15674 (org-table-rotate-recalc-marks, org-table-eval-formula)
15675 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
15676 (org-level-color-stars-only, org-insert-heading):
15677 Fix typos in docstrings.
15678 (last-arg): Add defvar.
15679
15680 * makefile.w32-in (WINS): Add erc.
15681 (MH_E_SRC): Update (copied from lisp/Makefile.in).
15682
15683 2006-01-29 Bill Wohler <wohler@newt.com>
15684
15685 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
15686 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
15687 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
15688 (mh-autoloads): Don't use comments on otherwise empty lines.
15689
15690 2006-01-29 Edward O'Connor <ted@oconnor.cx>
15691
15692 * emulation/viper.el (viper-major-mode-modifier-list):
15693 Add insert-state and vi-state entries for erc-mode.
15694 (viper-go-away, viper-set-hooks): Add and remove
15695 viper-comint-mode-hook from erc-mode-hook as appropriate.
15696
15697 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
15698
15699 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
15700
15701 * bs.el (bs--format-aux): Implement `middle' alignment as
15702 described in the docstring for `bs-attributes-list'.
15703 (bs--get-name): Simplify. Don't pad the buffer name.
15704
15705 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
15706
15707 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
15708 English aspell dictionary is installed, use the first entry of
15709 ispell-dictionary-alist-1.
15710
15711 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
15712
15713 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
15714 Doc fix.
15715
15716 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
15717
15718 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
15719 for `process-file', in order to let it work for older Emacsen too.
15720
15721 2006-01-27 Eli Zaretskii <eliz@gnu.org>
15722
15723 * international/latexenc.el: Add a suitable `coding:' tag.
15724 (latexenc-find-file-coding-system): Undo last change.
15725
15726 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
15727
15728 * international/latexenc.el (latexenc-find-file-coding-system):
15729 Make sure latexenc-main-file is a regular file and is readable.
15730
15731 2006-01-27 Andre Spiegel <spiegel@gnu.org>
15732
15733 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
15734 Pass FILE to vc-user-login-name.
15735
15736 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
15737
15738 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
15739
15740 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
15741 there are no more images to display.
15742 (thumbs-mark, thumbs-unmark): Revert change so that they move to
15743 the next image.
15744
15745 2006-01-26 Richard M. Stallman <rms@gnu.org>
15746
15747 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
15748
15749 * wid-edit.el (advertised-widget-backward): New alias.
15750 (widget-keymap): Use advertised-widget-backward for S-TAB.
15751
15752 * tumme.el: Correct the keywords.
15753 (tumme-dir-max-size): Use defvar.
15754 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
15755
15756 * simple.el (move-beginning-of-line): Take account of fields.
15757 (clone-indirect-buffer-other-window): Take args like
15758 clone-indirect-buffer, and work like it.
15759
15760 * help-fns.el (describe-function): Don't pass `nil' as default.
15761
15762 * files.el (risky-local-variable-p): Follow var aliases.
15763
15764 * subr.el (lazy-completion-table): Doc fix.
15765
15766 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
15767 global binding of `line'.
15768
15769 2006-01-25 Andre Spiegel <spiegel@gnu.org>
15770
15771 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
15772 Tramp.
15773
15774 * vc.el (vc-default-dired-state-info): Pass FILE to
15775 vc-user-login-name.
15776 (vc-default-update-changelog): Don't use vc-user-login-name, we
15777 don't need it here.
15778
15779 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
15780 no longer necessary.
15781
15782 2006-01-25 Kenichi Handa <handa@m17n.org>
15783
15784 * international/mule.el (decode-char): Avoid the overhead of
15785 calling utf-lookup-subst-table-for-decode if
15786 utf-translate-cjk-mode is nil.
15787 (encode-char): Avoid the overhead of calling
15788 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
15789 nil.
15790
15791 2006-01-22 Kenichi Handa <handa@m17n.org>
15792
15793 * international/mule.el (make-subsidiary-coding-system): Reset
15794 `coding-system-define-form' property of subsidiaries to nil.
15795 Avoid duplicated entry in coding-system-alist.
15796 (make-coding-system): Avoid duplicated entry in
15797 coding-system-alist.
15798 (define-coding-system-alias): Likewise.
15799
15800 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
15801
15802 * completion.el: Minor fixes in introductory comment.
15803 (completion-def-wrapper): Fix alist.
15804
15805 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
15806
15807 * thumbs.el (thumbs-new-image-size): New function.
15808 (thumbs-increment-image-size-element)
15809 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
15810 (thumbs-decrement-image-size): Delete.
15811 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
15812 temp files and use to resize.
15813 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
15814 Use increment argument to enlarge/shrink. Preserve point.
15815 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
15816 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
15817 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
15818 (thumbs-mark, thumbs-unmark): Preserve point.
15819 (thumbs-modify-image): Keep old temp files and use to modify.
15820 Cleanup old temp files at load time. Preserve point.
15821 (thumbs-view-image-mode-map): Use new command names.
15822
15823 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
15824
15825 * log-view.el (log-view-minor-wrap): First rev is the one at point.
15826
15827 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
15828 the nastiest part of the cyclic dependency.
15829 (cal-menu-update): Use dotimes and calendar-increment-month.
15830
15831 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
15832 (calendar-week-start-day): Add an :initializer.
15833 (calendar-mode-map): Use suppress-keymap, and command remapping.
15834 (describe-calendar-mode): Setup xref-stack info for the back button.
15835 (calendar-star-date): Insert before delete.
15836 (calendar-set-mode-line): Add file-modified info if applicable.
15837 (calendar-increment-month): New function.
15838
15839 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
15840
15841 * font-lock.el (lisp-font-lock-keywords-2):
15842 Recognize "& keywords" only at word boundaries.
15843
15844 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
15845
15846 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
15847 and permanent-local.
15848 (thumbs-max-image-number): New variable.
15849 (thumbs-do-thumbs-insertion): Use them.
15850 (thumbs-per-line): Change default to 4.
15851 (thumbs-marked-list): Rename from thumbs-markedL.
15852 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
15853 (thumbs-rename-images): Use -list instead of L for internal variables.
15854 (thumbs-call-convert): Use call-process instead of shell-command.
15855 (thumbs-insert-thumb): Add filename as help-echo to each image.
15856 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
15857 Give dir to thumbs-show-thumbs-list.
15858 (thumbs-show-thumbs-list): Set default-directory to that of images.
15859 (thumbs-dired-show): Rename from thumbs-dired-show-all.
15860 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
15861 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
15862 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
15863
15864 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
15865
15866 * ses.el (ses-read-cell): Provide a default value.
15867
15868 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
15869
15870 * term/w32-win.el (image-library-alist): Add additional names for
15871 GIF library.
15872
15873 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
15874
15875 * international/latexenc.el (latexenc-find-file-coding-system):
15876 Add file-regular-p check.
15877
15878 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
15879
15880 * simple.el (clone-buffer): Don't show the new buffer in the same
15881 window.
15882
15883 2006-01-23 Juri Linkov <juri@jurta.org>
15884
15885 * faces.el (link, link-visited): New faces based on default values
15886 of `info-xref' and `info-xref-visited'.
15887
15888 * info.el (info-xref): Inherit from `link'.
15889 (info-xref-visited): Inherit from `link-visited'.
15890
15891 * cus-edit.el (custom-buffer-create-internal): Use widget type
15892 `custom-manual' instead of `info-link' and don't set properties
15893 `button-face' and `mouse-face' explicitly.
15894 (custom-browse-group-tag, custom-browse-variable-tag)
15895 (custom-browse-face-tag): Inherit from widget class
15896 `custom-group-link' instead of `push-button'.
15897 (custom-button-unraised): Inherit from `underline' face.
15898 (custom-link): Inherit from `link' face. Fix doc and group.
15899 (custom-add-parent-links, custom-group-value-create): Don't set
15900 properties `button-face' and `mouse-face' explicitly for
15901 `custom-group-link' widget.
15902 (custom-group-link): Add properties `button-face' and `mouse-face'
15903 to widget definition.
15904 (custom-field-keymap): New variable. Put `custom-field-keymap' to
15905 editable-field's :keymap property.
15906 (custom-mode): Fix docstring: substitute keybindings for
15907 `widget-forward' and `widget-backward' from `widget-keymap',
15908 `widget-complete' from `custom-field-keymap', replace old
15909 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
15910
15911 * desktop.el (desktop-load-file): Check for `fboundp' before
15912 calling `symbol-function'.
15913
15914 * simple.el (clone-buffer, clone-indirect-buffer)
15915 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
15916 `read-string'. Fix prompts.
15917
15918 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
15919
15920 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
15921
15922 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
15923
15924 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
15925
15926 * startup.el (inhibit-splash-screen, initial-scratch-message):
15927 Doc fixes.
15928
15929 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
15930
15931 Sync with Tramp 2.0.52.
15932
15933 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
15934 * net/tramp-vc.el: Add code for unloading Tramp. See comment before
15935 `tramp-unload-tramp' for checklist.
15936
15937 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
15938 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
15939 (tramp-unload-file-name-handler-alist)
15940 (tramp-unload-tramp): New defuns.
15941 (tramp-advice-PC-expand-many-files): New defadvice.
15942 (tramp-save-PC-expand-many-files, tramp-setup-complete): Defuns
15943 removed.
15944 (tramp-handle-expand-file-name): Remove double slash.
15945 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
15946 It doesn't matter, because it will be converted later on.
15947 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
15948 implementation was just heuristic.
15949 (tramp-post-connection): Set uid and gid properties.
15950 (tramp-convert-file-attributes): Set file's gid change bit.
15951 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
15952 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
15953 in case of su(do)? methods. The home directory of the local user
15954 will be taken else.
15955 (tramp-open-connection-telnet)
15956 (tramp-open-connection-rsh, tramp-open-connection-su)
15957 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
15958 local shell prompt could hurt. Reported by Romain Francoise
15959 <romain@orebokech.com>.
15960 (tramp-let-maybe): Add `edebug-form-spec' property.
15961 (tramp-handle-expand-file-name): Bind `default-directory' locally
15962 to "/" in order to avoid problems with UNC shares or Cygwin
15963 mounts.
15964 (tramp-md5-function): Fix typo in error message.
15965
15966 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
15967
15968 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
15969 for byte-compiler pacification.
15970
15971 2006-01-22 Andre Spiegel <spiegel@gnu.org>
15972
15973 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
15974 ID-FORMAT `string'. This allows us to get rid of
15975 `vc-user-login-name UID'.
15976
15977 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
15978
15979 2006-01-22 John Paul Wallington <jpw@pobox.com>
15980
15981 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
15982
15983 2006-01-21 Martin Rudalics <rudalics@gmx.at>
15984
15985 * emacs-lisp/find-func.el (find-definition-noselect)
15986 (find-variable-noselect): Search variables in C source code too.
15987 (find-function-C-source, find-function-noselect, find-function)
15988 (find-function-other-frame, find-variable-noselect, find-variable)
15989 (find-variable-other-frame, find-variable-at-point):
15990 Fix docstrings.
15991
15992 2006-01-21 Francesco Potort\e,Al\e(B <pot@gnu.org>
15993
15994 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
15995
15996 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
15997
15998 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
15999 Default to disabling the "Save affix" question.
16000
16001 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
16002
16003 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
16004 the first arg to run-python.
16005
16006 2006-01-21 Eli Zaretskii <eliz@gnu.org>
16007
16008 * startup.el (command-line-1): Handle --no-desktop if desktop.el
16009 is not loaded.
16010
16011 2006-01-20 Jay Belanger <belanger@truman.edu>
16012
16013 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
16014 limit is 0.
16015
16016 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
16017 the correct variable.
16018
16019 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
16020
16021 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
16022 link. Fixed buggy argument sequence in call to `org-view-tags'.
16023 (org-compile-prefix-format): Set `org-prefix-has-tag'.
16024 (org-prefix-has-tag): New variable.
16025 (org-format-agenda-item): Remove tags from headline if
16026 appropriate.
16027 (org-agenda-remove-tags-when-in-prefix): New option.
16028 (org-get-tags-at): New function.
16029
16030 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
16031
16032 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
16033 (thumbs-find-image): Move image name and number from buffer name
16034 to mode name. Set thumbs-buffer. Preserve point so that large
16035 images remain visible.
16036 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
16037 order.
16038 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
16039 mode name.
16040 (thumbs-next-image, thumbs-previous-image): Make them work.
16041
16042 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
16043
16044 * cus-edit.el (custom-buffer-create-internal): State in the text above
16045 the whole buffer buttons that they do not operate on hidden items.
16046 (custom-face-menu): Use `custom-face-save' instead of
16047 `custom-face-save-command'.
16048 (custom-face-save-command): Make it an alias for `custom-face-save'
16049 and declare it obsolete.
16050 (custom-face-save): Doc fix.
16051
16052 * dired.el (dired-no-confirm): Add quote.
16053 (dired-subdir-alist-pre-R): Add quote in
16054 `make-variable-buffer-local' form and remove unbalanced parenthesis.
16055
16056 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
16057
16058 * textmodes/table.el (table-mode-indicator): Typo in last change.
16059
16060 2006-01-19 Richard M. Stallman <rms@gnu.org>
16061
16062 * outline.el (hide-leaves): Don't call outline-end-of-heading.
16063 Fixes bug reported in Nov 2005.
16064
16065 * isearch.el (isearch-forward): Doc fix.
16066
16067 * dired.el (dired-move-to-filename-regexp): Define as alias.
16068 (dired-no-confirm): Use defcustom.
16069 (dired-subdir-alist-pre-R): Put defvar at top level.
16070
16071 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
16072
16073 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
16074 Mark as risky.
16075
16076 * simple.el (set-mark-command): Doc fix.
16077 (clone-indirect-buffer-other-window):
16078 Read arg like clone-indirect-buffer.
16079 (move-beginning-of-line): Skip invisible newlines.
16080
16081 2006-01-19 Masatake YAMATO <jet@gyve.org>
16082
16083 * progmodes/cpp.el (cpp-edit-load): Make the order of
16084 listed conditions in a base C code buffer and its associate
16085 CPP Edit buffer the same.
16086
16087 2006-01-19 Kenichi Handa <handa@m17n.org>
16088
16089 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
16090 (rmail-mime-feature): Likewise.
16091 (rmail-require-mime-maybe): Use display-warning to show a warning
16092 message.
16093
16094 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
16095 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
16096
16097 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
16098
16099 * array.el: Move defvars out of eval-when-compile.
16100 (array-make-template): Replace undeclared global var with a local one.
16101 (array-mode): Inline initialization functions.
16102 (array-init-local-variables, array-init-max-row)
16103 (array-init-max-column, array-init-columns-per-line)
16104 (array-init-field-width, array-init-rows-numbered)
16105 (array-init-line-length, array-init-lines-per-row): Remove.
16106
16107 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
16108 (doc-mode-map): Define explicitly.
16109 (doctor-txtype): Use mapc.
16110
16111 * textmodes/table.el: Move defvars out of eval-when-compile.
16112 Remove harmful code meant to avoid byte-compiler warnings.
16113 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
16114 specification that checks table-fixed-width-mode directly.
16115 (table-recognize-region, table-recognize-cell):
16116 Use restore-buffer-modified-p.
16117 (table-fixed-width-mode): Remove code that refreshes
16118 table-fixed-mode-indicator.
16119 (*table--cell-describe-bindings, *table--cell-describe-mode):
16120 Avoid obsolete name print-help-return-message.
16121 (table--test-cell-list): Don't use replace-regexp from elisp.
16122 (table--point-entered-cell-function, table--point-left-cell-function):
16123 Don't set table-fixed-mode-indicator, use force-mode-line-update.
16124
16125 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
16126 that was after the end of file. Use buffer-file-name variable.
16127 (org-timestamp-change): Use with-current-buffer.
16128 (org-todo-list): Don't unnecessarily define a new buffer-local var.
16129 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
16130 `file'.
16131
16132 * progmodes/fortran.el: Move defvars out of eval-when-compile.
16133 (fortran-break-line): Remove unused var `opoint'.
16134 (fortran-abbrev-start): Obey help-event-list.
16135
16136 2006-01-18 Jesper Harder <harder@phys.au.dk>
16137
16138 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
16139
16140 2006-01-18 Masatake YAMATO <jet@gyve.org>
16141
16142 * progmodes/make-mode.el (makefile-imake-mode): New mode
16143 derived from makefile-mode.
16144 (makefile-imake-mode-syntax-table): New syntax table
16145 derived from makefile-mode-syntax-table.
16146 (makefile-mode): Write about makefile-imake-mode in doc string.
16147 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
16148 (makefile-imake-font-lock-keywords): New font lock keywords.
16149
16150 * files.el (auto-mode-alist): Add Imakefile.
16151
16152 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
16153
16154 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
16155 loading the file rather than when turning on flyspell-mode.
16156
16157 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
16158
16159 * cus-edit.el (customize-rogue): Minor doc fix.
16160
16161 2006-01-17 Juri Linkov <juri@jurta.org>
16162
16163 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
16164 instead of the file at the mark as default if the file at the mark
16165 is the same as the file at point or if dired-dwim-target-directory
16166 is not the same as the current directory and the mark is not active.
16167
16168 * log-view.el (log-view-minor-wrap): Use the same logic to get
16169 revisions as `log-view-diff'.
16170
16171 * info.el (Info-revert-find-node): Check for Info-current-file
16172 before preserving new-history.
16173
16174 * man.el (Man-heading-regexp): Add `/'.
16175
16176 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
16177 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
16178
16179 2006-01-16 Juri Linkov <juri@jurta.org>
16180
16181 * faces.el (mode-line-faces): New defgroup.
16182 (mode-line-highlight): Move definition after new defgroup.
16183 (mode-line, mode-line-inactive, mode-line-highlight):
16184 Replace :group `modeline' with `mode-line-faces'.
16185 (mode-line-buffer-id): New face.
16186 (modeline-buffer-id): New face alias.
16187 (vertical-border): Remove :group `modeline'.
16188
16189 * bindings.el (propertized-buffer-identification): Use face
16190 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
16191 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
16192 (mode-line-buffer-identification-keymap): For mouse-1 replace
16193 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
16194 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
16195 mouse-3.
16196
16197 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
16198 Buffer-menu-buffer. Doc fix.
16199 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
16200 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
16201 `Buffer-menu-buffer'.
16202
16203 * info.el (Info-mode-line-node-keymap): New defvar.
16204 (Info-set-mode-line): Use `stringp' to check Info-current-file.
16205 Propertize Info-current-node with `mode-line-buffer-id' and
16206 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
16207
16208 * time.el (display-time-mail-face): Replace :group `faces' with
16209 `mode-line-faces'.
16210
16211 2006-01-16 Kenichi Handa <handa@m17n.org>
16212
16213 * international/code-pages.el: Add autoload cookies for cp125[0345678].
16214
16215 * language/european.el (cp1252): New alias for windows-1252.
16216
16217 * international/mule.el (autoload-coding-system): Prepare for EOL
16218 variants.
16219
16220 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
16221
16222 * term.el (term-raw-map): Add mapping for insert.
16223 (term-send-insert): New.
16224 (term-mode): Make variables local here instead of doing it in
16225 `term-emulate-terminal'.
16226 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
16227 Scroll reverse needs to take into account the scroll region.
16228 Saving and restoring the cursor should save the color attributes too.
16229 (term-reset-terminal): Reset the scroll region.
16230 (term-handle-ansi-escape): Cursor up and down should take into
16231 account the scroll region.
16232 (term-set-scroll-region): Rename from `term-scroll-region'.
16233 Move to 0,0 after setting the region.
16234 (term-handle-scroll): Handle scroll up.
16235 (term-down): Fix off by one error.
16236 (term-delete-lines): Do not delete outside the scroll region.
16237 (term-insert-lines): Take into account the scroll region.
16238
16239 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
16240
16241 * textmodes/ispell.el (ispell-internal-change-dictionary)
16242 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
16243 (start, end): Move declaration outside of eval-when-compile.
16244
16245 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
16246 (flyspell-mode-on): Use it.
16247
16248 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
16249 ispell-kill-ispell-hook.
16250
16251 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
16252
16253 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
16254 (Custom-reset-saved): Do not ask for confirmation in single option
16255 buffers.
16256
16257 2006-01-13 Richard M. Stallman <rms@gnu.org>
16258
16259 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
16260
16261 2006-01-13 Romain Francoise <romain@orebokech.com>
16262
16263 * add-log.el (add-change-log-entry, change-log-merge):
16264 Conditionally use `hard-newline'.
16265
16266 2006-01-13 Martin Rudalics <rudalics@gmx.at>
16267
16268 * wid-edit.el (widget-field-end): If the overlay is no longer
16269 associated with a buffer, behave as if the overlay didn't exist.
16270
16271 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
16272 Make sure the links use the `custom-link' face.
16273
16274 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
16275
16276 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
16277 (ld-script-mode): Don't set indent-line-function since we don't
16278 have one.
16279
16280 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
16281
16282 * textmodes/org.el (org-open-file): Use mailcap for selecting an
16283 application.
16284 (org-file-apps-defaults-gnu): Use mailcap as the default for
16285 selecting an application on a UNIX system.
16286 (org-agenda-show-tags): New command.
16287 (org-table-insert-hline): Keep cursor in current table line.
16288 (org-table-convert): Offset effect of modifying
16289 `org-table-insert-hline'.
16290 (org-format-agenda-item): New optional argument TAG.
16291 (org-compile-prefix-format): Handle %T format for the tag.
16292 (org-expand-wide-chars): New function.
16293 (org-table-insert-row, org-table-insert-hline):
16294 Use `org-expand-wide-chars'.
16295 (org-open-file): Fix bug in program launch.
16296 (org-get-time-of-day): Fix bug with times before 1am.
16297 (org-agenda-menu): Add tags commands.
16298
16299 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
16300
16301 * textmodes/ispell.el (ispell-init-process): Include the used
16302 dictionary in ispell process start message.
16303 (ispell-internal-change-dictionary): When flyspell-mode is active
16304 and dictionary is changed, make sure ispell process is restarted
16305 and flyspell word cache cleared out for the current buffer.
16306 (ispell-change-dictionary): Make sure flyspell word cache is
16307 cleared out in all buffers with active flyspell mode when
16308 dictionary is globally changed.
16309 Call ispell-internal-change-dictionary after dictionary change.
16310
16311 2006-01-13 Eli Zaretskii <eliz@gnu.org>
16312
16313 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
16314
16315 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
16316 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
16317 years. Fix small differences wrt Makefile.in.
16318 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
16319 Makefile.in does.
16320
16321 2006-01-12 Bill Wohler <wohler@newt.com>
16322
16323 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
16324 mh-search.el.
16325
16326 2006-01-12 Masatake YAMATO <jet@gyve.org>
16327
16328 * progmodes/ld-script.el: Update copyright year.
16329
16330 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
16331
16332 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
16333 Don't add widget if setting undefined.
16334
16335 2006-01-12 John Paul Wallington <jpw@pobox.com>
16336
16337 * help-fns.el (describe-variable): Remove newlines from void
16338 variable output.
16339
16340 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
16341
16342 * wdired.el (wdired-mode-map): Add help echo for
16343 wdired-abort-changes.
16344
16345 * man.el (Man-file-name-regexp): Adjust for a list of files.
16346
16347 2006-01-12 Masatake YAMATO <jet@gyve.org>
16348
16349 * progmodes/ld-script.el (auto-mode-alist): Support
16350 suffix conventions used in netbsd and eCos.
16351
16352 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
16353
16354 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
16355 (custom-variable-menu, custom-face-menu, custom-group-menu)
16356 (Custom-mode-menu): Change names of menu items. (As discussed on
16357 emacs-devel.)
16358 (custom-face-menu): Add "Undo Edits" item.
16359
16360 * startup.el (init-file-user): defcustom -> defvar.
16361
16362 * tooltip.el (tooltip-mode): Doc fix.
16363
16364 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
16365
16366 * reveal.el (reveal-post-command): window-buffer signals an error on
16367 dead windows rather than returning nil.
16368 (reveal-open-new-overlays): An overlay might die while we open others.
16369
16370 2006-01-11 Bill Wohler <wohler@newt.com>
16371
16372 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
16373 phrasing in docstring.
16374
16375 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
16376 can give some systems gas. Add new file mh-buffers.el.
16377
16378 2006-01-06 Masatake YAMATO <jet@gyve.org>
16379
16380 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
16381 C preprocessor forward ported from GNU Emacs 21.2.
16382
16383 * progmodes/asm-mode.el (asm-font-lock-keywords):
16384 Use `cpp-font-lock-keywords'.
16385
16386 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
16387
16388 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
16389 of $ for "\\.ld[s]?".
16390
16391 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
16392
16393 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
16394 (tcl-indent-line): Return `noindent' if inside a string.
16395
16396 * progmodes/flymake.el (flymake-split-string): Remove more than one
16397 empty string at beg/end of the result.
16398 (flymake-find-buildfile, flymake-find-possible-master-files):
16399 Use expand-file-name.
16400 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
16401 since expand-file-name does it for us. Use directory-file-name.
16402 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
16403 (flymake-ler-get-type, flymake-ler-get-text)
16404 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
16405 (flymake-current-line-no): Remove spurious interactive spec.
16406 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
16407 (flymake-check-include): Remove arg inc-path merged into inc-name.
16408 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
16409 Arg regexp-list replaced by a simple regexp.
16410 (flymake-master-make-header-init, flymake-master-tex-init):
16411 Correspondingly replace regexp-list with a regexp. Fix regexp.
16412
16413 2006-01-10 Simon Josefsson <jas@extundo.com>
16414
16415 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
16416 describing AUTH PLAIN fix.
16417
16418 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
16419
16420 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
16421 (report-emacs-bug): Don't record initial prompt text.
16422 Instead, add text properties to prompting text.
16423 (report-emacs-bug-hook): Delete prompting text.
16424
16425 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
16426
16427 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
16428 `dirs'. Adjust callers.
16429
16430 2006-01-09 John Paul Wallington <jpw@gnu.org>
16431
16432 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
16433
16434 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
16435
16436 * reveal.el (reveal-open-new-overlays): New extracted fun.
16437 (reveal-close-old-overlays): Idem. Check overlays's liveness before
16438 using them. Simplify the code.
16439 (reveal-post-command): Use them. Fix up obsolete windows in
16440 reveal-open-spots.
16441
16442 * progmodes/flymake.el: Use `require' rather than autoload for
16443 XEmacs's overlays.
16444 (flymake-get-common-file-prefix, flymake-build-relative-filename):
16445 Delete. Use file-relative-name instead.
16446 (flymake-get-syntax-check-program-args, flymake-perl-init):
16447 Simplify the resulting code.
16448
16449 * log-view.el (log-view-file-re, log-view-message-re): Add support
16450 for DaRCS output.
16451
16452 2006-01-09 Alex Schroeder <alex@gnu.org>
16453
16454 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
16455 identifiers sometimes added in square brackets at the beginning of
16456 subject lines.
16457
16458 2006-01-07 Richard M. Stallman <rms@gnu.org>
16459
16460 * cus-edit.el (Custom-set, Custom-save): Doc fix.
16461 (Custom-reset-current, Custom-reset-saved): Change question text.
16462 (Custom-reset-standard): Likewise.
16463 (custom-variable-reset-saved): Doc fix.
16464
16465 2006-01-07 Eli Zaretskii <eliz@gnu.org>
16466
16467 * startup.el (init-file-user): Doc fix.
16468
16469 2006-01-07 Alex Schroeder <alex@gnu.org>
16470
16471 * mail/rmail.el (rmail-current-subject): New function.
16472 (rmail-current-subject-regexp): New function.
16473 (rmail-next-same-subject): Use it.
16474
16475 * mail/rmailsum.el (rmail-summary-by-topic):
16476 Use rmail-current-subject and rmail-current-subject-regexp.
16477 (rmail-summary-next-same-subject): Ditto.
16478
16479 * net/rcirc.el (rcirc-send-input): No longer check whether the
16480 process is open, since not all commands need an open process.
16481 (rcirc-send-string): Check whether the process is open before
16482 sending anything.
16483 (rcirc-ignore-list): New option.
16484 (rcirc-ignore-list-automatic): New variable.
16485 (rcirc-print): Take rcirc-ignore-list into account.
16486 (rcirc-cmd-ignore): New command.
16487 (rcirc-ignore-update-automatic): New function.
16488 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
16489 list if ignored nicks.
16490 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
16491
16492 2006-01-06 David Reitter <david.reitter@gmail.com>
16493
16494 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
16495 reflect the address to which the report will be sent.
16496
16497 2006-01-06 Eli Zaretskii <eliz@gnu.org>
16498
16499 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
16500 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
16501
16502 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
16503
16504 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
16505
16506 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
16507 the doc string: "functoin" => "function".
16508 * ldefs-boot.el: Likewise.
16509
16510 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
16511 message text: "Duplicat" => "Duplicate".
16512
16513 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
16514
16515 * files.el (basic-save-buffer-2): If backing-up failed, reset
16516 buffer-backed-up to nil.
16517
16518 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
16519
16520 * progmodes/gud.el (gdb-script-skip-to-head)
16521 (gdb-script-calculate-indentation): Indent for breakpoint command
16522 lists also.
16523
16524 2006-01-05 Bill Wohler <wohler@newt.com>
16525
16526 * Makefile.in (compile-always): Add mh-autoloads dependency.
16527 (bootstrap): Remove mh-autoloads dependency, as compile dependency
16528 provides it.
16529 (updates): Remove mh-autoloads dependency, since it probably has
16530 already run recently (via recompile).
16531
16532 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
16533
16534 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
16535 argument `force' to disable the flyspell-last-buffer optimization.
16536 (flyspell-mode-on): Use it.
16537
16538 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
16539 flymake-simple-cleanup.
16540 (flymake-allowed-file-name-masks): Use this new default.
16541 All the functions are now called in the right buffer rather than
16542 passing the buffer as argument.
16543 (flymake-process-sentinel): Switch to buffer before calling cleanup.
16544 (flymake-parse-err-lines): Remove redundant buffer arg.
16545 (flymake-get-program-dir): Comment out unused function.
16546 (flymake-start-syntax-check, flymake-start-syntax-check-process):
16547 Remove redundant buffer argument.
16548 (flymake-get-real-file-name, flymake-simple-java-cleanup)
16549 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
16550
16551 2006-01-05 Richard M. Stallman <rms@gnu.org>
16552
16553 * info.el (Info-find-node): Don't record previous node if have none.
16554 (info): Go to directory only if history is empty.
16555
16556 * simple.el (mark): Doc fix.
16557
16558 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16559
16560 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
16561 already of desired type.
16562 (mac-ae-list): Coerce parameter to "list" type.
16563 (mac-dispatch-apple-event): Replace cadr part of event with a
16564 dummy position so that event-start returns it.
16565
16566 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
16567
16568 * textmodes/org.el (org-end-of-subtree): New function.
16569 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
16570 Use `org-end-of-subtree'.
16571 (org-agenda, org-agenda-convert-date): Protect calls to
16572 `fit-window-to-buffer'.
16573 (org-tags-view): Force matching of sublevels when doing a
16574 todo-only search. Define the correct redo command, including the
16575 arguments.
16576 (org-agenda-redo): Display message.
16577 (org-check-for-org-mode): New function.
16578 (org-agenda-type): New variable.
16579 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
16580 Set `org-agenda-type'.
16581 (org-agenda-check-type): New function.
16582 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
16583 (org-agenda-week-view, org-agenda-day-view)
16584 (org-agenda-next-date-line, org-agenda-previous-date-line)
16585 (org-agenda-log-mode, org-agenda-toggle-diary)
16586 (org-agenda-toggle-time-grid, org-agenda-date-later)
16587 (org-agenda-date-prompt, org-agenda-diary-entry)
16588 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
16589 (org-agenda-convert-date, org-agenda-menu):
16590 Use `org-agenda-check-type'.
16591 (org-make-overlay, org-delete-overlay)
16592 (org-detatch-overlay, org-move-overlay, org-overlay-put):
16593 New compatibility functions.
16594 (org-calendar-select-mouse): New command.
16595
16596 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
16597
16598 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
16599 (Custom-reset-standard): Fix y-or-n-p messages.
16600 (custom-link): New face for links.
16601 (custom-buffer-create-internal, custom-manual): Use it.
16602 (custom-face-save): Push to theme-face before setting face spec.
16603
16604 * wid-edit.el (widget-default-mouse-face-get): New function.
16605 (widget-specify-button): Handle mouse-face like button-face.
16606
16607 * custom.el (load-theme): Clear old theme settings if reloading.
16608
16609 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
16610
16611 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
16612 "Erase Customization" button back to same position it occupies in
16613 the individual State menus.
16614
16615 2006-01-04 Kim F. Storm <storm@cua.dk>
16616
16617 * wid-edit.el (key-sequence): Rework widget to read key binding
16618 using `kbd' syntax. Use C-q to insert literal key, event, or code.
16619 (widget-key-sequence-default-value): Default value for empty sequence.
16620 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
16621 (widget-key-sequence-read-event): New command for C-q.
16622 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
16623 (widget-key-sequence-value-to-external): New functions.
16624
16625 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
16626
16627 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
16628 Use expand-file-name.
16629 (flymake-delete-temp-directory): Use expand-file-name,
16630 file-name-directory, and directory-file-name.
16631 (flymake-strrchr): Delete.
16632 (flymake-start-syntax-check): Don't pass the redundant buffer argument
16633 to the init-f function.
16634 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
16635 (flymake-init-find-buildfile-dir)
16636 (flymake-init-create-temp-source-and-master-buffer-copy)
16637 (flymake-simple-make-init-impl, flymake-simple-make-init)
16638 (flymake-master-make-init, flymake-master-make-header-init)
16639 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
16640 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
16641 (flymake-xml-init): Remove corresponding redundant buffer argument.
16642 (flymake-allowed-file-name-masks): Remove last elems that are equal to
16643 the default anyway. Clean up regexps.
16644
16645 * progmodes/flymake.el (flymake-temp-source-file-name)
16646 (flymake-master-file-name, flymake-temp-master-file-name)
16647 (flymake-base-dir): New buffer-local vars.
16648 (flymake-buffer-data, flymake-get-buffer-value)
16649 (flymake-set-buffer-value): Replace those hash-tables by the new
16650 buffer-local vars. Update callers.
16651
16652 * progmodes/flymake.el (flymake-check-start-time)
16653 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
16654 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
16655 Move definition, so we can remove redundant earlier declaration.
16656 (flymake-replace-regexp-in-string, flymake-split-string)
16657 (flymake-get-temp-dir): Use defalias.
16658 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
16659 (flymake-xemacs-window-edges): Remove unused function.
16660 (flymake-get-point-pixel-pos): Move.
16661 (flymake-pid-to-names, flymake-reg-names)
16662 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
16663 Replace by a simple list flymake-processes and by process-buffer.
16664 Update callers. Other than simplify the code, it uses buffers rather
16665 than buffer-names so it doesn't get confused by uniquify.
16666 (flymake-buffer-data): The global value should just be nil.
16667
16668 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
16669 Optimize the body of a defalias like any other code.
16670
16671 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
16672 Make sure we've setup font-lock's vars. It may influence which
16673 function we then call.
16674 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
16675 here since it's too late anyway.
16676
16677 2006-01-03 Romain Francoise <romain@orebokech.com>
16678
16679 * startup.el (fancy-splash-tail, normal-splash-screen):
16680 Update copyright year.
16681
16682 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
16683
16684 * mouse.el (mouse-drag-track): Rename, from
16685 `mouse-drag-region-1'. Includes optional argument required to
16686 enable post-drag event processing (e.g. delete region keys).
16687 Can be used without this argument to track a mouse region and operate
16688 on it as soon as the drag completes.
16689 (mouse-drag-region): Use `mouse-drag-track'.
16690
16691 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
16692
16693 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
16694 Move to `custom-buffer' group.
16695
16696 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
16697 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
16698 (custom-theme-insert-face-marker, custom-theme-variable-menu)
16699 (custom-theme-face-menu): New variables.
16700 (custom-theme-add-variable, custom-theme-variable-action)
16701 (custom-variable-reset-theme, custom-theme-delete-variable)
16702 (custom-face-reset-theme, custom-theme-face-action)
16703 (custom-theme-delete-face, custom-theme-merge-theme)
16704 (custom-theme-add-face, custom-theme-visit-theme): New functions.
16705
16706 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
16707
16708 * custom.el: Move Custom Themes commentary to start of theme code.
16709 (custom-known-themes): Rename `standard' theme to `changed'.
16710 (custom-push-theme): Caller no longer specifies what theme to use
16711 when doing `reset'---the setting is simply removed from the theme.
16712 Delete MODE from `theme-value' and `theme-settings' properties.
16713 (custom-declare-theme): Ignore &rest args since we don't use them.
16714
16715 (custom-loaded-themes): Delete variable.
16716 (custom-theme-load-themes, custom-theme-loaded-p)
16717 (custom-theme-value): Delete functions.
16718
16719 (custom-declare-theme): Signal error on invalid theme names.
16720 (provide-theme): custom-loaded-themes was deleted.
16721 (load-theme): Load the file unconditionally.
16722 (enable-theme): Call `load-theme' if theme is undefined.
16723 (custom-enabled-themes): Only update value for successful loads.
16724 (disable-theme): Complete from enabled themes when interactive.
16725 (custom-variable-theme-value): Calculate theme value directly.
16726
16727 (custom-theme-reset-variables, custom-reset-variables): Mark as
16728 XEmacs compatibility functions. We don't actually use these.
16729
16730 * cus-edit.el (custom-variable-state-set):
16731 Use custom-variable-theme-value instead of custom-theme-value.
16732 (custom-face-state-set): Rename `standard' theme to `changed'.
16733 (custom-save-variables, custom-save-faces): Delete unneeded
16734 references to custom-reset-variables.
16735 (custom-save-resets): Delete function.
16736 (custom-save-variables, custom-save-faces): MODE argument deleted.
16737 (custom-save-variables, custom-save-faces): Ignore theme values.
16738
16739 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
16740 compatibility function.
16741
16742 2006-01-01 Richard M. Stallman <rms@gnu.org>
16743
16744 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
16745 (Custom-reset-current, Custom-reset-saved): Likewise.
16746 (Custom-reset-standard): Show message if aborted.
16747 (custom-mode): Doc fix, describing those commands.
16748
16749 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
16750 put on event-kind property.
16751
16752 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
16753
16754 * custom.el (provide-theme): Ban `user' theme name.
16755 (custom-enabling-themes): New variable.
16756 (enable-theme): Don't enable user if custom-enabling-themes is t.
16757 (custom-enabled-themes): Make it a defcustom.
16758 (custom-theme-recalc-face): No-op if face is undefined.
16759
16760 * cus-edit.el (custom-button-mouse): New variable.
16761 (custom-button-mouse): New face.
16762 (custom-raised-buttons, custom-mode): Use it.
16763
16764 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
16765
16766 2005-12-31 Eli Zaretskii <eliz@gnu.org>
16767
16768 * progmodes/gud.el (gud-display-line): Support hl-line in the
16769 source buffer.
16770
16771 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
16772
16773 * mouse.el (mouse-drag-window-above): Verify that the found window
16774 overlaps with the given window in the horizontal dimension.
16775
16776 2005-12-31 Eli Zaretskii <eliz@gnu.org>
16777
16778 * Makefile.in (cvs-update): New target.
16779
16780 * makefile.w32-in (cvs-update): Ditto.
16781
16782 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
16783
16784 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
16785 (custom-new-theme-mode-map): New variable.
16786
16787 2005-12-30 Richard M. Stallman <rms@gnu.org>
16788
16789 * custom.el (custom-load-themes): Function deleted.
16790
16791 * cus-edit.el (custom-save-loaded-themes): Function deleted.
16792 (custom-save-variables): Don't delete or add custom-load-themes call.
16793
16794 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
16795
16796 * cus-start.el: Add `visible-cursor'.
16797
16798 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
16799 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
16800 (flymake-process-filter): Switch to buffer before calling it instead.
16801 (flymake-post-syntax-check, flymake-highlight-err-lines)
16802 (flymake-delete-own-overlays, flymake-parse-err-lines)
16803 (flymake-start-syntax-check, flymake-start-syntax-check-process)
16804 (flymake-count-lines, flymake-parse-residual):
16805 Remove constant buffer argument.
16806 (flymake-start-syntax-check-for-current-buffer): Remove.
16807 Update callers to use flymake-start-syntax-check instead.
16808 (flymake-display-err-menu-for-current-line):
16809 Remove unused var `mouse-pos'.
16810 (flymake-restore-formatting): Comment out unused function.
16811 (flymake-report-status, flymake-report-fatal-status): Remove buffer
16812 argument, use current-buffer instead. Update callers.
16813
16814 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
16815
16816 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
16817 buffer-local because choose-completion-delete-max-match requires
16818 that we set completion-ignore-case (i.e., binding via let is not
16819 sufficient).
16820 (bibtex-complete): Always set completion-ignore-case and
16821 choose-completion-string-functions. The latter is needed because
16822 choose-completion-string-functions keeps its value if we quit the
16823 *Completions* buffer without requesting a completion.
16824
16825 2005-12-30 Andreas Schwab <schwab@suse.de>
16826
16827 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
16828
16829 2005-12-30 Eli Zaretskii <eliz@gnu.org>
16830
16831 * jit-lock.el (jit-lock-chunk-size): Doc fix.
16832
16833 2005-12-30 Juri Linkov <juri@jurta.org>
16834
16835 * locate.el (locate-fcodes-file, locate-header-face)
16836 * progmodes/delphi.el (delphi-other-face)
16837 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
16838
16839 * paren.el (show-paren-match, show-paren-mismatch): Use existing
16840 group `paren-showing-faces'.
16841
16842 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
16843 (goto-address): Fix docstring.
16844
16845 * net/webjump.el (webjump-sample-sites): Update URLs.
16846
16847 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
16848
16849 * subr.el (cancel-change-group): Add listp around pending-undo-list.
16850
16851 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
16852
16853 * font-lock.el (font-lock-compile-keywords): Signal an error when
16854 font-lock-set-defaults hasn't been called.
16855
16856 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
16857
16858 * subr.el (noreturn, 1value): Doc fixes.
16859
16860 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
16861
16862 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
16863 that assoc-string returns nil.
16864
16865 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
16866
16867 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
16868 (bibtex-entry-type-str, bibtex-empty-field-re)
16869 (bibtex-search-backward-string, bibtex-preamble-prefix)
16870 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
16871 (bibtex-any-valid-entry-type): New variable.
16872 (bibtex-parse-field-name): Simplify.
16873 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
16874 (bibtex-preamble-prefix): Include left delimiter.
16875 (bibtex-search-forward-field, bibtex-search-backward-field):
16876 Allow unbounded search past entry boundaries (required by bibtex-pop).
16877 (bibtex-text-in-field-bounds): Use push.
16878 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
16879 (bibtex-parse-preamble, bibtex-valid-entry)
16880 (bibtex-beginning-first-field): New functions.
16881 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
16882 (bibtex-map-entries): Fix docstring.
16883 (bibtex-flash-head): New arg prompt. Simplify.
16884 (bibtex-enclosing-field): Include code of bibtex-inside-field.
16885 (bibtex-insert-kill): Simplify. Always insert text past the
16886 current field or entry.
16887 (bibtex-format-entry): Use bibtex-parse-field.
16888 (bibtex-pop): Use bibtex-beginning-of-entry and
16889 bibtex-end-of-entry to initiate the search. Insert empty field if
16890 we found ourselves.
16891 (bibtex-print-help-message): New args field and comma.
16892 Handle entry keys.
16893 (bibtex-make-field): Use bibtex-beginning-of-entry.
16894 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
16895 invalid entry.
16896 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
16897 Handle preambles. Simplify code for thorough test.
16898 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
16899 New arg comma. Handle entry heads.
16900 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
16901 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
16902 New arg comma.
16903 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
16904 (bibtex-fill-field): Simplify.
16905 (bibtex-fill-entry): Use bibtex-beginning-first-field and
16906 bibtex-parse-field.
16907 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
16908 (bibtex-complete): Use bibtex-parse-preamble.
16909
16910 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
16911
16912 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
16913 Display name of expression instead of convenience variable.
16914 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
16915
16916 * progmodes/gud.el (gud-tooltip-dereference): Rename from
16917 toggle-gud-tooltip-dereference.
16918 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
16919 (gud-tooltip-tips): ...here when dereferencing.
16920
16921 2005-12-28 Bill Wohler <wohler@newt.com>
16922
16923 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
16924
16925 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
16926
16927 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
16928 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
16929 (vc-annotate-display-autoscale): Adjust call.
16930 (vc-annotate-display-default): Adjust call. Make arg compulsory.
16931 Fix interactive spec.
16932 (vc-annotate-time-span): Remove.
16933 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
16934 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
16935 (vc-annotate-display-select): Use new name.
16936
16937 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
16938 (vc-annotate-mode-menu): Remove left-over redundant declaration.
16939 Correct the construction of span entries. Simplify.
16940 (vc-annotate-display-select): Fix the nil case.
16941 (vc-annotate): Remove obsolete (and now broken) code.
16942 (vc-annotate-extract-revision-at-line): Remove obsolete code.
16943 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
16944
16945 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
16946
16947 * subr.el (lazy-completion-table): Correct typo in docstring.
16948
16949 * startup.el (command-line): Use `custom-reevaluate-setting' for
16950 `send-mail-function'.
16951
16952 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
16953
16954 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
16955
16956 * mail/smtpmail.el (smtpmail-try-auth-methods):
16957 Send credentials together with "AUTH PLAIN" command.
16958
16959 2005-12-27 Richard M. Stallman <rms@gnu.org>
16960
16961 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
16962 mouse-2, go back to previously selected window, so it's selected
16963 when mouse-2 command runs.
16964
16965 2005-12-27 Juri Linkov <juri@jurta.org>
16966
16967 * descr-text.el (describe-text-sexp): Use square brackets for
16968 button [Show] to distinguish it from the property value `show'.
16969 (describe-property-list): Use `insert-text-button' with
16970 `help-face' type instead of putting face in quotes, because button
16971 is not created automatically for a list of faces.
16972 (describe-text-properties-1): Put button-type value in quotes to
16973 distinguish from plain text "button".
16974 (describe-char): Display code point values in hex. Don't use
16975 `symbol-name' for `current-input-method' because it is a string.
16976 Use `insert-text-button' with `help-face' type instead of putting
16977 hardcoded face in quotes, because button is not created automatically.
16978
16979 2005-12-27 Richard M. Stallman <rms@gnu.org>
16980
16981 * progmodes/glasses.el (glasses-face): More specific custom type.
16982
16983 * files.el (set-visited-file-name): Doc fix.
16984
16985 * textmodes/flyspell.el (flyspell-external-point-words):
16986 Use local var buffer-scan-pos to advance scan for next misspelling.
16987 Advance it only after we find the misspelling.
16988
16989 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
16990
16991 * textmodes/flyspell.el (flyspell-external-point-words):
16992 New criteria for finding the misspelling in the buffer.
16993
16994 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
16995
16996 * help-mode.el (help-insert-string): Set help-xref-stack-item
16997 rather than call help-setup-xref.
16998
16999 * descr-text.el (describe-char): Revert previous changes for
17000 optional buffer argument.
17001
17002 2005-12-27 Juri Linkov <juri@jurta.org>
17003
17004 * help-mode.el (help-insert-string): New function. Save buffer
17005 contents in cases where it is impossible to recompute the old contents.
17006
17007 * descr-text.el (describe-char): Set help-xref-stack-item
17008 explicitly after buffer has been generated.
17009
17010 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17011
17012 * cus-start.el (all): Add x-gtk-show-hidden-files.
17013
17014 2005-12-26 Richard M. Stallman <rms@gnu.org>
17015
17016 * replace.el (perform-replace): Calculate match-again
17017 before skipping read-only matches.
17018
17019 * paren.el (paren-showing-faces): New group.
17020 (show-paren-match, show-paren-mismatch): Move to that group.
17021
17022 * button.el (button): Put into group `basic-faces'.
17023
17024 * progmodes/make-mode.el: Remove faces from group `faces'.
17025
17026 * apropos.el (apropos, apropos-value): Doc fix.
17027 (apropos-documentation): Doc fix.
17028
17029 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
17030
17031 * subr.el (lazy-completion-table): Remove argument `args'.
17032
17033 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
17034 Don't use the `args' argument of lazy-completion-table.
17035
17036 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
17037
17038 * descr-text.el (describe-char): Add optional argument for buffer.
17039 Set buffer appropriately. Call help-setup-xref.
17040 Suggested by Stefan Monnier.
17041
17042 2005-12-26 Juri Linkov <juri@jurta.org>
17043
17044 * descr-text.el: Require `help-fns' at runtime. Don't require
17045 `button' for byte compilation.
17046 (describe-text-widget): Add `help-echo' for first button.
17047 Use `help-info' for second.
17048 (describe-property-list): Use `help-argument-name' instead of `italic'.
17049 (describe-text-category): Add prompt to interactive spec.
17050 Call `help-setup-xref'.
17051 (describe-char): Use `help-character-set'. Add `help-echo' for
17052 code point. Use `help-input-method'. Remove superfluous insert.
17053
17054 2005-12-25 Richard M. Stallman <rms@gnu.org>
17055
17056 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
17057 at point, in case of narrowing.
17058
17059 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
17060
17061 * locate.el (locate-header-face): Allow nil in type.
17062
17063 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
17064
17065 2005-12-25 Romain Francoise <romain@orebokech.com>
17066
17067 * battery.el (battery-linux-proc-acpi): Also try
17068 `/proc/acpi/thermal_zone/THM0/temperature'.
17069
17070 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
17071
17072 * custom.el (custom-push-theme): Fix docstring.
17073
17074 * cus-edit.el (custom-variable-set, custom-variable-save)
17075 (custom-variable-save): Custom-quote widget values.
17076 (customize-save-variable): Fix custom-push-theme call.
17077
17078 2005-12-24 Eli Zaretskii <eliz@gnu.org>
17079
17080 * w32-fns.el (w32-batch-update-autoloads): New function.
17081
17082 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
17083 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
17084 from the command line.
17085
17086 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
17087
17088 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
17089 reset means to remove setting from theme entirely. Don't keep
17090 expanding theme-settings list; delete old entries if necessary.
17091
17092 * cus-edit.el (custom-buffer-create-internal): Move "Erase
17093 customization" button one line up.
17094 (custom-themed): New face.
17095 (custom-magic-alist): New value, THEMED, for theme settings.
17096 (custom-variable-state-set, custom-face-state-set):
17097 Check theme-value instead of saved-value.
17098 (custom-variable-reset-standard, custom-face-reset-standard):
17099 Remove theme setting entirely. Recalculate new values.
17100 (custom-variable-set, custom-variable-set)
17101 (custom-variable-reset-saved, custom-variable-reset-backup)
17102 (custom-face-set, custom-face-reset-saved): Update `user' theme.
17103 (custom-variable-save): Fix typos.
17104
17105 2005-12-23 Juri Linkov <juri@jurta.org>
17106
17107 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
17108 Add autoload cookies.
17109 (edebug-outside-d-c-i-n-s-w): New variable.
17110 (edebug-display, edebug-outside-excursion): Use it to save the
17111 original value of default-cursor-in-non-selected-windows.
17112 Set default-cursor-in-non-selected-windows to t while Edebug
17113 is active.
17114 (edebug-mode, edebug-eval-mode): Doc fix.
17115
17116 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
17117 with `buffer-substring-no-properties' to remove common substring
17118 highlighting.
17119
17120 * info.el (info-other-window, info): Rename function argument
17121 `file' to `file-or-node'.
17122 (Info-complete-menu-item): Use local variable `complete-nodes' to
17123 keep the global value of `Info-complete-nodes' unchanged for
17124 subsequent completions.
17125 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
17126
17127 * simple.el (get-next-valid-buffer, last-buffer)
17128 (next-error-buffer-p, next-error-find-buffer)
17129 (minibuffer-history-sexp-flag): Doc fix.
17130
17131 * savehist.el (savehist-mode-hook): Add `:group'.
17132
17133 * log-view.el: Call autoload for vc-find-version.
17134 (log-view-current-file): Adjust subgroup numbers.
17135 (log-view-current-tag): Add `length'.
17136
17137 2005-12-23 Richard M. Stallman <rms@gnu.org>
17138
17139 * vc.el (vc-annotate-car-last-cons): Defn moved up.
17140
17141 2005-12-23 Juri Linkov <juri@jurta.org>
17142
17143 * hi-lock.el (hi-lock-archaic-interface-message-used)
17144 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
17145 (hi-lock-mode): Display "Hi" in the mode line only when
17146 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
17147 (hi-lock-write-interactive-patterns):
17148 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
17149 (hi-lock-set-pattern, hi-lock-set-file-patterns)
17150 (hi-lock-font-lock-hook): Set 3rd arg `how' of
17151 font-lock-add-keywords to t.
17152
17153 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
17154
17155 * hi-lock.el (hi-lock-highlight-range): New variable.
17156 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
17157 only if font-lock-fontified is non-nil. Remove overlays.
17158 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
17159 font-lock-fontified is non-nil, otherwise use overlays (instead of
17160 text properties).
17161 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
17162 New variables.
17163 (hi-lock-string-serialize): New function.
17164
17165 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17166
17167 * menu-bar.el (menu-find-file-existing): New function.
17168 (menu-bar-file-menu): Use menu-find-file-existing for Open.
17169
17170 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
17171
17172 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
17173
17174 * vc.el: Remove unnecessary leading * in docstrings.
17175 (vc-annotate-mode-map): Move initialization into declaration.
17176 (vc-static-header-alist): Nitpick on the regexp.
17177 (vc-default-init-version): New fun.
17178 (vc-register): Use it.
17179 (vc-insert-headers): Use dolist.
17180 (vc-annotate-get-backend): Remove unused function.
17181 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
17182 (vc-annotate-mode): Remove corresponding call.
17183 (vc-annotate-car-last-cons): Simplify.
17184 (vc-annotate-buffers): Remove var.
17185 (vc-annotate-backend): Make it buffer-local.
17186 (vc-annotate): Move the interaction to the interactive spec.
17187 Add a `buf' argument.
17188 (vc-annotate-warp-version): Use this new `buf' argument to avoid
17189 killing&creating a vc-annotate buffer, which is very disruptive when
17190 the buffers are shown in dedicated frames.
17191
17192 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
17193
17194 * descr-text.el: Add FSF as maintainer.
17195 (describe-text-mode, describe-text-mode-map)
17196 (describe-text-mode-hook, describe-text-done): Delete. Use normal
17197 help-mode.
17198 (describe-text-widget, describe-text-sexp)
17199 (describe-property-list, describe-text-category)
17200 (describe-text-properties, describe-text-properties-1)
17201 (describe-char): Use help buttons instead of widgets.
17202 (describe-char-unicodedata-file): Make URL link in doc string.
17203
17204 2005-12-22 Richard M. Stallman <rms@gnu.org>
17205
17206 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
17207 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
17208 Don't include buttons that write a file when there's no file.
17209 (custom-variable-menu, custom-face-menu, custom-group-menu):
17210 Don't include commands that write a file when there's no file.
17211 (customize-browse): Reword the top-of-buffer help intro.
17212 (custom-buffer-create-internal): Fix previous change.
17213 (customize-changed-options-previous-release): Prev release is 21.1.
17214 (customize-changed-options): Doc fix.
17215 (customize-changed): New alias.
17216 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
17217 Say "standard values".
17218 (Custom-reset-standard): Doc fix.
17219 (custom-face-reset-standard): Doc fix.
17220
17221 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
17222
17223 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
17224 even if font-lock-mode is non-nil since it may be t without having
17225 turned on font-lock-mode-internal.
17226 (font-lock-choose-keywords): Minor optimization.
17227 (font-lock-add-keywords, font-lock-remove-keywords)
17228 (font-lock-set-defaults): Don't call make-local-variable on a variable
17229 that we know to already be local.
17230
17231 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
17232
17233 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
17234 messages if in the minibuffer.
17235
17236 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
17237
17238 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
17239 (tex-mode-flyspell-verify, flyspell-get-word)
17240 (flyspell-external-point-words): Don't use point-min/max uselessly.
17241
17242 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
17243 by Kevin Rodgers. Instead, just hide the completions buffer if we
17244 don't need to show it.
17245
17246 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
17247
17248 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
17249
17250 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
17251
17252 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
17253 delete-windows-on with an inexistent buffer.
17254
17255 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
17256
17257 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
17258 Delete defcustom variable :tag names.
17259
17260 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
17261
17262 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
17263 (log-view-font-lock-keywords): Ajust subgroup numbers.
17264 (log-view-current-tag): Don't hard code the number of subgroups.
17265
17266 2005-12-20 Juri Linkov <juri@jurta.org>
17267
17268 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
17269 (tooltip-x-offset, tooltip-y-offset): Doc fix.
17270
17271 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
17272 (menu-bar-non-minibuffer-window-p): Instead of checking
17273 display-multi-frame-p, use selected-frame when menu-updating-frame
17274 is nil.
17275
17276 2005-12-20 Stuart Herring <herring@lanl.gov> (tiny change)
17277
17278 * align.el (align-rules-list): Use [ \t] instead of \s-
17279 for column separators in text mode.
17280
17281 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
17282
17283 * help-mode.el (help-customize-variable, help-customize-face):
17284 Don't pop help-xref-stack as help-follow no longer pushes
17285 anything on to it.
17286
17287 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
17288
17289 * textmodes/org.el (org-agenda-custom-commands): New option.
17290 (org-agenda): Offer custom commands on splash screen.
17291 (org-make-tags-matcher): Parser for Boolean logic added.
17292 (org-agenda-set-tags): New command.
17293 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
17294 (org-set-tags): Efficiency improvements.
17295 (org-auto-align-tags): New option.
17296 (org-todo, org-demote, org-promote): Realign tags.
17297 (org-tags-completion-function): Use also "&" and "|" as separators.
17298 (org-org-menu): Agenda commands simplified.
17299
17300 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
17301
17302 * cus-edit.el (customize-apropos, customize-apropos-options):
17303 Docstring changes.
17304
17305 * font-lock.el (font-lock): Add tags to the links in the defgroup.
17306
17307 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
17308
17309 * longlines.el (longlines-mode): Wrap while widened.
17310 (longlines-decode-region, longlines-encode-region): Compute max
17311 just once.
17312
17313 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17314
17315 * cus-edit.el (mac): New group.
17316
17317 * cus-start.el (all): Add user options in macterm.c. Add test for
17318 Mac-related built-ins. Fix test for GTK-related built-ins.
17319
17320 * term/mac-win.el (mac-handle-language-change)
17321 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
17322 (mac-services-open-selection, mac-services-mail-selection)
17323 (mac-services-mail-to, mac-services-insert-text)
17324 (mac-dispatch-apple-event): Add docstrings.
17325 (x-get-selection, mac-select-convert-to-string): Select coding
17326 system from `utf-16be' and `utf-16le' using `byteorder'.
17327
17328 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
17329
17330 * subr.el (lazy-completion-table): Don't be fooled if the var holds
17331 a "list" (lambda ...) rather than a real completion list.
17332
17333 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
17334 lexical-let when encountering ((lambda (...) ...) ...).
17335
17336 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
17337
17338 * progmodes/sh-script.el (sh-mode):
17339 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
17340 * textmodes/picture.el (picture-mode): Update docstrings.
17341
17342 2005-12-17 Eli Zaretskii <eliz@gnu.org>
17343
17344 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
17345 commands enclosed in $(ARGQUOTE)s should not be split between two
17346 lines, as that will break with GNU Make >3.80, when sh.exe is used
17347 and arg quoting is with '..'.
17348 (autoloads): Don't break the quoted --eval expression between
17349 several lines.
17350
17351 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
17352
17353 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
17354 Capture error from printing circular structures.
17355
17356 2005-12-17 Martin Rudalics <rudalics@gmx.at>
17357
17358 * wid-edit.el (widget-checkbox-action): Clear undo info.
17359
17360 2005-12-16 Bill Wohler <wohler@newt.com>
17361
17362 * menu-bar.el (kill-this-buffer): Set a good example by using menu
17363 bar, not menubar in comment.
17364
17365 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
17366
17367 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
17368 After-change-functions should not clobber the match data.
17369
17370 2005-12-16 Juri Linkov <juri@jurta.org>
17371
17372 * simple.el (choose-completion): Use `buffer-substring-no-properties'
17373 instead of `buffer-substring'.
17374 (completion-common-substring): Doc fix.
17375 (completion-setup-function): Use minibuffer-completion-contents
17376 instead of minibuffer-contents. Don't set common-string-length
17377 initially. Remove special handling of partial-completion-mode.
17378 Move computation of completion-base-size into one cond.
17379 Call completion-base-size-function in mainbuf. In computation of
17380 completion-base-size for file name completion don't move point to
17381 the end of the minibuffer. Move computation of common-string-length
17382 into one cond. Start putting faces only when common-string-length>=0.
17383 Add condition to put completions-common-part when
17384 common-string-length>0.
17385
17386 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
17387 place point at the first different character in the minibuffer
17388 even if this position is at the beginning of the minibuffer.
17389
17390 * info.el (Info-read-node-name-1): In completion-base-size-function's
17391 lambda return 1 if common-substring or minibuffer-completion-contents
17392 starts with (, and 0 otherwise.
17393
17394 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
17395 Use `crm-current-element' for second arg of `display-completion-list'.
17396
17397 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
17398
17399 * files.el (set-auto-mode): Look for an interpreter specified on
17400 the first line also if search for mode specification succeeded,
17401 but the mode is not known.
17402
17403 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
17404
17405 * textmodes/org.el (org-tags-match-list-sublevels): New option.
17406 (org-open-at-point): Implement tag searches as links.
17407 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
17408 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
17409 (org-tags-sparse-tree, org-tags-view, org-set-tags)
17410 (org-agenda-dispatch): New commands.
17411 (org-use-tag-inheritance, org-tags-column): New options.
17412 (org-tab-follows-link, org-return-follows-link): New options.
17413 (org-tags): New customize group.
17414 (org-start-icalendar-file): Get local time zone.
17415 (org-tags-completion-function): New function.
17416 (org-set-font-lock-defaults): Make sure links will also be
17417 highlighted inside headlines.
17418
17419 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
17420
17421 * term.el (term-emulate-terminal):
17422 Let term-handle-ansi-terminal-messages override what Bash says about
17423 its current directory.
17424
17425 2005-12-16 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
17426
17427 * bindings.el (last-buffer): Move to simple.el.
17428 * simple.el (last-buffer): Move here.
17429 (get-next-valid-buffer): New function.
17430 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
17431 (prev-buffer): Ditto. Rename to `previous-buffer'.
17432
17433 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
17434 * bindings.el (global-map): Ditto.
17435
17436 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
17437
17438 * cus-edit.el: Introductory comment change.
17439 (custom-magic-alist): Change message string for the `rogue' state.
17440
17441 2005-12-15 Richard M. Stallman <rms@gnu.org>
17442
17443 * tooltip.el: Delete defcustom variable :tag names.
17444
17445 * complete.el (partial-completion-mode): Doc fix.
17446
17447 * textmodes/flyspell.el (flyspell-external-point-words):
17448 Use save-excursion to ensure we don't move backward in the
17449 search loop, not even one character.
17450 (flyspell-delete-all-overlays): Use remove-overlays directly.
17451
17452 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
17453 (ispell-start-process): Set that variable.
17454 Clear ispell-buffer-local-name.
17455 (ispell-internal-change-dictionary):
17456 Set ispell-current-dictionary after killing process.
17457 (ispell-buffer-local-dict):
17458 Don't set spell-personal-dictionary after killing process.
17459 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
17460 (ispell-tex-skip-alists, ispell-html-skip-alists)
17461 (ispell-skip-region-alist): Mark as risky.
17462
17463 * net/newsticker.el (newsticker--retrieval-timer-list)
17464 (newsticker--display-timer, newsticker-running-p)
17465 (newsticker-ticker-running-p): Definitions moved up.
17466
17467 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
17468
17469 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
17470
17471 2005-12-15 David Ponce <david@dponce.com>
17472
17473 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
17474 (recentf-edit-list, recentf-open-files): Signal an error when
17475 there is no recent file.
17476
17477 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
17478
17479 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
17480 read-only except for texinfo-format-region evaluation.
17481
17482 2005-12-14 Richard M. Stallman <rms@gnu.org>
17483
17484 * vc.el (vc-default-previous-version, vc-default-next-version)
17485 (vc-do-command): Doc fixes.
17486
17487 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
17488
17489 * textmodes/bibtex.el (bibtex-expand-strings)
17490 (bibtex-autokey-expand-string, bibtex-name-part)
17491 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
17492 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
17493 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
17494 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
17495 (bibtex-entry-postfix, bibtex-known-entry-type-re)
17496 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
17497 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
17498 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
17499 (bibtex-beginning-of-last-entry): Remove.
17500 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
17501 message if comma is missing but buffer is read-only.
17502 (bibtex-parse-field-text): Handle whitespaces at the end of field
17503 text. Return 3-element list with beginning and end of field text
17504 and end of field.
17505 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
17506 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
17507 (bibtex-search-forward-field, bibtex-search-backward-field):
17508 Search always delimited by limits of entry. Use more efficient
17509 search algorithms.
17510 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
17511 bibtex-end-of-name-in-field.
17512 (bibtex-text-in-field-bounds): Handle BibTeX strings when
17513 extracting the content of a field.
17514 (bibtex-text-in-field): Use search limits.
17515 (bibtex-parse-string-prefix): Handle empty string keys based on
17516 bibtex-string-empty-key.
17517 (bibtex-parse-string): Fix docstring.
17518 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
17519 (bibtex-preamble-prefix, bibtex-strings): New functions.
17520 (bibtex-skip-to-valid-entry): Include preceding whitespace in
17521 BibTeX entries (consistent with other BibTeX functions).
17522 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
17523 (bibtex-search-entry): Fix docstring. Simplify.
17524 (bibtex-flash-head, bibtex-complete-string-cleanup)
17525 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
17526 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
17527 (bibtex-parse-entry): New optional arg content.
17528 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
17529 Use bibtex-text-in-field-bounds.
17530 (bibtex-print-help-message): Handle BibTeX strings and preambles.
17531 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
17532 bibtex-parse-string-postfix.
17533 (bibtex-find-text-internal): New function.
17534 (bibtex-remove-delimiters): Use it.
17535 (bibtex-find-text): Use it. New optional arg help.
17536 (bibtex-complete): Handle BibTeX string and preamble entries.
17537 (bibtex-Preamble): Fix order of closing delimiters.
17538
17539 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
17540
17541 * vc.el (vc-default-revert): New fun.
17542
17543 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
17544
17545 2005-12-14 Romain Francoise <romain@orebokech.com>
17546
17547 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
17548 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
17549 (font-lock-remove-keywords): Likewise.
17550
17551 2005-12-14 Juri Linkov <juri@jurta.org>
17552
17553 * log-view.el (log-view-diff): Doc fix.
17554
17555 * isearch.el (isearch-query-replace): Use (mark) instead of
17556 isearch-opoint if mark is active in transient-mark-mode.
17557
17558 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
17559
17560 * isearch.el (isearch-query-replace): Check for isearch-other-end.
17561
17562 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
17563
17564 * progmodes/cpp.el (cpp-face): New widget.
17565 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
17566
17567 2005-12-14 Juri Linkov <juri@jurta.org>
17568
17569 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
17570 around `erase-buffer' and `insert'.
17571
17572 * descr-text.el (describe-text-properties): Replace buffer name
17573 "*Help-2*" with "*Help*<2>".
17574 (describe-char): Add functions print-help-return-message,
17575 toggle-read-only. Use help-setup-xref with nil to not store
17576 describe-char in help-xref-stack. Use help-make-xrefs to
17577 make [back] button.
17578
17579 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
17580
17581 * wdired.el (wdired-old-point): New internal variable.
17582 (wdired-change-to-wdired-mode): Set it buffer-locally.
17583 (wdired-abort-changes): Restore point after aborting changes.
17584
17585 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
17586
17587 * vc.el (vc-do-command): Add a new value t for okstatus.
17588
17589 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
17590 frame in case of errors.
17591
17592 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17593
17594 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
17595 so it comes after "On the Left" in the menu.
17596
17597 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
17598
17599 * cus-edit.el (customize-apropos, customize-apropos-options)
17600 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
17601
17602 2005-12-12 Bill Wohler <wohler@newt.com>
17603
17604 * vc-svn.el (vc-svn-registered): Fix problem of visiting
17605 non-writable Subversion-controlled files by saving window
17606 configuration before calling vc-do-command. vc-do-command calls
17607 pop-to-buffer on error which is unexpected during registration.
17608
17609 2005-12-12 Jay Belanger <belanger@truman.edu>
17610
17611 * calc/README: Update the summary of changes.
17612
17613 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
17614
17615 * descr-text.el (describe-char): Rework last fix to solve the problem
17616 is the same way it's solved for everything else in that function
17617 (i.e. by extracting the info before setting up the *Help* buffer).
17618
17619 2005-12-12 Kim F. Storm <storm@cua.dk>
17620
17621 * subr.el (version-regexp-alist): Allow space as separator before
17622 non-numeric part, e.g. "1.0 alpha".
17623 (version-to-list): Interpret .X.Y version as 0.X.Y version.
17624
17625 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
17626
17627 * textmodes/org.el (org-agenda, org-timeline, org-todo):
17628 Implement Logging and the keep-modes setting.
17629 (org-get-category): Make sure a string is returned.
17630 (org-log-done): New function.
17631 (org-log-done, org-closed-string): New options.
17632
17633 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17634
17635 * tooltip.el (tooltip-y-offset): Change default to 20.
17636
17637 2005-12-12 Richard M. Stallman <rms@gnu.org>
17638
17639 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
17640
17641 * frame.el (display-hourglass): Doc fix.
17642
17643 * help.el (help-for-help-internal): Simplify entry for `a'.
17644
17645 * info.el (Info-on-current-buffer): Doc fix.
17646 (info-insert-file-contents): Don't test (featurep 'jka-compr).
17647
17648 * startup.el (inhibit-splash-screen): Make this the real name.
17649 (inhibit-startup-message): Make this the alias.
17650 (command-line): Find only simple.el, and use its directory
17651 to fill in other preloaded files' names.
17652 (command-line): Deactivate the mark if deactivate-mark is set.
17653
17654 * international/mule.el (load-with-code-conversion):
17655 Bind deactivate-mark.
17656
17657 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
17658
17659 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
17660
17661 * cus-edit.el (customize-apropos): Avoid listing an option more
17662 than once under different aliases. No longer list user options
17663 that are not defined with defcustom (unless a prefix arg is given).
17664 Doc fix.
17665 (customize-apropos-options): Doc fix.
17666
17667 2005-12-11 Juri Linkov <juri@jurta.org>
17668
17669 * frame.el (set-background-color, set-foreground-color)
17670 (set-cursor-color, set-mouse-color, set-border-color):
17671 Add explicit prompts to read colors by `facemenu-read-color'.
17672 (show-trailing-whitespace, blink-cursor-delay)
17673 (blink-cursor-interval, display-hourglass, hourglass-delay):
17674 Remove tags.
17675 (display-hourglass, hourglass-delay): Doc fix.
17676 (cursor-in-non-selected-windows): Capitalize words in tag.
17677
17678 * faces.el (frame-background-mode): Replace `choice-item' keywords
17679 with `const' to not make [default] button. Change default value tag
17680 from `default' to `automatic'. Doc fix.
17681 (trailing-whitespace) <defface>: Change group `whitespace' to
17682 `whitespace-faces'.
17683
17684 2005-12-11 Richard M. Stallman <rms@gnu.org>
17685
17686 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
17687
17688 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17689
17690 * term/mac-win.el: Create keymap for mac-apple-event-map.
17691
17692 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
17693
17694 * tooltip.el (tooltip-mode): Move to start of file so that it
17695 appears at top of customize buffer.
17696
17697 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
17698 Add the gud groupname.
17699 (gud-tooltip-mode): Add the tooltip groupname.
17700 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
17701 avoid conflict with tooltip-use-echo-area.
17702
17703 2005-12-10 Romain Francoise <romain@orebokech.com>
17704
17705 * help.el (help-for-help-internal): Add `r' in doc string.
17706
17707 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
17708
17709 * align.el (align-regexp, align-highlight-rule):
17710 Use region-beginning and region-end instead of point and mark, so that
17711 repetition (with `repeat-complex-command') recomputes the region
17712 bounds.
17713
17714 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
17715
17716 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
17717 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
17718 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
17719 (balance-windows): Rewrite using the above new functions.
17720
17721 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
17722
17723 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
17724 react if global-hi-lock-mode seems intended.
17725 (global-hi-lock-mode): Renamed from hi-lock-mode.
17726 (hi-lock-archaic-interface-message-used)
17727 (hi-lock-archaic-interface-deduce): New variables.
17728 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
17729 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
17730 (hi-lock-find-patterns, hi-lock-font-lock-hook):
17731 Replace hi-lock-buffer-mode with hi-lock-mode.
17732
17733 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
17734
17735 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
17736 completion list, even after a partial completion has been
17737 inserted in the current buffer. If there are more than 1
17738 completion, redisplay the *Completions* buffer; if the
17739 completion is unique, delete the *Completions* window.
17740
17741 2005-12-10 Eli Zaretskii <eliz@gnu.org>
17742
17743 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
17744 strings and long subject lines that were broken into multiple
17745 lines at arbitrary places. Handle subjects that have "Re: " in
17746 the middle.
17747
17748 2005-12-10 John W. Eaton <jwe@octave.org>
17749
17750 * emacs/octave-mod.el (octave-electric-space): Don't indent
17751 comments or strings if octave-auto-indent is nil.
17752
17753 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17754
17755 * term/mac-win.el: Require url when compiling.
17756 Call mac-process-deferred-apple-events after loading init files.
17757 (mac-apple-event-map): New defvar. Define event handlers in it.
17758 (core-event, internet-event): New Apple event class symbols.
17759 (open-application, reopen-application, open-documents)
17760 (print-documents, open-contents, quit-application)
17761 (application-died, show-preferences, autosave-now, get-url):
17762 New Apple event ID symbols.
17763 (about): New HICommand ID symbol.
17764 (mac-event-spec, mac-event-ae): New macros.
17765 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
17766 (mac-ae-selection-range, mac-ae-text-for-search)
17767 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
17768 (mac-application-menu-map): Remove keymap. Handlers for HICommand
17769 and Services menu events are now defined in mac-apple-event-map.
17770 (mac-drag-n-drop): Remove selection range handling.
17771
17772 2005-12-10 Kenichi Handa <handa@m17n.org>
17773
17774 * simple.el (zap-to-char):
17775 * isearch.el (isearch-process-search-char): Translate CHAR by
17776 translation-table-for-input.
17777
17778 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
17779
17780 * foldout.el (foldout-exit-fold): Properly hide subtree.
17781
17782 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
17783
17784 * files.el (save-buffer):
17785 * international/ucs-tables.el (ucs-set-table-for-input):
17786 * mail/mail-extr.el (mail-extract-address-components):
17787 * mail/sendmail.el (mail-mode): Reformat doc string.
17788
17789 2005-12-09 Juri Linkov <juri@jurta.org>
17790
17791 * isearch.el (isearch-highlight): Change main overlay priority
17792 from 1 to 1001. Simplify.
17793 (isearch-lazy-highlight-update): Change lazy overlay priority
17794 from 0 to 1000.
17795
17796 * replace.el (replace-highlight): Change overlay priority from
17797 1 to 1001.
17798
17799 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
17800 Change overlay priority from 1 to 1001. Reuse existing overlay.
17801
17802 * compare-w.el (compare-windows-highlight): Change overlay
17803 priority from 1 to 1000.
17804
17805 * menu-bar.el (menu-bar-edit-menu): Add listp around
17806 pending-undo-list to disable menu item "undo" when pending
17807 undo list is empty.
17808
17809 * locate.el (locate): Disable undo in *Locate* buffer.
17810
17811 2005-12-09 Kim F. Storm <storm@cua.dk>
17812
17813 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
17814
17815 2005-12-09 David Ponce <david@dponce.com>
17816
17817 * recentf.el: Improvement of the menu code.
17818 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
17819 instead of menu hook.
17820 (recentf-show-menu, recentf-hide-menu): New functions.
17821 (recentf-menu-customization-changed, recentf-mode): Use them.
17822 (recentf-menu-action, recentf-max-menu-items)
17823 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
17824 (recentf-arrange-by-rule-others)
17825 (recentf-arrange-by-rules-min-items)
17826 (recentf-arrange-by-rule-subfilter): Don't use
17827 `recentf-menu-customization-changed'.
17828 (recentf-arrange-rules): Likewise. Accept functions to compute
17829 sub-menu titles.
17830 (recentf-menu-filter): Likewise. Doc fix.
17831 (recentf-menu-value-shortcut): Doc fix.
17832 (recentf-dump-variable): Quote atom value.
17833 (recentf-make-menu-items): Update to use it as a menu filter.
17834 (recentf-match-rule): New function.
17835 (recentf-arrange-by-rule): Use it.
17836 (recentf-indirect-mode-rule): New function.
17837 (recentf-build-mode-rules): Use it.
17838 (recentf-dir-rule): New function.
17839 (recentf-arrange-by-dir): Use it.
17840 (recentf-filter-changer-current): Rename from
17841 `recentf-filter-changer-state'. All references updated.
17842 (recentf-filter-changer-alist): Update filter names.
17843 (recentf-filter-changer-select): New function.
17844 (recentf-filter-changer): Use it. Make a sub-menu from filters
17845 available in `recentf-filter-changer-alist'.
17846 (recentf-data-cache, recentf-clear-data)
17847 (recentf-update-menu): Remove. All references updated.
17848 (recentf-match-rule-p, recentf-build-dir-rules)
17849 (recentf-filter-changer-goto-next)
17850 (recentf-filter-changer-get-current)
17851 (recentf-filter-changer-get-next): Remove.
17852
17853 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
17854
17855 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
17856 buffer "Reset" button to "Reset to Current" for consistency with
17857 the State buttons.
17858
17859 2005-12-08 John Paul Wallington <jpw@pobox.com>
17860
17861 * ibuf-ext.el (define-ibuffer-filter filename):
17862 If `dired-directory' is a list then really use its car.
17863
17864 2005-12-08 Kim F. Storm <storm@cua.dk>
17865
17866 * emulation/cua-rect.el (cua--rectangle-aux-replace):
17867 Fix indention of text on right side of replaced rectangle.
17868
17869 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
17870
17871 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
17872 No need to check gud-comint-buffer is bound.
17873 (gdb): Prevent multiple debugging when first session uses gdba.
17874
17875 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
17876
17877 CC Mode update to 5.31.
17878
17879 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
17880 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
17881 We might do this function properly in the future).
17882
17883 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
17884 New macros c-sentence-end and c-default-value-sentence end, to cope
17885 with Emacs 22's new function `sentence-end'.
17886
17887 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
17888
17889 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
17890 compat issue using `c-put-overlay' and `c-delete-overlay'.
17891
17892 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
17893 New compat macros to handle overlays/extents.
17894
17895 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
17896
17897 * progmodes/cc-fix.el: Add definitions of the macros push and pop
17898 (for GNU Emacs 20.4).
17899
17900 * progmodes/cc-defs.el:
17901 (i): Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4).
17902
17903 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
17904 highlighting mechanism so it will work in XEmacs too.
17905
17906 * progmodes/cc-defs.el: Insert c-int-to-char.
17907
17908 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
17909 call to the new macro c-int-to-char. This solves XEmacs's
17910 regarding characters as different from integers.
17911
17912 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
17913
17914 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
17915 New internal helper.
17916
17917 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
17918 construct to make the indirect face lookup work in XEmacs.
17919
17920 (c-cpp-matchers): Append the negation char face to the existing
17921 fontification, so that the cpp face doesn't disappear.
17922 Use `c-make-syntactic-matcher' to avoid negation chars in comments
17923 and strings.
17924
17925 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
17926 to map to `font-lock-negation-char-face' in emacsen where it exists.
17927
17928 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
17929
17930 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
17931
17932 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
17933 Rename "c-subword-move-mode" as "c-subword-mode".
17934
17935 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
17936 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
17937
17938 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
17939
17940 * progmodes/cc-mode.el: Added autoload directive for
17941 `c-subword-move-mode' for use in older emacsen.
17942
17943 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
17944
17945 * progmodes/cc-mode.el:
17946 (i): Insert a binding for C-c C-backspace into
17947 c-bind-special-erase-keys which works in TTYs.
17948 (ii): Make sure that when file styles are used, any explicitly
17949 given style variables take priority over those in the style.
17950 Do this by calling `hack-local-variables' a second time.
17951
17952 * progmodes/cc-vars.el: Add language specific customization
17953 widgets for AWK to c-doc-comment-style, c-require-final-newline
17954 and c-default-style. Add a defcustom for awk-mode-hook.
17955 Give c-syntactic-element and c-syntactic-context doc-strings by
17956 directly setting their `variable-documentation' propery.
17957 This allows Emacs 22.1 to read these with C-h v.
17958
17959 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
17960
17961 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
17962
17963 * progmodes/cc-fonts.el, cc-vars.el
17964 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
17965 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
17966 Masatake YAMATO.
17967
17968 (c-doc-comment-style): Made GtkDoc default in C mode.
17969
17970 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
17971 and C-c C-<delete>.
17972
17973 (c-bind-special-erase-keys): New function for use on
17974 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
17975
17976 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
17977 <delete> key behavior in XEmacs according to `delete-forward-p'.
17978 C.f. `c-electric-delete'.
17979
17980 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
17981
17982 * progmodes/cc-mode.el: Give c-hungry-backspace and
17983 c-hungry-delete-forward permanent key bindings.
17984
17985 * progmodes/cc-cmds.el (c-electric-semi&comma):
17986 Bind c-syntactic-context for calls to "criteria functions", for
17987 consistency with other calls to user functions.
17988
17989 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
17990 `current-prefix-arg', since this might be the prefix arg to a
17991 command which calls c-indent-command as a function. Change the
17992 interactive spec from "p" to "P".
17993
17994 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
17995 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
17996 was difficult to understand.
17997
17998 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
17999
18000 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
18001 first char of an identifier.
18002
18003 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
18004 +" syntax in C++.
18005
18006 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18007
18008 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
18009 auto-fill doesn't split a c-comment's last word from a hanging
18010 "*/" when a space is typed between them after fill-column.
18011
18012 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
18013
18014 * progmodes/cc-styles.el (c-set-style)
18015 (c-setup-paragraph-variables): Abort the command if we're not in a
18016 CC Mode buffer.
18017
18018 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
18019 with blank comment-prefix, and a blank line as the comment's
18020 second line.
18021
18022 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18023
18024 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
18025 Incorporate the patterns added in the Emacs development branch
18026 for the new Emacs 22 face `font-lock-negation-char-face'.
18027
18028 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
18029 of "red" since it stands out better in xterms and DOS terminals.
18030
18031 * progmodes/cc-engine.el (c-literal-faces):
18032 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
18033
18034 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18035
18036 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
18037 forcibly enable c-electric-flag.
18038
18039 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
18040 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
18041 after the comment-prefix of a C-style comment will close that comment.
18042
18043 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18044
18045 * progmodes/cc-fonts.el (c-basic-matchers-before)
18046 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
18047 in Pike.
18048
18049 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
18050 digraphs.
18051
18052 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
18053 (c-cpp-message-directives, c-cpp-include-directives)
18054 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
18055 (c-cpp-expr-directives): Introduce new language constants to
18056 control cpp syntax in a cleaner way.
18057
18058 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
18059
18060 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
18061
18062 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
18063 (c-multiline-string-start-char): New language constants and
18064 variables to specify how newlines in string literals work.
18065
18066 (c-font-lock-invalid-string): Use them.
18067
18068 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
18069 unbalanced close brace is entered. Optimization by avoiding going
18070 back over arbitrarily large blocks. Removed hints that this
18071 function only would be relevant/useful in AWK.
18072
18073 (c-electric-brace): Indent syntactically after the cleanups since
18074 lineup functions might do it differently then.
18075
18076 * progmodes/cc-engine.el, cc-langs.el
18077 (c-opt-op-identifier-prefix): New language constant and variable.
18078
18079 (c-just-after-func-arglist-p, c-after-special-operator-id)
18080 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
18081
18082 * progmodes/cc-align.el, cc-engine.el
18083 (c-after-special-operator-id): New helper to handle C++ operator
18084 identifiers.
18085
18086 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
18087 (c-guess-basic-syntax): Handle C++ operator identifiers in
18088 declarations.
18089
18090 * progmodes/cc-langs.el (c-assignment-operators): Add the
18091 trigraph version of ^= too.
18092
18093 * progmodes/cc-langs.el (c-assignment-operators): Add the
18094 trigraph version of |= in C++.
18095
18096 * progmodes/cc-fonts.el (c-font-lock-declarators):
18097 Handle `c-decl-hangon-kwds' after the identifier name.
18098
18099 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
18100 whether an arglist is "nonempty", ignore a comment after the open
18101 paren if it isn't followed by a non-comment token on the same line.
18102
18103 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
18104 Enable heuristics below the point to cope with classes inside special
18105 brace lists in Pike.
18106
18107 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18108
18109 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
18110
18111 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18112
18113 * progmodes/cc-guess.el (cc-guess-install): New function to
18114 install an already guessed style in another buffer.
18115
18116 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
18117 sets `inhibit-read-only' - `c-save-buffer-state' should be used
18118 anyway if the change always is undone.
18119
18120 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18121
18122 Implement togglable electricity:
18123
18124 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
18125 saying when it should be used.
18126
18127 * progmodes/cc-engine.el: Add the new buffer-local variable,
18128 c-electric-flag.
18129
18130 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
18131 c-toggle-auto-newline.
18132
18133 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
18134 c-toggle-auto-newline. Remove the binding for
18135 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
18136 c-toggle-electric-state.
18137
18138 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
18139
18140 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
18141 c-\(forward\|backward\)-subword.
18142 (c-update-modeline): Add the new modeline flag `l' for
18143 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
18144 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
18145 Make the old name an alias of the new name.
18146 (c-toggle-electric-state): New function.
18147 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
18148 Adapt these functions to do electric things only when
18149 c-electric-flag is non-nil.
18150 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
18151 new functions from c-electric-brace.
18152 (c-point-syntax): Add a check for "virtual semicolons" in AWK
18153 mode, so that the tentative extra newline doesn't change the
18154 syntax of the following brace.
18155 (c-electric-brace): Restructure by extracting the above functions.
18156 Tidy up the coding somewhat.
18157 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
18158 restructure a bit.
18159
18160 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18161
18162 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
18163 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
18164
18165 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
18166 (c-submode-indicators): Change name from `c-auto-hungry-string'
18167 since it's now used to track another submode.
18168
18169 (c-update-modeline): Convert to function and extended to check
18170 `c-subword-move-mode'.
18171
18172 (c-forward-into-nomenclature, c-backward-into-nomenclature):
18173 Convert to compat aliases for `c-forward-subword' and
18174 `c-backward-subword'.
18175
18176 * progmodes/cc-subword.el: New functions and minor mode to handle
18177 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
18178
18179 (c-forward-subword, c-backward-subword, c-mark-subword)
18180 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
18181 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
18182 Functions corresponding to the standard word handling functions.
18183
18184 (c-subword-move-mode): Minor mode that replaces all the standard
18185 word handling functions with their subword equivalences.
18186
18187 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18188
18189 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
18190 entry for one-liner-defun.
18191
18192 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
18193 name in its def-edebug-spec.
18194
18195 * progmodes/cc-cmds.el (c-electric-brace): Make the
18196 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
18197 compacts space before a comment, if this will make things fit on
18198 one line.
18199
18200 Introduce an "awk" style, mainly for auto-newline and clean-ups.
18201
18202 * progmodes/cc-align.el: New function c-snug-1line-defun-close.
18203
18204 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
18205 clean-up one-liner-defun.
18206
18207 * progmodes/cc-styles.el: Add the new "awk" style.
18208
18209 * progmodes/cc-vars.el: Add description of one-liner-defun to
18210 c-cleanup-list's doc-string. New user options,
18211 c-max-one-liner-length. In c-default-style, set the default style
18212 for AWK to "awk".
18213
18214 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18215
18216 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
18217 macros inside labels.
18218
18219 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
18220 `c-at-statement-start-p' and `c-at-expression-start-p'.
18221
18222 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
18223 error if the mark isn't set.
18224
18225 * progmodes/cc-engine.el (c-guess-continued-construct)
18226 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
18227 accurately detect functions inside functions.
18228
18229 * progmodes/cc-engine.el (c-at-expression-start-p): New function
18230 like `c-at-statement-start-p' that additionally recognizes commas
18231 and expression parentheses as delimiters.
18232
18233 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
18234 to avoid heuristics that doesn't work for unclosed blocks.
18235 (c-at-statement-start-p): New function.
18236
18237 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
18238 Objective-C directives, e.g. directives spanning lines should work
18239 reasonably well now.
18240
18241 (c-put-c-type-property, c-clear-c-type-property): New helpers.
18242
18243 (c-forward-objc-directive): New function to move over any ObjC
18244 directive.
18245
18246 (c-just-after-func-arglist-p, c-guess-basic-syntax)
18247 (c-basic-matchers-before): Use it.
18248
18249 (c-font-lock-objc-iip-decl): Remove.
18250
18251 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
18252 in the template arglist recognition.
18253
18254 * progmodes/cc-styles.el (c-style-alist): Fix several
18255 inconsistencies in the Whitesmith style.
18256
18257 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
18258 New lineup function to get lines after Whitesmith style blocks
18259 correctly indented.
18260
18261 (c-lineup-whitesmith-in-block): Back out the compensation for
18262 opening parens since it's done using `add' lists in the style
18263 definition instead. Don't use the anchor position since it varies
18264 too much between the syntactic symbols. :P
18265
18266 * progmodes/cc-vars.el (c-valid-offset): Update.
18267
18268 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
18269 lists where the offsets are combined according to several
18270 different methods: `first', `min', `max', and `add'.
18271 Report offset evaluation errors with `c-benign-error' so that some kind
18272 of reindentation still is done.
18273
18274 * progmodes/cc-engine.el (c-guess-basic-syntax):
18275 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
18276 `arglist-close'.
18277
18278 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
18279 situations for `arglist-cont-nonempty' and `arglist-close'.
18280
18281 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
18282
18283 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
18284 cc-bytecomp-boundp' in a number of places.
18285
18286 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
18287 macro related issue.
18288
18289 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18290
18291 * progmodes/cc-awk.el: Change the terminology of regexps: A char
18292 list is now [asdf], a char class [:alpha:].
18293 Include code for char classes.
18294 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
18295 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
18296
18297 Remove (nearly all of) the cruft associated with AWK Mode's former
18298 concept of "virtual semicolons":
18299
18300 Adapt c-beginning-of-statement, c-end-of-statement (together with
18301 subfunctions) to use the new notion of "virtual semicolon" in
18302 place of the old awkward special handling for AWK. There remains
18303 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
18304 * progmodes/cc-cmds.el:
18305 (c-ascertain-adjacent-literal): In the backwards direction, now
18306 recognises AWK regexp delimiters as string delimiters.
18307 (c-after-statement-terminator-p): Adapt for virtual semicolons;
18308 check more rigorously for "end of macro".
18309 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
18310 virtual semicolons;
18311 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
18312 out the code for forward movement into ...
18313 (c-end-of-statement): Now contains the code for forward movement,
18314 adapted for virtual semicolons.
18315
18316 * progmodes/cc-engine.el:
18317 (c-ws*-string-limit-regexp): New regexp.
18318 (c-forward-single-comment, c-backward-single-comment): Comment out
18319 the (now redundant) "special" AWK stuff.
18320
18321 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
18322 c-string-par-start, c-string-par-separate to be more like Text
18323 Mode than Fundamental Mode.
18324
18325 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18326
18327 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
18328 to the fontified region so that fontification doesn't occur
18329 outside it (could happen e.g. when fontifying a line with an
18330 unfinished declaration).
18331
18332 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18333
18334 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
18335 start of the file. ^L now separate sections of the file.
18336 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
18337 (c-awk-one-line-possibly-open-string-re)
18338 (c-awk-regexp-one-line-possibly-open-char-class-re)
18339 (c-awk-one-line-possibly-open-regexp-re)
18340 (c-awk-one-line-non-syn-ws*-re): New defonsts.
18341 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
18342
18343 Amend the concept of "virtual semicolons" (in the indentation
18344 engine) for languages like AWK, such that they are now
18345 conceptually attached to end of the last token of a statement, not
18346 the end of the line. (In AWK Mode, however, the pertinent text
18347 property is still physically set on the EOL.) Remove the specific
18348 tests for awk-mode, thus facilitating the introduction of other
18349 language modes where EOLs can end statements.
18350 (Note: The funtionality in cc-cmds.el, specifically
18351 c-beginning/end-of-statement has yet to be amended.)
18352
18353 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
18354 New macros.
18355
18356 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
18357 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
18358 c-vsemi-status-unknown-p-fn (in a new page).
18359
18360 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
18361 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
18362 numerous awkward forms like
18363 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
18364 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
18365 variable before-ws-ip, the place just after char-before-ip appears.
18366
18367 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
18368 a comment.
18369
18370 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18371
18372 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
18373 `c-tentative-buffer-changes'.
18374
18375 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
18376 convert to macro to choose between Emacs and XEmacs at compile time.
18377
18378 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
18379
18380 (c-tentative-buffer-changes): New macro to handle temporary buffer
18381 changes in a convenient way.
18382
18383 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
18384 for `c-tentative-buffer-changes'.
18385
18386 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
18387 the checks for paren sexps between the point and the keyword, to
18388 avoid some false alarms.
18389
18390 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
18391 Fixed a situation where an error could be thrown for unbalanced
18392 parens. Changed to make use of c-keyword-member' to avoid some
18393 repeated regexp matches.
18394
18395 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
18396 These language variable are no longer necessary.
18397
18398 (c-block-stmt-kwds): New language constant used by
18399 c-looking-at-inexpr-block'.
18400
18401 (c-guess-basic-syntax): Remove an optional check that looked at
18402 the existence of the now removed language variables.
18403
18404 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
18405 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
18406 object instantiation expressions as declarations in some contexts.
18407 This bug only affected languages where the declarator can't be
18408 enclosed in parentheses.
18409
18410 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
18411 insert newlines before and after substatement braces.
18412
18413 * progmodes/cc-engine.el: Improved the heuristics for recognizing
18414 function declaration headers and the handling of C++ style member
18415 init lists.
18416
18417 (c-just-after-func-arglist-p): Rewritten to use
18418 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
18419
18420 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
18421
18422 (c-guess-basic-syntax): Adapt case 5B for the new
18423 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
18424 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
18425 covers all cases now).
18426
18427 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
18428
18429 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18430
18431 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
18432 c-string-par-start/separate c-sentence-end-with-esc-eol,
18433 initialised in c-setup-paragraph-variables, used in string
18434 scanning subroutines of c-beginning-of-statement.
18435
18436 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
18437 which precedes the newly inserted `{'.
18438
18439 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18440
18441 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
18442 function for declaration level blocks. It should now cope with
18443 templates better and also be a lot more comprehensible.
18444
18445 (c-looking-at-decl-block): The new function.
18446
18447 (c-search-uplist-for-classkey): The old one. It's now a wrapper
18448 for compatibility.
18449
18450 (c-add-class-syntax, c-guess-continued-construct)
18451 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
18452
18453 (c-decl-block-key): Change to tell apart ambiguous and
18454 unambiguous keywords. Pike specials are now handled directly in
18455 the code instead.
18456
18457 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
18458 New language constants and variables to make the backward skip in
18459 `c-looking-at-decl-block' as tight as possible.
18460
18461 (c-nonsymbol-token-char-list): New language constant.
18462
18463 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
18464 find balanced template arglists backwards.
18465
18466 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
18467 making char classes for `c-syntactic-skip-backward'.
18468
18469 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
18470 16D - can't be a class-close at that point.
18471
18472 * progmodes/cc-engine.el (c-guess-basic-syntax)
18473 (c-add-class-syntax): Don't narrow out the enclosing declaration
18474 level. This makes everything a lot easier, and it was actually
18475 only four small places that needed it to work. Some places that
18476 previously did `widen' are removed now, which has the effect that
18477 `c-guess-basic-syntax' never will look at things outside the
18478 current narrowment now. The anchor position for `topmost-intro'
18479 is affected by this, but it was so bogus it was basically useless
18480 before, and now it's equally bogus but in a slightly different way.
18481
18482 (c-narrow-out-enclosing-class): Gone.
18483
18484 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
18485 the narrowed region.
18486
18487 (c-least-enclosing-brace): Remove silly optional argument.
18488
18489 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
18490 the point could be left directly after an open paren when finding
18491 the beginning of the first decl in the block.
18492
18493 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
18494 Specify which submatch to use.
18495
18496 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
18497
18498 (c-decl-start-re): No longer any need for special treatment of
18499 ObjC due to the above.
18500
18501 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
18502 presumably follows C in that regard.
18503
18504 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
18505 New language constants to specify operator tokens inside
18506 identifiers in a more high level way.
18507
18508 (c-opt-identifier-prefix-key): New internal language constant.
18509
18510 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
18511 (c-identifier-start, c-identifier-key): Now completely calculated
18512 from other constants.
18513
18514 (c-identifier-last-sym-match): Decommission since it's no longer used.
18515
18516 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
18517
18518 * progmodes/cc-engine.el (c-forward-name): Remove the
18519 optimization when c-identifier-key is equal to c-symbol-key since
18520 it doesn't work in byte compiled files. Don't record empty
18521 regions as identifiers.
18522
18523 * progmodes/cc-langs.el (c-filter-ops): New helper function to
18524 simplify access to `c-operators' and its likes.
18525
18526 (c-operator-list, c-all-op-syntax-tokens)
18527 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
18528 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
18529 (c-primary-expr-regexp, c-cast-parens): Use it.
18530
18531 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
18532 an explicit language in functions.
18533
18534 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
18535 variant of adornment.
18536
18537 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
18538 variable.
18539
18540 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
18541 the Pike value.
18542
18543 * progmodes/cc-engine.el (c-on-identifier)
18544 (c-simple-skip-symbol-backward): Small fix for handling "-"
18545 correctly in `skip-chars-backward'. Affected the operator lfun
18546 syntax in Pike.
18547
18548 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
18549 diagnostic message about precompiled language vars not being used.
18550
18551 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
18552 "__attribute__" is followed by a parenthesis.
18553
18554 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
18555 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
18556 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
18557
18558 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
18559 Internal cleanups to properly detect the declared identifiers in
18560 various declarations.
18561
18562 (c-decl-start-kwds): New language constant to recognize
18563 declarations that can start anywhere. Used for class declarations
18564 in Pike.
18565
18566 (c-specifier-key, c-not-decl-init-keywords)
18567 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
18568 (c-find-decl-spots): Implement `c-decl-start-kwds'.
18569
18570 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
18571 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
18572 handling of the compiler specific extension keywords into a new
18573 language constant `c-decl-hangon-kwds' that defines keyword
18574 clauses to be ignored in declarations.
18575
18576 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
18577 past unrecognized tokens when handling `c-colon-type-list-kwds'.
18578 Necessary to stop at the declared identifier in e.g. IDL valuetype
18579 declarations.
18580
18581 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
18582 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
18583 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
18584 (c-forward-decl-or-cast-1): Recognize the declared identifier in
18585 class and enum declarations as such and not as part of the type.
18586
18587 (c-forward-decl-or-cast-1, c-forward-label): Relax the
18588 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
18589
18590 (c-forward-decl-or-cast-1): Don't disregard sure signs of
18591 declarations when there's some syntax error later on.
18592
18593 (c-complex-decl-matchers): Did away with a reference to
18594 `c-specifier-key'.
18595
18596 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
18597 value - this variable is always dynamically bound.
18598
18599 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
18600 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
18601 * cc-cmds.el, cc-defs.el: Change the policy for marking up
18602 functions that might do hidden buffer changes: All such internal
18603 functions are now marked instead of those that don't.
18604
18605 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
18606 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
18607 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
18608 (c-literal-type): Allow these functions to make hidden buffer changes,
18609 so that they are free to use text property caching later on.
18610
18611 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
18612 (c-electric-brace, c-electric-slash, c-electric-star)
18613 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
18614 (c-electric-paren, c-electric-continued-statement, c-indent-command)
18615 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
18616 (c-context-line-break): Add `c-save-buffer-state' calls to comply
18617 with the changed semantics of the functions above.
18618
18619 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
18620 when macros occur in obscure places. Optimized the sexp movement
18621 a bit.
18622
18623 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18624
18625 Enhancements for c-beginning-of-statement to work in AWK Mode:
18626
18627 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
18628 (completed statement) with `}' (statement completed by closing
18629 brace or semicolon) and `$' (statement completed by EOL).
18630
18631 (c-awk-virtual-semicolon-ends-prev-line-p)
18632 (c-awk-virtual-semicolon-ends-line-p)
18633 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
18634 (c-awk-at-statement-end-p): New functions.
18635
18636 * progmodes/cc-cmds.el: Simplify the structure of functions
18637 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
18638 two functions and c-beginning-of-statement to handle AWK Mode.
18639
18640 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
18641 c-backward-single-comment for AWK mode. Attempt to clarify their
18642 doc-strings.
18643
18644 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
18645
18646 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18647
18648 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
18649 label handling. Labels are now recognized in a uniform and more
18650 robust way, regardless of context. Text properties are put on all
18651 labels to recognize the following declarations better.
18652 Multiword labels are handled both in indentation and fontification for
18653 the benefit of language extensions like Qt. For consistency, keywords
18654 in labels are now fontified with the label face instead.
18655 That also applies to "case" and "default".
18656
18657 (c-beginning-of-statement-1): Fix some bugs in the label
18658 handling. Disregard `c-nonlabel-token-key' in labels that begin
18659 with `c-label-kwds'.
18660
18661 (c-find-decl-spots): Support that the callback adds more
18662 `c-decl-end' spots to find.
18663
18664 (c-forward-decl-or-cast-1): Don't treat a list of plain
18665 identifiers followed by a colon as a declaration.
18666
18667 (c-forward-label): New function to recognize labels.
18668
18669 (c-guess-basic-syntax): Replace uses of `c-label-key' with
18670 `c-forward-label'. Moved the label recognition cases (14 and 15)
18671 earlier since they aren't so context sensitive now. Handle labels
18672 on the top level gracefully. Moved access label recognition to
18673 the generic label case (CASE 15) - removed CASE 5E.
18674
18675 (c-font-lock-declarations): Add recognition of labels in the
18676 same round since we need to handle labels in parallell with other
18677 declarations to recognize both accurately. It should also improve
18678 speed.
18679
18680 (c-simple-decl-matchers, c-basic-matchers-after):
18681 Move `c-font-lock-labels' so that it only is used on decoration level 2
18682 since `c-font-lock-declarations' handles it otherwise.
18683
18684 (c-complex-decl-matchers): Remove the simplistic recognition of
18685 access labels.
18686
18687 (c-decl-prefix-re): Remove the kludges that was necessary to cope
18688 with labels earlier.
18689
18690 (c-decl-start-re): New language variable to make
18691 `c-font-lock-declarations' stop for the special protection labels
18692 in Objective-C that start with `@'.
18693
18694 (c-label-key): Remove since it's no longer used.
18695
18696 (c-recognize-colon-labels, c-label-prefix-re): New language
18697 constants to support recognition of generic colon-terminated labels.
18698
18699 (c-type-decl-end-used): `c-decl-end' is now used whenever there
18700 are colon terminated labels.
18701
18702 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
18703 first argument starts with a special brace list.
18704
18705 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
18706 (c-font-lock-declarations): Break out the declaration and cast
18707 recognition from `c-font-lock-declarations' to a new function, so
18708 that it can be used in the indentation engine.
18709
18710 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
18711 up to the start of the literal. Fixed bug with the point on the
18712 wrong side of the search limit that could happen when the start
18713 position is inside a literal.
18714
18715 * progmodes/cc-engine.el (c-parse-state)
18716 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
18717 so that it's kept a little bit back to increase the hit rate.
18718
18719 (c-parse-state): Change the macro handling and fixed some
18720 glitches. Macro context is checked more often than necessary now,
18721 but otoh less garbage conses are generated.
18722
18723 * progmodes/cc-engine.el (c-parse-state)
18724 (c-invalidate-state-cache): Cache the last position where
18725 `c-state-cache' applies. This can speed up refontification quite
18726 a bit in blocks where there are many non-brace parens before the point.
18727
18728 (c-state-cache-end): New variable for this.
18729
18730 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
18731 cache variable.
18732
18733 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
18734 get close initial continue positions when the start position is
18735 inside a literal or macro. Do not call the callback for spots
18736 before the start position (which can happen e.g. for `c-decl-end'
18737 spots inside comments). Optimize better in special cases when the
18738 region is a single line inside a literal or macro (typically when
18739 the current line is refontified).
18740
18741 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
18742 to `c-add-stmt-syntax' - there's no need to explicitly whack off
18743 entries from the paren state.
18744
18745 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
18746 special case for "else if" clauses.
18747
18748 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
18749 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
18750
18751 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
18752 New language variable to recognize the gcc extension with statement
18753 blocks inside expressions.
18754
18755 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
18756 it somewhat more comprehensible. The argument AT-BLOCK-START is
18757 no longer used and hence removed.
18758
18759 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
18760 to `c-add-stmt-syntax'.
18761
18762 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
18763 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
18764 This fixes bogus label recognition.
18765
18766 * progmodes/cc-engine.el (c-add-type, c-check-type)
18767 (c-forward-name, c-forward-type): Improve storage of template
18768 types in `c-found-types' so that they can be recognized better.
18769
18770 (c-syntactic-content): Add option to skip past nested parens.
18771
18772 * progmodes/cc-engine.el (c-forward-name):
18773 Set `c-last-identifier-range' all the time. It's less work that way.
18774 Handle that there might not be an identifier to store in
18775 `c-last-identifier-range'.
18776
18777 (c-forward-type): Handle that `c-last-identifier-range' might be
18778 nil from `c-forward-name'.
18779
18780 * progmodes/cc-defs.el (c-safe-scan-lists)
18781 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
18782
18783 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
18784 to work even if the form fails.
18785
18786 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
18787 down in a large file in one go.
18788
18789 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
18790
18791 * progmodes/cc-align.el (c-lineup-assignments): New lineup
18792 function which is like `c-lineup-math' but returns nil instead of
18793 `c-basic-offset' when it doesn't match.
18794
18795 (c-lineup-math): Change to use `c-lineup-assignments'.
18796
18797 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18798
18799 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
18800 c-beginning-of-statement. New subfunctions
18801 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
18802
18803 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18804
18805 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
18806 hardcoded char classes whereever possible. Changed a couple of
18807 places to use skip by syntax instead of skip by char class.
18808
18809 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
18810 Fix a bug in the regexp that caused extreme backtracking.
18811
18812 * progmodes/cc-langs.el (c-block-comment-starter)
18813 (c-block-comment-ender): New language constants to specify in a
18814 single place how block comments look.
18815
18816 (c-comment-start-regexp, c-block-comment-start-regexp)
18817 (comment-start, comment-end, comment-start-skip)
18818 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
18819 (c-syntactic-ws, c-nonempty-syntactic-ws)
18820 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
18821 `c-line-comment-starter', `c-block-comment-starter' and
18822 `c-block-comment-ender'.
18823
18824 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
18825 New language constants to break up things a bit.
18826
18827 (c-simple-ws): New language constant for simple whitespace.
18828
18829 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
18830
18831 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
18832 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
18833 newlines. Allow and ignore nil elements in the list.
18834
18835 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18836
18837 * progmodes/cc-cmds.el: Comment out a (n almost certainly
18838 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
18839
18840 * progmodes/cc-cmds.el: Tidy up the comments in
18841 c-beginning-of-statement and subfunctions.
18842
18843 * progmodes/cc-awk.el: Replace calls to put-text-property to the
18844 more flexible c-put-char-property and c-clear-char-properties.
18845 Add the author's email address.
18846
18847 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
18848
18849 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
18850 closing "*/" of a block comment.
18851
18852 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
18853 subfunctions) so that it works at BOB and EOB.
18854
18855 * progmodes/cc-cmds.el, cc-vars.el: More updating of
18856 c-beginning-of-statement, including new variable
18857 c-block-comment-start-regexp.
18858
18859 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18860
18861 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
18862 symbols from `*-font-lock-extra-types' so that there's no need to
18863 use `regexp-opt' on those lists.
18864
18865 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
18866 `c-type-modifier-kwds' is empty.
18867
18868 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
18869 there are several strings on the same line.
18870
18871 * progmodes/cc-engine.el (c-literal-limits): Remove the
18872 compatibility function for older emacsen. `c-literal-limits-fast'
18873 has now taken the place of this function.
18874
18875 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
18876 with older emacsen: We now require `pps-extended-state'.
18877
18878 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18879
18880 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
18881 which obviates the need to hack sentence-end. This now handles
18882 escaped newlines in strings correctly. Correct minor bugs in
18883 c-move-over-sentence and in c-beginning-of-statement.
18884
18885 * progmodes/cc-cmds.el (c-beginning-of-statement (and
18886 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
18887 that movement over macros and code are rigorously separated from
18888 eachother. Correct a few incidental bugs.
18889
18890 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
18891 Improve its doc-string. Improve the handling of certain specific cases.
18892
18893 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18894
18895 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
18896 (c-guess-basic-syntax): Change the way class-level labels are
18897 recognized; they can now contain essentially any symbols.
18898
18899 (c-opt-extra-label-key): New language variable to cope with the
18900 special protection label syntax in Objective-C.
18901
18902 (c-opt-access-key): Remove; this is now handled better by
18903 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
18904
18905 (c-complex-decl-matchers): Update to handle that
18906 `c-opt-access-key' no longer exists.
18907
18908 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
18909 improved label recognition in `c-beginning-of-statement-1'.
18910
18911 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
18912 Recognize bitfields better.
18913
18914 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
18915 Remove some cruft and fixed a bug that could cause it to go to a
18916 position further down.
18917
18918 * progmodes/cc-langs.el, cc-engine.el
18919 (c-beginning-of-statement-1): Improve detection of labels in
18920 declaration contexts.
18921
18922 (c-beginning-of-decl-1): Use it.
18923
18924 (c-nonlabel-token-key): New language constant and variable needed
18925 by `c-beginning-of-statement-1'.
18926
18927 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
18928 manifested itself due to the correction in `c-forward-sexp'.
18929
18930 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
18931 Make these behave as documented when used at the buffer limits.
18932
18933 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
18934 (c-type-decl-end-used): Made this a language variable.
18935
18936 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
18937 correctly when `combine-after-change-calls' is used together with
18938 temporary narrowings.
18939
18940 * progmodes/cc-engine.el (c-beginning-of-statement-1):
18941 Report labels correctly when the start point is immediately after the
18942 colon.
18943
18944 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
18945 Remove since it isn't used anymore.
18946
18947 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
18948 bracket arglists such as template parens in C++.
18949
18950 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
18951 in the last check-in. Some optimization.
18952
18953 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
18954 where it could stop at the same level in a preceding sexp when
18955 PAREN-LEVEL is set.
18956
18957 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
18958 text property lookup only when it's needed.
18959
18960 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
18961 Change the policy for paren marked angle brackets to be more
18962 persistent; once marked they remain marked even when they're found
18963 to be unbalanced in the searched region. This should keep the
18964 paren syntax around even when individual lines are refontified in
18965 multiline template arglists.
18966
18967 (c-parse-and-markup-<>-arglists): New dynamically bound variable
18968 to control markup so that incorrect angle bracket arglists aren't
18969 marked in contexts where the correct value for
18970 `c-disallow-comma-in-<>-arglists' isn't known.
18971
18972 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
18973 argument has become `c-parse-and-markup-<>-arglists'.
18974
18975 (c-remove-<>-arglist-properties): Remove - no longer used.
18976
18977 (c-after-change-check-<>-operators): New function used on
18978 `after-change-functions' to avoid that "<" and ">" characters that
18979 are part of longer operators have paren syntax.
18980
18981 (c-<>-multichar-token-regexp): New language variable used by
18982 `c-after-change-check-<>-operators'.
18983
18984 (c-after-change): Call `c-after-change-check-<>-operators'.
18985
18986 (c-font-lock-<>-arglists): Use the context properties set by
18987 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
18988 correctly to avoid doing invalid markup.
18989
18990 (c-font-lock-declarations): Remove code that undoes the invalid
18991 markup done by `c-font-lock-<>-arglists'.
18992
18993 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
18994 after `c-font-lock-declarations'.
18995
18996 * progmodes/cc-engine.el (c-syntactic-skip-backward):
18997 Add paren-level feature.
18998
18999 (c-guess-basic-syntax): Improve the anchor position for
19000 `template-args-cont' in nested template arglists. There's still
19001 much to be desired in this area, though.
19002
19003 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19004
19005 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
19006 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
19007
19008 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19009
19010 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
19011 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
19012
19013 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
19014 it doesn't work no longer are supported.
19015
19016 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
19017 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
19018 requires support for the syntax-table' text property, which rules
19019 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
19020 cruft associated with those versions.
19021
19022 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
19023 for the `syntax-table' text property, which rules out Emacs 19 and
19024 XEmacs < 21.4. Removed various compatibility cruft associated
19025 with those versions.
19026
19027 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
19028 support for the `syntax-table' text property.
19029
19030 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
19031 variable and use an extra quoted face name instead. All the
19032 emacsen flavors handle that correctly.
19033
19034 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
19035 (c-font-lock-declarators, c-font-lock-declarations)
19036 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
19037 property to mark the items in in declarator lists to handle
19038 refontification inside multiline declarations better.
19039
19040 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
19041 construct like "a * b = c;" as a declaration.
19042
19043 2005-12-08 Kim F. Storm <storm@cua.dk>
19044
19045 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
19046 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
19047 select either meta, hyper, or super modifier for rectangle commands.
19048 (cua--rectangle-modifier-key): New defvar.
19049 (cua--M/H-key): Use it. Remove special case for `space'.
19050 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
19051 on X, to meta otherwise. Always bind C-return to toggle
19052 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
19053
19054 * emulation/cua-rect.el (cua-help-for-rectangle):
19055 Use cua--rectangle-modifier-key. Handle super modifier too.
19056 (cua--init-rectangles): Always bind C-return to toggle rectangle.
19057 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
19058
19059 * ido.el: Move Acknowledgements and History after Commentary.
19060 Minor changes to Commentary.
19061
19062 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
19063 keymap if cua--prefix-override-timer is `shift'.
19064 (cua--shift-control-prefix): New function; emulate "type prefix
19065 key twice" functionality to handle shifted prefix key override.
19066 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
19067 New commands.
19068 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
19069
19070 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
19071
19072 * textmodes/org.el (org-insert-heading): Try to do items before
19073 headings.
19074 (org-agenda-mode): Quote `org-agenda-mode-hook'.
19075 (org-insert-item): New function.
19076 (org-renumber-ordered-list): Don't skip to higher level lists.
19077
19078 2005-12-08 Juri Linkov <juri@jurta.org>
19079
19080 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
19081
19082 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
19083
19084 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
19085
19086 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
19087 the constructed function name fun-1.
19088
19089 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
19090 because such links don't lead to parent documentation.
19091
19092 2005-12-08 Kenichi Handa <handa@m17n.org>
19093
19094 * descr-text.el (describe-char): Use *Help-2* buffer if the
19095 current buffer is *Help*. Call describe-text-properties while
19096 setting the original buffer.
19097
19098 2005-12-07 Bill Wohler <wohler@newt.com>
19099
19100 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
19101 and causes problems with non-MH users (such as Gnus users).
19102
19103 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
19104
19105 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
19106 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
19107 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
19108 command "info sources". Move calls to GDB command "list".
19109 (gdb-find-file-hook): Just use gdb-source-file-list.
19110 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
19111 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
19112 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
19113 (gdb-data-list-register-values-handler): Use correct trigger name.
19114
19115 2005-12-07 Kim F. Storm <storm@cua.dk>
19116
19117 * ido.el (ido-completion-map): Rename from ido-mode-map.
19118 (ido-common-completion-map, ido-file-completion-map)
19119 (ido-file-dir-completion-map, ido-buffer-completion-map):
19120 Rename from ido-mode-....-map.
19121 (ido-init-completion-maps): Rename from ido-init-mode-maps.
19122 (ido-setup-completion-map): Rename from ido-define-mode-map.
19123 (ido-read-internal): Bind minibuffer-local-filename-completion-map
19124 to ido-completion-map.
19125
19126 2005-12-07 Kenichi Handa <handa@m17n.org>
19127
19128 * international/mule-cmds.el
19129 (set-display-table-and-terminal-coding-system): If the coding
19130 system specified in `unibyte-display' property is different from
19131 the arg coding-system, don't setup standard-display-table.
19132
19133 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
19134
19135 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
19136 that comments end at \n, regardless of selective-display.
19137
19138 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
19139
19140 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
19141 (gdb-version): New variables.
19142 (gdb-source-file-list, gdb-register-names)
19143 (gdb-changed-registers): New variables for use with GDB 6.4+.
19144 (gdb-ann3): Replace with...
19145 (gdb-init-1, gdb-init-2): ...two new functions.
19146 (gdba, gdb-prompt): Call gdb-init-1.
19147 (gdb-get-version): New function. Call gdb-init-2 from here.
19148 (gud-watch): Make it work with mouse events too.
19149 (gdb-post-prompt): Don't add to queue until GDB version is known.
19150 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
19151 (gdb-locals-mode): Use gdb-version.
19152 (gdb-memory-format-map, gdb-memory-unit-map)
19153 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
19154 (gdb-locals-font-lock-keywords-1)
19155 (gdb-locals-font-lock-keywords-2): New variables.
19156 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
19157 (gdb-set-gud-minor-mode-existing-buffers-1)
19158 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
19159 (gdb-var-update-1, gdb-var-update-handler-1)
19160 (gdb-data-list-register-values-handler)
19161 (gdb-data-list-register-values-custom)
19162 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
19163 (gdb-stack-list-locals-handler, gdb-get-register-names):
19164 New functions for use with GDB 6.4+.
19165 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
19166 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
19167 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
19168 (gdb-stack-list-locals-regexp)
19169 (gdb-data-list-register-names-regexp): New regexps for use with
19170 GDB 6.4+.
19171
19172 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
19173
19174 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
19175
19176 2005-12-06 Nozomu Ando <nand@mac.com>
19177
19178 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
19179 prompts work for AUTH PLAIN. Also reported by Steve Allan
19180 <seallan@verizon.net>.
19181
19182 2005-12-06 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
19183
19184 * frame.el (set-frame-parameter): Add doc string.
19185
19186 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
19187
19188 * textmodes/org.el (org-occur-highlights): New variable.
19189 (org-highlight-new-match, org-remove-occur-highlights): New functions.
19190 (org-highlight-sparse-tree-matches): New option.
19191 (org-do-occur): New function.
19192 (org-get-heading): Make it work also at beginning of line.
19193 (org-category-table): New variable.
19194 (org-get-category-table, org-get-category)
19195 (org-camel-to-words, org-link-search): New functions.
19196 (org-select-this-todo-keyword): New variable.
19197 (org-todo-list): New command.
19198 (org-shiftright, org-shiftleft): New commands.
19199 (org-agenda-todo): Add prefix argument.
19200 (org-show-hierarchy-above): New option.
19201 (org-show-todo-tree): Numerical prefix creates tree for specific
19202 TODO keyword.
19203 (org-outline-level): New function, to assign a level to plain
19204 lists items.
19205 (org-cycle-include-plain-lists): New option.
19206 (org-mode): Use `org-outline-level' as value of `outline-level'.
19207 (org-cycle): Temporarily switch `outline-regexp' if
19208 `org-cycle-include-plain-lists' is non-nil.
19209 (org-start-icalendar-file): Fix format bug.
19210 (org-agenda-get-day-entries): Create category table.
19211 (org-agenda-get-todos, org-agenda-get-timestamps)
19212 (org-agenda-get-deadlines, org-agenda-get-scheduled)
19213 (org-agenda-get-blocks): Use `org-get-category'.
19214 (org-context-in-file-links): Rename from
19215 `org-line-numbers-in-file-links'.
19216
19217 2005-12-06 Romain Francoise <romain@orebokech.com>
19218
19219 * window.el (balance-windows): Delete extraneous third arg in call
19220 to `enlarge-window'.
19221
19222 2005-12-06 Kenichi Handa <handa@m17n.org>
19223
19224 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
19225
19226 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
19227
19228 * progmodes/gdb-ui.el (gdb-var-create-handler)
19229 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
19230 (gdb-var-list-children-handler, gdb-var-update-handler):
19231 Current buffer is already gdb-partial-output-buffer, don't
19232 make it current again.
19233
19234 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
19235
19236 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
19237 (list-buffers-noselect): Use it.
19238
19239 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
19240
19241 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
19242 (mail-yank-ignored-headers): Use regexp-opt.
19243 (mail-mode-map): Move initialization into declaration.
19244 (mail-sent-via): Remove unused shadowed var `to-line'.
19245 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
19246 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
19247 (mail-do-fcc): Use dolist and push.
19248 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
19249 (mail-yank-ignored-headers): Don't autoload.
19250
19251 2005-12-05 Kenichi Handa <handa@m17n.org>
19252
19253 * international/mule-cmds.el (set-language-info-internal): New fun.
19254 (set-language-info): Call set-language-info-internal to update
19255 language-info-alist. If LANG-ENV is the current one, call
19256 set-language-environment to make INFO effective now.
19257 (set-language-info-alist): Likewise.
19258 (locale-language-names): With locale "en", use English
19259 lang. env. but set the default codings to iso-8859-1.
19260
19261 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
19262
19263 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
19264 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
19265 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
19266 for plain strings.
19267 (gdb-frames-mode): Remove redundant call to font-lock-mode.
19268 (gdb-all-registers): Rename from toggle-gdb-all-registers.
19269 Create registers buffer if necessary. Echo new state in minibuffer.
19270 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
19271
19272 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
19273
19274 * info.el (Info-fontify-node): Match external links using
19275 non-directory part of filename.
19276
19277 2005-12-04 Juri Linkov <juri@jurta.org>
19278
19279 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
19280 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
19281 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
19282 because there is no customization option for it.
19283
19284 * font-lock.el (lisp-font-lock-keywords-1):
19285 Add define-global-minor-mode.
19286
19287 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
19288
19289 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
19290 properties on the constructed variable names.
19291
19292 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
19293 Put `definition-name' properties on the constructed function names
19294 next-sym and prev-sym.
19295
19296 * emacs-lisp/find-func.el (find-function-regexp):
19297 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
19298 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
19299 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
19300 and easy-menu-define.
19301
19302 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
19303 easy-mmode-define-global-mode and define-global-minor-mode.
19304 (lisp-imenu-generic-expression): Add define-global-minor-mode.
19305
19306 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
19307 instead of easy-mmode-define-global-mode.
19308
19309 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
19310 Use define-minor-mode instead of easy-mmode-define-minor-mode.
19311
19312 * cus-edit.el (customize-group, customize-group-other-window):
19313 Filter out autoloaded options from the group completion list by
19314 using heuristics that autoloaded groups don't have `custom-autoload'
19315 property on their symbols (they have only `custom-loads').
19316
19317 * simple.el (completion-setup-function): Put completions-common-part
19318 face on complete completion string too (i.e. completion string
19319 without completions-first-difference face).
19320
19321 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
19322
19323 2005-12-03 Eli Zaretskii <eliz@gnu.org>
19324
19325 * view.el (view-mode): Doc fix.
19326
19327 * disp-table.el (standard-display-european): Add to the warning
19328 message a reference to the doc string.
19329
19330 * play/yow.el (apropos-zippy): Call print-help-return-message,
19331 similar to other Help and Apropos commands.
19332
19333 * help.el (print-help-return-message): If pop-up-frames is
19334 non-nil, set up help-return-method to delete the help window and,
19335 possibly, its frame as well, and don't display message about
19336 scrolling the help window. Doc fix.
19337 (help-return-method): Doc fix.
19338
19339 2005-12-03 Martin Rudalics <rudalics@gmx.at>
19340
19341 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
19342 whereby names of length one or names starting with a
19343 symbol-constituent character would not be returned.
19344
19345 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
19346
19347 * subr.el (atomic-change-group): Add edebug and indentation spec.
19348
19349 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
19350
19351 * completion.el (save-completions-file-name): Fix typo in last change.
19352
19353 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19354
19355 * info.el: Move back/forward history to the beginning of the tool bar.
19356
19357 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
19358
19359 * allout.el (eval-when-compile): Remove unnecessary load of cl.
19360 Add fset of allout-real-isearch-abort during compile to fix
19361 byte-compilation warnings.
19362 (allout-mode-p): Move definition of this macro above all uses, or
19363 byte compilation in barren Emacs (eg, during Emacs build) will
19364 lack the definition.
19365 (allout-mode): Move this variable above any uses, or byte
19366 compilation will fail.
19367 (allout-resolve-xref): Remove use of personal file-reference function.
19368 (allout-toggle-current-subtree-encryption): Do the current (ie,
19369 visible containing) topic, rather than nearest around point. Doc fix.
19370 (allout-toggle-subtree-encryption): New function, workhorse that
19371 works on nearest topic containing point.
19372 (allout-encrypt-string): Signal requirement for newer version of pgg.
19373 (allout-resumptions): Doc fix.
19374
19375 2005-12-02 Eli Zaretskii <eliz@gnu.org>
19376
19377 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
19378
19379 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
19380
19381 * textmodes/flyspell.el (flyspell-external-point-words):
19382 Consider a misspelling as found in the string search if: (a) misspelling
19383 and found string lengths match, or (b) misspelling is found as
19384 element in a boundary-chars separated longer string, or (c)
19385 ispell-program-name is really ispell and misspelling is found as
19386 part of a TeX string. After successful match move beginning of
19387 search region to end of match. Warn about not found misspellings
19388 once the process is done.
19389 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
19390
19391 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
19392
19393 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
19394 tool bar (removed inadvertently).
19395
19396 2005-12-02 Juri Linkov <juri@jurta.org>
19397
19398 * log-view.el (log-view-diff): Clarify doc string.
19399
19400 2005-12-01 Bill Wohler <wohler@newt.com>
19401
19402 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
19403 triggers lm-verify errors.
19404
19405 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
19406
19407 * simple.el (transient-mark-mode, line-number-mode)
19408 (column-number-mode, size-indication-mode): Remove `:require nil'.
19409
19410 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
19411
19412 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
19413 in the margin also.
19414 (gdb-breakpoints-mode-map): Use D instead of d for
19415 gdb-delete-breakpoint.
19416 (gdb-get-frame-number): Require a number to match on.
19417 (gdb-threads-mode-map): Add follow-link binding.
19418
19419 2005-11-30 Jason Rumney <jasonr@gnu.org>
19420
19421 * isearch.el (isearch-mode-map): Avoid exiting search on
19422 language-change event.
19423
19424 2005-11-30 Romain Francoise <romain@orebokech.com>
19425
19426 * speedbar.el (speedbar-default-position): New defcustom.
19427 (speedbar-frame-reposition-smartly): Use it.
19428
19429 * dframe.el (dframe-reposition-frame-emacs): Fix position
19430 computation for `left' location.
19431 Update copyright year.
19432
19433 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
19434
19435 * help.el (help-map): Move initialization into declaration.
19436
19437 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
19438
19439 * help-fns.el (help-argument-name): Don't autoload.
19440 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
19441 to be re-loaded when customizing the `help' group.
19442
19443 2005-11-30 John Paul Wallington <jpw@gnu.org>
19444
19445 * help-fns.el (describe-function-1): Fill arglist output.
19446
19447 2005-11-30 Kim F. Storm <storm@cua.dk>
19448
19449 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
19450 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
19451 after revert-buffer (or anything else which kills all local variables).
19452
19453 * apropos.el (apropos-parse-pattern): Doc fix.
19454 Set apropos-regexp directly, rather than expecting callers to do so.
19455 (apropos-command, apropos, apropos-value, apropos-documentation):
19456 Simplify calls to apropos-parse-pattern.
19457
19458 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
19459
19460 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
19461 (hi-lock-face-phrase-buffer): Use hi-yellow face.
19462 (hi-lock-write-interactive-patterns): Use comment-region.
19463
19464 * longlines.el (longlines-mode): Add mail-setup-hook.
19465
19466 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
19467
19468 * simple.el (sendmail-user-agent-compose, next-line):
19469 Conditionally use hard-newline.
19470
19471 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
19472
19473 * international/latexenc.el (latex-inputenc-coding-alist):
19474 Reword doc string.
19475
19476 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
19477
19478 * help.el (describe-key-briefly, describe-key): Recognize default
19479 bindings.
19480
19481 2005-11-29 Romain Francoise <romain@orebokech.com>
19482
19483 * view.el (view-inhibit-help-message): New defcustom.
19484 (view-mode-enter): Use it.
19485
19486 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
19487
19488 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
19489 Preserve user position.
19490
19491 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
19492
19493 * font-lock.el: Throw error if facemenu is not loaded to prevent
19494 accidental change of loading order in loadup.el. (Suggested by RMS.)
19495
19496 * loadup.el: Add comment explaining why facemenu must be loaded
19497 before font-lock.
19498
19499 2005-11-28 Jay Belanger <belanger@truman.edu>
19500
19501 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
19502 (calc-dispatch-map): Add more keys for `calc-same-interface'.
19503
19504 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
19505
19506 * calc/calc-embed.el (calc-do-embedded): Update help message.
19507
19508 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
19509
19510 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
19511
19512 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
19513
19514 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
19515 called-interactively-p.
19516 (elp-profilable-p): Rename from elp-not-profilable-p.
19517 Invert result and take into account macros and autoloaded functions.
19518 (elp-instrument-function): Update call.
19519 (elp-instrument-package): Update call. Add completion.
19520 (elp-pack-number): Use match-string.
19521 (elp-results-jump-to-definition-by-mouse): Merge into
19522 elp-results-jump-to-definition and then remove.
19523 (elp-output-insert-symname): Make help echo text single-line.
19524
19525 * replace.el (query-replace-map): Move initialization into declaration.
19526 (occur-engine): Use with-current-buffer.
19527 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
19528 (occur-mode-mouse-goto): Replace with an alias.
19529
19530 2005-11-28 Juri Linkov <juri@jurta.org>
19531
19532 * simple.el (quoted-insert): Let-bind input-method-function to nil.
19533
19534 * term/w32-win.el: Bind [S-tab] to [backtab].
19535
19536 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
19537 `Info-find-file' to t.
19538
19539 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
19540 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
19541 and same-window-regexps.
19542 (occur-next-error): Don't move point for arg 0.
19543
19544 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
19545
19546 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
19547
19548 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
19549
19550 * log-edit.el (log-edit-changelog-use-first): New var.
19551 (log-edit-changelog-ours-p): Use it.
19552 (log-edit-insert-changelog): Set it with new arg `use-first'.
19553 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
19554 (log-edit-hook): Add them to the list of suggested options.
19555
19556 * textmodes/flyspell.el (flyspell-last-buffer): New var.
19557 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
19558 redundant work.
19559 (flyspell-mode-on): Use add-hook for after-change-functions.
19560 (flyspell-mode-off): Use remove-hook for after-change-functions.
19561 (flyspell-changes): Make it buffer-local.
19562 (flyspell-after-change-function): Make it non-interactive. Use push.
19563 (flyspell-post-command-hook): Check input-pending-p while processing
19564 the potentially long list of buffer changes.
19565
19566 2005-11-28 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
19567
19568 * buff-menu.el (list-buffers-noselect): Display the selected
19569 frame's buffer list, not the global one.
19570
19571 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
19572
19573 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
19574 that (list last-input-event) works as in interactive spec.
19575
19576 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
19577
19578 * loadup.el ("facemenu"): Load facemenu before font-lock, because
19579 `facemenu-keymap' needs to be defined when font-lock is loaded.
19580 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
19581
19582 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
19583
19584 * completion.el: Remove useless leading * in defcustom docstrings.
19585 (save-completions-file-name): Use ~/.emacs.d if available.
19586 (completion-standard-syntax-table): Rename from
19587 cmpl-standard-syntax-table and fold initialization into declaration,
19588 thus removing cmpl-make-standard-completion-syntax-table.
19589 (completion-lisp-syntax-table, completion-c-syntax-table)
19590 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
19591 (cmpl-saved-syntax, cmpl-saved-point): Remove.
19592 (symbol-under-point, symbol-before-point)
19593 (symbol-under-or-before-point, symbol-before-point-for-complete)
19594 (add-completions-from-c-buffer): Use with-syntax-table.
19595 (make-completion): Don't return a list of completion entries.
19596 Update callers.
19597 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
19598 (completion-initialize): Rename from initialize-completions.
19599 (completion-find-file-hook): Rename from cmpl-find-file-hook.
19600 (kill-emacs-save-completions): Collect stats here.
19601 (save-completions-to-file, load-completions-from-file):
19602 Use with-current-buffer.
19603 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
19604 into a function. Move all calls to toplevel.
19605 (completion-lisp-mode-hook): New fun.
19606 (completion-c-mode-hook, completion-setup-fortran-mode):
19607 Set the syntax-table here. Use local-set-key.
19608 (completion-saved-bindings): New var.
19609 (dynamic-completion-mode): Make it into a proper minor mode.
19610 (load-completions-from-file): Remove unused var `num-uses'.
19611
19612 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
19613 constructor if it is explicitly overridden.
19614
19615 * complete.el (PC-completion-as-file-name-predicate):
19616 Use minibuffer-completing-file-name.
19617 (partial-completion-mode): Use find-file-not-found-functions.
19618 (PC-lisp-complete-symbol): Use with-syntax-table.
19619 (PC-look-for-include-file): Remove dead setq.
19620 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
19621 (PC-complete): Use with-current-buffer.
19622
19623 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
19624 escape single quotes.
19625
19626 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
19627
19628 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
19629 of `if' whose condition always returned nil. Doc fix.
19630
19631 * buff-menu.el (Buffer-menu-revert-function): Make the selected
19632 window's buffer the current buffer around the call to
19633 `list-buffers-noselect'. This is necessary to mark that buffer
19634 with a `.' in the Buffer Menu when called from Lisp, for instance
19635 by Auto Revert Mode.
19636
19637 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
19638
19639 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
19640 attaching to it.
19641 (gdb-pre-prompt): Make sure gdb-error is reset.
19642
19643 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
19644 with a child process, detect it.
19645 (gud-speedbar-buttons): Match regexp more carefully.
19646
19647 2005-11-27 Richard M. Stallman <rms@gnu.org>
19648
19649 * mouse.el (mouse-drag-move-window-bottom):
19650 Use adjust-window-trailing-edge.
19651
19652 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
19653
19654 * simple.el (blink-matching-open): Ignore
19655 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
19656 (blink-matching-paren-on-screen): Update docstring.
19657
19658 * paren.el (show-paren-mode): No longer change
19659 `blink-matching-paren-on-screen'.
19660
19661 2005-11-27 John Paul Wallington <jpw@pobox.com>
19662
19663 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
19664 (gdb-threads-select, gdb-edit-register-value):
19665 Use `posn-set-point' instead of `mouse-set-point' because the
19666 latter is not fbound when configured without X.
19667
19668 2005-11-27 Kim F. Storm <storm@cua.dk>
19669
19670 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
19671 existing face when partially highlighting a TAB in a rectangle.
19672
19673 2005-11-26 Kim F. Storm <storm@cua.dk>
19674
19675 * ido.el (ido-mode-map): Doc fix.
19676 (ido-mode-common-map, ido-mode-file-map)
19677 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
19678 (ido-define-mode-map): Rewrite. Select one of the new maps as
19679 parent for ido-mode-map instead of building from scratch.
19680 (ido-init-mode-maps): New defun to initialize new maps.
19681 (ido-mode): Call it.
19682 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
19683 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
19684
19685 2005-11-26 John Paul Wallington <jpw@pobox.com>
19686
19687 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
19688 `mouse-set-point' because the latter is not fbound when configured
19689 without X.
19690
19691 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
19692
19693 * files.el (file-relative-name): Doc fix.
19694
19695 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
19696
19697 * progmodes/octave-inf.el (inferior-octave-startup): Force a
19698 non-empty string for secondary prompt PS2.
19699
19700 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
19701
19702 * progmodes/compile.el (compilation-setup): Fix last change.
19703
19704 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
19705
19706 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
19707 (gdb-mouse-toggle-breakpoint-margin)
19708 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
19709 Add gdb-server-prefix to keep out of command history.
19710 (gdb-edit-register-value): New function.
19711 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
19712 (gdb-info-registers-custom): Use above map.
19713
19714 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
19715
19716 * custom.el (enable-theme): Signal error if argument is not a
19717 theme. Don't recalculate a face if it's not loaded yet.
19718
19719 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
19720 the `user' theme is in effect.
19721
19722 * info.el (Info-on-current-buffer): Record actual filename in
19723 Info-current-file, instead of t, or a fake filename if a non-file
19724 buffer. Make autoload.
19725 (Info-find-node, Info-revert-find-node): No need to check for
19726 Info-current-file nil.
19727 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
19728 Info-current-file is now never `t'.
19729 (Info-fontify-node): Many simplifications due to Info-current-file
19730 always being valid. Use Info-find-file to find node filename.
19731
19732 2005-11-25 David Kastrup <dak@gnu.org>
19733
19734 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
19735 new character, then delete" in order to preserve markers.
19736
19737 2005-11-25 David Ponce <david@dponce.com>
19738
19739 * recentf.el (recentf-arrange-by-rule): Handle a special
19740 `auto-mode-alist'-like "strip suffix" rule.
19741 (recentf-build-mode-rules): Handle second level auto-mode entries.
19742
19743 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
19744
19745 * viper-keym.el (viper-ESC-key): Use different values in terminal and
19746 window modes.
19747
19748 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
19749 jde-javadoc-checker-report-mode.
19750
19751 * ediff-wind (ediff-make-wide-display): Slight simplification.
19752
19753 * ediff.el (ediff-date): Change the date of last update.
19754
19755 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
19756
19757 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
19758 Use define-minor-mode, and make it a local mode. Turn on font-lock.
19759 (hi-lock-mode): New global minor mode.
19760 (turn-on-hi-lock-if-enabled): New function.
19761 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
19762 Change arguments to regexp and face instead of a font-lock pattern.
19763 Directly set face property, instead of refontifying.
19764 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
19765 (hi-lock-find-patterns): Use line-number-at-pos.
19766
19767 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
19768 arguments for hi-lock-set-pattern.
19769 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
19770 Call font-lock-fontify-buffer.
19771 (hi-lock-find-file-hook, hi-lock-current-line)
19772 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
19773
19774 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
19775 turned off.
19776
19777 * progmodes/compile.el (compilation-setup): Don't fiddle with
19778 font-lock-defaults.
19779
19780 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
19781
19782 * progmodes/gdb-ui.el (gdb-var-create-handler)
19783 (gdb-var-list-children-handler): Find values for all variable
19784 objects. gud-speedbar-buttons decides whether to display them.
19785
19786 2005-11-24 Romain Francoise <romain@orebokech.com>
19787
19788 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
19789 buffer name with a space.
19790
19791 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
19792
19793 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
19794 `org-export-local-list-max-depth'. Change default value to 3.
19795 (org-auto-renumber-ordered-lists)
19796 (org-plain-list-ordered-item-terminator): New options.
19797 (org-at-item-p, org-beginning-of-item, org-end-of-item)
19798 (org-get-indentation, org-get-string-indentation)
19799 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
19800 New functions.
19801 (org-move-item-down, org-move-item-up): New commands.
19802 (org-export-as-html): New classes for CSS support. Bug fix in
19803 regular expression detecting fixed-width regions. Respect
19804 `org-local-list-ordered-item-terminator'.
19805 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
19806 also a list item.
19807 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
19808 New item moving functions.
19809
19810 2005-11-24 Juri Linkov <juri@jurta.org>
19811
19812 * isearch.el (isearch-repeat): With empty search ring set
19813 `isearch-error' to the error string instead of signaling error
19814 with the function `error'.
19815
19816 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19817
19818 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
19819
19820 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
19821
19822 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
19823 and variable.
19824 (gdb-var-create-handler, gdb-var-list-children-handler):
19825 Don't match on "char **...".
19826 (gdb-var-update-handler): Find values for all variable objects.
19827 (gdb-info-frames-custom): Identify frames by leading "#".
19828
19829 * progmodes/gud.el (gud-speedbar-menu-items): Add
19830 gdb-speedbar-auto-raise as radio button.
19831 (gud-speedbar-buttons): Raise speedbar if requested.
19832 Don't match on "char **...".
19833 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
19834 Make it editable.
19835
19836 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
19837
19838 * info.el (Info-fontify-node): Handle the case where
19839 Info-current-file is t.
19840
19841 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
19842
19843 * simple.el (blink-matching-open): Fix off-by-one in last change.
19844
19845 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19846
19847 * term/mac-win.el: Don't change default directory.
19848
19849 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
19850
19851 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
19852 buffers correctly. (It used to throw an error in such buffers.)
19853 Make it ask for confirmation in group buffers and other Custom
19854 buffers containing more than one customization item.
19855
19856 2005-11-22 John Paul Wallington <jpw@gnu.org>
19857
19858 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
19859 property on mail and url overlays.
19860 (goto-address-at-point): Use `posn-set-point' instead of
19861 `mouse-set-point' because the latter is not fbound when configured
19862 without X.
19863
19864 2005-11-22 Lars Hansen <larsh@soem.dk>
19865
19866 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
19867 (ls-lisp-classify, ls-lisp-format): Delete call to
19868 ls-lisp-parse-symlink.
19869 (ls-lisp-handle-switches): Handle symlinks to directories as
19870 directories when ls-lisp-dirs-first in non-nil.
19871
19872 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
19873
19874 * startup.el (command-line): Make sure that loaddefs.el is handled
19875 correctly in load-history.
19876
19877 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
19878
19879 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
19880 (gdb-struct-string, gdb-array-string): New constants.
19881 (gdb-info-locals-handler): Use them.
19882 (gdb-reset): Reset gdb-var-list to nil.
19883
19884 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
19885
19886 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
19887 in patterns.
19888
19889 2005-11-21 Juri Linkov <juri@jurta.org>
19890
19891 * custom.el (defcustom): Update link types in docstring.
19892
19893 2005-11-20 Martin Rudalics <rudalics@gmx.at>
19894
19895 * custom.el (defgroup): Add doc-string-elt info.
19896
19897 * widget.el (define-widget): Don't use declare for the doc-string-elt.
19898
19899 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
19900
19901 * newcomment.el (comment-enter-backward): Fix last fix.
19902
19903 * simple.el (blink-matching-open):
19904 * paren.el (show-paren-function): Allow new paren-class info.
19905
19906 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
19907
19908 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
19909 handled automagically.
19910
19911 2005-11-20 Andreas Schwab <schwab@suse.de>
19912
19913 * descr-text.el (describe-char): When copying overlays put them
19914 over the full char description instead of just the first character
19915 of it.
19916
19917 2005-11-20 Juri Linkov <juri@jurta.org>
19918
19919 * simple.el (what-cursor-position):
19920 * descr-text.el (describe-char): Use Lisp-readable syntax
19921 for octal and hex. Reorder decimal, octal and hex values.
19922 Remove excess whitespace in the output. Use `=' in `column='
19923 like in `point=' and `Hscroll='.
19924
19925 * international/mule-cmds.el (encoded-string-description):
19926 Use Lisp-readable syntax for hex.
19927
19928 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
19929
19930 * newcomment.el (comment-enter-backward): Handle the case where the
19931 comment is closed by EOB.
19932
19933 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
19934
19935 * longlines.el (longlines-before-revert-hook)
19936 (longlines-after-revert-hook): New functions.
19937 (longlines-mode): Turn off longlines temporarily when reverting.
19938 Add a message-setup-hook.
19939 (longlines-decode-buffer): New function.
19940 (longlines-wrap-line): Preserve marker positions.
19941
19942 2005-11-19 Andreas Schwab <schwab@suse.de>
19943
19944 * emacs-lisp/shadow.el: Handle compressed files.
19945
19946 2005-11-19 Romain Francoise <romain@orebokech.com>
19947
19948 * net/browse-url.el (browse-url-default-browser): Signal an error
19949 if no usable browser can be found, rather than try to load w3.
19950
19951 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
19952
19953 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
19954 replacing existing properties.
19955 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
19956 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
19957 tty specs.
19958 (rcirc-server-prefix, rcirc-server): New faces.
19959 (rcirc-url-regexp): Generate with rx macro.
19960 (rcirc-last-server-message-time): New variable.
19961 (rcirc-filter): Record time of last message.
19962 (rcirc-keepalive): Kill processes that did not send a message
19963 since the last ping.
19964 (rcirc-mode): Give rcirc-topic a local binding here.
19965
19966 2005-11-19 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
19967
19968 * subr.el (read-passwd): Fontify the prompt as we do with other
19969 prompts.
19970
19971 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
19972
19973 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
19974 binding buffer-read-only to nil.
19975
19976 2005-11-19 Eli Zaretskii <eliz@gnu.org>
19977
19978 * complete.el (partial-completion-mode):
19979 Mention completion-auto-help in the doc string.
19980
19981 * man.el (Man-highlight-references): Doc fix. Reformat code in a
19982 more Lisp-ish way.
19983
19984 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
19985
19986 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
19987 digits, not 8, to avoid misalignment for files larger than 100MB.
19988
19989 2005-11-19 Eli Zaretskii <eliz@gnu.org>
19990
19991 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
19992 Mention "keyboard shortcuts" in the help text.
19993
19994 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19995
19996 * startup.el (fancy-splash-default-action): Discard only
19997 mouse-down and succeeding mouse-up events in the splash screen
19998 window so that drag-n-drop event can be processed.
19999
20000 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
20001
20002 * longlines.el (longlines-mode): Add hacks for mail-mode and
20003 message-mode.
20004
20005 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
20006
20007 * textmodes/org.el (org-table-sort-lines): New command.
20008 (org-tbl-menu): Add entry for `org-table-sort-lines'.
20009 (org-add-file): Command removed, use `org-agenda-file-to-front'
20010 instead.
20011 (org-export-icalendar): Use `org-icalendar-combined-name'.
20012 (org-cycle-agenda-files, org-agenda-file-to-end)
20013 (org-agenda-file-to-front): New commands.
20014 (org-table-tab-jumps-over-hlines, org-export-html-style):
20015 New options.
20016 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
20017 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
20018 New functions.
20019 (org-fill-paragraph): Call `org-table-align' in tables.
20020 (org-mode): Call `org-set-autofill-regexps'.
20021 (org-export-as-html): Support for local handformatted lists.
20022 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
20023 (org-export-local-list-max-depth): New option.
20024 (org-html-expand): Use `org-html-protect'.
20025
20026 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
20027
20028 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
20029 to "p".
20030 (gdb): Move definition of gud-pp to...
20031
20032 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
20033 speedbar.
20034 (gdb-find-watch-expression): New function.
20035
20036 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
20037
20038 * faces.el (face-attribute, set-face-attribute): Mention existence
20039 of `:ignore-defface' setting in docstring.
20040
20041 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
20042
20043 * simple.el (completion-setup-function): Fix last change.
20044
20045 2005-11-17 John Paul Wallington <jpw@pobox.com>
20046
20047 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
20048 Use `posn-set-point' instead of `mouse-set-point' because the
20049 latter is not fbound when configured without X.
20050
20051 * comint.el (comint-insert-input): Likewise.
20052
20053 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
20054
20055 * simple.el (hard-newline): New variable.
20056 (sendmail-user-agent-compose, next-line): Use it.
20057
20058 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
20059 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
20060 (mail-mail-reply-to, mail-mail-followup-to)
20061 (mail-position-on-field, mail-signature, mail-yank-original)
20062 (mail-attach-file): Likewise.
20063
20064 * mail/mailheader.el (mail-header-format)
20065 (mail-header-format-function): Likewise.
20066
20067 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
20068
20069 2005-11-17 Juri Linkov <juri@jurta.org>
20070
20071 * font-lock.el (font-lock-faces): Rename this defgroup from
20072 `font-lock-highlighting-faces'.
20073 (font-lock-comment-face, font-lock-comment-delimiter-face)
20074 (font-lock-string-face, font-lock-doc-face)
20075 (font-lock-keyword-face, font-lock-builtin-face)
20076 (font-lock-function-name-face, font-lock-variable-name-face)
20077 (font-lock-type-face, font-lock-constant-face)
20078 (font-lock-warning-face, font-lock-negation-char-face)
20079 (font-lock-preprocessor-face)
20080 (font-lock-regexp-grouping-backslash)
20081 (font-lock-regexp-grouping-construct): Rename :group from
20082 `font-lock-highlighting-faces' to `font-lock-faces'.
20083
20084 * cus-edit.el (lisp, c, tex):
20085 * progmodes/ada-mode.el (ada):
20086 * progmodes/asm-mode.el (asm):
20087 * progmodes/cperl-mode.el (cperl-faces):
20088 * progmodes/cpp.el (cpp):
20089 * progmodes/dcl-mode.el (dcl):
20090 * progmodes/f90.el (f90):
20091 * progmodes/fortran.el (fortran):
20092 * progmodes/icon.el (icon):
20093 * progmodes/idlwave.el (idlwave-misc):
20094 * progmodes/m4-mode.el (m4):
20095 * progmodes/make-mode.el (makefile):
20096 * progmodes/meta-mode.el (meta-font):
20097 * progmodes/modula2.el (modula2):
20098 * progmodes/octave-mod.el (octave):
20099 * progmodes/pascal.el (pascal):
20100 * progmodes/perl-mode.el (perl):
20101 * progmodes/prolog.el (prolog):
20102 * progmodes/ps-mode.el (PostScript-edit):
20103 * progmodes/scheme.el (scheme):
20104 * progmodes/sh-script.el (sh-script):
20105 * progmodes/simula.el (simula):
20106 * progmodes/tcl.el (tcl):
20107 * textmodes/nroff-mode.el (nroff):
20108 * textmodes/reftex-vars.el (reftex-fontification-configurations):
20109 * textmodes/sgml-mode.el (sgml):
20110 * textmodes/texinfo.el (texinfo):
20111 Add :link (custom-group-link font-lock-faces) to defgroup.
20112
20113 * hi-lock.el (hi-lock): Rename this defgroup from
20114 `hi-lock-interactive-text-highlighting'. Change parent group from
20115 `faces' to `font-lock'. Add link to the manual.
20116 (hi-lock-mode, hi-lock-file-patterns-range)
20117 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
20118 `hi-lock-interactive-text-highlighting' to `hi-lock'.
20119 (hi-lock-faces): Add :group `faces'.
20120
20121 * cus-edit.el (custom-variable-prompt): Clarify the code.
20122
20123 * faces.el (face-read-string): Set the default value arg of
20124 completing-read.
20125
20126 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
20127
20128 * rfn-eshadow.el (file-name-shadow-properties)
20129 (file-name-shadow-tty-properties, file-name-shadow-mode):
20130 Remove autoloads, because the file is now preloaded.
20131
20132 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
20133
20134 * printing.el (easy-menu-intern): Don't define.
20135 (pr-get-symbol): Use easy-menu-intern only if defined.
20136
20137 * simple.el (blink-matching-open): Simplify a bit.
20138 (completion-setup-function): Fix the case of partial-completion-mode
20139 when the minibuffer's contents start with "-".
20140 Obey completion-base-size-function even when
20141 minibuffer-completing-file-name is non-nil.
20142
20143 2005-11-16 Richard M. Stallman <rms@gnu.org>
20144
20145 * net/eudcb-ph.el (eudc-ph-open-session):
20146 Use set-process-query-on-exit-flag.
20147
20148 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
20149
20150 * international/ucs-tables.el (ucs-set-table-for-input):
20151 Use make-local-variable, not make-variable-buffer-local.
20152
20153 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
20154 Improve warning message text.
20155
20156 * savehist.el (savehist-save-hook): Add :group.
20157
20158 * menu-bar.el (menu-bar-help-menu):
20159 Rename Find Extra Packages to External Packages.
20160
20161 * cus-edit.el (Custom-reset-standard): Verify that
20162 :custom-standard-value prop exists before calling it.
20163
20164 * apropos.el (apropos-calc-scores): Use apropos-pattern.
20165
20166 2005-11-16 Martin Rudalics <rudalics@gmx.at>
20167
20168 * wid-edit.el (color): Enclose %t in %{...%}.
20169
20170 * cus-edit.el (face): Enclose %t in %{...%}.
20171
20172 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
20173
20174 * savehist.el (savehist-mode-hook): Re-add the var.
20175 (savehist-mode): Use it.
20176
20177 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
20178
20179 * textmodes/flyspell.el: Fix commenting convention.
20180 Remove unnecessary leading * in custom docstrings.
20181 (flyspell-emacs): Remove unused var.
20182 (flyspell-delete-region-overlays): Use remove-overlays.
20183 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
20184 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
20185 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
20186 (flyspell-debug-signal-word-checked): Use with-current-buffer.
20187 (make-flyspell-overlay): Don't locally reuse a global name.
20188 (flyspell-highlight-incorrect-region)
20189 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
20190 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
20191 (flyspell-notify-misspell): Remove unused args `start' and `end'.
20192 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
20193 Wrap calls to accept-process-output inside with-local-quit since it's
20194 often called from a post-command-hook.
20195 (flyspell-correct-word, flyspell-auto-correct-word):
20196 Use ispell-send-string.
20197 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
20198
20199 * calendar/diary-lib.el (diary-list-entries): Also hide the
20200 terminating newline.
20201
20202 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
20203
20204 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
20205 window-system, to allow fonts on tty.
20206
20207 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
20208
20209 * progmodes/gud.el (gud-speedbar-item-info): New function.
20210 (gud-install-speedbar-variables): Use it to display data type
20211 of watch expression as a tooltip in speedbar.
20212
20213 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
20214
20215 * font-core.el (global-font-lock-mode): Add :version keyword,
20216 because default was changed.
20217
20218 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
20219
20220 * startup.el (command-line): Use `custom-reevaluate-setting' for
20221 `file-name-shadow-mode'.
20222
20223 * loadup.el: Preload rfn-eshadow.
20224
20225 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
20226 Add :version keyword.
20227 (file-name-shadow-properties, file-name-shadow-tty-properties)
20228 (file-name-shadow): Add :version keyword.
20229
20230 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
20231 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
20232 in the custom-group property of the symbol frames and the fringe
20233 group got no link to its parent group frames.
20234 Doc fix.
20235
20236 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
20237
20238 * progmodes/gud.el (gud-stop-subjob): New function.
20239 (gud-menu-map, gud-tool-bar-map): Use it.
20240
20241 2005-11-16 Kim F. Storm <storm@cua.dk>
20242
20243 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
20244 than kill it.
20245 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
20246 to a more useful/logical place.
20247
20248 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
20249
20250 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
20251 go buttons complementary.
20252
20253 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
20254
20255 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
20256 (rfn-eshadow-sifn-equal): New function.
20257 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
20258
20259 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
20260
20261 * viper-utils.el (viper-non-word-characters-reformed-vi):
20262 Quote `-' in string.
20263
20264 * viper.el (viper-emacs-state-mode-list): Ensure that
20265 rcirc-mode buffers come up in Emacs state.
20266
20267 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
20268 operation.
20269
20270 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
20271
20272 * term.el (term-termcap-format): Fix typos.
20273 (term-down): Fix the negative argument case.
20274
20275 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
20276
20277 * progmodes/gdb-ui.el: Remove face-alias left over from change on
20278 2005-08-15.
20279 (gdb-ann3): New command gud-go.
20280 (menu): Accomodate gdb-mi.el.
20281 (gdb-assembler-custom): Make buffer of selected window current
20282 so that set-window-point works.
20283
20284 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
20285 buttons and include new ones.
20286
20287 2005-11-16 Kim F. Storm <storm@cua.dk>
20288
20289 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
20290 (gud-menu-map): Use it.
20291
20292 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
20293
20294 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
20295 that works correctly for Custom and that does not override a user
20296 who disables it.
20297
20298 * help-mode.el (help-make-xrefs, help-xref-on-pp)
20299 (help-xref-interned, help-follow): Make hyperlinks for variables
20300 that are unbound, but have a non-nil variable-documentation property.
20301
20302 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
20303 mode hook. (It conflicted with defcustoms for some mode hooks.)
20304 Use the `variable-documentation' property to give the mode hook a
20305 docstring and expand that docstring.
20306
20307 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
20308
20309 * savehist.el (savehist-mode): Don't bother with
20310 `custom-set-minor-mode'.
20311 (savehist-coding-system): Check XEmacs version.
20312 (history-length): Declare also at run time.
20313 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
20314 Don't set the customize state.
20315 (savehist-minibuffer-hook): Special case for when
20316 minibuffer-history-variable is equal to t.
20317
20318 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
20319
20320 * files.el (write-file): Refresh VC status.
20321
20322 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
20323 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
20324 than fundamental-mode to see if the mode was set.
20325
20326 2005-11-14 Romain Francoise <romain@orebokech.com>
20327
20328 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
20329 dummy function in `eval-when-compile' to avoid compiler warning.
20330 Require `man' at compile time.
20331
20332 2005-11-14 Jay Belanger <belanger@truman.edu>
20333
20334 * calc-alg.el (calcFunc-write-out-power): Rename it to
20335 calcFunc-powerexpand.
20336 (math-write-out-power): Rename it to math-powerexpand; have it
20337 handle negative exponents.
20338 (calc-writeoutpower): Rename it to calc-powerexpand.
20339
20340 * calc-ext.el: Change calcFunc-writeoutpower and
20341 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
20342 autoloads.
20343 Add calcFunc-ldiv to autoloads.
20344
20345 * calc-arith.el (calcFunc-ldiv): New function.
20346
20347 * calc.el (calc-left-divide): New function.
20348
20349 2005-11-14 Juri Linkov <juri@jurta.org>
20350
20351 * cus-edit.el (custom-variable-prompt): Set the default value arg
20352 of completing-read.
20353
20354 * cus-dep.el (custom-make-dependencies): Reverse the list of
20355 found dependencies.
20356
20357 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
20358
20359 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
20360 Highlighting" entry, it is on by default now.
20361 (menu-bar-options-save): Do not save global-font-lock-mode.
20362
20363 2005-11-13 Richard M. Stallman <rms@gnu.org>
20364
20365 * textmodes/flyspell.el (flyspell-large-region):
20366 Call flyspell-accept-buffer-local-defs.
20367
20368 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
20369
20370 * textmodes/flyspell.el (flyspell-notify-misspell):
20371 Fix misspelling of "Misspelling".
20372 (flyspell-process-localwords): New function.
20373 (flyspell-large-region): Call flyspell-process-localwords and
20374 flyspell-delete-region-overlays.
20375 (flyspell-delete-region-overlays): New function.
20376 (flyspell-delete-all-overlays): Call that.
20377
20378 2005-11-13 Richard M. Stallman <rms@gnu.org>
20379
20380 * help.el (help-for-help-internal): Improve doc of C-h a.
20381 (describe-key): Improve prompt; doc fix.
20382
20383 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
20384
20385 * vc-svn.el (vc-svn-registered): Catch all errors.
20386
20387 * cus-dep.el (custom-make-dependencies): Typo.
20388
20389 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
20390
20391 * net/tramp-util.el (top): Fix compilation warning.
20392
20393 2005-11-13 Kim F. Storm <storm@cua.dk>
20394
20395 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
20396
20397 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
20398
20399 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
20400 (gud-speedbar-buttons): Match on "const char *" too.
20401
20402 * progmodes/gdb-ui.el (gdb-var-create-handler)
20403 (gdb-var-list-children-handler): Match on "const char *" too.
20404 (gdb-var-evaluate-expression-handler): Match on empty string.
20405 (gdb-var-update-handler): Only call
20406 gdb-var-evaluate-expression-handler when required.
20407
20408 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
20409
20410 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
20411 selected window. This still doesn't work for speedbar.
20412 (gud-speedbar-buttons): Handle string expressions properly.
20413
20414 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
20415 (gdb-var-create-handler): Handle string expressions properly.
20416 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
20417 Handle string expressions properly. Move "type" field into regexp.
20418
20419 2005-11-12 Karl Fogel <kfogel@red-bean.com>
20420
20421 * bookmark.el (bookmark-maybe-message): New function to reduce
20422 code duplication: invokes `message' iff baud-rate is high enough.
20423 (bookmark-write-file): Use above instead of an inline conditional.
20424 (bookmark-load): Same.
20425
20426 2005-11-12 Karl Fogel <kfogel@red-bean.com>
20427
20428 * bookmark.el (bookmark-write-file): Don't visit the destination
20429 file, just write the data to it using write-region. This is
20430 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
20431 change to avoid visiting the file in the first place.
20432
20433 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
20434
20435 * hi-lock.el (hi-lock-mode): Set the default value of
20436 font-lock-defaults.
20437
20438 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
20439
20440 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
20441 arg to `file-attributes'.
20442 (find-lisp-format): The UID and GID can now be strings.
20443
20444 2005-11-12 Kim F. Storm <storm@cua.dk>
20445
20446 * help.el (help-map): Bind C-h d to apropos-documentation.
20447
20448 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
20449 when point is at end-of-buffer.
20450
20451 * apropos.el (apropos-match-face): Doc fix.
20452 (apropos-sort-by-scores): Add new choice `verbose'.
20453 (apropos-documentation-sort-by-scores): New defcustom.
20454 (apropos-pattern): Now contains the pattern entered by the user.
20455 (apropos-pattern-quoted): New defvar.
20456 (apropos-regexp): New defvar, containing the regexp corresponding
20457 to apropos-pattern.
20458 (apropos-all-words-regexp): Rename from apropos-all-regexp.
20459 (apropos-read-pattern): New defun. Use it to read pattern arg in
20460 interactive calls; returns list of words for a word list, and
20461 string for a regexp.
20462 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
20463 parses a list of words or regexp as returned by apropos-read-pattern.
20464 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
20465 (apropos-score-doc): Return a very high score if the string
20466 entered by the user matches literally.
20467 (apropos-variable): Doc fix. Use apropos-read-pattern.
20468 (apropos-command): Doc fix. Use apropos-read-pattern and
20469 apropos-parse-pattern. Call apropos-print with nosubst=t.
20470 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
20471 apropos-parse-pattern.
20472 (apropos-documentation): Doc fix. Use apropos-read-pattern and
20473 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
20474 apropos-documentation-sort-by-scores. Call apropos-print with
20475 nosubst=t.
20476 (apropos-documentation-internal): Pass doc string through
20477 substitute-key-definition before adding text properties.
20478 Highlight substring matching literal user input if possible.
20479 (apropos-documentation-check-doc-file): Remove locals beg and end.
20480 Fix calculation of score (as added twice). Pass doc string through
20481 substitute-key-definition before adding text properties.
20482 (apropos-documentation-check-elc-file): Pass doc string through
20483 substitute-key-definition before adding text properties.
20484 Highlight substring matching literal user input if possible.
20485 (apropos-print): Add new arg NOSUBST; if set, command and variable
20486 doc strings have already been passed through substitute-key-definition.
20487 Add code to handle apropos-accumulator items without score element
20488 for backwards compatibility (e.g. with woman package).
20489 Only show scores if apropos-sort-by-scores is `verbose'.
20490
20491 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
20492
20493 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
20494 Add jka-compr-load-suffixes to load-suffixes.
20495
20496 * jka-compr.el: Require jka-cmpr-hook.
20497 (jka-compr-info-compress-message, jka-compr-info-compress-program)
20498 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
20499 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
20500 (jka-compr-info-can-append, jka-compr-info-strip-extension)
20501 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
20502 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
20503 (jka-compr-uninstall): Remove entries from
20504 jka-compr-added-to-file-coding-system-alist after they are used.
20505 (jka-compr-error): Remove unused var `curbuf'.
20506 (jka-compr-file-local-copy): Remove unused var `notfound'.
20507
20508 2005-11-10 Romain Francoise <romain@orebokech.com>
20509
20510 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
20511
20512 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
20513
20514 * progmodes/gud.el (gud-menu-map): Move parentheses.
20515 (gdb): New command gud-pv.
20516
20517 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
20518
20519 * tar-mode.el: Remove spurious or unnecessary leading stars
20520 in docstrings.
20521 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
20522 (tar-parse-octal-integer-safe): Use mapc.
20523 (tar-header-block-summarize): Remove unused var `ck'.
20524 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
20525 cleared before. Obey default-enable-multibyte-characters.
20526 Use mapconcat. Simplify setting of tar-header-offset.
20527 (tar-mode-map): Move initialization inside delcaration.
20528 (tar-flag-deleted): Use `abs'.
20529 (tar-expunge-internal): Remove unused var `line'.
20530 (tar-expunge-internal): Don't hardcode point-min==1.
20531 (tar-expunge): Widen while doing set-buffer-multibyte.
20532 (tar-rename-entry): Use file-name-coding-system.
20533 (tar-alter-one-field): Don't hardcode point-min==1.
20534 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
20535 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
20536
20537 2005-11-10 Masatake YAMATO <jet@gyve.org>
20538
20539 * add-log.el (add-log-current-defun): Handle class::method
20540 notation of c++. Fix incorrect comment.
20541
20542 2005-11-10 Alan Mackenzie <acm@muc.de>
20543
20544 * help-fns.el (describe-variable): Make C-h v work when a variable
20545 has variable documentation yet is unbound.
20546
20547 2005-11-10 Masatake YAMATO <jet@gyve.org>
20548
20549 * man.el (Man-highlight-references): Set an empty
20550 string to `Man-arguments' if it is nil.
20551 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
20552
20553 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
20554
20555 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
20556 commenting conventions.
20557
20558 * cus-dep.el (custom-make-dependencies): Simplify.
20559 Better follow the commenting conventions.
20560
20561 2005-11-09 Richard M. Stallman <rms@gnu.org>
20562
20563 * apropos.el (apropos-pattern): Rename from apropos-regexp.
20564 (apropos-orig-pattern): Rename from apropos-orig-regexp.
20565 All uses changed.
20566 (apropos-rewrite-regexp): Doc fix.
20567 (apropos-variable, apropos-command, apropos, apropos-value):
20568 Change prompt; carry through the argument renaming.
20569
20570 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
20571
20572 * find-lisp.el: Require dired.
20573 (find-lisp-find-dired-internal): Do not call
20574 `abbreviate-file-name' on DIR.
20575
20576 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
20577
20578 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
20579
20580 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
20581
20582 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
20583 when using the speedbar.
20584 (gdb): New command gud-pp.
20585 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
20586
20587 2005-11-09 Juri Linkov <juri@jurta.org>
20588
20589 * replace.el (occur-excluded-properties): New defcustom.
20590 (occur-1, occur-engine, occur-accumulate-lines): Use it.
20591
20592 2005-11-08 Jay Belanger <belanger@truman.edu>
20593
20594 * calc/calc-units.el (math-convert-units): Replace any composite
20595 unit by its definition.
20596
20597 2005-11-08 Lars Hansen <larsh@soem.dk>
20598
20599 * emacs-lisp/autoload.el (update-directory-autoloads):
20600 Add obsolete function alias.
20601
20602 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
20603
20604 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
20605 comment-indent-function.
20606 (lisp-comment-indent): Replace by an alias for comment-indent-default.
20607
20608 * reveal.el (reveal-post-command): Rework the handling of
20609 reveal-open-spots, so as to be more reliable. There were several
20610 tricky corner cases where an open spot might be lost, or where
20611 a closed spot might end up on the list of open spots.
20612 Only reveal text that's ellipsised.
20613
20614 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
20615
20616 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
20617
20618 2005-11-07 John Paul Wallington <jpw@gnu.org>
20619
20620 * ibuffer.el (ibuffer): Search iconified frames too when
20621 getting Ibuffer buffer's window.
20622
20623 2005-11-06 Richard M. Stallman <rms@gnu.org>
20624
20625 * progmodes/compile.el (compilation-internal-error-properties):
20626 save-excursion around the computation of MARKER.
20627
20628 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
20629
20630 * textmodes/flyspell.el (flyspell-external-point-words):
20631 flyspell-get-word returns a list, not just a string.
20632
20633 2005-11-06 John Paul Wallington <jpw@pobox.com>
20634
20635 * ibuffer.el (ibuffer): Search all visible frames when getting
20636 Ibuffer buffer's window.
20637
20638 2005-11-07 Masatake YAMATO <jet@gyve.org>
20639
20640 * man.el (Man-reference-regexp): Accept spaces between
20641 `Man-name-regexp' and `Man-section-regexp'.
20642 (Man-apropos-regexp): New variable.
20643 (Man-abstract-xref-man-page): Use value for `Man-target-string'
20644 if available.
20645 (Man-highlight-references, Man-highlight-references0):
20646 Handle the case when `Man-arguments' includes "-k".
20647 (Man-highlight-references0): Rename the argument `TARGET-POS' to
20648 `TARGET'. `TARGET' can be a number, function or nil.
20649
20650 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
20651
20652 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
20653 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
20654 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
20655 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
20656 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
20657 (gdb-send-item): Use buffer-local-value and simplify.
20658
20659 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
20660
20661 * startup.el (command-line): Use `custom-reevaluate-setting' for
20662 `global-font-lock-mode'.
20663
20664 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
20665 by default, except in batch mode or when the -D option is given.
20666
20667 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
20668 specified keyword args on to `define-minor-mode'. Update docstring.
20669
20670 2005-11-05 Romain Francoise <romain@orebokech.com>
20671
20672 * replace.el (occur-engine): Add marker at end of line, too.
20673
20674 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
20675
20676 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
20677 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
20678 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
20679 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
20680 argument to all these routines, so the passphrase can be managed
20681 externally and passed in to the system.
20682 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
20683 pgg-add-passphrase-to-cache function.
20684
20685 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
20686 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
20687 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
20688 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
20689 argument to all these routines, so the passphrase can be managed
20690 externally and passed in to the system.
20691 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
20692 function.
20693
20694 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
20695
20696 * font-lock.el: Don't deal with font-lock-face-attributes here,
20697 move the code ...
20698
20699 * startup.el (command-line): ... here. Use face-spec-set instead
20700 of custom-declare-face.
20701
20702 * faces.el (face-spec-set): Reset the face if spec is not nil.
20703
20704 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
20705
20706 * newcomment.el (comment-region-internal): Box more tightly in the
20707 common case where there's no TAB in the boxed text.
20708
20709 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20710
20711 * info.el (info-tool-bar-map): Use images prev-node, next-node and
20712 up-node.
20713
20714 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
20715
20716 * newsticker.el: Commentary updated. Code formatting changed.
20717 (newsticker-version): Change to "1.9".
20718 (newsticker, newsticker-feed): Doc fix.
20719 (newsticker-url-list): Doc fix. Add option "Weekly".
20720 (newsticker-retrieval-interval): Add option "Weekly".
20721 (newsticker-headline-processing): Doc fix.
20722 (newsticker-auto-mark-filter): Remove.
20723 (newsticker-auto-mark-filter-list): New.
20724 (newsticker-layout, newsticker-sort-method): Doc fix.
20725 (newsticker-hide-old-items-in-newsticker-buffer)
20726 (newsticker-heading-format, newsticker-item-format)
20727 (newsticker-desc-format): Doc fix.
20728 (newsticker-show-all-rss-elements): Remove.
20729 (newsticker-show-all-news-elements): New.
20730 (newsticker-faces, newsticker-ticker): Doc fix.
20731 (remove-from-invisibility-spec): Code formatting.
20732 (newsticker--process-ids): New.
20733 (newsticker-mode): Doc fix.
20734 (newsticker-mode): Change mode-line-format.
20735 (newsticker-start): Remove debug output.
20736 (newsticker-start-ticker): Doc fix. Add autoload cookie.
20737 (newsticker-w3m-show-inline-images): Code formatting.
20738 (newsticker-next-item): Call `force-mode-line-update'.
20739 (newsticker-previous-item): Call `force-mode-line-update'.
20740 (newsticker-next-feed): Call `force-mode-line-update'.
20741 (newsticker-previous-feed): Call `force-mode-line-update'.
20742 (newsticker-mark-all-items-at-point-as-read): Code formatting.
20743 (newsticker-show-old-items): Do not show descs.
20744 (newsticker-hide-entry): Hide too much.
20745 (newsticker-hide-entry, newsticker-show-entry)
20746 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
20747 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
20748 (newsticker-toggle-auto-narrow-to-item): Code formatting.
20749 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
20750 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
20751 (newsticker-get-news): Call `force-mode-line-update'.
20752 Collect process ids.
20753 (newsticker--sentinel): Change coding system handling.
20754 Move image retrieval to new functions newsticker--get-logo-url-*.
20755 Move feed parsing to new functions newsticker--parse-*.
20756 Update list of process ids.
20757 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
20758 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
20759 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
20760 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
20761 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
20762 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
20763 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
20764 (newsticker--decode-coding-string): Remove.
20765 (newsticker--decode-numeric-entities): Check input. Format code.
20766 (newsticker--remove-whitespace): Check input.
20767 (newsticker--do-forget-preformatted): Doc fix.
20768 (newsticker--decode-rfc822-date): Allow for missing time.
20769 (newsticker--update-process-ids): New.
20770 (newsticker--image-sentinel): Change comment.
20771 (newsticker--image-read): Change error message.
20772 (newsticker--imenu-goto): Doc fix. Show headline title.
20773 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
20774 (newsticker--buffer-do-insert-text): Clean whitespace in
20775 html-rendered headline title. Code formatting.
20776 Call `newsticker--buffer-print-extra-elements'.
20777 (newsticker--buffer-print-extra-element): Remove.
20778 (newsticker--buffer-print-extra-elements): New.
20779 (newsticker--buffer-do-print-extra-element): New.
20780 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
20781 large sizes.
20782 (newsticker--run-auto-mark-filter)
20783 (newsticker--do-run-auto-mark-filter):
20784 Use `newsticker-auto-mark-filter-list'.
20785
20786 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
20787
20788 * net/rcirc.el: Use split-string OMIT-NULLS argument.
20789 (rcirc-print): Force redisplay before running hooks. Do long
20790 buffer truncation after making new text read-only. Deal with nil
20791 text when decoding strings. If TARGET is nil, use either the
20792 currently selected buffer, if it is an rcirc buffer and of the
20793 same process or the process buffer.
20794 (rcirc-mode): Remove header-line. Recompute short buffer names.
20795 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
20796 (rcirc-short-buffer-name): Add variable.
20797 (rcirc-kill-buffer-hook): Recompute short buffer names.
20798 Remove nick from private channel.
20799 (rcirc-send-input): Send command text to current-buffer.
20800 Don't clear overlay arrow here.
20801 (rcirc-short-buffer-name): Return a short buffer name.
20802 (rcirc-update-short-buffer-names, rcirc-abbreviate)
20803 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
20804 buffer-name abbreviations.
20805 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
20806 Do not touch nick-table when killing a parted channel.
20807 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
20808 Clear arrow from current buffer if it is now hidden.
20809 (rcirc-current-buffer): Add variable.
20810 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
20811 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
20812 Remove -face from names.
20813 (rcirc-update-activity-string): Print "DND" when globally ignoring
20814 activity.
20815 (rcirc-ignore-buffer-activity-flag): Rename from
20816 rcirc-ignore-channel-activity.
20817 (rcirc-ignore-all-activity-flag): Doc fix.
20818 (rcirc-channels): Remove variable.
20819 (rcirc-kill-buffer-hook):
20820 (rcirc-get-buffer-create): Add nick to private channel.
20821 (rcirc-multiline-edit-submit): Remove tabs.
20822 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
20823 folded.
20824 (rcirc-remove-nick-channel): Bug fix.
20825 (rcirc-toggle-ignore-buffer-activity): Rename from
20826 rcirc-toggle-ignore-channel-activity.
20827 (rcirc-record-activity): Add buffers to the front of the list.
20828 (rcirc-update-activity): Remove killed buffers from list.
20829 (rcirc-process-server-response-1): Remove last argument if it is
20830 null before calling handler.
20831 (rcirc): Add "rcirc" defcustom prefix.
20832 (rcirc-prompt): Simplify default prompt.
20833 Use custom-initialize-default.
20834 (rcirc-private-chats): Remove variable.
20835 (rcirc-prompt): Change initialization.
20836 (rcirc-version): Remove function.
20837 (rcirc-id-string): Add constant.
20838 (rcirc-last-buffer): Remove variable.
20839 (rcirc-buffer-alist): Add variable.
20840 (rcirc-connect): Update variable setup.
20841 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
20842 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
20843 default.
20844 (rcirc-handler-generic): Trigger activity.
20845 (rcirc-send-message): Create the buffor of the target.
20846 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
20847 (rcirc-get-buffer): Just return nil if there is no matching buffer.
20848 (rcirc-multiline-edit-cancel): Remove function.
20849 (rcirc-set-last-buffer): Remove function.
20850 (rcirc-get-any-buffer): Add function.
20851 (rcirc-join-channels): Don't print /join text.
20852 (rcirc-toggle-ignore-channel-activity): Add and update echo area
20853 messages.
20854 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
20855 (rcirc-handler-NOTICE): Recognize CTCP responses.
20856 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
20857 constructing TOPIC string for buffers we are not JOINed.
20858 (rcirc-handler-CTCP-response): Add handler.
20859 (rcirc-multiline-edit-submit): Restore the window-configuration
20860 before adjusting point.
20861 (rcirc): Add customization group.
20862 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
20863 (rcirc-user-full-name, rcirc-startup-channels-alist)
20864 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
20865 (rcirc-ignore-all-activity-flag, rcirc-time-format)
20866 (rcirc-input-ring-size, rcirc-read-only-flag)
20867 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
20868 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
20869 Change defvar to defcustom.
20870 (rcirc-update-prompt): Add optional ALL arg, which will update
20871 prompts in all rcirc buffers. Regexp quote replacement text.
20872 (rcirc-fill-column): Accept frame-width as a value.
20873 (rcirc-set-changed): Add function.
20874 (rcirc-next-active-buffer): Write more meaningful messages.
20875 (rcirc-faces): Add customization group.
20876 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
20877 (rcirc-nick-in-message-face, rcirc-prompt-face)
20878 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
20879 (with-rcirc-process-buffer): Move before first usage.
20880 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
20881 (rcirc-debug-flag): Rename from `rcirc-log-p'.
20882 (rcirc-debug): Rename from `rcirc-log'.
20883 (rcirc-format-response-string): Do not print `-' chars for a
20884 NOTICE with no sender. Simplify output of server responses.
20885
20886 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
20887
20888 (rcirc-browse-url-map, rcirc-browse-url-at-point)
20889 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
20890 Make urls mouse and RET clickable.
20891
20892 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
20893
20894 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
20895
20896 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
20897
20898 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
20899 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
20900 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
20901 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
20902 argument to all these routines, so the passphrase can be managed
20903 externally and passed in to the system.
20904 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
20905 pgg-add-passphrase-to-cache function.
20906
20907 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
20908 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
20909 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
20910 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
20911 argument to all these routines, so the passphrase can be managed
20912 externally and passed in to the system.
20913 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
20914 function.
20915
20916 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
20917
20918 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
20919 from goto-address-url-regexp.
20920
20921 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
20922
20923 * textmodes/org.el (org-read-date, org-goto-calendar)
20924 (org-recenter-calendar, org-agenda-goto-calendar):
20925 Temporarily clear `calendar-move-hook'.
20926
20927 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
20928
20929 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
20930 merging.
20931
20932 * ediff-util.el (ediff-previous-difference): Don't skip regions that
20933 have merge clashes.
20934
20935 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20936
20937 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
20938 Undo previous change.
20939
20940 * startup.el (command-line): Use `custom-reevaluate-setting' for
20941 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
20942 tty-register-default-colors on Mac.
20943
20944 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
20945
20946 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
20947 (gdb-buffer-type): Make it automatically buffer local...
20948 (gdb-get-create-buffer): ...and set it accordingly.
20949 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
20950 actually work.
20951
20952 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
20953
20954 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
20955 not red.
20956
20957 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
20958
20959 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
20960 case GUD buffer is not visible.
20961 (gdb-goto-breakpoint): Try to force display in source buffer.
20962 (gdb-frame-gdb-buffer): Copy other similar functions.
20963 (gdb-restore-windows): Don't display source if not asked for.
20964 (gdb-assembler-buffer-name): Don't capitalise.
20965
20966 2005-11-03 Richard M. Stallman <rms@gnu.org>
20967
20968 * wid-edit.el (key-sequence): New widget type.
20969
20970 * simple.el (set-mark-command-repeat-pop): New variable.
20971 (set-mark-command): Only interpret plan C-@ after a pop as a pop
20972 if set-mark-command-repeat-pop is true.
20973
20974 * info.el (Info-fontify-node): Don't display extra "see" if there
20975 already is one here.
20976
20977 * mouse.el: Fix special handling of DEL after dragging a region:
20978 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
20979 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
20980
20981 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
20982
20983 * textmodes/ispell.el (ispell-command-loop): Change `i' description
20984 not to assume it pertains to an affix.
20985
20986 * textmodes/flyspell.el (flyspell-post-command-hook):
20987 Bind deactivate-mark to prevent deactivation.
20988
20989 2005-11-03 Lars Hansen <larsh@soem.dk>
20990
20991 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
20992 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
20993 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
20994
20995 2005-11-03 Romain Francoise <romain@orebokech.com>
20996
20997 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
20998 Update copyright years.
20999
21000 2005-11-03 Sam Steingold <sds@gnu.org>
21001
21002 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
21003 Use system-type instead of window-system because window-system is not
21004 correctly defined during loadup.
21005
21006 2005-11-02 Mark A. Hershberger <mah@everybody.org>
21007
21008 * xml.el (xml-syntax-table): Allow xml.el to compile in XEmacs.
21009 (xml-parse-tag): Join strings separated by a comment properly.
21010
21011 2005-11-02 Andreas Schwab <schwab@suse.de>
21012
21013 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
21014
21015 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
21016
21017 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
21018 (byte-optimize-pure-func): Quote the eval'd value.
21019
21020 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
21021 Rename from perl-font-lock-syntactic-face-function.
21022 Change the calling convention so it can be used as a font-lock MATCHER.
21023 Do the parse-partial-sexp loop outselves.
21024 (perl-font-lock-syntactic-keywords): Use it.
21025 (perl-mode): Don't set font-lock-syntactic-face-function any more.
21026
21027 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
21028
21029 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
21030 disassembly buffer too.
21031 (gdb-exited): Remove overlay arrows when execution has finished.
21032 (gdb-info-frames-custom, gdb-info-threads-custom)
21033 (gdb-info-registers-custom): Don't add inappropriate text
21034 properties if inferior is not active.
21035
21036 2005-11-02 Glenn Morris <rgm@gnu.org>
21037
21038 * progmodes/fortran.el (fortran-blink-match):
21039 Use `blink-matching-delay'.
21040
21041 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
21042
21043 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
21044
21045 2005-11-02 Lars Hansen <larsh@soem.dk>
21046
21047 * net/tramp.el (tramp-action-out-of-band): Handle scp message
21048 "Permission denied".
21049
21050 2005-11-01 Richard M. Stallman <rms@gnu.org>
21051
21052 * textmodes/flyspell.el (flyspell-external-point-words):
21053 Pass nil to flyspell-get-word.
21054
21055 2005-11-02 Kim F. Storm <storm@cua.dk>
21056
21057 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
21058 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
21059
21060 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
21061
21062 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
21063 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
21064 (calendar-mouse-print-dates): Add optional `event' argument.
21065 Update interactive-spec.
21066 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
21067 Use `calendar-event-to-date' instead of `event'.
21068
21069 2005-11-02 Masatake YAMATO <jet@gyve.org>
21070
21071 * progmodes/ld-script.el (ld-script-builtins):
21072 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
21073 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
21074 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
21075
21076 2005-11-01 Romain Francoise <romain@orebokech.com>
21077
21078 * vc-sccs.el: Update copyright year.
21079 * ezimage.el: Likewise.
21080
21081 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
21082
21083 * info.el (Info-fontify-node): Use `string-width' for fontifying
21084 underlined titles.
21085
21086 2005-11-01 Juri Linkov <juri@jurta.org>
21087
21088 * info.el (Info-fontify-node): Downcase node header keywords Node,
21089 Prev, Next, Up before comparison.
21090 (Info-history): Insert absolute directory name, and put invisible
21091 property on it.
21092
21093 2005-11-01 Juri Linkov <juri@jurta.org>
21094
21095 * info.el (Info-file-supports-index-cookies): New variable.
21096 (Info-find-node-2): Check makeinfo version for index cookie support.
21097 (Info-index-nodes): Search for nodes with index cookies only when
21098 Info-file-supports-index-cookies is t. Otherwise, search nodes
21099 with "Index" in the node name.
21100 (Info-index-node): Search index cookie in the current node only when
21101 Info-file-supports-index-cookies is t. Otherwise, check the word
21102 "Index" in the node name.
21103 (Info-find-emacs-command-nodes): Remove code that searches nodes
21104 with "Index" node name in the top menu.
21105
21106 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
21107
21108 * progmodes/scheme.el (scheme-mode-variables): Use the default
21109 comment-indent-function.
21110
21111 * faces.el (face-attribute): Handle the case where a face inherits from
21112 a non-existent face.
21113
21114 * simple.el (eval-expression-print-format): Use lisp-readable syntax
21115 for octal and hexa output, and merge the char into the paren.
21116 (kill-new): Use push.
21117 (copy-to-buffer): Use with-current-buffer.
21118 (completion-setup-function): Move code in loop to remove redundancy.
21119 (minibuffer-local-must-match-map): Don't add bindings that duplicate
21120 those inherited from minibuffer-local-completion-map.
21121
21122 * savehist.el (savehist-mode) <defcustom>:
21123 Use custom-set-minor-mode if available.
21124 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
21125 and emit a message if applicable.
21126
21127 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
21128
21129 * savehist.el: Sync up to version 19.
21130 (savehist-mode): New minor mode.
21131 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
21132 (savehist-length): Remove (use history-length instead).
21133 (savehist-file-modes): Rename from savehist-modes.
21134 (savehist-save-hook, savehist-loaded): New vars.
21135 (savehist-load): Use savehist-mode. Try to smooth up transition from
21136 old format to new format.
21137 (savehist-install): Allow savehist-autosave-interval to be nil.
21138 (savehist-save): Run the new hook. Be more careful to only trim the
21139 history variables.
21140 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
21141 (savehist-printable): Print into a buffer rather than char-by-char.
21142
21143 2005-11-01 John Wiegley <johnw@newartisans.com>
21144
21145 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
21146 toggle-ignore keybinding (C-a). The author said it had been
21147 disabled much earlier due to a possible incompatibility, but after
21148 many months of usage I have encountered no problems (and it is a
21149 rather useful option, especially for switching to " *temp*").
21150
21151 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
21152 support for OS/X's AddressBook, by calling out to the open source
21153 program "contacts" (installable through Fink).
21154
21155 * net/eudc.el (eudc-expand-inline): If the
21156 `eudc-multiple-match-handling-method' is set to `all', delete the
21157 query string before inserting the query result.
21158
21159 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
21160 flag, to prevent Eshell from using the system ls when
21161 `eshell-ls-insert-directory' is in used.
21162 (eshell-ls-insert-directory): Disable font-lock in directory
21163 buffer so that Eshell's own fontification is seen. This broke
21164 recently due to changes in font-lock, so this goes back to version
21165 21 behavior.
21166
21167 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
21168
21169 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
21170 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
21171 (gdb-many-windows): Doc fix.
21172
21173 2005-10-31 Romain Francoise <romain@orebokech.com>
21174
21175 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
21176
21177 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
21178
21179 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
21180 that global-font-lock-mode can be enabled by default.
21181
21182 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
21183 (font-lock-add-keywords, font-lock-remove-keywords)
21184 (font-lock-fontify-buffer): Remove autoload cookies.
21185
21186 * jit-lock.el (jit-lock-register): Likewise.
21187
21188 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
21189
21190 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
21191
21192 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
21193 intact if there is no gud-comint-buffer.
21194
21195 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
21196
21197 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
21198 old prompt comint-prompt-read-only is t and GDB commands are
21199 issued from tool bar etc.
21200
21201 2005-10-31 Masatake YAMATO <jet@gyve.org>
21202
21203 * vc.el (vc-directory-exclusion-list): Add "{arch}".
21204
21205 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
21206
21207 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
21208 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
21209
21210 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
21211
21212 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
21213 starting at beginning of line. Fontification is messed up when
21214 `open-paren-in-column-0-is-defun-start' set to t.
21215 Reported by John Paul Wallington <jpw@pobox.com>.
21216
21217 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
21218
21219 * comint.el (comint-send-input): Call `comint-update-fence' when
21220 `comint-process-echoes' and `comint-prompt-read-only' are both
21221 non-nil, to avoid leftover read-only newline.
21222
21223 2005-10-30 Richard M. Stallman <rms@gnu.org>
21224
21225 * textmodes/flyspell.el (flyspell-external-point-words):
21226 Detect when WORD can't be checked properly because
21227 flyspell-get-word finds just part of it, and move on.
21228
21229 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
21230 boundarychar for Polish.
21231 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
21232 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
21233
21234 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
21235
21236 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
21237 (gdb-registers-font-lock-keywords): Delete.
21238 (gdb-registers-mode): Don't fontify.
21239 (gdb-info-registers-custom): Use text properties instead as, in
21240 future, changed register values will use font-lock-warning-face.
21241 (gdb-local-font-lock-keywords): Rename to...
21242 (gdb-locals-font-lock-keywords): ...for consistency.
21243
21244 2005-10-30 Andre Spiegel <spiegel@gnu.org>
21245
21246 * vc.el (vc-switch-backend): Better error message if the buffer is
21247 not visiting a file under version control.
21248
21249 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
21250
21251 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
21252
21253 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
21254 ~/.emacs.d/.emacs.
21255
21256 2005-10-29 Richard M. Stallman <rms@gnu.org>
21257
21258 * replace.el (occur-mode-mouse-goto): Always go to other window.
21259 (occur-mode-goto-occurrence): Always switch in same window.
21260
21261 * simple.el (undo): Display message at end, not at start.
21262
21263 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
21264 New arg REUSE-CELL.
21265 (cancel-timer-internal): New function.
21266 (timer-event-handler): Use cancel-timer-internal,
21267 and pass the cell it returns to timer-activate...
21268
21269 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
21270 (jit-lock-deferred-fontify, jit-lock-context-fontify)
21271 (jit-lock-after-change): Test memory-full.
21272
21273 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
21274
21275 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
21276 part of the decoded armor to find the key-identifier.
21277 (pgg-gpg-lookup-key-owner): New function to return the
21278 human-readable identifier of a key owner.
21279 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
21280 key itself.
21281 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
21282 the key value) if we have a key and can match it against a secret
21283 key. Also, added a note pointing out fact that the prompt only
21284 indicates the first matching key.
21285
21286 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
21287 pgg-decrypt-region.
21288 (pgg-pending-timers): A new hash for tracking the passphrase cache
21289 timers, so that new ones supercede old ones.
21290 (pgg-add-passphrase-to-cache): Rename from
21291 `pgg-add-passphrase-cache' to reduce confusion (all callers
21292 changed). Modified to cancel old timers when new ones are added.
21293 (pgg-remove-passphrase-from-cache): Rename from
21294 `pgg-remove-passphrase-cache' to reduce confusion (all callers
21295 changed). Modified to cancel old timers when their keys are
21296 removed from the cache.
21297 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
21298 XEmacs, an indirection to delete-itimer.
21299 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
21300 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
21301 users can only check cache without risk of prompting. Correct bug in
21302 notruncate behavior.
21303 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
21304 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
21305 Add informative docstrings.
21306 (pgg-decrypt): Convey provided passphrase in subordinate call to
21307 pgg-decrypt-region.
21308
21309 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
21310 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
21311 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
21312 `passphrase' argument, so the passphrase can be managed externally
21313 and then passed in to the system.
21314
21315 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
21316 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
21317 so the passphrase cache can be used reliably with identifiers
21318 besides a pgp packet's key id.
21319
21320 * pgg-gpg.el (pgg-pgp-encrypt-region)
21321 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
21322 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
21323 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
21324 argument to all these routines, so the passphrase can be managed
21325 externally and passed in to the system.
21326
21327 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
21328 `notruncate' argument, so the passphrase cache can be used
21329 reliably with identifiers besides a pgp packet's key id.
21330
21331 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
21332
21333 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
21334 symmetric encryption.
21335 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
21336 encrypted session key.
21337 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
21338 message ask for the passphrase in a proper way.
21339
21340 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
21341 New user commands for symmetric encryption.
21342
21343 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
21344
21345 * textmodes/conf-mode.el (conf-assignment-sign)
21346 (conf-assignment-regexp): Fix docstrings.
21347 (conf-mode-initialize): New function.
21348 (conf-mode): Remove optional args. Use delay-mode-hooks to
21349 recognize recursive calls.
21350 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
21351 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
21352 (conf-xdefaults-mode): Use define-derived-mode and
21353 conf-mode-initialize.
21354
21355 2005-10-29 Romain Francoise <romain@orebokech.com>
21356
21357 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
21358
21359 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
21360
21361 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
21362 part of the decoded armor to find the key-identifier.
21363 (pgg-gpg-lookup-key-owner): New function to return the
21364 human-readable identifier of a key owner.
21365 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
21366 key itself.
21367 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
21368 the key value) if we have a key and can match it against a secret
21369 key. Also, added a note pointing out fact that the prompt only
21370 indicates the first matching key.
21371
21372 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
21373 pgg-decrypt-region.
21374 (pgg-pending-timers): A new hash for tracking the passphrase cache
21375 timers, so that new ones supercede old ones.
21376 (pgg-add-passphrase-to-cache): Rename from
21377 `pgg-add-passphrase-cache' to reduce confusion (all callers
21378 changed). Modified to cancel old timers when new ones are added.
21379 (pgg-remove-passphrase-from-cache): Rename from
21380 `pgg-remove-passphrase-cache' to reduce confusion (all callers
21381 changed). Modified to cancel old timers when their keys are
21382 removed from the cache.
21383 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
21384 XEmacs, an indirection to delete-itimer.
21385 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
21386 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
21387 users can only check cache without risk of prompting. Correct bug in
21388 notruncate behavior.
21389 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
21390 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
21391 Add informative docstrings.
21392 (pgg-decrypt): Convey provided passphrase in subordinate call to
21393 pgg-decrypt-region.
21394
21395 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
21396
21397 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
21398 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
21399 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
21400 `passphrase' argument, so the passphrase can be managed externally
21401 and then passed in to the system.
21402
21403 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
21404 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
21405 so the passphrase cache can be used reliably with identifiers
21406 besides a pgp packet's key id.
21407
21408 * pgg-gpg.el (pgg-pgp-encrypt-region)
21409 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
21410 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
21411 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
21412 argument to all these routines, so the passphrase can be managed
21413 externally and passed in to the system.
21414
21415 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
21416 `notruncate' argument, so the passphrase cache can be used
21417 reliably with identifiers besides a pgp packet's key id.
21418
21419 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
21420
21421 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
21422 symmetric encryption.
21423 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
21424 encrypted session key.
21425 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
21426 message ask for the passphrase in a proper way.
21427
21428 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
21429 New user commands for symmetric encryption.
21430
21431 2005-10-28 Bill Wohler <wohler@newt.com>
21432
21433 * help-mode.el (help-url): New button type. Calls browse-url.
21434 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
21435 Similar to Info nodes: URL `url'.
21436 (help-make-xrefs): Create help-url buttons for
21437 help-xref-url-regexp matches.
21438
21439 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
21440
21441 * tool-bar.el (tool-bar-add-item-from-menu)
21442 (tool-bar-local-item-from-menu): Fix doc strings.
21443
21444 2005-10-28 Romain Francoise <romain@orebokech.com>
21445
21446 * ldefs-boot.el: Update.
21447
21448 * subr.el (locate-library): Move from help-fns.el.
21449 * help-fns.el (locate-library): Move to subr.el.
21450
21451 2005-10-28 Richard M. Stallman <rms@gnu.org>
21452
21453 * net/tramp.el (tramp-completion-mode): defvar moved up.
21454
21455 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
21456
21457 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
21458
21459 * files.el (find-file-noselect): Use %d to format large file size.
21460
21461 * bindings.el (mode-line-format): Add %e.
21462
21463 * loadup.el ("facemenu"): Load unconditionally.
21464 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
21465 ("x-dnd"): Load, when appropriate.
21466
21467 * startup.el (command-line): Call before-init-hook earlier.
21468 Warn about some bad characters in -u user name.
21469
21470 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
21471 (flyspell-external-point-words): Error if misspelled word is not found.
21472 Set flyspell-large-region-beg at end of word.
21473
21474 2005-10-28 Andreas Schwab <schwab@suse.de>
21475
21476 * view.el (View-revert-buffer-scroll-page-forward):
21477 Use view-page-size-default.
21478
21479 2005-10-28 Juri Linkov <juri@jurta.org>
21480
21481 * international/quail.el (quail-get-current-str): Translate last
21482 raw character for deterministic input methods.
21483
21484 2005-10-27 Jay Belanger <belanger@truman.edu>
21485
21486 * calc/calc-ext.el: Add functions to autoloads.
21487 (math-identity-matrix-p, math-ident-row-p): New functions.
21488
21489 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
21490 multiplication by an identity matrix; don't turn multiplication by
21491 an inverse matrix into division.
21492 (math-div-symbol-fancy): Replace division by matrices with
21493 multiplication by inverse.
21494
21495 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
21496
21497 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
21498 (calc-writeoutpower): New functions.
21499
21500 2005-10-27 Romain Francoise <romain@orebokech.com>
21501
21502 * replace.el (occur-engine): Include colon in mouse-face highlight.
21503
21504 * dired-x.el: Change Maintainer field.
21505
21506 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
21507
21508 * longlines.el (longlines-mode): Bind after-change-functions to
21509 nil during initial decoding and final encoding.
21510
21511 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
21512
21513 * term.el (term-emulate-terminal, term-handle-colors-array)
21514 (term-handle-ansi-escape): Specify the terminfo capabilities
21515 implemented.
21516
21517 2005-10-26 Richard M. Stallman <rms@gnu.org>
21518
21519 * info.el (Info-fontify-node): Fix detection of sentence-break
21520 before *Note.
21521
21522 2005-10-26 Romain Francoise <romain@orebokech.com>
21523
21524 * smerge-mode.el: Add `tools' to file keywords.
21525
21526 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
21527
21528 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
21529 when the fringe is not available.
21530
21531 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
21532 (def-gdb-auto-update-trigger): Simplify construction.
21533 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
21534 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
21535 defined explicitly.
21536 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
21537 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
21538 defined explicitly.
21539 (gdb-info-locals-custom): Remove as it's a no-op.
21540
21541 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
21542
21543 * longlines.el (longlines-mode): Remove narrowing before
21544 performing the initial decoding or final encoding.
21545
21546 2005-10-25 Romain Francoise <romain@orebokech.com>
21547
21548 * emacs-lisp/find-func.el (find-library-name): Also strip
21549 extension if library name ends in .el, to take advantage of
21550 `find-library-suffixes'.
21551
21552 2005-10-25 Richard M. Stallman <rms@gnu.org>
21553
21554 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
21555
21556 2005-10-25 Juri Linkov <juri@jurta.org>
21557
21558 * textmodes/texinfo.el (texinfo-mode): Change charset of one
21559 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
21560
21561 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
21562
21563 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
21564 (blackbox-redefine-key): Add argument `map'.
21565
21566 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
21567 regions when moving the jit-lock-context-unfontify-pos boundary.
21568
21569 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
21570
21571 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
21572
21573 2005-10-25 Masatake YAMATO <jet@gyve.org>
21574
21575 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
21576
21577 2005-10-25 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
21578
21579 * play/blackbox.el (blackbox-redefine-key): New function.
21580 (blackbox-mode-map): Use it to remap existing bindings for cursor
21581 motion instead of binding literal keys.
21582
21583 2005-10-25 Glenn Morris <rgm@gnu.org>
21584
21585 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
21586 diary does not end in a newline. Do not assume a blank line at
21587 the start of the diary file.
21588
21589 2005-10-25 Kenichi Handa <handa@m17n.org>
21590
21591 * international/quail.el (quail-translate-key): If the input
21592 method is deterministic and failed to handle the last key, restart
21593 the key handling loop from an appropriate key.
21594
21595 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
21596
21597 * vc.el (vc-dired-mode): Extend comment for binding of
21598 `directory-listing-before-filename-regexp'.
21599
21600 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
21601
21602 * textmodes/texinfo.el (texinfo-mode):
21603 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
21604 not to unnecessarily expose emacs-mule's internal char codes.
21605
21606 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
21607
21608 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
21609 Display hand pointer and help-echo on disabled icon too.
21610 (gdb-mouse-until): New function.
21611 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
21612
21613 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
21614
21615 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
21616 with 2005-10-23 change to doctor.el.
21617
21618 * finder.el (finder-mode-map): Add follow-link binding.
21619
21620 2005-10-25 Kim F. Storm <storm@cua.dk>
21621
21622 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
21623 to gdb-mouse-toggle-breakpoint-fringe.
21624 (gdb-mouse-toggle-breakpoint-margin): Rename from
21625 gdb-mouse-toggle-breakpoint. Fix doc.
21626 (gdb-mouse-toggle-breakpoint-fringe): New defun.
21627 (gdb-put-string): Add optional SPROPS arg. Add props to string.
21628 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
21629 string properties also for fringe breakpoint bitmaps.
21630
21631 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
21632
21633 * textmodes/org.el (org-start-icalendar-file): Fix format form.
21634
21635 2005-10-25 Masatake YAMATO <jet@gyve.org>
21636
21637 * simple.el (completion-common-substring):
21638 Use `completion-common-substring' prior to `completion-base-size'.
21639
21640 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
21641
21642 * savehist.el: Require CL while compiling.
21643 (savehist-history-variables): Remove.
21644 (savehist-save-minibuffer-history, savehist-additional-variables)
21645 (savehist-minibuffer-history-variables): New vars.
21646 (savehist-save): Use them.
21647 (savehist-uninstall, savehist-minibuffer-hook): New funs.
21648 (savehist-install): New fun, extracted from savehist-load.
21649 (savehist-load): Use them.
21650
21651 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
21652
21653 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
21654 a dummy doc-string-elt property.
21655 (defalias, defvaralias, define-category): Add a docstring property.
21656
21657 * image.el (defimage):
21658 * widget.el (define-widget):
21659 * custom.el (defface, defcustom): Add `doc-string' declaration.
21660
21661 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
21662 (defadvice): Add `doc-string' declaration.
21663
21664 * emacs-lisp/byte-run.el (macro-declaration-function):
21665 Handle `doc-string' declarations.
21666 (define-obsolete-function-alias, define-obsolete-variable-alias):
21667 Add `doc-string' declaration.
21668
21669 2005-10-24 Kenichi Handa <handa@m17n.org>
21670
21671 * international/utf-7.el (utf-7): Add autoload cookie.
21672
21673 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
21674
21675 2005-10-24 Eli Zaretskii <eliz@gnu.org>
21676
21677 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
21678 list of directories passed to batch-update-autoloads. Add "." to
21679 the list of the echoed directories.
21680
21681 * pgg-def.el:
21682 * pgg-gpg.el:
21683 * pgg-parse.el:
21684 * pgg-pgp.el:
21685 * pgg-pgp5.el:
21686 * pgg.el: Moved here from the gnus subdirectory.
21687
21688 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
21689
21690 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
21691 in case comint-prompt-read-only is set to t.
21692
21693 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
21694 in case comint-prompt-read-only is set to t.
21695
21696 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
21697
21698 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
21699 Now a string.
21700 (icalendar-import-format): Handle CLASS, STATUS, URL.
21701 Rename `subject' to `summary'.
21702 (icalendar-import-format-summary): Rename from
21703 `icalendar-import-format-subject'.
21704 (icalendar-import-format-url, icalendar-import-format-status)
21705 (icalendar-import-format-class): New variables.
21706 (icalendar--rris): Take variable argument list.
21707 (icalendar--datestring-to-isodate): Remove unnecessary
21708 calendar-style check when converting dates with explicit month names.
21709 (icalendar-export-region): Change return type of conversion
21710 subroutines. Bury current buffer unless error occurred.
21711 (icalendar--convert-to-ical)
21712 (icalendar--parse-summary-and-rest): New functions.
21713 (icalendar--convert-ordinary-to-ical)
21714 (icalendar--convert-weekly-to-ical)
21715 (icalendar--convert-yearly-to-ical)
21716 (icalendar--convert-block-to-ical)
21717 (icalendar--convert-cyclic-to-ical)
21718 (icalendar--convert-anniversary-to-ical): Change return type.
21719 Strip trailing blanks from subject.
21720 (icalendar--convert-sexp-to-ical): Change return type.
21721 Strip trailing blanks from subject. Handle simple sexp
21722 entries as generated by icalendar.el.
21723 (icalendar--convert-float-to-ical)
21724 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
21725 (icalendar-import-file): Doc fix.
21726 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
21727 Correct call to icalendar--rris.
21728 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
21729 `summary'.
21730 (icalendar--add-diary-entry): Rename `subject' to `summary'.
21731
21732 2005-10-24 Romain Francoise <romain@orebokech.com>
21733
21734 * server.el (server-sentinel): Set query-on-exit flag to nil on
21735 new client processes (it isn't inherited from the server process).
21736
21737 * replace.el (occur-engine): Rearrange text properties.
21738
21739 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
21740
21741 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
21742 case-fold-search is nil.
21743 (debug-help-follow): Use help-xref-interned directly.
21744
21745 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
21746
21747 * thumbs.el (thumbs-image-type): Add .pbm.
21748
21749 2005-10-23 Richard M. Stallman <rms@gnu.org>
21750
21751 * faces.el (inhibit-face-set-after-frame-default): New variable.
21752 (set-face-attribute): Bind it.
21753 (face-set-after-frame-default): Test it.
21754
21755 * help-fns.el (describe-simplify-lib-file-name): New function.
21756 (describe-function-1, describe-variable): Use it.
21757
21758 * faces.el (describe-face): Use describe-simplify-lib-file-name.
21759
21760 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
21761 Eliminate nil as possible value.
21762 (tooltip-hide-delay): Reduce internal-border-width.
21763
21764 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
21765 (menu-bar-file-menu) <new-file>: Likewise.
21766
21767 * simple.el (line-move-finish): Ignore fields computing LINE-END.
21768
21769 * international/mule.el (load-with-code-conversion):
21770 Pass full file name to `eval-buffer' unless preloading.
21771
21772 * textmodes/flyspell.el (flyspell-large-region):
21773 Call ispell-check-version.
21774
21775 * textmodes/ispell.el (ispell-local-dictionary-overridden):
21776 Fix the make-variable-buffer-local call that was supposed
21777 to be for this variable.
21778 (ispell-aspell-supports-utf8): Doc fix.
21779 (ispell-find-aspell-dictionaries): Preserve elements of
21780 ispell-dictionary-alist for dictionaries that aspell doesn't report.
21781 (ispell-aspell-find-dictionary): Return nil on error.
21782
21783 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
21784 (doctor-symptoms): Likewise.
21785
21786 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
21787
21788 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
21789
21790 * cus-edit.el (custom-button, custom-button-pressed): New vars.
21791 (custom-raised-buttons): Add :set spec.
21792 (custom-button-unraised, custom-button-pressed-unraised):
21793 New faces, so that custom-raised-buttons actually does something.
21794 (custom-mode): Use custom-button and custom-button-pressed.
21795
21796 * wid-edit.el (widget-specify-button): Don't ignore
21797 widget-mouse-face on graphic terminals.
21798 (widget-move-and-invoke): Cleanup.
21799
21800 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
21801
21802 * whitespace.el (whitespace-cleanup): Doc fix.
21803
21804 2005-10-23 Romain Francoise <romain@orebokech.com>
21805
21806 * emulation/viper.el (viper-set-hooks): Quote forms passed to
21807 `eval-after-load' to avoid evaluating their result.
21808
21809 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
21810
21811 * files.el (directory-listing-before-filename-regexp):
21812 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
21813
21814 * dired.el (dired-move-to-filename-regexp): Remove.
21815 All occurrences replaced by `directory-listing-before-filename-regexp'.
21816
21817 * dired-x.el, locate.el, vc.el:
21818 Replace `dired-move-to-filename-regexp' by
21819 `directory-listing-before-filename-regexp'. In vc.el it is
21820 overwritten locally; maybe this can be handled in files.el too.
21821
21822 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurrences
21823 replaced by `directory-listing-before-filename-regexp'.
21824
21825 2005-10-23 Andreas Schwab <schwab@suse.de>
21826
21827 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
21828 and eval-next-after-load.
21829
21830 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
21831
21832 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
21833 exist, create it.
21834
21835 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
21836
21837 * allout.el: Remove autoloads for mailcrypt and crypt++.
21838 Require pgg, pgg-gpg during compilation.
21839 (allout-version): Increment version number to 2.1, and use a literal
21840 rather than RCS Id.
21841 (allout-default-encryption-scheme): Remove.
21842 (allout-passphrase-verifier-handling)
21843 (allout-passphrase-verifier-string)
21844 (allout-file-passphrase-verifier-string)
21845 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
21846 (allout-passphrase-hint-handling): Rename and simplify.
21847 (allout-init): Use `find-file-hook' if available, otherwise
21848 `find-file-hooks'.
21849 (allout-mode): Use `write-file-functions' if available, otherwise
21850 `local-write-file-hooks' and, instead of making auto-save-hook
21851 buffer local, make the write-file-hook activity contingent to
21852 allout-mode.
21853 (allout-mode): Use key-binding substitution in the docstring.
21854 (allout-kill-line): Spell-out kill ring data structure mutation
21855 instead of using byte-compiler-complaint-provoking `pop'.
21856 (allout-insert-listified): Use `insert' rather than `insert-string'
21857 (allout-toggle-current-subtree-encryption): Update docstring, adjust
21858 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
21859 (allout-encrypt-string): Totally revamped vis new underlying
21860 encryption facilities.
21861 (allout-mc-activate-passwd): Remove.
21862 (allout-obtain-passphrase): New, more or less replaces
21863 allout-mc-activate-passwd.
21864 (allout-encrypted-key-info): More or less replaces
21865 allout-encrypted-text-type.
21866 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
21867 (my-mark-marker): Use `(featurep 'xemacs)'.
21868
21869 2005-10-23 Lars Hansen <larsh@soem.dk>
21870
21871 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
21872 (byte-compile-file-form-defmumble, byte-compile-defun)
21873 (byte-compile-defmacro): Use it.
21874 (byte-compile-form): Don't call byte-compile-set-symbol-position
21875 when a byte-compile handler is called.
21876
21877 2005-10-22 Romain Francoise <romain@orebokech.com>
21878
21879 * savehist.el (savehist-history-variables): Add `grep-find-history'.
21880
21881 * subr.el (eval-after-load): Convert library name to an absolute
21882 file name using locate-library, since load-history no longer has
21883 library names in it.
21884
21885 2005-10-22 Richard M. Stallman <rms@gnu.org>
21886
21887 * files.el (make-temp-file): Move from subr.el.
21888 * subr.el (make-temp-file): Move to files.el.
21889
21890 * window.el (get-buffer-window-list): Move from subr.el.
21891 * subr.el (get-buffer-window-list): Move to window.el.
21892
21893 * image.el (image-load-path): Use eval-at-startup to initialize.
21894
21895 * subr.el (eval-at-startup): New macro.
21896
21897 * subr.el: Much rearrangement of functions and division
21898 into pages. No code changes.
21899
21900 2005-10-22 Kenichi Handa <handa@m17n.org>
21901
21902 * tar-mode.el (tar-extract): Be sure to call
21903 find-operation-coding-system if set-auto-coding doesn't find a
21904 coding system.
21905
21906 2005-10-22 Kim F. Storm <storm@cua.dk>
21907
21908 * image.el (image-type-header-regexps): Rename from image-type-regexps.
21909 Change users.
21910 (image-type-file-name-regexps): New defconst.
21911 (image-type-from-data): Simplify loop.
21912 (image-type-from-buffer): New defun.
21913 (image-type-from-file-header): Use it instead of image-type-from-data.
21914 Use image-search-load-path instead of only looking in data-directory.
21915 (image-type-from-file-name): New defun.
21916 (image-search-load-path): Change `pathname' to `filename'.
21917 Make PATH arg optional, default to image-load-path.
21918
21919 2005-10-21 Richard M. Stallman <rms@gnu.org>
21920
21921 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
21922
21923 * textmodes/paragraphs.el (sentence-end-base): New variable.
21924 (sentence-end): Use sentence-end-base.
21925
21926 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
21927
21928 * font-lock.el (font-lock-default-fontify-region): Check the multiline
21929 property independently from the font-lock-multiline variable.
21930
21931 2005-10-21 Richard M. Stallman <rms@gnu.org>
21932
21933 * emacs-lisp/find-func.el (find-library-name): Doc fix.
21934
21935 * startup.el (command-line): Convert library names
21936 in `load-history' to absolute file names.
21937
21938 * subr.el (symbol-file): Doc fix.
21939
21940 * loadhist.el (file-loadhist-lookup): Call locate-library
21941 instead of find-library-name. Don't try converting
21942 abs file names to library names, since load-history no longer
21943 has library names in it.
21944 (file-dependents, file-provides, file-requires): Doc fixes.
21945
21946 2005-10-21 Juri Linkov <juri@jurta.org>
21947
21948 * progmodes/etags.el (tags-table-mode): New function.
21949 (tags-verify-table): Replace initialize-new-tags-table with
21950 tags-table-mode.
21951
21952 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
21953 default value.
21954 (desktop-modes-not-to-save): Add tags-table-mode to the
21955 default value.
21956
21957 * info.el (Info-index-next): Add total number of index
21958 alternatives to the message.
21959
21960 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
21961 backward only space (instead of space and period) before looking
21962 at sentence end.
21963
21964 * simple.el (set-variable): Use user-variable-p instead of symbolp.
21965 Add the old variable value as 4th default-value arg of read-string.
21966
21967 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21968
21969 * cus-face.el (custom-declare-face): Make face from X resources
21970 also on Mac.
21971
21972 * disp-table.el (standard-display-g1, standard-display-graphic):
21973 Refuse to use string glyphs also on Mac.
21974 (standard-display-european): Don't set terminal coding system also
21975 on Mac.
21976
21977 * frame.el (display-screens): Use x-display-screens also on Mac.
21978
21979 2005-10-21 Romain Francoise <romain@orebokech.com>
21980
21981 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
21982
21983 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
21984
21985 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
21986 and $? into sexps.
21987
21988 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
21989 warning face on open-paren-in-column-0.
21990
21991 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
21992 boundary case. Fix typo.
21993 Suggested by Martin Rudalics <rudalics@gmx.at>.
21994
21995 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
21996
21997 * textmodes/org.el (org-combined-agenda-icalendar-file)
21998 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
21999 (org-export-icalendar-this-file)
22000 (org-export-icalendar-all-agenda-files)
22001 (org-export-icalendar-combine-agenda-files): New commands.
22002 (org-export-icalendar, org-print-icalendar-entries)
22003 (org-start-icalendar-file, org-finish-icalendar-file)
22004 (org-ical-ts-to-string): New functions.
22005 (org-read-date, org-goto-calendar)
22006 (org-agenda-goto-calendar): Inhibit displaying diary entries by
22007 call to `calendar'.
22008 (orgtbl-setup): Remove the :keys arguments from the menu description.
22009 (org-after-save-iCalendar-file-hook): New variable.
22010
22011 2005-10-21 Kenichi Handa <handa@m17n.org>
22012
22013 * language/vietnamese.el (tcvn-5712): Make it an alias of
22014 vietnamese-tcvn coding-system.
22015
22016 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
22017
22018 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
22019 group id is given.
22020
22021 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
22022
22023 * progmodes/sh-script.el (sh-escaped-line-re): New var.
22024 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
22025 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
22026 whose line is either continued or ends with a comment.
22027
22028 2005-10-20 Romain Francoise <romain@orebokech.com>
22029
22030 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
22031
22032 * replace.el (occur-engine): Add follow-link property.
22033
22034 * font-core.el (font-lock-mode): Doc fix.
22035
22036 2005-10-20 Richard M. Stallman <rms@gnu.org>
22037
22038 * net/rcirc.el: New file.
22039
22040 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
22041
22042 * term.el (term-term-name): Initialize to "eterm-color".
22043
22044 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
22045
22046 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
22047 for encryption functionality.
22048 Move allout customization subgroup from `editing' to `outlines' group.
22049 Fix commentary keywords to legitimate ones.
22050 Update author info (using my current email address, obscurified).
22051 (allout-encrypt-string, allout-encryption-produce-work-buffer)
22052 (allout-encrypted-topic-p, allout-encrypted-text-type)
22053 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
22054 (allout-situate-encryption-key-verifier)
22055 (allout-get-encryption-key-verifier, allout-verify-key)
22056 (allout-next-topic-pending-encryption)
22057 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
22058 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
22059 (outline-key-verifier-handling, outline-key-hint-handling)
22060 (outline-encrypt-unencrypted-on-saves): New defcustoms.
22061 (allout-file-key-verifier-string, allout-encryption-scheme)
22062 (allout-key-verifier-string, allout-key-hint-string)
22063 (allout-after-save-decrypt): New variables.
22064 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
22065 (allout-after-saves-handler): New hook functions.
22066 (allout-post-command-business): Do allout-after-save-decrypt.
22067 (allout-enable-file-variable-adjustment): Custom var to enable
22068 mechanism for adding and adjusting settings of Emacs file variables.
22069 (allout-adjust-file-variable, allout-file-vars-section-data):
22070 New functions, implement the mechanism.
22071 (outlineify-sticky): Use the file vars mechanism.
22072 (allout-inhibit-protection, allout-during-write-cue)
22073 (allout-override-protect, allout-before-change-protect): Remove.
22074 (allout-flag-region, allout-open-topic): Adjust read-only text.
22075 (allout-open-line-not-read-only): Add to facilitate read-only
22076 text based protection.
22077 (allout-kill-line): Revise to adjust read-only text, clue the
22078 user about the inhibition.
22079 (allout-unprotected): Use unwind-protect.
22080 (allout-shift-in, allout-shift-out): Disallow manually shifting a
22081 topic deeper than the offspring depth of the previous topic -
22082 avoiding confusing "containment discontinuities".
22083 (allout-reindent-bodies): Fix retention of body relative hanging
22084 indent during promotion of collapsed bodies.
22085 (allout-open-topic): Make it easy to open new topic with same
22086 bullet as current topic - topic creation functions provided with
22087 any universal argument provokes now prompt for bullet, defaulting
22088 to the bullet of the previous topic.
22089 (allout-plain-bullets-string, allout-distinctive-bullets-string):
22090 Plain bullet alternates `.' period and `,' comma only. All other
22091 bullets are relegated to special status (but customizable).
22092 (allout-end-of-entry): Rename from allout-end-of-current-entry
22093 since it actually operates w.r.t. most immediately containing
22094 entry, visible or not.
22095 (allout-hide-current-entry, allout-show-current-entry): Use the
22096 revised version.
22097 (allout-old-expose-topic): Solidify deprecation.
22098 (allout-end-of-subtree): Add so we can span concealed as well
22099 as visible topics.
22100 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
22101 (allout-end-of-current-heading): Tweak to just respect the first line.
22102 (allout-get-body-text): Add.
22103 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
22104 when invoked interactively.
22105 (allout-up-current-level): Use `interactive-p'.
22106 (allout-mode, allout-init): Miscellaneous docstring and
22107 operational refinements, as well as hookups of new encryption stuff.
22108 (allout-beginning-of-current-entry): Now works as advertised.
22109 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
22110 (allout-isearch-rectification): Refine condition for isearching.
22111 (allout-isearch-abort, allout-enwrap-isearch)
22112 (allout-flag-region, my-region-active-p): Relocate some macros.
22113 (allout-title): Fallback title is (buffer-name), not
22114 non-existing (current-buffer-name).
22115 (subst-char-in-string): Define if absent (for some XEmacs versions).
22116
22117 2005-10-20 Jari Aalto <jari.aalto@cante.net>
22118
22119 * mail/sendmail.el (mail-setup-hook, mail-aliases)
22120 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
22121 (mail-citation-prefix-regexp, mail-signature-file)
22122 (mail-default-headers, mail-bury-selects-summary)
22123 (mail-send-nonascii): Add autoload cookies.
22124
22125 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
22126
22127 * frame.el (blink-cursor-mode): Add `mac' to the list of
22128 window-system's that support blinking cursor.
22129
22130 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
22131
22132 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
22133
22134 2005-10-20 Eli Zaretskii <eliz@gnu.org>
22135
22136 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
22137 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
22138 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
22139
22140 2005-10-20 Kim F. Storm <storm@cua.dk>
22141
22142 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
22143 (ido-set-current-directory): Don't add / after final @.
22144 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
22145 Explicitly handle ange-ftp completion oddities.
22146 (ido-make-file-list): Don't rotate list at tramp root to avoid
22147 triggering tramp file handler for expand-file-name via get-file-buffer.
22148
22149 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
22150
22151 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
22152
22153 2005-10-19 Jay Belanger <belanger@truman.edu>
22154
22155 * calc/calc-units.el (math-standard-units): Add units, adjust
22156 symbols and update values.
22157 (math-unit-prefixes): Add more prefixes.
22158
22159 2005-10-19 Romain Francoise <romain@orebokech.com>
22160
22161 * bookmark.el (bookmark-menu-heading): New face.
22162 (bookmark-bmenu-list): Use it.
22163 Don't fiddle with `baud-rate' at top-level.
22164
22165 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
22166
22167 * image.el (create-image, find-image): Mention max-image-size in
22168 docstring.
22169
22170 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
22171
22172 * savehist.el (savehist-load): Revert to checking XEmacs.
22173
22174 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
22175 Various docstring and line-width fixups.
22176 (conf-mode): Use cond.
22177 Set font-lock-defaults. Don't set comment-use-syntax.
22178
22179 2005-10-18 David Ponce <david@dponce.com>
22180
22181 * tree-widget.el (tree-widget-button-click): New function.
22182 (tree-widget-button-keymap): Use it.
22183
22184 2005-10-18 Romain Francoise <romain@orebokech.com>
22185
22186 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
22187 (bookmark-bmenu-hide-filenames): Add follow-link property.
22188 Improve help-echo text.
22189
22190 * ffap.el (find-file-at-point): Doc fix.
22191
22192 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22193
22194 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
22195
22196 2005-10-18 Masatake YAMATO <jet@gyve.org>
22197
22198 Install to the CVS repository what I forgot to install in my
22199 2005-10-16 changes.
22200
22201 * progmodes/python.el (python-complete-symbol): Pass the common
22202 prefix substring of completion to `display-completion-list'.
22203
22204 * textmodes/org.el (org-complete): Ditto.
22205
22206 2005-10-18 Masatake YAMATO <jet@gyve.org>
22207
22208 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
22209
22210 * woman.el (WoMan-xref-man-page): New button type derived
22211 from `Man-abstract-xref-man-page'.
22212 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
22213
22214 * man.el (Man-abstract-xref-man-page): New button type.
22215 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
22216 (Man-highlight-references): Add new optional argument `xref-man-type'.
22217
22218 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
22219
22220 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
22221
22222 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
22223
22224 * cus-edit.el (Custom-move-and-invoke): Delete.
22225 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
22226
22227 * wid-edit.el (widget-move-and-invoke): New function, from
22228 Custom-move-and-invoke.
22229
22230 2005-10-17 Bill Wohler <wohler@newt.com>
22231
22232 Move all remaining images from lisp/toolbar to etc/images, move
22233 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
22234 the low resolution images in their own directory (low-color).
22235
22236 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
22237 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
22238 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
22239 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
22240 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
22241 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
22242 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
22243
22244 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
22245 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
22246 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
22247 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
22248 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
22249 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
22250 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
22251 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
22252 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
22253 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
22254 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
22255 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
22256 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
22257 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
22258 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
22259
22260 To conform with convention, replace the underscore (_) in the
22261 following image names with dash (-) or (/) as appropriate.
22262
22263 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
22264 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
22265 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
22266 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
22267 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
22268 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
22269 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
22270 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
22271 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
22272 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
22273 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
22274 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
22275 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
22276 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
22277 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
22278
22279 * info.el (info-tool-bar-map): Replace underscores in image names
22280 with dashes.
22281
22282 * makefile.w32-in (WINS): Remove toolbar.
22283
22284 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
22285
22286 * tool-bar.el: Move to lisp from toolbar. Now that
22287 toolbar is empty, it should be deleted when folks run "cvs up -P".
22288
22289 2005-10-18 Jay Belanger <belanger@truman.edu>
22290
22291 * calc/calc-store.el (calc-store-into): Get the proper variable name
22292 to display in message.
22293
22294 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
22295
22296 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
22297 expressions display in speedbar for all buffers when debugging.
22298 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
22299
22300 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
22301 (speedbar-insert-button, speedbar-make-button):
22302 Use add-text-properties.
22303 (speedbar-update-localized-contents)
22304 (speedbar-update-directory-contents)
22305 (speedbar-update-special-contents): Use dolist.
22306 (speedbar-buffer-easymenu-definition): Add a menu separator.
22307
22308 2005-10-17 Jason Rumney <jasonr@gnu.org>
22309
22310 * makefile.w32-in: Use $(lisp) consistently.
22311 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
22312 for shell specific generation of mh-autoloads.
22313
22314 2005-10-17 Richard M. Stallman <rms@gnu.org>
22315
22316 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
22317
22318 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
22319
22320 * jit-lock.el (jit-lock-fontify-now):
22321 Move jit-lock-context-unfontify-pos to avoid wasted work.
22322
22323 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
22324
22325 * net/tramp.el (tramp-completion-mode): New defvar. Used in
22326 `tramp-completion-mode' for checking if we are in completion mode.
22327 (tramp-completion-handle-file-name-all-completions): Reorder code
22328 in order to complete for file names only in case there are no
22329 method/user/host completions. This is necessary for cooperation
22330 with ido. Reported by Kim F. Storm <storm@cua.dk>.
22331
22332 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
22333
22334 * longlines.el (longlines-search-forward)
22335 (longlines-search-backward): Match any number of spaces.
22336
22337 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
22338
22339 * diff-mode.el (diff-mode): Doc fix.
22340
22341 2005-10-16 David Reitter <david.reitter@gmail.com>
22342
22343 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
22344 as default on darwin and windows systems.
22345
22346 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
22347
22348 * arc-mode.el (archive-zip-extract): Doc fix.
22349
22350 2005-10-16 Romain Francoise <romain@orebokech.com>
22351
22352 * mouse.el (mouse-1-click-follows-link): Doc fix.
22353
22354 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
22355
22356 * savehist.el: Don't require CL at runtime.
22357 (savehist-xemacs): Remove.
22358 (savehist-coding-system): Use utf-8 if present, regardless of religion.
22359 (savehist-no-conversion): Use (featurep 'xemacs).
22360 (savehist-load): Check existence of start-itimer rather than XEmacs.
22361 Use an idle timer.
22362 (savehist-process-for-saving): Replace use of CL funs `subseq' and
22363 `delete-if-not'.
22364
22365 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
22366
22367 * savehist.el: Newer version.
22368 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
22369 (savehist-last-checksum, savehist-no-conversion): New vars.
22370 (savehist-autosave, savehist-process-for-saving, savehist-printable):
22371 New functions.
22372 (savehist-load, savehist-save): Use them.
22373 (savehist-delimit): Remove.
22374
22375 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
22376
22377 * progmodes/compile.el (compilation-goto-locus): Display the
22378 compilation buffer first and the source buffer second, in case they're
22379 in overlapping frames. Don't raise the compilation frame if it was the
22380 selected window upon entry. Pass the `other-window' arg to
22381 pop-to-buffer.
22382
22383 * info.el (Info-fontify-node): Use dolist.
22384 Change add-text-properties to put-text-property.
22385
22386 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
22387
22388 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
22389 bound of search.
22390
22391 2005-10-16 Masatake YAMATO <jet@gyve.org>
22392
22393 * dabbrev.el (dabbrev-completion): Pass the common
22394 prefix substring of completion to `display-completion-list'.
22395
22396 * filecache.el (file-cache-minibuffer-complete)
22397 (file-cache-complete): Ditto.
22398
22399 * tempo.el (tempo-display-completions): Ditto.
22400
22401 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
22402
22403 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
22404
22405 * eshell/em-hist.el (eshell-list-history): Ditto.
22406
22407 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
22408
22409 * mail/mailalias.el (mail-complete): Ditto.
22410
22411 * progmodes/etags.el (complete-tag): Ditto.
22412
22413 * progmodes/make-mode.el (makefile-complete): Ditto.
22414
22415 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
22416
22417 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
22418
22419 * progmodes/pascal.el (pascal-complete-word)
22420 (pascal-show-completions): Ditto.
22421
22422 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
22423
22424 * simple.el (completion-common-substring): New variable.
22425 (completion-setup-function): Use `completion-common-substring'
22426 to put faces.
22427
22428 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22429
22430 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
22431 (x-get-selection, mac-select-convert-to-string): Convert from/to
22432 UTF-16 clipboard data as in native byte order, no BOM.
22433
22434 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
22435
22436 * progmodes/gud.el (gud-tool-bar-map): Rename the images
22437 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
22438 (gud-sentinel): Use speedbar-frame to check for speedbar.
22439
22440 2005-10-15 Richard M. Stallman <rms@gnu.org>
22441
22442 * savehist.el: New file.
22443
22444 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
22445
22446 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
22447 Fix bug in \bf fontification.
22448
22449 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
22450
22451 * pcvs.el (cvs-edit-log-files): New var.
22452 (cvs-mode-edit-log): New arg `file'.
22453 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
22454 Instead force the use of the original file and nothing else.
22455 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
22456 the cvs-minor-wrap-function is set.
22457 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
22458
22459 2005-10-14 Bill Wohler <wohler@newt.com>
22460
22461 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
22462 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
22463 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
22464 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
22465 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
22466 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
22467 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
22468 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
22469 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
22470 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
22471 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
22472 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
22473 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
22474 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
22475 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
22476
22477 * progmodes/gud.el (gud-tool-bar-map): Rename the images
22478 appropriately (for example, gud-break to gud/break).
22479
22480 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
22481
22482 * longlines.el (longlinges-search-function)
22483 (longlines-search-forward, longlines-search-backward): New functions.
22484 (longlines-mode): Set isearch-search-fun-function to
22485 longlinges-search-function.
22486
22487 * mouse.el (mouse-drag-region-1): Handle the case where a
22488 double-click event is bound to an arbitrary function.
22489
22490 2005-10-14 David Ponce <david@dponce.com>
22491
22492 * recentf.el (recentf-track-opened-file)
22493 (recentf-track-closed-file, recentf-update-menu)
22494 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
22495 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
22496 mouse-1-click-follows-link.
22497
22498 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
22499
22500 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
22501 Gnome file-manager.png. Suggested by
22502 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
22503
22504 * toolbar/README: Add diropen.xpm.
22505
22506 2005-10-13 Bill Wohler <wohler@newt.com>
22507
22508 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
22509 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
22510
22511 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
22512
22513 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
22514 Don't waste the byte-compiler's time on constant data.
22515
22516 2005-10-13 Kenichi Handa <handa@m17n.org>
22517
22518 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
22519 byte with `escape-glyph' face.
22520
22521 * international/fontset.el (ccl-encode-unicode-font):
22522 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
22523 Handle the case that ucs-mule-to-mule-unicode translates a character to
22524 ASCII (usually for IPA characters).
22525
22526 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
22527
22528 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
22529 Don't hide the underline of titles if font-lock-mode is disabled.
22530
22531 2005-10-12 Bill Wohler <wohler@newt.com>
22532
22533 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
22534 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
22535 files in MH-E-SRC have been updated.
22536 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
22537
22538 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
22539
22540 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
22541 (mixal-mode-syntax-table): Add \n as end-comment.
22542 (mixal-operation-codes-alist): Immediately initialize to full value.
22543 (mixal-add-operation-code): Remove.
22544 (mixal-describe-operation-code): Make the arg non-optional.
22545 Use the interactive spec instead.
22546 Use mixal-operation-codes-alist rather than mixal-operation-codes.
22547 (mixal-font-lock-keywords): Don't highlight comments here any more.
22548 (mixal-font-lock-syntactic-keywords): New var.
22549 (mixal-mode): Use it. Fix comment-start-skip.
22550
22551 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
22552
22553 * startup.el (command-line-x-option-alist): -nb => -nbi.
22554
22555 2005-10-12 Kim F. Storm <storm@cua.dk>
22556
22557 * startup.el (fancy-splash-default-action): Discard mouse click in
22558 the splash screen window, as it has no sensible meaning in the
22559 next window to be selected. Fixes error reported by Jan D.
22560
22561 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
22562
22563 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
22564
22565 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
22566
22567 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
22568 Try to fix up minor layout issues like indentation, line break, etc...
22569 (mixal-mode-syntax-table): Don't try to specify comment syntax,
22570 because it doesn't work.
22571 (mixal-operation-codes): Add some more codes.
22572 (mixal-font-lock-keywords): Process comments here.
22573 (mixal-mode): mixasm no longer needs -g option.
22574
22575 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
22576
22577 * progmodes/sh-script.el (sh-tmp-file):
22578 Use mktemp -t. Finish support for es and rc shells.
22579
22580 2005-10-11 Jay Belanger <belanger@truman.edu>
22581
22582 * calc/calcalg2.el (calc-integral): With an argument, compute the
22583 definite integral.
22584
22585 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
22586
22587 * mouse.el (mouse-drag-region-1): Don't try to catch a
22588 double-click when doing follow-link (it's overridden anyway).
22589
22590 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
22591
22592 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
22593 (autoload-print-form-outbuf): Add docstring.
22594
22595 2005-10-11 Juri Linkov <juri@jurta.org>
22596
22597 * info.el (Info-mode-menu): Delete menu item "Edit".
22598 (Info-mode): Delete description of Info-edit from docstring,
22599 and rearrange descriptions of Info commands in the order
22600 they are documented in the Info manual.
22601
22602 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
22603
22604 * calendar/appt.el (appt-check): Use diary-selective-display var.
22605
22606 2005-10-10 Richard M. Stallman <rms@gnu.org>
22607
22608 * net/newsticker.el (newsticker-start, newsticker-show-news):
22609 Add autoload cookies.
22610
22611 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
22612
22613 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
22614
22615 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
22616
22617 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
22618
22619 2005-10-10 Jay Belanger <belanger@truman.edu>
22620
22621 * calc/calc-arith.el (math-check-known-scalarp)
22622 (math-check-known-matrixp): Check the values of arguments that are
22623 variables.
22624 (math-check-known-square-matrixp): New function.
22625 (math-known-square-matrixp): Use math-check-known-square-matrixp.
22626 (math-super-types): Add sqmatrix type.
22627
22628 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
22629 mode name `square' to `sqmatrix'.
22630
22631 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
22632 mode name `square' to `sqmatrix'.
22633
22634 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
22635
22636 * progmodes/etags.el (select-tags-table-mode): Don't use
22637 selective-display.
22638 (tags-select-tags-table): Pass `button' to the action function.
22639 (select-tags-table): Place the side-info on button properties rather
22640 than in hidden text. Abbreviate file names.
22641 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
22642 (select-tags-table-select): Add `button' argument.
22643 Get side-info from the button property rather than from hidden text.
22644
22645 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
22646
22647 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
22648 (gud-speedbar-buttons): Preserve point if possible.
22649 (gud-sentinel): Restore previous speedbar display type.
22650
22651 * progmodes/gdb-ui.el (gdba): Improve diagram.
22652 (def-gdb-auto-update-handler, gdb-info-locals-handler)
22653 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
22654 Call get-buffer-window once.
22655
22656 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
22657
22658 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
22659 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
22660 (pascal-indent-command): Remove unused var `ind'.
22661 (pascal-indent-case): Remove unused var `oldpos'.
22662 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
22663 since it's now used as a proper minor mode map.
22664 (pascal-outline): Rename to pascal-outline-mode.
22665 (pascal-outline-mode): Use define-minor-mode.
22666 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
22667 selective-display.
22668
22669 2005-10-10 Andreas Schwab <schwab@suse.de>
22670
22671 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
22672 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
22673
22674 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
22675 outside source directory.
22676
22677 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
22678
22679 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
22680 C-x' as a prefix.
22681 (orgtbl-mode-map): Full keymap instead of sparse, because all
22682 `self-insert-command' keys are redefined in this map.
22683 (org-export-as-html): Specify charset for HTML file, by taking it
22684 from the coding system.
22685
22686 2005-10-10 Kenichi Handa <handa@m17n.org>
22687
22688 * textmodes/flyspell.el (flyspell-check-word-p):
22689 If unread-command-events is non-empty, don't call sit-for.
22690
22691 2005-10-09 Richard M. Stallman <rms@gnu.org>
22692
22693 * font-lock.el (font-lock-syntactic-keywords)
22694 (font-lock-keywords): Doc fixes.
22695
22696 * textmodes/flyspell.el (flyspell-external-point-words):
22697 Simplify logic, and don't try to check for consecutive appearances
22698 of one incorrect word.
22699
22700 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
22701
22702 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
22703 separator.
22704
22705 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
22706 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
22707 (gud-expansion-speedbar-buttons): New function.
22708 (gud-speedbar-buttons): Check for gud-comint-buffer.
22709
22710 2005-10-09 Bill Wohler <wohler@newt.com>
22711
22712 * Makefile.in (updates): Add mh-loaddefs dependency.
22713
22714 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
22715
22716 * speedbar.el (speedbar-file-key-map): Fix typo.
22717
22718 2005-10-09 Daniel Brockman <daniel@brockman.se>
22719
22720 * cus-start.el (line-spacing): Add custom spec.
22721
22722 2005-10-09 Romain Francoise <romain@orebokech.com>
22723
22724 * textmodes/ispell.el (ispell-check-version): Fix last change.
22725
22726 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
22727
22728 * term/x-win.el: Remove -i, --icon-type from comment.
22729
22730 * startup.el (command-line-x-option-alist): Remove options -i,
22731 -itype, --icon-type, added -nb, --no-bitmap-icon.
22732
22733 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
22734
22735 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
22736 instead of :active.
22737
22738 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
22739
22740 * textmodes/ispell.el (ispell-check-version):
22741 Ignore hyphen, and all that follows, in aspell's version text.
22742
22743 2005-10-08 Jay Belanger <belanger@truman.edu>
22744
22745 * calc/calc-arith.el (math-known-square-matrixp): New function.
22746 (math-pow-fancy): Check for matrices before distributing exponent
22747 across products.
22748
22749 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
22750 fullscreen keypad. Suggested by Luc Teirlinck.
22751 (calc-keypad-show-input): Add space for formatting.
22752
22753 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
22754 Add square matrix option.
22755
22756 * calc/calc-poly.el (math-expand-term): Check for matrices instead
22757 of checking calc-matrix-mode when deciding how to expand.
22758
22759 * calc/calc.el (calc-set-mode-line): Add square matrix option.
22760
22761 2005-10-08 Lars Hansen <larsh@soem.dk>
22762
22763 * net/tramp.el (tramp-perl-directory-files-and-attributes):
22764 Add error handling.
22765 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
22766
22767 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
22768
22769 Sync with Tramp 2.0.51.
22770
22771 * net/tramp.el (tramp-handle-set-visited-file-modtime)
22772 (tramp-handle-insert-file-contents, tramp-handle-write-region):
22773 Insert special handling for `last-coding-system-used', again
22774 it still seems to be necessary (unlike stated before).
22775 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
22776 (tramp-password-prompt-regexp): There might be other words before
22777 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
22778 (tramp-chunksize): Improve docstring.
22779 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
22780 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
22781 Christian Joergensen <bugs@razor.dk>.
22782
22783 2005-10-07 Glenn Morris <rgm@gnu.org>
22784
22785 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
22786 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
22787 precision'.
22788
22789 2005-10-07 Romain Francoise <romain@orebokech.com>
22790
22791 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
22792 (ibuffer-do-shell-command-pipe-replace)
22793 (ibuffer-do-shell-command-file, ibuffer-do-eval)
22794 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
22795 (ibuffer-do-revert, ibuffer-do-replace-regexp)
22796 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
22797 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
22798 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
22799 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
22800 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
22801 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
22802 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
22803 Autoload file sans suffix.
22804
22805 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
22806
22807 2005-10-07 David Ponce <david@dponce.com>
22808
22809 * recentf.el (recentf-menu-open-all-flag): New option.
22810 (recentf-digit-shortcut-command-name): New function.
22811 (recentf--shortcuts-keymap): New variable.
22812 (recentf-menu-shortcuts): New variable.
22813 (recentf-make-menu-items): Initialize it. Replace the "More..."
22814 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
22815 (recentf-menu-value-shortcut): New function.
22816 (recentf-make-menu-item): Use it. No more in-lined.
22817 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
22818 (recentf-open-most-recent-file): Rename from
22819 `recentf-open-file-with-key'. Don't depend on key binding.
22820 (recentf-mode-map): New variable.
22821 (recentf-mode): Use it.
22822
22823 2005-10-06 Bill Wohler <wohler@newt.com>
22824
22825 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
22826
22827 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
22828 (MH-E-SRC): New. Used by mh-autoloads.
22829 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
22830 files in MH-E-SRC have been updated.
22831 (compile, recompile, bootstrap): Depend on mh-autoloads.
22832
22833 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
22834
22835 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
22836 gud-break and gud-remove icons when the fringe is not available.
22837
22838 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
22839 Typo.
22840
22841 2005-10-06 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
22842
22843 * play/zone.el (zone): Wrap body with save-window-excursion.
22844
22845 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
22846
22847 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
22848 Use the new `list-only' arg to diary-list-entries.
22849
22850 * calendar/diary-lib.el: Use overlays rather than selective-display.
22851 (diary-selective-display): New var.
22852 (diary-header-line-format): Use it.
22853 (diary-list-entries): Add argument `list-only'.
22854 Put the buffer in diary-mode. Don't add \^M at beg and end.
22855 Replace \^M by invisible overlays.
22856 (diary-unhide-everything): Replace \^M by invisible overlays.
22857 (print-diary-entries): Look for overlays rather than \^M.
22858 Add a space to the temp buffer name.
22859 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
22860 Put the buffer in diary-mode.
22861 (list-sexp-diary-entries): Replace \^M by invisible overlays.
22862 (diary-anniversary): Make the year arg optional.
22863 (diary-time-regexp): New const.
22864 (diary-font-lock-keywords): Use it to accept a few more time formats.
22865
22866 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
22867
22868 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
22869
22870 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
22871 Fix bug introduced 2005-07-03: Use (car (last ...))
22872 to faithfully reproduce replaced artist-last.
22873 (artist-set-arrow-points-for-poly): Likewise.
22874 Suggested by Johan Bockg\e,Ae\e(Brd.
22875
22876 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
22877
22878 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
22879 * wid-edit.el (widget):
22880 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
22881 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
22882
22883 2005-10-06 Kenichi Handa <handa@m17n.org>
22884
22885 * international/mule-cmds.el (set-language-environment):
22886 Fix setting up of case-table for unibyte mode.
22887
22888 * simple.el (what-cursor-position): If the character is displayed
22889 by some `display' text property, show that. Don't use
22890 single-key-description for eight-bit characters in multibyte mode.
22891
22892 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
22893
22894 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
22895 (gdb-ann3): Set it.
22896 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
22897 (gdb-info-frames-custom): Use inverse-video for first five
22898 characters of selected frame only.
22899 (gdb-get-frame-number): Select frame even when point is on frame
22900 number.
22901
22902 2005-10-06 Masatake YAMATO <jet@gyve.org>
22903
22904 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
22905 Put `font-lock-function-name-face'.
22906 (gdb-info-frames-custom): Put `font-lock-function-name-face'
22907 and `font-lock-variable-name-face'
22908 (gdb-registers-font-lock-keywords): New font lock keywords definition.
22909 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
22910 (gdb-memory-font-lock-keywords): New font lock keywords definition.
22911 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
22912 (gdb-local-font-lock-keywords): New font lock keywords definition.
22913 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
22914 (gdb-threads-font-lock-keywords): New font lock keywords definition.
22915 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
22916
22917 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
22918
22919 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
22920 (ediff-merge-region-is-non-clash-to-skip): Previously called
22921 ediff-merge-region-is-non-clash.
22922
22923 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
22924 Use insert-buffer-substring.
22925
22926 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
22927 selecting files to patch. Also bug fixes.
22928
22929 * ediff-util.el (ediff-setup): Bug fix.
22930 (ediff-next-difference): Never skip clashes that differ in white
22931 space only.
22932
22933 * ediff-wind.el (ediff-setup-control-frame)
22934 (ediff-destroy-control-frame): Check the menubar feature.
22935
22936 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
22937 (viper-refresh-mode-line): Use make-local-variable to localize
22938 some vars instead of make-variable-buffer-local. Suggested by
22939 Stefan Monnier.
22940
22941 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
22942 (viper-restore-cursor-type, viper-set-insert-cursor-type):
22943 Use make-local-variable instead of make-variable-buffer-local.
22944 Suggested by Stefan Monnier.
22945
22946 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
22947 (viper-comint-mode-hook): Use make-local-variable on
22948 require-final-newline.
22949 (viper-non-hook-settings): Don't use make-variable-buffer-local.
22950
22951 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
22952
22953 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
22954 also the second char of a comment-start sequence.
22955 (scheme-sexp-comment-syntax-table): New var.
22956 (lambda, define): Set their scheme-doc-string-elt property.
22957 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
22958 Use lisp-font-lock-syntactic-face-function now that it properly
22959 handles |...| symbols.
22960 (scheme-mode-variables): Set lisp-doc-string-elt-property,
22961 parse-sexp-lookup-properties and font-lock-extra-managed-props.
22962
22963 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
22964 bit from # to |.
22965 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
22966
22967 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
22968 (lisp-doc-string-elt-property): New var.
22969 (lisp-font-lock-syntactic-face-function): Use it.
22970 Rewrite to recognize docstrings even for forms not at toplevel.
22971
22972 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
22973 annotation on the | part of #| rather than on the # part.
22974 (scheme-font-lock-syntactic-face-function): New function, to
22975 distinguish strings from |...| symbols.
22976 (scheme-mode-variables): Use it. Also fix up the font-lock-time
22977 syntax-table so that #|...|# is properly highlighted.
22978
22979 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
22980 Don't mark as docstring the 3rd elem of an unknown toplevel form.
22981
22982 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
22983
22984 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
22985 and C-e.
22986
22987 * emacs-lisp/eldoc.el: Move comments into docstrings.
22988 (eldoc-message-commands): Initialize in its declaration.
22989 Add move-beginning-of-line and move-end-of-line.
22990 (eldoc-add-command, eldoc-add-command-completions)
22991 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
22992
22993 * outline.el (outline-mark-subtree): Activate the mark.
22994
22995 * calendar/appt.el (appt-time-regexp): New var.
22996 (appt-add, appt-make-list): Use it.
22997 (appt-convert-time): Clean up.
22998
22999 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
23000 Don't set any syntax-table property here.
23001 (tex-font-lock-verb): New function. Do it here.
23002 (tex-font-lock-syntactic-keywords): Use it.
23003
23004 2005-10-04 Richard M. Stallman <rms@gnu.org>
23005
23006 * wid-edit.el (widget-file-complete): Get the widget start point
23007 the right way. Default directory to `/' if file has none.
23008
23009 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
23010
23011 * textmodes/flyspell.el (flyspell-mode-on):
23012 Call ispell-maybe-find-aspell-dictionaries.
23013
23014 * textmodes/ispell.el (ispell-word, ispell-region):
23015 Call ispell-maybe-find-aspell-dictionaries.
23016 (ispell-accept-buffer-local-defs):
23017 Don't call ispell-maybe-find-aspell-dictionaries.
23018
23019 2005-10-04 Richard M. Stallman <rms@gnu.org>
23020
23021 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
23022
23023 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
23024
23025 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
23026 instead of `fboundp' in order to allow for anonymous functions.
23027
23028 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
23029
23030 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
23031 case the user clicks on the link while another window is selected.
23032 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
23033
23034 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
23035 functionality.
23036 (dframe-help-echo): Save point in case mouse tracking is off.
23037
23038 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
23039
23040 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
23041
23042 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
23043
23044 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
23045 not change the global value of those vars.
23046
23047 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
23048 make-local-variable which we do not need any more.
23049
23050 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
23051
23052 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
23053 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
23054 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
23055 (speedbar-path-line): Define obsolete aliases.
23056 (speedbar-line-directory): Doc fix.
23057
23058 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
23059 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
23060 instead of speedbar-line-path.
23061
23062 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
23063
23064 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
23065 to nil if dropping on a window. Handle dropping on a minibuffer window
23066 like dropping on a non-window part of Emacs.
23067
23068 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
23069
23070 * net/ange-ftp.el: Use with-current-buffer.
23071 (ange-ftp-insert-directory): Do not follow symlinks any more.
23072
23073 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
23074 Remove interactive spec.
23075
23076 2005-10-03 Kim F. Storm <storm@cua.dk>
23077
23078 * ido.el (ido-mode): Use custom-initialize-set.
23079
23080 2005-10-02 Richard M. Stallman <rms@gnu.org>
23081
23082 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
23083 Use insert-buffer-substring.
23084
23085 * net/tramp.el: Pacify byte compiler warnings in pacification code.
23086 (tramp-handle-file-local-copy): Use insert-buffer-substring.
23087
23088 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
23089
23090 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
23091 in last change.
23092 (ange-ftp-insert-directory): Fix up the search for the case where
23093 `file' is absolute.
23094
23095 2005-10-02 Romain Francoise <romain@orebokech.com>
23096
23097 * progmodes/compile.el (compile-goto-error): Delete extra paren.
23098
23099 2005-10-02 Andreas Schwab <schwab@suse.de>
23100
23101 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
23102 directory component in the session info.
23103
23104 2005-10-01 Richard M. Stallman <rms@gnu.org>
23105
23106 * comint.el (comint-redirect-subvert-readonly): Doc fix.
23107
23108 * simple.el (next-error-internal): New function.
23109
23110 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
23111 (compilation-start): Pass new arg to compilation-buffer-name.
23112 (compile-goto-error): Use next-error-internal.
23113
23114 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
23115
23116 * speedbar.el: Remove RCS tag.
23117 (speedbar-check-read-only): Handle non-existent files.
23118
23119 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
23120
23121 * info.el (Info-speedbar-hierarchy-buttons)
23122 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
23123
23124 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
23125
23126 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
23127 Do not match newline.
23128 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
23129 (bibtex-summary): Remove unnecessary save-excursion.
23130 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
23131
23132 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23133
23134 * term/mac-win.el: Add charset info for "iso10646-1".
23135 Modify default fontset to use ATSUI-compatible fonts for some charsets
23136 if available.
23137
23138 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
23139
23140 * speedbar.el: Re-apply arch tag.
23141 (speedbar-version): Rename to version 1.0. Suggested by Eric
23142 M. Ludlam.
23143 Reapply two changes from Emacs CVS' version of speedbar lost
23144 during the merge:
23145 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
23146 (speedbar-frame-parameters): Improve customize type.
23147
23148 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
23149
23150 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
23151 (ange-ftp-file-directory-p): Fix the symlink case.
23152 (ange-ftp-insert-directory): When listing a single file, get a list of
23153 the parent buffer and extract the relevant line. Inspired from a patch
23154 by Katsumi Yamaoka <yamaoka@jpl.org>.
23155 (ange-ftp-file-name-sans-versions): Simplify.
23156
23157 2005-09-30 Bill Wohler <wohler@newt.com>
23158
23159 Move MH-E image files from toolbar and mail directories into
23160 etc/images.
23161
23162 * mail/reply2.*: Move to etc/images/mail/reply*.
23163
23164 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
23165 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
23166 etc/images.
23167
23168 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
23169 * toolbar/reply*: Move to etc/images/mail.
23170
23171 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
23172
23173 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
23174
23175 * speedbar.el: New version 1.0pre3.
23176
23177 Frame management code (including timer, and mouse click specifics)
23178 moved to dframe.el:
23179 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
23180 (speedbar-timer): Removed. Use dframe-timer.
23181 (speedbar-close-frame): Removed. Use dframe-close-frame.
23182 (speedbar-activity-change-focus-flag): Removed. Use
23183 dframe-activity-change-focus-flag.
23184 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
23185 dframe-update-speed.
23186
23187 (speedbar-current-frame): New macro. Use this instead of the
23188 variable speedbar-frame.
23189
23190 (speedbar-use-images, speedbar-expand-image-button-alist)
23191 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
23192
23193 (speedbar-find-image-on-load-path): Removed. Replaced by
23194 defezimage in ezimage.el.
23195 (speedbar-expand-image-button-alist): Removed. Replaced by
23196 ezimage-expand-image-button-alist in ezimage.el.
23197
23198 (speedbar-ignored-directory-regexp)
23199 (speedbar-add-ignored-directory-regexp)
23200 (speedbar-ignored-directory-expressions)
23201 (speedbar-line-directory, speedbar-buffers-line-directory)
23202 (speedbar-directory-line, speedbar-buffers-line-directory):
23203 Renamed, replacing `path' with `directory'.
23204
23205 (speedbar-create-directory, speedbar-expand-line-descendants)
23206 (speedbar-toggle-line-expansion)
23207 (speedbar-contract-line-descendants): New commands.
23208
23209 (speedbar-query-confirmation-method, speedbar-select-frame-method)
23210 (speedbar-use-tool-tips-flag): New options.
23211
23212 (speedbar-check-read-only, speedbar-require-version)
23213 (speedbar-insert-separator, speedbar-buffers-tail-notes)
23214 (speedbar-handle-delete-frame, speedbar-try-completion)
23215 (speedbar-update-localized-contents): New functions.
23216
23217 (speedbar-incompatible-version, speedbar-ro-to-do-point)
23218 (speedbar-object-read-only-indicator): New variables.
23219
23220 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
23221 New hooks.
23222
23223 (speedbar-separator-face): New face.
23224
23225 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
23226 (speedbar-ignored-modes): Add fundamental-mode.
23227 (speedbar-directory-unshown-regexp): Add . directories.
23228
23229 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
23230 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
23231 `]' for full expand/close.
23232 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
23233
23234 (speedbar-check-vc): Support hidden files.
23235 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
23236 (speedbar-this-file-in-vc): Use vc-state if available. If VC
23237 state is nil, it is not checked out.
23238
23239 (speedbar-line-text, speedbar-line-token): Support expand buttons
23240 with no text.
23241 (speedbar-refresh): Universal argument acts as power-click.
23242 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
23243 that buffer to get variable values.
23244
23245 And many other bugfixes.
23246
23247 * dframe.el, ezimage.el, sb-image.el: New files.
23248
23249 * sb-*.xpm: Remove files. New image files installed into
23250 etc/images/ezimage.
23251
23252 2005-09-30 Kenichi Handa <handa@m17n.org>
23253
23254 * ps-mule.el (ps-mule-show-warning): If a character is in
23255 ps-print-translation-table, don't treat it as non-printable.
23256
23257 2005-09-30 David Ponce <david@dponce.com>
23258
23259 * tree-widget.el (tree-widget-themes-load-path): New variable.
23260 (tree-widget-themes-directory): Doc fix.
23261 (tree-widget-image-formats) [Emacs]: Doc fix.
23262 (tree-widget--locate-sub-directory): New function.
23263 (tree-widget-themes-directory): Use it.
23264
23265 * recentf.el (recentf-filename-handlers): Rename from
23266 `recentf-filename-handler'. Allow a list of functions.
23267 (recentf-menu-items-for-commands): Fix :help strings.
23268 (recentf-apply-filename-handlers): New function.
23269 (recentf-expand-file-name): Use it.
23270 (recentf-cleanup): Remove duplicates too.
23271
23272 2005-09-29 Juri Linkov <juri@jurta.org>
23273
23274 * faces.el: Rearrange face definitions to be in the same order as
23275 their face descriptions in "(emacs)Standard Faces".
23276
23277 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
23278
23279 * tooltip.el (tooltip): Add group `basic-faces'.
23280
23281 * buff-menu.el (Buffer-menu-buffer): Remove group
23282 `font-lock-highlighting-faces'.
23283
23284 * progmodes/compile.el (compilation-error, compilation-warning)
23285 (compilation-info, compilation-line-number, compilation-column-number):
23286 Change group from `font-lock-highlighting-faces' to `compilation'.
23287
23288 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
23289 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
23290 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
23291 (vhdl-font-lock-reserved-words-face)
23292 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
23293 `font-lock-highlighting-faces'.
23294
23295 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
23296
23297 2005-09-28 Kim F. Storm <storm@cua.dk>
23298
23299 * emulation/cua-base.el: Set CUA move property on additional commands:
23300 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
23301 forward-sexp, backward-sexp, forward-list, backward-list.
23302
23303 2005-09-28 Romain Francoise <romain@orebokech.com>
23304
23305 * comint.el (comint-show-output): Really set point at the
23306 beginning of the output when not using `comint-use-prompt-regexp'.
23307
23308 2005-09-27 Jay Belanger <belanger@truman.edu>
23309
23310 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
23311 in TeX mode.
23312
23313 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
23314
23315 * textmodes/org.el (org-table-sum): Fix format string.
23316
23317 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
23318 Quote face names.
23319
23320 2005-09-26 Romain Francoise <romain@orebokech.com>
23321
23322 * isearch.el (isearch-forward-regexp): Close doc string.
23323
23324 2005-09-25 Richard M. Stallman <rms@gnu.org>
23325
23326 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
23327
23328 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
23329
23330 * progmodes/compile.el (compilation-error-properties):
23331 When getting the file from the previous error message,
23332 correctly decode the new data format.
23333
23334 * progmodes/cc-cmds.el (c-electric-paren):
23335 Call old-blink-paren only for close-paren.
23336
23337 2005-09-24 Andreas Schwab <schwab@suse.de>
23338
23339 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
23340 condition.
23341
23342 2005-09-25 Romain Francoise <romain@orebokech.com>
23343
23344 * dired-aux.el (dired-copy-file-recursive):
23345 * dired.el (dired-delete-file):
23346 * ediff-mult.el (ediff-dir-diff-copy-file):
23347 * ediff-util.el (ediff-test-save-region):
23348 * forms.el (forms-mode):
23349 * ido.el (ido-file-internal, ido-delete-file-at-head):
23350 * log-edit.el (log-edit-done):
23351 * ses.el (ses-yank-resize):
23352 * play/gomoku.el (gomoku-human-plays, gomoku)
23353 (gomoku-human-resigns, gomoku-prompt-for-other-game)
23354 (gomoku-offer-a-draw):
23355 * play/landmark.el (lm-human-resigns, lm):
23356 * net/eudcb-ldap.el (eudc-ldap-check-base):
23357 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
23358 * progmodes/ebrowse.el (ebrowse-find-pattern):
23359 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
23360 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
23361 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
23362
23363 * vc.el (vc-delete-file):
23364 * play/gomoku.el (gomoku-terminate-game, gomoku)
23365 (gomoku-prompt-for-move, gomoku-human-takes-back):
23366 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
23367 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
23368
23369 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
23370
23371 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
23372 color rxvt terminals by using the code xterm.el used to use before
23373 2005-04-09 in order to match the colors used by rxvt.
23374
23375 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
23376
23377 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
23378 colors rxvt-unicode terminals by using the same code as xterm.el.
23379
23380 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
23381
23382 * textmodes/tex-mode.el (tex-font-lock-append-prop)
23383 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
23384 new symbol used for the tex-verbatim face.
23385
23386 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
23387
23388 * woman.el (woman-file-name):
23389 * wid-edit.el (widget-file-prompt-value)
23390 (widget-coding-system-prompt-value):
23391 * w32-fns.el (set-w32-system-coding-system):
23392 * vc.el (vc-version-diff, vc-annotate):
23393 * textmodes/reftex-auc.el (reftex-arg-cite)
23394 (reftex-arg-index-tag):
23395 * textmodes/refer.el (refer-get-bib-files):
23396 * textmodes/artist.el (artist-figlet-choose-font):
23397 * terminal.el (terminal-emulator):
23398 * replace.el (occur-read-primary-args):
23399 * rect.el (string-rectangle, string-insert-rectangle):
23400 * ps-print.el (ps-print-preprint):
23401 * progmodes/pascal.el (pascal-goto-defun):
23402 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
23403 * progmodes/compile.el (compilation-find-file):
23404 * printing.el (pr-interactive-n-up):
23405 * play/animate.el (animate-birthday-present):
23406 * net/rcompile.el (remote-compile):
23407 * man.el (man, Man-goto-section, Man-follow-manual-reference):
23408 * mail/rmailsum.el (rmail-summary-search-backward)
23409 (rmail-summary-search):
23410 * mail/rmailout.el (rmail-output-read-rmail-file-name)
23411 (rmail-output-read-file-name):
23412 * mail/rmail.el (rmail-search, rmail-search-backwards):
23413 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
23414 * locate.el (locate):
23415 * international/quail.el (quail-show-keyboard-layout):
23416 * international/mule.el (set-buffer-file-coding-system)
23417 (revert-buffer-with-coding-system, set-file-name-coding-system)
23418 (set-terminal-coding-system, set-keyboard-coding-system)
23419 (set-next-selection-coding-system):
23420 * international/mule-diag.el (describe-coding-system)
23421 (describe-font, describe-fontset):
23422 * international/mule-cmds.el (universal-coding-system-argument)
23423 (search-unencodable-char, describe-input-method)
23424 (set-language-environment, describe-language-environment):
23425 * international/codepage.el (codepage-setup):
23426 * international/code-pages.el (codepage-setup):
23427 * info.el (Info-search, Info-follow-reference)
23428 (Info-search-backward):
23429 * emacs-lisp/advice.el (ad-read-advised-function)
23430 (ad-read-advice-class, ad-clear-cache, ad-activate)
23431 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
23432 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
23433 (ad-read-regexp):
23434 * ediff-util.el (ediff-toggle-regexp-match):
23435 * ediff-ptch.el (ediff-prompt-for-patch-file):
23436 * dired-aux.el (dired-diff):
23437 * diff.el (diff):
23438 * cus-edit.el (custom-variable-prompt):
23439 * calendar/timeclock.el (timeclock-ask-for-project):
23440 * calc/calcalg3.el (calc-get-fit-variables):
23441 * calc/calc-store.el (calc-edit-variable)
23442 (calc-permanent-variable):
23443 * vc-mcvs.el (vc-mcvs-register):
23444 * shadowfile.el (shadow-define-literal-group):
23445 * woman.el (woman-file-name):
23446 * vc.el (vc-version-diff, vc-merge):
23447 * textmodes/reftex-index.el (reftex-index-complete-tag):
23448 * format.el (format-decode-buffer, format-decode-region):
23449 * emulation/viper-cmd.el (viper-read-string-with-history):
23450 * emacs-lisp/debug.el (cancel-debug-on-entry):
23451 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
23452 * ediff.el (ediff-merge-revisions)
23453 (ediff-merge-revisions-with-ancestor, ediff-revision):
23454 * completion.el (interactive-completion-string-reader):
23455 * calc/calc-prog.el (calc-user-define-formula):
23456 Follow convention for reading with the minibuffer.
23457
23458 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
23459
23460 * progmodes/python.el (python-describe-symbol): Add globals() and
23461 locals() to the arguments of emacs.ehelp.
23462
23463 2005-09-24 Magnus Henoch <mange@freemail.hu>
23464
23465 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
23466 New function, code extracted from ispell-valid-dictionary-list.
23467 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
23468 Call it.
23469
23470 2005-09-24 Eli Zaretskii <eliz@gnu.org>
23471
23472 * subr.el (version-regexp-alist): Extend valid syntax for version
23473 strings: allow any of the characters -,_,+ to separate the
23474 alpha/beta/rc part from the version part. Doc fix.
23475 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
23476
23477 2005-09-23 David Reitter <david.reitter@gmail.com>
23478
23479 * mail/mailclient.el: New file.
23480
23481 2005-09-23 Richard M. Stallman <rms@gnu.org>
23482
23483 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
23484 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
23485 Doc fixes.
23486
23487 * progmodes/cc-mode.el (c-font-lock-init):
23488 Specify font-lock-lines-before.
23489
23490 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
23491
23492 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
23493 whole conflict.
23494
23495 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
23496
23497 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
23498 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
23499 of `remap' feature when available. Additional key bindings for
23500 better tty support.
23501 (org-mode-restart, org-force-self-insert): New commands.
23502 (org-time-stamp-inactive): New command.
23503 (org-remap): New function.
23504 (org-table-auto-blank-field, org-level-color-stars-only): New options.
23505 (org-enable-fixed-width-editor): Move to `org-structure'
23506 customization group.
23507 (org-self-insert-command, orgtbl-self-insert-command): Modify to
23508 blank field after field motion commands.
23509
23510 2005-09-23 Kenichi Handa <handa@m17n.org>
23511
23512 * international/mule-cmds.el (set-language-environment):
23513 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
23514 have to call utf-translate-cjk-load-tables.
23515
23516 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
23517
23518 * mouse.el (mouse-move-drag-overlay): Fix last change.
23519
23520 2005-09-22 David Ponce <david@dponce.com>
23521
23522 * tree-widget.el (tree-widget-value-create): Fix previous change.
23523
23524 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
23525
23526 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
23527
23528 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
23529
23530 * mouse.el (mouse-move-drag-overlay): New function.
23531 (mouse-drag-region-1): Use it.
23532 Try to simplify a bit the state handling. Handle clicks on links
23533 inside intangible areas.
23534 (mouse-save-then-kill): Minor simplification.
23535 (mouse-secondary-overlay): Make it always non-nil instead of
23536 recreating it each time.
23537 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
23538 (mouse-kill-secondary, mouse-secondary-save-then-kill):
23539 Simplify accordingly.
23540
23541 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
23542
23543 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
23544
23545 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
23546
23547 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
23548 (ediff-file-name-sans-prefix): Treat nil as an empty string.
23549 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
23550 to patch.
23551
23552 * ediff-util.el: Use insert-buffer-substring.
23553
23554 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
23555
23556 * emulation/viper-cmd.el (viper-change-state): Don't move over the
23557 field boundaries in the minibuffer.
23558 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
23559 (viper-minibuffer-post-command-hook): New hook.
23560 (viper-line): Don't move cursor at bolp.
23561
23562 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
23563
23564 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
23565 avoid compiler warnings.
23566
23567 * emulation/viper-macs.el (ex-map): Better messages.
23568
23569 * emulation/viper-utils.el (viper-beginning-of-field): New function.
23570
23571 * emulation/viper.el: Replace make-variable-buffer-local with
23572 viper-make-variable-buffer-local everywhere, to avoid warnings.
23573
23574 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
23575
23576 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
23577 Delete unused var `old-selected-window'.
23578 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
23579 (mouse-drag-secondary): Delete unused var `start-frame'.
23580
23581 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
23582
23583 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
23584
23585 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
23586
23587 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
23588 Re-indent within 80 columns. Use inhibit-read-only.
23589
23590 2005-09-19 Romain Francoise <romain@orebokech.com>
23591
23592 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
23593
23594 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
23595
23596 * font-lock.el (font-lock-default-fontify-region): Don't add a line
23597 unconditionally, since the after-change-function already did it.
23598
23599 2005-09-19 Miles Bader <miles@gnu.org>
23600
23601 * net/newsticker.el: Get rid of CVS keyword.
23602
23603 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
23604
23605 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
23606 The prompt is formatted later.
23607
23608 2005-09-19 David Ponce <david@dponce.com>
23609
23610 * tree-widget.el (tree-widget-value-create): Save the converted
23611 tree :node widget.
23612
23613 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
23614
23615 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
23616 variable `message'.
23617
23618 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
23619
23620 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
23621 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
23622 <slawomir.nowaczyk.847@student.lu.se>.
23623
23624 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
23625
23626 * image.el (image-load-path): Use symbol `data-directory' instead
23627 of its value, for backward compatibility with packages that bind
23628 it during `find-image'. Suggested by Katsumi Yamaoka.
23629 (image-search-load-path): Handle symbols whose values are strings.
23630
23631 2005-09-18 Romain Francoise <romain@orebokech.com>
23632
23633 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
23634 with-current-buffer form in save-excursion.
23635
23636 2005-09-18 Deepak Goel <deego@gnufans.org>
23637
23638 * apropos.el (apropos-command): Fix `message' call: first arg
23639 should be a format spec. In this and all other cases that appear
23640 below and elsewhere in the source code, I made a change only when
23641 two conditions were satisfied: [1] I can think of a possibility
23642 that the arguments would cause an error, for example, the code in
23643 question relies on external variables such as filenames. [2] I
23644 was sure that the arg to `message' could not have been nil in the code.
23645
23646 * textmodes/tildify.el (tildify-region): Ditto.
23647
23648 * textmodes/reftex-index.el (reftex-index-change-entry)
23649 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
23650 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
23651 * textmodes/org.el (org-complete, org-deadline, org-schedule)
23652 (org-priority, org-table-sum):
23653 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
23654 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
23655 (flyspell-word, flyspell-display-next-corrections):
23656 * textmodes/bibtex.el (bibtex-print-help-message):
23657 * textmodes/artist.el (artist-key-set-point-poly):
23658 * term/mac-win.el (mac-services-insert-text):
23659 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
23660 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
23661 (vhdl-port-paste-testbench, vhdl-compose-new-component)
23662 (vhdl-compose-configuration):
23663 * progmodes/sh-script.el (sh-blink, sh-show-indent)
23664 (sh-set-indent, sh-learn-line-indent):
23665 * progmodes/ps-mode.el (ps-mode-target-column):
23666 * progmodes/idlwave.el (idlwave-make-tags)
23667 (idlwave-scan-library-catalogs):
23668 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
23669 * progmodes/gud.el (gud-jdb-analyze-source):
23670 * progmodes/flymake.el (flymake-log):
23671 * progmodes/ebnf2ps.el (ebnf-generate-region):
23672 * progmodes/cmacexp.el (c-macro-expansion):
23673 * progmodes/ada-xref.el (ada-treat-cmd-string):
23674 * progmodes/ada-mode.el (ada-create-case-exception-substring)
23675 (ada-justified-indent-current, ada-batch-reformat):
23676 * play/zone.el (zone):
23677 * play/landmark.el (lm-move):
23678 * play/decipher.el (decipher-show-alphabet):
23679 * net/newsticker.el (newsticker--display-jump)
23680 (newsticker--display-scroll):
23681 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
23682 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
23683 * mail/feedmail.el (feedmail-dump-message-to-queue):
23684 * eshell/esh-proc.el (eshell-remove-process-entry):
23685 * emulation/ws-mode.el (ws-last-error):
23686 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
23687 (viper-record-kbd-macro):
23688 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
23689 * emacs-lisp/lisp-mnt.el (lm-report-bug):
23690 * emacs-lisp/find-func.el (find-function-noselect):
23691 * calendar/timeclock.el (timeclock-status-string)
23692 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
23693 (timeclock-when-to-leave-string):
23694 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
23695 * calc/calc-units.el (calc-enter-units-table):
23696 * calc/calc-mode.el (calc-mode-record-mode):
23697 * woman.el (woman-mini-help):
23698 * wdired.el (wdired-change-to-wdired-mode):
23699 * vc.el (vc-retrieve-snapshot):
23700 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
23701 * startup.el (display-startup-echo-area-message):
23702 * simple.el (set-goal-column):
23703 * ses.el (ses-command-hook, ses-recalculate-cell):
23704 * server.el (server-process-filter):
23705 * printing.el (pr-interface-txt-print, pr-interface-printify)
23706 (pr-interface-ps):
23707 * pcvs.el (cvs-help):
23708 * log-edit.el (log-edit, log-edit-mode-help):
23709 * iswitchb.el (iswitchb-possible-new-buffer):
23710 * isearch.el (isearch-edit-string):
23711 * image-mode.el (image-mode, image-minor-mode):
23712 * ibuf-macs.el (define-ibuffer-filter):
23713 * hi-lock.el (hi-lock-find-patterns):
23714 * files.el (toggle-read-only):
23715 * ediff-util.el (ediff-copy-diff)
23716 (ediff-write-merge-buffer-and-maybe-kill):
23717 * echistory.el (Electric-history-undefined):
23718 * dnd.el (dnd-insert-text):
23719 * dired-aux.el (dired-query):
23720 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
23721 * bookmark.el (bookmark-bmenu-locate):
23722 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
23723 Fix `message' calls to ensure first arg is a format string.
23724 The change was made only when these two conditions were satisfied:
23725 [1] when there is a possibility that the arguments would cause an error
23726 for example, if the code in question relies on external variables
23727 such as filenames, and
23728 [2] if the arg to `message' could not have been nil in the code.
23729
23730 * pcomplete.el (pcomplete--help): Fix `message' format spec.
23731 Not having a %s would be weird, though not technically wrong.
23732
23733 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23734
23735 * term/mac-win.el (mac-add-charset-info): Doc fix.
23736
23737 2005-09-17 Romain Francoise <romain@orebokech.com>
23738
23739 * shell.el (shell-resync-dirs): Handle echoing processes more
23740 reliably. Don't insert resync command if `comint-process-echoes'
23741 is non-nil.
23742
23743 2005-09-17 Magnus Henoch <mange@freemail.hu>
23744
23745 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
23746 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
23747 aspell versions >= 0.60.
23748 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
23749 only if ispell-aspell-supports-utf8 is non-nil.
23750
23751 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
23752
23753 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
23754 buffer-local value to lisp-indent-function.
23755
23756 2005-09-17 Milan Zamazal <pdm@zamazal.org>
23757
23758 * progmodes/glasses.el (glasses-make-readable): If
23759 glasses-separator differs from underscore, put appropriate
23760 overlays over underscore characters.
23761 (glasses-convert-to-unreadable): If glasses-separator differs from
23762 underscore, try to convert glasses-separator characters to
23763 underscores.
23764
23765 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
23766
23767 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
23768 Use with-syntax-table and dolist.
23769
23770 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
23771
23772 * textmodes/reftex-auc.el:
23773 * textmodes/reftex-cite.el:
23774 * textmodes/reftex-dcr.el:
23775 * textmodes/reftex-global.el:
23776 * textmodes/reftex-parse.el:
23777 * textmodes/reftex-ref.el:
23778 * textmodes/reftex-sel.el:
23779 * textmodes/reftex-toc.el:
23780 * textmodes/reftex-vars.el:
23781 * textmodes/reftex.el: Small changes to remove compiler warnings.
23782
23783 * textmodes/reftex-index.el: Likewise.
23784 (reftex-query-index-phrase): More efficient use of markers.
23785
23786 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
23787
23788 * image.el (image-load-path): New variable.
23789 (image-search-load-path): New function.
23790 (find-image): Search for images in `image-load-path'.
23791
23792 2005-09-15 Richard M. Stallman <rms@gnu.org>
23793
23794 * follow.el: Change Maintainer field.
23795
23796 2005-09-15 David Ponce <david@dponce.com>
23797
23798 * recentf.el (recentf-save-file-modes): New option.
23799 (recentf-save-list): Use it.
23800
23801 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
23802
23803 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
23804 (mode-line-mule-info, mode-line-modified): Move bindings from
23805 mouse-3 to mouse-1.
23806
23807 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
23808
23809 * simple.el (sendmail-user-agent-compose): Revert last change.
23810
23811 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
23812
23813 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
23814 Use with-current-buffer.
23815 (ange-ftp-gwp-start): Remove unused var `gw-user'.
23816 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
23817 (ange-ftp-insert-directory): Remove unused var `short'.
23818 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
23819
23820 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
23821 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
23822
23823 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
23824 (check-calendar-holidays, diary-list-entries): Autoload.
23825 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
23826 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
23827
23828 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
23829 which mistakenly removed a call to display-buffer.
23830
23831 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
23832
23833 * obsolete/iso-insert.el: Move to obsolete/ from international/.
23834
23835 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
23836
23837 * progmodes/hideshow.el
23838 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
23839 (hs-allow-nesting): New user var.
23840 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
23841 (hs-hide-block-at-point): When nesting allowed,
23842 if there is already an overlay in place, delete it.
23843 (hs-safety-is-job-n): Delete func; remove call sites.
23844 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
23845 (hs-overlay-at): New func.
23846 (hs-already-hidden-p, hs-show-block): Use it.
23847 (hs-hide-all): Don't pre-clean if nesting allowed.
23848 (hs-show-all): Temporarily disallow
23849 nesting around call to `hs-discard-overlays'.
23850
23851 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
23852
23853 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
23854 Delete unused local var.
23855
23856 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
23857
23858 * help-fns.el (describe-categories): "?\ " -> "?\s".
23859 (help-do-arg-highlight): Recognize also ARG-n, as in
23860 `move-to-left-margin' (ARG+n is already recognized). Simplify.
23861
23862 * international/codepage.el (dos-unsupported-char-glyph):
23863 * net/newsticker.el (tool-bar-map, w3-mode-map)
23864 (w3m-minor-mode-map):
23865 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
23866 (ent-alist):
23867 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
23868
23869 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
23870
23871 * custom.el (custom-push-theme): Handle the case where a symbol is
23872 bound but face properties have not yet been assigned.
23873
23874 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
23875 Fix behavior if noerase is `t' and there is no mail buffer.
23876
23877 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
23878 if `continue' is nil, rather than signal an error.
23879
23880 2005-09-12 Richard M. Stallman <rms@gnu.org>
23881
23882 * font-lock.el (font-lock-keywords): Add autoload.
23883
23884 * help-fns.el (describe-variable): Rearrange to put source link
23885 in a predictable place.
23886
23887 * net/newsticker.el: New file.
23888
23889 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
23890
23891 * calendar/calendar.el (calendar-for-loop): Add edebug info.
23892 (calendar-basic-setup): Use the new nil arg.
23893 (number-of-diary-entries): Move to diary-lib.el.
23894
23895 * calendar/diary-lib.el: Use with-current-buffer, match-string.
23896 (diary-list-entries): Use with-syntax-table and dolist.
23897 Rename from list-diary-entries.
23898 Use number-of-diary-entries if `number' is nil.
23899 (diary, diary-view-entries): Use this new name and new nil arg value.
23900 (number-of-diary-entries): Move from calendar.el.
23901 (diary-unhide-everything): New function.
23902 (include-other-diary-files, fancy-diary-display)
23903 (diary-show-all-entries, make-diary-entry): Use it.
23904 (diary-mail-entries): Use buffer-string.
23905 (mark-diary-entries): Fix long standing paren typo.
23906 (diary-sexp-entry): Use count-lines.
23907 (make-diary-entry): Avoid `previous-line'.
23908 (diary-mode-map): New var.
23909 (diary-mode): Redraw cal after saving. Setup header-line.
23910 (fancy-diary-display-mode): Use local-set-key.
23911
23912 * startup.el (command-line): Try calling various terminal-init-foo-bar
23913 functions by stripping hyphenated suffixes from $TERM.
23914
23915 * files.el (normal-mode): Check boundness of font-lock-keywords.
23916
23917 2005-09-12 Richard M. Stallman <rms@gnu.org>
23918
23919 * progmodes/compile.el: Don't decide a file's directory
23920 until the user actually tries to go there.
23921 (compilation-next-error-function):
23922 Pass compilation-find-file the directory from the file-struct.
23923 (compilation-internal-error-properties): Separate local FILE-STRUCT
23924 from FILE. Doc the args better. Rename arg FMT to FMTS.
23925 (compilation-find-file): Arg DIR renamed to DIRECTORY.
23926 Expand it, and if nil, use default-directory.
23927 (compilation-get-file-structure): Don't mix specified directory
23928 with default directory. Put specified directory into
23929 file-struct. Don't make the file name absolute.
23930
23931 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
23932 (compile-command): Add autoload.
23933 (compilation-disable-input): Add autoload.
23934
23935 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
23936
23937 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
23938 strings of the variables it can override.
23939 (time-stamp): New (as yet undocumented) time-stamp-format escapes
23940 %Q and %q, for fully-qualified domain name and unqualified host name.
23941
23942 2005-09-11 Kim F. Storm <storm@cua.dk>
23943
23944 * emacs-lisp/authors.el (authors-aliases): Update list.
23945 (authors-fixed-entries): Update mldrag.el entry.
23946
23947 2005-09-10 Alan Mackenzie <acm@muc.de>
23948
23949 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
23950 from the region narrowed to.
23951
23952 2005-09-10 Magnus Henoch <mange@freemail.hu>
23953
23954 * textmodes/ispell.el (ispell-check-version): Signal an error if
23955 aspell version is less than 0.60.
23956
23957 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
23958
23959 * progmodes/octave-inf.el (inferior-octave-startup):
23960 Resync current dir at the end.
23961
23962 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
23963
23964 * woman.el (woman-topic-at-point-default):
23965 Rename to woman-use-topic-at-point-default.
23966 (woman-topic-at-point): Rename to woman-use-topic-at-point.
23967 (woman-file-name): Reflect renames above. Automatically use the
23968 word at point as topic if woman-use-topic-at-point is non-nil.
23969 Otherwise offer it as default but don't insert it in the
23970 minibuffer. Also use `test-completion' instead of `assoc' as
23971 suggested by Stefan Monnier.
23972
23973 2005-09-10 Andre Spiegel <spiegel@gnu.org>
23974
23975 * vc.el (vc-directory, vc-update-change-log): Throw an error on
23976 the attempt to do it over Tramp. This is not yet supported.
23977
23978 2005-09-10 Eli Zaretskii <eliz@gnu.org>
23979
23980 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
23981 (menu-bar-non-minibuffer-window-p): New functions.
23982 ("Split Window", "Save As..."): Use them.
23983 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
23984 ("Print Buffer", "Truncate Long Lines in this Buffer"):
23985 Use menu-bar-menu-frame-live-and-visible-p.
23986 ("Save Buffer", "Insert File", "Open Directory...")
23987 ("Open File...", "Visit New File..."):
23988 Use menu-bar-non-minibuffer-window-p.
23989 (kill-this-buffer-enabled-p, dired <menu-enable>):
23990 Use menu-bar-non-minibuffer-window-p.
23991
23992 2005-09-09 Eli Zaretskii <eliz@gnu.org>
23993
23994 * cus-start.el (all): Don't complain about fringe-related
23995 built-ins if fringes are not supported. Ditto about
23996 selection-related built-ins. Fix the test for GTK-related built-ins.
23997
23998 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
23999 ("Postscript Print Buffer", "Print Region", "Save As...")
24000 ("Save", "Insert File...", "Open Directory...")
24001 ("Open File...", "Visit New File..."")
24002 ("Truncate Long Lines in this Buffer"): Don't look at
24003 menu-updating-frame if this display does not support multiple frames.
24004
24005 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
24006
24007 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
24008
24009 2005-09-09 Emilio C. Lopes <eclig@gmx.net>
24010
24011 * woman.el: Format- and whitespace-related changes.
24012
24013 2005-09-09 Eli Zaretskii <eliz@gnu.org>
24014
24015 * woman.el: Fix my email address.
24016
24017 2005-09-08 Richard M. Stallman <rms@gnu.org>
24018
24019 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
24020 (sh-mode): Locally set skeleton-pair-default-alist.
24021
24022 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
24023
24024 * progmodes/flymake.el: Require `compile' unconditionally.
24025
24026 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
24027
24028 * woman.el (woman-file-name): Provide a default, not initial input.
24029
24030 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
24031
24032 * font-lock.el (font-lock-support-mode): Doc fix.
24033
24034 * descr-text.el (describe-property-list): Handle non-symbol prop names.
24035
24036 2005-09-08 Richard M. Stallman <rms@gnu.org>
24037
24038 * simple.el (blink-matching-open): Get rid of text props from
24039 the string shown in echo area. Don't permanently set point.
24040 Some rearrangements.
24041
24042 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
24043
24044 * recentf.el (recentf-filename-handler): Add custom choice
24045 `abbreviate-file-name'.
24046
24047 * msb.el (msb--very-many-menus): Fix typo.
24048
24049 * disp-table.el (standard-display-european): Don't set
24050 enable-multibyte-characters to nil.
24051
24052 2005-09-08 David Ponce <david@dponce.com>
24053
24054 * recentf.el (recentf-show-file-shortcuts-flag): New option.
24055 (recentf-expand-file-name): Doc fix.
24056 (recentf-dialog-mode-map): Define digit shortcuts.
24057 (recentf--files-with-key): New variable.
24058 (recentf-show-digit-shortcut-filter): New function.
24059 (recentf-open-files-items): New function.
24060 (recentf-open-files): Use it.
24061 (recentf-open-file-with-key): New command.
24062
24063 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
24064
24065 * buff-menu.el (Buffer-menu-sort-by-column): New function.
24066 Suggested by Kim F. Storm.
24067 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
24068 (Buffer-menu-make-sort-button): Use global keymap.
24069
24070 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
24071
24072 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
24073 (Man-getpage-in-background-advice): Remove defadvice; it isn't
24074 necessary any longer with the remapped command.
24075 (Man-bgproc-sentinel-advice): Remove defadvice which counts
24076 formatting time only.
24077
24078 * net/tramp.el (tramp-action-password)
24079 (tramp-multi-action-password): Compile the password prompt from
24080 `method', `user' and `host'. Sometimes it isn't obvious which
24081 password to enter, for example with remote files offered by
24082 recentf.el, or with multiple steps. Suggested by Robert Marshall
24083 <robert@chezmarshall.freeserve.co.uk>.
24084
24085 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
24086
24087 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
24088 Fix regexp for when "s///" is at the beginning of line.
24089
24090 2005-09-07 Jay Belanger <belanger@truman.edu>
24091
24092 * calc/calc-poly.el (math-expand-term): Multiply out any powers
24093 when in matrix mode.
24094
24095 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
24096
24097 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
24098 non-anonymous functions.
24099
24100 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
24101
24102 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
24103 when using a header line. Otherwise, use mouse-1-click-follows-link.
24104
24105 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
24106 can't be moved; don't signal an error.
24107
24108 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
24109
24110 * cus-theme.el (custom-theme-write-faces): Save the current face
24111 spec, not the defface spec.
24112
24113 * custom.el (custom-known-themes): Clarify meaning of "standard".
24114 (custom-push-theme): Save old values in the standard theme.
24115 (disable-theme): Correct typo.
24116 (custom-face-theme-value): Deleted unused function.
24117 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
24118
24119 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
24120
24121 * progmodes/compile.el (compilation-goto-locus): Take into account
24122 iconified frames when determining whether the buffer is
24123 already visible.
24124 Don't reset window height if the window already existed.
24125
24126 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
24127
24128 * custom.el (load-theme): Rename from require-theme.
24129 Add interactive spec.
24130 (enable-theme): Rename from custom-enable-theme.
24131 Add interactive spec.
24132 (disable-theme): Rename from custom-disable-theme.
24133 Add interactive spec.
24134 (custom-make-theme-feature): Doc fix.
24135 (custom-theme-directory): Doc fix.
24136 (provide-theme): Call enable-theme.
24137
24138 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
24139
24140 * obsolete/lazy-lock.el (lazy-lock-mode):
24141 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
24142 font-lock-mode if it's off. Print a warning instead.
24143
24144 * progmodes/compile.el (compilation-start): Ignore errors if the
24145 process died before we get to send-eof.
24146
24147 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
24148 Undo last change. Enclosing the result in quotes broke things on Unix
24149 since tex-send-command passes it through shell-quote-argument.
24150 (tex-send-command): Pass `file' through convert-standard-filename
24151 when possible.
24152 (tex-uptodate-p): Handle the case where TeX hasn't put additional
24153 info in a transcript.
24154
24155 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
24156
24157 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
24158 fix compilation warning. Reorder the key definitions to group
24159 together keys emitted by the current version of xterm.
24160
24161 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
24162 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
24163 Reorder predicates to correct min-color usage.
24164
24165 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
24166
24167 * longlines.el (longlines-mode): Inhibit read-only when encoding.
24168 Kill local variables when longlines-mode is turned off.
24169
24170 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
24171
24172 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
24173
24174 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
24175
24176 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
24177
24178 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
24179 (font-lock-lines-before): Change default to being inactive.
24180 (font-lock-default-fontify-region): Obey font-lock-lines-before.
24181 (font-lock-after-change-function): Don't handle f-l-lines-before here.
24182
24183 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
24184
24185 * net/tramp.el (tramp-handle-make-auto-save-file-name):
24186 Deactivate temporarily advice if active (not needed for Emacs 22,
24187 but for backwards compatibility).
24188 (tramp-exists-file-name-handler): Rewrite. First implementation
24189 was too simple.
24190 (tramp-advice-make-auto-save-file-name):
24191 Call `tramp-handle-make-auto-save-file-name' (again, just for
24192 backwards compatibility).
24193
24194 2005-08-31 Reto Zimmermann <reto@gnu.org>
24195
24196 * progmodes/vhdl-mode.el
24197 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
24198 (vhdl-end-p): Fix indentation bug "else" after "-- when".
24199 (vhdl-set-default-project): New function (easier setting of default).
24200 (vhdl-port-copy): Handle extended identifiers for generics.
24201 (vhdl-compiler-alist): Better description for error message regexp.
24202 (vhdl-make): Query for target, use previous as default.
24203 (vhdl-port-copy): Fix port copy for port names starting with "signal".
24204 (vhdl-font-lock-keywords-2): Fix fontification for record
24205 el. assign.
24206 (vhdl-speedbar-make-subpack-line): Add package body link.
24207 (vhdl-generate-makefile-1): Not include itself as dependency.
24208 (vhdl-font-lock-init): Highlight c-preprocessor directives.
24209 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
24210 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
24211 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
24212 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
24213 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
24214 (vhdl-import-project): Add string argument for `error'.
24215 (vhdl-compose-configuration)
24216 (vhdl-compose-configuration-architecture): Add configuration
24217 declaration generation.
24218 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
24219 (vhdl-trailer-re): Add "record" keyword (better indentation).
24220 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
24221 "[^ \t-\"]+".
24222 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
24223 (vhdl-testbench-entity-file-name)
24224 (vhdl-testbench-architecture-file-name): Allow separate
24225 customization of testbench file names.
24226 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
24227 (vhdl-get-visible-signals): Allow newline within alias declaration.
24228 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
24229 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
24230 (member-ignore-case): Alias for missing function in XEmacs.
24231 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
24232 (vhdl-update-sensitivity-list): Ignore case on read signals.
24233 (vhdl-replace-string): Adjust case only for file names.
24234 (vhdl-update-sensitivity-list): Fix search for read signals.
24235 (vhdl-update-sensitivity-list): Exclude formal parameters.
24236 (vhdl-get-visible-signals): Include aliases of signals.
24237 (vhdl-get-visible-signals): Fix signal name searching.
24238 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
24239 (vhdl-fixup-whitespace-region): Fix for character
24240 literals (e.g. `:').
24241
24242 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
24243
24244 * ansi-color.el (comint-last-output-start):
24245 * bs.el (font-lock-verbose):
24246 * diff-mode.el (add-log-buffer-file-name-function):
24247 * dired-x.el (vm-folder-directory):
24248 * faces.el (help-xref-stack-item):
24249 * files.el (font-lock-keywords):
24250 * find-lisp.el (dired-buffers, dired-subdir-alist):
24251 * ido.el (cua-inhibit-cua-keys):
24252 * log-view.el (cvs-minor-wrap-function):
24253 * outline.el (font-lock-warning-face):
24254 * simple.el (compilation-current-error):
24255 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
24256 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
24257 * tooltip.el (comint-prompt-regexp):
24258 * w32-fns.el (explicit-shell-file-name):
24259 * term/mac-win.el (mac-charset-info-alist)
24260 (mac-services-selection, mac-system-script-code):
24261 * term/tty-colors.el (msdos-color-values):
24262 * term/w32-win.el (xlfd-regexp-registry-subnum):
24263 * term/x-win.el (x-keysym-table, x-selection-timeout)
24264 (x-session-id, x-session-previous-id):
24265 * textmodes/ispell.el (mail-yank-prefix):
24266 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
24267 * textmodes/org.el (calc-embedded-close-formula)
24268 (calc-embedded-open-formula)
24269 (font-lock-unfontify-region-function):
24270 * textmodes/reftex-global.el (isearch-next-buffer-function)
24271 (TeX-master):
24272 * textmodes/reftex.el (font-lock-keywords):
24273 * textmodes/tex-mode.el (font-lock-comment-face)
24274 (font-lock-doc-face):
24275 * textmodes/texinfo.el (outline-heading-alist):
24276 Add defvars.
24277
24278 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
24279 (artist-spray-chars, artist-mode-init, artist-replace-string)
24280 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
24281 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
24282 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
24283
24284 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
24285 (conf-align-assignments): "?\ " -> "?\s".
24286
24287 * textmodes/reftex-index.el (TeX-master): Add defvar.
24288 (reftex-index-phrases-marker): Move up defvar.
24289
24290 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
24291 (reftex-toc-include-labels-indicator)
24292 (reftex-toc-include-index-indicator)
24293 (reftex-toc-max-level-indicator): Move up declarations.
24294
24295 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
24296 of args to `tramp-run-real-handler', even if it's empty in this case.
24297
24298 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24299
24300 * dired.el (dired-move-to-filename-regexp): Add date format for
24301 Mac OS X 10.3 in East Asian locales.
24302
24303 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
24304
24305 * files.el (make-auto-save-file-name): Add file name handler call
24306 if applicable.
24307
24308 * net/tramp.el (tramp-file-name-handler-alist)
24309 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
24310 (tramp-handle-make-auto-save-file-name): Rename from
24311 `tramp-make-auto-save-file-name'.
24312 (tramp-exists-file-name-handler): New defun.
24313 (tramp-advice-make-auto-save-file-name): Make defadvice only when
24314 `make-auto-save-file-name' is not a magic file name operation.
24315
24316 2005-08-30 Richard M. Stallman <rms@gnu.org>
24317
24318 * files.el (risky-local-variable-p):
24319 Match `-predicates' and `-commands.
24320
24321 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
24322 (custom-save-all): Visit the file if necessary;
24323 kill the buffer if we created it.
24324 (custom-save-delete): Don't visit file or kill buffer here.
24325
24326 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
24327
24328 * textmodes/org.el (org-special-keyword): New face.
24329 (org-table-copy-down, org-table-eval-formula)
24330 (org-table-recalculate, org-init-section-numbers):
24331 Use `string-to-number' instead of `string-to-int'.
24332 (org-get-location): Use `insert-buffer-substring' instead of
24333 `insert-buffer'.
24334 (org-modify-diary-entry-string): New function.
24335 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
24336 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
24337 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
24338 active region.
24339 (org-export-as-html): Handle QUOTE keyword.
24340 (org-quote-string): New option.
24341 (org-bookmark-jump-unhide): New function, used for
24342 `bookmark-after-jump-hook'.
24343 (org-diary-default-entry): Apply only when not called through
24344 `org-agenda'.
24345
24346 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
24347
24348 * net/eudc.el (mode-popup-menu):
24349 * play/handwrite.el (ps-printer-name, ps-lpr-command):
24350 * progmodes/ada-mode.el (compile-auto-highlight)
24351 (skeleton-further-elements):
24352 * progmodes/autoconf.el (font-lock-syntactic-keywords):
24353 * progmodes/cmacexp.el (msdos-shells):
24354 * progmodes/compile.el (font-lock-extra-managed-props)
24355 (font-lock-keywords, font-lock-maximum-size)
24356 (font-lock-support-mode):
24357 * progmodes/grep.el (font-lock-lines-before):
24358 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
24359 * progmodes/mixal-mode.el (compile-command):
24360 * progmodes/perl-mode.el (font-lock-comment-face)
24361 (font-lock-doc-face, font-lock-string-face):
24362 * progmodes/prolog.el (comint-prompt-regexp):
24363 * progmodes/sh-script.el (font-lock-comment-face)
24364 (font-lock-set-defaults, font-lock-string-face):
24365 * progmodes/sql.el (font-lock-keyword-face)
24366 (font-lock-set-defaults, font-lock-string-face):
24367 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
24368 (itimer-version, lazy-lock-defer-contextually)
24369 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
24370 Add defvars.
24371
24372 * progmodes/cperl-mode.el (cperl-electric-lbrace)
24373 (cperl-electric-keyword, cperl-electric-pod)
24374 (cperl-electric-backspace, cperl-forward-re)
24375 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
24376 (vc-rcs-header, vc-sccs-header): Add defvars.
24377
24378 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
24379 (font-lock-syntactic-keywords, gud-find-expr-function):
24380 Add defvars.
24381
24382 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
24383 (gdb-frame-parameters): Declare before use.
24384
24385 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
24386 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
24387 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
24388 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
24389
24390 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
24391 (idlwave-help-with-source): Use `insert-buffer-substring', not
24392 `insert-buffer'.
24393
24394 2005-08-29 Juri Linkov <juri@jurta.org>
24395
24396 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
24397 Put outline-back-to-heading function call inside save-excursion.
24398
24399 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
24400
24401 * man.el (Man-init-defvars, Man-translate-references)
24402 (Man-support-local-filenames, Man-highlight-references):
24403 * progmodes/sql.el (sql-interactive-mode):
24404 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
24405
24406 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
24407 (compilation-mode-font-lock-keywords): Add defvars.
24408 (checkdoc-interactive-loop): "?\ " -> "?\s".
24409
24410 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
24411 (font-lock-doc-face, font-lock-string-face)
24412 (font-lock-keywords-case-fold-search): Add defvars.
24413 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
24414
24415 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
24416 Don't pass X and Y (they are ignored anyway).
24417 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
24418 (mouse-delete-window): Make arguments optional.
24419
24420 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
24421 (caesar-translate-table, minor-modes, news-buffer-save)
24422 (news-group-name, news-minor-modes): Add defvars.
24423
24424 * emacs-lisp/lselect.el (mouse-highlight-priority)
24425 (x-lost-selection-functions, zmacs-regions):
24426 * emacs-lisp/pp.el (font-lock-verbose):
24427 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
24428 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
24429 (ses-mode-map):
24430 * emacs-lisp/tcover-unsafep.el (safe-functions):
24431 * international/mule-cmds.el (mac-system-coding-system)
24432 (mac-system-locale):
24433 * language/ethio-util.el (rmail-current-message)
24434 (rmail-message-vector):
24435 * language/thai-util.el (thai-auto-composition-mode):
24436 * mail/metamail.el (rmail-current-message, rmail-message-vector):
24437 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
24438 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
24439 (vm-primary-inbox, vm-spool-files):
24440 * mail/rmail.el (deleted-head, font-lock-fontified)
24441 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
24442 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
24443 (total-messages):
24444 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
24445 (rmail-summary-mode-map):
24446 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
24447 (rmail-last-label, rmail-last-multi-labels)
24448 (rmail-summary-vector, rmail-total-messages):
24449 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
24450 * mail/rmailsum.el (msgnum):
24451 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
24452 (rmail-current-message):
24453 * obsolete/fast-lock.el (font-lock-face-list):
24454 * obsolete/rnewspost.el (mail-reply-buffer):
24455 * obsolete/scribe.el (compile-command):
24456 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
24457
24458 2005-08-28 John Paul Wallington <jpw@gnu.org>
24459
24460 * ibuf-ext.el (ibuffer-auto-update-changed):
24461 Use `frame-or-buffer-changed-p' to check whether we need to update.
24462 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
24463 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
24464 as a `frame-or-buffer-changed-p' state vector instead.
24465
24466 2005-08-27 Romain Francoise <romain@orebokech.com>
24467
24468 * textmodes/makeinfo.el (makeinfo-compile):
24469 Use `compilation-start'. Set `next-error-function' according to
24470 `disable-errors'.
24471 (makeinfo-next-error): New function.
24472 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
24473 (makeinfo-buffer): Likewise.
24474
24475 * progmodes/compile.el (compilation-start): Add autoload cookie.
24476
24477 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
24478 * textmodes/sgml-mode.el: Likewise.
24479 * progmodes/python.el: Likewise.
24480
24481 2005-08-27 Eli Zaretskii <eliz@gnu.org>
24482
24483 * simple.el (blink-matching-paren-distance): Document the meaning
24484 of nil value, and allow to customize to nil.
24485
24486 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
24487 command.com, not command.exe.
24488
24489 2005-08-26 John Wiegley <johnw@newartisans.com>
24490
24491 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
24492 code around a bit so that an extraneous nil argument is not added
24493 to a command when no args are given.
24494
24495 * eshell/esh-arg.el (eshell-parse-double-quote): If a
24496 double-quoted argument resolves to nil, return it as an empty
24497 string rather than as nil. This made it impossible to pass "" to
24498 a shell script as a null string argument.
24499
24500 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
24501
24502 * outline.el (outline-invent-heading): New fun.
24503 (outline-promote, outline-demote): Use it.
24504 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
24505 (outline-end-of-subtree): Remove unused var `opoint'.
24506
24507 2005-08-26 David Reitter <david.reitter@gmail.com>
24508
24509 * menu-bar.el (truncate-lines, write-file, print-buffer)
24510 (ps-print-buffer-faces, ps-print-buffer, split-window):
24511 Disable menu items when the frame they refer to is invisible, or when
24512 they refer to a buffer and the minibuffer is selected.
24513
24514 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
24515
24516 * progmodes/flymake.el (flymake-highlight-err-lines):
24517 Use save-excursion around flymake-highlight-line to preserve point.
24518
24519 2005-08-26 Eli Zaretskii <eliz@gnu.org>
24520
24521 * progmodes/octave-mod.el: Change Author and Maintainer address.
24522 (octave-maintainer-address): Change Kurt's email address.
24523 * progmodes/octave-inf.el: Change Author and Maintainer address.
24524 * progmodes/octave-hlp.el: Change Author and Maintainer address.
24525
24526 2005-08-26 Kim F. Storm <storm@cua.dk>
24527
24528 * subr.el (version-list-<, version-list-<=, version-list-=):
24529 Rename from integer-list-*.
24530 (version-list-not-zero): Likewise. Fix while loop.
24531 (version=): Use version-list-= instead of string-equal.
24532
24533 2005-08-26 Richard M. Stallman <rms@gnu.org>
24534
24535 * outline.el (outline-promote): Try shortening the heading.
24536 As last resort, read the heading to use.
24537 (outline-demote): As last resort, read the heading to use.
24538
24539 2005-08-26 Romain Francoise <romain@orebokech.com>
24540
24541 * progmodes/compile.el (compilation-start): Doc fix.
24542
24543 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
24544 (antlr-font-lock-additional-keywords): Fix reference to
24545 `antlr-font-lock-literal-regexp' erroneously changed during the
24546 mass face rename.
24547 (antlr-run-tool): Use `compilation-start'.
24548
24549 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
24550 instead of the obsolete `compile-internal'.
24551
24552 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
24553
24554 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
24555 (number, original-date):
24556 * calendar/cal-china.el (date):
24557 * calendar/cal-coptic.el (date):
24558 * calendar/cal-french.el (date):
24559 * calendar/cal-hebrew.el (date, entry, number, original-date):
24560 * calendar/cal-islam.el (date, number, original-date):
24561 * calendar/cal-iso.el (date):
24562 * calendar/cal-julian.el (date):
24563 * calendar/cal-mayan.el (date):
24564 * calendar/cal-menu.el (date, event):
24565 * calendar/cal-persia.el (date):
24566 * calendar/lunar.el (date):
24567 * calendar/solar.el (date): Add defvars.
24568
24569 * emerge.el:
24570 * ibuffer.el:
24571 * info-xref.el:
24572 * obsolete/bg-mouse.el:
24573 * obsolete/sun-curs.el:
24574 * obsolete/swedish.el: Move the `defvar's to the top level.
24575
24576 * smerge-mode.el (smerge-refined-change): Add :group.
24577
24578 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
24579
24580 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
24581 (smerge-keep-n): Remove props.
24582 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
24583 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
24584 now that it's done in smerge-keep-n.
24585 (smerge-refined-change): New face.
24586 (smerge-refine-chopup-region, smerge-refine-highlight-change)
24587 (smerge-refine): New funs.
24588 (smerge-basic-map): Bind smerge-refine.
24589
24590 2005-08-25 Juri Linkov <juri@jurta.org>
24591
24592 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
24593 compilation-process-setup-function and compilation-disable-input
24594 in grep-mode instead of let-bindings in grep.
24595
24596 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
24597 Delete "Automatic File De/compression" (auto-compression-mode).
24598
24599 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
24600
24601 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
24602 Silence warning about non-existent variable.
24603
24604 2005-08-25 Richard M. Stallman <rms@gnu.org>
24605
24606 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
24607 Rename "Describe Key" to "Describe Key or Mouse Operation".
24608
24609 * mail/mailalias.el (build-mail-aliases): Delete comments
24610 from the contents before processing them.
24611
24612 * isearch.el (isearch-edit-string): Erase the Search prompt
24613 if user enters an empty string and there is no default.
24614
24615 * comint.el (comint-file-name-prefix): Add autoload.
24616
24617 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
24618
24619 * subr.el (play-sound): Rearrange to avoid warning.
24620
24621 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
24622
24623 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
24624 New hook.
24625 (add-to-diary-list): Call `diary-modify-entry-list-string-function'.
24626
24627 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
24628
24629 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
24630
24631 * custom.el (custom-theme-set-variables): Sort minor modes last.
24632
24633 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
24634
24635 * subr.el (version-separator, version-regexp-alist): New vars used by
24636 version comparison funs.
24637 (integer-list-<, integer-list-=, integer-list-<=)
24638 (integer-list-not-zero): New funs for integer list comparison.
24639 (version-to-list, version=, version<, version<=): New funs for version
24640 comparison.
24641
24642 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
24643
24644 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
24645 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
24646 time to silence the byte-compiler.
24647
24648 * ibuffer.el (ibuffer-compile-make-eliding-form)
24649 (ibuffer-check-formats): Use `with-no-warnings' to hide references
24650 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
24651 so it's silly to get warnings for it).
24652 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
24653 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
24654 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
24655 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
24656 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
24657 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
24658 Defvar at compile time.
24659 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
24660 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
24661 Declare them before use.
24662
24663 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
24664 (info-xref-good, info-xref-bad): Defvar at compile time.
24665
24666 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
24667 Use `let*' instead of `let'.
24668
24669 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
24670 (*mouse-y*, menu, char): Defvar at compile time.
24671 (sc::menu): Declare it before use.
24672 (sc::pack-one-line): Use `let', not `let*'.
24673
24674 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
24675 (mail-send-hook): Defvar at compile time.
24676
24677 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
24678 Defvar at compile time.
24679
24680 * term/sun-mouse.el (current-global-mousemap)
24681 (current-local-mousemap): Declare them before use.
24682
24683 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
24684
24685 * bookmark.el (bookmark-after-jump-hook): New hook.
24686 (bookmark-jump): Run `bookmark-after-jump-hook'.
24687
24688 2005-08-23 Juri Linkov <juri@jurta.org>
24689
24690 * faces.el (minibuffer-prompt): Doc fix.
24691
24692 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
24693
24694 * progmodes/xscheme.el: Trivial changes to silence warnings.
24695 (xscheme-previous-mode, xscheme-previous-process-state):
24696 Add defvars.
24697 (xscheme-last-input-end, xscheme-process-command-line)
24698 (xscheme-process-name, xscheme-buffer-name)
24699 (xscheme-expressions-ring-max, xscheme-expressions-ring)
24700 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
24701 (xscheme-control-g-synchronization-p)
24702 (xscheme-control-g-disabled-p, xscheme-string-receiver)
24703 (default-xscheme-runlight, xscheme-runlight)
24704 (xscheme-runlight-string, xscheme-process-filter-state)
24705 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
24706 Move to beginning of file.
24707 (scheme-interaction-mode-commands-alist)
24708 (scheme-interaction-mode-map, scheme-debugger-mode-map):
24709 Declare them before use. Note: the initialization code for the
24710 variables has not been moved because it uses functions that reference
24711 the variables.
24712 (xscheme-control-g-message-string, xscheme-process-filter-alist)
24713 (xscheme-prompt-for-expression-map): Declare them before use.
24714 (scheme-debugger-mode-commands): "?\ " -> "?\s".
24715
24716 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
24717
24718 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
24719
24720 2005-08-22 Juri Linkov <juri@jurta.org>
24721
24722 * faces.el (set-face-underline): Delete this duplicate function
24723 and make an obsolete alias to set-face-underline-p.
24724 (set-face-underline-p): Use docstring of set-face-underline.
24725 (describe-face): Create hyperlink to parent face.
24726
24727 * info.el (Info-insert-dir): Use save-excursion around
24728 insert-buffer-substring.
24729 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
24730 (Info-escape-percent): Delete function.
24731 (Info-fontify-node): Replace Info-escape-percent by
24732 replace-regexp-in-string with REP arg set to lambda that
24733 duplicates `%' and preserves text properties.
24734
24735 * progmodes/compile.el (compilation-disable-input): Doc fix.
24736 (define-compilation-mode): Doc fix and refill.
24737 (kill-compilation): Use `mode-name' in the error message.
24738 (compilation-find-file): Use `compilation-error' in the
24739 read-file-name's prompt.
24740
24741 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
24742
24743 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
24744 (smerge-auto-leave): Make undo re-enable the mode.
24745 (debug-ignored-errors): Add the user-error of impossible resolution.
24746 (smerge-resolve): Move things around a bit, in preparation for later.
24747 (smerge-diff): Don't fail if the buffer has no associated file.
24748 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
24749 (smerge-conflict-overlay): New function.
24750 (smerge-match-conflict): Don't add text properties here.
24751 (smerge-find-conflict): Instead, add an overlay here.
24752 Also check for the case where we're inside a conflict already, so as to
24753 obviate the need for font-lock-multiline, which is unbearably slow with
24754 large conflicts and ciomplex font-lock patterns.
24755 (smerge-remove-props): Remove overlay rather than text-properties.
24756 (smerge-mode): Don't set font-lock-multiline.
24757 Remove overlays when turned off.
24758
24759 2005-08-21 Kim F. Storm <storm@cua.dk>
24760
24761 * ido.el (ido-ignore-item-p): Use save-match-data.
24762 Bind case-fold-search to ido-case-fold locally.
24763
24764 2005-08-20 Richard M. Stallman <rms@gnu.org>
24765
24766 * files.el (normal-mode): If font lock is on, turn it off and on.
24767
24768 * subr.el (replace-regexp-in-string): Doc fix.
24769
24770 * startup.el (command-line-1): Don't suppress startup screen
24771 due to existing processes.
24772
24773 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
24774
24775 * progmodes/compile.el (compilation-disable-input): Default to nil.
24776
24777 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
24778
24779 * progmodes/compile.el (compilation-disable-input): New defcustom.
24780 (compilation-start): If compilation-disable-input is non-nil, send
24781 EOF to the compilation process.
24782
24783 2005-08-20 Eli Zaretskii <eliz@gnu.org>
24784
24785 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
24786 Run the argument of tex-shell-cd-command through
24787 convert-standard-filename, to get the correct style of slashes on
24788 Windows, and enclose the result in quotes, in case the file name
24789 includes whitespace or other special characters.
24790
24791 2005-08-19 Andreas Schwab <schwab@suse.de>
24792
24793 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
24794 process.
24795
24796 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
24797
24798 * cus-start.el (minibuffer-prompt-properties): Correct typo.
24799
24800 2005-08-18 Kim F. Storm <storm@cua.dk>
24801
24802 * scroll-lock.el: Fix errors due to incorrect line wrapping.
24803
24804 2005-08-18 Richard M. Stallman <rms@gnu.org>
24805
24806 * scroll-lock.el: New file.
24807
24808 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
24809
24810 * dired.el (dired-move-to-end-of-filename):
24811 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
24812
24813 2005-08-18 Kim F. Storm <storm@cua.dk>
24814
24815 * ido.el (ido-everywhere): Fix defcustom :set function to disable
24816 rather than toggle mode when custom value is nil.
24817 (ido-everywhere): Fix defun doc string.
24818
24819 2005-08-17 Richard M. Stallman <rms@gnu.org>
24820
24821 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
24822 as tag instead of "Inviolable".
24823
24824 2005-08-17 Kim F. Storm <storm@cua.dk>
24825
24826 * windmove.el (windmove-coordinates-of-position): Remove.
24827 (windmove-coordinates-of-window-position): Remove.
24828 (windmove-reference-loc): Use posn-at-point instead.
24829
24830 * subr.el (insert-for-yank-1): Doc fix.
24831
24832 * ido.el (ido-enter-matching-directory): Rename from
24833 ido-enter-single-matching-directory. Change `slash' choice to
24834 `only'. Add `first' choice.
24835 (ido-exhibit): Adapt to above changes.
24836
24837 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
24838
24839 * Makefile.in: Expand comment about building loaddefs.el.
24840
24841 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
24842
24843 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
24844 Comment use of defadvice.
24845
24846 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
24847
24848 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
24849
24850 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
24851 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
24852 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
24853 * progmodes/idlw-shell.el, progmodes/ld-script.el,
24854 * progmodes/which-func.el, ruler-mode.el, strokes.el,
24855 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
24856 for backward compatibility for faces that did not appear in the
24857 previous Emacs release.
24858
24859 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
24860
24861 2005-08-15 Kim F. Storm <storm@cua.dk>
24862
24863 * emulation/cua-base.el (cua-delete-region): Return t if
24864 deleted region was non-empty.
24865 (cua-replace-region): Inhibit overwrite-mode for
24866 self-insert-command if replaced region was non-empty.
24867 (cua--explicit-region-start, cua--status-string): Make them
24868 buffer-local at top-level...
24869 (cua-mode): ...rather than when mode is enabled.
24870
24871 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
24872
24873 * progmodes/vhdl-mode.el (vhdl-emacs-21):
24874 Set t for Emacs 21, 22, and so on.
24875
24876 2005-08-15 David Ponce <david@dponce.com>
24877
24878 * tree-widget.el: Update Commentary header.
24879 (tree-widget-theme): Doc fix.
24880 (tree-widget-space-width): New option.
24881 (tree-widget-image-properties): Look up in the default theme too.
24882 (tree-widget--cursors): Only for images with arrow pointer shape.
24883 (tree-widget-lookup-image): Pointer shape is hand by default.
24884 (tree-widget-icon): Rename generic icon widget from
24885 `tree-widget-control'.
24886 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
24887 derive from `tree-widget-icon'.
24888 (tree-widget-handle): Improve default look and feel of the text
24889 representation.
24890 (tree-widget): Rename :*-control properties to :*-icon properties.
24891 Add :action and :help-echo properties.
24892 (tree-widget-after-toggle-functions): Move.
24893 (tree-widget-close-node, tree-widget-open-node): Remove.
24894 (tree-widget-before-create-icon-functions): New hook.
24895 (tree-widget-value-create): Update to allow customization of icons
24896 and nodes at run-time via that new hook.
24897 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
24898 (tree-widget-icon-action, tree-widget-icon-help-echo)
24899 (tree-widget-action, tree-widget-help-echo): New functions.
24900
24901 2005-08-15 Kim F. Storm <storm@cua.dk>
24902
24903 * ido.el (ido-buffer-internal): Use with-no-warnings.
24904 (ido-make-merged-file-list): Use while-no-input.
24905
24906 2005-08-15 Richard M. Stallman <rms@gnu.org>
24907
24908 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
24909 (flyspell-large-region): Fix doc and custom type.
24910
24911 2005-08-14 Richard M. Stallman <rms@gnu.org>
24912
24913 * files.el (interpreter-mode-alist): Doc fix.
24914
24915 * mail/rmail.el (rmail-nonignored-headers): New variable.
24916 (rmail-clear-headers): Use it.
24917 (rmail-reply): Better handling of mail-followup-to header.
24918
24919 * progmodes/sh-script.el (sh-font-lock-keywords-var):
24920 Rename variable from sh-font-lock-keywords. In the `shell' entry,
24921 don't try to refer to executable-font-lock-keywords.
24922 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
24923 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
24924 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
24925 (sh-mode): Set comment-start-skip, local-abbrev-table,
24926 imenu-case-fold-search.
24927 (sh-set-shell): Don't set them here.
24928 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
24929 Don't cache the results in the original alist; don't ever modify
24930 that alist.
24931
24932 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
24933
24934 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
24935 empty.
24936
24937 2005-08-15 Andreas Schwab <schwab@suse.de>
24938
24939 * desktop.el: Put autoload cookie at risky-local-variable declarations.
24940
24941 * dired.el, info.el, mail/rmail.el: Revert last change.
24942
24943 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
24944
24945 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
24946 modification in `eval-after-load' form.
24947 * info.el: Likewise.
24948 * mail/rmail.el: Likewise.
24949
24950 2005-08-14 Juri Linkov <juri@jurta.org>
24951
24952 * progmodes/compile.el (compilation-mode-font-lock-keywords):
24953 Remove highlighting of "Compilation started". Highlight only
24954 the word "finished" in "Compilation finished". Add highlighting
24955 of "interrupt", "killed", "terminated" and the exit code.
24956 (compilation-start): Add newline after header. Use exactly the
24957 same time stamp format as the finishing message.
24958 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
24959
24960 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
24961 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
24962 Add highlighting of "interrupt", "killed", "terminated".
24963
24964 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
24965 enabled and the current command is self-insert-command, call it
24966 explicitly with overwrite-mode bound to nil, to not allow it
24967 to delete the character after the selected region.
24968
24969 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
24970
24971 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
24972 move-end-of-line, end-of-line, and beginning-of-line to the list
24973 of commands after which the echo area is updated.
24974
24975 2005-08-12 Eli Zaretskii <eliz@gnu.org>
24976
24977 * cus-edit.el (custom-save-all, custom-save-delete):
24978 Bind recentf-exclude to exclude custom-file.
24979
24980 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
24981
24982 * mail/rmailsum.el (rmail-summary-end-of-message): New command
24983 to go to the bottom of the mail message. Added to
24984 `rmail-summary-mode-map' with key "/".
24985 (rmail-summary-show-message): New (internal) function for use by
24986 both `rmail-summary-beginning/end-of-message'.
24987 (rmail-summary-beginning-of-message): Change to use
24988 rmail-summary-show-message.
24989
24990 * mail/rmail.el (rmail-end-of-message): New command to go to the
24991 end of the current message. Added to `rmail-mode-map' with key "/".
24992 (rmail-beginning-of-message): Fix to work as documented.
24993 (rmail-mode): Change documentation.
24994
24995 * progmodes/compile.el (compilation-start): Add the line
24996 "Compilation started" with compilation start time.
24997 (compilation-mode-font-lock-keywords): Add `started' to keywords.
24998
24999 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
25000
25001 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
25002 of menu items.
25003
25004 2005-08-11 Richard M. Stallman <rms@gnu.org>
25005
25006 * simple.el (pop-global-mark): Reverse test of widen-automatically.
25007
25008 * battery.el (battery-status-function): Don't use ignore-errors.
25009
25010 2005-08-11 Lute Kamstra <lute@gnu.org>
25011
25012 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
25013 define-obsolete-variable-alias.
25014
25015 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
25016
25017 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
25018 (ange-ftp-send-cmd): Revert last change, and expand
25019 the comment explaining the problem.
25020
25021 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
25022
25023 * ldefs-boot.el: Update.
25024
25025 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
25026 item to "Time, Load and Mail". Change help echo text.
25027
25028 * time.el (display-time-use-mail-icon, display-time-format)
25029 (display-time-string-forms): Shorten first line of docstrings.
25030
25031 2005-08-10 Lars Hansen <larsh@soem.dk>
25032
25033 * desktop.el (desktop-buffer-mode-handlers):
25034 Make non-customizable. Add autoload cookie. Change initial value to
25035 nil; add elements in respective modules instead. Fix doc string.
25036 (desktop-load-file): New function.
25037 (desktop-minor-mode-handlers): New autoloaded variable.
25038 (desktop-create-buffer): Call minor mode handlers.
25039 Use desktop-load-file to load major and minor mode modules prior to
25040 checking for a handler.
25041 (desktop-save): Don't add nil to desktop-minor-modes for minor
25042 modes with nil function in desktop-minor-mode-table. Don't delete
25043 desktop file before rewriting it.
25044 (desktop-locals-to-save): Add autoload cookie. Don't make
25045 automatically buffer-local. Add variables column-number-mode,
25046 size-indication-mode, indent-tabs-mode,
25047 indicate-buffer-boundaries, indicate-empty-lines and
25048 show-trailing-whitespace.
25049 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
25050 regexps. Don't use desktop-clear-preserve-buffers-regexp.
25051 (desktop-clear-preserve-buffers-regexp): Delete.
25052 (desktop-clear-preserve-buffers): Update initial value and docstring.
25053 (desktop-save-buffer): Fix doc string.
25054
25055 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
25056 (hilit-chg-desktop-restore): New function.
25057 (highlight-changes-mode): Add highlight-changes-mode to
25058 desktop-locals-to-save.
25059
25060 * dired.el: Add handler to desktop-buffer-mode-handlers.
25061 (dired-restore-desktop-buffer): Remove autoload cookie.
25062 (dired-mode): Add autoload cookie.
25063
25064 * info.el: Add handler to desktop-buffer-mode-handlers.
25065 (Info-restore-desktop-buffer): Remove autoload cookie.
25066 (Info-mode): Add autoload cookie.
25067
25068 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
25069 (mh-restore-desktop-buffer): Remove autoload cookie.
25070 (mh-folder-mode): Add autoload cookie.
25071
25072 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
25073 (rmail-restore-desktop-buffer): Remove autoload cookie.
25074
25075 2005-08-11 Masatake YAMATO <jet@gyve.org>
25076
25077 * hexl.el (hexl-address-region):
25078 (hexl-ascii-region, hexl-font-lock-keywords):
25079 (hexl-highlight-line-range): Use the term "region"
25080 instead of "area" for consistency with the other symbols
25081 defined in hexl.el.
25082
25083 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
25084
25085 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
25086 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
25087 out by Juri Linkov). Add `display-battery-mode'.
25088
25089 2005-08-09 Juri Linkov <juri@jurta.org>
25090
25091 * progmodes/compile.el (compilation-mode-font-lock-keywords):
25092 Remove `-text' from face variable names.
25093 (compilation-error-file-name, compilation-warning-file-name)
25094 (compilation-info-file-name): Delete faces.
25095 (compilation-line-number, compilation-column-number):
25096 Remove face underlining.
25097 (compilation-message-face): Set to `underline' value by default.
25098 (compilation-error-face, compilation-warning-face)
25099 (compilation-info-face): Remove `-file-name' from face names.
25100 (compilation-error-text-face, compilation-warning-text-face)
25101 (compilation-info-text-face): Delete face variables.
25102 (compilation-text-face): Delete function.
25103
25104 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
25105 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
25106 (grep-error-face): Set to `compilation-error' instead of
25107 `compilation-error-face' (which is redefined to `grep-hit-face' in
25108 grep buffers).
25109 (grep-mode-font-lock-keywords): Remove `-text' from face variable
25110 names. Use `grep-error-face' instead of `compilation-error-text-face'.
25111
25112 * dired-aux.el (dired-do-query-replace-regexp):
25113 Use `query-replace-read-args'.
25114
25115 * replace.el (query-replace-read-from, query-replace-read-to)
25116 (query-replace-read-args): Rename arg `string' to `prompt'.
25117
25118 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
25119
25120 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
25121
25122 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
25123 uploading files.
25124 (ange-ftp-canonize-filename): Handle file names beginning with ~
25125 correctly.
25126
25127 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
25128
25129 * textmodes/fill.el (canonically-space-region)
25130 (fill-context-prefix, fill-french-nobreak-p)
25131 (fill-delete-newlines, fill-comment-paragraph)
25132 (justify-current-line): "?\ " -> "?\s".
25133
25134 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
25135
25136 * textmodes/fill.el (fill-nonuniform-paragraphs):
25137 Improve argument/docstring consistency.
25138
25139 2005-08-09 Richard M. Stallman <rms@gnu.org>
25140
25141 * textmodes/ispell.el (ispell-word): More fboundp checks.
25142
25143 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
25144 (find-file-noselect-1): Call it here, only if RAWFILE.
25145 (normal-mode): Always set some major mode.
25146 (save-some-buffers-action-alist): Change some explanation strings.
25147 (file-name-non-special): In the `quote' method, use unwind-protect.
25148
25149 2005-08-09 Magnus Henoch <mange@freemail.hu>
25150
25151 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
25152 (ispell-have-aspell-dictionaries): New variable.
25153 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
25154 (ispell-get-aspell-config-value): New function.
25155 (ispell-aspell-find-dictionary): New function.
25156 (ispell-aspell-add-aliases): New function.
25157 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
25158 appropriate. Don't look for ispell dictionaries if we use aspell.
25159 (ispell-menu-map): Don't build a submenu of dictionaries.
25160
25161 2005-08-09 Richard M. Stallman <rms@gnu.org>
25162
25163 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
25164 (sql-read-passwd): Use read-passwd.
25165
25166 * progmodes/idlw-toolbar.el (idlwave-toolbar)
25167 (idlwave-toolbar-is-possible): Add defvars.
25168
25169 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
25170 Avoid warnings.
25171
25172 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
25173 (idlwave-system-class-info, idlwave-executive-commands-alist):
25174 Use defvar.
25175
25176 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
25177
25178 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
25179 Avoid warnings.
25180
25181 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
25182 and content-type: headers.
25183
25184 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
25185
25186 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
25187 and rename some of them to be more self-explanatory.
25188
25189 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
25190
25191 * startup.el (command-line-1): Implement -scriptload.
25192
25193 * replace.el (occur-engine): Initial *Occur* output not undoable.
25194
25195 * menu-bar.el (menu-bar-file-menu): Rename some menu items
25196 and improve help strings.
25197
25198 * isearch.el (isearch-repeat): When changing direction,
25199 mark search successful.
25200
25201 * ediff-init.el: Use (featurep 'xemacs).
25202
25203 * comint.el (send-invisible): Identify buffer, if not selected.
25204
25205 * align.el: Delete autoload for c-guess-basic-syntax.
25206
25207 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
25208
25209 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
25210 Improve argument/docstring consistency. Doc fixes.
25211 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
25212 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
25213 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
25214 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
25215 (r2bv-organization, r2bv-pages, r2bv-primary-author)
25216 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
25217 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
25218 Defvar at compile time.
25219
25220 2005-08-09 Juri Linkov <juri@jurta.org>
25221
25222 * info.el: Replace `info' with upper-case `Info' where appropriate.
25223 (info-title-1, info-title-2, info-title-3, info-title-4)
25224 (info-menu-header): Move up face definitions.
25225 (info-menu-star): Rename from `info-menu-5'.
25226 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
25227 (Info-fontify-visited-nodes): Fix docstring.
25228 (Info-hide-note-references): Fix docstring.
25229 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
25230 menu items in the same way as on cross-references.
25231 (info-apropos): Fix sorting order and formatting to be like in the
25232 stand-alone Info browser. Display error messages for 1 sec.
25233 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
25234 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
25235 from the menu bar.
25236 (Info-insert-dir): Restore point after calling
25237 `insert-buffer-substring'.
25238
25239 2005-08-08 Richard M. Stallman <rms@gnu.org>
25240
25241 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
25242 (recompute-lucid-menubar): Add defvars.
25243
25244 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
25245
25246 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
25247
25248 * net/net-utils.el (run-dig): Rename from `dig'.
25249
25250 * play/gametree.el (gametree-mode): Use make-local-variable,
25251 not make-variable-buffer-local.
25252
25253 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
25254
25255 * ansi-color.el (ansi-color-make-extent)
25256 (ansi-color-set-extent-face): Use fboundp, not functionp.
25257
25258 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
25259 not make-variable-buffer-local.
25260
25261 * bookmark.el (Info-current-file): Add defvar.
25262 (bookmark-jump-noselect): Use with-no-warnings.
25263
25264 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
25265
25266 * ebuff-menu.el (Helper-return-blurb): Add defvar.
25267
25268 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
25269
25270 * find-file.el (ada-procedure-start-regexp)
25271 (ada-package-start-regexp): Add defvars.
25272
25273 * info.el (Info-insert-dir): Use insert-buffer-substring.
25274
25275 * xml.el (xml-att-def-re): Add defvar.
25276
25277 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
25278 calling convention.
25279
25280 * subr.el (while-no-input): Return t if there is input.
25281
25282 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
25283
25284 * cus-start.el (all): Add `overflow-newline-into-fringe'.
25285
25286 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
25287
25288 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
25289 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
25290
25291 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
25292
25293 * cmuscheme.el (scheme-start-file): Replace reference to
25294 `user-emacs-directory' by "~/.emacs.d/".
25295
25296 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
25297
25298 * info.el (Info-dir-remove-duplicates): Avoid case folding
25299 in loop; instead, keep downcased strings for comparison.
25300 Suggested by Helmut Eller.
25301
25302 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
25303
25304 Sync with Tramp 2.0.50.
25305
25306 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
25307 XEmacs case; not necessary anymore.
25308 (tramp-user-regexp): Allow "@" as part of user name.
25309 (tramp-handle-set-visited-file-modtime)
25310 (tramp-handle-insert-file-contents)
25311 (tramp-handle-write-region): No special handling for
25312 `last-coding-system-used, because this is done in
25313 `tramp-accept-process-output' now.
25314 (tramp-accept-process-output): New defun.
25315 (tramp-process-one-action, tramp-process-one-multi-action)
25316 (tramp-wait-for-regexp, tramp-wait-for-output)
25317 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
25318 Howells <dhowells@redhat.com>.
25319 (clear-visited-file-modtime): Defadvice removed. The check for
25320 unset buffer's modtime does not need to be based on
25321 `tramp-buffer-file-attributes'. Suggested by RMS.
25322 (tramp-message): Insert "\n" if not being at beginning of line.
25323 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
25324 sequence with same logic.
25325 (tramp-completion-handle-expand-file-name): Discard call of
25326 `tramp-drop-volume-letter'. It is not necessary, and there have
25327 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
25328 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
25329 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
25330 should always be visible.
25331 (tramp-handle-insert-directory, tramp-setup-complete)
25332 (tramp-set-process-query-on-exit-flag)
25333 (tramp-append-tramp-buffers): Pacify byte-compiler.
25334 (tramp-bug): Delete non-existing variables from list.
25335 Apply `tramp-load-report-modules' as pre-hook.
25336 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
25337 `shell-prompt-pattern' because of non-7bit characters.
25338 Reported by Sebastian Luque <sluque@mun.ca>.
25339 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
25340 (tramp-match-string-list): Remove function.
25341 (tramp-wait-for-regexp): Remove call of that function.
25342 Suggested by Kim F. Storm <storm@cua.dk>.
25343 (tramp-set-auto-save-file-modes): Use octal integer code #o600
25344 instead of octal character code ?\600. The latter resulted in a
25345 syntax error with XEmacs.
25346
25347 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
25348 XEmacs case; not necessary anymore.
25349 (tramp-smb-handle-write-region): No special handling for
25350 `last-coding-system-used, because this is done in
25351 `tramp-accept-process-output' now.
25352 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
25353
25354 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
25355
25356 * wid-edit.el (widget-choice-value-create):
25357 Unconditionally respect user choice. Set :explicit-choice back to nil
25358 when no longer needed.
25359 (widget-choice-action): Unconditionally respect user choice.
25360 Eliminate :explicit-choice-value.
25361
25362 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
25363
25364 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
25365 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
25366 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
25367 running new function `toggle-indicate-empty-lines'.
25368 Rename "Customize" item to "Customize fringe".
25369 Rename "Indicators" item to "Buffer boundaries" and change help echo.
25370 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
25371 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
25372 Delete "Empty lines only" item.
25373 (menu-bar-showhide-fringe-ind-customize): New function.
25374 (menu-bar-showhide-fringe-ind-mixed)
25375 (menu-bar-showhide-fringe-ind-box)
25376 (menu-bar-showhide-fringe-ind-right)
25377 (menu-bar-showhide-fringe-ind-left)
25378 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
25379 instead of `fringe-indicators'.
25380
25381 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
25382
25383 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
25384 Change the date of last update.
25385
25386 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
25387
25388 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
25389 (viper-exec-yank, viper-put-back): Don't display modification msg
25390 if in the minibuffer.
25391
25392 * viper-init.el (viper-replace-overlay-cursor-color)
25393 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
25394 Make variables frame local.
25395
25396 * viper-util.el (viper-append-filter-alist): Use append instead of
25397 nconc.
25398
25399 * viper.el (viper-vi-state-mode-list)
25400 (viper-emacs-state-mode-list): Move help-mode and
25401 completion-list-mode from the first list to the second.
25402 (viper-mode): Docstring.
25403 (viper-go-away, viper-non-hook-settings): Don't localize
25404 minor-mode-alist in newer Emacsen. Add advice to
25405 set-cursor-color. Don't bind "\C-c\\".
25406
25407 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
25408
25409 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
25410 (scheme-macro-expand-command): New user options.
25411 (scheme-trace-procedure, scheme-expand-current-form): New commands.
25412 (scheme-form-at-point, scheme-start-file)
25413 (scheme-interactively-start-process): New functions.
25414 (scheme-get-process): New function, extracted from `scheme-proc'.
25415 (run-scheme): Call `scheme-start-file' to get start file, and pass
25416 it to `make-comint'.
25417 (switch-to-scheme, scheme-proc):
25418 Call `scheme-interactively-start-process' if no Scheme buffer/process
25419 is available.
25420
25421 2005-08-06 Juri Linkov <juri@jurta.org>
25422
25423 * progmodes/compile.el (compilation-mode-font-lock-keywords):
25424 Use `compilation-text-face', `compilation-info-text-face' and
25425 `compilation-error-text-face' instead of `font-lock-keyword-face'.
25426 (compilation-error): New face.
25427 (compilation-error-file-name): Inherit from
25428 `compilation-error' instead of `font-lock-warning-face'.
25429 (compilation-warning-file-name): Inherit from
25430 `compilation-warning' instead of `font-lock-warning-face'.
25431 (compilation-info, compilation-error-file-name)
25432 (compilation-warning-file-name, compilation-info-file-name)
25433 (compilation-line-number, compilation-column-number): Doc fix.
25434 (compilation-error-text-face, compilation-warning-text-face)
25435 (compilation-info-text-face): New face variables.
25436 (compilation-line-face, compilation-column-face)
25437 (compilation-enter-directory-face)
25438 (compilation-leave-directory-face): Doc fix.
25439 (compilation-text-face): New function.
25440
25441 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
25442 instead of 1 to display binary file names as info file links.
25443 (grep-error-face): Use `compilation-error-face' instead of
25444 `font-lock-keyword-face'.
25445 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
25446 and `compilation-warning-text-face' instead of
25447 `font-lock-keyword-face'. Use `compilation-error-text-face'
25448 instead of `grep-error-face'.
25449
25450 2005-08-05 Kenichi Handa <handa@m17n.org>
25451
25452 * international/code-pages.el: Add autoload cookies for all coding
25453 systems.
25454
25455 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
25456
25457 * cus-start.el (all): Put undo.c where it alphabetically belongs.
25458
25459 2005-08-04 Juri Linkov <juri@jurta.org>
25460
25461 * progmodes/compile.el (compilation-mode-map):
25462 * progmodes/grep.el (grep-mode-map):
25463 Bind TAB to `compilation-next-error' and [backtab] to
25464 `compilation-previous-error'.
25465
25466 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
25467 matching line numbers, column numbers and their ranges with regexp
25468 matching only line numbers.
25469 (grep-context-face): New face variable.
25470 (grep-mode-font-lock-keywords): Use it.
25471
25472 * faces.el (read-face-name): Delete duplicate faces.
25473
25474 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
25475
25476 * thumbs.el (thumbs-find-image): Don't make variables
25477 automatically buffer local.
25478 (thumbs-current-tmp-filename, thumbs-current-image-filename)
25479 (thumbs-image-num): Make automatically buffer local.
25480 (thumbs-show-thumbs-list): Use `make-local-variable', not
25481 `make-variable-buffer-local'.
25482 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
25483
25484 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
25485 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
25486 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
25487 (bother, bye, canyou, chatlst, continue, deathlst, describe)
25488 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
25489 (feelings-about, foullst, found, hello, history, howareyoulst)
25490 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
25491 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
25492 (neglst, obj, object, owner, please, problems, qlist)
25493 (random-adjective, relation, remlst, repetitive-shortness)
25494 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
25495 (shortlst, something, sportslst, stallmanlst, states, subj)
25496 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
25497 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
25498 Defvar at compile time.
25499
25500 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
25501 not `make-variable-buffer-local'.
25502
25503 2005-08-02 Kim F. Storm <storm@cua.dk>
25504
25505 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
25506 rectangle overlay in selected window.
25507
25508 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
25509
25510 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
25511 instead of display group. Make `indicate-buffer-boundaries'
25512 customizable through Custom.
25513
25514 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
25515
25516 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
25517 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
25518 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
25519 (gdb-put-string): Fix typos in docstrings.
25520
25521 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
25522
25523 Update copyright notices of files in progmodes directory for
25524 release of Emacs 22.1.
25525
25526 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
25527
25528 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
25529 Don't barf if the GUD buffer has been killed.
25530
25531 2005-08-01 Kim F. Storm <storm@cua.dk>
25532
25533 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
25534
25535 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
25536
25537 * simple.el (next-error-follow-minor-mode):
25538 make-variable-buffer-local -> make-local-variable.
25539
25540 * emacs-lisp/cl-extra.el: Require CL also when compiling.
25541
25542 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
25543 (byte-compile-form-make-variable-buffer-local): New functions to warn
25544 about misuses of make-variable-buffer-local where make-local-variable
25545 was meant.
25546
25547 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
25548
25549 * bs.el (bs-attributes-list): Doc fix.
25550 (bs): Update url-link.
25551
25552 * desktop.el (desktop-save-buffer): Fix typos in docstring.
25553 (desktop-load-default): Simplify.
25554
25555 * ibuffer.el (ibuffer-columnize-and-insert-list)
25556 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
25557 (ibuffer-unmark-all, ibuffer-toggle-marks)
25558 (ibuffer-unmark-forward, ibuffer-unmark-backward)
25559 (ibuffer-compile-make-format-form, ibuffer-format-column)
25560 (ibuffer-current-buffers-with-marks)
25561 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
25562 (ibuffer): Doc fix.
25563 (ibuffer-mode): Fix typo in docstring.
25564 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
25565 with `define-obsolete-variable-alias'.
25566 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
25567
25568 2005-07-29 Kenichi Handa <handa@m17n.org>
25569
25570 * international/mule-cmds.el (select-message-coding-system):
25571 Be sure to use LF for end-of-line. If no coding system is decided,
25572 return iso-8859-1-unix.
25573
25574 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
25575
25576 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
25577 (ange-ftp-pending-error-line): New vars.
25578 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
25579 to handle the non-fatal no-route-to-host messages.
25580 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
25581
25582 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
25583
25584 * isearch.el (isearch-mode-map, isearch-other-meta-char)
25585 (isearch-quote-char, isearch-printing-char)
25586 (isearch-text-char-description): "?\ " -> "?\s".
25587 (isearch-lazy-highlight-cleanup)
25588 (isearch-lazy-highlight-initial-delay)
25589 (isearch-lazy-highlight-interval)
25590 (isearch-lazy-highlight-max-at-a-time)
25591 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
25592 Declare with define-obsolete-*-alias macros.
25593 (isearch-forward): Fix typo in docstring.
25594 (search-invisible, search-ring-yank-pointer)
25595 (regexp-search-ring-yank-pointer): Doc fixes.
25596
25597 * recentf.el (recentf-menu-append-commands-p): Declare with
25598 `define-obsolete-variable-alias'.
25599 (recentf-max-saved-items, recentf-menu-filter)
25600 (recentf-arrange-by-rule-subfilter): Doc fixes.
25601 (recentf-menu-append-commands-flag)
25602 (recentf-initialize-file-name-history, recentf-expand-file-name)
25603 (recentf-clear-data): Fix typos in docstrings.
25604
25605 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
25606
25607 * progmodes/gdb-ui.el: Smarten comments.
25608 (gdb-info-breakpoints-custom): Use nowarn when finding file.
25609
25610 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
25611
25612 * term/apollo.el (terminal-init-apollo): New function containing
25613 all former top level forms in the file.
25614 * term/bobcat.el (terminal-init-bobcat):
25615 * term/cygwin.el (terminal-init-cygwin):
25616 * term/iris-ansi.el (terminal-init-iris-ansi):
25617 * term/linux.el (terminal-init-linux):
25618 * term/news.el (terminal-init-news):
25619 * term/rxvt.el (terminal-init-rxvt):
25620 * term/sun.el (terminal-init-sun):
25621 * term/tvi970.el (terminal-init-tvi970):
25622 * term/vt100.el (terminal-init-vt100):
25623 * term/vt102.el (terminal-init-vt102):
25624 * term/vt125.el (terminal-init-vt125):
25625 * term/vt200.el (terminal-init-vt200):
25626 * term/vt201.el (terminal-init-vt201):
25627 * term/vt220.el (terminal-init-vt220):
25628 * term/vt240.el (terminal-init-vt240):
25629 * term/vt300.el (terminal-init-vt300):
25630 * term/vt320.el (terminal-init-vt320):
25631 * term/vt400.el (terminal-init-vt400):
25632 * term/vt420.el (terminal-init-vt420):
25633 * term/wyse50.el (terminal-init-wyse50):
25634 * term/xterm.el (terminal-init-xterm): Likewise.
25635
25636 * term/README: Describe the terminal-init-* functionality.
25637
25638 * startup.el (command-line): After loading the terminal initialization
25639 file call the corresponding terminal initialization function.
25640
25641 2005-07-27 Kenichi Handa <handa@m17n.org>
25642
25643 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
25644 negative.
25645
25646 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
25647 (ps-mule-composition-prologue): Fix for the case that
25648 RelativeCompose is false.
25649
25650 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
25651
25652 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
25653
25654 * descr-text.el (describe-char): Handle the case where the list of
25655 chars is displayed in a separate frame.
25656 Be a bit more discriminating when looking for the char.
25657
25658 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
25659
25660 * bookmark.el (bookmark-automatically-show-annotations)
25661 (bookmark-read-annotation-text-func): Doc fixes.
25662 (bookmark-save): Improve argument/docstring consistency.
25663 (bookmark-get-bookmark, bookmark-get-bookmark-record)
25664 (bookmark-alist-from-buffer)
25665 (bookmark-upgrade-file-format-from-0)
25666 (bookmark-grok-file-format-version)
25667 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
25668 (bookmark-read-annotation-mode)
25669 (bookmark-insert-current-bookmark, bookmark-jump)
25670 (bookmark-exit-hook): Fix typos in docstrings.
25671 (bookmark-exit-hooks): Define as obsolete alias.
25672 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
25673 not `bookmark-exit-hooks'. Fix docstring.
25674 (bookmark-bmenu-select): "?\ " -> "?\s".
25675
25676 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
25677
25678 * startup.el (command-line): Fix typo.
25679
25680 2005-07-24 Richard M. Stallman <rms@gnu.org>
25681
25682 * tooltip.el (tooltip-mode): Test emacs-basic-display,
25683 not emacs-quick-startup.
25684
25685 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
25686
25687 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
25688 (reb-next-match, reb-show-subexp): Use `with-selected-window'
25689 instead of `reb-with-current-window'.
25690 (reb-prev-match): Likewise. Also, don't move left if the search
25691 was unsuccessful.
25692 (reb-initialize-buffer): New function.
25693 (re-builder, reb-change-syntax): Use it.
25694
25695 * man.el (Man-goto-page): Make second argument NOERROR optional.
25696
25697 2005-07-23 Richard M. Stallman <rms@gnu.org>
25698
25699 * man.el (Man-bgproc-sentinel): Check here for failure to find
25700 any man page in the output, and report the error here.
25701 (Man-arguments): Make it permanent local.
25702 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
25703 (Man-mode): Pass t for NOERROR.
25704
25705 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
25706 (grep-mode-font-lock-keywords):
25707 Don't use compilation-...-face for messages that are not file names.
25708
25709 * progmodes/compile.el (compilation-mode-font-lock-keywords):
25710 Don't use compilation-...-face for messages that are not file names.
25711
25712 2005-07-22 Juri Linkov <juri@jurta.org>
25713
25714 * startup.el (normal-splash-screen): Update menu name.
25715
25716 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
25717
25718 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
25719
25720 * term/xterm.el: Load term/rxvt if the terminal is actually an
25721 rxvt terminal.
25722 (xterm-rxvt-set-background-mode): Remove, not used anymore.
25723
25724 * term/rxvt.el (function-key-map): Use substitute-key-definition
25725 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
25726
25727 * term/cygwin.el: New file.
25728
25729 2005-07-22 Kim F. Storm <storm@cua.dk>
25730
25731 * image-file.el (insert-image-file, image-file-yank-handler):
25732 Fix last change to maintain a (unique) yank-handler on yanked images.
25733
25734 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
25735
25736 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
25737 of the file size (as in "177B" for 177 bytes). This happens with
25738 "ls -lh" on FreeBSD.
25739
25740 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
25741
25742 * hilit-chg.el (highlight-changes-global-initial-state)
25743 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
25744 (hilit-chg-fixup, highlight-changes-mode):
25745 Fix typos in docstrings.
25746 (highlight-changes-global-modes, highlight-changes-rotate-faces):
25747 Doc fixes.
25748
25749 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
25750
25751 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
25752 mode function using `eval-after-load'.
25753
25754 2005-07-21 Kim F. Storm <storm@cua.dk>
25755
25756 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
25757 included when reporting an Emacs crash, and tell about the DEBUG file.
25758
25759 * image-file.el (insert-image-file): Add yank-handler.
25760 (image-file-yank-handler): Yank handler to make unique copies of
25761 images when they are yanked into a buffer next to each other.
25762
25763 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
25764
25765 * comint.el (comint-use-prompt-regexp, comint-send-input)
25766 (comint-source-default, comint-extract-string)
25767 (comint-get-source, comint-word, comint-completion)
25768 (comint-source, comint-prompt-read-only, comint-update-fence):
25769 Fix typos in docstrings.
25770 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
25771 Declare with define-obsolete-*-alias macros.
25772 (comint-previous-matching-input-from-input)
25773 (comint-next-matching-input-from-input)
25774 (comint-previous-matching-input, comint-next-matching-input)
25775 (comint-forward-matching-input):
25776 Improve argument/docstring consistency.
25777
25778 * desktop.el (desktop-clear-preserve-buffers-regexp):
25779 Also preserve the *server* buffer.
25780
25781 * simple.el (clone-indirect-buffer): Doc fix.
25782 (fixup-whitespace, just-one-space)
25783 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
25784 (next-error, next-error-highlight)
25785 (next-error-highlight-no-select, next-error-last-buffer)
25786 (next-error-buffer-p, next-error-find-buffer, next-error)
25787 (previous-error, next-error-no-select, previous-error-no-select)
25788 (open-line, split-line, minibuffer-prompt-width, kill-new)
25789 (binary-overwrite-mode): Fix typos in docstrings.
25790 (set-fill-column): Fix typo in message.
25791
25792 * skeleton.el (skeleton-proxy-new): Doc fix.
25793
25794 * strokes.el (strokes-load-hook): Doc fix.
25795 (strokes-grid-resolution, strokes-get-grid-position)
25796 (strokes-renormalize-to-grid, strokes-read-stroke)
25797 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
25798 (strokes-global-map): Fix typos in docstrings.
25799 (strokes-help): Doc fix. Fix help message and pass it through
25800 `substitute-command-keys'.
25801
25802 * tempo.el (tempo-insert-prompt, tempo-interactive)
25803 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
25804 (tempo-insert-string-functions, tempo-local-tags)
25805 (tempo-define-template, tempo-insert-template)
25806 (tempo-insert-prompt-compat, tempo-is-user-element)
25807 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
25808 Fix typos in docstrings.
25809
25810 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
25811 (vcursor-key-bindings, vcursor-use-vcursor-map)
25812 (vcursor-find-window, vcursor-scroll-down)
25813 (vcursor-disable, vcursor-beginning-of-buffer)
25814 (vcursor-end-of-buffer): Fix typos in docstrings.
25815 (vcursor-relative-move, vcursor-get-char-count):
25816 Improve argument/docstring consistency.
25817
25818 * version.el: "?\ " -> "?\s".
25819
25820 * wid-edit.el (widget-default-create, widget-after-change)
25821 (widget-default-format-handler, widget-checklist-add-item)
25822 (widget-radio-add-item, widget-choose, widget-specify-secret)
25823 (widget-field-value-create, widget-field-value-get)
25824 (widget-editable-list-format-handler)
25825 (widget-editable-list-entry-create, widget-group-value-create)
25826 (widget-documentation-link-add)
25827 (widget-documentation-string-value-create): "?\ " -> "?\s".
25828 (widget-convert-text): Doc fix.
25829 (widget-narrow-to-field, widget-field-find)
25830 (widget-url-link-action, widget-emacs-library-link-action)
25831 (widget-color-notify): Fix typos in docstrings.
25832
25833 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
25834 (x-select-text, set-w32-system-coding-system)
25835 (w32-add-charset-info): Fix typos in docstrings.
25836
25837 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
25838 (cua-enable-cua-keys, cua-use-hyper-key)
25839 (cua-virtual-rectangle-edges): Fix typos in docstrings.
25840 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
25841
25842 * net/tramp.el (tramp-handle-load): Fix typo in error message.
25843
25844 * emacs-lisp/re-builder.el (regexp-builder): Declare with
25845 `defalias' instead of faking it.
25846
25847 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
25848 (eshell-ls-missing, eshell-ls-dired-initial-args)
25849 (eshell-ls-use-in-dired): Fix typos in docstrings.
25850
25851 2005-07-20 Kim F. Storm <storm@cua.dk>
25852
25853 * emulation/cua-base.el (cua-mode): Improve doc string.
25854
25855 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
25856
25857 * abbrev.el (expand-region-abbrevs): Doc fix.
25858 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
25859 Improve argument/docstring consistency.
25860
25861 * arc-mode.el (archive-get-descr, archive-alternate-display):
25862 Doc fixes.
25863 (archive-l-e): Improve argument/docstring consistency.
25864 (archive-tmpdir, archive-unixdate, archive-unixtime)
25865 (archive-chmod-entry): Fix typos in docstrings.
25866 (archive-unflag, archive-unflag-backwards)
25867 (archive-unmark-all-files): "?\ " -> "?\s".
25868
25869 * buff-menu.el (Buffer-menu-unmark): Doc fix.
25870 (Buffer-menu-not-modified, Buffer-menu-execute)
25871 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
25872 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
25873
25874 * composite.el (compose-string, encode-composition-rule)
25875 (compose-last-chars): Fix typos in docstrings.
25876
25877 * desktop.el (desktop-enable, desktop-basefilename):
25878 Declare with `define-obsolete-variable-alias'.
25879 (desktop-internal-v2s): Don't quote keywords.
25880 (desktop-clear): "?\ " -> "?\s".
25881
25882 * dired.el (dired-align-file, dired-flag-backup-files)
25883 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
25884 (dired-listing-switches, dired-ls-F-marks-symlinks)
25885 (dired-dwim-target, dired-load-hook, dired-mode-hook)
25886 (dired-directory, dired-faces, dired, dired-revert)
25887 (dired-mode, dired-summary, dired-view-file)
25888 (dired-copy-filename-as-kill, dired-delete-file)
25889 (dired-no-confirm, dired-unmark-all-marks)
25890 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
25891 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
25892 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
25893 Fix typos in message strings.
25894
25895 * dired-x.el (virtual-dired): Declare with `defalias'.
25896 (dired-mark-unmarked-files, dired-local-variables-file)
25897 (dired-omit-here-always): Doc fix.
25898 (dired-omit-mode, dired-find-subdir)
25899 (dired-enable-local-variables, dired-clean-up-buffers-too)
25900 (dired-extra-startup, dired-mark-extension, dired-jump)
25901 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
25902 (dired-smart-shell-command, dired-guess-shell-alist-user)
25903 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
25904 (dired-x-bind-find-file, dired-x-submit-report):
25905 Fix typos in docstrings.
25906 (dired-mark-unmarked-files): "?\ " -> "?\s".
25907
25908 * dirtrack.el (dirtrack-list): Fix typos in docstring.
25909
25910 * faces.el (describe-face): "?\ " -> "?\s".
25911 (read-all-face-attributes, read-face-font, modify-face)
25912 (face-attr-construct, italic): Fix typos in docstrings.
25913 (frame-update-face-colors): Declare with
25914 `define-obsolete-function-alias'.
25915
25916 * files.el (find-file-noselect, recode-file-name): Doc fixes.
25917 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
25918 (magic-mode-alist, buffer-file-numbers-unique)
25919 (write-file-functions, get-free-disk-space):
25920 Fix typos in docstrings.
25921 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
25922 (write-contents-hooks, write-file-hooks):
25923 Declare with `define-obsolete-variable-alias'.
25924
25925 * forms-d2.el (arch-rj): Fix typo in docstrings.
25926 (arch-tocol): Likewise. "?\ " -> "?\s".
25927
25928 * frame.el (set-frame-font, cursor-in-non-selected-windows):
25929 Fix typo in docstring.
25930 (set-screen-width, set-screen-height): Delete redundant info in
25931 doctrings.
25932 (new-frame, screen-height, screen-width): Declare with
25933 `define-obsolete-function-alias'.
25934 (delete-frame-hook, blink-cursor): Declare with
25935 `define-obsolete-variable-alias'.
25936
25937 * paths.el (prune-directory-list): Fix typos in docstring.
25938
25939 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
25940 (cvs-prefix-get): Fix typos in docstrings.
25941
25942 * ps-print.el (ps-extend-face-list, ps-extend-face)
25943 (ps-print-background-image): Fix typos in docstrings.
25944 (ps-default-fg, ps-default-bg): Doc fixes.
25945
25946 * s-region.el (s-region-bind): Doc fix.
25947 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
25948
25949 * textmodes/org.el (org-table-formula-substitute-names)
25950 (org-table-get-vertical-vector): Doc fixes.
25951 (org-table-recalculate): Remove unused argument to `message'.
25952
25953 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
25954
25955 * textmodes/org.el (org-table-column-names)
25956 (org-table-column-name-regexp)
25957 (org-table-named-field-locations): New variables.
25958 (org-archive-subtree): Protect `this-command' when calling
25959 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
25960 the kill buffer.
25961 (org-complete): Remove fixed-formula completion.
25962 (org-edit-formulas-map): New variable.
25963 (org-table-edit-formulas): New command.
25964 (org-finish-edit-formulas, org-abort-edit-formulas)
25965 (org-show-variable, org-table-get-vertical-vector): New functions.
25966 (org-table-maybe-eval-formula): Handle `:=' fields.
25967 (org-table-get-stored-formulas, org-table-store-formulas)
25968 (org-table-get-formula, org-table-modify-formulas)
25969 (org-table-replace-in-formulas): Handle named field formulas.
25970 (org-table-get-specials): Store locations of named fields.
25971
25972 2005-07-19 Juri Linkov <juri@jurta.org>
25973
25974 * progmodes/grep.el (grep-regexp-alist)
25975 (grep-mode-font-lock-keywords, grep-process-setup):
25976 Use default GNU grep match color "01;31m" instead of "01;41m".
25977 (grep-regexp-alist, grep-mode-font-lock-keywords):
25978 Use `\\[[0-9]*m' instead of `\\[00m'.
25979 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
25980 sgr_start where its handling is more important. Use the real
25981 length of sgr_start instead of constant 8.
25982 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
25983 specially. Delete all remaining escape sequences.
25984 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
25985 (grep-regexp-alist): Make hyperlink only for binary file name
25986 instead of the whole line.
25987 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
25988 (grep-mode): Add autoload.
25989
25990 * emacs-lisp/find-func.el (find-function-regexp):
25991 Add `define-compilation-mode'.
25992
25993 2005-07-19 Juri Linkov <juri@jurta.org>
25994
25995 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
25996 (compare-windows-sync-string-size, compare-windows-recenter)
25997 (compare-windows-highlight, compare-windows): Add version 22.1.
25998 (compare-windows) <defface>: Inherit from lazy-highlight instead
25999 of duplicating its default value.
26000
26001 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
26002 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
26003
26004 * descr-text.el (describe-char): Create link buttons for `charset'
26005 and `code point'. Add the current input method name with a link
26006 button to `to input' field. Print face names of display table
26007 characters in `The display table entry is displayed by' section
26008 instead of printing face-id in the `display' field.
26009 Guess hardcoded faces and create a link button for them.
26010 Skip empty fields when calculating max-width.
26011 Treat `widget-create' specially while inserting strings from the
26012 collected field list.
26013 (describe-char-after): Made obsolete in version 22.1, not 21.5.
26014
26015 * diff-mode.el (diff-file-header): Change foreground color from
26016 yellow to green on light backgrounds.
26017 (diff-context): Inherit from `shadow' only for color/grayscale
26018 with more than 88 colors.
26019 (diff-indicator-removed, diff-indicator-added)
26020 (diff-indicator-changed): New faces.
26021 (diff-font-lock-keywords): Use new faces. Regroup rules.
26022 Add "^---$" for `normal' diff format. Fontify `#' lines with
26023 font-lock-comment-delimiter-face and font-lock-comment-face.
26024 Add `#' to ^[^...] in the rule for `diff-context-face'.
26025
26026 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
26027 a button-like box. Inherit from `highlight' on low colors.
26028 (shadow): Use shades of gray only for color/grayscale with
26029 more than 88 colors. Use green for light backgrounds with
26030 8 colors, and yellow for dark backgrounds with 8 colors.
26031
26032 * font-lock.el (font-lock-regexp-grouping-backslash):
26033 Don't inherit from escape-glyph (use bold for all cases).
26034
26035 * info.el (info-xref-visited): Use light foreground color `violet'
26036 for dark backgrounds instead of dark color `magenta3'.
26037 (info-title-1): Use `yellow' color for dark backgrounds.
26038
26039 * isearch.el (isearch): Use not-too-dark magenta3 instead of
26040 too-light magenta2.
26041
26042 * replace.el (match): Use slightly more light RoyalBlue3 instead
26043 of dark RoyalBlue4.
26044
26045 * wid-edit.el (widget-inactive): Inherit from `shadow'.
26046
26047 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
26048
26049 * novice.el (disabled-command-hook): Declare it with
26050 `define-obsolete-variable-alias'.
26051
26052 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
26053 (desktop-buffer-misc-functions, desktop-buffer-handlers)
26054 (desktop-load-default): Add release to obsolescence info.
26055 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
26056 (desktop-append-buffer-args, desktop-read):
26057 Fix typos in docstrings.
26058 (desktop-kill): Fix typo in message.
26059 (desktop-save): Doc fix.
26060
26061 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
26062
26063 * viper-cmd.el (viper-escape-to-state): Bug fix.
26064 (viper-envelop-ESC-key): Change the definition of fast
26065 keysequence so it'll work with keyboard macros.
26066
26067 * ediff.el (ediff-patch-buffer): Change the docstring.
26068
26069 2005-07-19 Kenichi Handa <handa@m17n.org>
26070
26071 * international/mule-cmds.el (select-safe-coding-system): Try to
26072 use an auto-coding (if any) before anything else. If the found
26073 auto-coding is invalid, show a warning message.
26074
26075 * international/mule.el (find-auto-coding): New function created
26076 by modifying the body of set-auto-coding.
26077 (set-auto-coding): Use find-auto-coding to find a coding.
26078
26079 2005-07-18 Richard M. Stallman <rms@gnu.org>
26080
26081 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
26082 not isearch-mode-end-hook-error.
26083 (allout-before-change-protect): Fix error message.
26084
26085 2005-07-18 Juri Linkov <juri@jurta.org>
26086
26087 * allout.el (allout-mode):
26088 * calculator.el (calculator-copy):
26089 * custom.el (custom-known-themes):
26090 * dired.el (dired-desktop-buffer-misc-data)
26091 (dired-restore-desktop-buffer):
26092 * dired-x.el (dired-omit-marker-char):
26093 * files.el (basic-save-buffer):
26094 * font-core.el (font-lock-mode):
26095 * calendar/calendar.el (calendar-goto-hebrew-date)
26096 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
26097 (calendar-goto-persian-date):
26098 * language/ethio-util.el (ethio-sera-to-fidel-region):
26099 * textmodes/picture.el (picture-mode):
26100 Delete duplicate duplicate words.
26101
26102 2005-07-18 Juri Linkov <juri@jurta.org>
26103
26104 * isearch.el (isearch-mode-map): Remove key bindings for regexp
26105 chars * ? } |.
26106 (isearch-fallback): Don't call `isearch-process-search-char'.
26107 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
26108 (isearch-process-search-char): Call `isearch-fallback' for regexp
26109 chars * ? } |.
26110 (isearch-return-char): Make obsolete with `make-obsolete' instead
26111 of simply documenting it as obsolete in the docstring.
26112 (isearch-fallback): Refill docstring.
26113
26114 * international/isearch-x.el
26115 (isearch-process-search-multibyte-characters): Remove unneeded
26116 `concat'. Add intermediate values to `junk-hist' instead of
26117 `minibuffer-history'. Test the length of `str'.
26118
26119 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
26120
26121 * allout.el (allout-resolve-xref): Fix typos in error strings.
26122 (allout-before-change-protect): Remove unneeded `concat'.
26123
26124 * array.el (array-mode, array-reconfigure-rows)
26125 (untabify-backward): Fix typos in docstrings.
26126 (array-reconfigure-rows): Use `insert-buffer-substring', not
26127 `insert-buffer'.
26128
26129 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
26130 * progmodes/ada-mode.el (ada-make-body):
26131 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
26132
26133 * dired.el (dired-log):
26134 * tar-mode.el (tar-subfile-save-buffer):
26135 * play/zone.el (zone-pgm-stress-destress):
26136 Use `insert-buffer-substring', not `insert-buffer'.
26137
26138 2005-07-17 Simon Josefsson <jas@extundo.com>
26139
26140 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
26141
26142 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
26143
26144 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
26145 Add plain auth method.
26146 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
26147
26148 2005-07-17 Kim F. Storm <storm@cua.dk>
26149
26150 * ido.el (dired-other-window): Add ido property.
26151
26152 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
26153
26154 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
26155 Fix typo in docstring.
26156 (byte-compile-interactive-only-functions): Add `insert-buffer' and
26157 `insert-file-literally'.
26158
26159 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
26160 info and delete redundant message. Doc fix.
26161 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
26162 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
26163
26164 2005-07-16 Richard M. Stallman <rms@gnu.org>
26165
26166 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
26167 (byte-compile-and): Use byte-compile-and-recursion.
26168 (byte-compile-or-recursion): New function.
26169 (byte-compile-or): Use that.
26170 (byte-compile-if): Guard the else-clause too.
26171 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
26172
26173 * isearch.el (isearch-mode-end-hook-quit): New variable.
26174 (isearch-done): Bind it.
26175 (isearch-mode-end-hook): Doc fix.
26176
26177 * allout.el (allout-isearch-did-quit): Variable deleted.
26178 (allout-real-isearch-abort): Function name no longer used.
26179 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
26180 (allout-isearch-rectification): isearch-mode always exists.
26181 Don't set allout-isearch-did-quit.
26182 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
26183 allout-isearch-did-quit.
26184 (allout-enwrap-isearch): Just add the hook.
26185 (allout-isearch-abort): Function deleted.
26186 (allout-pre-command-business): Avoid warning.
26187
26188 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
26189 Correctly avoid warnings.
26190 (pascal-outline): Likewise.
26191
26192 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
26193
26194 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
26195
26196 * play/tetris.el (tetris-mode): Avoid warning.
26197
26198 * play/snake.el (snake-mode): Avoid warning.
26199
26200 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
26201 (gamegrid-set-display-table): Avoid warning.
26202 (gamegrid-set-timer): Likewise.
26203 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
26204 (gamegrid-add-score-with-update-game-score-1): Take FILE
26205 as argument.
26206 (gamegrid-add-score-with-update-game-score): Pass that argument.
26207 Rename have-shared-game-dir to gamegrid-shared-game-dir.
26208
26209 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
26210
26211 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
26212 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
26213
26214 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
26215 and insert-file.
26216
26217 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
26218 (sc-ask): Avoid warnings.
26219
26220 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
26221 (eshell-hist-initialize): Use that var the natural way.
26222
26223 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
26224
26225 * emacs-lisp/re-builder.el (reb-cook-regexp):
26226 Avoid warning calling lre-compile-string.
26227 (reb-color-display-p): Avoid warning.
26228
26229 * calculator.el (calculator-last-input): Guard uses
26230 of event-key and key-press-event-p.
26231 (event-key, key-press-event-p): Delete definitions.
26232
26233 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
26234 (find-gc-source-directory, find-gc-subrs-callers)
26235 (find-gc-noreturn-list, find-gc-source-files)
26236 (find-gc-subrs-called): Vars renamed and defvar'd.
26237
26238 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
26239 (checkdoc-overlay-put, checkdoc-delete-overlay)
26240 (checkdoc-overlay-start, checkdoc-overlay-end)
26241 (checkdoc-mode-line-update, checkdoc-char=):
26242 Define such that compiler knows they are defined.
26243 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
26244 (checkdoc-read-event): Delete. Use read-event directly.
26245
26246 * whitespace.el (whitespace-make-overlay)
26247 (whitespace-overlay-put, whitespace-delete-overlay)
26248 (whitespace-overlay-start, whitespace-overlay-end):
26249 Define such that compiler knows they are defined.
26250 (whitespace): Move conditional inside.
26251
26252 * tempo.el (tempo-insert-template): Suppress warning.
26253
26254 * ediff-diff.el (longlines-mode): Add defvar.
26255
26256 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
26257
26258 * server.el: Bind "C-x #" in a way that works even if C-x is
26259 redefined to a command key, not a prefix key.
26260
26261 2005-07-16 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net> (tiny change)
26262
26263 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
26264 cl-make-type-test till execution time.
26265
26266 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
26267
26268 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
26269 arg ARG and use it.
26270
26271 2005-07-16 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net> (tiny change)
26272
26273 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
26274
26275 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
26276
26277 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
26278 a defcustom with two :set or :type keywords.
26279
26280 2005-07-15 Richard M. Stallman <rms@gnu.org>
26281
26282 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
26283 Don't give ^M comment-end syntax.
26284
26285 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
26286
26287 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
26288 Don't consider gdbmi (gdb-mi.el has its own update functions).
26289 (gdb-var-delete): Make it work for gdbmi as well.
26290 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
26291
26292 * progmodes/gud.el (etags, sdb): Only require etags when needed.
26293 (gud-speedbar-menu-items): Correct logic for enabling items.
26294
26295 2005-07-15 Kim F. Storm <storm@cua.dk>
26296
26297 * ido.el: Fix commentary.
26298 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
26299 Use with-no-warnings around ffap-guesser.
26300 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
26301 Let bind minibuffer-completing-file-name to t.
26302
26303 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
26304
26305 * startup.el (site-run-file, keyboard-type): Doc fixes.
26306 (command-line): Check for "--basic-display" argument; also for
26307 "--quick", not "--bare-bones" (which was renamed).
26308 (fancy-splash-text): Add missing item "Getting New Versions".
26309 (normal-splash-screen): Fix typos and improve consistency with
26310 `fancy-splash-text'. Update copyright year.
26311
26312 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
26313 valid binding for `help-char'.
26314
26315 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
26316
26317 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
26318
26319 * term.el (term-mode): Disable cua-mode for term buffers.
26320
26321 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
26322
26323 * add-log.el (add-log-mailing-address, change-log-merge):
26324 Doc fixes.
26325 (change-log-get-method-definition): Fix typo in docstring.
26326
26327 2005-07-14 Kim F. Storm <storm@cua.dk>
26328
26329 * emulation/cua-base.el:
26330 (cua--pre-command-handler-1, cua--pre-command-handler)
26331 (cua--post-command-handler-1, cua--post-command-handler):
26332 Split in two. Check (buffer local) value of cua-mode.
26333 (cua-selection-mode): New command.
26334
26335 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
26336
26337 * custom.el (custom-initialize-safe-set)
26338 (custom-initialize-safe-default): Doc fixes.
26339
26340 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
26341 and simplify :init-value again.
26342
26343 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
26344 and simplify :init-value again. Delete autoload.
26345
26346 * startup.el (command-line): Use `custom-reevaluate-setting' again
26347 for tooltip-mode.
26348
26349 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
26350 a defcustom with two :initialize keywords.
26351
26352 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
26353
26354 * allout.el (my-mark-marker, allout-isearch-prior-pos)
26355 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
26356 (allout-post-command-business, allout-flag-region)
26357 (isearch-reenable-font-lock, allout-yank)
26358 (allout-insert-latex-header, allout-insert-latex-trailer)
26359 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
26360 (allout-latex-verb-quote): Fix typos in docstrings.
26361 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
26362 (allout-unprotected, allout-prefix-data):
26363 Improve argument/docstring consistency.
26364 (allout-chart-subtree): Fix argument spec.
26365 (allout-open-topic): Rename `use_sib_bullet' argument to
26366 `use-sib-bullet'. Doc fix.
26367
26368 * whitespace.el (whitespace-check-buffer-leading)
26369 (whitespace-check-buffer-trailing)
26370 (whitespace-check-buffer-indent)
26371 (whitespace-check-buffer-spacetab)
26372 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
26373 (whitespace-check-leading-whitespace)
26374 (whitespace-check-trailing-whitespace)
26375 (whitespace-check-spacetab-whitespace)
26376 (whitespace-check-indent-whitespace)
26377 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
26378 (whitespace-modes): Fix typos in docstrings.
26379 (defgroup, defcustom): Doc fixes.
26380
26381 * winner.el (winner-mode, winner-boring-buffers)
26382 (winner-pending-undo-ring): Doc fixes.
26383 (winner-ring): Remove unneeded `progn'.
26384 (winner-equal): `defsubst' it.
26385 (winner-redo): Fix message.
26386
26387 2005-07-13 Kim F. Storm <storm@cua.dk>
26388
26389 * simple.el (line-move-1): Always use vertical-motion to
26390 do the last (or only) line move to ensure some movement.
26391 Undo 2005-06-23 change--don't check for overlays.
26392
26393 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26394
26395 * term/mac-win.el (ccl-encode-mac-roman-font)
26396 (ccl-encode-mac-centraleurroman-font)
26397 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
26398 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
26399 Change charset-id boundary of dimension to ?\xef.
26400 (mac-char-fontspec-list): New constant.
26401 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
26402 argument. Nil uses itself as family in font-spec. Previous
26403 behavior for nil is now provided by non-nil non-string argument.
26404 All callers changed. Add font-specs for Mac fonts to
26405 "fontset-default" unless iso8859-1 fonts are installed.
26406
26407 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
26408
26409 * progmodes/sh-script.el (sh-get-indent-info): Only indent
26410 a continuation line if the \ is preceded by SPC or TAB.
26411 (sh-get-indent-info): Simplify.
26412 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
26413 Use with-current-buffer.
26414
26415 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
26416 when the matched text is empty.
26417
26418 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
26419
26420 * startup.el (command-line): Revert to previous handling of
26421 tooltip-mode. Explain in comment why the complexity is needed.
26422
26423 * tooltip.el (tooltip-mode): Revert to previous implementation of
26424 its defcustom.
26425
26426 * frame.el (blink-cursor-mode): Revert to previous implementation
26427 of its defcustom. Update comment.
26428
26429 2005-07-12 Lars Hansen <larsh@soem.dk>
26430
26431 * desktop.el: Update e-mail address.
26432
26433 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26434
26435 * term/mac-win.el (mac-services-mail-selection)
26436 (mac-services-mail-to): New functions.
26437 (mac-application-menu-map): Bind them.
26438
26439 2005-07-12 wulei <milton@wulei.net> (tiny change)
26440
26441 * progmodes/gdb-ui.el: Add note about buffering with Windows.
26442
26443 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
26444
26445 * custom.el (custom-reevaluate-setting): Doc fix.
26446
26447 2005-07-11 Jay Belanger <belanger@truman.edu>
26448
26449 * calc/calc.el (calc-embedded-announce-formula-alist)
26450 (calc-embedded-open-close-plain-alist)
26451 (calc-embedded-open-close-mode-alist): Add checks for additional
26452 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
26453
26454 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
26455
26456 * custom.el (custom-enable-theme): Don't add theme to
26457 `custom-enabled-themes' with `push' because there is no
26458 setf-method for `delq'.
26459
26460 2005-07-11 Richard M. Stallman <rms@gnu.org>
26461
26462 * custom.el (custom-declare-variable): Doc fix.
26463
26464 * dired-aux.el (dired-compare-directories): Remove "." and ".."
26465 from the alists.
26466
26467 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
26468 Do nothing if edebug-active.
26469
26470 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
26471 (edebug-display): Do it here instead.
26472
26473 2005-07-10 Richard M. Stallman <rms@gnu.org>
26474
26475 * cus-face.el (custom-theme-set-faces): Make it work.
26476 (custom-reset-faces): Doc fix.
26477 (custom-theme-reset-internal-face, custom-theme-face-value):
26478 Functions deleted.
26479
26480 * custom.el (custom-push-theme): Maintain list of the settings
26481 of a given theme in its theme-settings property.
26482 Maintain position of old settings in the theme-value
26483 or theme-face property.
26484 (custom-enabled-themes): New variable.
26485 (custom-theme-enabled-p): New function.
26486 (provide-theme): Update custom-enabled-themes.
26487 Disable and reenable the `user' theme.
26488 (require-theme): Doc fix.
26489 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
26490 (custom-theme-value, custom-theme-variable-value): Likewise.
26491 (custom-theme-reset-internal): Likewise.
26492 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
26493 (custom-enable-theme, custom-disable-theme): New functions.
26494 (custom-variable-theme-value, custom-face-theme-value): Likewise.
26495 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
26496 (custom-theme-reset-variables): Simplify.
26497 (deftheme, custom-declare-theme, custom-make-theme-feature):
26498 Definitions moved.
26499
26500 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
26501
26502 * longlines.el (longlines-show-region)
26503 (longlines-unshow-hard-newlines): Recognize hard newlines by
26504 non-nil hard property, instead of t.
26505
26506 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
26507
26508 * viper-cmd.el (viper--key-maps): New variable.
26509 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
26510 emulation-mode-map-alists.
26511 (viper-envelop-ESC-key): Use viper-subseq.
26512 (viper-search-forward/backward/next): Disable debug-on-error.
26513
26514 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
26515 (viper-ESC-key): New defcustoms.
26516
26517 * viper-macs.el (ex-map-read-args): Use viper-subseq.
26518
26519 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
26520 (viper-subseq): Copy of subseq from cl.el.
26521
26522 * viper.el (viper-go-away, viper-set-hooks): Use
26523 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
26524
26525 * viper-mous.el (viper-current-frame-saved): Use defvar.
26526
26527 * viper-init.el: Get rid of -face in face names.
26528
26529 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
26530 Make it work with longlines mode.
26531
26532 * ediff-mult.el (ediff-meta-mode-hook): New variable.
26533
26534 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
26535
26536 * ediff-init.el: Get rid of -face in face names.
26537
26538 2005-07-10 Richard M. Stallman <rms@gnu.org>
26539
26540 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
26541 and with-timeout-unsuspend.
26542
26543 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
26544 and with-timeout-unsuspend.
26545
26546 * emacs-lisp/timer.el (with-timeout-timers): New variable.
26547 (with-timeout): Bind that variable to record timers.
26548 (with-timeout-suspend, with-timeout-unsuspend): New functions.
26549
26550 * emacs-lisp/debug.el (debug-help-follow): New function.
26551 (debugger-mode-map): Use that instead of help-follow.
26552 (debugger-setup-buffer): Use eval-buffer-list
26553 to handle eval-buffer frames.
26554
26555 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
26556
26557 * timezone.el (timezone-parse-date): Change first regexp
26558 so it will not mistakenly match dates with no time zone.
26559
26560 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
26561
26562 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
26563
26564 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
26565
26566 * custom.el (custom-initialize-safe-set)
26567 (custom-initialize-safe-default): New functions.
26568
26569 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
26570 and simplify :init-value.
26571
26572 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
26573 and simplify :init-value. Delete obsolete comment.
26574
26575 * startup.el (command-line): Use `custom-reevaluate-setting' to
26576 handle `tooltip-mode'. Delete obsolete comment.
26577
26578 * files.el (set-visited-file-name): Avoid calling
26579 `file-name-nondirectory' with a nil argument.
26580
26581 2005-07-09 Richard M. Stallman <rms@gnu.org>
26582
26583 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
26584 was called with nil for the buffer, handle the read position right.
26585 Handle read position for eval-region, too.
26586
26587 2005-07-09 Juri Linkov <juri@jurta.org>
26588
26589 * fringe.el (fringe-mode): Add period in docstring.
26590 (fringe-query-style): Build prompt depending on `all-frames' arg.
26591
26592 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
26593 to not create links to unrelated functions in the Help buffer.
26594
26595 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
26596 Doc fix.
26597
26598 * simple.el (next-error-hook): New variable.
26599 (next-error): Use it. Doc fix.
26600
26601 * textmodes/ispell.el (ispell-command-loop): Add current
26602 dictionary name and program name to mode-line-format.
26603 (ispell-region, ispell-process-line): Add current dictionary name
26604 and program name to messages.
26605
26606 2005-07-08 Jay Belanger <belanger@truman.edu>
26607
26608 * calc/calc.el (calc-embedded-announce-formula-alist)
26609 (calc-embedded-open-close-formula-alist)
26610 (calc-embedded-open-close-word-alist)
26611 (calc-embedded-open-close-plain-alist)
26612 (calc-embedded-open-close-new-formula-alist)
26613 (calc-embedded-open-close-mode-alist)
26614 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
26615 (calc-embedded-mode-hook): New variables.
26616
26617 * calc/calc-embed.el (calc-embedded-firsttime)
26618 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
26619 New variables.
26620 (calc-do-embedded): Use calc-embedded-firsttime,
26621 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
26622 determine whether or not to run hooks.
26623 (calc-embedded-make-info): Set calc-embedded-firsttime-buf and
26624 calc-embedded-firsttime-formula appropriately.
26625 Set calc-embedded delimiter variables according to mode.
26626
26627 2005-07-08 Richard M. Stallman <rms@gnu.org>
26628
26629 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
26630 Check for "emacs", etc., as entire symbol, not just as word.
26631 (checkdoc-file-comments-engine): Use regexp-quote on FN.
26632
26633 * files.el (set-visited-file-name): Report the error
26634 for "empty filename" earlier.
26635 (kill-some-buffers): Ignore buffers already dead.
26636
26637 * fringe.el (fringe-mode): Doc fix.
26638
26639 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
26640 Check for (featurep 'xemacs) and turn off warnings in what it guards.
26641 Use unwind-protect to ensure byte-compile-unresolved-functions
26642 is updated.
26643
26644 * whitespace.el (whitespace-buffer-leading-cleanup):
26645 Simplify w/ skip-chars-forward.
26646 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
26647
26648 * mail/rmail.el (rmail-only-expunge): Fix paren error.
26649 Unconditionally try to leave point at the same old place.
26650
26651 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
26652
26653 * comint.el (comint-postoutput-scroll-to-bottom)
26654 (comint-show-maximum-output): Take scroll-margin into consideration.
26655
26656 2005-07-08 Kim F. Storm <storm@cua.dk>
26657
26658 * ido.el (ido-use-filename-at-point): New choice `guess'.
26659 (ido-file-internal): Try ffap-guesser if selected.
26660
26661 * ido.el (ido-before-fallback-functions): New hook.
26662 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
26663 (ido-read-file-name): Run it.
26664
26665 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
26666
26667 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
26668 strings rather than a list of symbols to the completion function.
26669
26670 2005-07-07 Jay Belanger <belanger@truman.edu>
26671
26672 * calc/calc-units.el (math-apply-units): Change the places in
26673 which units are simplified.
26674
26675 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
26676
26677 * cus-edit.el (customize-option, customize-option-other-window):
26678 Make them handle aliases.
26679
26680 * custom.el (custom-variable-p): Make it recursively follow
26681 aliases. Mention that in the docstring.
26682
26683 2005-07-07 Richard M. Stallman <rms@gnu.org>
26684
26685 * cus-start.el (exec-path): Use `directory' instead of `file'.
26686 Fix tag for nil.
26687
26688 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
26689
26690 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
26691 when called non-interactively. Doc fix.
26692
26693 2005-07-07 Lute Kamstra <lute@gnu.org>
26694
26695 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
26696 new address as well.
26697
26698 2005-07-07 Kenichi Handa <handa@m17n.org>
26699
26700 * international/mule.el (make-coding-system):
26701 Describe `ascii-incompatible' property in the docstring.
26702 (set-file-name-coding-system): Signal an error if coding-system is
26703 ascii-incompatible.
26704 (set-keyboard-coding-system): Likewise.
26705
26706 * international/mule-cmds.el (set-default-coding-systems):
26707 Don't set default-file-name-coding-system and
26708 default-keyboard-coding-system if coding-system is ASCII-incompatible.
26709
26710 * international/utf-16.el: Declare that all UTF-16-based coding
26711 systems are ASCII-incompatible.
26712
26713 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
26714
26715 * progmodes/gud.el: Require font-lock for displaying errors.
26716 Used by gdb-ui.el.
26717
26718 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
26719
26720 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
26721 values for the pattern lists which are `read'able but not
26722 `append'able (like symbols).
26723
26724 2005-07-06 Richard M. Stallman <rms@gnu.org>
26725
26726 * progmodes/flymake.el (flymake-float-time): Instead of
26727 with-no-warnings, test for XEmacs.
26728 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
26729 to avoid warning.
26730
26731 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
26732
26733 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
26734
26735 2005-07-05 Lute Kamstra <lute@gnu.org>
26736
26737 * battery.el: Add support for Darwin (with much debugging help
26738 from Samuel Lauber <sam124@operamail.com>).
26739 (battery-status-function, battery-echo-area-format)
26740 (battery-mode-line-format): Add support for pmset on Darwin.
26741 (battery-load-low, battery-load-critical): New user options.
26742 (battery-pmset): New function.
26743
26744 2005-07-05 Lute Kamstra <lute@gnu.org>
26745
26746 Update FSF's address in GPL notices.
26747
26748 * textmodes/page-ext.el: Update FSF's address.
26749
26750 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
26751
26752 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
26753 filling from using prefix when filling a single-line docstring.
26754
26755 * progmodes/flymake.el: Remove useless eval-when-compile.
26756
26757 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
26758
26759 2005-07-04 Richard M. Stallman <rms@gnu.org>
26760
26761 * textmodes/org.el (org-file-apps-defaults-gnu):
26762 Rename from org-file-apps-defaults-linux.
26763 (org-default-apps): Don't test system-type for `linux'.
26764 (org-file-apps): Doc fix.
26765
26766 2005-07-04 David Ponce <david@dponce.com>
26767
26768 * tree-widget.el: Improve header Commentary section.
26769 (tree-widget) [defgroup]
26770 (tree-widget-image-enable, tree-widget-themes-directory)
26771 (tree-widget-theme, tree-widget-image-properties-emacs)
26772 (tree-widget-image-properties-xemacs, tree-widget-create-image)
26773 (tree-widget-image-formats, tree-widget-control)
26774 (tree-widget-empty-control, tree-widget-leaf-control
26775 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
26776 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
26777 (tree-widget-keep, tree-widget-after-toggle-functions)
26778 (tree-widget-open-node, tree-widget-close-node): Doc fix.
26779 (tree-widget-open-control, tree-widget-close-control): Fix doc and
26780 :help-echo message.
26781 (tree-widget-set-theme): Doc fix. Use `string-equal'.
26782 (tree-widget-image-properties): Doc fix. Clearer implementation.
26783 (tree-widget--cursors): New constant.
26784 (tree-widget-lookup-image): New function split from
26785 `tree-widget-find-image'. Clearer implementation.
26786 (tree-widget-find-image): Use it.
26787 (tree-widget-button-keymap): Use `set-keymap-parent'.
26788 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
26789 Define the sub-widgets here.
26790 (tree-widget-node): Check that :node is not a tree-widget.
26791 (tree-widget-get-super, tree-widget-open-control)
26792 (tree-widget-close-control, tree-widget-empty-control)
26793 (tree-widget-leaf-control, tree-widget-guide)
26794 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
26795 (tree-widget-no-handle, tree-widget-value-delete)
26796 (tree-widget-map): Remove.
26797 (tree-widget-children-value-save): Doc fix. Simplified.
26798 (tree-widget-value-create): Update according to previous changes.
26799
26800 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
26801
26802 * textmodes/org.el: Leading space replaced by TABS.
26803 (org-recalc-marks, org-table-rotate-recalc-marks)
26804 (org-table-get-specials): Treat "^" and "_" marks.
26805 (org-table-justify-field-maybe): Optional argument NEW.
26806 (org-table-eval-formula): Parsing of the format simplified.
26807 New modes C,I. Honor the %= parameter in the current table.
26808 Avoid unnecessary re-align by using the NEW argument to
26809 `org-table-justify-field-maybe'.
26810 (org-calc-default-modes): Default for date-format mimicks org-mode.
26811 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
26812
26813 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
26814
26815 * cus-face.el (custom-theme-set-faces): Make it handle face
26816 aliases whose alias declarations are pre- or autoloaded.
26817
26818 2005-07-04 Juri Linkov <juri@jurta.org>
26819
26820 * faces.el (read-face-name): Put the code for getting a face name
26821 from the buffer before adding the faces from the `face' property.
26822 Use `completing-read-multiple' instead of `completing-read'.
26823 Require `crm'. Add default value and post-process the returned
26824 list of faces.
26825
26826 * emacs-lisp/crm.el (crm-find-current-element)
26827 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
26828
26829 * emacs-lisp/lisp-mode.el (eval-defun-1):
26830 * emacs-lisp/edebug.el (edebug-eval-defun):
26831 Remove unnecessary quotes.
26832
26833 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
26834
26835 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
26836 (prolog-indent-level): Fix typo in docstring.
26837
26838 * info.el (Info-history, Info-history-forward)
26839 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
26840
26841 * add-log.el (add-change-log-entry):
26842 * comint.el (comint-dynamic-list-input-ring)
26843 (comint-dynamic-list-completions):
26844 * dabbrev.el (dabbrev-expand):
26845 * delim-col.el (delimit-columns-rectangle-line):
26846 * diff-mode.el (diff-context->unified, diff-reverse-direction)
26847 (diff-unified->context):
26848 * ediff-init.el (ediff-abbrev-jobname):
26849 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
26850 (ediff-replace-session-activity-marker-in-meta-buffer):
26851 * info.el (Info-summary):
26852 * lpr.el (printify-region):
26853 * printing.el (pr-create-interface):
26854 * ps-print.el (ps-print-quote):
26855 * ses.el (ses-column-widths, ses-print-cell)
26856 (ses-adjust-print-width, ses-center):
26857 * shell.el (shell-file-name-quote-list):
26858 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
26859 (strokes-fill-current-buffer-with-whitespace)
26860 (strokes-xpm-for-stroke, strokes-list-strokes)
26861 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
26862 * term.el (term-dynamic-list-input-ring)
26863 (term-dynamic-list-completions):
26864 * calc/calc.el (math-format-stack-value):
26865 * emacs-lisp/edebug.el (edebug-display-freq-count):
26866 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
26867 (delphi-new-comment-line):
26868 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
26869 * progmodes/executable.el (executable-set-magic):
26870 * progmodes/python.el (inferior-python-mode):
26871 * progmodes/scheme.el (scheme-mode-syntax-table):
26872 * progmodes/sh-script.el (sh-maybe-here-document):
26873 * progmodes/sql.el (sql-copy-column):
26874 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
26875 * textmodes/bibtex.el (bibtex-mode):
26876 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
26877 (sgml-auto-attributes):
26878 * textmodes/table.el (table-insert, table-shorten-cell)
26879 (table--generate-source-scan-lines, table-delete-row)
26880 (*table--cell-delete-char, table--spacify-frame)
26881 (table--horizontally-shift-above-and-below)
26882 (table--cell-insert-char, table--cell-blank-str)
26883 (table--fill-region-strictly):
26884 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
26885 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
26886
26887 * add-log.el (change-log):
26888 * apropos.el (apropos):
26889 * comint.el (comint-completion, comint-source):
26890 * dabbrev.el (dabbrev):
26891 * delim-col.el (columns):
26892 * diff-mode.el (diff-mode):
26893 * ediff.el (ediff):
26894 * ediff-diff.el (ediff-diff):
26895 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
26896 * ediff-mult.el (ediff-mult):
26897 * ediff-ptch.el (ediff-ptch):
26898 * ediff-wind.el (ediff-window):
26899 * facemenu.el (facemenu):
26900 * indent.el (indent):
26901 * info.el (info):
26902 * jka-cmpr-hook.el (compression, jka-compr):
26903 * lpr.el (lpr):
26904 * outline.el (outlines):
26905 * pcmpl-cvs.el (pcmpl-cvs):
26906 * pcmpl-rpm.el (pcmpl-rpm):
26907 * printing.el (printing):
26908 * ps-print.el (postscript, ps-print, ps-print-horizontal)
26909 (ps-print-vertical, ps-print-headers, ps-print-font)
26910 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
26911 (ps-print-background, ps-print-printer, ps-print-page)
26912 (ps-print-miscellany):
26913 * ses.el (ses):
26914 * shell.el (shell, shell-directories, shell-faces):
26915 * startup.el (initialization):
26916 * strokes.el (strokes):
26917 * term.el (term):
26918 * uniquify.el (uniquify):
26919 * w32-vars.el (w32):
26920 * calc/calc.el (calc):
26921 * emacs-lisp/bytecomp.el (bytecomp):
26922 * emacs-lisp/cl-indent.el (lisp-indent):
26923 * emacs-lisp/edebug.el (edebug):
26924 * emacs-lisp/elp.el (elp):
26925 * emacs-lisp/testcover.el (testcover):
26926 * emacs-lisp/trace.el (trace):
26927 * emulation/viper-ex.el (viper-ex):
26928 * emulation/viper-mous.el (viper-mouse):
26929 * mail/mailalias.el (mailalias):
26930 * mail/supercite.el (supercite, supercite-frames)
26931 (supercite-attr, supercite-cite, supercite-hooks):
26932 * net/rcompile.el (remote-compile):
26933 * net/rlogin.el (rlogin):
26934 * obsolete/ooutline.el (outlines):
26935 * progmodes/delphi.el (delphi):
26936 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
26937 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
26938 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
26939 (ebnf-optimization):
26940 * progmodes/etags.el (etags):
26941 * progmodes/executable.el (executable):
26942 * progmodes/idlwave.el (idlwave):
26943 * progmodes/pascal.el (pascal):
26944 * progmodes/prolog.el (prolog):
26945 * progmodes/python.el (python):
26946 * progmodes/scheme.el (scheme):
26947 * progmodes/sh-script.el (sh, sh-script):
26948 * progmodes/sql.el (SQL):
26949 * progmodes/tcl.el (tcl):
26950 * textmodes/bibtex.el (bibtex, bibtex-autokey):
26951 * textmodes/enriched.el (enriched):
26952 * textmodes/makeinfo.el (makeinfo):
26953 * textmodes/sgml-mode.el (sgml):
26954 * textmodes/table.el (table-hooks):
26955 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
26956 * textmodes/texinfo.el (texinfo):
26957 * textmodes/two-column.el (two-column):
26958 Finish `defgroup' description with period.
26959
26960 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
26961 * eshell/esh-var.el (eshell-var):
26962 * progmodes/vhdl-mode.el (vhdl-testbench):
26963 * textmodes/org.el (org): Fix typos in docstrings.
26964
26965 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
26966 consistency.
26967
26968 * progmodes/flymake.el (flymake-find-file): Remove.
26969 (flymake-float-time): Use `with-no-warnings'.
26970 (flymake-check-start-time, flymake-check-was-interrupted)
26971 (flymake-err-info, flymake-is-running, flymake-last-change-time)
26972 (flymake-new-err-info): `defvar' at compile time.
26973
26974 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
26975
26976 * replace.el (occur-hook): Doc fix.
26977 (occur-1): Don't call `occur-hook' if there are no matches.
26978
26979 2005-07-03 Richard M. Stallman <rms@gnu.org>
26980
26981 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
26982 global-map, save the same map.
26983 (global-map): Don't alter it at top level.
26984 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
26985 Then alter it here instead.
26986 (tpu-edt-off): Set global-map to the saved one.
26987
26988 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
26989 All references simplified.
26990 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
26991 (zmacs-regions): Add defvar.
26992 (repeat-complex-command-map): Everything about that deleted.
26993
26994 * textmodes/artist.el (artist-key-is-drawing)
26995 (artist-key-endpoint1, artist-key-poly-point-list)
26996 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
26997 (artist-key-compl-table, artist-rb-save-data)
26998 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
26999 Don't put them in eval-when-compile.
27000 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
27001
27002 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
27003 Use with-no-warnings.
27004
27005 * net/browse-url.el (dos-windows-version): Add defvar.
27006
27007 * mail/supercite.el (filladapt-prefix-table): Add defvar.
27008
27009 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
27010 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
27011 (rmail-new-summary-line-count): Rename from new-summary-line-count.
27012 Add defvar.
27013 (rmail-summary-beginning-of-message): Use with-no-warnings.
27014 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
27015
27016 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
27017 Use with-no-warnings.
27018
27019 * emulation/vi.el (vi-mark-region): Use c-mark-function.
27020 (c-mark-function): Add point-moving-unit property.
27021 (vi-goto-line): Use with-no-warnings.
27022
27023 * emulation/edt.el (edt-last-copied-word): Add defvar.
27024 (zmacs-region-stays): Likewise.
27025 (edt-mark-section-wisely): Use c-mark-function for C.
27026 Use makr-defun for Fortran.
27027 (time-string): defvar deleted.
27028 (edt-display-the-time): Don't set time-string.
27029
27030 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
27031
27032 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
27033 Don't warn when name is not constant
27034 or for defining the group `emacs'.
27035
27036 * tooltip.el (gud-tooltip-mode): Add defvar.
27037
27038 * startup.el (default-frame-background-mode): Add defvar.
27039
27040 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
27041
27042 * info.el (tool-bar-map): Add defvar.
27043
27044 * dired.el (dnd-protocol-alist): Add defvar.
27045
27046 * dired-aux.el (dired-query): Display question with answer, when
27047 the user answers.
27048
27049 * custom.el (custom-add-option): Doc fix.
27050
27051 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
27052
27053 2005-07-03 Eli Zaretskii <eliz@gnu.org>
27054
27055 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
27056 bogus name from the last change.
27057
27058 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
27059
27060 * custom.el (custom-declare-variable): Fix typos in comment.
27061 (custom-known-themes): Doc fix.
27062 (custom-theme-directory): New defcustom.
27063 (require-theme): Make it check `custom-theme-directory'.
27064
27065 * cus-theme.el (custom-new-theme-mode): New function.
27066 (custom-theme-name, custom-theme-variables, custom-theme-faces)
27067 (custom-theme-description): Add compiler defvars.
27068 (customize-create-theme): Add doc to the "*New Custom Theme*"
27069 buffer. Use `custom-new-theme-mode'.
27070 (custom-theme-write): Put the created buffer in emacs-lisp-mode
27071 and save it to the `custom-theme-directory'. Make this the
27072 default directory of the buffer.
27073
27074 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
27075
27076 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
27077 Fix unbalanced parentheses.
27078
27079 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
27080
27081 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
27082 into flymake-mode and delegate to flymake-mode.
27083
27084 * find-file.el (ff-which-function-are-we-in): Clean up.
27085
27086 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
27087
27088 * replace.el (occur-rename-buffer): Fix docstring.
27089
27090 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
27091 (edt-last-copied-word, edt-learn-macro-count)
27092 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
27093 (edt-rect-start-point, edt-user-global-map, rect-start-point)
27094 (time-string, zmacs-region-stays):
27095 * emulation/edt-mapper.el (edt-save-function-key-map)
27096 (EDT-key-name): `defvar' to silence the byte-compiler.
27097
27098 2005-07-02 Martin Rudalics <rudalics@gmx.at>
27099
27100 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
27101 font-lock-regexp-backslash. Doc fix.
27102 (font-lock-regexp-backslash-grouping-construct): Rename from
27103 font-lock-regexp-backslash-construct. Doc fix.
27104 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
27105 grouping constructs.
27106
27107 2005-07-02 Eli Zaretskii <eliz@gnu.org>
27108
27109 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
27110 updating all the prerequisites.
27111
27112 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
27113
27114 * textmodes/org.el (org-agenda-start-on-weekday)
27115 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
27116 (org-agenda-use-time-grid, org-archive-location)
27117 (org-allow-space-in-links, org-usenet-links-prefer-google)
27118 (org-enable-table-editor, org-export-default-language)
27119 (org-export-html-show-new-buffer, org-fill-paragraph)
27120 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
27121 (org-goto-quit, org-occur, org-eval-in-calendar)
27122 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
27123 (org-agenda-diary-entry, org-remember-help)
27124 (org-table-convert-region, org-at-table-p)
27125 (org-table-move-row-down, org-table-move-row-up)
27126 (org-table-copy-region, org-table-toggle-vline-visibility)
27127 (org-table-get-stored-formulas, org-table-get-specials)
27128 (org-recalc-commands, org-table-eval-formula)
27129 (org-table-formula-substitute-names, orgtbl-make-binding)
27130 (org-format-org-table-html, org-format-table-table-html)
27131 (org-format-table-table-html-using-table-generate-source)
27132 (org-customize): Fix typos in docstrings.
27133 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
27134 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
27135 (org-back-to-heading): Doc fixes.
27136 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
27137 (org-agenda-change-all-lines, org-get-header):
27138 Improve argument/docstring consistency.
27139 (orgtbl-error): Fix error message.
27140
27141 * progmodes/flymake.el (flymake-find-possible-master-files)
27142 (flymake-master-file-compare, flymake-get-line-err-count)
27143 (flymake-highlight-line, flymake-gui-warnings-enabled):
27144 Fix typos in docstrings.
27145 (flymake-parse-line, flymake-get-project-include-dirs-function)
27146 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
27147 Doc fixes.
27148 (flymake-get-project-include-dirs-function)
27149 (flymake-make-err-menu-data):
27150 Improve argument/docstring consistency.
27151
27152 2005-07-01 Lute Kamstra <lute@gnu.org>
27153
27154 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
27155 Catch errors with ignore-errors. Use temporary buffer.
27156 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
27157
27158 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
27159 background color faces.
27160 (facemenu-set-foreground, facemenu-set-background):
27161 Use facemenu-set-face-from-menu.
27162 (facemenu-set-face-from-menu): Treat face names that start with
27163 "fg:" or "bg:" as special.
27164 (facemenu-add-new-color): Don't create faces. Simplify.
27165
27166 2005-06-30 Richard M. Stallman <rms@gnu.org>
27167
27168 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
27169 (crm-find-current-element): Likewise.
27170
27171 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
27172
27173 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
27174
27175 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
27176
27177 * arc-mode.el (archive-extract): Make it work as a mouse binding.
27178 (archive-mouse-extract): Make it an obsolete alias.
27179 (archive-mode-map): Don't use archive-mouse-extract any more.
27180 (archive-mode, archive-extract): write-contents-hooks ->
27181 write-contents-functions.
27182 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
27183 first arg.
27184 (archive-rename-entry): Update the call.
27185 (archive-zip-summarize): Remove unused var `method'.
27186 (archive-lzh-summarize): Remove unused var `creator'.
27187
27188 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
27189 dedicated frame upon exit.
27190
27191 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
27192 (archive-zip-extract, archive-zip-expunge)
27193 (archive-zip-update, archive-zip-update-case): Use executable-find.
27194 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
27195 Use restore-buffer-modified-p.
27196 (archive-extract, archive-add-new-member, archive-write-file-member):
27197 Use with-current-buffer.
27198 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
27199
27200 2005-06-30 Andreas Schwab <schwab@suse.de>
27201
27202 * progmodes/gud.el (gud-filter): Remove unneeded progn.
27203
27204 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
27205
27206 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
27207
27208 2005-06-30 Juri Linkov <juri@jurta.org>
27209
27210 * faces.el (vertical-border): Inherit from mode-line-inactive
27211 only on tty.
27212
27213 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
27214
27215 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
27216 example, -NLINES in the `occur' docstring).
27217
27218 * replace.el (occur-1): When no matches are found, do not set the
27219 `buffer-read-only' and modified flags for the occur buffer,
27220 because it is deleted.
27221
27222 * emulation/cua-base.el (cua-check-pending-input)
27223 (cua-repeat-replace-region, cua-mode, cua-debug)
27224 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
27225 Fix typos in docstrings.
27226
27227 * emulation/cua-gmrk.el (cua-toggle-global-mark)
27228 (cua-cut-region-to-global-mark)
27229 (cua--cut-rectangle-to-global-mark):
27230 Remove period from end of messages.
27231
27232 * emulation/cua-rect.el (cua-do-rectangle-padding):
27233 Remove period from end of messages.
27234 (cua--rectangle-seq-format): Fix typo in docstring.
27235 (cua-sequence-rectangle, cua-fill-char-rectangle):
27236 Improve argument/docstring consistency.
27237
27238 2005-06-29 Juri Linkov <juri@jurta.org>
27239
27240 * faces.el (default-frame-background-mode): New internal variable.
27241 (frame-set-background-mode): Use it.
27242
27243 * startup.el (normal-top-level): Set default-frame-background-mode
27244 instead of frame-background-mode. Before setting it, test for its
27245 nil value. Remove tests for frame-background-mode and frame
27246 parameter `reverse'. Add test for "unspecified-fg".
27247
27248 * term/xterm.el (xterm-rxvt-set-background-mode):
27249 * term/rxvt.el (rxvt-set-background-mode):
27250 Set default-frame-background-mode instead of frame-background-mode.
27251
27252 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
27253
27254 * simple.el (set-variable): Warn about obsolete user variables.
27255
27256 * imenu.el (imenu--completion-buffer):
27257 * mouse.el (mouse-buffer-menu-alist):
27258 * msb.el (msb-invisible-buffer-p):
27259 * calendar/diary-lib.el (diary-header-line-format):
27260 * emacs-lisp/pp.el (pp-buffer):
27261 * progmodes/cperl-mode.el (cperl-do-auto-fill):
27262 * textmodes/picture.el (picture-replace-match):
27263 Change space constants followed by a sexp to "?\s ".
27264
27265 * play/decipher.el (decipher-loop-with-breaks):
27266 * textmodes/texinfo.el (texinfo-insert-@item): Change space
27267 constants "protected" from end of line by a comment to "?\s".
27268
27269 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
27270
27271 * font-lock.el (save-buffer-state): Use `declare'.
27272
27273 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
27274 reset the syntax-table to cperl-mode-syntax-table.
27275 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
27276 "foo_print_bar" is not matched as a reserved keyword.
27277
27278 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
27279
27280 * textmodes/org.el (orgtbl-setup): New function, for delayed
27281 setup for the orgtbl commands.
27282 (org-calc-default-modes): New option.
27283 (orgtbl-make-binding): Use `defun' to get better help display.
27284 (org-diary): Call `org-compile-prefix-format'.
27285 (org-table-formula-substitute-names): New function.
27286 (org-agenda-day-view, org-agenda-week-view): New commands.
27287 (org-agenda-toggle-week-view): Command removed.
27288 (org-tbl-menu): Split off from org-org-menu.
27289 (org-mode): Move removal of outline-mode menus to here.
27290 (org-table-formula-debug): New option.
27291 (org-table-insert-row): Keep first field if just "#" or "*".
27292 (org-mode): Paragraph regexps fixed.
27293 (org-table-recalculate-regexp): New constant.
27294 (org-table-justify-field-maybe): Avoid replace if not necessary.
27295 (org-copy-special, org-cut-special): Use `call-interactively'.
27296 (org-table-copy-region): Take region from `interactive' call.
27297 (org-trim): Return string even if no match.
27298 (org-formula): New face.
27299 (org-set-font-lock-defaults): No longer highlight "FIXME".
27300 But highlight formula-related fields in table.
27301 (org-table-p): Use regexp, not fontification.
27302 (org-table-align): Handle white space at end of line.
27303 (org-table-formula-evaluate-inline): New option.
27304 (org-mode): Auto-wrapping in comment lines turned off.
27305 (org-table-copy-down): Evaluate only in copied field, not in
27306 destination.
27307 (org-table-current-formula): Variable removed.
27308 (org-table-store-formulas, org-table-get-stored-formulas)
27309 (org-table-modify-formulas, org-table-replace-in-formulas)
27310 (org-table-maybe-eval-formula): New functions.
27311 (org-table-get-formula): Modify to use stored formulas.
27312 (org-table-insert-column, org-table-delete-column)
27313 (org-table-move-column): Call `org-table-modify-formulas'.
27314 (org-complete): Add completion for keyword formulas.
27315 (orgtbl-mode): Pull orgtbl-mode-map to start of
27316 minor-mode-map-alist.
27317
27318 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
27319
27320 * progmodes/python.el (python-check): Require `compile' before
27321 modifying its variables.
27322
27323 * newcomment.el (comment-indent-default): Don't get fooled by an early
27324 end of buffer.
27325
27326 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
27327
27328 * ps-print.el (ps-print-version): Fix version number.
27329
27330 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
27331
27332 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
27333
27334 2005-06-28 Richard M. Stallman <rms@gnu.org>
27335
27336 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
27337 (flyspell-local-mouse-map): Declaration deleted.
27338 (flyspell-mouse-map): Bind only mouse-2.
27339 (flyspell-mode-map): Don't test flyspell-use-local-map.
27340 (flyspell-overlay-keymap-property-name): Var deleted.
27341 (flyspell-mode-on): Don't make local bindings for
27342 flyspell-mouse-map and flyspell-mode-map.
27343 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
27344
27345 * textmodes/ispell.el (ispell-word): Do not ignore short words.
27346
27347 * progmodes/compile.el (compilation-next-error-function):
27348 Don't switch buffers; operate on the current buffer.
27349
27350 * progmodes/compile.el (compilation-error-file-name)
27351 (compilation-warning-file-name, compilation-info-file-name)
27352 (compilation-line-number, compilation-column-number): New faces.
27353 (compilation-error-face, compilation-warning-face)
27354 (compilation-info-face, compilation-line-face)
27355 (compilation-column-face): Use them.
27356
27357 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
27358
27359 * comint.el (comint-password-prompt-regexp): Accept ", try again".
27360
27361 * bindings.el (global-map): Bind insertchar and its variants.
27362
27363 2005-06-27 Richard M. Stallman <rms@gnu.org>
27364
27365 * textmodes/artist.el (artist-text-overwrite)
27366 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
27367
27368 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
27369
27370 * ps-print.el: It was not working the page selection for printing.
27371 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
27372 (ps-print-version): New version 6.6.7.
27373 (ps-end-sheet): New fun.
27374 (ps-header-sheet, ps-end-job): Call it.
27375
27376 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
27377
27378 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
27379
27380 2005-06-27 Lute Kamstra <lute@gnu.org>
27381
27382 * facemenu.el (facemenu-unlisted-faces): Add foreground and
27383 background color faces.
27384 (facemenu-get-face): Delete function.
27385 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
27386 (facemenu-add-new-color): Make second argument mandatory.
27387 Create the appropriate face and return it. Simplify.
27388 (facemenu-set-foreground, facemenu-set-background): Don't check if
27389 color is defined. Use return value of facemenu-add-new-color.
27390
27391 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
27392
27393 * progmodes/gud.el (gud-filter): Add missing argument to
27394 with-selected-window.
27395
27396 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
27397
27398 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
27399 a :require to the defcustom.
27400
27401 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
27402 defcustoms corresponding to minor modes.
27403
27404 2005-06-26 David Ponce <david@dponce.com>
27405
27406 * recentf.el: Require tree-widget instead of wid-edit.
27407 (recentf-filename-handler): Fix widget :type.
27408 (recentf-cancel-dialog, recentf-open-more-files)
27409 (recentf-open-files-action): Doc fix.
27410 (recentf-dialog-goto-first): New function.
27411 (recentf-dialog-mode-map): Set parent keymap first.
27412 (recentf-dialog-mode): Define with define-derived-mode.
27413 Don't display continuation lines in dialogs.
27414 (recentf-edit-list): Rename from recentf-edit-selected-items.
27415 (recentf-edit-list-select): Rename from recentf-edit-list-action.
27416 Simplify.
27417 (recentf-edit-list-validate): New function.
27418 (recentf-edit-list): Update accordingly.
27419 (recentf-open-files-item-shift): Remove.
27420 (recentf-open-files-item): Convert menu elements into tree and
27421 link widgets. Don't create the widgets.
27422 (recentf-open-files): Update accordingly.
27423 (recentf-save-list): Untabify.
27424
27425 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
27426
27427 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
27428 (keep-lines): Add INTERACTIVE arg. Never delete lines only
27429 partially contained in the active region. Do not take active
27430 region into account when called from Lisp, unless INTERACTIVE arg
27431 is non-nil. Use `forward-line' instead of `beginning-of-line' to
27432 avoid trouble with fields. Make marker point nowhere when no
27433 longer used. Always return nil. Doc fix.
27434 (flush-lines): Add INTERACTIVE arg. Do not take active region
27435 into account when called from Lisp, unless INTERACTIVE arg is
27436 non-nil. Use `forward-line' instead of `beginning-of-line' to
27437 avoid trouble with fields. Make marker point nowhere when no
27438 longer used. Always return nil. Doc fix.
27439 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
27440 interchangeable. Do not take active region into account when
27441 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
27442 message in echo area when called from Lisp, unless INTERACTIVE arg
27443 is non-nil. Avoid saying "1 occurrences". Do not use markers.
27444 Return the number of matches. Doc fix.
27445 (occur): Doc fix.
27446 (perform-replace): Make comment follow double space convention for
27447 the sake of `outline-minor-mode'.
27448
27449 * faces.el (facep): Doc fix.
27450
27451 2005-06-25 Richard M. Stallman <rms@gnu.org>
27452
27453 * facemenu.el (facemenu-enable-faces-p): New function.
27454 (facemenu-background-menu, facemenu-foreground-menu)
27455 (facemenu-face-menu): Add menu-enable property.
27456
27457 * jka-compr.el (jka-compr-insert-file-contents):
27458 Special handling if cannot find the uncompression program.
27459
27460 * cus-face.el (custom-face-attributes): Add autoload.
27461
27462 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
27463 Bind comment-indent-function locally.
27464
27465 * window.el (save-selected-window): Use save-current-buffer.
27466
27467 * subr.el (with-selected-window): Use save-current-buffer.
27468
27469 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
27470 and with-current-buffer.
27471
27472 2005-06-24 Richard M. Stallman <rms@gnu.org>
27473
27474 * simple.el (line-move-1): Fix previous change.
27475
27476 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
27477
27478 * replace.el (occur-1): Set `buffer-read-only' and the
27479 buffer-modified flag before running `occur-hook' to protect
27480 against unintentional buffer switches that can lead to data loss.
27481
27482 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
27483
27484 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
27485 (gud-gdb-marker-filter): Use font-lock-warning-face for any
27486 initial error.
27487
27488 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
27489 after fresh input.
27490 (gdb-var-create-handler): Put name of expression in quotes.
27491
27492 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
27493
27494 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
27495 elements of RING in order, and without bogus nil elements.
27496
27497 2005-06-23 Richard M. Stallman <rms@gnu.org>
27498
27499 * simple.el (set-variable): Args renamed; doc fix.
27500 (line-move-1): When there are overlays around, use vertical-motion.
27501
27502 * faces.el (escape-glyph): Use brown against light background.
27503 (nobreak-space): Rename from no-break-space.
27504 Fix previous change.
27505
27506 * dired-aux.el (dired-do-copy): Fix arg prompt.
27507
27508 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
27509
27510 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
27511
27512 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
27513 rather than "Distributor".
27514
27515 2005-06-23 Lute Kamstra <lute@gnu.org>
27516
27517 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
27518 (debug-on-entry): Use it. New interactive declaration that uses
27519 function-called-at-point.
27520
27521 2005-06-23 Kim F. Storm <storm@cua.dk>
27522
27523 * subr.el (save-match-data): Add comment about using evaporate arg
27524 to set-match-data.
27525
27526 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
27527
27528 * cus-edit.el (customize-face)
27529 (customize-face-other-window): Handle face aliases.
27530
27531 * faces.el (face-documentation, set-face-attribute)
27532 (face-spec-set): Handle face aliases.
27533
27534 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
27535
27536 * help-mode.el (help-make-xrefs): If a symbol representing a face
27537 name is not followed by the word "face", it could still be a
27538 function or variable name, so don't bypass other checks.
27539
27540 2005-06-22 Juri Linkov <juri@jurta.org>
27541
27542 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
27543 Replace aliased functions with calls where second arg `inherit' is t.
27544
27545 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
27546
27547 * progmodes/gdb-ui.el (gdb-error): New variable.
27548 (gdb-error): New function.
27549 (gdb-annotation-rules): Act on error-begin and error annotations.
27550 (gdb-concat-output): Use font-lock-warning-face for errors.
27551
27552 2005-06-22 Miles Bader <miles@gnu.org>
27553
27554 * bindings.el (propertized-buffer-identification): Use renamed
27555 `Buffer-menu-buffer' face.
27556
27557 * faces.el (vertical-border): Rename from `vertical-divider'.
27558 (escape-glyph): Change dark-background color back to `cyan'.
27559
27560 2005-06-21 Juri Linkov <juri@jurta.org>
27561
27562 * faces.el (face-user-default-spec): Try getting `customized-face'
27563 prior to `saved-face'.
27564 (frame-background-mode): Refill docstring.
27565
27566 * emacs-lisp/lisp-mode.el (eval-defun-1):
27567 * emacs-lisp/edebug.el (edebug-eval-defun):
27568 Set `saved-face' temporarily to nil before calling form.
27569 Set `customized-face' to the new spec after that.
27570
27571 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
27572
27573 * subr.el (1value, lambda, key-substitution-in-progress):
27574 Doc fixes.
27575
27576 * autoinsert.el (auto-insert-alist):
27577 * ses.el (ses-call-printer):
27578 * subr.el (noreturn):
27579 * emacs-lisp/lisp.el (check-parens):
27580 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
27581 * net/browse-url.el (browse-url-mosaic):
27582 * progmodes/cc-defs.el (c-safe-scan-lists):
27583 * progmodes/ebnf-abn.el (ebnf-abn-lex):
27584 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
27585 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
27586 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
27587 * progmodes/ebnf-iso.el (ebnf-iso-lex):
27588 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
27589
27590 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
27591
27592 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
27593
27594 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
27595
27596 * calendar/appt.el (appt-make-list): Activate the package, if
27597 not already active (for backwards compatibility).
27598
27599 2005-06-20 Kim F. Storm <storm@cua.dk>
27600
27601 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
27602
27603 2005-06-20 Miles Bader <miles@gnu.org>
27604
27605 * faces.el (vertical-divider): New face.
27606
27607 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
27608
27609 * simple.el (kill-whole-line): Doc fix.
27610 (next-error-buffer-p, next-error-find-buffer)
27611 (clone-indirect-buffer): Fix typos in docstrings.
27612 (comment-line-break-function): Doc fix: don't say variable
27613 is automatically buffer-local (it isn't).
27614
27615 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
27616
27617 * net/tramp-ftp.el (top):
27618 * net/tramp-smb.el (top):
27619 * net/tramp-util.el (top):
27620 * net/tramp-uu.el (top):
27621 * net/tramp-vc.el (top):
27622 * net/tramp.el (top): Revert copyright years back to original
27623 ones. Tramp has a life outside GNU Emacs.
27624
27625 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
27626
27627 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
27628
27629 2005-06-18 Juri Linkov <juri@jurta.org>
27630
27631 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
27632 end of first regexp to limit the match to the position between
27633 line number and source line with same separator character as used
27634 between file name and line number. In the second regexp limit
27635 mouse-face area to file name and line number by adding new group
27636 for them and referring it in HYPERLINK arg.
27637 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
27638 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
27639 previous line where grep markers may be already removed.
27640
27641 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
27642
27643 * progmodes/ps-mode.el: Update version and maintainer's email address.
27644
27645 2005-06-18 Steve Youngs <steve@xemacs.org>
27646
27647 * net/browse-url.el (browse-url-browser-function)
27648 (browse-url-default-browser): Add firefox.
27649 (browse-url-firefox-program, browse-url-firefox-arguments)
27650 (browse-url-firefox-startup-arguments)
27651 (browse-url-firefox-new-window-is-tab): New defcustoms.
27652 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
27653
27654 2005-06-17 Richard M. Stallman <rms@gnu.org>
27655
27656 * startup.el (command-line): Warn if specified user name has
27657 no home directory.
27658
27659 * term.el (term-get-old-input, term-input-filter, term-input-sender)
27660 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
27661
27662 * longlines.el (longlines-mode, longlines-show-hard-newlines):
27663 Doc fixes.
27664
27665 * faces.el (underline): Try bold if terminal doesn't support underline.
27666
27667 * mail/sendmail.el (mail-setup-with-from): New variable.
27668 (mail-insert-from-field): New function.
27669 (sendmail-send-it): Call it.
27670 (mail-setup): Optionally call it here.
27671
27672 * term/linux.el: Call tty-no-underline.
27673
27674 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
27675
27676 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
27677
27678 2005-06-17 Miles Bader <miles@gnu.org>
27679
27680 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
27681 (ediff-current-diff-C, ediff-current-diff-Ancestor)
27682 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
27683 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
27684 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
27685 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
27686 Remove "-face" suffix from face names.
27687 (ediff-current-diff-face-A, ediff-current-diff-face-B)
27688 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
27689 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
27690 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
27691 (ediff-even-diff-face-A, ediff-even-diff-face-B)
27692 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
27693 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
27694 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
27695 New backward-compatibility aliases for renamed faces.
27696 (ediff-current-diff-face-A, ediff-current-diff-face-B)
27697 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
27698 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
27699 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
27700 (ediff-even-diff-face-A, ediff-even-diff-face-B)
27701 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
27702 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
27703 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
27704 Use renamed ediff faces.
27705
27706 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
27707 Remove "-face" suffix from face names.
27708 (eshell-test-ok-face, eshell-test-failed-face):
27709 New backward-compatibility aliases for renamed faces.
27710 (eshell-run-test): Use renamed eshell-test faces.
27711
27712 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
27713 face name.
27714 (eshell-prompt-face): New backward-compatibility alias for renamed
27715 face.
27716 (eshell-emit-prompt): Use renamed eshell-prompt face.
27717
27718 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
27719 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
27720 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
27721 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
27722 Remove "-face" suffix from face names.
27723 (eshell-ls-directory-face, eshell-ls-symlink-face)
27724 (eshell-ls-executable-face, eshell-ls-readonly-face)
27725 (eshell-ls-unreadable-face, eshell-ls-special-face)
27726 (eshell-ls-missing-face, eshell-ls-archive-face)
27727 (eshell-ls-backup-face, eshell-ls-product-face)
27728 (eshell-ls-clutter-face):
27729 New backward-compatibility aliases for renamed faces.
27730 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
27731
27732 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
27733 Remove "-face" suffix from face name.
27734 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
27735 instead of literal face.
27736
27737 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
27738
27739 * emacs-lisp/warnings.el (display-warning, lwarn)
27740 (warning-minimum-log-level): Doc fixes.
27741 (warning-minimum-level, warning-minimum-log-level):
27742 Add :debug to :type choices.
27743
27744 * progmodes/ada-mode.el (ada-format-paramlist)
27745 (ada-get-indent-case, ada-check-matching-start)
27746 (ada-check-defun-name, ada-goto-matching-decl-start)
27747 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
27748 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
27749 (ada-make-subprogram-body): Follow error conventions.
27750 (ada-case-exception-file, ada-indent-comment-as-code)
27751 (ada-indent-handle-comment-special, ada-indent-renames)
27752 (ada-indent-return, ada-search-directories-internal)
27753 (ada-tab-policy, ada-case-exception-substring)
27754 (ada-other-file-alist, ada-matching-start-re)
27755 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
27756 (ada-imenu-generic-expression, ada-compile-goto-error)
27757 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
27758 (ada-popup-menu, ada-add-extensions, ada-mode)
27759 (ada-region-selected, ada-create-case-exception)
27760 (ada-create-case-exception-substring, ada-after-keyword-p)
27761 (ada-activate-keys-for-case, ada-adjust-case-region)
27762 (ada-adjust-case-buffer, ada-format-paramlist)
27763 (ada-scan-paramlist, ada-insert-paramlist)
27764 (ada-indent-newline-indent)
27765 (ada-indent-newline-indent-conditional)
27766 (ada-justified-indent-current, ada-goto-previous-word)
27767 (ada-indent-current, ada-get-indent-open-paren)
27768 (ada-get-indent-paramlist, ada-get-indent-end)
27769 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
27770 (ada-get-indent-block-start, ada-get-indent-subprog)
27771 (ada-get-indent-noindent, ada-get-indent-label)
27772 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
27773 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
27774 (ada-goto-stmt-end, ada-goto-next-word)
27775 (ada-check-matching-start, ada-check-defun-name)
27776 (ada-goto-matching-decl-start, ada-goto-matching-start)
27777 (ada-goto-matching-end, ada-search-ignore-string-comment)
27778 (ada-in-decl-p, ada-looking-at-semi-or)
27779 (ada-looking-at-semi-private, ada-in-paramlist-p)
27780 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
27781 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
27782 (ada-next-procedure, ada-previous-procedure, ada-next-package)
27783 (ada-previous-package, ada-create-menu)
27784 (ada-fill-comment-paragraph-justify)
27785 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
27786 (ada-other-file-name, ada-last-which-function-line)
27787 (ada-last-which-function-subprog, ada-which-function)
27788 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
27789 (ada-gen-treat-proc, ada-check-emacs-version)
27790 (ada-continuation-indent, ada-align-region-separate):
27791 Fix typos in docstrings.
27792 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
27793
27794 2005-06-16 Lute Kamstra <lute@gnu.org>
27795
27796 * simple.el (fundamental-mode): Run after-change-major-mode-hook
27797 conditionally.
27798
27799 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
27800
27801 * comint.el (comint-replace-by-expanded-filename)
27802 (comint-prompt-regexp, comint-delimiter-argument-list)
27803 (comint-preinput-scroll-to-bottom):
27804 * info.el (Info-hide-cookies-node):
27805 * ls-lisp.el (ls-lisp-classify):
27806 * find-file.el (ff-search-directories, ff-special-constructs)
27807 (ff-find-other-file):
27808 * font-lock.el (font-lock-keywords):
27809 * shell.el (shell-prompt-pattern)
27810 (shell-dynamic-complete-functions, shell-mode)
27811 (shell-delimiter-argument-list):
27812 * term.el (term-replace-by-expanded-filename)
27813 (term-prompt-regexp, term-delimiter-argument-list):
27814 * woman.el (woman-ignore, woman0-if):
27815 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
27816 * emacs-lisp/elint.el (elint-init-env):
27817 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
27818 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
27819 * language/ethio-util.el (ethio-tilde-escape)
27820 (ethio-use-three-dot-question):
27821 * net/zone-mode.el (zone-mode-load-time-setup):
27822 * progmodes/cc-align.el (c-lineup-argcont):
27823 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
27824 * progmodes/cperl-mode.el (cperl-set-style-back):
27825 * progmodes/inf-lisp.el (inferior-lisp-prompt):
27826 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
27827 Fix spellings in docstrings.
27828
27829 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
27830 * progmodes/modula2.el (m2-for): Fix spellings.
27831
27832 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
27833
27834 * simple.el (undo-more): Don't use `format' on `error' arguments.
27835 Improve argument/docstring consistency.
27836 (pending-undo-list): Doc fix.
27837
27838 * smerge-mode.el (smerge-ensure-match):
27839 * emulation/vip.el (vip-ex):
27840 * net/zone-mode.el (zone-mode-update-serial):
27841 * progmodes/idlwave.el (idlwave-complete):
27842 * progmodes/vhdl-mode.el (vhdl-visit-file)
27843 (vhdl-compose-wire-components):
27844 Don't use `format' on `error' arguments.
27845
27846 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
27847 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
27848 (tooltip-help-tips): Fix typos in docstrings.
27849
27850 2005-06-16 David Ponce <david@dponce.com>
27851
27852 * tree-widget.el (tree-widget-value-create): Simplify last change.
27853
27854 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
27855
27856 * ido.el (ido-incomplete-regexp): New variable.
27857 (ido-set-matches-1): Handle invalid-regexp error and set
27858 ido-incomplete-regexp.
27859 (ido-incomplete-regexp): New face.
27860 (ido-completions): Use it.
27861 (ido-complete, ido-exit-minibuffer, ido-completions):
27862 Handle incomplete regexps.
27863 (ido-completions): Add check for complete match when entering a regexp.
27864
27865 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
27866
27867 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
27868
27869 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
27870
27871 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
27872 by field delimiters.
27873
27874 2005-06-15 David Ponce <david@dponce.com>
27875
27876 * tree-widget.el: eval-and-compile inlined functions so they will
27877 be available at run-time too.
27878 (tree-widget-super-format-handler)
27879 (tree-widget-format-handler): Remove.
27880 (tree-widget-value-create): Handle the :indent property.
27881
27882 2005-06-15 Miles Bader <miles@gnu.org>
27883
27884 * progmodes/which-func.el (which-func): Only inherit
27885 `font-lock-function-name-face' when that makes sense against the
27886 default mode-line face, otherwise set the face color explicitly.
27887
27888 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
27889 faces instead of (non-existent) variables.
27890
27891 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
27892
27893 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
27894 (iswitchb-get-matched-buffers): Likewise. Simplify.
27895
27896 2005-06-14 Miles Bader <miles@gnu.org>
27897
27898 * progmodes/ld-script.el (ld-script-location-counter):
27899 Remove "-face" suffix from face name.
27900 (ld-script-location-counter-face):
27901 New backward-compatibility alias for renamed face.
27902 (ld-script-location-counter-face): Use renamed face.
27903
27904 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
27905 (cperl-hash): Remove "-face" suffix from face names.
27906 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
27907 New backward-compatibility aliases for renamed faces.
27908 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
27909 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
27910
27911 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
27912 name.
27913 (which-func-face): New backward-compatibility alias for renamed face.
27914 (which-func-format): Use renamed which-func face.
27915
27916 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
27917 (vhdl-function, vhdl-directive, vhdl-reserved-word)
27918 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
27919 names.
27920 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
27921 (vhdl-speedbar-configuration, vhdl-speedbar-package)
27922 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
27923 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
27924 (vhdl-speedbar-architecture-selected)
27925 (vhdl-speedbar-configuration-selected)
27926 (vhdl-speedbar-package-selected)
27927 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
27928 names.
27929 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
27930 Use renamed faces.
27931 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
27932 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
27933 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
27934 Use renamed faces.
27935 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
27936 names.
27937 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
27938 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
27939 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
27940 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
27941 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
27942 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
27943
27944 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
27945 face name.
27946 (sh-heredoc-face): New backward-compatibility alias for renamed face.
27947 (sh-heredoc-face): Use renamed sh-heredoc face.
27948
27949 * progmodes/idlw-help.el (idlwave-help-link):
27950 Remove "-face" suffix from face name.
27951 (idlwave-help-link-face):
27952 New backward-compatibility alias for renamed face.
27953 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
27954
27955 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
27956 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
27957 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
27958 New backward-compatibility aliases for renamed faces.
27959 (idlwave-shell-disabled-breakpoint-face)
27960 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
27961
27962 * progmodes/flymake.el (flymake-errline, flymake-warnline):
27963 Remove "-face" suffix from face names.
27964 (flymake-errline-face, flymake-warnline-face):
27965 New backward-compatibility aliases for renamed faces.
27966 (flymake-highlight-line): Use renamed flymake faces.
27967
27968 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
27969 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
27970 (ebrowse-member-class, ebrowse-progress):
27971 Remove "-face" suffix from face names.
27972 (ebrowse-tree-mark-face, ebrowse-root-class-face)
27973 (ebrowse-file-name-face, ebrowse-default-face)
27974 (ebrowse-member-attribute-face, ebrowse-member-class-face)
27975 (ebrowse-progress-face):
27976 New backward-compatibility aliases for renamed faces.
27977 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
27978 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
27979 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
27980 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
27981
27982 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
27983 antlr-syntax)
27984 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
27985 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
27986 names.
27987 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
27988 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
27989 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
27990 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
27991 backward-compatibility aliases for renamed faces.
27992 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
27993 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
27994 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
27995 remove "font-lock-". Use renamed antlr-mode faces.
27996 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
27997 literal face-names with face variable references.
27998
27999 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
28000 face name.
28001 (Buffer-menu-buffer-face): New backward-compatibility alias for
28002 renamed face.
28003 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
28004
28005 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
28006
28007 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
28008 Eliminate "-face" suffix.
28009 (makefile-targets): Inherit from font-lock-function-name-face and
28010 eliminate "-face" suffix.
28011 (makefile-shell): Remove attributes and eliminate "-face" suffix.
28012 (makefile-*-font-lock-keywords): Append makefile-targets in rule
28013 actions, instead of prepending, to make it less visible.
28014 (makefile-previous-dependency, makefile-match-dependency):
28015 Don't match a target on a continuation line.
28016
28017 * files.el (auto-mode-alist): Put Makefile in gmake mode.
28018
28019 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
28020
28021 * progmodes/gdb-ui.el (menu): Re-order menu items.
28022 (gdb-tooltip-print): Respect tooltip-use-echo-area.
28023
28024 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
28025 Define in tooltip.el.
28026 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
28027 (gud-tooltip-tips): Respect tooltip-use-echo-area and
28028 gud-tooltip-echo-area.
28029
28030 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
28031 backward compatibility and make obsolete.
28032 (tooltip-help-tips): Use tooltip-use-echo-area.
28033 (tooltip-show-help-function): Rename to...
28034 (tooltip-show-help): ...this, because it is a function.
28035 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
28036
28037 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
28038
28039 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
28040 (edebug-print-length, edebug-print-level, edebug-print-circle)
28041 (edebug-modify-breakpoint, edebug-eval-last-sexp)
28042 (edebug-eval-print-last-sexp): Doc fixes.
28043
28044 2005-06-14 Kim F. Storm <storm@cua.dk>
28045
28046 * ido.el (ido-mode): Make a new keymap every time we enable ido,
28047 as the coverage buffer/file/both may change.
28048
28049 2005-06-14 Lute Kamstra <lute@gnu.org>
28050
28051 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
28052 and run-mode-hooks. Simplify.
28053
28054 * mail/rmailedit.el (rmail-edit-mode):
28055 * progmodes/octave-inf.el (inferior-octave-mode):
28056 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
28057
28058 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
28059 and run-mode-hooks.
28060 (recentf-edit-list, recentf-open-files): Don't call
28061 kill-all-local-variables directly.
28062
28063 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
28064
28065 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
28066
28067 * emacs-lisp/byte-run.el (make-obsolete)
28068 (define-obsolete-function-alias): Rename arguments FUNCTION and
28069 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
28070 (make-obsolete-variable, define-obsolete-variable-alias):
28071 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
28072 respectively.
28073
28074 * isearchb.el (isearchb-activate):
28075 * pcvs.el (cvs-mode):
28076 * ses.el (ses-load):
28077 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
28078 * net/tramp.el (tramp-find-file-exists-command)
28079 (tramp-find-shell):
28080 * progmodes/ada-mode.el (ada-create-case-exception)
28081 (ada-create-case-exception-substring, ada-make-subprogram-body):
28082 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
28083 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
28084 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
28085 * textmodes/org.el (org-promote, org-evaluate-time-range)
28086 (org-agenda-next-date-line, org-agenda-previous-date-line)
28087 (org-agenda-error, org-open-at-point, org-table-move-row)
28088 (org-format-table-table-html-using-table-generate-source)
28089 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
28090 * textmodes/reftex.el (reftex-access-scan-info):
28091 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
28092 (reftex-toc-promote-prepare): Follow error conventions.
28093
28094 * diff-mode.el (diff-mode): Fix typo in docstring.
28095
28096 * forms.el (forms--intuit-from-file): Fix reference to
28097 `forms-number-of-fields' in error message.
28098 (forms-print): Fix quoting in error message.
28099
28100 * forms.el (forms-mode):
28101 * emulation/vi.el (vi-goto-insert-state):
28102 * progmodes/flymake.el (flymake-new-err-info)
28103 (flymake-start-syntax-check-for-current-buffer)
28104 (flymake-simple-cleanup):
28105 * eshell/esh-var.el (eshell/export):
28106 * progmodes/gud.el (xdb):
28107 * textmodes/flyspell.el (flyspell-incorrect-hook)
28108 (flyspell-maybe-correct-transposition)
28109 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
28110
28111 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
28112
28113 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
28114 minibuffer prompt.
28115
28116 2005-06-13 Kim F. Storm <storm@cua.dk>
28117
28118 * subr.el (add-to-ordered-list): New defun.
28119
28120 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
28121 add cua--keymap-alist to emulation-mode-map-alists.
28122
28123 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
28124
28125 * subr.el (complete-in-turn): New macro.
28126 (dynamic-completion-table, lazy-completion-table): Add debug info.
28127
28128 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
28129 in preference to face aliases.
28130
28131 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
28132 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
28133 Remove unused vars `start' and `firstline'.
28134 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
28135 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
28136
28137 2005-06-13 Eli Zaretskii <eliz@gnu.org>
28138
28139 * cus-start.el (all): Don't complain about missing GTK-related
28140 variables, unless either `gtk' is boundp or this isn't a
28141 `windows-nt' build.
28142
28143 2005-06-13 Lute Kamstra <lute@gnu.org>
28144
28145 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
28146 run-mode-hooks.
28147
28148 * ediff-mult.el (ediff-meta-mode):
28149 * ediff-util.el (ediff-mode): Use run-mode-hooks.
28150
28151 * ledit.el (ledit-mode): Use delay-mode-hooks.
28152
28153 * woman.el (woman-mode-line-format): Delete constant.
28154 (woman-mode-map): Initialize it properly.
28155 (woman-mode): Set mode-class property to special.
28156 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
28157 Set major-mode and mode-name. Don't set mode-line-format directly.
28158 (Man-getpage-in-background): Don't reference woman-mode-line-format.
28159
28160 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
28161 string argument obsolete.
28162
28163 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
28164
28165 * textmodes/org.el (org-CUA-compatible): New option.
28166 (org-disputed-keys): New variable.
28167 (org-key): New function.
28168 (orgtbl-make-binding): Add docstring to the created function.
28169 (org-mode): Set paragraph start/separate regexps.
28170 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
28171 (org-archive-location, org-archive-mark-done)
28172 (org-archive-stamp-time): New options.
28173 (org-archive-subtree): New command.
28174 (org-fill-paragraph): New function.
28175 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
28176 (org-fake-empty-table-line): Function removed.
28177 (org-format-org-table-html): Do not create empty table lines at
28178 separator lines. Improved table header treatment.
28179 (org-link-format): New option.
28180 (org-make-link): New function.
28181 (org-insert-link, org-store-link): Use org-make-link.
28182 (org-open-file): Quote file name for shell command, to allow
28183 spaces in file names.
28184 (org-link-regexp): Fix bug with mailto link.
28185 (org-link-maybe-angles-regexp, org-protected-link-regexp):
28186 New constants.
28187 (org-export-as-html): Deal with the optional angles around a link.
28188 Better treatment of file: links.
28189 (org-open-at-point): Replace @{ and @} with < and >.
28190 (org-run-mode-hooks): Function removed.
28191 (org-agenda-mode): No longer use `org-run-mode-hooks'.
28192
28193 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
28194
28195 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
28196 MI command -data-list-register-values.
28197 (gdb-post-prompt): Indent properly.
28198
28199 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
28200
28201 * hilit-chg.el (highlight-changes-colors): Rename from
28202 `highlight-changes-colours'.
28203 (highlight-changes-colours): Keep as obsolete alias.
28204 (highlight-changes-face-list): Doc fix.
28205 (hilit-chg-make-list): Use `highlight-changes-colors'.
28206
28207 2005-06-12 Mark A. Hershberger <mah@everybody.org>
28208
28209 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
28210 defun-prompt-regexp.
28211
28212 2005-06-12 Eli Zaretskii <eliz@gnu.org>
28213
28214 * loadup.el: Don't say we are dumping under 2 names on windows-nt
28215 and cygwin.
28216
28217 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
28218 Don't use an old loaddefs.el, as in Makefile.in.
28219
28220 2005-06-12 Lute Kamstra <lute@gnu.org>
28221
28222 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
28223
28224 * man.el (Man-mode-map): Initialize it properly.
28225 (Man-mode): Set mode-class property to special.
28226
28227 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
28228
28229 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
28230
28231 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
28232 A newline is needed in the docstring there.
28233
28234 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
28235 Doc fixes.
28236
28237 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
28238
28239 * printing.el: Doc fix. The menubar is no more changed when printing
28240 is loaded, it only changes when pr-menu-bind or pr-update-menus is
28241 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
28242 (pr-version): New version number (6.8.4).
28243 (pr-menu-bind): New command.
28244 (pr-update-menus): Docstring and code fix.
28245 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
28246 Docstring fix.
28247 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
28248 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
28249
28250 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
28251
28252 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
28253 "Returns" to "return", document useful return values, etc.
28254
28255 2005-06-11 Alan Mackenzie <acm@muc.de>
28256
28257 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
28258 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
28259 (adaptive-file-function): Minor amendment to doc-string.
28260
28261 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
28262
28263 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
28264 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
28265 Fix :type--it is `integer', not `string'.
28266
28267 * faces.el (modeline-highlight): Rename from (the erroneous)
28268 `modeline-higilight'.
28269
28270 2005-06-11 Lute Kamstra <lute@gnu.org>
28271
28272 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
28273 lisp-interaction-mode-map but make it the parent.
28274 (edebug-eval-mode): Use define-derived-mode.
28275
28276 2005-06-11 Andreas Schwab <schwab@suse.de>
28277
28278 * bindings.el: Add binding of `ESC functionkey' for every
28279 `M-functionkey'.
28280 * hexl.el (hexl-mode-map): Likewise.
28281
28282 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
28283
28284 * progmodes/compile.el (compilation-error-regexp-alist-alist)
28285 [msft]: update regexp for newer msft compilers.
28286
28287 2005-06-10 Mark A. Hershberger <mah@everybody.org>
28288
28289 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
28290 ATTLIST portions of included DTDs.
28291 (xml-parse-dtd): Eliminate use of inefficient match-data.
28292
28293 2005-06-10 Miles Bader <miles@gnu.org>
28294
28295 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
28296 (mpuz-text): Remove "-face" suffix from face names.
28297 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
28298 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
28299 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
28300
28301 * play/gomoku.el (gomoku-O, gomoku-X):
28302 Remove "-face" suffix from face names.
28303 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
28304 New backward-compatibility aliases for renamed faces.
28305 (gomoku-font-lock-keywords): Use renamed gomoku faces.
28306
28307 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
28308
28309 * thumbs.el: Fixes for changes of 2005-06-09.
28310 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
28311 as a directory.
28312 (thumbs-thumbname): Remove directory separator from format string;
28313 `thumbs-thumbsdir' now returns a valid directory name.
28314 (thumbs-temp-dir): New defsubst.
28315 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
28316 Use it.
28317
28318 * cus-edit.el (minibuffer):
28319 * files.el (make-backup-file-name-function):
28320 * filesets.el (filesets-external-viewers):
28321 * hilit-chg.el (highlight-changes-colours)
28322 (highlight-changes-face-list, highlight-changes-rotate-faces):
28323 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
28324 * kmacro.el (kmacro-call-macro):
28325 * log-edit.el (log-edit-changelog-full-paragraphs):
28326 * mouse.el (mouse-1-click-follows-link):
28327 * skeleton.el (skeleton-autowrap):
28328 * subr.el (insert-for-yank-1):
28329 * tempo.el (tempo-insert-region):
28330 * terminal.el (terminal-emulator):
28331 * time.el (display-time-mail-face):
28332 * vc.el (vc-annotate):
28333 * vcursor.el (vcursor-copy-line):
28334 * woman.el (woman-bold-headings, woman-ignore)
28335 (woman-default-faces, woman-monochrome-faces):
28336 * calendar/todo-mode.el (todo-insert-threshold):
28337 * emulation/pc-select.el (pc-select-selection-keys-only)
28338 (pc-selection-mode):
28339 * emulation/vip.el (vip-find-char-forward):
28340 * emulation/viper-cmd.el (viper-find-char-forward):
28341 * international/mule-cmds.el
28342 (select-safe-coding-system-accept-default-p)
28343 (input-method-exit-on-invalid-key):
28344 * international/mule-diag.el (describe-coding-system):
28345 * international/ucs-tables.el (unify-8859-on-encoding-mode):
28346 * net/browse-url.el (browse-url-xterm-program):
28347 * obsolete/lazy-lock.el (lazy-lock-mode):
28348 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
28349 (cperl-mode):
28350 * progmodes/cpp.el (cpp-face-light-name-list)
28351 (cpp-face-dark-name-list):
28352 * progmodes/delphi.el (delphi-newline-always-indents):
28353 Fix spellings in docstrings.
28354
28355 * ido.el (ido-mode, ido-file-extensions-order)
28356 (ido-default-file-method, ido-default-buffer-method)
28357 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
28358 (ido-decorations, ido-read-file-name-as-directory-commands)
28359 (ido-read-file-name-non-ido, ido-work-directory-list)
28360 (ido-ignore-item-temp-list, ido-current-directory)
28361 (ido-magic-forward-char, ido-enter-find-file)
28362 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
28363 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
28364
28365 2005-06-10 Lute Kamstra <lute@gnu.org>
28366
28367 * play/dunnet.el (dun-mode): Use define-derived-mode.
28368 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
28369 obsolete alias.
28370
28371 * play/doctor.el (doctor-mode-map): Remove defvar.
28372 (doctor-mode): Use define-derived-mode.
28373
28374 * mail/mspools.el (mspools-mode):
28375 * net/eudc-hotlist.el (eudc-hotlist-mode):
28376 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
28377
28378 2005-06-10 Miles Bader <miles@gnu.org>
28379
28380 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
28381 Remove "-face" suffix from face names.
28382 (flyspell-incorrect-face, flyspell-duplicate-face):
28383 New backward-compatibility aliases for renamed faces.
28384 (flyspell-mode-on, make-flyspell-overlay)
28385 (flyspell-highlight-incorrect-region)
28386 (flyspell-highlight-duplicate-region)
28387 (flyspell-display-next-corrections)
28388 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
28389
28390 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
28391 from face name.
28392 (texinfo-heading-face): New backward-compatibility alias for
28393 renamed face.
28394 (texinfo-heading-face): Use renamed texinfo-heading face.
28395
28396 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
28397 suffix from face names.
28398 (tex-math-face, tex-verbatim-face):
28399 New backward-compatibility aliases for renamed faces.
28400 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
28401 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
28402 literal face name.
28403
28404 * textmodes/table.el (table-cell): Remove "-face" suffix from face
28405 name.
28406 (table-cell-face): New backward-compatibility alias for renamed face.
28407 (table--put-cell-face-property, table--update-cell-face):
28408 Use renamed table-cell face.
28409
28410 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
28411 from face name.
28412 (sgml-namespace-face): New backward-compatibility alias for
28413 renamed face.
28414 (sgml-namespace-face): Use renamed sgml-namespace face.
28415
28416 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
28417 (org-level-4, org-level-5, org-level-6, org-level-7)
28418 (org-level-8, org-warning, org-headline-done)
28419 (org-deadline-announce, org-scheduled-today)
28420 (org-scheduled-previously, org-link, org-done, org-table)
28421 (org-time-grid): Remove "-face" suffix from face names.
28422 (org-level-1-face, org-level-2-face, org-level-3-face)
28423 (org-level-4-face, org-level-5-face, org-level-6-face)
28424 (org-level-7-face, org-level-8-face, org-warning-face)
28425 (org-headline-done-face, org-deadline-announce-face)
28426 (org-scheduled-today-face, org-scheduled-previously-face)
28427 (org-link-face, org-done-face, org-table-face)
28428 (org-time-grid-face):
28429 New backward-compatibility aliases for renamed faces.
28430 (org-level-faces, org-set-font-lock-defaults, org-timeline)
28431 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
28432 (org-agenda-get-timestamps, org-agenda-get-scheduled)
28433 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
28434
28435 * emulation/viper-init.el (viper-search, viper-replace-overlay)
28436 (viper-minibuffer-emacs, viper-minibuffer-insert)
28437 (viper-minibuffer-vi): Remove "-face" suffix from face names.
28438 (viper-search-face, viper-replace-overlay-face)
28439 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
28440 (viper-minibuffer-vi-face):
28441 New backward-compatibility aliases for renamed faces.
28442 (viper-search-face, viper-replace-overlay-face)
28443 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
28444 (viper-minibuffer-vi-face): Use renamed viper faces.
28445
28446 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
28447 Remove "-face" suffix from face names.
28448 (testcover-nohits-face, testcover-1value-face):
28449 New backward-compatibility aliases for renamed faces.
28450 (testcover-mark): Use renamed testcover faces.
28451
28452 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
28453 face name.
28454 (diary-button-face): New backward-compatibility alias for renamed face.
28455 (diary-entry): Use renamed diary-button face.
28456
28457 * calendar/calendar.el (diary, calendar-today, holiday)
28458 (mark-visible-calendar-date): Remove "-face" suffix from face names.
28459 (diary-face, calendar-today-face, holiday-face):
28460 New backward-compatibility aliases for renamed faces.
28461 (eval-after-load "facemenu", diary-entry-marker)
28462 (calendar-today-marker, calendar-holiday-marker, diary-face):
28463 Use renamed calendar faces.
28464
28465 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
28466 (compare-windows-face): New backward-compatibility alias for
28467 renamed face.
28468 (compare-windows-highlight): Use renamed compare-windows face.
28469
28470 * strokes.el (strokes-char): Remove "-face" suffix from face name.
28471 (strokes-char-face): New backward-compatibility alias for renamed face.
28472 (strokes-encode-buffer): Use renamed strokes-char face.
28473
28474 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
28475 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
28476 Remove "-face" suffix from face names.
28477 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
28478 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
28479 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
28480 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
28481 Use renamed pcvs faces.
28482 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
28483 * pcvs-defs.el (cvs-mode-map): Likewise.
28484 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
28485
28486 * info.el (info-title-1, info-title-2, info-title-3)
28487 (info-title-4): Remove "-face" suffix from and downcase face names.
28488 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
28489 (Info-title-4-face):
28490 New backward-compatibility aliases for renamed faces.
28491 (Info-fontify-node): Use renamed info faces.
28492
28493 * hilit-chg.el (highlight-changes, highlight-changes-delete):
28494 Remove "-face" suffix from face names.
28495 (highlight-changes-face, highlight-changes-delete-face):
28496 New backward-compatibility aliases for renamed faces.
28497 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
28498 (hilit-chg-make-list): Use renamed highlight-changes faces.
28499
28500 * generic-x.el (show-tabs-tab, show-tabs-space):
28501 Remove "-face" suffix from face names.
28502 (show-tabs-tab-face, show-tabs-space-face):
28503 New backward-compatibility aliases for renamed faces.
28504 (show-tabs-generic-mode-font-lock-defaults-1)
28505 (show-tabs-generic-mode-font-lock-defaults-2):
28506 Use renamed show-tabs faces.
28507
28508 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
28509 (smerge-markers): Remove "-face" suffix from face names.
28510 (smerge-mine-face, smerge-other-face, smerge-base-face)
28511 (smerge-markers-face):
28512 New backward-compatibility aliases for renamed faces.
28513 (smerge-mine-face, smerge-other-face, smerge-base-face)
28514 (smerge-markers-face): Use renamed smerge faces.
28515
28516 * log-view.el (log-view-file, log-view-message): Remove "-face"
28517 suffix from face names.
28518 (log-view-file-face, log-view-message-face):
28519 New backward-compatibility aliases for renamed faces.
28520 (log-view-file-face, log-view-message-face): Use renamed log-view
28521 faces.
28522
28523 * paren.el (show-paren-match, show-paren-mismatch):
28524 Remove "-face" suffix from face names.
28525 (show-paren-match-face, show-paren-mismatch-face):
28526 New backward-compatibility aliases for renamed faces.
28527 (show-paren-function): Use renamed show-paren faces.
28528
28529 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
28530 (ruler-mode-margins, ruler-mode-fringes)
28531 (ruler-mode-column-number, ruler-mode-fill-column)
28532 (ruler-mode-comment-column, ruler-mode-goal-column)
28533 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
28534 suffix from face names.
28535 (ruler-mode-default-face, ruler-mode-pad-face)
28536 (ruler-mode-margins-face, ruler-mode-fringes-face)
28537 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
28538 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
28539 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
28540 New backward-compatibility aliases for renamed faces.
28541 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
28542 (ruler-mode-column-number, ruler-mode-fill-column)
28543 (ruler-mode-comment-column, ruler-mode-goal-column)
28544 (ruler-mode-tab-stop, ruler-mode-current-column)
28545 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
28546 faces.
28547
28548 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
28549 face name.
28550 (whitespace-highlight-the-space): Use renamed face.
28551 (whitespace-highlight-face): New backward-compatibility alias for
28552 renamed face.
28553
28554 * woman.el (woman-italic, woman-bold, woman-unknown)
28555 (woman-addition, woman-symbol-face):
28556 Remove "-face" suffix from face names.
28557 (woman-italic-face, woman-bold-face, woman-unknown-face)
28558 (woman-addition-face):
28559 New backward-compatibility aliases for renamed faces.
28560 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
28561 (woman-decode-region, woman-replace-match)
28562 (woman-display-extended-fonts, woman-special-characters)
28563 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
28564 Use renamed woman faces.
28565
28566 * longlines.el (longlines-visible-face): Face removed.
28567
28568 * diff-mode.el (diff-header, diff-file-header, diff-index)
28569 (diff-hunk-header, diff-removed, diff-added, diff-changed)
28570 (diff-function, diff-context, diff-nonexistent): Remove "-face"
28571 suffix from face names.
28572 (diff-header-face, diff-file-header-face, diff-index-face)
28573 (diff-hunk-header-face, diff-removed-face, diff-added-face)
28574 (diff-changed-face, diff-function-face, diff-context-face)
28575 (diff-nonexistent-face): New backward-compatibility aliases for
28576 renamed faces.
28577 (diff-header-face, diff-file-header-face)
28578 (diff-index, diff-index-face, diff-hunk-header)
28579 (diff-hunk-header-face, diff-removed, diff-removed-face)
28580 (diff-added, diff-added-face, diff-changed-face, diff-function)
28581 (diff-function-face, diff-context-face, diff-nonexistent)
28582 (diff-nonexistent-face): Use renamed diff-mode faces.
28583
28584 * progmodes/compile.el (compilation-warning-face)
28585 (compilation-info-face): Remove "-face" suffix from face names.
28586 (compilation-warning-face, compilation-info-face):
28587 New backward-compatibility aliases for renamed faces.
28588 (compilation-warning-face, compilation-info-face):
28589 Use renamed compilation faces.
28590
28591 * add-log.el (change-log-date, change-log-name)
28592 (change-log-email, change-log-file, change-log-list)
28593 (change-log-conditionals, change-log-function)
28594 (change-log-acknowledgement): Remove "-face" suffix from face names.
28595 (change-log-date-face, change-log-name-face)
28596 (change-log-email-face, change-log-file-face)
28597 (change-log-list-face, change-log-conditionals-face)
28598 (change-log-function-face, change-log-acknowledgement-face):
28599 New backward-compatibility aliases for renamed faces.
28600 (change-log-font-lock-keywords): Use renamed change-log faces.
28601
28602 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
28603 (custom-set, custom-changed, custom-saved, custom-button)
28604 (custom-button-pressed, custom-documentation, custom-state)
28605 (custom-comment, custom-comment-tag, custom-variable-tag)
28606 (custom-variable-button, custom-face-tag, custom-group-tag-1)
28607 (custom-group-tag): Remove "-face" suffix from face names.
28608 (custom-magic-alist, custom-magic-value-create)
28609 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
28610 (custom-invalid-face, custom-rogue-face, custom-modified-face)
28611 (custom-set-face, custom-changed-face, custom-saved-face)
28612 (custom-button-face, custom-button-pressed-face)
28613 (custom-documentation-face, custom-state-face)
28614 (custom-comment-face, custom-comment-tag-face)
28615 (custom-variable-tag-face, custom-variable-button-face)
28616 (custom-face-tag-face, custom-group-tag-face-1)
28617 (custom-group-tag-face):
28618 New backward-compatibility aliases for renamed faces.
28619
28620 * wid-edit.el (widget-documentation, widget-button)
28621 (widget-field, widget-single-line-field, widget-inactive)
28622 (widget-button-pressed): "-face" suffix removed from face names.
28623 (widget-documentation-face, widget-button-face)
28624 (widget-field-face, widget-single-line-field-face)
28625 (widget-inactive-face, widget-button-pressed-face):
28626 New backward-compatibility aliases for renamed faces.
28627 (widget-documentation-face, widget-button-face)
28628 (widget-button-pressed-face, widget-specify-field)
28629 (widget-specify-inactive): Use renamed widget faces.
28630
28631 2005-06-10 Kenichi Handa <handa@m17n.org>
28632
28633 * term/x-win.el (x-clipboard-yank): Remove condition-case
28634 wrapping.
28635
28636 2005-06-11 Kenichi Handa <handa@m17n.org>
28637
28638 * add-log.el (change-log-font-lock-keywords): Make the regexp for
28639 date lines stricter.
28640
28641 2005-06-10 Zhang Wei <id.brep@gmail.com>
28642
28643 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
28644 of x-get-selection.
28645
28646 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
28647
28648 * comint.el (comint-mode, comint-snapshot-last-prompt):
28649 * frame.el (frame-current-scroll-bars):
28650 * term.el (term-mode, term-check-proc, term-input-sender)
28651 (term-simple-send, term-extract-string, term-word)
28652 (term-match-partial-filename):
28653 * window.el (window-current-scroll-bars):
28654 * emulation/cua-base.el (cua-normal-cursor-color)
28655 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
28656 (cua-global-mark-cursor-color):
28657 * mail/undigest.el (rmail-forward-separator-regex):
28658 Fix typos in docstrings.
28659
28660 * comint.el (comint-check-proc, make-comint-in-buffer)
28661 (comint-source-default): Doc fixes.
28662
28663 * term.el (term-send-string): Improve argument/docstring consistency.
28664
28665 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
28666
28667 * comint.el (comint-send-input): Bind `inhibit-read-only' around
28668 call to `delete-region'.
28669 (comint-mode-hook): Do not enable Font Lock by default.
28670
28671 2005-06-09 Lute Kamstra <lute@gnu.org>
28672
28673 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
28674 could be void.
28675
28676 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
28677
28678 * emacs-lisp/debug.el (debugger-will-be-back): New var.
28679 (debug): Use it.
28680 (debugger-step-through, debugger-continue, debugger-jump)
28681 (debugger-return-value): Set it when needed.
28682 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
28683 Use inhibit-read-only.
28684
28685 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
28686
28687 * window.el (shrink-window-if-larger-than-buffer)
28688 (window-size-fixed): Fix typo in docstring.
28689
28690 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
28691 thumbnails directory on loading.
28692 (thumbs-conversion-program): Use `eq' to check the system type,
28693 not `equal'.
28694 (thumbs-temp-dir): Initialize to `temporary-file-directory',
28695 not "/tmp". Fix docstring.
28696 (thumbs-thumbsdir): New function to return the thumbnails
28697 directory, creating it if needed.
28698 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
28699 (thumbs-temp-file): Delete variable and make it into a function.
28700 (thumbs-resize-image, thumbs-modify-image): Use it.
28701 (thumbs-kill-buffer): Simplify.
28702 (thumbs-gensym): Defalias or duplicate CL `gensym'.
28703 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
28704 docstrings.
28705
28706 2005-06-09 Kim F. Storm <storm@cua.dk>
28707
28708 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
28709 set-match-data to free markers in match-data.
28710
28711 * replace.el (replace-match-data): Pass RESEAT arg `t' to
28712 match-data to unchain markers in match-data.
28713
28714 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
28715
28716 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
28717 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
28718 unnecessary now.
28719
28720 2005-06-08 Richard M. Stallman <rms@gnu.org>
28721
28722 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
28723 give the variable a doc string that doesn't say don't set it directly.
28724
28725 * textmodes/ispell.el (ispell-check-version):
28726 Use match-string-no-properties.
28727 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
28728 (ispell-buffer-local-words): Likewise.
28729
28730 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
28731 except on terminals with enough colors to really display it.
28732 (makefile-dependency-regex): Delete spurious `bb'.
28733
28734 * faces.el (escape-glyph): Use blue once again in last case.
28735 (no-break-space): Redefine so that it isn't invisible on a tty.
28736
28737 2005-06-08 Kim F. Storm <storm@cua.dk>
28738
28739 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
28740 also when reading directory name.
28741
28742 2005-06-08 Lute Kamstra <lute@gnu.org>
28743
28744 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
28745 (flyspell-mode-line-string): Remove autoload cookie.
28746 (flyspell-mode): Remove defvar.
28747
28748 2005-06-07 Lute Kamstra <lute@gnu.org>
28749
28750 * textmodes/org.el (org-run-mode-hooks): New function.
28751 (org-agenda-mode): Use it.
28752
28753 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
28754
28755 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
28756
28757 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
28758
28759 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
28760
28761 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
28762
28763 * font-lock.el (font-lock-add-keywords): Doc fix.
28764
28765 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
28766
28767 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
28768 (tex-compile-default): In the absence of any history, use the order in
28769 tex-compile-alist to choose the preferred command.
28770 (tex-compile-commands): Reorder a bit.
28771
28772 * textmodes/flyspell.el (flyspell-auto-correct-binding)
28773 (flyspell-incorrect-face, flyspell-duplicate-face):
28774 Use (X)Emacs-agnostic code.
28775 (flyspell-mode-map): Don't overwrite at each load. Remove code
28776 redundant with the subsequent add-minor-mode. Merge Emacs and
28777 XEmacs code.
28778 (flyspell-word): Minor simplification.
28779 (flyspell-math-tex-command-p): Quieten the byte-compiler.
28780 (flyspell-external-point-words): Remove unused vars `size' and `start'.
28781 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
28782 Merge the corresponding Emacs code.
28783 (flyspell-correct-word, flyspell-xemacs-popup):
28784 Use flyspell-do-correct.
28785
28786 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
28787 a dedicated window.
28788
28789 * international/latexenc.el (latexenc-find-file-coding-system):
28790 Undo part of last patch, to turn off a compiler warning.
28791
28792 2005-06-06 Juri Linkov <juri@jurta.org>
28793
28794 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
28795 Rename `tmm-inactive-face' to `tmm-inactive'.
28796
28797 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
28798
28799 * iswitchb.el: Rename faces.
28800
28801 2005-06-06 Kim F. Storm <storm@cua.dk>
28802
28803 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
28804 (cua-global-mark): Remove -face suffix from face names.
28805
28806 * emulation/cua-gmrk.el (cua--init-global-mark):
28807 Remove cua-global-mark face setup.
28808
28809 2005-06-06 Richard M. Stallman <rms@gnu.org>
28810
28811 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
28812 just like other allowed characters.
28813 (makefile-match-dependency): Exclude leading and training whitespace
28814 from the range of regexp subexp 1.
28815 (makefile-macroassign-regex): Don't try to match the body,
28816 just the name of the macro being defined.
28817
28818 * info.el (Info-read-node-name-2): New function.
28819 (Info-read-node-name-1): Use that.
28820 Add a completion-base-size-function property.
28821
28822 * simple.el (completion-setup-function): Look for
28823 completion-base-size-function property of minibuffer-completion-table.
28824
28825 * files.el (locate-file-completion): Doc fix.
28826
28827 * printing.el: Don't call pr-update-menus; user must do that.
28828
28829 * emacs-lisp/debug.el (debugger-window): New variable.
28830 (debug): Use debugger-window if it is set and still alive.
28831 Record debugger-window for next entry.
28832
28833 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
28834
28835 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
28836
28837 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
28838 (hack-one-local-variable, hack-local-variables)
28839 (hack-local-variables-prop-line): Pass that arg.
28840
28841 2005-06-06 Kim F. Storm <storm@cua.dk>
28842
28843 * ido.el (ido-first-match, ido-only-match, ido-subdir)
28844 (ido-indicator): Remove -face suffix from face names.
28845
28846 2005-06-06 Juri Linkov <juri@jurta.org>
28847
28848 * font-lock.el (font-lock-regexp-backslash)
28849 (font-lock-regexp-backslash-construct): New faces.
28850 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
28851 after `('. Add `while-no-input' to control structures.
28852
28853 * faces.el (no-break-space, shadow): New faces.
28854 (escape-glyph): Use less loud colors pink2 and red4.
28855
28856 * diff-mode.el (diff-context-face)
28857 * dired.el (dired-ignored)
28858 * rfn-eshadow.el (file-name-shadow)
28859 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
28860
28861 * info.el (Info-title-1-face): Use green instead of yellow because
28862 bold yellow is not readable on light backgrounds.
28863
28864 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
28865 before selecting the desired mode to not spend time fontifying
28866 old contents.
28867
28868 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
28869
28870 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
28871 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
28872
28873 * ps-print.el (ps-default-fg, ps-default-bg):
28874 Fix typos in docstrings.
28875
28876 * isearchb.el (isearchb): Don't pass a spurious second argument to
28877 `iswitchb-completions'.
28878
28879 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
28880
28881 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
28882 to preserve point.
28883 (gdb-find-file-hook): Add doc string.
28884
28885 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
28886 C dereferenced pointer expression.
28887 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
28888
28889 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
28890
28891 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
28892 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
28893 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
28894 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
28895 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
28896 Make background transparent.
28897
28898 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
28899
28900 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
28901 (font-lock-remove-keywords): Doc fix.
28902 (font-lock-mode-major-mode): Compiler defvar.
28903 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
28904
28905 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
28906 (font-lock-mode): Update `font-lock-mode-major-mode'.
28907 (font-lock-set-defaults): Compiler defvar.
28908 (font-lock-default-function): Take `font-lock-mode-major-mode'
28909 into account.
28910
28911 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
28912 keep track of which major mode it enabled the minor mode for.
28913 Use find-file-hook again. Update docstring.
28914
28915 * simple.el (eval-expression-print-level)
28916 (eval-expression-print-length, eval-expression-debug-on-error):
28917 Doc fixes.
28918
28919 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
28920
28921 * iswitchb.el (iswitchb-single-match-face)
28922 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
28923 (iswitchb-invalid-regexp-face): New faces.
28924 (iswitchb-completions): Use them.
28925 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
28926 now marked as an obsolete alias.
28927 (iswitchb-read-buffer): Remove check for bound font variables.
28928 (iswitchb-invalid-regexp): New free variable.
28929 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
28930 set iswitchb-invalid-regexp.
28931 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
28932 invalid regexps.
28933 (iswitchb-completions): Add check for complete match when entering
28934 a regexp.
28935 (iswitchb-completions): Remove require-match argument.
28936 (iswitchb-exhibit): Fix caller.
28937 (iswitchb-common-match-inserted): New variable.
28938 (iswitchb-complete, iswitchb-completion-help): Use it.
28939
28940 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
28941
28942 * url-http.el (url-http-chunked-encoding-after-change-function):
28943 Use `url-http-debug' instead of `message'.
28944
28945 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
28946
28947 * url-http.el (url-http-parse-headers): Pass redirected URL as a
28948 callback argument.
28949
28950 2005-06-04 Kim F. Storm <storm@cua.dk>
28951
28952 * simple.el (line-move): Only call sit-for when moving backwards.
28953
28954 * ido.el (ido-make-merged-file-list-1): New defun split from
28955 ido-make-merged-file-list.
28956 (ido-make-merged-file-list): Bind throw-on-input around call to
28957 ido-make-merged-file-list-1. Return input-pending-p if
28958 interrupted by more input available.
28959 (ido-read-internal): Handle input-pending-p return value from
28960 ido-make-merged-file-list.
28961
28962 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
28963
28964 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
28965 compatibility code.
28966
28967 * international/latexenc.el (latexenc-find-file-coding-system):
28968 Don't inherit the EOL part of the coding-system from the
28969 tex-main buffer. Fit within 80 columns.
28970
28971 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
28972
28973 * tmm.el (tmm-inactive-face): New face.
28974 (tmm-remove-inactive-mouse-face): New function.
28975 (tmm-prompt, tmm-add-one-shortcut)
28976 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
28977 but not selectable.
28978
28979 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
28980
28981 * faces.el (face-equal): Improve argument/docstring consistency.
28982
28983 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
28984
28985 * progmodes/make-mode.el (makefile-targets-face)
28986 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
28987 (makefile-bsdmake-dependency-regex)
28988 (makefile-makepp-rule-action-regex)
28989 (makefile-bsdmake-rule-action-regex): New constants.
28990 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
28991
28992 * progmodes/compile.el (compilation-error-regexp-alist-alist):
28993 Allow (...) within `...' for makepp messages.
28994
28995 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
28996
28997 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
28998
28999 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
29000 "." files are deleted from all file lists before comparison.
29001
29002 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
29003 (viper-ESC-key): Made them customizable.
29004
29005 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
29006
29007 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
29008
29009 * autorevert.el (auto-revert-buffers): Use save-match-data.
29010
29011 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
29012
29013 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
29014 menu items with a nil command binding.
29015
29016 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
29017
29018 * emacs-lisp/cl-macs.el (defsetf):
29019 Improve argument/docstring consistency.
29020
29021 * faces.el (list-faces-display): Improve the formatting by
29022 computing the maximum length required for any face-name (reworked
29023 patch of 1999-01-11, accidentally deleted on 1999-07-21).
29024 (internal-find-face): Remove redundant info in docstring.
29025
29026 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
29027
29028 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
29029 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
29030 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
29031 (gdb-assembler-custom): Improve regexps.
29032 (def-gdb-auto-update-handler): Use window point to preserve point.
29033
29034 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
29035
29036 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
29037
29038 2005-05-31 Jay Belanger <belanger@truman.edu>
29039
29040 * calc/calc-embed.el (calc-embedded-word): Change argument passed
29041 to calc-embedded.
29042 (calc-embedded-make-info): Have plain prefix argument select
29043 entire line.
29044
29045 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
29046
29047 * faces.el (list-faces-display): Signal error if passed a regexp
29048 that matches no face name.
29049
29050 * simple.el (filter-buffer-substring): Fix typo in docstring.
29051
29052 2005-05-31 Richard M. Stallman <rms@gnu.org>
29053
29054 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
29055 (vhdl-emacs-21): Doc fix.
29056 (vhdl-mode): Unconditionally set comment-padding.
29057 (vhdl-fixup-whitespace-region): Insert spaces only where
29058 there are none.
29059 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
29060
29061 2005-05-30 John Wiegley <johnw@newartisans.com>
29062
29063 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
29064 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
29065 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
29066 `directory-sep-char' to ?/, and all uses of `string-to-int' to
29067 `string-to-number'.
29068
29069 2005-05-30 Jay Belanger <belanger@truman.edu>
29070
29071 * calc/calc.el (calc-bug-address): Fix docstring.
29072 (calc-window-hook, calc-trail-window-hook): New variables.
29073 (calc-trail-display): Restore use of calc-trail-window-hook.
29074 (calc): Restore use of calc-window-hook.
29075
29076 2005-05-31 Masatake YAMATO <jet@gyve.org>
29077
29078 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
29079
29080 * help-fns.el (help-C-file-name): Add autoload mark for
29081 `find-function-noselect'.
29082
29083 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
29084
29085 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
29086 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
29087
29088 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
29089
29090 * calendar/diary-lib.el (mark-included-diary-files): Only kill
29091 included diary buffer if it was not already being visited.
29092 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
29093
29094 * calendar/icalendar.el (top-level): Do not require appt.
29095
29096 * mail/supercite.el (sc-select-attribution): Only use a list
29097 element from sc-attrib-selection-list if it returns a string.
29098 Reported by Davide G. M. Salvetti <salve@debian.org>.
29099
29100 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
29101
29102 * thumbs.el (thumbs-thumbname): The resulting thumbname now
29103 includes a hash value to improve its uniqueness, and has a ".jpg"
29104 extension. Also, it is now a valid filename on all systems.
29105 (thumbs-make-thumb): Use `let', not `let*'.
29106 (thumbs-show-thumbs-list): Check for JPEG availability.
29107
29108 2005-05-30 Richard M. Stallman <rms@gnu.org>
29109
29110 * filesets.el (filesets-menu-ensure-use-cached):
29111 Prevent warning when emacs-version>= is undefined.
29112
29113 * printing.el (pr-interactive-n-up): Use string-to-number.
29114
29115 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
29116
29117 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
29118 Warn only when name to be defined is quoted.
29119
29120 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
29121
29122 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
29123 Make regexp more robust.
29124 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
29125 Force regeneration of disassembly.
29126
29127 2005-05-29 Jay Belanger <belanger@truman.edu>
29128
29129 * calc/calc.el (calc-user-invocation): Check if
29130 calc-invocation-macro is non-nil.
29131
29132 2005-05-29 Juri Linkov <juri@jurta.org>
29133
29134 * add-log.el (change-log-font-lock-keywords):
29135 Add `+' to e-mail regexp to accept mail address with keywords.
29136
29137 * man.el (Man-name-regexp): Add `:' to accept qualified names.
29138
29139 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
29140
29141 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
29142
29143 * ielm.el (inferior-emacs-lisp-mode): Ditto.
29144
29145 2005-05-29 Richard M. Stallman <rms@gnu.org>
29146
29147 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
29148 Undo the change that moves to end of the current word.
29149
29150 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
29151
29152 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
29153 Throw error when count <= 0 to ensure input is a number.
29154 (gdb-read-memory-custom): Pick up address from buffer.
29155 (gdb-memory-mode): Allow user to increment and decrement
29156 memory address from header line.
29157
29158 2005-05-29 Richard M. Stallman <rms@gnu.org>
29159
29160 * flyspell.el (flyspell-version): Function deleted.
29161 (flyspell-auto-correct-previous-hook): Doc fix.
29162
29163 * jit-lock.el (jit-lock-function, jit-lock-after-change):
29164 Do nothing if memory is full.
29165
29166 * font-lock.el (font-lock-fontify-syntactically-region):
29167 Pass t for GREEDY to looking-back.
29168
29169 * saveplace.el (save-place-alist-to-file): Write the file
29170 using write-region.
29171
29172 * subr.el (looking-back): New argument GREEDY.
29173
29174 * progmodes/compile.el (compilation-start): Set the mode
29175 before inserting the initial text.
29176
29177 * progmodes/which-func.el (which-func-update-1): Turn the mode
29178 off in case of error by setting which-func-mode.
29179
29180 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
29181
29182 * flyspell.el (flyspell-auto-correct-previous-word):
29183 Narrow down to what's on the screen, and recenter overlays
29184 at the end of the next word.
29185
29186 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
29187
29188 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
29189 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
29190 (flyspell-abbrev-p): Default to nil.
29191 (flyspell-use-global-abbrev-table-p): Doc fix.
29192 (flyspell-large-region): Allow nil as value.
29193 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
29194
29195 (mail-mode-flyspell-verify): More robust handling
29196 of `mail-header-separator'. More efficient signature detection.
29197 Allow for regexp metacharacters in message-header-separator.
29198 Adding `To' not to be checked in mail-mode-flyspell-verify.
29199
29200 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
29201 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
29202 Bind flyspell-auto-correct-binding.
29203 Bind C-. and C-, .
29204 (flyspell-mode-map): Likewise.
29205 (flyspell-mode): Doc fix.
29206 (flyspell-accept-buffer-local-defs): Preserve current buffer.
29207 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
29208 (flyspell-word-cache-result): New var, always local.
29209 (flyspell-check-pre-word-p): Doc fix.
29210 (flyspell-check-changed-word-p): Handle spc like newline.
29211 (flyspell-post-command-hook): Set flyspell-word-cache-result.
29212 (flyspell-word-search-backward, flyspell-word-search-forward):
29213 New functions.
29214 (flyspell-word): Return t if nothing to check.
29215 When parsing TeX code, check for after } or \.
29216 Use flyspell-word-search-backward to find previous word.
29217 Return nil if duplicated word.
29218 For word already checked, return same value as last time.
29219 Set flyspell-word-cache-result after checking.
29220 Don't clobber the return value.
29221 (flyspell-get-word): Major rewrite.
29222 (flyspell-external-point-words): New locals pword, pcount.
29223 Fix size used in progress message.
29224 Find the proper corresponding word in flyspell-large-region-buffer.
29225 (flyspell-region): Check for flyspell-large-region = nil.
29226 (flyspell-highlight-incorrect-region): Clean up overlays in region.
29227 (flyspell-auto-correct-word): Check that WORD is a cons.
29228 (flyspell-correct-word): Likewise.
29229
29230 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
29231
29232 * progmodes/make-mode.el (makefile-rule-action-regex)
29233 (makefile-macroassign-regex, makefile-makepp-mode)
29234 (makefile-bsdmake-mode): Continuation lines may be empty.
29235 Reported by Joshua Varner.
29236 (makefile-makepp-font-lock-keywords): Add $(stem).
29237
29238 2005-05-28 Karl Berry <karl@gnu.org>
29239
29240 * textmodes/tex-mode.el: Now that tex-send-command calls
29241 shell-quote-argument (2005-03-31 change), remove all calls to
29242 shell-quote-argument; they all end up invoking tex-send-command.
29243 The double quoting loses on filenames with non-safe characters,
29244 such as "@". Reported by Frederik Fouvry.
29245
29246 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
29247
29248 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
29249 about preserving point.
29250
29251 2005-05-27 Jay Belanger <belanger@truman.edu>
29252
29253 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
29254 Info-goto-node.
29255
29256 * calc/calc-embed.el (calc-embed-arg): New variable.
29257 (calc-do-embedded-activate, calc-embedded-activate-formula)
29258 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
29259 variable by new variable.
29260 (calc-embedded-make-info): Replace undeclared variable by new
29261 variable. When selecting region with positive prefix
29262 argument, use end of previous line instead of beginning of line.
29263
29264 * calc/calc-aent.el (calc-arg-values): Declare it.
29265
29266 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
29267 Declare them.
29268
29269 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
29270
29271 * calc/calc.el (calc-alg-map): Declare it.
29272
29273 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
29274
29275 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
29276
29277 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
29278 (gdb-registers-buffer, toggle-gdb-all-registers):
29279 Toggle display of floating point registers.
29280 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
29281
29282 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
29283 (toggle-gud-tooltip-dereference):
29284 Rename from gud-toggle-tooltip-dereference.
29285
29286 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
29287
29288 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
29289
29290 2005-05-27 Jay Belanger <belanger@truman.edu>
29291
29292 * calc/calc-prog.el (calc-kbd-report): Remove.
29293 (calc-kbd-query): Rewrite.
29294
29295 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
29296
29297 * image.el (image-library-alist): Move to image.c.
29298 (image-type-available-p): Doc fix.
29299
29300 2005-05-27 Lute Kamstra <lute@gnu.org>
29301
29302 * calc/calc.el (calc):
29303 * outline.el (outline-1, outline-2, outline-3, outline-4)
29304 (outline-5, outline-6, outline-7, outline-8):
29305 * textmodes/dns-mode.el (dns-mode):
29306 * textmodes/sgml-mode.el (sgml-namespace-face):
29307 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
29308 (tex-verbatim-face, tex-use-reftex):
29309 * textmodes/texinfo.el (texinfo-heading-face):
29310 Specify customization group.
29311
29312 * longlines.el: Don't require easy-mmode.
29313 (longlines-visible-face): Specify customization group.
29314
29315 2005-05-27 Kenichi Handa <handa@m17n.org>
29316
29317 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
29318 encoding table of windows-1251.
29319
29320 * international/ucs-tables.el (ucs-set-table-for-input):
29321 If translation-table-for-input of a coding system is a symbol, get
29322 its translation-table property.
29323
29324 * international/code-pages.el: Don't register a coding system into
29325 non-iso-charset-alist more than once.
29326 (cp-make-coding-system): Likewise.
29327
29328 2005-05-26 John Wiegley <johnw@newartisans.com>
29329
29330 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
29331 `eshell-resume-eval' is wrapped in a list, it indicates that the
29332 command was run asynchronously. In that case, unwrap the value
29333 before checking the delimiter value.
29334
29335 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
29336 character before a space at the end of a line is \, assume the space
29337 is part of the last argument rather than a final argument separator.
29338
29339 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
29340 is in use, and the target is `t' or `nil' (which are the most common
29341 values), don't assume that the symbol target is a buffer.
29342
29343 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
29344
29345 * calendar/calendar.el (calendar-mode-line-format):
29346 Use mode-line-highlight as mouse-face.
29347
29348 * time.el (display-time-string-forms, display-time-update):
29349 Use mode-line-highlight as mouse-face.
29350
29351 2005-05-26 Jay Belanger <belanger@truman.edu>
29352
29353 * calc/calc.el (calc-language-alist): Remove extra defvar.
29354
29355 2005-05-26 Lute Kamstra <lute@gnu.org>
29356
29357 * arc-mode.el (archive-mode):
29358 * bookmark.el (bookmark-read-annotation-mode)
29359 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
29360 * bs.el (bs-mode):
29361 * calc/calc-yank.el (calc-edit-mode):
29362 * calc/calc.el (calc-mode, calc-trail-mode):
29363 * calculator.el (calculator-mode):
29364 * chistory.el (command-history-mode):
29365 * comint.el:
29366 * cus-edit.el (custom-mode):
29367 * descr-text.el (describe-text-mode):
29368 * ebuff-menu.el (Electric-buffer-menu-mode):
29369 * ediff-util.el (ediff-mode):
29370 * emacs-lisp/re-builder.el (reb-mode):
29371 * emulation/vi.el (vi-mode-setup):
29372 * emulation/ws-mode.el (wordstar-mode):
29373 * eshell/esh-mode.el (eshell-mode):
29374 * forms.el (forms-mode):
29375 * help-mode.el (help-mode):
29376 * hexl.el (hexl-mode):
29377 * ibuffer.el (ibuffer-mode):
29378 * ielm.el (inferior-emacs-lisp-mode):
29379 * info.el (Info-mode, Info-edit-mode):
29380 * international/swedish.el:
29381 * ledit.el (ledit-from-lisp-mode):
29382 * locate.el (locate-mode):
29383 * mail/rmail.el (rmail-mode):
29384 * mail/rmailedit.el (rmail-edit-mode):
29385 * mail/rmailsum.el (rmail-summary-mode):
29386 * mail/supercite.el (sc-electric-mode):
29387 * net/eudc.el (eudc-mode):
29388 * net/quickurl.el (quickurl-list-mode):
29389 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
29390 * obsolete/ooutline.el (outline-mode):
29391 * obsolete/options.el (Edit-options-mode):
29392 * obsolete/rnews.el (news-mode):
29393 * obsolete/rnewspost.el (news-reply-mode):
29394 * play/5x5.el (5x5-mode):
29395 * play/decipher.el (decipher-mode, decipher-stats-mode):
29396 * play/gomoku.el (gomoku-mode):
29397 * play/snake.el (snake-mode):
29398 * play/solitaire.el (solitaire-mode):
29399 * play/tetris.el (tetris-mode):
29400 * progmodes/ada-mode.el (ada-mode):
29401 * progmodes/antlr-mode.el (antlr-mode):
29402 * progmodes/autoconf.el (autoconf-mode):
29403 * progmodes/dcl-mode.el (dcl-mode):
29404 * progmodes/delphi.el (delphi-mode):
29405 * progmodes/ebrowse.el (ebrowse-tree-mode)
29406 (ebrowse-electric-list-mode, ebrowse-member-mode)
29407 (ebrowse-electric-position-mode):
29408 * progmodes/f90.el (f90-mode):
29409 * progmodes/fortran.el (fortran-mode):
29410 * progmodes/icon.el (icon-mode):
29411 * progmodes/idlw-help.el (idlwave-help-mode):
29412 * progmodes/idlw-shell.el (idlwave-shell-mode):
29413 * progmodes/idlwave.el (idlwave-mode):
29414 * progmodes/inf-lisp.el (inferior-lisp-mode):
29415 * progmodes/m4-mode.el (m4-mode):
29416 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
29417 * progmodes/modula2.el (modula-2-mode):
29418 * progmodes/octave-inf.el (inferior-octave-mode):
29419 * progmodes/octave-mod.el (octave-mode):
29420 * progmodes/pascal.el (pascal-mode):
29421 * progmodes/sh-script.el (sh-mode):
29422 * progmodes/sql.el (sql-mode, sql-interactive-mode):
29423 * progmodes/vhdl-mode.el (vhdl-mode):
29424 * progmodes/xscheme.el (scheme-interaction-mode):
29425 * replace.el (occur-mode):
29426 * ses.el (ses-mode):
29427 * simple.el (completion-list-mode):
29428 * skeleton.el:
29429 * speedbar.el (speedbar-mode):
29430 * term.el (term-mode):
29431 * terminal.el (terminal-edit-mode):
29432 * textmodes/reftex-index.el (reftex-index-mode)
29433 (reftex-index-phrases-mode):
29434 * textmodes/reftex-sel.el (reftex-select-label-mode)
29435 (reftex-select-bib-mode):
29436 * textmodes/reftex-toc.el (reftex-toc-mode):
29437 * wdired.el (wdired-change-to-wdired-mode):
29438 * wid-browse.el (widget-browse-mode):
29439 Use run-mode-hooks.
29440
29441 * array.el (array-mode):
29442 * calendar/todo-mode.el (todo-mode):
29443 * man.el (Man-mode):
29444 * play/landmark.el (lm-mode):
29445 * play/mpuz.el (mpuz-mode):
29446 Use kill-all-local-variables and run-mode-hooks.
29447
29448 * subr.el (delay-mode-hooks): Specify indentation.
29449
29450 2005-05-26 Mark A. Hershberger <mah@everybody.org>
29451
29452 * xml.el (xml-substitute-special): Don't die for undefined xml
29453 entities.
29454
29455 2005-05-26 Jay Belanger <belanger@truman.edu>
29456
29457 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
29458 of nil.
29459
29460 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
29461
29462 * progmodes/gdb-ui.el (gdb-frame-address):
29463 Rename from gdb-current-address.
29464 (gdb-previous-frame-address): Rename from gdb-previous-address.
29465 (gdb-selected-frame): Rename from gdb-current-frame.
29466 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
29467 (gdb-frame-number): Rename from gdb-current-stack-level.
29468 (gdb-ann3): Match new mode-name for disassembly buffer.
29469 Extend initialization of variables.
29470 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
29471 (gdb-memory-mode): Use mouse-face in header line.
29472 (gdb-assembler-buffer-name): Call it disassembly and give frame
29473 in mode line.
29474 (gdb-source-spec-regexp, gdb-assembler-custom)
29475 (gdb-invalidate-assembler, gdb-frame-handler):
29476 Make robust to leading zeroes in address format.
29477
29478 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
29479
29480 * textmodes/org.el (org-mode): Use `define-derived-mode' to
29481 define `org-mode'.
29482 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
29483
29484 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
29485
29486 * log-edit.el (log-edit-changelog-entries): Distinguish between
29487 filenames like xfns.c and fns.c.
29488
29489 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
29490
29491 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
29492 point after reverting.
29493 (Buffer-menu-make-sort-button): Handle the case where
29494 `Buffer-menu-use-header-line' is nil.
29495
29496 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
29497
29498 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
29499 New funcs. In minibuffer-local-completion-map bind `]', `/'
29500 and `:' to them.
29501
29502 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
29503
29504 * startup.el (normal-top-level): Allow modification of load-path while
29505 we're iterating over it.
29506
29507 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
29508
29509 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
29510 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
29511 (thumbs-resize-interactive, thumbs-insert-image)
29512 (thumbs-insert-thumb, thumbs-dired-show-marked)
29513 (thumbs-find-image-at-point, thumbs-delete-images)
29514 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
29515 (thumbs-increment-image-size, thumbs-decrement-image-size):
29516 Fix typos in docstrings.
29517
29518 2005-05-24 Andre Spiegel <spiegel@gnu.org>
29519
29520 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
29521 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
29522 (cperl-mode): Use them.
29523
29524 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
29525
29526 * window.el (quit-window, shrink-window-if-larger-than-buffer):
29527 Doc fixes.
29528
29529 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
29530
29531 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
29532 Bind C-d to gdb-inferior-io-eof.
29533
29534 * dired.el (dired-dnd-popup-notice): Use message-box.
29535
29536 2005-05-23 Masatake YAMATO <jet@gyve.org>
29537
29538 * bindings.el (mode-line-major-mode-keymap):
29539 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
29540
29541 * faces.el (mode-line-highlight): New face.
29542
29543 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
29544 as mouse-face.
29545
29546 * bindings.el (top-level, help-echo, mode-line-modified)
29547 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
29548 as mouse-face.
29549
29550 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
29551
29552 * progmodes/cc-engine.el (c-guess-basic-syntax):
29553 Remove spurious call to `zerop'.
29554
29555 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
29556
29557 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
29558
29559 CC Mode update to 5.30.10:
29560
29561 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
29562 could go past the limit in decoration level 2, thereby causing
29563 errors during interactive fontification.
29564
29565 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
29566 the file is evaluated interactively.
29567
29568 * cc-engine.el (c-guess-basic-syntax): Handle operator
29569 declarations somewhat better in C++.
29570
29571 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
29572 make use of `run-mode-hooks' which has been added in Emacs 21.1.
29573 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
29574 (awk-mode): Use it.
29575 (make-local-hook): Suppress warning about obsoleteness.
29576
29577 * cc-engine.el, cc-align.el, cc-cmds.el
29578 (c-append-backslashes-forward, c-delete-backslashes-forward)
29579 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
29580 Compensate for return value from `forward-line' when it has moved
29581 but not to a different line due to eob.
29582
29583 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
29584 `objc-method-intro' and `objc-method-args-cont'.
29585
29586 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
29587
29588 CC Mode update to 5.30.10:
29589
29590 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
29591 in the copyright statement. Incidentally, change "along with GNU
29592 Emacs" to "along with this program" where it occurs.
29593
29594 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
29595 so that it is interactive, hence can be found by M-x awk-mode
29596 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
29597 <gmorris+emacs@ast.cam.ac.uk>.
29598
29599 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
29600 Mode's regexps.
29601
29602 2005-05-23 Kevin Ryde <user42@zip.com.au>
29603
29604 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
29605 c-parse-state, to avoid a lisp error (on bad code).
29606
29607 2005-05-23 Lute Kamstra <lute@gnu.org>
29608
29609 * subr.el (font-lock-defaults): Remove defvar as it's already
29610 defined in font-core.el.
29611
29612 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
29613
29614 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
29615
29616 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
29617 more general and work when GDB variable "print pretty" is on,
29618 as with Emacs, for example.
29619
29620 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
29621
29622 * font-core.el: Update comment.
29623
29624 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
29625 Use `after-change-major-mode-hook' instead of `find-file-hook'.
29626
29627 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
29628
29629 2005-05-22 Eli Zaretskii <eliz@gnu.org>
29630
29631 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
29632 and `yank-handler' in the doc strings.
29633
29634 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
29635
29636 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
29637
29638 2005-05-22 Richard M. Stallman <rms@gnu.org>
29639
29640 * help.el (describe-key): Move print-help-return-message call
29641 out of conditional.
29642
29643 * progmodes/etags.el (list-tags): Use with-no-warnings.
29644
29645 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
29646 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
29647 (starttls-extra-args, starttls-extra-arguments): Add defvars.
29648
29649 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
29650
29651 * language/viet-util.el (viet-viscii-nonascii-translation-table):
29652 Add defvar.
29653
29654 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
29655 Use defvar, not defconst.
29656
29657 * hexl.el (hexl-follow-line): Use with-no-warnings.
29658
29659 * emulation/tpu-extras.el: Use write-file-functions instead of
29660 write-file-hooks.
29661
29662 * dired.el (dired-font-lock-keywords): Fontify files with junk
29663 extensions even if marked by -F.
29664
29665 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
29666
29667 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
29668 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
29669 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
29670 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
29671 (concatenate, list-length, get*, getf, cl-remprop):
29672 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
29673 (etypecase, progv, lexical-let, lexical-let*)
29674 (multiple-value-bind, multiple-value-setq, shiftf):
29675 Improve argument/docstring consistency.
29676
29677 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
29678
29679 2005-05-22 Andre Spiegel <spiegel@gnu.org>
29680
29681 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
29682 doesn't exist.
29683
29684 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
29685 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
29686
29687 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
29688
29689 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
29690 already deleted variables: auto-fill-hook, blink-paren-hook,
29691 lisp-indent-hook, inhibit-local-variables, unread-command-event,
29692 suspend-hooks, comment-indent-hook, meta-flag,
29693 before-change-function, after-change-function,
29694 font-lock-doc-string-face.
29695
29696 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
29697
29698 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
29699
29700 2005-05-21 Eli Zaretskii <eliz@gnu.org>
29701
29702 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
29703 rmail-dont-reply-to.
29704
29705 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
29706
29707 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
29708 literal blank when splitting new-header-values.
29709
29710 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
29711
29712 * calendar/cal-menu.el (cal-menu-update): Add separator as a
29713 string so that tmm doesn't create a completion entry for it.
29714
29715 * textmodes/table.el (table-disable-menu): Ditto.
29716
29717 2005-05-21 Richard M. Stallman <rms@gnu.org>
29718
29719 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
29720
29721 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
29722
29723 * net/rcompile.el (remote-compile): Use compilation-start.
29724
29725 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
29726
29727 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
29728
29729 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
29730 Default to makefile-bsdmake-mode on BSD systems.
29731
29732 * imenu.el (imenu-generic-expression, imenu--generic-function'):
29733 REGEXP may also be a search function now. The part of doc-string
29734 for describing the structure was 95% identical to that of
29735 `imenu--generic-function'. Unify it there.
29736
29737 * progmodes/make-mode.el (makefile-imenu-generic-expression):
29738 Use function to find dependencies, because regexp alone is so complex,
29739 it easily goes into an endless loop.
29740 (makefile-makepp-mode): Also add submenu for Perl functions
29741 defined in the makefile.
29742 (makefile-bsdmake-mode): Special imenu-generic-expression no
29743 longer needed, due to function call.
29744 (makefile-match-dependency): Take BOUND into account when checking
29745 if we're through.
29746
29747 2005-05-20 Jay Belanger <belanger@truman.edu>
29748
29749 * calc/calc-units.el (calc-invalidate-units-table):
29750 Use inhibit-read-only.
29751 (math-build-units-table-buffer): Use view-mode.
29752
29753 2005-05-20 David Kastrup <dak@gnu.org>
29754
29755 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
29756 easy-menu-add is not a nop on Emacs; and clarify when to call it.
29757
29758 2005-05-20 Lute Kamstra <lute@gnu.org>
29759
29760 * diff-mode.el (diff-header-face, diff-file-header-face)
29761 (diff-index-face, diff-hunk-header-face, diff-removed-face)
29762 (diff-added-face, diff-changed-face, diff-function-face)
29763 (diff-context-face, diff-nonexistent-face): Put them in the
29764 diff-mode customization group.
29765
29766 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
29767
29768 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
29769
29770 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
29771
29772 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
29773 Minor regexp-optimization.
29774
29775 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
29776
29777 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
29778 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
29779 (org-agenda-add-time-grid-maybe): New function.
29780 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
29781 (org-table-create): `dotimes' instead of `mapcar'.
29782 (org-xor): Simplify implementation.
29783 (org-agenda): `inhibit-redisplay' turned on.
29784 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
29785 a consistent line after a state change.
29786 (org-agenda-remove-times-when-in-prefix): New option.
29787 (org-prefix-has-time): New variable.
29788 (org-parse-time-string): Optional argument NODEFAULT.
29789 (org-format-agenda-item): Parse items for time-of-day
29790 specifications and move these into the prefix if possible.
29791 (org-agenda-priority): Get current heading, not previous heading
29792 during agenda remote editing.
29793
29794 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
29795
29796 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
29797 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
29798 (remove-duplicates, delete-duplicates, substitute)
29799 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
29800 (nsubstitute-if-not, find, find-if, find-if-not, position)
29801 (position-if, position-if-not, count, count-if, count-if-not)
29802 (mismatch, search, sort*, stable-sort, merge, member*)
29803 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
29804 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
29805 (intersection, nintersection, set-difference, nset-difference)
29806 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
29807 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
29808 (nsublis, tree-equal): Improve argument/docstring consistency.
29809
29810 * subr.el (send-string, send-region): Remove obsolescence declaration.
29811 (window-dot, set-window-dot, read-input, show-buffer)
29812 (eval-current-buffer, string-to-int):
29813 Add release number to obsolescence declarations.
29814
29815 2005-05-19 Kim F. Storm <storm@cua.dk>
29816
29817 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
29818 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
29819
29820 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
29821
29822 * faces.el (list-faces-display): Make back button respect optional
29823 regexp arg.
29824
29825 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
29826
29827 * calculator.el (calculator-radix-grouping-mode)
29828 (calculator-radix-grouping-digits, calculator-displayer)
29829 (calculator-radix-grouping-separator, calculator-copy-displayer):
29830 * dabbrev.el (dabbrev-search-these-buffers-only):
29831 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
29832 (diff-advance-after-apply-hunk, diff-mode-hook)
29833 (diff-minor-mode-prefix):
29834 * imenu.el (imenu-use-popup-menu):
29835 * jit-lock.el (jit-lock-context-time):
29836 * newcomment.el (comment-fill-column, comment-column)
29837 (comment-style, comment-padding, comment-multi-line)
29838 (comment-empty-lines, comment-auto-fill-only-comments):
29839 * reveal.el (reveal-around-mark):
29840 * uniquify.el (uniquify-buffer-name-style)
29841 (uniquify-after-kill-buffer-p)
29842 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
29843 (uniquify-min-dir-content, uniquify-separator)
29844 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
29845 * w32-vars.el (w32-fixed-font-alist):
29846 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
29847 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
29848 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
29849 * progmodes/perl-mode.el (perl-indent-level)
29850 (perl-continued-statement-offset, perl-continued-brace-offset)
29851 (perl-brace-offset, perl-brace-imaginary-offset)
29852 (perl-label-offset, perl-indent-continued-arguments)
29853 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
29854 * progmodes/tcl.el (tcl-indent-level)
29855 (tcl-continued-indent-level, tcl-auto-newline)
29856 (tcl-tab-always-indent, tcl-electric-hash-style)
29857 (tcl-help-directory-list, tcl-use-smart-word-finder)
29858 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
29859 (inferior-tcl-source-command):
29860 * textmodes/fill.el (enable-kinsoku):
29861 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
29862 * textmodes/table.el (table-yank-handler):
29863 Specify missing group (and type, if simple) in defcustom.
29864
29865 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
29866
29867 * progmodes/compile.el (compilation-finish-function): Fix defvar.
29868
29869 2005-05-19 Richard M. Stallman <rms@gnu.org>
29870
29871 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
29872
29873 * subr.el (event-basic-type): Don't get an error.
29874 (left-fringe-p): Function deleted.
29875
29876 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
29877 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
29878
29879 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
29880 in recursive copy.
29881
29882 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
29883
29884 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
29885
29886 * emacs-lisp/bytecomp.el
29887 (byte-compile-file-form-custom-declare-variable):
29888 Call byte-compile-nogroup-warn if appropriate.
29889
29890 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
29891 (compilation-set-window): Don't call left-fringe-p; do it directly.
29892
29893 2005-05-19 Jay Belanger <belanger@truman.edu>
29894
29895 * calc/calc-graph.el (calc-graph-format-data): Make sure
29896 var-PlotRejects is bound before trying to check its value.
29897
29898 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
29899
29900 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
29901 definition of this variable from reftex-global.el to reftex.el,
29902 because it is needed in the menu.
29903
29904 2005-05-19 Lute Kamstra <lute@gnu.org>
29905
29906 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
29907 years are fixed. Don't insert a space after a dash.
29908
29909 2005-05-19 Kim F. Storm <storm@cua.dk>
29910
29911 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
29912
29913 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
29914
29915 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
29916 strings, because (eq ... ?\\) is fairly frequent.
29917
29918 * progmodes/make-mode.el (makefile-add-this-line-targets):
29919 Simplify and integrate into `makefile-pickup-targets'.
29920 (makefile-add-this-line-macro): Simplify and integrate into
29921 `makefile-pickup-macros.
29922 (makefile-pickup-filenames-as-targets): Simplify.
29923 (makefile-previous-dependency, makefile-match-dependency):
29924 Don't stumble over `::'.
29925
29926 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
29927
29928 * subr.el (post-command-idle-hook, post-command-idle-delay):
29929 Remove obsoletion of post-command-idle-hook and
29930 post-command-idle-delay.
29931
29932 * faces.el (list-faces-display): Provide button when describe-face
29933 is called to take user back to the list of faces.
29934
29935 * help-fns.el (describe-variable): Remove hyperlinks in a
29936 variable's value as these are quite frequently inappropriate.
29937
29938 * follow.el (follow-submit-feedback, follow-mode):
29939 Remove references to post-command-idle-hook.
29940
29941 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
29942
29943 * progmodes/make-mode.el (makefile-previous-dependency)
29944 (makefile-match-dependency): Check for := (and in bsd mode also
29945 !=) to give a better result, even when font-lock is not on.
29946
29947 2005-05-18 Jay Belanger <belanger@truman.edu>
29948
29949 * calc/calc-help.el (calc-s-prefix-help):
29950 Add `calc-copy-special-constant' to help string.
29951
29952 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
29953
29954 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
29955
29956 2005-05-18 Jay Belanger <belanger@truman.edu>
29957
29958 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
29959 in linear factors are in proper order.
29960
29961 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
29962
29963 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
29964 Support for jurabib.
29965
29966 * textmodes/reftex.el (featurep): Define aliases for overlay
29967 commands, for XEmacs compatibility, and use these aliases in
29968 overlay initializations.
29969 (reftex-highlight): Use `reftex-move-overlay'.
29970 (reftex-unhighlight): Use `reftex-delete-overlay'.
29971 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
29972 (reftex-access-search-path): Use `reftex-uniquify' instead of
29973 `reftex-uniq'.
29974
29975 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
29976 `before-string' property modification enables for Emacs as well.
29977 (reftex-select-item): Use `reftex-delete-overlay'.
29978 (reftex-select-mark): Use `reftex-make-overlay' and
29979 `reftex-overlay-put'.
29980 (reftex-select-unmark): Use `reftex-delete-overlay' and
29981 `reftex-overlay-put'.
29982
29983 2005-05-18 Lute Kamstra <lute@gnu.org>
29984
29985 * emacs-lisp/lisp.el (check-parens): Fix docstring.
29986
29987 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
29988
29989 * add-log.el (add-change-log-entry):
29990 * array.el (array-make-template, array-reconfigure-rows)
29991 (array-init-max-row, array-init-max-column)
29992 (array-init-columns-per-line, array-init-field-width):
29993 * replace.el (replace-match-maybe-edit, perform-replace):
29994 * textmodes/spell.el (spell-region):
29995 Replace `read-input' by `read-string'.
29996
29997 * forms.el (forms-mode):
29998 * finder.el (finder-compile-keywords):
29999 * shadowfile.el (shadow-read-files):
30000 Replace `eval-current-buffer' by `eval-buffer'.
30001
30002 * terminal.el (te-pass-through):
30003 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
30004 (ange-ftp-raw-send-cmd):
30005 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
30006 (send-process-next-char, telnet-initial-filter, telnet):
30007 Replace `send-string' by `process-send-string'.
30008
30009 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
30010 (prolog-consult-region): Replace `send-string' by
30011 `process-send-string'; replace `send-region' by `process-send-region'.
30012
30013 * progmodes/delphi.el (delphi-log-msg):
30014 Replace `set-window-dot' by `set-window-point'.
30015
30016 * subr.el (window-dot, set-window-dot, read-input, send-string)
30017 (send-region, show-buffer, eval-current-buffer):
30018 Make really obsolete, as the comment says.
30019
30020 2005-05-17 Kim F. Storm <storm@cua.dk>
30021
30022 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
30023 (cua--init-keymaps): Bind C-return instead of S-return to set
30024 rectangle mark.
30025
30026 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
30027 instead of S-return to toggle/clear rectangle mark.
30028
30029 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
30030
30031 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
30032 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
30033 Also fontify plain strings assigned to variables, mostly so that a
30034 colon has a face and is thus not taken as a dependency separator.
30035 (makefile-previous-dependency): Inline the new matcher, because it
30036 is too complex to work in both directions.
30037 (makefile-match-dependency): Eliminate `backward' arg (see above).
30038 Completely reimplemented so as to not sometimes go into an endless
30039 loop. It should also be more efficient, because first it only
30040 searches for `:', instead of applying the very complex regexp.
30041 (makefile-mode): Cancel `font-lock-support-mode', because blocks
30042 to be fontified in one piece can be too long for JIT.
30043 Makefiles are never *that* big.
30044
30045 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
30046
30047 * dired.el (dired-mode): Simplify.
30048
30049 2005-05-17 Lute Kamstra <lute@gnu.org>
30050
30051 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
30052 defcustom for the mode hook variable.
30053
30054 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
30055 Emacs Lisp Reference Manual.
30056
30057 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
30058
30059 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
30060 (evenp, list*):
30061 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
30062 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
30063
30064 * net/tramp-smb.el (tramp-smb-open-connection):
30065 Pass `tramp-chunksize' as fifth (required) argument.
30066
30067 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
30068
30069 * font-lock.el (lisp-font-lock-keywords-1):
30070 Set `font-lock-negation-char-face' for [^...] char group.
30071 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
30072
30073 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
30074 a var, and refine it to mask one more level of nested vars.
30075 (makefile-rule-action-regex): Turn it into a var, and refine it so
30076 it recognizes backslashed continuation lines as belonging to the
30077 same command.
30078 (makefile-macroassign-regex): Refine it so it recognizes
30079 backslashed continuation lines as belonging to the same command.
30080 (makefile-var-use-regex): Don't look at the next char, because it
30081 might be the same one to be skipped by the initial [^$], leading
30082 to an overlooked variable use.
30083 (makefile-make-font-lock-keywords): Remove two parameters, which
30084 are now variables that some of the modes set locally.
30085 Handle dependency and rule action matching through functions, because
30086 regexps alone match too often. Dependency matching now comes
30087 last, so it can check, whether a colon already matched something else.
30088 (makefile-mode): Inform that font-lock improves makefile parsing
30089 capabilities.
30090 (makefile-match-dependency, makefile-match-action): New functions.
30091
30092 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
30093
30094 * emacs-lisp/cl-extra.el (equalp): Doc fix.
30095
30096 * align.el (align-regexp):
30097 * ansi-color.el (ansi-color-get-face):
30098 * array.el (array-reconfigure-rows, array-init-max-row)
30099 (array-init-max-column, array-init-columns-per-line)
30100 (array-init-field-width):
30101 * dired-aux.el (dired-trample-file-versions):
30102 * dired-x.el (dired-mark-sexp):
30103 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
30104 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
30105 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
30106 * faces.el (face-read-integer):
30107 * files.el (backup-extract-version, insert-directory):
30108 * hexl.el (hexl-insert-decimal-char):
30109 * server.el (server-process-filter):
30110 * shell.el (shell-extract-num):
30111 * startup.el (command-line-1):
30112 * term.el (term-command-hook):
30113 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
30114 (time-stamp-do-number):
30115 * time.el (display-time-update):
30116 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
30117 (timezone-fix-time):
30118 * vms-patch.el (vms-suspend-resume-hook):
30119 * calendar/appt.el (appt-convert-time):
30120 * calendar/cal-bahai.el (mark-bahai-diary-entries):
30121 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
30122 * calendar/cal-islam.el (mark-islamic-diary-entries):
30123 * calendar/calendar.el (calendar-cursor-to-date)
30124 (calendar-star-date):
30125 * calendar/diary-lib.el (diary-attrtype-convert)
30126 (mark-diary-entries, diary-entry-time):
30127 * calendar/solar.el (solar-get-number):
30128 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
30129 * emacs-lisp/re-builder.el (reb-display-subexp):
30130 * emulation/edt.el (edt-set-scroll-margins):
30131 * emulation/tpu-extras.el (tpu-set-scroll-margins):
30132 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
30133 (vip-get-ex-count):
30134 * emulation/viper-ex.el (viper-get-ex-token)
30135 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
30136 * international/fontset.el (fontset-plain-name):
30137 * mail/feedmail.el (feedmail-look-at-queue-directory):
30138 * mail/mailalias.el (mail-get-names):
30139 * mail/rmail.el (rmail-convert-to-babyl-format):
30140 * mail/rmailsum.el (rmail-make-basic-summary-line)
30141 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
30142 (rmail-summary-goto-msg):
30143 * mail/smtpmail.el (smtpmail-read-response):
30144 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
30145 (ange-ftp-vms-add-file-entry):
30146 * play/gametree.el (gametree-looking-at-ply)
30147 (gametree-current-branch-score):
30148 * progmodes/ada-xref.el (ada-prj-find-prj-file)
30149 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
30150 * progmodes/cperl-mode.el (condition-case):
30151 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
30152 (ebrowse-set-member-buffer-column-width)
30153 (ebrowse-select-1st-to-9nth):
30154 * progmodes/etags.el (etags-snarf-tag):
30155 * progmodes/flymake.el (flymake-parse-line):
30156 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
30157 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
30158 (idlwave-shell-menu-def):
30159 * progmodes/ps-mode.el (ps-run-goto-error):
30160 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
30161 (vhdl-speedbar-contract-level):
30162 * term/mac-win.el (x-handle-numeric-switch):
30163 * term/sun-mouse.el (sun-get-frame-data):
30164 * term/w32-win.el (x-handle-numeric-switch):
30165 * term/x-win.el (x-handle-numeric-switch):
30166 * textmodes/ispell.el (ispell-parse-output):
30167 * textmodes/nroff-mode.el (nroff-outline-level):
30168 * textmodes/reftex-cite.el (reftex-bib-sort-year)
30169 (reftex-bib-sort-year-reverse, reftex-format-citation):
30170 * textmodes/reftex-parse.el (reftex-init-section-numbers)
30171 (reftex-section-number):
30172 * textmodes/texinfmt.el (texinfo-paragraphindent):
30173 Replace `string-to-int' by `string-to-number'.
30174
30175 * international/latexenc.el: Add page marker to force the "Local
30176 Variables:" string out of the last page.
30177
30178 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
30179
30180 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
30181 tooltip-change-major-mode.
30182 (gud-tooltip-print-command): Remove case where gud-minor-mode
30183 is gdb ("--fullname").
30184 (gud-tooltip-tips): Turn GUD tooltips off for this case and
30185 explain to user.
30186
30187 2005-05-16 Jay Belanger <belanger@truman.edu>
30188
30189 * calc/calc-store.el (calc-copy-special-constant): New function.
30190
30191 * calc/calc-ext.el (calc-init-extensions): Add binding for
30192 `calc-copy-special-constant'.
30193
30194 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
30195 for the `calc-copy-special-constant' command.
30196
30197 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
30198
30199 * subr.el (left-fringe-p): New function.
30200
30201 * progmodes/compile.el (compilation-setup): Set local value of
30202 overlay-arrow-string to "" always.
30203 (compilation-set-window): Left fringe then don't scroll.
30204 No left fringe then no arrow and scroll message to top.
30205 (compilation-context-lines): Adjust doc string accordingly.
30206
30207 2005-05-16 Kim F. Storm <storm@cua.dk>
30208
30209 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
30210 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
30211 (ido-wide-find-dir-or-delete-dir): New command for M-d.
30212 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
30213 (ido-read-file-name): Handle commands with ido property value
30214 equal to find-file as reading a file name, to allow C-d to enter dired.
30215 (ibuffer-find-file): Add ido property with value find-file.
30216
30217 2005-05-15 Kim F. Storm <storm@cua.dk>
30218
30219 * subr.el (open-network-stream-nowait): Remove.
30220 (open-network-stream-server): Remove.
30221
30222 2005-05-15 Richard M. Stallman <rms@gnu.org>
30223
30224 * faces.el (describe-face): Output a definition link button.
30225
30226 * help-mode.el (help-face-def): New button type.
30227
30228 * emacs-lisp/copyright.el (copyright-fix-years):
30229 Match properly if the first year is 2-digit.
30230 Don't mess up the whitespace after the years by filling.
30231
30232 * dired-aux.el (dired-mark-confirm):
30233 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
30234
30235 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
30236 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
30237 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
30238
30239 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
30240 Set font-lock-comment-start-skip.
30241
30242 * font-lock.el (font-lock-comment-start-skip): New variable.
30243 (font-lock-comment-end-skip): New variable.
30244 (font-lock-fontify-syntactically-region): Use them if non-nil.
30245
30246 2005-05-15 Jay Belanger <belanger@truman.edu>
30247
30248 * calc/calc-store.el (calc-store-value): Return a string rather
30249 than display it as a message.
30250 Use calc-var-name for variable name.
30251 (calc-store-into): Add the result of calc-store-value to message.
30252 (calc-copy-variable): Add a message.
30253 (calc-store-exchange): Improve error messages.
30254 (calc-store-binary, calc-store-map): Don't reset the values of
30255 special constants.
30256
30257 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
30258
30259 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
30260 manual to docstring.
30261
30262 * files.el (hack-local-variables-confirm): Add STRING argument.
30263 Make the function handle non file visiting buffers correctly.
30264 (hack-local-variables-prop-line, hack-local-variables)
30265 (hack-one-local-variable): Use STRING arg of
30266 `hack-local-variables-confirm'.
30267
30268 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
30269
30270 Sync with Tramp 2.0.49.
30271
30272 * net/tramp.el (tramp-handle-dired-call-process)
30273 (tramp-handle-insert-directory):`insert-buffer' cannot be used
30274 because the contents of the Tramp buffer is changed before
30275 insertion (`expand-file' and alike).
30276 (tramp-handle-insert-directory): If `localname' has an empty
30277 nondirectory name, it must not be quoted.
30278 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
30279 variable `tramp-chunksize'. Change callees.
30280 (tramp-open-connection-setup-interactive-shell): Check remote host
30281 for buggy `send-process-string' implementation.
30282 Set `tramp-chunksize' if found. Reported by Michael Kifer
30283 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
30284 (tramp-handle-shell-command): `insert-buffer' cannot be used
30285 because the contents of the Tramp buffer is changed before
30286 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
30287 <frederic.bothamy@free.fr>.
30288 (tramp-set-auto-save): Actions should be done for Tramp file name
30289 handler only. Ange-FTP has its own auto-save mechanism.
30290 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
30291 (tramp-set-auto-save-file-modes): Set file modes of
30292 `buffer-auto-save-file-name' to ?\600 as fallback solution.
30293 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
30294 (tramp-bug): Remove obsolete variable.
30295 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
30296 for presence of `mml-mode'. Make it running for older Emacsen as well.
30297
30298 2005-05-14 John Paul Wallington <jpw@pobox.com>
30299
30300 * ibuf-ext.el (define-ibuffer-filter filename):
30301 If `dired-directory' is a list, use its car.
30302
30303 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
30304
30305 * ibuffer.el (define-ibuffer-column filename):
30306 If `dired-directory' is a list, use its car.
30307
30308 2005-05-14 Richard M. Stallman <rms@gnu.org>
30309
30310 * subr.el (symbol-file): Doc fix.
30311
30312 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
30313 (byte-compile-form): Call byte-compile-nogroup-warn.
30314 (byte-compile-warning-types): Doc fix.
30315
30316 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
30317
30318 * progmodes/cc-engine.el (c-literal-faces):
30319 Add font-lock-comment-delimiter-face.
30320
30321 * net/net-utils.el (dig): Use with-no-warnings.
30322
30323 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
30324 (sc-recite-frame-alist, sc-default-cite-frame)
30325 (sc-default-uncite-frame, sc-default-recite-frame)
30326 (sc-attrib-selection-list, sc-rewrite-header-list):
30327 Mark as risky-local-variable.
30328
30329 * international/ogonek.el (ogonek-jak, ogonek-how):
30330 Don't use beginning-of-buffer.
30331
30332 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
30333
30334 * calendar/solar.el (solar-data-list): Move definition up.
30335
30336 * dnd.el (dnd-protocol-alist): Add autoload.
30337
30338 * progmodes/sh-script.el: Many doc usage fixes.
30339 (sh-indent-after-do): Change default to match common styles.
30340
30341 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
30342
30343 * files.el (interpreter-mode-alist)
30344 (auto-mode-interpreter-regexp): Doc fixes.
30345
30346 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
30347
30348 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
30349
30350 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
30351
30352 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
30353
30354 * dired.el (dired-mode): make-variable-buffer-local =>
30355 make-local-variable.
30356
30357 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
30358
30359 * term/mac-win.el (mac-select-convert-to-string): Try coding
30360 systems in mac-script-code-coding-systems if specified one cannot
30361 encode string for `com.apple.traditional-mac-plain-text'.
30362
30363 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
30364
30365 * progmodes/make-mode.el (makefile-targets-face)
30366 (makefile-shell-face, makefile-makepp-perl-face): New faces.
30367 (makefile-dependency-regex): Fix it to not make the colon in
30368 $(var:a=b) special.
30369 (makefile-rule-action-regex): New regexp for highlighting embedded
30370 Shell strings.
30371 (makefile-macroassign-regex): Handle != for highlighting as
30372 embedded Shell strings.
30373 (makefile-var-use-regex): New const.
30374 (makefile-statements, makefile-automake-statements)
30375 (makefile-gmake-statements, makefile-makepp-statements)
30376 (makefile-bsdmake-statements): New consts.
30377 (makefile-make-font-lock-keywords): New function.
30378 (makefile-automake-font-lock-keywords)
30379 (makefile-gmake-font-lock-keywords)
30380 (makefile-makepp-font-lock-keywords)
30381 (makefile-bsdmake-font-lock-keywords): New consts.
30382 (makefile-mode-map): Add switchers between the various submodes.
30383 (makefile-mode): Document the availability of the variants.
30384 (makefile-automake-mode, makefile-gmake-mode)
30385 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
30386
30387 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
30388 new variants of makefile-mode.
30389
30390 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
30391
30392 * font-lock.el (font-lock-comment-delimiter-face): Fix up
30393 the inheritance.
30394
30395 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
30396
30397 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
30398 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
30399
30400 * files.el (normal-mode): Extend the scope of the
30401 `enable-local-variables' binding to include the `set-auto-mode' call.
30402 (magic-mode-alist): Doc fix.
30403
30404 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
30405
30406 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
30407 font-lock-comment-face rather than copying its setting.
30408
30409 2005-05-12 Andreas Schwab <schwab@suse.de>
30410
30411 * eshell/esh-mode.el (eshell-send-input): Doc fix.
30412
30413 2005-05-12 Lute Kamstra <lute@gnu.org>
30414
30415 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
30416 defcustom for the mode hook variable. Delete the last argument.
30417 * generic-x.el: Fix callers of define-generic-mode.
30418 (generic-x-modes): Delete group.
30419 (show-tabs-tab-face, show-tabs-space-face): Put them in the
30420 generic-x customization group.
30421
30422 2005-05-12 Kim F. Storm <storm@cua.dk>
30423
30424 * font-lock.el (font-lock-negation-char-face): Default to "off".
30425
30426 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
30427 font-lock-negation-char-face to ! in !=.
30428
30429 2005-05-12 Masatake YAMATO <jet@gyve.org>
30430
30431 * add-log.el (find-change-log): Fix typos in the docstring
30432 of function.
30433
30434 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
30435
30436 * international/latexenc.el (latexenc-find-file-coding-system):
30437 Avoid `re-search-forward' when looking for input encoding because
30438 of speed and safety. Better regular expressions for recognizing
30439 input encoding. Limit a search for TeX-master/tex-main-file to
30440 the local variable section.
30441
30442 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
30443
30444 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
30445 syntax of $ to "'" (quote).
30446
30447 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
30448
30449 * dnd.el (dnd-protocol-alist): Improve custom type.
30450
30451 * dired.el (dired-dnd-protocol-alist): New variable.
30452 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
30453 `dired-mode-hook' to the end.
30454
30455 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
30456
30457 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
30458 comment-end if comment-start-skip is not set.
30459 Obey the font-lock-comment-delimiter-face variables.
30460
30461 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
30462
30463 * files.el (executable-find): Move from executable.el. Use
30464 locate-file.
30465 * progmodes/executable.el (executable-find): Move to files.el.
30466
30467 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
30468 when trying to ensure forward progress.
30469
30470 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
30471
30472 * mouse-sel.el (mouse-sel-follow-link-p): New function.
30473 (mouse-select, mouse-select-internal, mouse-extend-internal):
30474 Use it to implement mouse-1-click-follows-link functionality.
30475
30476 2005-05-11 Richard M. Stallman <rms@gnu.org>
30477
30478 * font-lock.el (font-lock-fontify-syntactically-region):
30479 Use font-lock-comment-delimiter-face for comment delimiters.
30480
30481 2005-05-10 Jay Belanger <belanger@truman.edu>
30482
30483 * calc/calc-help.el (calc-m-prefix-help): Add mention of
30484 preserving embedded modes.
30485
30486 2005-05-10 Richard M. Stallman <rms@gnu.org>
30487
30488 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
30489
30490 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
30491 Move from ada-stmt.el.
30492 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
30493
30494 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
30495 Move to ada-mode.el.
30496 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
30497
30498 * cus-edit.el (custom-file): Call file-chase-links.
30499
30500 * files.el (read-directory-name): Fix previous change.
30501 (hack-local-variables-confirm): New function.
30502 (hack-local-variables-prop-line, hack-local-variables)
30503 (hack-one-local-variable): Use it.
30504
30505 2005-05-10 Lute Kamstra <lute@gnu.org>
30506
30507 * font-lock.el (font-lock-keywords-alist)
30508 (font-lock-removed-keywords-alist): Clarify docstrings.
30509
30510 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
30511
30512 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
30513 (gdb-source-info): Check for preprocessor info.
30514 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
30515 a macro for a function.
30516 (gdb-info-breakpoints-custom): Try to find file again if not already
30517 found (user might have used GDB dir command).
30518 (gdb-get-location): Update gdb-location-alist correctly for change
30519 to gdb-info-breakpoints-custom.
30520
30521 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
30522 (gud-tooltip-print-command): Add gdbmi case.
30523 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
30524 preprocessor info.
30525
30526 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
30527
30528 * startup.el (fancy-splash-insert): Fix typo in doc string.
30529
30530 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
30531
30532 * obsolete/float.el (string-to-float):
30533 * obsolete/hilit19.el (hilit-add-pattern):
30534 * obsolete/rnews.el (news-parse-range, news-select-message)
30535 (news-get-pruned-list-of-files): Replace `string-to-int' by
30536 `string-to-number'.
30537
30538 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
30539 `find-file-not-found-hooks'; use `add-hook'.
30540 (uncompress-while-visiting): Set `write-file-functions', not
30541 `write-file-hooks'; use `add-hook'.
30542
30543 2005-05-09 Kim F. Storm <storm@cua.dk>
30544
30545 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
30546 (cua-paste): Handle clipboard action.
30547 (cua--init-keymaps): Remap clipboard-kill-region and
30548 clipboard-kill-ring-save.
30549
30550 2005-05-08 Eli Zaretskii <eliz@gnu.org>
30551
30552 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
30553 Improve commentary.
30554
30555 * simple.el (next-error-overlay-arrow-position): Revert the change
30556 made on 2005-04-30.
30557
30558 2005-05-07 Jay Belanger <belanger@truman.edu>
30559
30560 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
30561 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
30562 `calc-sel-reselect'.
30563
30564 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
30565 Calc is in embedded mode.
30566
30567 2005-05-07 Eli Zaretskii <eliz@gnu.org>
30568
30569 * progmodes/compile.el (compilation-setup):
30570 Set overlay-arrow-string to an empty string on text terminals.
30571
30572 * textmodes/ispell.el (ispell-program-name): Try looking for
30573 "aspell" along exec-path, and if found, use it as the default
30574 speller program.
30575
30576 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
30577
30578 * international/mule.el (sgml-xml-auto-coding-function):
30579 Recognize encoding='FOO' in single quotes as well as in double quotes.
30580
30581 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
30582
30583 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
30584 as well as `interactive', so that defmacro* would recognize
30585 `declare' forms.
30586
30587 2005-05-07 Eli Zaretskii <eliz@gnu.org>
30588
30589 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
30590 Explain more about the LIGHTER arg's usage in the doc string.
30591 Add commentary to clarify what the code does. Fix the regexp that
30592 strips whitespace from LIGHTER. Quote LIGHTER before using it,
30593 since it could have characters special to regular expressions.
30594
30595 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
30596
30597 * replace.el (occur-1): Bind inhibit-read-only so that
30598 erase-buffer doesn't barf on read-only text properties (likewise
30599 for add-text-properties in occur-engine). Mark buffer as unmodified.
30600 (occur-engine): Don't set buffer-read-only here.
30601
30602 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
30603
30604 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
30605 list-buffers-directory. This caused the *cvs-commit* buffer to be
30606 sometimes mistakenly reused as a *cvs* buffer.
30607
30608 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
30609
30610 * tooltip.el: Move code for GUD tooltips into gud.el.
30611 (require): CL no longer needed to compile case.
30612 (tooltip-mode): Do not toggle functions for GUD tooltips.
30613 (tooltip-gud-tips-p): Remove. Replace with minor mode
30614 gud-tooltip-mode in gud.el.
30615 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
30616 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
30617 tooltip-gud prefix with gud-tooltip and obsolete.
30618 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
30619 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
30620 (tooltip-mouse-motion): Mouse movement functions/variable.
30621 Rename in gud.el by adding gud prefix.
30622 (tooltip-gud-original-filter, tooltip-gud-dereference)
30623 (tooltip-gud-event, tooltip-toggle-gud-tips)
30624 (tooltip-gud-process-output, tooltip-gud-print-command)
30625 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
30626 gud.el by replacing tooltip-gud prefix with gud-tooltip.
30627 (gdb-tooltip-print): Move to gdb-ui.el.
30628
30629 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
30630 (require): CL needed to compile case.
30631 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
30632 tooltip-gud-tips-p. Make it a minor-mode.
30633 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
30634 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
30635 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
30636 (gud-tooltip-change-major-mode)
30637 (gud-tooltip-activate-mouse-motions-if-enabled)
30638 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
30639 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
30640 (gud-tooltip-original-filter, gud-tooltip-dereference)
30641 (gud-tooltip-event, tooltip-toggle-gud-tips)
30642 (gud-tooltip-process-output, gud-tooltip-print-command)
30643 (gud-tooltip-tips): Move from tooltip.el.
30644
30645 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
30646 (gdb-cpp-define-alist-flags): Doc fix.
30647 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
30648 gud-tooltip-mode is t.
30649
30650 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
30651
30652 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
30653 evaporate if their text is deleted.
30654 (goto-address-at-point): Make it work as a mouse binding as well.
30655 (goto-address-at-mouse): Obsolete it. Update users.
30656
30657 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
30658
30659 * calendar/appt.el (top-level): No longer activate on load.
30660
30661 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
30662
30663 * calendar/cal-bahai.el (mark-bahai-diary-entries):
30664 * net/webjump.el (webjump):
30665 * progmodes/idlw-help.el (idlwave-do-context-help1)
30666 (idlwave-highlight-linked-completions):
30667 * textmodes/po.el (po-find-file-coding-system-guts):
30668 Replace `assoc-ignore-case' by `assoc-string'.
30669
30670 2005-05-06 Eli Zaretskii <eliz@gnu.org>
30671
30672 * files.el (locate-file): Doc fix.
30673
30674 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
30675 Remove the redundant test for ms-dos.
30676
30677 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
30678 look for the preprocessor with exec-suffixes. If not found in
30679 standard places, look in exec-path. Remove most of the tests that
30680 used system-type.
30681
30682 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
30683
30684 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
30685
30686 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
30687 file-name clash with jka-compr.el on 8+3 filesystems.
30688
30689 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
30690
30691 * term/mac-win.el: Don't define or bind scroll bar functions if
30692 x-toolkit-scroll-bars is t.
30693 (x-select-text, x-get-selection-value): Clear
30694 x-last-selected-text-clipboard if x-select-enable-clipboard is
30695 nil.
30696 (PRIMARY): Put mac-scrap-name property.
30697 (mac-select-convert-to-file-url): New function.
30698 (public.file-url): New selection target type. Add to
30699 selection-converter-alist.
30700 (x-get-selection, x-selection-value): Handle it.
30701 (x-cut-buffer-or-selection-value): New alias.
30702
30703 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
30704
30705 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
30706 entry to avoid calling bibtex-find-entry with arg global
30707 being t. Remove arg key.
30708 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
30709 (bibtex-copy-summary-as-kill): Change accordingly.
30710
30711 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
30712
30713 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
30714 (org-agenda-date-later): Use with-current-buffer.
30715
30716 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
30717
30718 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
30719 (define-obsolete-variable-alias): Doc Fixes.
30720
30721 2005-05-06 Kim F. Storm <storm@cua.dk>
30722
30723 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
30724 vertical-motion when selective-display is active.
30725
30726 * ido.el (ido-setup-hook): New hook.
30727 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
30728 (ido-input-stack): New var.
30729 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
30730 ido-next-work-file binding to M-O.
30731 Bind M-f to ido-wide-find-file-or-pop-dir.
30732 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
30733 (ido-read-internal): Run ido-setup-hook.
30734 Catch quit in read-file-name and read-string to cancel edit.
30735 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
30736 Automatically pop-all when completing a directory name (RET).
30737 (ido-file-internal): Add with-no-warnings around ffap and dired code.
30738 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
30739 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
30740 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
30741 New functions for M-b/M-f to move among the directory components.
30742 (ido-make-merged-file-list): Catch quit to cancel merge.
30743 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
30744 (ido-completion-help): No warnings for ido-completion-buffer-full.
30745
30746 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
30747
30748 * font-lock.el (font-lock-negation-char-face): New face and variable.
30749 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
30750 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
30751 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
30752 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
30753
30754 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
30755
30756 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
30757 Fix typo in docstring.
30758
30759 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
30760 (ebrowse-print-statistics-line)
30761 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
30762
30763 * term/w32-win.el (image-library-alist): Add additional name for
30764 Xpm library.
30765
30766 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
30767
30768 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
30769 use gcc instead of cpp.
30770
30771 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
30772 (gdb-create-define-alist): Use it.
30773 (gdb-cpp-define-alist-program): Update for MS-DOS.
30774
30775 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
30776
30777 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
30778
30779 2005-05-04 Richard M. Stallman <rms@gnu.org>
30780
30781 * help.el (describe-key): No error when UNTRANSLATED is nil.
30782
30783 * simple.el (line-move-1): Fix previous change to signal errors
30784 appropriately.
30785
30786 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
30787
30788 * calendar/icalendar.el (icalendar-version): Now at 0.12.
30789 (icalendar-duration-correction): Remove.
30790 (icalendar--get-event-properties): Split result at commas.
30791 (icalendar--decode-isoduration): New optional argument
30792 DURATION-CORRECTION.
30793 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
30794 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
30795 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
30796 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
30797 (icalendar--convert-anniversary-to-ical): New functions, extracted
30798 from icalendar-export-region, with bug fixes.
30799 (icalendar-export-region): Use the above functions.
30800 (icalendar-import-buffer): Check before saving diary file.
30801 (icalendar--convert-recurring-to-diary)
30802 (icalendar--convert-non-recurring-all-day-to-diary)
30803 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
30804 extracted from icalendar--convert-ical-to-diary, with bug fixes.
30805 (icalendar--convert-ical-to-diary): Use the above functions.
30806
30807 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
30808
30809 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
30810 Remove these recent additions.
30811 (c-mode): Restore to before 2005-04-28.
30812
30813 * progmodes/cc-vars.el (cc-define-list-program): Remove this
30814 recent addition.
30815
30816 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
30817 (gdb-define-alist): New variables.
30818 (gdb-create-define-alist): New function.
30819 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
30820 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
30821 with string-to-number.
30822 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
30823
30824 * progmodes/gud.el: Replace string-to-int with string-to-number.
30825 (gud-find-file): Handle gdb-define-alist.
30826
30827 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
30828
30829 2005-05-02 Jay Belanger <belanger@truman.edu>
30830
30831 * calc/calc-aent.el (math-read-token):
30832 * calc/calc-bin.el (calc-word-size):
30833 * calc/calc-ext.el (calc-read-number-fancy):
30834 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
30835 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
30836 * calc/calc-frac.el (calc-over-notation):
30837 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
30838 (calc-graph-num-points, calc-graph-init):
30839 * calc/calc-prog.el (calc-read-parse-table-part)
30840 (calc-edit-macro-repeats):
30841 * calc/calc-yank.el (calc-do-grab-rectangle):
30842 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
30843 Replace `string-to-int' by `string-to-number'.
30844
30845 2005-05-02 Kim F. Storm <storm@cua.dk>
30846
30847 * kmacro.el: Use executing-kbd-macro-index variable.
30848
30849 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
30850
30851 * net/rlogin.el (rlogin-parse-words): Delete func.
30852 (rlogin): Use split-string, not rlogin-parse-words.
30853 Also, if there are option-like elements in the parsed args,
30854 take the host to be the first arg immediately following them.
30855 Suggested by Michael Mauger.
30856
30857 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
30858
30859 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
30860
30861 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
30862
30863 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
30864 (cc-mode-cpp-program): Rename to cc-define-list-program and
30865 move to cc-vars.el.
30866
30867 * progmodes/cc-vars.el (cc-define-list-program):
30868 Change to "gcc -E -dM -". Make customizable.
30869
30870 2005-05-02 Kim F. Storm <storm@cua.dk>
30871
30872 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
30873
30874 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
30875
30876 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
30877
30878 * international/mule-util.el (truncate-string): Remove alias and
30879 obsolete declaration.
30880
30881 * international/mule-cmds.el (update-iso-coding-systems):
30882 Remove alias and obsolete declaration.
30883
30884 * international/mule.el (coding-system-parent): Remove alias and
30885 obsolete declaration.
30886
30887 * subr.el (define-function, sref): Remove aliases and obsolete
30888 declarations.
30889 (chars-in-region): Remove obsolete declaration.
30890
30891 2005-05-01 Richard M. Stallman <rms@gnu.org>
30892
30893 * info.el (Info-mode): Set widen-automatically to nil, locally.
30894
30895 * simple.el (widen-automatically): New variable.
30896 (pop-global-mark): Obey widen-automatically.
30897
30898 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
30899
30900 * term/xterm.el (function-key-map): Call substitute-key-definition
30901 before the keymap size is increased by a lot of define-key calls.
30902
30903 2005-05-01 Richard M. Stallman <rms@gnu.org>
30904
30905 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
30906 Rename ARG to ELEMENT. Doc fix.
30907
30908 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
30909
30910 * allout.el (allout-exposure): Remove macro and obsolete declaration.
30911 Remove references to allout-exposure/change to allout-new-exposure.
30912
30913 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
30914 bytecode symbols.
30915
30916 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
30917 (compiled-function-p, focus-frame, unfocus-frame):
30918 Remove aliases and obsolete declarations.
30919 Back out inadvertent changes from previous commit.
30920
30921 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
30922
30923 * files.el (require-final-newline): Make Custom tags consistent
30924 with mode-require-final-newline.
30925 (mode-require-final-newline): Doc fix.
30926
30927 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
30928
30929 * international/latexenc.el (latexenc-find-file-coding-system):
30930 Fix regular expressions.
30931
30932 2005-05-01 David Kastrup <dak@gnu.org>
30933
30934 * international/latexenc.el (latexenc-find-file-coding-system):
30935 Fix regular expressions.
30936
30937 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
30938
30939 * subr.el (string-to-int): Make obsolete.
30940
30941 2005-04-30 Richard M. Stallman <rms@gnu.org>
30942
30943 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
30944
30945 * loadup.el: load jka-comp-hook.
30946
30947 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
30948 (jka-compr-handler): Add autoload. `put' calls moved
30949 to jka-comp-hook.el.
30950 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
30951 (jka-compr-inhibit): Autoload.
30952
30953 * jka-comp-hook.el: New file.
30954 Enable the mode by default.
30955
30956 * files.el (backup-buffer-copy): Use copy-file instead
30957 of write-region, and put back the 'excl.
30958
30959 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
30960
30961 * progmodes/flymake.el (flymake-split-string)
30962 (flymake-split-string, flymake-log, flymake-pid-to-names)
30963 (flymake-reg-names, flymake-get-source-buffer-name)
30964 (flymake-unreg-names, flymake-add-line-err-info)
30965 (flymake-add-err-info): Clarify docstrings.
30966 (flymake-popup-menu, flymake-make-emacs-menu)
30967 (flymake-make-xemacs-menu): Add docstrings.
30968 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
30969 Set variables directly throughout.
30970
30971 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
30972
30973 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
30974 exists. Initialize cc-define-alist.
30975 (c-mode): Add cc-create-define-alist locally to after-save-hook.
30976 If there is no file (Macroexpansion) don't create an alist.
30977
30978 2005-04-29 Sam Steingold <sds@gnu.org>
30979
30980 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
30981 (cc-create-define-alist): Use it instead of the hard-coded string.
30982
30983 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
30984
30985 * international/mule-conf.el (file-coding-system-alist): Fix regexp
30986 for latexenc.
30987
30988 2005-04-29 Lute Kamstra <lute@gnu.org>
30989
30990 * emacs-lisp/generic.el: Improve commentary section.
30991 (define-generic-mode): Improve docstring.
30992
30993 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
30994
30995 * textmodes/org.el (many places): Change to quiet the byte compiler.
30996 (org-prefix-format-compiled): New variable.
30997 (org-compile-prefix-format): New function.
30998 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
30999 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
31000 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
31001 (org-get-entries-from-diary): Use `org-get-time-of-day' for
31002 consistency with entries from `org-mode' files.
31003 (org-get-time-of-day): Fix bug with partial matches early in a line.
31004 (org-non-link-chars): New constant.
31005 (org-link-regexp): Respect `org-non-link-chars'.
31006 (org-agenda-day-view): Remove command.
31007 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
31008 (org-follow-bbdb-link, org-store-link): Search also company field.
31009 (org-highlight-overlay): New variable.
31010 (org-highlight, org-unhighlight): New functions.
31011 (org-agenda-mode): Add pre-command-hook to remove highlight.
31012 (org-evaluate-time-range): Behavior depends upon whether time stamp
31013 contains a time or not.
31014 (org-show-subtree, org-show-entry): New functions.
31015 (org-agenda-cleanup-fancy-diary): Remove empty lines.
31016
31017 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
31018
31019 * comint.el (comint-output-filter-functions): Add autoload cookie.
31020
31021 2005-04-28 Kim F. Storm <storm@cua.dk>
31022
31023 * ido.el (ido-everywhere): Fix last change.
31024
31025 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
31026
31027 * international/latexenc.el: New file.
31028 * international/mule-conf.el (file-coding-system-alist): For .tex,
31029 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
31030
31031 2005-04-28 Lute Kamstra <lute@gnu.org>
31032
31033 * font-lock.el (font-lock-add-keywords)
31034 (font-lock-remove-keywords): Clarify docstring.
31035 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
31036 Don't start docstrings with a `*'.
31037 (font-lock-update-removed-keyword-alist): Give it a docstring.
31038
31039 * generic-x.el: Update commentary section.
31040 Only require font-lock when compiling.
31041 Define all modes conditionally.
31042 Place all generic modes in the generic-x-modes customization group.
31043 (generic-x-modes): New customization group.
31044 (generic-default-modes, generic-mswindows-modes)
31045 (generic-unix-modes, generic-other-modes): New constants.
31046 (generic-define-mswindows-modes, generic-define-unix-modes):
31047 Update docstrings. Make them obsolete.
31048 (generic-extras-enable-list): New default value. Update docstring.
31049 Improve :type. Change :set function.
31050 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
31051 Fix docstring.
31052
31053 * emacs-lisp/generic.el (generic-mode-internal):
31054 Simplify font-lock-defaults.
31055 (define-generic-mode): Fix docstring.
31056
31057 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
31058
31059 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
31060 font-lock-face property to highlight matches.
31061
31062 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
31063
31064 * progmodes/cc-mode.el (cc-create-define-alist): New function.
31065 (cc-define-alist): New variable.
31066 (c-mode): Make it local and initialize it.
31067
31068 * progmodes/gdb-ui.el (gdb-active-process): New variable.
31069 (gdb-exited): New function.
31070 (gdb-annotation-rules): Use it.
31071 (gdb-starting): Set gdb-active-process to t.
31072 (gdb-stopping): Amend doc string.
31073 (gdb-reset): Set gdb-active-process to nil.
31074
31075 * tooltip.el (tooltip-gud-tips): Show the associated #define
31076 directives when a C program under GDB is not executing.
31077
31078 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
31079
31080 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
31081 font-lock-fontify-syntactic-keywords.
31082
31083 * font-lock.el (font-lock-default-fontify-region): Don't force
31084 parse-sexp-lookup-properties to nil.
31085
31086 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
31087
31088 * man.el (man-mode-syntax-table): Set up `:' to have
31089 word-constituent syntax.
31090
31091 2005-04-27 Lute Kamstra <lute@gnu.org>
31092
31093 * novice.el (disable-command): Don't add spurious newlines to the
31094 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
31095
31096 2005-04-26 Jay Belanger <belanger@truman.edu>
31097
31098 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
31099 than one window before deleting window.
31100
31101 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
31102
31103 * shell.el (shell-prompt-pattern): Doc fix.
31104 (shell-mode): Set paragraph-separate buffer locally to "\\'".
31105
31106 * comint.el (comint-prompt-regexp, comint-get-old-input)
31107 (comint-use-prompt-regexp)
31108 (comint-use-prompt-regexp-instead-of-fields)
31109 (comint-replace-by-expanded-history, comint-send-input)
31110 (comint-output-filter, comint-get-old-input-default)
31111 (comint-line-beginning-position, comint-bol, comint-show-output)
31112 (comint-backward-matching-input, comint-forward-matching-input)
31113 (comint-next-prompt, comint-previous-prompt):
31114 Rename `comint-use-prompt-regexp-instead-of-fields' to
31115 `comint-use-prompt-regexp'. Keep old name as alias and declare
31116 obsolete.
31117 (comint-use-prompt-regexp): Shorten first line of doc string.
31118
31119 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
31120 Set paragraph-separate buffer locally to "\\'".
31121
31122 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
31123 Adapt to above name change.
31124
31125 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
31126 (smbclient-prompt-regexp): Ditto.
31127
31128 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
31129
31130 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
31131
31132 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
31133 gdb-location-list.
31134 Break lines that are over 80 characters wide.
31135
31136 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
31137
31138 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
31139 New fun and var, to preserve compatibility.
31140
31141 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
31142
31143 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
31144
31145 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
31146 name to file-newer-than-file-p.
31147
31148 2005-04-26 Richard M. Stallman <rms@gnu.org>
31149
31150 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
31151
31152 * progmodes/python.el (python-mode):
31153 Use new name eldoc-documentation-function.
31154
31155 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
31156
31157 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
31158 (eldoc-documentation-function):
31159 Rename from eldoc-print-current-symbol-info-function. Calls changed.
31160
31161 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
31162
31163 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
31164
31165 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
31166
31167 * term/xterm.el (function-key-map): Fix strings for
31168 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
31169 {C,S,A,C-S}-{f1-f12}.
31170
31171 2005-04-26 Kenichi Handa <handa@m17n.org>
31172
31173 * international/mule-cmds.el (select-safe-coding-system):
31174 Fix previous change.
31175
31176 2005-04-26 Lute Kamstra <lute@gnu.org>
31177
31178 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
31179
31180 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
31181 (font-lock-comment-delimiter-face): Ditto.
31182
31183 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
31184
31185 2005-04-25 Jay Belanger <belanger@truman.edu>
31186
31187 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
31188 to t while inserting information; use help-mode.
31189
31190 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
31191
31192 * term.el (ansi-term-color-vector): Use the xterm colors.
31193 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
31194
31195 2005-04-25 Lute Kamstra <lute@gnu.org>
31196
31197 * font-core.el (font-lock-defaults): Fix docstring.
31198
31199 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
31200
31201 2005-04-25 Kenichi Handa <handa@m17n.org>
31202
31203 * international/mule-cmds.el (select-safe-coding-system):
31204 Don't check consistency with coding: spec, etc if raw-text or
31205 no-conversion was found to be safe.
31206
31207 2005-04-24 Richard M. Stallman <rms@gnu.org>
31208
31209 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
31210 citation markers at start of each line.
31211
31212 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
31213 citation markers at start of each line.
31214
31215 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
31216
31217 * files.el (mode-require-final-newline): Fix previous change.
31218 (require-final-newline): Fix type label.
31219
31220 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
31221
31222 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
31223 statement in buffer (broken by 2004-11-24 change).
31224
31225 2005-04-24 Kim F. Storm <storm@cua.dk>
31226
31227 * ido.el (ido-everywhere): Save and restore old read-buffer-function
31228 and read-file-name-function values. Don't overwrite existing
31229 non-nil values if ido-mode is enabled without ido-everywhere.
31230
31231 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
31232
31233 * files.el (mode-require-final-newline): Minor doc fix.
31234
31235 2005-04-24 Eli Zaretskii <eliz@gnu.org>
31236
31237 * subr.el (syntax-after): Doc fix.
31238 (syntax-class): If argument is nil, return nil. Mask off upper 16
31239 bits, not 8 bits.
31240
31241 * files.el (mode-require-final-newline): Doc fix.
31242 (backup-buffer-copy): Fix last change.
31243
31244 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31245
31246 * term/mac-win.el: Require select. Set selection-coding-system to
31247 mac-system-coding-system. Call menu-bar-enable-clipboard.
31248 (x-last-selected-text-clipboard, x-last-selected-text-primary)
31249 (x-select-enable-clipboard): New variables.
31250 (x-select-text, x-get-selection, x-selection-value)
31251 (x-get-selection-value, mac-select-convert-to-string)
31252 (mac-services-open-file, mac-services-open-selection)
31253 (mac-services-insert-text): New functions.
31254 (CLIPBOARD, FIND): Put mac-scrap-name property.
31255 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
31256 (public.tiff): Put mac-ostype property.
31257 (selection-converter-alist): Add entries for them.
31258 (mac-application-menu-map): New keymap.
31259 (interprogram-cut-function, interprogram-paste-function): Set to
31260 x-select-text and x-get-selection-value, respectively.
31261 (split-window-keep-point): Set to t.
31262
31263 2005-04-23 Richard M. Stallman <rms@gnu.org>
31264
31265 * files.el (read-directory-name): Always pass non-nil
31266 DEFAULT-FILENAME arg to read-file-name.
31267 (backup-buffer-copy, basic-save-buffer-2): Take care against
31268 writing thru an unexpected existing symlink.
31269 (revert-buffer): In indirect buffer, revert the base buffer.
31270 (magic-mode-alist): Doc fix.
31271 (buffer-stale-function): Doc fix.
31272 (minibuffer-with-setup-hook): Avoid warning.
31273 (mode-require-final-newline): Doc and custom fix.
31274
31275 * follow.el (follow-end-of-buffer): Use with-no-warnings.
31276
31277 * font-lock.el (font-lock-comment-face): On terminals with few colors,
31278 use the default appearance.
31279 (font-lock-comment-delimiter-face): New face, new variable.
31280
31281 * imenu.el (imenu--generic-function): The official position of a
31282 definition is the start of the line that BEG is in.
31283
31284 * midnight.el (midnight-timer): Move defvar up.
31285
31286 * mouse.el (mouse-drag-region-1): Delete some debugging code.
31287
31288 * saveplace.el (save-place-to-alist): Use with-no-warnings.
31289
31290 * startup.el (command-line): Use with-no-warnings.
31291
31292 * window.el (window-size-fixed): New defvar.
31293
31294 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
31295
31296 * mail/rmail.el (rmail-font-lock-keywords):
31297 Use font-lock-comment-delimiter-face.
31298
31299 * mail/sendmail.el (mail-font-lock-keywords):
31300 Use font-lock-comment-delimiter-face.
31301
31302 * progmodes/compile.el (next-error-highlight-timer): New defvar.
31303
31304 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
31305
31306 * progmodes/compile.el (compilation-mode-font-lock-keywords):
31307 Specify t for LAXMATCH when matching directories.
31308 Save match data around compilation-compat-error-properties form.
31309
31310 2005-04-23 David Kastrup <dak@gnu.org>
31311
31312 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
31313 Mention that the autoloaded aliases should be kept for AUCTeX.
31314
31315 2005-04-23 Andreas Schwab <schwab@suse.de>
31316
31317 * isearch.el (isearch-forward): Doc fix.
31318
31319 2005-04-23 Eli Zaretskii <eliz@gnu.org>
31320
31321 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
31322 (jit-lock-stealth-nice): Change default value to 0.5.
31323
31324 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
31325
31326 * abbrev.el (write-abbrev-file): Write table entries in
31327 alphabetical order by table name.
31328
31329 2005-04-22 Kim F. Storm <storm@cua.dk>
31330
31331 * ido.el (ido-read-internal): Fix `list' completion.
31332
31333 2005-04-22 Kenichi Handa <handa@m17n.org>
31334
31335 * recentf.el (recentf-save-file-coding-system): New variable.
31336 (recentf-save-list): Encode the file by
31337 recentf-save-file-coding-system and add coding: tag.
31338
31339 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
31340
31341 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
31342
31343 2005-04-21 Lute Kamstra <lute@gnu.org>
31344
31345 * loadhist.el (unload-feature): Don't remove a function from hooks
31346 if it is about to be restored to an autoload . Remove functions
31347 that will become unbound from auto-mode-alist. Simplify the code.
31348
31349 * subr.el (assq-delete-all): New implementation that is linear,
31350 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
31351 (rassq-delete-all): New function.
31352
31353 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
31354 Add size-indication-mode.
31355
31356 2005-04-21 Kenichi Handa <handa@m17n.org>
31357
31358 * international/mule-cmds.el: Add autoload for widget-value in
31359 eval-when-compile.
31360
31361 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
31362
31363 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
31364 Add tooltip-mode.
31365
31366 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
31367
31368 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
31369
31370 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
31371 (inferior-lisp-filter-regexp, inferior-lisp-program)
31372 (inferior-lisp-load-command, inferior-lisp-prompt)
31373 (inferior-lisp-mode-hook, lisp-source-modes)
31374 (inferior-lisp-load-hook): defvar->defcustom.
31375 (inferior-lisp-program, inferior-lisp-prompt)
31376 (inferior-lisp-load-hook): Doc fixes.
31377 (inferior-lisp-install-letter-bindings): Small change in
31378 introductory comment.
31379
31380 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
31381
31382 * vc.el (vc-annotate-color-map): Change some colors so that text
31383 using them as foreground is readable on both white and black
31384 backgrounds.
31385
31386 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
31387
31388 * international/mule-conf.el (translation-table-for-input):
31389 Remove redundant declaration.
31390
31391 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
31392
31393 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
31394
31395 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
31396 (tooltip-toggle-gud-tips): New function.
31397
31398 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31399
31400 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
31401 right angle brackets.
31402
31403 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
31404
31405 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
31406
31407 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
31408
31409 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
31410 Remove. Update callers to use expand-file-name instead.
31411
31412 * subr.el (syntax-class): New function.
31413
31414 * simple.el (blink-matching-open): Use it.
31415
31416 * paren.el (show-paren-function): Use it to recognize parens that are
31417 also used in 2-char comment markers.
31418
31419 2005-04-19 Lute Kamstra <lute@gnu.org>
31420
31421 * loadhist.el (unload-feature): Update for new format of
31422 load-history. Simplify the code.
31423
31424 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31425
31426 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
31427 (mac-add-charset-info): New function. Initialize variable
31428 mac-charset-info-alist using it.
31429 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
31430 for translation.
31431 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
31432 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
31433 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
31434 New CCL programs.
31435
31436 2005-04-19 Kim F. Storm <storm@cua.dk>
31437
31438 * simple.el (next-buffer, prev-buffer, next-error)
31439 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
31440 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
31441
31442 * bindings.el (next-buffer, prev-buffer, next-error)
31443 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
31444 (clone-indirect-buffer-other-window): Move bindings from simple.el.
31445 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
31446 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
31447
31448 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
31449
31450 * isearch.el (isearch-edit-string): Make the search-ring available for
31451 minibuffer history commands.
31452 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
31453 the default history commands now work just as well.
31454 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
31455
31456 2005-04-18 Kim F. Storm <storm@cua.dk>
31457
31458 * emulation/cua-base.el (cua--pre-command-handler): Add more
31459 elaborate check for shift modifier on non-window systems.
31460
31461 2005-04-18 Lars Hansen <larsh@math.ku.dk>
31462
31463 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
31464
31465 2005-04-18 Kim F. Storm <storm@cua.dk>
31466
31467 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
31468 and make it optional. Don't test tooltip-gud-echo-area here.
31469 (tooltip-gud-process-output, gdb-tooltip-print):
31470 Pass tooltip-gud-echo-area to tooltip-show.
31471 (tooltip-help-tips): Remove second optional arg to tooltip-show.
31472
31473 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31474
31475 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
31476 `display-graphic-p' may not be bound yet.
31477
31478 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
31479
31480 * startup.el (command-line): No longer enable Xterm Mouse mode by
31481 default in terminals compatible with xterm.
31482
31483 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
31484
31485 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
31486
31487 * tooltip.el (tooltip-gud-echo-area): Rename from
31488 tooltip-use-echo-area.
31489 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
31490 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
31491 area independently of where help tooltips are displayed.
31492
31493 2005-04-17 David Kastrup <dak@gnu.org>
31494
31495 * cus-theme.el (custom-theme-write-variables): Quote variables
31496 where necessary.
31497
31498 2005-04-17 Richard M. Stallman <rms@gnu.org>
31499
31500 * simple.el (yank-excluded-properties): Add follow-link to value.
31501
31502 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
31503
31504 * startup.el (fancy-splash-max-time): Just 30 seconds.
31505 (fancy-splash-delay): Just 7.
31506 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
31507
31508 * loadhist.el (unload-feature): Update for new format of load-history.
31509 Simplify the code.
31510
31511 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
31512 (rmail-font-lock-keywords): Don't fontify the text of a citation.
31513
31514 * mail/sendmail.el (mail-font-lock-keywords):
31515 Don't fontify subject text.
31516 Don't fontify the text of a citation.
31517
31518 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
31519
31520 * comint.el (comint-output-filter): Run comint-output-filter-functions
31521 with point where the user had it.
31522
31523 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
31524
31525 * international/ucs-tables.el (ucs-set-table-for-input):
31526 Disable when using unify-on-decoding.
31527
31528 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
31529
31530 * emulation/cua-base.el (cua-global-mark-face): Add special case
31531 for displays supporting a high number of colors.
31532
31533 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
31534
31535 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
31536
31537 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
31538
31539 * filesets.el (filesets-add-buffer): If user supplies a name of a
31540 non-existing fileset, create a new fileset.
31541
31542 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
31543
31544 * textmodes/org.el (org-up-heading-all): Fix bug with
31545 `outline-up-heading-all'.
31546
31547 2005-04-16 Andreas Schwab <schwab@suse.de>
31548
31549 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
31550 /etc/permissions.d/* and /etc/aliases.d/*.
31551
31552 2005-04-16 Kenichi Handa <handa@m17n.org>
31553
31554 * international/code-pages.el (cp-make-coding-system):
31555 Set `translation-table-for-input' property value to the symbol
31556 ucs-mule-to-mule-unicode, not to that value.
31557 (pt154): Escape guillemet by `\'.
31558
31559 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
31560
31561 * loadup.el: Load tooltip if x-show-tip is fboundp.
31562
31563 * startup.el (command-line): Add comment.
31564
31565 * tooltip.el (tooltip-mode): Specify correct standard value for
31566 Custom in init-value.
31567
31568 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
31569
31570 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
31571 possible.
31572
31573 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
31574
31575 * textmodes/org.el (org-agenda-date-prompt): Rename from
31576 `org-agenda-date-today'.
31577 (org-evaluate-time-range): Insert at point instead of directly
31578 after time range.
31579 (org-first-headline-recenter, org-subtree-end-visible-p)
31580 (org-optimize-window-after-visibility-change): New functions
31581 (org-agenda-post-command-hook): Don't allow point at end of line,
31582 to make sure it always hits the text properties.
31583 (org-agenda-next-date-line, org-agenda-previous-date-line):
31584 New commands.
31585 (org-set-regexps-and-options): Category may contain white space.
31586 (org-agenda-get-deadlines, org-agenda-get-scheduled):
31587 Improve marker positions.
31588 (org-agenda-new-marker): Argument POS made optional.
31589 (org-agenda-get-timestamps): Deadlines which are done are listed
31590 in org-done-face now.
31591 (org-agenda-get-todos, org-agenda-get-timestamps)
31592 (org-agenda-get-deadlines, org-agenda-get-scheduled):
31593 Set `undone-face' and `done-face' properties.
31594 (org-last-todo-state-is-todo): New variable.
31595 (org-todo): Set `org-last-todo-state-is-todo'.
31596 (org-agenda-todo): Change face according to
31597 `org-last-todo-state-is-todo'. And change other lines referring to
31598 the same entry.
31599 (org-calendar-goto-agenda): New command.
31600 (org-calendar-to-agenda-key): New option.
31601 (org-startup-folded): New allowed value `content'.
31602 (org-set-regexps-and-options): Accept new value `content' for
31603 `org-startup-folded'.
31604 (org-get-current-options): Handle new value `content' for
31605 `org-startup-folded'.
31606 (org-insert-todo-heading): New command.
31607 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
31608 interactively in empty file and option
31609 `org-insert-mode-line-in-empty-file' has been set.
31610 (org-agenda-todo, org-agenda-priority): Modify to use
31611 `org-agenda-change-all-lines'.
31612 (org-warning-face): Change color on dark background.
31613
31614 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31615
31616 * international/mule-cmds.el (set-locale-environment): On Mac OS,
31617 use preferences AppleLocale and AppleLanguages, and variable
31618 mac-system-locale for default locale. On Mac OS Classic, use
31619 mac-system-coding-system for default coding systems.
31620
31621 * term/mac-win.el: Don't set file-name-coding-system.
31622 Decode variables system-name, emacs-build-system, user-login-name, and
31623 user-full-name by mac-system-coding-system on Mac OS Classic.
31624 (mac-system-coding-system): New variable.
31625
31626 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
31627
31628 * startup.el (command-line): Handle `xterm-mouse-mode' before
31629 reading init file.
31630
31631 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
31632
31633 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
31634
31635 * progmodes/sh-script.el (sh-here-document-word): Make it a
31636 defcustom. Doc fix.
31637 (sh-add): Bash uses $(( )) for arithmetic.
31638 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
31639 (sh-maybe-here-document): Remove quotes and leading whitespace
31640 from heredoc word when closing. Indent heredoc with tabs if word
31641 starts with "-".
31642
31643 2005-04-13 Richard M. Stallman <rms@gnu.org>
31644
31645 * simple.el (undo): Fix previous change.
31646
31647 * custom.el (defface): Doc fix.
31648
31649 2005-04-13 Lute Kamstra <lute@gnu.org>
31650
31651 * Makefile.in (DONTCOMPILE): Remove list.
31652 (compile, compile-always): Don't use DONTCOMPILE.
31653 (update-authors): Load the library in which batch-update-authors
31654 is defined.
31655 * makefile.w32-in (DONTCOMPILE): Remove list.
31656 (compile, compile-always): Fix comments.
31657 (update-authors): Load the library in which batch-update-authors
31658 is defined.
31659
31660 * generic-x.el (generic-mode-ini-file-find-file-hook):
31661 Rename to ini-generic-mode-find-file-hook.
31662 Keep generic-mode-ini-file-find-file-hook as an alias.
31663 (ini-generic-mode-find-file-hook): Rename from
31664 generic-mode-ini-file-find-file-hook. Fix docstring.
31665 (ini-generic-mode): Docstring change.
31666 (bat-generic-mode-run-as-comint): Silence the byte compiler.
31667
31668 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
31669 called from lisp.
31670
31671 * generic.el: Move to the emacs-lisp subdir.
31672
31673 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
31674
31675 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
31676 and C-S- function and cursor motion keys.
31677
31678 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
31679
31680 * startup.el (command-line): Enable Xterm Mouse mode by default.
31681 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
31682 for Custom. No longer show "Mouse" in mode line when enabled.
31683 Doc fix.
31684
31685 2005-04-12 Kim F. Storm <storm@cua.dk>
31686
31687 * emulation/cua-base.el (cua-rectangle-face)
31688 (cua-rectangle-noselect-face): Define face attributes here.
31689
31690 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
31691
31692 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
31693
31694 * startup.el (command-line): Turn off blinking cursor if
31695 cursorBlink in resources is off or false.
31696
31697 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31698
31699 * term/mac-win.el (dnd): Require dnd.
31700 (mac-drag-n-drop): Call dnd-handle-one-url.
31701 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
31702 (kTextEncodingISOLatin2): Remove constants.
31703 (mac-script-code-coding-systems): New constant.
31704 (mac-handle-language-change): New function.
31705 (special-event-map): Bind it to `language-change' event.
31706 (mac-centraleurroman, mac-cyrillic): New coding systems.
31707 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
31708 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
31709 and mac-cyrillic-encoder to encode-mac-centraleurroman and
31710 encode-mac-cyrillic, respectively.
31711
31712 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
31713
31714 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
31715 Don't set overlay-arrow-string to "=>" as this is done
31716 globally in C now.
31717
31718 2005-04-12 Lute Kamstra <lute@gnu.org>
31719
31720 * generic-x.el (rc-generic-mode, rul-generic-mode):
31721 Fix auto-mode-alist entries.
31722 (etc-fstab-generic-mode): Tweak fontification.
31723
31724 * generic.el (generic-make-keywords-list): Fix docstring.
31725 (generic-mode-internal): Simplify generic-font-lock-keywords.
31726
31727 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
31728
31729 * whitespace.el (whitespace-buffer-leading)
31730 (whitespace-buffer-trailing): Revert the incorrect test inversion.
31731 However, fix the highlight area for the leading and
31732 trailing whitespaces to show space.
31733
31734 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
31735
31736 * whitespace.el (whitespace-version): Bump to 3.5.
31737
31738 (whitespace-buffer-leading, whitespace-buffer-trailing):
31739 Invert sense of the test to highlight the whitespace.
31740
31741 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
31742
31743 * progmodes/gud.el (gud-display-line): GUD uses its own
31744 overlay arrow now so don't set overlay-arrow-string.
31745 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
31746
31747 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
31748
31749 * term.el (term-ansi-current-bold, term-ansi-current-underline)
31750 (term-ansi-current-reverse, term-ansi-current-invisible)
31751 (term-ansi-face-already-done): Change to boolean.
31752 (term-reset-terminal, term-handle-colors-array): Handle the above
31753 vars accordingly.
31754 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
31755 (term-emulate-terminal): Use the new name.
31756
31757 * faces.el (secondary-selection): Use yellow1, not yellow.
31758 (trailing-whitespace): Use red1, not red.
31759
31760 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
31761
31762 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
31763 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
31764 (dired-dnd-handle-file): Call dnd-get-local-file-uri.
31765
31766 * cus-edit.el (dnd): New group.
31767
31768 * term/w32-win.el (dnd): Require dnd
31769 (w32-drag-n-drop): Call dnd-handle-one-url.
31770
31771 * x-dnd.el: Require dnd.
31772 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
31773 Call dnd-handle-one-url.
31774 (x-dnd-types-alist, x-dnd-insert-utf8-text)
31775 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
31776 to dnd-insert-text.
31777 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
31778 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
31779 (x-dnd-get-local-file-name, x-dnd-open-local-file)
31780 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
31781
31782 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
31783
31784 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
31785
31786 * wdired.el: Doc fixes.
31787 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
31788 (wdired-use-dired-vertical-movement): Rename from
31789 wdired-always-move-to-filename-beginning.
31790 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
31791 (wdired-change-to-wdired-mode): Change mode name.
31792 (wdired-newline): Delete.
31793
31794 2005-04-11 Richard M. Stallman <rms@gnu.org>
31795
31796 * whitespace.el (whitespace-highlight-the-space):
31797 Don't call whitespace-unhighlight-the-space here.
31798
31799 * simple.el (undo): Record t in undo-equiv-table
31800 for the redo record made by an undo-in-region.
31801
31802 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
31803
31804 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
31805 (gdb-frame-inferior-io-buffer): New Functions to control
31806 display of separate IO buffer.
31807 (menu): Add them to menu-bar.
31808 (gdb-display-buffer): Check for buffer another frame.
31809 Protect GUD buffer.
31810 (gdb-setup-windows): Create IO buffer if not already there.
31811 (gdb-memory-mode): Remove purecopy noops.
31812
31813 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
31814
31815 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
31816 and pass to self-insert-command.
31817
31818 2005-04-11 Lute Kamstra <lute@gnu.org>
31819
31820 * generic.el: Commentary section cleanup.
31821 (generic): Delete.
31822 (generic-use-find-file-hook, generic-lines-to-scan)
31823 (generic-find-file-regexp, generic-ignore-files-regexp)
31824 (default-generic-mode, generic-mode-find-file-hook)
31825 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
31826 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
31827 (generic-use-find-file-hook, generic-lines-to-scan)
31828 (generic-find-file-regexp, generic-ignore-files-regexp)
31829 (default-generic-mode, generic-mode-find-file-hook)
31830 (generic-mode-ini-file-find-file-hook): Move from generic.el.
31831
31832 2005-04-10 Karl Fogel <kfogel@red-bean.com>
31833
31834 * bookmark.el (bookmark-write-file): Catch errors writing file.
31835 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
31836
31837 2005-04-10 Richard M. Stallman <rms@gnu.org>
31838
31839 * startup.el (fancy-splash-tail): Update copyright year.
31840 (command-line): Split part of -Q into -D.
31841 (emacs-basic-display): New defvar.
31842 (fancy-splash-text): Correct name of menu item.
31843
31844 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
31845
31846 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
31847 lines in one node.
31848
31849 * comint.el (comint-send-input): New arg ARTIFICIAL.
31850 Callers in this file changed.
31851
31852 * abbrev.el (define-abbrevs): Read system abbrevs properly.
31853
31854 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
31855
31856 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
31857
31858 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
31859 `ldap-search-internal'.
31860
31861 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
31862
31863 * files.el (set-auto-mode-1): Use line-end-position.
31864
31865 * international/latin-1.el:
31866 * international/latin-2.el:
31867 * international/latin-3.el:
31868 * international/latin-4.el:
31869 * international/latin-5.el:
31870 * international/latin-8.el:
31871 * international/latin-9.el: Give punctuation syntax to NBSP.
31872
31873 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
31874 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
31875 Use char-classes to accept non-ascii letters, accepted in some recent
31876 bibtex implementations.
31877
31878 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
31879
31880 * custom.el (custom-set-minor-mode): Any non-nil value for the
31881 variable should enable the mode when set through Custom.
31882
31883 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
31884
31885 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
31886 TAB binding so tab-always-indent is obeyed.
31887 (vhdl-minibuffer-local-map): Move initialization into declaration.
31888 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
31889 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
31890 (vhdl-hooked-abbrev): Avoid test for XEmacs.
31891 (vhdl-current-line): Use line-beginning-position.
31892 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
31893 with-output-to-temp-buffer, so the current position can be recorded.
31894
31895 2005-04-10 Masatake YAMATO <jet@gyve.org>
31896
31897 * progmodes/compile.el (compilation-error-regexp-alist-alist):
31898 Add regexp for gcov.
31899
31900 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
31901
31902 * calendar/time-date.el (time-to-seconds, seconds-to-time)
31903 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
31904 syntax which Emacs 20 doesn't support.
31905
31906 2005-04-09 Richard M. Stallman <rms@gnu.org>
31907
31908 * help.el (describe-key-briefly, describe-key):
31909 Replace strings as event types with "(any string)".
31910
31911 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
31912
31913 * arc-mode.el (archive-mode-map): Move initialization into
31914 the declaration. Override *all* bindings of `undo'.
31915 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
31916
31917 2005-04-09 Jay Belanger <belanger@truman.edu>
31918
31919 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
31920
31921 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
31922
31923 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
31924 (xterm-register-default-colors): Update color values computation
31925 to match xterm-200.
31926
31927 2005-04-09 Kenichi Handa <handa@m17n.org>
31928
31929 * international/code-pages.el (iso-latin-7): Fix the map.
31930
31931 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
31932
31933 * emacs-lisp/lisp.el (defun-prompt-regexp)
31934 (parens-require-spaces, buffer-end, end-of-defun)
31935 (insert-parentheses): Doc fixes.
31936
31937 2005-04-08 Kim F. Storm <storm@cua.dk>
31938
31939 * comint.el (comint-highlight-prompt): Fix face spec.
31940 * hi-lock.el (hi-green): Likewise.
31941
31942 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
31943
31944 * cus-edit.el (custom-modified-face):
31945 * comint.el (comint-highlight-input): Fix previous changes.
31946 * term.el (term-handle-ansi-escape): Add a comment.
31947
31948 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
31949
31950 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
31951 in the buffer and in whitespace-highlighted-space.
31952 (whitespace-unhighlight-the-space): Simplify.
31953 (whitespace-buffer): Simplify.
31954
31955 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
31956
31957 * textmodes/table.el (table-cell-face): Add special case for
31958 displays supporting a high number of colors.
31959 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
31960 (vhdl-font-lock-reserved-words-face)
31961 (vhdl-speedbar-architecture-face)
31962 (vhdl-speedbar-instantiation-face)
31963 (vhdl-speedbar-architecture-selected-face)
31964 (vhdl-speedbar-instantiation-selected-face): Likewise.
31965 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
31966 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
31967 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
31968 (ebrowse-root-class-face, ebrowse-member-attribute-face)
31969 (ebrowse-progress-face): Likewise.
31970 * progmodes/compile.el (compilation-info-face): Likewise.
31971 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
31972 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
31973 * calendar/calendar.el (diary-face): Likewise.
31974 * woman.el (woman-italic-face, woman-bold-face)
31975 (woman-unknown-face): Likewise.
31976 * wid-edit.el (widget-button-pressed-face): Likewise.
31977 * whitespace.el (whitespace-highlight-face): Likewise.
31978 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
31979 * pcvs-info.el (cvs-marked-face): Likewise.
31980 * info.el (info-xref): Likewise.
31981 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
31982 * hilit-chg.el (highlight-changes-face)
31983 (highlight-changes-delete-face): Likewise.
31984 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
31985 (hi-red-b): Likewise.
31986 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
31987 * font-lock.el (font-lock-keyword-face)
31988 (font-lock-function-name-face, font-lock-warning-face): Likewise.
31989 * cus-edit.el (custom-invalid-face, custom-modified-face)
31990 (custom-set-face, custom-changed-face, custom-variable-tag-face)
31991 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
31992 * comint.el (comint-highlight-prompt): Likewise.
31993
31994 2005-04-08 Lute Kamstra <lute@gnu.org>
31995
31996 * font-lock.el (font-lock-keywords): Docstring fixes.
31997
31998 2005-04-08 Kenichi Handa <handa@m17n.org>
31999
32000 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
32001 chars are more than a limit, print " and more..." at the tail.
32002
32003 2005-04-08 Kim F. Storm <storm@cua.dk>
32004
32005 * emacs-lisp/authors.el (authors-aliases): Update list.
32006 (authors-ignored-files): New list.
32007 (authors-fixed-entries): Fix typo.
32008 (authors-renamed-files-alist): Update list.
32009 (authors-add): Check authors-ignored-files.
32010
32011 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
32012
32013 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
32014 optional, to ensure backward compatibility.
32015
32016 2005-04-08 Stephen Eglen <stephen@gnu.org>
32017
32018 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
32019
32020 2005-04-08 Kim F. Storm <storm@cua.dk>
32021
32022 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
32023
32024 * mouse.el (mouse-on-link-p): Doc fix.
32025
32026 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
32027
32028 * ielm.el (ielm-prompt-read-only): Doc fix.
32029
32030 * comint.el (comint-prompt-read-only): Doc fix.
32031
32032 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
32033
32034 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
32035 ensure dired always handles wildcards passed to ffap.
32036 (find-file-at-point): Use it.
32037 (ffap-dired-wildcards): Doc fix.
32038
32039 2005-04-07 Juri Linkov <juri@jurta.org>
32040
32041 * simple.el (next-error-overlay-arrow-position): New defvar.
32042 Put "=>" on its property `overlay-arrow-string'. Add it to
32043 `overlay-arrow-variable-list'.
32044
32045 * progmodes/compile.el (compilation-setup):
32046 Set `next-error-overlay-arrow-position' to nil. Also set it to
32047 nil in the local hook `kill-buffer-hook'. Make local variable
32048 `overlay-arrow-string' and set it to "=>".
32049 (compilation-goto-locus): Set BOL position to
32050 `next-error-overlay-arrow-position' instead of
32051 `overlay-arrow-position'.
32052
32053 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
32054 locally instead of adding it to the global hook.
32055 (Info-kill-buffer): Move up.
32056
32057 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
32058
32059 * term/xterm.el (xterm-standard-colors): Update color values from
32060 xterm-200.
32061
32062 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
32063
32064 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
32065
32066 * fast-lock.el:
32067 * lazy-lock.el: Move them to the obsolete subdir.
32068
32069 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
32070
32071 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
32072 (wdired-add-replace-advice): Remove.
32073 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
32074
32075 2005-04-06 Kim F. Storm <storm@cua.dk>
32076
32077 * startup.el (command-line): Add --bare-bones alias for -Q.
32078
32079 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
32080
32081 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
32082 create the startup fontset if a font specification ends with
32083 `mac-roman'.
32084
32085 2005-04-06 Lute Kamstra <lute@gnu.org>
32086
32087 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
32088 change.
32089
32090 * emacs-lisp/copyright.el (copyright-update-year): Replace the
32091 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
32092
32093 2005-04-05 Lute Kamstra <lute@gnu.org>
32094
32095 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
32096 (define-generic-mode): Ditto. Fix debug declaration.
32097
32098 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
32099 Put them in the generic-x group.
32100
32101 * calendar/timeclock.el (timeclock): Doc fix.
32102
32103 * generic.el (define-generic-mode): Don't use custom-current-group.
32104 Document default :group value.
32105 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
32106 (define-global-minor-mode): Don't use custom-current-group.
32107
32108 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
32109
32110 * startup.el (command-line-1): Display startup-echo-area-message
32111 when fancy splash screen is in use.
32112
32113 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
32114 (sh-escaped-newline): New face.
32115 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
32116 newline, and use sh-escaped-newline face.
32117
32118 * progmodes/tcl.el (tcl-escaped-newline): New face.
32119 (tcl-builtin-list): New variable.
32120 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
32121 newlines. Fix keywords subexpression number.
32122
32123 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
32124
32125 * textmodes/org.el (org-diary-default-entry): Fix call to
32126 `add-to-diary-entry'.
32127
32128 2005-04-05 Kim F. Storm <storm@cua.dk>
32129
32130 * ediff-init.el: Use (featurep 'xemacs).
32131
32132 2005-04-05 David Ponce <david@dponce.com>
32133
32134 * cus-edit.el (face): Derive from symbol widget. Display sample
32135 of the current face on the fly.
32136 (widget-face-sample-face-get, widget-face-notify): New functions.
32137 (widget-face-value-create): Remove.
32138
32139 * wid-edit.el (widget-field-end): Temporarily remove field
32140 narrowing before to call `get-char-property'.
32141
32142 2005-04-04 Jay Belanger <belanger@truman.edu>
32143
32144 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
32145 (math-read-subscripts): New variable.
32146 (math-read-preprocess-string): Process subscripts.
32147
32148 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
32149
32150 * comint.el (comint-prompt-read-only): Doc fix.
32151
32152 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
32153 `-1'. Doc fix.
32154
32155 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
32156
32157 * textmodes/org.el (org-insert-mode-line-in-empty-file):
32158 Change default value to nil.
32159
32160 2005-04-04 Lute Kamstra <lute@gnu.org>
32161
32162 * autorevert.el (auto-revert-mode): Specify :group.
32163 * battery.el (display-battery-mode): Specify :group.
32164 * diff-mode.el (diff-minor-mode): Specify :group.
32165 * font-core.el (font-lock-mode): Specify :group.
32166 * hl-line.el (hl-line-mode): Specify :group.
32167 * iimage.el (iimage): New customization group.
32168 (iimage-mode): Specify :group.
32169 * longlines.el (longlines-mode): Specify :group.
32170 * master.el: Don't require easy-mmode.
32171 (master): New customization group.
32172 (master-mode): Specify :group.
32173 * msb.el (msb-mode): Specify :group.
32174 * reveal.el (reveal-mode): Specify :group.
32175 * simple.el (next-error-follow-minor-mode): Specify :group.
32176 * smerge-mode.el (smerge-mode): Specify :group.
32177 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
32178 * emulation/cua-base.el (cua-mode): Specify :group.
32179 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
32180 * language/thai-util.el (thai-auto-composition-mode)
32181 (thai-word-mode): Specify :group.
32182 * mail/supercite.el (sc-minor-mode): Specify :group.
32183 * progmodes/cwarn.el (cwarn-mode): Specify :group.
32184 * progmodes/flymake.el (flymake-mode): Specify :group.
32185 * progmodes/glasses.el (glasses-mode): Specify :group.
32186 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
32187 * textmodes/enriched.el (enriched-mode): Specify :group.
32188 * textmodes/refill.el (refill-mode): Specify :group.
32189
32190 * add-log.el (change-log-font-lock-keywords): Names in
32191 parenthesized lists can contain spaces.
32192
32193 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
32194
32195 * startup.el (fancy-splash-text): Shorten default text of
32196 "Emacs Tutorial" line. Also, if the current language env
32197 indicates an available tutorial file other than TUTORIAL,
32198 extract its title and append it to the line in parentheses.
32199 (fancy-splash-insert): If arg is a thunk, funcall it.
32200
32201 2005-04-04 Jay Belanger <belanger@truman.edu>
32202
32203 * calc.el (calc-language-alist): Add tags to customization type.
32204
32205 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
32206
32207 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
32208 Doc fix.
32209
32210 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
32211
32212 * add-log.el (change-log-font-lock-keywords): The manual
32213 describing a Change Log entry, says: (...) "Aside from these
32214 header lines, every line in the change log starts with a space or
32215 a tab.". The font-lock was not highlighting lines started with
32216 spaces, added support for it.
32217
32218 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
32219
32220 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
32221 (bibtex-generate-url-list): Update docstring accordingly. Put the
32222 complex example in the docstring.
32223 (bibtex-font-lock-url): Use pop.
32224
32225 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
32226
32227 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
32228
32229 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
32230
32231 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
32232
32233 * filesets.el (filesets-set-default): Doc fix.
32234
32235 2005-04-03 Lute Kamstra <lute@gnu.org>
32236
32237 * generic.el (define-generic-mode): Add argument to specify
32238 keywords for defcustom.
32239 (default-generic-mode): Specify :group.
32240
32241 * generic-x.el: Specify :group for all generic modes.
32242
32243 * desktop.el (desktop-no-desktop-file-hook)
32244 (desktop-after-read-hook): Doc fix.
32245
32246 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
32247
32248 * simple.el (visible-mode): Use explicit :group keyword.
32249 This changes the group of `visible-mode-hook' from paren-blinking
32250 to editing-basics.
32251
32252 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
32253
32254 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
32255 mailbox specifications as well as URLs.
32256 (rmail-insert-inbox-text): Remove unused conditional branches.
32257
32258 2005-04-01 Jay Belanger <belanger@truman.edu>
32259
32260 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
32261 (calc-gnuplot-print-command): Move definitions to calc.el.
32262
32263 * calc/calc-embed.el (calc-embedded-announce-formula)
32264 (calc-embedded-open-formula, calc-embedded-close-formula)
32265 (calc-embedded-open-word, calc-embedded-close-word)
32266 (calc-embedded-open-plain, calc-embedded-close-plain)
32267 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
32268 (calc-embedded-open-mode, calc-embedded-close-mode):
32269 Move definitions to calc.el.
32270
32271 * calc/calc.el (calc-settings-file, calc-language-alist):
32272 Make customizable.
32273 (calc-embedded-announce-formula, calc-embedded-open-formula)
32274 (calc-embedded-close-formula, calc-embedded-open-word)
32275 (calc-embedded-close-word, calc-embedded-open-plain)
32276 (calc-embedded-close-plain, calc-embedded-open-new-formula)
32277 (calc-embedded-close-new-formula, calc-embedded-open-mode)
32278 (calc-embedded-close-mode, calc-gnuplot-name)
32279 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
32280 from other files and make customizable.
32281
32282 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
32283
32284 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
32285 Use buffer-live-p.
32286 (cvs-mode-run): Don't call cvs-update-header here.
32287 (cvs-run-process): Call cvs-update-header.
32288 Use process properties for cvs-postprocess and cvs-buffer so that
32289 the sentinel can behave better if the temp buffer is killed.
32290 Use a pipe rather than a tty, to better handle unexpected prompts.
32291 (cvs-sentinel): Rewrite. Call cvs-update-header.
32292
32293 2005-04-01 Andre Spiegel <spiegel@gnu.org>
32294
32295 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
32296 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
32297
32298 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
32299
32300 * generic.el (define-generic-mode): Add indentation rule.
32301
32302 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
32303
32304 * files.el (mode-require-final-newline): Make Custom correctly
32305 report a nil value and allow to set it to nil via Custom.
32306 Doc fix.
32307
32308 2005-04-01 Kenichi Handa <handa@m17n.org>
32309
32310 * international/characters.el: Enable the correct case setting for
32311 dotless-i and dotted-I.
32312
32313 2005-04-01 Kim F. Storm <storm@cua.dk>
32314
32315 * ido.el (ido-file-internal): Fall back to non-ido command if
32316 initial directory is on slow ftp (or tramp) host.
32317
32318 2005-03-31 Richard M. Stallman <rms@gnu.org>
32319
32320 * emacs-lisp/autoload.el (make-autoload):
32321 Handle define-global-minor-mode.
32322
32323 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
32324 Rename from easy-mmode-define-global-mode.
32325 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
32326
32327 * progmodes/scheme.el (scheme-mode-syntax-table):
32328 Update syntax of | and # for two-character comment syntax.
32329
32330 2005-03-31 Lute Kamstra <lute@gnu.org>
32331
32332 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
32333 (define-minor-mode): Call custom-current-group at load-time.
32334
32335 * generic.el (define-generic-mode): Add debug declaration.
32336 Add defcustom for the mode hook.
32337 (generic-mode-internal): Use run-mode-hooks.
32338
32339 2005-03-31 Kim F. Storm <storm@cua.dk>
32340
32341 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
32342 (mouse-fixup-help-message): New defun called by show_help_echo
32343 to fixup mouse-2 prefix in help messages when applicable.
32344
32345 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
32346
32347 2005-03-31 Kenichi Handa <handa@m17n.org>
32348
32349 * language/thai-word.el (thai-find-word-ends): Pay attention to
32350 the case that we reach the end of buffer.
32351
32352 * textmodes/fill.el (fill-text-properties-at): New function.
32353 (fill-newline): Use fill-text-properties-at instead of
32354 text-properties-at.
32355
32356 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
32357
32358 * textmodes/tex-mode.el (tex-start-tex): Use shell-quote-argument,
32359 not comint-quote-filename.
32360
32361 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
32362
32363 * help-fns.el (help-with-tutorial): Revert last change.
32364
32365 2005-03-31 Kim F. Storm <storm@cua.dk>
32366
32367 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
32368
32369 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
32370
32371 * calendar/cal-china.el: Update reference to "Calendrical
32372 Calculations" book; there's a new edition.
32373 * calendar/cal-coptic.el: Likewise.
32374 * calendar/cal-french.el: Likewise.
32375 * calendar/cal-hebrew.el: Likewise.
32376 * calendar/cal-islam.el: Likewise.
32377 * calendar/cal-iso.el: Likewise.
32378 * calendar/cal-julian.el: Likewise.
32379 * calendar/cal-mayan.el: Likewise.
32380 * calendar/cal-persia.el: Likewise.
32381 * calendar/calendar.el: Likewise.
32382 * calendar/holidays.el: Likewise.
32383 * calendar/lunar.el: Likewise.
32384 * calendar/solar.el: Likewise.
32385
32386 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
32387 white space from doc string.
32388
32389 2005-03-30 Jay Belanger <belanger@truman.edu>
32390
32391 * calc/calc-help.el (calc-full-help): Remove email address.
32392
32393 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
32394
32395 * help-fns.el (help-with-tutorial): Delete title line.
32396
32397 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
32398
32399 * calendar/cal-x.el (calendar-one-frame-setup)
32400 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
32401 rather than `symbol' for set-window-dedicated-p.
32402
32403 * calendar/appt.el (appt-buffer-name): Make it a constant.
32404 (appt-add): Doc fix.
32405
32406 * filesets.el (filesets-menu-path, filesets-menu-before)
32407 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
32408 (filesets-menu-cache-file): Use directory ~/.emacs.d.
32409 (filesets-add-submenu): Delete and use add-submenu instead.
32410
32411 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
32412
32413 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
32414 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
32415 (org-diary-default-entry): New function.
32416 (org-get-entries-from-diary): Better parsing of diary entries.
32417 (org-agenda-check-no-diary): New function.
32418 ("diary-lib"): Advice to function `add-to-diary-list', to allow
32419 linking to diary entries.
32420 (org-agenda-execute-calendar-command): New function.
32421 (org-agenda): Improve visible section in window.
32422 Use `org-fit-agenda-window'.
32423 (org-fit-agenda-window): New option.
32424 (org-move-subtree-down): Better handling of empty lines
32425 at end of subtree.
32426 (org-cycle): Numeric prefix is interpreted now as show-subtree N
32427 levels up.
32428 (org-fontify-done-headline): New option.
32429 (org-headline-done-face): New face.
32430 (org-set-font-lock-defaults): Use `org-headline-done-face'.
32431 (org-table-copy-down): Rename from `org-table-copy-from-above'.
32432 When current field is non-empty, it is copied to next row.
32433 (org-table-copy-from-above): Fix bug which made it
32434 impossible to copy fields containing only a single non-white character.
32435
32436 2005-03-30 Kim F. Storm <storm@cua.dk>
32437
32438 * kmacro.el (kmacro-end-macro): Isearch may store this command
32439 into the macro -- so ignore it when executing keyboard macro.
32440
32441 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
32442
32443 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
32444
32445 2005-03-29 Kenichi Handa <handa@m17n.org>
32446
32447 * language/thai.el ("Thai"): Set setup-function and exit-function
32448 for Thai language environment.
32449
32450 * language/thai-util.el: Require thai-word.
32451 (thai-word-mode-map): New variable.
32452 (thai-word-mode): New minor mode.
32453 (setup-thai-language-environment-internal): New function.
32454 (exit-thai-language-environment-internal): New function.
32455
32456 * language/thai-word.el (thai-word-table): Declare it by defvar,
32457 use dolist to initialize it.
32458 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
32459 (thai-fill-find-break-point): New functions.
32460
32461 2005-03-29 Richard M. Stallman <rms@gnu.org>
32462
32463 * simple.el (idle-update-delay): Move definition up.
32464 (set-mark): Doc fix.
32465
32466 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
32467
32468 * longlines.el: New file.
32469
32470 * simple.el (buffer-substring-filters): New variable.
32471 (filter-buffer-substring): New function.
32472 (kill-region, copy-region-as-kill): Use it.
32473
32474 * register.el (copy-to-register, append-to-register)
32475 (prepend-to-register): Use filter-buffer-substring.
32476
32477 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
32478
32479 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
32480 (gud-filter-pending-text): Move in front of gdb.
32481 (gud-overlay-arrow-position): New variable.
32482 (gud-sentinel, gud-display-line): Use it in place of
32483 overlay-arrow-position.
32484
32485 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
32486
32487 * progmodes/fortran.el (fortran-if-indent): Doc fix.
32488 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
32489 (fortran-font-lock-keywords-4): New variable.
32490 (fortran-blocks-re, fortran-end-block-re)
32491 (fortran-start-block-re): New constants, for hideshow.
32492 (hs-special-modes-alist): Add a Fortran entry.
32493 (fortran-mode-map): Bind fortran-end-of-block,
32494 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
32495 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
32496 (fortran-looking-at-if-then, fortran-end-of-block)
32497 (fortran-beginning-of-block): New functions, for hideshow.
32498
32499 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
32500 Doc fix. Tweak regexp.
32501 (f90-beginning-of-block): Push mark first.
32502
32503 2005-03-29 Jay Belanger <belanger@truman.edu>
32504
32505 * calc/calc.el: Update copyright date.
32506 (calc-version): Increase to 2.1.
32507 (calc-version-date): Remove.
32508
32509 * calc/calc-help.el: Update copyright date.
32510 (calc-full-help): Remove reference to calc-version-date.
32511 Update copyright date.
32512
32513 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
32514
32515 * vc.el (vc-do-command): Use a pipe for async processes, so password
32516 prompts don't show up at places where the user can't reply.
32517
32518 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
32519
32520 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
32521 on the file name we pass to the inferior shell.
32522
32523 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
32524
32525 * progmodes/which-func.el (which-function): Be robust in the face of an
32526 imenu--make-index-alist failure.
32527
32528 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
32529
32530 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
32531
32532 * progmodes/python.el (python-preoutput-filter): Fix last change.
32533
32534 2005-03-29 Lute Kamstra <lute@gnu.org>
32535
32536 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
32537 functions and compiled macros.
32538 (debug-convert-byte-code): Handle macros too.
32539 (debug-on-entry-1): Don't signal an error when trying to clear a
32540 function that is not set to debug on entry.
32541
32542 2005-03-29 Jay Belanger <belanger@truman.edu>
32543
32544 * calc/calc-lang.el: Add functions to math-function-table
32545 properties of tex and math.
32546
32547 2005-03-29 Kenichi Handa <handa@m17n.org>
32548
32549 * ps-mule.el (ps-mule-plot-string): Translate characters by
32550 ps-print-translation-table.
32551 (ps-mule-begin-job): Call find-charset-region/string with
32552 ps-print-translation-table.
32553 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
32554
32555 * ps-print.el (ps-print-translation-table): New variable.
32556 (ps-plot-region): Translate characters by ps-print-translation-table.
32557
32558 2005-03-29 Juri Linkov <juri@jurta.org>
32559
32560 * simple.el (next-error-highlight-timer): New variable.
32561
32562 * progmodes/compile.el (compilation-goto-locus):
32563 Use `next-error-highlight-timer' instead of `sit-for'.
32564
32565 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
32566
32567 * mail/supercite.el (sc-mail-field): Use assoc-string.
32568 (sc-get-address): Simplify regexps.
32569
32570 * files.el (minibuffer-with-setup-hook): New macro.
32571 (find-file-read-args): Use it to avoid let-binding
32572 minibuffer-with-setup-hook (which breaks turning on/off
32573 file-name-shadow-mode while in the prompt).
32574
32575 * complete.el (PC-read-include-file-name-internal):
32576 Use test-completion.
32577
32578 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
32579
32580 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
32581
32582 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
32583
32584 * window.el (window-buffer-height): Use count-screen-lines.
32585
32586 * progmodes/python.el (python-preoutput-leftover): New var.
32587 (python-preoutput-filter): Use it.
32588 (python-send-receive): Loop until all the result has been received.
32589
32590 2005-03-28 Juri Linkov <juri@jurta.org>
32591
32592 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
32593
32594 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
32595 "Recover Crashed Session".
32596 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
32597 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
32598 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
32599 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
32600 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
32601 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
32602 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
32603 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
32604
32605 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
32606 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
32607 Ediff Sessions", "Toggle use of separate control buffer frame",
32608 "Use separate frame for Ediff control buffer".
32609
32610 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
32611 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
32612 "Rename Bookmark", "Delete Bookmark".
32613
32614 * info.el (Info-mode-menu): Remove ellipsis from "Index".
32615 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
32616 Add `:active Info-index-alternatives' to "Next Matching Item".
32617
32618 * wdired.el (wdired-change-to-wdired-mode):
32619 Mention `wdired-abort-changes' key in the initial message.
32620
32621 * international/mule.el (auto-coding-alist): Associate non-ascii
32622 image filename extensions with `no-conversion'.
32623
32624 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
32625
32626 * international/iso-acc.el:
32627 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
32628
32629 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
32630
32631 * textmodes/sgml-mode.el (html-mode): Doc update.
32632
32633 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
32634
32635 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
32636
32637 * term.el (term-move-columns): Fix face after extending a line.
32638 (term-insert-spaces): Likewise.
32639 (term-reset-terminal): Fix off by one error.
32640
32641 2005-03-26 Eli Zaretskii <eliz@gnu.org>
32642
32643 * international/mule.el (auto-coding-alist): Add .xpi files.
32644
32645 * files.el (auto-mode-alist): Add .xpi files.
32646
32647 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
32648
32649 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
32650
32651 2005-03-26 Eli Zaretskii <eliz@gnu.org>
32652
32653 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
32654
32655 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
32656
32657 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
32658 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
32659
32660 * calendar/cal-move.el (calendar-beginning-of-year): Move the
32661 cursor to Jan 1 when needed.
32662 (calendar-end-of-year): Fix -/+ typo.
32663 Reported by Chong Yidong <cyd@stupidchicken.com>.
32664
32665 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
32666
32667 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
32668
32669 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
32670 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
32671
32672 2005-03-25 Richard M. Stallman <rms@gnu.org>
32673
32674 * filesets.el (filesets-init): Add autoload.
32675
32676 * mail/mailalias.el (mail-directory): Doc fix.
32677
32678 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
32679
32680 * mail/mailalias.el (mail-directory-process): Do nothing if
32681 mail-directory-process is an atom.
32682 (mail-get-names): Ignore mail-directory-names if it is an atom.
32683 (mail-directory-process defvar): Doc fix.
32684 (mail-names): Doc fix.
32685
32686 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se> (tiny change)
32687
32688 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
32689
32690 2005-03-26 Kenichi Handa <handa@m17n.org>
32691
32692 * international/mule-util.el (detect-coding-with-priority):
32693 Call update-coding-systems-internal before detect-coding-region.
32694
32695 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
32696
32697 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
32698 (gdb-frames-mode-map): Add follow-link property.
32699
32700 2005-03-25 Jay Belanger <belanger@truman.edu>
32701
32702 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
32703 for variables.
32704
32705 2005-03-25 Juri Linkov <juri@jurta.org>
32706
32707 * image-mode.el: Optimize image filename extension regexps in
32708 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
32709 in `auto-mode-alist'.
32710 (image-mode): Add `image-toggle-display-text' to local hook
32711 `change-major-mode-hook'. Display the image as an image by
32712 default. Set `cursor-type' and `truncate-lines' if the image
32713 is already displayed. Take into account the current mode (image
32714 or text) in message.
32715 (image-minor-mode): New minor mode.
32716 (image-mode-maybe, image-toggle-display-text): New functions.
32717 (image-toggle-display): Use called-interactively-p.
32718 Let-bind `inhibit-read-only' to t.
32719
32720 * image-mode.el (image-minor-mode): Set `cursor-type' and
32721 `truncate-lines' if the image is already displayed. Add turning
32722 image-minor-mode off to `change-major-mode-hook'. Add message.
32723 Call `image-toggle-display-text' after turning image-minor-mode off.
32724
32725 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
32726
32727 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
32728 Terminal.app, use utf-8.
32729 (set-display-table-and-terminal-coding-system): Add coding-system arg.
32730 (set-locale-environment): Use it.
32731
32732 * term/xterm.el: Undo last change, better done in mule-cmds.el.
32733
32734 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
32735
32736 * progmodes/python.el (python-close-block-statement-p)
32737 (python-outdent-p, python-current-defun): Use symbol-end.
32738
32739 2005-03-25 Karl Chen <quarl@cs.berkeley.edu>
32740
32741 * files.el (save-some-buffers): Doc fix.
32742
32743 2005-03-25 Werner Lemberg <wl@gnu.org>
32744
32745 * complete.el, thumbs.el: Replace `legal' with `valid'.
32746 * calendar/calendar.el: Replace `legal' with `valid'.
32747 * emacs-lisp/advice.el: Replace `legal' with `valid'.
32748 * mail/supercite.el: Replace `legal' with `valid'.
32749 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
32750 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
32751 Replace `legal' with `valid'.
32752 * textmodes/reftex-vars.el, textmodes/reftex.el:
32753 Replace `legal' with `valid'.
32754
32755 2005-03-25 Werner Lemberg <wl@gnu.org>
32756
32757 * calc/calc-forms.el, calc/calc-sel.el
32758 * midnight.el, vc-cvs.el
32759 * emacs-lisp/cl-macs.el
32760 * emulation/vip.el
32761 * eshell/esh-io.el, eshell/esh-var.el
32762 * mail/supercite.el
32763 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
32764 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
32765 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
32766 * progmodes/sh-script.el, progmodes/xscheme.el
32767 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
32768 * textmodes/reftex-index.el, textmodes/reftex-parse.el
32769 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
32770 * textmodes/reftex.el, textmodes/org.el:
32771 Replace `illegal' with `invalid'.
32772
32773 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
32774
32775 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
32776 (flymake-find-buildfile, flymake-find-possible-master-files)
32777 (flymake-check-include, flymake-parse-line): Replace loops over the
32778 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
32779
32780 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
32781 Substitute file-name-as-directory in the rest of the file.
32782 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
32783 (flymake-replace-region): Remove unused arg `buffer'.
32784 (flymake-check-patch-master-file-buffer): Update calls to it.
32785 (flymake-add-err-info): Remove unused var `count'.
32786 (flymake-mode): Use define-minor-mode.
32787
32788 * progmodes/flymake.el: Use with-current-buffer.
32789 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
32790 flymake-replace-regexp-in-string, flymake-line-beginning-position)
32791 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
32792 Avoid testing for `xemacs'.
32793 (flymake-nop): Move.
32794 (flymake-region-has-flymake-overlays): Return the computed value.
32795 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
32796 Remove unused var `endline'.
32797 (flymake-get-line-count): Remove unused function.
32798 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
32799
32800 * emulation/vi.el:
32801 * generic.el:
32802 * hilit-chg.el (global-highlight-changes):
32803 * hi-lock.el (hi-lock-mode):
32804 * follow.el: find-file-hooks -> find-file-hook.
32805
32806 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
32807
32808 2005-03-24 Juri Linkov <juri@jurta.org>
32809
32810 * dired.el (dired-mode-map): Add menu item "Compare directories"
32811 for dired-compare-directories.
32812
32813 * dired-aux.el (dired-compare-directories): Add autoload cookie.
32814 Doc fix. Replace `read-file-name' with `read-directory-name'.
32815
32816 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
32817
32818 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
32819
32820 2005-03-24 Jay Belanger <belanger@truman.edu>
32821
32822 * calc/calc-embed.el (calc-embedded-mode-change): Save all
32823 relevant mode settings in calc-embedded-original-modes when modes
32824 are permanently changed.
32825
32826 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
32827
32828 * autoinsert.el: find-file-hooks -> find-file-hook.
32829
32830 2005-03-24 Lute Kamstra <lute@gnu.org>
32831
32832 * generic.el (generic-font-lock-defaults): Make it obsolete.
32833 (generic-font-lock-keywords): New variable to replace
32834 generic-font-lock-defaults.
32835 (generic-mode-set-font-lock): Delete it.
32836 (generic-mode-internal): Don't call generic-mode-set-font-lock.
32837 (generic-bracket-support): Add docstring.
32838
32839 * generic-x.el: Rename generic-font-lock-defaults to
32840 generic-font-lock-keywords throughout.
32841 (mailagent-rules-setup-function): Delete it.
32842 (mailagent-rules-generic-mode): Use anonymous function instead.
32843 (show-tabs-generic-mode-font-lock-defaults-1)
32844 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
32845 Quote faces.
32846 (show-tabs-tab-face, show-tabs-space-face): Specify background,
32847 not foreground.
32848
32849 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
32850 Recognize define-generic-mode.
32851
32852 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
32853
32854 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
32855 if there's no completion table.
32856
32857 2005-03-23 Miles Bader <miles@gnu.org>
32858
32859 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
32860 Remove tty-specific variants, as they're no longer needed.
32861
32862 2005-03-23 Lute Kamstra <lute@gnu.org>
32863
32864 * generic-x.el: Code cleanup: make args constant whenever possible.
32865 (installshield-statement-keyword-list)
32866 (installshield-system-functions-list)
32867 (installshield-system-variables-list, installshield-types-list)
32868 (installshield-funarg-constants-list): Make them constants.
32869
32870 * generic.el (generic-make-keywords-list): Add autoload cookie.
32871
32872 * calendar/time-date.el: Add comment on time value formats.
32873 Don't require parse-time.
32874 (with-decoded-time-value): New macro.
32875 (encode-time-value): New function.
32876 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
32877 (days-to-time): Return a valid time value when arg is huge.
32878 (time-since): Use time-subtract.
32879 (time-to-number-of-days): Use time-to-seconds.
32880
32881 2005-03-23 David Ponce <david@dponce.com>
32882
32883 * recentf.el (recentf-keep): New option.
32884 (recentf-menu-action): Default to `find-file'.
32885 (recentf-keep-non-readable-files-flag)
32886 (recentf-keep-non-readable-files-p)
32887 (recentf-file-readable-p, recentf-find-file)
32888 (recentf-cleanup-remote): Remove.
32889 (recentf-include-p): More robust.
32890 (recentf-keep-p): New function.
32891 (recentf-remove-if-non-kept): Rename from
32892 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
32893 All callers updated.
32894 (recentf-menu-items-for-commands): Fix help string.
32895 (recentf-track-closed-file): Update. Doc fix.
32896 (recentf-cleanup): Update. Count removed files. Doc fix.
32897
32898 2005-03-23 Kim F. Storm <storm@cua.dk>
32899
32900 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
32901 Don't inherit from fringe face (now happens automatically).
32902
32903 2005-03-22 Kim F. Storm <storm@cua.dk>
32904
32905 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
32906 position values.
32907
32908 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
32909
32910 * menu-bar.el (showhide-date-time): Remove.
32911 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
32912 (menu-bar-make-mm-toggle): Simplify.
32913
32914 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
32915
32916 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
32917 Accept qualified variable and function names.
32918
32919 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
32920
32921 * bindings.el (completion-ignored-extensions):
32922 Remove ".lis" for `vax-vms'.
32923
32924 2005-03-22 Andreas Schwab <schwab@suse.de>
32925
32926 * generic-x.el: Revert last change.
32927 * ldefs-boot.el: Update.
32928
32929 2005-03-22 Jay Belanger <belanger@truman.edu>
32930
32931 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
32932 (calc-embedded-save-original-modes)
32933 (calc-embedded-restore-original-modes): New functions.
32934 (calc-do-embedded): Save original modes when entering embedded mode
32935 and restore when leaving embedded mode.
32936 (calc-embedded-modes-change): Change the value of
32937 calc-embedded-original-modes to reflect permanent changes.
32938
32939 2005-03-22 Lute Kamstra <lute@gnu.org>
32940
32941 * generic-x.el: Require generic again.
32942
32943 2005-03-22 Miles Bader <miles@gnu.org>
32944
32945 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
32946 Tweak details to look good on both ttys and bitmap displays, light
32947 or dark background, etc.
32948
32949 2005-03-21 Kim F. Storm <storm@cua.dk>
32950
32951 * tooltip.el (tooltip-show-help-function): Check car and cdr of
32952 mouse position.
32953
32954 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
32955
32956 * icomplete.el: Don't forcibly turn on the mode upon load.
32957 (icomplete-mode): Use define-minor-mode.
32958 (icomplete-eoinput): Default to nil.
32959 (icomplete-minibuffer-setup): Remove autoload.
32960 (icomplete-tidy): Simplify.
32961 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
32962 in the initial state or if the user has modified the field.
32963 Fix handling of icomplete-max-delay-chars.
32964 Remove code that handles the oddball case where
32965 minibuffer-completion-table is an integer.
32966 Wrap icomplete-completions in while-no-input in case building
32967 completions takes more time than expected.
32968 (icomplete-completions): Simplify.
32969
32970 2005-03-21 Richard M. Stallman <rms@gnu.org>
32971
32972 * jka-compr.el (jka-compr-really-do-compress):
32973 Make variable buffer-local.
32974
32975 * image-mode.el: Handle .xpm files too.
32976 (image-toggle-display): Preserve modification flag.
32977
32978 * help.el (where-is): Don't mention aliases with no key bindings.
32979
32980 2005-03-21 Lute Kamstra <lute@gnu.org>
32981
32982 * generic.el: Fix commentary section. Don't require cl for
32983 compilation.
32984 (generic-mode-list): Add autoload cookie.
32985 (generic-use-find-file-hook, generic-lines-to-scan)
32986 (generic-find-file-regexp, generic-ignore-files-regexp)
32987 (generic-mode, generic-mode-find-file-hook)
32988 (generic-mode-ini-file-find-file-hook): Fix docstrings.
32989 (define-generic-mode): Make it a defmacro. Fix docstring.
32990 (generic-mode-internal): Code cleanup. Add autoload cookie.
32991 (generic-mode-set-comments): Code cleanup.
32992 * generic-x.el: Don't prevent compilation. Don't require generic.
32993 Follow coding conventions. Minor code cleanup.
32994 (etc-fstab-generic-mode): Add some keywords.
32995 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
32996 define-generic-mode like a function declaration.
32997
32998 2005-03-21 Jay Belanger <belanger@truman.edu>
32999
33000 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
33001 changing modes.
33002
33003 2005-03-21 Sam Steingold <sds@gnu.org>
33004
33005 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
33006
33007 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
33008
33009 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
33010 Add underscore to "f$ lexicals" regexp.
33011
33012 2005-03-20 Juri Linkov <juri@jurta.org>
33013
33014 * subr.el (progress-reporter-do-update): When `min-value' is equal
33015 to `max-value', set `percentage' to 0 and prevent division by zero.
33016
33017 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
33018
33019 Sync with Tramp 2.0.48.
33020
33021 * net/tramp.el (all): Change all addresses to .gnu.org.
33022 (tramp-append-tramp-buffers): New defun.
33023 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
33024 Catch `dont-send' signal.
33025 (tramp-set-auto-save-file-modes): Set always permissions, because
33026 there might be an old auto-saved file belonging to another
33027 original file. This could be a security threat. Reported by
33028 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
33029 Check for Emacs 21.3.50 removed.
33030
33031 * net/tramp-smb.el (all): Remove debug construct for
33032 `with-parsed-tramp-file-name'.
33033 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
33034 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
33035 No error message if DIRECTORY or FILENAME doesn't exist.
33036 (tramp-smb-open-connection): Check existence of
33037 `tramp-smb-program'.
33038
33039 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
33040
33041 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
33042 Properly handle the case where the `m' or `s' command's argument is not
33043 yet terminated.
33044 (perl-indent-new-calculate): New function.
33045 (perl-indent-line): Use it.
33046
33047 2005-03-20 Miles Bader <miles@gnu.org>
33048
33049 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
33050 in text-mode too. Change to new face names.
33051 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
33052 Add `:weight bold' attribute.
33053 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
33054
33055 2005-03-19 Juri Linkov <juri@jurta.org>
33056
33057 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
33058
33059 * international/mule.el (auto-coding-alist): Sync with
33060 `auto-mode-alist' by adding upper case archive file extensions
33061 and adding ear/war to jar extension.
33062
33063 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
33064
33065 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
33066 running, restart it.
33067
33068 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
33069
33070 * finder.el (finder-current-item): Throw an error on an empty line.
33071
33072 * man.el (Man-follow-manual-reference): If current-word returns
33073 nil, use "".
33074
33075 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
33076
33077 * simple.el (goto-line): Doc fix.
33078
33079 2005-03-19 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
33080
33081 * files.el (save-buffer): Doc fix.
33082
33083 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
33084
33085 * recentf.el (recentf-cleanup-remote): New variable.
33086 (recentf-cleanup): Use it to conditionally check availability of
33087 remote files.
33088
33089 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
33090
33091 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
33092 function names.
33093
33094 2005-03-19 Eli Zaretskii <eliz@gnu.org>
33095
33096 * language/thai-word.el: New file.
33097
33098 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
33099
33100 * files.el (backup-buffer): If the file's directory is not
33101 writable, use copy instead of move to backup the file.
33102
33103 2005-03-19 Eli Zaretskii <eliz@gnu.org>
33104
33105 * obsolete/keyswap.el: Moved to obsolete/ from term/.
33106
33107 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
33108
33109 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
33110 Use functionp instead of symbolp and fboundp. Reported by Drkm
33111 <darkman_spam@yahoo.fr>.
33112 (ps-print-version): New version 6.6.6.
33113
33114 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
33115
33116 * textmodes/table.el (table--line-column-position): New idiom.
33117 (table--row-column-insertion-point-p): New function to test
33118 validity of row and column insertion operation at a location.
33119 (table-global-menu, table-cell-menu): Use above functions for
33120 deterministic test operation.
33121 (table--editable-cell-p): Behave in deterministic fashion.
33122
33123 2005-03-18 Juri Linkov <juri@jurta.org>
33124
33125 * isearch.el (isearch-lazy-highlight-new-loop):
33126 Make arguments beg and end optional.
33127 (isearch-update): Remove optional arguments nil from
33128 isearch-lazy-highlight-new-loop.
33129 (isearch-lazy-highlight-search): Let-bind case-fold-search to
33130 isearch-lazy-highlight-case-fold-search instead of
33131 isearch-case-fold-search, and let-bind isearch-regexp to
33132 isearch-lazy-highlight-regexp.
33133 Use isearch-lazy-highlight-last-string instead of isearch-string.
33134
33135 * replace.el (perform-replace): Remove bindings of global
33136 variables isearch-string, isearch-regexp, isearch-case-fold-search.
33137 Add three new arguments to `replace-highlight'.
33138 (replace-highlight): Add arguments string, regexp, case-fold.
33139 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
33140 to allow isearch-lazy-highlight-new-loop to use these values
33141 to set corresponding isearch-lazy-highlight-* internal
33142 variables whose values lazy highlighting will use regardless of
33143 changes to global variables isearch-string, isearch-regexp,
33144 isearch-case-fold-search during lazy highlighting loop.
33145 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
33146 to `lazy-highlight-cleanup'.
33147
33148 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
33149 (ispell-highlight-face): Set default face to `isearch' when
33150 lazy highlighting is enabled.
33151 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
33152 priority to 1. Add lazy highlighting.
33153 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
33154 from `isearch-dehighlight'.
33155
33156 2005-03-18 David Ponce <david@dponce.com>
33157
33158 * files.el (hack-local-variables): Do a case-insensitive search
33159 for End.
33160
33161 2005-03-18 Juri Linkov <juri@jurta.org>
33162
33163 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
33164 `isearch-lazy-highlight-cleanup', add alias to old name and
33165 declare obsolete. Add release numbers to other obsolete vars.
33166 (isearch-done, isearch-lazy-highlight-new-loop):
33167 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
33168 (lazy-highlight-cleanup) <variable>: Doc fix.
33169 (isearch-lazy-highlight-update): Rename obsolete
33170 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
33171
33172 2005-03-18 Kenichi Handa <handa@m17n.org>
33173
33174 * language/thai-util.el: Fix categorization of Thai characters in
33175 thai-category-table.
33176 (thai-composition-pattern): Adjust it for the above change.
33177 (thai-self-insert-command, thai-compose-syllable): New functions.
33178 (thai-compose-region): Use thai-compose-syllable.
33179 (thai-compose-string): Likewise.
33180 (thai-composition-function): Likewise.
33181 (thai-auto-composition): New function.
33182 (thai-auto-composition-mode): New minor mode.
33183
33184 * language/thai.el: Fix patterns to be registered in
33185 composition-function-table.
33186
33187 * international/quail.el (quail-input-method): Locally bind
33188 inhibit-modification-hooks to t.
33189
33190 2005-03-17 Richard M. Stallman <rms@gnu.org>
33191
33192 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
33193 (perl-mode): Use run-mode-hooks.
33194
33195 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
33196 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
33197 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
33198
33199 * mail/sendmail.el (sendmail-send-it): Reenable the code
33200 to compute resend-to-address and use it.
33201
33202 * tar-mode.el (tar-mode): Turn off undo unconditionally.
33203
33204 * image-mode.el: New file.
33205
33206 * image.el (insert-sliced-image): Add autoload cookie.
33207
33208 * font-lock.el (font-lock-lines-before): New user option.
33209 (font-lock-after-change-function): Obey it.
33210
33211 * bindings.el (esc-map): Make M-g a prefix.
33212 Bind M-g g and M-g M-g to goto-line.
33213
33214 * faces.el (face-id): Doc fix.
33215
33216 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
33217
33218 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
33219 (rmail-show-message): Use rmail-unknown-mail-followup-to.
33220 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
33221
33222 * mail/sendmail.el (mail-yank-ignored-headers)
33223 (mail-font-lock-keywords, mail-mode-fill-paragraph):
33224 Add Mail-Followup-To and Mail-Reply-To headers.
33225 (mail-citation-hook): Add autoload cookie.
33226 (mail-mode): Doc fix.
33227 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
33228 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
33229 (mail-mode-fill-paragraph): Handle those headers.
33230 (mail-mailing-lists): New variable.
33231 (mail-mail-reply-to, mail-mail-followup-to): New functions.
33232
33233 2005-03-17 Juri Linkov <juri@jurta.org>
33234
33235 * isearch.el (isearch-fallback): Check for `(car previous)'
33236 before calling `isearch-other-end-state'.
33237
33238 2005-03-17 Kim F. Storm <storm@cua.dk>
33239
33240 * simple.el (move-beginning-of-line): Move to beginning of buffer
33241 line, as well as beginning of screen line.
33242
33243 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
33244
33245 * calendar/diary-lib.el (mark-diary-entries): Use new optional
33246 argument REDRAW rather than calendar-redrawing variable.
33247 * calendar/calendar.el (calendar-redrawing): Delete.
33248 (redraw-calendar): Do not bind calendar-redrawing.
33249
33250 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
33251
33252 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
33253 diary-file buffer.
33254
33255 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
33256
33257 * help.el (describe-mode): Allow a :minor-mode-function property to
33258 specify a different minor mode toggle function than the variable.
33259 * simple.el (auto-fill-function):
33260 * subr.el (add-minor-mode): Use it.
33261
33262 2005-03-16 Kenichi Handa <handa@m17n.org>
33263
33264 * language/ethio-util.el (sera-being-called-by-w3): New variable.
33265 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
33266 (ethio-fidel-to-sera-buffer): Likewise.
33267
33268 2005-03-16 Juri Linkov <juri@jurta.org>
33269
33270 * emacs-lisp/find-func.el (find-function-regexp):
33271 Add defun-emitting macro `menu-bar-make-toggle'.
33272
33273 * isearch.el: Put `isearch-scroll' property to
33274 `split-window-horizontally'.
33275
33276 * info.el: Update error messages for `debug-ignored-errors'.
33277 (Info-isearch-search): Doc fix.
33278 (Info-find-node): Move up code to go into info buffer before
33279 recording the node to the history.
33280 (Info-fontify-node): Fontify titles only if the next line
33281 has two or more `*', `=', `-', `.'.
33282 Display "go to this node" for empty (match-string 3).
33283
33284 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
33285
33286 * term/mac-win.el: Add mouse pointer shape constants.
33287
33288 2005-03-15 Kim F. Storm <storm@cua.dk>
33289
33290 * simple.el (move-beginning-of-line): Use vertical-motion.
33291
33292 2005-03-15 Juri Linkov <juri@jurta.org>
33293
33294 * isearch.el (isearch-error): New variable.
33295 (isearch-invalid-regexp, isearch-within-brackets): Remove.
33296 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
33297 (isearch-within-brackets-state): Remove.
33298 (isearch-case-fold-search-state, isearch-pop-fun-state):
33299 Decrease frame index.
33300 (isearch-mode, isearch-top-state, isearch-push-state)
33301 (isearch-edit-string, isearch-abort, isearch-search-and-update)
33302 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
33303 (isearch-search, isearch-lazy-highlight-new-loop):
33304 Replace `isearch-invalid-regexp' with `isearch-error'.
33305 Remove `isearch-within-brackets'.
33306 (isearch-search): Add `search-failed' handler to `condition-case'.
33307 (isearch-lazy-highlight-search): Add `condition-case' to catch
33308 errors and allow `isearch-lazy-highlight-update' to try
33309 highlighting from the beginning of the window.
33310 (isearch-repeat): Move up code to set isearch-wrapped to t
33311 before calling isearch-wrap-function.
33312
33313 * info.el (Info-isearch-initial-node): New internal variable.
33314 (Info-search): Signal an error in isearch mode when search leaves
33315 the initial node. Signal an error when `bound' is non-nil and
33316 nothing was found in the current subfile.
33317 (Info-isearch-search): Remove `condition-case'.
33318 (Info-isearch-wrap): Don't wrap when search failed during leaving
33319 the initial node. If `Info-isearch-search' is nil, wrap around
33320 the current node.
33321 (Info-isearch-start): New fun.
33322 (Info-mode): Add buffer-local hook `Info-isearch-start' to
33323 `isearch-mode-hook'.
33324
33325 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
33326
33327 * simple.el (normal-erase-is-backspace): Set default to t if
33328 running on Mac.
33329
33330 * term/mac-win.el (function-key-map): Sync with x-win.el.
33331
33332 2005-03-15 Kenichi Handa <handa@m17n.org>
33333
33334 * international/mule-cmds.el (locale-language-names): Modify the
33335 format of elements and add more entries.
33336 (locale-preferred-coding-systems): Add more entries.
33337 (set-locale-environment): Adjust for the change of
33338 locale-language-names.
33339
33340 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
33341
33342 * pcvs.el (smerge-ediff): Remove bogus autoload.
33343
33344 2005-03-14 Lute Kamstra <lute@gnu.org>
33345
33346 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
33347 Ignore a `*' at the beginning of a line.
33348
33349 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
33350 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
33351 subr.el.
33352 (dont-compile, eval-when-compile, eval-and-compile): Use declare
33353 to specify indentation.
33354
33355 * generic.el (define-generic-mode): Let generic-mode-list be a
33356 list of strings; test membership with equal.
33357
33358 2005-03-14 Kim F. Storm <storm@cua.dk>
33359
33360 * simple.el (next-line, previous-line): Add optional try-vscroll
33361 arg to recognize interactive use. Pass it on to line-move.
33362 (line-move): Don't perform auto-window-vscroll when defining or
33363 executing keyboard macro to ensure consistent behavior.
33364
33365 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
33366
33367 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
33368
33369 2005-03-13 Lute Kamstra <lute@gnu.org>
33370
33371 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
33372 debugger-setup-buffer so that backtrace marks the frames set to
33373 debug-on-exit and we don't have to do it manually. Set an extra
33374 debug-on-exit for macro's.
33375 (debugger-setup-buffer): Don't mark the top frame manually.
33376
33377 2005-03-12 Lute Kamstra <lute@gnu.org>
33378
33379 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
33380 lisp-indent-function throughout.
33381 (with-no-warnings): Set lisp-indent-function property.
33382
33383 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
33384
33385 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
33386 Add entry for backslash.
33387
33388 2005-03-12 Juri Linkov <juri@jurta.org>
33389
33390 * info.el (Info-search): Four fixes for backward search.
33391
33392 2005-03-11 Jay Belanger <belanger@truman.edu>
33393
33394 * calc/calc.el (calc-language-alist): New variable.
33395 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
33396 (calc-embedded-find-modes): Use calc-language-alist instead of
33397 calc-embedded-language-alist.
33398
33399 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
33400
33401 * calendar/calendar.el (calendar-redrawing): New internal
33402 variable.
33403 (redraw-calendar): Remove bogus save-excursion from previous
33404 change. Bind calendar-redrawing to t for mark-diary-entries.
33405 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
33406 calendar if that is why we were called.
33407
33408 2005-03-11 Kenichi Handa <handa@m17n.org>
33409
33410 * international/mule.el (make-coding-system): Set property
33411 coding-system-define-form to nil.
33412 (define-coding-system-alias): Likewise.
33413
33414 2005-03-11 Kenichi Handa <handa@m17n.org>
33415
33416 These changes are suggested by Dave Love <fx@gnu.org>.
33417
33418 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
33419 coding: tag.
33420 (adaptive-fill-regexp): Add more bullets.
33421 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
33422 regexps.
33423
33424 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
33425
33426 * help.el (describe-mode): Properly handle non-trivial lighters.
33427 Don't ignore minor modes that are not listed in minor-mode-list.
33428
33429 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
33430 feature ON when the user requests to turn it OFF.
33431
33432 2005-03-10 Lute Kamstra <lute@gnu.org>
33433
33434 * emacs-lisp/debug.el (debug-entry-code): Delete it.
33435 (implement-debug-on-entry): New function to replace debug-entry-code.
33436 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
33437 second argument as the 2005-03-07 change makes it obsolete.
33438 (debug-on-entry, cancel-debug-on-entry): Update call to
33439 debug-on-entry-1.
33440 (debug, debugger-setup-buffer): Comment update.
33441 (debugger-frame-number): Update to work with implement-debug-on-entry.
33442
33443 2005-03-10 Jay Belanger <belanger@truman.edu>
33444
33445 * calc/calc-embed.el (math-ms-args): Declare it.
33446 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
33447 math-ms-args.
33448 (calc-embedded-subst): Use math-multi-subst-rec to substitute
33449 variables.
33450
33451 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
33452
33453 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
33454 Use message-box.
33455
33456 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
33457 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
33458 (tooltip-gud-tips): Simplify.
33459 (tooltip-gud-tips-p): Remove superfluous :set.
33460 (tooltip-gud-modes): Add fortran-mode.
33461 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
33462
33463 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
33464
33465 2005-03-09 Kim F. Storm <storm@cua.dk>
33466
33467 * play/animate.el (animate-place-char): Use forward-line instead
33468 of next-line to improve performance.
33469
33470 2005-03-09 Simon Josefsson <jas@extundo.com>
33471
33472 * net/browse-url.el (browse-url-default-browser): Doc fix.
33473
33474 2005-03-09 Miles Bader <miles@gnu.org>
33475
33476 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
33477 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
33478
33479 2005-03-09 Kenichi Handa <handa@m17n.org>
33480
33481 * international/latin-1.el: Set case and syntax for 255 only if
33482 set-case-syntax-set-multibyte is nil.
33483
33484 * textmodes/ispell.el (ispell-insert-word): New function.
33485 (ispell-word): Use ispell-insert-word to insert a new word.
33486 (ispell-process-line): Likewise.
33487 (ispell-complete-word): Likewise.
33488
33489 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
33490
33491 * calendar/calendar.el (redraw-calendar): Preserve point.
33492 Reported by Matt Hodges <MPHodges@member.fsf.org>.
33493 (calendar-week-start-day): Move after definition of
33494 redraw-calendar. Delete buffer test, since redraw-calendar has
33495 that now.
33496
33497 * calendar/diary-lib.el (mark-diary-entries): Only call
33498 redraw-calendar in the first of any recursive calls.
33499 Reported by Alan Shutko <ats@acm.org>.
33500
33501 2005-03-08 Juri Linkov <juri@jurta.org>
33502
33503 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
33504 (html-horizontal-rule, html-line, html-image, html-checkboxes)
33505 (html-radio-buttons): Add a space before the trailing `/>' where
33506 sgml-xml-mode is non-nil.
33507 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
33508 the subsequent tag of the empty XML tag.
33509 (html-href-anchor): Don't set initial input to "http:".
33510 (html-image): Ask for the image URL and set point inside alt="".
33511 (html-name-anchor): Duplicate the name in the `id' attribute when
33512 sgml-xml-mode is non-nil.
33513 (html-paragraph): Remove \n before <p>.
33514 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
33515 instead of `checked' when sgml-xml-mode is non-nil.
33516
33517 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
33518 Remove 1 space before #RRGGBB to not truncate it on terminal
33519 windows w/o fringes. Remove 1 space between bg and fg examples
33520 to get more space.
33521 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
33522 avoid byte-compile warnings.
33523
33524 * image-file.el (image-file-handler): Put `safe-magic' property to
33525 `image-file-handler'.
33526
33527 * info.el (Info-isearch-search): Emulate word search in
33528 isearching through multiple Info nodes with Info-search.
33529 (Info-isearch-wrap): Allow isearch-word.
33530
33531 2005-03-08 Lute Kamstra <lute@gnu.org>
33532
33533 * emacs-lisp/debug.el (debugger-step-through): Make sure that
33534 stepping into the debugger's code is not possible.
33535 (debugger-jumping-flag): Docstring update.
33536
33537 2005-03-08 Jay Belanger <belanger@truman.edu>
33538
33539 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
33540 embedded mode begins.
33541 (calc-embedded-language-alist): New variable.
33542 (calc-embedded-find-modes): Use calc-embedded-language-alist to
33543 set default language mode.
33544
33545 2005-03-08 Kenichi Handa <handa@m17n.org>
33546
33547 * international/ccl.el (define-ccl-program): Fix docstring about
33548 extra 256 bytes assured for the output buffer.
33549
33550 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
33551 Fix BUFFER_MAGNIFICATION to 2.
33552 (ccl-encode-mule-utf-16be-with-signature): Likewise.
33553
33554 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
33555
33556 * align.el (align-rules-list): Added an alignment rule for CSS
33557 declarations (applies to css-mode and html-mode buffers).
33558
33559 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
33560
33561 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
33562
33563 2005-03-07 Kim F. Storm <storm@cua.dk>
33564
33565 * simple.el (move-beginning-of-line): New command.
33566
33567 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
33568
33569 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
33570
33571 * emulation/cua-base.el: Put CUA move property on move-end-of-line
33572 and move-beginning-of-line.
33573
33574 * apropos.el (apropos-print): Omit command from M-x ... RET.
33575
33576 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
33577
33578 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
33579 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
33580
33581 2005-03-06 Richard M. Stallman <rms@gnu.org>
33582
33583 * bindings.el (esc-map): Bind M-g to goto-line.
33584
33585 * facemenu.el (global-map): Bind M-o, not M-g.
33586
33587 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
33588
33589 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
33590 "Open Directory" as for "Open File".
33591
33592 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
33593
33594 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
33595 (push-mark-command): Run activate-mark-hook.
33596
33597 2005-03-06 Richard M. Stallman <rms@gnu.org>
33598
33599 * help-mode.el (help-mode-finish): Don't alter the element
33600 in view-return-to-alist if there already is one.
33601
33602 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
33603 make sure the current buffer is the expected one.
33604
33605 * novice.el (disabled-command-function): Output in *Disabled Command*.
33606 Explicitly ignore non-keyboard events, and explicitly handle C-g.
33607
33608 * textmodes/flyspell.el (flyspell-large-region):
33609 Pass args differently for aspell.
33610
33611 * files.el (mode-require-final-newline): Doc fix.
33612
33613 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
33614
33615 * progmodes/which-func.el (which-function):
33616 Specify NOERROR when calling imenu--make-index-alist.
33617
33618 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
33619
33620 * simple.el (normal-erase-is-backspace): Define default value.
33621
33622 * custom.el (custom-theme-set-variables): Remove unused var
33623 `immediate'.
33624 (custom-reevaluate-setting): Simple function to handle variables
33625 that are defined before their default value can really be
33626 computed.
33627
33628 * startup.el (command-line): Use it for temporary-file-directory,
33629 small-emporary-file-directory, auto-save-file-name-transforms,
33630 blink-cursor-mode, and normal-erase-is-backspace.
33631
33632 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
33633 progress, even with buggy anchored keywords.
33634
33635 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
33636
33637 * simple.el (goto-line): Remove unbalanced final parenthesis.
33638
33639 2005-03-05 Richard M. Stallman <rms@gnu.org>
33640
33641 * simple.el (goto-line): Use a number at point as the default.
33642 With C-u as arg, switch buffers.
33643
33644 2005-03-05 Juri Linkov <juri@jurta.org>
33645
33646 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
33647 with `no-blinking-cursor'.
33648
33649 * startup.el (no-blinking-cursor): New defvar.
33650 (command-line): Add `--no-blinking-cursor' to longopts.
33651 Set `no-blinking-cursor' to t for command line arguments
33652 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
33653 with `no-blinking-cursor' in the condition for calling
33654 `blink-cursor-mode'.
33655
33656 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
33657
33658 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
33659 (menu-bar-options-save): Add blink-cursor-mode.
33660 (menu-bar-options-menu): Add blink-cursor-mode.
33661
33662 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
33663
33664 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
33665 (icalendar-export-file, icalendar-export-region)
33666 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
33667 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
33668
33669 2005-03-04 Lute Kamstra <lute@gnu.org>
33670
33671 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
33672 (debug-function-list): Ditto.
33673
33674 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
33675
33676 * textmodes/texinfmt.el (texinfo-append-refill):
33677 Redefine the types of line to which @refill
33678 is not appended by replacing a search for `@refill\\|@bye' with
33679 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
33680 itemize@refill' bug and the unfilled long lines bug.
33681 (texinfmt-version): Update number and date.
33682
33683 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
33684
33685 * international/code-pages.el (windows-1250, windows-125[2-8])
33686 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
33687
33688 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
33689
33690 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
33691 bound yet.
33692
33693 2005-03-02 Romain Francoise <romain@orebokech.com>
33694
33695 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
33696 buffer after removing limits.
33697 (ibuffer-pop-filter): Ditto.
33698 Update copyright.
33699
33700 2005-03-02 Miles Bader <miles@gnu.org>
33701
33702 * button.el (make-text-button): If the user doesn't specify a
33703 type, use the default. Rewrite to use `add-text-properties' and
33704 plist functions.
33705
33706 2005-03-01 Lute Kamstra <lute@gnu.org>
33707
33708 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
33709 (debugger-jumping-flag): New var.
33710 (debug-entry-code): Use it.
33711 (debugger-jump): Use debugger-jumping-flag and add
33712 debugger-reenable to post-command-hook.
33713 (debugger-reenable): Use debugger-jumping-flag and remove itself
33714 from post-command-hook.
33715 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
33716 debugger-reenable.
33717
33718 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
33719
33720 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
33721 inclusion of "itemize\\|", which may be unnecessary, is certainly
33722 inelegant, and stops refilling in itemize lists when formatting
33723 Japanese Texinfo files to Info.
33724 Update copyright to 2005.
33725
33726 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
33727
33728 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
33729 of an error if GDB can't find the source file.
33730
33731 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
33732
33733 * calendar/calendar.el (redraw-calendar): Work from any buffer,
33734 not just the calendar.
33735
33736 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
33737 first.
33738 (diary-redraw-calendar): New function.
33739 (make-diary-entry): Add diary-redraw-calendar to local
33740 write-contents-functions. Turn off selective display before
33741 inserting in diary.
33742
33743 2005-03-01 Kim F. Storm <storm@cua.dk>
33744
33745 * emacs-lisp/copyright.el (copyright-fix-years): New command.
33746
33747 2005-03-01 Lute Kamstra <lute@gnu.org>
33748
33749 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
33750 that debug-entry-code can be safely removed from a function while
33751 this code is being evaluated. Revert the 2005-02-27 change as the
33752 new implementation no longer requires it. Make sure that a
33753 function body containing just a string is not mistaken for a docstring.
33754 (debug): Skip one more frame in case of debug on entry.
33755 (debugger-setup-buffer): Delete one more frame line in case of
33756 debug on entry.
33757 (debugger-frame-number): Update to use the new text introduced by
33758 the 1999-11-03 change. Skip one more frame in case of debug on entry.
33759
33760 2005-02-28 Kim F. Storm <storm@cua.dk>
33761
33762 * double.el (double-translate-key): Call force-window-update after
33763 read-event to avoid crash in redisplay.
33764
33765 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
33766
33767 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
33768 (debug): Use it. Move the inhibit-trace earlier.
33769 (debug-entry-code): New const.
33770 (debug-on-entry-1): Use it.
33771
33772 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
33773
33774 * international/utf-16.el (ccl-encode-mule-utf-16le):
33775 Fix BUFFER_MAGNIFICATION to 2.
33776 (ccl-encode-mule-utf-16be): Likewise.
33777
33778 2005-02-28 Kenichi Handa <handa@m17n.org>
33779
33780 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
33781 Fix BUFFER_MAGNIFICATION to 4.
33782 (ccl-encode-mule-utf-16be-with-signature): Likewise.
33783
33784 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
33785
33786 * speedbar.el (speedbar-update-flag): Doc fix.
33787 (speedbar-show-info-under-mouse): Give set-mouse-position the right
33788 argument.
33789
33790 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
33791
33792 * reveal.el (reveal-post-command): Don't try to reveal overlays which
33793 have a non-nil `invisible' property but are actually visible.
33794
33795 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
33796 for perldoc sections.
33797 (perl-outline-regexp, perl-outline-level): New var and function.
33798 (perl-mode): Use them.
33799
33800 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
33801
33802 * calendar/diary-lib.el (diary-remind): Discard any mark portion
33803 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
33804
33805 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
33806
33807 * cus-edit.el: Comment change.
33808 (custom-buffer-create-internal): Slightly reword text at top of
33809 Custom buffers. Mention there that saving an option edits the
33810 init file. Add link to Emacs manual node on `custom-file'.
33811 (custom-magic-alist): Rewrite individual State messages to use
33812 capitalized keywords. Doc fix.
33813
33814 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
33815
33816 * calendar/calendar.el (calendar-buffer): Move above
33817 calendar-week-start-day.
33818 (calendar-week-start-day): Doc fix. Add :set function.
33819 (calendar-minimum-window-height): New variable.
33820 (generate-calendar-window): Only resize window if selected-window
33821 is displaying the calendar buffer. Use new variable
33822 calendar-minimum-window-height.
33823 (generate-calendar): Reword error message.
33824 (calendar-mode-map): Bind DEL to scroll-other-window-down.
33825
33826 2005-02-27 Andreas Schwab <schwab@suse.de>
33827
33828 * vc.el (vc-do-command): Don't run command asynchronously when
33829 operating in a remote directory.
33830
33831 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
33832 change from sync with Tramp 2.0.47.
33833
33834 2005-02-27 Richard M. Stallman <rms@gnu.org>
33835
33836 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
33837
33838 * textmodes/flyspell.el (flyspell-mode-on):
33839 Call ispell-change-dictionary only if necessary.
33840
33841 * emacs-lisp/re-builder.el (regexp-builder): New function.
33842
33843 * register.el (describe-register-1): Explicitly handle
33844 yank-excluded-properties = t.
33845
33846 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
33847 (custom-magic-alist): Change the status descriptions again.
33848 (face widget-type): Total rewrite based on `restricted-sexp'
33849 to eliminate the confusing double hiding levels.
33850
33851 * emacs-lisp/debug.el (debug-on-entry-1):
33852 If function body is empty, add nil as body form.
33853
33854 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
33855
33856 * emacs-lisp/trace.el (inhibit-trace): New var.
33857 (trace-make-advice): Use it.
33858
33859 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
33860
33861 2005-02-26 Kim F. Storm <storm@cua.dk>
33862
33863 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
33864 (mouse-on-link-p, mouse-drag-region-1): Use it.
33865
33866 2005-02-25 Lute Kamstra <lute@gnu.org>
33867
33868 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
33869
33870 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
33871
33872 * frame.el (blink-cursor-mode): Add :group keyword.
33873
33874 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
33875
33876 * calendar/icalendar.el (icalendar--decode-isodatetime):
33877 New optional argument DAY-SHIFT.
33878 (icalendar-export-region): Fix coding-system-for-write.
33879 (icalendar--convert-ical-to-diary): Shift end-day of all-day
33880 events by one.
33881
33882 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
33883
33884 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
33885
33886 2005-02-24 Kim F. Storm <storm@cua.dk>
33887
33888 * international/iso-acc.el (iso-accents-compose): Fix crash
33889 during redisplay. Call force-window-update after read-event
33890 and delete-region to signal that window is not accurate.
33891
33892 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
33893
33894 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
33895 Remove unused and inexistent var `inhibit-trace'.
33896 (debugger-mode): Use run-mode-hooks.
33897 (debugger-list-functions): Add buttons; setup xref stack.
33898
33899 2005-02-23 Richard M. Stallman <rms@gnu.org>
33900
33901 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
33902 appointment says it was explicitly made.
33903 (appt-add): Set the 3rd element.
33904 (appt-make-list): Preserve explicit appointments.
33905
33906 * subr.el (find-tag-default): Catch errors in forward-sexp.
33907
33908 2005-02-23 Juri Linkov <juri@jurta.org>
33909
33910 * info.el (Info-isearch-search): New defcustom.
33911 (Info-isearch-search): Call the default isearch function
33912 when Info-isearch-search is nil.
33913 (Info-isearch-wrap): Use variable Info-isearch-search.
33914
33915 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
33916
33917 * cus-edit.el: Comment change.
33918
33919 2005-02-22 Kim F. Storm <storm@cua.dk>
33920
33921 * progmodes/hideif.el (hide-ifdef-use-define-alist):
33922 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
33923
33924 2005-02-22 Simon Josefsson <jas@extundo.com>
33925
33926 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
33927 New variable.
33928 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
33929 Oskarsson" <myrkraverk@users.sourceforget.net>.
33930
33931 2005-02-22 Kim F. Storm <storm@cua.dk>
33932
33933 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
33934 check that window of that event is the selected window.
33935 (mouse-drag-region-1): Compare mouse event window to selected
33936 window before setting point.
33937
33938 * tooltip.el (tooltip-show-help-function): Pass event to
33939 mouse-on-link-p so it can check selected window.
33940
33941 2005-02-22 Kenichi Handa <handa@m17n.org>
33942
33943 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
33944 (ps-mule-show-warning): New function.
33945 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
33946 characters are found.
33947
33948 * ps-print.el (ps-header-footer-string): Return a list of header
33949 and footer strings.
33950
33951 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
33952
33953 * pcvs.el (cvs-retrieve-revision): Fix thinko.
33954
33955 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
33956
33957 * frame.el (blink-cursor-mode): Use define-minor-mode.
33958
33959 * term/mac-win.el (function-key-map): Use char-names more consistently.
33960 (file-name-coding-system): Only set it for MacOS-9. The other case is
33961 already handled in mule-cmds.el (where it also works when mac-win.el
33962 is not used).
33963
33964 2005-02-21 Kenichi Handa <handa@m17n.org>
33965
33966 * international/mule.el (ctext-pre-write-conversion): Always use
33967 " *code-converting-work*" buffer for work.
33968
33969 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
33970
33971 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
33972
33973 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
33974
33975 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
33976
33977 * ses.el (undo-more): Restore defadvice, but only the part that
33978 allows changes outside the restricted area of the buffer.
33979
33980 2005-02-20 Kim F. Storm <storm@cua.dk>
33981
33982 * simple.el (line-move): Add fourth optional arg try-vscroll which
33983 must be set to perform auto-window-vscroll.
33984 When moving backwards and doing auto-window-vscroll, automatically
33985 vscroll to the last part of lines which are taller than the window.
33986 (next-line, previous-line): Set try-vscroll arg on line-move.
33987
33988 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
33989
33990 * replace.el (query-replace, query-replace-regexp)
33991 (replace-string, replace-regexp): When operating on region, make
33992 the minibuffer prompt say so.
33993
33994 * isearch.el (isearch-forward): Document isearch-query-replace and
33995 isearch-query-replace-regexp keybindings.
33996
33997 2005-02-19 Jay Belanger <belanger@truman.edu>
33998
33999 * calc/calc-aent.el (math-read-token): Add local variable.
34000
34001 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
34002 (calc-edit-top): Move declaration to earlier in file.
34003 (calc-edit-macro-repeats): Add local variables.
34004
34005 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
34006 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
34007 calcFunc-tanh.
34008 Adjust integration rule for calcFunc-tan.
34009
34010 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
34011
34012 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
34013 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
34014 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
34015 (viper-skip-separators): Bug fix.
34016 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
34017 particular major mode.
34018 (viper-del-backward-char-in-replace): Don't put deleted char on the
34019 kill ring.
34020
34021 * viper-ex.el (viper-color-display-p): New function.
34022 (viper-has-face-support-p): Use viper-color-display-p.
34023
34024 * viper-keym.el (viper-gnus-modifier-map): New keymap.
34025
34026 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
34027
34028 * viper-util.el (viper-glob-unix-files): Fix shell status check.
34029 (viper-file-remote-p): Make equivalent to file-remote-p.
34030
34031 * viper.el (viper-major-mode-modifier-list):
34032 Use viper-gnus-modifier-map.
34033
34034 2005-02-19 David Kastrup <dak@gnu.org>
34035
34036 * subr.el (subregexp-context-p): Fix garbled doc string by adding
34037 quoting.
34038
34039 2005-02-19 Jay Belanger <belanger@truman.edu>
34040
34041 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
34042 Remove extra definitions.
34043 (calc-coth): New function.
34044 (calcFunc-cot): Fix `let'.
34045
34046 2005-02-19 Eli Zaretskii <eliz@gnu.org>
34047
34048 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
34049 the reasons we use "type pc" in these faces.
34050
34051 * button.el (button): Ditto.
34052
34053 2005-02-19 Michael Mauger <mmaug@yahoo.com>
34054
34055 * replace.el (query-replace-read-from): Set the value of
34056 query-replace-from-history-variable to handle the case of an empty
34057 string entered to accept the suggested default.
34058
34059 * net/tramp.el (tramp-file-name-for-operation):
34060 Use dired-call-process instead of dired-call-process-command.
34061
34062 2005-02-19 Jay Belanger <belanger@truman.edu>
34063
34064 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
34065 (math-div-non-trig): New variables.
34066 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
34067 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
34068 (math-combine-prod, math-div-symb-fancy): Add simplifications for
34069 trig expressions.
34070
34071 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
34072
34073 * progmodes/gdb-ui.el (gdb-var-update-handler)
34074 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
34075 for watch expressions,
34076 (gdb-var-create-handler): Don't set speedbar-update-flag.
34077 (gdb-post-prompt): Simplify test for speedbar.
34078
34079 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
34080
34081 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
34082 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
34083 we use the syntax table of the correct buffer.
34084 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
34085 Felix Gatzemeier.
34086
34087 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
34088 (ediff-file-remote-p): Make synonymous with file-remote-p.
34089 In all deffaces ediff-*-face-*, use min-colors.
34090
34091 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
34092 ediff-recurse-to-subdirectories.
34093 (ediff-mark-if-equal): Check that the arguments are strings, use
34094 ediff-same-contents (after to Felix Gatzemeier).
34095
34096 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
34097 nil.
34098
34099 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
34100
34101 * log-view.el (log-view-message-re): Fix up Subversion regexp.
34102
34103 2005-02-18 David Kastrup <dak@gnu.org>
34104
34105 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
34106 use `mark-active' when defined.
34107
34108 2005-02-18 Kenichi Handa <handa@m17n.org>
34109
34110 * ps-print.el (ps-font-info-database): New entry
34111 ZapfChancery-MediumItalic with correct font name. Fix font name
34112 of the entry Zapf-Chancery-MediumItalic.
34113
34114 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
34115
34116 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
34117
34118 2005-02-16 Kim F. Storm <storm@cua.dk>
34119
34120 * ido.el (ido-fallback-command): Pass user input to fallback command.
34121
34122 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
34123
34124 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
34125 (gdb-find-file-hook): Add server prefix.
34126
34127 2005-02-16 Richard M. Stallman <rms@gnu.org>
34128
34129 * replace.el (perform-replace): Pass new args to replace-highlight.
34130 (replace-highlight): Take region args,
34131 and pass them to isearch-lazy-highlight-new-loop.
34132
34133 * novice.el (disabled-command-hook): Autoload the defalias
34134 and the make-obsolete-variable call.
34135
34136 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
34137
34138 * isearch.el (isearch-lazy-highlight-start-limit)
34139 (isearch-lazy-highlight-end-limit): New variables limit
34140 the region for highlighting.
34141 (isearch-lazy-highlight-new-loop): New args BEG and END.
34142 (isearch-lazy-highlight-search): Use the new vars.
34143 (isearch-lazy-highlight-update): Likewise.
34144
34145 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
34146
34147 * cus-start.el (all): Use default-boundp.
34148
34149 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
34150
34151 * menu-bar.el (menu-bar-select-frame): Handle current frame.
34152
34153 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
34154
34155 * autorevert.el (auto-revert-stop-on-user-input)
34156 (auto-revert-verbose): Doc fixes.
34157
34158 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
34159
34160 * international/mule-cmds.el (set-locale-environment): Remove call
34161 to set-selection-coding-system on Windows.
34162
34163 2005-02-15 Jay Belanger <belanger@truman.edu>
34164
34165 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
34166 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
34167 calcFunc-coth.
34168 (math-simplify-sqrt): Add simplifications.
34169
34170 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
34171 to list.
34172
34173 * calc/calc-ext.el: Add functions to autoloads.
34174
34175 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
34176 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
34177 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
34178 (math-csc-raw, math-cot-raw): New functions.
34179
34180 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
34181
34182 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
34183 the variable name in a message.
34184
34185 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
34186 calcFunc-csc, calcFunc-cot.
34187
34188 * calc/calcalg2.el: Add derivative and integration rules for
34189 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
34190 calcFunc-csch, calcFunc-coth.
34191 (math-do-integral-methods): Add to checks for when to use
34192 substitutions.
34193
34194 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
34195
34196 2005-02-15 Lute Kamstra <lute@gnu.org>
34197
34198 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
34199 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
34200 <monnier@iro.umontreal.ca>.
34201 (lisp-outline-level): Improve efficiency. Suggested by David
34202 Kastrup <dak@gnu.org>.
34203
34204 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
34205
34206 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
34207 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
34208 (gdb-set-gud-minor-mode-existing-buffers): New functions.
34209 (gdb-find-file-hook): New hook. Add it to find-file-hook.
34210 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
34211
34212 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
34213
34214 * cus-start.el (all): Comment change.
34215
34216 2005-02-14 Lute Kamstra <lute@gnu.org>
34217
34218 * cus-start.el (all): Check if symbol is void.
34219
34220 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
34221
34222 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
34223 optional argument to \cite.
34224
34225 2005-02-14 Richard M. Stallman <rms@gnu.org>
34226
34227 * cus-edit.el (custom-buffer-create-internal): Update help message.
34228 (custom-magic-alist): Update help messages.
34229
34230 * cus-start.el (all): Allow a var to specify a standard value.
34231
34232 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
34233
34234 * custom.el (custom-theme-set-variables): Handle variable aliases.
34235
34236 * frame.el (blink-cursor-timer): Doc fix.
34237 (blink-cursor): Make it an alias for `blink-cursor-mode' and
34238 declare obsolete.
34239 (blink-cursor-mode): Define with defcustom and use correct
34240 standard expression in that defcustom.
34241 * startup.el (command-line): Adapt to above changes in frame.el.
34242
34243 2005-02-11 Lute Kamstra <lute@gnu.org>
34244
34245 * apropos.el (apropos-score-doc): Prevent division by zero.
34246
34247 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
34248
34249 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
34250 (icalendar--get-event-property-attributes)
34251 (icalendar--get-event-properties)
34252 (icalendar--datetime-to-diary-date): New functions.
34253 (icalendar--split-value): Doc fix.
34254 (icalendar--datetime-to-noneuropean-date)
34255 (icalendar--datetime-to-european-date): New optional argument
34256 SEPARATOR. Return result as a string instead of a list.
34257 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
34258 (icalendar--convert-string-for-export): Rename arg S to STRING.
34259 (icalendar-export-region): Doc fix. Change name of error buffer.
34260 Save output buffer.
34261 (icalendar-import-file): Add blank at end of prompt.
34262 (icalendar-import-buffer): Doc fix. Do not switch to error
34263 buffer. Indicate status in return value.
34264 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
34265 buffer. Save output buffer. Handle exception from recurrence
34266 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
34267 events. Fix problems with weekly all-day events.
34268
34269 2005-02-10 Richard M. Stallman <rms@gnu.org>
34270
34271 * simple.el (eval-expression-print-format):
34272 Avoid warning about edebug-active.
34273
34274 * help.el (help-for-help-internal): Rename from help-for-help.
34275 (help-for-help): Define with defalias.
34276
34277 * font-core.el (font-lock-default-function): Use with-no-warnings.
34278
34279 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
34280
34281 * custom.el (defface): Doc fix.
34282
34283 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
34284
34285 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
34286 width 0" to prevent word wrapping problems.
34287
34288 2005-02-09 Kim F. Storm <storm@cua.dk>
34289
34290 * ido.el (ido-file-extensions-order): New defcustom.
34291 (ido-file-extension-lessp, ido-file-extension-aux)
34292 (ido-file-extension-order): New advanced file ordering.
34293 (ido-file-lessp): New simple file ordering.
34294 (ido-sort-list): Remove.
34295 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
34296 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
34297
34298 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
34299
34300 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
34301 that some versions of grep produce.
34302 (grep-mode-font-lock-keywords): Likewise.
34303
34304 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
34305
34306 * progmodes/gdb-ui.el (gdb-location-list): New variable.
34307 (gdb-cdir): Delete.
34308 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
34309 (gdb-source-info): Treat case when source file is in another
34310 directory properly.
34311 (gdb-get-location): New function.
34312
34313 2005-02-07 Jay Belanger <belanger@truman.edu>
34314
34315 * calc/calc-prog.el (calc-write-parse-table-part)
34316 (calc-fix-token-name): Fix a check for language type.
34317
34318 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
34319
34320 2005-02-07 Andre Spiegel <spiegel@gnu.org>
34321
34322 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
34323 as directory not writable.
34324
34325 2005-02-07 Kim F. Storm <storm@cua.dk>
34326
34327 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
34328 (cua--standard-movement-commands): Remove list.
34329 Instead, set CUA property value to move for movement commands.
34330 (cua-movement-commands): Remove. Users must set CUA prop instead.
34331 (cua--pre-command-handler): Check CUA property.
34332 (cua--init-keymaps): Don't remap undo commands.
34333 (cua-mode): Don't call cua--rectangle-on-off.
34334
34335 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
34336 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
34337 (cua--rect-undo-set-point): New var.
34338 (cua--rectangle-undo-boundary): Setup undo apply entry.
34339 (cua--rect-undo-handler): New function for rectangle undo.
34340 (cua--rect-start-position, cua--rect-end-position): Add.
34341 (cua--rectangle-post-command): Call cua--rectangle-set-corners
34342 for restored rectangle. Set point if cua--rect-undo-set-point.
34343
34344 2005-02-06 Jay Belanger <belanger@truman.edu>
34345
34346 * calc/calc-lang.el (calc-tex-language): Display more information
34347 in messages.
34348
34349 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
34350 in TeX mode.
34351
34352 2005-02-06 Richard M. Stallman <rms@gnu.org>
34353
34354 * emacs-lisp/lisp.el (buffer-end): Doc fix.
34355
34356 2005-02-05 Arne J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
34357
34358 * net/ldap.el (ldap-search-internal): Support attributes with
34359 optional descriptions separated by a semi-colon, as in
34360 "userCertificate;binary".
34361
34362 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
34363
34364 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
34365 isn't a cons (i.e. the version is 0).
34366
34367 2005-02-05 Eli Zaretskii <eliz@gnu.org>
34368
34369 * help.el (help-for-help): Doc fix.
34370
34371 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
34372
34373 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
34374 GDB-Windows on the menu-bar as this works better.
34375
34376 2005-02-04 Jay Belanger <belanger@truman.edu>
34377
34378 * calc/calc-embed.el (calc-embedded-update): Don't put in
34379 unnecessary newlines. Adjust the end of formula marker.
34380
34381 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
34382 (math-latex-parse-two-args): New function.
34383
34384 2005-02-03 Lute Kamstra <lute@gnu.org>
34385
34386 * help-fns.el (help-with-tutorial): Make sure that users cannot
34387 remove the entire text of the tutorial by means of `undo'.
34388
34389 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
34390
34391 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
34392 in recent changes, where the ispell process was repeatedly
34393 killed & restarted.
34394
34395 * international/mule-cmds.el (set-locale-environment): Set file-name
34396 coding system to utf-8 on Darwin systems.
34397 (set-default-coding-systems): Don't set default-file-name-coding-system
34398 on Darwin systems.
34399
34400 2005-02-03 Richard M. Stallman <rms@gnu.org>
34401
34402 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
34403
34404 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
34405
34406 * faces.el (list-faces-display): Add optional argument.
34407
34408 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
34409
34410 * font-core.el (font-lock-default-function): Handle the rare case where
34411 only font-lock-keywords is set.
34412
34413 2005-02-02 Kenichi Handa <handa@m17n.org>
34414
34415 * international/characters.el: Cancel previous change for
34416 I-WITH-DOT-ABOVE and DOTLESS-i.
34417
34418 * international/latin-5.el: Cancel previous change.
34419
34420 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
34421
34422 * progmodes/gud.el: Correction to syntax in gud-menu-map.
34423
34424 2005-02-02 Kenichi Handa <handa@m17n.org>
34425
34426 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
34427 DOTLESS-i.
34428
34429 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
34430 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
34431
34432 * case-table.el (get-upcase-table): New function.
34433 (copy-case-table): Copy upcaes table too if non-nil.
34434 (set-case-syntax-delims): Maintain upcase table too.
34435 (set-case-syntax-pair): Likewise.
34436 (set-upcase-syntax, set-downcase-syntax): New functions.
34437 (set-case-syntax): Maintain upcase table too.
34438
34439 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
34440
34441 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
34442
34443 * progmodes/gud.el (gud-goto-info): New function.
34444 (gud-tool-bar-map): Use correct icon.
34445
34446 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
34447
34448 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
34449 When delegating, order args in the funcall correctly.
34450
34451 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
34452
34453 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
34454
34455 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
34456
34457 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
34458 buffer not visiting a file.
34459
34460 2005-01-31 Jay Belanger <belanger@truman.edu>
34461
34462 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
34463 bound on the line with the formula.
34464
34465 2005-01-31 Kim F. Storm <storm@cua.dk>
34466
34467 * ses.el (ses-create-cell-variable-range)
34468 (ses-destroy-cell-variable-range, ses-reset-header-string)
34469 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
34470 (ses-insert-row): Fix format of apply undo entries.
34471
34472 2005-01-31 Jay Belanger <belanger@truman.edu>
34473
34474 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
34475 parts.
34476
34477 * calc/calc-embed.el (calc-embedded-open-formula)
34478 (calc-embedded-close-formula): Ignore matrix environments.
34479
34480 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
34481 TeX mode.
34482
34483 * calc/calc-lang.el (math-function-table, math-oper-table)
34484 (math-variable-table): Adjust the LaTeX portions.
34485
34486 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
34487 (math-latex-ignore-words): New constant.
34488
34489 2005-01-31 Richard M. Stallman <rms@gnu.org>
34490
34491 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
34492 (ispell-local-dictionary): Doc fix.
34493 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
34494 Don't reinitialize at run time. Don't defcustom.
34495 All uses changed to append ispell-local-dictionary-alist,
34496 or check it first.
34497 (ispell-current-dictionary): New variable for dictionary in use.
34498 (ispell-dictionary): Now used only for global default.
34499 (ispell-start-process): Set ispell-current-dictionary,
34500 not ispell-dictionary.
34501 (ispell-change-dictionary): Use this only for setting
34502 user preferences.
34503 (ispell-internal-change-dictionary): New function
34504 to change the current dictionary in use.
34505 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
34506 Use ispell-current-dictionary.
34507 Handle ispell-local-dictionary-overridden.
34508 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
34509
34510 2005-01-31 Jay Belanger <belanger@truman.edu>
34511
34512 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
34513
34514 * calc/calc-ext.el: Add calc-latex-language to autoloads.
34515 (calc-mode-map): Add calc-latex-language.
34516
34517 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
34518 (math-latex-print-frac): New functions.
34519 (math-oper-table, math-function-table, math-variable-table)
34520 (math-complex-format, math-input-filter): Add latex properties.
34521 (calc-set-language): Set math-expr-special-function-mapping.
34522
34523 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
34524 (calc-write-parse-table-part): Add LaTeX support.
34525
34526 * calc/calc.el (calc-language): Adjust docstring.
34527 (calc-set-mode-line): Add LaTeX support.
34528 (math-expr-special-function-mapping): New variable.
34529 (math-tex-ignore-words): Add to list.
34530
34531 * calc/calccomp.el (math-compose-expr, math-compose-rows):
34532 Add LaTeX support.
34533 (math-compose-expr): Add support for special functions.
34534
34535 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
34536
34537 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
34538
34539 * progmodes/gdb-ui.el (gdb-memory-address)
34540 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
34541 (gdb-memory-mode-map, gdb-memory-format-keymap)
34542 (gdb-memory-format-menu, gdb-memory-unit-keymap)
34543 (gdb-memory-unit-menu): New variables for a buffer
34544 that lets the user examine program memory.
34545 (gdb-memory-set-address, gdb-memory-set-repeat-count)
34546 (gdb-memory-format-binary, gdb-memory-format-octal)
34547 (gdb-memory-format-unsigned, gdb-memory-format-signed)
34548 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
34549 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
34550 (gdb-memory-unit-word, gdb-memory-unit-halfword)
34551 (gdb-memory-unit-byte, gdb-memory-unit-menu)
34552 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
34553 (gdb-memory-mode, gdb-memory-buffer-name)
34554 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
34555 New functions for above buffer.
34556
34557 2005-01-30 Richard M. Stallman <rms@gnu.org>
34558
34559 * cus-edit.el (custom-bury-buffer): Function deleted.
34560 (custom-buffer-done-function): Option deleted.
34561 (custom-buffer-done-kill): New replacement option.
34562 (Custom-buffer-done): Call quit-window.
34563 (custom-buffer-create-internal): Update for above changes.
34564
34565 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
34566
34567 * simple.el (undo-ask-before-discard): New var.
34568 (undo-outer-limit-truncate): Implement it.
34569 (undo-extra-outer-limit): Doc update.
34570
34571 2005-01-29 Richard M. Stallman <rms@gnu.org>
34572
34573 * ses.el (undo-more): Delete defadvice.
34574 (ses-begin-change): Doc fix.
34575
34576 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
34577 instead of rebinding C-x u and C-_.
34578
34579 * files.el (normal-backup-enable-predicate): Return nil for files
34580 in /tmp, regardless of temporary-file-directory.
34581
34582 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
34583
34584 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
34585 (open-rectangle, delete-whitespace-rectangle-line)
34586 (clear-rectangle-line): If FILL, pass t instead of FILL
34587 for move-to-column's 2nd arg.
34588
34589 * simple.el (undo): Fix the test for continuing a series of undos.
34590 (undo-more): Set pending-undo-list to t when we reach end.
34591 (pending-undo-list): Move up defvar.
34592
34593 * wid-edit.el (widget-button-click):
34594 Shorten the range of the track-mouse binding.
34595
34596 * comint.el (comint-insert-input): Undo previous changes;
34597 use last-input-event in interactive spec.
34598
34599 2005-01-29 Eli Zaretskii <eliz@gnu.org>
34600
34601 * progmodes/compile.el (compilation-start): Bind buffer-read-only
34602 to nil before invoking call-process. Reset buffer's modified flag
34603 after fontifying it in the no-async branch.
34604
34605 * wid-edit.el (widget-specify-button): If mouse pointer shape
34606 cannot be changed, use mouse face instead.
34607
34608 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
34609
34610 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
34611 (gdb-goto-breakpoint): Make breakpoint handling work on template
34612 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>.
34613 (gdb-assembler-custom): Update to recognize breakpoint information
34614 added on 2005-01-19.
34615
34616 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
34617
34618 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
34619 (dsssl-mode): Use define-derived-mode.
34620 (scheme-mode-initialize): Remove.
34621 (scheme-mode): Use run-mode-hooks.
34622
34623 * cus-edit.el (customize-group-other-window)
34624 (custom-buffer-create-other-window): Don't override special-display-*.
34625 (custom-mode-map): Make it dense.
34626
34627 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
34628 sets the default value.
34629
34630 2005-01-28 Eli Zaretskii <eliz@gnu.org>
34631
34632 * descr-text.el: Add more keywords.
34633
34634 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
34635
34636 * speedbar.el: Avoid unnecessary use of locate-library.
34637
34638 * international/mule-cmds.el (standard-display-european-internal):
34639 Don't fiddle with latin-1 non-break space any more since it's now
34640 special cased in the C code.
34641 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
34642
34643 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
34644
34645 * cus-start.el (all): Add `undo-outer-limit'.
34646
34647 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
34648
34649 * textmodes/bibtex.el (bibtex-format-entry):
34650 Use `bibtex-empty-field-re' only on the text of fields, not on entire
34651 field lines.
34652 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
34653 not on part of a buffer.
34654
34655 2005-01-25 Lute Kamstra <lute@gnu.org>
34656
34657 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
34658 nonempty field text strings like "{letters\\macro{}more letters}".
34659 Clarify docstring.
34660 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
34661 (bibtex-entry-offset, bibtex-parse-association)
34662 (bibtex-parse-field-name): Fix typos in docstrings.
34663 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
34664
34665 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
34666
34667 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
34668 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
34669 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
34670 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
34671
34672 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
34673 isearch minor mode.
34674
34675 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
34676
34677 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
34678
34679 2005-01-24 Lute Kamstra <lute@gnu.org>
34680
34681 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
34682 CASECHARS and NOT-CASECHARS regular expressions of the
34683 "nederlands" and "nederlands8" dictionaries to prevent a "Range
34684 striding over charsets" error.
34685
34686 2005-01-24 Jay Belanger <belanger@truman.edu>
34687
34688 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
34689 display variable name.
34690
34691 2005-01-24 Kenichi Handa <handa@m17n.org>
34692
34693 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
34694 Fix setting of the element of encoded-kbd-iso2022-invocations.
34695
34696 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
34697
34698 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
34699 (gdb-threads-select): Change to also accept mouse events.
34700 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
34701 (gdb-threads-mouse-select): Delete.
34702
34703 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
34704
34705 * files.el (insert-directory): Take care of empty directory,
34706 listed without -a switch.
34707
34708 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
34709
34710 * textmodes/refill.el (refill-post-command-function):
34711 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
34712 to the list of functions that we should be careful not to undo.
34713 (refill-late-fill-paragraph-function): Remove.
34714 (refill-saved-state): New var.
34715 (refill-mode): Use it to save fill-paragraph-function.
34716 Save also the value of auto-fill-function.
34717
34718 * term/w32-win.el: Simplify code.
34719
34720 2005-01-23 Kim F. Storm <storm@cua.dk>
34721
34722 * simple.el (line-move): Adapt to new return value from
34723 pos-visible-in-window-p.
34724
34725 * simple.el (line-move): Fix last change. Check partial
34726 visibility at point rather than at window-start.
34727
34728 2005-01-22 Jason Rumney <jasonr@gnu.org>
34729
34730 * term/w32-win.el (xw-defined-colors): Remove debug-message.
34731
34732 2005-01-22 David Kastrup <dak@gnu.org>
34733
34734 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
34735
34736 2005-01-22 Eli Zaretskii <eliz@gnu.org>
34737
34738 * type-break.el (type-break-mode): Add a test for
34739 type-break-file-name being non-nil.
34740
34741 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
34742
34743 * net/eudc.el (top level): Call (message "") via progn, so that
34744 eudc-options-file is loaded.
34745
34746 2005-01-22 Kim F. Storm <storm@cua.dk>
34747
34748 * simple.el (line-move-1): Rename from line-move.
34749 (line-move): New function that adjusts vscroll for partially
34750 visible rows, and calls line-move-1 otherwise.
34751
34752 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
34753
34754 * pcomplete.el: Define pcomplete-read-event instead of read-event,
34755 since it's not a complete read-event implementation.
34756
34757 2005-01-20 Jay Belanger <belanger@truman.edu>
34758
34759 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
34760 for called function.
34761
34762 2005-01-20 Steven Tamm <steventamm@mac.com>
34763
34764 * term/mac-win.el (process-connection-type): Remove.
34765 Controlled now by s/darwin.h:PTY_ITERATION.
34766
34767 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
34768
34769 * window.el (handle-select-window): Don't switch window when we're
34770 in the minibuffer.
34771
34772 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
34773
34774 * subr.el (dotimes-with-progress-reporter): New macro.
34775
34776 * ses.el (ses-dotimes-msg): Remove macro.
34777 Use `dotimes-with-progress-reporter' instead.
34778
34779 2005-01-19 Steven Tamm <steventamm@mac.com>
34780
34781 * term/mac-win.el (process-connection-type): Use new
34782 operating-system-release variable to use ptys on Darwin 7 (OS X
34783 10.3) when using carbon build.
34784
34785 2005-01-19 Jay Belanger <belanger@truman.edu>
34786
34787 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
34788 flags if the last command was a tab or M-tab.
34789
34790 * calc/calc-prog.el (calc-user-define-edit): Put original formula
34791 in formula editing buffer.
34792
34793 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
34794
34795 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
34796 breakpoint image symbol in margin.
34797
34798 2005-01-19 Jay Belanger <belanger@truman.edu>
34799
34800 * calc/calc-prog.el (calc-execute-kbd-macro):
34801 Ignore calc-keep-arg-flag.
34802
34803 2005-01-19 Kenichi Handa <handa@m17n.org>
34804
34805 * textmodes/ispell.el (ispell-looking-at): New function.
34806 (ispell-process-line): Use ispell-looking-at to compare the ispell
34807 output and the buffer contents.
34808
34809 2005-01-18 Jay Belanger <belanger@truman.edu>
34810
34811 * calc/calc.el (calc-display-raw): Fix docstring.
34812
34813 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
34814
34815 * simple.el (blink-matching-open): Strip extra info from syntax.
34816
34817 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
34818 funny chars in the end-of-here-doc marker.
34819
34820 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
34821
34822 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
34823 that enable/disabled state of breakpoints is shown correctly in
34824 fringe and on ttys.
34825 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
34826 Add breakpoint information as text properties.
34827 (gdb-mouse-toggle-breakpoint):
34828 Rename to gdb-mouse-set-clear-breakpoint.
34829 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
34830 breakpoints in the margin.
34831 (gdb-remove-strings): Simplify.
34832
34833 2005-01-17 Jay Belanger <belanger@truman.edu>
34834
34835 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
34836 erasing buffer.
34837
34838 2005-01-17 Richard M. Stallman <rms@gnu.org>
34839
34840 * progmodes/grep.el (grep-find): Copy from `grep' the condition
34841 for calling grep-compute-defaults.
34842
34843 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
34844 if buffer is empty.
34845
34846 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
34847
34848 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
34849
34850 * hilit-chg.el (highlight-changes-mode): Don't autoload.
34851
34852 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
34853 non-preloaded variables.
34854
34855 2005-01-17 Steven Tamm <steventamm@mac.com>
34856
34857 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
34858 tex-shell cause to force interactivity when using pipes.
34859
34860 2005-01-17 Kim F. Storm <storm@cua.dk>
34861
34862 * simple.el (just-one-space): Make arg optional.
34863
34864 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
34865
34866 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
34867 posn-at-x-y to t to access left-margin.
34868
34869 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
34870
34871 Sync with Tramp 2.0.47.
34872
34873 * net/tramp.el (tramp-operation-not-permitted-regexp): New defcustom,
34874 catching keep-date problems in cp/scp operations.
34875 (tramp-handle-copy-file): Don't call `set-file-modes'
34876 unconditionally. Specialized functions should know better what is
34877 necessary. This improves performance a little bit, and the
34878 functions could catch errors with `cp -p' and `scp -p'.
34879 (tramp-do-copy-or-rename-file-via-buffer)
34880 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
34881 when appropriate.
34882 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
34883 Call `set-file-modes' when appropriate.
34884 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
34885 Johnsson <isak@hypergene.com>.
34886 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
34887 of both Tramp buffer and debug buffer. Reported by Joakim Verona
34888 <joakim@verona.se>.
34889 (tramp-file-name-for-operation): Mark `shell-command' as magic for
34890 Emacs only.
34891
34892 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
34893 `find-file-hooks' and `dired-mode-hook'.
34894 (tramp-minor-mode-map): Respective map. Add remapping for
34895 `compile' and `recompile'.
34896 (tramp-remap-command, tramp-recompile): New defuns.
34897 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
34898 in buffer "*Compilation*". Call the commands asynchronously.
34899
34900 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
34901 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
34902 `shell-command', because it isn't magic in XEmacs. Reported by
34903 Adrian Aichner <adrian@xemacs.org>.
34904
34905 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
34906 `substitute-in-file-name.
34907 (tramp-smb-handle-substitute-in-file-name): New defun.
34908 (tramp-smb-advice-PC-do-completion): Delete advice.
34909
34910 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
34911
34912 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
34913 Fix error in deleting region.
34914
34915 2005-01-15 Richard M. Stallman <rms@gnu.org>
34916
34917 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
34918 In non-temp buffer, switch syntax table temporarily.
34919
34920 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
34921
34922 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
34923
34924 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
34925
34926 * imenu.el (imenu--split-menu): Copy menulist before sorting.
34927 (imenu--generic-function): Use START, not BEG, as pos of definition.
34928
34929 * simple.el (just-one-space): Argument specifies number of spaces.
34930
34931 * simple.el (eval-expression-print-format): Avoid warning
34932 about edebug-active.
34933
34934 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (tiny change)
34935
34936 * progmodes/sh-script.el: Code copied from make-mode.el
34937 with small changes,
34938 (sh-mode-map): Bind C-c C-\.
34939 (sh-backslash-column, sh-backslash-align): New variables.
34940 (sh-backslash-region, sh-append-backslash): New functions.
34941
34942 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
34943
34944 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
34945 (rmail-pop-password, rmail-pop-password-required): Move to
34946 rmail-obsolete group.
34947 (rmail-set-pop-password): Rename to rmail-set-remote-password.
34948 All callers updated.
34949 (rmail-get-pop-password): Rename to rmail-get-remote-password.
34950 Take an argument specifying whether it is POP or IMAP mailbox we
34951 are using. All callers updated.
34952 (rmail-pop-password-error): Rename to
34953 rmail-remote-password-error. Added mailutils-specific error message.
34954 (rmail-movemail-search-path)
34955 (rmail-movemail-variant-in-use): New variables.
34956 (rmail-remote-password, rmail-remote-password-required):
34957 New customization variables.
34958 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
34959 (rmail-parse-url): New function.
34960 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
34961 with GNU mailutils movemail.
34962
34963 2005-01-15 Kevin Ryde <user42@zip.com.au>
34964
34965 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
34966 suffix to space, $ or '$, to correctly position point when going
34967 to @table style constants like DBL_MAX.
34968
34969 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
34970
34971 * type-break.el (type-break-mode, type-break-file-time)
34972 (type-break-file-keystroke-count, type-break-choose-file):
34973 Don't store data in or load data from the file if type-break-file-name
34974 is nil.
34975 (type-break-file-name): Doc update as per the above.
34976
34977 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
34978
34979 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
34980 lookup-key might return nil; handle that.
34981
34982 2005-01-15 Alan Mackenzie <acm@muc.de>
34983
34984 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
34985 rather than the element found, thus enabling the tree to be setcar'd.
34986
34987 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
34988
34989 * textmodes/org.el (org-show-following-heading): New option.
34990 (org-show-hierarchy-above): Use `org-show-following-heading'.
34991 (org-cycle): Documentation fix.
34992
34993 * textmodes/org.el (orgtbl-optimized): New option
34994 (orgtbl-mode): New command, a minor mode.
34995 (orgtbl-mode-map): New variable.
34996 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
34997 (orgtbl-error, orgtbl-self-insert-command)
34998 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
34999
35000 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
35001 a local variable in each org-mode buffer.
35002
35003 * textmodes/org.el (org-set-regexps-and-options): Rename from
35004 `org-set-regexps'. Added checking for STARTUP keyword.
35005 (org-get-current-options): Add STARTUP options.
35006 (org-table-insert-row): Make mode intelligent about when
35007 realignment is needed.
35008 (org-self-insert-command, org-delete-backward-char, org-delete-char):
35009 New commands.
35010 (org-enable-table-editor): New default value `optimized'.
35011 (org-table-blank-field): Support blanking regions if active.
35012
35013 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
35014
35015 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
35016 if the year is not given.
35017
35018 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
35019 Add new escapes %m and %M, fixed bug with %F by adding
35020 save-match-data.
35021 (reftex-reference): Remove ?. from list of spaces.
35022 (reftex-label-info): Add automatic label prefix recognition.
35023
35024 * textmodes/reftex-index.el (reftex-index-next-phrase):
35025 Add slave parameter to call of `reftex-index-this-phrase'.
35026 (reftex-index-this-phrase): New optional argument.
35027 (reftex-index-region-phrases): Add slave parameter to call of
35028 `reftex-index-this-phrase'.
35029 (reftex-display-index): New argument redo.
35030 (reftex-index-rescan): Add `redo' to arguments of
35031 `reftex-display-index'.
35032 (reftex-index-Rescan, reftex-index-revert)
35033 (reftex-index-switch-index-tag): Add `redo' to arguments of
35034 `reftex-display-index'.
35035 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
35036 indexing. Fix bug with matching is there is a quote before or
35037 after the word.
35038
35039 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
35040 Fix bug when collecting citation keys in lines with comments.
35041 (reftex-citation): Prefix argument no longer rescans the document,
35042 but forces prompting for optional arguments of cite macros.
35043 (reftex-do-citation): Prompting for optional arguments implemented.
35044
35045 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
35046 Add optional arguments to most cite commands.
35047 (reftex-cite-cleanup-optional-args): New option
35048 (reftex-cite-prompt-optional-args): New option.
35049 (reftex-trust-label-prefix): New option.
35050
35051 * textmodes/reftex-toc.el (reftex-toc-find-section):
35052 Add push-mark before changing the position in the buffer.
35053
35054 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
35055 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
35056
35057 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
35058
35059 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
35060 more carefully.
35061
35062 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
35063
35064 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
35065 (sgml-mode): Use it.
35066 (sgml-get-context): Better keep track of implicitly closed tags.
35067
35068 2005-01-13 Kenichi Handa <handa@m17n.org>
35069
35070 * textmodes/ispell.el: These changes are to fix misalignment error
35071 caused by equivalent characters of different Emacs charsets.
35072 (ispell-unified-chars-table): New variable.
35073 (ispell-get-decoded-string): New function.
35074 (ispell-get-casechars, ispell-get-not-casechars)
35075 (ispell-get-otherchars): Call ispell-get-decoded-string.
35076
35077 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
35078
35079 * custom.el (custom-declare-variable): Just put symbol instead
35080 of (defvar . symbol) in `current-load-list'.
35081
35082 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
35083
35084 * emacs-lisp/elint.el: Fixed typo in Commentary section.
35085
35086 2005-01-12 Jay Belanger <belanger@truman.edu>
35087
35088 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
35089 to create a Calc summary.
35090
35091 2005-01-12 Kim F. Storm <storm@cua.dk>
35092
35093 * mouse.el (mouse-on-link-p): Change functionality and doc
35094 string to comply with latest description in lisp ref.
35095
35096 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
35097
35098 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
35099 Enable mouse clicks on mode-line, header-line and margin.
35100 (event-type): Give mouse event symbols an `event-kind' property
35101 with value `mouse-click'.
35102
35103 2005-01-12 Juri Linkov <juri@jurta.org>
35104
35105 * facemenu.el (list-colors-display): Add new arg buffer-name.
35106 Use it. Fix docstring. Replace code for identifying duplicate
35107 colors by the name with call to `list-colors-duplicates' which
35108 identifies duplicate colors by the value unless the color
35109 is one of special Windows colors. Set truncate-lines to t.
35110 Print sorted duplicate color names on each line. Indent to 22
35111 \(the longest color name in rgb.txt) instead of 20. Optimize.
35112 (list-colors-duplicates): New function.
35113 (facemenu-color-name-equal): Delete function.
35114
35115 * facemenu.el (list-colors-print): New function created from code
35116 in list-colors-display. Print #RRGGBB at the window right edge.
35117 (list-colors-display): When temp-buffer-show-function is not
35118 defined, call list-colors-print from temp-buffer-show-hook
35119 to get the right value of window-width in list-colors-print
35120 after the buffer is displayed.
35121
35122 * simple.el (pop-mark): Move deactivate-mark out of conditional
35123 part to deactivate the active mark regardless of the state of the
35124 mark ring.
35125
35126 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
35127 variables line in desktop files.
35128
35129 2005-01-12 Juri Linkov <juri@jurta.org>
35130
35131 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
35132 Bring together isearch highlight related options.
35133 (lazy-highlight): Replace group `replace' by `matching'.
35134 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
35135 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
35136 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
35137 and declare them obsolete.
35138 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
35139 (isearch-faces): Remove defgroup.
35140 (isearch-overlay, isearch-highlight, isearch-dehighlight):
35141 Move isearch highlighting code closer to lazy highlighting code.
35142
35143 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
35144 (query-replace-highlight, query-replace-lazy-highlight)
35145 (query-replace): Move definitions to the beginning of the file.
35146
35147 2005-01-11 Juri Linkov <juri@jurta.org>
35148
35149 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
35150 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
35151 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
35152
35153 * info.el (Info-history-forward): New variable.
35154 (Info-select-node): Reset Info-history-forward to nil.
35155 (Info-last): Turn into defalias.
35156 (Info-history-back): Rename from Info-last.
35157 Add current node to Info-history-forward.
35158 (Info-history-forward): New fun.
35159 (Info-mode-map): Replace Info-last by Info-history-back.
35160 Bind Info-history-forward to "r".
35161 (Info-mode-menu): Replace Info-last by Info-history-back.
35162 Fix menu item text. Add menu item for Info-history-forward.
35163 (info-tool-bar-map): Replace Info-last by Info-history-back.
35164 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
35165 for Info-history-forward.
35166 (Info-mode): Replace Info-last by Info-history-back in docstring.
35167 Add local variable Info-history-forward.
35168 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
35169
35170 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
35171
35172 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
35173 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
35174 Ignore select-window events rather than fiddle with
35175 mouse-autoselect-window.
35176
35177 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
35178
35179 * type-break.el (type-break-mode): Fix previous change.
35180
35181 2005-01-10 Jay Belanger <belanger@truman.edu>
35182
35183 * calc/calc-ext.el (calc-reset): Reset when inside embedded
35184 calculator; only reset when point is inside a calculator.
35185 Don't adjust the window height if the window takes up the whole height
35186 of the frame.
35187
35188 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
35189
35190 * ebuff-menu.el (Electric-buffer-menu-mode):
35191 Preserve value of buffer-local var header-line-format.
35192
35193 2005-01-09 Jay Belanger <belanger@truman.edu>
35194
35195 * calc/calc.el (calc-mode-var-list-restore-saved-values):
35196 Make sure settings file exists before accessing it.
35197
35198 * calc/calc-embed.el (calc-embedded-subst):
35199 Replace math-multi-subst-rec, which is only supposed to be called
35200 by math-multi-subst, by math-multi-subst.
35201
35202 2005-01-09 Andre Spiegel <spiegel@gnu.org>
35203
35204 * vc.el (vc-allow-async-revert): New user option.
35205 (vc-disable-async-diff): New internal variable.
35206 (vc-revert-buffer): Use them to disable asynchronous diff.
35207
35208 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
35209 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
35210 asynchronously if vc-disable-async-diff is t.
35211
35212 2005-01-09 Jay Belanger <belanger@truman.edu>
35213
35214 * calc/calc.el (defcalcmodevar): New macro.
35215 (calc-mode-var-list-restore-default-values)
35216 (calc-mode-var-list-restore-saved-values): New functions.
35217 (calc-mode-var-list): Use defcalcmodevar to define it.
35218 (calc-always-load-extensions, calc-line-numbering)
35219 (calc-line-breaking, calc-display-just, calc-display-origin)
35220 (calc-number-radix, calc-leading-zeros, calc-group-digits)
35221 (calc-group-char, calc-point-char, calc-frac-format)
35222 (calc-prefer-frac, calc-hms-format, calc-date-format)
35223 (calc-float-format, calc-full-float-format, calc-complex-format)
35224 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
35225 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
35226 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
35227 (calc-matrix-brackets, calc-language, calc-language-option)
35228 (calc-left-label, calc-right-label, calc-word-size)
35229 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
35230 (calc-display-raw, calc-internal-prec, calc-angle-mode)
35231 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
35232 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
35233 (calc-window-height, calc-display-trail, calc-show-selections)
35234 (calc-use-selections, calc-assoc-selections)
35235 (calc-display-working-message, calc-auto-why, calc-timing)
35236 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
35237 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
35238 (calc-gnuplot-default-device, calc-gnuplot-default-output)
35239 (calc-gnuplot-print-device, calc-gnuplot-print-output)
35240 (calc-gnuplot-geometry, calc-graph-default-resolution)
35241 (calc-graph-default-resolution-3d, calc-invocation-macro)
35242 (calc-show-banner): Use defcalcmodevar to declare them and set
35243 their default values.
35244
35245 * calc/calc-ext.el (calc-reset): Restore saved values of variables
35246 instead of default values (but restore default values if there is
35247 an argument of 0).
35248
35249 2005-01-09 David Kastrup <dak@gnu.org>
35250
35251 * desktop.el (desktop-restore-eager): Fix typo in type.
35252
35253 2005-01-08 Richard M. Stallman <rms@gnu.org>
35254
35255 * cus-edit.el (customize): Delete :link.
35256
35257 2005-01-08 Jay Belanger <belanger@truman.edu>
35258
35259 * calc/calc.el (calc-mode): Remove the extension from the
35260 `calc-settings-file' file name when loading it.
35261
35262 2005-01-08 Kim F. Storm <storm@cua.dk>
35263
35264 * info.el (Info-mode-map, Info-next-link-keymap)
35265 (Info-prev-link-keymap, Info-up-link-keymap):
35266 Map follow-link to mouse-face.
35267 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
35268
35269 2005-01-08 Jay Belanger <belanger@truman.edu>
35270
35271 * calc/calc.el (calc-settings-file): Change default value.
35272 Suggested by cgw in a comment in calc-mode.el.
35273
35274 * calc/calc-mode.el (calc-settings-file-name):
35275 Compare calc-settings-file to user-init-file instead of ~/.emacs.
35276 Replace ~/.emacs in a prompt by calc-settings-file.
35277
35278 2005-01-07 Lars Hansen <larsh@math.ku.dk>
35279
35280 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
35281 (desktop-lazy-idle-delay): New customizable variables.
35282 (desktop-buffer-args-list): New variable.
35283 (desktop-append-buffer-args): New function.
35284 (desktop-save): Call desktop-append-buffer-args for some buffers.
35285 (desktop-lazy-create-buffer): New function.
35286 (desktop-idle-create-buffers): New function.
35287 (desktop-read): Add message about buffers to restore lazily.
35288 (desktop-lazy-abort): New command.
35289 (desktop-clear): Call desktop-lazy-abort.
35290 (desktop-lazy-complete): New command.
35291
35292 2005-01-06 Richard M. Stallman <rms@gnu.org>
35293
35294 * emacs-lisp/find-func.el (find-face-definition):
35295 Rename from find-face.
35296
35297 2005-01-06 Kim F. Storm <storm@cua.dk>
35298
35299 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
35300
35301 * man.el (Man-xref-man-page, Man-xref-header-file)
35302 (Man-xref-normal-file): Add follow-link property.
35303
35304 2005-01-06 Jay Belanger <belanger@truman.edu>
35305
35306 * calc/calc-units.el: Make sure the proper macro definitions are
35307 available when compiling.
35308
35309 2005-01-06 Juri Linkov <juri@jurta.org>
35310
35311 * isearch.el (isearch-lazy-highlight-update):
35312 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
35313
35314 2005-01-06 Miles Bader <miles@gnu.org>
35315
35316 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
35317 (isearch-lazy-highlight-face): Use new name.
35318
35319 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
35320
35321 * uniquify.el (uniquify-rationalize-file-buffer-names):
35322 Re-add an interactive spec.
35323 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
35324 to the same name.
35325
35326 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
35327 (isearch-update, isearch-done): Adjust calls accordingly.
35328
35329 2005-01-05 Richard M. Stallman <rms@gnu.org>
35330
35331 * custom.el (custom-set-variables, custom-theme-set-variables):
35332 Clarify documentation.
35333
35334 * emacs-lisp/find-func.el (find-variable)
35335 (find-variable-other-window, find-variable-other-frame):
35336 Fix the TYPE args to find-function-read and find-function-do-it.
35337 (find-function): Doc fix.
35338 (find-function-at-point): Replace function-at-point alias.
35339
35340 2005-01-04 Richard M. Stallman <rms@gnu.org>
35341
35342 * cus-face.el (custom-declare-face):
35343 Record defface in current-load-list.
35344
35345 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
35346
35347 * emacs-lisp/find-func.el: Doc fixes.
35348 (find-face-regexp): New variable.
35349 (find-function-regexp-alist): New variable.
35350 (find-function-C-source): Third arg is now TYPE.
35351 (find-function-search-for-symbol): Handle general TYPE.
35352 (find-function-read, find-function-do-it): Handle general TYPE.
35353 (find-definition-noselect, find-face): New functions.
35354 (function-at-point): Alias deleted.
35355
35356 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
35357
35358 * battery.el (display-battery-mode): Rename from display-battery.
35359 Handle the case where it gets turned off.
35360
35361 2005-01-04 Richard M. Stallman <rms@gnu.org>
35362
35363 * cus-edit.el (customize): Make :link point to user doc.
35364
35365 * man.el (Man-fontify-manpage): Turn off undo generation.
35366
35367 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
35368
35369 2005-01-04 Andreas Schwab <schwab@suse.de>
35370
35371 * files.el (insert-directory): Only look for error lines in
35372 inserted text. Don't move too far after processing --dired markers.
35373
35374 2005-01-04 Richard M. Stallman <rms@gnu.org>
35375
35376 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
35377 Don't expand if the character is @, period, dash, etc.
35378 (define-mail-abbrev): Quote names that contain problem characters.
35379
35380 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
35381
35382 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
35383
35384 2005-01-03 Richard M. Stallman <rms@gnu.org>
35385
35386 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
35387 (query-replace-highlight, query-replace-lazy-highlight)
35388 (query-replace): Definitions moved up. Doc fix.
35389
35390 2005-01-03 Richard M. Stallman <rms@gnu.org>
35391
35392 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
35393 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
35394 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
35395 (lazy-highlight-face): Rename from isearch-lazy-...
35396 Change all references to them.
35397
35398 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
35399
35400 * cus-edit.el (custom-file): Doc fix for defcustom.
35401 (custom-file): The function no longer sets the variable
35402 `custom-file' to its return value.
35403
35404 * startup.el (command-line): No longer load `custom-file'.
35405
35406 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
35407
35408 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
35409
35410 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
35411 Don't confuse module-prefixed identifiers for labels.
35412 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
35413
35414 2005-01-02 Richard M. Stallman <rms@gnu.org>
35415
35416 * files.el (basic-save-buffer-1): Fix previous change.
35417
35418 * loadhist.el (file-loadhist-lookup): New function.
35419 (file-provides, file-requires): Use it.
35420
35421 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
35422 instead of calculating the right size.
35423
35424 2005-01-02 Karl Chen <quarl@cs.berkeley.edu>
35425
35426 * vc-svn.el (vc-svn-diff): Stay local if possible.
35427
35428 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
35429
35430 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
35431
35432 * files.el (hack-local-variables): Fix last change.
35433
35434 2005-01-02 Jay Belanger <belanger@truman.edu>
35435
35436 * calc/calc-yank.el (calc-edit-top): New variable.
35437 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
35438 object. Change header properties.
35439 (calc-edit-finish, calc-edit-finish-stack-object)
35440 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
35441 edited object.
35442 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
35443 for the beginning of the edited object.
35444 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
35445 for the beginning of the edited object.
35446 * calc/calc-prog.el (calc-edit-macro-finish-edit)
35447 (calc-finish-formula-edit, calc-macro-repeats)
35448 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
35449 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
35450 beginning of the edited object.
35451 (calc-user-define-edit): Change the header for editing macros.
35452 Remove unnecessary variable.
35453
35454 2005-01-01 Jay Belanger <belanger@truman.edu>
35455
35456 * calc/calc-yank.el (calc-edit-mode): Change default header.
35457 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
35458 * calc/calc-store.el (calc-edit-variable): Change title to match new
35459 header.
35460 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
35461 mode to match new header.
35462 (calc-user-define-edit): Change titles to include names of commands.
35463 (calc-finish-formula-edit): Adjust to handle new header.
35464 (calc-finish-macro-edit): Remove.
35465 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
35466 (calc-edit-macro-command, calc-edit-macro-command-type)
35467 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
35468 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
35469 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
35470 (calc-edit-macro-finish-edit): New functions.
35471 (calc-user-define-edit): Use new functions to edit named calc macros.
35472
35473 2005-01-01 Stefan Monnier <monnier@iro.umontreal.ca>
35474
35475 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
35476
35477 * ses.el (copy-region-as-kill): Deactivate mark.
35478
35479 2005-01-01 Richard M. Stallman <rms@gnu.org>
35480
35481 * replace.el (occur-1): If the output buffer is also an input,
35482 don't kill it, rename it.
35483
35484 * faces.el (set-face-background, set-face-foreground): Doc fix.
35485
35486 * cus-face.el (custom-face-attributes): Fix :help-echo strings
35487 for :foreground and :background.
35488
35489 * dired.el (dired-view-command-alist): Variable deleted.
35490 (dired-view-file, dired-mouse-find-file-other-window):
35491 Delete the code to use it.
35492
35493 2005-01-01 Kim F. Storm <storm@cua.dk>
35494
35495 * image.el (insert-sliced-image): Use t for line-height property.
35496
35497 See ChangeLog.11 for earlier changes.
35498
35499 ;; Local Variables:
35500 ;; coding: iso-2022-7bit
35501 ;; add-log-time-zone-rule: t
35502 ;; End:
35503
35504 Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.
35505
35506 This file is part of GNU Emacs.
35507
35508 GNU Emacs is free software; you can redistribute it and/or modify
35509 it under the terms of the GNU General Public License as published by
35510 the Free Software Foundation; either version 3, or (at your option)
35511 any later version.
35512
35513 GNU Emacs is distributed in the hope that it will be useful,
35514 but WITHOUT ANY WARRANTY; without even the implied warranty of
35515 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
35516 GNU General Public License for more details.
35517
35518 You should have received a copy of the GNU General Public License
35519 along with GNU Emacs; see the file COPYING. If not, write to the
35520 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
35521 Boston, MA 02110-1301, USA.
35522
35523 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1