]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(set-frame-configuration): Assign name parameter only
[gnu-emacs] / lisp / ChangeLog
1 2007-10-12 Martin Rudalics <rudalics@gmx.at>
2
3 * frame.el (set-frame-configuration): Assign name parameter only
4 if it has been set explicitly before.
5
6 * window.el (handle-select-window): Revert part of 2007-10-06
7 change setting the input focus.
8
9 2007-10-12 Glenn Morris <rgm@gnu.org>
10
11 * cus-edit.el (custom-variable-menu, custom-face-menu)
12 (custom-group-menu): Check init-file-user rather than
13 user-init-file, in case cus-edit is loaded by site-run-file.
14
15 2007-10-11 Juanma Barranquero <lekktu@gmail.com>
16
17 * follow.el (follow-stop-intercept-process-output):
18 Use `follow-call-process-filter' rather than `process-filter'.
19
20 2007-10-11 Tom Tromey <tromey@redhat.com>
21
22 * progmodes/gdb-ui.el (gdb-info-stack-custom): Ensure current
23 frame is visible.
24
25 2007-10-10 Richard Stallman <rms@gnu.org>
26
27 * emacs-lisp/debug.el (debugger-setup-buffer): Disable undo
28 in *Backtrace*.
29
30 * faces.el (face-font-selection-order): Doc fix.
31
32 * loadhist.el (unload-feature): Doc fix.
33
34 2007-10-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
35
36 * ps-print.el: Fix the usage of :foreground and :background face
37 attributes. Reported by Nikolaj Schumacher <n_schumacher@web.de>.
38 (ps-print-version): New version 6.7.6.
39 (ps-face-attributes, ps-face-attribute-list, ps-face-background):
40 Fix code.
41 (ps-face-foreground-color-p, ps-face-background-color-p)
42 (ps-face-color-p): New inline funs.
43
44 2007-10-10 Juanma Barranquero <lekktu@gmail.com>
45
46 * follow.el: Change all instances of "Follow Mode" to "Follow
47 mode" in docstrings and messages.
48
49 2007-10-09 Juanma Barranquero <lekktu@gmail.com>
50
51 * faces.el (face-font-selection-order): Doc fix.
52
53 * follow.el (follow-mode-hook, follow-mode): Doc fixes.
54 (follow-mode-off-hook): Mark as obsolete.
55
56 2007-10-08 Richard Stallman <rms@gnu.org>
57
58 * emacs-lisp/edebug.el (edebug-install-custom-print-funcs)
59 (edebug-install-custom-print, edebug-reset-print-funcs)
60 (edebug-uninstall-custom-print, edebug-uninstall-custom-print-funcs):
61 Functions deleted.
62 (edebug-prin1, edebug-print, edebug-prin1-to-string)
63 (edebug-format, edebug-message): Define directly as aliases.
64
65 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
66
67 * follow.el (follow-mode): Don't run hooks twice. Use `when'.
68
69 2007-10-07 Glenn Morris <rgm@gnu.org>
70
71 * simple.el (bad-packages-alist): Clarify Semantic and CEDET
72 version numbers.
73
74 2007-10-06 Michael Albinus <michael.albinus@gmx.de>
75
76 * net/tramp.el (tramp-completion-mode): Extend doc-string.
77 (tramp-completion-mode-p): Revert change from 2007-09-24.
78 Checking for `return' etc as last character is not sufficient, for
79 example in dired-mode when entering <g> (revert-buffer) or
80 <s> (dired-sort).
81
82 2007-10-06 Martin Rudalics <rudalics@gmx.at>
83
84 * window.el (mouse-autoselect-window-cancel): Don't cancel for
85 select-window or select-frame events.
86 (handle-select-window): When autoselecting window set input
87 focus. Restructure.
88
89 * frame.el (focus-follows-mouse): Moved to frame.c.
90 * cus-start.el (all): Add focus-follows-mouse.
91
92 2007-10-05 Chris Moore <dooglus@gmail.com>
93
94 * server.el (server-kill-new-buffers): Doc fix.
95
96 2007-10-05 Juanma Barranquero <lekktu@gmail.com>
97
98 * bs.el (bs-mode): Make sure global-font-lock-mode doesn't
99 activate font-locking in the *buffer-selection* buffer.
100 (bs-show-sorted): Doc fix.
101
102 * bs.el (bs--get-marked-string, bs--get-modified-string)
103 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
104 (bs--get-mode-name, bs-mode): Fix typos in docstrings.
105 (bs--format-aux): Doc fix.
106
107 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
108
109 * image-dired.el (image-dired-image-at-point-p): Fix typo in docstring.
110
111 2007-10-04 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
112
113 * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring.
114
115 2007-10-04 Nick Roberts <nickrob@snap.net.nz>
116
117 * progmodes/gud.el (gud-gud-gdb-command-name): New option.
118 (gud-gdb): New function for old M-x gdb (text command mode).
119 (gud-gdb-command-name, gdb): Move to...
120
121 * progmodes/gdb-ui.el: ...here and adapt doc string.
122 (gud-gdba-command-name, gdba): Delete.
123
124 2007-10-03 Juanma Barranquero <lekktu@gmail.com>
125
126 * bs.el: Don't defvar `font-lock-verbose'.
127 (bs-config-clear, bs-kill, bs-string-show-normally, bs-sort-functions)
128 (bs--get-file-name): Fix typos in docstrings.
129 (bs--show-header): Use `dolist' instead of `mapcar'.
130 (bs-mode): Set `show-trailing-whitespace' to nil.
131 (bs-buffer-sort-function, bs-mouse-select-other-frame)
132 (bs-visits-non-file, bs-sort-buffer-interns-are-last, bs-show):
133 Doc fixes.
134
135 2007-10-02 Adam Hupp <adam@hupp.org> (tiny change)
136
137 * progmodes/gdb-ui.el (pdb): Specify file for gud-break.
138
139 2007-10-02 Nick Roberts <nickrob@snap.net.nz>
140
141 * progmodes/gud.el (gdb): Make graphical mode the default and
142 switch to text command mode if appropriate, i.e., reverse previous
143 arrangement.
144 (gud-gdb-marker-filter): Adapt for above change.
145
146 * progmodes/gdb-ui.el (gdb-init-1): Don't set the values
147 gud-minor-mode and gud-marker-filter.
148 (gdb-fullname-regexp): New variable.
149 (gud-gdba-marker-filter): Use it to switch to text command
150 mode if appropriate.
151
152 2007-10-02 Richard Stallman <rms@gnu.org>
153
154 * frame.el (cursor-in-non-selected-windows): Doc fix.
155
156 2007-10-01 Nick Roberts <nickrob@snap.net.nz>
157
158 * progmodes/gud.el (gud-display-line): Find source buffer even when
159 GUD buffer has its own frame.
160
161 2007-10-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
162
163 * term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility.
164
165 2007-09-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
166
167 * term/x-win.el (x-gtk-stock-map): Version is 22.2.
168
169 2007-09-29 Martin Rudalics <rudalics@gmx.at>
170
171 * allout.el (allout-before-change-handler): Replace got-char by
172 goto-char.
173
174 2007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
175
176 * vc-svn.el (vc-svn-resolve-when-done, vc-svn-find-file-hook): New funs.
177 Used to try and automatically enabled smerge-mode in the presence of
178 conflicts and to call `svn resolved' when the conflicts are gone.
179 (vc-svn-parse-status): Remember the svn-specific status.
180
181 * newcomment.el (comment-choose-indent): New function extracted
182 from comment-indent. Improve the alignment algorithm.
183 (comment-indent): Use it.
184
185 2007-09-27 Juanma Barranquero <lekktu@gmail.com>
186
187 * emacs-lisp/eldoc.el (eldoc-message-commands-table-size)
188 (eldoc-message-commands, eldoc-current-idle-delay):
189 Fix typos in docstrings.
190
191 * progmodes/python.el (python-eldoc-function): Doc fix.
192
193 2007-09-26 Eli Zaretskii <eliz@gnu.org>
194
195 * menu-bar.el (menu-bar-search-documentation-menu): Rename from
196 menu-bar-apropos-menu. All users changed.
197 (menu-bar-help-menu): Change menu symbols to better match the text
198 displayed by the menu.
199
200 2007-09-25 Glenn Morris <rgm@gnu.org>
201
202 * view.el (view-search-no-match-lines): Add a doc string.
203 Rewrite to simplify and work better.
204
205 2007-09-24 Michael Albinus <michael.albinus@gmx.de>
206
207 * net/tramp.el (tramp-completion-mode-p): Rename from
208 `tramp-completion-mode'. Revert logic, check `return', `newline'
209 and such alike. Packages like Icicles tend to use other completion
210 characters but `tab' and `space' only.
211 (top): Require cl.el, when `copy-tree' is not available otherwise.
212
213 * net/tramp-vc.el (tramp-vc-user-login-name): Get argument by
214 `ad-get-arg'.
215
216 2007-09-24 Ville Skytt\e,Ad\e(B <scop@xemacs.org> (tiny change)
217
218 * net/tramp-vc.el (tramp-vc-user-login-name):
219 Use `vc-find-version' instead of `process-file' to check whether we
220 have a new enough vc that doesn't need the defadvice.
221
222 2007-09-23 Dan Nicolaescu <dann@ics.uci.edu>
223
224 * files.el (file-name-sans-versions): Use [:alnum:] and also allow
225 #, @, : and ^.
226
227 2007-09-23 Glenn Morris <rgm@gnu.org>
228
229 * ses.el (ses-calculate-cell): Don't evaluate unsafe formulae.
230
231 2007-09-22 Dan Nicolaescu <dann@ics.uci.edu>
232
233 * pcvs-defs.el (cvs-mode-map): Bind TAB and backtab.
234
235 * log-view.el (log-view-mode-map): Likewise.
236
237 * diff-mode.el (diff-mode-shared-map): Likewise.
238
239 2007-09-21 Francesco Potort\e,Al\e(B <pot@gnu.org>
240
241 * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to
242 add inferior-octave-directory-tracker to the buffer-local value
243 of comint-input-filter-functions.
244
245 2007-09-22 Dan Nicolaescu <dann@ics.uci.edu>
246
247 * files.el (file-name-sans-versions): Also allow `A-Z'.
248
249 * vc.el: Mention all supported VC backends.
250
251 2007-09-22 Richard Stallman <rms@gnu.org>
252
253 * wid-edit.el (widget-specify-button): Don't merge mouse-face with
254 neighbouring buttons.
255
256 2007-09-22 Andreas Schwab <schwab@suse.de>
257
258 * files.el (file-name-sans-versions): Also allow `_'.
259
260 2007-09-22 Glenn Morris <rgm@gnu.org>
261
262 * eshell/esh-mode.el (eshell-output-filter-functions):
263 Add eshell-postoutput-scroll-to-bottom.
264
265 2007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
266
267 * files.el (file-name-sans-versions): Allow - and a-z in version names.
268
269 * log-view.el (log-view-mode-map, log-view-mode-menu):
270 Bind log-view-annotate-version.
271 (log-view-beginning-of-defun, log-view-end-of-defun)
272 (log-view-annotate-version): New functions.
273 (log-view-mode): Use log-view-beginning-of-defun and
274 log-view-end-of-defun.
275
276 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
277
278 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix staging.
279
280 2007-09-21 Kevin Ryde <user42@zip.com.au>
281
282 * international/mule.el (sgml-html-meta-auto-coding-function):
283 Bind `case-fold-search' to t.
284
285 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
286
287 * wid-edit.el (widget-image-insert): Don't merge mouse-face with
288 neighbouring buttons.
289
290 * progmodes/compile.el (compilation-error-regexp-alist-alist):
291 Recognize gcc's use of "note" for informational messages.
292
293 2007-09-20 Glenn Morris <rgm@gnu.org>
294
295 * textmodes/tex-mode.el (tex-validate-buffer): Use paragraph
296 motion functions, rather than hard-coding "\n\n".
297 (tex-validate-region): Check for eobp, to speed up.
298 (tex-next-unmatched-end): Doc fix.
299
300 2007-09-19 Glenn Morris <rgm@gnu.org>
301
302 * textmodes/tex-mode.el (tex-terminate-paragraph):
303 Use backward-paragraph.
304
305 2007-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
306
307 * textmodes/css-mode.el (css-electric-keys): electrick->electric.
308 (css-mode): Update correspondingly.
309
310 2007-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
311
312 * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
313
314 * vc-hooks.el (vc-menu-entry): New var.
315 (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
316 (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
317 (vc-menu-map): Declare and initialize in one step.
318
319 * menu-bar.el (vc-menu-map): Don't setup any more.
320 Instead, just create the proper spot in the menu.
321
322 2007-09-18 Dan Nicolaescu <dann@ics.uci.edu>
323 Stefan Monnier <monnier@iro.umontreal.ca>
324
325 * vc.el: Document new VC operation `extra-menu'.
326
327 * vc-hooks.el (vc-default-extra-menu, vc-menu-map-filter): New fun.
328
329 2007-09-17 Dan Nicolaescu <dann@ics.uci.edu>
330
331 * vc-git.el (vc-git-log-view-mode): Add font-lock patterns for
332 Signed-off-by, Acked-by and Merge.
333
334 2007-09-17 Glenn Morris <rgm@gnu.org>
335
336 * textmodes/tex-mode.el (tex-compilation-parse-errors): Prefer the
337 filename from `--file-line-error', if it is available.
338
339 2007-09-17 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
340
341 * textmodes/tex-mode.el (tex-compilation-parse-errors): Also match
342 TeX `--file-line-error' format.
343
344 2007-09-17 Glenn Morris <rgm@gnu.org>
345
346 * textmodes/tex-mode.el (tex-region): Simplify previous change,
347 handling the case where the region is not in `tex-main-file'.
348 (tex-region-1): Delete.
349 (tex-region-header): New function, doing the header part of the
350 old tex-region-1.
351
352 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
353
354 * ediff-init.el (ediff-verbose-p): This var is not a constant.
355
356 2007-09-16 Drew Adams <drew.adams@oracle.com>
357
358 * cus-edit (custom-face-edit-activate): Doc fix.
359
360 2007-09-16 Glenn Morris <rgm@gnu.org>
361
362 * textmodes/tex-mode.el (tex-region): Handle the case where the
363 region is not in `tex-main-file'. Move the old code that applies
364 to both cases...
365 (tex-region-1): ...to this new function.
366
367 2007-09-15 Martin Rudalics <rudalics@gmx.at>
368
369 * simple.el (blink-matching-open): Don't display message when no
370 paren is found within blink-matching-paren-distance characters.
371 Don't search prompt in blink-matching-paren-distance nil case.
372
373 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
374
375 * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
376
377 2007-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
378
379 * vc-mtn.el: New file.
380
381 * vc-hooks.el (vc-handled-backends): Add Mtn.
382
383 2007-09-13 Eli Zaretskii <eliz@gnu.org>
384
385 * files.el (find-file, find-file-other-window)
386 (find-file-other-frame, find-file-existing, find-file-read-only)
387 (find-file-read-only-other-window)
388 (find-file-read-only-other-frame)
389 (find-alternate-file-other-window, find-alternate-file): Doc fixes.
390
391 2007-09-13 Jari Aalto <jari.aalto@cante.net>
392
393 * man.el (Man-default-man-entry): At end of line, continue looking
394 to the next line for possible end of hyphenated command.
395
396 2007-09-13 Chris Moore <dooglus@gmail.com>
397
398 * shell.el (shell-resync-dirs): Don't move the cursor relative to
399 the command being edited.
400
401 2007-09-13 Nick Roberts <nickrob@snap.net.nz>
402
403 * progmodes/gud.el (gdb-ready): New variable.
404 (gdb): Set it to nil. Set gud-running to nil here...
405 (gud-common-init): ...instead of here.
406
407 * progmodes/gdb-ui.el (gdba, gdb-send, gdb-source-info):
408 Use gdb-ready. Discard input until GDB is ready to accept it.
409
410 2007-09-12 Dan Nicolaescu <dann@ics.uci.edu>
411
412 * term/xterm.el (terminal-init-xterm): Add bindings for M-S- and
413 C-M-S- keys.
414
415 2007-09-12 Martin Rudalics <rudalics@gmx.at>
416
417 * dired.el (dired-warning): Inherit from font-lock-warning-face to
418 make it show up with eight colors.
419
420 2007-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
421
422 * diff-mode.el (diff-sanity-check-hunk): Fix up the case when unified
423 diffs are concatenated with no intervening line.
424
425 2007-09-10 Dave Love <fx@gnu.org>
426
427 * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
428 (python-font-lock-keywords): Update to the 2.5 version of the language.
429 (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
430 (python-backspace): Only behave funny in code.
431 (python-compilation-regexp-alist): Add PDB stack trace regexp.
432 (inferior-python-mode): Add PDB prompt regexp.
433 (python-fill-paragraph): Refine the fenced-string regexp.
434 (python-find-imports): Handle imports spanning several lines.
435 (python-mode): Add `class' to hideshow support.
436
437 2007-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
438
439 * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use
440 add-log-buffer-file-name-function rather than bind buffer-file-name,
441 so we dont end up calling change-log-mode in *cvs* when `fi' is the
442 ChangeLog file itself.
443
444 * outline.el (outline-flag-region): Use front-advance.
445
446 2007-09-07 Ilya Zakharevich <ilyaz@cpan.org>
447
448 * progmodes/cperl-mode.el: Merge upstream 5.23.
449 (cperl-where-am-i): Remove function.
450 (cperl-backward-to-noncomment): Don't go too far when skipping POD/HEREs
451 (cperl-sniff-for-indent): De-invert [string] and [comment].
452 When looking for label, skip s:m:y:tr.
453 (cperl-indent-line): Likewise.
454 (cperl-mode): Don't assume `font-lock-multiline' is auto-local.
455 (cperl-windowed-init): Wrong `ps-print' handling.
456 Both thanks to Chong Yidong.
457 (cperl-look-at-leading-count): Could fail with unfinished RExen.
458 (cperl-find-pods-heres): If the second part of s()[] is missing,
459 don't try to highlight delimiters...
460
461 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
462
463 * progmodes/compile.el (compilation-get-file-structure): Complete last
464 change by also using spec-directory in the puthash.
465
466 2007-09-07 Riccardo Murri <riccardo.murri@gmail.com>
467
468 * vc-bzr.el (vc-bzr-admin-lastrev): New constant.
469 (vc-bzr-file-name-relative): Use 'when' instead of 'and'.
470 (vc-bzr-status): Fix shadowing of variable 'status'.
471 (vc-bzr-workfile-version): Use correct path to 'last-revision' file.
472 Use `expand-file-name' instead of `concat'.
473 (vc-bzr-annotate-command): Use option name '--long' instead of '-l'.
474 Update annotation line regexp. Fixes launchpad.net [Bug 137435].
475
476 2007-09-05 Jason Rumney <jasonr@gnu.org>
477
478 * frame.el (focus-follows-mouse): Doc-fix. Change default on w32.
479
480 2007-09-02 Richard Stallman <rms@gnu.org>
481
482 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom.
483 Add `safe-local-variable' property.
484 (lisp-body-indent): Likewise.
485
486 2007-09-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
487
488 * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
489 prev/next-node.
490
491 * term/x-win.el (x-gtk-stock-map, icon-map-list): New variables.
492 (x-gtk-map-stock): New function.
493
494 2007-09-02 Glenn Morris <rgm@gnu.org>
495
496 * comint.el (comint-mode): Don't set scroll-conservatively.
497
498 * eshell/em-unix.el (eshell/time): Stringify and flatten the
499 non-command arguments.
500
501 2007-09-01 Thien-Thi Nguyen <ttn@gnuvola.org>
502
503 * emacs-lisp/bytecomp.el (byte-recompile-directory):
504 Fix bug: Don't expand top-level file name more than once.
505 Reported by Dmitry Antipov <dmantipov@yandex.ru>.
506
507 2007-09-01 Richard Stallman <rms@gnu.org>
508
509 * files.el (hack-local-variables-confirm): Rename arg VARS to ALL-VARS.
510 Add doc string.
511
512 2007-08-30 Richard Stallman <rms@gnu.org>
513
514 * speedbar.el (speedbar-frame-reposition-smartly)
515 (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
516 (speedbar-check-vc): Don't use dframe-xemacsp.
517
518 2007-08-30 Martin Rudalics <rudalics@gmx.at>
519
520 * files.el (backup-buffer-copy): Try to overwrite old backup first.
521
522 2007-08-29 Martin Rudalics <rudalics@gmx.at>
523
524 * repeat.el (repeat): Use last-repeatable-command instead of
525 real-last-command. Run pre- and post-command hooks for
526 self-insertion. Update doc-string.
527
528 2007-08-28 Glenn Morris <rgm@gnu.org>
529
530 * progmodes/cc-langs.el (c-constant-kwds): Add java: true, false, null.
531
532 2007-08-27 Alexandre Julliard <julliard@winehq.org>
533
534 * vc-git.el (vc-git-state): Call git-add --refresh to update the
535 state of the file.
536 (vc-git-workfile-unchanged-p): Delegate implementation to vc-git-state.
537 (vc-git-create-repo): Fix invalid command.
538
539 2007-08-27 Richard Stallman <rms@gnu.org>
540
541 * textmodes/flyspell.el (flyspell-mode):
542 Catch errors in flyspell-mode-on.
543
544 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
545
546 * progmodes/modula2.el (m2-definition, m2-module):
547 Don't use previous-line. Reported by T. V. Raman.
548
549 2007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
550
551 * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
552 argument to tool-bar-mode call.
553
554 2007-08-27 Glenn Morris <rgm@gnu.org>
555
556 * diff-mode.el (diff-find-file-name): Only accept regular files,
557 to rule out /dev/null, directories, etc.
558
559 2007-08-25 Dan Nicolaescu <dann@ics.uci.edu>
560
561 * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
562 safe-local-variable setting.
563 * progmodes/perl-mode.el (perl-indent-level): Likewise.
564
565 2007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
566
567 * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
568 of buffers in uniquify-managed.
569
570 * simple.el (invisible-p): Rename from text-invisible-p.
571 Update callers.
572
573 2007-08-25 Alan Mackenzie <acm@muc.de>
574
575 * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
576 new language variable.
577
578 * progmodes/cc-engine.el (c-brace-anchor-point): New function.
579 (c-add-stmt-syntax): Give accurate anchor points for "namespace",
580 "extern" etc., rather than BOI. Fix addition of spurious
581 syntactic-symbol 'defun-block-intro, replacing it with
582 'innamespace, etc.
583
584 2007-08-25 Reiner Steib <Reiner.Steib@gmx.de>
585
586 * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
587 Don't behave differently when executed via M-x. Add doc string.
588
589 2007-08-24 Ulrich Mueller <ulm@gentoo.org> (tiny change)
590
591 * files.el (backup-buffer-copy): Don't wrap delete in
592 condition-case, only try to delete if file exists.
593
594 2007-08-24 Glenn Morris <rgm@gnu.org>
595
596 * files.el (backup-buffer-copy): Revert 2007-08-22 change.
597
598 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
599
600 * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
601 (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
602 (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
603 (cperl-etags-goto-tag-location): Use new style backquotes.
604
605 * subr.el (complete-with-action): Backport from trunk (for vc-arch.el).
606 (dynamic-completion-table): Use it it.
607
608 * net/browse-url.el: Remove spurious * in custom docstrings.
609 (browse-url-filename-alist): Use new-style backquote.
610
611 * emacs-lisp/backquote.el (backquote-unquote-symbol)
612 (backquote-splice-symbol): Clarify they're not new-style unquotes.
613
614 * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
615 (\,@): Backslash the , and ,@ which are not new-style unquotes.
616
617 * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
618
619 * net/socks.el (socks-username/password-auth-filter):
620 Remove unused vars `state' and `desired-len'.
621 (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
622 (socks-wait-for-state-change): Use new-style backquotes.
623
624 * pcvs.el (cvs-mode-status): Fix long-standing typo.
625
626 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
627 backquotes after each `read' rather than once per buffer.
628
629 * dframe.el: Remove spurious * in custom docstrings.
630 (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
631 (dframe-xemacs20p): Remove, inline at the sole use point.
632 (defface): Don't defvar the face, don't use old-style backquote.
633 (defcustom): Don't use old-style backquote.
634 (dframe-frame-parameter, dframe-mouse-event-p):
635 Make it obvious that it's always defined.
636 (dframe-popup-kludge): New function to replace
637 dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
638 (dframe-frame-mode, dframe-set-timer-internal)
639 (dframe-mouse-set-point): Remove use of with-no-warnings from
640 XEmacs-specific code.
641 (dframe-set-timer-internal): Fix very old bug with
642 post-command-idle-hook.
643
644 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
645
646 2007-08-22 Chong Yidong <cyd@stupidchicken.com>
647
648 * image-mode.el (image-minor-mode): Use image-mode-text-map.
649
650 2007-08-22 Reiner Steib <Reiner.Steib@gmx.de>
651
652 * sort.el (sort-fold-case, sort-numeric-base): Mark as
653 safe-local-variable.
654
655 2007-08-22 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
656
657 * net/browse-url.el (browse-url-emacs): New function.
658
659 2007-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
660
661 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Display a big fat
662 warning if the file uses old style backquotes.
663
664 * emacs-lisp/bytecomp.el (byte-compile-log-file)
665 (byte-recompile-directory, byte-compile-file)
666 (byte-compile-from-buffer): Use with-current-buffer.
667
668 * simple.el (text-invisible-p): Rename from line-move-invisible-p.
669 (line-move-invisible-p): Keep as an obsolete alias, just to be safe.
670 (line-move-1, line-move-finish, line-move-to-column)
671 (move-end-of-line, move-beginning-of-line): Use new name.
672
673 2007-08-22 Glenn Morris <rgm@gnu.org>
674
675 * files.el (backup-buffer-copy): Check backup directory is
676 writable, to avoid infloop deleting old backup.
677
678 * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
679 movemail related variables.
680 (rmail-insert-inbox-text): Use only rmail-movemail-program, which
681 will now be set before this is called.
682
683 2007-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
684
685 * emacs-lisp/backquote.el (backquote-delay-process): Fix last change.
686
687 * progmodes/ada-mode.el: Fix up comment style in header.
688 (ada-check-emacs-version): Remove.
689 (ada-mode): Set parse-sexp-* even if they don't exist: can't hurt.
690 (ada-region-selected): Use (featurep 'xemacs) rather than contortions
691 to try and quieten the byte-compiler.
692 (ada-create-keymap): Use [(..)] keys, which work on both (X)Emacs.
693
694 * vc.el (vc-annotate-warp-version): Don't use previous-line.
695
696 2007-08-20 Johannes Weiner <hannes@saeurebad.de> (tiny change)
697
698 * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
699 extracted from `eval-last-sexp-1'.
700 (eval-last-sexp-1): Call `preceding-sexp'.
701
702 2007-08-19 Glenn Morris <rgm@gnu.org>
703
704 * Makefile.in (custom-deps, finder-data, autoloads, recompile)
705 (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
706 than $(EMACS), so that EMACSLOADPATH is set. Prevents any system
707 shadow files messing up the compilation.
708
709 2007-08-18 Glenn Morris <rgm@gnu.org>
710
711 * progmodes/scheme.el (scheme-mode-variables):
712 Set font-lock-comment-start-skip.
713
714 2007-08-18 Martin Rudalics <rudalics@gmx.at>
715
716 * progmodes/ada-mode.el (ada-create-syntax-table):
717 Move set-syntax-table from here to ...
718 (ada-mode): ... here. Don't change global value of comment-multi-line.
719 Call new function ada-initialize-syntax-table-properties.
720 Add ada-handle-syntax-table-properties to font-lock-mode-hook.
721 (ada-deactivate-properties, ada-initialize-properties):
722 Replace by new functions ...
723 (ada-handle-syntax-table-properties, ada-set-syntax-table-properties)
724 (ada-initialize-syntax-table-properties): ... to set up syntax-table
725 properties uniformly, independently from whether font-lock-mode
726 is enabled or not. Handle read-only buffers and do not change
727 undo-list when setting syntax-table properties.
728 (ada-after-change-function): Use ada-set-syntax-table-properties.
729
730 2007-08-17 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
731
732 * progmode/cperl-mode.el (cperl-look-at-leading-count)
733 (cperl-find-pods-heres): Fix an error when typing expressions like
734 `s{a}{b}'.
735
736 2007-08-17 Glenn Morris <rgm@gnu.org>
737
738 * progmodes/compile.el (compilation-get-file-structure): Make use
739 of the directory part when checking for an existing entry, to
740 handle files with same basename in different directories.
741
742 2007-08-16 Vinicius Jose Latorre <viniciusjl@ig.com.br>
743
744 * ps-print.el (ps-header-font-size, ps-header-title-font-size)
745 (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
746 (ps-paragraph-spacing): Docstring fix.
747
748 2007-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
749
750 * smerge-mode.el (smerge-resolve): New arg `safe'.
751 (smerge-resolve-all, smerge-batch-resolve): New function.
752 (smerge-refine): Make sure `diff' returns the expected result.
753 (smerge-parsep-re): New const.
754 (smerge-mode): Use it to adjust paragraph-separate.
755
756 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
757 Correctly match / regexp matchers as first char on a line when
758 fontifying only that line.
759
760 * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
761
762 2007-08-16 Glenn Morris <rgm@gnu.org>
763
764 * ps-print.el (ps-font-size): Doc fix.
765
766 2007-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
767
768 * vc-bzr.el: Don't fiddle with vc-handled-backend.
769 (vc-bzr-registered): Don't redundantly protect against
770 file-error. Actually use the format-specific code.
771 (vc-bzr-buffer-nonblank-p): Remove.
772 (vc-bzr-status): Change `kindchange' -> `kindchanged'.
773
774 2007-08-15 Glenn Morris <rgm@gnu.org>
775
776 * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
777 sloppier, for the sake of GNU Mailman.
778 (rmail-digest-rfc1153): Initialize `result' correctly.
779
780 2007-08-14 Glenn Morris <rgm@gnu.org>
781
782 * simple.el (bad-packages-alist): New constant.
783 (bad-package-check): New function. Together, these two add
784 elements to `after-load-alist' to check for problematic external
785 packages.
786 * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
787
788 2007-08-13 Stephen Leake <stephen_leake@stephe-leake.org>
789
790 * pcvs-parse.el (cvs-parse-table): Handle additional instance of
791 optional quotes around files in NEED-UPDATE . REMOVED case.
792
793 * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
794 (ada-treat-cmd-string): Improve error message.
795 (ada-do-file-completion): Call `ada-require-project-file', so
796 project variables are set properly.
797 (ada-prj-find-prj-file): Delete Emacs 20.2 support.
798 (ada-gnatfind-buffer-name): New constant.
799 (ada-find-any-references): Use new constant. Set buffer name
800 properly in compilation-start. Toggle read-only properly.
801 (ada-find-in-src-path): Fix spelling error in docstring.
802
803 * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
804 by zero error.
805
806 2007-08-13 Nick Roberts <nickrob@snap.net.nz>
807
808 * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
809
810 2007-08-12 Richard Stallman <rms@gnu.org>
811
812 * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
813 (cvs-execute-single-file): Use new name split-string-and-unquote.
814 (cvs-header-msg): Use new name combine-and-quote-strings.
815
816 * emulation/vi.el (vi-next-line): Ignore return value of line-move.
817
818 * progmodes/gud.el (gud-common-init): Use new name
819 split-string-and-unquote.
820
821 * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
822 in javac regexp.
823
824 * pcvs-util.el (cvs-qtypedesc-strings): Use new names
825 combine-and-quote-strings and split-string-and-unquote.
826
827 * subr.el (combine-and-quote-strings): Rename from strings->string.
828 (split-string-and-unquote): Rename from string->strings.
829
830 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
831
832 * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
833 to buffer-local settings.
834
835 * emacs-lisp/backquote.el (backquote-delay-process): New function.
836 (backquote-process): Add internal arg `level'. Use the two to
837 correctly handle nested backquotes.
838
839 2007-08-09 Riccardo Murri <riccardo.murri@gmail.com>
840
841 * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
842 (vc-bzr-state-words): Add "kind changed" state word.
843 (vc-bzr-status): New function. Return Bzr idea of file status,
844 which is different from VC's.
845 (vc-bzr-state): Use vc-bzr-status.
846 (vc-workfile-unchanged-p): Use vc-bzr-status.
847 (vc-bzr-revert): Use synchronous process; expect exitcode 0.
848 (vc-dired-state): Process "kind changed" state word.
849
850 2007-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
851
852 * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
853
854 * vc-rcs.el (vc-rcs-find-file-not-found-hook):
855 Move from vc-default-find-file-not-found-hook.
856
857 2007-08-09 Edward O'Connor <hober0@gmail.com> (tiny change)
858
859 * url/url-auth.el (url-basic-auth): When prompting for username
860 and password, default to the username and password in the URL.
861
862 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
863
864 * man.el: Remove spurious * in docstrings.
865 Merge defvars and toplevel setq-defaults.
866 (Man-highlight-references0): Limit=nil rather than point-max.
867 (Man-mode-map): Move initialization into the declaration.
868 (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
869 (Man-view-header-file): Use expand-file-name rather than concat.
870 (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
871
872 * man.el (Man-next-section): Make sure we do not move backward.
873
874 2007-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
875
876 * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
877 (ps-begin-job): Use ps-default-fg and ps-default-bg only when
878 ps-print-color-p is neither nil nor black-white. Reported by Christian
879 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
880
881 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
882
883 * files.el (auto-mode-alist): Use the purecopied text (duh!).
884
885 2007-08-08 Andreas Schwab <schwab@suse.de>
886
887 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
888 self-insert-command, not self-insert.
889
890 2007-08-08 Glenn Morris <rgm@gnu.org>
891
892 * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove `iff'.
893
894 * Replace `iff' in doc-strings and comments.
895
896 * help-mode.el (help-make-xrefs): Search for symbol constituents,
897 rather than just `-'.
898
899 2007-08-08 Martin Rudalics <rudalics@gmx.at>
900
901 * dired.el (dired-pop-to-buffer):
902 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
903 * calendar/calendar.el (generate-calendar-window):
904 * progmodes/compile.el (compilation-set-window-height):
905 * textmodes/two-column.el (2C-two-columns, 2C-merge):
906 Use window-full-width-p instead of comparing frame-width and
907 window-width.
908
909 * progmodes/compile.el (compilation-find-buffer): Remove extra
910 argument in call to compilation-buffer-internal-p.
911
912 2007-08-07 Michael Albinus <michael.albinus@gmx.de>
913
914 * net/tramp.el (tramp-handle-file-remote-p): Handle optional
915 parameters IDENTIFICATION and CONNECTED.
916 (tramp-handle-insert-file-contents): VISIT must be handled after
917 insertion of the local copy. Reported by Peter Gordon
918 <peter@pg-consultants.com>.
919 (tramp-file-name-handler): No special handling for
920 `expand-file-name'. But for `file-name-as-directory'.
921 (tramp-find-shell, tramp-open-connection-telnet)
922 (tramp-open-connection-rsh, tramp-open-connection-su)
923 (tramp-open-connection-multi)
924 (tramp-open-connection-setup-interactive-shell): Guard against
925 $PROMPT_COMMAND shell var. Reported by Steve Youngs
926 <steve@sxemacs.org>.
927 (tramp-append-tramp-buffers): Replace "sensible" by "sensitive" in
928 the hint.
929
930 * net/trampver.el: Update release number.
931
932 2007-08-07 Tom Tromey <tromey@redhat.com>
933
934 * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
935 Add safe-local-variable property.
936
937 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
938
939 * image-mode.el (image-toggle-display): Use image-refresh.
940
941 * longlines.el (longlines-decoded): New variable.
942 (longlines-mode): Avoid encoding or decoding the buffer twice.
943
944 2007-08-07 Riccardo Murri <riccardo.murri@gmail.com>
945
946 * vc-bzr.el: Remove comments about vc-bzr.el being a modified
947 unofficial version.
948 (vc-bzr-command): Remove redundant setting of process-connection-type.
949 (vc-bzr-admin-checkout-format-file): Add autoload.
950 (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
951 (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
952 (vc-bzr-registered): Compare dirstate format tag with known good
953 value, abort parsing if match fails. Warn user in docstring.
954 (vc-bzr-workfile-version): Case for different Bzr branch formats.
955 See bzrlib/branch.py in Bzr sources.
956 (vc-bzr-diff): First argument FILES may be a string rather than a list.
957 (vc-bzr-shell-command): Remove in favor of
958 vc-bzr-command-discarding-stderr.
959 (vc-bzr-command-discarding-stderr): New function.
960
961 2007-08-06 Riccardo Murri <riccardo.murri@gmail.com>
962
963 * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
964 program, and return nil
965 (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
966 (vc-bzr-state): Look for path names relative to the repository
967 root after status keyword.
968 (vc-bzr-file-name-relative): New function.
969 (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
970 depend on it.
971 (vc-bzr-admin-dirname, ...-checkout-format-file)
972 (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
973 files that we now parse directly for speed.
974 (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
975 (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
976 (vc-bzr-state): "bzr status" successful only if exitcode is 0
977 (vc-bzr-root): Use `vc-bzr-shell-command'. Stderr may contain
978 Bzr warnings, so we must discard it.
979 (vc-bzr-workfile-version): Speedup counting lines from
980 `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
981 if that file doesn't exist.
982 (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
983 `vc-bzr-root-dir' for speed. Add `vc-bzr-admin-dirname'
984 (not ".bzr"!) to `vc-directory-exclusion-list'
985 (vc-bzr-shell-command): New function.
986
987 2007-08-06 Tom Tromey <tromey@redhat.com>
988
989 * diff-mode.el (diff-unified->context, diff-reverse-direction)
990 (diff-fixup-modifs): Typo in docstring.
991
992 2007-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
993
994 * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
995 count-screen-lines.
996 (tpu-edt-off): Disable relevant pieces of advice.
997
998 * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
999 tpu-write-file-hook. Activate it with add-hook on buffer-save-hook.
1000 (newline, newline-and-indent, do-auto-fill): Use advice instead of
1001 redefining the function.
1002 (tpu-set-scroll-margins): Activate the pieces of advice.
1003
1004 2007-08-06 Michael Albinus <michael.albinus@gmx.de>
1005
1006 * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
1007 process-filter.
1008
1009 2007-08-06 Martin Rudalics <rudalics@gmx.at>
1010
1011 * help.el (resize-temp-buffer-window): Use window-full-width-p
1012 instead of comparing frame-width and window-width.
1013
1014 2007-08-05 Peter Povinec <ppovinec <at> yahoo.com> (tiny change)
1015
1016 * term.el: Honor term-default-fg-color and term-default-bg-color
1017 settings when modifying term-current-face.
1018 (term-default-fg-color, term-default-bg-color): Initialize from
1019 default term-current-face.
1020 (term-mode, term-reset-terminal): Set term-current-face with
1021 term-default-fg-color and term-default-bg-color.
1022 (term-handle-colors-array): term-current-face has term-default-fg-color
1023 and term-default-bg-color after reset escape sequence.
1024 (term-handle-colors-array): Set term-current-color with
1025 term-default-fg/bg-color instead of ansi-term-color-vector when the
1026 index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
1027
1028 2007-08-05 Michael Albinus <michael.albinus@gmx.de>
1029
1030 * files.el (set-auto-mode): Handle also remote files wrt
1031 `auto-mode-alist'.
1032
1033 * net/tramp.el (tramp-handle-file-remote-p): Return a string as
1034 remote identification.
1035
1036 2007-08-04 Glenn Morris <rgm@gnu.org>
1037
1038 * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
1039 zero, not nil, when the library is first loaded. Check for a file
1040 that has been modified on disk.
1041
1042 * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
1043 Remove duplicate defvar preventing initialization.
1044 (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
1045
1046 2007-08-03 Miles Bader <miles@gnu.org>
1047
1048 * vc-hooks.el (vc-handled-backends): Change capitalization of VC
1049 backend names for new backends to `Git', `Hg', and `Bzr'.
1050 * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
1051 not `HG'.
1052 * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
1053 name, not `GIT'.
1054 * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
1055 (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
1056
1057 2007-08-03 Glenn Morris <rgm@gnu.org>
1058
1059 * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
1060
1061 2007-08-02 Richard Stallman <rms@gnu.org>
1062
1063 * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
1064 to update deleted flag.
1065
1066 * cus-edit.el (customize-apropos, customize-apropos-options)
1067 (customize-apropos-faces, customize-apropos-groups): Improve prompt.
1068
1069 * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
1070
1071 * startup.el (fancy-splash-head, startup-echo-area-message):
1072 Change message text.
1073
1074 * emulation/tpu-edt.el (next-line-internal): Setting deleted.
1075 All callers use line-move.
1076
1077 * progmodes/compile.el (compilation-find-buffer): Return current
1078 buffer immediately if suitable.
1079 (compile, compilation-buffer-name, compilation-start): Doc fixes.
1080
1081 2007-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
1082
1083 * vc-bzr.el (vc-bzr-admin-dirstate): Rename from `...-dirname'.
1084 Make it more discriminating and more useful.
1085 (vc-bzr-root-dir): Use new name.
1086 (vc-bzr-registered): Use new name and look at the dirstate file to
1087 determine if it's registered or not without running `bzr'.
1088
1089 2007-08-01 Eric Hanchrow <offby1@blarg.net> (tiny change)
1090
1091 * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
1092
1093 2007-07-31 Drew Adams <drew.adams@oracle.com>
1094
1095 * cus-edit.el (custom-group-value-create, custom-goto-parent):
1096 Fix parent groups link.
1097
1098 2007-07-31 Daiki Ueno <ueno@unixuser.org>
1099
1100 * faces.el (face-normalize-spec): New function.
1101 (frame-set-background-mode): Normalize face-spec before calling
1102 face-spec-match-p.
1103
1104 2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
1105
1106 * vc-bzr.el: New file (copied from the trunk).
1107
1108 * vc-hooks.el (vc-handled-backends): Add BZR.
1109 (vc-find-file-hook): Failsafe if the backend's `registered'
1110 function burps.
1111
1112 * server.el (server-window): Add switch-to-buffer-other-frame option.
1113
1114 2007-07-30 Dan Nicolaescu <dann@ics.uci.edu>
1115
1116 * vc-git.el (vc-directory-exclusion-list, vc-handled-backends): Remove.
1117 (vc-git-revision-completion-table): Enable.
1118
1119 * vc-hooks.el (vc-handled-backends): Add GIT and HG.
1120
1121 * vc.el (vc-directory-exclusion-list): Add .git and .hg.
1122
1123 * vc-hg.el (vc-hg-revision-completion-table): Re-enable.
1124 (vc-hg-registered): Set the vc-state property.
1125
1126 * diff-mode.el (diff-mode-menu): New entries.
1127
1128 2007-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
1129
1130 * diff-mode.el (diff-beginning-of-file-and-junk): New function.
1131 (diff-file-kill): Use it.
1132 (diff-beginning-of-hunk): Add arg `try-harder' using it.
1133 (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
1134 Use it so they find the hunk even when we're in the file header.
1135
1136 * vc.el: Add new VC operation `revision-completion-table'.
1137 (vc-default-revision-completion-table): New function.
1138 (vc-version-diff, vc-version-other-window): Use it to provide
1139 completion of revision names if the backend provides it.
1140
1141 * vc-arch.el (vc-arch--version-completion-table)
1142 (vc-arch-revision-completion-table): New functions to provide
1143 completion of revision names.
1144
1145 * vc-cvs.el: Require CL.
1146 (vc-cvs-revision-table, vc-cvs-revision-completion-table):
1147 New functions to provide completion of revision names.
1148
1149 2007-07-29 Kimit Yada <kimitto@gmail.com> (tiny change)
1150
1151 * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
1152 (copyright-fix-years, copyright): Correctly handle the case where
1153 copyright-limit is nil.
1154
1155 2007-07-28 Konstantin Novitsky <knovitsk@Bear.com> (tiny change)
1156
1157 * progmodes/python.el (run-python): Fix path separator under w32.
1158
1159 2007-07-28 Dan Nicolaescu <dann@ics.uci.edu>
1160
1161 * vc-git.el: New File.
1162
1163 2007-07-28 Alan Mackenzie <acm@muc.de>
1164
1165 Fix problem with modes derived from CC Mode:
1166 * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
1167 macro to cc-langs.
1168 (c-init-language-vars-for): Remove call to above macro.
1169 * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
1170 been moved to here.
1171 (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
1172
1173 2007-07-28 Eli Zaretskii <eliz@gnu.org>
1174
1175 * net/trampver.el: Fix the `coding' cookie.
1176
1177 2007-07-25 Nick Roberts <nickrob@snap.net.nz>
1178
1179 * add-log.el (change-log-redate): Remove (not needed anymore and
1180 doesn't appear to work).
1181
1182 2007-07-25 Glenn Morris <rgm@gnu.org>
1183
1184 * Relicense all FSF files to GPLv3 or later.
1185
1186 * COPYING: Switch to GPLv3.
1187
1188 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
1189
1190 * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
1191 Replace it with another one which disables undo before calling
1192 erase-buffer and then turns it back on if needed.
1193
1194 2007-07-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1195
1196 * ps-print.el: Problem with foreground and background color when
1197 printing a buffer with and without faces. Reported by Christian
1198 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
1199 (ps-print-version): New version 6.7.5.
1200 (ps-default-fg): Change default value to nil, so black color is used
1201 when a face does not specify a foreground color.
1202 (ps-default-bg): Change default value to nil, so white color is used
1203 for background color.
1204 (ps-begin-job): Fix code.
1205
1206 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
1207
1208 * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
1209
1210 2007-07-24 Alan Mackenzie <acm@muc.de>
1211
1212 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
1213 Initialise byte-compile-unresolved-functions before rather than
1214 after a compilation.
1215 (byte-compile-unresolved-functions): Amplify doc string.
1216
1217 2007-07-24 Glenn Morris <rgm@gnu.org>
1218
1219 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
1220 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
1221 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
1222 (cal-tex-cursor-week, cal-tex-cursor-week2)
1223 (cal-tex-cursor-week-iso, cal-tex-week-hours)
1224 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
1225 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
1226 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
1227
1228 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
1229
1230 * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
1231
1232 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
1233
1234 * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
1235 underlying file is uptodate.
1236
1237 2007-07-23 Richard Stallman <rms@gnu.org>
1238
1239 * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
1240
1241 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
1242
1243 * progmodes/sh-script.el (sh-font-lock-backslash-quote)
1244 (sh-font-lock-flush-syntax-ppss-cache): New funs.
1245 (sh-font-lock-syntactic-keywords): Use them to distinguish the
1246 different possible cases for \'.
1247 (sh-font-lock-paren): Mark the relevant text with font-lock-multiline.
1248
1249 * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
1250 `file' from which to start the search and fix case where `file' is the
1251 current directory and the root as well.
1252
1253 * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
1254 name for buffer-file-name if it refers to a directory.
1255
1256 2007-07-22 Jason Rumney <jasonr@gnu.org>
1257
1258 * w32-fns.el (set-default-process-coding-system): Use dos line ends
1259 for input to cmdproxy on all versions of Windows.
1260 Use dos line ends for input to plink.
1261
1262 * comint.el (comint-simple-send): Concat newline before sending.
1263 (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
1264
1265 2007-07-22 Juri Linkov <juri@jurta.org>
1266
1267 * isearch.el (isearch-edit-string): Save old point and
1268 isearch-other-end to old-point and old-other-end before reading
1269 the search string from minibuffer. After exiting minibuffer set
1270 point to old-other-end if point and the search direction is the
1271 same as before reading the search string.
1272 (isearch-del-char): Don't set isearch-yank-flag to t. Put point
1273 to isearch-other-end. Instead of isearch-search-and-update call
1274 three functions isearch-search, isearch-push-state and isearch-update.
1275
1276 2007-07-22 Ralf Angeli <angeli@caeruleus.net>
1277
1278 * textmodes/reftex.el (reftex-access-parse-file): Do not risk
1279 destroying an existing buffer.
1280
1281 2007-07-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1282
1283 * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
1284
1285 * term/x-win.el (x-handle-no-bitmap-icon): New function.
1286
1287 2007-07-22 Ralf Angeli <angeli@caeruleus.net>
1288
1289 * textmodes/reftex.el (reftex-access-parse-file): Create parse
1290 file in a way that does not interfere with recentf.
1291
1292 2007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
1293
1294 * image-dired.el (image-dired-sane-db-file): New func.
1295 (image-dired-write-tags, image-dired-remove-tag)
1296 (image-dired-list-tags, image-dired-write-comments)
1297 (image-dired-get-comment, image-dired-mark-tagged-files)
1298 (image-dired-create-gallery-lists): Call new func.
1299 Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
1300
1301 2007-07-21 Dan Nicolaescu <dann@ics.uci.edu>
1302
1303 * vc-hg.el (vc-hg-diff): Use vc-hg-command.
1304 (vc-hg-dir-state): Fix loop.
1305 (vc-hg-print-log): Fix expected return value for vc-hg-command.
1306 (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
1307 (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
1308 (vc-hg-revert): Likewise.
1309 (vc-hg-revision-table, vc-hg-revision-completion-table): New functions.
1310
1311 2007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
1312
1313 * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
1314 case of alignment under a constant symbol, find and consider
1315 the sexp actually at indentation to be the "last sexp".
1316
1317 2007-07-20 Eli Zaretskii <eliz@gnu.org>
1318
1319 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
1320 (install): Use them to copy all *.el files before *.elc.
1321 (clean): Don't delete *~.
1322
1323 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
1324
1325 * vc-hg.el (vc-hg-workfile-unchanged-p): New function.
1326
1327 2007-07-19 Dan Nicolaescu <dann@ics.uci.edu>
1328
1329 * vc-hg.el (vc-hg-registered): Replace if with when.
1330 (vc-hg-state): Deal with nonexistent files.
1331
1332 2007-07-18 Juanma Barranquero <lekktu@gmail.com>
1333
1334 * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
1335 (follow-delete-other-windows-and-split, follow-recenter)
1336 (follow-windows-aligned-p, follow-point-visible-all-windows-p)
1337 (follow-redisplay, follow-estimate-first-window-start)
1338 (follow-xemacs-scrollbar-support, follow-intercept-process-output):
1339 Fix typos in docstrings.
1340
1341 2007-07-17 Thien-Thi Nguyen <ttn@gnuvola.org>
1342
1343 * bookmark.el (bookmark-show-all-annotations):
1344 Make sure each inserted annotation ends with newline.
1345
1346 (bookmark-maybe-sort-alist): Don't modify
1347 bookmark-alist. Instead, if not sorting, simply return it.
1348 (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
1349 for its return value, not for its side effect.
1350
1351 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
1352
1353 * vc.el: Add more info about the vc-registered function.
1354
1355 2007-07-16 David Kastrup <dak@gnu.org>
1356
1357 * emacs-lisp/advice.el (defadvice): Doc fix.
1358
1359 2007-07-16 Juanma Barranquero <lekktu@gmail.com>
1360
1361 * subr.el (when, unless): Doc fix.
1362
1363 2007-07-16 Dan Nicolaescu <dann@ics.uci.edu>
1364
1365 * vc-hg.el (vc-hg-state): Handle removed files.
1366 (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
1367 (vc-hg-checkout): Re-enable.
1368
1369 2007-07-15 Richard Stallman <rms@gnu.org>
1370
1371 * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
1372
1373 * tutorial.el (tutorial--find-changed-keys):
1374 Handle C-x specially like ESC.
1375
1376 2007-07-15 Roland McGrath <roland@frob.com>
1377
1378 * add-log.el (add-change-log-entry): Check add-log-full-name
1379 and add-log-mailing-address later, after change-log-mode-hook.
1380
1381 2007-07-15 Richard Stallman <rms@gnu.org>
1382
1383 * isearch.el (isearch-mode, isearch-done):
1384 Delete unintended code in previous change.
1385
1386 * ps-print.el (ps-default-bg): Change to White.
1387
1388 2007-07-15 Aaron Hawley <aaronh@garden.org>
1389
1390 * tar-mode.el (tar-get-descriptor): No error for zero-length file.
1391
1392 2007-07-15 Martin Rudalics <rudalics@gmx.at>
1393
1394 * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
1395 when handling the terminating event.
1396
1397 2007-07-15 Jeff Miller <jmiller@cablespeed.com> (tiny change)
1398
1399 * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
1400
1401 2007-07-13 Eli Zaretskii <eliz@gnu.org>
1402
1403 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
1404 (install): Use them to copy all *.el files before *.elc.
1405
1406 2007-07-13 Dan Nicolaescu <dann@ics.uci.edu>
1407
1408 * replace.el (match): Use yellow1 instead of yellow.
1409
1410 * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of red.
1411
1412 * pcvs-info.el (cvs-unknown): Likewise.
1413
1414 2007-07-12 Davis Herring <herring@lanl.gov>
1415
1416 * desktop.el (desktop-buffer-info, desktop-save):
1417 Use `desktop-dirname' instead of `dirname'.
1418
1419 2007-07-10 Jim Meyering <jim@meyering.net> (tiny change)
1420
1421 * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
1422
1423 * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
1424
1425 2007-07-10 Richard Stallman <rms@gnu.org>
1426
1427 * emacs-lisp/lisp-mode.el (eval-defun):
1428 Explain special handling of `defface'.
1429
1430 2007-07-09 Richard Stallman <rms@gnu.org>
1431
1432 * isearch.el (isearch-edit-string): Call to isearch-push-state
1433 after the search.
1434
1435 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
1436
1437 * cus-start.el (file-coding-system-alist): Fix custom type.
1438
1439 2007-07-08 Chong Yidong <cyd@stupidchicken.com>
1440
1441 * longlines.el (longlines-wrap-region): Avoid marking buffer as
1442 modified.
1443 (longlines-auto-wrap, longlines-window-change-function):
1444 Remove unnecessary calls to set-buffer-modified-p.
1445
1446 2007-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
1447
1448 * vc.el (vc-default-log-view-mode): New function.
1449 (vc-print-log): Add new `log-view-mode' VC operation.
1450
1451 2007-07-08 Nick Roberts <nickrob@snap.net.nz>
1452
1453 * pcvs-util.el (cvs-strings->string, cvs-string->strings):
1454 Rename and move to...
1455
1456 * subr.el (strings->string, string->strings): ...here.
1457
1458 * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
1459 (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
1460
1461 * progmodes/gud.el (gud-common-init): Call string->strings instead
1462 of split-string.
1463
1464 2007-07-07 Eli Zaretskii <eliz@gnu.org>
1465
1466 * term/w32-win.el (menu-bar-open): New function.
1467 Bind <f10> to it.
1468
1469 2007-07-07 Dan Nicolaescu <dann@ics.uci.edu>
1470
1471 * log-view.el (log-view-mode-menu): New menu.
1472
1473 2007-07-06 Dan Nicolaescu <dann@ics.uci.edu>
1474
1475 * vc-hg.el: New file.
1476
1477 2007-07-06 Andreas Schwab <schwab@suse.de>
1478
1479 * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
1480 dynamic bindings around the evaluation of the expression.
1481 Reported by Jay Belanger <jay.p.belanger@gmail.com>.
1482
1483 2007-07-03 Dan Nicolaescu <dann@ics.uci.edu>
1484
1485 * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
1486 file names.
1487
1488 2007-07-02 Martin Rudalics <rudalics@gmx.at>
1489
1490 * help-mode.el (help-make-xrefs): Skip spaces too when skipping tabs.
1491
1492 * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
1493 event is not a cons cell. Do not unread drag-mouse-1 events.
1494 Select right window in check whether space was stolen from
1495 window above.
1496
1497 2007-07-01 Richard Stallman <rms@gnu.org>
1498
1499 * files.el (find-file-visit-truename): Fix safe-local-variable value.
1500
1501 2007-06-29 Juanma Barranquero <lekktu@gmail.com>
1502
1503 * generic-x.el (generic-define-mswindows-modes)
1504 (generic-define-unix-modes, apache-log-generic-mode)
1505 (bat-generic-mode-keymap, java-manifest-generic-mode)
1506 (show-tabs-generic-mode): Fix typos in docstrings.
1507
1508 2007-06-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1509
1510 * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
1511 replace-regexp-in-string.
1512
1513 2007-06-28 Andreas Schwab <schwab@suse.de>
1514
1515 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
1516 $(lisp)/subdirs.el.
1517
1518 2007-06-28 Juanma Barranquero <lekktu@gmail.com>
1519
1520 * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
1521 the speedbar frame if nil; that deletes the current frame or
1522 causes an error if it is the only frame.
1523 Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
1524
1525 2007-06-24 Juanma Barranquero <lekktu@gmail.com>
1526
1527 * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
1528 directory where the desktop file was found, as the docstring says.
1529 (desktop-kill): Use `read-directory-name'.
1530
1531 * desktop.el (desktop-load-locked-desktop): New option.
1532 (desktop-read): Use it.
1533 (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
1534 Use `when'.
1535
1536 2007-06-24 Davis Herring <herring@lanl.gov>
1537
1538 * desktop.el (desktop-save-mode-off): New function.
1539 (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
1540 (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
1541 (desktop-claim-lock, desktop-release-lock): New functions.
1542 (desktop-kill): Tell `desktop-save' that this is the last save.
1543 Release the lock afterwards.
1544 (desktop-buffer-info): New function.
1545 (desktop-save): Use it. Run `desktop-save-hook' where the doc
1546 says to. Detect conflicts, and manage the lock.
1547 (desktop-read): Detect conflicts. Manage the lock.
1548
1549 2007-06-23 Eli Zaretskii <eliz@gnu.org>
1550
1551 * ls-lisp.el (insert-directory): If an invalid regexp error is
1552 thrown, try using FILE as a literal file name, not a wildcard.
1553 Check for FILE as an existing file, not just a directory.
1554
1555 2007-06-23 Juanma Barranquero <lekktu@gmail.com>
1556
1557 * ruler-mode.el (ruler-mode): Prevent clobbering the original
1558 `header-line-format' when reentering ruler mode.
1559
1560 2007-06-23 Eli Zaretskii <eliz@gnu.org>
1561
1562 * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
1563 FILE exists as a directory.
1564
1565 2007-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
1566
1567 * vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
1568 (vera-font-lock-match-item): Fix doc string.
1569 (vera-in-comment-p): Remove unused function.
1570 (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
1571 use `syntax-ppss'.
1572 (vera-forward-syntactic-ws): Fix argument order.
1573 (vera-prepare-search): Use `with-syntax-table'.
1574 (vera-indent-line): Fix doc string.
1575 (vera-electric-tab): Fix doc string.
1576 (vera-expand-abbrev): Define alias instead of using `fset'.
1577 (vera-comment-uncomment-region): Use `comment-start-skip'.
1578
1579 2007-06-20 Reto Zimmermann <reto@gnu.org>
1580
1581 * progmodes/vera-mode.el: New file.
1582
1583 2007-06-20 Juanma Barranquero <lekktu@gmail.com>
1584
1585 * ido.el (ido-find-file-in-dir): Don't signal an error for
1586 empty directories.
1587
1588 2007-06-18 Alan Mackenzie <acm@muc.de>
1589
1590 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
1591 When removing lines, also remove the \n. Correction of patch of
1592 2007-04-21.
1593
1594 2007-06-17 Glenn Morris <rgm@gnu.org>
1595
1596 * lpr.el (lpr-page-header-switches): Move %s to separate element
1597 for correct quoting. Doc fix.
1598
1599 2007-06-13 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
1600
1601 * term/xterm.el (terminal-init-xterm): Escape parens in character
1602 constants.
1603
1604 2007-06-12 Ralf Angeli <angeli@caeruleus.net>
1605
1606 * scroll-lock.el (scroll-lock-mode): Doc fix.
1607
1608 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
1609
1610 * font-lock.el (font-lock-add-keywords): In case font-lock was only
1611 half-activated, forcefully activate it completely.
1612
1613 2007-06-11 Richard Stallman <rms@gnu.org>
1614
1615 * cus-edit.el (custom-variable-type): Doc fix.
1616
1617 2007-06-09 Alfred M. Szmidt <ams@gnu.org> (tiny change)
1618
1619 * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
1620
1621 2007-06-09 Davis Herring <herring@lanl.gov>
1622
1623 * desktop.el (desktop-minor-mode-table): Doc fix.
1624
1625 2007-06-08 Chong Yidong <cyd@stupidchicken.com>
1626
1627 * image-mode.el (image-forward-hscroll, image-backward-hscroll)
1628 (image-next-line, image-previous-line, image-scroll-up)
1629 (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
1630 New functions.
1631 (image-mode-map): Remap motion commands.
1632 (image-mode-text-map): New keymap for viewing images as text.
1633 (image-mode): Use image-mode-map.
1634 (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
1635
1636 2007-06-07 Michael Albinus <michael.albinus@gmx.de>
1637
1638 Sync with Tramp 2.0.56.
1639
1640 * net/tramp.el:
1641 * net/tramp-ftp.el:
1642 * net/tramp-smb.el:
1643 * net/tramp-util.el:
1644 * net/tramp-vc.el:
1645 Don't load cl.el, because that pollutes the namespace. Replace cl
1646 macros by their implementations where necessary. Requested by
1647 Richard Stallman <rms@gnu.org>.
1648
1649 * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
1650 doesn't exist.
1651 (with-parsed-tramp-file-name): Protect debug spec during compilation.
1652 (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
1653 (tramp-file-name-p, tramp-file-name-multi-method)
1654 (tramp-file-name-method, tramp-file-name-user)
1655 (tramp-file-name-host, tramp-file-name-localname): New defuns,
1656 replacing defstruct `tramp-file-name'.
1657 (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
1658 (tramp-dissect-file-name, tramp-dissect-multi-file-name):
1659 Apply `vector' instead of `make-tramp-file-name'.
1660 (tramp-handle-make-auto-save-file-name):
1661 Apply `tramp-temporary-file-directory' for compatibility reasons.
1662 (tramp-completion-mode): Use `natnump' instead of `wholenump'
1663 because of XEmacs.
1664 (tramp-completion-mode): `last-input-event' is nil when XEmacs is
1665 started.
1666
1667 2007-06-07 David Kastrup <dak@gnu.org>
1668
1669 * dired.el (dired-recursive-deletes, dired-recursive-copies):
1670 Change default to `top'.
1671
1672 2007-06-07 Chong Yidong <cyd@stupidchicken.com>
1673
1674 * dired.el (dired-mode-map): Remove spurious separator.
1675
1676 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
1677
1678 * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
1679
1680 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
1681 * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
1682
1683 2007-06-07 Alfred M. Szmidt <ams@gnu.org> (tiny change)
1684
1685 * mail/rmailsum.el (rmail-summary-save-buffer): New command.
1686 (rmail-summary-mode-map): Add rmail-summary-save-buffer.
1687
1688 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
1689
1690 * progmodes/ebrowse.el (ebrowse-member-table):
1691 * textmodes/org.el (org-export-ascii-bullets): Fix typos in docstrings.
1692
1693 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
1694
1695 * pgg.el (pgg-sign-region, pgg-sign):
1696 * ses.el (ses-call-printer):
1697 * calendar/icalendar.el (icalendar--diarytime-to-isotime):
1698 * textmodes/org.el (org-cycle): Fix typos in docstrings.
1699
1700 2007-06-06 Eli Zaretskii <eliz@gnu.org>
1701
1702 * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
1703 (tar-get-descriptor): Handle type 55, an extended pax header.
1704
1705 2007-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
1706
1707 * textmodes/css-mode.el: New file.
1708
1709 2007-06-06 Michael Albinus <michael.albinus@gmx.de>
1710
1711 * net/socks.el: New file, taken from w3 repository.
1712 (top): Update Copyright. Don't load cl.el.
1713 (all): Replace `case' by `cond', `string-to-int' by
1714 `string-to-number', and `process-kill-without-query' by
1715 `set-process-query-on-exit-flag'.
1716 (socks-char-int): Remove defalias and all occurrences.
1717
1718 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
1719
1720 * international/mule-cmds.el (toggle-enable-multibyte-characters)
1721 (sort-coding-systems, search-unencodable-char): Doc fixes.
1722 (coding-system-change-eol-conversion, set-default-coding-systems)
1723 (prefer-coding-system, find-multibyte-characters, princ-list)
1724 (leim-list-entry-regexp, set-input-method, locale-language-names)
1725 (input-method-exit-on-first-char, exit-language-environment-hook)
1726 (locale-charset-language-names): Fix typos in docstrings.
1727
1728 2007-06-05 Juanma Barranquero <lekktu@gmail.com>
1729
1730 * bs.el (bs-cycle-previous): Don't modify the cycle list until
1731 `switch-to-buffer' has returned succesfully.
1732 (bs-cycle-next): Ditto. Also, don't bury the buffer when the
1733 window is dedicated (it could iconify the frame).
1734
1735 2007-06-05 Glenn Morris <rgm@gnu.org>
1736
1737 * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
1738
1739 2007-06-05 Chong Yidong <cyd@stupidchicken.com>
1740
1741 * files.el (auto-mode-alist): Add lower-priority match for names
1742 like ChangeLog.old.
1743
1744 2007-06-04 Andreas Schwab <schwab@suse.de>
1745
1746 * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
1747
1748 2007-06-04 Davis Herring <herring@lanl.gov>
1749
1750 * calendar/timeclock.el: Update version number.
1751 (timeclock-modeline-display): Mention timeclock-use-display-time
1752 in explanatory message.
1753 (timeclock-log): Suppress warnings when finding the log.
1754 Don't check for a nil project twice. Run hooks after killing the
1755 buffer (if applicable).
1756 (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
1757 was geometric). All uses changed.
1758 (timeclock-generate-report): Support prefix argument.
1759
1760 2007-06-04 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
1761
1762 * man.el (Man-next-section): Don't consider the last line of the
1763 page as being part of any section.
1764
1765 2007-06-04 Martin Rudalics <rudalics@gmx.at>
1766
1767 * hilit-chg.el (highlight-changes-rotate-faces): Don't set
1768 modified flag of buffer. Use `inhibit-modification-hooks'.
1769
1770 2007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
1771
1772 * mail/mail-extr.el (mail-extract-address-components):
1773 Recognize non-ASCII characters except for NBSP as words.
1774
1775 2007-06-04 Ryan Yeske <rcyeske@gmail.com>
1776
1777 * net/webjump.el (webjump-sample-sites): Add Wikipedia query.
1778
1779 2007-06-04 Michael Olson <mwolson@gnu.org>
1780
1781 * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
1782 died and we are trying to send a signal to it.
1783
1784 2007-06-04 Juanma Barranquero <lekktu@gmail.com>
1785
1786 * emacs-lisp/easy-mmode.el (define-minor-mode)
1787 (easy-mmode-define-navigation): Fix typos in docstrings.
1788
1789 * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
1790 Fix typos in docstrings.
1791 (compilation-search-path, compilation-buffer-name-function): Doc fixes.
1792 (compilation-finish-function): Fix typo in obsolescence declaration.
1793
1794 * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
1795
1796 2007-06-04 Chong Yidong <cyd@stupidchicken.com>
1797
1798 * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
1799 (magic-fallback-mode-alist): Add image-type-auto-detected-p.
1800
1801 * image.el (image-type-auto-detected-p): Don't scan auto-mode-alist.
1802
1803 * longlines.el (longlines-mode): Make longlines-auto-wrap
1804 buffer-local. Add hooks unconditionally.
1805 (longlines-auto-wrap): Toggle wrapping.
1806 (longlines-after-change-function)
1807 (longlines-post-command-function): Check longlines-auto-wrap.
1808
1809 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
1810
1811 * Version 22.1 released.
1812
1813 2007-06-01 Chong Yidong <cyd@stupidchicken.com>
1814
1815 * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
1816 changes.
1817
1818 2007-05-31 Richard Stallman <rms@gnu.org>
1819
1820 * dired.el (dired-do-delete, dired-do-flagged-delete): Doc fixes.
1821
1822 2007-05-29 Martin Rudalics <rudalics@gmx.at>
1823
1824 * textmodes/table.el (table--point-entered-cell-function)
1825 (table--point-left-cell-function):
1826 Bind `inhibit-point-motion-hooks' to t.
1827
1828 2007-05-29 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
1829
1830 * emacs-lisp/rx.el (rx): Doc fix.
1831
1832 2007-05-28 Chong Yidong <cyd@stupidchicken.com>
1833
1834 * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
1835
1836 2007-05-27 Tetsurou Okazaki <okazaki@be.to> (tiny change)
1837
1838 * log-edit.el (log-edit-changelog-paragraph): Return point-max
1839 as the end of the ChangeLog paragraph when it ends without a line
1840 termination.
1841
1842 2007-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
1843
1844 * textmodes/fill.el (canonically-space-region): Make the second arg
1845 a marker if it's not already the case.
1846
1847 * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
1848 (xterm-mouse-event): Use it.
1849
1850 2007-05-25 Miles Bader <miles@fencepost.gnu.org>
1851
1852 * vc-hooks.el (vc-find-root): Fix file attribute test.
1853
1854 2007-05-24 Richard Stallman <rms@gnu.org>
1855
1856 * textmodes/flyspell.el (flyspell-correct-word-before-point):
1857 Don't let opoint be nil.
1858 (flyspell-emacs-popup): Explicit error if no dialogs.
1859
1860 2007-05-23 Eli Zaretskii <eliz@gnu.org>
1861
1862 * tar-mode.el (tar-file-name-handler): New function.
1863 (tar-extract): Bind file-name-handler-alist to it to force
1864 find-buffer-file-type-coding-system behave as if the file being
1865 extracted existed. Use last-coding-system-used to force
1866 buffer-file-coding-system to what decode-coding-region actually
1867 used to decode the file.
1868
1869 2007-05-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
1870
1871 * progmodes/compile.el (compilation-handle-exit):
1872 `compilation-finish-function' may change the current buffer.
1873
1874 2007-05-22 Richard Stallman <rms@gnu.org>
1875
1876 * files.el (set-auto-mode): Doc fix.
1877
1878 2007-05-22 Eli Zaretskii <eliz@gnu.org>
1879
1880 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
1881
1882 2007-05-21 Trent Buck <trentbuck@gmail.com> (tiny change)
1883
1884 * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
1885 (rcirc-print): Handle `window-width'.
1886 (rcirc-buffer-maximum-lines): Doc fix.
1887
1888 2007-05-19 Kevin Ryde <user42@zip.com.au>
1889
1890 * info.el (Info-fontify-node): Match https also.
1891
1892 2007-05-18 Richard Stallman <rms@gnu.org>
1893
1894 * simple.el (push-mark): Doc fix.
1895
1896 2007-05-18 Rob Riepel <riepel@Stanford.EDU>
1897
1898 * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
1899 tpu-global-map.
1900 (tpu-original-global-map): Delete variable.
1901 (tpu-control-keys-map): New keymap variable.
1902 (tpu-set-control-keys): Use tpu-reset-control-keys rather than
1903 setting keymapping directly.
1904 (tpu-reset-control-keys): Use tpu-control-keys-map instead of
1905 tpu-global-map.
1906 (tpu-edt-on): Activate the tpu-global-map.
1907 (tpu-edt-off): Deactivate the tpu-global-map.
1908
1909 2007-05-18 Ryan Yeske <rcyeske@gmail.com>
1910
1911 * textmodes/ispell.el (ispell-get-word): Return markers
1912 for start and end positions.
1913 (ispell-word): Assume END is a marker.
1914
1915 2007-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1916
1917 * ps-print.el: Use default color when foreground or background color
1918 are unspecified. Reported by Leo <sdl.web@gmail.com>.
1919 (ps-print-version): New version 6.7.4.
1920 (ps-rgb-color): New argument. Use default color when color is
1921 unspecified.
1922 (ps-begin-job): Fix code.
1923
1924 2007-05-17 Martin Rudalics <rudalics@gmx.at>
1925
1926 * textmodes/ispell.el (ispell-start-process): Defend against bad
1927 default-directory.
1928
1929 2007-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
1930
1931 * vc-hooks.el (vc-find-root): Stop searching when the user changes.
1932
1933 2007-05-16 Richard Stallman <rms@gnu.org>
1934
1935 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
1936
1937 2007-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
1938
1939 * files.el (magic-mode-alist, magic-fallback-mode-alist):
1940 Move the *ml, Postscript, and XmCD entries to the fallback part.
1941
1942 * files.el (magic-fallback-mode-alist):
1943 Rename from file-start-mode-alist.
1944
1945 2007-05-16 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
1946
1947 * progmodes/compile.el (compilation-handle-exit): Quote first
1948 argument of `run-hook-with-args'.
1949
1950 2007-05-16 Juanma Barranquero <lekktu@gmail.com>
1951
1952 * buff-menu.el (Buffer-menu-sort-column):
1953 * dabbrev.el (dabbrev-upcase-means-case-search):
1954 * dired.el (dired-recursive-deletes, dired-recursive-copies):
1955 * info.el (Info-current-subfile):
1956 * ls-lisp.el (ls-lisp-verbosity):
1957 * msb.el (msb-menu-cond):
1958 * pcvs.el (cvs-dired-use-hook):
1959 * simple.el (set-mark-command-repeat-pop):
1960 * time.el (display-time-24hr-format, display-time-mail-file):
1961 Doc fixes.
1962
1963 * tutorial.el (get-lang-string, tutorial--find-changed-keys):
1964 * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
1965
1966 * view.el (view-inhibit-help-message): Fix typo in docstring.
1967 (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
1968
1969 2007-05-14 Eli Zaretskii <eliz@gnu.org>
1970
1971 * mail/rmail.el (rmail-convert-to-babyl-format):
1972 Check content-transfer-encoding _last_, because we need its position
1973 in base64-header-field-end.
1974
1975 2007-05-14 Juanma Barranquero <lekktu@gmail.com>
1976
1977 * files.el (mode-require-final-newline, require-final-newline)
1978 (enable-local-variables, enable-local-eval): Doc fixes.
1979
1980 2007-05-10 Edward O'Connor <hober0@gmail.com> (tiny change)
1981
1982 * progmodes/python.el (python-font-lock-keywords)
1983 (python-open-block-statement-p, python-mode): Add support for the new
1984 "with" keyword.
1985
1986 2007-05-10 Richard Stallman <rms@gnu.org>
1987
1988 * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
1989 (iso-cvt-write-only): Likewise.
1990
1991 * emacs-lisp/easy-mmode.el (define-minor-mode):
1992 Fix generated doc string.
1993
1994 * startup.el (fancy-splash-text): Add URL of guided tour.
1995 Adjust horizontal and vertical whitespace.
1996
1997 * progmodes/compile.el (compilation-handle-exit):
1998 Use run-hook-with-args to run compilation-finish-functions.
1999
2000 * files.el (file-start-mode-alist): New variable.
2001 (magic-mode-regexp-match-limit): Doc fix.
2002 (set-auto-mode): Handle file-start-mode-alist.
2003 A little cleanup of structure.
2004
2005 2007-05-10 Davis Herring <herring@lanl.gov>
2006
2007 * calendar/timeclock.el (timeclock-in): Fix non-interactive
2008 workday specifications.
2009 (timeclock-log): Don't kill the log buffer if it already existed.
2010
2011 2007-05-08 Richard Stallman <rms@gnu.org>
2012
2013 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
2014 Don't include non-self-insert commands in the exception for `-'.
2015
2016 2007-05-08 David Reitter <david.reitter@gmail.com>
2017
2018 * progmodes/python.el (python-guess-indent): Check non-nullness
2019 before comparing indent against the 2..8 interval.
2020
2021 2007-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2022
2023 * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
2024 available.
2025
2026 2007-05-06 Richard Stallman <rms@gnu.org>
2027
2028 * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
2029
2030 2007-05-03 Ryan Yeske <rcyeske@gmail.com>
2031
2032 * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
2033 disconnections.
2034
2035 2007-05-01 Romain Francoise <romain@orebokech.com>
2036
2037 * dired-x.el: Revert 2007-04-06 change.
2038
2039 2007-04-30 Nick Roberts <nickrob@snap.net.nz>
2040
2041 * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
2042 don't put stop on toolbar.
2043
2044 2007-04-29 Stephen Berman <Stephen.Berman@gmx.net>
2045
2046 * find-dired.el (find-dired-filter): Propertize all text down to eob.
2047
2048 2007-04-29 Richard Stallman <rms@gnu.org>
2049
2050 * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
2051
2052 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
2053
2054 * progmodes/cc-mode.el (c-before-change): Use point-min rather
2055 than 1.
2056
2057 2007-04-28 Richard Stallman <rms@gnu.org>
2058
2059 * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
2060
2061 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
2062
2063 * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
2064
2065 2007-04-28 Eli Zaretskii <eliz@gnu.org>
2066
2067 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
2068 instead of $(lisp)/mh-e.
2069
2070 * textmodes/fill.el (fill-paragraph): Doc fix.
2071
2072 2007-04-28 Glenn Morris <rgm@gnu.org>
2073
2074 * image-dired.el (image-dired-cmd-create-thumbnail-options)
2075 (image-dired-cmd-create-temp-image-options): Replace option
2076 +profile "*" with -strip.
2077
2078 2007-04-27 Chong Yidong <cyd@stupidchicken.com>
2079
2080 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
2081 Use window-start and window-end.
2082
2083 2007-04-26 Glenn Morris <rgm@gnu.org>
2084
2085 * progmodes/python.el: Restore file pending consideration of legal
2086 status.
2087
2088 2007-04-26 Luc Teirlinck <teirllm@dms.auburn.edu>
2089
2090 * locate.el (locate-in-alternate-database): Doc fix.
2091
2092 2007-04-26 Glenn Morris <rgm@gnu.org>
2093
2094 * button.el (button): Use underline if supported, else fall back
2095 to color.
2096
2097 2007-04-25 Richard Stallman <rms@gnu.org>
2098
2099 * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
2100
2101 2007-04-25 J.D. Smith <jdsmith@as.arizona.edu>
2102
2103 * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
2104 (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
2105 pushing mark.
2106 (idlwave-current-routine): Don't push mark.
2107
2108 2007-04-25 Mathias Dahl <mathias.dahl@gmail.com>
2109
2110 * image-dired.el (image-dired-display-image): Derive image-type from
2111 filename rather than assuming jpeg, in case no resizing was needed.
2112
2113 2007-04-25 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
2114
2115 * custom.el (defface): Doc fix.
2116
2117 2007-04-24 Chong Yidong <cyd@stupidchicken.com>
2118
2119 * progmodes/python.el: Remove due to unclear legal issues.
2120
2121 2007-04-24 J.D. Smith <jdsmith@as.arizona.edu>
2122
2123 * progmodes/idlw-shell.el (idlwave-shell-clear-all-bp):
2124 Don't re-query for each cleared BP.
2125 (idlwave-shell-clear-bp): Optionally skip BP query.
2126 (idlwave-shell-update-bp-overlays): Use set-window-margins instead
2127 of set-window-buffer, which incorrectly moves displayed region.
2128
2129 2007-04-23 Jay Belanger <jay.p.belanger@gmail.com>
2130
2131 * calc/calc.el (calc-bug-address): Update maintainer's address.
2132 * calc/*: Update maintainer's address.
2133
2134 2007-04-23 Richard Stallman <rms@gnu.org>
2135
2136 * simple.el (set-mark-command-repeat-pop): Doc fix.
2137 Put in `editing-basics' group.
2138
2139 2007-04-23 Chong Yidong <cyd@stupidchicken.com>
2140
2141 * info.el (Info-mouse-scroll-up, Info-mouse-scroll-down):
2142 New functions.
2143 (Info-mode-line-node-keymap): Bind mouse commands to
2144 Info-mouse-scroll-up/down instead of Info-scroll-up/down.
2145
2146 2007-04-23 Luc Teirlinck <teirllm@auburn.edu>
2147
2148 * locate.el (locate-local-prompt): New var.
2149 (locate-prompt-for-command): Doc fix.
2150 (locate-prompt-for-search-string): New function.
2151 (locate): New optional arg. Make locate-local-prompt
2152 buffer-local. Use locate-prompt-for-search-string.
2153 (locate-with-filter): New optional arg.
2154 Use locate-prompt-for-search-string.
2155 (locate-update): Bind locate-prompt-for-command.
2156
2157 2007-04-23 Glenn Morris <rgm@gnu.org>
2158
2159 * files.el (magic-mode-alist): `<!DOCTYPE HTML' in html-mode.
2160
2161 2007-04-23 Nick Roberts <nickrob@snap.net.nz>
2162
2163 * button.el (button): Inherit from link face on a tty.
2164
2165 2007-04-23 Glenn Morris <rgm@gnu.org>
2166
2167 * button.el (button): Use color for this face on a tty.
2168
2169 * files.el (magic-mode-alist): Allow for carriage-returns in
2170 html-mode and sgml-mode entries.
2171
2172 2007-04-22 Richard Stallman <rms@gnu.org>
2173
2174 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
2175 Improve doc string of generated command.
2176
2177 * subr.el (read-number): Catch errors.
2178
2179 * hi-lock.el (hi-lock-file-patterns-policy): Doc fix.
2180
2181 2007-04-22 Chong Yidong <cyd@stupidchicken.com>
2182
2183 * image-dired.el: Rename from thumbnails.el. All instances of
2184 "thumbnails" replaced with "image-dired".
2185
2186 * dired.el (dired-mode-map): Rename "thumbnails" again, to
2187 "image-dired".
2188
2189 2007-04-22 Kim F. Storm <storm@cua.dk>
2190
2191 * ido.el (ido-kill-buffer-at-head, ido-delete-file-at-head):
2192 Don't use kill-line.
2193
2194 2007-04-22 Nick Roberts <nickrob@snap.net.nz>
2195
2196 * t-mouse.el (t-mouse-make-event): Pass on mev's more informative
2197 error message.
2198
2199 2007-04-22 Chong Yidong <cyd@stupidchicken.com>
2200
2201 * dired.el: Rename "tumme" to "thumbnails".
2202
2203 * thumbnails.el: Rename from tumme.el. All instances of "tumme"
2204 replaced with "thumbnails".
2205
2206 2007-04-22 Glenn Morris <rgm@gnu.org>
2207
2208 * hi-lock.el (hi-lock-file-patterns-policy): Make it a defcustom,
2209 and give it the risky-local-variable property.
2210
2211 * textmodes/flyspell.el (flyspell-define-abbrev): Downcase abbrev
2212 before defining it.
2213
2214 2007-04-21 Martin Rudalics <rudalics@gmx.at>
2215
2216 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
2217 Use delete-region instead of kill-line.
2218
2219 2007-04-21 Alan Mackenzie <acm@muc.de>
2220
2221 * progmodes/cc-cmds.el (c-electric-slash): Replace wrong use of
2222 `kill-region' by `delete-region'.
2223
2224 2007-04-21 Chong Yidong <cyd@stupidchicken.com>
2225
2226 * progmodes/perl-mode.el (perl-indent-command): Use delete-region
2227 instead of kill-region.
2228
2229 * progmodes/mantemp.el (mantemp-make-mantemps-region)
2230 (mantemp-insert-cxx-syntax, mantemp-sort-and-unique-lines)
2231 (mantemp-remove-memfuncs): Use delete-region instead of kill-word
2232 and kill-line.
2233
2234 * progmodes/vhdl-mode.el (vhdl-template-type)
2235 (vhdl-template-record, vhdl-template-nature)
2236 (vhdl-template-configuration-spec, vhdl-template-component-inst)
2237 (vhdl-template-break, vhdl-regress-line, vhdl-electric-tab):
2238 Use delete-region instead of kill-word and kill-line.
2239
2240 2007-04-21 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
2241
2242 * dired-x.el (dired-virtual-mode): Doc fix.
2243
2244 2007-04-21 Richard Stallman <rms@gnu.org>
2245
2246 * font-lock.el (font-lock-keywords-alist): Mark as risky.
2247
2248 * subr.el (read-number): Doc fix.
2249
2250 * simple.el (pop-to-mark-command): Display message "mark popped"
2251 if point does not move.
2252 (set-mark-command): Doc fix.
2253
2254 2007-04-21 Luc Teirlinck <teirllm@auburn.edu>
2255
2256 * locate.el: Revert 2006-09-09 and 2007-04-20 changes.
2257 (locate-local-filter, locate-local-search): New vars.
2258 (locate): Make variables local.
2259 (locate-update): Bind locate-buffer-name. Call locate using
2260 locate-local-filter and locate-local-search.
2261
2262 2007-04-20 David Koppelman <koppel@ece.lsu.edu>
2263
2264 * hi-lock.el (hi-lock-file-patterns-policy): New var.
2265 (hi-lock-find-patterns): Use hi-lock-file-patterns-policy.
2266 (hi-lock-mode): Update docstring.
2267
2268 2007-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
2269
2270 * textmodes/fill.el (fill-move-to-break-point): Don't inhibit
2271 fill-nobreak-predicate when the break is past fill-column.
2272
2273 2007-04-20 Francesco Potort\e,Al\e(B <pot@gnu.org>
2274
2275 * locate.el (locate): Output from shell-command should go in the
2276 current buffer rather than *Shell Command Output*.
2277
2278 2007-04-20 Chong Yidong <cyd@stupidchicken.com>
2279
2280 * paren.el (show-paren-function): Fix last fix.
2281
2282 2007-04-19 Kevin Ryde <user42@zip.com.au>
2283
2284 * arc-mode.el (archive-find-type): lzh-exe for lzh self-extracting exe.
2285 (archive-lzh-summarize): Add optional start arg for where to start
2286 looking at the archive.
2287 (archive-lzh-exe-summarize, archive-lzh-exe-extract): New functions.
2288
2289 * international/mule.el (auto-coding-alist): no-conversion for .exe
2290 and .EXE.
2291
2292 2007-04-19 Alan Mackenzie <acm@muc.de>
2293
2294 * progmodes/cc-cmds.el (c-in-function-trailer-p): Fix this: when a
2295 function return type contains "struct", "union", etc.
2296 c-end-of-defun goes too far forward.
2297
2298 2007-04-19 Chong Yidong <cyd@stupidchicken.com>
2299
2300 * paren.el (show-paren-function): Reset window-start to avoid
2301 recentering.
2302
2303 2007-04-19 Glenn Morris <rgm@gnu.org>
2304
2305 * calendar/todo-mode.el: Fix typo: "threshhold" -> "threshold".
2306
2307 2007-04-18 Glenn Morris <rgm@gnu.org>
2308
2309 * calendar/diary-lib.el (diary-header-line-format): Add a custom
2310 :set function.
2311 (diary-list-entries): Only switch to diary-mode from
2312 default-major-mode (reverts 2007-03-21 change). Otherwise, if in
2313 diary-mode set header-line-format, in case of any customization.
2314
2315 2007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
2316
2317 * calendar/parse-time.el (parse-time-string-chars): Check if CHAR
2318 is less than the length of parse-time-syntax.
2319
2320 2007-04-17 David Kastrup <dak@gnu.org>
2321
2322 * replace.el (query-replace-regexp-eval): Deprecate.
2323
2324 2007-04-17 Alan Mackenzie <acm@muc.de>
2325
2326 * progmodes/cc-cmds.el (c-beginning-of-defun): With -ve arg and
2327 point too close to EOB, leave point at EOB rather than last `}'.
2328
2329 2007-04-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2330
2331 * textmodes/bibtex.el (bibtex-include-OPTkey)
2332 (bibtex-user-optional-fields, bibtex-entry-field-alist):
2333 Fix defcustom.
2334
2335 2007-04-17 Glenn Morris <rgm@gnu.org>
2336
2337 * calendar/cal-dst.el (calendar-dst-find-startend): If YEAR cannot
2338 be encoded, fall back to current year.
2339
2340 2007-04-14 Kevin Ryde <user42@zip.com.au>
2341
2342 * arc-mode.el (archive-lzh-summarize): Only apply the "downcase if
2343 all upcase" rule to OS-ID 0 "generic". Always downcase for OS-ID
2344 M "MSDOS".
2345
2346 2007-04-16 Chong Yidong <cyd@stupidchicken.com>
2347
2348 * progmodes/python.el (python-end-of-block): Avoid looping forever
2349 if python-next-statement fails.
2350
2351 2007-04-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2352
2353 * textmodes/bibtex.el (bibtex-entry-field-alist): Use defcustom.
2354
2355 2007-04-16 Dan Nicolaescu <dann@ics.uci.edu>
2356
2357 * progmodes/perl-mode.el (perl-indent-level): Mark as safe local var.
2358 * progmodes/cperl-mode.el (cperl-indent-level): Likewise.
2359
2360 2007-04-15 Jay Belanger <belanger@truman.edu>
2361
2362 * calc/calc.el (calc-version): New function.
2363 (calc-trail-mode): Shorten the title.
2364
2365 2007-04-15 Chong Yidong <cyd@stupidchicken.com>
2366
2367 * mail/footnote.el (footnote-style): Clarify docstring to state
2368 that customizing this only applies to future footnotes.
2369
2370 2007-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2371
2372 * textmodes/bibtex.el (bibtex-field-list): Use functionp.
2373 (bibtex-make-field): Check that INIT is a string. Use functionp.
2374
2375 2007-04-14 Glenn Morris <rgm@gnu.org>
2376
2377 * complete.el (PC-goto-end): New buffer-local variable.
2378 (PC-do-completion-end): Make buffer-local.
2379 (partial-completion-mode) <choose-completion-string-functions>:
2380 Do not go to the end of the minibuffer if PC-goto-end is non-nil.
2381 (PC-do-completion): New optional fourth argument GOTO-END. Add a
2382 doc string. Set PC-goto-end for choose-completion.
2383 (PC-lisp-complete-symbol): Pass non-nil GOTO-END arg to
2384 PC-do-completion.
2385
2386 * textmodes/bibtex.el (bibtex-insert-kill): Pass non-nil NODELIM
2387 arg to bibtex-make-field.
2388 (bibtex-make-field): Add optional fourth arg NODELIM.
2389 Insert delimiters around INIT unless this arg is non-nil.
2390
2391 2007-04-14 Nick Roberts <nickrob@snap.net.nz>
2392
2393 * tmm.el (tmm-get-keybind): Use copy-sequence to ensure that the
2394 global map isn't modified.
2395
2396 2007-04-14 Glenn Morris <rgm@gnu.org>
2397
2398 * calendar/appt.el (appt-disp-window): Do not split small windows.
2399 Suggested by Jeff Miller <jmiller@cablespeed.com>.
2400
2401 2007-04-13 Chong Yidong <cyd@stupidchicken.com>
2402
2403 * progmodes/compile.el (compilation-start): Revert 2007-03-25 change.
2404
2405 * files.el: Ditto.
2406
2407 2007-04-13 Juanma Barranquero <lekktu@gmail.com>
2408
2409 * cus-edit.el (minibuffer, auto-save): Fix typos in docstrings.
2410
2411 * term.el (term-buffer-maximum-size, term-exec, term-escape-char)
2412 (term-set-escape-char, term-termcap-format, term-get-old-input-default)
2413 (term-skip-prompt, term-send-string, term-send-region, term-pager-page)
2414 (term-pager-help): Fix typos in docstrings.
2415
2416 * wid-edit.el (widget-documentation): Fix typo in docstring.
2417
2418 * progmodes/ebnf2ps.el (ebnf-insert-style, ebnf-merge-style):
2419 Fix typos in error messages.
2420
2421 2007-04-13 Martin Rudalics <rudalics@gmx.at>
2422
2423 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't select
2424 window marked as dedicated.
2425
2426 * mail/footnote.el (footnote-latin-string): New variable.
2427 (footnote-latin-regexp): Redefine as regexp alternative.
2428 (Footnote-latin): Use footnote-latin-string instead of
2429 footnote-latin-regexp.
2430
2431 2007-04-13 Glenn Morris <rgm@gnu.org>
2432
2433 * tmm.el (tmm-get-keybind): Use car-safe to avoid errors with
2434 inherited keymaps.
2435
2436 2007-04-12 Chong Yidong <cyd@stupidchicken.com>
2437
2438 * outline.el (outline-get-next-sibling): Clarify docstring.
2439 (outline-get-last-sibling): Handle case where we are at the first
2440 heading. Clarify docstring.
2441
2442 2007-04-12 Nick Roberts <nickrob@snap.net.nz>
2443
2444 * progmodes/gud.el (gud-minor-mode-map): Make go button same
2445 length as stop button to lessen flicker.
2446 (jdb): Add gud-print.
2447 (gud-find-expr): Jdb prints the expression with the value, so
2448 don't insert it in the output.
2449
2450 2007-04-11 Jason Rumney <jasonr@gnu.org>
2451
2452 * dnd.el (dnd-get-local-file-name): Decode both upper and lower
2453 case hex. Do not try to decode non-hex letters.
2454
2455 2007-04-11 Markus Triska <markus.triska@gmx.at>
2456
2457 * emacs-lisp/byte-opt.el (byte-optimize-backward-char)
2458 (byte-optimize-backward-word): Remove (move to bytecomp.el).
2459 (byte-optimize-form-code-walker): Evaluate pure function calls if
2460 possible.
2461 (byte-optimize-all-constp): New function.
2462
2463 * emacs-lisp/bytecomp.el (byte-compile-char-before):
2464 Improve numeric argument case.
2465 (byte-compile-backward-char, byte-compile-backward-word):
2466 New functions, performing rewriting previously done in byte-opt.el.
2467 Fix their "Fixme" item (restriction to numeric arguments).
2468
2469 2007-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
2470
2471 * desktop.el (desktop-save, desktop-create-buffer): Replace mapcar
2472 with dolist.
2473 (after-init-hook): Don't quote lambda.
2474 (desktop-first-buffer): Don't wrap it in eval-when-compile.
2475 (desktop-internal-v2s): Remove unused var `el'.
2476 (desktop-buffer-major-mode, desktop-buffer-locals): Move out of
2477 desktop-restore-file-buffer.
2478 (desktop-buffer-ok-count, desktop-buffer-fail-count): Move out of
2479 desktop-create-buffer.
2480
2481 2007-04-10 Chong Yidong <cyd@stupidchicken.com>
2482
2483 * woman.el (woman-decode-buffer): Postpone macro-set check...
2484 (woman-decode-region): ...to here.
2485
2486 2007-04-10 Thien-Thi Nguyen <ttn@gnu.org>
2487
2488 * startup.el (tty-handle-args): Use %S to log ARGS.
2489
2490 2007-04-10 Glenn Morris <rgm@gnu.org>
2491
2492 * dframe.el (dframe-frame-mode): Do not set auto-show-mode, since
2493 it is obsolete and has no effect.
2494
2495 * dos-w32.el (default-buffer-file-type): Add defvar to quieten
2496 byte-compiler.
2497
2498 * progmodes/cperl-mode.el (cperl-mode): Remove unnecessary call to
2499 obsolete function make-local-hook.
2500
2501 * progmodes/dcl-mode.el (top-level): Move (require 'tempo) to
2502 start to quieten byte-compiler.
2503
2504 2007-04-10 Markus Triska <markus.triska@gmx.at>
2505
2506 * emacs-lisp/byte-opt.el (byte-optimize-char-before): Remove (move
2507 to bytecomp.el as byte-compile-char-before).
2508 * emacs-lisp/bytecomp.el (byte-compile-char-before):
2509 New function (modified replacement for byte-optimize-char-before in
2510 byte-opt.el).
2511
2512 2007-04-09 Alan Mackenzie <acm@muc.de>
2513
2514 * startup.el (inhibit-splash-screen): Emphatically state that it
2515 can't be set in site-start.el.
2516
2517 2007-04-09 Masatake YAMATO <jet@gyve.org>
2518
2519 * progmodes/cc-subword.el (c-capitalize-subword): More closely
2520 mimic the behavior of `capitalize-word'. Do not move point with a
2521 negative argument. Based on tiny change by Paul Curry.
2522
2523 2007-04-09 Paul Curry <dashteacup@gmail.com> (tiny change)
2524
2525 * progmodes/cc-subword.el (c-downcase-subword, c-upcase-subword):
2526 Don't move point if ARG is negative.
2527
2528 2007-04-09 Alan Mackenzie <acm@muc.de>
2529
2530 Changes to make `narrow-to-defun' and `mark-defun' work properly
2531 in CC Mode:
2532
2533 * progmodes/cc-defs.el (c-beginning-of-defun-1):
2534 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
2535 Bind beginning/end-of-defun-function to nil around calls to
2536 beginning/end-of-defun.
2537
2538 * progmodes/cc-langs.el (beginning-of-defun-function)
2539 (end-of-defun-function): New c-lang-setvar's.
2540
2541 * progmodes/cc-awk.el (c-awk-beginning-of-defun): Add "(or arg
2542 (setq arg 1))" to enable non-interactive call.
2543
2544 2007-04-09 Eli Zaretskii <eliz@gnu.org>
2545
2546 * simple.el (set-mark-command): Doc fix.
2547
2548 2007-04-09 Nick Roberts <nickrob@snap.net.nz>
2549
2550 * progmodes/gud.el (gdb): Restore existing session if user
2551 tries to start a second one in graphical mode.
2552
2553 2007-04-08 Martin Rudalics <rudalics@gmx.at>
2554
2555 * cus-start.el <scroll-preserve-screen-position>: Add choices.
2556
2557 2007-04-08 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
2558
2559 * term/xterm.el (terminal-init-xterm): Fix key definitions.
2560 Add binding for C-M-SPC.
2561
2562 2007-04-08 Richard Stallman <rms@gnu.org>
2563
2564 * pcomplete.el (pcomplete-read-event): One single definition,
2565 and not a defsubst.
2566
2567 2007-04-08 Chong Yidong <cyd@stupidchicken.com>
2568
2569 * progmodes/cc-cmds.el (c-end-of-defun): Tidy up, to eliminate
2570 byte-compiler warning "value unused".
2571
2572 2007-04-08 Andreas Schwab <schwab@suse.de>
2573
2574 * term/xterm.el (terminal-init-xterm): Add bindings for keypad keys.
2575
2576 2007-04-07 Glenn Morris <rgm@gnu.org>
2577
2578 * calendar/calendar.el (diary-font-lock-keywords, diary-live-p):
2579 Autoload these functions.
2580 (diary-date-forms): Add a custom :set form.
2581
2582 * calendar/diary-lib.el (diary-set-maybe-redraw): Move definition
2583 before first use.
2584 (diary-font-lock-keywords): New function with old code for
2585 initialization of variable of same name.
2586
2587 2007-04-07 David Hansen <david.hansen@gmx.net> (tiny change)
2588
2589 * progmodes/cc-cmds.el (c-electric-paren): Fix space-before-funcall
2590 clean-up: only insert space when on identifier, etc.
2591
2592 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
2593
2594 * progmodes/grep.el (grep-find-use-xargs): Rewrite docstring.
2595
2596 * net/tls.el (open-tls-stream): Properly handle case where there
2597 is no associated buffer.
2598
2599 2007-04-07 Glenn Morris <rgm@gnu.org>
2600
2601 * ffap.el (ffap-file-at-point): Lower the priority of the
2602 ffap-ftp-sans-slash-regexp check.
2603
2604 2007-04-06 Alan Mackenzie <acm@muc.de>
2605
2606 Fix fontification of labels, and other things with ":".
2607
2608 * progmodes/cc-engine.el (c-forward-label): The function now
2609 returns 'goto-target, 'qt-2kwds-colon, 'qt-1kwd-colon, as well as
2610 the former t.
2611
2612 * progmodes/cc-fonts.el (c-font-lock-declarations): Interpret the
2613 new return code from c-forward-label, fontifying tokens properly.
2614 Add some general comments throughout the file.
2615
2616 2007-04-06 Chong Yidong <cyd@stupidchicken.com>
2617
2618 * textmodes/flyspell.el (flyspell-duplicate, flyspell-incorrect):
2619 Revert 2006-01-27 change.
2620
2621 * diff-mode.el (diff-mode): Revert 2007-03-04 change.
2622
2623 * menu-bar.el (menu-bar-tools-menu): Revert 2003-07-25 change.
2624
2625 * desktop.el (desktop-create-buffer, desktop-save):
2626 Revert 2004-11-12 change for lack of copyright papers.
2627
2628 * dired-x.el (dired-guess-shell-case-fold-search): Delete var.
2629 (dired-guess-default): Respect case.
2630
2631 * isearch.el (isearch-forward): Revert 1998-08-26 doc change.
2632
2633 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Remove function;
2634 was originally checked in as byte-optimize-concat on 1997-11-02.
2635
2636 * mail/sendmail.el (mail-text, mail-mode): Revert extant pieces of
2637 1995-05-19 doc changes.
2638
2639 2007-04-06 Kim F. Storm <storm@cua.dk>
2640
2641 * loadhist.el (read-feature): Reimplement. New optional arg LOADED-P.
2642 (unload-feature): Update interactive spec accordingly.
2643
2644 * progmodes/grep.el (grep-program): Remove commentary about zgrep.
2645
2646 2007-04-06 John Paul Wallington <jpw@pobox.com>
2647
2648 * subr.el (with-case-table): Use `make-symbol' to avoid variable
2649 capture. Restore the table in the same buffer.
2650
2651 * font-lock.el (lisp-font-lock-keywords-2): Add `with-case-table'.
2652
2653 2007-04-05 Chong Yidong <cyd@stupidchicken.com>
2654
2655 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
2656 Print entire form.
2657
2658 2007-04-05 Nick Roberts <nickrob@snap.net.nz>
2659
2660 * progmodes/gdb-ui.el (breakpoint-disabled): Tweak face (again)
2661 for low-color displays.
2662
2663 2007-04-05 Glenn Morris <rgm@gnu.org>
2664
2665 * play/5x5.el, play/animate.el, play/dissociate.el, play/doctor.el,
2666 * play/gomoku.el, play/landmark.el, play/tetris.el, play/zone.el:
2667 Seed random number generator on loading.
2668
2669 * emacs-lisp/authors.el (top-level): Provide self.
2670
2671 * play/animate.el (top-level): Provide self.
2672
2673 2007-04-04 Alan Mackenzie <acm@muc.de>
2674
2675 * progmodes/cc-vars.el (c-special-indent-hook): Amend doc-string
2676 to mention c-syntactic-indentation.
2677
2678 2007-04-04 Chong Yidong <cyd@stupidchicken.com>
2679
2680 * subr.el (with-case-table): New macro.
2681
2682 * international/mule.el (ascii-case-table): New var.
2683
2684 * mail/smtpmail.el (smtpmail-via-smtp): Use ascii-case-table when
2685 downcasing.
2686
2687 2007-04-03 Nick Roberts <nickrob@snap.net.nz>
2688
2689 * progmodes/gud.el (gud-minor-mode-map): Simplify.
2690
2691 * t-mouse.el (t-mouse-make-event-element): Don't use the left edge
2692 of the window if we're outside it e.g menu-bar.
2693
2694 * xt-mouse.el (xterm-mouse-event): Don't use the left edge of the
2695 window if we're outside it e.g menu-bar.
2696
2697 2007-04-03 Eli Zaretskii <eliz@gnu.org>
2698
2699 * mail/rmail.el (rmail-convert-to-babyl-format): Don't try to
2700 decode base-64 encoded body if its content-type is something other
2701 than text/* or message/*.
2702
2703 2007-04-03 Juanma Barranquero <lekktu@gmail.com>
2704
2705 * simple.el (activate-mark-hook): Fix typo in docstring.
2706
2707 2007-04-03 Nick Roberts <nickrob@snap.net.nz>
2708
2709 * tmm.el (tmm-c-prompt): Initialize.
2710 (tmm-menubar): Deal with extended menu-items at top level.
2711 (tmm-get-keybind): Handle bindings redefined/undefined locally.
2712 (tmm-prompt): Handle visibility of top level menu-items.
2713
2714 * progmodes/gud.el (gud-menu-map): Simplify.
2715 (gud-minor-mode-map): Add tool-bar like bindings to the text mode
2716 menubar.
2717
2718 2007-04-02 Chong Yidong <cyd@stupidchicken.com>
2719
2720 * mail/smtpmail.el (smtpmail-via-smtp): Revert last change.
2721
2722 * comint.el (comint-send-input): Widen the buffer first.
2723
2724 * info.el (Info-fontify-maximum-menu-size): Revert to 100000.
2725
2726 2007-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
2727
2728 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Only obey
2729 emacs-lisp-docstring-fill-column in emacs-lisp-mode.
2730
2731 * newcomment.el (comment-search-forward): Discard comment starters
2732 before point.
2733
2734 2007-04-01 Guanpeng Xu <herberteuler@hotmail.com>
2735
2736 * mouse.el (mouse-set-secondary): Update mouse-secondary-overlay.
2737
2738 2007-04-01 Chong Yidong <cyd@stupidchicken.com>
2739
2740 * mail/smtpmail.el (smtpmail-via-smtp): Use standard case table
2741 when downcasing.
2742
2743 * button.el (previous-button): Rewrite to account for adjacent buttons.
2744
2745 2007-04-01 J.D. Smith <jdsmith@as.arizona.edu>
2746
2747 * progmodes/idlwave.el (idlwave-auto-fill):
2748 Revert paragraph-separate change.
2749
2750 * progmodes/idlw-shell.el (idlwave-shell-break-in):
2751 Simplify module calc.
2752 (idlwave-shell-set-bp-in-module): Compute module.
2753
2754 2007-03-31 Glenn Morris <rgm@gnu.org>
2755
2756 * emacs-lisp/timer.el (run-at-time): Doc fix.
2757
2758 * emacs-lisp/warnings.el (display-warning): If we create the
2759 buffer displaying the warning, disable undo there.
2760
2761 2007-03-31 Michael Albinus <michael.albinus@gmx.de>
2762
2763 * net/tramp.el (tramp-register-file-name-handler)
2764 (tramp-register-completion-file-name-handler): New defsubst,
2765 derived from `tramp-register-file-name-handlers'. The split is
2766 necessary because Tramp's file name handlers must be registered at
2767 different startup places.
2768
2769 2007-03-31 Chong Yidong <cyd@stupidchicken.com>
2770
2771 * progmodes/hideshow.el (turn-off-hideshow): New function.
2772 (hs-minor-mode): Use it instead of a lambda expression in
2773 change-major-mode-hook.
2774
2775 2007-03-31 David Kastrup <dak@gnu.org>
2776
2777 * woman.el (woman-Cyg-to-Win): Don't convert cons cells
2778 corresponding to MANPATH_MAP entries.
2779 (woman-man.conf-path, woman-parse-man.conf): Doc fix.
2780 (woman-parse-man.conf): Use more discriminating man.conf name.
2781 (woman-parse-man.conf): Parse MANPATH_MAP entries.
2782 (woman-manpath): Doc fix and type fix.
2783 (woman-cached-data): Check for MANPATH_MAP entries.
2784 (woman-expand-directory-path): Treat MANPATH_MAP entries.
2785
2786 2007-03-31 Stuart Herring <herring@lanl.gov>
2787
2788 * emacs-lisp/sregex.el (sregexq): Doc fix.
2789
2790 2007-03-31 Markus Triska <markus.triska@gmx.at>
2791
2792 * flymake.el (flymake-err-line-patterns): Doc fix.
2793
2794 2007-03-30 Reiner Steib <Reiner.Steib@gmx.de>
2795
2796 * info.el (info-tool-bar-map): Use "exit" for Info-exit.
2797 Move to the right.
2798
2799 2007-03-30 Alan Mackenzie <acm@muc.de>
2800
2801 * progmodes/cc-cmds.el (c-forward-to-nth-EOF-}): Fix EOB bug.
2802
2803 2007-03-30 Thien-Thi Nguyen <ttn@gnu.org>
2804
2805 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Take additional arg DLL.
2806 Use it, passed in explicitly, instead of from the dynamic binding.
2807 (ewoc-create, ewoc-enter-before): Update to use new call sequence.
2808
2809 2007-03-30 Juanma Barranquero <lekktu@gmail.com>
2810
2811 * simple.el (blink-matching-open): When in minibuffer, don't
2812 search for a match inside the prompt.
2813
2814 2007-03-30 Nick Roberts <nickrob@snap.net.nz>
2815
2816 * tmm.el (tmm-menubar): Select the right menu item with the mouse.
2817 (tmm-prompt): Don't make the mouse user select the first menu
2818 item twice.
2819
2820 2007-03-30 Chong Yidong <cyd@stupidchicken.com>
2821
2822 * eshell/esh-proc.el (eshell/kill): Tweak regexp to recognize
2823 SIGUSR1 and SIGUSR2.
2824
2825 2007-03-29 Kim F. Storm <storm@cua.dk>
2826
2827 * ido.el (ido-read-internal): When reading file or dir, only override
2828 minibuffer-local-filename-completion-map, otherwise only override
2829 minibuffer-local-completion-map.
2830
2831 2007-03-29 Glenn Morris <rgm@gnu.org>
2832
2833 * complete.el (partial-completion-mode): Set PC-do-completion-end
2834 to nil after use.
2835 (PC-lisp-complete-symbol): Create and use a marker at `end',
2836 rather than using point-marker.
2837
2838 2007-03-28 Chong Yidong <cyd@stupidchicken.com>
2839
2840 * simple.el (next-error-highlight): Doc fix.
2841 (compose-mail): Revert 2007-03-19 change.
2842
2843 2007-03-28 Richard Stallman <rms@gnu.org>
2844
2845 * emacs-lisp/edebug.el (edebug-display): Don't go to
2846 edebug-outside-buffer if it is dead.
2847
2848 2007-03-28 Juanma Barranquero <lekktu@gmail.com>
2849
2850 * view.el (view-mode): Fix typos in docstring.
2851
2852 2007-03-28 Stephen Berman <Stephen.Berman@gmx.net>
2853
2854 * recentf.el (recentf-save-file): Add a custom :set function.
2855
2856 2007-03-28 Glenn Morris <rgm@gnu.org>
2857
2858 * complete.el (PC-do-completion-end): New variable.
2859 (partial-completion-mode) <choose-completion-string-functions>:
2860 Use PC-do-completion-end in the non-minibuffer case to replace the
2861 correct amount of text.
2862 (PC-do-completion): Set PC-do-completion-end for c-c-s-f.
2863 (PC-lisp-complete-symbol): Give marker the after-insertion type,
2864 to deal with improvements inserted after point.
2865
2866 2007-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
2867
2868 * button.el (make-text-button): Add explicit `button' property.
2869 (default-button): Don't put a `button' property on it.
2870
2871 * progmodes/python.el (python-mode): Skip comments when parsing.
2872
2873 * vc-arch.el (vc-with-current-file-buffer): New macro.
2874 (vc-arch-file-source-p): Use it to avoid infloop.
2875
2876 2007-03-28 David Hansen <david.hansen@gmx.net> (tiny change)
2877
2878 * emacs-lisp/lisp.el (lisp-complete-symbol):
2879 Fix call to get-buffer-window to find windows in other frames.
2880
2881 2007-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
2882
2883 * comint.el (comint-proc-query, comint-dynamic-list-completions):
2884 Fix calls to get-buffer-window to find windows in other frames.
2885 Reported by David Hansen <david.hansen@gmx.net>.
2886
2887 2007-03-27 Kevin Ryde <user42@zip.com.au>
2888
2889 * info.el (Info-display-images-node): On a text-only terminal,
2890 show the "text" or "alt" parts of the image blobs.
2891
2892 2007-03-27 Glenn Morris <rgm@gnu.org>
2893
2894 * complete.el (PC-do-completion): Compute completion-base-size in
2895 the non-filename case, rather than setting to nil.
2896 (PC-lisp-complete-end): New variable.
2897 (PC-lisp-complete-symbol): Use PC-lisp-complete-end to store the
2898 original end in a series of consecutive invocations.
2899
2900 * calendar/calendar.el (calendar-mode-hook): Declare it.
2901
2902 * calendar/diary-lib.el (diary-live-p): Do not check for
2903 diary-selective-display.
2904
2905 2007-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
2906
2907 * replace.el (occur-next-error): *Occur* might not be displayed in the
2908 selected frame. Reported by David Hansen <david.hansen@gmx.net>.
2909
2910 2007-03-26 Richard Stallman <rms@gnu.org>
2911
2912 * textmodes/flyspell.el (flyspell-large-region):
2913 Use ispell-call-process-region.
2914
2915 2007-03-26 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
2916
2917 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
2918 Use prin1 instead of princ.
2919
2920 2007-03-25 Chong Yidong <cyd@stupidchicken.com>
2921
2922 * faces.el (face-set-after-frame-default): Revert 2007-03-10 change.
2923 Merge in X resources before global face.
2924
2925 * progmodes/compile.el (compilation-start): Save compilation-directory
2926 rather than default-directory as local var.
2927 (compilation-directory): Mark as safe local var.
2928
2929 * files.el: Don't mark default-directory as a safe local var.
2930
2931 2007-03-25 Alan Mackenzie <acm@muc.de>
2932
2933 * progmodes/cc-mode.el (c-before-change): Fix BOB bug.
2934 * progmodes/cc-engine.el: Fix typo.
2935
2936 2007-03-25 Juri Linkov <juri@jurta.org>
2937
2938 * compare-w.el (compare-windows): Rename customization group
2939 `compare-w' to `compare-windows'.
2940 (compare-windows-whitespace, compare-ignore-whitespace)
2941 (compare-ignore-case, compare-windows-sync)
2942 (compare-windows-sync-string-size, compare-windows-recenter)
2943 (compare-windows-highlight, compare-windows): Change group name in
2944 the `group' tag from `compare-w' to `compare-windows'.
2945 (compare-windows-sync): Add option `nil' for no sync. Doc fix.
2946
2947 2007-03-24 Markus Triska <markus.triska@gmx.at>
2948
2949 * expand.el: Change example to always enable abbrev-mode,
2950 and remove redundant `function'.
2951 (expand-abbrev-hook): Add autoload cookie.
2952
2953 2007-03-24 Ryan Yeske <rcyeske@gmail.com>
2954
2955 * emacs-lisp/testcover.el (testcover-start, testcover-end)
2956 (testcover-mark-all, testcover-unmark-all): Add prompts to
2957 interactive specs.
2958
2959 2007-03-24 Jason Rumney <jasonr@gnu.org>
2960
2961 * autorevert.el (find-file-hook, auto-revert-tail-mode):
2962 Use file size in bytes for auto-revert-tail-pos not characters.
2963
2964 2007-03-24 Thien-Thi Nguyen <ttn@gnu.org>
2965
2966 * vc-rcs.el (vc-rcs-annotate-command):
2967 Set text property :vc-annotate-prefix on the annotation text.
2968 (vc-rcs-annotate-time): Instead of searching for ": ",
2969 search for end of text propertized with :vc-annotate-prefix.
2970
2971 2007-03-24 Martin Rudalics <rudalics@gmx.at>
2972
2973 * whitespace.el (top level): Remove calls putting
2974 permanent-local nil property since these are no-ops.
2975
2976 * man.el (Man-support-local-filenames): Assure that
2977 default-directory exists when doing call-process.
2978
2979 2007-03-23 David Vazquez <xeos00@gmail.com> (tiny change)
2980
2981 * progmodes/m4-mode.el (m4-m4-buffer, m4-m4-region):
2982 Fix omission bug: Use m4-program-options to construct shell command.
2983
2984 2007-03-23 David Kastrup <dak@gnu.org>
2985
2986 * progmodes/cc-mode.el (c-make-emacs-variables-local):
2987 Use `mapcar' rather than `mapcan' to silence compiler warning.
2988
2989 2007-03-22 Ralf Angeli <angeli@caeruleus.net>
2990
2991 * textmodes/reftex.el, textmodes/reftex-vars.el,
2992 * textmodes/reftex-toc.el, textmodes/reftex-sel.el,
2993 * textmodes/reftex-ref.el, textmodes/reftex-parse.el,
2994 * textmodes/reftex-index.el, textmodes/reftex-global.el,
2995 * textmodes/reftex-dcr.el, textmodes/reftex-cite.el,
2996 * textmodes/reftex-auc.el: Add maintainer address.
2997
2998 2007-03-22 Carsten Dominik <dominik@science.uva.nl>
2999
3000 * textmodes/org.el (org-agenda-mode, org-table-edit-formulas):
3001 Make sure that `global-font-lock-mode' does not turn on font-lock
3002 in these buffers.
3003
3004 2007-03-21 Kim F. Storm <storm@cua.dk>
3005
3006 * xt-mouse.el (xt-mouse-epoch): New variable.
3007 (xterm-mouse-event): Use float-time.
3008
3009 2007-03-21 Nick Roberts <nickrob@snap.net.nz>
3010
3011 * xt-mouse.el (xterm-mouse-event): Compute a timestamp using
3012 current-time.
3013
3014 2007-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
3015
3016 * complete.el (read-file-name-internal): Don't add the final > if the
3017 completion is not finished (re-application of this patch, which was
3018 accidentally undone by Eli).
3019
3020 2007-03-21 Chong Yidong <cyd@stupidchicken.com>
3021
3022 * emulation/viper.el (viper-non-hook-settings): Handle mouse
3023 clicks in describe-key and describe-key-briefly advice a little better.
3024
3025 2007-03-21 Juanma Barranquero <lekktu@gmail.com>
3026
3027 * server.el (server-process-filter): Cancel any pending isearch.
3028
3029 2007-03-21 Ulf Jasper <ulf.jasper@web.de>
3030
3031 * calendar/icalendar.el (icalendar-version): Increase to 0.15.
3032 (icalendar--get-unfolded-buffer): Define actual arguments rather
3033 than just using &rest. Check replace-in-string is fbound.
3034 (icalendar-import-buffer): Doc fix.
3035 (icalendar--convert-ical-to-diary): Set diary-file.
3036 Check diary-file before inserting final newline.
3037 (icalendar--add-diary-entry): Return diary-file.
3038
3039 2007-03-21 Glenn Morris <rgm@gnu.org>
3040
3041 * calendar/calendar.el (diary-set-maybe-redraw): Autoload it.
3042 (diary-display-hook): Add custom :set function.
3043
3044 * calendar/diary-lib.el (diary-header-line-flag): Doc fix.
3045 Add custom :set function.
3046 (diary-header-line-format): Doc fix.
3047 (diary-set-maybe-redraw): New function.
3048 (number-of-diary-entries): Change :set to use diary-set-maybe-redraw.
3049 (diary-list-entries): Always run diary-mode.
3050
3051 2007-03-20 Kenichi Handa <handa@m17n.org>
3052
3053 * international/quail.el (quail-setup-completion-buf): Make the
3054 completion buffer read-only.
3055 (quail-completion): Adjusted for the above change. Leave the
3056 modified flag nil.
3057
3058 2007-03-20 David Kastrup <dak@gnu.org>
3059
3060 * files.el (magic-mode-alist): Require literal "%!PS" string for
3061 magic postscript file detection.
3062
3063 2007-03-20 Richard Stallman <rms@gnu.org>
3064
3065 * textmodes/ispell.el (ispell-call-process): New function.
3066 Defends against bad `default-directory.'
3067 (ispell-check-version, ispell-find-aspell-dictionaries)
3068 (ispell-get-aspell-config-value, lookup-words): Call it.
3069 (ispell-call-process-region): New function.
3070 (ispell-send-string): Call it.
3071
3072 2007-03-20 Andreas Schwab <schwab@suse.de>
3073
3074 * Makefile.in (custom-deps): Depend on $(lisp)/subdirs.el.
3075 (finder-data): Likewise.
3076 (autoloads): Likewise.
3077
3078 2007-03-20 Martin Rudalics <rudalics@gmx.at>
3079
3080 * files.el (basic-save-buffer): Do not set visited filename when
3081 the corresponding directory does not exist or the specified
3082 filename is that of an existing directory.
3083
3084 2007-03-20 Glenn Morris <rgm@gnu.org>
3085
3086 * calendar/diary-lib.el (diary-live-p): New function.
3087 (number-of-diary-entries): Add a :set function to redisplay diary
3088 when necessary.
3089
3090 2007-03-19 Nick Roberts <nickrob@snap.net.nz>
3091
3092 * t-mouse.el (t-mouse-make-event-element): Use timestamp output
3093 from client program, mev, to compute mouse event.
3094
3095 2007-03-19 Chong Yidong <cyd@stupidchicken.com>
3096
3097 * faces.el (momentary): Face removed; unused due to reversion of
3098 2007-01-04 changes by Kevin Rodgers.
3099
3100 * mouse.el (mouse-drag-track): Remove spurious input-pending-p test.
3101 Suggested by Johan Bockg\e,Ae\e(Brd.
3102
3103 2007-03-19 Martin Rudalics <rudalics@gmx.at>
3104
3105 * font-lock.el (lisp-font-lock-keywords-1):
3106 Highlight define-globalized-minor-mode as a keyword.
3107
3108 2007-03-19 Kim F. Storm <storm@cua.dk>
3109
3110 * calc/calc-forms.el (math-std-daylight-savings)
3111 (math-std-daylight-savings-old): Doc fix.
3112
3113 2007-03-19 Juanma Barranquero <lekktu@gmail.com>
3114
3115 * progmodes/python.el (python-default-template): Doc fix.
3116 (python-buffer): Fix typo in docstring.
3117
3118 * isearchb.el (isearchb-follow-char):
3119 * subr.el (def-edebug-spec): Fix typo in docstring.
3120
3121 2007-03-19 Richard Stallman <rms@gnu.org>
3122
3123 * files.el (default-directory): Mark safe.
3124 (basic-save-buffer-2): Put proper dir name in error message.
3125
3126 * simple.el (compose-mail): Run switch-function after
3127 setting up the mail buffer.
3128
3129 * startup.el (inhibit-splash-screen, initial-major-mode): Doc fixes.
3130
3131 2007-03-18 Jay Belanger <belanger@truman.edu>
3132
3133 * calc/calc-forms.el (math-parse-date): Fix a regular expression.
3134 (math-std-daylight-savings-new): Rename from
3135 `math-std-daylight-savings'.
3136 (math-std-daylight-savings-old): Rename from old value of
3137 `math-std-daylight-savings'.
3138 (math-std-daylight-savings): Use `math-std-daylight-savings-new' or
3139 `math-std-daylight-savings-old' depending on the year.
3140
3141 2007-03-18 Detlev Zundel <dzu@gnu.org>
3142
3143 * emacs-lisp/re-builder.el (reb-update-overlays): Do not mark
3144 zero-width regexps as invalid but rather at least count them correctly.
3145
3146 2007-03-18 Thien-Thi Nguyen <ttn@gnu.org>
3147
3148 * net/tls.el (open-tls-stream): In handshake-waiting loop,
3149 don't wait more if there is output available to process.
3150
3151 2007-03-18 Nick Roberts <nickrob@snap.net.nz>
3152
3153 * progmodes/compile.el (compilation-find-file): Revert change
3154 from 2006-07-18 to allow completion of directory names.
3155 Reported by John Carter <john.carter@tait.co.nz>.
3156
3157 2007-03-18 Kim F. Storm <storm@cua.dk>
3158
3159 * subr.el (when, unless): Doc fix.
3160
3161 2007-03-17 Thien-Thi Nguyen <ttn@gnu.org>
3162
3163 * net/tls.el (tls-program): Doc fix.
3164
3165 2007-03-17 Denis Bueno <dbueno@gmail.com> (tiny change)
3166
3167 * autorevert.el (auto-revert-tail-handler):
3168 Call after-revert-hook.
3169
3170 2007-03-17 Ryan Yeske <rcyeske@gmail.com>
3171
3172 * simple.el (switch-to-completions): No error if search for \n\n fails.
3173
3174 2007-03-17 Chong Yidong <cyd@stupidchicken.com>
3175
3176 * simple.el (line-move-1):
3177 Respect `inhibit-line-move-field-capture' property.
3178
3179 2007-03-13 Chong Yidong <cyd@stupidchicken.com>
3180
3181 * comint.el (comint-arguments): Mark backslash-escaped chars.
3182 (comint-delim-arg): Don't treat them as delimiters.
3183
3184 2007-03-12 Kim F. Storm <storm@cua.dk>
3185 * ido.el (ido-init-completion-maps): Remap delete-backward-char.
3186
3187 2007-03-12 Lawrence Mitchell <wence@gmx.li> (tiny change)
3188
3189 * tempo.el (tempo-insert): Deal with 'r> if it appears
3190 specified with a prompt argument.
3191
3192 2007-03-12 Carsten Dominik <dominik@science.uva.nl>
3193
3194 * textmodes/org.el (org-set-font-lock-defaults):
3195 Handle narrow table columns correctly.
3196
3197 2007-03-12 Mark A. Hershberger <mah@everybody.org>
3198
3199 * xml.el (xml-parse-tag, xml-parse-string, xml-parse-attlist)
3200 (xml-parse-dtd, xml-parse-elem-type, xml-substitute-special):
3201 Return to use of the -no-properties variants. There was
3202 consensus on emacs-devel that the speed of these variants was
3203 prefered since we are usually parsing files (from the internet
3204 or on disk) instead of XML created in Emacs.
3205
3206 * eshell/esh-mode.el (eshell-handle-ansi-color): New function.
3207 Add customize option.
3208
3209 2007-03-12 Glenn Morris <rgm@gnu.org>
3210
3211 * calc/calc-forms.el (math-std-daylight-savings): Switch to new
3212 North American rule. Replace "daylight savings" with "daylight
3213 saving" in doc.
3214
3215 * calendar/cal-china.el, cal-dst.el, calendar.el, diary-lib.el:
3216 * calendar/lunar.el, solar.el: Replace "daylight savings" with
3217 "daylight saving" in text.
3218
3219 * woman.el (woman-change-fonts): Tweak previous change by using
3220 woman-request-regexp rather than "^\\.".
3221
3222 * startup.el (command-line-1): Make insertion of
3223 initial-scratch-message not depend on scratch being selected.
3224
3225 2007-03-11 Juri Linkov <juri@jurta.org>
3226
3227 * replace.el (match): Use yellow background on light-bg terminals.
3228
3229 2007-03-11 Richard Stallman <rms@gnu.org>
3230
3231 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
3232 Correctly compute line number.
3233
3234 2007-03-11 Guanpeng Xu <herberteuler@hotmail.com>
3235
3236 * type-break.el (type-break-get-previous-count):
3237 Repeat previous change here.
3238
3239 2007-03-11 Dan Nicolaescu <dann@ics.uci.edu>
3240
3241 * progmodes/grep.el (grep-find-ignored-directories):
3242 Add .git and .bzr to list.
3243
3244 2007-03-11 Andreas Schwab <schwab@suse.de>
3245
3246 * diff-mode.el (diff-apply-hunk): Use proper format string for error.
3247
3248 2007-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
3249
3250 * mail/emacsbug.el (report-emacs-bug): Don't hard code the "X" name.
3251
3252 2007-03-10 Chong Yidong <cyd@stupidchicken.com>
3253
3254 * faces.el (face-set-after-frame-default): Recalculate face
3255 customizations after applying X resources.
3256
3257 2007-03-10 Ryan Yeske <rcyeske@gmail.com>
3258
3259 * net/rcirc.el (rcirc-timeout-seconds): New variable.
3260 (rcirc-keepalive-seconds): Remove variable.
3261 (rcirc-server-name, rcirc-timeout-timer, rcirc-connecting)
3262 (rcirc-process, rcirc-user-disconnect): New variables.
3263 (rcirc-connect): Initalize new variables.
3264 (rcirc-keepalive): Don't send keepalive pings before connection
3265 is completed.
3266 (rcirc-sentinel): Do mark all channels with activity when
3267 connection is dropped. Run hook with process buffer local.
3268 (rcirc-reschedule-timeout, rcirc-delete-process): New functions.
3269 (rcirc-buffer-process): Return value of rcirc-process if
3270 rcirc-server-buffer is nil.
3271 (rcirc-server-name): Return the reported server name.
3272 (rcirc-update-prompt): Simplify computation of the server name.
3273 (rcirc-format-response-string): Likewise.
3274 (rcirc-handler-001): Mark server as connected, record the reported
3275 server name, and schedule a timeout.
3276 (rcirc-track-nick): Add a spec for the tty class.
3277 (rcirc-user-non-nick): Remove function.
3278 (rcirc-nick-prefix-chars): Add variable.
3279 (rcirc-user-nick): Use above variable.
3280
3281 2007-03-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
3282
3283 * icomplete.el (icomplete-tidy, icomplete-exhibit):
3284 Bind deactivate-mark to nil.
3285
3286 2007-03-10 Martin Rudalics <rudalics@gmx.at>
3287
3288 * complete.el (PC-do-completion): Bind dirlength to nil to avoid
3289 that buffer contents get erased during completion.
3290
3291 2007-03-10 Glenn Morris <rgm@gnu.org>
3292
3293 * woman.el (woman-change-fonts): Add a hack to deal with
3294 font-escape followed by "." at start of a line.
3295 (woman2-IP): Add a hack to deal with consecutive requests.
3296 (woman2-tagged-paragraph): Extend existing hack to handle "sp".
3297
3298 2007-03-10 Alan Mackenzie <acm@muc.de>
3299
3300 * progmodes/cc-mode.el (c-before-change): Wrap in save-match-data.
3301
3302 2007-03-09 Richard Stallman <rms@gnu.org>
3303
3304 * abbrev.el (abbrev): Add `provide'.
3305
3306 2007-03-09 Thien-Thi Nguyen <ttn@gnu.org>
3307
3308 * net/ange-ftp.el (ange-ftp-try-passive-mode): Doc fix.
3309
3310 2007-03-09 Martin Rudalics <rudalics@gmx.at>
3311
3312 * complete.el (PC-try-completion): New function.
3313 (PC-do-completion, read-file-name-internal): Use it instead of
3314 try-completion.
3315
3316 2007-03-08 Alan Mackenzie <acm@muc.de>
3317
3318 Remove stale tokens from `c-found-types' cache.
3319
3320 * progmodes/cc-mode.el (c-unfind-enclosing-token)
3321 (c-unfind-coalesced-tokens, c-before-change): New functions.
3322 (c-maybe-stale-found-type): New variable.
3323
3324 * progmodes/cc-engine.el (c-partial-ws-p, c-unfind-type)
3325 (c-trim-found-types): New functions.
3326
3327 2007-03-08 Stefan Monnier <monnier@iro.umontreal.ca>
3328
3329 * smerge-mode.el (smerge-remove-props): Don't mark the buffer modified.
3330 (debug-ignored-errors): Add entry from smerge-match-conflict.
3331
3332 2007-03-08 J.D. Smith <jdsmith@as.arizona.edu>
3333
3334 * progmodes/idlw-help.el (idlwave-do-context-help1): Don't visit
3335 special help topics for keywords.
3336 (idlwave-help-assistant-command): Include ".exe" for ms-dos
3337 etc. Assistant command.
3338
3339 2007-03-08 Chong Yidong <cyd@stupidchicken.com>
3340
3341 * replace.el (occur-engine): Move buffer-undo-list binding...
3342 (occur-1): ...to here.
3343
3344 * complete.el (PC-bindings): Rebind M-TAB in read-expression-map.
3345
3346 * simple.el (minibuffer-completing-symbol): New var.
3347 (eval-expression): Use it.
3348 (completion-setup-function): Don't bind completion-base-size when
3349 completing a symbol in the minibuffer.
3350
3351 2007-03-08 Nick Roberts <nickrob@snap.net.nz>
3352
3353 * progmodes/gud.el (gdb): Pop up current GUD buffer if user
3354 tries to start a second session in graphical mode.
3355
3356 2007-03-07 Miles Bader <miles@gnu.org>
3357
3358 * international/isearch-x.el
3359 (isearch-process-search-multibyte-characters):
3360 Strip text-properties from PROMPT to avoid an error from read-string.
3361
3362 2007-03-07 Kim F. Storm <storm@cua.dk>
3363
3364 * complete.el (PC-bindings): Remap lisp-complete-symbol to
3365 PC-lisp-complete-symbol instead of binding M-TAB in global-map.
3366
3367 2007-03-07 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
3368
3369 * complete.el (PC-do-completion): Delete duplicates in the list of
3370 possible completions.
3371
3372 2007-03-07 Glenn Morris <rgm@gnu.org>
3373
3374 * ses.el (ses-mode): Doc fix.
3375
3376 2007-03-06 Kim F. Storm <storm@cua.dk>
3377
3378 * isearch.el (isearch-message-prefix): Undo 2007-03-01 change.
3379
3380 2007-03-06 Kenichi Handa <handa@m17n.org>
3381
3382 * term/x-win.el (x-select-utf8-or-ctext): Improve the strategy.
3383
3384 2007-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
3385
3386 * simple.el (completion-setup-function): Improve last fix so it doesn't
3387 set it to a relative directory name either.
3388
3389 2007-03-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3390
3391 * ps-print.el: Replace some (defvar VAR) by (defvar VAR nil).
3392
3393 2007-03-05 Richard Stallman <rms@gnu.org>
3394
3395 * emacs-lisp/re-builder.el (reb-re-syntax): Fix custom type.
3396
3397 * files.el (find-file-noselect): No error if file no longer exists.
3398 Display a message and avoid other questions.
3399
3400 2007-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
3401
3402 * pcomplete.el (pcomplete-show-completions): Improve last change, so
3403 as not to use an invisible window and to create a window if none exist.
3404
3405 * progmodes/python.el (python-send-command): Restart proc if necessary.
3406 (python-proc): Simplify.
3407
3408 2007-03-05 David Hansen <david.hansen@gmx.net> (tiny change)
3409
3410 * pcomplete.el (pcomplete-show-completions): Search all frames for
3411 completions buffer.
3412
3413 2007-03-05 Chong Yidong <cyd@stupidchicken.com>
3414
3415 * cus-edit.el (customize-save-variable): Clear customized-value
3416 property (saved values are now put in theme-value property).
3417 (customize-set-variable): Doc fix.
3418
3419 * complete.el (PC-do-completion): If completion-ignore-case is
3420 non-nil, replace field with completion string before exiting.
3421
3422 2007-03-05 Michael Albinus <michael.albinus@gmx.de>
3423
3424 * net/tramp.el (tramp-make-temp-file): New parameter FILENAME.
3425 Append its extension to the resulting temporary file name.
3426 (tramp-handle-file-local-copy, tramp-handle-write-region): Apply it.
3427
3428 * net/tramp-smb.el (tramp-smb-handle-file-local-copy)
3429 (tramp-smb-handle-write-region): Apply it.
3430
3431 2007-03-05 Alin C. Soare <alinsoar@voila.fr> (tiny change)
3432
3433 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
3434 Redo previous change.
3435
3436 2007-03-04 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
3437
3438 * diff-mode.el (diff-mode): Doc fix.
3439
3440 2007-03-05 Kenichi Handa <handa@m17n.org>
3441
3442 * international/characters.el: Set category `l' (latin)
3443 for more characters.
3444
3445 2007-03-04 Kim F. Storm <storm@cua.dk>
3446
3447 * emacs-lisp/authors.el (authors-aliases): Add alias.
3448
3449 2007-03-04 Glenn Morris <rgm@gnu.org>
3450
3451 * progmodes/hideshow.el (hs-minor-mode): Turn mode off and show
3452 all when switching major mode.
3453 (hs-minor-mode, hs-c-start-regexp, hs-block-start-regexp)
3454 (hs-block-start-mdata-select, hs-block-end-regexp)
3455 (hs-forward-sexp-func, hs-adjust-block-beginning):
3456 Do not make these variables permanent-local.
3457
3458 2007-03-04 Richard Stallman <rms@gnu.org>
3459
3460 * progmodes/cperl-mode.el (cperl-mode):
3461 Modify cperl-compilation-error-regexp-alist by appending.
3462
3463 * emacs-lisp/edebug.el (edebug-kill-buffer): New function.
3464 (edebug-mode): Add the hook.
3465 (edebug-recursive-edit): Remove the hook on exiting.
3466
3467 * type-break.el (type-break-get-previous-time):
3468 Handle end-of-file errors specially
3469 so they don't get reported wrong in .emacs.
3470
3471 * startup.el (fancy-splash-text): Clarify text.
3472
3473 * simple.el (beginning-of-buffer, end-of-buffer):
3474 Avoid treating plain C-u like numeric arg.
3475
3476 * simple.el (completion-setup-function): Don't set
3477 default-directory to nil.
3478
3479 * shell.el (shell-dirstack-query): Doc fix.
3480
3481 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
3482 Don't select the window -- pass it to primitives instead.
3483
3484 * faces.el (minibuffer-prompt): Use medium blue by default.
3485
3486 2007-03-04 David Kastrup <dak@gnu.org>
3487
3488 * jit-lock.el (jit-lock-stealth-time): Change default to nil.
3489 Preserve 16 as default value for "seconds" when customizing.
3490
3491 2007-03-04 Carsten Dominik <dominik@science.uva.nl>
3492
3493 * textmodes/org.el (org-self-insert-command)
3494 (orgtbl-self-insert-command, org-delete-char)
3495 (org-delete-backward-char): Set the `flyspell-delayed' property.
3496
3497 2007-03-03 Chong Yidong <cyd@stupidchicken.com>
3498
3499 * international/mule.el (find-auto-coding): Don't search for
3500 line-ending characters past the end of the tail.
3501
3502 2007-03-03 Christopher Allan Webber <cwebber@dustycloud.org> (tiny change)
3503
3504 * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
3505 Jump to the line where new score has been uploaded.
3506
3507 * play/tetris.el (tetris-move-bottom, tetris-move-left)
3508 (tetris-move-right, tetris-rotate-prev, tetris-rotate-next):
3509 Do nothing when the game is paused.
3510
3511 2007-03-03 Carsten Dominik <dominik@science.uva.nl>
3512
3513 * textmodes/org.el (org-set-tags): Prevent slipping of point
3514 during completion.
3515
3516 2007-03-01 Lennart Borgman <lennart.borgman.073@student.lu.se>
3517
3518 * isearch.el (isearch-message-prefix):
3519 Use minibuffer-prompt-properties.
3520
3521 2007-03-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3522
3523 * ps-print.el: Replace (defvar VAR nil) by (defvar VAR).
3524 (ps-setup): Print which Emacsen is running ps-print package.
3525
3526 2007-03-01 Stuart Herring <herring@lanl.gov>
3527
3528 * files.el (set-auto-mode-0): Use `indirect-function'.
3529 (hack-one-local-variable): Don't reapply current major mode.
3530
3531 2007-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
3532
3533 * progmodes/python.el (python-quote-syntax): Don't bother with
3534 syntax-ppss-context.
3535 (python-fill-paragraph): Make sure that fenced-string delimiters that
3536 stand on their own line stay there.
3537
3538 2007-03-01 Lennart Borgman <lennart.borgman.073@student.lu.se>
3539
3540 * replace.el (perform-replace): Propertize message.
3541
3542 2007-03-01 Carsten Dominik <dominik@science.uva.nl>
3543
3544 * textmodes/org.el (org-prepare-agenda-buffers): Also check for
3545 invisible heading.
3546
3547 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
3548
3549 * net/tramp.el (tramp-file-name-handler): Revert last change.
3550
3551 2007-02-28 Nick Roberts <nickrob@snap.net.nz>
3552
3553 * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump):
3554 Correct doc strings.
3555
3556 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
3557
3558 * replace.el (perform-replace): Undo forward-char immediately if
3559 non-adjacent search fails.
3560
3561 2007-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
3562
3563 * version.el (emacs-major-version, emacs-minor-version):
3564 string-to-int -> string-to-number.
3565
3566 2007-02-28 Juanma Barranquero <lekktu@gmail.com>
3567
3568 * help.el (where-is): Fail gracefully when not passed a command.
3569
3570 2007-02-28 Stuart Herring <herring@lanl.gov>
3571
3572 * find-lisp.el (find-lisp-default-directory-predicate):
3573 Fix bug: Do symlink check on expanded filename.
3574
3575 2007-02-28 Carsten Dominik <dominik@science.uva.nl>
3576
3577 * textmodes/org.el (org-set-tags, org-table-get-field): Avoid case
3578 changes during replacement.
3579 (org-agenda-mode-map): Add default binding for `org-agenda-archive'.
3580
3581 2007-02-28 Lars Hansen <larsh@soem.dk>
3582
3583 * desktop.el: Delete header line listing me as maintainer.
3584
3585 2007-02-28 Glenn Morris <rgm@gnu.org>
3586
3587 * tutorial.el (tutorial--describe-nonstandard-key): Tweak text in
3588 the menus case.
3589
3590 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
3591
3592 * net/tramp.el (tramp-file-name-handler): Inhibit modification
3593 hooks to avoid confusion when combining after-change calls.
3594
3595 2007-02-27 Ken Manheimer <ken.manheimer@gmail.com>
3596
3597 * allout.el (allout-encrypt-string): Remove inhibition of gpg-agent,
3598 now that pgg-gpg-process-region correctly honors passed-in passphrase.
3599 (allout-distinctive-bullets-string): Add info about bullet conventions.
3600 (allout-mode): Add info about distinctive vs plain bullets.
3601
3602 2007-02-27 Carsten Dominik <dominik@science.uva.nl>
3603
3604 * textmodes/org.el (org-archive-subtree): Quote variable name.
3605 (org-agenda-get-todos): Make sure skip properties are checked correctly.
3606
3607 2007-02-26 Nick Roberts <nickrob@snap.net.nz>
3608
3609 * progmodes/gud.el (gud-bashdb-history, gud-bashdb-marker-filter)
3610 (gud-bashdb-command-name, bashdb): Remove.
3611 (gud, gud-menu-map): Remove references to bash/bashdb.
3612
3613 2007-02-26 Andrey Zhdanov <susuman@hotmail.com> (tiny change)
3614
3615 * progmodes/gud.el (gud-pdb-marker-regexp): Add optional <module>
3616 keyword for Python 2.5.
3617
3618 2007-02-26 Romain Francoise <romain@orebokech.com>
3619
3620 * net/net-utils.el (whois-server-tld): Update server for .org.
3621 (whois-server-list): Add whois.publicinterestregistry.net.
3622 (whois-guess-server): Fix formatting in docstring.
3623
3624 2007-02-26 Kim F. Storm <storm@cua.dk>
3625
3626 * mouse.el (mouse-show-mark): Run hooks and perform command
3627 remapping for mouse-region-delete-keys.
3628
3629 2007-02-26 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
3630
3631 * font-core.el (font-lock-mode): Doc fix.
3632
3633 2007-02-25 Kim F. Storm <storm@cua.dk>
3634
3635 * ido.el (ido-buffer-internal): Set this-command to fallback command.
3636 Add selected buffer to buffer-name-history.
3637 (ido-file-internal): Set this-command to fallback command.
3638 Add file names to file-name-history.
3639
3640 * emacs-lisp/map-ynp.el (map-y-or-n-p):
3641 Apply minibuffer-prompt-properties.
3642
3643 2007-02-25 Andreas Schwab <schwab@suse.de>
3644
3645 * files.el (hack-one-local-variable-eval-safep): Correct handling
3646 of edebug-form-spec property value. Reported by Johan Bockg\e,Ae\e(Brd.
3647
3648 2007-02-25 Carsten Dominik <dominik@science.uva.nl>
3649
3650 * textmodes/org.el (org-table-overlay-coordinates)
3651 (org-table-toggle-coordinate-overlays): New functions.
3652 (org-table-overlay-coordinates, org-table-coordinate-overlays):
3653 New variables.
3654 (org-startup-with-deadline-check): Remove option.
3655 (org-mode): Remove deadline check on startup.
3656 (org-table-limit-column-width): Remove option.
3657 (org-table-formula-numbers-only): Remove option.
3658 (org-link-style, org-link-format): Remove options.
3659 (org-select-agenda-window, org-fit-agenda-window): Remove options.
3660 (org-export-ascii-show-new-buffer)
3661 (org-export-html-show-new-buffer): Remove options.
3662 (org-activate-links): Remove camel option.
3663 (org-file-link-context-use-camel-case): Remove option.
3664 (org-camel-regexp): Remove variable.
3665 (org-activate-camels): Remove function.
3666 (org-store-link): Remove Camel stuff.
3667 (org-make-org-heading-camel): Remove function.
3668 (org-open-at-point): Remove camel stuff.
3669 (org-link-search): Remove camel stuff.
3670 (org-camel-to-words): Function removed.
3671 (org-get-agenda-file-buffer): Make sure we prepare the base
3672 buffers, not any indirect buffers.
3673 (org-sort-entries): Sort top-level when not on a headline, and no
3674 active region.
3675 (org-in-regexp): New function.
3676 (org-search-not-self): Rename from `org-search-not-link'.
3677 (org-open-link-marker): New variable.
3678 (org-open-at-point): Set `org-open-link-marker'.
3679 (org-print-icalendar-entries): Fixe bug with excluding DONE
3680 entries from the exported list.
3681 (org-edit-formula-lisp-indent): New command.
3682 (orgtbl-to-texinfo, orgtbl-to-html): New functions.
3683 (orgtbl-to-latex, orgtbl-insert-radio-table)
3684 (orgtbl-toggle-comment, orgtbl-send-table): New functions.
3685 (orgtbl-radio-table-templates): New option.
3686 (org-store-link-props):
3687 (org-remember-templates): More possibilities to insert info
3688 into templates.
3689 (org-remember-apply-template): Make use of the extended
3690 template capabilities.
3691 (org-remember-redo-template): New command.
3692 (org-upgrade-old-links)
3693 (org-table-modify-formulas, org-table-replace-in-formulas)
3694 (org-table-find-dataline)
3695 (org-table-get-vertical-vector): Remove functions.
3696 (org-table-remove-rectangle-highlight)
3697 (org-time-stamp-format, org-toggle-log-option)
3698 (org-table-highlight-rectangle)
3699 (org-table-iterate, org-table-make-reference):
3700 (org-translate-time, org-tree-to-indirect-buffer)
3701 (org-table-field-info, org-table-fix-formulas)
3702 (org-table-force-dataline, org-table-get-descriptor-line)
3703 (org-table-get-range)
3704 (org-skip-comments, org-sort)
3705 (org-sort-entries, org-sublist, org-table-add-rectangle-overlay)
3706 (org-table-current-dline, org-table-current-field-formula)
3707 (org-table-edit-backward-field)
3708 (org-table-edit-formulas-post-command)
3709 (org-table-edit-line-down, org-table-edit-line-up)
3710 (org-agenda-archive)
3711 (org-agenda-clock-cancel)
3712 (org-agenda-clock-out, org-agenda-list-stuck-projects)
3713 (org-agenda-open-link, org-agenda-show-new-time)
3714 (org-agenda-skip-subtree-when-regexp-matches)
3715 (org-agenda-tree-to-indirect-buffer, org-agenda-undo)
3716 (org-at-regexp-p, org-auto-repeat-maybe, org-check-log-option)
3717 (org-do-sort, org-file-image-p, org-find-overlays)
3718 (org-find-row-type, org-get-indirect-buffer, org-get-repeat)
3719 (org-highlight-until-next-command, org-isearch-end)
3720 (org-match-any-p, org-next-link, org-previous-link):
3721 (org-remove-subtree-entries-from-agenda, org-replace-escapes)
3722 (org-rewrite-old-row-references)
3723 (org-isearch-post-command)
3724 (org-table-edit-move, org-table-edit-next-field)
3725 (org-table-edit-scroll, org-table-edit-scroll-down)
3726 (org-set-frame-title, org-show-reference)
3727 (org-unhighlight-once, org-verify-change-for-undo): New functions.
3728 (org-show-variable): Remove command.
3729 (org-add-log-maybe): New arguments STATE, FINDPOS
3730 (org-table-sort-lines): Rewrite from scratch.
3731 (org-link-search): New argument AVOID-POS.
3732 (org-print-icalendar-entries): Remove argument CATEGORY.
3733 (org-run-agenda-series): Remove argument WONDOW.
3734 (org-next-link, org-previous-link): New commands.
3735 (org-agenda-date-format): New option.
3736 (org-table-iterate): New command.
3737 (org-table-modify-formulas)
3738 (org-table-replace-in-formulas): Remove functions.
3739 (org-table-fix-formulas): New function.
3740 (org-table-insert-column, org-table-delete-column)
3741 (org-table-move-column): Use `org-table-fix-formulas'.
3742 (org-follow-gnus-link): Patch from Bastien/Leo.
3743 (org-table-current-field-formula): New function.
3744 (org-file-image-p): New function.
3745 (org-agenda-show-new-time): New function.
3746 (org-agenda-date-later): Call `org-agenda-show-new-time'.
3747 (org-with-remote-undo): New macro.
3748 (org-agenda-undo): New command.
3749 (org-verify-change-for-undo): New function.
3750 (org-time-stamp-format): New function.
3751 (org-agenda-get-timestamps): Skip scheduled if DONE and requested
3752 by user.
3753 (org-match-any-p): New function.
3754 (org-make-tags-matcher): Handle regular expressions for tag and
3755 todo matches.
3756 (org-read-date): Accept "+N" as input for a date relative to the
3757 current date.
3758 (org-remove-subtree-entries-from-agenda): New function.
3759 (org-agenda-archive, org-agenda-kill):
3760 Use `org-remove-subtree-entries-from-agenda'.
3761 (org-do-sort, org-sort-entries): New functions.
3762 (org-sort): New command.
3763 (org-table-sort-lines): Use `org-do-sort'.
3764 (org-fix-decoded-time): New function.
3765 (org-table-number-regexp): Require 0x... to identify as number
3766 in tables.
3767 (org-startup-options): New keywords for note taking.
3768 (org-upgrade-old-links): Remove function.
3769 (org-get-repeat): New function.
3770 (org-show-context): Also show siblings on current level.
3771 (org-show-siblings): New function.
3772 (org-isearch-end, org-isearch-post-command): New functions.
3773 (org-show-siblings): New option.
3774 (org-show-context): Use `org-show-siblings'.
3775 (org-table-maybe-recalculate-line): No longer require `calc-eval'
3776 to be bound, because user may just use elisp.
3777
3778 2007-02-24 Kim F. Storm <storm@cua.dk>
3779
3780 * emulation/cua-base.el (cua-paste): Handle x-clipboard-yank.
3781 (cua--init-keymaps): Remap x-clipboard-yank to cua-paste.
3782
3783 2007-02-24 Dan Nicolaescu <dann@ics.uci.edu>
3784
3785 * startup.el (command-line): Also check if the abbrev file is readable.
3786
3787 2007-02-24 John Paul Wallington <jpw@pobox.com>
3788
3789 * net/tls.el (tls-certtool-program): Fix custom type.
3790
3791 * mail/feedmail.el (feedmail-message-id-generator)
3792 (feedmail-date-generator): Fix custom types.
3793
3794 * mail/rmail.el (rmail-message-filter): Fix custom type.
3795
3796 2007-02-24 Eli Zaretskii <eliz@gnu.org>
3797
3798 * startup.el (command-line): If simple.el cannot be found, proceed
3799 with a warning message.
3800
3801 2007-02-24 Kenichi Handa <handa@m17n.org>
3802
3803 * international/utf-8.el (utf-8-pre-write-conversion): Handle the
3804 case that BEG is a string.
3805
3806 2007-02-24 Chris Moore <dooglus@gmail.com>
3807
3808 * pgg-pgp5.el (pgg-pgp5-encrypt-region):
3809 * pgg-pgp.el (pgg-pgp-encrypt-region):
3810 * pgg-gpg.el (pgg-gpg-encrypt-region):
3811 Check pgg-encrypt-for-me if no other recipients.
3812
3813 2007-02-23 Eli Zaretskii <eliz@gnu.org>
3814
3815 * mail/rmailedit.el (rmail-cease-edit): Restore the Rmail toolbar.
3816
3817 * textmodes/sgml-mode.el (sgml-validate): Quote the file name with
3818 shell-quote-argument.
3819
3820 2007-02-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3821
3822 * comint.el (comint-read-input-ring): Use comint-input-ring-size
3823 from the comint buffer instead of the temporary one.
3824
3825 2007-02-23 David Reitter <david.reitter@gmail.com>
3826
3827 * cus-edit.el (custom-save-all): Canonicalize custom-file before
3828 storing it in recentf-exclude.
3829
3830 2007-02-23 Chong Yidong <cyd@stupidchicken.com>
3831
3832 * startup.el (fancy-splash-screens): Make cursor-type buffer-local
3833 in splash screen.
3834
3835 2007-02-22 J.D. Smith <jdsmith@as.arizona.edu>
3836
3837 * progmodes/idlw-shell.el (idlwave-shell-mode): Clean up pending
3838 commands, for restart.
3839 (idlwave-shell-current-module): Fix handling of module name by type.
3840 (idlwave-shell-break-in): Update type handling.
3841 (idlwave-shell-bp-get): Encode type in BP structure.
3842 (idlwave-shell-set-bp): Fix setting condition/count on disabled BPs.
3843 (idlwave-shell-module-source-query): Query routine info based on type.
3844 Fix path parsing for non-compiled files.
3845 (idlwave-shell-module-source-filter): Don't signal error in filter
3846 if no source found.
3847 (idlwave-shell-set-bp-in-module): Use fallback source to prevent
3848 filter race.
3849
3850 2007-02-22 Kim F. Storm <storm@cua.dk>
3851
3852 * wid-edit.el (widget-default-create): Undo 2007-02-04 change.
3853 (editable-field): Document need to put some text before the %v
3854 escape in :format string.
3855
3856 2007-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
3857
3858 * vc-svn.el: Remove the code inherited from CVSREAD and `cvs edit'.
3859 (vc-svn-use-edit): Remove unused config var.
3860 (vc-svn-update, vc-svn-revert): Checkout is always implicit.
3861
3862 * outline.el (hide-sublevels): Keep empty last line, if available.
3863
3864 * buff-menu.el (list-buffers-noselect): Use explicit unicode code
3865 rather than the corresponding unicode char, to make the code
3866 more readable.
3867
3868 2007-02-19 Juanma Barranquero <lekktu@gmail.com>
3869
3870 * speedbar.el (speedbar-frame-mode, speedbar-frame-width)
3871 (speedbar-show-unknown-files, speedbar-item-info-file-helper)
3872 (speedbar-item-info-tag-helper): Doc fixes.
3873
3874 2007-02-19 Kenichi Handa <handa@m17n.org>
3875
3876 * international/mule-cmds.el (locale-language-names):
3877 Map "eo" to "Esperanto".
3878
3879 * language/european.el ("Esperanto"): New language environment.
3880
3881 2007-02-17 Sven Joachim <svenjoac@gmx.de> (tiny change)
3882
3883 * simple.el (kill-line): Doc fix.
3884
3885 2007-02-17 Kim F. Storm <storm@cua.dk>
3886
3887 * emacs-lisp/bindat.el (bindat--unpack-u*): Optimize.
3888 (bindat--unpack-item, bindat--length-group, bindat--pack-item)
3889 (bindat--unpack-group, bindat--pack-group):
3890 Handle vectors with optional element type.
3891
3892 2007-02-17 Daiki Ueno <ueno@unixuser.org>
3893
3894 * pgg-gpg.el (pgg-gpg-process-region): Make USE-AGENT nil
3895 if PASSPHRASE is given.
3896
3897 2007-02-17 Chris Moore <dooglus@gmail.com>
3898
3899 * jka-cmpr-hook.el (jka-compr-compression-info-list):
3900 Recognize backups of bz2 compressed files.
3901
3902 2007-02-17 Eli Zaretskii <eliz@gnu.org>
3903
3904 * info-look.el (info-lookup): Bind Info-fontify-maximum-menu-size
3905 to nil to speed up lookup of the symbol in index nodes.
3906
3907 2007-02-17 Alin C. Soare <alinsoar@voila.fr> (tiny change)
3908
3909 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
3910 Add indentation for the constants of Lisp.
3911
3912 2007-02-16 Stefan Monnier <monnier@iro.umontreal.ca>
3913
3914 * ps-print.el: Use (defvar <foo>) where applicable.
3915 (ps-print-emacs-type): Remove.
3916 (ps-x-frame-property, ps-e-frame-parameter): Remove.
3917 (ps-frame-parameter): Align its call-convention with frame-parameter.
3918 (ps-begin-job): Adjust calls to it appropriately.
3919 (ps-setup): Don't print ps-print-emacs-type.
3920 (ps-e-find-composition, ps-mark-active-p, ps-color-device):
3921 Define in such a way that it's obvious that it's defined.
3922 (ps-prsc, ps-c-prsc, ps-s-prsc): Remove.
3923 (ps-rmail-mode-hook, ps-vm-mode-hook, ps-gnus-summary-setup)
3924 (ps-jts-ps-setup): Use flavor-neutral syntax instead.
3925
3926 2007-02-15 Alan Mackenzie <acm@muc.de>
3927
3928 * progmodes/cc-cmds.el (c-indent-new-comment-line): When splitting
3929 an empty one-line C-style comment, post-position point properly.
3930
3931 2007-02-15 Chris Moore <dooglus@gmail.com>
3932
3933 * isearch.el (isearch-lazy-highlight-space-regexp): New variable.
3934 (isearch-lazy-highlight-new-loop): Bind it.
3935 (isearch-lazy-highlight-search): Use it.
3936
3937 * replace.el (replace-highlight): Bind search-whitespace-regexp to nil.
3938
3939 2007-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
3940
3941 * font-lock.el (font-lock-extend-region-wholelines):
3942 Only return non-nil if the region has really been changed.
3943 Reported by David Hansen <david.hansen@physik.fu-berlin.de>
3944
3945 2007-02-15 Juanma Barranquero <lekktu@gmail.com>
3946
3947 * play/5x5.el (5x5-crack-xor-mutate): Doc fix.
3948 (5x5-draw-grid-end, 5x5-make-xor-with-mutation, 5x5-mode, 5x5-crack)
3949 (5x5-play-solution, 5x5-y-or-n-p): Fix typos in docstrings.
3950
3951 2007-02-14 Juanma Barranquero <lekktu@gmail.com>
3952
3953 * faces.el (color-values): Revert changes to docstring from
3954 2007-01-31 and 2000-09-07.
3955
3956 * textmodes/ispell.el (ispell-keep-choices-win, ispell-word)
3957 (ispell-begin-skip-region-regexp): Fix typos in docstrings.
3958 (ispell-dictionary-alist, ispell-process-line): Doc fixes.
3959 (ispell-help): Fix typos in docstring and output message.
3960
3961 2007-02-14 Kim F. Storm <storm@cua.dk>
3962
3963 * progmodes/grep.el (grep-files-aliases): Add tex and texi aliases.
3964 (lgrep): Add DIR arg to start grep in specific directory, like rgrep.
3965 (grep): Fix lgrep reference.
3966
3967 * disp-table.el (make-glyph-code, glyph-char, glyph-face): New defuns.
3968 (standard-display-underline): Use make-glyph-code.
3969
3970 * descr-text.el (describe-char): Use glyph-char and glyph-face.
3971
3972 * international/latin1-disp.el (latin1-display-char):
3973 Use make-glyph-code.
3974
3975 2007-02-13 Juanma Barranquero <lekktu@gmail.com>
3976
3977 * ehelp.el (with-electric-help, electric-help-exit)
3978 (electric-help-retain): Doc fixes.
3979
3980 * emacs-lisp/bytecomp.el (byte-compile-dest-file)
3981 (byte-compile-file): Doc fixes.
3982
3983 2007-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3984
3985 * term/mac-win.el: Change all uses of
3986 mac-set-font-panel-visibility to mac-set-font-panel-visible-p.
3987 (mac-ae-number): Return integer 0 if coerced result is float 0.0.
3988 (mac-ae-get-url): Call select-frame-set-input-focus.
3989 (mac-dnd-handle-drag-n-drop-event): Don't call
3990 select-frame-set-input-focus.
3991
3992 2007-02-13 Kenichi Handa <handa@m17n.org>
3993
3994 * international/characters.el: Fix documentation of category `a'.
3995
3996 2007-02-11 Dan Nicolaescu <dann@ics.uci.edu>
3997
3998 * progmodes/grep.el (grep): Mention lgrep and rgrep in the docstring.
3999
4000 2007-02-12 Michael Albinus <michael.albinus@gmx.de>
4001
4002 * net/tramp.el (tramp-get-ls-command, tramp-get-file-exists-command)
4003 (tramp-get-remote-ln): Handle error case.
4004 Reported by Chris Moore <dooglus@gmail.com>.
4005
4006 2007-02-11 Kim F. Storm <storm@cua.dk>
4007
4008 * bindings.el (ctl-x-map): Remove register compatibility bindings
4009 C-x /, C-x j, C-x x, and C-x g (deprecated since Emacs 19).
4010
4011 2007-02-11 Richard Stallman <rms@gnu.org>
4012
4013 * loadhist.el (unload-feature): Handle (t . SYMBOL) entries
4014 in load history.
4015
4016 * emacs-lisp/lisp-mode.el (indent-sexp): Clean up termination
4017 condition -- don't fail to stop at endpos.
4018
4019 2007-02-11 Carsten Dominik <dominik@science.uva.nl>
4020
4021 * textmodes/org.el (org-agenda-get-todos)
4022 (org-agenda-get-timestamps, org-agenda-get-closed)
4023 (org-agenda-get-deadlines, org-agenda-get-scheduled)
4024 (org-agenda-get-blocks, org-format-agenda-item)
4025 (org-agenda-change-all-lines, org-scan-tags): Rename text property
4026 from `category' to `org-category'.
4027
4028 2007-02-11 Kenichi Handa <handa@m17n.org>
4029
4030 * international/titdic-cnv.el (titdic-convert): Force files be written
4031 with Unix-like eol format. Read files under CXTERM-DIC by raw-text.
4032 (miscdic-convert): Force files be written with Unix-like eol format.
4033
4034 2007-02-11 Juanma Barranquero <lekktu@gmail.com>
4035
4036 * files.el (change-major-mode-with-file-name): Fix typo in docstring.
4037
4038 * calculator.el (calculator-prompt): Doc fix.
4039 (calculator-mode-map): Fix typo in menu entry.
4040
4041 2007-02-10 Jay Belanger <belanger@truman.edu>
4042
4043 * calculator.el (calculator): Do more extensive checking for when
4044 3 lines should be used for the calculator.
4045
4046 2007-02-10 Eli Zaretskii <eliz@gnu.org>
4047
4048 * info-look.el (info-lookup-make-completions):
4049 Bind Info-fontify-maximum-menu-size to nil to speed up lookup of
4050 index nodes.
4051
4052 * info.el (Info-fontify-maximum-menu-size): Document the effect
4053 of a nil value.
4054 (Info-fontify-node): Make sure Info-fontify-maximum-menu-size is
4055 non-nil before using it as size.
4056
4057 2007-02-09 Chong Yidong <cyd@stupidchicken.com>
4058
4059 * subr.el (insert-for-yank-1): Prevent read-only properties from
4060 interfering with text property operations.
4061
4062 * image-mode.el (image-mode): Revert 2007-01-30 changes.
4063
4064 * image.el (image-type-auto-detectable): Don't autodetect x[pb]m.
4065 (image-type-auto-detected-p): Fail if another match is found in
4066 auto-mode-alist.
4067
4068 * files.el (magic-mode-alist): Call image-mode instead of
4069 image-mode-maybe for autodetected images.
4070
4071 2007-02-09 Juanma Barranquero <lekktu@gmail.com>
4072
4073 * mail/smtpmail.el (smtpmail-smtp-service, smtpmail-queue-index-file):
4074 Fix typos in docstrings.
4075 (smtpmail-local-domain, smtpmail-queue-mail): Doc fixes.
4076
4077 2007-02-09 Kim F. Storm <storm@cua.dk>
4078
4079 * emacs-lisp/float-sup.el: Remove obsolete comment.
4080
4081 2007-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
4082
4083 * diff-mode.el (diff-sanity-check-hunk): Fix last fix.
4084
4085 2007-02-08 Karl Fogel <kfogel@red-bean.com>
4086
4087 * simple.el: Revert previous change, at request of RMS:
4088 (fundamental-mode-hook): Remove.
4089 (fundamental-mode): Run after-change-major-mode-hooks manually,
4090 and don't run the now-nonexistent fundamental-mode-hook.
4091
4092 2007-02-08 Karl Fogel <kfogel@red-bean.com>
4093
4094 * simple.el (fundamental-mode-hook): Declare new hook.
4095 (fundamental-mode): Run the new dedicated hook, and don't run
4096 after-change-major-mode-hooks manually anymore.
4097
4098 2007-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
4099
4100 * vc-svn.el (vc-svn-merge-news): Understand the new format with two
4101 added columns of chars. Remove support for the "no-meta-info" format.
4102 Prompted by Romain Francoise <romain@orebokech.com>.
4103
4104 2007-02-07 Nick Roberts <nickrob@snap.net.nz>
4105
4106 * progmodes/gdb-ui.el (gdb-if-arrow): New macro.
4107 (gdb-mouse-until, gdb-mouse-jump): Use it.
4108
4109 2007-02-07 Nick Roberts <nickrob@snap.net.nz>
4110
4111 * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump): Make them
4112 work when there is just an assembler buffer (no source buffer).
4113
4114 2007-02-07 Per Cederqvist <ceder@lysator.liu.se> (tiny change)
4115
4116 * diff-mode.el (diff-sanity-check-hunk): Don't reject the hunk
4117 just because the diff was produced using "-p" (--show-c-function).
4118
4119 2007-02-07 Juanma Barranquero <lekktu@gmail.com>
4120
4121 * faces.el (frame-set-background-mode): Use `color-values' and
4122 `display-color-p', not `x-color-values' and `x-display-color-p'.
4123 (face-valid-attribute-values): Use `defined-colors' instead of
4124 `x-defined-colors'.
4125
4126 2007-02-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4127
4128 * ps-print.ps: The ps-print commands without face printing should not
4129 print background color. Reported by Leo <sdl.web@gmail.com>.
4130 (ps-print-version): New version 6.7.3.
4131 (ps-begin-job): New arg. Fix ps-default-background and
4132 ps-default-foreground initialization.
4133 (ps-face-attributes): Fix doc string.
4134 (ps-face-background, ps-generate-postscript, ps-generate): Fix code.
4135
4136 * printing.el: Fix ps-print link.
4137
4138 2007-02-06 Chong Yidong <cyd@stupidchicken.com>
4139
4140 * faces.el (face-set-after-frame-default): Compile attributes to
4141 be set by frame parameters before merging in X resources.
4142
4143 2007-02-06 Juanma Barranquero <lekktu@gmail.com>
4144
4145 * simple.el (blink-matching-paren-dont-ignore-comments):
4146 (blink-matching-paren-on-screen): Doc fixes.
4147
4148 2007-02-06 Nick Roberts <nickrob@snap.net.nz>
4149
4150 * progmodes/gdb-ui.el (gdb-frames-mode): Truncate lines in stack buffer.
4151
4152 2007-02-05 Juanma Barranquero <lekktu@gmail.com>
4153
4154 * loadhist.el (unload-feature): Silently ignore `load-history' entries
4155 of the form `(defface . SYMBOL)', and treat `(autoload . SYMBOL)'
4156 entries like `defun'. Return nil.
4157
4158 2007-02-05 Kim F. Storm <storm@cua.dk>
4159
4160 * ido.el: Doc fixes.
4161
4162 2007-02-04 David Kastrup <dak@gnu.org>
4163
4164 * play/mpuz.el (mpuz-random-puzzle): Fix potential lockup when
4165 `mpuz-allow-double-multiplicator' is non-zero, and correct
4166 calculation of `min'.
4167
4168 2007-02-04 Per Abrahamsen <abraham@dina.kvl.dk>
4169
4170 * wid-edit.el (widget-default-create): Insert new text at the
4171 :from marker _after_ the marker, not before it.
4172
4173 2007-02-04 Alan Mackenzie <acm@muc.de>
4174
4175 * progmodes/cc-cmds.el (c-indent-line): Don't erase ^L when a line
4176 containing it is re-indented.
4177
4178 2007-02-03 Chong Yidong <cyd@stupidchicken.com>
4179
4180 * net/newsticker.el (newsticker--insert-image): Update docstring,
4181 and insert the image directly.
4182 (newsticker--buffer-redraw): Update docstring.
4183
4184 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
4185 Rename from define-global-minor-mode.
4186
4187 * progmodes/cwarn.el (global-cwarn-mode):
4188 * emacs-lisp/autoload.el (make-autoload):
4189 * hi-lock.el (global-hi-lock-mode):
4190 * font-core.el (global-font-lock-mode): All callers changed.
4191
4192 2007-02-03 Eli Zaretskii <eliz@gnu.org>
4193
4194 * textmodes/texnfo-upd.el (texinfo-menu-copy-old-description):
4195 Don't copy @ignore lines into menu descriptions.
4196 (texinfo-multi-file-update): Goto the @node line before attempting
4197 to pluck the node name.
4198 (texinfo-multiple-files-update): Reverse the optional arguments'
4199 order, as per the doc string and the `interactive' form.
4200
4201 2007-02-03 Chong Yidong <cyd@stupidchicken.com>
4202
4203 * image-mode.el: Use autoload to avoid overriding disabled setting
4204 applied in .emacs.
4205
4206 2007-02-03 Alan Mackenzie <acm@muc.de>
4207
4208 * progmodes/cc-engine.el (c-in-knr-argdecl): Slight correction
4209 for, e.g. "void (*hdone)();" in a k&r list. (No WS between
4210 adjacent paren groups).
4211
4212 2007-02-02 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4213
4214 * progmodes/ebnf2ps.el: Doc fixes.
4215 (ebnf-eps-buffer, ebnf-eps-region, ebnf-syntax-alist): Doc fixes.
4216
4217 2007-02-02 Eli Zaretskii <eliz@gnu.org>
4218
4219 * dired-x.el (dired-do-relsymlink): Add reference to
4220 dired-do-symlink. Add an autoload cookie.
4221
4222 * dired-aux.el (dired-do-symlink): Add reference to
4223 dired-do-relsymlink.
4224
4225 2007-02-02 Doug Maxey <dwm@enoyolf.org> (tiny change)
4226
4227 * mouse.el <left-fringe mouse-2, right-fringe mouse-3>:
4228 <left-fringe mouse-3>: New bindings.
4229
4230 2007-02-02 Ulf Jasper <ulf.jasper@web.de>
4231
4232 * newsticker.el (newsticker-version): Changed to "1.10".
4233 (newsticker--set-customvar): Doc string.
4234 (newsticker-new-item-face): Doc string.
4235 (newsticker-mode): Initialize `invisibility-spec' with t.
4236 (newsticker-mode-map): Added
4237 `newsticker-mark-all-items-at-point-as-read'.
4238 (newsticker-menu): Added narrow-to-item and narrow-to-feed.
4239 (newsticker-w3m-show-inline-images): Do not call
4240 `w3m-remove-image'.
4241 (newsticker--buffer-after-w3m-insert-image): New advice for
4242 w3m-insert-image to cache images.
4243 (newsticker-next-item-same-feed): New.
4244 (newsticker-mark-all-items-at-point-as-read-and-redraw): New.
4245 (newsticker-mark-all-items-of-feed-as-read): New.
4246 (newsticker-mark-all-items-at-point-as-read): Use new functions.
4247 (newsticker-mark-item-at-point-as-read): Doc string.
4248 (newsticker-mark-item-at-point-as-read): Use new functions.
4249 (newsticker--do-mark-item-at-point-as-read): New, extracted from
4250 `newsticker-mark-item-at-point-as-read'.
4251 (newsticker-hide-entry): Use (t) instead of t for invisibility.
4252 (newsticker--sentinel): Yet another xml-parser workaround.
4253 (newsticker--decode-iso8601-date): Bugfix for datestrings without
4254 days.
4255 (newsticker--buffer-do-insert-text): Fix.
4256 (newsticker--buffer-insert-enclosure): Fix. length might be missing.
4257 (newsticker--buffer-make-item-completely-visible):
4258 `switch-to-buffer' not necessary.
4259
4260 2007-02-02 Eli Zaretskii <eliz@gnu.org>
4261
4262 * progmodes/ebnf2ps.el (ebnf-eps-buffer, ebnf-eps-region)
4263 (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-region)
4264 (ebnf-style-database, ebnf-apply-style, ebnf-reset-style)
4265 (ebnf-push-style, ebnf-pop-style, ebnf-eps-production-list)
4266 (ebnf-directory, ebnf-file, ebnf-syntax-alist): Doc fixes.
4267
4268 2007-02-02 Kenichi Handa <handa@m17n.org>
4269
4270 * international/quail.el (quail-show-key): Fix an error message.
4271
4272 2007-02-01 Juanma Barranquero <lekktu@gmail.com>
4273
4274 * faces.el (set-face-underline-p, modify-face): Rename arg
4275 UNDERLINE-P to UNDERLINE (it is not a flag).
4276
4277 2007-02-01 Nick Roberts <nickrob@snap.net.nz>
4278
4279 * progmodes/gdb-ui.el (gdb-speedbar-update): Avoid duplication
4280 when adding gdb-speedbar-update to gdb-input-queue.
4281
4282 2007-02-01 Kenichi Handa <handa@m17n.org>
4283
4284 * international/quail.el (quail-show-key): Signal an error if the
4285 current input method is not using Quail.
4286
4287 2007-02-01 J.D. Smith <jdsmith@as.arizona.edu>
4288
4289 * progmodes/idlwave.el (idlwave-xml-create-sysvar-alist):
4290 Trim leading whitespace in sysvar names.
4291
4292 2007-02-01 Juanma Barranquero <lekktu@gmail.com>
4293
4294 * faces.el (internal-find-face, internal-get-face): Doc fixes.
4295
4296 2007-01-31 Juanma Barranquero <lekktu@gmail.com>
4297
4298 * ido.el (ido-set-common-completion): Use `let', not `let*'.
4299
4300 2007-01-31 Romain Francoise <romain@orebokech.com>
4301
4302 * comint.el: Delete extra copy of `comint-copy-old-input' added in
4303 previous change to this file.
4304
4305 2007-01-31 Jason Rumney <jasonr@gnu.org>
4306
4307 * files.el (magic-mode-alist): Use image-mode-maybe rather than
4308 image-mode.
4309
4310 * image-mode.el (image-mode-maybe): Prevent magic-mode-alist from
4311 interfering with attempt to set major mode from modified
4312 auto-mode-alist.
4313
4314 2007-01-31 Juanma Barranquero <lekktu@gmail.com>
4315
4316 * faces.el (color-values): Doc fix.
4317 (face-differs-from-default-p): Don't check :foreground twice.
4318
4319 2007-01-31 J.D. Smith <jdsmith@as.arizona.edu>
4320
4321 * comint.el (comint-mode): Prevent non-keyword fontification by default.
4322
4323 2007-01-31 Kenichi Handa <handa@m17n.org>
4324
4325 * international/quail.el (quail-store-decode-map-key): Store a
4326 translated character too.
4327 (quail-char-equal-p): New function.
4328 (quail-find-key1): Check character equality by quail-char-equal-p.
4329 (quail-decode-map-generated): New variable.
4330 (quail-find-key): Check quail-decode-map-generated and re-generate
4331 a decode map if necessary.
4332
4333 2007-01-30 Richard Stallman <rms@gnu.org>
4334
4335 * tutorial.el (tutorial--detailed-help): Make the list of
4336 changed keys look nicer.
4337
4338 2007-01-30 Nick Roberts <nickrob@snap.net.nz>
4339
4340 * progmodes/gdb-ui.el (gdb-var-delete-1): New function.
4341 (gdb-var-delete): Use it.
4342 (gdb-var-update-handler-1): Handle value "invalid" for MI field
4343 `in_scope'.
4344
4345 2007-01-30 Michael Albinus <michael.albinus@gmx.de>
4346
4347 * files.el (get-free-disk-space): Return nil for remote directories.
4348
4349 * net/ange-ftp.el (ange-ftp-ls): In case of wildcards, use "ls"
4350 instead of "dir".
4351
4352 2007-01-30 Chong Yidong <cyd@stupidchicken.com>
4353
4354 * type-break.el (type-break-catch-up-event): New function.
4355 (type-break-demo-hanoi, type-break-demo-life)
4356 (type-break-demo-boring): Use it.
4357
4358 * image-mode.el (image-mode): Don't automatically view as image.
4359 (image-toggle-display): Add `disabled' property.
4360
4361 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
4362
4363 * isearchb.el (isearchb-iswitchb):
4364 * ps-print.el (ps-build-face-reference):
4365 * emacs-lisp/shadow.el (list-load-path-shadows):
4366 * eshell/esh-cmd.el (eshell-rewrite-for-command):
4367 * international/mule.el (find-auto-coding):
4368 * mail/supercite.el (sc-attrib-selection-list):
4369 * progmodes/cc-defs.el (c-emacs-features):
4370 * progmodes/cc-vars.el (c-offsets-alist):
4371 * progmodes/flymake.el
4372 (flymake-init-create-temp-source-and-master-buffer-copy):
4373 Fix typos in docstrings (some suggested by Chris Moore).
4374
4375 * progmodes/vhdl-mode.el (vhdl-components-package-name)
4376 (vhdl-get-library-unit, vhdl-corresponding-begin)
4377 (vhdl-skip-case-alternative, vhdl-backward-skip-label)
4378 (vhdl-align-region-2, vhdl-electric-dash, vhdl-case-word)
4379 (vhdl-hooked-abbrev, vhdl-hs-forward-sexp-func)
4380 (vhdl-font-lock-match-item): Fix typos in docstrings.
4381 (vhdl-get-library-unit, vhdl-get-block-state, vhdl-sort-alist)
4382 (vhdl-set-offset, vhdl-fix-case-region-1, vhdl-scan-directory-contents)
4383 (vhdl-speedbar-insert-project-hierarchy):
4384 Improve argument/docstring consistency.
4385
4386 2007-01-29 Kenichi Handa <handa@m17n.org>
4387
4388 * international/titdic-cnv.el (py-converter): Fix previous change.
4389
4390 2007-01-29 Chong Yidong <cyd@stupidchicken.com>
4391
4392 * jka-compr.el (jka-compr-partial-uncompress)
4393 (jka-compr-call-process): Rebind default-directory if it is
4394 invalid. Suggested by Chris Moore.
4395
4396 * comint.el (comint-insert-input): Handle situation where the
4397 selected buffer is not the clicked buffer.
4398
4399 2007-01-29 Kenichi Handa <handa@m17n.org>
4400
4401 * international/ja-dic-cnv.el (skkdic-convert):
4402 Add byte-compile-disable-print-circle:t at the head.
4403
4404 * international/titdic-cnv.el (tit-process-header):
4405 Add byte-compile-disable-print-circle:t at the head.
4406 (miscdic-convert): Likewise.
4407 (py-converter): Skip the header comments.
4408
4409 * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle):
4410 New variable.
4411 (byte-compile-output-file-form): Bing print-circle to nil if
4412 byte-compile-output-file-form is not nil.
4413 (byte-compile-output-docform): Likewise.
4414
4415 2007-01-28 Kim F. Storm <storm@cua.dk>
4416
4417 * emulation/cua-base.el (cua-global-keymap, cua--region-keymap):
4418 Declare earlier to avoid byte compiler warnings.
4419
4420 2007-01-28 Markus Triska <markus.triska@gmx.at>
4421
4422 * speedbar.el (speedbar-make-specialized-keymap): Doc fix.
4423
4424 2007-01-28 Chong Yidong <cyd@stupidchicken.com>
4425
4426 * play/gamegrid.el (gamegrid-kill-timer): Cancel timer directly.
4427 (gamegrid-add-score-with-update-game-score-1): Allow local quits
4428 when calling update-game-score program. Remove unnecessary
4429 save-excursion.
4430
4431 * play/tetris.el (tetris-new-shape): Stop drawing if game is over.
4432
4433 2007-01-28 Nick Roberts <nickrob@snap.net.nz>
4434
4435 * progmodes/gdb-ui.el (gdb-breakpoint-regexp): Declare earlier to
4436 avoid compiler warning.
4437 (gdb-var-update-handler-1): Consider that the MI field `in_scope'
4438 might have values other than "true" or "false".
4439
4440 2007-01-28 Richard Stallman <rms@gnu.org>
4441
4442 * textmodes/fill.el (fill-paragraph-function): Doc fix.
4443 (fill-paragraph): Bind fill-paragraph-function to t to avoid recursion.
4444
4445 * emacs-lisp/pp.el (pp-eval-last-sexp): Don't eval here.
4446
4447 * image.el (image-type-header-regexps): Make GIF regex more specific.
4448
4449 * tutorial.el (tutorial--default-keys): Check M-DEL, not `M-backspace'.
4450 Don't check `backspace'.
4451 (tutorial--find-changed-keys): Look up bindings in a temp buffer
4452 in Fundamental mode.
4453
4454 * startup.el (fancy-splash-text, normal-splash-screen):
4455 Mention C-g.
4456
4457 * simple.el (eval-expression): Don't use eval-last-sexp-print-value
4458 when inserting in buffer.
4459
4460 * vc-arch.el (vc-arch-file-id): Move with-current-buffer
4461 inside the if.
4462
4463 2007-01-27 Richard Stallman <rms@gnu.org>
4464
4465 * obsolete/awk-mode.el (awk-font-lock-keywords): Add "do".
4466
4467 2007-01-27 Guanpeng Xu <herberteuler@hotmail.com>
4468
4469 * add-log.el (add-log-current-defun): Skip the semicolon ``;'' for
4470 enum/union/struct/class definition.
4471 Revert change to call `forward-sexp' multiple times.
4472
4473 2007-01-27 Chong Yidong <cyd@stupidchicken.com>
4474
4475 * files.el (hack-local-variables-confirm): Don't keep trying to
4476 read an event from an empty kbd macro.
4477
4478 2007-01-27 Eli Zaretskii <eliz@gnu.org>
4479
4480 * server.el (server-start): Mention LEAVE-DEAD arg in the doc string.
4481
4482 2007-01-27 Ben North <ben@redfrontdoor.org>
4483
4484 * outline.el (outline-promote, outline-demote): Doc fix. Rename
4485 the arg CHILDREN -> WHICH.
4486
4487 2007-01-27 Michael Albinus <michael.albinus@gmx.de>
4488
4489 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Set
4490 default-directory to a sane value when calling start-process.
4491
4492 2007-01-27 Eli Zaretskii <eliz@gnu.org>
4493
4494 * ls-lisp.el (ls-lisp-use-localized-time-format): New defcustom.
4495 (ls-lisp-format-time-list): Doc fix. Mention
4496 ls-lisp-use-localized-time-format.
4497 (ls-lisp-format-time): Use ls-lisp-format-time-list if
4498 ls-lisp-use-localized-time-format is non-nil, even if a valid
4499 locale is defined.
4500
4501 2007-01-27 Juanma Barranquero <lekktu@gmail.com>
4502
4503 * jka-compr.el (jka-compr-shell): Doc fix.
4504
4505 * jka-cmpr-hook.el (jka-compr-compression-info-list): Doc fix.
4506
4507 2007-01-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4508
4509 * ps-print.ps: Fix background height.
4510 (ps-print-version): New version 6.7.2.
4511
4512 2007-01-26 Eli Zaretskii <eliz@gnu.org>
4513
4514 * makefile.w32-in (finder-data, custom-deps): Depend on
4515 $(lisp)/loaddefs.el.
4516
4517 2007-01-24 Dan Nicolaescu <dann@ics.uci.edu>
4518
4519 * Makefile.in (custom-deps, finder-data): Add dependency to loaddefs.el.
4520
4521 2007-01-24 Miles Bader <miles@gnu.org>
4522
4523 * emacs-lisp/bytecomp.el (byte-compile-output-file-form)
4524 (byte-compile-output-docform): Bind `print-circle' to t.
4525
4526 2007-01-24 Kenichi Handa <handa@m17n.org>
4527
4528 * international/ja-dic-cnv.el (skkdic-convert): Insert a related
4529 file name of the original SKK dictionary file.
4530
4531 2007-01-24 Kim F. Storm <storm@cua.dk>
4532
4533 * ido.el (ido-initial-position): New variable.
4534 (ido-read-internal): Set it if default item is specified.
4535 (ido-minibuffer-setup): Position cursor accordingly if set.
4536 (ido-edit-input): C-e moves to end of input if not already there.
4537 (ido-magic-backward-char): C-b does like M-b if prev char is /.
4538 Don't switch to buffer mode if repeating C-b at start of input.
4539 (ido-toggle-ignore): C-a only toggles ignore at start or end of
4540 input; else it moves to start of input.
4541 (ido-kill-buffer-at-head, ido-delete-file-at-head): If cursor is
4542 not at end of input, delete rest of input, rather than normal op.
4543
4544 2007-01-23 Michael Kifer <kifer@cs.stonybrook.edu>
4545
4546 * viper-keym.el (viper-insert-basic-map): Delete binding for S-TAB.
4547
4548 * ediff-util.el (ediff-clone-buffer-for-region-comparison): Change text
4549 of message. Activate mark.
4550 (ediff-activate-mark): Set transient-mark-mode to t.
4551
4552 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise): Doc fix.
4553
4554 2007-01-23 Martin Rudalics <rudalics@gmx.at>
4555
4556 * help-fns.el (describe-variable): Don't suppress display of
4557 buffer local value when the value is "large".
4558
4559 2007-01-22 Kim F. Storm <storm@cua.dk>
4560
4561 * ido.el (ido-active): Add XEmacs test from ido-minibuffer-setup.
4562 (ido-initiate-auto-merge, ido-exhibit, ido-minibuffer-setup)
4563 (ido-tidy): Use ido-active.
4564
4565 2007-01-22 Chris Moore <christopher.ian.moore@gmail.com>
4566
4567 * hexl.el (hexl-mode-exit): Add missing quote.
4568
4569 2007-01-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4570
4571 * term/mac-win.el (mac-keyboard-modifier-mask-alist): New constant.
4572 (mac-ae-keyboard-modifiers): New function.
4573 (mac-handle-toolbar-switch-mode): Use it.
4574 (mac-dnd-handle-drag-n-drop-event): Likewise. Set action to `copy'
4575 if keyboard modifiers on drop contain option key.
4576 (mac-dnd-drop-data): Add optional argument `action'.
4577 (special-event-map): Remove binding for M-drag-n-drop.
4578
4579 2007-01-21 Guanpeng Xu <herberteuler@hotmail.com>
4580
4581 * add-log.el (add-log-current-defun): Use CC Mode functions to
4582 find the beginning and end of a defun.
4583
4584 2007-01-21 Nick Roberts <nickrob@snap.net.nz>
4585
4586 * progmodes/gdb-ui.el (gdb-var-create-regexp)
4587 (gdb-var-create-handler): Handle value field in GDB output of
4588 -var-create.
4589 (gdb-max-frames): New variable.
4590 (gdb-stack-buffer, gdb-frames-select): Use it.
4591 (gdb-info-stack-custom): Help user customize gdb-max-frames,
4592 if necessary.
4593 (gdb-get-frame-number): Simplify.
4594
4595 2007-01-21 Glenn Morris <rgm@gnu.org>
4596
4597 * net/tramp.el (tramp-perl-encode, tramp-perl-decode):
4598 Update copyrights.
4599
4600 2007-01-21 Alan Mackenzie <acm@muc.de>
4601
4602 * progmodes/cc-cmds.el (c-where-wrt-brace-construct): Correct the
4603 handling of K&R stuff.
4604
4605 2007-01-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4606
4607 * textmodes/bibtex.el (bibtex-files): Fix customization type.
4608
4609 2007-01-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4610
4611 * ps-print.el: Handle frame parameters (background and/or foreground
4612 colors) changing dynamically. Reported by Leo <sdl.web@gmail.com>.
4613 (ps-print-version): New version 6.7.1.
4614 (ps-x-frame-property, ps-e-frame-parameter): New aliases.
4615 (ps-frame-parameter): New fun.
4616 (ps-default-fg, ps-default-bg): New default value ('frame-parameter).
4617 Fix doc and customization.
4618 (ps-begin-job): Get frame parameters (background and/or foreground
4619 colors).
4620 (ps-do-despool): Ensure ps-printer-name has a valid value.
4621
4622 2007-01-21 Nick Roberts <nickrob@snap.net.nz>
4623
4624 * progmodes/gdb-ui.el (gdb-debug-log): Rename from gdb-debug-ring.
4625 (gdb-debug-log-max): Rename from gdb-debug-ring-max.
4626 (gud-gdba-marker-filter): Make a value of nil for gdb-debug-ring-max
4627 mean unlimited.
4628
4629 2007-01-20 Alan Mackenzie <acm@muc.de>
4630
4631 * progmodes/cc-engine.el (c-in-knr-argdecl): Reformulate to do
4632 much more rigorous analysis of putative K&R regions.
4633
4634 2007-01-20 Alan Mackenzie <acm@muc.de>
4635
4636 * progmodes/cc-defs.el (c-go-list-forward, c-go-list-backward):
4637 New functions.
4638
4639 2007-01-20 Alan Mackenzie <acm@muc.de>
4640
4641 * progmodes/cc-align.el, progmodes/cc-cmds.el,
4642 * progmodes/cc-defs.el, progmodes/cc-engine.el,
4643 * progmodes/cc-langs.el, progmodes/cc-styles.el,
4644 * progmodes/cc-vars.el: Add my name.
4645
4646 2007-01-20 Chong Yidong <cyd@stupidchicken.com>
4647
4648 * files.el (find-alternate-file): Revert query message to Emacs 21
4649 version.
4650
4651 2007-01-20 Eric Hanchrow <offby1@blarg.net> (tiny change)
4652
4653 * progmodes/cperl-mode.el (cperl-electric-keywords): Document in
4654 the doc string how to use personal abbrevs without electric
4655 keywords.
4656
4657 2007-01-20 Alin C. Soare <alinsoar@voila.fr> (tiny change)
4658
4659 * lisp/emacs-lisp/lisp-mode.el (last-sexp-toggle-display):
4660 Fixed cursor position when toggle abbreviated display.
4661
4662 2007-01-20 Nick Roberts <nickrob@snap.net.nz>
4663
4664 * t-mouse.el: Update copyright following assignment by
4665 Alessandro Rubini.
4666
4667 2007-01-20 Chong Yidong <cyd@stupidchicken.com>
4668
4669 * type-break.el (type-break-demo-hanoi, type-break-demo-life)
4670 (type-break-demo-boring): Call read-event instead of read-char.
4671
4672 2007-01-19 Daniel Pfeiffer <occitan@esperanto.org> (tiny change)
4673
4674 * progmodes/compile.el: Add handling for makepplog.
4675
4676 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
4677
4678 * textmodes/ispell.el (ispell-change-dictionary): Ensure that
4679 aspell dictionaries are initialized when called non-interactively.
4680
4681 2007-01-19 Chong Yidong <cyd@stupidchicken.com>
4682
4683 * progmodes/compile.el (compilation-loop): New arg limit.
4684 Handle case where the first error is at point-min.
4685 (compilation-next-error): New arg to compilation-loop call.
4686
4687 2007-01-18 Bruno Haible <bruno@clisp.org> (tiny change)
4688
4689 * info.el (Info-default-dirs): Change default info dir to
4690 share/info.
4691
4692 * paths.el (Info-default-directory-list): Ditto.
4693
4694 2007-01-18 Chris Moore <christopher.ian.moore@gmail.com>
4695
4696 * hexl.el (hexl-before-revert-hook): New function.
4697 (hexl-mode): Use it.
4698 (hexl-after-revert-hook): Just call hexl-mode.
4699 (hexl-mode-exit): Remove before-revert-hook.
4700
4701 2007-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
4702
4703 * isearch.el (isearch-no-upper-case-p): Look for [:upper:] as well.
4704
4705 2007-01-16 Martin Rudalics <rudalics@gmx.at>
4706
4707 * textmodes/ispell.el (ispell-dictionary-alist-3): Replace "---"
4708 by "-" in francais7 otherchars entry.
4709 (ispell-dictionary-alist-5): Replace "." by "[.]" for polish
4710 otherchars entry.
4711
4712 2007-01-15 Karl Fogel <kfogel@red-bean.com>
4713
4714 * bookmark.el (bookmark-buffer-file-name): Abbreviate the bookmark
4715 path. Rewrite function in `cond' style for readability.
4716
4717 Suggested by: Stephen Eglen <S.J.Eglen{_AT_}damtp.cam.ac.uk>.
4718 (The path shortening, that is, not the rearrarangement.)
4719
4720 2007-01-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4721
4722 * term/mac-win.el (mac-ae-quit-application): New function.
4723 (mac-apple-event-map): Bind "quit application" Apple event to it.
4724
4725 2007-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
4726
4727 * vc-svn.el (vc-svn-parse-status): Trust the filename argument more
4728 than the program's output.
4729
4730 2007-01-14 Juanma Barranquero <lekktu@gmail.com>
4731
4732 * kmacro.el (kmacro-insert-counter, kmacro-set-counter)
4733 (kmacro-start-macro-or-insert-counter)
4734 (kmacro-step-edit-prefix-commands): Fix typos in docstrings.
4735 (kmacro-call-ring-2nd, kmacro-call-ring-2nd-repeat): Doc fixes.
4736
4737 * longlines.el (longlines-show-hard-newlines):
4738 * ruler-mode.el (ruler-mode-ruler):
4739 * emulation/keypad.el (keypad-setup):
4740 * progmodes/antlr-mode.el (antlr-indent-at-bol-alist):
4741 Fix typo in docstring.
4742
4743 2007-01-13 Mathias Dahl <mathias.dahl@gmail.com>
4744
4745 * tumme.el (tumme-cmd-rotate-original-options): Add -outfile option.
4746 Remove redirect character ">".
4747
4748 2007-01-13 Juanma Barranquero <lekktu@gmail.com>
4749
4750 * replace.el (perform-replace): Remove leftover code.
4751
4752 2007-01-12 Richard Stallman <rms@gnu.org>
4753
4754 * replace.el (perform-replace): Don't clear NODENT when computing
4755 the replacement string.
4756
4757 2007-01-11 Michael Albinus <michael.albinus@gmx.de>
4758
4759 * net/tramp.el (tramp-handle-file-local-copy):
4760 Set `enable-multibyte-characters' to nil. Reported by Chris Moore
4761 <christopher.ian.moore@gmail.com>.
4762
4763 2007-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
4764
4765 * diff-mode.el (diff-sanity-check-context-hunk-half)
4766 (diff-sanity-check-hunk): New functions.
4767 (diff-find-source-location): Use'em to check the hunks are well-formed.
4768
4769 * hexl.el (hexlify-buffer, dehexlify-buffer): Don't complain and don't
4770 activate undo when undo is not active.
4771 Reported by Chris Moore <christopher.ian.moore@gmail.com>.
4772
4773 2007-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
4774
4775 * ffap.el (ffap-next-regexp, ffap-machine-p, ffap-newsgroup-regexp)
4776 (ffap-newsgroup-p, ffap-alist, ffap-string-at-point-mode-alist)
4777 (ffap-url-at-point): Use char-classes rather than "a-z".
4778
4779 2007-01-10 Juanma Barranquero <lekktu@gmail.com>
4780
4781 * ediff-init.el (ediff-autostore-merges):
4782 * textmodes/fill.el (fill-region): Doc fix.
4783
4784 2007-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
4785
4786 * server.el (server-ensure-safe-dir): UIDs may be floats.
4787
4788 2007-01-10 Richard Stallman <rms@gnu.org>
4789
4790 * battery.el (battery-linux-proc-acpi): Use ignore-errors
4791 around calls to directory-files.
4792
4793 * subr.el (momentary-string-display): Use save-excursion.
4794
4795 * emacs-lisp/pp.el (pp-eval-expression): Once again eval the
4796 argument, but read it as `X' does.
4797
4798 2007-01-09 Juri Linkov <juri@jurta.org>
4799
4800 * info.el (Info-fontify-node): Don't hide node names of index entries.
4801
4802 * faces.el (momentary): Change :group to basic-faces where all
4803 basic faces belong to. Add :version.
4804
4805 2007-01-09 Lennart Borgman <lennart.borgman.073@student.lu.se>
4806
4807 * tutorial.el (tutorial--display-changes): Show M-x sequence if no
4808 keybinding is found.
4809 (tutorial--find-changed-keys): Never treat null keybinding as a
4810 remapping.
4811
4812 2007-01-09 Martin Rudalics <rudalics@gmx.at>
4813
4814 * wdired.el (wdired-xcase-word): Skip non-word read-only characters.
4815
4816 2007-01-09 Kenichi Handa <handa@m17n.org>
4817
4818 * international/mule-cmds.el
4819 (select-safe-coding-system-interactively): Fix message.
4820
4821 2007-01-09 Michael Albinus <michael.albinus@gmx.de>
4822
4823 * net/tramp.el (tramp-process-one-action): Remove `with-timeout'.
4824 (tramp-process-actions): Add optional parameter TIMEOUT.
4825 (tramp-open-connection-telnet, tramp-open-connection-rsh)
4826 (tramp-open-connection-su): Add timeout of 60".
4827
4828 2007-01-09 Richard Stallman <rms@gnu.org>
4829
4830 * progmodes/compile.el (compile): Doc fix.
4831
4832 2007-01-09 Markus Triska <markus.triska@gmx.at>
4833
4834 * tumme.el (tumme-display-thumb): Doc fix.
4835
4836 2007-01-08 Juanma Barranquero <lekktu@gmail.com>
4837
4838 * battery.el (battery-search-for-one-match-in-files):
4839 * bindings.el (mode-line-minor-mode-help):
4840 * x-dnd.el (x-dnd-types-alist):
4841 * calendar/icalendar.el (icalendar-import-buffer):
4842 * term/mac-win.el (mac-dnd-types-alist): Fix typo in docstring.
4843
4844 * progmodes/vhdl-mode.el (vhdl-save-caches): Fix typo in error message.
4845
4846 2007-01-07 Chris Moore <christopher.ian.moore@gmail.com>
4847
4848 * replace.el (replace-regexp): Fix typo in docstring.
4849
4850 2007-01-07 Alan Mackenzie <acm@muc.de>
4851
4852 * progmodes/cc-langs.el (c-operators, c-filter-ops):
4853 Amend doc-string and comments.
4854
4855 2007-01-06 Eli Zaretskii <eliz@gnu.org>
4856
4857 * files.el (abbreviate-file-name): Doc fix.
4858
4859 2007-01-06 Markus Triska <triska@gmx.at>
4860
4861 * subr.el (split-string): Remove spurious ")" from doc string.
4862
4863 2007-01-05 Takaaki Ota <Takaaki.Ota@am.sony.com>
4864
4865 * textmodes/table.el (table--warn-incompatibility):
4866 Use display-warning instead of momentary-string-display.
4867
4868 2007-01-05 Richard Stallman <rms@gnu.org>
4869
4870 * image.el (image-type-header-regexps): Recognize xbm more strictly.
4871
4872 * simple.el (backward-kill-word): Doc fix.
4873
4874 2007-01-05 Romain Francoise <romain@orebokech.com>
4875
4876 * international/mule.el (sgml-html-meta-auto-coding-function):
4877 Ensure that the buffer contains a HTML document.
4878
4879 2007-01-05 Dan Nicolaescu <dann@ics.uci.edu>
4880
4881 * faces.el (momentary): Move here ...
4882 * subr.el (momentary): ... from here.
4883
4884 2007-01-05 Nick Roberts <nickrob@snap.net.nz>
4885
4886 * progmodes/gdb-ui.el (gdb-max-children): New customizable variable.
4887 (gdb-speedbar-expand-node): Ask user for confirmation before expanding
4888 large structures/arrays.
4889
4890 2007-01-04 Juanma Barranquero <lekktu@gmail.com>
4891
4892 * files.el (find-file-noselect-1, set-visited-file-name):
4893 Allow backup-enable-predicate to be nil.
4894
4895 2007-01-04 Andreas Schwab <schwab@suse.de>
4896
4897 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Fix typo in
4898 last change.
4899
4900 2007-01-03 Richard Stallman <rms@gnu.org>
4901
4902 * woman.el (woman-decode-buffer): Clarify error message.
4903
4904 2007-01-03 Alan Mackenzie <acm@muc.de>
4905
4906 * progmode/cc-cmds.el (c-mask-paragraph): Fix yesterday's buggy patch.
4907
4908 2007-01-03 Chris Moore <christopher.ian.moore@gmail.com>
4909
4910 * tutorial.el (tutorial--describe-nonstandard-key): Fix typo.
4911
4912 2007-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
4913
4914 * iswitchb.el (iswitchb-global-map): Use command-remapping if available.
4915
4916 2007-01-02 Juanma Barranquero <lekktu@gmail.com>
4917
4918 * emulation/viper.el (viper-custom-file-name, viper-mode):
4919 Fix typos in docstrings.
4920
4921 * subr.el (momentary-string-display): After moving point, set POS
4922 variable to it to avoid later errors once the buffer is modified.
4923 Doc fix.
4924
4925 2007-01-02 Alan Mackenzie <acm@muc.de>
4926
4927 * progmodes/cc-cmds.el (c-mask-paragraph): In a block comment,
4928 check that the "*/" is present before trying to manipulate it.
4929
4930 2007-01-02 Richard Stallman <rms@gnu.org>
4931
4932 * wid-edit.el (widget-choose): Avoid ugly error for function keys.
4933
4934 * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords):
4935 Fix format of value.
4936
4937 * cus-edit.el (customize-unsaved): Rename from customize-customized.
4938 Change messages accordingly.
4939 (customize-customized): Now alias.
4940
4941 2007-01-02 Juanma Barranquero <lekktu@gmail.com>
4942
4943 * files.el (version-control): Doc fix.
4944
4945 2007-01-01 Alan Mackenzie <acm@muc.de>
4946
4947 * progmodes/cc-engine.el (c-guess-basic-syntax, case 5N):
4948 Check the format of c-state-cache is valid for an optimisation before
4949 using it.
4950
4951 * progmodes/cc-engine.el (c-guess-basic-syntax): New case 5Q "we
4952 are at a statement within a macro". Other changes so that only
4953 the first continuation line in a macro gets the symbol
4954 `cpp-define-intro', the others getting `statement', or whatever.
4955
4956 * progmodes/cc-cmds.el (c-context-line-break): When invoked within
4957 a string, preserve whitespace. Add a backslash only when also in
4958 a macro.
4959
4960 * progmodes/cc-defs.el: Correct typos.
4961
4962 * progmodes/cc-cmds.el (c-context-line-break): Don't indent the
4963 new line after an escaped EOL in a string.
4964
4965 * progmodes/cc-engine.el (c-forward-label): Recognise "foo:" as a
4966 label when it directly follows "else", "do", ....
4967
4968 * progmodes/cc-engine.el (c-backward-<>-arglist): Tolerate empty
4969 angle brackets (as seen in "explicit specialisations" of C++
4970 templates).
4971
4972 * progmodes/cc-vars.el (c-indentation-style): Mention c-file-style
4973 in the doc-string.
4974
4975 * progmodes/cc-cmds.el (c-mask-paragraph): Fix for C comments,
4976 when the comment ender looks like "=========*/" and is alone on
4977 its line.
4978
4979 * progmodes/cc-langs.el, progmodes/cc-engine.el: Correct the
4980 spelling of c-opt-op-identiTier-prefix, t -> f. Leave an alias
4981 for the old name.
4982
4983 * progmodes/cc-mode.el: Bind C-M-a and C-M-e to
4984 c-\(beginning\|end\)-of-defun by default.
4985
4986 * progmodes/cc-align.el (c-lineup-gnu-DEFUN-intro-cont):
4987 New line-up function, for the DEFUN macro in the Emacs C sources.
4988 Only used in "gnu" style.
4989
4990 * progmodes/cc-styles.el (c-style-alist): Use this new function in
4991 the "gnu" style.
4992
4993 * progmodes/cc-cmds.el (c-electric-slash): Extend the handling of
4994 clean-up comment-close-slash also to work when there's a comment
4995 terminator on the line.
4996 (c-beginning-of-defun, c-end-of-defun): Refactor and optimise
4997 these for large arg - only take account of top level {..}, except
4998 for initial and final adjustments. M-- C-M-[ae] now go to the
4999 right defuns when the starting point is between defuns. They use
5000 the four new functions:
5001 (c-in-function-trailer-p, c-where-wrt-brace-construct)
5002 (c-backward-to-nth-BOF-{, c-forward-to-nth-EOF-}): New functions to
5003 support c-\(beginning\|end\)-of-defun.
5004
5005 * progmodes/cc-engine.el (c-forward-label): Analyze ":"
5006 expressions more rigorously, to exclude bit-field specifiers from
5007 being classed as labels.
5008 (c-forward-label): When analyzing a ":" within a macro, be careful
5009 about using c-forward-syntactic-ws at the macro beginning.
5010 (c-beginning-of-decl-1): Whilst searching for "=" as evidence of a
5011 stmt boundary, check for "operator=", etc.
5012
5013 * progmodes/cc-mode.el (c-postprocess-file-styles):
5014 Bind inhibit-read-only to t, around the call to
5015 c-remove-any-local-eval-or-mode-variables, so that it works on a
5016 RO file.
5017
5018 * progmodes/cc-defs.el (c-version): Update the version number to
5019 "5.31.4".
5020
5021 2007-01-01 Richard Stallman <rms@gnu.org>
5022
5023 * isearch.el (isearch-done): Use FOUND-POINT or FOUND-START
5024 only if we restored isearch-window-configuration.
5025
5026 2006-12-31 Romain Francoise <romain@orebokech.com>
5027
5028 * net/tramp.el (tramp-default-method): Don't use `symbol-function'.
5029
5030 2006-12-31 Kim F. Storm <storm@cua.dk>
5031
5032 * files.el (auto-mode-case-fold): New defcustom.
5033 (set-auto-mode): If non-nil, perform second case-sensitive pass
5034 through auto-mode-alist if first pass failed.
5035
5036 2006-12-30 Richard Stallman <rms@gnu.org>
5037
5038 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Doc fix.
5039
5040 2006-12-30 Ken Manheimer <ken.manheimer@gmail.com>
5041
5042 * allout.el (allout-encrypt-string): Handle symmetric-key
5043 passphrase caching but leave keypair caching to pgg.
5044
5045 2006-12-30 Michael Albinus <michael.albinus@gmx.de>
5046
5047 Sync with Tramp 2.0.55.
5048
5049 * net/tramp.el (tramp-completion-mode): Use `wholenump' instead of
5050 `integerp'. `char-equal' could fail else in case of negative
5051 numbers. Reported by Toby Speight <T.M.Speight.90@cantab.net>.
5052 (top): Check for `font-lock-add-keywords' before calling; it
5053 doesn't exist under XEmacs.
5054 (tramp-yn-prompt-regexp): Fix regexp. Add question from plink.
5055 (tramp-completion-mode): Remove clause (not
5056 tramp-unified-filenames), because the function is called in other
5057 context too, where this check results in wrong results in the
5058 XEmacs case on Windows.
5059 (tramp-touch): UTC handling is not possible for XEmacs.
5060
5061 2006-12-30 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5062
5063 * scroll-bar.el (previous-scroll-bar-mode): New variable
5064 (set-scroll-bar-mode): Set previous-scroll-bar-mode.
5065 (scroll-bar-mode): Use previous-scroll-bar-mode if set.
5066
5067 * term/x-win.el: Set scroll bar mode to right if set by X resources.
5068
5069 2006-12-30 Richard Stallman <rms@gnu.org>
5070
5071 * files.el (make-backup-file-name-1): Precompute abs name
5072 but don't lose the relative name.
5073
5074 * international/mule-cmds.el (select-safe-coding-system-interactively):
5075 Fix message.
5076
5077 2006-12-30 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
5078
5079 * files.el (backup-buffer): Show entire backup file name in msg.
5080
5081 2006-12-30 Juanma Barranquero <lekktu@gmail.com>
5082
5083 * image.el (image-type-header-regexps, image-type-from-data)
5084 (image-type-from-buffer, image-type-from-file-header):
5085 Revert changes from 2006-12-26.
5086 (image-type-auto-detectable): New variable.
5087 (image-type-auto-detected-p): New function.
5088
5089 * files.el (magic-mode-alist): Detect image files with
5090 `image-type-auto-detected-p' instead of `image-type-from-buffer'.
5091
5092 2006-12-29 Nick Roberts <nickrob@snap.net.nz>
5093
5094 * dired.el (dired-sort-other): Move test for dired-mode...
5095 (dired-sort-set-modeline): ...to here.
5096
5097 2006-12-29 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
5098
5099 * textmodes/fill.el (fill-comment-paragraph): Document 2006-12-24
5100 change. Suggested by Stefan Monnier.
5101
5102 2006-12-29 Kim F. Storm <storm@cua.dk>
5103
5104 * emacs-lisp/bindat.el (bindat--unpack-group, bindat--length-group)
5105 (bindat--pack-group): Let-bind COUNT during repeat block evaluation.
5106
5107 2006-12-27 Kim F. Storm <storm@cua.dk>
5108
5109 * emacs-lisp/authors.el (authors-aliases): Anchor FSF alias regexp,
5110 so it doesn't accidentally match an fsf.org mail address.
5111 (authors-renamed-files-alist): Add tcover-*.el.
5112
5113 2006-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
5114
5115 * vc-arch.el (vc-arch-find-version): New function.
5116
5117 * vc-hooks.el (vc-version-backup-file-name): Revision names may be
5118 composed of arbitrary characters (even /) in some systems.
5119
5120 2006-12-27 Eli Zaretskii <eliz@gnu.org>
5121
5122 * international/mule-cmds.el (select-safe-coding-system-interactively):
5123 Improve the message in the *Warning* buffer.
5124
5125 2006-12-27 Kim F. Storm <storm@cua.dk>
5126
5127 * ido.el (ido-set-matches-1): Fix last change. If default item is
5128 current buffer, it is ok to be first.
5129
5130 2006-12-27 Kenichi Handa <handa@m17n.org>
5131
5132 * international/mule-cmds.el (select-safe-coding-system-interactively):
5133 Use face `link' for problematic chars.
5134
5135 2006-12-27 Kenichi Handa <handa@m17n.org>
5136
5137 * international/mule-cmds.el (select-safe-coding-system-interactively):
5138 Improve the message in *Warning* buffer.
5139
5140 2006-12-27 Kim F. Storm <storm@cua.dk>
5141
5142 * ido.el (ido-set-matches-1): Never put current buffer first if
5143 there are other matches.
5144
5145 2006-12-26 Nick Roberts <nickrob@snap.net.nz>
5146
5147 * progmodes/gdb-ui.el (gud-watch): Allow duplicate names for watch
5148 expressions.
5149 (gdb-var-delete): Handle duplicate names. Print message for non
5150 root expressions.
5151 (gdb-partial-output-name): Start buffer name with a space.
5152 (gdb-info-breakpoints-custom, gdb-reset): Handle space in above
5153 buffer name.
5154
5155 2006-12-26 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
5156
5157 * mail/footnote.el (Footnote-insert-footnote): Fix the search of the
5158 last footnote when `footnote-spaced-footnotes' is nil.
5159
5160 2006-12-26 Richard Stallman <rms@gnu.org>
5161
5162 * cus-edit.el (custom-browse-sort-alphabetically)
5163 (custom-buffer-sort-alphabetically)
5164 (custom-menu-sort-alphabetically): Doc fixes. Add autoloads.
5165
5166 * image.el (image-type-header-regexps): Change element format
5167 to include third item NOT-ALWAYS.
5168 (image-type-from-data): Handle new format.
5169 (image-type-from-buffer): Handle new format. New arg INCLUDE-MAYBES.
5170 (image-type-from-file-header): Pass t for INCLUDE-MAYBES.
5171
5172 2006-12-26 Guanpeng Xu <herberteuler@hotmail.com>
5173
5174 * add-log.el (add-log-current-defun): Call `forward-sexp'
5175 multiple times to pick a member function name defined as
5176 part of nested classes/namespaces.
5177
5178 2006-12-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5179
5180 * emacs-lisp/easymenu.el (easy-menu-change): New arg MAP to indicate
5181 which keymap should be used to change menu. It does not affect any
5182 existent code.
5183
5184 2006-12-26 Richard Stallman <rms@gnu.org>
5185
5186 * textmodes/fill.el (fill-paragraph): Check for a minibuffer
5187 rather than for being in a minibuffer window.
5188
5189 2006-12-25 Daiki Ueno <ueno@unixuser.org>
5190
5191 * pgg-def.el (pgg-passphrase-coding-system): Default to nil instead of
5192 locale-coding-system.
5193 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with eol-type
5194 LF.
5195
5196 2006-12-25 Michael R. Mauger <mmaug@yahoo.com>
5197
5198 * progmodes/sql.el (sql-mode-abbrev-table): Correct initialization.
5199 (sql-mode-syntax-table): Disable double quoted strings.
5200 (sql-mode-font-lock-object-name): Add TYPE and TYPE BODY.
5201
5202 2006-12-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5203
5204 * startup.el (fancy-splash-last-input-event): New variable.
5205 (fancy-splash-special-event-action): New function.
5206 (fancy-splash-screens): Temporarily bind special events to it.
5207 Execute command for saved special event before exiting from
5208 recursive editing.
5209
5210 * term/mac-win.el (mac-keyboard-translate-char, mac-unread-string):
5211 New functions.
5212 (mac-ts-update-active-input-area, mac-ts-unicode-for-key-event):
5213 Use mac-unread-string.
5214
5215 2006-12-24 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
5216
5217 * textmodes/fill.el (fill-comment-paragraph): Prevent the use of
5218 an optimized comment regexp if `comment-start-skip' uses a ^.
5219 * bs.el (bs--up): Remove interactive spec.
5220
5221 2006-12-24 Chong Yidong <cyd@stupidchicken.com>
5222
5223 * woman.el (woman-decode-buffer): Signal error for alien macro sets.
5224 Suggested by James Cloos.
5225
5226 2006-12-24 Kevin Ryde <user42@zip.com.au>
5227
5228 * calendar/cal-dst.el (calendar-dst-starts): Default to second Sunday
5229 in March.
5230 (calendar-dst-ends): Default to first Sunday in November.
5231
5232 2006-12-24 Ken Manheimer <ken.manheimer@gmail.com>
5233
5234 * allout.el (allout-encrypt-string): Inhibit use of agent within
5235 body of let form where encryption happens. Acknowledge non-use of
5236 gpg-agent in docstring.
5237 (allout-toggle-subtree-encryption): Acknowledge non-use of
5238 gpg-agent in docstring.
5239
5240 2006-12-24 Chong Yidong <cyd@stupidchicken.com>
5241
5242 * custom.el (custom-add-frequent-value): Alias for custom-add-option.
5243
5244 2006-12-23 Michael Kifer <kifer@cs.stonybrook.edu>
5245
5246 * ediff-diff.el (ediff-diff-options): Clarify docstring.
5247 (ediff-setup-diff-regions): Disallow -u in ediff-diff-options.
5248
5249 * viper-cmd.el (viper-post-command-sentinel): Protect against errors
5250 in hooks.
5251 (viper-add-newline-at-eob-if-necessary): Add newline only if we
5252 actually modify buffer; ignore errors if occur.
5253
5254 2006-12-23 Chong Yidong <cyd@stupidchicken.com>
5255
5256 * calendar/calendar.el (calendar-mode-map): Switch < and >.
5257 (calendar-mode-line-format): Use mouse-1 bindings, and tweak
5258 formatting.
5259
5260 2006-12-23 Richard Stallman <rms@gnu.org>
5261
5262 * simple.el (delete-horizontal-space): Doc fix.
5263
5264 2006-12-23 Eli Zaretskii <eliz@gnu.org>
5265
5266 * makefile.w32-in (bootstrap-clean): Run bootstrap-clean-$(SHELLTYPE)
5267 explicitly in a recursive Make, not implicitly through prerequisites,
5268 since the latter is wrong under parallel builds.
5269
5270 2006-12-22 Eli Zaretskii <eliz@gnu.org>
5271
5272 * w32-fns.el (convert-standard-filename): Wrap in save-match-data.
5273
5274 2006-12-22 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
5275
5276 * progmodes/sh-script.el (sh-make-vars-local): Fix a typo in
5277 message string.
5278
5279 2006-12-22 Ben North <ben@redfrontdoor.org> (tiny change)
5280
5281 * outline.el (outline-next-visible-heading): Fix the case with a
5282 header at end-of-file with no final newline.
5283
5284 2006-12-22 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
5285
5286 * indent.el (tab-always-indent): Doc fix.
5287
5288 2006-12-22 Chong Yidong <cyd@stupidchicken.com>
5289
5290 * info.el (Info-fontify-maximum-menu-size): Bump to 1000000.
5291 (Info-fontify-node): Do fontify indices.
5292
5293 * tutorial.el (tutorial--detailed-help): Remove unnecessary link
5294 to the Emacs Lisp reference manual.
5295 (tutorial--tab-map): Remove. All callers changed.
5296 (tutorial--find-changed-keys): New elt QUIET, used to...
5297 (tutorial--display-changes): ...ensure that warning messages are
5298 only issued once per changed key.
5299 (tutorial--remove-remarks): Delete unused code-path.
5300 (lang-strings): Remove extraneous formatting.
5301 (tutorial--save-tutorial): Prompt before saving tutorial state.
5302
5303 2006-12-21 Chong Yidong <cyd@stupidchicken.com>
5304
5305 * tutorial.el: Remove `cl' requirement. Clean up whitespace.
5306 Replace '?\ ' by '?\s' throughout.
5307 (tutorial-warning-face): Inherit font-lock-warning-face. Move to
5308 `help' custom group.
5309 (tutorial--key-description): New function.
5310 (tutorial--display-changes): Remove redundant arg. Scan for all
5311 key sequences to avoid false matches. Cleanup.
5312 (tutorial--saved-dir): Save to a subdirectory in .emacs.d to
5313 reduce homedir pollution.
5314 (help-with-tutorial): Call tutorial--display-changes with no arg.
5315
5316 2006-12-21 Carsten Dominik <dominik@science.uva.nl>
5317
5318 * textmodes/org.el (org-mode-map): Bind org-complete also to M-\t.
5319
5320 2006-12-20 Michael Albinus <michael.albinus@gmx.de>
5321
5322 * net/tramp.el (tramp-default-method): We still need to check for
5323 `executable-find', because it is not bound under Emacs 20.
5324 (tramp-handle-file-name-completion)
5325 (tramp-completion-handle-file-name-completion): Handle optional
5326 parameter PREDICATE.
5327 (tramp-find-default-method): Add code for default values.
5328
5329 2006-12-20 Nick Roberts <nickrob@snap.net.nz>
5330
5331 * progmodes/gdb-ui.el (gdb-stopped): After attaching to a process
5332 make gud-go send "continue".
5333
5334 2006-12-19 Juanma Barranquero <lekktu@gmail.com>
5335
5336 * image.el (image-type-header-regexps): Be more specific detecting `pbm'
5337 and `png' files. Use non-capturing parenthesis for `tiff' regexp.
5338
5339 2006-12-19 Kim F. Storm <storm@cua.dk>
5340
5341 * bindings.el: Bind sigusr1 and sigusr2 in special-event-map
5342 instead of global-map.
5343
5344 * files.el (magic-mode-alist): Allow matching file type by
5345 calling a function at bob. Check for image types by calling
5346 image-type-from-buffer. Suggested by Juanma Barranquero.
5347 (set-auto-mode): Do it.
5348
5349 2006-12-19 Michael Albinus <michael.albinus@gmx.de>
5350
5351 * net/tramp.el (tramp-methods): Introduce new method `scpc'.
5352 Remove "ControlMaster" option from the other `scp*' methods.
5353 (tramp-default-method): Check for ssh-agent before setting to `scp'.
5354
5355 2006-12-18 Carsten Dominik <dominik@science.uva.nl>
5356
5357 * textmodes/org.el (org-mode): Show context after isearch.
5358 (org-show-siblings): New function.
5359 (org-show-context): Use `org-show-siblings'.
5360
5361 2006-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
5362
5363 * emacs-lisp/syntax.el (syntax-ppss-flush-cache, syntax-ppss):
5364 Use syntax-ppss-toplevel-pos.
5365
5366 2006-12-18 Carsten Dominik <dominik@science.uva.nl>
5367
5368 * textmodes/org.el (org-current-line): Make sure that lines are
5369 counted from beginning of buffer.
5370 (org-table-copy-region, org-table-paste-rectangle): Make sure that
5371 lines are counted from beginning of buffer.
5372
5373 2006-12-17 Chong Yidong <cyd@stupidchicken.com>
5374
5375 * info.el (Info-build-node-completions): Signal error if tag-table
5376 marker is not found.
5377
5378 * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
5379
5380 2006-12-17 Alan Mackenzie <acm@muc.de>
5381
5382 * emacs-lisp/lisp.el (beginning-of-defun-raw): Optimise (for
5383 speed) the case when open-paren-in-column-0-is-defun-start is nil.
5384 Based on code by Martin Rudalics.
5385
5386 * progmodes/cc-mode.el (c-basic-common-init): Don't set
5387 open-paren-in-column-0-is-defun-start to nil any more.
5388
5389 2006-12-17 Richard Stallman <rms@gnu.org>
5390
5391 * simple.el (delete-horizontal-space): Use prefix arg.
5392
5393 * help-fns.el (describe-variable): Improve blank separator lines.
5394
5395 * files.el (magic-mode-alist): Mark as risky.
5396
5397 * files.el (make-backup-file-name-1):
5398 Expand backup-directory explicitly.
5399
5400 2006-12-17 Michael Albinus <michael.albinus@gmx.de>
5401
5402 * net/tramp.el (tramp-default-method): Before setting to "pscp",
5403 check whether package password.el is loaded, or Pageant is running.
5404
5405 2006-12-17 Ulf Jasper <ulf.jasper@web.de>
5406
5407 * calendar/icalendar.el (icalendar-version): Increase to "0.14".
5408 (icalendar--rris): First try Emacs, then XEmacs.
5409 (icalendar--convert-ical-to-diary): Doc fix.
5410 Insert newline at end of target file.
5411
5412 2006-12-17 Kim F. Storm <storm@cua.dk>
5413
5414 * outline.el (outline-isearch-open-invisible-function): New defvar.
5415 (outline-flag-region): Use it if non-nil for isearch-open-invisible
5416 overlay property instead of outline-isearch-open-invisible.
5417
5418 2006-12-16 Kim F. Storm <storm@cua.dk>
5419
5420 * ido.el (ido-completion-help): Build ido-cur-list and ido-matches
5421 if ido-directory-too-big is set on entry.
5422 (ido-toggle-ignore, ido-completion-help): Print message while
5423 reading big directory.
5424
5425 2006-12-15 Richard Stallman <rms@gnu.org>
5426
5427 * shell.el (shell): Doc fix.
5428
5429 2006-12-15 Kevin Gallagher <Kevin.Gallagher@boeing.com>
5430
5431 * emulation/edt.el (edt-xserver):
5432 * emulation/edt-mapper.el (edt-xserver): Replace `/' with a `-',
5433 to fix a problem on Cygwin.
5434
5435 * emulation/edt.el
5436 * emulation/edt-mapper.el
5437 * emulation/edt-lk201.el
5438 * emulation/edt-pc.el
5439 * emulation/edt-vt100.el: Update maintainer's email address.
5440
5441 2006-12-15 Simon Marshall <simon@gnu.org>
5442
5443 * progmodes/cc-fonts.el (c-font-lock-declarations): Fix previous change.
5444
5445 2006-12-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5446
5447 * term/mac-win.el (mac-atsu-font-table): Remove defvar.
5448 (mac-handle-font-selection): Use mac-atsu-font-face-attributes
5449 instead of mac-atsu-font-table.
5450 (fontset-default): Specify argument MAXIMUM in x-list-fonts calls.
5451
5452 2006-12-14 Stephen Leake <stephen_leake@member.fsf.org>
5453
5454 * align.el (align-match-tex-pattern): Fix a rare bug which
5455 hanged Emacs.
5456
5457 2006-12-14 Richard Stallman <rms@gnu.org>
5458
5459 * startup.el (use-fancy-splash-screens-p): Use frame-height
5460 instead of window-height. Pass frame to image-size.
5461
5462 2006-12-13 Kenichi Handa <handa@m17n.org>
5463
5464 * international/mule-cmds.el (set-locale-environment):
5465 Set default-sendmail-coding-system too.
5466
5467 2006-12-12 J.D. Smith <jdsmith@as.arizona.edu>
5468
5469 * progmodes/idlw-help.el: Fix copyright notice.
5470
5471 2006-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
5472
5473 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos): New fun.
5474
5475 2006-12-11 Juanma Barranquero <lekktu@gmail.com>
5476
5477 * subr.el (unread-command-char): Reformat obsolescence info.
5478
5479 2006-12-11 Richard Stallman <rms@gnu.org>
5480
5481 * emacs-lisp/cl-macs.el (defstruct): Suppress warnings
5482 about calls to cl-struct-setf-expander.
5483
5484 2006-12-11 Juanma Barranquero <lekktu@gmail.com>
5485
5486 * ediff-merg.el (ediff-show-clashes-only): Doc fix.
5487 (ediff-combination-pattern): Fix typo in docstring.
5488
5489 * textmodes/refer.el (refer-find-entry): Doc fix.
5490 (refer-bib-files-regexp, refer-bib-directory, refer-bib-files)
5491 (refer-cache-bib-files, refer-find-next-entry, refer-yank-key):
5492 Fix tipos in docstrings.
5493
5494 * progmodes/idlwave.el (idlwave-library-path): Fix typos in docstring.
5495
5496 2006-12-10 Kim F. Storm <storm@cua.dk>
5497
5498 * ido.el (ido-init-completion-maps): Remap backward-kill-word
5499 instead of binding M-backspace.
5500
5501 2006-12-10 Juanma Barranquero <lekktu@gmail.com>
5502
5503 * replace.el (replace-match-data, replace-match-maybe-edit):
5504 * calc/calc-aent.el (calc-eval-error):
5505 * emulation/vi.el (vi-char-argument):
5506 * progmodes/cc-langs.el (c-at-vsemi-p-fn)
5507 (c-vsemi-status-unknown-p-fn): Doc fixes.
5508
5509 2006-12-10 Chong Yidong <cyd@stupidchicken.com>
5510
5511 * menu-bar.el (menu-bar-showhide-menu, menu-bar-tools-menu)
5512 (menu-bar-help-menu): Tooltip fixes. Suggested by Francis Wright.
5513
5514 2006-12-10 Masatake YAMATO <jet@gyve.org>
5515
5516 * progmodes/ld-script.el (ld-script-keywords): Fix a typo.
5517
5518 2006-12-09 Chong Yidong <cyd@stupidchicken.com>
5519
5520 * mouse-sel.el (mouse-sel-mode): Register mouse-2 as a click type.
5521
5522 * man.el (Man-xref-button-action): New function. If the
5523 `Man-target-string' button property is a function, assume it
5524 accepts a position argument.
5525 (Man-abstract-xref-man-page): Use it.
5526 (Man-default-man-entry): New optional arg POS.
5527
5528 * wdired.el (wdired-preprocess-symlinks): Make the spaces after
5529 symlink arrows read-only and non-rear-sticky.
5530
5531 2006-12-09 Martin Rudalics <rudalics@gmx.at>
5532
5533 * wdired.el (wdired-change-to-wdired-mode, wdired-finish-edit)
5534 (wdired-search-and-rename): Simplify code.
5535 (wdired-preprocess-files, wdired-preprocess-perms): Make
5536 read-only property of preceding character rear-nonsticky to
5537 avoid that it can be modified. Put old-name and old-link
5538 properties on character preceding name and replace
5539 put-text-property by add-text-properties.
5540 (wdired-get-filename, wdired-get-previous-link): Get old-name
5541 and old-link properties from character preceding name and
5542 simplify code.
5543 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit)
5544 (wdired-perms-to-number): Make local-map property
5545 rear-nonsticky to avoid that text following permissions may be
5546 modified. Use add-text-properties instead of put-text-property
5547 when changing a permission bit.
5548 (wdired-change-to-dired-mode): Remove stickiness properties.
5549
5550 2006-12-09 Juanma Barranquero <lekktu@gmail.com>
5551
5552 * international/mule-cmds.el (register-input-method): Doc fix.
5553
5554 2006-12-09 Masayuki Ataka <masayuki.ataka@gmail.com> (tiny change)
5555
5556 * cmuscheme.el (scheme-start-file): Use `let*', not `let'.
5557
5558 2006-12-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
5559
5560 * textmodes/flyspell.el (flyspell-hack-local-variables-hook): New.
5561 Force buffer local defs evaluation on local variables loading.
5562 (flyspell-mode-on, flyspell-mode-off): Use it in
5563 `hack-local-variables-hook'.
5564
5565 2006-12-09 Eli Zaretskii <eliz@gnu.org>
5566
5567 * emacs-lisp/find-func.el (find-variable): Doc fix.
5568
5569 * help-fns.el (variable-at-point): Doc fix.
5570
5571 * w32-fns.el (w32-append-code-lines): New function.
5572
5573 2006-12-09 Romain Francoise <romain@orebokech.com>
5574
5575 * comint.el (comint-insert-input): Delete obsolete comment.
5576
5577 2006-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
5578
5579 * net/browse-url.el (browse-url): Set DISPLAY to the one of the
5580 current frame, in case we're connected to several displays.
5581
5582 2006-12-08 Juanma Barranquero <lekktu@gmail.com>
5583
5584 * frame.el (other-frame): Doc fix.
5585 (set-frame-parameter): Fix typo in docstring.
5586
5587 2006-12-07 Kim F. Storm <storm@cua.dk>
5588
5589 * info.el (Info-index): Strip leading colon from topic.
5590
5591 2006-12-07 Nick Roberts <nickrob@snap.net.nz>
5592
5593 * progmodes/gud.el (gud-speedbar-buttons): Deal with references
5594 to pointers.
5595
5596 2006-12-05 J.D. Smith <jdsmith@as.arizona.edu>
5597
5598 * progmodes/idlwave.el (idlwave-xml-create-class-method-lists):
5599 Trim out spurious class inheritance "None" entries.
5600
5601 2006-12-05 Kim F. Storm <storm@cua.dk>
5602
5603 * emulation/cua-base.el (cua-paste-pop-rotate-temporarily): Doc fix.
5604 (cua-paste-pop): Rework last change for
5605 cua-paste-pop-rotate-temporarily, so first M-y and C-y works alike,
5606 pasting the head of the kill-ring, and prefix arg C-u M-y inserts the
5607 text inserted by the last M-y command.
5608
5609 2006-12-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
5610
5611 * cmuscheme.el (run-scheme, scheme-start-file): Search the start
5612 file in ~/.emacs.d as `init_SCHEMENAME.scm' instead.
5613
5614 * shell.el (shell): Search the start file in ~/.emacs.d as
5615 `init_SHELLNAME.sh' instead.
5616
5617 2006-12-05 Glenn Morris <rgm@gnu.org>
5618
5619 * progmodes/cperl-mode.el (cperl-mode)
5620 * progmodes/f90.el (f90-mode-abbrev-table)
5621 * progmodes/fortran.el (fortran-mode-abbrev-table)
5622 * progmodes/octave-mod.el (octave-abbrev-table)
5623 * progmodes/sql.el (sql-mode-abbrev-table): Define abbrevs even
5624 if abbrev-table is non-nil (saved user abbrevs may have been restored).
5625
5626 * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init): Do not
5627 clear abbrev table, else saved abbrevs will not be restored.
5628
5629 2006-12-04 Juanma Barranquero <lekktu@gmail.com>
5630
5631 * facemenu.el (facemenu-unlisted-faces): Put obsolescence info in
5632 the call to `make-obsolete-variable', not in the docstring.
5633
5634 2006-12-04 Chong Yidong <cyd@stupidchicken.com>
5635
5636 * facemenu.el (facemenu-unlisted-faces): Define as obsolete variable.
5637
5638 2006-12-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5639
5640 * progmodes/ebnf-abn.el:
5641 * progmodes/ebnf-bnf.el:
5642 * progmodes/ebnf-dtd.el:
5643 * progmodes/ebnf-ebx.el:
5644 * progmodes/ebnf-iso.el:
5645 * progmodes/ebnf-otz.el:
5646 * progmodes/ebnf-yac.el:
5647 * progmodes/ebnf2ps.el:
5648 * delim-col.el:
5649 * printing.el:
5650 * ps-bdf.el:
5651 * ps-mule.el:
5652 * ps-print.el: Remove 'Time-stamp' comment mark.
5653
5654 * printing.el (pr-menu-bind): Replace 'easy-menu-change' by
5655 'easy-menu-add-item' when called in Emacs 21 or higher.
5656
5657 2006-12-04 Stephen Leake <stephen_leake@stephe-leake.org>
5658
5659 * progmodes/ada-xref.el (ada-check-current): Doc fix.
5660 (ada-make-body-gnatstub): Doc fix. Remove redundant `progn'.
5661
5662 2006-12-04 Kim F. Storm <storm@cua.dk>
5663
5664 * bindings.el (global-map): Bind [signal t] to ignore, to have
5665 user signals ignored by default.
5666
5667 2006-12-04 Juanma Barranquero <lekktu@gmail.com>
5668
5669 * descr-text.el (describe-char-unicode-data): Use a hidden buffer for
5670 Unicode data file pointed to by `describe-char-unicodedata-file'.
5671
5672 2006-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
5673
5674 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Fix pathological
5675 O(n^2) regexp-search by anchoring the search.
5676
5677 2006-12-04 Dan Nicolaescu <dann@ics.uci.edu>
5678
5679 * whitespace.el (whitespace-cleanup-internal): Use current
5680 argument for recursive call.
5681
5682 2006-12-04 Michael Albinus <michael.albinus@gmx.de>
5683
5684 * net/tramp.el (tramp-methods): Add "ControlPath" and
5685 "ControlMaster" to scp, scp1 and scp2 methods. Suggested by
5686 Andreas Schwab <schwab@suse.de>.
5687 (tramp-do-copy-or-rename-file-out-of-band)
5688 (tramp-open-connection-rsh): Compute format spec for ?t.
5689 (tramp-process-actions): Trace command parameters.
5690
5691 2006-12-04 Nick Roberts <nickrob@snap.net.nz>
5692
5693 * simple.el (toggle-truncate-lines): Clarify doc string.
5694
5695 * progmodes/gdb-ui.el (gdb-var-delete-children): New function.
5696 (gdb-speedbar-expand-node): Use it.
5697
5698 2006-12-04 Richard Stallman <rms@gnu.org>
5699
5700 * progmodes/python.el (python-indent): Add safe-local-variable prop.
5701
5702 * dired.el (dired-revert): Turn off dired-after-readin-hook
5703 around call to dired-readin.
5704
5705 * menu-bar.el (menu-bar-make-toggle): Add "globally"
5706 to echo area messages.
5707 <indicate-empty-lines, case-fold-search>:
5708 Add "globally" to Help string.
5709 <case-fold-search>: MESSAGE arg need not say "globally".
5710 (menu-bar-edit-menu <paste-from-menu>): Rename from select-and-paste.
5711
5712 2006-12-03 Liam Healy <lnp@healy.washington.dc.us> (tiny change)
5713
5714 * outline.el (outline-end-of-subtree): Don't leave an empty
5715 line hidden as we would a real next heading.
5716
5717 2006-12-03 Ken Manheimer <ken.manheimer@gmail.com>
5718
5719 * allout.el (allout-ascend): Add an optional argument to preserve
5720 original position of point when unsuccessful. Also, fix a
5721 docstring error.
5722 (allout-yank-processing): Fix depth shift of multiple-topic so yanks
5723 work again, using allout-ascend's new option.
5724 (allout-setup-mode-map): Extract from allout-mode to initialize
5725 allout-mode-map. Call it on file load, so the mode docstring
5726 substitutions work even if allout mode has not yet been invoked.
5727 (allout-mode): Use new allout-setup-mode-map to track any keybinding
5728 customizations since the map was last processed. Also, refine the
5729 docstring so it's ship-shape for release.
5730 (allout-default-layout, allout-beginning-of-line-cycles)
5731 (allout-distinctive-bullets-string, allout-use-mode-specific-leader)
5732 (allout-encrypt-unencrypted-on-saves, allout-inhibit-auto-fill)
5733 (allout-version, allout-layout, allout-infer-body-reindent)
5734 (allout-infer-header-lead-and-primary-bullet, allout-view-change-hook)
5735 (allout-init, allout-mode, allout-next-heading, allout-chart-subtree)
5736 (allout-previous-heading, allout-goto-prefix-doublechecked)
5737 (allout-current-bullet-pos, allout-next-sibling-leap)
5738 (allout-pre-command-business, allout-encrypted-type-prefix)
5739 (allout-make-topic-prefix, allout-open-topic, allout-rebullet-heading)
5740 (allout-rebullet-topic, allout-rebullet-topic-grunt)
5741 (allout-flag-region, allout-expose-topic, allout-expose-topic)
5742 (allout-old-expose-topic, allout-listify-exposed)
5743 (allout-process-exposed, allout-latex-verb-quote)
5744 (allout-latex-verbatim-quote-curr-line, allout-adjust-file-variable)
5745 (allout-toggle-current-subtree-encryption)
5746 (allout-toggle-subtree-encryption, allout-bullet-isearch):
5747 Remove extraneous open-paren and close paren string escapes.
5748
5749 2006-12-03 Juanma Barranquero <lekktu@gmail.com>
5750
5751 * progmodes/ada-xref.el (is-windows, ada-find-in-src-path): Doc fixes.
5752 (ada-xref-pos-ring-max, ada-xref-project-files, ada-xref-initialize)
5753 (ada-prj-default-comp-cmd, ada-quote-cmd, ada-compile-current):
5754 Fix typos in docstrings.
5755
5756 2006-12-03 Glenn Morris <rgm@gnu.org>
5757
5758 * progmodes/cc-align.el
5759 * progmodes/cc-awk.el
5760 * progmodes/cc-cmds.el
5761 * progmodes/cc-compat.el
5762 * progmodes/cc-defs.el
5763 * progmodes/cc-engine.el
5764 * progmodes/cc-langs.el
5765 * progmodes/cc-menus.el
5766 * progmodes/cc-mode.el
5767 * progmodes/cc-styles.el
5768 * progmodes/cc-vars.el
5769 * progmodes/vhdl-mode.el: Fix Copyright format.
5770
5771 2006-12-02 Chong Yidong <cyd@stupidchicken.com>
5772
5773 * mouse.el (mouse-drag-track): Suppress automatic hscrolling for
5774 initial down event.
5775
5776 2006-12-02 Kim F. Storm <storm@cua.dk>
5777
5778 * emulation/cua-base.el (cua-toggle-set-mark): Doc fix.
5779 (cua-repeat-replace-region): Make M-v more robust.
5780 (cua-paste-pop-rotate-temporarily): New defcustom.
5781 (cua-paste-pop): Use it.
5782 (cua-auto-mark-last-change): New defcustom.
5783 (cua-pop-to-last-change): New helper function.
5784 (cua-set-mark): Use them.
5785
5786 2006-12-01 Nick Roberts <nickrob@snap.net.nz>
5787
5788 * menu-bar.el (toggle-case-fold-search): Clarify doc/help string and
5789 mini-buffer message.
5790
5791 2006-12-01 Juanma Barranquero <lekktu@gmail.com>
5792
5793 * descr-text.el (describe-char-unicodedata-file): Fix typo in docstring.
5794
5795 2006-12-01 Ben North <ben@redfrontdoor.org>
5796
5797 * paren.el: Fix the highlight overlay extension when the user types a
5798 sequence of char very fast just before the open parenthesis.
5799
5800 2006-12-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5801
5802 * ps-mule.el: Eliminate Emacs 20 compatibility.
5803
5804 * ps-print.el: Eliminate Emacs 20 & 21 compatibility.
5805 (ps-print-version): New version 6.7.
5806 (ps-print-quote): Replace '?\ ' by '?\s'.
5807
5808 2006-11-30 Juanma Barranquero <lekktu@gmail.com>
5809
5810 * hexl.el (hexl-goto-address, hexl-forward-char, hexl-forward-short)
5811 (hexl-forward-word, hexl-previous-line, hexl-beginning-of-1k-page)
5812 (hexl-end-of-1k-page): Doc fixes.
5813 (hexl-address-region, hexl-ascii-region, hexl-highlight-line-range):
5814 Fix typos in docstrings.
5815
5816 2006-11-30 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
5817
5818 * ido.el (ido-local-file-exists-p): New. Tell if a file exists
5819 locally, i.e. without using file name handlers.
5820 (ido-read-internal): Allow mono letter host names, avoiding the
5821 `c:' problem by testing if the file exists locally.
5822 (ido-complete, ido-make-file-list, ido-exhibit): Ditto.
5823
5824 2006-11-30 Masatake YAMATO <jet@gyve.org>
5825
5826 * hexl.el (hl-line-range-function, hl-line-face): Declare variables
5827 to avoid bytecomp warnings.
5828 (hexl-mode-old-ruler-function): New variable.
5829 (hexl-follow-line): Bind `hexl-mode-old-hl-line-range-function'
5830 and `hl-line-range-function' after `require' hl-line.
5831 Then bind `hl-line-range-function' and `hl-line-face'.
5832 Don't require frame. Don't use `with-no-warnings'.
5833 (hexl-activate-ruler): Store the original value of
5834 `ruler-mode-ruler-function' to `hexl-mode-old-ruler-function'.
5835 (hexl-mode-exit): Restore the original value of
5836 `ruler-mode-ruler-function'.
5837
5838 2006-11-30 Alin C. Soare <alinsoar@voila.fr> (tiny change)
5839
5840 * hexl.el (hexl-mode-old-hl-line-range-function): New variable.
5841 (hexl-mode-old-hl-line-face): New variable.
5842 (hexl-mode, hexl-mode-exit): Fix the highlighting of the current
5843 line when exit from the hexl-mode.
5844
5845 2006-11-30 Juanma Barranquero <lekktu@gmail.com>
5846
5847 * emacs-lisp/bytecomp.el (byte-optimize, byte-compile-warnings):
5848 Doc fixes.
5849
5850 * international/fontset.el (create-fontset-from-ascii-font)
5851 (create-fontset-from-fontset-spec, x-compose-font-name): Doc fixes.
5852 (fontset-name-p): Fix typo in docstring.
5853
5854 * progmodes/cc-cmds.el (c-indent-exp): Fix typo in docstring.
5855
5856 2006-11-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5857
5858 * ps-bdf.el: Fix maintainer email.
5859
5860 * ps-mule.el: Fix maintainer email. Define functions for Emacs 20
5861 compatibility.
5862
5863 * ps-print.el: Fix maintainer email. Define functions for Emacs 20 &
5864 21 compatibility.
5865 (ps-print-quote): Replace '?\s' by '?\ ' to keep compatibility with
5866 Emacs 20 & 21.
5867
5868 2006-11-29 J.D. Smith <jdsmith@as.arizona.edu>
5869
5870 * progmodes/idlwave.el (idlwave-auto-fill):
5871 Remove paragraph-start let to prevent auto-fill giving up.
5872
5873 2006-11-28 Juanma Barranquero <lekktu@gmail.com>
5874
5875 * vt100-led.el (led-state): Fix typo in previous change.
5876
5877 2006-11-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5878
5879 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
5880 Fix interactive spec of the functions getting defined to make them
5881 work as documented.
5882
5883 2006-11-28 Chong Yidong <cyd@stupidchicken.com>
5884
5885 * startup.el (fancy-splash-screens): Hide initial splash buffer.
5886
5887 2006-11-28 Kim F. Storm <storm@cua.dk>
5888
5889 * icomplete.el (icomplete-tidy, icomplete-exhibit): Check that
5890 icomplete-mode is enabled.
5891
5892 2006-11-28 Carsten Dominik <dominik@science.uva.nl>
5893
5894 * textmodes/org.el (require): Require gnus-sum during compilation
5895 to avoid problem with a macro call.
5896
5897 2006-11-28 Glenn Morris <rgm@gnu.org>
5898
5899 * emacs-lisp/authors.el (authors-aliases): Add new alias.
5900
5901 * progmodes/fortran.el (fortran-font-lock-keywords-4): Add `min'.
5902 (fortran-window-create-momentarily): Do not need string-to-char.
5903
5904 2006-11-28 Richard Stallman <rms@gnu.org>
5905
5906 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
5907 Replace incorrect use of assoc-default with a loop.
5908
5909 * term.el (term-exec-1): Set envvar INSIDE_EMACS.
5910
5911 * simple.el (next-error-find-buffer): Improve messages.
5912
5913 * files.el (revert-buffer): Special error message if file
5914 is now not readable.
5915
5916 * facemenu.el (facemenu-add-new-face): Improve doc strings of
5917 constructed commands.
5918
5919 * comint.el (comint-exec-1): Provide Emacs version and `comint'
5920 in INSIDE_EMACS.
5921
5922 2006-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
5923
5924 * diff-mode.el (diff-mode-map): Add a binding for unified->context.
5925
5926 * server.el: Remove spurious * in docstrings.
5927 (server-process-filter): Exit from recursive editing before processing
5928 a new request.
5929
5930 2006-11-27 J.D. Smith <jdsmith@as.arizona.edu>
5931
5932 * progmodes/hideshow.el (hs-already-hidden-p): Move to end of
5933 line so hidden blocks will be correctly identified.
5934
5935 2006-11-27 Juanma Barranquero <lekktu@gmail.com>
5936
5937 * ledit.el (ledit-save-defun, ledit-mode):
5938 * resume.el (resume-emacs-args-buffer):
5939 * rot13.el (rot13-display-table, rot13-translate-table, rot13)
5940 (rot13-string, rot13-region, rot13-other-window, toggle-rot13-mode):
5941 * vmsproc.el (subprocess-input, start-subprocess, subprocess-command)
5942 (command-send-input, command-kill-line):
5943 * vt100-led.el (led-state, led-on): Fix typos in docstrings.
5944
5945 * autoarg.el (autoarg-kp-mode): Doc fix.
5946
5947 * emacs-lock.el (toggle-emacs-lock): Doc fix. Simplify.
5948 (emacs-lock-check-buffer-lock): Doc fix. Use `when'.
5949 (check-emacs-lock): Doc fix. Simplify.
5950
5951 * iimage.el (iimage-mode-image-regex-alist): Doc fix.
5952 (iimage-mode-buffer): Fix typos in docstring.
5953
5954 * misc.el (zap-up-to-char): Doc fix.
5955
5956 * time-stamp.el: Fix comment and obsolescence string for old
5957 functions. Use `dolist' instead of `while'.
5958
5959 * userlock.el (ask-user-about-lock-help): Fix typos in output message.
5960
5961 * disp-table.el (standard-display-8bit, standard-display-default):
5962 * ebuff-menu.el (electric-buffer-list):
5963 * ehelp.el (electric-help-command-loop):
5964 * font-core.el (font-lock-mode):
5965 * help-macro.el (make-help-screen):
5966 * help.el (describe-minor-mode-completion-table-for-indicator)
5967 (lookup-minor-mode-from-indicator):
5968 * indent.el (tab-to-tab-stop, move-to-tab-stop):
5969 * info-look.el (info-lookup-guess-custom-symbol):
5970 * locate.el (locate-main-listing-line-p, locate-mode, locate-do-setup):
5971 * longlines.el (longlines-wrap-line):
5972 * macros.el (insert-kbd-macro):
5973 * menu-bar.el (menu-bar-update-buffers):
5974 * misc.el (copy-from-above-command):
5975 * mouse.el (mouse-popup-menubar, mouse-buffer-menu-alist):
5976 * newcomment.el (comment-indent):
5977 * novice.el (disabled-command-function):
5978 * sort.el (sort-fields-syntax-table):
5979 * subr.el (momentary-string-display):
5980 * tar-mode.el (tar-header-block-summarize)
5981 (tar-clear-modification-flags):
5982 * terminal.el (terminal-cease-edit, te-more-break-unwind, te-newline)
5983 (te-clear-rest-of-line, te-clear-rest-of-screen, te-clear-screen)
5984 (te-insert-lines, te-delete-lines, te-delete, te-insert-spaces)
5985 (te-delete-char, te-down-vertically-or-scroll):
5986 * time-stamp.el (time-stamp-string-preprocess):
5987 * tmm.el (tmm-add-one-shortcut): "?\ " -> "?\s".
5988
5989 2006-11-26 Nick Roberts <nickrob@snap.net.nz>
5990
5991 * speedbar.el (speedbar-timer-fn): Revert to old behaviour when not
5992 in GUD mode.
5993
5994 * progmodes/gud.el (gud-install-speedbar-variables): Remove bindings:
5995 speedbar-expand-line-descendants, speedbar-contract-line-descendants.
5996
5997 2006-11-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5998
5999 * progmodes/cc-vars.el (c-backslash-column): Add . at end of sentence.
6000
6001 2006-11-26 Stephen Leake <stephen_leake@stephe-leake.org>
6002
6003 * progmodes/ada-mode.el (ada-which-compiler): Fix typo in docstring.
6004 (ada-compile-goto-error): Adapt to new argument profile of
6005 compilation-goto-locus in Emacs 22. Don't check if the various
6006 compile functions are defined; we already do "(require 'compile)".
6007
6008 2006-11-26 Kim F. Storm <storm@cua.dk>
6009
6010 * kmacro.el: Fix commentary.
6011
6012 2006-11-26 Nick Roberts <nickrob@snap.net.nz>
6013
6014 * progmodes/gud.el (gdb): Explain how to run in text command mode
6015 more clearly. Say in error message that multiple debugging
6016 requires restarting GDB.
6017
6018 2006-11-25 Juanma Barranquero <lekktu@gmail.com>
6019
6020 * international/fontset.el (create-fontset-from-fontset-spec): Doc fix.
6021
6022 2006-11-25 Pavel Kobiakov <pk_at_work@yahoo.com>
6023
6024 * progmodes/flymake.el (flymake-posn-at-point-as-event): New function.
6025 (flymake-popup-menu): Use it instead of posn-at-point.
6026
6027 2006-11-25 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6028
6029 * progmodes/cc-vars.el (c-backslash-column):
6030 Mention c-backslash-max-column in documentation for c-backslash-column.
6031
6032 2006-11-24 Lars Hansen <larsh@soem.dk>
6033
6034 * net/tramp.el (tramp-default-method): Under Windows, change from
6035 plink to pscp.
6036 (tramp-copy-failed-regexp, tramp-action-copy-failed): Add.
6037 (tramp-actions-copy-out-of-band):
6038 Add pair (tramp-copy-failed-regexp tramp-action-copy-failed).
6039 (tramp-action-out-of-band): Move "Permission denied" handling to
6040 tramp-action-copy-failed.
6041 (tramp-do-copy-or-rename-file-out-of-band): unwind-protect killing of
6042 process buffer.
6043
6044 2006-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
6045
6046 * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
6047 strings to a single string. Quote `errors-file-name'.
6048 (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
6049 (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
6050 Adjust calls. Use `shell-quote-argument'.
6051
6052 * international/mule.el (load-with-code-conversion)
6053 (with-category-table): Use with-current-buffer.
6054 (after-insert-file-set-coding): Use restore-buffer-modified-p.
6055
6056 2006-11-24 Eli Zaretskii <eliz@gnu.org>
6057
6058 * mail/smtpmail.el (smtpmail-send-it):
6059 Copy buffer-file-coding-system from the mail buffer. Possibly add a
6060 MIME header for the message encoding.
6061 Bind coding-system-for-write around the call to mail-do-fcc.
6062 Use smtpmail-code-conv-from to encode queued mail messages.
6063
6064 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
6065
6066 * tabify.el (tabify-regexp): Doc fix.
6067
6068 * net/rcirc.el (rcirc-buffer-maximum-lines):
6069 * progmodes/gud.el (jdb): Fix space/tab mixup in docstrings.
6070
6071 * play/gomoku.el (gomoku-terminate-game, gomoku-human-takes-back)
6072 (gomoku-prompt-for-move, gomoku-human-plays, gomoku-offer-a-draw):
6073 Fix typos in output messages.
6074 (gomoku-vector-length, gomoku-init-board): Fix typos in docstrings.
6075
6076 2006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
6077
6078 * hexl.el (hexl-mode): Don't try to guess the max-address: get it from
6079 the horse's mouth.
6080 (hexlify-buffer): Don't re-encode an arg that's already encoded.
6081
6082 2006-11-23 Michael Kifer <kifer@cs.stonybrook.edu>
6083
6084 * ediff-diff.el (ediff-exec-process, ediff-same-file-contents):
6085 Remove condition-case.
6086
6087 2006-11-23 Glenn Morris <rgm@gnu.org>
6088
6089 * progmodes/f90.el (f90-comment-indent): Do not move point in
6090 default case.
6091
6092 2006-11-21 Romain Francoise <romain@orebokech.com>
6093
6094 * emacs-lisp/find-func.el (find-library-name): Don't strip ".el"
6095 from library name (reverts change of 2005-10-25).
6096
6097 2006-11-21 Lennart Borgman <lennart.borgman.073@student.lu.se>
6098
6099 * tutorial.el (tutorial--default-keys): Add newline and
6100 delete-backward-char bindings.
6101 (tutorial--detailed-help): Save excursion when finding keys.
6102 Correct warning string for M-x FOO case.
6103 (tutorial--display-changes): Print special keys in tutorial style.
6104 Tweak search regexp for changed keys.
6105
6106 2006-11-21 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
6107
6108 * thingatpt.el (thing-at-point-url-at-point): Don't add a
6109 redundant scheme.
6110
6111 2006-11-21 Diane Murray <disumu@x3y2z1.net> (tiny change)
6112
6113 * thingatpt.el (thing-at-point-uri-schemes): Add schemes that
6114 are new to the list at IANA. Also added irc, mms, mmsh.
6115
6116 2006-11-20 J.D. Smith <jdsmith@as.arizona.edu>
6117
6118 * progmodes/idlw-help.el (idlwave-html-help-location):
6119 Fail gracefully for missing help packages.
6120 (idlwave-help-assistant-open-link): Open full links.
6121 (idlwave-help-assistant-help-with-topic): Direct help link.
6122
6123 * progmodes/idlwave.el (idlwave-mode):
6124 Set add-log-current-defun-function.
6125 (idlwave-current-routine-fullname): Add, to support add-log.
6126 (idlwave-convert-xml-system-routine-info): Simplify XML parsing
6127 to reflect improvements to xml-parse-file.
6128 (idlwave-mode-menu-def): New binding for help-with-topic.
6129
6130 * progmodes/idlw-shell.el (idlwave-shell-filter-directory):
6131 Handle extra newlines and spaces.
6132 (idlwave-shell-mode-map): Add help-with-topic.
6133
6134 2006-11-20 Chong Yidong <cyd@stupidchicken.com>
6135
6136 * tutorial.el (tutorial-warning-face): New face.
6137 (tutorial--detailed-help, tutorial--display-changes): Use it.
6138 (tutorial--find-changed-keys): Check ESC-prefix binding specially.
6139 Improve search pattern for occurrences of changed keys.
6140
6141 2006-11-20 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6142
6143 * term/x-win.el (x-last-cut-buffer-coding): New variable.
6144 (x-select-text): Set it.
6145 (x-cut-buffer-or-selection-value): Check also x-last-cut-buffer-coding
6146 when checking for newness.
6147
6148 2006-11-19 Juanma Barranquero <lekktu@gmail.com>
6149
6150 * subr.el (posn-image):
6151 * progmodes/ebnf2ps.el (ebnf-stop-on-error): Fix typos in docstrings.
6152
6153 * emacs-lisp/regexp-opt.el (regexp-opt): Doc fix.
6154
6155 2006-11-19 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6156
6157 * progmodes/glasses.el (glasses-separate-parentheses-exceptions): New.
6158 Exceptions to the rule "add a space between an identifier and an
6159 opening parenthesis". Defaulted to the `#define' problem of cpp.
6160 (glasses-parenthesis-exception-p): New. Check if the region is an
6161 exception regarding to that.
6162 (glasses-make-readable): Use it.
6163 (glasses-convert-to-unreadable): Ditto. Modify the file also if
6164 `glasses-convert-on-write-p' and `glasses-separate-parentheses-p' are t.
6165
6166 2006-11-19 Chong Yidong <cyd@stupidchicken.com>
6167
6168 * emacs-lisp/bytecomp.el (byte-compile-if): Revert last change.
6169
6170 2006-11-19 Stephen Leake <stephen_leake@stephe-leake.org>
6171
6172 * progmodes/ada-mode.el (ada-make-body): Fix typo.
6173
6174 * progmodes/ada-xref.el (ada-make-body-gnatstub): Fix typo.
6175 (ada-xref-initialize): Fix typo. Use add-hook and remove-hook.
6176
6177 2006-11-18 Chong Yidong <cyd@stupidchicken.com>
6178
6179 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Check `and'
6180 conditions for function or variable bindings.
6181
6182 * comint.el (comint-exec-1): Set EMACS and INSIDE_EMACS to t.
6183
6184 * progmodes/compile.el (compilation-start): Ditto.
6185
6186 2006-11-18 Michael Albinus <michael.albinus@gmx.de>
6187
6188 * net/tramp.el (top): cl and custom are always required.
6189
6190 2006-11-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6191
6192 * term/x-win.el (x-cut-buffer-or-selection-value): Decode text from
6193 cut-buffers with next-selection-coding-system if not nil.
6194
6195 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
6196
6197 * textmodes/org.el (org-fix-decoded-time): New function.
6198 (org-display-custom-time): Use `org-fix-decoded-time'.
6199
6200 2006-11-17 Chong Yidong <cyd@stupidchicken.com>
6201
6202 * menu-bar.el (menu-bar-games-menu): Remove yow.
6203
6204 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
6205
6206 * textmodes/org.el (org-scan-tags): Re-align code fixed.
6207 (org-detach-overlay): Rename from `org-detatch-overlay'.
6208 (org-table-convert-region): Insert space after column separator.
6209 (org-agenda-kill): New command.
6210 (org-metaleft): Call `org-outdent-item' on bullets.
6211 (org-metaright): Call `org-indent-item' on bullets.
6212 (org-timestamp-change): Set `org-last-changed-timestamp'.
6213 (org-current-line): Make sure (bolp) returns correct result.
6214 (org-agenda-change-all-lines): Make sure TODO are highlighted.
6215
6216 2006-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
6217
6218 * pcvs.el (cvs-retrieve-revision): Set buffer-file-coding-system.
6219
6220 2006-11-16 Chong Yidong <cyd@stupidchicken.com>
6221
6222 * mouse.el (global-map): Change 2006-08-16 fix to call
6223 mouse-yank-at-click explicitly, since mouse events are not carried
6224 over into keyboard macros.
6225
6226 2006-11-16 Kim F. Storm <storm@cua.dk>
6227
6228 * ido.el (ido-file-internal): Use current buffer's file name as default
6229 choice for ido-find-alternate-file. Suggested by Matt Hodges.
6230
6231 2006-11-15 Ken Manheimer <ken.manheimer@gmail.com>
6232
6233 * allout.el (allout-doublecheck-at-and-shallower): Clarify docstring.
6234 (allout-inhibit-aberrance-doublecheck): Rename from
6235 allout-during-yank-processing. All callers changed.
6236 (allout-ascend): Provide for unusual case where some topic after
6237 the first in file is at lower depth than the first.
6238 (allout-shift-in): Ensure the offspring of the new containing
6239 topic are exposed.
6240 (allout-encrypt-string): Preserve the coding-system of the text,
6241 according to that of the containing buffer.
6242 (allout-toggle-subtree-encryption): When the text being encrypted
6243 requires a different coding system, offer to preserve the coding
6244 system using a file local var.
6245
6246 2006-11-15 Simon Marshall <simon@gnu.org>
6247
6248 * progmodes/cc-fonts.el (c-font-lock-declarators): Use c-at-toplevel-p
6249 to recognise "T t()" as a function declaration, rather than a
6250 variable instantiation, iff at the top-level or inside a class
6251 declaration. Suggested by Feng Li <fengli@gmail.com>.
6252
6253 2006-11-14 Stephen Leake <stephen_leake@stephe-leake.org>
6254
6255 * progmodes/ada-xref.el (ada-parse-prj-file):
6256 Don't delete project buffer; user may want to edit it.
6257 (ada-xref-set-project-field, ada-xref-current-project-file)
6258 (ada-xref-current-project, ada-show-current-project)
6259 (ada-set-main-compile-application): New functions.
6260 (ada-xref-get-project-field, ada-require-project-file):
6261 Normalize use of ada-prj-default-project-file.
6262 (ada-gdb-application, ada-get-ada-file-name, ada-make-body-gnatstub):
6263 Normalize use of ada-require-project-file.
6264 (ada-prj-find-prj-file): Improve doc string, comments.
6265
6266 * progmodes/ada-mode.el (ada-mode-version): Bump version.
6267 (ada-create-keymap): Add \C-c\C-m 'ada-set-main-compile-application.
6268 (ada-create-menu): Add ada-set-main-compile-application,
6269 ada-show-current-main, ada-show-current-project.
6270
6271 2006-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
6272
6273 * progmodes/python.el (inferior-python-mode-syntax-table): New var.
6274 (inferior-python-mode): Use it.
6275
6276 2006-11-14 Andreas Schwab <schwab@suse.de>
6277
6278 * term/xterm.el (terminal-init-xterm): Add more key bindings.
6279
6280 2006-11-13 Kim F. Storm <storm@cua.dk>
6281
6282 * ido.el (ido-copy-current-word): C-o copies region if active.
6283
6284 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
6285
6286 * textmodes/org.el (org-emph-face): Fix typo in variable name.
6287
6288 2006-11-13 Juanma Barranquero <lekktu@gmail.com>
6289
6290 * ediff.el (ediff-revision):
6291 * files.el (set-visited-file-name):
6292 * mail/rmailout.el (rmail-output-body-to-file):
6293 Use `format', not `message', in `y-or-n-p' call.
6294
6295 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
6296
6297 * textmodes/org.el (org-metaleft): Call `org-outdent-item' on bullets.
6298 (org-metaright): Call `org-indent-item' on bullets.
6299 (org-timestamp-change): Set `org-last-changed-timestamp'.
6300 (org-current-line): Make sure (bolp) returns correct result.
6301 (org-agenda-change-all-lines): Make sure highlighting TODO always works.
6302
6303 2006-11-12 Richard Stallman <rms@gnu.org>
6304
6305 * language/european.el (turkish-case-conversion-enable)
6306 (turkish-case-conversion-disable): New functions.
6307 ("Turkish" lang env): Use them.
6308
6309 * international/characters.el (case table):
6310 Do nothing special for i and I.
6311
6312 * subr.el (remove-overlays): Fix last change.
6313
6314 * cus-edit.el (custom-save-all): Use find-file-visit-truename
6315 for visiting the custom file.
6316
6317 2006-11-12 Markus Triska <triska@gmx.at>
6318
6319 * play/handwrite.el (handwrite): Also process lines not ending
6320 with newline. Replace some position-fiddling with different
6321 logic. Improve performance.
6322
6323 2006-11-12 Stephen Leake <stephen_leake@stephe-leake.org>
6324
6325 * progmodes/ada-xref.el (ada-prj-default-check-cmd): New variable,
6326 replacing deleted variable `ada-check-switch'.
6327 (ada-project-file-extension): Rename to `ada-prj-file-extension'.
6328 (ada-xref-project-files): Improve doc string.
6329 (ada-find-executable): New function.
6330 (ada-initialize-runtime-library): Use `ada-find-executable'.
6331 (ada-xref-set-default-prj-values): In compile commands, don't need
6332 `ada-cd-command'; `compile' does that more portably.
6333 Use ada-prj-default-check-cmd.
6334 (ada-parse-prj-file): Don't set 'debug_post_cmd, 'debug_pre_cmd
6335 properties if not specified in project file.
6336 (ada-goto-declaration): Display useful message for new error
6337 'error-file-not-found.
6338 (ada-get-ada-file-name, ada-find-in-src-path): Signal new error
6339 'error-file-not-found.
6340 (ada-get-all-references): Match latest ali syntax. Signal new
6341 error 'error-file-not-found.
6342 (ada-find-in-ali): Match latest ali syntax.
6343 (ada-make-filename-from-adaname): Handle different semantics of
6344 gnatkr in GNAT 3.15p vs later.
6345
6346 * progmodes/ada-stmt.el (ada-func-or-proc-name): Match changes to
6347 ada-procedure-start-regexp.
6348 (ada-or-accept, ada-or-delay, ada-or-terminate): Improve doc string.
6349
6350 * progmodes/ada-mode.el: Replace conditional (require 'ispell)
6351 with defvar.
6352 (ada-language-version): Rename ada05 -> ada2005.
6353 (ada-align-region-separate): Add `eval-when-compile'.
6354 (ada-name-regexp): Remove unneeded escapes in regexp character
6355 alternative.
6356 (ada-compile-goto-error-file-linenr-re): New constant.
6357 (ada-matching-start-re): Handle additional cases `declare',
6358 `procedure', `function'.
6359 (ada-compile-goto-error): Handle "... at line nn".
6360 (ada-mode): Clearer syntax, comments for ff-special-constructs.
6361 Delete support for old versions of `align'.
6362 (ada-search-prev-end-stmt): Handle additional keyword `private'.
6363 (ada-check-defun-name): Simplify handling of `declare'.
6364 (ada-goto-matching-start): Handle nested `begin ... end'.
6365 Handle `declare', `protected', `procedure', `function'.
6366 (ada-create-menu): Presence of arm95 is not conditional on using
6367 GNAT compiler.
6368
6369 2006-11-12 Juanma Barranquero <lekktu@gmail.com>
6370
6371 * emacs-lisp/re-builder.el (reb-mode): Set `blink-matching-paren' to
6372 nil in the *RE-Builder* buffer (it causes spurious error messages).
6373
6374 * server.el (server-visit-files): If `minibuffer-auto-raise' has
6375 been set to t, respect it.
6376
6377 2006-11-11 Stephen Leake <stephen_leake@stephe-leake.org>
6378
6379 * progmodes/ada-mode.el: Delete `eval-and-compile' around `require'.
6380 Delete commented out code for old Emacs versions. Autoloading of
6381 "ada-xref", "ada-prj" is useful even if compiler is not GNAT.
6382 (ada-mode-version): Bump version number.
6383 (ada-95-string-keywords, ada-2005-string-keywords)
6384 (ada-2005-keywords, ada-name-regexp): New constant.
6385 (ada-language-version, ada-procedure-start-regexp, ada-mode)
6386 (ada-font-lock-keywords): Add support for Ada 2005 keywords.
6387 (ada-package-start-regexp): Support private packages, include package
6388 name (for ada-set-point-accordingly).
6389 (ada-next-procedure, ada-previous-procedure)
6390 (ada-which-function-are-we-in): Match changes to
6391 ada-procedure-start-regexp.
6392 (ada-make-body): Make non-interactive; not a user function.
6393 (ada-make-subprogram-body): Improve doc string.
6394
6395 2006-11-11 Romain Francoise <romain@orebokech.com>
6396
6397 * progmodes/cperl-mode.el (cperl-mode): Before adding to it, make
6398 `compilation-error-regexp-alist' buffer-local, since we changed
6399 `compilation-error-regexp-alist-alist' locally.
6400
6401 2006-11-11 Juanma Barranquero <lekktu@gmail.com>
6402
6403 * server.el (server-visit-files): Bind `minibuffer-auto-raise'
6404 to the value of `server-raise-frame'.
6405
6406 2006-11-11 Glenn Morris <rgm@gnu.org>
6407
6408 * ido.el (ido-enable-prefix)
6409 * ses.el (ses-call-printer-return)
6410 * net/tramp.el (tramp-unified-filenames)
6411 * progmodes/cc-align.el (c-lineup-string-cont)
6412 * progmodes/compile.el (compilation-directory-matcher)
6413 * progmodes/ebnf2ps.el (ebnf-stop-on-error)
6414 * progmodes/vhdl-mode.el (vhdl-reset-active-high)
6415 (vhdl-clock-rising-edge)
6416 * textmodes/org.el (org-export-with-timestamps)
6417 (org-export-remove-timestamps-from-toc)
6418 (org-export-with-tags): Improve previous doc fixes.
6419
6420 2006-11-11 Richard Stallman <rms@gnu.org>
6421
6422 * textmodes/flyspell.el (flyspell-mode-map):
6423 Bind C-c $ instead of M-RET.
6424
6425 2006-11-10 Simon Marshall <simon@gnu.org>
6426
6427 * progmodes/cc-fonts.el (c-font-lock-declarations): Don't overwrite
6428 fontification for "case" and "default" keywords.
6429
6430 2006-11-10 Andreas Schwab <schwab@suse.de>
6431
6432 * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
6433 Avoid starting sentence with "nil".
6434
6435 2006-11-10 Juanma Barranquero <lekktu@gmail.com>
6436
6437 * server.el (server-raise-frame): New option.
6438 (server-switch-buffer): Use it.
6439
6440 2006-11-10 Nick Roberts <nickrob@snap.net.nz>
6441
6442 * progmodes/gdb-ui.el (gdb-many-windows): Start doc string
6443 with a capital.
6444
6445 2006-11-10 Carsten Dominik <carsten.dominik@gmail.com>
6446
6447 * textmodes/org.el (org-show-hierarchy-above)
6448 (org-show-following-heading): Fix typo in default value.
6449 (org-scan-tags): Make the search case-sensitive.
6450 (org-tags-sparse-tree): Don't overrule
6451 `org-show-following-heading' and `org-show-hierarchy-above'.
6452 (org-reveal): New command.
6453 (org-show-context): Rename from `org-show-hierarchy-above'.
6454 (org-fast-tag-selection-single-key): New option.
6455 (org-fast-tag-show-exit, org-set-current-tags-overlay): New functions.
6456 (org-tags-overlay): New variable.
6457 (org-agenda-todo-ignore-deadlines): New option.
6458 ("session"): Add circular data structure `org-mark-ring' to
6459 exceptions list in session.el.
6460 (org-agenda-window-setup, org-agenda-restore-windows-after-quit):
6461 New options.
6462 (org-agenda-quit): Use `org-agenda-restore-windows-after-quit'.
6463 (org-prepare-agenda, org-agenda-quit): Use `org-agenda-window-setup'.
6464 (org-pre-agenda-window-conf, org-blank-before-new-entry): New vars.
6465 (org-finalize-agenda): Activate bracket links in agenda.
6466 (org-at-timestamp-p, org-at-date-range-p): Additional argument
6467 INACTIVE-OK.
6468 (org-show-hierarchy-above, org-show-following-heading):
6469 List values allowed for fine-tuned configuration.
6470 (org-show-hierarchy-above): New argument CONTEXT, use the
6471 fine-tuned settings in `org-show-hierarchy-above' and
6472 `org-show-following-heading'.
6473 (org-display-custom-time): New function.
6474 (org-toggle-time-stamp-overlays, org-insert-time-stamp): New function.
6475 (org-display-custom-times, org-time-stamp-custom-formats):
6476 (org-maybe-intangible): New macro.
6477 (org-activate-bracket-links, org-hide-wide-columns):
6478 Use `org-maybe-intangible'.
6479 (org-open-file): Use `shell-quote-argument'.
6480 (org-display-internal-link-with-indirect-buffer): New option.
6481 (org-file-remote-p): Get regexp from list.
6482 (org-link-expand-abbrev): New function.
6483 (org-link-abbrev-alist): New option.
6484 (org-open-at-point, org-cleaned-string-for-export):
6485 Call `org-link-expand-abbrev'.
6486 (org-timeline, org-agenda-list, org-todo-list)
6487 (org-tags-view): Remove the KEEP-MODES argument.
6488 (org-finalize-agenda-hook): New hook.
6489 (org-get-alist-option): New function.
6490 (org-follow-timestamp-link): New function.
6491 (org-open-at-point): Call `org-follow-timestamp-link'.
6492 (org-log-note-marker, org-log-note-purpose)
6493 (org-log-note-window-configuration): New variables.
6494 (org-add-log-maybe, org-add-log-note, org-store-log-note): New funs.
6495 (org-log-note-headings): New option.
6496 (org-dblock-write:clocktable): Bug fix, removed infinite loop.
6497 (org-store-link): Support for dired-mode.
6498 (org-open-file): Substitute environment variables into filename.
6499 (org-last): New defsubst.
6500 (org-agenda-re-align-tags): New function.
6501 (org-agenda-align-tags-to-column): New option.
6502 (org-agenda-timeline): Group removed.
6503 (org-prepare-agenda, org-prepare-agenda-buffers)
6504 (org-run-agenda-series, org-timeline, org-agenda-list)
6505 (org-todo-list, org-tags-view): Call `org-agenda-prepare' and set
6506 the text property inticating the agenda type.
6507 (org-agenda-post-command-hook): Get agenda type from text property
6508 at point.
6509 (org-agenda): Handle command sets. Set `org-agenda-last-arguments'
6510 and obey `org-agenda-overriding-arguments'.
6511 (org-agenda-overriding-arguments, org-agenda-last-arguments): New vars.
6512 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
6513 (org-agenda-week-view, org-agenda-day-view):
6514 Use `org-agenda-overriding-arguments' to make updating work with
6515 multi-block agendas.
6516 (org-agenda-prefix-format): Allow different formats for the
6517 different agenda entry types.
6518 (org-timeline-prefix-format): Option removed, use
6519 `org-agenda-prefix-format' instead.
6520 (org-prepare-agenda): New function.
6521 (org-select-timeline-window): Option removed, use
6522 `org-select-agenda-window' instead.
6523 (org-respect-restriction): Variable removed.
6524 (org-cmp-tag): New function.
6525 (org-agenda-sorting-strategy, org-entries-lessp):
6526 Implement sorting by last tag.
6527 (org-complete): Better completion in in-buffer option lines.
6528 (org-in-item-p): New function.
6529 (org-org-menu): Add entries for checkboxes.
6530 (org-cycle): Extra brouping in outline-regexp, because it is used
6531 in a search with "^" prepended.
6532 (org-provide-checkbox-statistics): New option.
6533 (org-set-font-lock-defaults): Highlight checkbox statistics.
6534 (org-update-checkbox-count-maybe)
6535 (org-get-checkbox-statistics-face): New functions.
6536 (org-update-checkbox-count): New command.
6537 (org-insert-item, org-toggle-checkbox):
6538 Call `org-update-checkbox-count-maybe'.
6539 (org-export-as-html): XEmacs compatibility for coding system.
6540 (org-force-cycle-archived): New command.
6541 (org-cycle-hide-archived-subtrees): Display message when ARCHIVE
6542 overrules cycling.
6543 (org-fix-position-after-promote): If the line contains only a todo
6544 keyword, add a final space.
6545 (org-promote-subtree, org-demote-subtree):
6546 Call `org-fix-position-after-promote'.
6547
6548 2006-11-10 Glenn Morris <rgm@gnu.org>
6549
6550 * calendar/cal-dst.el: Do not assume DST starts/ends on the same
6551 date in every year.
6552 (calendar-dst-check-each-year-flag): New customizable variable.
6553 (calendar-dst-find-data): New function, extracted from
6554 calendar-current-time-zone.
6555 (calendar-current-time-zone): Use calendar-dst-find-data.
6556 (calendar-dst-transition-cache): New variable.
6557 (calendar-dst-find-startend, calendar-dst-starts)
6558 (calendar-dst-ends): New functions.
6559 (calendar-daylight-savings-starts)
6560 (calendar-daylight-savings-ends): Change value to use
6561 calendar-dst-starts, calendar-dst-ends; respectively.
6562
6563 * progmodes/f90.el (f90-indent-region): Bind case-fold-search to t.
6564
6565 * ido.el (ido-enable-prefix)
6566 * ses.el (ses-call-printer-return)
6567 * net/tramp.el (tramp-unified-filenames)
6568 * progmodes/cc-align.el (c-lineup-string-cont)
6569 * progmodes/compile.el (compilation-directory-matcher)
6570 * progmodes/ebnf2ps.el (ebnf-stop-on-error)
6571 * progmodes/gdb-ui.el (gdb-many-windows)
6572 * progmodes/vhdl-mode.el (vhdl-reset-active-high)
6573 (vhdl-clock-rising-edge)
6574 * textmodes/org.el (org-export-with-timestamps)
6575 (org-export-remove-timestamps-from-toc, org-export-with-tags)
6576 (org-read-date): Doc fix (Nil -> nil).
6577
6578 2006-11-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6579
6580 * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
6581 Encode/decode text to/from cut buffers to/from iso-latin-1 only.
6582
6583 2006-11-10 Juanma Barranquero <lekktu@gmail.com>
6584
6585 * bs.el (bs--window-for-buffer): Remove.
6586 (bs--show-with-configuration): Use `get-window-with-predicate'
6587 instead of `bs--window-for-buffer'.
6588
6589 2006-11-10 Kenichi Handa <handa@m17n.org>
6590
6591 * files.el (revert-buffer): Fix previous change.
6592
6593 2006-11-09 Juanma Barranquero <lekktu@gmail.com>
6594
6595 * bs.el (bs--redisplay): Fix typo in docstring.
6596 (bs--window-config-coming-from): Make frame-local.
6597 (bs--restore-window-config): New function.
6598 (bs-kill, bs-select, bs-select-other-window)
6599 (bs-select-other-frame): Use it.
6600 (bs--window-for-buffer): Return as soon as a matching buffer is found.
6601 (bs--show-with-configuration): Save the window configuration as a
6602 frame local var, and only if *buffer-selection* is not already
6603 visible on this frame.
6604
6605 2006-11-08 Chong Yidong <cyd@stupidchicken.com>
6606
6607 * vc-svn.el (vc-svn-admin-directory): New var.
6608 (vc-svn-registered, vc-svn-responsible-p)
6609 (vc-svn-repository-hostname): Use it.
6610 Suggested by arit93@yahoo.com.
6611
6612 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
6613
6614 * ldefs-boot.el: Regenerate.
6615
6616 2006-11-08 Alan Mackenzie <acm@muc.de>
6617
6618 * emacs-lisp/lisp.el (beginning-of-defun-raw): Code up the
6619 case (eq open-paren-in-column-0-is-defun-start nil) by searching
6620 for least nested open-paren.
6621
6622 2006-11-08 Romain Francoise <romain@orebokech.com>
6623
6624 * subr.el (remove-overlays): Fix typo in last change.
6625
6626 2006-11-08 Richard Stallman <rms@gnu.org>
6627
6628 * subr.el (remove-overlays): Call overlay-recenter.
6629
6630 2006-11-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6631
6632 * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
6633 (pr-ps-name-custom-set, pr-txt-name-custom-set): Return back the old
6634 behaviour.
6635 (pr-menu-bind): Act on global-map instead of menu-bar-file-menu
6636 directly.
6637
6638 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
6639
6640 * ido.el (ido-ignore-extensions, ido-show-dot-for-dired)
6641 (ido-max-dir-file-cache, ido-decorations)
6642 (ido-rewrite-file-prompt-functions, ido-use-mycompletion-depth)
6643 (ido-magic-backward-char, ido-enter-dired)
6644 (ido-enter-insert-buffer, ido-enter-insert-file, ido-dired)
6645 (ido-list-directory, ido-first-match, ido-only-match)
6646 (ido-subdir, ido-indicator): Fix typos in docstrings.
6647 (ido-buffer-internal, ido-completion-help): Fix typos in messages.
6648 (ido-read-internal): Fix typo in error message.
6649
6650 2006-11-08 Kenichi Handa <handa@m17n.org>
6651
6652 * international/mule-cmds.el (set-default-coding-systems):
6653 Always set default-file-name-coding-system to utf-8 for Mac Darwin.
6654
6655 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
6656
6657 * makefile.w32-in (setwins): Remove.
6658 (WINS_ALMOST): New macro.
6659 (WINS): Use it.
6660 (autoloads): Don't extract autoloads from files in obsolete/.
6661
6662 2006-11-07 Chong Yidong <cyd@stupidchicken.com>
6663
6664 * whitespace.el (whitespace-buffer): Call remove-overlays after
6665 overlay-recenter for performance. Suggested by Martin Rudalics.
6666
6667 2006-11-07 Michael Albinus <michael.albinus@gmx.de>
6668
6669 * net/tramp.el (tramp-default-method): scp is the default method.
6670
6671 2006-11-07 Juanma Barranquero <lekktu@gmail.com>
6672
6673 * server.el (server-start): Save also the Emacs pid in the server file.
6674
6675 2006-11-07 Carsten Dominik <dominik@science.uva.nl>
6676
6677 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Preserve
6678 point when displaying a bibtex cross reference in the echo area.
6679
6680 2006-11-06 Juanma Barranquero <lekktu@gmail.com>
6681
6682 * international/mule.el (make-char): Fix typo in docstring.
6683 (load-with-code-conversion, charsetp): Doc fixes.
6684
6685 * international/ja-dic-cnv.el (skkdic-convert):
6686 * cus-edit.el (hook): Fix typo in docstring.
6687
6688 2006-11-06 Chong Yidong <cyd@stupidchicken.com>
6689
6690 * cus-edit.el (custom-mode-map): Move defvar above code using it.
6691 (custom-mode-link-map): New variable.
6692 (custom-group-link, custom-manual): Use follow-link.
6693
6694 2006-11-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6695
6696 * textmodes/bibtex.el: Fix typo in name of author of bibtex.el,
6697 "Mark Shapiro" -> "Marc Shapiro". Update his email address.
6698
6699 2006-11-06 Richard Stallman <rms@gnu.org>
6700
6701 * textmodes/flyspell.el (flyspell-correct-word-before-point):
6702 New function broken out of flyspell-correct-word.
6703 (flyspell-mode-map): Bind it to M-RET.
6704 (flyspell-correct-word): Call it.
6705
6706 * textmodes/fill.el (fill-minibuffer-function): New function.
6707 (fill-paragraph): Bind fill-paragraph-function to
6708 fill-minibuffer-function.
6709
6710 * ruler-mode.el (ruler-mode-map): Add bindings for up-events
6711 so that they aren't undefined.
6712
6713 * dired.el (dired-readin): Locally bind file-name-coding-system.
6714
6715 * bindings.el: Shorten and clarify usual mode line mouse help string.
6716
6717 * Makefile.in (autoloads): Don't include `obsolete'.
6718
6719 2006-11-06 Chong Yidong <cyd@stupidchicken.com>
6720
6721 * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
6722 (pr-ps-name-custom-set, pr-txt-name-custom-set): Don't update the
6723 Printing menu if it's not initialized.
6724 (pr-menu-bind): Act on menu-bar-file-menu directly.
6725
6726 2006-11-06 Juanma Barranquero <lekktu@gmail.com>
6727
6728 * help.el (view-emacs-news): Fix typo in error message.
6729
6730 * menu-bar.el (menu-bar-update-buffers): Fix typo in menu entry.
6731
6732 * shadowfile.el (shadow-define-regexp-group)
6733 (shadow-literal-groups, shadow-insert-var): Doc fixes.
6734 (shadow-read-files): Fix typo in message.
6735 (shadow-inhibit-overload, shadow-find, shadow-suffix)
6736 (shadow-site-match, shadow-write-todo-file, shadow-insert-var)
6737 (shadow-suffix, shadow-site-match, shadow-expand-file-name)
6738 (shadow-file-match): Fix typos in docstrings.
6739
6740 * terminal.el (terminal-emulator): Fix typo in message.
6741
6742 * emacs-lisp/authors.el (authors-fixed-entries): Fix typo.
6743
6744 * emacs-lisp/lselect.el (x-kill-primary-selection)
6745 (x-delete-primary-selection, x-copy-primary-selection):
6746 Fix typos in error messages.
6747
6748 * emulation/edt-mapper.el: Fix typo in interactive message.
6749
6750 * mail/emacsbug.el (report-emacs-bug): Fix typos in output message.
6751
6752 * textmodes/ispell.el (ispell, ispell-local-dictionary-alist)
6753 (ispell-help): Fix typos in docstrings.
6754 (ispell-help): Fix typo in output message.
6755
6756 * allout.el (allout-adjust-file-variable)
6757 (allout-passphrase-verifier-string)
6758 (allout-passphrase-hint-string)
6759 (allout-toggle-current-subtree-encryption):
6760 * apropos.el (apropos-synonyms):
6761 * cus-edit.el (hook):
6762 * emacs-lock.el (emacs-lock-from-exiting):
6763 * follow.el (follow-avoid-tail-recenter-p):
6764 * hexl.el (hexl-mode):
6765 * mouse-copy.el (mouse-copy-work-around-drag-bug):
6766 * mouse.el (mouse-set-font):
6767 * resume.el (resume-emacs-args-file):
6768 * rfn-eshadow.el (file-name-shadow-tty-properties):
6769 * t-mouse.el (t-mouse-process, t-mouse-mode):
6770 * emacs-lisp/cust-print.el (custom-print-install)
6771 (custom-print-uninstall, custom-format):
6772 * emacs-lisp/shadow.el (list-load-path-shadows):
6773 * emulation/tpu-edt.el (tpu-help-text)
6774 (tpu-save-all-buffers-kill-emacs, tpu-emacs-replace)
6775 (tpu-reset-control-keys):
6776 * emulation/vip.el (vip-emacs-local-map)
6777 (vip-change-mode-to-emacs):
6778 * emulation/viper.el (viper-mode, viper-set-hooks)
6779 (viper-major-mode-modifier-list):
6780 * emulation/viper-init.el (viper-emacs-state-cursor-color):
6781 * emulation/viper-keym.el (viper-emacs-kbd-map)
6782 (viper-toggle-key):
6783 * mail/feedmail.el (feedmail-queue-reminder)
6784 (feedmail-queue-reminder-alist, feedmail-confirm-outgoing)
6785 (feedmail-confirm-outgoing-timeout, feedmail-nuke-bcc)
6786 (feedmail-nuke-resent-bcc, feedmail-fill-to-cc-fill-column)
6787 (feedmail-sender-line, feedmail-force-binary-write)
6788 (feedmail-from-line, feedmail-deduce-envelope-from)
6789 (feedmail-x-mailer-line, feedmail-message-id-generator)
6790 (feedmail-date-generator, feedmail-fiddle-plex-user-list)
6791 (feedmail-enable-spray, feedmail-spray-this-address)
6792 (feedmail-spray-address-fiddle-plex-list, feedmail-enable-queue)
6793 (feedmail-queue-runner-confirm-global)
6794 (feedmail-ask-before-queue-prompt)
6795 (feedmail-ask-before-queue-reprompt)
6796 (feedmail-prompt-before-queue-standard-alist)
6797 (feedmail-prompt-before-queue-user-alist)
6798 (feedmail-prompt-before-queue-help-supplement)
6799 (feedmail-queue-use-send-time-for-message-id)
6800 (feedmail-queue-default-file-slug, feedmail-queue-fqm-suffix)
6801 (feedmail-mail-send-hook-splitter, feedmail-mail-send-hook)
6802 (feedmail-mail-send-hook-queued)
6803 (feedmail-confirm-addresses-hook-example)
6804 (feedmail-last-chance-hook, feedmail-before-fcc-hook)
6805 (feedmail-queue-runner-mode-setter)
6806 (feedmail-queue-alternative-mail-header-separator)
6807 (feedmail-queue-runner-message-sender)
6808 (feedmail-buffer-eating-function, feedmail-binmail-template)
6809 (feedmail-run-the-queue-no-prompts)
6810 (feedmail-run-the-queue-global-prompt)
6811 (feedmail-queue-subject-slug-maker, feedmail-fiddle-header)
6812 (feedmail-envelope-deducer, feedmail-fiddle-date)
6813 (feedmail-default-message-id-generator)
6814 (feedmail-fiddle-message-id, feedmail-fiddle-x-mailer)
6815 (feedmail-fiddle-spray-address, feedmail-deduce-address-list):
6816 * mail/vms-pmail.el (vms-pmail-save-and-exit, vms-pmail-abort)
6817 (vms-pmail-setup):
6818 * play/dunnet.el (dun-help):
6819 * play/handwrite.el (handwrite):
6820 * play/hanoi.el (hanoi-unix-64):
6821 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
6822 * textmodes/enriched.el (fixed):
6823 * textmodes/org.el (org-file-apps)
6824 (org-emphasis-regexp-components, org-emphasis-alist):
6825 * textmodes/texinfmt.el (batch-texinfo-format):
6826 Fix typos in docstrings.
6827
6828 2006-11-05 Juanma Barranquero <lekktu@gmail.com>
6829
6830 * loadhist.el (read-feature): Don't complete features not loaded
6831 from a file (which make `unload-feature' to fail).
6832
6833 2006-11-05 Reiner Steib <Reiner.Steib@gmx.de>
6834
6835 * add-log.el (add-log-time-zone-rule): Mark as safe-local-variable.
6836
6837 2006-11-05 Chong Yidong <cyd@stupidchicken.com>
6838
6839 * startup.el (command-line-1): Kill emacs if the last frame is
6840 deleted while evaluating the command-line arguments.
6841
6842 2006-11-05 Richard Stallman <rms@gnu.org>
6843
6844 * startup.el (init-file-had-error): Add doc string.
6845 (fancy-splash-text, fancy-splash-head, fancy-splash-tail):
6846 Use fixed-width font for keyboard key descriptions.
6847
6848 * cus-edit.el (custom-save-all): Error if saving in .emacs
6849 and it had an error when loaded.
6850
6851 * dired-aux.el (dired-copy-file-recursive): Catch errors
6852 from recursive copies in the loop, around the recursive call.
6853
6854 2006-11-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6855
6856 * battery.el (battery-linux-proc-acpi): Search an ac_adapter in
6857 `/proc/acpi/ac_adapter/*'. Ditto for the thermometers in
6858 `/proc/acpi/thermal_zone/*'.
6859 (battery-search-for-one-match-in-files): New. Search a regexp in
6860 the content of some files.
6861
6862 2006-11-05 Martin Rudalics <rudalics@gmx.at>
6863
6864 * window.el (mouse-autoselect-window-now): Remove variable.
6865 (mouse-autoselect-window-state): New variable.
6866 (mouse-autoselect-window-start, mouse-autoselect-window-cancel)
6867 (mouse-autoselect-window-select, handle-select-window):
6868 Rewritten to make mouse-autoselect-window-timer a one-shot timer.
6869 Suspend delayed autoselection during menu or popup dialog.
6870
6871 * info-look.el (info-lookup-guess-custom-symbol): New function
6872 for retrieving symbol at point in custom buffers.
6873 (top level) <info-lookup-maybe-add-help>: Add backquote and
6874 comma to ignored characters in regexps of help specifications
6875 for emacs-lisp-mode and lisp-interaction-mode. This permits
6876 looking up symbols in `...' and after a comma. Add help
6877 specifications for custom-mode and help-mode.
6878
6879 2006-11-04 Eli Zaretskii <eliz@gnu.org>
6880
6881 * mail/rmail.el (rmail-redecode-body): New optional argument RAW.
6882 Don't encode body if RAW is non-nil, or if the old encoding is
6883 identical to the new encoding, or if the body contains only
6884 eight-bit-* characters.
6885
6886 2006-11-04 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
6887
6888 * faces.el (faces-sample-overlay, describe-face): Revert last changes.
6889 (faces-sample-overlay): Remove variable.
6890 (describe-face): Insert sample text in the face being described.
6891
6892 2006-11-04 Martin Rudalics <rudalics@gmx.at>
6893
6894 * whitespace.el (whitespace-indent-regexp): Make this match any
6895 multiples of eight spaces near the beginning of a line.
6896 (whitespace-buffer): Use `remove-overlays' instead of
6897 `whitespace-unhighlight-the-space' and `overlay-recenter' to
6898 speed up overlay handling.
6899 (whitespace-buffer-leading, whitespace-buffer-trailing):
6900 Make these functions highlight the text removed by
6901 `whitespace-buffer-leading-cleanup' and
6902 `whitespace-buffer-trailing-cleanup' respectively.
6903 (whitespace-buffer-search): Use `with-local-quit'.
6904 Move `format' out of loop to speed up scanning larger buffers.
6905 (whitespace-unhighlight-the-space): Remove `remove-hook' since
6906 that function is never added to a hook.
6907 (whitespace-spacetab-regexp, whitespace-ateol-regexp)
6908 (whitespace-buffer-leading-cleanup)
6909 (whitespace-refresh-rescan-list): Fix docstrings.
6910
6911 2006-11-03 Ken Manheimer <ken.manheimer@gmail.com>
6912
6913 * allout.el (allout-during-yank-processing): Cue for inhibiting
6914 aberrance processing during yanks.
6915 (allout-doublecheck-at-and-shallower): Reduce the limit to reduce
6916 the amount of yanked topics that can be aberrant.
6917 (allout-do-doublecheck): Encapsulate this multiply-used recipe in
6918 a function, and supplement with inihibition of doublechecking
6919 during yanks.
6920 (allout-beginning-of-line, allout-next-heading)
6921 (allout-previous-heading, allout-goto-prefix-doublechecked)
6922 (allout-back-to-current-heading, allout-next-visible-heading)
6923 (allout-next-sibling): Use new allout-do-doublecheck function.
6924 (allout-next-sibling): Ensure we made progress when returning
6925 other than nil.
6926 (allout-rebullet-heading): Preserve text property annotations
6927 indicating the text was hidden, if it was.
6928 (allout-kill-line): Remove any added was-hidden annotations.
6929 (allout-kill-topic): Remove any added was-hidden annotations.
6930 (allout-annotate-hidden): Inhibit adding was-hidden text
6931 properties to the undo list.
6932 (allout-deannotate-hidden): New function to remove was-hidden
6933 annotation.
6934 (allout-hide-by-annotation): Use new allout-deannotate-hidden.
6935 (allout-remove-exposure-annotation): Replace by
6936 allout-deannotate-hidden.
6937 (allout-yank-processing): Signal that yank processing is happening
6938 with allout-during-yank-processing. Also, wrap
6939 allout-unprotected's closer to the text changes, for easier
6940 debugging. We need to inhibit-field-text-motion explicitly, in
6941 lieu of the encompassing allout-unprotected.
6942 (outlineify-sticky): Adjust criteria for triggering new outline
6943 decorations to presence or absence of any topics, not just a topic
6944 at the beginning of the buffer.
6945
6946 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
6947
6948 * bs.el (bs--show-all, bs--redisplay):
6949 * cus-edit.el (custom-unlispify-menu-entries)
6950 (custom-unlispify-tag-names, custom-prompt-variable):
6951 * expand.el (expand-pos):
6952 * speedbar.el (speedbar-generic-list-tag-p):
6953 * wid-edit.el (widget-image-enable):
6954 * emacs-lisp/checkdoc.el (checkdoc-rogue-space-check-engine):
6955 * emacs-lisp/find-func.el (find-function-noselect)
6956 (find-function, find-variable-noselect, find-variable)
6957 (find-definition-noselect, find-face-definition):
6958 * mail/rmail-spam-filter.el (rsf-scanning-messages-now):
6959 * net/eudc-vars.el (eudc-expansion-overwrites-query):
6960 * progmodes/ada-xref.el (ada-find-in-ali):
6961 * textmodes/flyspell.el (flyspell-check-tex-math-command):
6962 * textmodes/org.el (org-copy-subtree):
6963 * textmodes/table.el (table--row-column-insertion-point-p):
6964 Use "non-nil" in docstrings.
6965
6966 2006-11-03 Mark Davies <mark@mcs.vuw.ac.nz>
6967
6968 * sort.el (sort-columns): Set the field separator to tab; on
6969 NetBSD, sort complains if "\n" is used as field separator.
6970
6971 2006-11-03 NIIMI Satoshi <sa2c@sa2c.net>
6972
6973 * emacs-lisp/pp.el (pp-eval-last-sexp): Evaluate target sexp.
6974
6975 2006-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
6976
6977 * server.el (server-auth-key): Remove. Replace by a process-property.
6978 (server-start): Don't remove the file of the previous process, but
6979 instead clear out the place for the new file.
6980 (server-start): Set the :auth-key property.
6981 (server-process-filter): Use the :auth-key property.
6982
6983 2006-11-02 Carsten Dominik <dominik@science.uva.nl>
6984
6985 * textmodes/org.el (org-mode-map): No longer copy
6986 `outline-mode-map' explicitly - this is already done by
6987 `define-derived-mode'.
6988
6989 2006-11-02 Juanma Barranquero <lekktu@gmail.com>
6990
6991 * server.el (server-visit-files): Use `when'.
6992 (server-process-filter): When authentication fails, send error
6993 message to client. Wrap `process-send-region' in `ignore-errors'
6994 instead of `condition-case', and remove misleading comment.
6995
6996 2006-11-01 Juri Linkov <juri@jurta.org>
6997
6998 * simple.el (yank): Doc fix.
6999
7000 2006-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
7001
7002 * server.el: Try and fit within 80 columns.
7003 (server-start): Make the auth file unreadable by other users.
7004
7005 2006-10-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7006
7007 * battery.el (battery-linux-proc-acpi): Prevent range error when
7008 `full-capacity' is 0.
7009
7010 2006-10-31 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
7011
7012 * faces.el (faces-sample-overlay): New defvar.
7013 (faces-sample-overlay): New function to show face sample text.
7014 (describe-face): Use it.
7015
7016 2006-10-31 Stephen Leake <stephen_leake@stephe-leake.org>
7017
7018 * progmodes/ada-stmt.el: Change maintainer, apply
7019 whitespace-cleanup, checkdoc.
7020 (ada-func-or-proc-name): Add doc string.
7021
7022 * progmodes/ada-prj.el (ada-prj-new): Change maintainer, apply
7023 whitespace-cleanup, checkdoc. Minor improvements to many doc
7024 strings and comments.
7025 (ada-prj-display-page): Change buffer name to more accurately
7026 reflect function.
7027
7028 * progmodes/ada-xref.el: Change maintainer, apply
7029 whitespace-cleanup, checkdoc. Minor improvements to many doc
7030 strings and comments. Don't look for `gvd' or `ddd' debuggers.
7031 (ada-compile-current): Don't add newlines to commands.
7032
7033 2006-10-31 Juanma Barranquero <lekktu@gmail.com>
7034
7035 * server.el: Add support for TCP sockets.
7036 (server-use-tcp, server-host, server-auth-dir): New options.
7037 (server-auth-key): New variable.
7038 (server-ensure-safe-dir): Create nonexistent parent dirs.
7039 Ignore Unix-style file modes on Windows.
7040 (server-start): Crete a TCP or Unix socket according to the value
7041 of `server-use-tcp'. For TCP sockets, create the id/auth file in
7042 `server-auth-dir' directory.
7043 (server-process-filter): Delete process if authentication
7044 fails (which never happens for Unix sockets).
7045
7046 2006-10-30 David Kastrup <dak@gnu.org>
7047
7048 * subr.el (add-to-list): Don't continue checking if a match has
7049 been found.
7050
7051 2006-10-30 Chong Yidong <cyd@stupidchicken.com>
7052
7053 * tutorial.el: Move defvars to avoid bytecomp warnings.
7054 (tutorial--find-changed-keys): Check if viper-current-state is
7055 bound before using it.
7056 (help-with-tutorial): Check if viper-tutorial is defined before
7057 using it.
7058
7059 2006-10-30 Lennart Borgman <lennart.borgman.073@student.lu.se>
7060
7061 * help-fns.el (help-with-tutorial): Move to tutorial.el.
7062
7063 * tutorial.el: New file.
7064 (help-with-tutorial): Move here from help-fns.el. Added help for
7065 rebound keys. Fixed resume of tutorial.
7066 (tutorial--describe-nonstandard-key, tutorial--sort-keys)
7067 (tutorial--find-changed-keys, tutorial--display-changes)
7068 (tutorial--saved-dir, tutorial--saved-file)
7069 (tutorial--save-tutorial): New functions to support the changes in
7070 help-with-tutorial.
7071
7072 2006-10-30 Kenichi Handa <handa@m17n.org>
7073
7074 * files.el (revert-buffer): If a unibyte buffer is being reverted
7075 with a coding system for multibyte, set buffer multibyte before
7076 calling insert-file-contents.
7077
7078 2006-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
7079
7080 * server.el (server-select-display): Use a dummy buffer to detect when
7081 the frame is later used.
7082 (server-select-display): New function.
7083 (server-process-filter): Use it to detect unused temp frames.
7084
7085 2006-10-29 Stephen Leake <stephen_leake@stephe-leake.org>
7086
7087 * progmodes/ada-mode.el: Change maintainer, apply
7088 whitespace-clean, checkdoc. Minor improvements to many doc strings.
7089 (ada-mode-version): New function.
7090 (ada-create-menu): Menu operations are available for all supported
7091 compilers.
7092
7093 2006-10-29 Lars Hansen <larsh@soem.dk>
7094
7095 * net/tramp.el (with-parsed-tramp-file-name): Correct debug spec.
7096 Highlight as keyword.
7097 (tramp-do-copy-or-rename-file): Correct data for 'file-already-exists.
7098 Don't call tramp-method-out-of-band-p for local files.
7099 (tramp-touch): Quote file name.
7100
7101 2006-10-28 Glenn Morris <rgm@gnu.org>
7102
7103 * calendar/calendar.el (cal-html-cursor-month)
7104 (cal-html-cursor-year): Add autoloads for this new package.
7105 (calendar-mode-map): Bind cal-html-cursor-month, cal-html-cursor-year.
7106
7107 2006-10-28 Anna M. Bigatti <bigatti@dima.unige.it>
7108
7109 * calendar/cal-html.el: New file.
7110
7111 2006-10-28 Chong Yidong <cyd@stupidchicken.com>
7112
7113 * emacs-lisp/authors.el (authors-aliases): Update.
7114
7115 2006-10-27 Chong Yidong <cyd@stupidchicken.com>
7116
7117 * version.el (emacs-version): Bump version number to 22.0.90.
7118
7119 2006-10-26 John W. Eaton <jwe@octave.org>
7120
7121 * progmodes/octave-inf.el (inferior-octave-has-built-in-variables):
7122 New defvar.
7123 (inferior-octave-resync-dirs): Check to see whether Octave has
7124 built-in variables and set inferior-octave-has-built-in-variables.
7125 Check inferior-octave-has-built-in-variables to decide whether to
7126 send commands that set built-in variables or call functions to
7127 change Octave's behavior.
7128 Send "disp (pwd ())" to Octave instead of just "pwd".
7129 (inferior-octave-startup): Send "more off" to Octave instead of
7130 "page_screen_output = 0".
7131
7132 2006-10-26 Chong Yidong <cyd@stupidchicken.com>
7133
7134 * emacs-lisp/cl-indent.el (lisp-indent-259): Indent nil's in the
7135 pattern normally.
7136
7137 2006-10-26 Nick Roberts <nickrob@snap.net.nz>
7138
7139 * bindings.el (mode-line-mode-menu): Remove bindings for global
7140 minor modes (line/column number) as they are on the menubar.
7141
7142 2006-10-25 Juanma Barranquero <lekktu@gmail.com>
7143
7144 * term/w32-win.el (x-handle-name-switch): Doc fix.
7145 (w32-standard-fontset-spec): Fix typo in docstring.
7146
7147 * midnight.el (midnight-buffer-display-time): Doc fix.
7148 (clean-buffer-list-kill-never-buffer-names): Add "*server*".
7149
7150 2006-10-23 Michael Kifer <kifer@cs.stonybrook.edu>
7151
7152 * viper-cmd.el (viper-prefix-arg-com): Define gg as G0.
7153
7154 * viper-ex.el (ex-read): Quote file argument.
7155
7156 * ediff-diff.el (ediff-same-file-contents): Expand file names.
7157
7158 * ediff-mult.el (ediff-append-custom-diff): Quote shell file arguments.
7159
7160 2006-10-22 Martin Rudalics <rudalics@gmx.at>
7161
7162 * textmodes/flyspell.el (flyspell-check-region-doublons):
7163 Fix last fix.
7164
7165 2006-10-23 Nick Roberts <nickrob@snap.net.nz>
7166
7167 * bindings.el (mode-line-mode-menu): List global minor modes
7168 before local ones.
7169
7170 2006-10-23 Kim F. Storm <storm@cua.dk>
7171
7172 * subr.el (add-to-list): Optimize if compare-fn is `eq' or `eql'.
7173 (sit-for): If last command was a prefix arg, add the read-ahead
7174 event to unread-command-events as (t . EVENT) so it will be added
7175 to this-command-keys by read-key-sequence.
7176
7177 2006-10-22 Martin Rudalics <rudalics@gmx.at>
7178
7179 * textmodes/flyspell.el (flyspell-word): Skip past all previous
7180 whitespace when checking doublons.
7181 (flyspell-check-region-doublons): Fix doublon regexp.
7182 (flyspell-highlight-incorrect-region): Highlight doublons using
7183 flyspell-duplicate face.
7184
7185 * progmodes/cperl-mode.el (cperl-invalid-face): Fix defcustom.
7186
7187 2006-10-22 John Wiegley <johnw@newartisans.com>
7188
7189 * progmodes/python.el (python-use-skeletons): python-mode was
7190 auto-inserting templates (for those with abbrev-mode on), not only
7191 by default -- *but without a configuration variable to disable
7192 it*. This rendered python-mode completely useless for me, so I
7193 have added `python-use-skeletons', which is now off by default.
7194
7195 2006-10-22 Chong Yidong <cyd@stupidchicken.com>
7196
7197 * progmodes/cperl-mode.el (cperl-mode): Don't assume
7198 font-lock-multiline is auto-local (it's not).
7199 (cperl-windowed-init): Ensure that cperl-font-lock-multiline is
7200 initialized before calling cperl-init-faces.
7201
7202 2006-10-22 Nick Roberts <nickrob@snap.net.nz>
7203
7204 * progmodes/gdb-ui.el (gdb-info-stack-custom): Don't try to give
7205 gdb-stack-position a value when there is no fringe.
7206
7207 * bindings.el (mode-line-mode-menu): Disable auto-revert-tail-mode
7208 indicator if not visiting a file.
7209
7210 2006-10-20 David Kastrup <dak@gnu.org>
7211
7212 * window.el (kill-buffer-and-window): Fix a bug where an aborted
7213 operation would still cause some window to collapse later.
7214
7215 2006-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
7216
7217 * vc.el (vc-switch-backend): Try to be more careful with unwanted
7218 side-effect due to mixing various backends's file properties.
7219
7220 * vc-svn.el (vc-svn-parse-status): Remove unused arg `localp'.
7221 Add arg `filename' instead. Don't set vc-backend if `filename' is set.
7222 Return `filename's status if applicable. Update callers.
7223
7224 2006-10-19 Kenichi Handa <handa@m17n.org>
7225
7226 * international/kkc.el (kkc-region): When a key sequence is not
7227 defined, append (this-single-command-raw-keys) to
7228 unread-input-method-events.
7229
7230 2006-10-19 Juanma Barranquero <lekktu@gmail.com>
7231
7232 * progmodes/ada-mode.el (ada-in-string-p): Doc fix.
7233
7234 2006-10-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7235
7236 * version.el (emacs-version): Use mac-carbon-version-string.
7237
7238 * term/macterm.el (res-geometry): Apply 2006-10-18 change for x-win.el.
7239
7240 2006-10-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7241
7242 * select.el (ccl-check-utf-8, string-utf-8-p): New functions (by
7243 Kenichi Handa).
7244 (xselect-convert-to-string): Decline requests for UTF8_STRING if
7245 the selection is not UTF-8.
7246
7247 2006-10-18 Juanma Barranquero <lekktu@gmail.com>
7248
7249 * progmodes/ada-mode.el (ada-83-string-keywords)
7250 (ada-last-which-function-line ada-no-auto-case, ada-indent-region)
7251 (ada-which-compiler, ada-align-modes, ada-adjust-case-buffer)
7252 (ada-looking-at-semi-private, ada-get-body-name):
7253 Fix typos in docstrings.
7254 (ada-create-case-exception, ada-create-case-exception-substring):
7255 Fix typos in error messages.
7256 (ada-goto-matching-end, ada-narrow-to-defun): Doc fixes.
7257
7258 2006-10-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7259
7260 * term/x-win.el (res-geometry): Don't set geometry from Xresources
7261 to default-frame-alist if default-frame-alist already contains
7262 width/height.
7263
7264 2006-10-18 Richard Stallman <rms@gnu.org>
7265
7266 * emacs-lisp/pp.el (pp-eval-expression): Use `X' to read value.
7267 Non-interactive arg is the value, not the expression.
7268
7269 * simple.el (read-expression-map): Just set it, no defvar.
7270
7271 * subr.el (insert-for-yank-1): If last inserted char has
7272 properties, mark them as rear-nonsticky.
7273
7274 * recentf.el (recentf-mode): Doc fix.
7275
7276 * facemenu.el (facemenu-add-new-face): Defend against symbol
7277 that isn't a face name.
7278
7279 * dired-aux.el (dired-do-copy): Doc fix.
7280
7281 2006-10-18 Chong Yidong <cyd@stupidchicken.com>
7282
7283 * simple.el (line-move-1): Ignore fields when moving to the
7284 beginning of line to avoid getting point stuck.
7285
7286 2006-10-18 Martin Rudalics <rudalics@gmx.at>
7287
7288 * textmodes/flyspell.el (flyspell-word-search-backward):
7289 Set inhibit-point-motion-hooks to avoid looping due to intangibile
7290 text.
7291
7292 2006-10-16 Richard Stallman <rms@gnu.org>
7293
7294 * help-fns.el (describe-function-1): Special case optimization
7295 for self-insert-command.
7296
7297 2006-10-16 Kim F. Storm <storm@cua.dk>
7298
7299 * ido.el (ido-reread-directory): Work in `dir' mode too.
7300
7301 2006-10-15 Martin Rudalics <rudalics@gmx.at>
7302
7303 * textmodes/table.el: Require 'regexp-opt.
7304
7305 2006-10-15 Lennart Borgman <lennart.borgman.073@student.lu.se>
7306
7307 * progmodes/flymake.el (flymake-get-project-include-dirs-imp):
7308 Use shell-quote-argument.
7309
7310 * shell.el (explicit-bash-args): Likewise.
7311
7312 * progmodes/ada-xref.el (ada-find-in-src-path): Likewise.
7313 Use grep -E rather than egrep.
7314
7315 2006-10-15 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
7316
7317 * ido.el (ido-exhibit): Allow `-', `_', and trailing `$' in user id.
7318
7319 2006-10-15 Kim F. Storm <storm@cua.dk>
7320
7321 * filesets.el (filesets-run-cmd--repl-fn): Use shell-quote-argument.
7322
7323 2006-10-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
7324
7325 * filesets.el (filesets-cmd-shell-command): Quote buffer-file-name
7326 to protect whitespace and metacharacters from the shell.
7327
7328 2006-10-13 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
7329
7330 * apropos.el (apropos-pattern-quoted): Fix a typo in a doc string.
7331
7332 2006-10-13 Eli Zaretskii <eliz@gnu.org>
7333
7334 * subr.el (start-process-shell-command): Doc fix.
7335
7336 2006-10-13 Andrea Russo <rastandy@salug.it> (tiny change)
7337
7338 * info-look.el <maxima-mode, inferior-maxima-mode>: Allow [0-9] in
7339 the regexp for Maxima symbols.
7340
7341 2006-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
7342
7343 * vc-hooks.el (vc-ignore-dir-regexp): Make it into a defcustom.
7344 (vc-find-root): Don't walk higher up than ~.
7345
7346 2006-10-12 Chong Yidong <cyd@stupidchicken.com>
7347
7348 * international/utf-8.el (utf-translate-cjk-load-tables):
7349 Avoid clobbering last-coding-system-used during load.
7350
7351 2006-10-12 Carsten Dominik <dominik@science.uva.nl>
7352
7353 * textmodes/reftex-global.el (reftex-create-tags-file):
7354 Quote file arguments.
7355
7356 2006-10-12 Richard Stallman <rms@gnu.org>
7357
7358 * files.el (file-name-history): Add defvar.
7359 (save-some-buffers-action-alist): Improve description strings.
7360
7361 2006-10-12 Andreas Schwab <schwab@suse.de>
7362
7363 * files.el (auto-mode-alist): Match change log file name also with
7364 a dash before a numeric extension.
7365
7366 2006-10-11 Ilya Zakharevich <ilyaz@cpan.org>
7367
7368 * progmodes/cperl-mode.el: Merge from upstream, upto version 5.22.
7369 After 5.0:
7370 (cperl-add-tags-recurse-noxs-fullpath): New function (for -batch mode).
7371
7372 After 5.1: Major edit. Summary of most visible changes:
7373
7374 - Multiple <<HERE per line allowed.
7375 - Handles multiline subroutine declaration headers (with comments).
7376 (The exception is `cperl-etags' - but it is not used in the rest
7377 of the mode.)
7378 - Fontifies multiline my/our declarations (even with comments,
7379 and with legacy `font-lock').
7380 - Major speedup of syntaxification, both immediate and postponed
7381 (3.5x to 15x [for different CPUs and versions of Emacs] on the
7382 huge real-life document I tested).
7383 - New bindings, edits to imenu.
7384 - "_" is made into word-char during fontification/syntaxification;
7385 some attempts to recognize non-word "_" during other operations too.
7386 - Detect bug in Emacs with `looking-at' inside `narrow' and bulk out.
7387 - autoload some more perldoc-related stuff
7388 - New convenience features: ISpell POD/HEREDOCs, narrow-to-HEREDOC.
7389 - Attempt to incorporate XEmacs edits which reached me.
7390
7391 Fine-grained changelog:
7392 (cperl-hook-after-change): New configuration variable.
7393 (cperl-vc-sccs-header): Likewise.
7394 (cperl-vc-sccs-header): Likewise.
7395 (cperl-vc-header-alist): Default via two preceding variables.
7396 (cperl-invalid-face): Remove double quoting under XEmacs
7397 (still needed under 21.2).
7398 (cperl-tips): Update URLs for resources.
7399 (cperl-problems): Likewise.
7400 (cperl-praise): Mention new features.
7401 New C-c key bindings: for `cperl-find-bad-style',
7402 `cperl-pod-spell', `cperl-here-doc-spell', `cperl-narrow-to-here-doc',
7403 `cperl-perdoc', and `cperl-perldoc-at-point'.
7404 CPerl Mode menu changes: "Fix style by spaces", "Imenu on Perl Info"
7405 moved, new submenu of Tools with Ispell entries and narrowing.
7406 (cperl-after-sub-regexp): New defsubst.
7407 (cperl-imenu--function-name-regexp-perl): Use `cperl-after-sub-regexp'.
7408 Allows heads up to head4.
7409 Allow "package;".
7410 (defun-prompt-regexp): Use `cperl-after-sub-regexp'.
7411 (paren-backwards-message): ??? Something for XEmacs???
7412 (cperl-mode): Never auto-switch abbrev-mode off.
7413 Try to allow '_' be non-word char.
7414 Do not use `font-lock-unfontify-region-function' on XEmacs.
7415 Reset syntax cache on mode start.
7416 Support multiline facification (even on legacy `font-lock').
7417 (cperl-facemenu-add-face-function): ??? Some contributed code ???
7418 (cperl-after-change-function): Since `font-lock' and `lazy-lock'
7419 refuse to inform us whether the fontification is due to lazy
7420 calling or due to edit to a buffer, install our own hook
7421 (controlled by `cperl-hook-after-change').
7422 (cperl-electric-pod): =cut may have been recognized as start.
7423 (cperl-block-p): Move, updatedfor attributes.
7424 (cperl-calculate-indent): Try to allow '_' be non-word char
7425 Support subs with attributes.
7426 (cperl-where-am-i): Quiet (?) a warning.
7427 (cperl-cached-syntax-table): New function.
7428 (cperl-forward-re): Use `cperl-cached-syntax-table'.
7429 (cperl-unwind-to-safe): Recognize `syntax-type' property
7430 changing in a middle of line.
7431 (cperl-find-sub-attrs): New function.
7432 (cperl-find-pods-heres): Allow many <<EOP per line.
7433 Allow subs with attributes.
7434 Major speedups (3.5x..15x on a real-life test file nph-proxy.pl).
7435 Recognize "extproc " (OS/2) case-folded and only at start.
7436 /x on s///x with empty replacement was not recognized.
7437 Better comments.
7438 (cperl-after-block-p): Remarks on diff with `cperl-block-p'.
7439 Allow subs with attributes, labels.
7440 Do not confuse "else::foo" with "else".
7441 Minor optimizations...
7442 (cperl-after-expr-p): Try to allow '_' be non-word char.
7443 (cperl-fill-paragraph): Try to detect a major bug in Emacs
7444 with `looking-at' inside `narrow' and bulk out if found.
7445 (cperl-imenu--create-perl-index): Updates for new
7446 `cperl-imenu--function-name-regexp-perl'.
7447 (cperl-outline-level): Likewise.
7448 (cperl-init-faces): Allow multiline subroutine headers
7449 and my/our declarations, and ones with comments.
7450 Allow subroutine attributes.
7451 (cperl-imenu-on-info): Better docstring.
7452 (cperl-etags): Rudimentary support for attributes.
7453 Support for packages and "package;".
7454 (cperl-add-tags-recurse-noxs): Better (?) docstring.
7455 (cperl-add-tags-recurse-noxs-fullpath): Likewise.
7456 (cperl-tags-hier-init): Misprint for `fboundp' fixed.
7457 (cperl-not-bad-style-regexp): Try to allow '_' be non-word char.
7458 (cperl-perldoc): Add autoload.
7459 (cperl-perldoc-at-point): Likewise.
7460 (cperl-here-doc-spell): New function.
7461 (cperl-pod-spell): Likewise.
7462 (cperl-map-pods-heres): Likewise.
7463 (cperl-get-here-doc-region): Likewise.
7464 (cperl-font-lock-fontify-region-function): Likewise (backward
7465 compatibility for legacy `font-lock').
7466 (cperl-font-lock-unfontify-region-function): Fix style.
7467 (cperl-fontify-syntaxically): Recognize and optimize away deferred
7468 calls with no-change. Governed by `cperl-hook-after-change'.
7469 (cperl-fontify-update): Recognize that syntaxification region
7470 can be larger than fontification one.
7471 XXXX we leave `cperl-postpone' property, so this is quadratic...
7472 (cperl-fontify-update-bad): Temporary placeholder until
7473 it is clear how to implement `cperl-fontify-update'.
7474 (cperl-time-fontification): New function.
7475 (attrib-group): New text attribute.
7476 (multiline): New value: `syntax-type' text attribute.
7477
7478 After 5.2:
7479 (cperl-emulate-lazy-lock): New function.
7480 (cperl-fontify-syntaxically): Would skip large regions.
7481 Add `cperl-time-fontification', `cperl-emulate-lazy-lock' to menu.
7482 Some globals were declared, but uninitialized.
7483
7484 After 5.3, 5.4:
7485 (cperl-facemenu-add-face-function): Add docs, fix U<>.
7486 Copyright message updated.
7487 (cperl-init-faces): Work around a bug in `font-lock'. May slow
7488 facification down a bit.
7489 Misprint for my|our|local for old `font-lock'
7490 "our" was not fontified same as "my|local".
7491 Highlight variables after "my" etc even in
7492 a middle of an expression.
7493 Do not facify multiple variables after my etc
7494 unless parentheses are present.
7495
7496 After 5.5, 5.6
7497 (cperl-fontify-syntaxically): after-change hook could reset.
7498 (cperl-syntax-done-to) to a middle of line; unwind to BOL.
7499
7500 After 5.7:
7501 (cperl-init-faces): Allow highlighting of local ($/).
7502 (cperl-problems-old-emaxen): New variable (for the use of DOCSTRING).
7503 (cperl-problems): Remove fixed problems.
7504 (cperl-find-pods-heres): Recognize #-comments in m##x too.
7505 Recognize charclasses (unless delimiter is \).
7506 (cperl-fontify-syntaxically): Unwinding to safe was done in wrong order.
7507 (cperl-regexp-scan): Update docs.
7508 (cperl-beautify-regexp-piece): Use information got from regexp scan.
7509
7510 After 5.8:
7511 Major user visible changes:
7512 Recognition and fontification of character classes in RExen.
7513 Variable indentation of RExen according to groups.
7514
7515 (cperl-find-pods-heres): Recognize POSIX classes in REx charclasses.
7516 Fontify REx charclasses in variable-name face.
7517 Fontify POSIX charclasses in "type" face.
7518 Fontify unmatched "]" in function-name face.
7519 Mark first-char of HERE-doc as `front-sticky'.
7520 Reset `front-sticky' property when needed.
7521 (cperl-calculate-indent): Indents //x -RExen accordning to parens level.
7522 (cperl-to-comment-or-eol): Recognize ends of `syntax-type' constructs.
7523 (cperl-backward-to-noncomment): Recognize stringy `syntax-type'
7524 constructs. Support `narrow'ed buffers.
7525 (cperl-praise): Remove a reservation.
7526 (cperl-make-indent): New function.
7527 (cperl-indent-for-comment): Use `cperl-make-indent'.
7528 (cperl-indent-line): Likewise.
7529 (cperl-lineup): Likewise.
7530 (cperl-beautify-regexp-piece): Likewise.
7531 (cperl-contract-level): Likewise.
7532 (cperl-toggle-set-debug-unwind): New function.
7533 New menu entry for this.
7534 (fill-paragraph-function): Use when `boundp'.
7535 (cperl-calculate-indent): Take into account groups when indenting RExen.
7536 (cperl-to-comment-or-eol): Recognize # which end a string.
7537 (cperl-modify-syntax-type): Make only syntax-table property non-sticky.
7538 (cperl-fill-paragraph): Return t: needed for `fill-paragraph-function'.
7539 (cperl-fontify-syntaxically): More clear debugging message.
7540 (cperl-pod2man-build-command): Check (XEmacs) `Man-filter-list'.
7541 (cperl-init-faces): More complicated highlight even on XEmacs (new).
7542 Merge cosmetic changes from XEmacs.
7543
7544 After 5.9:
7545 (cperl-1+): Move to before the first use.
7546 (cperl-1-): Likewise.
7547
7548 After 5.10:
7549
7550 This code may lock Emacs hard!!! Use at your own risk!
7551
7552 (cperl-font-locking): New internal variable.
7553 (cperl-beginning-of-property): New function.
7554 (cperl-calculate-indent): Use `cperl-beginning-of-property'
7555 instead of `previous-single-property-change'.
7556 (cperl-unwind-to-safe): Likewise.
7557 (cperl-after-expr-p): Likewise.
7558 (cperl-get-here-doc-region): Likewise.
7559 (cperl-font-lock-fontify-region-function): Likewise.
7560 (cperl-to-comment-or-eol): Do not call `cperl-update-syntaxification'
7561 recursively.
7562 Bound `next-single-property-change' via `point-max'.
7563 (cperl-unwind-to-safe): Bound likewise
7564 (cperl-font-lock-fontify-region-function): Likewise.
7565 (cperl-find-pods-heres): Mark as recursive for `cperl-to-comment-or-eol'
7566 Initialization of `cperl-font-lock-multiline-start' could be
7567 missed if the "main" fontification did not run due to the
7568 keyword being already fontified.
7569 (cperl-pod-spell): Return t from do-one-chunk function.
7570 (cperl-map-pods-heres): Stop when the worker returns nil.
7571 Call `cperl-update-syntaxification'.
7572 (cperl-get-here-doc-region): Call `cperl-update-syntaxification'.
7573 (cperl-get-here-doc-delim): Remove unused function.
7574
7575 After 5.11:
7576
7577 The possible lockup of Emacs (introduced in 5.10) fixed.
7578
7579 (cperl-unwind-to-safe): `cperl-beginning-of-property' won't return nil.
7580 (cperl-syntaxify-for-menu): New customization variable.
7581 (cperl-select-this-pod-or-here-doc): New function.
7582 (cperl-get-here-doc-region): Extra argument.
7583 Do not adjust pos by 1.
7584
7585 New menu entries
7586 (Perl/Tools): Selection of current POD or HERE-DOC section.
7587 (Debugging CPerl:) backtrace on fontification.
7588
7589 After 5.12:
7590 (cperl-cached-syntax-table): Use `car-safe'.
7591 (cperl-forward-re): Remove spurious argument SET-ST.
7592 Add documentation.
7593 (cperl-forward-group-in-re): New function.
7594 (cperl-find-pods-heres): Find and highlight (?{}) blocks in RExen
7595 (XXXX Temporary (?) hack is to syntax-mark them as comment).
7596
7597 After 5.13:
7598 (cperl-string-syntax-table): Make { and } not-grouping
7599 (Sometimes they ARE grouping in RExen, but matching them would only
7600 confuse in many situations when they are not)
7601 (beginning-of-buffer): Replace two occurrences with goto-char...
7602 (cperl-calculate-indent): `char-after' could be nil...
7603 (cperl-find-pods-heres): REx can start after "[" too.
7604 Hightlight (??{}) in RExen too.
7605 (cperl-maybe-white-and-comment-rex): New constant
7606 (cperl-white-and-comment-rex): Likewise.
7607 XXXX Not very efficient, but hard to make
7608 better while keeping 1 group.
7609
7610 After 5.13:
7611 (cperl-find-pods-heres): $foo << identifier() is not a HERE-DOC.
7612 Likewise for 1 << identifier.
7613
7614 After 5.14:
7615 (cperl-find-pods-heres): Different logic for $foo .= <<EOF etc.
7616 Error-less condition-case could fail.
7617 (cperl-font-lock-fontify-region-function): Likewise.
7618 (cperl-init-faces): Likewise.
7619
7620 After 5.15:
7621 (cperl-find-pods-heres): Support property REx-part2.
7622 (cperl-calculate-indent): Likewise.
7623 Don't special-case REx with non-empty 1st line.
7624 (cperl-find-pods-heres): In RExen, highlight non-literal backslashes.
7625 Invert highlighting of charclasses:
7626 now the envelop is highlighted.
7627 Highlight many others 0-length builtins.
7628 (cperl-praise): Mention indenting and highlight in RExen.
7629
7630 After 5.15:
7631 (cperl-find-pods-heres): Highlight capturing parens in REx.
7632
7633 After 5.16:
7634 (cperl-find-pods-heres): Highlight '|' for alternation
7635 Initialize `font-lock-warning-face' if not present.
7636 (cperl-find-pods-heres): Use `font-lock-warning-face' instead of
7637 `font-lock-function-name-face'.
7638 (cperl-look-at-leading-count): Likewise.
7639 (cperl-find-pods-heres): Localize `font-lock-variable-name-face',
7640 `font-lock-keyword-face' (needed for
7641 batch processing), etc...
7642 Use `font-lock-builtin-face' for builtin in REx
7643 Now `font-lock-variable-name-face'
7644 is used for interpolated variables
7645 Use "talking aliases" for faces inside REx
7646 Highlight parts of REx (except in charclasses)
7647 according to the syntax and/or semantic
7648 Syntax-mark a {}-part of (?{}) as "comment"
7649 (it was the ()-part)
7650 Better logic to distinguish what is what in REx
7651 (cperl-tips-faces): Document REx highlighting
7652 (cperl-praise): Mention REx syntax highlight etc.
7653
7654 After 5.17:
7655 (cperl-find-sub-attrs): Would not always manage to print error message.
7656 (cperl-find-pods-heres): Localize `font-lock-constant-face'.
7657
7658 After 5.18:
7659 (cperl-find-pods-heres): Misprint in REx for parsing REx.
7660 Very minor optimization.
7661 `my-cperl-REx-modifiers-face' got quoted.
7662 Recognize "print $foo <<END" as HERE-doc.
7663 Put `REx-interpolated' text attribute if needed.
7664 (cperl-invert-if-unless-modifiers): New function.
7665 (cperl-backward-to-start-of-expr): Likewise.
7666 (cperl-forward-to-end-of-expr): Likewise.
7667 (cperl-invert-if-unless): Works in "the opposite way" too.
7668 Cursor position on return is on the switch-word.
7669 Indents comments better.
7670 (REx-interpolated): New text attribute.
7671 (cperl-next-interpolated-REx): New function.
7672 (cperl-next-interpolated-REx-0): Likewise.
7673 (cperl-next-interpolated-REx-1): Likewise.
7674 "\C-c\C-x", "\C-c\C-y", "\C-c\C-v": New keybinding for these functions.
7675 Perl/Regexp menu: 3 new entries for `cperl-next-interpolated-REx'.
7676 (cperl-praise): Mention finded interpolated RExen.
7677
7678 After 5.19:
7679 (cperl-init-faces): Highlight %$foo, @$foo too.
7680 (cperl-short-docs): Better docs for system, exec.
7681 (cperl-find-pods-heres): Better detect << after print {FH} <<EOF etc.
7682 Would not find HERE-doc ended by EOF without NL.
7683 (cperl-short-docs): Correct not-doubled \-escapes.
7684 start block: Put some `defvar' for stuff gone from XEmacs.
7685
7686 After 5.20:
7687 initial comment: Extend copyright, fix email address.
7688 (cperl-indent-comment-at-column-0): New customization variable.
7689 (cperl-comment-indent): Indentation after $#a would increasy by 1.
7690 (cperl-mode): Make `defun-prompt-regexp' grok BEGIN/END etc.
7691 (cperl-find-pods-heres): Mark CODE of s///e as `syntax-type' `multiline'
7692 (cperl-at-end-of-expr): Would fail if @BAR=12 follows after ";".
7693 (cperl-init-faces): If `cperl-highlight-variables-indiscriminately'
7694 highlight $ in $foo too (UNTESTED).
7695 (cperl-set-style): Docstring missed some available styles.
7696 toplevel: Menubar/Perl/Indent-Styles had FSF, now K&R.
7697 Change "Current" to "Memorize Current".
7698 (cperl-indent-wrt-brace): New customization variable; the default is
7699 as for pre-5.2 version.
7700 (cperl-styles-entries): Keep `cperl-extra-newline-before-brace-multiline'.
7701 (cperl-style-alist): Likewise.
7702 (cperl-fix-line-spacing): Support `cperl-merge-trailing-else' being nil,
7703 and `cperl-extra-newline-before-brace' etc
7704 being t
7705 (cperl-indent-exp): Plans B and C to find continuation blocks even
7706 if `cperl-extra-newline-before-brace' is t.
7707
7708 After 5.21:
7709 Improve some docstrings concerning indentation.
7710 (cperl-indent-rules-alist): New variable.
7711 (cperl-sniff-for-indent): New function name
7712 (separated from `cperl-calculate-indent').
7713 (cperl-calculate-indent): Separate the sniffer and the indenter;
7714 uses `cperl-sniff-for-indent' now.
7715 (cperl-comment-indent): Test for `cperl-indent-comment-at-column-0'
7716 was inverted;
7717 Support `comment-column' = 0.
7718
7719 2006-10-11 Martin Rudalics <rudalics@gmx.at>
7720
7721 * dnd.el (dnd-handle-one-url): Fix typo in doc-string.
7722 * help-at-pt.el (scan-buf-move-to-region): Likewise.
7723 * longlines.el (longlines-window-change-function): Likewise.
7724 * simple.el (undo-ask-before-discard): Likewise.
7725 * wid-edit.el (widget-field-prompt-internal)
7726 (widget-documentation-link-p): Likewise.
7727
7728 2006-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
7729
7730 * progmodes/sh-script.el (sh-get-kw): | is not among the allowed chars
7731 for a keyword.
7732
7733 2006-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
7734
7735 * newcomment.el (comment-valid-prefix-p): Make the check
7736 more thorough. From an idea by Martin Rudalics <rudalics@gmx.at>.
7737 (comment-indent-new-line): Adjust call.
7738
7739 2006-10-09 Ken Manheimer <ken.manheimer@gmail.com>
7740
7741 * allout.el (allout-back-to-current-heading): Base on lower-level
7742 routines to get proper disqualification of aberrant topics.
7743
7744 2006-10-09 Richard Stallman <rms@gnu.org>
7745
7746 * textmodes/two-column.el (2C-two-columns): Doc fix.
7747
7748 2006-10-09 Kim F. Storm <storm@cua.dk>
7749
7750 * shell.el (explicit-csh-args, explicit-bash-args): Add comment
7751 about implicit use.
7752
7753 2006-10-08 Richard Stallman <rms@gnu.org>
7754
7755 * textmodes/two-column.el (2C-two-columns): Doc fix.
7756
7757 2006-10-08 Reiner Steib <Reiner.Steib@gmx.de>
7758
7759 * files.el: Mark `buffer-read-only' as safe-local-variable.
7760
7761 2006-10-08 Nick Roberts <nickrob@snap.net.nz>
7762
7763 * progmodes/gdb-ui.el (gdb-speedbar-expand-node):
7764 Burp if GUD buffer has been killed.
7765
7766 2006-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
7767
7768 * completion.el (add-completions-from-c-buffer):
7769 Don't presume an error's second element is a string.
7770 Use looking-at rather than buffer-substring + member.
7771
7772 2006-10-07 Eli Zaretskii <eliz@gnu.org>
7773
7774 * mail/rmail.el (rmail-redecode-body): If the old encoding is
7775 `undecided', call find-coding-systems-region to find a proper
7776 non-trivial encoding.
7777 (rmail-mime-charset-pattern): Allow a TAB between "Content-Type"
7778 and "text/plain".
7779
7780 2006-10-07 Kevin Ryde <user42@zip.com.au>
7781
7782 * textmodes/reftex-vars.el (defgroup reftex): Update home page
7783 url-link.
7784
7785 * strokes.el (defgroup strokes): Remove invalid url-link.
7786
7787 2006-10-07 Magnus Henoch <mange@freemail.hu>
7788
7789 * autoinsert.el (auto-insert-alist): Doc fix.
7790
7791 2006-10-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
7792
7793 * mouse-sel.el (mouse-insert-selection-internal):
7794 Use insert-for-yank, so that yank handlers are run.
7795
7796 2006-10-07 Kim F. Storm <storm@cua.dk>
7797
7798 * ido.el (ido-file-extension-aux): Fix comparison.
7799
7800 2006-10-06 Kim F. Storm <storm@cua.dk>
7801
7802 * ido.el (ido-wide-find-dirs-or-files): Use shell-quote-argument.
7803
7804 2006-10-05 Juanma Barranquero <lekktu@gmail.com>
7805
7806 * emacs-lisp/advice.el (ad-remove-advice, ad-parse-arglist)
7807 (ad-make-mapped-call): Use `let', not `let*'.
7808
7809 2006-10-05 Chong Yidong <cyd@stupidchicken.com>
7810
7811 * international/mule-cmds.el (coding-system-change-eol-conversion):
7812 Ensure the coding system is initialized before calling
7813 coding-system-eol-type.
7814
7815 2006-10-04 Carsten Dominik <dominik@science.uva.nl>
7816
7817 * textmodes/org.el (org-rm-props, org-activate-plain-links)
7818 (org-activate-angle-links, org-activate-dates)
7819 (org-activate-target-links, org-activate-camels)
7820 (org-activate-tags): Add `rear-nonsticky' text property to avoid
7821 textproperty keymaps from being active beyond the end of a line.
7822 (org-unfontify-region): Also remove `rear-nonsticky' property.
7823
7824 2006-10-04 Kenichi Handa <handa@m17n.org>
7825
7826 * international/code-pages.el (next): Table fixed.
7827
7828 2006-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
7829
7830 * progmodes/sh-script.el (sh-prev-thing): Remove (forward-char 1) now
7831 that it's been made unnecessary by removing narrowing.
7832
7833 2006-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
7834
7835 * progmodes/sh-script.el (sh-prev-thing): Massage to untangle the
7836 control flow a bit, simplify another bit, and add comments.
7837
7838 2006-10-03 David Kastrup <dak@gnu.org>
7839
7840 * help.el (describe-mode): For clicks on mode-line, use "@"
7841 interactive argument to get the major mode of the click instead of
7842 the current buffer.
7843
7844 * isearch.el (isearch-mouse-2): Use new semantics of `key-binding'
7845 in order to better redirect mouse-2 clicks. Also allow default
7846 bindings to apply.
7847
7848 2006-10-03 Kim F. Storm <storm@cua.dk>
7849
7850 * emacs-lisp/cl.el (pushnew-internal): Remove defvar.
7851 (pushnew): Fix last change.
7852
7853 2006-10-03 Denis St\e,A|\e(Bnkel <dstuenkel@googlemail.com> (tiny change)
7854
7855 * ibuf-ext.el (eval, view-and-eval) <define-ibuffer-op>:
7856 Use the interactive spec of `eval-expression'.
7857
7858 2006-10-02 Michael Welsh Duggan <md5i@cs.cmu.edu>
7859
7860 * progmodes/sh-script.el (sh-prev-thing): Fix last change.
7861
7862 2006-10-02 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
7863
7864 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo in
7865 2006-09-28 commit.
7866
7867 2006-10-02 Kenichi Handa <handa@m17n.org>
7868
7869 * international/code-pages.el (iso-8859-6): Table fixed.
7870
7871 2006-10-01 Chris Moore <christopher.ian.moore@gmail.com>
7872
7873 * dired.el (dired-build-subdir-alist): Fix previous change.
7874
7875 2006-10-01 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
7876
7877 * simple.el (undo-elt-crosses-region): Fix the inequalities.
7878
7879 2006-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
7880
7881 * emacs-lisp/find-func.el (find-function-regexp): Don't match
7882 "define-button-type".
7883
7884 * pcvs.el (cvs-update-header): Fix handling of extra newlines so that
7885 they don't keep accumulating.
7886
7887 2006-10-01 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
7888
7889 * ffap.el (ffap-rfc-path): Change the address of the RFC
7890 repository to ftp.rfc-editor.org, as ds.internic.net seems to be gone.
7891
7892 2006-10-01 Stephen Berman <Stephen.Berman@gmx.net>
7893
7894 * allout.el (allout-expose-topic): Rectify implementation of "+"
7895 spec, so that bodies are not exposed with headlines.
7896
7897 2006-10-01 Ken Manheimer <ken.manheimer@gmail.com>
7898
7899 * allout.el (allout-current-depth): Do aberrent check only at or
7900 below doublecheck depth.
7901 (allout-chart-subtree): Make it explicit that LEVELS being nil
7902 means unlimited depth. Drop undocumented support for LEVELS value
7903 t meaning unlimited depth. (This is consistent with
7904 allout-chart-to-reveal, but contrary to allout-show-children,
7905 which needs to use nil to default to depth of 1.)
7906 (allout-goto-prefix-doublechecked): Wrap long docstring line.
7907 (allout-chart-to-reveal): Be explicit in docstring about meaning
7908 of nil LEVELS, and drop support for LEVELS value t.
7909 (allout-show-children): Translate the level spec used by this
7910 routine to that used by allout-chart-subtree and
7911 allout-chart-to-reveal.
7912 (allout-show-to-offshoot): Retry once when stuck, after opening
7913 subtree - improvements in discontinuity handling likely will
7914 enable progress.
7915
7916 2006-09-30 Chong Yidong <cyd@stupidchicken.com>
7917
7918 * wid-edit.el (widget-button-click-moves-point): New variable.
7919 (widget-button-click): If widget-button-click-moves-point is
7920 non-nil, set point after performing the button action.
7921
7922 * cus-edit.el (custom-mode): Set widget-button-click-moves-point.
7923
7924 2006-09-30 Martin Rudalics <rudalics@gmx.at>
7925
7926 * files.el (find-file-existing): Modify to not allow wildcards.
7927
7928 2006-09-30 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
7929
7930 * simple.el (undo-more): When undo information for the region is
7931 exhausted, say "No further undo information FOR REGION".
7932
7933 2006-09-30 Michael Welsh Duggan <md5i@cs.cmu.edu>
7934
7935 * progmodes/sh-script.el (sh-prev-thing):
7936 Take `sh-leading-keywords' into account.
7937
7938 2006-09-29 Glenn Morris <rgm@gnu.org>
7939
7940 * custom.el (defcustom): Doc fix.
7941
7942 * calendar/calendar.el (european-calendar-style):
7943 Call european-calendar or american-calendar as needed when set.
7944 (diary-view-entries, list-calendar-holidays): Move autoloads
7945 before use.
7946
7947 2006-09-29 Juri Linkov <juri@jurta.org>
7948
7949 * progmodes/cperl-mode.el (cperl-after-expr-p): Don't move point
7950 to nil if there is no previous property change.
7951
7952 2006-09-29 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
7953
7954 * cus-edit.el (custom-save-all): Switch to emacs-lisp mode before
7955 saving anything to be sure that `forward-sexp' behaves correctly.
7956
7957 2006-09-29 Chong Yidong <cyd@stupidchicken.com>
7958
7959 * simple.el (line-move-finish): Ignore field boundaries if the
7960 initial and final points have the same `field' property.
7961
7962 2006-09-29 Kim F. Storm <storm@cua.dk>
7963
7964 * ido.el (ido-file-internal): Only bind minibuffer-completing-file-name
7965 to t while calling ido-read-internal.
7966
7967 2006-09-29 Carsten Dominik <dominik@science.uva.nl>
7968
7969 * textmodes/org.el (org-file-remote-p): Get regexp from list.
7970 (org-archive-subtree): Remove erraneous `]' from character list.
7971
7972 2006-09-28 Jonathan Yavner <jyavner@member.fsf.org>
7973
7974 * ses.el (ses-in-print-area, ses-goto-data, ses-load)
7975 (ses-reconstruct-all): Make undo of "insert row" work by keeping
7976 markers for data-area and parameters-area.
7977
7978 2006-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
7979
7980 * progmodes/make-mode.el (makefile-mode): Don't disable jit-lock.
7981
7982 * font-lock.el (font-lock-after-change-function): Refontify next line
7983 as well if end is at BOL.
7984 (font-lock-extend-jit-lock-region-after-change): Be more careful to
7985 only extend the region as much as needed.
7986
7987 2006-09-28 Richard Stallman <rms@gnu.org>
7988
7989 * comint.el (comint-mode): Bind font-lock-defaults non-nil.
7990
7991 * subr.el (insert-for-yank-1): Handle `font-lock-face' specially.
7992
7993 * international/mule.el (after-insert-file-set-coding):
7994 If VISIT, don't let set-buffer-multibyte make undo info.
7995
7996 2006-09-28 Osamu Yamane <yamane@green.ocn.ne.jp> (tiny change)
7997
7998 * mail/smtpmail.el (smtpmail-try-auth-methods): Do not break long
7999 lines in base64-encoded authentication response.
8000
8001 2006-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8002
8003 * progmode/ebnf2ps.el: Doc fix. Implement arrow spacing and scaling.
8004 (ebnf-version): New version 4.3.
8005 (ebnf-arrow-extra-width, ebnf-arrow-scale): New options.
8006 (ebnf-prologue): Adjust PostScript programming.
8007 (ebnf-begin-file, ebnf-insert-ebnf-prologue, ebnf-terminal-dimension1)
8008 (ebnf-repeat-dimension, ebnf-except-dimension): Adjust code.
8009
8010 2006-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
8011
8012 * jit-lock.el (jit-lock-force-redisplay): Rename from
8013 jit-lock-fontify-again, and undo the mistaken change I've just done.
8014
8015 * jit-lock.el (jit-lock-fontify-now): Don't fontify the empty text.
8016 (jit-lock-fontify-again): Don't refontify text that's not displayed.
8017
8018 2006-09-26 Kenichi Handa <handa@m17n.org>
8019
8020 * startup.el (display-splash-screen): Allow a prefix argument.
8021
8022 2006-09-25 Jason Rumney <jasonr@gnu.org>
8023
8024 * subr.el (shell-quote-argument): Use DOS logic for Windows
8025 shells with DOS semantics.
8026
8027 2006-09-24 Richard Stallman <rms@gnu.org>
8028
8029 * progmodes/compile.el (compilation-goto-locus-delete-o): New fn.
8030 (compilation-goto-locus): Use compilation-goto-locus-delete-o
8031 to delete the overlay. Put it on pre-command-hook.
8032
8033 * emacs-lisp/timer.el (timer-max-repeats): Doc fix.
8034
8035 * startup.el (fancy-splash-screens, normal-splash-screen):
8036 Call the splash buffer *About GNU Emacs*.
8037
8038 * simple.el (next-error-highlight, next-error-highlight-no-select):
8039 Default to 0.5.
8040 (yank-excluded-properties): Add `fontified'.
8041
8042 * font-lock.el (font-lock-compile-keywords): Allow value of
8043 syntax-begin-function to enable paren-column-0 highlighting.
8044
8045 2006-09-24 Chris Moore <christopher.ian.moore@gmail.com>
8046
8047 * dired.el (dired-build-subdir-alist): When file ends in colon,
8048 don't exit the loop, just disregard that file.
8049
8050 2006-09-24 Chong Yidong <cyd@stupidchicken.com>
8051
8052 * simple.el (line-move-finish): Handle corner case for fields in
8053 continued lines.
8054 (line-move-1): Remove flawed test for that case.
8055
8056 2006-09-24 Ken Manheimer <ken.manheimer@gmail.com>
8057
8058 * icomplete.el (icomplete-simple-completing-p): Use the correct
8059 name for the new variable, `icomplete-with-completion-tables'.
8060 (file local variables): Remove superfluous setting.
8061
8062 2006-09-23 Jeff Miller <jmiller@cablespeed.com> (tiny change)
8063
8064 * calendar/appt.el (appt-check): Fix typo for appointments just
8065 after midnight.
8066
8067 2006-09-23 Chong Yidong <cyd@stupidchicken.com>
8068
8069 * help.el (describe-key-briefly, describe-key): Don't expect an
8070 extra up event if a down-event is generated by a popup menu.
8071
8072 2006-09-23 Michal Nazarewicz <mnazarewicz@gmail.com> (tiny change)
8073
8074 * textmodes/ispell.el (ispell-change-dictionary): Don't check the
8075 local dictionary when changing the global dictionary.
8076
8077 2006-09-23 Ken Manheimer <ken.manheimer@gmail.com>
8078
8079 * icomplete.el (icomplete-with-completion-tables): List of
8080 specialized completion tables with which icomplete should
8081 operate. Include the new `internal-complete-buffer', so icomplete
8082 works with interactive buffer-selection.
8083 (icomplete-simple-completing-p): Add acceptance of specialized
8084 completion tables listed in icomplete-with-completion-tables.
8085
8086 2006-09-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8087
8088 * frame.el (focus-follows-mouse): Set default to nil on Mac.
8089
8090 * startup.el (command-line): Use `custom-reevaluate-setting' for
8091 `focus-follows-mouse'.
8092
8093 2006-09-22 Richard Stallman <rms@gnu.org>
8094
8095 * cus-edit.el (custom-buffer-create-internal): In `emacs -q',
8096 explain why Save is not available.
8097
8098 2006-09-22 Juanma Barranquero <lekktu@gmail.com>
8099
8100 * woman.el (woman0-so): Use `let*', not `let'.
8101 (woman-horizontal-line): Remove unbalanced parenthesis.
8102
8103 2006-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
8104
8105 * woman.el: Make sure all the end-of-region markers we use have
8106 a non-nil insertion-type.
8107 (woman0-so): Move things around so we can use copy-marker.
8108 (woman0-roff-buffer, woman2-process-escapes-to-eol, woman2-roff-buffer):
8109 Adjust marker type.
8110 (woman2-process-escapes): Check marker type.
8111 (woman-horizontal-line): Dispense with the use of a marker.
8112
8113 2006-09-22 Jay Belanger <belanger@truman.edu>
8114
8115 * calc/calc-lang.el: Add Greek letters to math-variable-table
8116 property of tex.
8117
8118 2006-09-22 Chong Yidong <cyd@stupidchicken.com>
8119
8120 * files.el (save-some-buffers-action-alist): Display diff in view-mode.
8121
8122 2006-09-22 Masatake YAMATO <jet@gyve.org>
8123
8124 * add-log.el (add-log-current-defun): Use `forward-sexp'
8125 instead of `forward-word' to pick c++::symbol.
8126 Reported by Guanpeng Xu <herberteuler@hotmail.com>.
8127
8128 2006-09-22 Kenichi Handa <handa@m17n.org>
8129
8130 * bindings.el: Fix setting self-insert-command for multibyte
8131 characters in global-map.
8132
8133 2006-09-21 David Kastrup <dak@gnu.org>
8134
8135 * mouse.el (mouse-posn-property): Fix typo for `event-start' in
8136 doc string.
8137
8138 2006-09-21 Kenichi Handa <handa@m17n.org>
8139
8140 * language/european.el ("Latin-1"): Add windows-1252 to
8141 coding-priority.
8142 ("German"): Likewise.
8143
8144 2006-09-21 Kim F. Storm <storm@cua.dk>
8145
8146 * emacs-lisp/cl-macs.el (member*): Use memql instead of complex code.
8147 Suggested by Miles Bader.
8148
8149 * emacs-lisp/cl.el (pushnew): Rework 2006-09-10 change. Use memql
8150 instead of add-to-list in the simple case.
8151
8152 2006-09-20 Kenichi Handa <handa@m17n.org>
8153
8154 * isearch.el (isearch-process-search-char): Cancel the previous change.
8155 (isearch-search-string): New function.
8156 (isearch-search): Use isearch-search-string.
8157 (isearch-lazy-highlight-search): Likewise.
8158
8159 2006-09-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8160
8161 * lpr.el (lpr-page-header-switches): Insert `*' at beginning of doc
8162 string to become an option.
8163
8164 2006-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
8165
8166 * files.el (find-buffer-visiting): Don't get fooled by a nil inode.
8167
8168 2006-09-20 Kim F. Storm <storm@cua.dk>
8169
8170 * simple.el (line-move-partial): Call pos-visible-in-window-p with
8171 position t instead of trying both window-end and window-end - 1.
8172
8173 2006-09-20 Carsten Dominik <dominik@science.uva.nl>
8174
8175 * textmodes/org.el (org-scan-tags): Find end of subtrees also in
8176 hidden trees.
8177
8178 2006-09-20 David Kastrup <dak@gnu.org>
8179
8180 * mouse.el (mouse-posn-property): Improve doc string.
8181 (mouse-on-link-p): Change buffers for function calls on links.
8182
8183 * menu-bar.el (clipboard-yank): Bomb out in interactive use if
8184 buffer is read-only.
8185
8186 2006-09-20 Ken Manheimer <ken.manheimer@gmail.com>
8187
8188 * allout.el (allout-unprotected): Let inhibit-read-only only when
8189 buffer-read-only isn't set.
8190 (allout-annotate-hidden): Enable topic annotation during copies even
8191 when the buffer is read-only, eg for topic copies. Ensure that the loop
8192 advances, even when the span extends beyond the deletion region.
8193 (allout-toggle-subtree-encryption): Use allout-structure-added-hook
8194 rather than allout-exposure-changed-hook, as a stronger assertion.
8195 (allout-keybindings-list): Add bindings for
8196 allout-copy-line-as-kill and allout-copy-topic-as-kill.
8197 (allout-copy-line-as-kill, allout-copy-topic-as-kill):
8198 Copy wrappers for allout-kill-line and allout-kill-topic.
8199 (allout-listify-exposed): Position correctly to accumulate lines.
8200
8201 2006-09-19 Chong Yidong <cyd@stupidchicken.com>
8202
8203 * simple.el (line-move-1): Escape field boundaries occurring
8204 exactly at point. Update goal column if constrained to a field.
8205 (line-move-finish): Escape field boundaries occurring exactly at point.
8206
8207 2006-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
8208
8209 * mouse.el (mouse-on-link-p): Tentatively fix last change.
8210 (mouse-drag-vertical-line): Remove unused var `wconfig'.
8211
8212 2006-09-19 Kim F. Storm <storm@cua.dk>
8213
8214 * help.el (describe-key-briefly, describe-key): Simplify printing
8215 of descriptions by using format and %S. Fix "is undefined"
8216 messages to say "at that spot" for mouse events.
8217
8218 * simple.el (line-move-partial): Optimize. Try window-line-height
8219 before posn-at-point to get vpos of current line.
8220
8221 2006-09-18 Michael Kifer <kifer@cs.stonybrook.edu>
8222
8223 * viper.el: Bump up version/date of update to reflect the substantial
8224 changes done in August 2006.
8225
8226 * viper-cmd (viper-next-line-at-bol): Make sure button-at, push-button
8227 are defined.
8228
8229 * ediff-util.el (ediff-add-to-history): New function.
8230
8231 * ediff.el: Use ediff-add-to-history instead of add-to-history.
8232
8233 2006-09-18 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
8234
8235 * textmodes/conf-mode.el (conf-space-mode): Doc fix.
8236 Delete duplicate make-local-variable form.
8237 (conf-space-keywords): Add autoload cookie.
8238 Fix typo (`keywords', not `keyword').
8239
8240 2006-09-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8241
8242 * cus-start.el (all): Rename x-gtk-show-chooser-help-text to
8243 x-gtk-file-dialog-help-text. Rename x-use-old-gtk-file-dialog
8244 to x-gtk-use-old-file-dialog.
8245
8246 2006-09-18 Richard Stallman <rms@gnu.org>
8247
8248 * wid-edit.el (widget-button-click): Handle non-mouse-motion events
8249 that might come in during mouse tracking.
8250
8251 2006-09-18 Kim F. Storm <storm@cua.dk>
8252
8253 * simple.el (line-move-partial): Rework 2006-09-15 change to use
8254 new window-line-height function. Further optimize by not calling
8255 pos-visible-in-window-p for window-end when window-line-height
8256 returns useful information.
8257
8258 2006-09-16 Richard Stallman <rms@gnu.org>
8259
8260 * textmodes/conf-mode.el (conf-mode-map): Use conf-space-keywords cmd.
8261 (conf-space-mode): Don't handle prefix arg.
8262 Delete conf-space-keywords-override code.
8263 Use add-hook.
8264 (conf-space-keywords): New command.
8265 (conf-space-mode-internal): Be careful with imenu-generic-expression.
8266 Delete conf-space-keywords-override code.
8267 (conf-space-keywords-alist): Doc fix.
8268 (conf-space-font-lock-keywords): Doc fix.
8269 (conf-space-keywords-override): Var deleted.
8270
8271 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
8272
8273 * startup.el (fancy-splash-screens): Don't switch to the scratch
8274 buffer; it may not be the next buffer.
8275
8276 2006-09-16 Romain Francoise <romain@orebokech.com>
8277
8278 * saveplace.el (load-save-place-alist-from-file): Use expanded name
8279 in both messages.
8280
8281 2006-09-16 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se>
8282
8283 * progmodes/python.el (python-preoutput-filter):
8284 Fix arg order to string-match.
8285
8286 2006-09-16 Richard Stallman <rms@gnu.org>
8287
8288 * obsolete/fast-lock.el (fast-lock-cache-data): Provide 2nd arg to
8289 font-lock-compile-keywords.
8290
8291 * font-lock.el (font-lock-compile-keywords): Rename optional arg
8292 to SYNTACTIC-KEYWORDS and reverse the sense. All callers changed.
8293
8294 2006-09-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8295
8296 * cus-start.el (all): Add x-gtk-show-chooser-help-text.
8297
8298 * select.el (xselect-convert-to-string): If UTF8_STRING is requested
8299 and the data doesn't look like UTF8, send STRING instead.
8300
8301 2006-09-16 Agust\e,Am\e(Bn Mart\e,Am\e(Bn <agustin.martin@hispalinux.es>
8302
8303 * textmodes/flyspell.el (flyspell-check-region-doublons):
8304 New function to detect duplicated words.
8305 (flyspell-large-region): Use it.
8306
8307 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
8308
8309 * simple.el (line-move-to-column): Revert 2006-08-03 change.
8310
8311 2006-09-16 Eli Zaretskii <eliz@gnu.org>
8312
8313 * help.el (describe-prefix-bindings): Use let, not let*.
8314
8315 2006-09-16 Ken Manheimer <ken.manheimer@gmail.com>
8316
8317 * allout.el (allout-regexp, allout-line-boundary-regexp)
8318 (allout-bob-regexp): Correct grouping and boundaries to fix
8319 backwards traversal.
8320 (allout-depth-specific-regexp, allout-depth-one-regexp):
8321 New versions that exploit \\{M\\} regexp syntax, to avoid geometric or
8322 worse time in allout-ascend.
8323 (allout-doublecheck-at-and-shallower): Identify depth threshold
8324 below which topics are checked for and disqualified by containment
8325 discontinuities.
8326 (allout-hotspot-key-handler): Correctly handle multiple-key
8327 strokes. Remove some unused variables.
8328 (allout-mode-leaders): Clarify that mode-specific comment-start
8329 will be used.
8330 (set-allout-regexp): Correctly regexp-quote allout regexps to
8331 properly accept alternative header-leads and primary bullets with
8332 regexp-specific characters (eg, C "/*", mathematica "(*").
8333 Include new regular expressions among those configured.
8334 (allout-infer-header-lead-and-primary-bullet):
8335 Rename allout-infer-header-lead.
8336 (allout-recent-depth): Manifest as a variable as well as a function.
8337 (allout-prefix-data): Simplify into an inline instead of a macro,
8338 assuming current match data rather than being explicitly passed
8339 it. Establish allout-recent-depth value as well as
8340 allout-recent-prefix-beginning and allout-recent-prefix-end.
8341 (allout-aberrant-container-p): True when an item's immediate
8342 offspring discontinuously contained. Useful for disqualifying
8343 unintended topic prefixes, likely at low depths.
8344 (allout-goto-prefix-doublechecked): Elaborate version of
8345 allout-goto-prefix which disqualifies aberrant pseudo-items.
8346 (allout-pre-next-prefix): Layer on top of lower-level routines, to
8347 get disqualification of aberrant containers.
8348 (allout-end-of-prefix, allout-end-of-subtree): Disqualify aberrant
8349 containers.
8350 (allout-beginning-of-current-entry): Position at start of buffer
8351 when in container (depth 0) entry.
8352 (nullify-allout-prefix-data): Invalidate allout-recent-* prefix data.
8353 (allout-current-bullet): Strip text properties.
8354 (allout-get-prefix-bullet): Use right match groups.
8355 (allout-beginning-of-line, allout-next-heading):
8356 Disqualify aberrant containers.
8357 (allout-previous-heading): Disqualify aberrant containers, and
8358 change to regular (rather than inline) function, to allow
8359 self-recursion.
8360 (allout-get-invisibility-overlay): Increment so progress is made
8361 when the first overlay is not the sought one.
8362 (allout-end-of-prefix): Disqualify aberrant containers.
8363 (allout-end-of-line): Cycle something like allout-beginning-of-line.
8364 (allout-mode): Make allout-old-style-prefixes (ie, enabling use with
8365 outline.el outlines) functional again. Change the primary bullet
8366 along with the header-lead - level 1 new-style bullets now work.
8367 Engage allout-before-change-handler in mainline Emacs, not just
8368 XEmacs, to do undo handling.
8369 (allout-before-change-handler): Expose undo changes occurring in
8370 hidden regions. Use allout-get-invisibility-overlay instead of
8371 reimplementing it inline.
8372 (allout-chart-subtree): Use start rather than end of prefix in
8373 charts. Use allout-recent-depth variable.
8374 (allout-chart-siblings): Disqualify aberrant topics.
8375 (allout-beginning-of-current-entry): Position correctly.
8376 (allout-ascend): Use new allout-depth-specific-regexp and
8377 allout-depth-one-regexp for linear instead of O(N^2) or worse
8378 behavior.
8379 (allout-ascend-to-depth): Depend on allout-ascend, rather than
8380 reimplementing an algorithm.
8381 (allout-up-current-level): Depend on allout-ascend, rather than
8382 reimplementing an algorithm. Return to start-point if we fail.
8383 (allout-descend-to-depth): Use allout-recent-depth variable
8384 instead of function.
8385 (allout-next-sibling): On traversal of numerous intervening
8386 topics, resort to economical allout-next-sibling-leap.
8387 (allout-next-sibling-leap): Specialized version of
8388 allout-next-sibling that uses allout-ascend cleverly, to depend on
8389 a regexp search to leap large numbers of contained topics, rather
8390 than arbitrarily many one-by-one traversals.
8391 (allout-next-visible-heading): Disqualify aberrant topics.
8392 (allout-previous-visible-heading): Position consistently when
8393 interactive.
8394 (allout-forward-current-level): Base on allout-previous-sibling
8395 rather than (differently) reimplmenting the algorithm. Remove some
8396 unused variables.
8397 (allout-solicit-alternate-bullet): Present default choice stripped
8398 of text properties.
8399 (allout-rebullet-heading): Use bullet stripped of text properties.
8400 Register changes using allout-exposure-change-hook.
8401 Disregard aberrant topics.
8402 (allout-shift-in): With universal-argument, make topic a peer of
8403 it's former offspring. Simplify the code by separating out
8404 allout-shift-out functionality.
8405 (allout-shift-out): With universal-argument, make offspring peers
8406 of their former container, and its siblings. Implement the
8407 functionality here, rather than inappropriately muddling the
8408 implementation of allout-shift-in.
8409 (allout-rebullet-topic): Respect additional argument for new
8410 parent-child separation function.
8411 (allout-yank-processing): Use allout-ascend directly.
8412 (allout-show-entry): Disqualify aberrant topics.
8413 (allout-show-children): Handle discontinuous children gracefully,
8414 extending the depth being revealed to expose them and posting a
8415 message indicating the situation.
8416 (allout-show-to-offshoot): Remove obsolete and incorrect comment.
8417 Leave cursor in correct position.
8418 (allout-hide-current-subtree): Use allout-ascend directly.
8419 Disqualify aberrant topics.
8420 (allout-kill-line, allout-kill-topic): Preserve exposure layout in
8421 a way that the yanks can restore it, as used to happen.
8422 (allout-yank-processing): Restore exposure layout as recorded by
8423 allout-kill-*, as used to happen.
8424 (allout-annotate-hidden, allout-hide-by-annotation): New routines
8425 for preseving and restoring exposure layout across kills.
8426 (allout-toggle-subtree-encryption): Run allout-exposure-change-hook.
8427 (allout-encrypt-string): Strip text properties.
8428 Rearranged order and outline-headings for some of the
8429 miscellaneous functions.
8430 (allout-resolve-xref): No need to quote the error name in the
8431 condition-case handler section.
8432 (allout-flatten): Classic recursive (and recursively intensive,
8433 without tail-recursion) list-flattener, needed by allout-shift-out
8434 when confronted with discontinuous children.
8435
8436 2006-09-16 Jason Rumney <jasonr@gnu.org>
8437
8438 * dnd.el (dnd-open-remote-file-function): Use dnd-open-local-file
8439 on ms-windows.
8440 (dnd-open-unc-file): Remove.
8441 (dnd-open-local-file): Mention in doc string that it also handles
8442 remote files if the system natively supports unc file-names.
8443
8444 2006-09-15 Kim F. Storm <storm@cua.dk>
8445
8446 * help.el (describe-key): Handle C-h k in *Help* buffer; collect
8447 all necessary information about the event before erasing *Help*.
8448
8449 * simple.el (line-move-partial): Use window-line-visiblity to
8450 quickly check whether last line is partially visible, and only do
8451 the hard (and slow) part in that case.
8452
8453 2006-09-15 Jay Belanger <belanger@truman.edu>
8454
8455 * COPYING: Replace "Library Public License" by "Lesser Public
8456 License" throughout.
8457
8458 2006-09-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8459
8460 * term/x-win.el (x-menu-bar-open): New function for F10.
8461
8462 2006-09-15 Chong Yidong <cyd@stupidchicken.com>
8463
8464 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8465 Disallow filenames containing " -" to avoid confusion with libtool
8466 compilation messages. Suggested by Stefan Monnier.
8467
8468 2006-09-15 David Kastrup <dak@gnu.org>
8469
8470 * mouse-sel.el (mouse-sel-follow-link-p): Use event position
8471 instead of buffer position for `mouse-on-link-p'.
8472
8473 * mouse.el (mouse-posn-property): New function looking up the
8474 properties at a click position in overlays and text properties in
8475 either buffer or strings.
8476 (mouse-on-link-p): Use `mouse-posn-property' to streamline lookup
8477 of both `follow-link' as well as `mouse-face' properties.
8478 (mouse-drag-track): Check `mouse-on-link-p' on event position, not
8479 buffer position.
8480
8481 * help.el (describe-key-briefly): When reading a down-event on
8482 mode lines or scroll bar, swallow the following up event, too.
8483 Use the new mouse sensitity of `key-binding' for lookup.
8484 (describe-key): The same here.
8485
8486 2006-09-15 Juanma Barranquero <lekktu@gmail.com>
8487
8488 * play/life.el (life-patterns): Add a few more interesting patterns.
8489 (life-setup): Force `show-trailing-whitespace' to nil.
8490
8491 2006-09-14 Richard Stallman <rms@gnu.org>
8492
8493 * startup.el (fancy-splash-text): Change text to improve alignment.
8494 (fancy-splash-screens): Don't set non-standard tab width.
8495 Bind cursor-type temporarily, and make it easy to patch to
8496 preserve the splash buffer.
8497 (normal-splash-screen, fancy-splash-tail): Spell out "Meta-x".
8498 (fancy-splash-screens): Display echo-area message explicitly.
8499 Don't set fancy-splash-help-echo.
8500
8501 * simple.el (line-number-mode): Group mode-line instead of
8502 editing-basics.
8503 (column-number-mode, size-indication-mode): Likewise.
8504
8505 * faces.el (mode-line-faces): Group mode-line instead of modeline.
8506
8507 * time.el (display-time): Group mode-line instead of modeline.
8508
8509 * cus-edit.el (mode-line): Rename from modeline. All uses changed.
8510
8511 2006-09-14 Chong Yidong <cyd@stupidchicken.com>
8512
8513 * startup.el (fancy-splash-text): Move editing instructions to
8514 fancy-splash-head.
8515 (fancy-splash-head): Issue editing instructions.
8516 (fancy-splash-screens): Fixup whitespace.
8517
8518 2006-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
8519
8520 * bindings.el (mode-line-buffer-identification-keymap):
8521 Remove duplicate line.
8522
8523 2006-09-14 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
8524
8525 * ido.el (ido-ignore-item-p): Allow any kind of functions in
8526 ignore lists.
8527
8528 2006-09-14 Kim F. Storm <storm@cua.dk>
8529
8530 * jit-lock.el (jit-lock-fontify-again): New function.
8531 (jit-lock-fontify-now): Use it instead of lambda form.
8532
8533 2006-09-13 Agustin Martin <agustin.martin@hispalinux.es>
8534
8535 * textmodes/flyspell.el (flyspell-word, flyspell-correct-word)
8536 (flyspell-auto-correct-word): Make ispell-filter local to these
8537 functions. Check that ispell-filter has new stuff before calling
8538 ispell-parse-output.
8539
8540 2006-09-13 Kim F. Storm <storm@cua.dk>
8541
8542 * simple.el (line-move-partial): Optimize.
8543
8544 2006-09-13 Richard Stallman <rms@gnu.org>
8545
8546 * thingatpt.el (thing-at-point-bounds-of-url-at-point):
8547 Delete spurious backquote.
8548
8549 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
8550
8551 * net/rcirc.el (rcirc-print): Fix last change.
8552
8553 2006-09-12 Jay Belanger <belanger@truman.edu>
8554
8555 * calc/calc.el (calc-dispatch): Remove unnecessary `sit-for'.
8556
8557 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
8558
8559 * net/rcirc.el (rcirc-scroll-show-maximum-output): Rename from
8560 rcirc-show-maximum-output.
8561 (rcirc-mode): Remove window-scroll-function hook.
8562 (rcirc-scroll-to-bottom): Remove function.
8563 (rcirc-print): Recenter so point stays at the bottom of the window
8564 if point was already there.
8565
8566 2006-09-12 Paul Eggert <eggert@cs.ucla.edu>
8567
8568 * comint.el (comint-exec-1): Set EMACS to the full name of Emacs,
8569 not to "t".
8570 * progmodes/compile.el (compilation-start): Likewise.
8571 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
8572 Don't use expand-file-name on invocation-directory, since this
8573 might mishandle special characters in invocation-directory.
8574
8575 2006-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8576
8577 * pcvs-defs.el: Remove * in defcustom's docstrings.
8578
8579 2006-09-12 Nick Roberts <nickrob@snap.net.nz>
8580
8581 * progmodes/compile.el (compilation-directory-properties):
8582 Doc fix for help-echo.
8583
8584 2006-09-12 Lars Hansen <larsh@soem.dk>
8585
8586 * desktop.el (desktop-read): Add comment.
8587
8588 2006-09-12 Kim F. Storm <storm@cua.dk>
8589
8590 * simple.el (next-error-highlight, next-error-highlight-no-select):
8591 Fix spelling error.
8592
8593 * subr.el (sit-for): Rework to use input-pending-p and cond.
8594 Return nil input is pending on entry also for SECONDS <= 0.
8595 (while-no-input): Use input-pending-p instead of sit-for.
8596
8597 2006-09-11 Richard Stallman <rms@gnu.org>
8598
8599 * simple.el (next-error-highlight, next-error-highlight-no-select):
8600 Fix custom type and doc strings.
8601
8602 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
8603
8604 * diff-mode.el (diff-apply-hunk-to-backup-file): New var.
8605 (diff-apply-hunk): Use it to ask for confirmation.
8606
8607 2006-09-11 Reiner Steib <Reiner.Steib@gmx.de>
8608
8609 * emacs-lisp/cl.el (pushnew): Add missing `,'.
8610
8611 2006-09-11 David Kastrup <dak@gnu.org>
8612
8613 * help.el (string-key-binding, describe-key-briefly)
8614 (describe-key): Remove `string-key-binding' and its callers since
8615 `key-binding' already caters for the proper lookup now.
8616
8617 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
8618
8619 * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords): Newvar.
8620 (cfengine-mode): Use it. Fix \ syntax to be like /.
8621
8622 * bindings.el (mode-line-buffer-identification-keymap):
8623 Move initialization into declaration.
8624
8625 2006-09-10 Kim F. Storm <storm@cua.dk>
8626
8627 * ido.el (ido-edit-input, ido-complete, ido-take-first-match)
8628 (ido-push-dir-first, ido-kill-buffer-at-head, ido-exhibit)
8629 (ido-delete-file-at-head): Pass head of ido-matches through ido-name
8630 in case of merged directories. Reported by Micha\e,Ak\e(Bl Cadilhac.
8631
8632 2006-09-10 Richard Stallman <rms@gnu.org>
8633
8634 * dired-aux.el: Handle errors in recursive copy usefully.
8635 (dired-create-files-failures): New variable.
8636 (dired-copy-file): Remove condition-case.
8637 (dired-copy-file-recursive): Check for errors on all file
8638 operations, and add them to dired-create-files-failures.
8639 Check file file-date-erorr here too.
8640 (dired-create-files): Check dired-create-files-failures
8641 and report those errors too.
8642
8643 * emacs-lisp/cl.el (pushnew): Use add-to-list when convenient.
8644
8645 * subr.el (add-to-list): New argument COMPARE-FN.
8646
8647 2006-09-10 Reiner Steib <Reiner.Steib@gmx.de>
8648
8649 * filecache.el (file-cache-add-directory)
8650 (file-cache-add-directory-list, file-cache-add-file)
8651 (file-cache-add-directory-using-find)
8652 (file-cache-add-directory-using-locate)
8653 (file-cache-add-directory-recursively): Add autoloads.
8654
8655 2006-09-09 Richard Stallman <rms@gnu.org>
8656
8657 * textmodes/conf-mode.el (conf-space-mode):
8658 Use hack-local-variables-hook instead of calling hack-local-variables.
8659 (conf-space-keywords-override): New variable.
8660 (conf-space-mode-internal): New subroutine. Reinit Font Lock mode.
8661 (conf-space-mode): Always make conf-space-keywords and
8662 conf-space-keywords-override local.
8663 Call conf-space-mode-internal directly as well as via hook.
8664
8665 2006-09-09 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
8666
8667 * progmodes/python.el (python-font-lock-keywords): Add `self' and other
8668 quasi-keywords.
8669
8670 2006-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
8671
8672 * progmodes/python.el: Quieten the compiler about hippie-expand vars.
8673 (python-send-string): Be slightly more careful about adding \n.
8674
8675 * startup.el (normal-splash-screen): Don't display the buffer if we'll
8676 kill it right away anyway.
8677
8678 2006-09-09 Eli Zaretskii <eliz@gnu.org>
8679
8680 * international/codepage.el (cp850-decode-table): Fix a few codes.
8681 (cp858-decode-table): New variable.
8682
8683 2006-09-09 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
8684
8685 * net/ldap.el (ldap-search-internal): Doc fix.
8686
8687 2006-09-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
8688
8689 * play/life.el (life-display-generation): Test for input manually if
8690 `sleeptime' is negative or null.
8691
8692 * lpr.el (lpr-page-header-switches): Page title switch is one of them.
8693 (print-region-1): Substitute `%s' with the page title.
8694
8695 2006-09-09 Matt Hodges <MPHodges@member.fsf.org>
8696
8697 * locate.el (locate-current-search): New variable.
8698 (locate): Set buffer local value. Use current buffer if it is
8699 in Locate mode.
8700 (locate-mode): Disable undo here.
8701 (locate-do-setup): Use locate-current-filter from buffer to be killed.
8702 (locate-update): Use locate-current-search and locate-current-filter.
8703
8704 2006-09-08 David Kastrup <dak@gnu.org>
8705
8706 * desktop.el (desktop-read): When loading a desktop, disable
8707 saving it while the load progresses, and switch off a pending lazy
8708 load by calling `desktop-lazy-abort'.
8709
8710 2006-08-27 Martin Rudalics <rudalics@gmx.at>
8711
8712 * window.el (mouse-autoselect-window-timer)
8713 (mouse-autoselect-window-position)
8714 (mouse-autoselect-window-window)
8715 (mouse-autoselect-window-now): New vars.
8716 (mouse-autoselect-window-cancel)
8717 (mouse-autoselect-window-select)
8718 (mouse-autoselect-window-start): New functions.
8719 (handle-select-window): Call `mouse-autoselect-window-start' when
8720 delayed window autoselection is enabled.
8721
8722 * cus-start.el (mouse-autoselect-window): Handle delayed window
8723 autoselection.
8724
8725 * emacs-lisp/eldoc.el: Add `handle-select-window' to the set of
8726 commands after which it is allowed to print in the echo area.
8727
8728 2006-09-08 Richard Stallman <rms@gnu.org>
8729
8730 * textmodes/fill.el (adaptive-fill-regexp): Don't match `(1)' or `1.'
8731
8732 * mail/rmail.el (rmail-get-new-mail): Say whether all msgs are spam.
8733 (rmail-convert-to-babyl-format): Don't record undo, leave list empty.
8734
8735 * emacs-lisp/timer.el (timer-create, timer-activate): Doc fixes.
8736 (cancel-timer-internal): Add doc string.
8737 (cancel-function-timers): Doc fix.
8738 (with-timeout-handler, timer-event-last*): Add doc strings.
8739
8740 * emacs-lisp/bindat.el (bindat-unpack): Doc fix.
8741
8742 * files.el (risky-local-variable-p): Match ...-bindat-spec.
8743
8744 * dired.el (dired-log-summary): Add doc string.
8745
8746 * cus-edit.el (custom-menu-create): Bind deactivate-mark here.
8747 (custom-group-menu-create): Not here.
8748
8749 2006-09-08 Carsten Dominik <dominik@science.uva.nl>
8750
8751 * textmodes/org.el (org-dblock-write:clocktable): Avoid infinite loop.
8752
8753 2006-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8754
8755 * term/mac-win.el (show-hide-font-panel): New HI command ID symbol.
8756 (mac-apple-event-map): Define its handler.
8757
8758 2006-09-07 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
8759
8760 * net/ldap.el (ldap-search-internal): Handle `auth' key.
8761
8762 2006-09-07 Magnus Henoch <mange@freemail.hu>
8763
8764 * net/rcirc.el (rcirc-activity-string): Don't quote value in case
8765 clause.
8766
8767 2006-09-07 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
8768
8769 * info.el (Info-index): Bind completion-ignore-case.
8770
8771 2006-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
8772
8773 * progmodes/prolog.el (inferior-prolog-flavor): New var left out of
8774 previous commit.
8775 (inferior-prolog-guess-flavor): New fun left out of previous commit.
8776 (prolog-consult-region-and-go): Don't hard code "*prolog*" and don't
8777 burp in dedicated windows.
8778 (inferior-prolog-self-insert-command): New command.
8779 (inferior-prolog-mode-map): Use it.
8780
8781 2006-09-07 Reiner Steib <Reiner.Steib@gmx.de>
8782
8783 * international/latexenc.el (latex-inputenc-coding-alist): Add cp858.
8784
8785 * international/code-pages.el: Add cp858.
8786
8787 2006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8788
8789 * dnd.el: Fix bootstrapping.
8790
8791 2006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8792
8793 * dnd.el (dnd-protocol-alist): Add what url-handler-mode can handle.
8794 (dnd-open-remote-url): New function.
8795 (dnd-open-remote-file-function): Set to dnd-open-remote-url if
8796 not windows-nt.
8797
8798 2006-09-07 Jason Rumney <jasonr@gnu.org>
8799
8800 * dnd.el (dnd-open-remote-file-function): New variable.
8801 (dnd-open-unc-file): New function.
8802 (dnd-open-file): Call dnd-open-remote-file-function if set.
8803
8804 2006-09-06 Daiki Ueno <ueno@unixuser.org>
8805
8806 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with
8807 pgg-passphrase-coding-system rather than locale-coding-system.
8808 * pgg-def.el (pgg-passphrase-coding-system): New user option.
8809
8810 2006-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
8811
8812 * progmodes/prolog.el: Remove * in docstrings.
8813 (prolog-program-name): Add SWI prolog.
8814 (prolog-mode-menu): New menu.
8815 (prolog-mode): Set comment-add.
8816 (prolog-indent-line): Simplify. Use indent-line-to.
8817 (inferior-prolog-buffer): New var.
8818 (inferior-prolog-run, inferior-prolog-process): New funs.
8819 (run-prolog, switch-to-prolog): Rewrite, using them.
8820 (prolog-consult-region): Use inferior-prolog-buffer.
8821 (inferior-prolog-load-file): New function.
8822 (prolog-mode-map): Add bindings for load-file and switch-to-prolog.
8823
8824 * textmodes/fill.el (fill-single-word-nobreak-p): Allow breaking before
8825 last word, if it's not the end of the paragraph.
8826
8827 * files.el (abbreviate-file-name): Don't mistakenly match newlines in
8828 file name.
8829
8830 2006-09-06 Ralf Angeli <angeli@caeruleus.net>
8831
8832 * frame.el (display-mm-dimensions-alist): New defcustom.
8833 (display-mm-height, display-mm-width): Use it.
8834
8835 2006-09-06 Simon Josefsson <jas@extundo.com>
8836
8837 * mail/smtpmail.el (smtpmail-starttls-credentials): Doc fix.
8838
8839 2006-09-06 Nick Roberts <nickrob@snap.net.nz>
8840
8841 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
8842 (gdb-var-list-children-regexp-1): Tweak regexps to catch full
8843 string values.
8844
8845 2006-09-06 Kim F. Storm <storm@cua.dk>
8846
8847 * simple.el (line-move-partial): New function to do vscrolling for
8848 partially visible images / tall lines. Rewrite based on code
8849 previously in line-move. Simplify backwards vscrolling.
8850 (line-move): Use it. Simplify.
8851
8852 2006-09-05 Kim F. Storm <storm@cua.dk>
8853
8854 * emulation/cua-base.el (cua--pre-command-handler-1): Rewrite.
8855
8856 2006-09-05 Chong Yidong <cyd@stupidchicken.com>
8857
8858 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8859 Process the `gcc-include' after the `gnu' rule.
8860
8861 2006-09-05 Kim F. Storm <storm@cua.dk>
8862
8863 * ido.el (ido-visit-buffer): Use buffer name if buffer arg is a buffer.
8864
8865 2006-09-05 Daiki Ueno <ueno@unixuser.org>
8866
8867 * pgg.el (pgg-clear-string): Alias to clear-string for backward
8868 compatibility.
8869
8870 * pgg-gpg.el (pgg-gpg-process-region): Avoid display blinking with
8871 inhibit-redisplay; encode passphrase with locale-coding-system.
8872
8873 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
8874
8875 * term/xterm.el (terminal-init-xterm): Add more C-M- bindings.
8876
8877 2006-09-05 Nick Roberts <nickrob@snap.net.nz>
8878
8879 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
8880 (gdb-var-list-children-regexp): Make type field optional.
8881
8882 * progmodes/gud.el (gud-speedbar-buttons): Allow for no type
8883 e.g public, protected in C++.
8884
8885 2006-09-04 John Paul Wallington <jpw@pobox.com>
8886
8887 * simple.el (completion-show-help): New defcustom.
8888 (completion-setup-function): Heed it.
8889
8890 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
8891
8892 * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
8893
8894 2006-09-04 Richard Stallman <rms@gnu.org>
8895
8896 * mail/rmail-spam-filter.el (rsf-scanning-messages-now): Doc fix.
8897 (rsf-min-region-to-spam-list): Doc fix.
8898 (rsf-add-content-type-field): Doc fix.
8899
8900 * simple.el (kill-region): Explicitly test there is a region.
8901
8902 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
8903
8904 * mail/feedmail.el (feedmail-buffer-to-sendmail): Look for
8905 sendmail in several common directories.
8906
8907 * mail/sendmail.el (sendmail-program): Moved here from paths.el.
8908
8909 * paths.el (sendmail-program): Removed.
8910
8911 2006-09-04 Daiki Ueno <ueno@unixuser.org>
8912
8913 * pgg-gpg.el (pgg-gpg-process-region): Revert two patches from Satyaki
8914 Das. http://article.gmane.org/gmane.emacs.gnus.general/49947
8915 http://article.gmane.org/gmane.emacs.gnus.general/50457
8916
8917 2006-09-03 Chong Yidong <cyd@stupidchicken.com>
8918
8919 * cus-edit.el (custom-group-menu-create): Avoid deactivating the
8920 mark after running the menu filter.
8921
8922 2006-09-03 Juri Linkov <juri@jurta.org>
8923
8924 * international/quail.el (quail-defrule-internal): Add a check
8925 if a key is a vector.
8926
8927 2006-09-02 Juri Linkov <juri@jurta.org>
8928
8929 * man.el (Man-topic-history): New variable.
8930 (man): Use it.
8931
8932 * woman.el (woman-topic-history): Change defvar to defvaralias
8933 for symbol `Man-topic-history'.
8934
8935 * shell.el (shell-filter-ctrl-a-ctrl-b): Check if
8936 `comint-last-output-start' is a marker by using `markerp' and
8937 check if it has a position by using `marker-position', and use
8938 this position for `goto-char'.
8939
8940 * international/quail.el (quail-defrule-internal): Add missing
8941 `error' call for null key.
8942
8943 2006-09-02 Ryan Yeske <rcyeske@gmail.com>
8944
8945 * rcirc.el (rcirc-keywords): New variable.
8946 (rcirc-bright-nicks, rcirc-dim-nicks): New variables.
8947 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Remove
8948 variables.
8949 (rcirc-responses-no-activity): New function.
8950 (rcirc-handler-generic): Check for responses in above.
8951 (rcirc-process-command): Add ?: character to arguments of raw
8952 server commands.
8953 (rcirc-format-response-string): Use `rcirc-bright-nicks' and
8954 `rcirc-dim-nicks'.
8955 (rcirc-gray-toggle): Remove unused variable.
8956 (rcirc-print): Remove some tracking logic, which is moved into
8957 markup functions.
8958 (rcirc-activity-types): Was `rcirc-activity-type', now a list of
8959 types.
8960 (rcirc-activity-string): Look for 'keyword in activity-types.
8961 (rcirc-window-configuration-change): Don't erase overlay-arrow
8962 unnecessarily.
8963 (rcirc-add-or-remove): New function.
8964 (rcirc-cmd-ignore): Use it.
8965 (rcirc-message-leader): Remove unused function.
8966 (rcicr-cmd-bright, rcirc-cmd-dim, rcirc-cmd-keyword): New commands.
8967 (rcirc-add-face): New function.
8968 (rcirc-facify): Use rcirc-add-face.
8969 (rcirc-url-regexp): Add parens.
8970 (rcirc-map-regexp): Remove function.
8971 (rcirc-mangle-regexp): Remove function.
8972 (rcirc-markup-text-functions): New variable.
8973 (rcirc-markup-text): New function (replaces `rcirc-mangle-text').
8974 (rcirc-markup-body-text, rcirc-markup-attributes)
8975 (rcirc-markup-my-nick, rcirc-markup-urls, rcirc-markup-keywords)
8976 (rcirc-markup-bright-nicks): New markup handler functions.
8977 (rcirc-nick-in-message-full-line): New face.
8978 (rcirc-track-nick): Rename from `rcirc-mode-line-nick'.
8979 (rcirc-track-keyword, rcirc-url, rcirc-keyword): New faces.
8980
8981 2006-09-02 Martin Rudalics <rudalics@gmx.at>
8982
8983 * cus-start.el (hscroll-margin, hscroll-step)
8984 (mode-line-in-non-selected-windows, mouse-autoselect-window)
8985 (x-use-underline-position-properties): Change version to "22.1"
8986 since they will appear there for the first time.
8987
8988 2006-09-01 Chong Yidong <cyd@stupidchicken.com>
8989
8990 * imenu.el (imenu-update-menubar): Use buffer-chars-modified-tick.
8991
8992 2006-08-31 Richard Stallman <rms@gnu.org>
8993
8994 * cus-edit.el (custom-save-variables): Slight cleanup.
8995 (Custom-no-edit): Renamed from custom-no-edit.
8996 (Custom-newline): Renamed from custom-newline.
8997 (custom-mode-map): Use new names.
8998
8999 * emacs-lisp/easy-mmode.el (define-minor-mode): Reference manual
9000 about customization, rather than M-x customize, in the doc string
9001 made for the defcustom.
9002
9003 * emacs-lisp/trace.el (trace-function-background): Doc fix.
9004
9005 2006-08-31 Romain Francoise <romain@orebokech.com>
9006
9007 * dired-x.el (dired-guess-shell-alist-default): Update.
9008
9009 2006-08-31 Michael Mauger <mmaug@yahoo.com>
9010
9011 * custom.el (custom-theme-set-variables): Autoload packages before
9012 sorting the variables.
9013
9014 2006-08-30 Michael Kifer <kifer@cs.stonybrook.edu>
9015
9016 * viper-cmd.el (viper-special-read-and-insert-char): Convert events to
9017 chars if XEmacs.
9018 (viper-after-change-undo-hook): Check if undo-in-progress is bound.
9019
9020 2006-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
9021
9022 * progmodes/python.el (python-eldoc-function): Re-enable quit while
9023 waiting for process.
9024
9025 2006-08-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9026
9027 * term/mac-win.el (mac-string-to-utxt): If adjustment for MacJapanese
9028 results in ASCII-only string, encode original one directly.
9029
9030 2006-08-29 Romain Francoise <romain@orebokech.com>
9031
9032 * startup.el (normal-splash-screen, fancy-splash-screens):
9033 Make buffer read-only and arrange to enter view mode if necessary.
9034
9035 2006-08-29 Chong Yidong <cyd@stupidchicken.com>
9036
9037 * hl-line.el (hl-line): New face.
9038 (hl-line-face): Use it.
9039
9040 * image-mode.el (image-mode): Fix last fix.
9041 Suggested by Kim F. Storm.
9042
9043 2006-08-29 Michael Albinus <michael.albinus@gmx.de>
9044
9045 Sync with Tramp 2.0.54.
9046
9047 * net/tramp.el (tramp-convert-file-attributes): Call `eql' instead
9048 of `=', because `tramp-get-remote-gid' might not always return an
9049 integer when expected.
9050 (tramp-register-file-name-handlers): `partial-completion-mode' is
9051 unknown to XEmacs.
9052 (tramp-time-diff): Don't use `floor', it might fail for large
9053 differences.
9054 (tramp-handle-make-auto-save-file-name): For Emacs 21, set
9055 `tramp-auto-save-directory' if unset in order to guarantee unique
9056 auto-save file names.
9057
9058 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
9059
9060 * image-mode.el (image-mode): Display image as text on a terminal.
9061
9062 2006-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9063
9064 * progmodes/python.el (python-send-command): Simplify.
9065 (run-python): Don't generate a new buffer unless `new' was specified.
9066 Make sure we send `import emacs' to the proper process.
9067
9068 * progmodes/python.el (python-send-command): Don't wait for the command
9069 to terminate. Don't fiddle with compilation-parsing-end.
9070
9071 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
9072
9073 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
9074 Insert commentary after first line summary.
9075
9076 * woman.el (woman-follow): New function, based on `man-follow'.
9077 (woman-mode-map): Use it.
9078
9079 * ibuffer.el (ibuffer-do-sort-by-recency): Perform full update
9080 since ibuffer-do-sort-by-recency does not define a sorter.
9081
9082 2006-08-28 Kim F. Storm <storm@cua.dk>
9083
9084 * find-dired.el (find-dired): Use shell-quote-argument to properly
9085 escape ( and ) args. Also use it on {} and ; args in default
9086 value of find-ls-option string.
9087 (find-grep-dired): Use shell-quote-argument on {} and ; args.
9088
9089 2006-08-27 Michael Olson <mwolson@gnu.org>
9090
9091 * emacs-lisp/tq.el: Small grammar fix in comments.
9092 (tq-enqueue): Check for existence of queue rather than the
9093 head queue item's question, which was a no-op.
9094 (tq-filter, tq-process-buffer): Make sure the process buffer
9095 exists before making it the current buffer.
9096
9097 2006-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9098
9099 * term/mac-win.el (mac-apple-event-map): Rename hicommand to hi-command.
9100 (mac-dnd-drop-data): Apply 2006-08-22 change for x-dnd-drop-data.
9101 (special-event-map): Apply 2006-08-16 change for x-win.el.
9102
9103 2006-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
9104
9105 * progmodes/python.el (python-send-receive): Wait in the
9106 process's buffer so as to check the right buffer-local variables.
9107
9108 2006-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
9109
9110 * emacs-lisp/checkdoc.el: Remove * in defcustoms.
9111 (defgroup checkdoc): Move to beginning.
9112
9113 * progmodes/python.el (python-preoutput-skip-next-prompt): New var.
9114 (python-preoutput-continuation): Remove.
9115 (python-preoutput-filter): Simplify correspondingly.
9116 Remove handling of _emacs_ok. Make sure we skip _emacs_out's prompts.
9117 Loop around to catch embedded _emacs_out output.
9118 (run-python): Send the import&print command on a single line.
9119 (python-send-command): Send command&print on a single line.
9120 (python-send-string): Only add double \n if needed.
9121 (python-send-receive): Loop until the result comes.
9122 (python-mode-running): Defvar it.
9123 (python-setup-brm): Remove unused var `menu'.
9124 Only bind py-mode-map and `features' around brm-init.
9125 (python-calculate-indentation): Remove unused var `point'.
9126 (python-beginning-of-defun): Remove unused var `def-line'.
9127
9128 2006-08-25 Richard Stallman <rms@gnu.org>
9129
9130 * kmacro.el (kmacro-repeat-on-last-key): Doc fix.
9131
9132 2006-08-25 Michael Kifer <kifer@cs.stonybrook.edu>
9133
9134 * viper.el (viper-set-hooks): Use frame bindings for
9135 viper-vi-state-cursor-color.
9136 (viper-non-hook-settings): Don't set default
9137 mode-line-buffer-identification.
9138
9139 * viper-util.el (viper-set-cursor-color-according-to-state): New fun.
9140 (viper-set-cursor-color-according-to-state)
9141 (viper-get-saved-cursor-color-in-replace-mode)
9142 (viper-get-saved-cursor-color-in-insert-mode): Make conditional on
9143 viper-emacs-state-cursor-color.
9144
9145 * viper-cmd.el (viper-envelop-ESC-key): Bug fix.
9146 (viper-undo): Use point if undo-beg-posn is nil.
9147 (viper-insert-state-post-command-sentinel, viper-change-state-to-emacs)
9148 (viper-after-change-undo-hook): Don't use
9149 viper-emacs-state-cursor-color by default.
9150 (viper-undo): More sensible positioning after undo.
9151
9152 * viper-ex.el (ex-splice-args-in-1-letr-cmd): Get rid of caddr.
9153 (viper-emacs-state-cursor-color): Default to nil, since this feature
9154 doesn't work well yet.
9155
9156 * ediff-mult.el (ediff-intersect-directories)
9157 (ediff-get-directory-files-under-revision, ediff-dir-diff-copy-file):
9158 always expand filenames.
9159
9160 2006-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
9161
9162 * tumme.el: Remove * in defcustoms's docstrings.
9163
9164 2006-08-24 Chong Yidong <cyd@stupidchicken.com>
9165
9166 * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
9167 Accept internal time format for SECS arg.
9168 (timer-relative-time): Doc fix.
9169
9170 * jit-lock.el: "Stealth fontification by requeuing timers" patch,
9171 adapted from Martin Rudalics.
9172 (jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars.
9173 (jit-lock-mode): Create jit-lock-stealth-repeat-timer.
9174 (jit-lock-stealth-fontify): Reschedule as a idle timer instead of
9175 using sit-for.
9176
9177 2006-08-24 Francesc Rocher <francesc.rocher@gmail.com>
9178
9179 * cus-start.el (all): Add `overline-margin' and
9180 `x-underline-at-descent-line'.
9181
9182 2006-08-24 Kim F. Storm <storm@cua.dk>
9183
9184 * progmodes/grep.el (grep-find-use-xargs): Use explicit value `exec'
9185 to mean "use find -exec"; nil now unambiguously means auto-detect.
9186 (grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'.
9187 Use shell-quote-argument to build grep-find-command and
9188 grep-find-template.
9189 (rgrep): Use shell-quote-argument to properly quote arguments to find.
9190 Reported by Tom Seddon.
9191
9192 2006-08-23 Chong Yidong <cyd@stupidchicken.com>
9193
9194 * startup.el (fancy-splash-head): Give instructions for dismissing
9195 the splash screen for default startup too.
9196 (display-startup-echo-area-message, fancy-splash-screens)
9197 (use-fancy-splash-screens-p): New arg hide-on-input. If nil, show
9198 all splash text at once and keep the splash buffer around.
9199 (command-line-1): Give display-startup-echo-area-message a t arg.
9200
9201 2006-08-23 Carsten Dominik <dominik@science.uva.nl>
9202
9203 * textmodes/org.el (org-follow-gnus-link): Make sure the dedicated
9204 gnus frame is selected.
9205
9206 2006-08-23 Nick Roberts <nickrob@snap.net.nz>
9207
9208 * progmodes/gdb-ui.el (gdb-starting): Reset gdb-signalled to nil.
9209
9210 2006-08-22 Kim F. Storm <storm@cua.dk>
9211
9212 * ido.el (ido-set-matches-1): Fix full matching for subdirs.
9213 Add suffix matching for subdirs.
9214
9215 2006-08-22 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
9216
9217 * x-dnd.el (x-dnd-drop-data): Don't call goto-char if
9218 mouse-yank-at-point is non-nil.
9219
9220 2006-08-22 Nick Roberts <nickrob@snap.net.nz>
9221
9222 * progmodes/gdb-ui.el (gdb-frame-memory-buffer): Make frame
9223 a bit wider and remove fringes to fit initial output on line.
9224
9225 2006-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
9226
9227 * frame.el (blink-cursor-end): Only ignore the error we care about.
9228 (blink-cursor-mode): Use blink-cursor-end to simplify the code.
9229
9230 2006-08-21 Richard Stallman <rms@gnu.org>
9231
9232 * whitespace.el (whitespace-cleanup): Doc fix.
9233
9234 2006-08-20 Ryan Yeske <rcyeske@gmail.com>
9235
9236 * net/rcirc.el (rcirc-show-maximum-output): New var.
9237 (rcirc-buffer-process): If no buffer argument is supplied, use
9238 current-buffer.
9239 (rcirc-complete-nick): Complete to the last completed nick first.
9240 (rcirc-mode): Preserve the value of `rcirc-urls' across
9241 connections. Setup scroll function.
9242 (rcirc-scroll-to-bottom): New function.
9243 (rcirc-print): Use nick syntax around regexp work.
9244 Notice dim-nicks speaking only if they say our nick.
9245 (rcirc-update-activity-string): Do not show the modeline indicator
9246 if there are no live rcirc processes.
9247 (rcirc-cmd-ignore): Ignore case.
9248 (rcirc-browse-url-at-point): Fix off-by-one error.
9249
9250 2006-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
9251
9252 * progmodes/python.el: Remove * in defcustom docstrings.
9253 (run-python, python-proc, python-try-complete): Use derived-mode-p.
9254 (python-mode): Set tab-width and indent-tabs-mode.
9255
9256 2006-08-20 Dave Love <fx@gnu.org>
9257
9258 * progmodes/python.el: Update to Dave Love's latest version.
9259 (python-font-lock-keywords, python-mode): Don't use
9260 font-lock-syntax-table, but match symbol elements explicitly instead.
9261 (python-mode-map): Add help, and a few more key bindings.
9262 (python-skip-comments/blanks): Move out of comments as well.
9263 (python-continuation-line-p): Behave better with unbalanced parens.
9264 (python-blank-line-p): New fun.
9265 (python-open-block-statement-p): Don't use a heuristic.
9266 (python-outdent-p): Better handle blocks-in-the-same-line.
9267 (python-calculate-indentation): Misc improvements.
9268 (python-comment-indent): Remove.
9269 (python-block-pairs): New var.
9270 (python-first-word): New fun.
9271 (python-indentation-levels): Handle more common cases.
9272 (python-indent-line-1): Add `leave' argument.
9273 (python-indent-region): New fun.
9274 (python-skip-out): New fun.
9275 (python-beginning-of-statement, python-end-of-statement): Use it.
9276 (python-next-statement): Return correct count even at eob.
9277 (python-end-of-block): Fix paren-typo.
9278 (python-imenu-create-index): Add module variables.
9279 (run-python): Add `new' arg.
9280 Check we're at a prompt before returning.
9281 (python-send-command): Move to end of buffer.
9282 Wait for prompt to return.
9283 (python-set-proc): New fun.
9284 (python-imports): New var.
9285 (python-describe-symbol): Use it. Adjust to new interface of `ehelp'.
9286 (python-eldoc-function): Try to move out of arg list.
9287 (python-outline-level): Offset by 1.
9288 (python-find-imports): New fun.
9289 (python-symbol-completions): Use python-imports.
9290 (python-module-path, ffap-alist): Add support for ffap.
9291 (python-skeletons, python-mode-abbrev-table, def-python-skeleton)
9292 (python-insert-*, python-default-template, python-expand-template):
9293 Add templates/skeletons.
9294 (python-setup-brm): Support for Bicycle Repair Man.
9295 (python-abbrev-syntax-table): New var.
9296 (python-abbrev-pc-hook, python-pea-hook): New funs.
9297
9298 2006-08-20 Chong Yidong <cyd@stupidchicken.com>
9299
9300 * frame.el (blink-cursor-start): Set timer first.
9301 (blink-cursor-end): Ignore timer cancelling errors.
9302 Suggested by Ken Manheimer.
9303
9304 2006-08-20 Juanma Barranquero <lekktu@gmail.com>
9305
9306 * newcomment.el (comment-box): Call `comment-normalize-vars'.
9307 Add autoload cookie.
9308
9309 2006-08-20 Richard Stallman <rms@gnu.org>
9310
9311 * simple.el (line-number-at-pos): Doc fix.
9312
9313 * emacs-lisp/timer.el (run-with-idle-timer): Pass t to
9314 timer-activate-when-idle, so timer can run before Emacs becomes
9315 non-idle again.
9316
9317 2006-08-18 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
9318
9319 * whitespace.el (whitespace-cleanup-internal): New optional arg
9320 REGION-ONLY. If it's non-nil, modify the message to the user
9321 accordingly.
9322 (whitespace-cleanup-region): Call whitespace-cleanup-internal with
9323 a non-nil argument.
9324
9325 2006-08-18 Gustav H\e,Ae\e(Bllberg <gustav@gmail.com> (tiny change)
9326
9327 * rect.el (spaces-string): Simplify and add doc string.
9328
9329 2006-08-17 Romain Francoise <romain@orebokech.com>
9330
9331 * progmodes/gdb-ui.el (gdb-edit-locals-value): Balance parens.
9332
9333 2006-08-17 Richard Stallman <rms@gnu.org>
9334
9335 * compare-w.el (compare-windows): lambda's take an arg and pass
9336 it to compare-windows-skip-whitespace.
9337
9338 2006-08-17 Martin Rudalics <rudalics@gmx.at>
9339
9340 * jit-lock.el (jit-lock-fontify-now): Protect the modified status of
9341 the right buffer.
9342
9343 2006-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
9344
9345 * pcvs-parse.el (cvs-parse-table): Accept the new `...' format for
9346 removed files.
9347
9348 2006-08-17 Nick Roberts <nickrob@snap.net.nz>
9349
9350 * progmodes/gdb-ui.el (gdb-locals-watch-map)
9351 (gdb-locals-watch-map-1): Suppress keymap first.
9352 (gdb-edit-locals-map-1): New variable.
9353 (gdb-edit-locals-value): New function.
9354 (gdb-stack-list-locals-handler): Use them.
9355
9356 2006-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
9357
9358 * mouse.el (global-map): Allow yanking with mouse-2 at a spot whose
9359 cursor would normally be drawn in the fringe.
9360
9361 * font-lock.el (font-lock-extend-region-wholelines): Fix up typo.
9362 Reported by Martin Rudalics <rudalics@gmx.at>.
9363
9364 2006-08-16 Richard Stallman <rms@gnu.org>
9365
9366 * term/x-win.el (x-clipboard-yank): Specify * in interactive spec.
9367 (special-event-map): Process drag-n-drop events this way.
9368
9369 * simple.el (move-beginning-of-line): Test whether fields
9370 would prevent motion back to line's first visible character.
9371 If so, stop where the fields would stop the motion.
9372
9373 * newcomment.el (comment-indent): Fully update INDENT
9374 before checking to see if it will change the text.
9375
9376 * cus-edit.el (custom-newline): New function.
9377 (custom-mode-map): Bind newline to custom-newline.
9378
9379 * compare-w.el (compare-windows): Factor compare-ignore-whitespace
9380 into ignore-whitespace.
9381 Check each buffer for its skip-function.
9382 Handle compare-windows-skip-whitespace special-case test
9383 by returning t from default skip function.
9384
9385 2006-08-15 Carsten Dominik <dominik@science.uva.nl>
9386
9387 * textmodes/org.el (org-clock-special-range)
9388 (org-clock-update-time-maybe): New functions.
9389 (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
9390 not only a-z.
9391 (org-agenda-get-blocks): Allow multiple blocks per headline.
9392 (org-timestamp-change): Call `org-clock-update-time-maybe'.
9393 (org-export-html-title-format)
9394 (org-export-html-toplevel-hlevel): New options.
9395 (org-export-language-setup): Add support for Czech.
9396 (org-mode, org-insert-todo-heading, org-find-visible)
9397 (org-find-invisible, org-invisible-p, org-invisible-p2)
9398 (org-back-to-heading, org-on-heading-p, org-up-heading-all)
9399 (org-show-subtree, org-show-entry, org-make-options-regexp):
9400 Remove compatibility support for old outline-mode.
9401 (org-check-occur-regexp): Funtion removed.
9402 (org-on-heading-p, org-back-to-heading): Made defalias.
9403 (org-set-local): New defsubst.
9404 (org-set-regexps-and-options, org-mode)
9405 (org-set-font-lock-defaults, org-edit-agenda-file-list)
9406 (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
9407 (org-remember-apply-template, org-table-edit-field)
9408 (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
9409 (org-set-autofill-regexps): Use `org-set-local'.
9410 (org-table-eval-formula): Fix bug with parsing of display flags.
9411
9412 2006-08-15 Nick Roberts <nickrob@snap.net.nz>
9413
9414 * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected
9415 frame with fringe arrow. Suggested by Simon Marshall
9416 <simon.marshall@misys.com>.
9417 (gdb-stack-position): New variable.
9418 (gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
9419 (gdb-frames-mode): Set gdb-stack-position to nil.
9420 Add to overlay-arrow-variable-list
9421 (gdb-reset): Delete gdb-stack-position from above list.
9422
9423 2006-08-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9424
9425 * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
9426 read only.
9427
9428 2006-08-13 Romain Francoise <romain@orebokech.com>
9429
9430 * cus-theme.el (customize-create-theme)
9431 (custom-theme-visit-theme): End `y-or-n-p' prompt with a space.
9432
9433 * filesets.el (filesets-add-buffer): Ditto.
9434
9435 * pcvs.el (cvs-change-cvsroot): Ditto.
9436
9437 2006-08-13 Nick Roberts <nickrob@snap.net.nz>
9438
9439 * progmodes/gdb-ui.el (gdb-frame-separate-io-buffer)
9440 (gdb-use-separate-io-buffer, menu): Avoid using `inferior' in text.
9441 (gdb-memory-mode, gdb-locals-watch-map): Don't quote lambda
9442 expressions.
9443 (gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp.
9444 Only search till end of line.
9445 Add face to function names in case of no filename.
9446 Add face to variable names of watchpoints.
9447
9448 2006-08-12 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
9449
9450 * cus-start.el <indent-tabs-mode>: Move to the `indent'
9451 customization group.
9452
9453 2006-08-12 Ken Manheimer <ken.manheimer@gmail.com>
9454
9455 * allout.el (allout-prior-bindings, allout-added-bindings):
9456 Remove, after long deprecation.
9457 (allout-beginning-of-line-cycles, allout-end-of-line-cycles):
9458 Add customization vars controlling allout-beginning-of-line and
9459 allout-end-of-line conveniences.
9460 (allout-header-prefix, allout-use-mode-specific-leader)
9461 (allout-use-mode-specific-leader, allout-mode-leaders):
9462 Revise docstrings.
9463 (allout-infer-header-lead): Change to be an alias for
9464 allout-infer-header-lead-and-primary-bullet.
9465 (allout-infer-header-lead-and-primary-bullet): New version of
9466 allout-infer-header-lead which assigns the primary bullet to the
9467 same as the header lead, when its being changed.
9468 (allout-infer-body-reindent): Apply regexp-quote instead of
9469 unconditionally prepending "\\", so that all literal
9470 allout-header-prefix and allout-primary-bullet strings are
9471 properly handled.
9472 (allout-add-resumptions): Add optional qualifier for extending or
9473 appending to existing values, rather than replacing them.
9474 (allout-view-change-hook): Clarify docstring.
9475 (allout-exposure-change-hook): Take explicit arguments, via
9476 run-hook-with-args.
9477 (allout-structure-added-hook)
9478 (allout-structure-deleted-hook)
9479 (allout-structure-shifted-hook): New hooks analogous to
9480 allout-exposure-change-hook for other kinds of structural outline
9481 edits.
9482 (allout-encryption-plaintext-sanitization-regexps): New encryption
9483 customization variable, by which cooperating modes can provde
9484 massage of the plaintext without actually being passed it.
9485 (allout-encryption-ciphertext-rejection-regexps)
9486 (allout-encryption-ciphertext-rejection-ceiling): New encryption
9487 customization variables, by which cooperating modes can prohibit
9488 rare but possible ciphertext patterns from fouling their
9489 operation, with actually being passed the ciphertext.
9490 (allout-mode): Run activation and deactivation hooks after the
9491 minor-mode variable has been toggled, to clarify the mode
9492 disposition. The new encryption ciphertext rejection variable is
9493 used to ensure that the ciphertext does not contain text that
9494 would be recognized as outline structural elements by allout.
9495 Substite allout-beginning-of-line and allout-end-of-line for
9496 conventionall beginning-of-line and end-of-line bindings.
9497 If allout-old-style-prefixes is non-nil, don't nullify it on mode
9498 activation!
9499 (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
9500 (allout-end-of-line): Respect `allout-end-of-line-cycles'.
9501 (allout-chart-subtree): Implement new mode, charting only the
9502 visible items in the subtree, when new 'visible' parameter is non-nil.
9503 (allout-end-of-subtree): Properly handle the last item in the buffer.
9504 (allout-pre-command-business, allout-command-counter):
9505 Increment an advertised counter so that cooperating enhancements can
9506 track revisions of items.
9507 (allout-open-topic): Run allout-structure-added-hook with suitable
9508 arguments.
9509 (allout-shift-in): Run allout-structure-shifted-hook with suitable
9510 arguments.
9511 (allout-shift-out): Fix doubling for negative args and ensure call
9512 of allout-structure-shifted-hook by solely using allout-shift-in.
9513 (allout-kill-line, allout-kill-topic):
9514 Run allout-structure-deleted-hook with suitable arguments.
9515 (allout-yank-processing): Run allout-structure-added-hook with
9516 proper arguments.
9517 (allout-yank): Enclose activity in allout-unprotected.
9518 (allout-flag-region): Run allout-exposure-change-hook with
9519 suitable arguments, instead of making the callee infer the arguments.
9520 (allout-encrypt-string):
9521 Support allout-encryption-plaintext-sanitization-regexps,
9522 allout-encryption-ciphertext-rejection-regexps, and
9523 allout-encryption-ciphertext-rejection-ceiling. Indicate correct
9524 en/de cryption mode in symmetric encryption failure message.
9525 (allout-obtain-passphrase): Use copy-sequence to get a distinct
9526 copy of the passphrase, and don't zero it or we'll corrupt the
9527 stashed copy.
9528 (allout-create-encryption-passphrase-verifier)
9529 (allout-verify-passphrase): Respect the new signature for
9530 allout-encrypt-string.
9531 (allout-get-configvar-values): Convenience for getting a
9532 configuration variable value and handling its absence gracefully.
9533
9534 2006-08-11 Romain Francoise <romain@orebokech.com>
9535
9536 * obsolete/zone-mode.el: Delete.
9537
9538 2006-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
9539
9540 * textmodes/dns-mode.el (dns-mode): Use before-save-hook.
9541
9542 2006-08-11 Thien-Thi Nguyen <ttn@gnu.org>
9543
9544 * emacs-lisp/bindat.el (bindat-ip-to-string):
9545 Use `format-network-address' if possible.
9546
9547 2006-08-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9548
9549 * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
9550
9551 2006-08-10 Chong Yidong <cyd@stupidchicken.com>
9552
9553 * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
9554 restore unread-command-events here.
9555 (edebug-display): Do it here, to detect sit-for interruptions.
9556
9557 2006-08-10 Romain Francoise <romain@orebokech.com>
9558
9559 * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.
9560 (dns-mode-soa-auto-increment-serial): New user option.
9561 (dns-mode-soa-maybe-increment-serial): New function.
9562 (dns-mode): Add the latter to `write-contents-functions'.
9563
9564 * obsolete/zone-mode.el: Move to obsolete/ from net/.
9565 Delete autoload cookies.
9566
9567 2006-08-10 John Wiegley <johnw@newartisans.com>
9568
9569 * eshell/em-glob.el (eshell-glob-chars-list)
9570 (eshell-glob-translate-alist): Add support for [^g] in character globs.
9571
9572 2006-08-10 Richard Stallman <rms@gnu.org>
9573
9574 * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces.
9575 (facemenu-set-face): Doc fix.
9576 (facemenu-listed-faces): Doc fix.
9577
9578 2006-08-09 Chong Yidong <cyd@stupidchicken.com>
9579
9580 * avoid.el (mouse-avoidance-animating-pointer): New var.
9581 (mouse-avoidance-nudge-mouse): Use it.
9582 (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
9583 (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
9584 (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
9585 Don't activate if currently animating. All callers changed.
9586
9587 2006-08-09 John Wiegley <johnw@newartisans.com>
9588
9589 * calendar/timeclock.el (timeclock-use-elapsed): Added a new
9590 variable, which causes timeclock to report elapsed time worked,
9591 instead of just work remaining.
9592
9593 2006-08-09 Kenichi Handa <handa@m17n.org>
9594
9595 * international/latexenc.el (latexenc-find-file-coding-system):
9596 Fix for the case that the 2nd element of arg-list is a cons.
9597
9598 2006-08-08 Chong Yidong <cyd@stupidchicken.com>
9599
9600 * info.el (Info-fontify-node): Handle preceding `in' for note
9601 reference hiding rules.
9602
9603 2006-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
9604
9605 * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
9606 mistake a closing " for an opening one.
9607
9608 2006-08-07 Dan Nicolaescu <dann@ics.uci.edu>
9609
9610 * term/xterm.el (terminal-init-xterm): Add more key bindings.
9611
9612 2006-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
9613
9614 * complete.el (PC-do-completion): Filter out completions matching
9615 completion-ignored-extensions before checking whether there are
9616 multiple completions.
9617 Don't use `list' unnecessarily when building completion tables.
9618
9619 2006-08-06 Richard Stallman <rms@gnu.org>
9620
9621 * help.el (describe-mode): Make minor mode list more concise.
9622
9623 2006-08-05 Chong Yidong <cyd@stupidchicken.com>
9624
9625 * bindings.el: Give mode-line-format, mode-line-modes, and
9626 mode-line-position `standard-value' properties.
9627
9628 2006-08-05 Eli Zaretskii <eliz@gnu.org>
9629
9630 * buff-menu.el (list-buffers-noselect): For Info buffers, use
9631 "(file)node" instead of the file name.
9632
9633 2006-08-05 Richard Stallman <rms@gnu.org>
9634
9635 * faces.el (escape-glyph): Doc fix.
9636
9637 2006-08-04 Kenichi Handa <handa@m17n.org>
9638
9639 * international/mule-diag.el (describe-font): Improve docstring
9640 and error message. Use frame-parameter (not frame-parameters).
9641
9642 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
9643
9644 * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
9645 Correctly mark the end-of-docstring char.
9646
9647 2006-08-03 Chong Yidong <cyd@stupidchicken.com>
9648
9649 * simple.el (line-move-to-column): Constrain move-to-column to
9650 current field.
9651
9652 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
9653
9654 * font-lock.el (font-lock-beg, font-lock-end)
9655 (font-lock-extend-region-functions): New vars.
9656 (font-lock-extend-region-multiline)
9657 (font-lock-extend-region-wholelines): New functions.
9658 (font-lock-default-fontify-region): Use them.
9659 (font-lock-extend-jit-lock-region-after-change): Only round up
9660 if font-lock-default-fontify-region will do it as well.
9661
9662 * font-lock.el (font-lock-extend-after-change-region-function):
9663 Rename from font-lock-extend-region-function.
9664 (font-lock-extend-region): Remove by inlining at call sites.
9665 (font-lock-after-change-function): Don't needlessly round up to a whole
9666 number of lines.
9667 (font-lock-extend-jit-lock-region-after-change): Be more careful about
9668 the boundary conditions and the interactions between the various ways
9669 to extend the region.
9670
9671 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
9672
9673 * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's
9674 modification status when forcing the second redisplay.
9675
9676 2006-08-03 Kim F. Storm <storm@cua.dk>
9677
9678 * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame.
9679
9680 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
9681
9682 * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
9683 doesn't look like a file name.
9684
9685 * complete.el (PC-expand-many-files): Avoid signalling an error when
9686 the current directory doesn't exist. Reported by Micha\e,Ak\e(Bl Cadilhac.
9687
9688 2006-08-02 Andreas Schwab <schwab@suse.de>
9689
9690 * bindings.el (mode-line-format): Simplify reference to vc-mode.
9691
9692 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
9693
9694 * bindings.el (map): Make mode-line-buffer-identification-keymap
9695 before defining propertized-buffer-identification.
9696
9697 2006-08-01 Richard Stallman <rms@gnu.org>
9698
9699 * bindings.el (mode-line-format): Adjust spacing around vc-mode.
9700
9701 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
9702
9703 * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
9704 default value.
9705 (gdb-find-source-frame): New function.
9706 (menu): Add to menu bar.
9707
9708 2006-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
9709
9710 * font-core.el (font-lock-extend-region-function)
9711 (font-lock-extend-region): Move to font-lock.el.
9712
9713 * font-lock.el (font-lock-extend-region-function)
9714 (font-lock-extend-region): Move from font-core.el. Simplify.
9715
9716 * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
9717 if needed.
9718 (jit-lock-start, jit-lock-end): New dynamic scoped vars.
9719 (jit-lock-after-change-extend-region-functions): New hook.
9720 (jit-lock-after-change): Use it instead of hard-coding font-lock code.
9721
9722 * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
9723 (font-lock-turn-on-thing-lock): Use it.
9724
9725 * longlines.el (longlines-show-region): Make it work on read-only
9726 buffers as well.
9727
9728 2006-08-01 Nick Roberts <nickrob@snap.net.nz>
9729
9730 * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
9731
9732 2006-07-31 Richard Stallman <rms@gnu.org>
9733
9734 * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
9735 (vhdl-speedbar-display-projects): Update old obsolete
9736 speedbar variable names.
9737
9738 2006-07-31 Nick Roberts <nickrob@snap.net.nz>
9739
9740 * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
9741 (gdb-stopped): Use it.
9742
9743 * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
9744
9745 2006-07-29 Chong Yidong <cyd@stupidchicken.com>
9746
9747 * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
9748 for load-history elements.
9749
9750 2006-07-29 Eli Zaretskii <eliz@gnu.org>
9751
9752 * files.el (convert-standard-filename): For Cygwin, replace
9753 characters not allowed in Windows file names.
9754 (make-auto-save-file-name): Add Cygwin to the list of systems
9755 where the auto-save file name needs to be run through
9756 convert-standard-filename.
9757
9758 2006-07-29 Lennart Borgman <lennart.borgman.073@student.lu.se>
9759
9760 * window.el (bw-get-tree): Don't integerp subtree if it's nil.
9761
9762 2006-07-28 Richard Stallman <rms@gnu.org>
9763
9764 * bindings.el (mode-line-frame-identification)
9765 (propertized-buffer-identification): Centralize the code
9766 to initialize the variable.
9767
9768 * progmodes/grep.el (grep-default-command): Catch errors from
9769 wildcard-to-regexp.
9770
9771 2006-07-29 Kim F. Storm <storm@cua.dk>
9772
9773 * progmodes/grep.el (grep-tag-default): New function.
9774 (grep-default-command, grep-read-regexp): Use it.
9775 (grep-read-files): Use car of grep-files-history or grep-files-aliases
9776 as default if nothing else applies.
9777
9778 2006-07-28 Bill Atkins <atkinw@rpi.edu> (tiny change)
9779
9780 * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
9781 Throw error if buffer is not in Dired and Wdired mode, respectively.
9782
9783 2006-07-28 Chong Yidong <cyd@stupidchicken.com>
9784
9785 * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
9786 self-insert-command keys don't activate buttons.
9787 (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
9788
9789 2006-07-29 Nick Roberts <nickrob@snap.net.nz>
9790
9791 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
9792 faces for enable character.
9793
9794 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
9795
9796 * Makefile.in (recompile): Update comment to reflect change
9797 on 2004-04-21.
9798
9799 2006-07-27 Richard Stallman <rms@gnu.org>
9800
9801 * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
9802 (customize-package-emacs-version): Change msg when pkg has no entry.
9803 (custom-no-edit): On a button, do like widget-button-press.
9804
9805 2006-07-27 Dan Nicolaescu <dann@ics.uci.edu>
9806
9807 * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
9808 S-tab and C-S-tab.
9809
9810 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
9811
9812 * progmodes/which-func.el (which-function): Fix documentation/
9813 comment typo.
9814
9815 2006-07-26 Richard Stallman <rms@gnu.org>
9816
9817 * textmodes/ispell.el (ispell-word): If we replace the word,
9818 move point to the end. Insert before deleting.
9819
9820 2006-07-26 Chong Yidong <cyd@stupidchicken.com>
9821
9822 * subr.el (sit-for): Use new SECONDS arg of read-event instead of
9823 a timer.
9824
9825 2006-07-26 Mathias Dahl <mathias.dahl@gmail.com>
9826
9827 * tumme.el (tumme-backward-image): Add prefix argument. Add error
9828 when at first image.
9829 (tumme-forward-image): Add prefix argument. Add error when at last
9830 image.
9831
9832 2006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
9833
9834 * tabify.el (tabify-regexp): Use more specific regexps.
9835 (tabify): Avoid modifying the buffer unnecessarily.
9836
9837 2006-07-25 Mathias Dahl <mathias.dahl@gmail.com>
9838
9839 * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
9840 (tumme-format-properties-string): Handle empty `buf'.
9841 (tumme-get-comment): Change variable names inside `let'.
9842 Add missing `let' variable that cause font-lock problems.
9843 (tumme-write-comments): Change variable names inside `let'.
9844 Add missing `let' variable that cause font-lock problems.
9845 (tumme-forward-image): Rename from `tumme-forward-char'.
9846 (tumme-backward-image): Rename from `tumme-backward-char'.
9847
9848 2006-07-25 Masatake YAMATO <jet@gyve.org>
9849
9850 * progmodes/ld-script.el (ld-script-keywords)
9851 (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
9852 and add comments.
9853
9854 2006-07-25 Nick Roberts <nickrob@snap.net.nz>
9855
9856 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
9857 (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
9858 (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
9859 for status indicator.
9860
9861 2006-07-24 Richard Stallman <rms@gnu.org>
9862
9863 * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
9864
9865 * subr.el (dolist, dotimes): Use interned symbols for locals.
9866 (--dotimes-limit--, --dolist-tail--): New defvars.
9867 (looking-back): Doc fix.
9868
9869 * replace.el (replace-match-string-symbols): Handle dotted lists.
9870
9871 2006-07-24 Mathias Dahl <mathias.dahl@gmail.com>
9872
9873 * tumme.el (tumme-write-tags): Add.
9874 (tumme-write-comments): Add.
9875 (tumme-tag-files): Change to use `tumme-write-tags'.
9876 (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
9877 (tumme-dired-comment-files): Change to use `tumme-write-comments'.
9878 (tumme-save-information-from-widgets): Change to use
9879 `tumme-write-comments' and `tumme-write-tags'.
9880 (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
9881 (tumme-write-tag): Remove.
9882 (tumme-write-comment): Remove.
9883 (tumme-display-previous-thumbnail-original): Remove empty line.
9884 (tumme-widget-list): Add punctuation.
9885
9886 2006-07-24 Mathias Dahl <mathias.dahl@gmail.com>
9887
9888 * tumme.el (tumme-line-up): Add an extra check for end of buffer.
9889
9890 2006-07-24 Daiki Ueno <ueno@unixuser.org>
9891
9892 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
9893 letters from the end. Thanks to "David Smith" <davidsmith@acm.org>
9894 and andreas@altroot.de (Andreas V\e,Av\e(Bgele).
9895
9896 2006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
9897
9898 * mouse.el (mouse-on-link-p): Doc fix.
9899
9900 2006-07-23 Nick Roberts <nickrob@snap.net.nz>
9901
9902 * emacs-lisp/find-func.el (find-function-search-for-symbol):
9903 Handle "C-h f `".
9904
9905 2006-07-22 Dan Nicolaescu <dann@ics.uci.edu>
9906
9907 * ibuffer.el (ibuffer-formats): Use left alignment for the mode
9908 column.
9909
9910 2006-07-22 Matt Hodges <MPHodges@member.fsf.org>
9911
9912 * textmodes/table.el: Add move-beginning-of-line and
9913 move-end-of-line to Point Motion Only Group.
9914
9915 2006-07-22 Eric Hanchrow <offby1@blarg.net> (tiny change)
9916
9917 * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
9918
9919 2006-07-22 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
9920
9921 * startup.el (user-mail-address): Initialize from the `EMAIL'
9922 environment variable first. Document this.
9923 (command-line): Ditto.
9924
9925 2006-07-22 Nick Roberts <nickrob@snap.net.nz>
9926
9927 * help-mode.el (help-function-def, help-variable-def)
9928 (help-face-def): Print a message in the minibuffer.
9929
9930 2006-07-21 Dan Nicolaescu <dann@ics.uci.edu>
9931
9932 * term/xterm.el (terminal-init-xterm): Fix key bindings
9933 syntax. Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
9934
9935 2006-07-21 Eli Zaretskii <eliz@gnu.org>
9936
9937 * dos-w32.el (find-buffer-file-type-coding-system): Support calls
9938 where `(nth 1 command)' is a cons cell. Doc fix.
9939
9940 * textmodes/po.el (po-find-charset): Doc fix.
9941
9942 2006-07-21 Ken Manheimer <ken.manheimer@gmail.com>
9943
9944 * allout.el (allout-unprotected, allout-e-o-prefix-p)
9945 (allout-beginning-of-current-line, allout-end-of-current-line)
9946 (allout-next-visible-heading, allout-open-topic)
9947 (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
9948 (allout-flag-current-subtree, allout-show-to-offshoot)
9949 (allout-hide-current-entry, allout-show-current-branches)
9950 (allout-hide-region-body, allout-old-expose-topic)
9951 (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
9952 (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
9953 containing `beginning-of-line' and `end-of-line' with
9954 `inhibit-field-text-motion' t.
9955
9956 2006-07-21 Eli Zaretskii <eliz@gnu.org>
9957
9958 * frame.el (focus-follows-mouse): Document that it doesn't have
9959 any effect on MS-Windows.
9960
9961 2006-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
9962
9963 * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
9964
9965 2006-07-20 Jay Belanger <belanger@truman.edu>
9966
9967 * calc.el (calc-previous-alg-entry): Remove variable.
9968
9969 * calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
9970 New variables.
9971 (calc-alg-entry): Use `calc-alg-entry-history'.
9972 (calc-do-quick-calc): Use `calc-quick-calc-history'.
9973 Remove reference to `calc-previous-alg-entry'.
9974 (calcAlg-edit, calcAlg-enter): Remove reference to
9975 `calc-previous-alg-entry'.
9976 (calcAlg-previous): Use `previous-history-element' instead of
9977 `calc-previous-alg-entry'.
9978 (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
9979 Change keybinding for `calcAlg-plus-minus', add keybindings for
9980 `previous-history-element' and `next-history-element'.
9981
9982 * calc-rewr.el (calc-match): Remove reference to
9983 `calc-previous-alg-entry'.
9984
9985 * calc-sel.el (calc-selection-history): New variable.
9986 (calc-enter-selection, calc-sel-mult-both-sides)
9987 (calc-sel-add-both-sides): Use `calc-selection-history'.
9988
9989 * calc-map.el (calc-get-operator-history): New variable.
9990 (calc-get-operator): Use `calc-get-operator-history'.
9991
9992 * calcalg3.el (calc-curve-fit-history): New variable.
9993 (calc-curve-fit): Use `calc-curve-fit-history'.
9994
9995 2006-07-20 Kenichi Handa <handa@m17n.org>
9996
9997 * international/mule-cmds.el (select-safe-coding-system): Fix the
9998 way of deciding eol-type of the coding system.
9999
10000 2006-07-20 Alan Mackenzie <acm@muc.de>
10001
10002 * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
10003 (c-lang-setvar): New macro.
10004 (c-make-init-lang-vars-fun): Use the initialization forms in
10005 c-emacs-variable-inits in addition to those in c-lang-variable-inits.
10006 (comment-start, comment-end, comment-start-skip): Change these from
10007 c-lang-defvar's to c-lang-setvar's.
10008
10009 * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
10010 which calls make-local-variable on the elements of
10011 c-emacs-variable-inits.
10012 (c-init-language-vars-for): Call this new macro.
10013
10014 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
10015
10016 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
10017 Try to rule out false positives due to time stamps.
10018 (compilation-mode-font-lock-keywords): Remove rules made redundant
10019 because of the above change. Add `segmentation fault' to the known and
10020 highlighted compilation termination messages.
10021
10022 2006-07-19 Kim F. Storm <storm@cua.dk>
10023
10024 * progmodes/grep.el (grep-find-ignored-directories):
10025 Add .svn and _darcs to list.
10026
10027 2006-07-19 Mathias Dahl <mathias.dahl@gmail.com>
10028
10029 * dired.el (dired-mode-map): Add key binding `C-te' for
10030 `tumme-dired-edit-comment-and-tags'.
10031
10032 * tumme.el (tumme-display-thumbnail-original-image): Make sure
10033 image display buffer is displayed before call to
10034 `tumme-display-image.
10035 (tumme-dired-display-image): Make sure image display buffer is
10036 displayed before call to `tumme-display-image.
10037 (tumme-mouse-display-image): Make sure image display buffer is
10038 displayed before call to `tumme-display-image.
10039 (tumme-widget-list): Add.
10040 (tumme-dired-edit-comment-and-tags): Add.
10041 (tumme-save-information-from-widgets): Add.
10042
10043 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
10044
10045 * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
10046
10047 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
10048
10049 * progmodes/sh-script.el (sh-font-lock-keywords-1):
10050 Revert inadvertently installed patch hunk.
10051
10052 * progmodes/compile.el (compilation-find-file): Handle the
10053 cases where the user selects a non-existent file.
10054
10055 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
10056
10057 * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
10058
10059 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
10060
10061 * subr.el (sit-for): Just sleep-for if noninteractive.
10062
10063 2006-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
10064
10065 * emacs-lisp/autoload.el (make-autoload): Use new arg.
10066
10067 * custom.el (custom-autoload): Add `noset' argument.
10068 (custom-push-theme): Don't autoload the variable, let callers do it.
10069 (custom-theme-set-variables): Autoload the variable if necessary.
10070
10071 * cus-edit.el (custom-variable-state-set): If the variable was
10072 originally set outside custom, but to the same value as the default,
10073 consider it to be standard.
10074
10075 * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
10076 file *before* telling Emacs to add the autoloads, in case it fails.
10077
10078 * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
10079 Use `cond', push', and `dolist'.
10080
10081 2006-07-17 Richard Stallman <rms@gnu.org>
10082
10083 * image-mode.el (tar-superior-buffer, archive-superior-buffer):
10084 Add defvars to silence warnings.
10085
10086 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
10087
10088 * progmodes/compile.el (compilation-mode-font-lock-keywords):
10089 Don't highlight "Compiling file" messages as error.
10090
10091 * dired-aux.el (dired-compress-file): Confirm again if gzipped
10092 file already exists.
10093
10094 2006-07-16 Thien-Thi Nguyen <ttn@gnu.org>
10095
10096 * find-file.el (ff-special-constructs): Doc fix. Also, for C/C++
10097 entry, don't assign to free var; simply return the extracted filename.
10098 (ff-treat-as-special): Incorporate common preamble from callers.
10099 (ff-other-file-name, ff-find-the-other-file):
10100 Update call to ff-treat-as-special.
10101
10102 * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
10103
10104 2006-07-16 Mathias Dahl <mathias.dahl@gmail.com>
10105
10106 * tumme.el (tumme-get-comment): Fix bug.
10107
10108 2006-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
10109
10110 * files.el: Remove spurious * in docstrings.
10111
10112 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
10113
10114 * allout.el (allout-run-unit-tests-on-load): Rectify docstring
10115 grammar.
10116 (allout-beginning-of-current-line): Beware beginning of buffer.
10117 Also, a comment is simplified.
10118 (allout-hotspot-key-handler): Only set allout-post-goto-bullet
10119 when appropriate. (This fix enables use for other than
10120 bullet-hotspot operation.)
10121 (allout-hide-current-subtree): While escalating to sibling-close,
10122 make sure to situate on a topic.
10123
10124 2006-07-14 Kim F. Storm <storm@cua.dk>
10125
10126 * emulation/cua-base.el (cua-delete-selection)
10127 (cua-toggle-set-mark): New defcustoms.
10128 (cua-rectangle-modifier-key): Add `alt' modifier.
10129 (cua-replace-region): Don't delete if cua-delete-selection is nil.
10130 (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
10131 Suggested by Klaus Zeitler <kzeitler@lucent.com>.
10132
10133 * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
10134
10135 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
10136
10137 * allout.el: Require 'cl during byte-compilation/interactive load,
10138 for the `assert' macro.
10139 (allout-mode-deactivate-hook): New hook, run when allout mode
10140 deactivates.
10141 (allout-developer): New allout customization subgroup.
10142 (allout-run-unit-tests-on-load): New allout-developer
10143 customization variable, when true allout unit tests are run towards
10144 end of file load/eval.
10145 (allout-inhibit-auto-fill): Disable auto-fill activity even during
10146 auto-fill-mode.
10147 (allout-resumptions): Remove, to be replaced by...
10148 (allout-add-resumptions): Register variable settings to be
10149 reinstated by `allout-do-resumptions'. The settings are made
10150 buffer-local, but the locality/globality of the suspended setting
10151 is restored on resumption.
10152 (allout-do-resumptions): Reinstate all settings suspended using
10153 `allout-add-resumptions'.
10154 (allout-test-resumptions): Unit tests (and intermediate variables)
10155 for resumptions.
10156 (allout-tests-globally-unbound, allout-tests-globally-true)
10157 (allout-tests-locally-true): Intermediate variables for
10158 resumptions unit tests.
10159 (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
10160 (allout-exposure-category): Replaces 'allout-overlay-category variable.
10161 (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
10162 instead of retired `allout-resumptions'. For hook functions, use
10163 `local' parameter so hook settings are created and removed as
10164 buffer-local settings. Revise (resumptions) setting
10165 auto-fill-function so it is set only if already active. (The
10166 related fill-function settings are all made in either case, so
10167 that activating auto-fill-mode activity will have the custom
10168 allout-mode behaviors (hanging indent on topics, if configured for it).
10169 Remove all allout-exposure-category overlays on mode deactivation.
10170 (allout-hotspot-key-handler): New function extracted from
10171 `allout-pre-command-business', so the functionality can be used
10172 for other purposes, eg as a binding in an overlay.
10173 (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
10174 (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
10175 customization variable.
10176 (allout-run-unit-tests): Run the (currently quite small)
10177 repertoire of unit tests. Called just before the provide iff user
10178 has customized `allout-run-unit-tests-on-load' non-nil.
10179
10180 2006-07-14 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
10181
10182 * emacs-lisp/authors.el (authors-aliases): Update.
10183
10184 2006-07-14 Nick Roberts <nickrob@snap.net.nz>
10185
10186 * progmodes/gdb-ui.el (gdb-display-buffer): Check for
10187 gdb-source-window. Add dedicated argument.
10188 (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
10189 (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
10190 (gdb-display-threads-buffer, gdb-display-memory-buffer)
10191 (gdb-display-locals-buffer): Use it.
10192
10193 * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
10194 Set gdb-source-window.
10195
10196 2006-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
10197
10198 * emacs-lisp/autoload.el (make-autoload): Remove special handling of
10199 minor modes, redundant with the custom-autoload line above.
10200
10201 2006-07-12 Chong Yidong <cyd@stupidchicken.com>
10202
10203 * longlines.el (longlines-post-command-function): Handle open-line too.
10204
10205 2006-07-12 Richard Stallman <rms@gnu.org>
10206
10207 * progmodes/grep.el (grep-last-buffer): Doc fix.
10208
10209 * info.el (Info-try-follow-nearest-node): Doc fix.
10210
10211 * emacs-lisp/edebug.el (edebug-instrument-function):
10212 Err if find-function-noselect gives no position.
10213
10214 * emacs-lisp/find-func.el (find-function-search-for-symbol):
10215 If can't find definition, return nil for position.
10216 (find-function-do-it): Handle new return value
10217 of find-definition-noselect.
10218 (find-definition-noselect, find-variable-noselect): Doc fix.
10219 (find-function-noselect): Doc fix.
10220
10221 * help-mode.el (help-variable-def): Handle find-variable-noselect
10222 returning no position.
10223 (help-function-def): Likewise for find-function-search-for-symbol.
10224 (help-face-def): Likewise.
10225
10226 * help-fns.el (describe-variable): Handle find-variable-noselect
10227 returning no position.
10228
10229 * files.el (locate-file-completion): Avoid duplicates in result.
10230
10231 * cus-edit.el (custom-no-edit): New command.
10232 (custom-mode-map): Remap to custom-no-edit instead of
10233 using suppress-keymap.
10234
10235 2006-07-12 Nick Roberts <nickrob@snap.net.nz>
10236
10237 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
10238 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
10239 (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
10240
10241 * thumbs.el (thumbs-call-convert): Use shell-command-switch.
10242
10243 2006-07-11 Kim F. Storm <storm@cua.dk>
10244
10245 * ido.el (ido-copy-current-file-name): Use buffer-name if
10246 buffer-file-name is nil.
10247
10248 2006-07-11 Chong Yidong <cyd@stupidchicken.com>
10249
10250 * simple.el (undo-ask-before-discard): Set to nil.
10251
10252 * vc.el (vc-exec-after): Don't delete process manually.
10253 (vc-print-log): Run log-view-mode in process sentinel inside
10254 inhibit-read-only. Don't shrink window due to timing issues.
10255
10256 * progmodes/ebrowse.el (ebrowse-display-member-buffer):
10257 Avoid using with-output-to-temp-buffer, which clobbers local vars.
10258
10259 2006-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
10260
10261 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10262 Fix ambiguity introduced by last change.
10263 (compilation-find-file): Move save-excursion to where it may
10264 make sense. Fix a left over `find-file'.
10265
10266 2006-07-11 Robert J. Chassell <bob@rattlesnake.com>
10267
10268 * textmodes/texinfmt.el (texinfo-format-separate-node):
10269 Insert a string before point, which fits documentation, not after.
10270 (texinfo-multitable-item): In a multitable row, insert any
10271 additional needed @tabs and spaces.
10272
10273 2006-07-11 Nick Roberts <nickrob@snap.net.nz>
10274
10275 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
10276 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
10277 (tumme-set-exif-data, tumme-get-exif-data): Use call-process
10278 instead of shell-command.
10279 (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
10280 (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
10281 (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
10282 (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
10283 (tumme-thumbnail-set-image-description, tumme-gallery-generate)
10284 (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
10285
10286 2006-07-11 Kim F. Storm <storm@cua.dk>
10287
10288 * subr.el (sit-for): Doc fix. Specify normal arg list using fn-form.
10289 Remove special case for seconds < 0. Use (redisplay t) instead.
10290
10291 2006-07-10 Chong Yidong <cyd@stupidchicken.com>
10292
10293 * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
10294 avoid compilation error.
10295
10296 * subr.el (sit-for): New function.
10297
10298 * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
10299
10300 2006-07-10 Richard Stallman <rms@gnu.org>
10301
10302 * ldefs-boot.el (edebug): Update page.
10303
10304 2006-07-10 Kim F. Storm <storm@cua.dk>
10305
10306 * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
10307 to FOR-RELEASE and TODO.
10308
10309 2006-07-10 Romain Francoise <romain@orebokech.com>
10310
10311 * emacs-lisp/authors.el (authors-aliases): Update.
10312
10313 2006-07-10 Alan Mackenzie <acm@muc.de>
10314
10315 * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
10316 * cc-mode.el: Changes to eradicate eval-after-load.
10317
10318 2006-07-09 Chong Yidong <cyd@stupidchicken.com>
10319
10320 * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
10321 on non-char events.
10322
10323 2006-07-09 Romain Francoise <romain@orebokech.com>
10324
10325 * progmodes/compile.el (compilation-mode-font-lock-keywords):
10326 Don't highlight start/end markers as compilation messages.
10327
10328 * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
10329 to t.
10330
10331 2006-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
10332
10333 * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
10334
10335 2006-07-08 Richard Stallman <rms@gnu.org>
10336
10337 * term/x-win.el (x-handle-display): Add doc string.
10338
10339 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
10340
10341 * subr.el (def-edebug-spec): Move here.
10342 * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
10343
10344 * imenu.el (imenu-choose-buffer-index): Doc fix.
10345
10346 2006-07-08 Romain Francoise <romain@orebokech.com>
10347
10348 * term/x-win.el (x-display-name): Fix typo.
10349
10350 2006-07-08 Eli Zaretskii <eliz@gnu.org>
10351
10352 * hexl.el (hexl-find-file): Doc fix.
10353
10354 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
10355
10356 2006-07-07 Chong Yidong <cyd@stupidchicken.com>
10357
10358 * term/x-win.el (x-display-name): Doc fix.
10359
10360 2006-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
10361
10362 * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
10363 long prefixes.
10364 (fill-region-as-paragraph): Don't round up to a whole line.
10365 (fill-comment-paragraph): Don't include the code-before-the-comment
10366 when calling fill-region-as-paragraph.
10367
10368 * international/mule.el (make-char): Remove redundancy.
10369
10370 * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
10371 property may contain an anonymous function rather than a symbol.
10372
10373 * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
10374
10375 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
10376 Use shy regexp. Fix incorrect backref to potentially unmatched group.
10377
10378 * dirtrack.el (dirtrack-default-directory-function): Remove.
10379 (dirtrack-directory-function): Use file-name-as-directory.
10380 (dirtrack-windows-directory-function): Simplify.
10381 (dirtrack-forward-slash, dirtrack-backward-slash)
10382 (dirtrack-replace-slash): Remove.
10383 (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
10384 (dirtrack): Fix wrong parenthesizing; use match-string.
10385
10386 * progmodes/octave-inf.el: Remove spurious * in docstrings.
10387 (inferior-octave-mode): Only change the buffer-local value of
10388 comint-dynamic-complete-functions.
10389 (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
10390 Move the initialization to the declaration.
10391 (inferior-octave-complete): Remove unused var `filter'.
10392
10393 * shell.el (shell-mode): Only change the buffer-local value of
10394 comint-dynamic-complete-functions.
10395
10396 2006-07-07 Carsten Dominik <dominik@science.uva.nl>
10397
10398 * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
10399 entry is skipped because it has been scheduled.
10400 (org-prepare-agenda-buffers): Don't mark buffers as modified when
10401 changing `:org-archived' and `:org-comment' properties.
10402
10403 2006-07-06 Chong Yidong <cyd@stupidchicken.com>
10404
10405 * server.el (server-select-display): Don't make the temp frame
10406 minibuffer-only, in case it's not a temp frame.
10407 (server-process-filter): Don't delete the temp frame if it's the
10408 only one we have on that display.
10409
10410 * files.el (find-alternate-file): Doc fix.
10411
10412 2006-07-05 Richard Stallman <rms@gnu.org>
10413
10414 * files.el (abbreviate-file-name): Add save-match-data.
10415
10416 2006-07-03 Richard Stallman <rms@gnu.org>
10417
10418 * faces.el (read-face-name): Doc fix.
10419
10420 2006-07-05 Chong Yidong <cyd@stupidchicken.com>
10421
10422 * net/goto-addr.el (goto-address): Mark as safe for local evals.
10423
10424 2006-07-05 Andre Spiegel <spiegel@gnu.org>
10425
10426 * vc.el (vc-diff-internal): Fix prev change.
10427
10428 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
10429
10430 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
10431 * play/dunnet.el (dun-load-d, dun-eval): Likewise.
10432
10433 2006-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
10434
10435 * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
10436 fails if the symbol contains chars like ( or '.
10437 (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
10438 (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
10439 `short'.
10440
10441 2006-07-04 Kenichi Handa <handa@m17n.org>
10442
10443 * international/mule-cmds.el (set-language-info): If LANG-ENV is
10444 the current one, don't call set-language-environment, but call one
10445 of set-language-environment-XXX to make INFO effective now.
10446 (set-language-environment): Call set-language-environment-XXX
10447 functions instead of doing the various setups directly.
10448 (set-language-environment-coding-systems): Delete argument eol-type.
10449 (set-language-environment-input-method)
10450 (set-language-environment-nonascii-translation)
10451 (set-language-environment-charset)
10452 (set-language-environment-fontset)
10453 (set-language-environment-unibyte): New functions.
10454
10455 2006-07-03 Luc Teirlinck <teirllm@auburn.edu>
10456
10457 * locate.el (locate-update-when-revert): New option.
10458 (locate-update-path): New option (suggested by Michael Albinus).
10459 (locate-prompt-for-command): Whitespace change.
10460 (locate-update): No longer offer to update the locate database by
10461 default. Implement the two new options.
10462
10463 2006-07-04 Nick Roberts <nickrob@snap.net.nz>
10464
10465 * tooltip.el: Move comment about track-mouse...
10466
10467 * progmodes/gud.el: ...to here.
10468
10469 2006-07-03 Chong Yidong <cyd@stupidchicken.com>
10470
10471 * facemenu.el (facemenu-listed-faces): New var.
10472 (facemenu-unlisted-faces): Variable deleted.
10473 (facemenu-add-new-face): Use facemenu-listed-faces.
10474
10475 * emulation/viper-init.el, calendar/calendar.el:
10476 * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
10477
10478 2006-07-03 Carsten Dominik <dominik@science.uva.nl>
10479
10480 * textmodes/org.el (org-mode): Remove no invalid settings for
10481 calc embedded mode.
10482 (org-mode-p): New defsubst.
10483 (org-save-all-org-buffers): New function.
10484 (org-first-headline-recenter): Enclose outline-regexp in group
10485 delimiters.
10486 (org-set-tags): Keep single space after stars.
10487
10488 2006-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
10489
10490 * window.el (set-window-text-height): Only set window-min-height to
10491 1 if that's the requested size.
10492
10493 * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
10494 (diff-unified->context, diff-context->unified)
10495 (diff-reverse-direction): Make sure the end marker stays at the end.
10496 (diff-mode): Add the keymap table at the end of docstring.
10497 Use lexical-let rather than constructing a closure manually.
10498
10499 * files.el (find-file-noselect-1): Remove unused var assignment.
10500 (hack-local-variables-confirm): Print lists of strings as lists of
10501 strings rather than lists of symbols.
10502 (abbreviate-file-name, hack-local-variables-prop-line):
10503 Use match-string.
10504 (hack-one-local-variable): Move `make-local-variable' nearer its use.
10505 (recover-session-finish): Use line-end-position.
10506
10507 2006-07-02 Michael Albinus <michael.albinus@gmx.de>
10508
10509 * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
10510
10511 2006-07-02 Daniel Pfeiffer <occitan@esperanto.org>
10512
10513 * progmodes/make-mode.el (makefile-macroassign-regex):
10514 Accept preceding keyword.
10515 (makefile-gmake-statements): Reorganize, now that makepp has
10516 "override" and also handle forgotten "override define".
10517 (makefile-makepp-statements): Add new "global", "override export"
10518 and "override global".
10519
10520 2006-06-30 Juanma Barranquero <lekktu@gmail.com>
10521
10522 * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
10523 (ada-compile-mouse-goto-error, ada-deactivate-properties)
10524 (ada-no-auto-case): Fix typos in docstrings.
10525
10526 2006-06-30 Nick Roberts <nickrob@snap.net.nz>
10527
10528 * info.el (Info-find-node-2): Search for makeinfo version more
10529 carefully.
10530
10531 2006-06-29 Carsten Dominik <dominik@science.uva.nl>
10532
10533 * textmodes/org.el (org-prepare-agenda-buffers):
10534 Use `invisible-OK' argument for `org-end-of-subtree'.
10535 (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
10536 (org-beginning-of-item): Fix bug in regular expression for white line.
10537 (org-export-as-html): Enforce space after bullet in plain list items.
10538 (org-set-autofill-regexps): Require space after plain list bullet
10539 for paragraph-start.
10540 (org-ts-regexp3): New constant.
10541 (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
10542 (org-timestamp-up-day, org-timestamp-down-day)
10543 (org-timestamp-change): Work with inactive timestamps.
10544 (org-ts-regexp1): Don't allow brackets in time stamps.
10545
10546 2006-06-29 Nick Roberts <nickrob@snap.net.nz>
10547
10548 * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
10549 for ignoring links.
10550
10551 * faces.el (read-face-name): Use it.
10552
10553 2006-06-28 Juri Linkov <juri@jurta.org>
10554
10555 * buff-menu.el (list-buffers-noselect): Compare Info file
10556 with the string "dir" to detect Info directory.
10557
10558 * complete.el (partial-completion-mode): In lambda for
10559 `choose-completion-string-functions' use full function signature
10560 with 4 args, and move point to the end of the minibuffer only if arg
10561 `mini-p' is non-nil.
10562
10563 2006-06-28 John Paul Wallington <jpw@pobox.com>
10564
10565 * ibuffer.el (ibuffer-mode): Doc fix.
10566
10567 2006-06-28 Carsten Dominik <dominik@science.uva.nl>
10568
10569 * textmodes/org.el (org-context): New contexts :item-bullet,
10570 :latex-fragment, :latex-preview.
10571 (org-overlays-at, org-overlay-start, org-overlay-end):
10572 New compatibility functions.
10573 (org-inside-LaTeX-fragment-p): More accurate matching, using the
10574 exact regexp that will be used during export.
10575 (org-latex-regexps): New variable.
10576 (org-cdlatex-mode): Improve advice for `texmathp'.
10577 (turn-on-org-cdlatex): New function.
10578
10579 2006-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10580
10581 * term/mac-win.el (mac-handle-font-selection): Change keys of
10582 mac-atsu-font-table from strings to numbers.
10583 (mac-ts-caret-position): Use also when cursor-type is nil.
10584 (mac-ts-update-active-input-area): Add Mac OS Classic support.
10585 Relax condition for using overlay strings.
10586 Use mac-ts-caret-position face when cursor-type is nil.
10587
10588 2006-06-26 Kim F. Storm <storm@cua.dk>
10589
10590 * help.el (view-emacs-news): Declare `res' in the right let* form.
10591
10592 2006-06-25 Michael Albinus <michael.albinus@gmx.de>
10593
10594 * net/rcompile.el (remote-compile): Replace ange-ftp based
10595 implementation by Tramp functions.
10596 Suggested by Marc Abramowitz <msabramo@gmail.com>.
10597
10598 * net/tramp.el (tramp-unload-tramp): Provide a doc string.
10599
10600 2006-06-24 Yoshinori Koseki <kose@meadowy.org>
10601
10602 * international/fontset.el (setup-default-fontset): Fix a typo in
10603 the "Oriya-Akruti" registry name.
10604
10605 2006-06-23 Lars Hansen <larsh@soem.dk>
10606
10607 * desktop.el (desktop-full-file-name): New function.
10608 (desktop-kill, desktop-save, desktop-remove, desktop-read)
10609 (desktop-revert): Use it.
10610 (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
10611 (desktop-after-read-hook): Add option list-buffers.
10612 (desktop-locals-to-save): Add tab-width.
10613 (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
10614 Fix docstring.
10615
10616 2006-06-23 Carsten Dominik <dominik@science.uva.nl>
10617
10618 * textmodes/org.el (org-cdlatex-mode-map)
10619 (org-cdlatex-texmathp-advice-is-done): New variables.
10620 (org-cdlatex-mode): New minor mode.
10621 (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
10622 (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
10623 (org-export-with-archived-trees): New option.
10624 (org-open-file): Remove the call to `convert-standard-filename'.
10625 (org-archive-tag, org-agenda-skip-archived-trees)
10626 (org-cycle-open-archived-trees)
10627 (org-sparse-tree-open-archived-trees): New options.
10628 (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
10629 (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
10630 New functions.
10631 (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
10632 (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
10633 (org-mode-map): Add binding for `org-toggle-archive-tag'.
10634 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
10635 Call `org-prepare-agenda-buffers'.
10636 (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
10637 (org-file-apps, org-file-apps-defaults-gnu)
10638 (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
10639 Handle remote files by forcing them to be opened in Emacs.
10640
10641 2006-06-23 Andre Spiegel <spiegel@gnu.org>
10642
10643 * vc.el (vc-diff-knows-L): New variable.
10644 (vc-diff-internal): Use it to handle "diff" programs that don't
10645 understand -L. This works automatically, no user action is necessary.
10646
10647 2006-06-23 Daniel Brockman <daniel@brockman.se>
10648
10649 * net/rcirc.el (rcirc-default-user-full-name): Default to
10650 `rcirc-default-user-name' instead of `rcirc-user-name' (which no
10651 longer exists).
10652 (rcirc-process-list): Check `buffer-live-p' before attempting to
10653 switch to a buffer.
10654
10655 2006-06-23 Ryan Yeske <rcyeske@gmail.com>
10656
10657 * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
10658 based on rcirc-coding-system-alist.
10659
10660 2006-06-23 Martin Rudalics <rudalics@gmx.at>
10661
10662 * cus-edit.el (customize-apropos): A better error message.
10663 (top level) <debug-ignored-errors>: Extend and update the list of
10664 ignored error messages.
10665
10666 2006-06-23 Michael Ernst <mernst@alum.mit.edu>
10667
10668 * complete.el (PC-do-completion): Retain capitalization of user
10669 input, when possible, even if completion-ignore-case is set.
10670
10671 2006-06-23 Eli Zaretskii <eliz@gnu.org>
10672
10673 * generic-x.el (bat-generic-mode): Support .cmd files.
10674
10675 * dos-w32.el (top level): Use find-file-not-found-functions
10676 instead of the obsolete find-file-not-found-hooks.
10677
10678 2006-06-22 Kim F. Storm <storm@cua.dk>
10679
10680 * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
10681 to recognize mode name containing submodes, such as Grep/lw.
10682
10683 2006-06-21 Kim F. Storm <storm@cua.dk>
10684
10685 * simple.el (line-move-1): Check for move-end-of-line instead of
10686 end-of-line when setting temporary-goal-column.
10687
10688 2006-06-21 Miles Bader <miles@gnu.org>
10689
10690 * play/cookie1.el (cookie): Work properly when there's only one entry.
10691
10692 2006-06-21 Nick Roberts <nickrob@snap.net.nz>
10693
10694 * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
10695 (gdb-frame-handler): Generalize frame regexp for templates.
10696
10697 2006-06-20 Glenn Morris <rgm@gnu.org>
10698
10699 * calendar/appt.el (appt-display-format): Default value must be
10700 one of the customize options.
10701
10702 2006-06-20 Dan Nicolaescu <dann@ics.uci.edu>
10703
10704 * term/xterm.el (terminal-init-xterm): Update key availability info.
10705 Bind C-return.
10706
10707 * term.el (term-delete-lines, term-insert-lines): Clarify comments.
10708
10709 2006-06-20 Chong Yidong <cyd@stupidchicken.com>
10710
10711 * files.el (hack-local-variables): Run `hack-local-variables-hook'
10712 whether or not a local variables list is defined.
10713
10714 * msb.el (msb): Move `sit-for' hack here to handle both
10715 "mouse-down and drag" and "mouse-up and select" situations.
10716 (mouse-select-buffer): Move `sit-for' hack to `msb'.
10717
10718 2006-06-20 Kenichi Handa <handa@m17n.org>
10719
10720 * international/characters.el (word-combining-categories):
10721 Add entries for 2-byte Han characters.
10722
10723 2006-06-19 Richard Stallman <rms@gnu.org>
10724
10725 * bindings.el (mode-line-format): Save some mode line space.
10726
10727 * files.el (find-file-noselect): Improve the question wording.
10728 (basic-save-buffer-2): Mask UMASK against 666.
10729
10730 * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
10731 (mouse-drag-vertical-line): Call it.
10732
10733 * cus-edit.el (customize-option, customize-option-other-window):
10734 Error if SYMBOL is nil.
10735
10736 2006-06-19 Carsten Dominik <dominik@science.uva.nl>
10737
10738 * textmodes/org.el: Require noutline, also on XEmacs.
10739 (org-end-of-subtree): Return point.
10740 (org-dblock-start-re, org-dblock-end-re): New constants.
10741 (org-create-dblock, org-prepare-dblock, org-map-dblocks)
10742 (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
10743 (org-update-all-dblocks, org-find-dblock): New functions.
10744 (org-collect-clock-time-entries): New function.
10745 (org-html-handle-time-stamps): Never export CLOCK timeranges.
10746 (org-fixup-indentation): Modify to deal correctly with lines
10747 starting with TAB. Only one argument DIFF now.
10748 (org-demote, org-promote): Call `org-fixup-indentation' with just
10749 one argument, DIFF.
10750 (org-mode): Don't mark buffer as modified when aligning tables.
10751 (org-clock-sum): Don't mark buffer modified when adding time sum
10752 properties.
10753 (org-export-as-html): Add support for a link validation function.
10754 (org-archive-all-done): New function.
10755 (org-archive-subtree): New prefix argument. When set, archive all
10756 done subtrees in this buffer.
10757 (org-remove-clock-overlays)
10758 (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
10759 (org-inhibit-highlight-removal): New variable, for dynamic scoping.
10760 (org-put-clock-overlay): Don't swallow last headline character
10761 when displaying overlay.
10762 (org-store-link): Link to `image-mode' with just the file name.
10763
10764 2006-06-18 Michael Kifer <kifer@cs.stonybrook.edu>
10765
10766 * viper-cmd.el (viper-special-read-and-insert-char):
10767 Use read-key-sequence.
10768 (viper-after-change-undo-hook): Misc enhancements.
10769 (viper-after-change-undo-hook): New hook.
10770 (viper-undo): Use viper-after-change-undo-hook.
10771 (viper-add-newline-at-eob-if-necessary): Widen before making changes.
10772 (viper-next-line-at-bol): If point is on a widget or a button, simulate
10773 clicking on that widget/button.
10774
10775 * viper.el (viper-mode): Allow a separate cursor color in Emacs state.
10776
10777 * ediff-diff (ediff-test-patch-utility): Catch errors.
10778 (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
10779 (ediff-set-actual-diff-options): New function.
10780 (ediff-reset-diff-options, ediff-toggle-ignore-case):
10781 Use ediff-set-actual-diff-options.
10782 (ediff-extract-diffs): Catch errors.
10783 (ediff-whitespace): Add non-breakable space.
10784 (ediff-same-file-contents): Catch errors.
10785
10786 * ediff-mult.el (ediff-collect-custom-diffs):
10787 Save coding-system-for-read.
10788
10789 * ediff-vers.el (ediff-keep-tmp-versions): New variable.
10790 (ediff-vc-internal, ediff-vc-merge-internal):
10791 Use ediff-delete-version-file.
10792 (ediff-delete-version-file): New function.
10793
10794 * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
10795
10796 * ediff.el (ediff-directories, ediff-directory-revisions)
10797 (ediff-merge-directories, ediff-merge-directories-with-ancestor)
10798 (ediff-directories-internal, ediff-merge-directory-revisions)
10799 (ediff-merge-directory-revisions-with-ancestor)
10800 (ediff-directories3): Use read-directory-name.
10801
10802 2006-06-18 Ralf Angeli <angeli@caeruleus.net>
10803
10804 * textmodes/tex-mode.el (tex-font-lock-match-suscript):
10805 Remove superfluous part of regexp for brace matching which is handled
10806 by `scan-lists' call.
10807
10808 2006-06-16 Richard Stallman <rms@gnu.org>
10809
10810 * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
10811
10812 * files.el (basic-save-buffer-2): For a new precious file,
10813 use the default modes in the return value.
10814
10815 * facemenu.el (facemenu-color-alist): Doc fix.
10816
10817 * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
10818
10819 2006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10820
10821 * cus-start.el (all): Add mac-ts-script-language-on-focus.
10822
10823 * term/mac-win.el (mac-text-encoding-ascii): New constant.
10824 (mac-utxt-to-string): Use it.
10825 (mac-ts-update-active-input-area): Use mac-ae-number.
10826
10827 2006-06-15 Dan Nicolaescu <dann@ics.uci.edu>
10828
10829 * term.el (term-handle-scroll, term-delete-lines)
10830 (term-insert-lines): Fix off by one errors.
10831
10832 2006-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
10833
10834 * net/tramp.el (tramp-touch): Use UTC to express time.
10835
10836 2006-06-15 Chong Yidong <cyd@stupidchicken.com>
10837
10838 * mail/sendmail.el (mail-send): Search explicitly for
10839 mail-header-separator when checking for corrupted header lines.
10840
10841 2006-06-15 Nick Roberts <nickrob@snap.net.nz>
10842
10843 * progmodes/gdb-ui.el (gdb-same-frame): New option.
10844 (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
10845 (gdb-init-1): Initialise them.
10846 (gdb-starting): Reset gdb-printing
10847 (gdb-starting): Save value of gud-overlay-arrow-position.
10848 (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
10849 (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
10850 Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
10851 (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
10852
10853 2006-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
10854
10855 * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
10856
10857 2006-06-13 Martin J. Reed <mjreed@essex.ac.uk> (tiny change)
10858
10859 * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
10860 (ldap-search-internal): Keep error messages, and a regexp fix.
10861
10862 2006-06-12 Thien-Thi Nguyen <ttn@gnu.org>
10863
10864 * files.el (hack-local-variables-confirm):
10865 Display string value using its printed representation.
10866
10867 2006-06-11 Chong Yidong <cyd@stupidchicken.com>
10868
10869 * server.el (server-edit): No-op if no server buffers exist.
10870
10871 2006-06-11 Robert J. Chassell <bob@rattlesnake.com>
10872
10873 * textmodes/page-ext.el (pages-directory-for-addresses):
10874 Including `pages-directory-address-mode' in the function results
10875 in the message "Buffer in which pages were found is deleted".
10876
10877 2006-06-10 Carsten Dominik <dominik@science.uva.nl>
10878
10879 * textmodes/org.el (org-agenda-mode-map): Add bindings for
10880 clocking functions.
10881
10882 (org-agenda-clock-in, org-check-running-clock)
10883 (org-clock-out-if-current, org-remove-clock-overlays)
10884 (org-put-clock-overlay): New functions.
10885 (org-clock-marker, org-clock-file-total-minutes)
10886 (org-clock-overlays): New variables.
10887 (org-clock-display, org-clock-sum, org-clock-cancel)
10888 (org-clock-out, org-clock-in): New commands.
10889 (org-export): New function.
10890 (org-emph-re): New constant.
10891 (org-set-emph-re, org-do-emphasis-faces): New functions.
10892 (org-emphasis-regexp-components, org-emphasis-alist): New options.
10893 (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
10894 (org-export-html-convert-emphasize): Use the configurable emphasis.
10895 (org-cleaned-string-for-export): Make multiline emphasis visible
10896 to the exporter. New optional argument PARAMETERS.
10897 (org-export-as-html): Specify :emph-multiline parameter to
10898 `org-cleaned-string-for-export'.
10899
10900 2006-06-10 Richard Stallman <rms@gnu.org>
10901
10902 * help.el (help-for-help-internal): Clean up help text.
10903
10904 2006-06-10 Andreas Schwab <schwab@suse.de>
10905
10906 * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
10907 in doc string.
10908
10909 * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
10910
10911 2006-06-09 Karl Chen <quarl@cs.berkeley.edu>
10912
10913 * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
10914 spaces after the comment start.
10915
10916 2006-06-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
10917
10918 * play/pong.el (pong-init-buffer):
10919 Fill buffer with spaces instead of ^A.
10920
10921 * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
10922 launched asynchronously, delete its process instead of being cool.
10923 (ispell-async-processp): Check for `delete-process' existence
10924 instead of `kill-process' one for consistency.
10925
10926 2006-06-09 Nick Roberts <nickrob@snap.net.nz>
10927
10928 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
10929 (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
10930 in mode line at startup.
10931
10932 2006-06-08 Kim F. Storm <storm@cua.dk>
10933
10934 * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
10935 (ido-init-completion-maps): Bind them to M-SPC and M-v.
10936 (ido-copy-current-file-name): Repeating C-w inserts whole file name.
10937 (ido-file-internal): Pass full file name to write-file.
10938 (ido-read-internal): Only pop stack elements automatically if they
10939 actually match an existing directory or file name.
10940
10941 2006-06-07 Kenichi Handa <handa@m17n.org>
10942
10943 * international/mule.el (find-auto-coding): Don't handle the short
10944 name `char-trans'.
10945
10946 * files.el (hack-local-variables-prop-line)
10947 (hack-local-variables): Cancel the previous change.
10948
10949 2006-06-06 Jesper Harder <harder@phys.au.dk>
10950
10951 * ediff-diff.el (ediff-test-utility): Protect against file-error.
10952
10953 2006-06-06 Chong Yidong <cyd@stupidchicken.com>
10954
10955 * diff-mode.el (diff-mode): Set buffer-read-only to t when
10956 diff-default-read-only is non-nil.
10957 (diff-hunk-kill, diff-file-kill, diff-split-hunk)
10958 (diff-refine-hunk): Set inhibit-read-only to t.
10959
10960 * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
10961 modifying the *Diff* buffer.
10962 (diff-process-filter): New filter function for diff process that
10963 sets inhibit-read-only to t when modifying the *Diff* buffer.
10964
10965 2006-06-06 Carsten Dominik <dominik@science.uva.nl>
10966
10967 * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
10968 insertion point and control the number of empty lines.
10969 (org-paste-subtree): Limit the number of empty lines at the end of
10970 the inserted tree.
10971 (org-agenda): Use buffer name of current file for narrowing.
10972 (org-export-as-xml): Command removed.
10973 (org-export-xml-type): Option removed.
10974 (org-mode-map): Call `org-export-as-xoxo' directly.
10975 (org-get-indentation): New optional argument LINE.
10976 (org-fix-indentation, org-remove-tabs): New functions.
10977 (org-export-as-ascii, org-ascii-level-start): Determine and apply
10978 correct indentation for headlines that are converted it items.
10979 (org-skip-comments): Remove table lines that contain narrowing
10980 cookies but no other non-empty fields.
10981 (org-set-tags): Allow groups of mutually exclusive tags.
10982 (org-cmp-time): Sort 24:21 before items without time.
10983 (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
10984 (org-open-at-point): Require double colon also for numbers.
10985
10986 2006-06-06 Kim F. Storm <storm@cua.dk>
10987
10988 * ido.el (ido-default-file-method, ido-default-buffer-method):
10989 Make choice values consistent with corresponding command names.
10990 (ido-visit-buffer): Update accordingly. Default to selected-window.
10991
10992 2006-06-06 Nick Roberts <nickrob@snap.net.nz>
10993
10994 * progmodes/gud.el (gud-running): Fix doc string.
10995 (gud-menu-map): Use :visible instead fo :enable for debugger test.
10996 (gud-tooltip-modes): Add python-mode.
10997 (gud-tooltip-print-command): Add pdb. Remove perldb.
10998
10999 2006-06-05 Eli Zaretskii <eliz@gnu.org>
11000
11001 * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
11002 Quote $(EMACS).
11003
11004 2006-06-05 Richard Stallman <rms@gnu.org>
11005
11006 * faces.el (defined-colors): Doc fix.
11007
11008 2006-06-05 Thien-Thi Nguyen <ttn@gnu.org>
11009
11010 * vc.el (vc-process-filter): Inhibit undo info collection around
11011 call to insert.
11012 (vc-setup-buffer): Likewise for call to erase-buffer.
11013 (vc-do-command): Likewise for call to process-file.
11014
11015 2006-06-05 Nick Roberts <nickrob@snap.net.nz>
11016
11017 * progmodes/gud.el (gud-menu-map): Use a conditional help echo
11018 for gud-go.
11019 (gud-common-init): Other debuggers may trigger error.
11020
11021 2006-06-05 Kenichi Handa <handa@m17n.org>
11022
11023 * international/mule.el (find-auto-coding):
11024 Handle enable-character-translation in file header.
11025
11026 2006-06-04 Kim F. Storm <storm@cua.dk>
11027
11028 * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
11029 (authors-fixed-entries): Fix spelling.
11030 (authors-canonical-file-name): Don't report error for wildcards.
11031
11032 * help.el (view-emacs-news): Rewrite to support new NEWS,
11033 NEWS.major, and NEWS.1-17 file naming. Add more intelligence,
11034 e.g. version 10 matches 1.10, and don't be confused by version 1.1
11035 being a prefix of 1.12 (etc). A numeric prefix arg also works.
11036
11037 2006-06-03 Vivek Dasmohapatra <vivek@etla.org>
11038
11039 * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
11040 exec constructs like `foo bar`.
11041 (sh-quoted-subshell): New helper function to search for a possibly
11042 nested subshell (like `` or $()) within a "" quoted string.
11043 (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
11044 (sh-apply-quoted-subshell): Flag quote characters inside a
11045 subshell, which is itself already in a quoted region, as
11046 punctuation, since this is the closest to what they actually are.
11047 (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
11048 sh-apply-quoted-subshell.
11049 (sh-font-lock-syntactic-face-function): Apply the new face for
11050 text inside `` instead of the old font-lock-string-face.
11051
11052 2006-06-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11053
11054 * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
11055 (mac-ae-number, mac-ae-frame, mac-ae-script-language)
11056 (mac-bytes-to-text-range, mac-ae-text-range-array)
11057 (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
11058 (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
11059 (mac-ts-unicode-for-key-event): New functions.
11060 (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
11061 (mac-handle-font-selection): Use mac-ae-number.
11062 (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
11063 New variables.
11064 (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
11065 (mac-ts-converted-text, mac-ts-selected-converted-text)
11066 (mac-ts-block-fill-text, mac-ts-outline-text)
11067 (mac-ts-selected-text, mac-ts-no-hilite): New faces.
11068 (mac-ts-hilite-style-faces): New constant.
11069 (mac-apple-event-map): Bind text input events.
11070 (mac-dispatch-apple-event): Use command-execute instead of
11071 call-interactively.
11072 (global-map): Don't bind mac-apple-event.
11073 (special-event-map): Bind mac-apple-event.
11074
11075 2006-06-02 Eli Zaretskii <eliz@gnu.org>
11076
11077 * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
11078 file name.
11079 (emacs): Enclose the value of $(EMACS) in quotes.
11080
11081 2006-06-02 Juri Linkov <juri@jurta.org>
11082
11083 * international/mule.el (sgml-html-meta-auto-coding-function):
11084 Remove the condition `(search-forward "<html" size t)'.
11085 Replace `\"' with `[\"']?' in `re-search-forward'.
11086
11087 2006-06-02 Kenichi Handa <handa@m17n.org>
11088
11089 * files.el (hack-local-variables-prop-line): Ignore `char-trans'
11090 as well as `coding'.
11091 (hack-local-variables): Likewise.
11092
11093 * international/mule.el (enable-character-translation):
11094 Put permanent-local and safe-local-variable properties.
11095 (find-auto-coding): Handle char-trans: tag.
11096
11097 2006-06-02 Juri Linkov <juri@jurta.org>
11098
11099 * international/mule.el (sgml-html-meta-auto-coding-function):
11100 Limit the search by the end of the HTML header (if any).
11101
11102 2006-06-01 Richard Stallman <rms@gnu.org>
11103
11104 * subr.el (with-current-buffer): Doc fix.
11105
11106 2006-06-02 Masatake YAMATO <jet@gyve.org>
11107
11108 * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
11109 Almost rewrite. Underlines over all lines of gcov output are too
11110 uncomfortable to read. Suggested by Dan Nicolaescu.
11111
11112 2006-06-01 Luc Teirlinck <teirllm@auburn.edu>
11113
11114 * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
11115
11116 * shell.el (shell-mode): Use shell-mode-map in docstring.
11117
11118 * comint.el (comint-send-input): Do not add help-echo and
11119 mouse-face to input if `comint-use-prompt-regexp' is non-nil.
11120
11121 2006-06-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11122
11123 * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
11124
11125 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
11126
11127 * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
11128 (gdb-stopped, gdb-info-stack-custom): If there is no source info
11129 look up the stack and pop up GUD buffer if necessary.
11130 (gdb-frames-select): Remove redundant call to gud-display-frame.
11131 (gdb-info-threads-custom): Keep point at start of buffer.
11132 (gdb-find-file-hook): Make it work for pre-GDB 6.4.
11133
11134 2006-05-31 Juri Linkov <juri@jurta.org>
11135
11136 * replace.el (query-replace-read-from, query-replace-read-to):
11137 Bind `history-add-new-input' to nil. Call `add-to-history'.
11138
11139 2006-05-31 Takaaki Ota <Takaaki.Ota@am.sony.com>
11140
11141 * textmodes/table.el: Convert all HTML tags to lower case for
11142 XHTML compatibility.
11143
11144 2006-05-31 Masatake YAMATO <jet@gyve.org>
11145
11146 * progmodes/compile.el:
11147 (compilation-error-regexp-alist-alist::gcov-called-line):
11148 Don't put face on `-' lines in gcov file. Suggested by Dan Nicolaescu.
11149
11150 2006-05-31 Nick Roberts <nickrob@snap.net.nz>
11151
11152 * progmodes/gud.el (gud-query-cmdline, gud-common-init):
11153 Revert inadvertent changes made with last commit.
11154
11155 2006-05-30 Reiner Steib <Reiner.Steib@gmx.de>
11156
11157 * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
11158 New functions.
11159
11160 * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
11161
11162 2006-05-30 Carsten Dominik <dominik@science.uva.nl>
11163
11164 * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
11165 only matches in the right place.
11166 (org-upcoming-deadline): New face.
11167 (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
11168 (org-export-ascii-underline): Rename constant `org-ascii-underline'
11169 and make it an option.
11170 (org-export-ascii-bullets): New option.
11171 (org-export-as-html): Many changes to emit valid XHTML.
11172 (org-par-open): New variable.
11173 (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
11174 (org-html-do-expand, org-section-number): Fix case in `replace-match'.
11175 (org-timeline): Pass `org-timeline-show-empty-dates' to
11176 `org-get-all-dates'. Interpret empty dates returned by
11177 `org-get-all-dates'.
11178 (org-get-all-dates): New argument EMPTY. Add dates without
11179 entries to the list, mark large ranges of empty dates.
11180 (org-point-in-group, org-context): New functions.
11181
11182 2006-05-30 Nick Roberts <nickrob@snap.net.nz>
11183
11184 * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
11185
11186 * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
11187 C-mouse-1. Move gdb-mouse-until to mouse-3, gdb-mouse-jump
11188 to C-mouse-3 (for 2 button mice).
11189 (gdb-send): Do the right thing for C-d.
11190
11191 * speedbar.el (speedbar-detach): Delete.
11192 (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
11193 it breaks things.
11194 (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
11195
11196 2006-05-30 Daniel Pfeiffer <occitan@esperanto.org>
11197
11198 * files.el (auto-mode-alist): Add makepp suffix and optional mk on
11199 Makeppfile.
11200
11201 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11202 Add makepp diagnostic.
11203
11204 2006-05-29 Richard Stallman <rms@gnu.org>
11205
11206 * window.el (fit-window-to-buffer): Doc fix.
11207
11208 * help.el (temp-buffer-max-height): Doc fix.
11209
11210 * subr.el (with-current-buffer): Doc fix.
11211
11212 2006-05-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11213
11214 * term/x-win.el: Bind F10 to menu-bar-start if available.
11215
11216 2006-05-28 Dan Nicolaescu <dann@ics.uci.edu>
11217
11218 * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
11219 uses with a simple test.
11220 (term-set-escape-char, term-mode, term-check-kill-echo-list)
11221 (term-send-raw-string, term-send-raw, term-mouse-paste)
11222 (term-char-mode, term-line-mode, term-exec, term-sentinel)
11223 (term-handle-exit, term-read-input-ring)
11224 (term-previous-matching-input-string)
11225 (term-previous-matching-input-string-position)
11226 (term-previous-matching-input-from-input)
11227 (term-replace-by-expanded-history, term-send-input)
11228 (term-skip-prompt, term-bol, term-send-invisible)
11229 (term-kill-input, term-delchar-or-maybe-eof)
11230 (term-backward-matching-input, term-check-source)
11231 (term-proc-query, term-emulate-terminal)
11232 (term-handle-colors-array, term-process-pager, term-pager-line)
11233 (term-pager-bob, term-unwrap-line, term-word)
11234 (term-dynamic-complete-filename)
11235 (term-dynamic-complete-as-filename)
11236 (term-dynamic-simple-complete): Replace one arm ifs with whens or
11237 unlesses.
11238
11239 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
11240
11241 * files.el (hack-one-local-variable-eval-safep): Don't burp if used
11242 during bootstrapping.
11243
11244 * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
11245 Basically undo the change of 2006-05-26: use extra arguments instead of
11246 dynamic scoping.
11247 (ewoc-locate): Remove unused var `footer'.
11248
11249 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
11250
11251 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
11252
11253 * emacs-lisp/autoload.el (no-update-autoloads): Declare.
11254 (generate-file-autoloads): Obey it. Return whether autoloads were
11255 added at point or not.
11256 (update-file-autoloads): Use this new return value.
11257 Remove redundant test for the presence of an autoload cookie.
11258
11259 * emacs-lisp/autoload.el (autoload-find-file): New fun.
11260 This one calls hack-local-variables.
11261 (generate-file-autoloads, update-file-autoloads): Use it.
11262
11263 * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
11264 (bibtex-sort-entry-class): Add safe-local-variable predicate.
11265 (bibtex-sort-entry-class-alist): Don't set the global value.
11266 (bibtex-init-sort-entry-class-alist): New fun.
11267 (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
11268 bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
11269 of bibtex-init-sort-entry-class.
11270
11271 2006-05-28 Richard Stallman <rms@gnu.org>
11272
11273 * subr.el (load-history-regexp): If FILE is relative, insist
11274 entire last name component must match it.
11275 (load-history-filename-element, load-history-regexp): Doc fixes.
11276
11277 2006-05-29 Kim F. Storm <storm@cua.dk>
11278
11279 * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
11280 `pos' and `raw-data' for clarity, as eval forms may access these.
11281
11282 2006-05-28 Kim F. Storm <storm@cua.dk>
11283
11284 * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
11285
11286 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
11287
11288 * progmodes/make-mode.el (makefile-browser-map)
11289 (makefile-mode-syntax-table): Move initialization inside declaration.
11290 (makefile-fill-paragraph): Use the default comment-filling code.
11291
11292 2006-05-28 Chong Yidong <cyd@stupidchicken.com>
11293
11294 * replace.el (query-replace-defaults): New variable.
11295 (query-replace-read-from): Use `query-replace-defaults' for
11296 default value, instead of history list.
11297 (query-replace-read-to): Update `query-replace-defaults'.
11298
11299 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
11300
11301 * msb.el (mouse-select-buffer): Minor fix to make popup menu work
11302 with no X toolkit.
11303
11304 2006-05-28 Nick Roberts <nickrob@snap.net.nz>
11305
11306 * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
11307 (tumme-show-all-from-dir): Add autoload.
11308
11309 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
11310
11311 * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
11312 (tumme-remove-tag): Fix bug.
11313
11314 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
11315
11316 * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
11317 FOOTER args. Update unique caller.
11318 (ewoc-delete): Compute last node once before looping.
11319 (ewoc--node-branch): Merge into unique caller.
11320 (ewoc--node): Don't define constructor make-ewoc--node for this
11321 structure.
11322 (ewoc): Add member `hf-pp' to this structure.
11323 (ewoc--wrap): New func.
11324 (ewoc-create): Take additional arg NOSEP. If nil, wrap node and
11325 header/footer pretty-printers. Save header/footer pretty-printer.
11326 (ewoc-set-hf): Use ewoc's header/footer pretty-printer.
11327
11328 * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
11329
11330 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
11331
11332 * dired.el (dired-mode-map): Change `tumme-tag-remove' to
11333 `tumme-delete-tag'. Rename `Remove Image Tag' to `Delete Image
11334 Tag'. Change "Compare directories..." to "Change Directories...".
11335 Move tumme commands to Operate, Regexp and Immediate menus.
11336 Change "Add Comment" to "Add Image Comment". Change "Add Image
11337 Tag" to "Add Image Tags".
11338
11339 * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
11340 (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
11341 `tumme-delete-tag'.
11342
11343 2006-05-26 Luc Teirlinck <teirllm@auburn.edu>
11344
11345 * shell.el (shell-mode): Call shell-dirtrack-mode after
11346 list-buffers-directory is made a local variable, to avoid setting
11347 the default value.
11348
11349 2006-05-26 Kevin Ryde <user42@zip.com.au>
11350
11351 * info.el (Info-index-next): Use where-is-internal to report
11352 actual binding of Info-index-next, rather than hard-coded `,'.
11353
11354 2006-05-26 Eli Zaretskii <eliz@gnu.org>
11355
11356 * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
11357 and "Find Command in Manual" to here.
11358
11359 * buff-menu.el (list-buffers-noselect): For Info buffers, use
11360 Info-current-file as the file name.
11361
11362 2006-05-26 Jonathan Yavner <jyavner@member.fsf.org>
11363
11364 * ses.el (defadvice undo-more): Delete this defadvice. The undo
11365 overrides will now be done a different way.
11366 (ses-set-parameter): Reapply this function for undo.
11367 (ses-set-header-row): Reconstruct header row during undo.
11368 (ses-widen): New function.
11369 (ses-goto-data, ses-reconstruct-all): Use new function.
11370 (ses-command-hook): Widen buffer during undo, before unupdating
11371 the cells.
11372 (ses-insert-row, ses-delete-row): Widen buffer during undo.
11373 (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
11374 (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
11375 formula hasn't been executed yet.
11376
11377 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
11378
11379 * comint.el (comint-kill-whole-line): Rename arg to count.
11380 Fix doc string.
11381
11382 2006-05-26 Chong Yidong <cyd@stupidchicken.com>
11383
11384 * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
11385 to copy-file.
11386
11387 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
11388
11389 * simple.el (toggle-truncate-lines): Make arg optional for
11390 backward compatibility.
11391
11392 2006-05-26 Thien-Thi Nguyen <ttn@gnu.org>
11393
11394 * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
11395 (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
11396 DLL arg. Instead, use ewoc--current-dll. Update all callers.
11397 (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
11398 (ewoc--adjust): Use ewoc--current-dll.
11399 (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
11400
11401 2006-05-26 Carsten Dominik <dominik@science.uva.nl>
11402
11403 * textmodes/org.el (org-next-item, org-previous-item): Emit more
11404 compact error message.
11405 (org-tags-view): Refresh category table in each file.
11406 (org-table-justify-field-maybe): Remove superfluous arguments to
11407 `format'.
11408 (org-export-as-html): Insert "<p>" before postamble.
11409 (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
11410
11411 2006-05-26 Kenichi Handa <handa@m17n.org>
11412
11413 * textmodes/po.el (po-find-charset): Pay attention to the case
11414 FILENAME is a cons (NAME . BUFFER).
11415 (po-find-file-coding-system-guts): Likewise.
11416
11417 * arc-mode.el (archive-set-buffer-as-visiting-file):
11418 Call find-operation-coding-system with (FILENAME . BUFFER).
11419
11420 * tar-mode.el (tar-extract): Call find-operation-coding-system
11421 with (FILENAME . BUFFER).
11422
11423 * international/mule.el (decode-coding-inserted-region):
11424 Call find-operation-coding-system with (FILENAME . BUFFER).
11425
11426 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
11427
11428 * image-mode.el (image-toggle-display): Use buffer contents to
11429 generate image for a remote file.
11430
11431 2006-05-25 Juri Linkov <juri@jurta.org>
11432
11433 * replace.el (query-replace-read-from, query-replace-read-to):
11434 Remove 8th arg KEEP-ALL in read-from-minibuffer.
11435
11436 2006-05-25 Rajesh Vaidheeswarran <rv@gnu.org>
11437
11438 * whitespace.el (whitespace-cleanup): Change to cleanup
11439 region if one is active.
11440 * whitespace.el (whitespace-cleanup-internal): New internal method.
11441
11442 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
11443
11444 * dired.el (dired-mode-map): Add help-echo strings to tumme
11445 commands. Bind `tumme-dired-display-image' to C-t i.
11446
11447 * tumme.el (tumme-display-image): Change documentation string slightly.
11448 (tumme-dired-display-image): Add call to `display-buffer'.
11449
11450 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
11451
11452 * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
11453 Signal error if RAW-DATA is a multibyte string.
11454
11455 2006-05-24 Richard Stallman <rms@gnu.org>
11456
11457 * subr.el (with-local-quit): When handling `quit' signal,
11458 make a chance for quit-flag to cause a quit.
11459
11460 * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
11461 (ad-disable-advice): Add autoloads.
11462
11463 * subr.el (read-passwd): Copy PROMPT before changing its properties.
11464
11465 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
11466
11467 * dired.el (dired-mode-map): Change menu items for tumme as per
11468 suggestions in emacs-devel.
11469
11470 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
11471
11472 * dired.el (dired-mode-map): Fix breakage.
11473
11474 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
11475
11476 * tumme.el (tumme-display-dired-image): Rename to...
11477 (tumme-dired-display-image): ...this.
11478 (tumme-track-movement): Change default value to t.
11479 (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
11480 used from `tumme-next-line-and-display' and similar commands.
11481
11482 * dired.el (dired-mode-map): Add Thumbnail submenu under the
11483 Immediate menu. Add some tumme commands there.
11484
11485 2006-05-24 Luc Teirlinck <teirllm@auburn.edu>
11486
11487 * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
11488
11489 2006-05-24 Chong Yidong <cyd@mit.edu>
11490
11491 * menu-bar.el, international/mule-cmds.el: Remove tooltips for
11492 menu entries that open submenus.
11493
11494 2006-05-24 Alan Mackenzie <acm@muc.de>
11495
11496 * startup.el (command-line): For names of preloaded files, don't
11497 append ".elc" (now done in Fload), and call file-truename on the
11498 lisp directory.
11499
11500 * subr.el (eval-after-load): Fix the doc-string. Allow FILE to
11501 match ANY loaded file with the right name, not just those in
11502 load-path. Put a regexp matching the file name into
11503 after-load-alist, rather than the name itself.
11504
11505 * subr.el (load-history-regexp, load-history-filename-element)
11506 (do-after-load-evaluation): New functions.
11507
11508 * international/mule.el (load-with-code-conversion): Do the
11509 eval-after-load stuff by calling do-after-load-evaluation.
11510
11511 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
11512
11513 * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
11514 has not been killed.
11515
11516 2006-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11517
11518 * term/mac-win.el: Set idle timer to clean up expired Apple events.
11519 (mac-ae-get-url): Redispatch Apple event on unknown scheme.
11520 (mac-dispatch-apple-event): Resume Apple event if it is suspended.
11521 Optionally set error message in reply.
11522
11523 2006-05-24 Carsten Dominik <dominik@science.uva.nl>
11524
11525 * textmodes/org.el (org-open-at-point): Use renamed variable
11526 `org-confirm-shell-link-function'.
11527 (org-confirm-shell-link-function): Rename from
11528 `org-confirm-shell-links'.
11529 (org-export-directory): New function.
11530 (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
11531 (org-export-icalendar): Use `org-export-directory'.
11532 (org-indent-item): Keep cursor position.
11533 (org-link-file-path-type): New option.
11534 (org-export-as-html): Fix bug with plain lists starting in
11535 column 0.
11536 (org-export-as-html): Remove deadline formatting, this happens
11537 now already in `org-html-handle-time-stamps'.
11538 (org-export-html-style): Deadline class removed.
11539 (org-insert-labeled-timestamps-at-point): New option.
11540 (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
11541 of `hide-sublevels 1', in case the first headline is not level 1.
11542 (org-overview, org-content): New fuction.
11543 (org-cycle-global-status, org-cycle-subtree-status): Make these
11544 variables buffer-local.
11545 (org-global-cycle): New command.
11546 (org-shifttab): Use `org-global-cycle'.
11547 (org-insert-heading, org-insert-item): Go to end of new
11548 headline/item after creating it.
11549 (org-export-visible): Rename from `org-export-copy-visible'.
11550 Now creates a temporary org-file and applies an exporting command
11551 to it.
11552 (org-table-eval-formula): Support for lisp forms.
11553 (org-agenda-todo-ignore-scheduled): New option.
11554 (org-agenda-get-todos): Use new option
11555 `org-agenda-todo-ignore-scheduled'.
11556 (org-export-html-inline-images): New value `maybe'.
11557 (org-export-as-html): Inlining of images dependent on link description.
11558 (org-archive-subtree): Check for end-of-buffer before trying
11559 `kill-line'.
11560 (org-agenda-follow-mode): New option.
11561 (org-export-with-tags, org-export-with-timestamps): New options.
11562 (org-html-handle-time-stamps): New function.
11563 (org-keyword-time-regexp): New variable.
11564 (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
11565 (org-agenda-todo-list-sublevels): New option.
11566 (org-html-level-start): When TITLE is nil, just close all levels.
11567 (org-parse-key-lines, org-parse-export-options): Remove functions,
11568 replaced by `org-infile-export-plist'.
11569 (org-combine-plists, org-infile-export-plist)
11570 (org-default-export-plist): New functions.
11571 (org-export-html-preamble, org-export-html-postamble)
11572 (org-export-html-auto-preamble, org-export-html-auto-postamble):
11573 New variables.
11574 (org-export-publishing-directory): New option.
11575 (org-export-as-html, org-export-as-ascii): Use the new property
11576 lists for settings.
11577 (org-export-copy-visible, org-export-as-xoxo):
11578 Respect `org-export-publishing-directory'.
11579 (org-link-search, org-store-link, org-file-apps): Support for
11580 links to BibTeX database entries..
11581 (org-get-current-options, org-set-regexps-and-options):
11582 Implement logging as a startup option.
11583 (org-store-link): Make sure context string is never empty
11584 (org-insert-link): Use relative path when possible.
11585 (org-at-item-checklet-p): New function.
11586 (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
11587 (org-shiftmetaup, org-shiftmetadown, org-metaleft)
11588 (org-metaright, org-metaup, org-metadown, org-shiftup)
11589 (org-shiftdown, org-shiftright, org-shiftleft)
11590 (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
11591 Dispatch using `call-interactively'.
11592 (org-call-with-arg): New defsubst.
11593 (org-tag-alist, org-use-fast-tag-selection): New options.
11594 (org-complete): Use `org-tag-alist'.
11595 (org-fast-tag-insert, org-fast-tag-selection): New functions.
11596 (org-next-item, org-previous-item): New commands.
11597 (org-beginning-of-item, org-end-of-item): Add (interactive) to
11598 make command.
11599 (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
11600
11601 2006-05-23 Thien-Thi Nguyen <ttn@gnu.org>
11602
11603 * emacs-lisp/ewoc.el (ewoc-delete): New function.
11604 (ewoc-filter): Use `ewoc-delete'.
11605
11606 * emacs-lisp/bindat.el (bindat-pack): Doc fix.
11607
11608 2006-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
11609
11610 * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
11611 Signal more user-friendly error messages.
11612
11613 * complete.el (PC-do-completion): Undo the addition of implicit
11614 wildcards if they did not lead to finding any match.
11615 (read-file-name-internal): Don't add the final > if the completion is
11616 not finished.
11617
11618 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
11619
11620 * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
11621 Quote safe-local-variable predicate.
11622
11623 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
11624
11625 * emacs-lisp/ewoc.el (ewoc-set-data): New function.
11626
11627 2006-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11628
11629 * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
11630
11631 * progmodes/make-mode.el (makefile-special-targets-list)
11632 (makefile-macro-table, makefile-target-table): Mark as risky.
11633 (makefile-query-one-target-method): Make this the alias for the
11634 following variable.
11635 (makefile-query-one-target-method-function): Make this the real name.
11636
11637 * textmodes/artist.el (artist-text-renderer): Make this the alias
11638 for the following variable.
11639 (artist-text-renderer-function): Make this the real name.
11640
11641 * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
11642 the alias for the following variable.
11643 (flyspell-generic-check-word-predicate): Make this the real name.
11644
11645 * textmodes/ispell.el (ispell-format-word): Make this the alias
11646 for the following variable.
11647 (ispell-format-word-function): Make this the real name.
11648 (ispell-message-text-end): Mark as risky.
11649
11650 * skeleton.el (skeleton-transformation, skeleton-filter)
11651 (skeleton-pair-filter): Make these the aliases for the following
11652 variables.
11653 (skeleton-transformation-function, skeleton-filter-function)
11654 (skeleton-pair-filter-function): Make these the real names.
11655
11656 * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
11657 and skeleton-pair-filter-function.
11658
11659 * textmodes/sgml-mode.el (sgml-transformation): Make this the
11660 alias for the following variable.
11661 (sgml-transformation-function): Make this the real name.
11662 (sgml-tag-alist): Mark as risky.
11663
11664 2006-05-21 Richard Stallman <rms@gnu.org>
11665
11666 * simple.el (kill-region): Interactively, pass point, then mark.
11667
11668 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
11669
11670 * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
11671
11672 2006-05-21 Romain Francoise <romain@orebokech.com>
11673
11674 * dired-x.el (dired-mode-map): Don't bind M-g.
11675
11676 2006-05-20 Richard Stallman <rms@gnu.org>
11677
11678 * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
11679 (dired-goto-file): Doc fix.
11680
11681 2006-05-21 Kim F. Storm <storm@cua.dk>
11682
11683 * emulation/cua-base.el: Mention customizing cua-mode as alternative
11684 way to enable built-in cua-mode if user loads older CUA-mode package.
11685
11686 * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
11687 if default-filename is specified.
11688
11689 2006-05-20 Eli Zaretskii <eliz@gnu.org>
11690
11691 * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
11692
11693 * info.el (info-apropos): Make sure current-file and current-node
11694 have non-nil values. Speed up by using add-to-list instead of
11695 manual consing.
11696
11697 2006-05-20 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
11698
11699 * progmodes/make-mode.el (makefile-mode): Doc fix.
11700
11701 2006-05-20 Eli Zaretskii <eliz@gnu.org>
11702
11703 * dired-aux.el (dired-do-shell-command): Doc fix.
11704
11705 2006-05-20 Kevin Ryde <user42@zip.com.au>
11706
11707 * info-xref.el (info-xref-check-all-custom): Skip :tag part of
11708 ``(custom-manual :tag "Foo" "(foo)Node")''.
11709
11710 2006-05-20 Karl Chen <quarl@cs.berkeley.edu>
11711
11712 * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
11713 value is an integer.
11714
11715 2006-05-20 Eli Zaretskii <eliz@gnu.org>
11716
11717 * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
11718 "format".
11719 (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
11720
11721 2006-05-20 Martin Rudalics <rudalics@gmx.at>
11722
11723 * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
11724 a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
11725
11726 2006-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
11727
11728 * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
11729 regexp for keywords.
11730
11731 2006-05-20 Masayuki FUJII <boochang@m4.kcn.ne.jp> (tiny change)
11732
11733 * dnd.el (dnd-get-local-file-name): Specify LITERAL in
11734 replace-regexp-in-string.
11735
11736 * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
11737 encode, and escape file name on conversion to URL.
11738
11739 2006-05-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11740
11741 * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
11742 Don't unescape URL.
11743 (dnd-get-local-file-name): Unescape URL on conversion to file name.
11744
11745 * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
11746 on conversion to URLs.
11747
11748 * net/browse-url.el (browse-url-file-url): Encode file name on
11749 conversion to URL.
11750
11751 * term/mac-win.el (mac-ae-open-documents): Escape file name on
11752 conversion to URL.
11753
11754 2006-05-19 Eli Zaretskii <eliz@gnu.org>
11755
11756 * progmodes/cc-styles.el (c-style-alist): Doc fix.
11757
11758 2006-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11759
11760 * term/mac-win.el (mac-bytes-to-digits): Remove function.
11761 (mac-handle-toolbar-switch-mode): Use coercion instead of it.
11762
11763 2006-05-19 Glenn Morris <rgm@gnu.org>
11764
11765 * calendar/diary-lib.el (diary-bahai-date)
11766 (list-bahai-diary-entries, mark-bahai-diary-entries)
11767 (mark-bahai-calendar-date-pattern): Not interactive.
11768 (add-to-diary-list): New optional arg LITERAL. Doc fix.
11769 (diary-entries-list): Change format of 4th element in each entry.
11770 (diary-list-entries): Use add-to-diary-list.
11771 (diary-goto-entry): Handle the case where the buffer visiting the
11772 diary has been killed.
11773 (fancy-diary-display): Add 'locator to button rather than 'marker.
11774 Only generate temp-face when there are marks to apply.
11775 (list-sexp-diary-entries): Pass literal to add-to-diary-list.
11776 (diary-fancy-date-pattern): New variable.
11777 (diary-time-regexp): Doc fix.
11778 (diary-anniversary, diary-time): New faces.
11779 (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
11780 diary-time-regexp. Add font-lock-multiline property where needed.
11781 Use new faces diary-anniversary and diary-time.
11782 (diary-fancy-font-lock-fontify-region-function): New function, to
11783 handle multiline font-lock pattern in fancy diary.
11784 (fancy-diary-display-mode): Set font-lock-fontify-region-function.
11785 (diary-font-lock-keywords): Tweak time regexp. Use new face
11786 diary-time.
11787
11788 2006-05-19 Alexander Shopov <ash@contact.bg> (tiny change)
11789
11790 * international/code-pages.el (mik): Table corrected.
11791
11792 2006-05-18 Kim F. Storm <storm@cua.dk>
11793
11794 * progmodes/grep.el (grep-find): Don't check grep-find-command
11795 before running command (breaks non-interactive usage).
11796
11797 2006-05-18 Thien-Thi Nguyen <ttn@gnu.org>
11798
11799 * emacs-lisp/ewoc.el (ewoc--adjust): New func.
11800 (ewoc--insert-new-node): Don't insert trailing newline.
11801 Instead, adjust successor nodes's start markers.
11802 (ewoc--refresh-node): Delete all text from current node's start
11803 marker to the next one's; adjust successor nodes's start markers.
11804 (ewoc--create): Doc fixes.
11805 (ewoc--refresh): Don't insert newline.
11806 (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
11807 * pcvs.el (cvs-make-cvs-buffer):
11808 Specify extra newline for ewoc's header and footer.
11809 (cvs-update-header): Update initial header recognition.
11810 Append newline to final header and footer values.
11811 * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
11812
11813 2006-05-17 Richard Stallman <rms@gnu.org>
11814
11815 * files.el (file-name-extension): Doc fix.
11816
11817 2006-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
11818
11819 * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
11820 we can explicitly enable/disable rather than toggle.
11821 (shell-mode): Use it.
11822 (shell-cd): Don't try to reproduce what `cd' does.
11823
11824 2006-05-17 Kim F. Storm <storm@cua.dk>
11825
11826 * ido.el (ido-read-internal): Use only nondirectory part of
11827 default item.
11828
11829 2006-05-17 Thien-Thi Nguyen <ttn@gnu.org>
11830
11831 * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
11832 (ewoc-nth): Doc fix.
11833
11834 (ewoc-map, ewoc-invalidate): Compute PP before looping.
11835
11836 2006-05-16 Eli Zaretskii <eliz@gnu.org>
11837
11838 * international/mule.el (auto-coding-alist): Add .lha to files
11839 read with no-conversion.
11840
11841 * files.el (auto-mode-alist): Add .lha files to archive file
11842 extensions.
11843
11844 * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
11845 Convert csize to integer when computing offsets within the
11846 compressed archive file.
11847
11848 2006-05-16 Kim F. Storm <storm@cua.dk>
11849
11850 * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
11851 with read-from-minibuffer.
11852
11853 2006-05-16 Reiner Steib <Reiner.Steib@gmx.de>
11854
11855 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
11856 (byte-compile-warnings): Fix safe-local-variable property.
11857
11858 2006-05-16 Ken Manheimer <ken.manheimer@gmail.com>
11859
11860 * allout.el (allout-show-bodies, allout-old-style-prefixes)
11861 (allout-stylish-prefixes, allout-numbered-bullet)
11862 (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
11863 predicates to qualify `safe-local-variable' property, when
11864 available, else use equivalent lambda.
11865 (allout-current-topic-collapsed-p): Do the right thing regarding
11866 trailing blank lines.
11867
11868 2006-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
11869
11870 * server.el (server-start): Only create a directory if needed.
11871 (server-edit, server-unload-hook): server-start => server-mode.
11872 (kill-emacs-hook): Cleanup upon exit.
11873
11874 2006-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
11875
11876 * hexl.el (hexlify-buffer): Encode process arguments manually.
11877
11878 2006-05-16 Nick Roberts <nickrob@snap.net.nz>
11879
11880 * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
11881 call to gdb-tooltip-print.
11882
11883 2006-05-15 Romain Francoise <romain@orebokech.com>
11884
11885 * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
11886 systems, default to "tar" since those systems probably have GNU tar.
11887
11888 2006-05-14 Lars Hansen <larsh@soem.dk>
11889
11890 * desktop.el (desktop-missing-file-warning): Fix docstring.
11891 (desktop-restore-file-buffer): Correct question asked on missing file.
11892
11893 2006-05-14 Kim F. Storm <storm@cua.dk>
11894
11895 * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
11896 Add CUA move property.
11897
11898 2006-05-13 Chong Yidong <cyd@stupidchicken.com>
11899
11900 * custom.el (custom-push-theme): Load the variable before checking
11901 its `standard-value'.
11902
11903 2006-05-13 Lars Hansen <larsh@soem.dk>
11904
11905 * desktop.el (desktop-save): Use with-temp-buffer.
11906
11907 2006-05-12 Glenn Morris <rgm@gnu.org>
11908
11909 * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
11910 * calendar/calendar.el (calendar-mode-map):
11911 * calendar/diary-lib.el (include-other-diary-files, diary-mail-entries):
11912 * calendar/appt.el (appt-check, appt-make-list): Refer to
11913 diary-view-entries, diary-list-entries, diary-show-all-entries
11914 rather than obsolete aliases.
11915
11916 2006-05-12 Chong Yidong <cyd@stupidchicken.com>
11917
11918 * simple.el (line-move-finish): Avoid calling point motion hooks
11919 while processing intangibility.
11920
11921 2006-05-12 Dan Nicolaescu <dann@ics.uci.edu>
11922
11923 * term/xterm.el (terminal-init-xterm): Fix typo.
11924
11925 2006-05-12 Ken Manheimer <ken.manheimer@gmail.com>
11926
11927 * allout.el (allout-view-change-hook): Mark as being deprecated,
11928 to be replaced by `allout-exposure-change-hook'.
11929 (allout-exposure-change-hook): New, replacing
11930 `allout-view-change-hook'.
11931 (allout-flag-region): Run new hook `allout-exposure-change-hook',
11932 in addition to `allout-view-change-hook'.
11933 (allout-show-bodies, allout-old-style-prefixes)
11934 (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
11935 lambda forms to prevent their showing up in variable help
11936 presentations as inscrutable byte-compiled code.
11937 (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
11938 Use string-or-null-p to qualify safe-local-variable values.
11939 (allout-reindent-bodies): Use memq to qualify matches against
11940 valid safe-local-variable values. Also, quote the lambda as above.
11941 (allout-use-mode-specific-leader): Add missing candidate-value
11942 symbols, use memq, and quote the lambda.
11943 (allout-overlay-interior-modification-handler): Remove unused
11944 variables `msg' and 'opened'.
11945 (allout-hidden-p): Constrain invisibility consideration to allout's
11946 invisibility spec, disregarding invisibility for other reasons.
11947
11948 2006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
11949
11950 * files.el (version-control): Correct safe values.
11951
11952 2006-05-12 Thien-Thi Nguyen <ttn@gnu.org>
11953
11954 * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
11955
11956 (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
11957 (ewoc--insert-new-node): New func.
11958 Update callers of deleted funcs to use it, instead.
11959
11960 2006-05-11 Glenn Morris <rgm@gnu.org>
11961
11962 * calendar/calendar.el (diary-show-all-entries): Do not refer to
11963 obsolete alias `show-all-diary-entries'.
11964 (make-diary-entry): Not interactive.
11965 (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
11966 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
11967 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
11968 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
11969 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
11970 (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
11971
11972 2006-05-11 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
11973
11974 * calendar/calendar.el (calendar-french-date-string)
11975 (calendar-mayan-date-string, calendar-chinese-date-string)
11976 (calendar-astro-date-string, calendar-iso-date-string)
11977 (calendar-islamic-date-string, calendar-bahai-date-string)
11978 (calendar-hebrew-date-string, calendar-coptic-date-string)
11979 (calendar-ethiopic-date-string, calendar-persian-date-string):
11980 These functions are not interactive.
11981
11982 2006-05-11 Luc Teirlinck <teirllm@auburn.edu>
11983
11984 * files.el: Balance parentheses.
11985
11986 2006-05-11 Reiner Steib <Reiner.Steib@gmx.de>
11987
11988 * files.el, newcomment.el, outline.el, simple.el,
11989 * emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
11990 * progmodes/cc-vars.el, progmodes/compile.el:
11991 Move `safe-local-variable' declarations to the respective files.
11992
11993 * help-fns.el (describe-variable): Don't print safe-var if it is
11994 byte-code. Improve wording as suggested by Luc Teirlinck.
11995
11996 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
11997
11998 * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
11999 (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
12000 Use a token for pending-triggers to ensure gdb-var-update
12001 gets called once per user input again for pre-GDB 6.4.
12002 (gdb-var-delete): Match on more complex expressions.
12003 (gdb-var-list-children-handler, gdb-var-create-handler):
12004 Use a token for consistency.
12005
12006 2006-05-11 Carsten Dominik <dominik@science.uva.nl>
12007
12008 * textmodes/org.el (org-read-date, org-goto-calendar)
12009 (org-agenda-goto-calendar):
12010 Bind `view-calendar-holidays-initially' to nil.
12011
12012 2006-05-11 Thien-Thi Nguyen <ttn@gnu.org>
12013
12014 * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
12015 Update all callers to do it there, instead.
12016
12017 2006-05-10 Glenn Morris <rgm@gnu.org>
12018
12019 * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
12020 prefix arg case, to avoid view-diary-entries-initially error.
12021 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
12022 (calendar-date-is-legal-p): Handle dates with no day part.
12023
12024 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
12025
12026 * comint.el (comint-insert-input): Just make it when
12027 comint-use-prompt regexp is nil (default) and with the mouse.
12028 (comint-copy-old-input): Reinstate from 2004-06-23.
12029 (comint-mode-map): Bind C-c C-m to it.
12030
12031 2006-05-10 J.D. Smith <jdsmith@as.arizona.edu>
12032
12033 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
12034 Remove spurious move to point-max (new comint behavior fixes).
12035
12036 * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
12037 compatibility function (Emacs 18/19).
12038 (idlwave-is-continuation-line): Always return point at start of
12039 previous non-blank continuation line.
12040 (keyword-parameters): Fix continued comment font-lock matcher.
12041 (idlwave-font-lock-fontify-region): Written, use as
12042 font-lock-fontify-region-function, to fix continued keyword
12043 fontification issues.
12044
12045 2006-05-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12046
12047 * term/mac-win.el (mac-font-panel-mode): Doc fix.
12048 (mac-service-selection, mac-service-open-file)
12049 (mac-service-open-selection, mac-service-mail-selection)
12050 (mac-service-mail-to, mac-service-insert-text): Rename from
12051 mac-services-*. All uses changed.
12052 (mac-apple-event-map): Rename event symbol `services' to `service'.
12053
12054 2006-05-10 Thien-Thi Nguyen <ttn@gnu.org>
12055
12056 * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
12057 (ewoc--node-enter-first, ewoc--node-enter-last)
12058 (ewoc--delete-node-internal): Merge funcs into unique callers.
12059
12060 2006-05-09 Chong Yidong <cyd@stupidchicken.com>
12061
12062 * emacs-lisp/crm.el (completing-read-multiple): Properly handle
12063 return value of read-from-minibuffer for empty input.
12064
12065 2006-05-09 Miles Bader <miles@gnu.org>
12066
12067 * comint.el (comint-insert-input): Remove redundant calls to setq
12068 and goto-char.
12069
12070 2006-05-10 Nick Roberts <nickrob@snap.net.nz>
12071
12072 * comint.el (comint-insert-input): Make it work when
12073 comint-use-prompt-regexp is t.
12074
12075 2006-05-10 Miles Bader <miles@gnu.org>
12076
12077 * subr.el (field-at-pos): New function.
12078
12079 * comint.el (comint-insert-input): Use it.
12080
12081 2006-05-09 Juri Linkov <juri@jurta.org>
12082
12083 * battery.el (battery-linux-proc-acpi): Also try
12084 `/proc/acpi/thermal_zone/THR2/temperature'.
12085
12086 * files.el <safe-local-variable>: Remove `eval' and `let' binding
12087 for now unused lambda `string-or-null'.
12088
12089 * add-log.el (change-log-default-name): Put `string-or-null-p'
12090 instead of lambda on `safe-local-variable' property.
12091
12092 * diff-mode.el (diff-context->unified): Use `region-beginning' and
12093 `region-end' instead of `mark' and `point'.
12094 (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
12095 Operate on region in Transient Mark mode when the mark is active.
12096 Use `region-beginning' and `region-end' instead of `mark' and
12097 `point'.
12098 (diff-hunk-text, diff-goto-source): Doc fix.
12099
12100 * startup.el (fancy-splash-screens, normal-splash-screen): Use
12101 face `mode-line-buffer-id' for mode-line buffer face instead of
12102 hard-coded `(:weight bold)'.
12103
12104 * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
12105 buffer-undo-list to t (undo-ask is reproducible by visiting
12106 nested archives).
12107
12108 2006-05-09 Kim F. Storm <storm@cua.dk>
12109
12110 * progmodes/grep.el (rgrep): Set default directory of *grep*
12111 buffer if we start M-x rgrep in the *grep* buffer and choose
12112 a different base directory.
12113
12114 2006-05-09 Michael Albinus <michael.albinus@gmx.de>
12115
12116 * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
12117 completion also when ido is loaded.
12118
12119 2006-05-09 Masatake YAMATO <jet@gyve.org>
12120
12121 * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
12122 "warning" and "import".
12123 (cpp-font-lock-keywords): Added "warning".
12124
12125 2006-05-08 Dan Nicolaescu <dann@ics.uci.edu>
12126
12127 * term/xterm.el (terminal-init-xterm): Add more key bindings.
12128
12129 2006-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
12130
12131 * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
12132 pages at a time, if we signal the end, we should indeed reach that end.
12133
12134 2006-05-08 David Reitter <david.reitter@gmail.com>
12135
12136 * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
12137 output during execution of the body.
12138
12139 2006-05-08 Kim F. Storm <storm@cua.dk>
12140
12141 * progmodes/grep.el (lgrep, rgrep): Doc fixes.
12142
12143 2006-05-08 Thien-Thi Nguyen <ttn@gnu.org>
12144
12145 * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
12146 Use with-current-buffer.
12147
12148 2006-05-07 Kim F. Storm <storm@cua.dk>
12149
12150 * subr.el (add-to-history): Remove keep-dups arg.
12151
12152 * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
12153 to nil around call to add-to-history.
12154
12155 2006-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
12156
12157 * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
12158 than after a buffer modification.
12159
12160 2006-05-08 Nick Roberts <nickrob@snap.net.nz>
12161
12162 * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
12163 call to...
12164 (gud-watch): ...here so speedbar is raised for already watched
12165 expressions.
12166 (gdb-speedbar-refresh): Delete function.
12167 (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
12168 Use speedbar-timer-fn instead of speedbar-refresh (reverting
12169 earlier change).
12170 (gdb-var-evaluate-expression-handler)
12171 (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
12172
12173 * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
12174 Update localized contents for all buffers except ignored modes.
12175
12176 2006-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12177
12178 * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
12179 (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
12180 (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
12181 (mac-handle-font-panel-closed, mac-handle-font-selection):
12182 New functions.
12183 (mac-font-panel-mode): New minor mode.
12184 (mac-apple-event-map): Add bindings for toolbar toggle button and
12185 font panel.
12186 (menu-bar-showhide-menu): Add mac-font-panel-mode.
12187
12188 2006-05-07 John Paul Wallington <jpw@pobox.com>
12189
12190 * ibuffer.el (ibuffer-compressed-file-name-regexp):
12191 Avoid `regexp-opt'; simplify regexp for readability.
12192
12193 2006-05-06 Eli Zaretskii <eliz@gnu.org>
12194
12195 * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
12196 * files.el (buffer-stale-function):
12197 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
12198 * autorevert.el (global-auto-revert-non-file-buffers): Point Info
12199 links to the main manual, not to emacs-xtra.
12200
12201 2006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12202
12203 * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
12204 MacJapanese if text is ASCII-only.
12205
12206 2006-05-06 Nick Roberts <nickrob@snap.net.nz>
12207
12208 * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
12209 unless so nil isn't returned.
12210 (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
12211
12212 2006-05-06 Kim F. Storm <storm@cua.dk>
12213
12214 * subr.el (add-to-history): New function.
12215
12216 * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
12217 (ediff-merge-files-with-ancestor):
12218 * env.el (setenv):
12219 * isearch.el (isearch-update-ring):
12220 * server.el (server-visit-files):
12221 * progmodes/grep.el (lgrep, rgrep):
12222 * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
12223 * progmodes/xscheme.el (xscheme-insert-expression):
12224 Use add-to-history.
12225
12226 * kmacro.el (kmacro-push-ring): Use add-to-history.
12227 (kmacro-ring-length): Remove unused defun.
12228 (kmacro-start-macro): Use kmacro-push-ring.
12229
12230 2006-05-06 Thien-Thi Nguyen <ttn@gnu.org>
12231
12232 * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
12233 directly instead of a lambda expression that calls it.
12234
12235 2006-05-06 Kim F. Storm <storm@cua.dk>
12236
12237 * avoid.el (mouse-avoidance-point-position): Use posn-at-point
12238 instead of compute-motion.
12239
12240 2006-05-05 Dan Nicolaescu <dann@ics.uci.edu>
12241
12242 * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
12243 change.
12244
12245 2006-05-05 Reiner Steib <Reiner.Steib@gmx.de>
12246
12247 * startup.el (command-line-1): Refer to "Pure Storage" on
12248 pure-space-overflow.
12249
12250 2006-05-05 Martin Rudalics <rudalics@gmx.at>
12251
12252 * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
12253 provided faces once they all have been used up.
12254
12255 2006-05-05 Eli Zaretskii <eliz@gnu.org>
12256
12257 * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
12258 reference to the Lisp manual to the warning about pure space
12259 overflow.
12260
12261 2006-05-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
12262
12263 * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
12264 argument to avoid the call to `ispell-internal-change-dictionary'
12265 when not needed.
12266 (ispell-change-dictionary): Use this argument and call
12267 `ispell-internal-change-dictionary' after the possible change
12268 to `ispell-local-dictionary'.
12269 (ispell-internal-change-dictionary): Check for a change in
12270 personal dictionary use too.
12271
12272 2006-05-05 Eli Zaretskii <eliz@gnu.org>
12273
12274 * startup.el (command-line): On MS-Windows, probe "~", not
12275 "~USER", for warning about non-existent home directory.
12276
12277 * arc-mode.el (archive-l-e): New optional argument `float' means
12278 generate a float value.
12279 (archive-arc-summarize, archive-lzh-summarize)
12280 (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
12281 with 3rd argument non-nil when file's size is being computed.
12282 Format the file sizes with %8.0f instead of %8d.
12283
12284 2006-05-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12285
12286 * cus-start.el (all): Add mac-dnd-known-types.
12287
12288 * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
12289 (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
12290 (mac-TIFF-to-string): New functions.
12291 (x-get-selection, x-selection-value)
12292 (mac-select-convert-to-string): Use them.
12293 (mac-text-encoding-mac-japanese-basic-variant): New constant.
12294 (mac-dnd-types-alist): New customization variable.
12295 (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
12296 (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
12297 (mac-dnd-handle-drag-n-drop-event): New functions.
12298 (mac-drag-n-drop): Remove function.
12299 (global-map): Bind drag-n-drop and M-drag-n-drop to
12300 mac-dnd-handle-drag-n-drop-event.
12301
12302 2006-05-04 Karl Chen <quarl@NOSPAM.quarl.org>
12303
12304 * progmodes/perl-mode.el (perl-beginning-of-function):
12305 Skip anonymous subs.
12306
12307 2006-05-04 Dan Nicolaescu <dann@ics.uci.edu>
12308
12309 * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
12310 regexp-opt at run time.
12311
12312 * term.el (term-handle-ansi-escape): Fix off by one error.
12313
12314 2006-05-04 Nick Roberts <nickrob@snap.net.nz>
12315
12316 * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
12317 (gdb-init-1, gdb-post-prompt): ...and references to it.
12318 (gdb-frame-handler): Strip directory name from filename if present.
12319
12320 * progmodes/gud.el (gdb-force-update): Delete defvar
12321 (gud-speedbar-buttons): ...and references to it. Use window-start
12322 to try to keep positon in watch expression.
12323
12324 2006-05-03 Richard Stallman <rms@gnu.org>
12325
12326 * simple.el (next-history-element, previous-history-element): Doc fix.
12327
12328 * isearch.el (isearch-update-ring): Doc fix.
12329
12330 2006-05-03 Dan Nicolaescu <dann@ics.uci.edu>
12331
12332 * isearch.el (isearch-update-ring): Take history-delete-duplicates
12333 into consideration. Replace one arm ifs with whens.
12334
12335 2006-05-03 Nick Roberts <nickrob@snap.net.nz>
12336
12337 * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
12338 (menu): Fix typo.
12339
12340 2006-05-02 Miles Bader <miles@gnu.org>
12341
12342 * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
12343
12344 2006-05-02 Jay Belanger <belanger@truman.edu>
12345
12346 * calc/calc-embed.el (calc-override-minor-modes-map)
12347 (calc-override-minor-modes): New variables.
12348 (calc-do-embedded): Make sure that Calc keystrokes aren't
12349 overwritten by minor modes.
12350
12351 2006-05-02 Chong Yidong <cyd@mit.edu>
12352
12353 * msb.el (msb): If EVENT is a down event, read and discard the up event.
12354
12355 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
12356
12357 * startup.el (command-line-1): Refer to Lisp manual when
12358 pure-space-overflow occurs.
12359
12360 * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
12361 (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
12362 (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
12363 (version-control): Don't use `t' for safe-local-variable declarations.
12364
12365 2006-05-01 Richard Stallman <rms@gnu.org>
12366
12367 * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
12368 M-r, M-R, M-A, M-SPC or M-DEL.
12369 (diff-mode-map): diff-refine-hunk now on C-c C-w
12370 (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
12371
12372 * help-mode.el (help-mode): view-exit-action calls delete-window
12373 only when it is safe and possible.
12374
12375 * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
12376 in messages.
12377
12378 * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
12379
12380 * tool-bar.el (tool-bar-setup): Put Help and Preferences items
12381 in the default tool-bar-map.
12382
12383 2006-05-01 Michael Albinus <michael.albinus@gmx.de>
12384
12385 * net/tramp.el (tramp-completion-file-name-handler-alist)
12386 (tramp-run-real-handler, tramp-completion-run-real-handler)
12387 (tramp-completion-handle-file-name-all-completions)
12388 (tramp-completion-handle-file-name-completion): Autoload them.
12389 (tramp-completion-handle-file-exists-p)
12390 (tramp-completion-handle-file-name-directory)
12391 (tramp-completion-handle-file-name-nondirectory)
12392 (tramp-completion-handle-expand-file-name): Remove them.
12393 (tramp-handle-file-name-directory): Return the real directory name.
12394 Returning "/" only doesn't need to be necessary any longer.
12395 (tramp-file-name-handler): Make special attention when in hostname
12396 completion mode.
12397 (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
12398 (tramp-register-file-name-handlers):
12399 Register `tramp-completion-file-name-handler' only when
12400 `partial-completion-mode' is enabled.
12401 (tramp-completion-handle-file-name-all-completions):
12402 Delete directory part from results.
12403 (tramp-get-completion-methods, tramp-get-completion-user-host):
12404 Discard deleting "/", it doesn't work after the change of
12405 `tramp-handle-file-name-directory' above.
12406
12407 2006-05-01 Kim F. Storm <storm@cua.dk>
12408
12409 * progmodes/grep.el (grep-expand-template): Use save-match-data
12410 and symbol-value.
12411
12412 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12413
12414 * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
12415 Use select-frame-set-input-focus instead of raise-frame.
12416 (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
12417
12418 2006-05-01 Nick Roberts <nickrob@snap.net.nz>
12419
12420 * progmodes/gud.el (gud-def): Add %c case.
12421 (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
12422 (gud-format-command): Make match case sensitive. Match on %F.
12423
12424 2006-04-30 Glenn Morris <rgm@gnu.org>
12425
12426 * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
12427 (cal-tex-preamble): Use cal-tex-preamble-extra.
12428 (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
12429 than alias `list-diary-entries'.
12430
12431 2006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
12432
12433 * help-fns.el (describe-variable): Add info about safe local variables.
12434
12435 2006-04-29 Richard Stallman <rms@gnu.org>
12436
12437 * bindings.el (mode-line-format): help-echo doc fixes.
12438
12439 * net/tramp.el (tramp-file-name-handler-alist): Delete
12440 expand-file-name and other operations that can cause spurious loading.
12441
12442 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
12443
12444 * files.el (safe-local-variable-p): Remove support for the special
12445 value t.
12446
12447 * textmodes/paragraphs.el (sentence-end-without-space):
12448 Fix safety predicate.
12449 (sentence-end-double-space, sentence-end-without-period)
12450 (paragraph-ignore-fill-prefix):
12451 * textmodes/fill.el (colon-double-space):
12452 * abbrev.el (abbrev-mode): Tighten the safety predicate.
12453
12454 * subr.el (booleanp): New fun.
12455
12456 * textmodes/reftex-vars.el (reftex-guess-label-type):
12457 Tighten the safety predicate.
12458
12459 2006-04-28 Kim F. Storm <storm@cua.dk>
12460
12461 * progmodes/grep.el (defgroup grep): Doc fix.
12462 (grep-auto-highlight): Remove.
12463 (grep-template): New defcustom.
12464 (grep-find-template): Rename from grep-tree-template.
12465 (grep-files-aliases): Rename from grep-tree-files-aliases.
12466 Remove "all" alias, add "l" alias.
12467 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
12468 (grep-find-ignored-directories): New defcustom to replace
12469 grep-tree-ignore-CVS-directories, to facilitate ignoring
12470 subdirectories for multiple version control systems.
12471 (grep-mode-map): Add Recursive grep item to GREP menu.
12472 (grep-regexp-history, grep-files-history): New defvars.
12473 (grep-probe): New helper function.
12474 (grep-compute-defaults): Use it to simplify code.
12475 Adapt to name changes.
12476 Use `.' as base in grep-find-template rather than <D>.
12477 (grep): Remove superfluous highlight-regexp arg. Fix doc.
12478 Call grep-compute-defaults unconditionally.
12479 (grep-expand-keywords): New defconst.
12480 (grep-expand-template): Rename from grep-expand-command-macros.
12481 Simplify via grep-expand-keywords. Look at case-fold-search instead
12482 of grep-tree-ignore-case to add -i option.
12483 Bind case-fold-search to nil while matching keywords.
12484 (grep-tree-last-regexp, grep-tree-last-files): Remove.
12485 (grep-read-regexp, grep-read-files): New helper functions.
12486 (rgrep): Rename from grep-tree. Rework to use proper histories.
12487 Adapt to changes in defcustoms and functions above.
12488 (lgrep): New command, as grep, but using same interactive UI as rgrep.
12489
12490 2006-04-28 Michael Albinus <michael.albinus@gmx.de>
12491
12492 * net/tramp.el (tramp-completion-file-name-handler):
12493 Disable Tramp's functionality while loading Tramp itself.
12494 (tramp-register-file-name-handlers): That's a defsubst now.
12495 Code from `tramp-repair-jka-compr' moved here. Apply it via
12496 `after-init-hook'.
12497 (tramp-repair-jka-compr): Remove.
12498
12499 2006-04-27 Jay Belanger <belanger@truman.edu>
12500
12501 * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
12502 read expression when `math-read-big-expr' doesn't work.
12503
12504 2006-04-27 Reiner Steib <Reiner.Steib@gmx.de>
12505
12506 * startup.el (command-line-1): Display warning when
12507 pure-space-overflow is non-nil.
12508
12509 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12510
12511 * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
12512 risky.
12513
12514 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12515
12516 * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
12517 Return the URL or nil if none can be generated.
12518
12519 2006-04-27 Nick Roberts <nickrob@snap.net.nz>
12520
12521 * progmodes/gud.el (gud-comint-buffer): Move forward to stop
12522 byte compiler warnings.
12523 (gud-basic-call, gud-find-expr): Let user select an expression
12524 for printing. Print expression as well as value in GUD buffer.
12525
12526 2006-04-17 Ken Manheimer <ken.manheimer@gmail.com>
12527
12528 * allout.el: Remove local autoload declaration for
12529 pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
12530 (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
12531 (allout-plain-bullets-string, allout-distinctive-bullets-string)
12532 (allout-use-mode-specific-leader, allout-old-style-prefixes)
12533 (allout-stylish-prefixes, allout-numbered-bullet)
12534 (allout-file-xref-bullet, allout-presentation-padding)
12535 (allout-use-hanging-indents, allout-reindent-bodies): Mark as
12536 safe-local-variable with suitable value spec, and add autoload
12537 cookie for loaddefs inclusion. We now use an explicit spec everywhere.
12538 (move-beginning-of-line, move-end-of-line): Repair so these compat
12539 functions now actually resituate the point, when appropriate.
12540
12541 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
12542
12543 * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
12544
12545 * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
12546 (add-log-iso8601-time-string): Fix call to format-time-string.
12547
12548 2006-04-26 Kim F. Storm <storm@cua.dk>
12549
12550 * subr.el (posn-string, posn-image, posn-object): Doc fix.
12551
12552 2006-04-26 Masatake YAMATO <jet@gyve.org>
12553
12554 * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
12555 Add support for "//" style comments. Remove `b' flag
12556 from ?* in `asm-mode-syntax-table'.
12557
12558 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
12559
12560 * follow.el: Use (featurep 'xemacs) everywhere.
12561 (follow-mode): Use define-minor-mode.
12562 (follow-mode-map): Move initialization into the declaration.
12563 Use command remapping.
12564 (follow-emacs-version-xemacs-p): Remove.
12565 (follow-submit-feedback): Remove.
12566
12567 * allout.el (allout-layout, allout-passphrase-verifier-string)
12568 (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
12569
12570 * textmodes/reftex-vars.el (reftex-vref-is-default)
12571 (reftex-fref-is-default, reftex-guess-label-type):
12572 Tighten up a bit the safety predicate.
12573
12574 * textmodes/paragraphs.el (sentence-end-double-space)
12575 (sentence-end-without-period, sentence-end-without-space)
12576 (page-delimiter, paragraph-ignore-fill-prefix):
12577 Tighten up a bit the safety predicate.
12578
12579 * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
12580
12581 * progmodes/python.el (python-continuation-line-p)
12582 (python-beginning-of-statement): syntax-ppss may return
12583 a negative depth.
12584 (python-mode): Don't forcefully enable font-lock.
12585
12586 * time-stamp.el (time-stamp-start, time-stamp-end)
12587 (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
12588
12589 * add-log.el: Remove spurious * in docstrings.
12590 (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
12591 (add-change-log-entry): Use it here, since it's not specific
12592 to iso8601.
12593 (add-log-iso8601-time-string): Don't use it here any more.
12594 (change-log-indent-text, change-log-indent): Rename from add-log-*.
12595
12596 * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
12597
12598 2006-04-25 Ryan Yeske <rcyeske@gmail.com>
12599
12600 * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
12601 (rcirc-toggle-low-priority): Doc fix.
12602 (rcirc-handler-NOTICE): Remove beginning of line anchor in
12603 ChanServ regexp.
12604 (rcirc-startup-channels-alist): Connect to #rcirc by default, not
12605 #emacs.
12606 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
12607 (rcirc-decode-coding-system): Use utf-8 as the default.
12608 (rcirc-multiline-minor-mode): Set the fill-column.
12609 (rcirc-format-response-string): Display bright and dim nicks.
12610 (rcirc-browse-url): Update interactive spec to fill ARG.
12611 (rcirc-bright-nick, rcirc-dim-nick): Add faces.
12612 (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
12613
12614 2006-04-24 J.D. Smith <jdsmith@as.arizona.edu>
12615
12616 * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
12617 case for @Article, etc.
12618
12619 2006-04-23 Michael Albinus <michael.albinus@gmx.de>
12620
12621 * net/tramp.el (tramp-register-file-name-handlers): New defun.
12622 Added with autoload cookie.
12623 (tramp-unload-file-name-handlers): Rename from
12624 `tramp-unload-file-name-handler-alist'.
12625
12626 2006-04-23 Romain Francoise <romain@orebokech.com>
12627
12628 * comint.el (comint-match-partial-filename): Doc fix.
12629
12630 2006-04-21 Glenn Morris <rgm@gnu.org>
12631
12632 * calendar/cal-menu.el (calendar-mode-map): Refer to
12633 `diary-view-entries' rather than alias `view-diary-entries'.
12634 * calendar/diary-lib.el (view-other-diary-entries): Ditto.
12635
12636 2006-04-21 Luc Teirlinck <teirllm@auburn.edu>
12637
12638 * progmodes/antlr-mode.el (antlr-default):
12639 * cus-edit.el (custom-documentation):
12640 * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
12641 in defface.
12642
12643 2006-04-21 Kim F. Storm <storm@cua.dk>
12644
12645 * image.el (image-type): New defun split out of create-image.
12646 (create-image): Use it.
12647
12648 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
12649
12650 * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
12651 (org-open-at-point): Remove the "...done" message to keep output
12652 in the echo area visible.
12653 (org-export-as-xoxo): Fix call to `indent-region'.
12654
12655 2006-04-21 Kevin Ryde <user42@zip.com.au>
12656
12657 * international/mule.el (keyboard-coding-system): defcustom
12658 info-link fixes: "Specify Coding" has been split, keyboard now in
12659 "Terminal Coding", and "Single-Byte Character Support" is now
12660 "Unibyte Mode".
12661
12662 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
12663
12664 * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
12665 Use font-lock-warning-face for any errors e.g. no stack.
12666 (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
12667
12668 2006-04-20 Dan Nicolaescu <dann@ics.uci.edu>
12669
12670 * progmodes/sh-script.el (sh-shell): Mark as safe.
12671
12672 * newcomment.el (comment-start, comment-start-skip)
12673 (comment-end-skip, comment-end): Mark as safe.
12674
12675 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
12676
12677 * textmodes/org.el (org-deadline-announce): Face removed.
12678 (org-level-faces, org-n-levels): Convert to constant.
12679 (org-compatible-face): New function.
12680 (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
12681 (org-level-5, org-level-6, org-level-7, org-level-8)
12682 (org-special-keyword, org-warning, org-headline-done, org-link)
12683 (org-date, org-tag, org-todo, org-done, org-table, org-formula)
12684 (org-scheduled-today, org-scheduled-previously, org-time-grid):
12685 Face definition revised for better color tty support.
12686 (org-bold-re, org-italic-re, org-underline-re): New constants.
12687 (org-set-font-lock-defaults): Use the new constants.
12688 (org-agenda-highlight-todo): New function.
12689 (org-agenda-todo): Fix bug with point at end of line.
12690 (org-agenda-change-all-lines, org-finalize-agenda-entries):
12691 Fontify TODO keywords.
12692 (org-insert-link): Preserve relative path in ../ links.
12693 (org-export-as-html): Convert links pointing to .org files into
12694 links that will work beteen the exported HTML files.
12695 (org-todo-list): Fix bug when arg=0.
12696 (org-insert-heading): More fine-tuning.
12697
12698 2006-04-19 Romain Francoise <romain@orebokech.com>
12699
12700 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
12701 from `rmail-mime-charset-pattern'.
12702
12703 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
12704
12705 * progmodes/python.el (python-mode): Fix typo.
12706
12707 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
12708
12709 * comint.el (comint-previous-input): Don't clobber input line
12710 when moving off either end of the input history ring.
12711 (comint-delete-input): New function, used by
12712 `comint-previous-input' and others.
12713 (comint-previous-matching-input):
12714 Use `coming-delete-input'. Save the partial input if leaving the
12715 edit line. Goto point-max before deleting input to avoid
12716 partial input fragments hanging around.
12717 (comint-restore-input): New function, used by `comint-previous-input'.
12718
12719 2006-04-18 Luc Teirlinck <teirllm@auburn.edu>
12720
12721 * imenu.el (imenu--index-alist): Balance parentheses.
12722
12723 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
12724
12725 * progmodes/python.el (python-mode): Add support for hs-minor-mode.
12726
12727 2006-04-19 Reiner Steib <Reiner.Steib@gmx.de>
12728
12729 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
12730 file is nil.
12731
12732 2006-04-18 Richard Stallman <rms@gnu.org>
12733
12734 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
12735
12736 * imenu.el (imenu-create-index-function, imenu--index-alist)
12737 (imenu--last-menubar-index-alist, imenu--make-index-alist)
12738 (imenu-default-create-index-function, imenu--generic-function):
12739 Doc fixes.
12740
12741 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
12742
12743 * help-mode.el (help-mode): Set view-exit-action to delete window.
12744
12745 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
12746 now works by passing nil as arg.
12747
12748 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
12749
12750 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
12751 (read-abbrev-file): Provide default when reading filename.
12752
12753 * files.el (enable-local-variables): Allow :all as value.
12754 (hack-local-variables): Implement that value.
12755 (safe-local-variable-values, safe-local-eval-forms)
12756 (enable-local-variables): Mark as risky.
12757 (find-file-visit-truename, kept-old-versions): Mark safe.
12758
12759 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
12760 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
12761 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
12762
12763 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
12764
12765 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
12766 Use forward-line so as to get to BOL even in the presence of fields.
12767 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
12768 in return.
12769 (inferior-tcl): Tell tclsh to work in interactive mode.
12770
12771 * complete.el (partial-completion-mode):
12772 Use 'choose-completion-string-functions to make sure that
12773 choose-completion fills the minibuffer properly.
12774
12775 * complete.el (PC-old-read-file-name-internal): Remove.
12776 (PC-read-include-file-name-internal): Remove. Turn it into an advice
12777 of read-file-name-internal.
12778 (partial-completion-mode): Enable/disable this advice.
12779
12780 2006-04-18 Juanma Barranquero <lekktu@gmail.com>
12781
12782 * net/tramp.el (tramp-completion-file-name-handler): Revert change
12783 of 2006-04-17.
12784
12785 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
12786
12787 * textmodes/org.el (org-insert-heading): Insert heading before
12788 current if at beginning of line.
12789 (org-todo, org-date): New faces.
12790 (org-table-align): Make sure tooltip window contains full text.
12791 (org-no-properties): New defsubst.
12792 (org-set-font-lock-defaults): Use new faces.
12793
12794 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
12795
12796 * progmodes/gud.el (gud-speedbar-item-info): Display frame address
12797 for root variables.
12798
12799 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
12800 (gdb-frame-address): Re-use to identify frame for watch expression.
12801 (gdb-var-list, gdb-var-create-handler): Add frame address for root
12802 variables.
12803 (gdb-init-1, gdb-source, gdb-post-prompt)
12804 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
12805 (gdb-frame-handler): Get gdb-frame-address.
12806
12807 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
12808
12809 Sync with Tramp 2.0.53.
12810
12811 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
12812 'control. Reported by Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>.
12813 (tramp-completion-file-name-handler): Add autoload cookie for
12814 adding to `file-name-handler-alist'.
12815
12816 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
12817 the prompt. If it returns earlier (when detecting an error
12818 message), the rest of the output will merge accidently with the
12819 output of the next command. Reported by M Jared Finder
12820 <jared@hpalace.com>.
12821
12822 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
12823 for `process-file', in order to let it work for older Emacsen too.
12824
12825 2006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de>
12826
12827 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
12828 (tex-font-lock-keywords-3): Use it.
12829
12830 2006-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
12831
12832 * newcomment.el (comment-add): New function.
12833 (comment-region-default, comment-dwim): Use it.
12834
12835 2006-04-15 Michael Olson <mwolson@gnu.org>
12836
12837 * emacs-lisp/tq.el: Improve comments.
12838 (tq-queue-head-question): New accessor function.
12839 (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
12840 Update for modified queue structure.
12841 (tq-queue-add): Accept `question' argument.
12842 (tq-queue-pop): If a question is pending, send it.
12843 (tq-enqueue): Accept new optional argument `delay-question'.
12844 If this is non-nil, and at least one other question is pending a
12845 response, queue the question rather than sending it immediately.
12846
12847 2006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12848
12849 * calendar/appt.el (appt-add): Check whether an appointment is
12850 already present in appt-time-msg-list. Simplify code.
12851
12852 2006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
12853
12854 * progmodes/cc-langs.el (c-mode-menu):
12855 Don't presume c-subword-mode is bound.
12856
12857 2006-04-13 Bill Wohler <wohler@newt.com>
12858
12859 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
12860 (customize-package-emacs-version): Use cdr instead of cadr now
12861 that alists use dotted pairs.
12862
12863 * custom.el (defcustom): Fix docstring for :package-version.
12864
12865 2006-04-13 Michael Albinus <michael.albinus@gmx.de>
12866
12867 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
12868 (tramp-handle-shell-command): Display output buffer only when
12869 `tramp-display-shell-command-buffer' is true.
12870 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
12871
12872 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
12873
12874 * textmodes/org.el (org-set-autofill-regexps): Set only the local
12875 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
12876
12877 2006-04-13 Romain Francoise <romain@orebokech.com>
12878
12879 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
12880 leaving temporary .cvsignore buffers behind.
12881
12882 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
12883
12884 * textmodes/org.el (org-set-regexps-and-options)
12885 (org-get-current-options): Better names for the startup folding
12886 options.
12887
12888 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
12889
12890 * vc.el (vc-annotate): Arrange for point to end up at the same
12891 line number as in the original, but only when using a new buffer.
12892
12893 2006-04-12 Stuart Herring <herring@lanl.gov> (tiny change)
12894
12895 * files.el (hack-one-local-variable-eval-safep):
12896 Recognize `edebug-form-spec' for `put', but only if it passes
12897 `edebug-basic-spec'. Generalize `put' handling.
12898
12899 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
12900 vetting file-local form specs.
12901
12902 * allout.el (allout-layout): Autoload its `safe-local-variable'
12903 property.
12904
12905 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
12906
12907 * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
12908 (org-agenda-mouse-1-follows-link)
12909 (org-mouse-1-follows-link): New options.
12910 (org-format-agenda-item): Fix bug if TAGS is nil.
12911 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
12912
12913 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
12914
12915 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
12916 GDB 6.1+ gives full filename for "info sources" so use
12917 file-name-nondirectory.
12918
12919 2006-04-12 Romain Francoise <romain@orebokech.com>
12920
12921 * subr.el (read-passwd): Bind `message-log-max' to nil.
12922
12923 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
12924
12925 * progmodes/perl-mode.el (perl-indent-new-calculate):
12926 Recompute parse-start after jumping backward by a whole sexp.
12927
12928 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
12929
12930 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
12931 window configuration.
12932 (vc-annotate-display-select): Select the buffer so that current-buffer
12933 (and selected-window) is the output buffer at the end of vc-annotate.
12934
12935 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
12936
12937 * vc.el (vc-annotate-color-map): Add custom TTY color map for
12938 8-color terminals, to use all of the colors in a sensible order.
12939 256-color terminals work well with the standard map.
12940 (vc-annotate-lines): Only strip the first color character if it
12941 is "#", to allow for terminal-style named colors.
12942 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
12943 the correct buffer is scrolled.
12944
12945 2006-04-11 Richard Stallman <rms@gnu.org>
12946
12947 * emacs-lisp/bytecomp.el (byte-compile-file):
12948 Bind enable-local-variables to :safe, and make normal-mode obey it.
12949
12950 * files.el (enable-local-variables): Allow value :safe.
12951 (normal-mode): Doc fix.
12952 (hack-local-variables): Implement enable-local-variables = :safe.
12953 (hack-local-variables-confirm): Don't prevent quitting.
12954
12955 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
12956
12957 * loadhist.el (unload-feature): A bit of sanity check of
12958 load-history entries. Cancel timer-vars before unbinding them.
12959
12960 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
12961 quote special chars, and make the trick work on the hex part of the
12962 buffer as well.
12963 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
12964 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
12965
12966 * startup.el (normal-splash-screen): Fix last change so we don't wait
12967 2 minutes if we don't show the splash screen.
12968
12969 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
12970
12971 * textmodes/org.el (org-export-plain-list-max-depth)
12972 (org-table-spaces-around-separators)
12973 (org-radio-targets, org-activate-camels)
12974 (org-table-spaces-around-invisible-separators): Options removed.
12975 (org-time-stamp-rounding-minutes, org-remember-templates)
12976 (org-ellipsis, org-activate-links, org-descriptive-links):
12977 New options.
12978 (org-remember-apply-template, org-current-time)
12979 (org-finish-edit-table-field)
12980 (org-link-unescape, org-link-escape)
12981 (org-string-width, org-table-clean-line, org-html-do-expand)
12982 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
12983 (org-read-agenda-file-list): New functions.
12984 (org-table-edit-field)
12985 (org-table-create-or-convert-from-region): New commands
12986 (org-table-toggle-vline-visibility): Command removed.
12987 (org-table-convert-region): Made a command.
12988 (orgtbl-deleta-backward-char, orgtbl-delete-char): Remove commands.
12989 Replace with the normal org- functions.
12990 (org-self-insert-command): Don't trigger realign unnecessarily
12991 when blanking a field that is not full.
12992 (org-mode): `Set buffer-invisibility-spec' for links.
12993 (org-activate-links2): Hide link part and only show descriptive
12994 part of the link.
12995 (org-insert-link): Modify for new linking system.
12996 (org-store-link): Store description separately, for use by
12997 `org-insert-link'.
12998 (org-table-align): Use `org-string-width'.
12999 (defgroup): Completely new group structure for custom variables.
13000 (org-agenda-files): Option: Single file name allowed. Function:
13001 Optional argument unrestrited means ignore any restricitons.
13002 (org-install-agenda-files-menu): Find a buffer in Org-mode before
13003 trying to modify the menu. Use generalized access to
13004 `org-agenda-files.'
13005 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
13006 (org-agenda-file-to-front, org-remove-file, org-diary)
13007 (org-tags-view, org-export-icalendar-all-agenda-files)
13008 (org-export-icalendar-combine-agenda-files): Use generalized
13009 access to `org-agenda-files'.
13010 (org-remember-handler): Correctly preserve heading if present.
13011 (org-table-insert-row, org-table-insert-hline): Deal with
13012 invisible characters.
13013
13014 2006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
13015
13016 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
13017 (vc-annotate-color-map): New 18 element constant
13018 value/saturation, rotating hue colormap, from red->blue.
13019 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
13020 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
13021 (vc-annotate): To avoid killing the required local variables,
13022 set them before the end of `with-output-to-temp-buffer', and
13023 after first switching to annotate-mode.
13024 (vc-annotate-warp-version): Add buffer argument in goto-line to
13025 ensure annotation, not source, is scrolled.
13026
13027 2006-04-10 Bill Wohler <wohler@newt.com>
13028
13029 * custom.el (defcustom, custom-handle-keyword):
13030 Add :package-version keyword.
13031 (custom-add-package-version): New function. Sets value of new
13032 property 'custom-package-version from :package-version keyword.
13033 (defcustom): Create Common Keywords section in docstring.
13034 (defface, defgroup): Replace definitions of a select few keywords
13035 with a reference to the Common Keywords in defcustom.
13036 (defcustom, defface, defgroup): Replace reference to Customization
13037 chapter in manual with hyperlink.
13038
13039 * cus-edit.el (customize-package-emacs-version-alist): New variable.
13040 (customize-changed-options): Add check for custom-package-version.
13041 (customize-package-emacs-version): New function to look up Emacs
13042 version corresponding to the given package version.
13043
13044 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
13045 defun name, in similar fashion to find-variable-regexp.
13046
13047 2006-04-10 Eli Zaretskii <eliz@gnu.org>
13048
13049 * international/mule-cmds.el (set-locale-environment): Fix last
13050 change for when the locale's preferences don't specify any encoding.
13051
13052 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
13053
13054 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
13055 so the defined var/fun doesn't need to be quoted.
13056
13057 2006-04-10 Richard Stallman <rms@gnu.org>
13058
13059 * finder.el (finder-mode-map): Add n and p bindings.
13060
13061 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
13062
13063 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
13064 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
13065 (gdb-setup-windows): Put something in source window if we can't find
13066 the source file.
13067 (gdb-frame-handler): Make it work again with just assembly.
13068 (gdb-data-list-register-values-handler): Make it work when there is
13069 no stack.
13070
13071 2006-04-09 Richard Stallman <rms@gnu.org>
13072
13073 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
13074 specs while looking for charset.
13075
13076 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
13077
13078 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
13079 Make them faces.
13080 (lm-font-lock-keywords): Update appropriately.
13081
13082 2006-04-10 Kim F. Storm <storm@cua.dk>
13083
13084 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
13085 it can also replace buffer-substring-no-properties.
13086
13087 * emulation/cua-base.el (cua-delete-region, cua-paste)
13088 (cua-repeat-replace-region): Use filter-buffer-substring.
13089
13090 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
13091 (cua-cut-region-to-global-mark): Likewise.
13092
13093 * emulation/cua-rect.el (cua--extract-rectangle)
13094 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
13095
13096 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13097
13098 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
13099 entry-type. Add field delimiters to numerical fields if they are
13100 not present.
13101
13102 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13103
13104 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
13105 string-const to return value.
13106 (bibtex-remove-delimiters): Use it.
13107
13108 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
13109
13110 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
13111 cl-byte-compile-compiler-macro unless it exists.
13112
13113 2006-04-08 Eli Zaretskii <eliz@gnu.org>
13114
13115 * files.el (hack-local-variables-confirm) <offer-save>:
13116 Clarify message text. Suggested by Ralf Angeli.
13117
13118 2006-04-08 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
13119
13120 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
13121 (delete-extract-rectangle-line): Use `filter-buffer-substring'
13122 instead of `buffer-substring' and `delete-region'. (Most of the
13123 code actually copied from `kill-region'.)
13124
13125 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
13126
13127 * rcirc.el (rcirc-default-server): Rename from rcirc-server.
13128 (rcirc-default-port): Rename from rcirc-port.
13129 (rcirc-default-nick): Rename from rcirc-nick.
13130 (rcirc-default-user-name): Rename from rcirc-user-name.
13131 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
13132 (rcirc-low-priority-flag): New variable.
13133 (rcirc-decode-coding-system): New defcustom.
13134 (rcirc-encode-coding-system): New defcustom.
13135 (rcirc-coding-system-alist): New defcustom.
13136 (rcirc-multiline-major-mode): New defcustom.
13137 (rcirc-nick): New internal variable.
13138 (rcirc-process): Remove variable.
13139 (rcirc-server-buffer): New variable.
13140 (rcirc): Update to use rcirc-default-* variables above.
13141 (rcirc-connect): Do not add window-configuration-hook-here.
13142 (rcirc-server): New internal variable.
13143 (rcirc-connect): Do not send keepalive pings if
13144 rcirc-keepalive-seconds is nil.
13145 (with-rcirc-server-buffer): New macro.
13146 (rcirc-send-string): Encode with rcirc-encode-coding-system.
13147 (rcirc-server-name): Rename from rcirc-server.
13148 (rcirc-buffer-process): New function.
13149 (rcirc-buffer-nick): New function.
13150 (rcirc-buffer-target): Remove function.
13151 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
13152 New commands.
13153 (rcirc-mode-map): Change binding of C-c C-l to
13154 rcirc-toggle-low-priority.
13155 (rcirc-mode): Initialize coding system based on
13156 rcirc-coding-system-alist. New change-major-mode-hook to part the
13157 channel on a mode change. Make kill-buffer-hook buffer-local.
13158 (rcirc-change-major-mode-hook): New function.
13159 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
13160 (rcirc-last-post-time): New variable.
13161 (rcirc-process-message): Store the last time user posted a message
13162 to this target.
13163 (rcirc-multiline-minor-mode): New mode.
13164 (rcirc-multiline-minor-mode-map): New mode map.
13165 (rcirc-edit-multiline): Put multiline-edit buffer in
13166 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
13167 (rcirc-print): Ignore any line starting with an ignored nick.
13168 (rcirc-print): Decode using rcirc-decode-coding-system.
13169 (rcirc-track-minor-mode): Update global-mode-string when disabling
13170 this mode.
13171 (minor-mode-alist): Add LowPri indicator.
13172 (rcirc-toggle-low-priority): New function.
13173 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
13174 next lowpriority buffer with activity.
13175 (rcirc-record-activity): Sort buffers in rcirc-activity by the
13176 last time the user posted a message in to the target.
13177 (rcirc-update-activity-string): New formatting for low priority
13178 buffers.
13179 (rcirc-split-activity): New function.
13180 (rcirc-handler-PART, rcirc-handler-KICK)
13181 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
13182 (rcirc-nick-away-alist): New variable.
13183 (rcirc-handler-301): New handler. Away messages are printed once
13184 per change.
13185
13186 2006-04-08 Eli Zaretskii <eliz@gnu.org>
13187
13188 * info.el (Info-follow-nearest-node): Doc fix.
13189
13190 * international/mule-cmds.el (set-locale-environment): Make sure
13191 the coding-system preferred by the locale's language has the same
13192 EOL conversion type as the original buffer-file-coding-system.
13193 (locale-language-names): Add a few MS Windows language codes.
13194
13195 2006-04-07 Richard Stallman <rms@gnu.org>
13196
13197 * simple.el (eval-expression): Doc fix.
13198
13199 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
13200 (eval-defun): Doc fixes.
13201
13202 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
13203
13204 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
13205
13206 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
13207
13208 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
13209 GDB list command without argument for greater generality.
13210
13211 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
13212
13213 * subr.el (string-or-null-p): New function.
13214
13215 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
13216
13217 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
13218
13219 * files.el: Update comment about safe-local-variable declarations.
13220
13221 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
13222
13223 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
13224 See idlwave.org.
13225
13226 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
13227 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
13228
13229 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
13230 See idlwave.org.
13231
13232 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
13233 version 6.0 (minimal changes). See idlwave.org.
13234
13235 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
13236 6.0 (minimal changes). See idlwave.org.
13237
13238 * progmodes/idlw-rinfo.el: File obsoleted and removed.
13239
13240 2006-04-06 Romain Francoise <romain@orebokech.com>
13241
13242 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
13243 symmetric encryption features and a new asynchronous interface to
13244 GnuPG. This new version is version 1.4, plus whitespace changes.
13245
13246 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
13247
13248 * files.el: Move some `safe-local-variable' declarations to the
13249 respective files.
13250
13251 * textmodes/ispell.el (ispell-check-comments)
13252 (ispell-local-dictionary): Mark as safe.
13253
13254 * abbrev.el (abbrev-mode): Mark as safe.
13255
13256 * add-log.el (change-log-default-name): Mark as safe.
13257
13258 * textmodes/reftex-vars.el (reftex-vref-is-default)
13259 (reftex-fref-is-default, reftex-level-indent)
13260 (reftex-guess-label-type): Mark as safe.
13261
13262 * textmodes/fill.el (colon-double-space): Mark as safe.
13263
13264 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
13265 (sentence-end-double-space, sentence-end-without-period)
13266 (sentence-end-without-space, sentence-end, sentence-end-base)
13267 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
13268
13269 2006-04-06 Kim F. Storm <storm@cua.dk>
13270
13271 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
13272 the :set-after list.
13273 (ido-downcase-unc-hosts): New user option. Default on.
13274 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
13275 when it is set, as regexps are now applied on the fly.
13276 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
13277 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
13278 on the fly, but only when ido-process-ignore-lists is set.
13279 Do case insensitive filtering if ido-downcase-unc-hosts is set.
13280 Only downcase names if ido-downcase-unc-hosts is set.
13281
13282 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
13283
13284 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
13285
13286 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
13287
13288 2006-04-05 Kim F. Storm <storm@cua.dk>
13289
13290 * ido.el (ido-mode): Set after ido-unc-hosts and
13291 ido-ignore-unc-host-regexps.
13292 (ido-save-history): Save ido-unc-hosts-cache.
13293 (ido-load-history): Load ido-unc-hosts-cache.
13294 (ido-reread-directory): Refresh unc hosts cache in // dir.
13295
13296 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
13297 to nil while displaying slash screen.
13298
13299 2006-04-05 Daiki Ueno <ueno@unixuser.org>
13300
13301 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
13302 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
13303
13304 2006-04-05 Kenichi Handa <handa@m17n.org>
13305
13306 * international/characters.el: Setup cases of Latin, Greek, and
13307 Cyrillic characters in CJK charsets.
13308
13309 2006-03-29 Daiki Ueno <ueno@unixuser.org>
13310
13311 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
13312 default-enable-multibyte-characters. This reverts the change from
13313 revision 6.17 which is no longer necessary because the passphrase
13314 is sent separately now. GnuPG messages are unreadable under
13315 multibyte locales with default-enable-multibyte-characters set to nil.
13316
13317 2006-04-04 Andreas Schwab <schwab@suse.de>
13318
13319 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
13320 and `byte-compile-warnings' as `safe-local-variable'.
13321
13322 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
13323
13324 * man.el (Man-mode-map): Restore the \r binding.
13325 (Man-abstract-xref-man-page): If Man-target-string is a function,
13326 call it.
13327 (Man-highlight-references): Use Man-default-man-entry to get the
13328 target. Deal with xrefs too.
13329 (Man-highlight-references0): Don't call the target function.
13330
13331 * woman.el (WoMan-xref-man-page): Strip the section number, woman
13332 cannot deal with it.
13333
13334 2006-04-04 Daiki Ueno <ueno@unixuser.org>
13335
13336 * pgg-gpg.el: Clean up process buffers every time gpg processes
13337 complete.
13338
13339 2006-04-04 Kenichi Handa <handa@m17n.org>
13340
13341 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
13342 here.
13343 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
13344 Temporarily bind inhibit-field-text-motion to t.
13345
13346 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
13347
13348 * startup.el (normal-splash-screen): Only set mode-line-format in the
13349 splash buffer, so as not to interfere when debugging the code.
13350 Ignore errors when switching buffer.
13351
13352 2006-04-03 Romain Francoise <romain@orebokech.com>
13353
13354 * dired.el (dired-dnd-protocol-alist): Fix typo.
13355
13356 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
13357
13358 * savehist.el (savehist): Add :version.
13359 (savehist-ignored-variables): New variable.
13360 (savehist-minibuffer-hook): Don't save variables listed in
13361 `savehist-ignored-variables'.
13362
13363 * dired.el (dired-dnd-protocol-alist): Mention that change does
13364 only apply to new buffers in doc string.
13365
13366 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
13367
13368 * recentf.el (recentf-open-files-item): Include newline in button
13369 field, so opening a file will work, when the point is at the end
13370 of the file name. Allow, for example, to [i]search a file by
13371 extension and just push RET to open it.
13372
13373 2006-04-03 Daiki Ueno <ueno@unixuser.org>
13374
13375 * pgg-gpg.el (pgg-gpg-process-filter)
13376 (pgg-gpg-wait-for-completion): Check if buffer is alive.
13377
13378 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
13379 lines, temporary fix.
13380
13381 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
13382
13383 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
13384
13385 2006-04-02 Richard Stallman <rms@gnu.org>
13386
13387 * progmodes/compile.el (compilation-message-face): Make it defcustom.
13388
13389 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
13390
13391 * ibuf-macs.el (define-ibuffer-column): Add a new key:
13392 header-mouse-map.
13393
13394 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
13395 (ibuffer-mode-header-map): New keymaps.
13396 (ibuffer-update-title-and-summary): Enable mouse face highlighting
13397 and keybindings for column headers.
13398 (name, size, mode) <define-ibuffer-column>: Add a header-mouse-map
13399 property.
13400
13401 2006-04-02 Drew Adams <drew.adams@oracle.com>
13402
13403 * speedbar.el (speedbar-after-create-hook): Doc fix.
13404
13405 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
13406
13407 * shell.el (shell-directory-tracker)
13408 (shell-dynamic-complete-command): Doc fixes.
13409
13410 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
13411
13412 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
13413 terminals.
13414
13415 2006-04-01 Kim F. Storm <storm@cua.dk>
13416
13417 * ido.el (ido-unc-hosts-cache): New defvar.
13418 (ido-unc-hosts): If value of defcustom is a function, call it to
13419 get list of UNC hosts. Add function-item choices to specify
13420 ido-unc-hosts-net-view or user function.
13421 (ido-ignore-unc-host-regexps): New defcustom.
13422 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
13423 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
13424 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
13425
13426 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
13427
13428 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
13429 wwidth.
13430
13431 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
13432
13433 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
13434 (ido-max-work-file-list, ido-switch-buffer)
13435 (ido-read-file-name-as-directory-commands):
13436 Fix typos in docstrings.
13437
13438 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13439
13440 * term/mac-win.el (mac-system-coding-system): Define and use after
13441 Mac-specific coding systems are ready.
13442
13443 2006-03-27 Romain Francoise <romain@orebokech.com>
13444
13445 * net/rcirc.el (rcirc-connect): Add autoload cookie.
13446
13447 * ldefs-boot.el: Update.
13448
13449 2006-03-27 Daiki Ueno <ueno@unixuser.org>
13450
13451 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
13452 passphrases when it is not needed.
13453 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
13454 passphrase stuff from gpg, should only be necessary when you use
13455 gpg with a smartcard.
13456
13457 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
13458
13459 * comint.el (comint-dynamic-list-completions): Allow user to
13460 select *Completions* buffer.
13461
13462 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
13463
13464 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
13465
13466 2006-03-26 Andreas Schwab <schwab@suse.de>
13467
13468 * progmodes/gud.el (gdb): Only complain about multiple debugging
13469 when the gdb process is still running.
13470
13471 2006-03-25 Eli Zaretskii <eliz@gnu.org>
13472
13473 * mail/rmail.el (tool-bar-map): Defvar it.
13474 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
13475 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
13476
13477 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
13478
13479 * help.el (print-help-return-message): Suggest to use
13480 display-buffer instead of switch-to-buffer-other-window to restore
13481 the previous window without selecting it.
13482
13483 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13484
13485 * frame.el (select-frame-by-name): Call x-focus-frame also when
13486 window-system is mac.
13487
13488 * term/mac-win.el: Adjust Courier font specifications in
13489 x-fixed-font-alist.
13490 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
13491 when directly encoding to UTF-16 in native byte order, no BOM.
13492
13493 2006-03-25 Kim F. Storm <storm@cua.dk>
13494
13495 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
13496 (cua--init-keymaps): Use it instead of fixed C-return.
13497 (cua-mode): Set after it.
13498
13499 * emulation/cua-rect.el (cua--init-rectangles):
13500 Use cua-rectangle-mark-key instead of fixed C-return.
13501
13502 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
13503
13504 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
13505 "run" in .gdbinit.
13506 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
13507
13508 2006-03-24 Romain Francoise <romain@orebokech.com>
13509
13510 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
13511 `display-buffer-other-frame'.
13512
13513 2006-03-24 Kim F. Storm <storm@cua.dk>
13514
13515 * apropos.el (apropos-synonyms): Add selection => region.
13516
13517 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
13518
13519 * progmodes/gdb-ui.el (gdb-var-create-regexp)
13520 (gdb-var-list-children-regexp, gdb-var-update-regexp)
13521 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
13522 (gdb-data-list-register-values-regexp)
13523 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
13524 Future proof against new fields being added to MI output.
13525 (gdb-send): Don't treat backslashes for program input as
13526 continuations.
13527 (gdb-assembler-handler): Don't use window-start for this handler.
13528 (gdb-frame-handler): Don't change to hollow arrow if overlay
13529 arrow doesn't move to new frame.
13530
13531 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
13532
13533 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
13534 prevent compiler warnings.
13535 (gdb-stopped): Check for gud-last-last-frame (case: signal).
13536 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
13537 (gdb-assembler-custom): Use hollow-right-triangle for assembler
13538 buffer too.
13539
13540 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
13541
13542 * pgg-gpg.el (pgg-gpg-update-agent): Check for
13543 make-network-process, so we can use the same code in Gnus v5-10
13544 too and have this file fully synchronized with that release.
13545
13546 2006-03-23 Romain Francoise <romain@orebokech.com>
13547
13548 * ibuf-ext.el (ibuffer-read-filter-group-name):
13549 Use `ibuffer-generate-filter-groups' to make completion list match
13550 the filter groups that are really displayed in the Ibuffer buffer.
13551 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
13552
13553 2006-03-23 Kenichi Handa <handa@m17n.org>
13554
13555 * international/mule-cmds.el (sort-coding-systems): Describe that
13556 the argument is modified in docstring.
13557
13558 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
13559
13560 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
13561 (pgg-gpg-update-agent): New function.
13562 (pgg-gpg-use-agent-p): New function.
13563 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
13564 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13565 (pgg-gpg-sign-region): Use it.
13566
13567 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
13568
13569 * cus-edit.el (custom-face-set): Call custom-push-theme before
13570 face-spec set so that `changed' theme is correctly saved.
13571 (custom-face-reset-standard): Reset to recalculated face rather
13572 than defface spec.
13573
13574 * custom.el (custom-push-theme): Only save `changed' theme if the
13575 current face does not match the defface specs.
13576
13577 2006-03-21 Simon Josefsson <jas@extundo.com>
13578
13579 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
13580 <wilde@sha-bang.de>.
13581 (pgg-gpg-use-agent): New variable.
13582 (pgg-gpg-process-region): Use it.
13583 (pgg-gpg-encrypt-region): Likewise.
13584 (pgg-gpg-encrypt-symmetric-region): Likewise.
13585 (pgg-gpg-decrypt-region): Likewise.
13586 (pgg-gpg-sign-region): Likewise.
13587 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
13588
13589 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
13590
13591 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
13592 bracket links.
13593
13594 2006-03-21 Kim F. Storm <storm@cua.dk>
13595
13596 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
13597 fringe-indicator-alist instead of modifying global value.
13598 (gdb-frame-handler): Likewise.
13599
13600 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
13601
13602 * diff-mode.el (diff-function): Make it inherit from diff-header
13603 instead of diff-context.
13604
13605 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
13606 bitmap.
13607 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
13608 change names in macro above for consistency.
13609 (gdb-frame-handler): Use hollow-right-triangle for all selected
13610 frames which except the innermost (where execution has stopped).
13611 (gdb-reset): Reset buffer-local values of overlay-arrow.
13612
13613 2006-03-20 Richard Stallman <rms@gnu.org>
13614
13615 * simple.el (set-mark-command): Doc fix.
13616
13617 * files.el (display-buffer-other-frame): New command.
13618 (ctl-x-4-map): Bind C-x 5 C-o to it.
13619
13620 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
13621
13622 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
13623 rather than just defer-time, in case defer-time has been changed but
13624 the timer isn't running yet.
13625 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
13626
13627 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
13628
13629 * help-mode.el (help-follow-symbol): New function.
13630 Essentially identical to the old `help-follow', but do not let
13631 `push-button' do the work when on an xref.
13632 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
13633
13634 2006-03-19 Richard Stallman <rms@gnu.org>
13635
13636 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
13637 preceded by the word `program'.
13638 (help-follow-mouse, help-follow): Throw error if not on xref.
13639 Delete no longer used args.
13640
13641 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
13642
13643 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
13644 annotation ensure gud-overlay-arrow-position is redisplayed.
13645
13646 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13647
13648 * textmodes/bibtex.el (bibtex-include-OPTkey)
13649 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
13650 (bibtex-autokey-name-case-convert)
13651 (bibtex-autokey-titleword-case-convert): Make these the aliases
13652 for the following two variables.
13653 (bibtex-autokey-name-case-convert-function)
13654 (bibtex-autokey-titleword-case-convert-function): Make these the
13655 real names.
13656 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
13657 bibtex-font-lock-crossref sublists.
13658 (bibtex-mode): Revert 2005-12-30 change (which made
13659 completion-ignore-case buffer-local).
13660 (bibtex-url): Simplify.
13661
13662 2006-03-19 Kim F. Storm <storm@cua.dk>
13663
13664 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
13665 cursor property value to 2 (to align with C level change).
13666
13667 2006-03-19 Bill Wohler <wohler@newt.com>
13668
13669 * image.el (image-load-path-for-library): Shorten first line in
13670 docstring.
13671
13672 2006-03-18 Richard Stallman <rms@gnu.org>
13673
13674 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
13675
13676 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
13677
13678 * isearch.el (isearch-other-meta-char): Handle user bindings for
13679 shifted control characters.
13680
13681 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
13682
13683 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
13684 part that matches email addresses, file names, etc.
13685
13686 2006-03-18 Eli Zaretskii <eliz@gnu.org>
13687
13688 * term/w32-win.el (mouse-set-font):
13689 Mention w32-list-proportional-fonts in the doc string.
13690
13691 2006-03-18 Kim F. Storm <storm@cua.dk>
13692
13693 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
13694 (ido-unc-hosts): New user option to explicitly define list of know
13695 UNC-style hosts for completion.
13696 (ido-cache-unc-host-shares-time): New user option.
13697 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
13698 New helper functions for UNC file-name support.
13699 (ido-may-cache-directory): Check for UNC host. Simplify.
13700 (ido-wash-history): Clean out old UNC hosts.
13701 (ido-nonreadable-directory-p): UNC hosts are always readable.
13702 (ido-directory-too-big-p): UNC hosts are never too big.
13703 (ido-set-current-directory): Handle UNC root path.
13704 (ido-file-name-all-completions): Complete UNC host names from
13705 ido-unc-hosts list. Cache UNC host shares.
13706 (ido-make-file-list-1): Don't filter UNC root.
13707 (ido-exhibit): Check for // in root directory, and switch to UNC
13708 mode by setting ido-current-directory to //.
13709
13710 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
13711
13712 * cus-edit.el (customize-changed-options): Mention explicit
13713 version number as default in prompt.
13714
13715 2006-03-17 Bill Wohler <wohler@newt.com>
13716
13717 * image.el (image-load-path-for-library): Minor docstring fix.
13718
13719 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
13720
13721 * textmodes/org.el (org-read-date): Include subgroup 5 into
13722 replacement text.
13723 (org-popup-calendar-for-date-prompt): Fix customization type.
13724
13725 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
13726
13727 * progmodes/gdb-ui.el (gud-watch): Provide completion.
13728 (gdb-continuation): New variable.
13729 (gdb-send): Deal with continuation lines.
13730
13731 * progmodes/gud.el (gud-gdb-complete-command)
13732 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
13733 expressions.
13734 (gud-tooltip-mode): Use buffer-local value.
13735
13736 2006-03-16 Kim F. Storm <storm@cua.dk>
13737
13738 * ido.el (ido-edit-input): Use selected match, if any.
13739
13740 2006-03-16 Bill Wohler <wohler@newt.com>
13741
13742 * image.el (image-load-path-for-library): Prefer user's images in
13743 image-load-path.
13744
13745 2006-03-16 Martin Rudalics <rudalics@gmx.at>
13746
13747 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
13748 when checking for attempt to drag leftmost or rightmost scrollbar.
13749
13750 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
13751
13752 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
13753 (gdb-force-mode-line-update): New function.
13754 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
13755 (gdb-exited): Use them.
13756 (gdb-signal): New function.
13757 (gdb-annotation-rules): Provide a rule for it.
13758
13759 2006-03-16 Kenichi Handa <handa@m17n.org>
13760
13761 * international/mule.el (auto-coding-regexp-alist): Add entries
13762 for Unicode BOM.
13763
13764 * sort.el (sort-build-lists): Temporarily bind
13765 inhibit-field-text-motion to t.
13766
13767 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
13768
13769 * locate.el (locate-command, locate-make-command-line)
13770 (locate-fcodes-file, locate-update-command)
13771 (locate-prompt-for-command, locate, locate-with-filter)
13772 (locate-get-file-positions): Doc fixes.
13773 (locate-buffer-name, locate-header-face): Remove leading `*' in
13774 defcustom.
13775 (locate-filter-output): Use `keep-lines' instead of its alias
13776 `delete-non-matching-lines'.
13777 (locate-get-filename, locate-get-dirname): Add introductory comment.
13778 (locate-find-directory-other-window): Give appropriate error
13779 message if used outside main listing.
13780
13781 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
13782
13783 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
13784 the new extend-region feature.
13785 (font-lock-after-change-function): Update correspondingly.
13786 * jit-lock.el (jit-lock-after-change): Update correspondingly.
13787 * progmodes/grep.el (font-lock-lines-before): Don't disable.
13788
13789 2006-03-15 Bill Wohler <wohler@newt.com>
13790
13791 * image.el (image-load-path-for-library): Fix example by not
13792 recommending that one binds image-load-path. Just defvar it to
13793 placate compiler and only use it if previously defined.
13794
13795 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
13796
13797 * textmodes/org.el (org-insert-centered): Use `string-width' to
13798 make underlining work for wide characters.
13799 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
13800 TAB to `org-cycle', to make sure that no binding in
13801 `outline-mode-map' can supercede it.
13802
13803 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
13804
13805 * allout.el: Increment version to 2.2.1 in file commentary.
13806
13807 (allout-version): Increment to 2.2.1.
13808
13809 (allout-default-layout): New customization variable, used when the
13810 file lacks a specific allout-layout. Uses allout-layout-type for
13811 recursively nested definition.
13812
13813 (allout-layout-type): Widget defining allout layouts, necessary for
13814 self-recursive definition.
13815
13816 (allout-mode): Incorporate allout-default-layout as fallback for
13817 allout-layout.
13818
13819 (allout-layout): Mark as 'safe-local-variable', and refer mention
13820 fallback to `allout-default-layout' in absence of a specified value.
13821 (allout-passphrase-verifier-string)
13822 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
13823
13824 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
13825
13826 (allout-get-encryption-passphrase-verifier): Use correct name of
13827 passphrase verifier in docstring.
13828
13829 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
13830
13831 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
13832 elements.
13833 (gdb-find-watch-expression): Make it work for arrays too.
13834 Follow change to gdb-var-list.
13835 (gud-watch): Allow the user to enter variable name with a prexix
13836 arg. Create keybindings.
13837 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
13838 (gdb-var-list-children-handler, gdb-var-update-handler)
13839 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
13840 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
13841 Follow change to gdb-var-list.
13842 (gdb-starting): Don't show the overlay arrows when program is running.
13843
13844 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
13845 gdb-var-list.
13846
13847 2006-03-14 Bill Wohler <wohler@newt.com>
13848
13849 * image.el (image-load-path-for-library): Pass value of path
13850 rather than symbol. Always return list of directories.
13851 Guarantee that image directory comes first.
13852
13853 2006-03-14 Alan Mackenzie <acm@muc.de>
13854
13855 * font-core.el (font-lock-extend-region\(-function\)?.):
13856 New function/variable.
13857
13858 * font-lock.el (font-lock-after-change-function):
13859 Call font-lock-extend-region. Obey font-lock-lines-before.
13860 (font-lock-default-fontify-region): Remove reference to
13861 font-lock-lines-before.
13862
13863 * jit-lock.el (jit-lock-after-change):
13864 Call font-lock-extend-region. Obey font-lock-lines-before.
13865
13866 2006-03-14 David Ponce <david@dponce.com>
13867
13868 * tree-widget.el (tree-widget-themes-load-path)
13869 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
13870
13871 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
13872
13873 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
13874 (rcirc-print): Mark the start of text at the end of the prompt.
13875 (rcirc-track-minor-mode): Add autoload cookie.
13876 (rcirc-update-activity-string): Add space to front of mode-line
13877 indicator.
13878
13879 2006-03-13 Miles Bader <miles@gnu.org>
13880
13881 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
13882 (rcirc-abbrev-nick): Remove function.
13883 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
13884
13885 2006-03-13 David Ponce <david@dponce.com>
13886
13887 * tree-widget.el: Handle themes across all occurrences of the main
13888 themes sub-directory found in tree-widget-themes-load-path.
13889 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
13890 (tree-widget--locate-sub-directory): Return all occurrences.
13891 (tree-widget-themes-path): New function.
13892 Replace tree-widget-themes-directory, and return a list of directories.
13893 (tree-widget-set-parent-theme)
13894 (tree-widget-lookup-image): Use it.
13895
13896 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
13897
13898 * textmodes/org.el (org-link-search): Avoid self-matching of
13899 links, allow target text to be distributed over several lines.
13900 (org-search-not-link): New function.
13901 (org-set-regexps-and-options, org-get-current-options):
13902 New startup options.
13903 (org-export-as-html): Take odd-level setting from local variable.
13904 (org-fontify-emphasized-text): New option.
13905 (org-set-font-lock-defaults): Include emphasized text.
13906 (org-follow-mhe-link): Allow folder-only links, fix folder name.
13907 (org-font-lock): Customize group renamed from `org-faces'.
13908
13909 2006-03-13 John Paul Wallington <jpw@pobox.com>
13910
13911 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
13912 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
13913
13914 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
13915
13916 * cus-start.el (all): Delete :version keyword for members of the
13917 fringe group, since the entire group is new in 22.1.
13918
13919 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
13920
13921 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
13922 map if value is hexadecimal (an address).
13923 (gud-watch): Only search roots for existing watch expressions.
13924 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
13925 prevent caching problems with speedbar-update-directory-contents.
13926
13927 2006-03-12 Juri Linkov <juri@jurta.org>
13928
13929 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
13930 before comparing with `low' and `warn'.
13931
13932 * info.el (Info-dir-remove-duplicates): Move point to the
13933 beginning of the current line after deleting the entries from
13934 redundant heading. Use marker for `limit' and compare it with
13935 point before calling `re-search-forward'.
13936
13937 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
13938
13939 * simple.el (yank): Fix typo in docstring.
13940
13941 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
13942
13943 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
13944 messages, where "D" is the 6th character.
13945
13946 2006-03-11 Eli Zaretskii <eliz@gnu.org>
13947
13948 * simple.el (yank): Fix last change.
13949
13950 2006-03-11 David Ponce <david@dponce.com>
13951
13952 * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
13953 merging elements from the standard ispell-dictionary-alist.
13954 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
13955 alist, and return the new alist.
13956
13957 2006-03-11 Richard Stallman <rms@gnu.org>
13958
13959 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
13960
13961 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
13962 the way it is implemented is too unclean.
13963
13964 * simple.el (kill-region, yank): Doc fix.
13965
13966 * battery.el (battery-echo-area-format): Doc fix.
13967 (battery-mode-line-format): Likewise.
13968 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
13969 (battery-linux-proc-acpi): Ignore batteries that say "charged".
13970
13971 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
13972
13973 * progmodes/octave-mod.el (octave-indent-for-comment):
13974 Behave according to do string.
13975
13976 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
13977
13978 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
13979 Be visible only if major mode is Mail Mode.
13980
13981 * textmodes/flyspell.el (flyspell-external-point-words)
13982 (flyspell-process-localwords): Fix last changes.
13983
13984 2006-03-11 Eli Zaretskii <eliz@gnu.org>
13985
13986 * calendar/holidays.el (list-holidays): Doc fix.
13987
13988 * international/mule.el (auto-coding-alist): Add .odt
13989 (OpenOffice's open document) files.
13990
13991 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
13992 document) files. Mention in the doc string the need to sync with
13993 auto-coding-alist.
13994
13995 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
13996
13997 * files.el (hack-local-variables-confirm): Don't prompt for ! if
13998 enable-local-variables is set to always query, or there is no
13999 savable variable.
14000
14001 2006-03-10 Bill Wohler <wohler@newt.com>
14002
14003 * image.el (image-load-path-for-library): Merge at least three
14004 functions from Gnus and MH-E into this one function that can now
14005 be shared.
14006
14007 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
14008
14009 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
14010 gdb-remove-mouse-face and remove help-echo too.
14011 (gdb-enqueue-input): Correct conditional clause.
14012
14013 2006-03-10 Glenn Morris <rgm@gnu.org>
14014
14015 * calendar/calendar.el (calendar-holidays): Doc fix.
14016 * calendar/holidays.el (list-holidays): Doc fix.
14017
14018 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
14019
14020 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
14021 it gets called in gdb-prompt anyway.
14022 (gdb-use-separate-io-buffer): Only restore window arrangement for
14023 gdb-many-windows.
14024 (gdb-enqueue-input): Make it harder to send GDB input when program
14025 is running.
14026 (gdb-buffer-list): New variable.
14027 (gdb-remove-mouse-face): New function.
14028 (gdb-starting): Use it when GDB input won't get sent.
14029
14030 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
14031
14032 * help.el (view-lossage): Remove trailing whitespace before
14033 inserting "\n".
14034
14035 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
14036
14037 * files.el (hack-local-variables-confirm):
14038 Set coding-system-for-read to nil before writing to .emacs.
14039
14040 * arc-mode.el (archive-extract): Check if an existing buffer name
14041 comes from a different archive.
14042
14043 * help.el (describe-key-briefly): If KEY is a down event, read and
14044 discard the up event.
14045
14046 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
14047
14048 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
14049 be edited and use font-lock-warning-face for any changes.
14050
14051 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
14052 (gdb-edit-value): Use it to report any errors.
14053
14054 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
14055
14056 * help.el (describe-key): Remove leftover test code.
14057
14058 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
14059
14060 * textmodes/org.el: Move defvars out of eval-when-compile.
14061 Use buffer-file-name variable.
14062 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
14063 arg `file'.
14064 (org-level-faces): Remove startup dependency.
14065 (org-cycle, org-map-tree, org-scan-tags)
14066 (org-remember-handler): Don't call `outline-level' directly.
14067 (org-mhe-search-all-folders): New option.
14068 (org-mhe-get-message-folder-from-index)
14069 (org-mhe-get-message-folder): Fix indexing search.
14070 (org-format-agenda-item): Handle nil TAGS argument.
14071 (org-cleaned-string-for-export, org-activate-target-links)
14072 (org-make-target-link-regexp): Deal with empty radio target list.
14073 (org-tag): New face.
14074 (org-get-level-face): New function.
14075 (org-set-font-lock-defaults): Simplify setup for headlines.
14076 (org-complete): Pass common substring to `display-completion-list'.
14077
14078 2006-03-06 David Ponce <david@dponce.com>
14079
14080 * tree-widget.el: Update Commentary header.
14081 (tree-widget-theme-name): Ignore parent themes.
14082 (tree-widget-set-parent-theme): New function.
14083 (tree-widget-set-theme): Use it.
14084 (tree-widget-set-image-properties): Move definition. Does nothing
14085 if image properties have already been set.
14086 (tree-widget-image-properties): Move definition. Receive an image
14087 name. Set the :pointer property.
14088 (tree-widget-lookup-image): Doc fix. Search in parent themes.
14089 Don't set the :pointer image property.
14090 (tree-widget-convert-widget): New function. Handle :dynargs
14091 compatibility here.
14092 (tree-widget): Use it to :convert-widget. Add the :expander-p
14093 predicate to control when the :expander function is entered.
14094 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
14095 (tree-widget-value-create): Handle :expander-p. widget-apply
14096 :expander.
14097 (tree-widget-expander-p): New function. Default value of the
14098 :expander-p property.
14099
14100 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
14101
14102 * help.el (describe-key): Properly handle the return value of
14103 read-key-sequence when grabbing an up-event. Cleanup mouse-1
14104 remaps. Handle string and vector `follow-link' values.
14105
14106 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
14107
14108 * complete.el (PC-expand-many-files): Try be more careful when parsing
14109 the shell's output.
14110
14111 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
14112
14113 * outline.el (hide-sublevels): Provide better interactive default.
14114
14115 2006-03-06 Kenichi Handa <handa@m17n.org>
14116
14117 * international/fontset.el (create-fontset-from-fontset-spec):
14118 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
14119
14120 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
14121
14122 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
14123 backslashes instead of one in regexp.
14124 (gud-tooltip-dereference): Add missing optional argument.
14125
14126 2006-03-04 John Paul Wallington <jpw@pobox.com>
14127
14128 * wdired.el (toplevel): Require `cl' at compile-time.
14129
14130 2006-03-04 Andreas Schwab <schwab@suse.de>
14131
14132 * server.el (server-process-filter): Handle errors during
14133 evaluation of the argument.
14134
14135 2006-03-03 John Paul Wallington <jpw@pobox.com>
14136
14137 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
14138 escape parentheses at beginning of line.
14139 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
14140 (t-mouse-mode): Remove period from end of error message.
14141
14142 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
14143
14144 * textmodes/flyspell.el (flyspell-process-localwords):
14145 Be case-sensitive.
14146
14147 2006-03-03 Martin Rudalics <rudalics@gmx.at>
14148
14149 * cus-edit.el (custom-quote): Remove function, since it has been
14150 moved to custom.el.
14151
14152 * font-lock.el (lisp-font-lock-keywords-2)
14153 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
14154 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
14155 they have no special meaning.
14156
14157 * midnight.el (clean-buffer-list): Handle case where base-buffer of
14158 indirect buffer gets killed before indirect buffer. Use dolist.
14159
14160 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
14161
14162 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
14163 value instead of a literal constant (1) on more pauses.
14164
14165 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
14166
14167 * textmodes/flyspell.el (flyspell-external-point-words):
14168 Be case-sensitive.
14169
14170 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
14171
14172 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
14173 with "www".
14174
14175 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
14176
14177 * allout.el: Restablish intermediate missing comment header to
14178 preserve outline structure.
14179 (allout-beginning-of-current-entry): Skip invisible text.
14180 (allout-open-topic): Fix opening a topic at end-of-buffer.
14181 (allout-minor-mode): Move nearer to allout-mode function.
14182
14183 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
14184
14185 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
14186
14187 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
14188
14189 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
14190 is nil.
14191
14192 * progmodes/gud.el (gud-speedbar-menu-items):
14193 Use buffer-local-value and add missing :visible keyword.
14194
14195 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
14196
14197 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
14198
14199 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
14200 must be `follow-link'.
14201
14202 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
14203
14204 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
14205 formatting: No nested anchors.
14206 (org-all-targets): Fix bug with XEmacs compatibility.
14207 (org-read-date): Add (require 'parse-time).
14208 (org-set-tags): Fix bug with extra inserted space.
14209 (org-export-html-style): Define a style class for targets.
14210 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
14211 (org-hide-leading-stars): New option.
14212 (org-hide): New face.
14213 (org-set-font-lock-defaults): Allow to hide leading stars.
14214 (org-get-legal-level, org-tr-level): New functions.
14215 (org-odd-levels-only): New option.
14216 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
14217 (org-demote, org-promote): Deal with double-star levels.
14218 (org-convert-to-odd-levels): New command.
14219
14220 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
14221
14222 * speedbar.el (speedbar-update-localized-contents): Try to
14223 preserve window-start.
14224 (speedbar-update-directory-contents): Try to preserve window-start
14225 and window-point.
14226 (speedbar-update-special-contents): Don't move back to start of window.
14227
14228 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
14229 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
14230 speedbar-timer-fn.
14231 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
14232 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
14233 instead of gdb-speedbar-timer-fn.
14234
14235 2006-02-28 Jay Belanger <belanger@truman.edu>
14236
14237 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
14238 (math-compose-expr): Use latex option when calling
14239 `math-compose-tex-matrix' for latex mode.
14240
14241 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
14242
14243 * speedbar.el: Re-instate comments about developing for speedbar
14244 [this is what info and gdb-ui use even if better methods exist now].
14245
14246 * t-mouse.el: New file.
14247 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
14248 (t-mouse-lispy-buffer-posn-from-coords): Remove.
14249 (t-mouse-make-event-element): Use posn-at-x-y instead.
14250 (t-mouse-make-event): Deal with Fedora Core 3.
14251 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
14252 (t-mouse-mouse-position-function): New function. Use it instead
14253 of advising mouse-position.
14254 (t-mouse-mode): New minor mode.
14255 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
14256
14257 2006-02-27 Glenn Morris <rgm@gnu.org>
14258
14259 * calendar/calendar.el (calendar-holidays): Doc fix.
14260
14261 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
14262
14263 * progmodes/gdb-ui.el (gdb-source-window): New variable.
14264 Re-introduce the concept of a source window.
14265 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
14266 consistency with get-buffer-create.
14267 (def-gdb-auto-update-handler, gdb-info-locals-handler)
14268 (gdb-data-list-register-values-handler)
14269 (gdb-stack-list-locals-handler): Try to preserve window-start as
14270 well as window-point.
14271 (gdb-display-source-buffer): New function (old concept).
14272 (gdb-goto-breakpoint): Use it.
14273
14274 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
14275 for gdb-ui/gdb-mi (old concept).
14276
14277 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
14278
14279 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
14280 binding.
14281
14282 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
14283
14284 * textmodes/reftex-sel.el (reftex-select-label-map)
14285 (reftex-select-bib-map): Add `follow-mouse' binding.
14286
14287 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
14288
14289 * jka-cmpr-hook.el (jka-compr-compression-info-list)
14290 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
14291 Give :set functions to provide automatic updating.
14292 Update docstring. Give compiler defvars early in the file
14293 and move the defcustoms to a later spot where all called functions
14294 are defined.
14295 (jka-compr-file-name-handler-entry): Doc fix.
14296 (jka-compr-compression-info-list--internal)
14297 (jka-compr-mode-alist-additions--internal)
14298 (jka-compr-load-suffixes--internal): New variables.
14299 (jka-compr-install): Set the three above variables.
14300 Update `load-file-rep-suffixes' instead of `load-suffixes'.
14301 (jka-compr-update, jka-compr-set): New functions.
14302 (auto-compression-mode): Doc fix.
14303
14304 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
14305 Update `load-file-rep-suffixes' instead of `load-suffixes'.
14306 Use jka-compr-compression-info-list--internal,
14307 jka-compr-mode-alist-additions--internal and
14308 jka-compr-load-suffixes--internal.
14309
14310 * files.el (load-library):
14311 * loadhist.el (file-loadhist-lookup):
14312 * startup.el (command-line):
14313 * subr.el (locate-library):
14314 * emacs-lisp/autoload.el (update-directory-autoloads):
14315 * emacs-lisp/find-func.el (find-library-suffixes):
14316 Use `get-load-suffixes' instead of `load-suffixes'.
14317
14318 * subr.el (locate-library):
14319 * emacs-lisp/find-func.el (find-library-name):
14320 Use `load-file-rep-suffixes' instead of '("").
14321
14322 2006-02-26 Kim F. Storm <storm@cua.dk>
14323
14324 * ido.el (ido-save-history, ido-load-history): Simplify.
14325 Don't use find-file-noselect to avoid interference from other modes.
14326
14327 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
14328
14329 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
14330 to use the default shell if filename is not available.
14331 Reported by Giorgos Keramidas.
14332
14333 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
14334
14335 * progmodes/etags.el (tags-completion-table): Do completion from
14336 all the tables in the current list, as documented in the manual.
14337
14338 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
14339
14340 * CC Mode Update to 5.31.3.
14341
14342 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
14343
14344 * progmodes/cc-mode.el (c-postprocess-file-styles):
14345 Bind inhibit-read-only to t, around the call to
14346 c-remove-any-local-eval-or-mode-variables, so that it works on a
14347 RO file.
14348
14349 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
14350
14351 * progmodes/cc-awk.el: Correct a typo.
14352
14353 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
14354
14355 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
14356 c-hungry-delete-backwards, at the request of RMS. Leave the old
14357 name as an alias.
14358
14359 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
14360
14361 * progmodes/cc-mode.el: Correct a typo.
14362
14363 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
14364
14365 * progmodes/cc-defs.el: Update the version number to 5.31.3.
14366
14367 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
14368
14369 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
14370 brace-else-brace (error due to mbeg, mend being undefined).
14371
14372 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
14373
14374 * progmodes/cc-mode.el: File Local variables: Solve the problem
14375 where both `mode' and c-file-offsets are specified: `mode' will
14376 overwrite c-f-o's settings:
14377 (c-remove-any-local-eval-or-mode-variables): New function.
14378 (c-postprocess-file-styles): Call the above new function, within
14379 c-tentative-buffer-change, to splat `mode' and `eval' before the
14380 second hack-local-variables.
14381
14382 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
14383
14384 * progmodes/cc-mode.el:
14385 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
14386 (c-after-change): Protect the match data with save-match-data.
14387 It was getting corrupted by c-after-change-check-<>-operators.
14388
14389 * cc-defs.el: [Supersedes patch V1.38]:
14390 (top level): Check for a buggy font-lock-compile-keywords ONLY in
14391 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
14392
14393 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
14394 with save-match-data. It was being corrupted when Font Lock was
14395 not enabled.
14396
14397 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
14398
14399 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
14400 Mode and Subword Mode.
14401
14402 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
14403 real labels ("case 1:" or "foo:") from non-labels ("public:").
14404 (c-forward-objc-directive): Replace c-forward-token-2 with crude
14405 coding; c-f-t-2 doesn't move over a token at EOB.
14406
14407 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
14408
14409 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
14410 (c-update-modeline): Concatenate the minor mode indicators
14411 directly onto mode-name, removing c-submode-indicators.
14412 Sometimes, c-s-i got separated from the mode name on the mode line.
14413
14414 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
14415 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
14416
14417 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14418
14419 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
14420 error message when there's an evaluation error to show whether
14421 it's loaded from source or not.
14422 (c-filter-ops): Make it available at runtime too to work when
14423 `c-make-init-lang-vars-fun' needs to evaluate from source.
14424
14425 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
14426
14427 * help.el (help): Revert last part of 2006-02-23 change (deletion
14428 of the `provide' call).
14429
14430 2006-02-23 Juri Linkov <juri@jurta.org>
14431
14432 * compare-w.el (compare-windows-highlight): Add new value
14433 `persistent' and change :type from `boolean' to `choice'.
14434 (compare-windows-overlays1, compare-windows-overlays2):
14435 New internal variables.
14436 (compare-windows-highlight): If compare-windows-highlight is
14437 `persistent', add current overlays to compare-windows-overlays[12]
14438 instead of adding compare-windows-dehighlight to pre-command-hook.
14439 (compare-windows-dehighlight): Delete all overlays from
14440 compare-windows-overlays[12].
14441
14442 * info.el (Info-search): Don't bind search-spaces-regexp to
14443 Info-search-whitespace-regexp in non-regexp isearch mode.
14444
14445 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
14446
14447 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
14448
14449 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
14450
14451 * textmodes/org.el (org-xemacs-p)
14452 (org-export-html-show-new-buffer, org-table-may-need-update)
14453 (org-insert-item, org-mhe-get-message-real-folder)
14454 (org-mhe-get-message-folder-from-index)
14455 (org-mhe-get-message-folder, org-mhe-get-message-num)
14456 (org-mhe-get-header, org-make-org-heading-search-string)
14457 (org-make-org-heading-camel, org-table-sort-lines)
14458 (org-format-org-table-html, org-format-table-table-html):
14459 Fix typos in docstrings.
14460
14461 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
14462
14463 * textmodes/org.el (org-cleaned-string-for-export)
14464 (org-solidify-link-text): New function.
14465 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
14466 XEmacs, just to silence the compiler.
14467 (org-export-as-ascii, org-export-as-html-and-open):
14468 Use `org-cleaned-string-for-export' and create internal links.
14469 (org-follow-mhe-link): Require mh-e, use folder.
14470
14471 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
14472
14473 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
14474
14475 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
14476 gdb-debug-log-length.
14477 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
14478 it a real ring but...
14479 (gud-gdba-marker-filter): ...make it work like mark-ring.
14480 (gdb-enable-debug): Rename from gdb-enable-debug-log.
14481 (gdb-mouse-jump): New function. Add bindings.
14482
14483 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
14484
14485 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
14486 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
14487 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
14488 (gdb-debug-log-length): Customize it's length.
14489 (gud-watch, gdb-var-create-handler): Display function::var format
14490 but don't use to create variable object.
14491 (gdb-var-create-handler): Use message-box in place of message.
14492 (gdb-stopped): Call gdb-exited if signalled.
14493
14494 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
14495
14496 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
14497
14498 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
14499
14500 * textmodes/reftex.el (reftex-locate-file): Search all extensions
14501 if `reftex-try-all-extensions' is set.
14502
14503 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
14504 fail silently when there is no valid argument at point.
14505 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
14506 `fail-silently' argument. From a patch by David Reiter.
14507
14508 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
14509 New commands.
14510 (org-mark-ring): New variable.
14511 (org-mark-ring-length): New option.
14512 (org-open-at-point, org-goto, org-open-file): Push old position
14513 onto the mark ring.
14514 (org-add-hook): New function.
14515 (org-export-table-remove-special-lines): New option.
14516 (org-skip-comments, org-format-org-table-html): Respect new
14517 option `org-export-table-remove-special-lines'.
14518 (org-open-file): Allow special command configuration for
14519 directory link.
14520 (org-file-apps): Fix bugs in customize type, added setting
14521 for directories.
14522 (org-activate-tags, org-format-agenda-item, org-complete)
14523 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
14524 (org-get-tags, org-get-buffer-tags, org-open-at-point)
14525 (org-link-search, org-make-org-heading-search-string)
14526 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
14527 (org-radio-targets, org-file-link-context-use-camel-case)
14528 (org-activate-camels): New options.
14529 (org-update-radio-target-regexp, org-all-targets)
14530 (org-make-target-link-regexp, org-activate-target-links):
14531 New functions.
14532 (org-make-org-heading-search-string): New function.
14533 (org-store-link, org-insert-link): Use new option
14534 `org-file-link-context-use-camel-case'.
14535 (org-activate-camels): Use new option `org-activate-camels'.
14536 (org-link-regexp): Add mhe prefix.
14537 (org-open-at-point, org-store-link): Support for mhe links.
14538 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
14539 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
14540 (org-mhe-get-header, org-follow-mhe-link): New functions.
14541 (org-remove-angle-brackets, org-add-angle-brackets):
14542 New functions.
14543 (org-bracket-link-regexp): New constant.
14544 (org-read-date): Fix bug that was rejecting all typed dates.
14545 (org-link-search): Make hierarchy above visible after a match.
14546 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
14547 (org-store-link): Fix bug with link creation when cursor is in
14548 an empty line.
14549 (org-open-at-point): Fix bug with matching a link.
14550 Fixed buggy argument sequence in call to `org-view-tags'.
14551 (org-compile-prefix-format): Set `org-prefix-has-tag'.
14552 (org-prefix-has-tag): New variable.
14553 (org-format-agenda-item): Remove tags from headline
14554 if appropriate.
14555 (org-agenda-remove-tags-when-in-prefix): New option.
14556
14557 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
14558
14559 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
14560 Fix the regular expressions.
14561
14562 2006-02-21 Richard M. Stallman <rms@gnu.org>
14563
14564 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
14565 if there's no other specific basis.
14566
14567 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
14568 as variables at all.
14569 (unsafep-variable): Rename arg; doc fix.
14570
14571 * abbrevlist.el (list-one-abbrev-table): Add autoload.
14572
14573 * calendar/appt.el (diary-selective-display): Add defvar.
14574
14575 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
14576
14577 * isearch.el (search-whitespace-regexp): Fix custom type.
14578
14579 * help.el (describe-key-briefly): Compute interactive args
14580 in same was as before previous change.
14581
14582 * files.el (enable-local-variables): Doc fix.
14583
14584 2006-02-21 Kim F. Storm <storm@cua.dk>
14585
14586 * fringe.el: Cleanup as file is now pre-loaded.
14587 (fringe-bitmaps): Initialize unconditionally.
14588 (fringe-mode, set-fringe-style): Remove autoload cookies.
14589
14590 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
14591
14592 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
14593 `horizontal-bar'.
14594 (fringe-cursor-alist): Use `horizontal-bar'.
14595
14596 2006-02-20 Kim F. Storm <storm@cua.dk>
14597
14598 * fringe.el (fringe-bitmaps): Update to new bitmap names.
14599 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
14600
14601 * loadup.el: Load "fringe" on window systems.
14602
14603 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
14604
14605 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
14606 out of scope components.
14607
14608 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
14609 default.
14610
14611 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
14612
14613 * custom.el (customize-mark-to-save, customize-mark-as-set):
14614 Load the symbol first.
14615
14616 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
14617
14618 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
14619 strech spec so it doesn't display as "^J" on the header line
14620 when `Buffer-menu-use-header-line' is t.
14621
14622 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
14623
14624 * speedbar.el (speedbar-make-button): Keep text properties
14625 of string arguments if desired.
14626
14627 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
14628 expessions.
14629
14630 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
14631 of speedbar.
14632
14633 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
14634
14635 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
14636 to value of `read-file-name-completion-ignore-case'.
14637
14638 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
14639
14640 * custom.el (customize-mark-as-set): Push to `user' theme.
14641
14642 * cus-edit.el (custom-save-variables): Allow unthemed values.
14643 (customize-set-variable): Push setting to `user' theme.
14644
14645 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
14646
14647 * progmodes/gud.el: Don't require font-lock as it's now
14648 automatically loaded.
14649 (gud-speedbar-buttons): Replace gdb-var-changed with
14650 gdb-force-update.
14651
14652 * progmodes/gdb-ui.el (gdb-force-update): Rename from
14653 gdb-var-changed.
14654 (gdb-post-prompt): Use it.
14655 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
14656 (gdb-var-update-handler, gdb-var-delete)
14657 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
14658 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
14659 gdb-force-update in gdb-post-prompt.
14660 (gdb-reset): Clear watch expressions from speedbar when quitting.
14661
14662 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
14663
14664 * viper-cmd.el (viper-insert-state-post-command-sentinel)
14665 (viper-change-state-to-vi, viper-change-state-to-emacs):
14666 Make aware of cursor coloring in the Emacs state.
14667 (viper-special-read-and-insert-char): Use read-char-exclusive.
14668 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
14669
14670 * viper-init.el (viper-emacs-state-cursor-color): New variable.
14671
14672 * viper-util.el (viper-save-cursor-color)
14673 (viper-get-saved-cursor-color-in-replace-mode)
14674 (viper-get-saved-cursor-color-in-insert-mode)
14675 (viper-restore-cursor-color): Make aware of the cursor color in Emacs
14676 state.
14677 (viper-get-saved-cursor-color-in-emacs-mode): New function.
14678
14679 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
14680 (ediff-ignore-case-option3, ediff-actual-diff-options)
14681 (ediff-actual-diff3-options): New variables to control case sensitivity.
14682 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
14683 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
14684 (ediff-toggle-ignore-case): New function.
14685 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
14686
14687 * ediff-help.el (ediff-long-help-message-narrow2)
14688 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
14689 (ediff-long-help-message-word-mode): Add ignore-case command.
14690 (ediff-help-for-quick-help): Add ignore-case command.
14691
14692 * ediff-merg.el: Move provide to the end.
14693
14694 * ediff-ptch.el: Move provide to the end.
14695
14696 * ediff-wind.el: Move provide to the end.
14697
14698 * ediff-mult.el: Move provide to the end.
14699 (ediff-set-meta-overlay): Enable follow-link.
14700
14701 * ediff.el: Move provide to the end.
14702 Break recursive load cycle in eval-when-compile.
14703 (ediff-patch-buffer): Better heuristics.
14704
14705 * ediff-util.el: Move provide to the end.
14706 Break recursive load cycle in eval-when-compile.
14707 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
14708 defuns.
14709 (ediff-submit-report): Pass the values of ediff-diff3-program,
14710 ediff-diff3-options.
14711
14712 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
14713
14714 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
14715 the opening bracket of the following bracketing pairs: {}, [], (), <>,
14716 `' (for example, in the docstring of `windmove-default-keybindings').
14717
14718 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
14719
14720 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
14721 shadow face. Don't provide binding to edit variable when it is
14722 out of scope.
14723
14724 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
14725 (gdb-var-update-handler): Detect out of scope variables with pre
14726 GDB 6.4 too.
14727 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
14728 Reset status of variable objects to nil in update handlers.
14729 (gdb-var-update-handler-1): Detect when a variable object comes
14730 in scope. setcar on var changes gdb-var-list directly.
14731
14732 2006-02-17 Juri Linkov <juri@jurta.org>
14733
14734 * ffap.el (ffap) <defface>: Add explicit face declaration.
14735 (ffap-highlight): Use face `ffap' directly instead of checking
14736 for its existence.
14737
14738 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
14739 `visible-ok' of `other-buffer' to find the right original buffer.
14740
14741 * info.el (Info-search): Skip `Local Variables' node.
14742
14743 2006-02-17 Juri Linkov <juri@jurta.org>
14744
14745 * info.el (Info-find-file): Check for symbols `apropos', `history',
14746 `toc' in the input filename, and return these symbols as is.
14747 (Info-find-node-2): Set Info-current-file to symbols `apropos',
14748 `history', `toc' instead of strings.
14749 (Info-set-mode-line): For non-string Info-current-file use the
14750 symbol's name inside **.
14751 (Info-isearch-push-state): Add quote before Info-current-file and
14752 Info-current-node.
14753 (Info-isearch-pop-state): Use `equal' instead of `string='.
14754 (Info-extract-pointer, Info-following-node-name): Use
14755 `match-string-no-properties' instead of `match-string'.
14756 (Info-up): Check `old-file' for `stringp'.
14757 (Info-history): Use `equal' instead of `string-equal'.
14758 Check `file' for `stringp'.
14759 (Info-history): Use symbol `history' instead of string as first arg
14760 of `Info-find-node'.
14761 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
14762 `toc' instead of string.
14763 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
14764 instead of `buffer-substring', and `match-string-no-properties'
14765 instead of `match-string'.
14766 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
14767 instead of strings.
14768 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
14769 Use symbol `apropos' instead of string.
14770 (Info-copy-current-node-name): Check `Info-current-file' for
14771 `stringp' and construct a command with `Info-find-node' from it.
14772 (Info-fontify-node): Use `match-string-no-properties' instead of
14773 `match-string' and check file names for `stringp'.
14774 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
14775 `history', `toc' instead of strings.
14776
14777 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
14778
14779 * files.el: Rearrange functions and variables in the file local
14780 variables section.
14781
14782 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
14783
14784 * files.el: Add truncate-lines, ispell-check-comments and
14785 ispell-local-dictionary as safe local variables.
14786
14787 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
14788
14789 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
14790 out of scope variables.
14791 (gud-speedbar-buttons): Use unless.
14792
14793 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
14794 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
14795 (gdb-show-changed-values): Also use for out of scope variables.
14796 (gdb-var-update-handler-1): Note if variable goes out of scope.
14797
14798 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
14799
14800 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
14801 default to global variable values for unsupplied args.
14802 (rcirc-get-buffer-create): Fix bug with setting the target.
14803 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
14804 test for rcirc-always-use-server-buffer-flag here.
14805 (rcirc-response-formats): Add %N, which is a facified nick. %n
14806 uses the default face. Change the ACTION format string. If the
14807 "nick" is the server, don't print anything for that field.
14808 Comment fixes.
14809 (rcirc-target-buffer): Don't test
14810 rcirc-always-use-server-buffer-flag here.
14811 (rcirc-print): Squeeze extra spaces out of the text before message.
14812 (rcirc-put-nick-channel): Strip potential "@" char from nick
14813 before adding them to nick table.
14814 (rcirc-url-regexp): Improve to match address like "foo.com".
14815
14816 2006-02-17 Eli Zaretskii <eliz@gnu.org>
14817
14818 * allout.el (allout-hidden-p): Move this defsubst before
14819 allout-overlay-interior-modification-handler, where it is first
14820 used.
14821
14822 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
14823
14824 * allout.el: Use allout invisible-text overlays instead of
14825 selective display for concealed text. Also, lots of general
14826 cleanup, and improved compatibility code.
14827
14828 (allout-version): Incremented, corrected, revised, and refined
14829 module commentary.
14830
14831 (provide 'allout): Moved to the bottom, added a require of overlay.
14832
14833 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
14834 `except-current'.
14835 (allout-write-file-hook-handler): Minimize delay.
14836 (count-trailing-whitespace-region): New function so
14837 auto-encryption of current topic can resituate cursor exactly.
14838 PGP/GPG encryption trims trailing whitespace from lines, which
14839 must be accounted for across encryption then decryption.
14840
14841 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
14842 just plain "\C-c", to avoid intruding on user's keybinding space.
14843
14844 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
14845 parameter, so user request to provide a new password is done.
14846
14847 (allout-outside-normal-auto-fill-function, allout-auto-fill):
14848 Refined mechanism for auto-filling behavior while in allout mode.
14849
14850 (allout-mode): Explicitly specify the mode map in the docstring.
14851 Clarify provision for various write-file hook var names.
14852 Adjusted for invisible-text overlays instead of selective-display.
14853
14854 (allout-depth): Really return 0 if not within any topic. This
14855 rectifies `allout-beginning-of-level' and sequence numbering
14856 errors that occur when cutting and pasting numbered topics.
14857 Changed from a in-line subst to a regular function, as well.
14858
14859 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
14860
14861 (allout-end-of-subtree, allout-end-of-subtree)
14862 (allout-end-of-entry, allout-end-of-current-heading)
14863 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
14864 (allout-show-children, allout-show-to-offshoot)
14865 (allout-hide-current-entry, allout-show-current-entry): Rectified
14866 handling of trailing blank lines between items.
14867
14868 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
14869 (allout-current-depth, allout-unprotected, allout-hidden-p)
14870 (allout-on-current-heading-p, allout-listify-exposed)
14871 (allout-chart-subtree, allout-goto-prefix)
14872 (allout-back-to-current-heading, allout-get-body-text)
14873 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
14874 (allout-hide-region-body, allout-toggle-subtree-encryption)
14875 (allout-encrypt-string, allout-encrypted-key-info)
14876 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
14877 (allout-file-vars-section-data): Adjusted for use with
14878 invisible-text overlays instead of selective-display.
14879
14880 (allout-kill-line, allout-kill-topic, allout-yank-processing):
14881 Reworked for use with invisible text overlays.
14882
14883 (allout-current-topic-collapsed-p): New function.
14884
14885 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
14886 to know when to close the containing topic.
14887
14888 (allout-pre-command-business, allout-post-command-business):
14889 Simplify undo-batching and dynamic isearch exposure.
14890
14891 (allout-set-overlay-category): New for invisible-text overlays.
14892 Sets properties of allout-overlay-category, used by
14893 allout-flag-region to set invisible-text overlay properties.
14894 (allout-get-invisibility-overlay): Get the first qualifying
14895 invisibility overlay, so we can find the extent of it.
14896 (allout-back-to-visible-text): Get to just before the beginnining
14897 of the current invisibility overlay, if any.
14898
14899 (allout-overlay-insert-in-front-handler)
14900 (allout-overlay-interior-modification-handler)
14901 (allout-before-change-handler, allout-isearch-end-handler): New
14902 functions to handle extraordinary actions affecting concealed
14903 text.
14904
14905 (allout-flag-region): Use overlays instead of selective-display
14906 for invisible text - by inheritence from the properties of
14907 allout-overlay-category in mainline Emacs, and applied
14908 property-by-property in XEmacs, some recent versions of which
14909 don't inherit the properties from the category. Provisions to
14910 respond to concealed-text edits simplified drastically.
14911
14912 (allout-isearch-rectification, allout-isearch-was-font-lock)
14913 (allout-isearch-expose, allout-enwrap-isearch)
14914 (allout-isearch-abort, allout-pre-was-isearching)
14915 (allout-isearch-prior-pos, allout-isearch-did-quit)
14916 (allout-isearch-dynamic-expose)
14917 (allout-hide-current-entry-completely): Functions deleted.
14918
14919 (allout-undo-aggregation): Explicit undo aggregation no longer
14920 necessary due to transition away from selective-display.
14921
14922 (set-allout-regexp, allout-up-current-level)
14923 (allout-next-visible-heading, allout-forward-current-level)
14924 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
14925 (allout-kill-line, allout-yank-processing, allout-show-children)
14926 (allout-expose-topic, allout-old-expose-topic)
14927 (allout-listify-exposed, allout-insert-latex-header)
14928 (allout-toggle-subtree-encryption, allout-encrypt-string)
14929 (remove-from-invisibility-spec, allout-hide-current-subtree):
14930 Ditched unused variables.
14931
14932 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
14933
14934 * textmodes/ispell.el (ispell-change-dictionary): Call
14935 ispell-buffer-local-dict instead of
14936 ispell-accept-buffer-local-defs.
14937 (ispell-local-dictionary-alist): Accept as valid any coding-system
14938 supported by Emacs.
14939 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
14940 changed to iso-8859-3.
14941
14942 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
14943
14944 * speedbar.el (speedbar-frame-width): Make an inline function
14945 instead of a macro. Use frame-width.
14946 (speedbar-try-completion, speedbar-update-contents)
14947 (speedbar-timer-fn): Use consp.
14948 (speedbar-update-localized-contents): Try to preserve point.
14949
14950 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
14951 (menu): Re-order menu items.
14952 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
14953 field.
14954 (gdb-var-update-handler-1): Use it for GDB 6.4+.
14955 (gdb-post-prompt): Speed things by not forcing update.
14956
14957 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
14958
14959 * wid-edit.el (widget-button-click): For mouse-1, cancel button
14960 press and perform default action if we get a mouse movement event.
14961
14962 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
14963
14964 * calendar/icalendar.el (icalendar--get-event-property)
14965 (icalendar--get-event-property-attributes): Fix typos in
14966 docstrings.
14967
14968 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
14969 docstring.
14970
14971 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
14972
14973 * bs.el (bs-mode): Use `buffer-disable-undo'.
14974 (bs--get-file-name): Simplify.
14975 (bs-show-in-buffer): Mark the buffer as not modified.
14976
14977 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
14978
14979 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
14980 widget-button-click.
14981
14982 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
14983 (custom-mode): Update docstring.
14984
14985 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
14986 binding.
14987
14988 * files.el (hack-local-variables-confirm): Allow scrolling if the
14989 file variable list is too long. Kill temp buffer after use.
14990
14991 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
14992
14993 * progmodes/gud.el (gdb): Improve doc string.
14994 (gdb-script-font-lock-keywords): Expand allowed character set.
14995
14996 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
14997 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
14998 (gdb-separate-io-interrupt, gdb-separate-io-quit)
14999 (gdb-separate-io-stop, gdb-separate-io-eof):
15000 Rename from gdb-inferior-* to gdb-separate-*.
15001 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
15002
15003 2006-02-14 Jay Belanger <belanger@truman.edu>
15004
15005 * calc/calc-arith.el (math-check-known-scalarp): Make sure
15006 expression is a symbol before checking that it is bound.
15007
15008 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
15009 test to see if equation can be solved.
15010
15011 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
15012
15013 * wid-edit.el (widget-button-click): Use :pressed-face property
15014 for overlay face, if it exists.
15015
15016 * cus-edit.el (custom-manual, custom-add-see-also)
15017 (custom-add-parent-links, custom-group-link): Add :pressed-face
15018 property to links.
15019
15020 * files.el (hack-local-variables): Remove ignored variables before
15021 checking if any variables need setting.
15022
15023 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15024
15025 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
15026
15027 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
15028
15029 * help.el (where-is): Fix message for remapped commands.
15030
15031 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
15032 Fix typos in docstrings.
15033
15034 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
15035
15036 * files.el (safe-local-variable-values): New option.
15037 (hack-local-variables-prop-line): Return a list of variable-value
15038 pairs if MODE-ONLY is non-nil.
15039 (hack-local-variables): Construct list of variable-value pairs,
15040 and apply or reject them in one go. Ask for confirmation if
15041 variables are not known safe.
15042 (hack-local-variables-confirm): Complete rewrite. Support
15043 `safe-local-variable-values'.
15044 (enable-local-variables): Update docstring to reflect new
15045 behavior.
15046 (ignored-local-variables): Ignore ignored-local-variables and
15047 safe-local-variable-values.
15048 (safe-local-variable-p): New function.
15049 (risky-local-variable-p): `safe-local-variable' property check
15050 moved to safe-local-variable-p.
15051 (hack-one-local-variable): Checks moved to hack-local-variables.
15052
15053 (byte-compile-dynamic, c-basic-offset, c-file-style)
15054 (c-indent-level, comment-column, fill-column, fill-prefix)
15055 (indent-tabs-mode, kept-new-versions, no-byte-compile)
15056 (no-update-autoloads, outline-regexp, page-delimiter)
15057 (paragraph-start, paragraph-separate, sentence-end)
15058 (sentence-end-double-space tab-width, version-control):
15059 Add `safe-local-variable' property.
15060
15061 * find-lisp.el: Delete nonexistent `autocompile' file variable.
15062
15063 * icomplete.el, play/landmark.el: Change nonexistent
15064 `outline-layout' file variable to `allout-layout'.
15065
15066 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
15067
15068 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
15069 (gdb-get-changed-registers): Test value of gud-minor-mode relative
15070 to gud-comint-buffer.
15071 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
15072 gdb-ui.el for gdb-mi.el.
15073 (gdb-post-prompt, gdb-get-changed-registers): Move test for
15074 registers buffer to gdb-get-changed-registers.
15075 (gdb-breakpoint-regexp): New regexp. Allow toggling and
15076 deletion of catchpoints (throw and catch).
15077 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
15078 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
15079 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
15080 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
15081 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
15082
15083 2006-02-13 Jay Belanger <belanger@truman.edu>
15084
15085 * calc/calc-arith.el (math-check-known-matrixp): Make sure
15086 expression is a symbol before checking that it is bound.
15087
15088 2006-02-13 Richard M. Stallman <rms@gnu.org>
15089
15090 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
15091 for the minibuffer too, but not if resize-mini-windows will interfere.
15092
15093 * help.el (describe-key-briefly, describe-key): Do all arg-reading
15094 inside `interactive' spec.
15095 (describe-key-briefly-internal, describe-key-internal):
15096 Functions merged back into their callers.
15097
15098 2006-02-13 Martin Rudalics <rudalics@gmx.at>
15099
15100 * info.el (info-xref-visited): Inherit from info-xref too.
15101 (Info-set-mode-line): Replace occurrences of `%' by `%%'
15102 when propertizing Info-current-file and Info-current-node.
15103
15104 2006-02-13 Juri Linkov <juri@jurta.org>
15105
15106 * tumme.el (tumme-thumbnail-storage): Fix docstring.
15107 (tumme-thumb-name): Fix per-directory format.
15108
15109 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
15110
15111 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
15112
15113 2006-02-12 Miles Bader <miles@gnu.org>
15114
15115 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
15116
15117 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
15118
15119 * tumme.el: Remove history section. If someone needs the it, it
15120 can always be found in CVS.
15121
15122 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
15123
15124 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
15125 about the Thumbnail Managing Standard option.
15126
15127 2006-02-12 Richard M. Stallman <rms@gnu.org>
15128
15129 * subr.el (substitute-key-definition): Doc fix.
15130
15131 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
15132
15133 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
15134
15135 * info.el (Info-mode): Doc fix.
15136
15137 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
15138
15139 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
15140
15141 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
15142 because on Solaris a POSIX compatible "id" is needed. Reported by
15143 Magnus Henoch <mange@freemail.hu>.
15144
15145 2006-02-12 Juri Linkov <juri@jurta.org>
15146
15147 * tumme.el: Remove todo item about Thumbnail Managing Standard.
15148 (tumme) <defgroup>: Change :group to `multimedia'.
15149 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
15150 Managing Standard.
15151 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
15152 Fix dostring.
15153 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
15154 and %y. Fix docstring.
15155 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
15156 (tumme-cmd-create-standard-thumbnail-command): New user options.
15157 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
15158 is `standard'. Fix docstring.
15159 (tumme-thumb-width, tumme-thumb-height): New user options.
15160 (tumme-external-viewer): Try to find various viewers.
15161 (tumme-get-thumbnail-image): Use `create-image' instead of
15162 constructing the `image' structure.
15163 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
15164 `standard'.
15165 (tumme-thumb-name): Add file name generation for standard storage.
15166 Simplify code for other storages.
15167 (tumme-thumb-name): Use width %w and height %h instead of size %s.
15168 Add modification time %m and thumbnail-nq8 %q.
15169 Use `tumme-cmd-create-standard-thumbnail-command' if
15170 tumme-thumbnail-storage is `standard'.
15171 (tumme-dired-insert-marked-thumbs): New autoload command.
15172 (tumme-dired-after-readin-hook): New function.
15173 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
15174 `tumme-thumb-size'.
15175 (tumme-display-image): Replace size-x %x and size-y %y with
15176 width %w and height %h.
15177
15178 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
15179 `tumme-dired-insert-marked-thumbs'.
15180
15181 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
15182
15183 * tumme.el (tumme-write-tag): Fix small bug (file name did not
15184 include path).
15185 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
15186 matching tag.
15187
15188 2006-02-12 Miles Bader <miles@gnu.org>
15189
15190 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
15191 New variables.
15192 (rcirc-abbrev-nick): New function.
15193 (rcirc-format-response-string): Rewrite to use the formats in
15194 `rcirc-response-formats' and expand escape sequences therein.
15195 A text-property `rcirc-text' is added over the actual response
15196 text to make easy to find inside the returned string.
15197 (rcirc-print): When filling, just look for the `rcirc-text'
15198 text-property to find the appropriate fill prefix, instead of
15199 using hardwired patterns.
15200
15201 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
15202
15203 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
15204 Managing Standard.
15205
15206 2006-02-11 Kim F. Storm <storm@cua.dk>
15207
15208 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
15209 Don't use insert-buffer; do insert-buffer-substring directly.
15210 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
15211
15212 2006-02-11 Martin Rudalics <rudalics@gmx.at>
15213
15214 * files.el (revert-buffer, recover-file): Replace buffer-read-only
15215 with inhibit-read-only. Suggested by Stefan Monnier.
15216 (revert-buffer): Let insert-file-contents discard
15217 buffer-undo-list. Simplify code.
15218 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
15219
15220 2006-02-11 Eli Zaretskii <eliz@gnu.org>
15221
15222 * menu-bar.el (menu-bar-select-yank): Add a doc string.
15223
15224 * help.el (describe-key-briefly): Now a wrapper for
15225 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
15226 to t. Populate yank-menu if empty.
15227 (describe-key-briefly-internal): Renamed from describe-key-briefly.
15228 (describe-key): Now a wrapper for describe-key-internal. Bind
15229 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
15230 (describe-key-internal): Renamed from describe-key.
15231
15232 2006-02-11 Milan Zamazal <pdm@zamazal.org>
15233
15234 * progmodes/glasses.el (glasses-separator): Doc fix.
15235 (glasses-original-separator): New defcustom.
15236 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
15237
15238 2006-02-11 Martin Rudalics <rudalics@gmx.at>
15239
15240 * mwheel.el (mouse-wheel-up-event): Doc fix.
15241
15242 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
15243
15244 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
15245 (tumme-dir): New function. Copied from thumbs.el.
15246
15247 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
15248
15249 * desktop.el (desktop-outvar): Fix typo.
15250 (desktop-save-buffer-p): Doc fix.
15251
15252 * subr.el (substitute-key-definition): Fix typo.
15253
15254 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15255
15256 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
15257 when window-system is mac.
15258
15259 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
15260
15261 2006-02-10 Kim F. Storm <storm@cua.dk>
15262
15263 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
15264 indirect-function instead of using condition-case.
15265
15266 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
15267
15268 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
15269 less `colloquial'...
15270
15271 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
15272
15273 * tumme.el: Add a couple of todo items.
15274
15275 2006-02-09 Lars Hansen <larsh@soem.dk>
15276
15277 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
15278 (highlight-changes-mode): Don't change desktop-locals-to-save.
15279
15280 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
15281
15282 * image-mode.el (image-toggle-display): Clear image cache if using
15283 filename.
15284
15285 2006-02-09 Masatake YAMATO <jet@gyve.org>
15286
15287 * dired-x.el (dired-guess-shell-alist-default): Add .man as
15288 a `dired-man' target.
15289
15290 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
15291 boundary of symbols.
15292
15293 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
15294
15295 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
15296
15297 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
15298
15299 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
15300 `mapcar'; return nil.
15301
15302 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
15303
15304 * mouse.el (mouse-drag-track): Don't change window if we rebind to
15305 some other event.
15306
15307 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
15308
15309 * net/rcirc.el (rcirc-startup-channels-alist):
15310 Add irc.freenode.net and #emacs as defaults.
15311 (rcirc-ignore-all-activity-flag): Remove variable.
15312 (rcirc-authinfo): New variable.
15313 (rcirc-authinfo-filename): Remove variable.
15314 (rcirc-always-use-server-buffer-flag): New flag.
15315 (rcirc): M-x rcirc will automatically connect without prompting.
15316 C-u M-x rcirc will prompt. Use rcirc-connect to create a
15317 connection in lisp.
15318 (rcirc-process-server-response-1): Remove everything but the nick
15319 portion of the sender so it doesn't need to be done everywhere
15320 else. Update related code.
15321 (global-map): Remove global keybindings.
15322 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
15323 (rcirc-send-input): Split into several functions.
15324 (rcirc-process-input-line, rcirc-process-message)
15325 (rcirc-process-command): New functions.
15326 (rcirc-target-buffer): New function to determine where to route
15327 messages.
15328 (rcirc-user-nick): Save match data.
15329 (rcirc-toggle-ignore-buffer-activity)
15330 (rcirc-update-activity-string): Remove global ignore functionality,
15331 which can be done now by toggling rcirc-track-minor-mode.
15332 (rcirc-track-minor-mode-map): New keymap.
15333 (rcirc-track-minor-mode): New minor-mode.
15334 (ignore): Make the ignore output nicer. Always print it when
15335 adding or removing nicks.
15336 (rcirc-url-regexp): Improve.
15337 (rcirc-mangle-text): Remove properties before using text in the
15338 modeline.
15339 (rcirc-authenticate): Authentication data comes from
15340 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
15341 (rcirc-server-prefix): Inherit from rcirc-server.
15342
15343 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
15344
15345 * Makefile.in (compile): Append "|| true" to the end of the `find'
15346 command, like compile-always does.
15347
15348 2006-02-08 Sam Steingold <sds@gnu.org>
15349
15350 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
15351 output from a dead connection.
15352
15353 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
15354
15355 * dired.el (dired-mode-map): Add more bindings for tumme.
15356
15357 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
15358
15359 * wdired.el (wdired-mode-map): Use remap.
15360 (wdired-get-filename): Massage.
15361 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
15362 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
15363 `keymap' property rather than `local-map'.
15364
15365 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
15366
15367 * tumme.el (tumme-get-thumbnail-image): New utility function.
15368 Suggested by from Chong Yidong.
15369 (tumme-dired-with-window-configuration): Rename from
15370 `tumme-dired'. Add code to save window configuration.
15371 (tumme-restore-window-configuration): New command to restore the
15372 window configuration that `tumme-dired-with-window-configuration'
15373 saves before it changes the window configuration.
15374 (tumme-show-all-from-dir): New command to display thumbnails for
15375 all files in a directory entered by the user, like M-x thumbs.
15376 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
15377 have been created.
15378 (tumme-display-thumbnail-original-image): Call `display-buffer'.
15379 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
15380 Remove obsolete test function.
15381
15382 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
15383
15384 * vc.el (small-temporary-file-directory): Remove defvar; there's
15385 a defcustom for it in files.el.
15386
15387 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
15388 Fix typo in message.
15389 (tumme-gallery-generate): Fix typo in `error' message.
15390 (tumme-display-window-height-correction)
15391 (tumme-display-window-width-correction, tumme-line-up-dynamic)
15392 (tumme-line-up-interactive): Dox fixes.
15393 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
15394 (tumme-restore-window-configuration, tumme-format-properties-string)
15395 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
15396 Fix typos in docstrings.
15397
15398 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com>
15399
15400 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
15401
15402 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
15403
15404 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
15405 User should use hook if desired.
15406
15407 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
15408 buffer if necessary.
15409 (gdb-delete-frame-or-window): New function.
15410 (gdb-breakpoints-mode-map): Bind "q" to it.
15411
15412 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
15413
15414 * textmodes/nroff-mode.el: Clean up name space.
15415 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
15416 (nroff-mode): Obey the global setting of nroff-electric-mode.
15417 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
15418
15419 * calendar/calendar.el (calendar-increment-month): Typo in last change.
15420
15421 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
15422
15423 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
15424
15425 2006-02-06 Lars Hansen <larsh@soem.dk>
15426
15427 * generic-x.el (etc-fstab-generic-mode): Add file system types
15428 cifs and usbdevfs. Allow special chars in file names.
15429
15430 2006-02-05 Jay Belanger <belanger@truman.edu>
15431
15432 Update copyright notices of the files in lisp/calc.
15433
15434 2006-02-05 Romain Francoise <romain@orebokech.com>
15435
15436 Update copyright notices of all files in the lisp/play directory.
15437
15438 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
15439
15440 * ldefs-boot.el: Regenerate.
15441
15442 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
15443
15444 2006-02-05 Kim F. Storm <storm@cua.dk>
15445
15446 * files.el (magic-mode-regexp-match-limit): New defvar.
15447 (set-auto-mode): Use it to limit magic-mode-alist matching.
15448
15449 2006-02-04 Eli Zaretskii <eliz@gnu.org>
15450
15451 * info.el (Info-index, Info-mode): Improve the description of the
15452 `i' command.
15453
15454 * ldefs-boot.el: Regenerate.
15455
15456 2006-02-03 Werner Lemberg <wl@gnu.org>
15457
15458 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
15459 greedy to find the closing bracket in \*[...] and similar
15460 expressions. This is a first rough fix -- many additional
15461 refinements are necessary to make nroff mode really usable with groff.
15462
15463 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
15464
15465 * international/mule-cmds.el (set-locale-environment):
15466 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
15467 libX11.
15468
15469 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
15470
15471 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
15472 archive are created in archive-tmpdir.
15473
15474 2006-02-02 John Paul Wallington <jpw@pobox.com>
15475
15476 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
15477 (ibuffer-fontification-alist): Use it.
15478 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
15479 to "* z" and the Ibuffer Mark menu.
15480
15481 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
15482
15483 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
15484
15485 * textmodes/table.el (*table--cell-describe-mode)
15486 (*table--cell-describe-bindings): Undo last change since
15487 print-help-return-message is not obsoleted by anything at all.
15488
15489 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
15490
15491 * emulation/cua-base.el (cua-mode): Doc fix.
15492
15493 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
15494
15495 * dframe.el (dframe-handle-make-frame-visible)
15496 (dframe-handle-iconify-frame, dframe-get-focus)
15497 (dframe-select-attached-frame, dframe-power-click)
15498 (dframe-frame-mode): Fix typos in docstrings.
15499
15500 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
15501 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
15502 Fix typos in docstrings.
15503
15504 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
15505 (hi-lock-face-buffer, hi-lock-font-lock-hook)
15506 (hi-lock-archaic-interface-message-used)
15507 (hi-lock-file-patterns-range): Fix typos in docstrings.
15508
15509 * savehist.el (savehist-loaded, savehist-load, savehist-install)
15510 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
15511
15512 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
15513 Fix typo in docstring.
15514
15515 * net/newsticker.el (newsticker--decode-iso8601-date)
15516 (newsticker--set-customvar, newsticker--buffer-insert-item)
15517 (newsticker--do-run-auto-mark-filter)
15518 (newsticker--parse-generic-feed): Doc fixes.
15519 (newsticker--retrieval-timer-list, newsticker-url-list)
15520 (newsticker-hide-immortal-items-in-echo-area)
15521 (newsticker-hide-obsolete-items-in-echo-area)
15522 (newsticker-new-item-face, newsticker--enclosure)
15523 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
15524 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
15525 (newsticker--parse-generic-feed, newsticker--cache-contains)
15526 (newsticker--stat-num-items, newsticker-download-enclosures):
15527 Fix typos in docstrings.
15528
15529 * net/rcirc.el (rcirc-debug): Doc fix.
15530 (rcirc-fill-column, rcirc-receive-message-hooks)
15531 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
15532 (rcirc-mode, rcirc-generate-new-buffer-name)
15533 (rcirc-startup-channels, rcirc-ignore-update-automatic)
15534 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
15535 Fix typos in docstrings.
15536 (rcirc-print): "?\ " -> "?\s".
15537 (rcirc-cmd-join): Improve argument/docstring consistency.
15538
15539 2006-02-01 Mark A. Hershberger <mah@everybody.org>
15540
15541 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
15542 before narrow-to-region.
15543
15544 2006-02-01 Richard M. Stallman <rms@gnu.org>
15545
15546 * simple.el (move-beginning-of-line): Scan properly for invis change.
15547
15548 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
15549
15550 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
15551
15552 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
15553 change bit only when id-format is 'integer. Reported by Matt
15554 Hodges <M.P.Hodges@rl.ac.uk>.
15555
15556 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
15557
15558 * hilit-chg.el (highlight-changes-initial-state)
15559 (highlight-changes-global-initial-state): Doc fixes.
15560 (highlight-changes-global-modes, global-highlight-changes):
15561 Fix typos in docstrings.
15562
15563 2006-02-01 Kim F. Storm <storm@cua.dk>
15564
15565 * emulation/cua-base.el (cua-mode): Mention that CUA enables
15566 transient-mark-mode in doc string.
15567
15568 2006-01-31 Richard M. Stallman <rms@gnu.org>
15569
15570 * replace.el (multi-occur): Doc fix.
15571 (multi-occur-in-matching-buffers): Rename from
15572 multi-occur-by-filename-regexp. Prefix arg says match
15573 buffer names instead of file names.
15574
15575 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
15576
15577 * bs.el: Allow non-default values of `bs-header-lines-length'.
15578 (bs--running-in-xemacs): Remove (not needed anymore).
15579 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
15580 instead of `shrink-window', thus avoiding having to compute the
15581 height of the window.
15582 (bs--up): Wrap around even when there's no header.
15583 (bs--down): Use `forward-line' instead of `next-line'.
15584
15585 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
15586
15587 * image-mode.el (image-toggle-display): Use file name if possible,
15588 instead of unnecessarily allocating a (possibly huge) lisp string.
15589
15590 2006-01-30 John Paul Wallington <jpw@pobox.com>
15591
15592 * subr.el (toplevel): Define `cl-assertion-failed' condition here
15593 because the `assert' macro signals it at runtime.
15594
15595 * emacs-lisp/cl.el (toplevel): Remove definition of
15596 `cl-assertion-failed' condition.
15597
15598 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
15599
15600 * thumbs.el (thumbs-marked-list): Make buffer-local and
15601 permanent-local.
15602 (thumbs-insert-thumb): Make help-echo non-sticky.
15603 (thumbs-file-alist): Use eolp as check for (non)-image.
15604
15605 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
15606
15607 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
15608 (ediff-before-session-group-setup-hooks)
15609 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
15610 Fix typos in docstrings.
15611
15612 * window.el (bw-dir, bw-eqdir, balance-windows)
15613 (split-window-keep-point): Fix typos in docstrings.
15614
15615 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
15616 (org-quote-string, org-calendar-to-agenda-key)
15617 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
15618 (org-show-following-heading, org-tags-column)
15619 (org-use-tag-inheritance, org, org-allow-space-in-links)
15620 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
15621 (org-enable-table-editor, org-calc-default-modes)
15622 (org-table-allow-automatic-line-recalculation)
15623 (org-export-html-style, org-export-with-fixed-width)
15624 (org-export-with-sub-superscripts, org-special-keyword)
15625 (org-formula, org-time-grid, org-table-may-need-update)
15626 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
15627 (org-goto-quit, org-get-indentation, org-end-of-item)
15628 (org-move-item-down, org-move-item-up)
15629 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
15630 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
15631 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
15632 (org-agenda-log-mode, org-agenda-toggle-diary)
15633 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
15634 (org-agenda-file-to-end, org-agenda-no-heading-message)
15635 (org-agenda-get-closed, org-format-agenda-item)
15636 (org-cmp-priority, org-cmp-category, org-cmp-time)
15637 (org-agenda-change-all-lines, org-agenda-diary-entry)
15638 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
15639 (org-link-search, org-camel-to-words, org-open-file)
15640 (org-remember-handler, org-table-convert-region)
15641 (org-table-move-row-down, org-table-move-row-up)
15642 (org-table-copy-region, org-table-wrap-region)
15643 (org-table-toggle-vline-visibility)
15644 (org-table-get-vertical-vector, org-table-modify-formulas)
15645 (org-table-get-specials, org-recalc-commands)
15646 (org-table-rotate-recalc-marks, org-table-eval-formula)
15647 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
15648 (org-level-color-stars-only, org-insert-heading):
15649 Fix typos in docstrings.
15650 (last-arg): Add defvar.
15651
15652 * makefile.w32-in (WINS): Add erc.
15653 (MH_E_SRC): Update (copied from lisp/Makefile.in).
15654
15655 2006-01-29 Bill Wohler <wohler@newt.com>
15656
15657 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
15658 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
15659 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
15660 (mh-autoloads): Don't use comments on otherwise empty lines.
15661
15662 2006-01-29 Edward O'Connor <ted@oconnor.cx>
15663
15664 * emulation/viper.el (viper-major-mode-modifier-list):
15665 Add insert-state and vi-state entries for erc-mode.
15666 (viper-go-away, viper-set-hooks): Add and remove
15667 viper-comint-mode-hook from erc-mode-hook as appropriate.
15668
15669 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
15670
15671 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
15672
15673 * bs.el (bs--format-aux): Implement `middle' alignment as
15674 described in the docstring for `bs-attributes-list'.
15675 (bs--get-name): Simplify. Don't pad the buffer name.
15676
15677 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
15678
15679 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
15680 English aspell dictionary is installed, use the first entry of
15681 ispell-dictionary-alist-1.
15682
15683 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
15684
15685 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
15686 Doc fix.
15687
15688 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
15689
15690 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
15691 for `process-file', in order to let it work for older Emacsen too.
15692
15693 2006-01-27 Eli Zaretskii <eliz@gnu.org>
15694
15695 * international/latexenc.el: Add a suitable `coding:' tag.
15696 (latexenc-find-file-coding-system): Undo last change.
15697
15698 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
15699
15700 * international/latexenc.el (latexenc-find-file-coding-system):
15701 Make sure latexenc-main-file is a regular file and is readable.
15702
15703 2006-01-27 Andre Spiegel <spiegel@gnu.org>
15704
15705 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
15706 Pass FILE to vc-user-login-name.
15707
15708 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
15709
15710 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
15711
15712 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
15713 there are no more images to display.
15714 (thumbs-mark, thumbs-unmark): Revert change so that they move to
15715 the next image.
15716
15717 2006-01-26 Richard M. Stallman <rms@gnu.org>
15718
15719 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
15720
15721 * wid-edit.el (advertised-widget-backward): New alias.
15722 (widget-keymap): Use advertised-widget-backward for S-TAB.
15723
15724 * tumme.el: Correct the keywords.
15725 (tumme-dir-max-size): Use defvar.
15726 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
15727
15728 * simple.el (move-beginning-of-line): Take account of fields.
15729 (clone-indirect-buffer-other-window): Take args like
15730 clone-indirect-buffer, and work like it.
15731
15732 * help-fns.el (describe-function): Don't pass `nil' as default.
15733
15734 * files.el (risky-local-variable-p): Follow var aliases.
15735
15736 * subr.el (lazy-completion-table): Doc fix.
15737
15738 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
15739 global binding of `line'.
15740
15741 2006-01-25 Andre Spiegel <spiegel@gnu.org>
15742
15743 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
15744 Tramp.
15745
15746 * vc.el (vc-default-dired-state-info): Pass FILE to
15747 vc-user-login-name.
15748 (vc-default-update-changelog): Don't use vc-user-login-name, we
15749 don't need it here.
15750
15751 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
15752 no longer necessary.
15753
15754 2006-01-25 Kenichi Handa <handa@m17n.org>
15755
15756 * international/mule.el (decode-char): Avoid the overhead of
15757 calling utf-lookup-subst-table-for-decode if
15758 utf-translate-cjk-mode is nil.
15759 (encode-char): Avoid the overhead of calling
15760 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
15761 nil.
15762
15763 2006-01-22 Kenichi Handa <handa@m17n.org>
15764
15765 * international/mule.el (make-subsidiary-coding-system): Reset
15766 `coding-system-define-form' property of subsidiaries to nil.
15767 Avoid duplicated entry in coding-system-alist.
15768 (make-coding-system): Avoid duplicated entry in
15769 coding-system-alist.
15770 (define-coding-system-alias): Likewise.
15771
15772 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
15773
15774 * completion.el: Minor fixes in introductory comment.
15775 (completion-def-wrapper): Fix alist.
15776
15777 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
15778
15779 * thumbs.el (thumbs-new-image-size): New function.
15780 (thumbs-increment-image-size-element)
15781 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
15782 (thumbs-decrement-image-size): Delete.
15783 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
15784 temp files and use to resize.
15785 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
15786 Use increment argument to enlarge/shrink. Preserve point.
15787 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
15788 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
15789 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
15790 (thumbs-mark, thumbs-unmark): Preserve point.
15791 (thumbs-modify-image): Keep old temp files and use to modify.
15792 Cleanup old temp files at load time. Preserve point.
15793 (thumbs-view-image-mode-map): Use new command names.
15794
15795 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
15796
15797 * log-view.el (log-view-minor-wrap): First rev is the one at point.
15798
15799 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
15800 the nastiest part of the cyclic dependency.
15801 (cal-menu-update): Use dotimes and calendar-increment-month.
15802
15803 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
15804 (calendar-week-start-day): Add an :initializer.
15805 (calendar-mode-map): Use suppress-keymap, and command remapping.
15806 (describe-calendar-mode): Setup xref-stack info for the back button.
15807 (calendar-star-date): Insert before delete.
15808 (calendar-set-mode-line): Add file-modified info if applicable.
15809 (calendar-increment-month): New function.
15810
15811 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
15812
15813 * font-lock.el (lisp-font-lock-keywords-2):
15814 Recognize "& keywords" only at word boundaries.
15815
15816 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
15817
15818 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
15819 and permanent-local.
15820 (thumbs-max-image-number): New variable.
15821 (thumbs-do-thumbs-insertion): Use them.
15822 (thumbs-per-line): Change default to 4.
15823 (thumbs-marked-list): Rename from thumbs-markedL.
15824 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
15825 (thumbs-rename-images): Use -list instead of L for internal variables.
15826 (thumbs-call-convert): Use call-process instead of shell-command.
15827 (thumbs-insert-thumb): Add filename as help-echo to each image.
15828 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
15829 Give dir to thumbs-show-thumbs-list.
15830 (thumbs-show-thumbs-list): Set default-directory to that of images.
15831 (thumbs-dired-show): Rename from thumbs-dired-show-all.
15832 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
15833 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
15834 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
15835
15836 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
15837
15838 * ses.el (ses-read-cell): Provide a default value.
15839
15840 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
15841
15842 * term/w32-win.el (image-library-alist): Add additional names for
15843 GIF library.
15844
15845 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
15846
15847 * international/latexenc.el (latexenc-find-file-coding-system):
15848 Add file-regular-p check.
15849
15850 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
15851
15852 * simple.el (clone-buffer): Don't show the new buffer in the same
15853 window.
15854
15855 2006-01-23 Juri Linkov <juri@jurta.org>
15856
15857 * faces.el (link, link-visited): New faces based on default values
15858 of `info-xref' and `info-xref-visited'.
15859
15860 * info.el (info-xref): Inherit from `link'.
15861 (info-xref-visited): Inherit from `link-visited'.
15862
15863 * cus-edit.el (custom-buffer-create-internal): Use widget type
15864 `custom-manual' instead of `info-link' and don't set properties
15865 `button-face' and `mouse-face' explicitly.
15866 (custom-browse-group-tag, custom-browse-variable-tag)
15867 (custom-browse-face-tag): Inherit from widget class
15868 `custom-group-link' instead of `push-button'.
15869 (custom-button-unraised): Inherit from `underline' face.
15870 (custom-link): Inherit from `link' face. Fix doc and group.
15871 (custom-add-parent-links, custom-group-value-create): Don't set
15872 properties `button-face' and `mouse-face' explicitly for
15873 `custom-group-link' widget.
15874 (custom-group-link): Add properties `button-face' and `mouse-face'
15875 to widget definition.
15876 (custom-field-keymap): New variable. Put `custom-field-keymap' to
15877 editable-field's :keymap property.
15878 (custom-mode): Fix docstring: substitute keybindings for
15879 `widget-forward' and `widget-backward' from `widget-keymap',
15880 `widget-complete' from `custom-field-keymap', replace old
15881 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
15882
15883 * desktop.el (desktop-load-file): Check for `fboundp' before
15884 calling `symbol-function'.
15885
15886 * simple.el (clone-buffer, clone-indirect-buffer)
15887 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
15888 `read-string'. Fix prompts.
15889
15890 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
15891
15892 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
15893
15894 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
15895
15896 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
15897
15898 * startup.el (inhibit-splash-screen, initial-scratch-message):
15899 Doc fixes.
15900
15901 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
15902
15903 Sync with Tramp 2.0.52.
15904
15905 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
15906 * net/tramp-vc.el: Add code for unloading Tramp. See comment before
15907 `tramp-unload-tramp' for checklist.
15908
15909 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
15910 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
15911 (tramp-unload-file-name-handler-alist)
15912 (tramp-unload-tramp): New defuns.
15913 (tramp-advice-PC-expand-many-files): New defadvice.
15914 (tramp-save-PC-expand-many-files, tramp-setup-complete): Defuns
15915 removed.
15916 (tramp-handle-expand-file-name): Remove double slash.
15917 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
15918 It doesn't matter, because it will be converted later on.
15919 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
15920 implementation was just heuristic.
15921 (tramp-post-connection): Set uid and gid properties.
15922 (tramp-convert-file-attributes): Set file's gid change bit.
15923 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
15924 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
15925 in case of su(do)? methods. The home directory of the local user
15926 will be taken else.
15927 (tramp-open-connection-telnet)
15928 (tramp-open-connection-rsh, tramp-open-connection-su)
15929 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
15930 local shell prompt could hurt. Reported by Romain Francoise
15931 <romain@orebokech.com>.
15932 (tramp-let-maybe): Add `edebug-form-spec' property.
15933 (tramp-handle-expand-file-name): Bind `default-directory' locally
15934 to "/" in order to avoid problems with UNC shares or Cygwin
15935 mounts.
15936 (tramp-md5-function): Fix typo in error message.
15937
15938 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
15939
15940 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
15941 for byte-compiler pacification.
15942
15943 2006-01-22 Andre Spiegel <spiegel@gnu.org>
15944
15945 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
15946 ID-FORMAT `string'. This allows us to get rid of
15947 `vc-user-login-name UID'.
15948
15949 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
15950
15951 2006-01-22 John Paul Wallington <jpw@pobox.com>
15952
15953 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
15954
15955 2006-01-21 Martin Rudalics <rudalics@gmx.at>
15956
15957 * emacs-lisp/find-func.el (find-definition-noselect)
15958 (find-variable-noselect): Search variables in C source code too.
15959 (find-function-C-source, find-function-noselect, find-function)
15960 (find-function-other-frame, find-variable-noselect, find-variable)
15961 (find-variable-other-frame, find-variable-at-point):
15962 Fix docstrings.
15963
15964 2006-01-21 Francesco Potort\e,Al\e(B <pot@gnu.org>
15965
15966 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
15967
15968 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
15969
15970 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
15971 Default to disabling the "Save affix" question.
15972
15973 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
15974
15975 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
15976 the first arg to run-python.
15977
15978 2006-01-21 Eli Zaretskii <eliz@gnu.org>
15979
15980 * startup.el (command-line-1): Handle --no-desktop if desktop.el
15981 is not loaded.
15982
15983 2006-01-20 Jay Belanger <belanger@truman.edu>
15984
15985 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
15986 limit is 0.
15987
15988 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
15989 the correct variable.
15990
15991 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
15992
15993 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
15994 link. Fixed buggy argument sequence in call to `org-view-tags'.
15995 (org-compile-prefix-format): Set `org-prefix-has-tag'.
15996 (org-prefix-has-tag): New variable.
15997 (org-format-agenda-item): Remove tags from headline if
15998 appropriate.
15999 (org-agenda-remove-tags-when-in-prefix): New option.
16000 (org-get-tags-at): New function.
16001
16002 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
16003
16004 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
16005 (thumbs-find-image): Move image name and number from buffer name
16006 to mode name. Set thumbs-buffer. Preserve point so that large
16007 images remain visible.
16008 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
16009 order.
16010 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
16011 mode name.
16012 (thumbs-next-image, thumbs-previous-image): Make them work.
16013
16014 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
16015
16016 * cus-edit.el (custom-buffer-create-internal): State in the text above
16017 the whole buffer buttons that they do not operate on hidden items.
16018 (custom-face-menu): Use `custom-face-save' instead of
16019 `custom-face-save-command'.
16020 (custom-face-save-command): Make it an alias for `custom-face-save'
16021 and declare it obsolete.
16022 (custom-face-save): Doc fix.
16023
16024 * dired.el (dired-no-confirm): Add quote.
16025 (dired-subdir-alist-pre-R): Add quote in
16026 `make-variable-buffer-local' form and remove unbalanced parenthesis.
16027
16028 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
16029
16030 * textmodes/table.el (table-mode-indicator): Typo in last change.
16031
16032 2006-01-19 Richard M. Stallman <rms@gnu.org>
16033
16034 * outline.el (hide-leaves): Don't call outline-end-of-heading.
16035 Fixes bug reported in Nov 2005.
16036
16037 * isearch.el (isearch-forward): Doc fix.
16038
16039 * dired.el (dired-move-to-filename-regexp): Define as alias.
16040 (dired-no-confirm): Use defcustom.
16041 (dired-subdir-alist-pre-R): Put defvar at top level.
16042
16043 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
16044
16045 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
16046 Mark as risky.
16047
16048 * simple.el (set-mark-command): Doc fix.
16049 (clone-indirect-buffer-other-window):
16050 Read arg like clone-indirect-buffer.
16051 (move-beginning-of-line): Skip invisible newlines.
16052
16053 2006-01-19 Masatake YAMATO <jet@gyve.org>
16054
16055 * progmodes/cpp.el (cpp-edit-load): Make the order of
16056 listed conditions in a base C code buffer and its associate
16057 CPP Edit buffer the same.
16058
16059 2006-01-19 Kenichi Handa <handa@m17n.org>
16060
16061 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
16062 (rmail-mime-feature): Likewise.
16063 (rmail-require-mime-maybe): Use display-warning to show a warning
16064 message.
16065
16066 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
16067 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
16068
16069 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
16070
16071 * array.el: Move defvars out of eval-when-compile.
16072 (array-make-template): Replace undeclared global var with a local one.
16073 (array-mode): Inline initialization functions.
16074 (array-init-local-variables, array-init-max-row)
16075 (array-init-max-column, array-init-columns-per-line)
16076 (array-init-field-width, array-init-rows-numbered)
16077 (array-init-line-length, array-init-lines-per-row): Remove.
16078
16079 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
16080 (doc-mode-map): Define explicitly.
16081 (doctor-txtype): Use mapc.
16082
16083 * textmodes/table.el: Move defvars out of eval-when-compile.
16084 Remove harmful code meant to avoid byte-compiler warnings.
16085 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
16086 specification that checks table-fixed-width-mode directly.
16087 (table-recognize-region, table-recognize-cell):
16088 Use restore-buffer-modified-p.
16089 (table-fixed-width-mode): Remove code that refreshes
16090 table-fixed-mode-indicator.
16091 (*table--cell-describe-bindings, *table--cell-describe-mode):
16092 Avoid obsolete name print-help-return-message.
16093 (table--test-cell-list): Don't use replace-regexp from elisp.
16094 (table--point-entered-cell-function, table--point-left-cell-function):
16095 Don't set table-fixed-mode-indicator, use force-mode-line-update.
16096
16097 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
16098 that was after the end of file. Use buffer-file-name variable.
16099 (org-timestamp-change): Use with-current-buffer.
16100 (org-todo-list): Don't unnecessarily define a new buffer-local var.
16101 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
16102 `file'.
16103
16104 * progmodes/fortran.el: Move defvars out of eval-when-compile.
16105 (fortran-break-line): Remove unused var `opoint'.
16106 (fortran-abbrev-start): Obey help-event-list.
16107
16108 2006-01-18 Jesper Harder <harder@phys.au.dk>
16109
16110 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
16111
16112 2006-01-18 Masatake YAMATO <jet@gyve.org>
16113
16114 * progmodes/make-mode.el (makefile-imake-mode): New mode
16115 derived from makefile-mode.
16116 (makefile-imake-mode-syntax-table): New syntax table
16117 derived from makefile-mode-syntax-table.
16118 (makefile-mode): Write about makefile-imake-mode in doc string.
16119 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
16120 (makefile-imake-font-lock-keywords): New font lock keywords.
16121
16122 * files.el (auto-mode-alist): Add Imakefile.
16123
16124 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
16125
16126 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
16127 loading the file rather than when turning on flyspell-mode.
16128
16129 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
16130
16131 * cus-edit.el (customize-rogue): Minor doc fix.
16132
16133 2006-01-17 Juri Linkov <juri@jurta.org>
16134
16135 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
16136 instead of the file at the mark as default if the file at the mark
16137 is the same as the file at point or if dired-dwim-target-directory
16138 is not the same as the current directory and the mark is not active.
16139
16140 * log-view.el (log-view-minor-wrap): Use the same logic to get
16141 revisions as `log-view-diff'.
16142
16143 * info.el (Info-revert-find-node): Check for Info-current-file
16144 before preserving new-history.
16145
16146 * man.el (Man-heading-regexp): Add `/'.
16147
16148 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
16149 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
16150
16151 2006-01-16 Juri Linkov <juri@jurta.org>
16152
16153 * faces.el (mode-line-faces): New defgroup.
16154 (mode-line-highlight): Move definition after new defgroup.
16155 (mode-line, mode-line-inactive, mode-line-highlight):
16156 Replace :group `modeline' with `mode-line-faces'.
16157 (mode-line-buffer-id): New face.
16158 (modeline-buffer-id): New face alias.
16159 (vertical-border): Remove :group `modeline'.
16160
16161 * bindings.el (propertized-buffer-identification): Use face
16162 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
16163 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
16164 (mode-line-buffer-identification-keymap): For mouse-1 replace
16165 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
16166 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
16167 mouse-3.
16168
16169 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
16170 Buffer-menu-buffer. Doc fix.
16171 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
16172 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
16173 `Buffer-menu-buffer'.
16174
16175 * info.el (Info-mode-line-node-keymap): New defvar.
16176 (Info-set-mode-line): Use `stringp' to check Info-current-file.
16177 Propertize Info-current-node with `mode-line-buffer-id' and
16178 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
16179
16180 * time.el (display-time-mail-face): Replace :group `faces' with
16181 `mode-line-faces'.
16182
16183 2006-01-16 Kenichi Handa <handa@m17n.org>
16184
16185 * international/code-pages.el: Add autoload cookies for cp125[0345678].
16186
16187 * language/european.el (cp1252): New alias for windows-1252.
16188
16189 * international/mule.el (autoload-coding-system): Prepare for EOL
16190 variants.
16191
16192 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
16193
16194 * term.el (term-raw-map): Add mapping for insert.
16195 (term-send-insert): New.
16196 (term-mode): Make variables local here instead of doing it in
16197 `term-emulate-terminal'.
16198 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
16199 Scroll reverse needs to take into account the scroll region.
16200 Saving and restoring the cursor should save the color attributes too.
16201 (term-reset-terminal): Reset the scroll region.
16202 (term-handle-ansi-escape): Cursor up and down should take into
16203 account the scroll region.
16204 (term-set-scroll-region): Rename from `term-scroll-region'.
16205 Move to 0,0 after setting the region.
16206 (term-handle-scroll): Handle scroll up.
16207 (term-down): Fix off by one error.
16208 (term-delete-lines): Do not delete outside the scroll region.
16209 (term-insert-lines): Take into account the scroll region.
16210
16211 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
16212
16213 * textmodes/ispell.el (ispell-internal-change-dictionary)
16214 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
16215 (start, end): Move declaration outside of eval-when-compile.
16216
16217 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
16218 (flyspell-mode-on): Use it.
16219
16220 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
16221 ispell-kill-ispell-hook.
16222
16223 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
16224
16225 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
16226 (Custom-reset-saved): Do not ask for confirmation in single option
16227 buffers.
16228
16229 2006-01-13 Richard M. Stallman <rms@gnu.org>
16230
16231 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
16232
16233 2006-01-13 Romain Francoise <romain@orebokech.com>
16234
16235 * add-log.el (add-change-log-entry, change-log-merge):
16236 Conditionally use `hard-newline'.
16237
16238 2006-01-13 Martin Rudalics <rudalics@gmx.at>
16239
16240 * wid-edit.el (widget-field-end): If the overlay is no longer
16241 associated with a buffer, behave as if the overlay didn't exist.
16242
16243 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
16244 Make sure the links use the `custom-link' face.
16245
16246 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
16247
16248 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
16249 (ld-script-mode): Don't set indent-line-function since we don't
16250 have one.
16251
16252 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
16253
16254 * textmodes/org.el (org-open-file): Use mailcap for selecting an
16255 application.
16256 (org-file-apps-defaults-gnu): Use mailcap as the default for
16257 selecting an application on a UNIX system.
16258 (org-agenda-show-tags): New command.
16259 (org-table-insert-hline): Keep cursor in current table line.
16260 (org-table-convert): Offset effect of modifying
16261 `org-table-insert-hline'.
16262 (org-format-agenda-item): New optional argument TAG.
16263 (org-compile-prefix-format): Handle %T format for the tag.
16264 (org-expand-wide-chars): New function.
16265 (org-table-insert-row, org-table-insert-hline):
16266 Use `org-expand-wide-chars'.
16267 (org-open-file): Fix bug in program launch.
16268 (org-get-time-of-day): Fix bug with times before 1am.
16269 (org-agenda-menu): Add tags commands.
16270
16271 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
16272
16273 * textmodes/ispell.el (ispell-init-process): Include the used
16274 dictionary in ispell process start message.
16275 (ispell-internal-change-dictionary): When flyspell-mode is active
16276 and dictionary is changed, make sure ispell process is restarted
16277 and flyspell word cache cleared out for the current buffer.
16278 (ispell-change-dictionary): Make sure flyspell word cache is
16279 cleared out in all buffers with active flyspell mode when
16280 dictionary is globally changed.
16281 Call ispell-internal-change-dictionary after dictionary change.
16282
16283 2006-01-13 Eli Zaretskii <eliz@gnu.org>
16284
16285 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
16286
16287 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
16288 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
16289 years. Fix small differences wrt Makefile.in.
16290 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
16291 Makefile.in does.
16292
16293 2006-01-12 Bill Wohler <wohler@newt.com>
16294
16295 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
16296 mh-search.el.
16297
16298 2006-01-12 Masatake YAMATO <jet@gyve.org>
16299
16300 * progmodes/ld-script.el: Update copyright year.
16301
16302 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
16303
16304 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
16305 Don't add widget if setting undefined.
16306
16307 2006-01-12 John Paul Wallington <jpw@pobox.com>
16308
16309 * help-fns.el (describe-variable): Remove newlines from void
16310 variable output.
16311
16312 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
16313
16314 * wdired.el (wdired-mode-map): Add help echo for
16315 wdired-abort-changes.
16316
16317 * man.el (Man-file-name-regexp): Adjust for a list of files.
16318
16319 2006-01-12 Masatake YAMATO <jet@gyve.org>
16320
16321 * progmodes/ld-script.el (auto-mode-alist): Support
16322 suffix conventions used in netbsd and eCos.
16323
16324 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
16325
16326 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
16327 (custom-variable-menu, custom-face-menu, custom-group-menu)
16328 (Custom-mode-menu): Change names of menu items. (As discussed on
16329 emacs-devel.)
16330 (custom-face-menu): Add "Undo Edits" item.
16331
16332 * startup.el (init-file-user): defcustom -> defvar.
16333
16334 * tooltip.el (tooltip-mode): Doc fix.
16335
16336 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
16337
16338 * reveal.el (reveal-post-command): window-buffer signals an error on
16339 dead windows rather than returning nil.
16340 (reveal-open-new-overlays): An overlay might die while we open others.
16341
16342 2006-01-11 Bill Wohler <wohler@newt.com>
16343
16344 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
16345 phrasing in docstring.
16346
16347 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
16348 can give some systems gas. Add new file mh-buffers.el.
16349
16350 2006-01-06 Masatake YAMATO <jet@gyve.org>
16351
16352 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
16353 C preprocessor forward ported from GNU Emacs 21.2.
16354
16355 * progmodes/asm-mode.el (asm-font-lock-keywords):
16356 Use `cpp-font-lock-keywords'.
16357
16358 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
16359
16360 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
16361 of $ for "\\.ld[s]?".
16362
16363 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
16364
16365 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
16366 (tcl-indent-line): Return `noindent' if inside a string.
16367
16368 * progmodes/flymake.el (flymake-split-string): Remove more than one
16369 empty string at beg/end of the result.
16370 (flymake-find-buildfile, flymake-find-possible-master-files):
16371 Use expand-file-name.
16372 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
16373 since expand-file-name does it for us. Use directory-file-name.
16374 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
16375 (flymake-ler-get-type, flymake-ler-get-text)
16376 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
16377 (flymake-current-line-no): Remove spurious interactive spec.
16378 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
16379 (flymake-check-include): Remove arg inc-path merged into inc-name.
16380 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
16381 Arg regexp-list replaced by a simple regexp.
16382 (flymake-master-make-header-init, flymake-master-tex-init):
16383 Correspondingly replace regexp-list with a regexp. Fix regexp.
16384
16385 2006-01-10 Simon Josefsson <jas@extundo.com>
16386
16387 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
16388 describing AUTH PLAIN fix.
16389
16390 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
16391
16392 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
16393 (report-emacs-bug): Don't record initial prompt text.
16394 Instead, add text properties to prompting text.
16395 (report-emacs-bug-hook): Delete prompting text.
16396
16397 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
16398
16399 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
16400 `dirs'. Adjust callers.
16401
16402 2006-01-09 John Paul Wallington <jpw@gnu.org>
16403
16404 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
16405
16406 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
16407
16408 * reveal.el (reveal-open-new-overlays): New extracted fun.
16409 (reveal-close-old-overlays): Idem. Check overlays's liveness before
16410 using them. Simplify the code.
16411 (reveal-post-command): Use them. Fix up obsolete windows in
16412 reveal-open-spots.
16413
16414 * progmodes/flymake.el: Use `require' rather than autoload for
16415 XEmacs's overlays.
16416 (flymake-get-common-file-prefix, flymake-build-relative-filename):
16417 Delete. Use file-relative-name instead.
16418 (flymake-get-syntax-check-program-args, flymake-perl-init):
16419 Simplify the resulting code.
16420
16421 * log-view.el (log-view-file-re, log-view-message-re): Add support
16422 for DaRCS output.
16423
16424 2006-01-09 Alex Schroeder <alex@gnu.org>
16425
16426 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
16427 identifiers sometimes added in square brackets at the beginning of
16428 subject lines.
16429
16430 2006-01-07 Richard M. Stallman <rms@gnu.org>
16431
16432 * cus-edit.el (Custom-set, Custom-save): Doc fix.
16433 (Custom-reset-current, Custom-reset-saved): Change question text.
16434 (Custom-reset-standard): Likewise.
16435 (custom-variable-reset-saved): Doc fix.
16436
16437 2006-01-07 Eli Zaretskii <eliz@gnu.org>
16438
16439 * startup.el (init-file-user): Doc fix.
16440
16441 2006-01-07 Alex Schroeder <alex@gnu.org>
16442
16443 * mail/rmail.el (rmail-current-subject): New function.
16444 (rmail-current-subject-regexp): New function.
16445 (rmail-next-same-subject): Use it.
16446
16447 * mail/rmailsum.el (rmail-summary-by-topic):
16448 Use rmail-current-subject and rmail-current-subject-regexp.
16449 (rmail-summary-next-same-subject): Ditto.
16450
16451 * net/rcirc.el (rcirc-send-input): No longer check whether the
16452 process is open, since not all commands need an open process.
16453 (rcirc-send-string): Check whether the process is open before
16454 sending anything.
16455 (rcirc-ignore-list): New option.
16456 (rcirc-ignore-list-automatic): New variable.
16457 (rcirc-print): Take rcirc-ignore-list into account.
16458 (rcirc-cmd-ignore): New command.
16459 (rcirc-ignore-update-automatic): New function.
16460 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
16461 list if ignored nicks.
16462 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
16463
16464 2006-01-06 David Reitter <david.reitter@gmail.com>
16465
16466 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
16467 reflect the address to which the report will be sent.
16468
16469 2006-01-06 Eli Zaretskii <eliz@gnu.org>
16470
16471 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
16472 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
16473
16474 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
16475
16476 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
16477
16478 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
16479 the doc string: "functoin" => "function".
16480 * ldefs-boot.el: Likewise.
16481
16482 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
16483 message text: "Duplicat" => "Duplicate".
16484
16485 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
16486
16487 * files.el (basic-save-buffer-2): If backing-up failed, reset
16488 buffer-backed-up to nil.
16489
16490 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
16491
16492 * progmodes/gud.el (gdb-script-skip-to-head)
16493 (gdb-script-calculate-indentation): Indent for breakpoint command
16494 lists also.
16495
16496 2006-01-05 Bill Wohler <wohler@newt.com>
16497
16498 * Makefile.in (compile-always): Add mh-autoloads dependency.
16499 (bootstrap): Remove mh-autoloads dependency, as compile dependency
16500 provides it.
16501 (updates): Remove mh-autoloads dependency, since it probably has
16502 already run recently (via recompile).
16503
16504 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
16505
16506 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
16507 argument `force' to disable the flyspell-last-buffer optimization.
16508 (flyspell-mode-on): Use it.
16509
16510 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
16511 flymake-simple-cleanup.
16512 (flymake-allowed-file-name-masks): Use this new default.
16513 All the functions are now called in the right buffer rather than
16514 passing the buffer as argument.
16515 (flymake-process-sentinel): Switch to buffer before calling cleanup.
16516 (flymake-parse-err-lines): Remove redundant buffer arg.
16517 (flymake-get-program-dir): Comment out unused function.
16518 (flymake-start-syntax-check, flymake-start-syntax-check-process):
16519 Remove redundant buffer argument.
16520 (flymake-get-real-file-name, flymake-simple-java-cleanup)
16521 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
16522
16523 2006-01-05 Richard M. Stallman <rms@gnu.org>
16524
16525 * info.el (Info-find-node): Don't record previous node if have none.
16526 (info): Go to directory only if history is empty.
16527
16528 * simple.el (mark): Doc fix.
16529
16530 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16531
16532 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
16533 already of desired type.
16534 (mac-ae-list): Coerce parameter to "list" type.
16535 (mac-dispatch-apple-event): Replace cadr part of event with a
16536 dummy position so that event-start returns it.
16537
16538 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
16539
16540 * textmodes/org.el (org-end-of-subtree): New function.
16541 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
16542 Use `org-end-of-subtree'.
16543 (org-agenda, org-agenda-convert-date): Protect calls to
16544 `fit-window-to-buffer'.
16545 (org-tags-view): Force matching of sublevels when doing a
16546 todo-only search. Define the correct redo command, including the
16547 arguments.
16548 (org-agenda-redo): Display message.
16549 (org-check-for-org-mode): New function.
16550 (org-agenda-type): New variable.
16551 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
16552 Set `org-agenda-type'.
16553 (org-agenda-check-type): New function.
16554 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
16555 (org-agenda-week-view, org-agenda-day-view)
16556 (org-agenda-next-date-line, org-agenda-previous-date-line)
16557 (org-agenda-log-mode, org-agenda-toggle-diary)
16558 (org-agenda-toggle-time-grid, org-agenda-date-later)
16559 (org-agenda-date-prompt, org-agenda-diary-entry)
16560 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
16561 (org-agenda-convert-date, org-agenda-menu):
16562 Use `org-agenda-check-type'.
16563 (org-make-overlay, org-delete-overlay)
16564 (org-detatch-overlay, org-move-overlay, org-overlay-put):
16565 New compatibility functions.
16566 (org-calendar-select-mouse): New command.
16567
16568 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
16569
16570 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
16571 (Custom-reset-standard): Fix y-or-n-p messages.
16572 (custom-link): New face for links.
16573 (custom-buffer-create-internal, custom-manual): Use it.
16574 (custom-face-save): Push to theme-face before setting face spec.
16575
16576 * wid-edit.el (widget-default-mouse-face-get): New function.
16577 (widget-specify-button): Handle mouse-face like button-face.
16578
16579 * custom.el (load-theme): Clear old theme settings if reloading.
16580
16581 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
16582
16583 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
16584 "Erase Customization" button back to same position it occupies in
16585 the individual State menus.
16586
16587 2006-01-04 Kim F. Storm <storm@cua.dk>
16588
16589 * wid-edit.el (key-sequence): Rework widget to read key binding
16590 using `kbd' syntax. Use C-q to insert literal key, event, or code.
16591 (widget-key-sequence-default-value): Default value for empty sequence.
16592 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
16593 (widget-key-sequence-read-event): New command for C-q.
16594 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
16595 (widget-key-sequence-value-to-external): New functions.
16596
16597 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
16598
16599 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
16600 Use expand-file-name.
16601 (flymake-delete-temp-directory): Use expand-file-name,
16602 file-name-directory, and directory-file-name.
16603 (flymake-strrchr): Delete.
16604 (flymake-start-syntax-check): Don't pass the redundant buffer argument
16605 to the init-f function.
16606 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
16607 (flymake-init-find-buildfile-dir)
16608 (flymake-init-create-temp-source-and-master-buffer-copy)
16609 (flymake-simple-make-init-impl, flymake-simple-make-init)
16610 (flymake-master-make-init, flymake-master-make-header-init)
16611 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
16612 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
16613 (flymake-xml-init): Remove corresponding redundant buffer argument.
16614 (flymake-allowed-file-name-masks): Remove last elems that are equal to
16615 the default anyway. Clean up regexps.
16616
16617 * progmodes/flymake.el (flymake-temp-source-file-name)
16618 (flymake-master-file-name, flymake-temp-master-file-name)
16619 (flymake-base-dir): New buffer-local vars.
16620 (flymake-buffer-data, flymake-get-buffer-value)
16621 (flymake-set-buffer-value): Replace those hash-tables by the new
16622 buffer-local vars. Update callers.
16623
16624 * progmodes/flymake.el (flymake-check-start-time)
16625 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
16626 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
16627 Move definition, so we can remove redundant earlier declaration.
16628 (flymake-replace-regexp-in-string, flymake-split-string)
16629 (flymake-get-temp-dir): Use defalias.
16630 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
16631 (flymake-xemacs-window-edges): Remove unused function.
16632 (flymake-get-point-pixel-pos): Move.
16633 (flymake-pid-to-names, flymake-reg-names)
16634 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
16635 Replace by a simple list flymake-processes and by process-buffer.
16636 Update callers. Other than simplify the code, it uses buffers rather
16637 than buffer-names so it doesn't get confused by uniquify.
16638 (flymake-buffer-data): The global value should just be nil.
16639
16640 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
16641 Optimize the body of a defalias like any other code.
16642
16643 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
16644 Make sure we've setup font-lock's vars. It may influence which
16645 function we then call.
16646 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
16647 here since it's too late anyway.
16648
16649 2006-01-03 Romain Francoise <romain@orebokech.com>
16650
16651 * startup.el (fancy-splash-tail, normal-splash-screen):
16652 Update copyright year.
16653
16654 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
16655
16656 * mouse.el (mouse-drag-track): Rename, from
16657 `mouse-drag-region-1'. Includes optional argument required to
16658 enable post-drag event processing (e.g. delete region keys).
16659 Can be used without this argument to track a mouse region and operate
16660 on it as soon as the drag completes.
16661 (mouse-drag-region): Use `mouse-drag-track'.
16662
16663 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
16664
16665 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
16666 Move to `custom-buffer' group.
16667
16668 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
16669 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
16670 (custom-theme-insert-face-marker, custom-theme-variable-menu)
16671 (custom-theme-face-menu): New variables.
16672 (custom-theme-add-variable, custom-theme-variable-action)
16673 (custom-variable-reset-theme, custom-theme-delete-variable)
16674 (custom-face-reset-theme, custom-theme-face-action)
16675 (custom-theme-delete-face, custom-theme-merge-theme)
16676 (custom-theme-add-face, custom-theme-visit-theme): New functions.
16677
16678 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
16679
16680 * custom.el: Move Custom Themes commentary to start of theme code.
16681 (custom-known-themes): Rename `standard' theme to `changed'.
16682 (custom-push-theme): Caller no longer specifies what theme to use
16683 when doing `reset'---the setting is simply removed from the theme.
16684 Delete MODE from `theme-value' and `theme-settings' properties.
16685 (custom-declare-theme): Ignore &rest args since we don't use them.
16686
16687 (custom-loaded-themes): Delete variable.
16688 (custom-theme-load-themes, custom-theme-loaded-p)
16689 (custom-theme-value): Delete functions.
16690
16691 (custom-declare-theme): Signal error on invalid theme names.
16692 (provide-theme): custom-loaded-themes was deleted.
16693 (load-theme): Load the file unconditionally.
16694 (enable-theme): Call `load-theme' if theme is undefined.
16695 (custom-enabled-themes): Only update value for successful loads.
16696 (disable-theme): Complete from enabled themes when interactive.
16697 (custom-variable-theme-value): Calculate theme value directly.
16698
16699 (custom-theme-reset-variables, custom-reset-variables): Mark as
16700 XEmacs compatibility functions. We don't actually use these.
16701
16702 * cus-edit.el (custom-variable-state-set):
16703 Use custom-variable-theme-value instead of custom-theme-value.
16704 (custom-face-state-set): Rename `standard' theme to `changed'.
16705 (custom-save-variables, custom-save-faces): Delete unneeded
16706 references to custom-reset-variables.
16707 (custom-save-resets): Delete function.
16708 (custom-save-variables, custom-save-faces): MODE argument deleted.
16709 (custom-save-variables, custom-save-faces): Ignore theme values.
16710
16711 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
16712 compatibility function.
16713
16714 2006-01-01 Richard M. Stallman <rms@gnu.org>
16715
16716 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
16717 (Custom-reset-current, Custom-reset-saved): Likewise.
16718 (Custom-reset-standard): Show message if aborted.
16719 (custom-mode): Doc fix, describing those commands.
16720
16721 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
16722 put on event-kind property.
16723
16724 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
16725
16726 * custom.el (provide-theme): Ban `user' theme name.
16727 (custom-enabling-themes): New variable.
16728 (enable-theme): Don't enable user if custom-enabling-themes is t.
16729 (custom-enabled-themes): Make it a defcustom.
16730 (custom-theme-recalc-face): No-op if face is undefined.
16731
16732 * cus-edit.el (custom-button-mouse): New variable.
16733 (custom-button-mouse): New face.
16734 (custom-raised-buttons, custom-mode): Use it.
16735
16736 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
16737
16738 2005-12-31 Eli Zaretskii <eliz@gnu.org>
16739
16740 * progmodes/gud.el (gud-display-line): Support hl-line in the
16741 source buffer.
16742
16743 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
16744
16745 * mouse.el (mouse-drag-window-above): Verify that the found window
16746 overlaps with the given window in the horizontal dimension.
16747
16748 2005-12-31 Eli Zaretskii <eliz@gnu.org>
16749
16750 * Makefile.in (cvs-update): New target.
16751
16752 * makefile.w32-in (cvs-update): Ditto.
16753
16754 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
16755
16756 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
16757 (custom-new-theme-mode-map): New variable.
16758
16759 2005-12-30 Richard M. Stallman <rms@gnu.org>
16760
16761 * custom.el (custom-load-themes): Function deleted.
16762
16763 * cus-edit.el (custom-save-loaded-themes): Function deleted.
16764 (custom-save-variables): Don't delete or add custom-load-themes call.
16765
16766 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
16767
16768 * cus-start.el: Add `visible-cursor'.
16769
16770 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
16771 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
16772 (flymake-process-filter): Switch to buffer before calling it instead.
16773 (flymake-post-syntax-check, flymake-highlight-err-lines)
16774 (flymake-delete-own-overlays, flymake-parse-err-lines)
16775 (flymake-start-syntax-check, flymake-start-syntax-check-process)
16776 (flymake-count-lines, flymake-parse-residual):
16777 Remove constant buffer argument.
16778 (flymake-start-syntax-check-for-current-buffer): Remove.
16779 Update callers to use flymake-start-syntax-check instead.
16780 (flymake-display-err-menu-for-current-line):
16781 Remove unused var `mouse-pos'.
16782 (flymake-restore-formatting): Comment out unused function.
16783 (flymake-report-status, flymake-report-fatal-status): Remove buffer
16784 argument, use current-buffer instead. Update callers.
16785
16786 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
16787
16788 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
16789 buffer-local because choose-completion-delete-max-match requires
16790 that we set completion-ignore-case (i.e., binding via let is not
16791 sufficient).
16792 (bibtex-complete): Always set completion-ignore-case and
16793 choose-completion-string-functions. The latter is needed because
16794 choose-completion-string-functions keeps its value if we quit the
16795 *Completions* buffer without requesting a completion.
16796
16797 2005-12-30 Andreas Schwab <schwab@suse.de>
16798
16799 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
16800
16801 2005-12-30 Eli Zaretskii <eliz@gnu.org>
16802
16803 * jit-lock.el (jit-lock-chunk-size): Doc fix.
16804
16805 2005-12-30 Juri Linkov <juri@jurta.org>
16806
16807 * locate.el (locate-fcodes-file, locate-header-face)
16808 * progmodes/delphi.el (delphi-other-face)
16809 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
16810
16811 * paren.el (show-paren-match, show-paren-mismatch): Use existing
16812 group `paren-showing-faces'.
16813
16814 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
16815 (goto-address): Fix docstring.
16816
16817 * net/webjump.el (webjump-sample-sites): Update URLs.
16818
16819 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
16820
16821 * subr.el (cancel-change-group): Add listp around pending-undo-list.
16822
16823 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
16824
16825 * font-lock.el (font-lock-compile-keywords): Signal an error when
16826 font-lock-set-defaults hasn't been called.
16827
16828 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
16829
16830 * subr.el (noreturn, 1value): Doc fixes.
16831
16832 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
16833
16834 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
16835 that assoc-string returns nil.
16836
16837 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
16838
16839 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
16840 (bibtex-entry-type-str, bibtex-empty-field-re)
16841 (bibtex-search-backward-string, bibtex-preamble-prefix)
16842 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
16843 (bibtex-any-valid-entry-type): New variable.
16844 (bibtex-parse-field-name): Simplify.
16845 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
16846 (bibtex-preamble-prefix): Include left delimiter.
16847 (bibtex-search-forward-field, bibtex-search-backward-field):
16848 Allow unbounded search past entry boundaries (required by bibtex-pop).
16849 (bibtex-text-in-field-bounds): Use push.
16850 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
16851 (bibtex-parse-preamble, bibtex-valid-entry)
16852 (bibtex-beginning-first-field): New functions.
16853 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
16854 (bibtex-map-entries): Fix docstring.
16855 (bibtex-flash-head): New arg prompt. Simplify.
16856 (bibtex-enclosing-field): Include code of bibtex-inside-field.
16857 (bibtex-insert-kill): Simplify. Always insert text past the
16858 current field or entry.
16859 (bibtex-format-entry): Use bibtex-parse-field.
16860 (bibtex-pop): Use bibtex-beginning-of-entry and
16861 bibtex-end-of-entry to initiate the search. Insert empty field if
16862 we found ourselves.
16863 (bibtex-print-help-message): New args field and comma.
16864 Handle entry keys.
16865 (bibtex-make-field): Use bibtex-beginning-of-entry.
16866 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
16867 invalid entry.
16868 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
16869 Handle preambles. Simplify code for thorough test.
16870 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
16871 New arg comma. Handle entry heads.
16872 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
16873 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
16874 New arg comma.
16875 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
16876 (bibtex-fill-field): Simplify.
16877 (bibtex-fill-entry): Use bibtex-beginning-first-field and
16878 bibtex-parse-field.
16879 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
16880 (bibtex-complete): Use bibtex-parse-preamble.
16881
16882 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
16883
16884 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
16885 Display name of expression instead of convenience variable.
16886 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
16887
16888 * progmodes/gud.el (gud-tooltip-dereference): Rename from
16889 toggle-gud-tooltip-dereference.
16890 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
16891 (gud-tooltip-tips): ...here when dereferencing.
16892
16893 2005-12-28 Bill Wohler <wohler@newt.com>
16894
16895 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
16896
16897 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
16898
16899 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
16900 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
16901 (vc-annotate-display-autoscale): Adjust call.
16902 (vc-annotate-display-default): Adjust call. Make arg compulsory.
16903 Fix interactive spec.
16904 (vc-annotate-time-span): Remove.
16905 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
16906 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
16907 (vc-annotate-display-select): Use new name.
16908
16909 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
16910 (vc-annotate-mode-menu): Remove left-over redundant declaration.
16911 Correct the construction of span entries. Simplify.
16912 (vc-annotate-display-select): Fix the nil case.
16913 (vc-annotate): Remove obsolete (and now broken) code.
16914 (vc-annotate-extract-revision-at-line): Remove obsolete code.
16915 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
16916
16917 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
16918
16919 * subr.el (lazy-completion-table): Correct typo in docstring.
16920
16921 * startup.el (command-line): Use `custom-reevaluate-setting' for
16922 `send-mail-function'.
16923
16924 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
16925
16926 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
16927
16928 * mail/smtpmail.el (smtpmail-try-auth-methods):
16929 Send credentials together with "AUTH PLAIN" command.
16930
16931 2005-12-27 Richard M. Stallman <rms@gnu.org>
16932
16933 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
16934 mouse-2, go back to previously selected window, so it's selected
16935 when mouse-2 command runs.
16936
16937 2005-12-27 Juri Linkov <juri@jurta.org>
16938
16939 * descr-text.el (describe-text-sexp): Use square brackets for
16940 button [Show] to distinguish it from the property value `show'.
16941 (describe-property-list): Use `insert-text-button' with
16942 `help-face' type instead of putting face in quotes, because button
16943 is not created automatically for a list of faces.
16944 (describe-text-properties-1): Put button-type value in quotes to
16945 distinguish from plain text "button".
16946 (describe-char): Display code point values in hex. Don't use
16947 `symbol-name' for `current-input-method' because it is a string.
16948 Use `insert-text-button' with `help-face' type instead of putting
16949 hardcoded face in quotes, because button is not created automatically.
16950
16951 2005-12-27 Richard M. Stallman <rms@gnu.org>
16952
16953 * progmodes/glasses.el (glasses-face): More specific custom type.
16954
16955 * files.el (set-visited-file-name): Doc fix.
16956
16957 * textmodes/flyspell.el (flyspell-external-point-words):
16958 Use local var buffer-scan-pos to advance scan for next misspelling.
16959 Advance it only after we find the misspelling.
16960
16961 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
16962
16963 * textmodes/flyspell.el (flyspell-external-point-words):
16964 New criteria for finding the misspelling in the buffer.
16965
16966 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
16967
16968 * help-mode.el (help-insert-string): Set help-xref-stack-item
16969 rather than call help-setup-xref.
16970
16971 * descr-text.el (describe-char): Revert previous changes for
16972 optional buffer argument.
16973
16974 2005-12-27 Juri Linkov <juri@jurta.org>
16975
16976 * help-mode.el (help-insert-string): New function. Save buffer
16977 contents in cases where it is impossible to recompute the old contents.
16978
16979 * descr-text.el (describe-char): Set help-xref-stack-item
16980 explicitly after buffer has been generated.
16981
16982 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16983
16984 * cus-start.el (all): Add x-gtk-show-hidden-files.
16985
16986 2005-12-26 Richard M. Stallman <rms@gnu.org>
16987
16988 * replace.el (perform-replace): Calculate match-again
16989 before skipping read-only matches.
16990
16991 * paren.el (paren-showing-faces): New group.
16992 (show-paren-match, show-paren-mismatch): Move to that group.
16993
16994 * button.el (button): Put into group `basic-faces'.
16995
16996 * progmodes/make-mode.el: Remove faces from group `faces'.
16997
16998 * apropos.el (apropos, apropos-value): Doc fix.
16999 (apropos-documentation): Doc fix.
17000
17001 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
17002
17003 * subr.el (lazy-completion-table): Remove argument `args'.
17004
17005 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
17006 Don't use the `args' argument of lazy-completion-table.
17007
17008 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
17009
17010 * descr-text.el (describe-char): Add optional argument for buffer.
17011 Set buffer appropriately. Call help-setup-xref.
17012 Suggested by Stefan Monnier.
17013
17014 2005-12-26 Juri Linkov <juri@jurta.org>
17015
17016 * descr-text.el: Require `help-fns' at runtime. Don't require
17017 `button' for byte compilation.
17018 (describe-text-widget): Add `help-echo' for first button.
17019 Use `help-info' for second.
17020 (describe-property-list): Use `help-argument-name' instead of `italic'.
17021 (describe-text-category): Add prompt to interactive spec.
17022 Call `help-setup-xref'.
17023 (describe-char): Use `help-character-set'. Add `help-echo' for
17024 code point. Use `help-input-method'. Remove superfluous insert.
17025
17026 2005-12-25 Richard M. Stallman <rms@gnu.org>
17027
17028 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
17029 at point, in case of narrowing.
17030
17031 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
17032
17033 * locate.el (locate-header-face): Allow nil in type.
17034
17035 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
17036
17037 2005-12-25 Romain Francoise <romain@orebokech.com>
17038
17039 * battery.el (battery-linux-proc-acpi): Also try
17040 `/proc/acpi/thermal_zone/THM0/temperature'.
17041
17042 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
17043
17044 * custom.el (custom-push-theme): Fix docstring.
17045
17046 * cus-edit.el (custom-variable-set, custom-variable-save)
17047 (custom-variable-save): Custom-quote widget values.
17048 (customize-save-variable): Fix custom-push-theme call.
17049
17050 2005-12-24 Eli Zaretskii <eliz@gnu.org>
17051
17052 * w32-fns.el (w32-batch-update-autoloads): New function.
17053
17054 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
17055 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
17056 from the command line.
17057
17058 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
17059
17060 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
17061 reset means to remove setting from theme entirely. Don't keep
17062 expanding theme-settings list; delete old entries if necessary.
17063
17064 * cus-edit.el (custom-buffer-create-internal): Move "Erase
17065 customization" button one line up.
17066 (custom-themed): New face.
17067 (custom-magic-alist): New value, THEMED, for theme settings.
17068 (custom-variable-state-set, custom-face-state-set):
17069 Check theme-value instead of saved-value.
17070 (custom-variable-reset-standard, custom-face-reset-standard):
17071 Remove theme setting entirely. Recalculate new values.
17072 (custom-variable-set, custom-variable-set)
17073 (custom-variable-reset-saved, custom-variable-reset-backup)
17074 (custom-face-set, custom-face-reset-saved): Update `user' theme.
17075 (custom-variable-save): Fix typos.
17076
17077 2005-12-23 Juri Linkov <juri@jurta.org>
17078
17079 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
17080 Add autoload cookies.
17081 (edebug-outside-d-c-i-n-s-w): New variable.
17082 (edebug-display, edebug-outside-excursion): Use it to save the
17083 original value of default-cursor-in-non-selected-windows.
17084 Set default-cursor-in-non-selected-windows to t while Edebug
17085 is active.
17086 (edebug-mode, edebug-eval-mode): Doc fix.
17087
17088 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
17089 with `buffer-substring-no-properties' to remove common substring
17090 highlighting.
17091
17092 * info.el (info-other-window, info): Rename function argument
17093 `file' to `file-or-node'.
17094 (Info-complete-menu-item): Use local variable `complete-nodes' to
17095 keep the global value of `Info-complete-nodes' unchanged for
17096 subsequent completions.
17097 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
17098
17099 * simple.el (get-next-valid-buffer, last-buffer)
17100 (next-error-buffer-p, next-error-find-buffer)
17101 (minibuffer-history-sexp-flag): Doc fix.
17102
17103 * savehist.el (savehist-mode-hook): Add `:group'.
17104
17105 * log-view.el: Call autoload for vc-find-version.
17106 (log-view-current-file): Adjust subgroup numbers.
17107 (log-view-current-tag): Add `length'.
17108
17109 2005-12-23 Richard M. Stallman <rms@gnu.org>
17110
17111 * vc.el (vc-annotate-car-last-cons): Defn moved up.
17112
17113 2005-12-23 Juri Linkov <juri@jurta.org>
17114
17115 * hi-lock.el (hi-lock-archaic-interface-message-used)
17116 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
17117 (hi-lock-mode): Display "Hi" in the mode line only when
17118 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
17119 (hi-lock-write-interactive-patterns):
17120 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
17121 (hi-lock-set-pattern, hi-lock-set-file-patterns)
17122 (hi-lock-font-lock-hook): Set 3rd arg `how' of
17123 font-lock-add-keywords to t.
17124
17125 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
17126
17127 * hi-lock.el (hi-lock-highlight-range): New variable.
17128 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
17129 only if font-lock-fontified is non-nil. Remove overlays.
17130 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
17131 font-lock-fontified is non-nil, otherwise use overlays (instead of
17132 text properties).
17133 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
17134 New variables.
17135 (hi-lock-string-serialize): New function.
17136
17137 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17138
17139 * menu-bar.el (menu-find-file-existing): New function.
17140 (menu-bar-file-menu): Use menu-find-file-existing for Open.
17141
17142 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
17143
17144 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
17145
17146 * vc.el: Remove unnecessary leading * in docstrings.
17147 (vc-annotate-mode-map): Move initialization into declaration.
17148 (vc-static-header-alist): Nitpick on the regexp.
17149 (vc-default-init-version): New fun.
17150 (vc-register): Use it.
17151 (vc-insert-headers): Use dolist.
17152 (vc-annotate-get-backend): Remove unused function.
17153 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
17154 (vc-annotate-mode): Remove corresponding call.
17155 (vc-annotate-car-last-cons): Simplify.
17156 (vc-annotate-buffers): Remove var.
17157 (vc-annotate-backend): Make it buffer-local.
17158 (vc-annotate): Move the interaction to the interactive spec.
17159 Add a `buf' argument.
17160 (vc-annotate-warp-version): Use this new `buf' argument to avoid
17161 killing&creating a vc-annotate buffer, which is very disruptive when
17162 the buffers are shown in dedicated frames.
17163
17164 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
17165
17166 * descr-text.el: Add FSF as maintainer.
17167 (describe-text-mode, describe-text-mode-map)
17168 (describe-text-mode-hook, describe-text-done): Delete. Use normal
17169 help-mode.
17170 (describe-text-widget, describe-text-sexp)
17171 (describe-property-list, describe-text-category)
17172 (describe-text-properties, describe-text-properties-1)
17173 (describe-char): Use help buttons instead of widgets.
17174 (describe-char-unicodedata-file): Make URL link in doc string.
17175
17176 2005-12-22 Richard M. Stallman <rms@gnu.org>
17177
17178 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
17179 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
17180 Don't include buttons that write a file when there's no file.
17181 (custom-variable-menu, custom-face-menu, custom-group-menu):
17182 Don't include commands that write a file when there's no file.
17183 (customize-browse): Reword the top-of-buffer help intro.
17184 (custom-buffer-create-internal): Fix previous change.
17185 (customize-changed-options-previous-release): Prev release is 21.1.
17186 (customize-changed-options): Doc fix.
17187 (customize-changed): New alias.
17188 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
17189 Say "standard values".
17190 (Custom-reset-standard): Doc fix.
17191 (custom-face-reset-standard): Doc fix.
17192
17193 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
17194
17195 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
17196 even if font-lock-mode is non-nil since it may be t without having
17197 turned on font-lock-mode-internal.
17198 (font-lock-choose-keywords): Minor optimization.
17199 (font-lock-add-keywords, font-lock-remove-keywords)
17200 (font-lock-set-defaults): Don't call make-local-variable on a variable
17201 that we know to already be local.
17202
17203 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
17204
17205 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
17206 messages if in the minibuffer.
17207
17208 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
17209
17210 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
17211 (tex-mode-flyspell-verify, flyspell-get-word)
17212 (flyspell-external-point-words): Don't use point-min/max uselessly.
17213
17214 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
17215 by Kevin Rodgers. Instead, just hide the completions buffer if we
17216 don't need to show it.
17217
17218 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
17219
17220 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
17221
17222 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
17223
17224 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
17225 delete-windows-on with an inexistent buffer.
17226
17227 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
17228
17229 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
17230 Delete defcustom variable :tag names.
17231
17232 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
17233
17234 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
17235 (log-view-font-lock-keywords): Ajust subgroup numbers.
17236 (log-view-current-tag): Don't hard code the number of subgroups.
17237
17238 2005-12-20 Juri Linkov <juri@jurta.org>
17239
17240 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
17241 (tooltip-x-offset, tooltip-y-offset): Doc fix.
17242
17243 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
17244 (menu-bar-non-minibuffer-window-p): Instead of checking
17245 display-multi-frame-p, use selected-frame when menu-updating-frame
17246 is nil.
17247
17248 2005-12-20 Stuart Herring <herring@lanl.gov> (tiny change)
17249
17250 * align.el (align-rules-list): Use [ \t] instead of \s-
17251 for column separators in text mode.
17252
17253 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
17254
17255 * help-mode.el (help-customize-variable, help-customize-face):
17256 Don't pop help-xref-stack as help-follow no longer pushes
17257 anything on to it.
17258
17259 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
17260
17261 * textmodes/org.el (org-agenda-custom-commands): New option.
17262 (org-agenda): Offer custom commands on splash screen.
17263 (org-make-tags-matcher): Parser for Boolean logic added.
17264 (org-agenda-set-tags): New command.
17265 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
17266 (org-set-tags): Efficiency improvements.
17267 (org-auto-align-tags): New option.
17268 (org-todo, org-demote, org-promote): Realign tags.
17269 (org-tags-completion-function): Use also "&" and "|" as separators.
17270 (org-org-menu): Agenda commands simplified.
17271
17272 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
17273
17274 * cus-edit.el (customize-apropos, customize-apropos-options):
17275 Docstring changes.
17276
17277 * font-lock.el (font-lock): Add tags to the links in the defgroup.
17278
17279 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
17280
17281 * longlines.el (longlines-mode): Wrap while widened.
17282 (longlines-decode-region, longlines-encode-region): Compute max
17283 just once.
17284
17285 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17286
17287 * cus-edit.el (mac): New group.
17288
17289 * cus-start.el (all): Add user options in macterm.c. Add test for
17290 Mac-related built-ins. Fix test for GTK-related built-ins.
17291
17292 * term/mac-win.el (mac-handle-language-change)
17293 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
17294 (mac-services-open-selection, mac-services-mail-selection)
17295 (mac-services-mail-to, mac-services-insert-text)
17296 (mac-dispatch-apple-event): Add docstrings.
17297 (x-get-selection, mac-select-convert-to-string): Select coding
17298 system from `utf-16be' and `utf-16le' using `byteorder'.
17299
17300 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
17301
17302 * subr.el (lazy-completion-table): Don't be fooled if the var holds
17303 a "list" (lambda ...) rather than a real completion list.
17304
17305 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
17306 lexical-let when encountering ((lambda (...) ...) ...).
17307
17308 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
17309
17310 * progmodes/sh-script.el (sh-mode):
17311 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
17312 * textmodes/picture.el (picture-mode): Update docstrings.
17313
17314 2005-12-17 Eli Zaretskii <eliz@gnu.org>
17315
17316 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
17317 commands enclosed in $(ARGQUOTE)s should not be split between two
17318 lines, as that will break with GNU Make >3.80, when sh.exe is used
17319 and arg quoting is with '..'.
17320 (autoloads): Don't break the quoted --eval expression between
17321 several lines.
17322
17323 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
17324
17325 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
17326 Capture error from printing circular structures.
17327
17328 2005-12-17 Martin Rudalics <rudalics@gmx.at>
17329
17330 * wid-edit.el (widget-checkbox-action): Clear undo info.
17331
17332 2005-12-16 Bill Wohler <wohler@newt.com>
17333
17334 * menu-bar.el (kill-this-buffer): Set a good example by using menu
17335 bar, not menubar in comment.
17336
17337 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
17338
17339 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
17340 After-change-functions should not clobber the match data.
17341
17342 2005-12-16 Juri Linkov <juri@jurta.org>
17343
17344 * simple.el (choose-completion): Use `buffer-substring-no-properties'
17345 instead of `buffer-substring'.
17346 (completion-common-substring): Doc fix.
17347 (completion-setup-function): Use minibuffer-completion-contents
17348 instead of minibuffer-contents. Don't set common-string-length
17349 initially. Remove special handling of partial-completion-mode.
17350 Move computation of completion-base-size into one cond.
17351 Call completion-base-size-function in mainbuf. In computation of
17352 completion-base-size for file name completion don't move point to
17353 the end of the minibuffer. Move computation of common-string-length
17354 into one cond. Start putting faces only when common-string-length>=0.
17355 Add condition to put completions-common-part when
17356 common-string-length>0.
17357
17358 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
17359 place point at the first different character in the minibuffer
17360 even if this position is at the beginning of the minibuffer.
17361
17362 * info.el (Info-read-node-name-1): In completion-base-size-function's
17363 lambda return 1 if common-substring or minibuffer-completion-contents
17364 starts with (, and 0 otherwise.
17365
17366 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
17367 Use `crm-current-element' for second arg of `display-completion-list'.
17368
17369 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
17370
17371 * files.el (set-auto-mode): Look for an interpreter specified on
17372 the first line also if search for mode specification succeeded,
17373 but the mode is not known.
17374
17375 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
17376
17377 * textmodes/org.el (org-tags-match-list-sublevels): New option.
17378 (org-open-at-point): Implement tag searches as links.
17379 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
17380 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
17381 (org-tags-sparse-tree, org-tags-view, org-set-tags)
17382 (org-agenda-dispatch): New commands.
17383 (org-use-tag-inheritance, org-tags-column): New options.
17384 (org-tab-follows-link, org-return-follows-link): New options.
17385 (org-tags): New customize group.
17386 (org-start-icalendar-file): Get local time zone.
17387 (org-tags-completion-function): New function.
17388 (org-set-font-lock-defaults): Make sure links will also be
17389 highlighted inside headlines.
17390
17391 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
17392
17393 * term.el (term-emulate-terminal):
17394 Let term-handle-ansi-terminal-messages override what Bash says about
17395 its current directory.
17396
17397 2005-12-16 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
17398
17399 * bindings.el (last-buffer): Move to simple.el.
17400 * simple.el (last-buffer): Move here.
17401 (get-next-valid-buffer): New function.
17402 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
17403 (prev-buffer): Ditto. Rename to `previous-buffer'.
17404
17405 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
17406 * bindings.el (global-map): Ditto.
17407
17408 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
17409
17410 * cus-edit.el: Introductory comment change.
17411 (custom-magic-alist): Change message string for the `rogue' state.
17412
17413 2005-12-15 Richard M. Stallman <rms@gnu.org>
17414
17415 * tooltip.el: Delete defcustom variable :tag names.
17416
17417 * complete.el (partial-completion-mode): Doc fix.
17418
17419 * textmodes/flyspell.el (flyspell-external-point-words):
17420 Use save-excursion to ensure we don't move backward in the
17421 search loop, not even one character.
17422 (flyspell-delete-all-overlays): Use remove-overlays directly.
17423
17424 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
17425 (ispell-start-process): Set that variable.
17426 Clear ispell-buffer-local-name.
17427 (ispell-internal-change-dictionary):
17428 Set ispell-current-dictionary after killing process.
17429 (ispell-buffer-local-dict):
17430 Don't set spell-personal-dictionary after killing process.
17431 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
17432 (ispell-tex-skip-alists, ispell-html-skip-alists)
17433 (ispell-skip-region-alist): Mark as risky.
17434
17435 * net/newsticker.el (newsticker--retrieval-timer-list)
17436 (newsticker--display-timer, newsticker-running-p)
17437 (newsticker-ticker-running-p): Definitions moved up.
17438
17439 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
17440
17441 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
17442
17443 2005-12-15 David Ponce <david@dponce.com>
17444
17445 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
17446 (recentf-edit-list, recentf-open-files): Signal an error when
17447 there is no recent file.
17448
17449 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
17450
17451 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
17452 read-only except for texinfo-format-region evaluation.
17453
17454 2005-12-14 Richard M. Stallman <rms@gnu.org>
17455
17456 * vc.el (vc-default-previous-version, vc-default-next-version)
17457 (vc-do-command): Doc fixes.
17458
17459 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
17460
17461 * textmodes/bibtex.el (bibtex-expand-strings)
17462 (bibtex-autokey-expand-string, bibtex-name-part)
17463 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
17464 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
17465 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
17466 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
17467 (bibtex-entry-postfix, bibtex-known-entry-type-re)
17468 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
17469 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
17470 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
17471 (bibtex-beginning-of-last-entry): Remove.
17472 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
17473 message if comma is missing but buffer is read-only.
17474 (bibtex-parse-field-text): Handle whitespaces at the end of field
17475 text. Return 3-element list with beginning and end of field text
17476 and end of field.
17477 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
17478 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
17479 (bibtex-search-forward-field, bibtex-search-backward-field):
17480 Search always delimited by limits of entry. Use more efficient
17481 search algorithms.
17482 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
17483 bibtex-end-of-name-in-field.
17484 (bibtex-text-in-field-bounds): Handle BibTeX strings when
17485 extracting the content of a field.
17486 (bibtex-text-in-field): Use search limits.
17487 (bibtex-parse-string-prefix): Handle empty string keys based on
17488 bibtex-string-empty-key.
17489 (bibtex-parse-string): Fix docstring.
17490 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
17491 (bibtex-preamble-prefix, bibtex-strings): New functions.
17492 (bibtex-skip-to-valid-entry): Include preceding whitespace in
17493 BibTeX entries (consistent with other BibTeX functions).
17494 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
17495 (bibtex-search-entry): Fix docstring. Simplify.
17496 (bibtex-flash-head, bibtex-complete-string-cleanup)
17497 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
17498 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
17499 (bibtex-parse-entry): New optional arg content.
17500 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
17501 Use bibtex-text-in-field-bounds.
17502 (bibtex-print-help-message): Handle BibTeX strings and preambles.
17503 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
17504 bibtex-parse-string-postfix.
17505 (bibtex-find-text-internal): New function.
17506 (bibtex-remove-delimiters): Use it.
17507 (bibtex-find-text): Use it. New optional arg help.
17508 (bibtex-complete): Handle BibTeX string and preamble entries.
17509 (bibtex-Preamble): Fix order of closing delimiters.
17510
17511 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
17512
17513 * vc.el (vc-default-revert): New fun.
17514
17515 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
17516
17517 2005-12-14 Romain Francoise <romain@orebokech.com>
17518
17519 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
17520 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
17521 (font-lock-remove-keywords): Likewise.
17522
17523 2005-12-14 Juri Linkov <juri@jurta.org>
17524
17525 * log-view.el (log-view-diff): Doc fix.
17526
17527 * isearch.el (isearch-query-replace): Use (mark) instead of
17528 isearch-opoint if mark is active in transient-mark-mode.
17529
17530 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
17531
17532 * isearch.el (isearch-query-replace): Check for isearch-other-end.
17533
17534 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
17535
17536 * progmodes/cpp.el (cpp-face): New widget.
17537 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
17538
17539 2005-12-14 Juri Linkov <juri@jurta.org>
17540
17541 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
17542 around `erase-buffer' and `insert'.
17543
17544 * descr-text.el (describe-text-properties): Replace buffer name
17545 "*Help-2*" with "*Help*<2>".
17546 (describe-char): Add functions print-help-return-message,
17547 toggle-read-only. Use help-setup-xref with nil to not store
17548 describe-char in help-xref-stack. Use help-make-xrefs to
17549 make [back] button.
17550
17551 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
17552
17553 * wdired.el (wdired-old-point): New internal variable.
17554 (wdired-change-to-wdired-mode): Set it buffer-locally.
17555 (wdired-abort-changes): Restore point after aborting changes.
17556
17557 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
17558
17559 * vc.el (vc-do-command): Add a new value t for okstatus.
17560
17561 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
17562 frame in case of errors.
17563
17564 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17565
17566 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
17567 so it comes after "On the Left" in the menu.
17568
17569 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
17570
17571 * cus-edit.el (customize-apropos, customize-apropos-options)
17572 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
17573
17574 2005-12-12 Bill Wohler <wohler@newt.com>
17575
17576 * vc-svn.el (vc-svn-registered): Fix problem of visiting
17577 non-writable Subversion-controlled files by saving window
17578 configuration before calling vc-do-command. vc-do-command calls
17579 pop-to-buffer on error which is unexpected during registration.
17580
17581 2005-12-12 Jay Belanger <belanger@truman.edu>
17582
17583 * calc/README: Update the summary of changes.
17584
17585 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
17586
17587 * descr-text.el (describe-char): Rework last fix to solve the problem
17588 is the same way it's solved for everything else in that function
17589 (i.e. by extracting the info before setting up the *Help* buffer).
17590
17591 2005-12-12 Kim F. Storm <storm@cua.dk>
17592
17593 * subr.el (version-regexp-alist): Allow space as separator before
17594 non-numeric part, e.g. "1.0 alpha".
17595 (version-to-list): Interpret .X.Y version as 0.X.Y version.
17596
17597 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
17598
17599 * textmodes/org.el (org-agenda, org-timeline, org-todo):
17600 Implement Logging and the keep-modes setting.
17601 (org-get-category): Make sure a string is returned.
17602 (org-log-done): New function.
17603 (org-log-done, org-closed-string): New options.
17604
17605 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17606
17607 * tooltip.el (tooltip-y-offset): Change default to 20.
17608
17609 2005-12-12 Richard M. Stallman <rms@gnu.org>
17610
17611 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
17612
17613 * frame.el (display-hourglass): Doc fix.
17614
17615 * help.el (help-for-help-internal): Simplify entry for `a'.
17616
17617 * info.el (Info-on-current-buffer): Doc fix.
17618 (info-insert-file-contents): Don't test (featurep 'jka-compr).
17619
17620 * startup.el (inhibit-splash-screen): Make this the real name.
17621 (inhibit-startup-message): Make this the alias.
17622 (command-line): Find only simple.el, and use its directory
17623 to fill in other preloaded files' names.
17624 (command-line): Deactivate the mark if deactivate-mark is set.
17625
17626 * international/mule.el (load-with-code-conversion):
17627 Bind deactivate-mark.
17628
17629 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
17630
17631 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
17632
17633 * cus-edit.el (customize-apropos): Avoid listing an option more
17634 than once under different aliases. No longer list user options
17635 that are not defined with defcustom (unless a prefix arg is given).
17636 Doc fix.
17637 (customize-apropos-options): Doc fix.
17638
17639 2005-12-11 Juri Linkov <juri@jurta.org>
17640
17641 * frame.el (set-background-color, set-foreground-color)
17642 (set-cursor-color, set-mouse-color, set-border-color):
17643 Add explicit prompts to read colors by `facemenu-read-color'.
17644 (show-trailing-whitespace, blink-cursor-delay)
17645 (blink-cursor-interval, display-hourglass, hourglass-delay):
17646 Remove tags.
17647 (display-hourglass, hourglass-delay): Doc fix.
17648 (cursor-in-non-selected-windows): Capitalize words in tag.
17649
17650 * faces.el (frame-background-mode): Replace `choice-item' keywords
17651 with `const' to not make [default] button. Change default value tag
17652 from `default' to `automatic'. Doc fix.
17653 (trailing-whitespace) <defface>: Change group `whitespace' to
17654 `whitespace-faces'.
17655
17656 2005-12-11 Richard M. Stallman <rms@gnu.org>
17657
17658 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
17659
17660 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17661
17662 * term/mac-win.el: Create keymap for mac-apple-event-map.
17663
17664 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
17665
17666 * tooltip.el (tooltip-mode): Move to start of file so that it
17667 appears at top of customize buffer.
17668
17669 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
17670 Add the gud groupname.
17671 (gud-tooltip-mode): Add the tooltip groupname.
17672 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
17673 avoid conflict with tooltip-use-echo-area.
17674
17675 2005-12-10 Romain Francoise <romain@orebokech.com>
17676
17677 * help.el (help-for-help-internal): Add `r' in doc string.
17678
17679 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
17680
17681 * align.el (align-regexp, align-highlight-rule):
17682 Use region-beginning and region-end instead of point and mark, so that
17683 repetition (with `repeat-complex-command') recomputes the region
17684 bounds.
17685
17686 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
17687
17688 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
17689 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
17690 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
17691 (balance-windows): Rewrite using the above new functions.
17692
17693 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
17694
17695 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
17696 react if global-hi-lock-mode seems intended.
17697 (global-hi-lock-mode): Renamed from hi-lock-mode.
17698 (hi-lock-archaic-interface-message-used)
17699 (hi-lock-archaic-interface-deduce): New variables.
17700 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
17701 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
17702 (hi-lock-find-patterns, hi-lock-font-lock-hook):
17703 Replace hi-lock-buffer-mode with hi-lock-mode.
17704
17705 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
17706
17707 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
17708 completion list, even after a partial completion has been
17709 inserted in the current buffer. If there are more than 1
17710 completion, redisplay the *Completions* buffer; if the
17711 completion is unique, delete the *Completions* window.
17712
17713 2005-12-10 Eli Zaretskii <eliz@gnu.org>
17714
17715 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
17716 strings and long subject lines that were broken into multiple
17717 lines at arbitrary places. Handle subjects that have "Re: " in
17718 the middle.
17719
17720 2005-12-10 John W. Eaton <jwe@octave.org>
17721
17722 * emacs/octave-mod.el (octave-electric-space): Don't indent
17723 comments or strings if octave-auto-indent is nil.
17724
17725 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17726
17727 * term/mac-win.el: Require url when compiling.
17728 Call mac-process-deferred-apple-events after loading init files.
17729 (mac-apple-event-map): New defvar. Define event handlers in it.
17730 (core-event, internet-event): New Apple event class symbols.
17731 (open-application, reopen-application, open-documents)
17732 (print-documents, open-contents, quit-application)
17733 (application-died, show-preferences, autosave-now, get-url):
17734 New Apple event ID symbols.
17735 (about): New HICommand ID symbol.
17736 (mac-event-spec, mac-event-ae): New macros.
17737 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
17738 (mac-ae-selection-range, mac-ae-text-for-search)
17739 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
17740 (mac-application-menu-map): Remove keymap. Handlers for HICommand
17741 and Services menu events are now defined in mac-apple-event-map.
17742 (mac-drag-n-drop): Remove selection range handling.
17743
17744 2005-12-10 Kenichi Handa <handa@m17n.org>
17745
17746 * simple.el (zap-to-char):
17747 * isearch.el (isearch-process-search-char): Translate CHAR by
17748 translation-table-for-input.
17749
17750 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
17751
17752 * foldout.el (foldout-exit-fold): Properly hide subtree.
17753
17754 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
17755
17756 * files.el (save-buffer):
17757 * international/ucs-tables.el (ucs-set-table-for-input):
17758 * mail/mail-extr.el (mail-extract-address-components):
17759 * mail/sendmail.el (mail-mode): Reformat doc string.
17760
17761 2005-12-09 Juri Linkov <juri@jurta.org>
17762
17763 * isearch.el (isearch-highlight): Change main overlay priority
17764 from 1 to 1001. Simplify.
17765 (isearch-lazy-highlight-update): Change lazy overlay priority
17766 from 0 to 1000.
17767
17768 * replace.el (replace-highlight): Change overlay priority from
17769 1 to 1001.
17770
17771 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
17772 Change overlay priority from 1 to 1001. Reuse existing overlay.
17773
17774 * compare-w.el (compare-windows-highlight): Change overlay
17775 priority from 1 to 1000.
17776
17777 * menu-bar.el (menu-bar-edit-menu): Add listp around
17778 pending-undo-list to disable menu item "undo" when pending
17779 undo list is empty.
17780
17781 * locate.el (locate): Disable undo in *Locate* buffer.
17782
17783 2005-12-09 Kim F. Storm <storm@cua.dk>
17784
17785 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
17786
17787 2005-12-09 David Ponce <david@dponce.com>
17788
17789 * recentf.el: Improvement of the menu code.
17790 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
17791 instead of menu hook.
17792 (recentf-show-menu, recentf-hide-menu): New functions.
17793 (recentf-menu-customization-changed, recentf-mode): Use them.
17794 (recentf-menu-action, recentf-max-menu-items)
17795 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
17796 (recentf-arrange-by-rule-others)
17797 (recentf-arrange-by-rules-min-items)
17798 (recentf-arrange-by-rule-subfilter): Don't use
17799 `recentf-menu-customization-changed'.
17800 (recentf-arrange-rules): Likewise. Accept functions to compute
17801 sub-menu titles.
17802 (recentf-menu-filter): Likewise. Doc fix.
17803 (recentf-menu-value-shortcut): Doc fix.
17804 (recentf-dump-variable): Quote atom value.
17805 (recentf-make-menu-items): Update to use it as a menu filter.
17806 (recentf-match-rule): New function.
17807 (recentf-arrange-by-rule): Use it.
17808 (recentf-indirect-mode-rule): New function.
17809 (recentf-build-mode-rules): Use it.
17810 (recentf-dir-rule): New function.
17811 (recentf-arrange-by-dir): Use it.
17812 (recentf-filter-changer-current): Rename from
17813 `recentf-filter-changer-state'. All references updated.
17814 (recentf-filter-changer-alist): Update filter names.
17815 (recentf-filter-changer-select): New function.
17816 (recentf-filter-changer): Use it. Make a sub-menu from filters
17817 available in `recentf-filter-changer-alist'.
17818 (recentf-data-cache, recentf-clear-data)
17819 (recentf-update-menu): Remove. All references updated.
17820 (recentf-match-rule-p, recentf-build-dir-rules)
17821 (recentf-filter-changer-goto-next)
17822 (recentf-filter-changer-get-current)
17823 (recentf-filter-changer-get-next): Remove.
17824
17825 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
17826
17827 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
17828 buffer "Reset" button to "Reset to Current" for consistency with
17829 the State buttons.
17830
17831 2005-12-08 John Paul Wallington <jpw@pobox.com>
17832
17833 * ibuf-ext.el (define-ibuffer-filter filename):
17834 If `dired-directory' is a list then really use its car.
17835
17836 2005-12-08 Kim F. Storm <storm@cua.dk>
17837
17838 * emulation/cua-rect.el (cua--rectangle-aux-replace):
17839 Fix indention of text on right side of replaced rectangle.
17840
17841 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
17842
17843 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
17844 No need to check gud-comint-buffer is bound.
17845 (gdb): Prevent multiple debugging when first session uses gdba.
17846
17847 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
17848
17849 CC Mode update to 5.31.
17850
17851 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
17852 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
17853 We might do this function properly in the future).
17854
17855 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
17856 New macros c-sentence-end and c-default-value-sentence end, to cope
17857 with Emacs 22's new function `sentence-end'.
17858
17859 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
17860
17861 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
17862 compat issue using `c-put-overlay' and `c-delete-overlay'.
17863
17864 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
17865 New compat macros to handle overlays/extents.
17866
17867 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
17868
17869 * progmodes/cc-fix.el: Add definitions of the macros push and pop
17870 (for GNU Emacs 20.4).
17871
17872 * progmodes/cc-defs.el:
17873 (i): Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4).
17874
17875 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
17876 highlighting mechanism so it will work in XEmacs too.
17877
17878 * progmodes/cc-defs.el: Insert c-int-to-char.
17879
17880 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
17881 call to the new macro c-int-to-char. This solves XEmacs's
17882 regarding characters as different from integers.
17883
17884 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
17885
17886 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
17887 New internal helper.
17888
17889 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
17890 construct to make the indirect face lookup work in XEmacs.
17891
17892 (c-cpp-matchers): Append the negation char face to the existing
17893 fontification, so that the cpp face doesn't disappear.
17894 Use `c-make-syntactic-matcher' to avoid negation chars in comments
17895 and strings.
17896
17897 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
17898 to map to `font-lock-negation-char-face' in emacsen where it exists.
17899
17900 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
17901
17902 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
17903
17904 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
17905 Rename "c-subword-move-mode" as "c-subword-mode".
17906
17907 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
17908 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
17909
17910 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
17911
17912 * progmodes/cc-mode.el: Added autoload directive for
17913 `c-subword-move-mode' for use in older emacsen.
17914
17915 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
17916
17917 * progmodes/cc-mode.el:
17918 (i): Insert a binding for C-c C-backspace into
17919 c-bind-special-erase-keys which works in TTYs.
17920 (ii): Make sure that when file styles are used, any explicitly
17921 given style variables take priority over those in the style.
17922 Do this by calling `hack-local-variables' a second time.
17923
17924 * progmodes/cc-vars.el: Add language specific customization
17925 widgets for AWK to c-doc-comment-style, c-require-final-newline
17926 and c-default-style. Add a defcustom for awk-mode-hook.
17927 Give c-syntactic-element and c-syntactic-context doc-strings by
17928 directly setting their `variable-documentation' propery.
17929 This allows Emacs 22.1 to read these with C-h v.
17930
17931 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
17932
17933 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
17934
17935 * progmodes/cc-fonts.el, cc-vars.el
17936 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
17937 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
17938 Masatake YAMATO.
17939
17940 (c-doc-comment-style): Made GtkDoc default in C mode.
17941
17942 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
17943 and C-c C-<delete>.
17944
17945 (c-bind-special-erase-keys): New function for use on
17946 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
17947
17948 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
17949 <delete> key behavior in XEmacs according to `delete-forward-p'.
17950 C.f. `c-electric-delete'.
17951
17952 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
17953
17954 * progmodes/cc-mode.el: Give c-hungry-backspace and
17955 c-hungry-delete-forward permanent key bindings.
17956
17957 * progmodes/cc-cmds.el (c-electric-semi&comma):
17958 Bind c-syntactic-context for calls to "criteria functions", for
17959 consistency with other calls to user functions.
17960
17961 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
17962 `current-prefix-arg', since this might be the prefix arg to a
17963 command which calls c-indent-command as a function. Change the
17964 interactive spec from "p" to "P".
17965
17966 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
17967 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
17968 was difficult to understand.
17969
17970 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
17971
17972 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
17973 first char of an identifier.
17974
17975 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
17976 +" syntax in C++.
17977
17978 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
17979
17980 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
17981 auto-fill doesn't split a c-comment's last word from a hanging
17982 "*/" when a space is typed between them after fill-column.
17983
17984 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
17985
17986 * progmodes/cc-styles.el (c-set-style)
17987 (c-setup-paragraph-variables): Abort the command if we're not in a
17988 CC Mode buffer.
17989
17990 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
17991 with blank comment-prefix, and a blank line as the comment's
17992 second line.
17993
17994 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
17995
17996 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
17997 Incorporate the patterns added in the Emacs development branch
17998 for the new Emacs 22 face `font-lock-negation-char-face'.
17999
18000 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
18001 of "red" since it stands out better in xterms and DOS terminals.
18002
18003 * progmodes/cc-engine.el (c-literal-faces):
18004 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
18005
18006 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18007
18008 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
18009 forcibly enable c-electric-flag.
18010
18011 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
18012 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
18013 after the comment-prefix of a C-style comment will close that comment.
18014
18015 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18016
18017 * progmodes/cc-fonts.el (c-basic-matchers-before)
18018 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
18019 in Pike.
18020
18021 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
18022 digraphs.
18023
18024 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
18025 (c-cpp-message-directives, c-cpp-include-directives)
18026 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
18027 (c-cpp-expr-directives): Introduce new language constants to
18028 control cpp syntax in a cleaner way.
18029
18030 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
18031
18032 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
18033
18034 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
18035 (c-multiline-string-start-char): New language constants and
18036 variables to specify how newlines in string literals work.
18037
18038 (c-font-lock-invalid-string): Use them.
18039
18040 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
18041 unbalanced close brace is entered. Optimization by avoiding going
18042 back over arbitrarily large blocks. Removed hints that this
18043 function only would be relevant/useful in AWK.
18044
18045 (c-electric-brace): Indent syntactically after the cleanups since
18046 lineup functions might do it differently then.
18047
18048 * progmodes/cc-engine.el, cc-langs.el
18049 (c-opt-op-identifier-prefix): New language constant and variable.
18050
18051 (c-just-after-func-arglist-p, c-after-special-operator-id)
18052 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
18053
18054 * progmodes/cc-align.el, cc-engine.el
18055 (c-after-special-operator-id): New helper to handle C++ operator
18056 identifiers.
18057
18058 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
18059 (c-guess-basic-syntax): Handle C++ operator identifiers in
18060 declarations.
18061
18062 * progmodes/cc-langs.el (c-assignment-operators): Add the
18063 trigraph version of ^= too.
18064
18065 * progmodes/cc-langs.el (c-assignment-operators): Add the
18066 trigraph version of |= in C++.
18067
18068 * progmodes/cc-fonts.el (c-font-lock-declarators):
18069 Handle `c-decl-hangon-kwds' after the identifier name.
18070
18071 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
18072 whether an arglist is "nonempty", ignore a comment after the open
18073 paren if it isn't followed by a non-comment token on the same line.
18074
18075 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
18076 Enable heuristics below the point to cope with classes inside special
18077 brace lists in Pike.
18078
18079 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18080
18081 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
18082
18083 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18084
18085 * progmodes/cc-guess.el (cc-guess-install): New function to
18086 install an already guessed style in another buffer.
18087
18088 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
18089 sets `inhibit-read-only' - `c-save-buffer-state' should be used
18090 anyway if the change always is undone.
18091
18092 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18093
18094 Implement togglable electricity:
18095
18096 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
18097 saying when it should be used.
18098
18099 * progmodes/cc-engine.el: Add the new buffer-local variable,
18100 c-electric-flag.
18101
18102 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
18103 c-toggle-auto-newline.
18104
18105 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
18106 c-toggle-auto-newline. Remove the binding for
18107 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
18108 c-toggle-electric-state.
18109
18110 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
18111
18112 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
18113 c-\(forward\|backward\)-subword.
18114 (c-update-modeline): Add the new modeline flag `l' for
18115 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
18116 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
18117 Make the old name an alias of the new name.
18118 (c-toggle-electric-state): New function.
18119 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
18120 Adapt these functions to do electric things only when
18121 c-electric-flag is non-nil.
18122 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
18123 new functions from c-electric-brace.
18124 (c-point-syntax): Add a check for "virtual semicolons" in AWK
18125 mode, so that the tentative extra newline doesn't change the
18126 syntax of the following brace.
18127 (c-electric-brace): Restructure by extracting the above functions.
18128 Tidy up the coding somewhat.
18129 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
18130 restructure a bit.
18131
18132 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18133
18134 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
18135 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
18136
18137 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
18138 (c-submode-indicators): Change name from `c-auto-hungry-string'
18139 since it's now used to track another submode.
18140
18141 (c-update-modeline): Convert to function and extended to check
18142 `c-subword-move-mode'.
18143
18144 (c-forward-into-nomenclature, c-backward-into-nomenclature):
18145 Convert to compat aliases for `c-forward-subword' and
18146 `c-backward-subword'.
18147
18148 * progmodes/cc-subword.el: New functions and minor mode to handle
18149 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
18150
18151 (c-forward-subword, c-backward-subword, c-mark-subword)
18152 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
18153 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
18154 Functions corresponding to the standard word handling functions.
18155
18156 (c-subword-move-mode): Minor mode that replaces all the standard
18157 word handling functions with their subword equivalences.
18158
18159 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18160
18161 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
18162 entry for one-liner-defun.
18163
18164 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
18165 name in its def-edebug-spec.
18166
18167 * progmodes/cc-cmds.el (c-electric-brace): Make the
18168 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
18169 compacts space before a comment, if this will make things fit on
18170 one line.
18171
18172 Introduce an "awk" style, mainly for auto-newline and clean-ups.
18173
18174 * progmodes/cc-align.el: New function c-snug-1line-defun-close.
18175
18176 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
18177 clean-up one-liner-defun.
18178
18179 * progmodes/cc-styles.el: Add the new "awk" style.
18180
18181 * progmodes/cc-vars.el: Add description of one-liner-defun to
18182 c-cleanup-list's doc-string. New user options,
18183 c-max-one-liner-length. In c-default-style, set the default style
18184 for AWK to "awk".
18185
18186 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18187
18188 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
18189 macros inside labels.
18190
18191 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
18192 `c-at-statement-start-p' and `c-at-expression-start-p'.
18193
18194 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
18195 error if the mark isn't set.
18196
18197 * progmodes/cc-engine.el (c-guess-continued-construct)
18198 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
18199 accurately detect functions inside functions.
18200
18201 * progmodes/cc-engine.el (c-at-expression-start-p): New function
18202 like `c-at-statement-start-p' that additionally recognizes commas
18203 and expression parentheses as delimiters.
18204
18205 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
18206 to avoid heuristics that doesn't work for unclosed blocks.
18207 (c-at-statement-start-p): New function.
18208
18209 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
18210 Objective-C directives, e.g. directives spanning lines should work
18211 reasonably well now.
18212
18213 (c-put-c-type-property, c-clear-c-type-property): New helpers.
18214
18215 (c-forward-objc-directive): New function to move over any ObjC
18216 directive.
18217
18218 (c-just-after-func-arglist-p, c-guess-basic-syntax)
18219 (c-basic-matchers-before): Use it.
18220
18221 (c-font-lock-objc-iip-decl): Remove.
18222
18223 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
18224 in the template arglist recognition.
18225
18226 * progmodes/cc-styles.el (c-style-alist): Fix several
18227 inconsistencies in the Whitesmith style.
18228
18229 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
18230 New lineup function to get lines after Whitesmith style blocks
18231 correctly indented.
18232
18233 (c-lineup-whitesmith-in-block): Back out the compensation for
18234 opening parens since it's done using `add' lists in the style
18235 definition instead. Don't use the anchor position since it varies
18236 too much between the syntactic symbols. :P
18237
18238 * progmodes/cc-vars.el (c-valid-offset): Update.
18239
18240 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
18241 lists where the offsets are combined according to several
18242 different methods: `first', `min', `max', and `add'.
18243 Report offset evaluation errors with `c-benign-error' so that some kind
18244 of reindentation still is done.
18245
18246 * progmodes/cc-engine.el (c-guess-basic-syntax):
18247 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
18248 `arglist-close'.
18249
18250 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
18251 situations for `arglist-cont-nonempty' and `arglist-close'.
18252
18253 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
18254
18255 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
18256 cc-bytecomp-boundp' in a number of places.
18257
18258 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
18259 macro related issue.
18260
18261 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18262
18263 * progmodes/cc-awk.el: Change the terminology of regexps: A char
18264 list is now [asdf], a char class [:alpha:].
18265 Include code for char classes.
18266 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
18267 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
18268
18269 Remove (nearly all of) the cruft associated with AWK Mode's former
18270 concept of "virtual semicolons":
18271
18272 Adapt c-beginning-of-statement, c-end-of-statement (together with
18273 subfunctions) to use the new notion of "virtual semicolon" in
18274 place of the old awkward special handling for AWK. There remains
18275 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
18276 * progmodes/cc-cmds.el:
18277 (c-ascertain-adjacent-literal): In the backwards direction, now
18278 recognises AWK regexp delimiters as string delimiters.
18279 (c-after-statement-terminator-p): Adapt for virtual semicolons;
18280 check more rigorously for "end of macro".
18281 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
18282 virtual semicolons;
18283 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
18284 out the code for forward movement into ...
18285 (c-end-of-statement): Now contains the code for forward movement,
18286 adapted for virtual semicolons.
18287
18288 * progmodes/cc-engine.el:
18289 (c-ws*-string-limit-regexp): New regexp.
18290 (c-forward-single-comment, c-backward-single-comment): Comment out
18291 the (now redundant) "special" AWK stuff.
18292
18293 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
18294 c-string-par-start, c-string-par-separate to be more like Text
18295 Mode than Fundamental Mode.
18296
18297 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18298
18299 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
18300 to the fontified region so that fontification doesn't occur
18301 outside it (could happen e.g. when fontifying a line with an
18302 unfinished declaration).
18303
18304 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18305
18306 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
18307 start of the file. ^L now separate sections of the file.
18308 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
18309 (c-awk-one-line-possibly-open-string-re)
18310 (c-awk-regexp-one-line-possibly-open-char-class-re)
18311 (c-awk-one-line-possibly-open-regexp-re)
18312 (c-awk-one-line-non-syn-ws*-re): New defonsts.
18313 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
18314
18315 Amend the concept of "virtual semicolons" (in the indentation
18316 engine) for languages like AWK, such that they are now
18317 conceptually attached to end of the last token of a statement, not
18318 the end of the line. (In AWK Mode, however, the pertinent text
18319 property is still physically set on the EOL.) Remove the specific
18320 tests for awk-mode, thus facilitating the introduction of other
18321 language modes where EOLs can end statements.
18322 (Note: The funtionality in cc-cmds.el, specifically
18323 c-beginning/end-of-statement has yet to be amended.)
18324
18325 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
18326 New macros.
18327
18328 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
18329 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
18330 c-vsemi-status-unknown-p-fn (in a new page).
18331
18332 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
18333 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
18334 numerous awkward forms like
18335 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
18336 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
18337 variable before-ws-ip, the place just after char-before-ip appears.
18338
18339 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
18340 a comment.
18341
18342 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18343
18344 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
18345 `c-tentative-buffer-changes'.
18346
18347 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
18348 convert to macro to choose between Emacs and XEmacs at compile time.
18349
18350 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
18351
18352 (c-tentative-buffer-changes): New macro to handle temporary buffer
18353 changes in a convenient way.
18354
18355 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
18356 for `c-tentative-buffer-changes'.
18357
18358 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
18359 the checks for paren sexps between the point and the keyword, to
18360 avoid some false alarms.
18361
18362 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
18363 Fixed a situation where an error could be thrown for unbalanced
18364 parens. Changed to make use of c-keyword-member' to avoid some
18365 repeated regexp matches.
18366
18367 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
18368 These language variable are no longer necessary.
18369
18370 (c-block-stmt-kwds): New language constant used by
18371 c-looking-at-inexpr-block'.
18372
18373 (c-guess-basic-syntax): Remove an optional check that looked at
18374 the existence of the now removed language variables.
18375
18376 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
18377 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
18378 object instantiation expressions as declarations in some contexts.
18379 This bug only affected languages where the declarator can't be
18380 enclosed in parentheses.
18381
18382 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
18383 insert newlines before and after substatement braces.
18384
18385 * progmodes/cc-engine.el: Improved the heuristics for recognizing
18386 function declaration headers and the handling of C++ style member
18387 init lists.
18388
18389 (c-just-after-func-arglist-p): Rewritten to use
18390 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
18391
18392 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
18393
18394 (c-guess-basic-syntax): Adapt case 5B for the new
18395 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
18396 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
18397 covers all cases now).
18398
18399 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
18400
18401 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18402
18403 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
18404 c-string-par-start/separate c-sentence-end-with-esc-eol,
18405 initialised in c-setup-paragraph-variables, used in string
18406 scanning subroutines of c-beginning-of-statement.
18407
18408 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
18409 which precedes the newly inserted `{'.
18410
18411 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18412
18413 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
18414 function for declaration level blocks. It should now cope with
18415 templates better and also be a lot more comprehensible.
18416
18417 (c-looking-at-decl-block): The new function.
18418
18419 (c-search-uplist-for-classkey): The old one. It's now a wrapper
18420 for compatibility.
18421
18422 (c-add-class-syntax, c-guess-continued-construct)
18423 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
18424
18425 (c-decl-block-key): Change to tell apart ambiguous and
18426 unambiguous keywords. Pike specials are now handled directly in
18427 the code instead.
18428
18429 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
18430 New language constants and variables to make the backward skip in
18431 `c-looking-at-decl-block' as tight as possible.
18432
18433 (c-nonsymbol-token-char-list): New language constant.
18434
18435 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
18436 find balanced template arglists backwards.
18437
18438 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
18439 making char classes for `c-syntactic-skip-backward'.
18440
18441 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
18442 16D - can't be a class-close at that point.
18443
18444 * progmodes/cc-engine.el (c-guess-basic-syntax)
18445 (c-add-class-syntax): Don't narrow out the enclosing declaration
18446 level. This makes everything a lot easier, and it was actually
18447 only four small places that needed it to work. Some places that
18448 previously did `widen' are removed now, which has the effect that
18449 `c-guess-basic-syntax' never will look at things outside the
18450 current narrowment now. The anchor position for `topmost-intro'
18451 is affected by this, but it was so bogus it was basically useless
18452 before, and now it's equally bogus but in a slightly different way.
18453
18454 (c-narrow-out-enclosing-class): Gone.
18455
18456 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
18457 the narrowed region.
18458
18459 (c-least-enclosing-brace): Remove silly optional argument.
18460
18461 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
18462 the point could be left directly after an open paren when finding
18463 the beginning of the first decl in the block.
18464
18465 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
18466 Specify which submatch to use.
18467
18468 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
18469
18470 (c-decl-start-re): No longer any need for special treatment of
18471 ObjC due to the above.
18472
18473 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
18474 presumably follows C in that regard.
18475
18476 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
18477 New language constants to specify operator tokens inside
18478 identifiers in a more high level way.
18479
18480 (c-opt-identifier-prefix-key): New internal language constant.
18481
18482 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
18483 (c-identifier-start, c-identifier-key): Now completely calculated
18484 from other constants.
18485
18486 (c-identifier-last-sym-match): Decommission since it's no longer used.
18487
18488 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
18489
18490 * progmodes/cc-engine.el (c-forward-name): Remove the
18491 optimization when c-identifier-key is equal to c-symbol-key since
18492 it doesn't work in byte compiled files. Don't record empty
18493 regions as identifiers.
18494
18495 * progmodes/cc-langs.el (c-filter-ops): New helper function to
18496 simplify access to `c-operators' and its likes.
18497
18498 (c-operator-list, c-all-op-syntax-tokens)
18499 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
18500 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
18501 (c-primary-expr-regexp, c-cast-parens): Use it.
18502
18503 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
18504 an explicit language in functions.
18505
18506 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
18507 variant of adornment.
18508
18509 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
18510 variable.
18511
18512 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
18513 the Pike value.
18514
18515 * progmodes/cc-engine.el (c-on-identifier)
18516 (c-simple-skip-symbol-backward): Small fix for handling "-"
18517 correctly in `skip-chars-backward'. Affected the operator lfun
18518 syntax in Pike.
18519
18520 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
18521 diagnostic message about precompiled language vars not being used.
18522
18523 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
18524 "__attribute__" is followed by a parenthesis.
18525
18526 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
18527 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
18528 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
18529
18530 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
18531 Internal cleanups to properly detect the declared identifiers in
18532 various declarations.
18533
18534 (c-decl-start-kwds): New language constant to recognize
18535 declarations that can start anywhere. Used for class declarations
18536 in Pike.
18537
18538 (c-specifier-key, c-not-decl-init-keywords)
18539 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
18540 (c-find-decl-spots): Implement `c-decl-start-kwds'.
18541
18542 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
18543 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
18544 handling of the compiler specific extension keywords into a new
18545 language constant `c-decl-hangon-kwds' that defines keyword
18546 clauses to be ignored in declarations.
18547
18548 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
18549 past unrecognized tokens when handling `c-colon-type-list-kwds'.
18550 Necessary to stop at the declared identifier in e.g. IDL valuetype
18551 declarations.
18552
18553 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
18554 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
18555 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
18556 (c-forward-decl-or-cast-1): Recognize the declared identifier in
18557 class and enum declarations as such and not as part of the type.
18558
18559 (c-forward-decl-or-cast-1, c-forward-label): Relax the
18560 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
18561
18562 (c-forward-decl-or-cast-1): Don't disregard sure signs of
18563 declarations when there's some syntax error later on.
18564
18565 (c-complex-decl-matchers): Did away with a reference to
18566 `c-specifier-key'.
18567
18568 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
18569 value - this variable is always dynamically bound.
18570
18571 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
18572 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
18573 * cc-cmds.el, cc-defs.el: Change the policy for marking up
18574 functions that might do hidden buffer changes: All such internal
18575 functions are now marked instead of those that don't.
18576
18577 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
18578 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
18579 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
18580 (c-literal-type): Allow these functions to make hidden buffer changes,
18581 so that they are free to use text property caching later on.
18582
18583 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
18584 (c-electric-brace, c-electric-slash, c-electric-star)
18585 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
18586 (c-electric-paren, c-electric-continued-statement, c-indent-command)
18587 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
18588 (c-context-line-break): Add `c-save-buffer-state' calls to comply
18589 with the changed semantics of the functions above.
18590
18591 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
18592 when macros occur in obscure places. Optimized the sexp movement
18593 a bit.
18594
18595 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18596
18597 Enhancements for c-beginning-of-statement to work in AWK Mode:
18598
18599 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
18600 (completed statement) with `}' (statement completed by closing
18601 brace or semicolon) and `$' (statement completed by EOL).
18602
18603 (c-awk-virtual-semicolon-ends-prev-line-p)
18604 (c-awk-virtual-semicolon-ends-line-p)
18605 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
18606 (c-awk-at-statement-end-p): New functions.
18607
18608 * progmodes/cc-cmds.el: Simplify the structure of functions
18609 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
18610 two functions and c-beginning-of-statement to handle AWK Mode.
18611
18612 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
18613 c-backward-single-comment for AWK mode. Attempt to clarify their
18614 doc-strings.
18615
18616 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
18617
18618 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18619
18620 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
18621 label handling. Labels are now recognized in a uniform and more
18622 robust way, regardless of context. Text properties are put on all
18623 labels to recognize the following declarations better.
18624 Multiword labels are handled both in indentation and fontification for
18625 the benefit of language extensions like Qt. For consistency, keywords
18626 in labels are now fontified with the label face instead.
18627 That also applies to "case" and "default".
18628
18629 (c-beginning-of-statement-1): Fix some bugs in the label
18630 handling. Disregard `c-nonlabel-token-key' in labels that begin
18631 with `c-label-kwds'.
18632
18633 (c-find-decl-spots): Support that the callback adds more
18634 `c-decl-end' spots to find.
18635
18636 (c-forward-decl-or-cast-1): Don't treat a list of plain
18637 identifiers followed by a colon as a declaration.
18638
18639 (c-forward-label): New function to recognize labels.
18640
18641 (c-guess-basic-syntax): Replace uses of `c-label-key' with
18642 `c-forward-label'. Moved the label recognition cases (14 and 15)
18643 earlier since they aren't so context sensitive now. Handle labels
18644 on the top level gracefully. Moved access label recognition to
18645 the generic label case (CASE 15) - removed CASE 5E.
18646
18647 (c-font-lock-declarations): Add recognition of labels in the
18648 same round since we need to handle labels in parallell with other
18649 declarations to recognize both accurately. It should also improve
18650 speed.
18651
18652 (c-simple-decl-matchers, c-basic-matchers-after):
18653 Move `c-font-lock-labels' so that it only is used on decoration level 2
18654 since `c-font-lock-declarations' handles it otherwise.
18655
18656 (c-complex-decl-matchers): Remove the simplistic recognition of
18657 access labels.
18658
18659 (c-decl-prefix-re): Remove the kludges that was necessary to cope
18660 with labels earlier.
18661
18662 (c-decl-start-re): New language variable to make
18663 `c-font-lock-declarations' stop for the special protection labels
18664 in Objective-C that start with `@'.
18665
18666 (c-label-key): Remove since it's no longer used.
18667
18668 (c-recognize-colon-labels, c-label-prefix-re): New language
18669 constants to support recognition of generic colon-terminated labels.
18670
18671 (c-type-decl-end-used): `c-decl-end' is now used whenever there
18672 are colon terminated labels.
18673
18674 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
18675 first argument starts with a special brace list.
18676
18677 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
18678 (c-font-lock-declarations): Break out the declaration and cast
18679 recognition from `c-font-lock-declarations' to a new function, so
18680 that it can be used in the indentation engine.
18681
18682 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
18683 up to the start of the literal. Fixed bug with the point on the
18684 wrong side of the search limit that could happen when the start
18685 position is inside a literal.
18686
18687 * progmodes/cc-engine.el (c-parse-state)
18688 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
18689 so that it's kept a little bit back to increase the hit rate.
18690
18691 (c-parse-state): Change the macro handling and fixed some
18692 glitches. Macro context is checked more often than necessary now,
18693 but otoh less garbage conses are generated.
18694
18695 * progmodes/cc-engine.el (c-parse-state)
18696 (c-invalidate-state-cache): Cache the last position where
18697 `c-state-cache' applies. This can speed up refontification quite
18698 a bit in blocks where there are many non-brace parens before the point.
18699
18700 (c-state-cache-end): New variable for this.
18701
18702 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
18703 cache variable.
18704
18705 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
18706 get close initial continue positions when the start position is
18707 inside a literal or macro. Do not call the callback for spots
18708 before the start position (which can happen e.g. for `c-decl-end'
18709 spots inside comments). Optimize better in special cases when the
18710 region is a single line inside a literal or macro (typically when
18711 the current line is refontified).
18712
18713 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
18714 to `c-add-stmt-syntax' - there's no need to explicitly whack off
18715 entries from the paren state.
18716
18717 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
18718 special case for "else if" clauses.
18719
18720 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
18721 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
18722
18723 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
18724 New language variable to recognize the gcc extension with statement
18725 blocks inside expressions.
18726
18727 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
18728 it somewhat more comprehensible. The argument AT-BLOCK-START is
18729 no longer used and hence removed.
18730
18731 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
18732 to `c-add-stmt-syntax'.
18733
18734 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
18735 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
18736 This fixes bogus label recognition.
18737
18738 * progmodes/cc-engine.el (c-add-type, c-check-type)
18739 (c-forward-name, c-forward-type): Improve storage of template
18740 types in `c-found-types' so that they can be recognized better.
18741
18742 (c-syntactic-content): Add option to skip past nested parens.
18743
18744 * progmodes/cc-engine.el (c-forward-name):
18745 Set `c-last-identifier-range' all the time. It's less work that way.
18746 Handle that there might not be an identifier to store in
18747 `c-last-identifier-range'.
18748
18749 (c-forward-type): Handle that `c-last-identifier-range' might be
18750 nil from `c-forward-name'.
18751
18752 * progmodes/cc-defs.el (c-safe-scan-lists)
18753 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
18754
18755 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
18756 to work even if the form fails.
18757
18758 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
18759 down in a large file in one go.
18760
18761 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
18762
18763 * progmodes/cc-align.el (c-lineup-assignments): New lineup
18764 function which is like `c-lineup-math' but returns nil instead of
18765 `c-basic-offset' when it doesn't match.
18766
18767 (c-lineup-math): Change to use `c-lineup-assignments'.
18768
18769 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18770
18771 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
18772 c-beginning-of-statement. New subfunctions
18773 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
18774
18775 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18776
18777 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
18778 hardcoded char classes whereever possible. Changed a couple of
18779 places to use skip by syntax instead of skip by char class.
18780
18781 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
18782 Fix a bug in the regexp that caused extreme backtracking.
18783
18784 * progmodes/cc-langs.el (c-block-comment-starter)
18785 (c-block-comment-ender): New language constants to specify in a
18786 single place how block comments look.
18787
18788 (c-comment-start-regexp, c-block-comment-start-regexp)
18789 (comment-start, comment-end, comment-start-skip)
18790 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
18791 (c-syntactic-ws, c-nonempty-syntactic-ws)
18792 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
18793 `c-line-comment-starter', `c-block-comment-starter' and
18794 `c-block-comment-ender'.
18795
18796 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
18797 New language constants to break up things a bit.
18798
18799 (c-simple-ws): New language constant for simple whitespace.
18800
18801 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
18802
18803 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
18804 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
18805 newlines. Allow and ignore nil elements in the list.
18806
18807 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18808
18809 * progmodes/cc-cmds.el: Comment out a (n almost certainly
18810 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
18811
18812 * progmodes/cc-cmds.el: Tidy up the comments in
18813 c-beginning-of-statement and subfunctions.
18814
18815 * progmodes/cc-awk.el: Replace calls to put-text-property to the
18816 more flexible c-put-char-property and c-clear-char-properties.
18817 Add the author's email address.
18818
18819 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
18820
18821 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
18822 closing "*/" of a block comment.
18823
18824 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
18825 subfunctions) so that it works at BOB and EOB.
18826
18827 * progmodes/cc-cmds.el, cc-vars.el: More updating of
18828 c-beginning-of-statement, including new variable
18829 c-block-comment-start-regexp.
18830
18831 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18832
18833 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
18834 symbols from `*-font-lock-extra-types' so that there's no need to
18835 use `regexp-opt' on those lists.
18836
18837 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
18838 `c-type-modifier-kwds' is empty.
18839
18840 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
18841 there are several strings on the same line.
18842
18843 * progmodes/cc-engine.el (c-literal-limits): Remove the
18844 compatibility function for older emacsen. `c-literal-limits-fast'
18845 has now taken the place of this function.
18846
18847 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
18848 with older emacsen: We now require `pps-extended-state'.
18849
18850 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18851
18852 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
18853 which obviates the need to hack sentence-end. This now handles
18854 escaped newlines in strings correctly. Correct minor bugs in
18855 c-move-over-sentence and in c-beginning-of-statement.
18856
18857 * progmodes/cc-cmds.el (c-beginning-of-statement (and
18858 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
18859 that movement over macros and code are rigorously separated from
18860 eachother. Correct a few incidental bugs.
18861
18862 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
18863 Improve its doc-string. Improve the handling of certain specific cases.
18864
18865 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18866
18867 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
18868 (c-guess-basic-syntax): Change the way class-level labels are
18869 recognized; they can now contain essentially any symbols.
18870
18871 (c-opt-extra-label-key): New language variable to cope with the
18872 special protection label syntax in Objective-C.
18873
18874 (c-opt-access-key): Remove; this is now handled better by
18875 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
18876
18877 (c-complex-decl-matchers): Update to handle that
18878 `c-opt-access-key' no longer exists.
18879
18880 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
18881 improved label recognition in `c-beginning-of-statement-1'.
18882
18883 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
18884 Recognize bitfields better.
18885
18886 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
18887 Remove some cruft and fixed a bug that could cause it to go to a
18888 position further down.
18889
18890 * progmodes/cc-langs.el, cc-engine.el
18891 (c-beginning-of-statement-1): Improve detection of labels in
18892 declaration contexts.
18893
18894 (c-beginning-of-decl-1): Use it.
18895
18896 (c-nonlabel-token-key): New language constant and variable needed
18897 by `c-beginning-of-statement-1'.
18898
18899 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
18900 manifested itself due to the correction in `c-forward-sexp'.
18901
18902 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
18903 Make these behave as documented when used at the buffer limits.
18904
18905 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
18906 (c-type-decl-end-used): Made this a language variable.
18907
18908 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
18909 correctly when `combine-after-change-calls' is used together with
18910 temporary narrowings.
18911
18912 * progmodes/cc-engine.el (c-beginning-of-statement-1):
18913 Report labels correctly when the start point is immediately after the
18914 colon.
18915
18916 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
18917 Remove since it isn't used anymore.
18918
18919 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
18920 bracket arglists such as template parens in C++.
18921
18922 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
18923 in the last check-in. Some optimization.
18924
18925 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
18926 where it could stop at the same level in a preceding sexp when
18927 PAREN-LEVEL is set.
18928
18929 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
18930 text property lookup only when it's needed.
18931
18932 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
18933 Change the policy for paren marked angle brackets to be more
18934 persistent; once marked they remain marked even when they're found
18935 to be unbalanced in the searched region. This should keep the
18936 paren syntax around even when individual lines are refontified in
18937 multiline template arglists.
18938
18939 (c-parse-and-markup-<>-arglists): New dynamically bound variable
18940 to control markup so that incorrect angle bracket arglists aren't
18941 marked in contexts where the correct value for
18942 `c-disallow-comma-in-<>-arglists' isn't known.
18943
18944 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
18945 argument has become `c-parse-and-markup-<>-arglists'.
18946
18947 (c-remove-<>-arglist-properties): Remove - no longer used.
18948
18949 (c-after-change-check-<>-operators): New function used on
18950 `after-change-functions' to avoid that "<" and ">" characters that
18951 are part of longer operators have paren syntax.
18952
18953 (c-<>-multichar-token-regexp): New language variable used by
18954 `c-after-change-check-<>-operators'.
18955
18956 (c-after-change): Call `c-after-change-check-<>-operators'.
18957
18958 (c-font-lock-<>-arglists): Use the context properties set by
18959 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
18960 correctly to avoid doing invalid markup.
18961
18962 (c-font-lock-declarations): Remove code that undoes the invalid
18963 markup done by `c-font-lock-<>-arglists'.
18964
18965 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
18966 after `c-font-lock-declarations'.
18967
18968 * progmodes/cc-engine.el (c-syntactic-skip-backward):
18969 Add paren-level feature.
18970
18971 (c-guess-basic-syntax): Improve the anchor position for
18972 `template-args-cont' in nested template arglists. There's still
18973 much to be desired in this area, though.
18974
18975 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18976
18977 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
18978 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
18979
18980 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18981
18982 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
18983 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
18984
18985 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
18986 it doesn't work no longer are supported.
18987
18988 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
18989 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
18990 requires support for the syntax-table' text property, which rules
18991 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
18992 cruft associated with those versions.
18993
18994 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
18995 for the `syntax-table' text property, which rules out Emacs 19 and
18996 XEmacs < 21.4. Removed various compatibility cruft associated
18997 with those versions.
18998
18999 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
19000 support for the `syntax-table' text property.
19001
19002 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
19003 variable and use an extra quoted face name instead. All the
19004 emacsen flavors handle that correctly.
19005
19006 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
19007 (c-font-lock-declarators, c-font-lock-declarations)
19008 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
19009 property to mark the items in in declarator lists to handle
19010 refontification inside multiline declarations better.
19011
19012 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
19013 construct like "a * b = c;" as a declaration.
19014
19015 2005-12-08 Kim F. Storm <storm@cua.dk>
19016
19017 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
19018 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
19019 select either meta, hyper, or super modifier for rectangle commands.
19020 (cua--rectangle-modifier-key): New defvar.
19021 (cua--M/H-key): Use it. Remove special case for `space'.
19022 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
19023 on X, to meta otherwise. Always bind C-return to toggle
19024 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
19025
19026 * emulation/cua-rect.el (cua-help-for-rectangle):
19027 Use cua--rectangle-modifier-key. Handle super modifier too.
19028 (cua--init-rectangles): Always bind C-return to toggle rectangle.
19029 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
19030
19031 * ido.el: Move Acknowledgements and History after Commentary.
19032 Minor changes to Commentary.
19033
19034 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
19035 keymap if cua--prefix-override-timer is `shift'.
19036 (cua--shift-control-prefix): New function; emulate "type prefix
19037 key twice" functionality to handle shifted prefix key override.
19038 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
19039 New commands.
19040 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
19041
19042 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
19043
19044 * textmodes/org.el (org-insert-heading): Try to do items before
19045 headings.
19046 (org-agenda-mode): Quote `org-agenda-mode-hook'.
19047 (org-insert-item): New function.
19048 (org-renumber-ordered-list): Don't skip to higher level lists.
19049
19050 2005-12-08 Juri Linkov <juri@jurta.org>
19051
19052 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
19053
19054 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
19055
19056 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
19057
19058 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
19059 the constructed function name fun-1.
19060
19061 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
19062 because such links don't lead to parent documentation.
19063
19064 2005-12-08 Kenichi Handa <handa@m17n.org>
19065
19066 * descr-text.el (describe-char): Use *Help-2* buffer if the
19067 current buffer is *Help*. Call describe-text-properties while
19068 setting the original buffer.
19069
19070 2005-12-07 Bill Wohler <wohler@newt.com>
19071
19072 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
19073 and causes problems with non-MH users (such as Gnus users).
19074
19075 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
19076
19077 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
19078 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
19079 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
19080 command "info sources". Move calls to GDB command "list".
19081 (gdb-find-file-hook): Just use gdb-source-file-list.
19082 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
19083 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
19084 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
19085 (gdb-data-list-register-values-handler): Use correct trigger name.
19086
19087 2005-12-07 Kim F. Storm <storm@cua.dk>
19088
19089 * ido.el (ido-completion-map): Rename from ido-mode-map.
19090 (ido-common-completion-map, ido-file-completion-map)
19091 (ido-file-dir-completion-map, ido-buffer-completion-map):
19092 Rename from ido-mode-....-map.
19093 (ido-init-completion-maps): Rename from ido-init-mode-maps.
19094 (ido-setup-completion-map): Rename from ido-define-mode-map.
19095 (ido-read-internal): Bind minibuffer-local-filename-completion-map
19096 to ido-completion-map.
19097
19098 2005-12-07 Kenichi Handa <handa@m17n.org>
19099
19100 * international/mule-cmds.el
19101 (set-display-table-and-terminal-coding-system): If the coding
19102 system specified in `unibyte-display' property is different from
19103 the arg coding-system, don't setup standard-display-table.
19104
19105 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
19106
19107 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
19108 that comments end at \n, regardless of selective-display.
19109
19110 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
19111
19112 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
19113 (gdb-version): New variables.
19114 (gdb-source-file-list, gdb-register-names)
19115 (gdb-changed-registers): New variables for use with GDB 6.4+.
19116 (gdb-ann3): Replace with...
19117 (gdb-init-1, gdb-init-2): ...two new functions.
19118 (gdba, gdb-prompt): Call gdb-init-1.
19119 (gdb-get-version): New function. Call gdb-init-2 from here.
19120 (gud-watch): Make it work with mouse events too.
19121 (gdb-post-prompt): Don't add to queue until GDB version is known.
19122 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
19123 (gdb-locals-mode): Use gdb-version.
19124 (gdb-memory-format-map, gdb-memory-unit-map)
19125 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
19126 (gdb-locals-font-lock-keywords-1)
19127 (gdb-locals-font-lock-keywords-2): New variables.
19128 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
19129 (gdb-set-gud-minor-mode-existing-buffers-1)
19130 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
19131 (gdb-var-update-1, gdb-var-update-handler-1)
19132 (gdb-data-list-register-values-handler)
19133 (gdb-data-list-register-values-custom)
19134 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
19135 (gdb-stack-list-locals-handler, gdb-get-register-names):
19136 New functions for use with GDB 6.4+.
19137 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
19138 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
19139 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
19140 (gdb-stack-list-locals-regexp)
19141 (gdb-data-list-register-names-regexp): New regexps for use with
19142 GDB 6.4+.
19143
19144 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
19145
19146 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
19147
19148 2005-12-06 Nozomu Ando <nand@mac.com>
19149
19150 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
19151 prompts work for AUTH PLAIN. Also reported by Steve Allan
19152 <seallan@verizon.net>.
19153
19154 2005-12-06 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
19155
19156 * frame.el (set-frame-parameter): Add doc string.
19157
19158 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
19159
19160 * textmodes/org.el (org-occur-highlights): New variable.
19161 (org-highlight-new-match, org-remove-occur-highlights): New functions.
19162 (org-highlight-sparse-tree-matches): New option.
19163 (org-do-occur): New function.
19164 (org-get-heading): Make it work also at beginning of line.
19165 (org-category-table): New variable.
19166 (org-get-category-table, org-get-category)
19167 (org-camel-to-words, org-link-search): New functions.
19168 (org-select-this-todo-keyword): New variable.
19169 (org-todo-list): New command.
19170 (org-shiftright, org-shiftleft): New commands.
19171 (org-agenda-todo): Add prefix argument.
19172 (org-show-hierarchy-above): New option.
19173 (org-show-todo-tree): Numerical prefix creates tree for specific
19174 TODO keyword.
19175 (org-outline-level): New function, to assign a level to plain
19176 lists items.
19177 (org-cycle-include-plain-lists): New option.
19178 (org-mode): Use `org-outline-level' as value of `outline-level'.
19179 (org-cycle): Temporarily switch `outline-regexp' if
19180 `org-cycle-include-plain-lists' is non-nil.
19181 (org-start-icalendar-file): Fix format bug.
19182 (org-agenda-get-day-entries): Create category table.
19183 (org-agenda-get-todos, org-agenda-get-timestamps)
19184 (org-agenda-get-deadlines, org-agenda-get-scheduled)
19185 (org-agenda-get-blocks): Use `org-get-category'.
19186 (org-context-in-file-links): Rename from
19187 `org-line-numbers-in-file-links'.
19188
19189 2005-12-06 Romain Francoise <romain@orebokech.com>
19190
19191 * window.el (balance-windows): Delete extraneous third arg in call
19192 to `enlarge-window'.
19193
19194 2005-12-06 Kenichi Handa <handa@m17n.org>
19195
19196 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
19197
19198 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
19199
19200 * progmodes/gdb-ui.el (gdb-var-create-handler)
19201 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
19202 (gdb-var-list-children-handler, gdb-var-update-handler):
19203 Current buffer is already gdb-partial-output-buffer, don't
19204 make it current again.
19205
19206 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
19207
19208 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
19209 (list-buffers-noselect): Use it.
19210
19211 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
19212
19213 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
19214 (mail-yank-ignored-headers): Use regexp-opt.
19215 (mail-mode-map): Move initialization into declaration.
19216 (mail-sent-via): Remove unused shadowed var `to-line'.
19217 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
19218 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
19219 (mail-do-fcc): Use dolist and push.
19220 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
19221 (mail-yank-ignored-headers): Don't autoload.
19222
19223 2005-12-05 Kenichi Handa <handa@m17n.org>
19224
19225 * international/mule-cmds.el (set-language-info-internal): New fun.
19226 (set-language-info): Call set-language-info-internal to update
19227 language-info-alist. If LANG-ENV is the current one, call
19228 set-language-environment to make INFO effective now.
19229 (set-language-info-alist): Likewise.
19230 (locale-language-names): With locale "en", use English
19231 lang. env. but set the default codings to iso-8859-1.
19232
19233 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
19234
19235 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
19236 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
19237 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
19238 for plain strings.
19239 (gdb-frames-mode): Remove redundant call to font-lock-mode.
19240 (gdb-all-registers): Rename from toggle-gdb-all-registers.
19241 Create registers buffer if necessary. Echo new state in minibuffer.
19242 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
19243
19244 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
19245
19246 * info.el (Info-fontify-node): Match external links using
19247 non-directory part of filename.
19248
19249 2005-12-04 Juri Linkov <juri@jurta.org>
19250
19251 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
19252 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
19253 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
19254 because there is no customization option for it.
19255
19256 * font-lock.el (lisp-font-lock-keywords-1):
19257 Add define-global-minor-mode.
19258
19259 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
19260
19261 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
19262 properties on the constructed variable names.
19263
19264 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
19265 Put `definition-name' properties on the constructed function names
19266 next-sym and prev-sym.
19267
19268 * emacs-lisp/find-func.el (find-function-regexp):
19269 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
19270 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
19271 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
19272 and easy-menu-define.
19273
19274 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
19275 easy-mmode-define-global-mode and define-global-minor-mode.
19276 (lisp-imenu-generic-expression): Add define-global-minor-mode.
19277
19278 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
19279 instead of easy-mmode-define-global-mode.
19280
19281 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
19282 Use define-minor-mode instead of easy-mmode-define-minor-mode.
19283
19284 * cus-edit.el (customize-group, customize-group-other-window):
19285 Filter out autoloaded options from the group completion list by
19286 using heuristics that autoloaded groups don't have `custom-autoload'
19287 property on their symbols (they have only `custom-loads').
19288
19289 * simple.el (completion-setup-function): Put completions-common-part
19290 face on complete completion string too (i.e. completion string
19291 without completions-first-difference face).
19292
19293 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
19294
19295 2005-12-03 Eli Zaretskii <eliz@gnu.org>
19296
19297 * view.el (view-mode): Doc fix.
19298
19299 * disp-table.el (standard-display-european): Add to the warning
19300 message a reference to the doc string.
19301
19302 * play/yow.el (apropos-zippy): Call print-help-return-message,
19303 similar to other Help and Apropos commands.
19304
19305 * help.el (print-help-return-message): If pop-up-frames is
19306 non-nil, set up help-return-method to delete the help window and,
19307 possibly, its frame as well, and don't display message about
19308 scrolling the help window. Doc fix.
19309 (help-return-method): Doc fix.
19310
19311 2005-12-03 Martin Rudalics <rudalics@gmx.at>
19312
19313 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
19314 whereby names of length one or names starting with a
19315 symbol-constituent character would not be returned.
19316
19317 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
19318
19319 * subr.el (atomic-change-group): Add edebug and indentation spec.
19320
19321 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
19322
19323 * completion.el (save-completions-file-name): Fix typo in last change.
19324
19325 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19326
19327 * info.el: Move back/forward history to the beginning of the tool bar.
19328
19329 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
19330
19331 * allout.el (eval-when-compile): Remove unnecessary load of cl.
19332 Add fset of allout-real-isearch-abort during compile to fix
19333 byte-compilation warnings.
19334 (allout-mode-p): Move definition of this macro above all uses, or
19335 byte compilation in barren Emacs (eg, during Emacs build) will
19336 lack the definition.
19337 (allout-mode): Move this variable above any uses, or byte
19338 compilation will fail.
19339 (allout-resolve-xref): Remove use of personal file-reference function.
19340 (allout-toggle-current-subtree-encryption): Do the current (ie,
19341 visible containing) topic, rather than nearest around point. Doc fix.
19342 (allout-toggle-subtree-encryption): New function, workhorse that
19343 works on nearest topic containing point.
19344 (allout-encrypt-string): Signal requirement for newer version of pgg.
19345 (allout-resumptions): Doc fix.
19346
19347 2005-12-02 Eli Zaretskii <eliz@gnu.org>
19348
19349 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
19350
19351 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
19352
19353 * textmodes/flyspell.el (flyspell-external-point-words):
19354 Consider a misspelling as found in the string search if: (a) misspelling
19355 and found string lengths match, or (b) misspelling is found as
19356 element in a boundary-chars separated longer string, or (c)
19357 ispell-program-name is really ispell and misspelling is found as
19358 part of a TeX string. After successful match move beginning of
19359 search region to end of match. Warn about not found misspellings
19360 once the process is done.
19361 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
19362
19363 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
19364
19365 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
19366 tool bar (removed inadvertently).
19367
19368 2005-12-02 Juri Linkov <juri@jurta.org>
19369
19370 * log-view.el (log-view-diff): Clarify doc string.
19371
19372 2005-12-01 Bill Wohler <wohler@newt.com>
19373
19374 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
19375 triggers lm-verify errors.
19376
19377 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
19378
19379 * simple.el (transient-mark-mode, line-number-mode)
19380 (column-number-mode, size-indication-mode): Remove `:require nil'.
19381
19382 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
19383
19384 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
19385 in the margin also.
19386 (gdb-breakpoints-mode-map): Use D instead of d for
19387 gdb-delete-breakpoint.
19388 (gdb-get-frame-number): Require a number to match on.
19389 (gdb-threads-mode-map): Add follow-link binding.
19390
19391 2005-11-30 Jason Rumney <jasonr@gnu.org>
19392
19393 * isearch.el (isearch-mode-map): Avoid exiting search on
19394 language-change event.
19395
19396 2005-11-30 Romain Francoise <romain@orebokech.com>
19397
19398 * speedbar.el (speedbar-default-position): New defcustom.
19399 (speedbar-frame-reposition-smartly): Use it.
19400
19401 * dframe.el (dframe-reposition-frame-emacs): Fix position
19402 computation for `left' location.
19403 Update copyright year.
19404
19405 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
19406
19407 * help.el (help-map): Move initialization into declaration.
19408
19409 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
19410
19411 * help-fns.el (help-argument-name): Don't autoload.
19412 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
19413 to be re-loaded when customizing the `help' group.
19414
19415 2005-11-30 John Paul Wallington <jpw@gnu.org>
19416
19417 * help-fns.el (describe-function-1): Fill arglist output.
19418
19419 2005-11-30 Kim F. Storm <storm@cua.dk>
19420
19421 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
19422 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
19423 after revert-buffer (or anything else which kills all local variables).
19424
19425 * apropos.el (apropos-parse-pattern): Doc fix.
19426 Set apropos-regexp directly, rather than expecting callers to do so.
19427 (apropos-command, apropos, apropos-value, apropos-documentation):
19428 Simplify calls to apropos-parse-pattern.
19429
19430 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
19431
19432 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
19433 (hi-lock-face-phrase-buffer): Use hi-yellow face.
19434 (hi-lock-write-interactive-patterns): Use comment-region.
19435
19436 * longlines.el (longlines-mode): Add mail-setup-hook.
19437
19438 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
19439
19440 * simple.el (sendmail-user-agent-compose, next-line):
19441 Conditionally use hard-newline.
19442
19443 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
19444
19445 * international/latexenc.el (latex-inputenc-coding-alist):
19446 Reword doc string.
19447
19448 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
19449
19450 * help.el (describe-key-briefly, describe-key): Recognize default
19451 bindings.
19452
19453 2005-11-29 Romain Francoise <romain@orebokech.com>
19454
19455 * view.el (view-inhibit-help-message): New defcustom.
19456 (view-mode-enter): Use it.
19457
19458 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
19459
19460 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
19461 Preserve user position.
19462
19463 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
19464
19465 * font-lock.el: Throw error if facemenu is not loaded to prevent
19466 accidental change of loading order in loadup.el. (Suggested by RMS.)
19467
19468 * loadup.el: Add comment explaining why facemenu must be loaded
19469 before font-lock.
19470
19471 2005-11-28 Jay Belanger <belanger@truman.edu>
19472
19473 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
19474 (calc-dispatch-map): Add more keys for `calc-same-interface'.
19475
19476 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
19477
19478 * calc/calc-embed.el (calc-do-embedded): Update help message.
19479
19480 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
19481
19482 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
19483
19484 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
19485
19486 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
19487 called-interactively-p.
19488 (elp-profilable-p): Rename from elp-not-profilable-p.
19489 Invert result and take into account macros and autoloaded functions.
19490 (elp-instrument-function): Update call.
19491 (elp-instrument-package): Update call. Add completion.
19492 (elp-pack-number): Use match-string.
19493 (elp-results-jump-to-definition-by-mouse): Merge into
19494 elp-results-jump-to-definition and then remove.
19495 (elp-output-insert-symname): Make help echo text single-line.
19496
19497 * replace.el (query-replace-map): Move initialization into declaration.
19498 (occur-engine): Use with-current-buffer.
19499 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
19500 (occur-mode-mouse-goto): Replace with an alias.
19501
19502 2005-11-28 Juri Linkov <juri@jurta.org>
19503
19504 * simple.el (quoted-insert): Let-bind input-method-function to nil.
19505
19506 * term/w32-win.el: Bind [S-tab] to [backtab].
19507
19508 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
19509 `Info-find-file' to t.
19510
19511 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
19512 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
19513 and same-window-regexps.
19514 (occur-next-error): Don't move point for arg 0.
19515
19516 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
19517
19518 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
19519
19520 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
19521
19522 * log-edit.el (log-edit-changelog-use-first): New var.
19523 (log-edit-changelog-ours-p): Use it.
19524 (log-edit-insert-changelog): Set it with new arg `use-first'.
19525 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
19526 (log-edit-hook): Add them to the list of suggested options.
19527
19528 * textmodes/flyspell.el (flyspell-last-buffer): New var.
19529 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
19530 redundant work.
19531 (flyspell-mode-on): Use add-hook for after-change-functions.
19532 (flyspell-mode-off): Use remove-hook for after-change-functions.
19533 (flyspell-changes): Make it buffer-local.
19534 (flyspell-after-change-function): Make it non-interactive. Use push.
19535 (flyspell-post-command-hook): Check input-pending-p while processing
19536 the potentially long list of buffer changes.
19537
19538 2005-11-28 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
19539
19540 * buff-menu.el (list-buffers-noselect): Display the selected
19541 frame's buffer list, not the global one.
19542
19543 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
19544
19545 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
19546 that (list last-input-event) works as in interactive spec.
19547
19548 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
19549
19550 * loadup.el ("facemenu"): Load facemenu before font-lock, because
19551 `facemenu-keymap' needs to be defined when font-lock is loaded.
19552 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
19553
19554 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
19555
19556 * completion.el: Remove useless leading * in defcustom docstrings.
19557 (save-completions-file-name): Use ~/.emacs.d if available.
19558 (completion-standard-syntax-table): Rename from
19559 cmpl-standard-syntax-table and fold initialization into declaration,
19560 thus removing cmpl-make-standard-completion-syntax-table.
19561 (completion-lisp-syntax-table, completion-c-syntax-table)
19562 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
19563 (cmpl-saved-syntax, cmpl-saved-point): Remove.
19564 (symbol-under-point, symbol-before-point)
19565 (symbol-under-or-before-point, symbol-before-point-for-complete)
19566 (add-completions-from-c-buffer): Use with-syntax-table.
19567 (make-completion): Don't return a list of completion entries.
19568 Update callers.
19569 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
19570 (completion-initialize): Rename from initialize-completions.
19571 (completion-find-file-hook): Rename from cmpl-find-file-hook.
19572 (kill-emacs-save-completions): Collect stats here.
19573 (save-completions-to-file, load-completions-from-file):
19574 Use with-current-buffer.
19575 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
19576 into a function. Move all calls to toplevel.
19577 (completion-lisp-mode-hook): New fun.
19578 (completion-c-mode-hook, completion-setup-fortran-mode):
19579 Set the syntax-table here. Use local-set-key.
19580 (completion-saved-bindings): New var.
19581 (dynamic-completion-mode): Make it into a proper minor mode.
19582 (load-completions-from-file): Remove unused var `num-uses'.
19583
19584 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
19585 constructor if it is explicitly overridden.
19586
19587 * complete.el (PC-completion-as-file-name-predicate):
19588 Use minibuffer-completing-file-name.
19589 (partial-completion-mode): Use find-file-not-found-functions.
19590 (PC-lisp-complete-symbol): Use with-syntax-table.
19591 (PC-look-for-include-file): Remove dead setq.
19592 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
19593 (PC-complete): Use with-current-buffer.
19594
19595 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
19596 escape single quotes.
19597
19598 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
19599
19600 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
19601 of `if' whose condition always returned nil. Doc fix.
19602
19603 * buff-menu.el (Buffer-menu-revert-function): Make the selected
19604 window's buffer the current buffer around the call to
19605 `list-buffers-noselect'. This is necessary to mark that buffer
19606 with a `.' in the Buffer Menu when called from Lisp, for instance
19607 by Auto Revert Mode.
19608
19609 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
19610
19611 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
19612 attaching to it.
19613 (gdb-pre-prompt): Make sure gdb-error is reset.
19614
19615 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
19616 with a child process, detect it.
19617 (gud-speedbar-buttons): Match regexp more carefully.
19618
19619 2005-11-27 Richard M. Stallman <rms@gnu.org>
19620
19621 * mouse.el (mouse-drag-move-window-bottom):
19622 Use adjust-window-trailing-edge.
19623
19624 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
19625
19626 * simple.el (blink-matching-open): Ignore
19627 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
19628 (blink-matching-paren-on-screen): Update docstring.
19629
19630 * paren.el (show-paren-mode): No longer change
19631 `blink-matching-paren-on-screen'.
19632
19633 2005-11-27 John Paul Wallington <jpw@pobox.com>
19634
19635 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
19636 (gdb-threads-select, gdb-edit-register-value):
19637 Use `posn-set-point' instead of `mouse-set-point' because the
19638 latter is not fbound when configured without X.
19639
19640 2005-11-27 Kim F. Storm <storm@cua.dk>
19641
19642 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
19643 existing face when partially highlighting a TAB in a rectangle.
19644
19645 2005-11-26 Kim F. Storm <storm@cua.dk>
19646
19647 * ido.el (ido-mode-map): Doc fix.
19648 (ido-mode-common-map, ido-mode-file-map)
19649 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
19650 (ido-define-mode-map): Rewrite. Select one of the new maps as
19651 parent for ido-mode-map instead of building from scratch.
19652 (ido-init-mode-maps): New defun to initialize new maps.
19653 (ido-mode): Call it.
19654 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
19655 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
19656
19657 2005-11-26 John Paul Wallington <jpw@pobox.com>
19658
19659 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
19660 `mouse-set-point' because the latter is not fbound when configured
19661 without X.
19662
19663 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
19664
19665 * files.el (file-relative-name): Doc fix.
19666
19667 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
19668
19669 * progmodes/octave-inf.el (inferior-octave-startup): Force a
19670 non-empty string for secondary prompt PS2.
19671
19672 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
19673
19674 * progmodes/compile.el (compilation-setup): Fix last change.
19675
19676 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
19677
19678 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
19679 (gdb-mouse-toggle-breakpoint-margin)
19680 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
19681 Add gdb-server-prefix to keep out of command history.
19682 (gdb-edit-register-value): New function.
19683 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
19684 (gdb-info-registers-custom): Use above map.
19685
19686 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
19687
19688 * custom.el (enable-theme): Signal error if argument is not a
19689 theme. Don't recalculate a face if it's not loaded yet.
19690
19691 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
19692 the `user' theme is in effect.
19693
19694 * info.el (Info-on-current-buffer): Record actual filename in
19695 Info-current-file, instead of t, or a fake filename if a non-file
19696 buffer. Make autoload.
19697 (Info-find-node, Info-revert-find-node): No need to check for
19698 Info-current-file nil.
19699 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
19700 Info-current-file is now never `t'.
19701 (Info-fontify-node): Many simplifications due to Info-current-file
19702 always being valid. Use Info-find-file to find node filename.
19703
19704 2005-11-25 David Kastrup <dak@gnu.org>
19705
19706 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
19707 new character, then delete" in order to preserve markers.
19708
19709 2005-11-25 David Ponce <david@dponce.com>
19710
19711 * recentf.el (recentf-arrange-by-rule): Handle a special
19712 `auto-mode-alist'-like "strip suffix" rule.
19713 (recentf-build-mode-rules): Handle second level auto-mode entries.
19714
19715 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
19716
19717 * viper-keym.el (viper-ESC-key): Use different values in terminal and
19718 window modes.
19719
19720 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
19721 jde-javadoc-checker-report-mode.
19722
19723 * ediff-wind (ediff-make-wide-display): Slight simplification.
19724
19725 * ediff.el (ediff-date): Change the date of last update.
19726
19727 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
19728
19729 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
19730 Use define-minor-mode, and make it a local mode. Turn on font-lock.
19731 (hi-lock-mode): New global minor mode.
19732 (turn-on-hi-lock-if-enabled): New function.
19733 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
19734 Change arguments to regexp and face instead of a font-lock pattern.
19735 Directly set face property, instead of refontifying.
19736 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
19737 (hi-lock-find-patterns): Use line-number-at-pos.
19738
19739 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
19740 arguments for hi-lock-set-pattern.
19741 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
19742 Call font-lock-fontify-buffer.
19743 (hi-lock-find-file-hook, hi-lock-current-line)
19744 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
19745
19746 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
19747 turned off.
19748
19749 * progmodes/compile.el (compilation-setup): Don't fiddle with
19750 font-lock-defaults.
19751
19752 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
19753
19754 * progmodes/gdb-ui.el (gdb-var-create-handler)
19755 (gdb-var-list-children-handler): Find values for all variable
19756 objects. gud-speedbar-buttons decides whether to display them.
19757
19758 2005-11-24 Romain Francoise <romain@orebokech.com>
19759
19760 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
19761 buffer name with a space.
19762
19763 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
19764
19765 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
19766 `org-export-local-list-max-depth'. Change default value to 3.
19767 (org-auto-renumber-ordered-lists)
19768 (org-plain-list-ordered-item-terminator): New options.
19769 (org-at-item-p, org-beginning-of-item, org-end-of-item)
19770 (org-get-indentation, org-get-string-indentation)
19771 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
19772 New functions.
19773 (org-move-item-down, org-move-item-up): New commands.
19774 (org-export-as-html): New classes for CSS support. Bug fix in
19775 regular expression detecting fixed-width regions. Respect
19776 `org-local-list-ordered-item-terminator'.
19777 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
19778 also a list item.
19779 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
19780 New item moving functions.
19781
19782 2005-11-24 Juri Linkov <juri@jurta.org>
19783
19784 * isearch.el (isearch-repeat): With empty search ring set
19785 `isearch-error' to the error string instead of signaling error
19786 with the function `error'.
19787
19788 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19789
19790 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
19791
19792 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
19793
19794 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
19795 and variable.
19796 (gdb-var-create-handler, gdb-var-list-children-handler):
19797 Don't match on "char **...".
19798 (gdb-var-update-handler): Find values for all variable objects.
19799 (gdb-info-frames-custom): Identify frames by leading "#".
19800
19801 * progmodes/gud.el (gud-speedbar-menu-items): Add
19802 gdb-speedbar-auto-raise as radio button.
19803 (gud-speedbar-buttons): Raise speedbar if requested.
19804 Don't match on "char **...".
19805 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
19806 Make it editable.
19807
19808 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
19809
19810 * info.el (Info-fontify-node): Handle the case where
19811 Info-current-file is t.
19812
19813 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
19814
19815 * simple.el (blink-matching-open): Fix off-by-one in last change.
19816
19817 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19818
19819 * term/mac-win.el: Don't change default directory.
19820
19821 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
19822
19823 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
19824 buffers correctly. (It used to throw an error in such buffers.)
19825 Make it ask for confirmation in group buffers and other Custom
19826 buffers containing more than one customization item.
19827
19828 2005-11-22 John Paul Wallington <jpw@gnu.org>
19829
19830 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
19831 property on mail and url overlays.
19832 (goto-address-at-point): Use `posn-set-point' instead of
19833 `mouse-set-point' because the latter is not fbound when configured
19834 without X.
19835
19836 2005-11-22 Lars Hansen <larsh@soem.dk>
19837
19838 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
19839 (ls-lisp-classify, ls-lisp-format): Delete call to
19840 ls-lisp-parse-symlink.
19841 (ls-lisp-handle-switches): Handle symlinks to directories as
19842 directories when ls-lisp-dirs-first in non-nil.
19843
19844 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
19845
19846 * startup.el (command-line): Make sure that loaddefs.el is handled
19847 correctly in load-history.
19848
19849 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
19850
19851 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
19852 (gdb-struct-string, gdb-array-string): New constants.
19853 (gdb-info-locals-handler): Use them.
19854 (gdb-reset): Reset gdb-var-list to nil.
19855
19856 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
19857
19858 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
19859 in patterns.
19860
19861 2005-11-21 Juri Linkov <juri@jurta.org>
19862
19863 * custom.el (defcustom): Update link types in docstring.
19864
19865 2005-11-20 Martin Rudalics <rudalics@gmx.at>
19866
19867 * custom.el (defgroup): Add doc-string-elt info.
19868
19869 * widget.el (define-widget): Don't use declare for the doc-string-elt.
19870
19871 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
19872
19873 * newcomment.el (comment-enter-backward): Fix last fix.
19874
19875 * simple.el (blink-matching-open):
19876 * paren.el (show-paren-function): Allow new paren-class info.
19877
19878 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
19879
19880 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
19881 handled automagically.
19882
19883 2005-11-20 Andreas Schwab <schwab@suse.de>
19884
19885 * descr-text.el (describe-char): When copying overlays put them
19886 over the full char description instead of just the first character
19887 of it.
19888
19889 2005-11-20 Juri Linkov <juri@jurta.org>
19890
19891 * simple.el (what-cursor-position):
19892 * descr-text.el (describe-char): Use Lisp-readable syntax
19893 for octal and hex. Reorder decimal, octal and hex values.
19894 Remove excess whitespace in the output. Use `=' in `column='
19895 like in `point=' and `Hscroll='.
19896
19897 * international/mule-cmds.el (encoded-string-description):
19898 Use Lisp-readable syntax for hex.
19899
19900 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
19901
19902 * newcomment.el (comment-enter-backward): Handle the case where the
19903 comment is closed by EOB.
19904
19905 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
19906
19907 * longlines.el (longlines-before-revert-hook)
19908 (longlines-after-revert-hook): New functions.
19909 (longlines-mode): Turn off longlines temporarily when reverting.
19910 Add a message-setup-hook.
19911 (longlines-decode-buffer): New function.
19912 (longlines-wrap-line): Preserve marker positions.
19913
19914 2005-11-19 Andreas Schwab <schwab@suse.de>
19915
19916 * emacs-lisp/shadow.el: Handle compressed files.
19917
19918 2005-11-19 Romain Francoise <romain@orebokech.com>
19919
19920 * net/browse-url.el (browse-url-default-browser): Signal an error
19921 if no usable browser can be found, rather than try to load w3.
19922
19923 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
19924
19925 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
19926 replacing existing properties.
19927 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
19928 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
19929 tty specs.
19930 (rcirc-server-prefix, rcirc-server): New faces.
19931 (rcirc-url-regexp): Generate with rx macro.
19932 (rcirc-last-server-message-time): New variable.
19933 (rcirc-filter): Record time of last message.
19934 (rcirc-keepalive): Kill processes that did not send a message
19935 since the last ping.
19936 (rcirc-mode): Give rcirc-topic a local binding here.
19937
19938 2005-11-19 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
19939
19940 * subr.el (read-passwd): Fontify the prompt as we do with other
19941 prompts.
19942
19943 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
19944
19945 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
19946 binding buffer-read-only to nil.
19947
19948 2005-11-19 Eli Zaretskii <eliz@gnu.org>
19949
19950 * complete.el (partial-completion-mode):
19951 Mention completion-auto-help in the doc string.
19952
19953 * man.el (Man-highlight-references): Doc fix. Reformat code in a
19954 more Lisp-ish way.
19955
19956 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
19957
19958 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
19959 digits, not 8, to avoid misalignment for files larger than 100MB.
19960
19961 2005-11-19 Eli Zaretskii <eliz@gnu.org>
19962
19963 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
19964 Mention "keyboard shortcuts" in the help text.
19965
19966 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19967
19968 * startup.el (fancy-splash-default-action): Discard only
19969 mouse-down and succeeding mouse-up events in the splash screen
19970 window so that drag-n-drop event can be processed.
19971
19972 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
19973
19974 * longlines.el (longlines-mode): Add hacks for mail-mode and
19975 message-mode.
19976
19977 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
19978
19979 * textmodes/org.el (org-table-sort-lines): New command.
19980 (org-tbl-menu): Add entry for `org-table-sort-lines'.
19981 (org-add-file): Command removed, use `org-agenda-file-to-front'
19982 instead.
19983 (org-export-icalendar): Use `org-icalendar-combined-name'.
19984 (org-cycle-agenda-files, org-agenda-file-to-end)
19985 (org-agenda-file-to-front): New commands.
19986 (org-table-tab-jumps-over-hlines, org-export-html-style):
19987 New options.
19988 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
19989 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
19990 New functions.
19991 (org-fill-paragraph): Call `org-table-align' in tables.
19992 (org-mode): Call `org-set-autofill-regexps'.
19993 (org-export-as-html): Support for local handformatted lists.
19994 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
19995 (org-export-local-list-max-depth): New option.
19996 (org-html-expand): Use `org-html-protect'.
19997
19998 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
19999
20000 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
20001 to "p".
20002 (gdb): Move definition of gud-pp to...
20003
20004 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
20005 speedbar.
20006 (gdb-find-watch-expression): New function.
20007
20008 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
20009
20010 * faces.el (face-attribute, set-face-attribute): Mention existence
20011 of `:ignore-defface' setting in docstring.
20012
20013 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
20014
20015 * simple.el (completion-setup-function): Fix last change.
20016
20017 2005-11-17 John Paul Wallington <jpw@pobox.com>
20018
20019 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
20020 Use `posn-set-point' instead of `mouse-set-point' because the
20021 latter is not fbound when configured without X.
20022
20023 * comint.el (comint-insert-input): Likewise.
20024
20025 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
20026
20027 * simple.el (hard-newline): New variable.
20028 (sendmail-user-agent-compose, next-line): Use it.
20029
20030 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
20031 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
20032 (mail-mail-reply-to, mail-mail-followup-to)
20033 (mail-position-on-field, mail-signature, mail-yank-original)
20034 (mail-attach-file): Likewise.
20035
20036 * mail/mailheader.el (mail-header-format)
20037 (mail-header-format-function): Likewise.
20038
20039 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
20040
20041 2005-11-17 Juri Linkov <juri@jurta.org>
20042
20043 * font-lock.el (font-lock-faces): Rename this defgroup from
20044 `font-lock-highlighting-faces'.
20045 (font-lock-comment-face, font-lock-comment-delimiter-face)
20046 (font-lock-string-face, font-lock-doc-face)
20047 (font-lock-keyword-face, font-lock-builtin-face)
20048 (font-lock-function-name-face, font-lock-variable-name-face)
20049 (font-lock-type-face, font-lock-constant-face)
20050 (font-lock-warning-face, font-lock-negation-char-face)
20051 (font-lock-preprocessor-face)
20052 (font-lock-regexp-grouping-backslash)
20053 (font-lock-regexp-grouping-construct): Rename :group from
20054 `font-lock-highlighting-faces' to `font-lock-faces'.
20055
20056 * cus-edit.el (lisp, c, tex):
20057 * progmodes/ada-mode.el (ada):
20058 * progmodes/asm-mode.el (asm):
20059 * progmodes/cperl-mode.el (cperl-faces):
20060 * progmodes/cpp.el (cpp):
20061 * progmodes/dcl-mode.el (dcl):
20062 * progmodes/f90.el (f90):
20063 * progmodes/fortran.el (fortran):
20064 * progmodes/icon.el (icon):
20065 * progmodes/idlwave.el (idlwave-misc):
20066 * progmodes/m4-mode.el (m4):
20067 * progmodes/make-mode.el (makefile):
20068 * progmodes/meta-mode.el (meta-font):
20069 * progmodes/modula2.el (modula2):
20070 * progmodes/octave-mod.el (octave):
20071 * progmodes/pascal.el (pascal):
20072 * progmodes/perl-mode.el (perl):
20073 * progmodes/prolog.el (prolog):
20074 * progmodes/ps-mode.el (PostScript-edit):
20075 * progmodes/scheme.el (scheme):
20076 * progmodes/sh-script.el (sh-script):
20077 * progmodes/simula.el (simula):
20078 * progmodes/tcl.el (tcl):
20079 * textmodes/nroff-mode.el (nroff):
20080 * textmodes/reftex-vars.el (reftex-fontification-configurations):
20081 * textmodes/sgml-mode.el (sgml):
20082 * textmodes/texinfo.el (texinfo):
20083 Add :link (custom-group-link font-lock-faces) to defgroup.
20084
20085 * hi-lock.el (hi-lock): Rename this defgroup from
20086 `hi-lock-interactive-text-highlighting'. Change parent group from
20087 `faces' to `font-lock'. Add link to the manual.
20088 (hi-lock-mode, hi-lock-file-patterns-range)
20089 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
20090 `hi-lock-interactive-text-highlighting' to `hi-lock'.
20091 (hi-lock-faces): Add :group `faces'.
20092
20093 * cus-edit.el (custom-variable-prompt): Clarify the code.
20094
20095 * faces.el (face-read-string): Set the default value arg of
20096 completing-read.
20097
20098 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
20099
20100 * rfn-eshadow.el (file-name-shadow-properties)
20101 (file-name-shadow-tty-properties, file-name-shadow-mode):
20102 Remove autoloads, because the file is now preloaded.
20103
20104 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
20105
20106 * printing.el (easy-menu-intern): Don't define.
20107 (pr-get-symbol): Use easy-menu-intern only if defined.
20108
20109 * simple.el (blink-matching-open): Simplify a bit.
20110 (completion-setup-function): Fix the case of partial-completion-mode
20111 when the minibuffer's contents start with "-".
20112 Obey completion-base-size-function even when
20113 minibuffer-completing-file-name is non-nil.
20114
20115 2005-11-16 Richard M. Stallman <rms@gnu.org>
20116
20117 * net/eudcb-ph.el (eudc-ph-open-session):
20118 Use set-process-query-on-exit-flag.
20119
20120 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
20121
20122 * international/ucs-tables.el (ucs-set-table-for-input):
20123 Use make-local-variable, not make-variable-buffer-local.
20124
20125 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
20126 Improve warning message text.
20127
20128 * savehist.el (savehist-save-hook): Add :group.
20129
20130 * menu-bar.el (menu-bar-help-menu):
20131 Rename Find Extra Packages to External Packages.
20132
20133 * cus-edit.el (Custom-reset-standard): Verify that
20134 :custom-standard-value prop exists before calling it.
20135
20136 * apropos.el (apropos-calc-scores): Use apropos-pattern.
20137
20138 2005-11-16 Martin Rudalics <rudalics@gmx.at>
20139
20140 * wid-edit.el (color): Enclose %t in %{...%}.
20141
20142 * cus-edit.el (face): Enclose %t in %{...%}.
20143
20144 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
20145
20146 * savehist.el (savehist-mode-hook): Re-add the var.
20147 (savehist-mode): Use it.
20148
20149 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
20150
20151 * textmodes/flyspell.el: Fix commenting convention.
20152 Remove unnecessary leading * in custom docstrings.
20153 (flyspell-emacs): Remove unused var.
20154 (flyspell-delete-region-overlays): Use remove-overlays.
20155 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
20156 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
20157 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
20158 (flyspell-debug-signal-word-checked): Use with-current-buffer.
20159 (make-flyspell-overlay): Don't locally reuse a global name.
20160 (flyspell-highlight-incorrect-region)
20161 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
20162 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
20163 (flyspell-notify-misspell): Remove unused args `start' and `end'.
20164 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
20165 Wrap calls to accept-process-output inside with-local-quit since it's
20166 often called from a post-command-hook.
20167 (flyspell-correct-word, flyspell-auto-correct-word):
20168 Use ispell-send-string.
20169 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
20170
20171 * calendar/diary-lib.el (diary-list-entries): Also hide the
20172 terminating newline.
20173
20174 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
20175
20176 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
20177 window-system, to allow fonts on tty.
20178
20179 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
20180
20181 * progmodes/gud.el (gud-speedbar-item-info): New function.
20182 (gud-install-speedbar-variables): Use it to display data type
20183 of watch expression as a tooltip in speedbar.
20184
20185 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
20186
20187 * font-core.el (global-font-lock-mode): Add :version keyword,
20188 because default was changed.
20189
20190 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
20191
20192 * startup.el (command-line): Use `custom-reevaluate-setting' for
20193 `file-name-shadow-mode'.
20194
20195 * loadup.el: Preload rfn-eshadow.
20196
20197 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
20198 Add :version keyword.
20199 (file-name-shadow-properties, file-name-shadow-tty-properties)
20200 (file-name-shadow): Add :version keyword.
20201
20202 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
20203 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
20204 in the custom-group property of the symbol frames and the fringe
20205 group got no link to its parent group frames.
20206 Doc fix.
20207
20208 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
20209
20210 * progmodes/gud.el (gud-stop-subjob): New function.
20211 (gud-menu-map, gud-tool-bar-map): Use it.
20212
20213 2005-11-16 Kim F. Storm <storm@cua.dk>
20214
20215 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
20216 than kill it.
20217 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
20218 to a more useful/logical place.
20219
20220 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
20221
20222 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
20223 go buttons complementary.
20224
20225 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
20226
20227 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
20228 (rfn-eshadow-sifn-equal): New function.
20229 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
20230
20231 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
20232
20233 * viper-utils.el (viper-non-word-characters-reformed-vi):
20234 Quote `-' in string.
20235
20236 * viper.el (viper-emacs-state-mode-list): Ensure that
20237 rcirc-mode buffers come up in Emacs state.
20238
20239 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
20240 operation.
20241
20242 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
20243
20244 * term.el (term-termcap-format): Fix typos.
20245 (term-down): Fix the negative argument case.
20246
20247 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
20248
20249 * progmodes/gdb-ui.el: Remove face-alias left over from change on
20250 2005-08-15.
20251 (gdb-ann3): New command gud-go.
20252 (menu): Accomodate gdb-mi.el.
20253 (gdb-assembler-custom): Make buffer of selected window current
20254 so that set-window-point works.
20255
20256 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
20257 buttons and include new ones.
20258
20259 2005-11-16 Kim F. Storm <storm@cua.dk>
20260
20261 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
20262 (gud-menu-map): Use it.
20263
20264 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
20265
20266 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
20267 that works correctly for Custom and that does not override a user
20268 who disables it.
20269
20270 * help-mode.el (help-make-xrefs, help-xref-on-pp)
20271 (help-xref-interned, help-follow): Make hyperlinks for variables
20272 that are unbound, but have a non-nil variable-documentation property.
20273
20274 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
20275 mode hook. (It conflicted with defcustoms for some mode hooks.)
20276 Use the `variable-documentation' property to give the mode hook a
20277 docstring and expand that docstring.
20278
20279 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
20280
20281 * savehist.el (savehist-mode): Don't bother with
20282 `custom-set-minor-mode'.
20283 (savehist-coding-system): Check XEmacs version.
20284 (history-length): Declare also at run time.
20285 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
20286 Don't set the customize state.
20287 (savehist-minibuffer-hook): Special case for when
20288 minibuffer-history-variable is equal to t.
20289
20290 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
20291
20292 * files.el (write-file): Refresh VC status.
20293
20294 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
20295 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
20296 than fundamental-mode to see if the mode was set.
20297
20298 2005-11-14 Romain Francoise <romain@orebokech.com>
20299
20300 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
20301 dummy function in `eval-when-compile' to avoid compiler warning.
20302 Require `man' at compile time.
20303
20304 2005-11-14 Jay Belanger <belanger@truman.edu>
20305
20306 * calc-alg.el (calcFunc-write-out-power): Rename it to
20307 calcFunc-powerexpand.
20308 (math-write-out-power): Rename it to math-powerexpand; have it
20309 handle negative exponents.
20310 (calc-writeoutpower): Rename it to calc-powerexpand.
20311
20312 * calc-ext.el: Change calcFunc-writeoutpower and
20313 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
20314 autoloads.
20315 Add calcFunc-ldiv to autoloads.
20316
20317 * calc-arith.el (calcFunc-ldiv): New function.
20318
20319 * calc.el (calc-left-divide): New function.
20320
20321 2005-11-14 Juri Linkov <juri@jurta.org>
20322
20323 * cus-edit.el (custom-variable-prompt): Set the default value arg
20324 of completing-read.
20325
20326 * cus-dep.el (custom-make-dependencies): Reverse the list of
20327 found dependencies.
20328
20329 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
20330
20331 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
20332 Highlighting" entry, it is on by default now.
20333 (menu-bar-options-save): Do not save global-font-lock-mode.
20334
20335 2005-11-13 Richard M. Stallman <rms@gnu.org>
20336
20337 * textmodes/flyspell.el (flyspell-large-region):
20338 Call flyspell-accept-buffer-local-defs.
20339
20340 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
20341
20342 * textmodes/flyspell.el (flyspell-notify-misspell):
20343 Fix misspelling of "Misspelling".
20344 (flyspell-process-localwords): New function.
20345 (flyspell-large-region): Call flyspell-process-localwords and
20346 flyspell-delete-region-overlays.
20347 (flyspell-delete-region-overlays): New function.
20348 (flyspell-delete-all-overlays): Call that.
20349
20350 2005-11-13 Richard M. Stallman <rms@gnu.org>
20351
20352 * help.el (help-for-help-internal): Improve doc of C-h a.
20353 (describe-key): Improve prompt; doc fix.
20354
20355 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
20356
20357 * vc-svn.el (vc-svn-registered): Catch all errors.
20358
20359 * cus-dep.el (custom-make-dependencies): Typo.
20360
20361 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
20362
20363 * net/tramp-util.el (top): Fix compilation warning.
20364
20365 2005-11-13 Kim F. Storm <storm@cua.dk>
20366
20367 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
20368
20369 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
20370
20371 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
20372 (gud-speedbar-buttons): Match on "const char *" too.
20373
20374 * progmodes/gdb-ui.el (gdb-var-create-handler)
20375 (gdb-var-list-children-handler): Match on "const char *" too.
20376 (gdb-var-evaluate-expression-handler): Match on empty string.
20377 (gdb-var-update-handler): Only call
20378 gdb-var-evaluate-expression-handler when required.
20379
20380 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
20381
20382 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
20383 selected window. This still doesn't work for speedbar.
20384 (gud-speedbar-buttons): Handle string expressions properly.
20385
20386 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
20387 (gdb-var-create-handler): Handle string expressions properly.
20388 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
20389 Handle string expressions properly. Move "type" field into regexp.
20390
20391 2005-11-12 Karl Fogel <kfogel@red-bean.com>
20392
20393 * bookmark.el (bookmark-maybe-message): New function to reduce
20394 code duplication: invokes `message' iff baud-rate is high enough.
20395 (bookmark-write-file): Use above instead of an inline conditional.
20396 (bookmark-load): Same.
20397
20398 2005-11-12 Karl Fogel <kfogel@red-bean.com>
20399
20400 * bookmark.el (bookmark-write-file): Don't visit the destination
20401 file, just write the data to it using write-region. This is
20402 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
20403 change to avoid visiting the file in the first place.
20404
20405 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
20406
20407 * hi-lock.el (hi-lock-mode): Set the default value of
20408 font-lock-defaults.
20409
20410 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
20411
20412 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
20413 arg to `file-attributes'.
20414 (find-lisp-format): The UID and GID can now be strings.
20415
20416 2005-11-12 Kim F. Storm <storm@cua.dk>
20417
20418 * help.el (help-map): Bind C-h d to apropos-documentation.
20419
20420 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
20421 when point is at end-of-buffer.
20422
20423 * apropos.el (apropos-match-face): Doc fix.
20424 (apropos-sort-by-scores): Add new choice `verbose'.
20425 (apropos-documentation-sort-by-scores): New defcustom.
20426 (apropos-pattern): Now contains the pattern entered by the user.
20427 (apropos-pattern-quoted): New defvar.
20428 (apropos-regexp): New defvar, containing the regexp corresponding
20429 to apropos-pattern.
20430 (apropos-all-words-regexp): Rename from apropos-all-regexp.
20431 (apropos-read-pattern): New defun. Use it to read pattern arg in
20432 interactive calls; returns list of words for a word list, and
20433 string for a regexp.
20434 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
20435 parses a list of words or regexp as returned by apropos-read-pattern.
20436 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
20437 (apropos-score-doc): Return a very high score if the string
20438 entered by the user matches literally.
20439 (apropos-variable): Doc fix. Use apropos-read-pattern.
20440 (apropos-command): Doc fix. Use apropos-read-pattern and
20441 apropos-parse-pattern. Call apropos-print with nosubst=t.
20442 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
20443 apropos-parse-pattern.
20444 (apropos-documentation): Doc fix. Use apropos-read-pattern and
20445 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
20446 apropos-documentation-sort-by-scores. Call apropos-print with
20447 nosubst=t.
20448 (apropos-documentation-internal): Pass doc string through
20449 substitute-key-definition before adding text properties.
20450 Highlight substring matching literal user input if possible.
20451 (apropos-documentation-check-doc-file): Remove locals beg and end.
20452 Fix calculation of score (as added twice). Pass doc string through
20453 substitute-key-definition before adding text properties.
20454 (apropos-documentation-check-elc-file): Pass doc string through
20455 substitute-key-definition before adding text properties.
20456 Highlight substring matching literal user input if possible.
20457 (apropos-print): Add new arg NOSUBST; if set, command and variable
20458 doc strings have already been passed through substitute-key-definition.
20459 Add code to handle apropos-accumulator items without score element
20460 for backwards compatibility (e.g. with woman package).
20461 Only show scores if apropos-sort-by-scores is `verbose'.
20462
20463 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
20464
20465 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
20466 Add jka-compr-load-suffixes to load-suffixes.
20467
20468 * jka-compr.el: Require jka-cmpr-hook.
20469 (jka-compr-info-compress-message, jka-compr-info-compress-program)
20470 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
20471 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
20472 (jka-compr-info-can-append, jka-compr-info-strip-extension)
20473 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
20474 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
20475 (jka-compr-uninstall): Remove entries from
20476 jka-compr-added-to-file-coding-system-alist after they are used.
20477 (jka-compr-error): Remove unused var `curbuf'.
20478 (jka-compr-file-local-copy): Remove unused var `notfound'.
20479
20480 2005-11-10 Romain Francoise <romain@orebokech.com>
20481
20482 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
20483
20484 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
20485
20486 * progmodes/gud.el (gud-menu-map): Move parentheses.
20487 (gdb): New command gud-pv.
20488
20489 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
20490
20491 * tar-mode.el: Remove spurious or unnecessary leading stars
20492 in docstrings.
20493 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
20494 (tar-parse-octal-integer-safe): Use mapc.
20495 (tar-header-block-summarize): Remove unused var `ck'.
20496 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
20497 cleared before. Obey default-enable-multibyte-characters.
20498 Use mapconcat. Simplify setting of tar-header-offset.
20499 (tar-mode-map): Move initialization inside delcaration.
20500 (tar-flag-deleted): Use `abs'.
20501 (tar-expunge-internal): Remove unused var `line'.
20502 (tar-expunge-internal): Don't hardcode point-min==1.
20503 (tar-expunge): Widen while doing set-buffer-multibyte.
20504 (tar-rename-entry): Use file-name-coding-system.
20505 (tar-alter-one-field): Don't hardcode point-min==1.
20506 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
20507 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
20508
20509 2005-11-10 Masatake YAMATO <jet@gyve.org>
20510
20511 * add-log.el (add-log-current-defun): Handle class::method
20512 notation of c++. Fix incorrect comment.
20513
20514 2005-11-10 Alan Mackenzie <acm@muc.de>
20515
20516 * help-fns.el (describe-variable): Make C-h v work when a variable
20517 has variable documentation yet is unbound.
20518
20519 2005-11-10 Masatake YAMATO <jet@gyve.org>
20520
20521 * man.el (Man-highlight-references): Set an empty
20522 string to `Man-arguments' if it is nil.
20523 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
20524
20525 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
20526
20527 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
20528 commenting conventions.
20529
20530 * cus-dep.el (custom-make-dependencies): Simplify.
20531 Better follow the commenting conventions.
20532
20533 2005-11-09 Richard M. Stallman <rms@gnu.org>
20534
20535 * apropos.el (apropos-pattern): Rename from apropos-regexp.
20536 (apropos-orig-pattern): Rename from apropos-orig-regexp.
20537 All uses changed.
20538 (apropos-rewrite-regexp): Doc fix.
20539 (apropos-variable, apropos-command, apropos, apropos-value):
20540 Change prompt; carry through the argument renaming.
20541
20542 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
20543
20544 * find-lisp.el: Require dired.
20545 (find-lisp-find-dired-internal): Do not call
20546 `abbreviate-file-name' on DIR.
20547
20548 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
20549
20550 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
20551
20552 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
20553
20554 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
20555 when using the speedbar.
20556 (gdb): New command gud-pp.
20557 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
20558
20559 2005-11-09 Juri Linkov <juri@jurta.org>
20560
20561 * replace.el (occur-excluded-properties): New defcustom.
20562 (occur-1, occur-engine, occur-accumulate-lines): Use it.
20563
20564 2005-11-08 Jay Belanger <belanger@truman.edu>
20565
20566 * calc/calc-units.el (math-convert-units): Replace any composite
20567 unit by its definition.
20568
20569 2005-11-08 Lars Hansen <larsh@soem.dk>
20570
20571 * emacs-lisp/autoload.el (update-directory-autoloads):
20572 Add obsolete function alias.
20573
20574 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
20575
20576 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
20577 comment-indent-function.
20578 (lisp-comment-indent): Replace by an alias for comment-indent-default.
20579
20580 * reveal.el (reveal-post-command): Rework the handling of
20581 reveal-open-spots, so as to be more reliable. There were several
20582 tricky corner cases where an open spot might be lost, or where
20583 a closed spot might end up on the list of open spots.
20584 Only reveal text that's ellipsised.
20585
20586 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
20587
20588 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
20589
20590 2005-11-07 John Paul Wallington <jpw@gnu.org>
20591
20592 * ibuffer.el (ibuffer): Search iconified frames too when
20593 getting Ibuffer buffer's window.
20594
20595 2005-11-06 Richard M. Stallman <rms@gnu.org>
20596
20597 * progmodes/compile.el (compilation-internal-error-properties):
20598 save-excursion around the computation of MARKER.
20599
20600 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
20601
20602 * textmodes/flyspell.el (flyspell-external-point-words):
20603 flyspell-get-word returns a list, not just a string.
20604
20605 2005-11-06 John Paul Wallington <jpw@pobox.com>
20606
20607 * ibuffer.el (ibuffer): Search all visible frames when getting
20608 Ibuffer buffer's window.
20609
20610 2005-11-07 Masatake YAMATO <jet@gyve.org>
20611
20612 * man.el (Man-reference-regexp): Accept spaces between
20613 `Man-name-regexp' and `Man-section-regexp'.
20614 (Man-apropos-regexp): New variable.
20615 (Man-abstract-xref-man-page): Use value for `Man-target-string'
20616 if available.
20617 (Man-highlight-references, Man-highlight-references0):
20618 Handle the case when `Man-arguments' includes "-k".
20619 (Man-highlight-references0): Rename the argument `TARGET-POS' to
20620 `TARGET'. `TARGET' can be a number, function or nil.
20621
20622 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
20623
20624 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
20625 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
20626 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
20627 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
20628 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
20629 (gdb-send-item): Use buffer-local-value and simplify.
20630
20631 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
20632
20633 * startup.el (command-line): Use `custom-reevaluate-setting' for
20634 `global-font-lock-mode'.
20635
20636 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
20637 by default, except in batch mode or when the -D option is given.
20638
20639 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
20640 specified keyword args on to `define-minor-mode'. Update docstring.
20641
20642 2005-11-05 Romain Francoise <romain@orebokech.com>
20643
20644 * replace.el (occur-engine): Add marker at end of line, too.
20645
20646 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
20647
20648 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
20649 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
20650 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
20651 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
20652 argument to all these routines, so the passphrase can be managed
20653 externally and passed in to the system.
20654 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
20655 pgg-add-passphrase-to-cache function.
20656
20657 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
20658 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
20659 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
20660 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
20661 argument to all these routines, so the passphrase can be managed
20662 externally and passed in to the system.
20663 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
20664 function.
20665
20666 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
20667
20668 * font-lock.el: Don't deal with font-lock-face-attributes here,
20669 move the code ...
20670
20671 * startup.el (command-line): ... here. Use face-spec-set instead
20672 of custom-declare-face.
20673
20674 * faces.el (face-spec-set): Reset the face if spec is not nil.
20675
20676 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
20677
20678 * newcomment.el (comment-region-internal): Box more tightly in the
20679 common case where there's no TAB in the boxed text.
20680
20681 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20682
20683 * info.el (info-tool-bar-map): Use images prev-node, next-node and
20684 up-node.
20685
20686 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
20687
20688 * newsticker.el: Commentary updated. Code formatting changed.
20689 (newsticker-version): Change to "1.9".
20690 (newsticker, newsticker-feed): Doc fix.
20691 (newsticker-url-list): Doc fix. Add option "Weekly".
20692 (newsticker-retrieval-interval): Add option "Weekly".
20693 (newsticker-headline-processing): Doc fix.
20694 (newsticker-auto-mark-filter): Remove.
20695 (newsticker-auto-mark-filter-list): New.
20696 (newsticker-layout, newsticker-sort-method): Doc fix.
20697 (newsticker-hide-old-items-in-newsticker-buffer)
20698 (newsticker-heading-format, newsticker-item-format)
20699 (newsticker-desc-format): Doc fix.
20700 (newsticker-show-all-rss-elements): Remove.
20701 (newsticker-show-all-news-elements): New.
20702 (newsticker-faces, newsticker-ticker): Doc fix.
20703 (remove-from-invisibility-spec): Code formatting.
20704 (newsticker--process-ids): New.
20705 (newsticker-mode): Doc fix.
20706 (newsticker-mode): Change mode-line-format.
20707 (newsticker-start): Remove debug output.
20708 (newsticker-start-ticker): Doc fix. Add autoload cookie.
20709 (newsticker-w3m-show-inline-images): Code formatting.
20710 (newsticker-next-item): Call `force-mode-line-update'.
20711 (newsticker-previous-item): Call `force-mode-line-update'.
20712 (newsticker-next-feed): Call `force-mode-line-update'.
20713 (newsticker-previous-feed): Call `force-mode-line-update'.
20714 (newsticker-mark-all-items-at-point-as-read): Code formatting.
20715 (newsticker-show-old-items): Do not show descs.
20716 (newsticker-hide-entry): Hide too much.
20717 (newsticker-hide-entry, newsticker-show-entry)
20718 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
20719 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
20720 (newsticker-toggle-auto-narrow-to-item): Code formatting.
20721 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
20722 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
20723 (newsticker-get-news): Call `force-mode-line-update'.
20724 Collect process ids.
20725 (newsticker--sentinel): Change coding system handling.
20726 Move image retrieval to new functions newsticker--get-logo-url-*.
20727 Move feed parsing to new functions newsticker--parse-*.
20728 Update list of process ids.
20729 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
20730 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
20731 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
20732 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
20733 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
20734 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
20735 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
20736 (newsticker--decode-coding-string): Remove.
20737 (newsticker--decode-numeric-entities): Check input. Format code.
20738 (newsticker--remove-whitespace): Check input.
20739 (newsticker--do-forget-preformatted): Doc fix.
20740 (newsticker--decode-rfc822-date): Allow for missing time.
20741 (newsticker--update-process-ids): New.
20742 (newsticker--image-sentinel): Change comment.
20743 (newsticker--image-read): Change error message.
20744 (newsticker--imenu-goto): Doc fix. Show headline title.
20745 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
20746 (newsticker--buffer-do-insert-text): Clean whitespace in
20747 html-rendered headline title. Code formatting.
20748 Call `newsticker--buffer-print-extra-elements'.
20749 (newsticker--buffer-print-extra-element): Remove.
20750 (newsticker--buffer-print-extra-elements): New.
20751 (newsticker--buffer-do-print-extra-element): New.
20752 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
20753 large sizes.
20754 (newsticker--run-auto-mark-filter)
20755 (newsticker--do-run-auto-mark-filter):
20756 Use `newsticker-auto-mark-filter-list'.
20757
20758 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
20759
20760 * net/rcirc.el: Use split-string OMIT-NULLS argument.
20761 (rcirc-print): Force redisplay before running hooks. Do long
20762 buffer truncation after making new text read-only. Deal with nil
20763 text when decoding strings. If TARGET is nil, use either the
20764 currently selected buffer, if it is an rcirc buffer and of the
20765 same process or the process buffer.
20766 (rcirc-mode): Remove header-line. Recompute short buffer names.
20767 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
20768 (rcirc-short-buffer-name): Add variable.
20769 (rcirc-kill-buffer-hook): Recompute short buffer names.
20770 Remove nick from private channel.
20771 (rcirc-send-input): Send command text to current-buffer.
20772 Don't clear overlay arrow here.
20773 (rcirc-short-buffer-name): Return a short buffer name.
20774 (rcirc-update-short-buffer-names, rcirc-abbreviate)
20775 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
20776 buffer-name abbreviations.
20777 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
20778 Do not touch nick-table when killing a parted channel.
20779 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
20780 Clear arrow from current buffer if it is now hidden.
20781 (rcirc-current-buffer): Add variable.
20782 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
20783 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
20784 Remove -face from names.
20785 (rcirc-update-activity-string): Print "DND" when globally ignoring
20786 activity.
20787 (rcirc-ignore-buffer-activity-flag): Rename from
20788 rcirc-ignore-channel-activity.
20789 (rcirc-ignore-all-activity-flag): Doc fix.
20790 (rcirc-channels): Remove variable.
20791 (rcirc-kill-buffer-hook):
20792 (rcirc-get-buffer-create): Add nick to private channel.
20793 (rcirc-multiline-edit-submit): Remove tabs.
20794 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
20795 folded.
20796 (rcirc-remove-nick-channel): Bug fix.
20797 (rcirc-toggle-ignore-buffer-activity): Rename from
20798 rcirc-toggle-ignore-channel-activity.
20799 (rcirc-record-activity): Add buffers to the front of the list.
20800 (rcirc-update-activity): Remove killed buffers from list.
20801 (rcirc-process-server-response-1): Remove last argument if it is
20802 null before calling handler.
20803 (rcirc): Add "rcirc" defcustom prefix.
20804 (rcirc-prompt): Simplify default prompt.
20805 Use custom-initialize-default.
20806 (rcirc-private-chats): Remove variable.
20807 (rcirc-prompt): Change initialization.
20808 (rcirc-version): Remove function.
20809 (rcirc-id-string): Add constant.
20810 (rcirc-last-buffer): Remove variable.
20811 (rcirc-buffer-alist): Add variable.
20812 (rcirc-connect): Update variable setup.
20813 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
20814 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
20815 default.
20816 (rcirc-handler-generic): Trigger activity.
20817 (rcirc-send-message): Create the buffor of the target.
20818 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
20819 (rcirc-get-buffer): Just return nil if there is no matching buffer.
20820 (rcirc-multiline-edit-cancel): Remove function.
20821 (rcirc-set-last-buffer): Remove function.
20822 (rcirc-get-any-buffer): Add function.
20823 (rcirc-join-channels): Don't print /join text.
20824 (rcirc-toggle-ignore-channel-activity): Add and update echo area
20825 messages.
20826 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
20827 (rcirc-handler-NOTICE): Recognize CTCP responses.
20828 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
20829 constructing TOPIC string for buffers we are not JOINed.
20830 (rcirc-handler-CTCP-response): Add handler.
20831 (rcirc-multiline-edit-submit): Restore the window-configuration
20832 before adjusting point.
20833 (rcirc): Add customization group.
20834 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
20835 (rcirc-user-full-name, rcirc-startup-channels-alist)
20836 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
20837 (rcirc-ignore-all-activity-flag, rcirc-time-format)
20838 (rcirc-input-ring-size, rcirc-read-only-flag)
20839 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
20840 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
20841 Change defvar to defcustom.
20842 (rcirc-update-prompt): Add optional ALL arg, which will update
20843 prompts in all rcirc buffers. Regexp quote replacement text.
20844 (rcirc-fill-column): Accept frame-width as a value.
20845 (rcirc-set-changed): Add function.
20846 (rcirc-next-active-buffer): Write more meaningful messages.
20847 (rcirc-faces): Add customization group.
20848 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
20849 (rcirc-nick-in-message-face, rcirc-prompt-face)
20850 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
20851 (with-rcirc-process-buffer): Move before first usage.
20852 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
20853 (rcirc-debug-flag): Rename from `rcirc-log-p'.
20854 (rcirc-debug): Rename from `rcirc-log'.
20855 (rcirc-format-response-string): Do not print `-' chars for a
20856 NOTICE with no sender. Simplify output of server responses.
20857
20858 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
20859
20860 (rcirc-browse-url-map, rcirc-browse-url-at-point)
20861 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
20862 Make urls mouse and RET clickable.
20863
20864 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
20865
20866 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
20867
20868 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
20869
20870 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
20871 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
20872 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
20873 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
20874 argument to all these routines, so the passphrase can be managed
20875 externally and passed in to the system.
20876 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
20877 pgg-add-passphrase-to-cache function.
20878
20879 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
20880 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
20881 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
20882 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
20883 argument to all these routines, so the passphrase can be managed
20884 externally and passed in to the system.
20885 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
20886 function.
20887
20888 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
20889
20890 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
20891 from goto-address-url-regexp.
20892
20893 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
20894
20895 * textmodes/org.el (org-read-date, org-goto-calendar)
20896 (org-recenter-calendar, org-agenda-goto-calendar):
20897 Temporarily clear `calendar-move-hook'.
20898
20899 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
20900
20901 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
20902 merging.
20903
20904 * ediff-util.el (ediff-previous-difference): Don't skip regions that
20905 have merge clashes.
20906
20907 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20908
20909 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
20910 Undo previous change.
20911
20912 * startup.el (command-line): Use `custom-reevaluate-setting' for
20913 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
20914 tty-register-default-colors on Mac.
20915
20916 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
20917
20918 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
20919 (gdb-buffer-type): Make it automatically buffer local...
20920 (gdb-get-create-buffer): ...and set it accordingly.
20921 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
20922 actually work.
20923
20924 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
20925
20926 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
20927 not red.
20928
20929 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
20930
20931 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
20932 case GUD buffer is not visible.
20933 (gdb-goto-breakpoint): Try to force display in source buffer.
20934 (gdb-frame-gdb-buffer): Copy other similar functions.
20935 (gdb-restore-windows): Don't display source if not asked for.
20936 (gdb-assembler-buffer-name): Don't capitalise.
20937
20938 2005-11-03 Richard M. Stallman <rms@gnu.org>
20939
20940 * wid-edit.el (key-sequence): New widget type.
20941
20942 * simple.el (set-mark-command-repeat-pop): New variable.
20943 (set-mark-command): Only interpret plan C-@ after a pop as a pop
20944 if set-mark-command-repeat-pop is true.
20945
20946 * info.el (Info-fontify-node): Don't display extra "see" if there
20947 already is one here.
20948
20949 * mouse.el: Fix special handling of DEL after dragging a region:
20950 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
20951 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
20952
20953 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
20954
20955 * textmodes/ispell.el (ispell-command-loop): Change `i' description
20956 not to assume it pertains to an affix.
20957
20958 * textmodes/flyspell.el (flyspell-post-command-hook):
20959 Bind deactivate-mark to prevent deactivation.
20960
20961 2005-11-03 Lars Hansen <larsh@soem.dk>
20962
20963 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
20964 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
20965 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
20966
20967 2005-11-03 Romain Francoise <romain@orebokech.com>
20968
20969 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
20970 Update copyright years.
20971
20972 2005-11-03 Sam Steingold <sds@gnu.org>
20973
20974 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
20975 Use system-type instead of window-system because window-system is not
20976 correctly defined during loadup.
20977
20978 2005-11-02 Mark A. Hershberger <mah@everybody.org>
20979
20980 * xml.el (xml-syntax-table): Allow xml.el to compile in XEmacs.
20981 (xml-parse-tag): Join strings separated by a comment properly.
20982
20983 2005-11-02 Andreas Schwab <schwab@suse.de>
20984
20985 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
20986
20987 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
20988
20989 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
20990 (byte-optimize-pure-func): Quote the eval'd value.
20991
20992 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
20993 Rename from perl-font-lock-syntactic-face-function.
20994 Change the calling convention so it can be used as a font-lock MATCHER.
20995 Do the parse-partial-sexp loop outselves.
20996 (perl-font-lock-syntactic-keywords): Use it.
20997 (perl-mode): Don't set font-lock-syntactic-face-function any more.
20998
20999 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
21000
21001 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
21002 disassembly buffer too.
21003 (gdb-exited): Remove overlay arrows when execution has finished.
21004 (gdb-info-frames-custom, gdb-info-threads-custom)
21005 (gdb-info-registers-custom): Don't add inappropriate text
21006 properties if inferior is not active.
21007
21008 2005-11-02 Glenn Morris <rgm@gnu.org>
21009
21010 * progmodes/fortran.el (fortran-blink-match):
21011 Use `blink-matching-delay'.
21012
21013 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
21014
21015 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
21016
21017 2005-11-02 Lars Hansen <larsh@soem.dk>
21018
21019 * net/tramp.el (tramp-action-out-of-band): Handle scp message
21020 "Permission denied".
21021
21022 2005-11-01 Richard M. Stallman <rms@gnu.org>
21023
21024 * textmodes/flyspell.el (flyspell-external-point-words):
21025 Pass nil to flyspell-get-word.
21026
21027 2005-11-02 Kim F. Storm <storm@cua.dk>
21028
21029 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
21030 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
21031
21032 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
21033
21034 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
21035 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
21036 (calendar-mouse-print-dates): Add optional `event' argument.
21037 Update interactive-spec.
21038 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
21039 Use `calendar-event-to-date' instead of `event'.
21040
21041 2005-11-02 Masatake YAMATO <jet@gyve.org>
21042
21043 * progmodes/ld-script.el (ld-script-builtins):
21044 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
21045 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
21046 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
21047
21048 2005-11-01 Romain Francoise <romain@orebokech.com>
21049
21050 * vc-sccs.el: Update copyright year.
21051 * ezimage.el: Likewise.
21052
21053 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
21054
21055 * info.el (Info-fontify-node): Use `string-width' for fontifying
21056 underlined titles.
21057
21058 2005-11-01 Juri Linkov <juri@jurta.org>
21059
21060 * info.el (Info-fontify-node): Downcase node header keywords Node,
21061 Prev, Next, Up before comparison.
21062 (Info-history): Insert absolute directory name, and put invisible
21063 property on it.
21064
21065 2005-11-01 Juri Linkov <juri@jurta.org>
21066
21067 * info.el (Info-file-supports-index-cookies): New variable.
21068 (Info-find-node-2): Check makeinfo version for index cookie support.
21069 (Info-index-nodes): Search for nodes with index cookies only when
21070 Info-file-supports-index-cookies is t. Otherwise, search nodes
21071 with "Index" in the node name.
21072 (Info-index-node): Search index cookie in the current node only when
21073 Info-file-supports-index-cookies is t. Otherwise, check the word
21074 "Index" in the node name.
21075 (Info-find-emacs-command-nodes): Remove code that searches nodes
21076 with "Index" node name in the top menu.
21077
21078 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
21079
21080 * progmodes/scheme.el (scheme-mode-variables): Use the default
21081 comment-indent-function.
21082
21083 * faces.el (face-attribute): Handle the case where a face inherits from
21084 a non-existent face.
21085
21086 * simple.el (eval-expression-print-format): Use lisp-readable syntax
21087 for octal and hexa output, and merge the char into the paren.
21088 (kill-new): Use push.
21089 (copy-to-buffer): Use with-current-buffer.
21090 (completion-setup-function): Move code in loop to remove redundancy.
21091 (minibuffer-local-must-match-map): Don't add bindings that duplicate
21092 those inherited from minibuffer-local-completion-map.
21093
21094 * savehist.el (savehist-mode) <defcustom>:
21095 Use custom-set-minor-mode if available.
21096 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
21097 and emit a message if applicable.
21098
21099 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
21100
21101 * savehist.el: Sync up to version 19.
21102 (savehist-mode): New minor mode.
21103 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
21104 (savehist-length): Remove (use history-length instead).
21105 (savehist-file-modes): Rename from savehist-modes.
21106 (savehist-save-hook, savehist-loaded): New vars.
21107 (savehist-load): Use savehist-mode. Try to smooth up transition from
21108 old format to new format.
21109 (savehist-install): Allow savehist-autosave-interval to be nil.
21110 (savehist-save): Run the new hook. Be more careful to only trim the
21111 history variables.
21112 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
21113 (savehist-printable): Print into a buffer rather than char-by-char.
21114
21115 2005-11-01 John Wiegley <johnw@newartisans.com>
21116
21117 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
21118 toggle-ignore keybinding (C-a). The author said it had been
21119 disabled much earlier due to a possible incompatibility, but after
21120 many months of usage I have encountered no problems (and it is a
21121 rather useful option, especially for switching to " *temp*").
21122
21123 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
21124 support for OS/X's AddressBook, by calling out to the open source
21125 program "contacts" (installable through Fink).
21126
21127 * net/eudc.el (eudc-expand-inline): If the
21128 `eudc-multiple-match-handling-method' is set to `all', delete the
21129 query string before inserting the query result.
21130
21131 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
21132 flag, to prevent Eshell from using the system ls when
21133 `eshell-ls-insert-directory' is in used.
21134 (eshell-ls-insert-directory): Disable font-lock in directory
21135 buffer so that Eshell's own fontification is seen. This broke
21136 recently due to changes in font-lock, so this goes back to version
21137 21 behavior.
21138
21139 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
21140
21141 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
21142 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
21143 (gdb-many-windows): Doc fix.
21144
21145 2005-10-31 Romain Francoise <romain@orebokech.com>
21146
21147 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
21148
21149 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
21150
21151 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
21152 that global-font-lock-mode can be enabled by default.
21153
21154 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
21155 (font-lock-add-keywords, font-lock-remove-keywords)
21156 (font-lock-fontify-buffer): Remove autoload cookies.
21157
21158 * jit-lock.el (jit-lock-register): Likewise.
21159
21160 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
21161
21162 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
21163
21164 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
21165 intact if there is no gud-comint-buffer.
21166
21167 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
21168
21169 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
21170 old prompt comint-prompt-read-only is t and GDB commands are
21171 issued from tool bar etc.
21172
21173 2005-10-31 Masatake YAMATO <jet@gyve.org>
21174
21175 * vc.el (vc-directory-exclusion-list): Add "{arch}".
21176
21177 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
21178
21179 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
21180 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
21181
21182 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
21183
21184 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
21185 starting at beginning of line. Fontification is messed up when
21186 `open-paren-in-column-0-is-defun-start' set to t.
21187 Reported by John Paul Wallington <jpw@pobox.com>.
21188
21189 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
21190
21191 * comint.el (comint-send-input): Call `comint-update-fence' when
21192 `comint-process-echoes' and `comint-prompt-read-only' are both
21193 non-nil, to avoid leftover read-only newline.
21194
21195 2005-10-30 Richard M. Stallman <rms@gnu.org>
21196
21197 * textmodes/flyspell.el (flyspell-external-point-words):
21198 Detect when WORD can't be checked properly because
21199 flyspell-get-word finds just part of it, and move on.
21200
21201 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
21202 boundarychar for Polish.
21203 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
21204 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
21205
21206 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
21207
21208 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
21209 (gdb-registers-font-lock-keywords): Delete.
21210 (gdb-registers-mode): Don't fontify.
21211 (gdb-info-registers-custom): Use text properties instead as, in
21212 future, changed register values will use font-lock-warning-face.
21213 (gdb-local-font-lock-keywords): Rename to...
21214 (gdb-locals-font-lock-keywords): ...for consistency.
21215
21216 2005-10-30 Andre Spiegel <spiegel@gnu.org>
21217
21218 * vc.el (vc-switch-backend): Better error message if the buffer is
21219 not visiting a file under version control.
21220
21221 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
21222
21223 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
21224
21225 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
21226 ~/.emacs.d/.emacs.
21227
21228 2005-10-29 Richard M. Stallman <rms@gnu.org>
21229
21230 * replace.el (occur-mode-mouse-goto): Always go to other window.
21231 (occur-mode-goto-occurrence): Always switch in same window.
21232
21233 * simple.el (undo): Display message at end, not at start.
21234
21235 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
21236 New arg REUSE-CELL.
21237 (cancel-timer-internal): New function.
21238 (timer-event-handler): Use cancel-timer-internal,
21239 and pass the cell it returns to timer-activate...
21240
21241 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
21242 (jit-lock-deferred-fontify, jit-lock-context-fontify)
21243 (jit-lock-after-change): Test memory-full.
21244
21245 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
21246
21247 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
21248 part of the decoded armor to find the key-identifier.
21249 (pgg-gpg-lookup-key-owner): New function to return the
21250 human-readable identifier of a key owner.
21251 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
21252 key itself.
21253 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
21254 the key value) if we have a key and can match it against a secret
21255 key. Also, added a note pointing out fact that the prompt only
21256 indicates the first matching key.
21257
21258 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
21259 pgg-decrypt-region.
21260 (pgg-pending-timers): A new hash for tracking the passphrase cache
21261 timers, so that new ones supercede old ones.
21262 (pgg-add-passphrase-to-cache): Rename from
21263 `pgg-add-passphrase-cache' to reduce confusion (all callers
21264 changed). Modified to cancel old timers when new ones are added.
21265 (pgg-remove-passphrase-from-cache): Rename from
21266 `pgg-remove-passphrase-cache' to reduce confusion (all callers
21267 changed). Modified to cancel old timers when their keys are
21268 removed from the cache.
21269 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
21270 XEmacs, an indirection to delete-itimer.
21271 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
21272 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
21273 users can only check cache without risk of prompting. Correct bug in
21274 notruncate behavior.
21275 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
21276 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
21277 Add informative docstrings.
21278 (pgg-decrypt): Convey provided passphrase in subordinate call to
21279 pgg-decrypt-region.
21280
21281 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
21282 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
21283 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
21284 `passphrase' argument, so the passphrase can be managed externally
21285 and then passed in to the system.
21286
21287 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
21288 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
21289 so the passphrase cache can be used reliably with identifiers
21290 besides a pgp packet's key id.
21291
21292 * pgg-gpg.el (pgg-pgp-encrypt-region)
21293 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
21294 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
21295 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
21296 argument to all these routines, so the passphrase can be managed
21297 externally and passed in to the system.
21298
21299 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
21300 `notruncate' argument, so the passphrase cache can be used
21301 reliably with identifiers besides a pgp packet's key id.
21302
21303 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
21304
21305 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
21306 symmetric encryption.
21307 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
21308 encrypted session key.
21309 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
21310 message ask for the passphrase in a proper way.
21311
21312 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
21313 New user commands for symmetric encryption.
21314
21315 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
21316
21317 * textmodes/conf-mode.el (conf-assignment-sign)
21318 (conf-assignment-regexp): Fix docstrings.
21319 (conf-mode-initialize): New function.
21320 (conf-mode): Remove optional args. Use delay-mode-hooks to
21321 recognize recursive calls.
21322 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
21323 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
21324 (conf-xdefaults-mode): Use define-derived-mode and
21325 conf-mode-initialize.
21326
21327 2005-10-29 Romain Francoise <romain@orebokech.com>
21328
21329 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
21330
21331 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
21332
21333 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
21334 part of the decoded armor to find the key-identifier.
21335 (pgg-gpg-lookup-key-owner): New function to return the
21336 human-readable identifier of a key owner.
21337 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
21338 key itself.
21339 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
21340 the key value) if we have a key and can match it against a secret
21341 key. Also, added a note pointing out fact that the prompt only
21342 indicates the first matching key.
21343
21344 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
21345 pgg-decrypt-region.
21346 (pgg-pending-timers): A new hash for tracking the passphrase cache
21347 timers, so that new ones supercede old ones.
21348 (pgg-add-passphrase-to-cache): Rename from
21349 `pgg-add-passphrase-cache' to reduce confusion (all callers
21350 changed). Modified to cancel old timers when new ones are added.
21351 (pgg-remove-passphrase-from-cache): Rename from
21352 `pgg-remove-passphrase-cache' to reduce confusion (all callers
21353 changed). Modified to cancel old timers when their keys are
21354 removed from the cache.
21355 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
21356 XEmacs, an indirection to delete-itimer.
21357 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
21358 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
21359 users can only check cache without risk of prompting. Correct bug in
21360 notruncate behavior.
21361 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
21362 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
21363 Add informative docstrings.
21364 (pgg-decrypt): Convey provided passphrase in subordinate call to
21365 pgg-decrypt-region.
21366
21367 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
21368
21369 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
21370 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
21371 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
21372 `passphrase' argument, so the passphrase can be managed externally
21373 and then passed in to the system.
21374
21375 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
21376 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
21377 so the passphrase cache can be used reliably with identifiers
21378 besides a pgp packet's key id.
21379
21380 * pgg-gpg.el (pgg-pgp-encrypt-region)
21381 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
21382 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
21383 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
21384 argument to all these routines, so the passphrase can be managed
21385 externally and passed in to the system.
21386
21387 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
21388 `notruncate' argument, so the passphrase cache can be used
21389 reliably with identifiers besides a pgp packet's key id.
21390
21391 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
21392
21393 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
21394 symmetric encryption.
21395 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
21396 encrypted session key.
21397 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
21398 message ask for the passphrase in a proper way.
21399
21400 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
21401 New user commands for symmetric encryption.
21402
21403 2005-10-28 Bill Wohler <wohler@newt.com>
21404
21405 * help-mode.el (help-url): New button type. Calls browse-url.
21406 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
21407 Similar to Info nodes: URL `url'.
21408 (help-make-xrefs): Create help-url buttons for
21409 help-xref-url-regexp matches.
21410
21411 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
21412
21413 * tool-bar.el (tool-bar-add-item-from-menu)
21414 (tool-bar-local-item-from-menu): Fix doc strings.
21415
21416 2005-10-28 Romain Francoise <romain@orebokech.com>
21417
21418 * ldefs-boot.el: Update.
21419
21420 * subr.el (locate-library): Move from help-fns.el.
21421 * help-fns.el (locate-library): Move to subr.el.
21422
21423 2005-10-28 Richard M. Stallman <rms@gnu.org>
21424
21425 * net/tramp.el (tramp-completion-mode): defvar moved up.
21426
21427 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
21428
21429 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
21430
21431 * files.el (find-file-noselect): Use %d to format large file size.
21432
21433 * bindings.el (mode-line-format): Add %e.
21434
21435 * loadup.el ("facemenu"): Load unconditionally.
21436 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
21437 ("x-dnd"): Load, when appropriate.
21438
21439 * startup.el (command-line): Call before-init-hook earlier.
21440 Warn about some bad characters in -u user name.
21441
21442 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
21443 (flyspell-external-point-words): Error if misspelled word is not found.
21444 Set flyspell-large-region-beg at end of word.
21445
21446 2005-10-28 Andreas Schwab <schwab@suse.de>
21447
21448 * view.el (View-revert-buffer-scroll-page-forward):
21449 Use view-page-size-default.
21450
21451 2005-10-28 Juri Linkov <juri@jurta.org>
21452
21453 * international/quail.el (quail-get-current-str): Translate last
21454 raw character for deterministic input methods.
21455
21456 2005-10-27 Jay Belanger <belanger@truman.edu>
21457
21458 * calc/calc-ext.el: Add functions to autoloads.
21459 (math-identity-matrix-p, math-ident-row-p): New functions.
21460
21461 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
21462 multiplication by an identity matrix; don't turn multiplication by
21463 an inverse matrix into division.
21464 (math-div-symbol-fancy): Replace division by matrices with
21465 multiplication by inverse.
21466
21467 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
21468
21469 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
21470 (calc-writeoutpower): New functions.
21471
21472 2005-10-27 Romain Francoise <romain@orebokech.com>
21473
21474 * replace.el (occur-engine): Include colon in mouse-face highlight.
21475
21476 * dired-x.el: Change Maintainer field.
21477
21478 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
21479
21480 * longlines.el (longlines-mode): Bind after-change-functions to
21481 nil during initial decoding and final encoding.
21482
21483 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
21484
21485 * term.el (term-emulate-terminal, term-handle-colors-array)
21486 (term-handle-ansi-escape): Specify the terminfo capabilities
21487 implemented.
21488
21489 2005-10-26 Richard M. Stallman <rms@gnu.org>
21490
21491 * info.el (Info-fontify-node): Fix detection of sentence-break
21492 before *Note.
21493
21494 2005-10-26 Romain Francoise <romain@orebokech.com>
21495
21496 * smerge-mode.el: Add `tools' to file keywords.
21497
21498 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
21499
21500 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
21501 when the fringe is not available.
21502
21503 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
21504 (def-gdb-auto-update-trigger): Simplify construction.
21505 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
21506 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
21507 defined explicitly.
21508 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
21509 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
21510 defined explicitly.
21511 (gdb-info-locals-custom): Remove as it's a no-op.
21512
21513 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
21514
21515 * longlines.el (longlines-mode): Remove narrowing before
21516 performing the initial decoding or final encoding.
21517
21518 2005-10-25 Romain Francoise <romain@orebokech.com>
21519
21520 * emacs-lisp/find-func.el (find-library-name): Also strip
21521 extension if library name ends in .el, to take advantage of
21522 `find-library-suffixes'.
21523
21524 2005-10-25 Richard M. Stallman <rms@gnu.org>
21525
21526 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
21527
21528 2005-10-25 Juri Linkov <juri@jurta.org>
21529
21530 * textmodes/texinfo.el (texinfo-mode): Change charset of one
21531 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
21532
21533 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
21534
21535 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
21536 (blackbox-redefine-key): Add argument `map'.
21537
21538 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
21539 regions when moving the jit-lock-context-unfontify-pos boundary.
21540
21541 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
21542
21543 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
21544
21545 2005-10-25 Masatake YAMATO <jet@gyve.org>
21546
21547 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
21548
21549 2005-10-25 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
21550
21551 * play/blackbox.el (blackbox-redefine-key): New function.
21552 (blackbox-mode-map): Use it to remap existing bindings for cursor
21553 motion instead of binding literal keys.
21554
21555 2005-10-25 Glenn Morris <rgm@gnu.org>
21556
21557 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
21558 diary does not end in a newline. Do not assume a blank line at
21559 the start of the diary file.
21560
21561 2005-10-25 Kenichi Handa <handa@m17n.org>
21562
21563 * international/quail.el (quail-translate-key): If the input
21564 method is deterministic and failed to handle the last key, restart
21565 the key handling loop from an appropriate key.
21566
21567 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
21568
21569 * vc.el (vc-dired-mode): Extend comment for binding of
21570 `directory-listing-before-filename-regexp'.
21571
21572 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
21573
21574 * textmodes/texinfo.el (texinfo-mode):
21575 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
21576 not to unnecessarily expose emacs-mule's internal char codes.
21577
21578 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
21579
21580 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
21581 Display hand pointer and help-echo on disabled icon too.
21582 (gdb-mouse-until): New function.
21583 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
21584
21585 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
21586
21587 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
21588 with 2005-10-23 change to doctor.el.
21589
21590 * finder.el (finder-mode-map): Add follow-link binding.
21591
21592 2005-10-25 Kim F. Storm <storm@cua.dk>
21593
21594 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
21595 to gdb-mouse-toggle-breakpoint-fringe.
21596 (gdb-mouse-toggle-breakpoint-margin): Rename from
21597 gdb-mouse-toggle-breakpoint. Fix doc.
21598 (gdb-mouse-toggle-breakpoint-fringe): New defun.
21599 (gdb-put-string): Add optional SPROPS arg. Add props to string.
21600 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
21601 string properties also for fringe breakpoint bitmaps.
21602
21603 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
21604
21605 * textmodes/org.el (org-start-icalendar-file): Fix format form.
21606
21607 2005-10-25 Masatake YAMATO <jet@gyve.org>
21608
21609 * simple.el (completion-common-substring):
21610 Use `completion-common-substring' prior to `completion-base-size'.
21611
21612 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
21613
21614 * savehist.el: Require CL while compiling.
21615 (savehist-history-variables): Remove.
21616 (savehist-save-minibuffer-history, savehist-additional-variables)
21617 (savehist-minibuffer-history-variables): New vars.
21618 (savehist-save): Use them.
21619 (savehist-uninstall, savehist-minibuffer-hook): New funs.
21620 (savehist-install): New fun, extracted from savehist-load.
21621 (savehist-load): Use them.
21622
21623 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
21624
21625 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
21626 a dummy doc-string-elt property.
21627 (defalias, defvaralias, define-category): Add a docstring property.
21628
21629 * image.el (defimage):
21630 * widget.el (define-widget):
21631 * custom.el (defface, defcustom): Add `doc-string' declaration.
21632
21633 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
21634 (defadvice): Add `doc-string' declaration.
21635
21636 * emacs-lisp/byte-run.el (macro-declaration-function):
21637 Handle `doc-string' declarations.
21638 (define-obsolete-function-alias, define-obsolete-variable-alias):
21639 Add `doc-string' declaration.
21640
21641 2005-10-24 Kenichi Handa <handa@m17n.org>
21642
21643 * international/utf-7.el (utf-7): Add autoload cookie.
21644
21645 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
21646
21647 2005-10-24 Eli Zaretskii <eliz@gnu.org>
21648
21649 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
21650 list of directories passed to batch-update-autoloads. Add "." to
21651 the list of the echoed directories.
21652
21653 * pgg-def.el:
21654 * pgg-gpg.el:
21655 * pgg-parse.el:
21656 * pgg-pgp.el:
21657 * pgg-pgp5.el:
21658 * pgg.el: Moved here from the gnus subdirectory.
21659
21660 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
21661
21662 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
21663 in case comint-prompt-read-only is set to t.
21664
21665 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
21666 in case comint-prompt-read-only is set to t.
21667
21668 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
21669
21670 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
21671 Now a string.
21672 (icalendar-import-format): Handle CLASS, STATUS, URL.
21673 Rename `subject' to `summary'.
21674 (icalendar-import-format-summary): Rename from
21675 `icalendar-import-format-subject'.
21676 (icalendar-import-format-url, icalendar-import-format-status)
21677 (icalendar-import-format-class): New variables.
21678 (icalendar--rris): Take variable argument list.
21679 (icalendar--datestring-to-isodate): Remove unnecessary
21680 calendar-style check when converting dates with explicit month names.
21681 (icalendar-export-region): Change return type of conversion
21682 subroutines. Bury current buffer unless error occurred.
21683 (icalendar--convert-to-ical)
21684 (icalendar--parse-summary-and-rest): New functions.
21685 (icalendar--convert-ordinary-to-ical)
21686 (icalendar--convert-weekly-to-ical)
21687 (icalendar--convert-yearly-to-ical)
21688 (icalendar--convert-block-to-ical)
21689 (icalendar--convert-cyclic-to-ical)
21690 (icalendar--convert-anniversary-to-ical): Change return type.
21691 Strip trailing blanks from subject.
21692 (icalendar--convert-sexp-to-ical): Change return type.
21693 Strip trailing blanks from subject. Handle simple sexp
21694 entries as generated by icalendar.el.
21695 (icalendar--convert-float-to-ical)
21696 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
21697 (icalendar-import-file): Doc fix.
21698 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
21699 Correct call to icalendar--rris.
21700 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
21701 `summary'.
21702 (icalendar--add-diary-entry): Rename `subject' to `summary'.
21703
21704 2005-10-24 Romain Francoise <romain@orebokech.com>
21705
21706 * server.el (server-sentinel): Set query-on-exit flag to nil on
21707 new client processes (it isn't inherited from the server process).
21708
21709 * replace.el (occur-engine): Rearrange text properties.
21710
21711 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
21712
21713 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
21714 case-fold-search is nil.
21715 (debug-help-follow): Use help-xref-interned directly.
21716
21717 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
21718
21719 * thumbs.el (thumbs-image-type): Add .pbm.
21720
21721 2005-10-23 Richard M. Stallman <rms@gnu.org>
21722
21723 * faces.el (inhibit-face-set-after-frame-default): New variable.
21724 (set-face-attribute): Bind it.
21725 (face-set-after-frame-default): Test it.
21726
21727 * help-fns.el (describe-simplify-lib-file-name): New function.
21728 (describe-function-1, describe-variable): Use it.
21729
21730 * faces.el (describe-face): Use describe-simplify-lib-file-name.
21731
21732 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
21733 Eliminate nil as possible value.
21734 (tooltip-hide-delay): Reduce internal-border-width.
21735
21736 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
21737 (menu-bar-file-menu) <new-file>: Likewise.
21738
21739 * simple.el (line-move-finish): Ignore fields computing LINE-END.
21740
21741 * international/mule.el (load-with-code-conversion):
21742 Pass full file name to `eval-buffer' unless preloading.
21743
21744 * textmodes/flyspell.el (flyspell-large-region):
21745 Call ispell-check-version.
21746
21747 * textmodes/ispell.el (ispell-local-dictionary-overridden):
21748 Fix the make-variable-buffer-local call that was supposed
21749 to be for this variable.
21750 (ispell-aspell-supports-utf8): Doc fix.
21751 (ispell-find-aspell-dictionaries): Preserve elements of
21752 ispell-dictionary-alist for dictionaries that aspell doesn't report.
21753 (ispell-aspell-find-dictionary): Return nil on error.
21754
21755 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
21756 (doctor-symptoms): Likewise.
21757
21758 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
21759
21760 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
21761
21762 * cus-edit.el (custom-button, custom-button-pressed): New vars.
21763 (custom-raised-buttons): Add :set spec.
21764 (custom-button-unraised, custom-button-pressed-unraised):
21765 New faces, so that custom-raised-buttons actually does something.
21766 (custom-mode): Use custom-button and custom-button-pressed.
21767
21768 * wid-edit.el (widget-specify-button): Don't ignore
21769 widget-mouse-face on graphic terminals.
21770 (widget-move-and-invoke): Cleanup.
21771
21772 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
21773
21774 * whitespace.el (whitespace-cleanup): Doc fix.
21775
21776 2005-10-23 Romain Francoise <romain@orebokech.com>
21777
21778 * emulation/viper.el (viper-set-hooks): Quote forms passed to
21779 `eval-after-load' to avoid evaluating their result.
21780
21781 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
21782
21783 * files.el (directory-listing-before-filename-regexp):
21784 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
21785
21786 * dired.el (dired-move-to-filename-regexp): Remove.
21787 All occurrences replaced by `directory-listing-before-filename-regexp'.
21788
21789 * dired-x.el, locate.el, vc.el:
21790 Replace `dired-move-to-filename-regexp' by
21791 `directory-listing-before-filename-regexp'. In vc.el it is
21792 overwritten locally; maybe this can be handled in files.el too.
21793
21794 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurrences
21795 replaced by `directory-listing-before-filename-regexp'.
21796
21797 2005-10-23 Andreas Schwab <schwab@suse.de>
21798
21799 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
21800 and eval-next-after-load.
21801
21802 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
21803
21804 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
21805 exist, create it.
21806
21807 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
21808
21809 * allout.el: Remove autoloads for mailcrypt and crypt++.
21810 Require pgg, pgg-gpg during compilation.
21811 (allout-version): Increment version number to 2.1, and use a literal
21812 rather than RCS Id.
21813 (allout-default-encryption-scheme): Remove.
21814 (allout-passphrase-verifier-handling)
21815 (allout-passphrase-verifier-string)
21816 (allout-file-passphrase-verifier-string)
21817 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
21818 (allout-passphrase-hint-handling): Rename and simplify.
21819 (allout-init): Use `find-file-hook' if available, otherwise
21820 `find-file-hooks'.
21821 (allout-mode): Use `write-file-functions' if available, otherwise
21822 `local-write-file-hooks' and, instead of making auto-save-hook
21823 buffer local, make the write-file-hook activity contingent to
21824 allout-mode.
21825 (allout-mode): Use key-binding substitution in the docstring.
21826 (allout-kill-line): Spell-out kill ring data structure mutation
21827 instead of using byte-compiler-complaint-provoking `pop'.
21828 (allout-insert-listified): Use `insert' rather than `insert-string'
21829 (allout-toggle-current-subtree-encryption): Update docstring, adjust
21830 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
21831 (allout-encrypt-string): Totally revamped vis new underlying
21832 encryption facilities.
21833 (allout-mc-activate-passwd): Remove.
21834 (allout-obtain-passphrase): New, more or less replaces
21835 allout-mc-activate-passwd.
21836 (allout-encrypted-key-info): More or less replaces
21837 allout-encrypted-text-type.
21838 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
21839 (my-mark-marker): Use `(featurep 'xemacs)'.
21840
21841 2005-10-23 Lars Hansen <larsh@soem.dk>
21842
21843 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
21844 (byte-compile-file-form-defmumble, byte-compile-defun)
21845 (byte-compile-defmacro): Use it.
21846 (byte-compile-form): Don't call byte-compile-set-symbol-position
21847 when a byte-compile handler is called.
21848
21849 2005-10-22 Romain Francoise <romain@orebokech.com>
21850
21851 * savehist.el (savehist-history-variables): Add `grep-find-history'.
21852
21853 * subr.el (eval-after-load): Convert library name to an absolute
21854 file name using locate-library, since load-history no longer has
21855 library names in it.
21856
21857 2005-10-22 Richard M. Stallman <rms@gnu.org>
21858
21859 * files.el (make-temp-file): Move from subr.el.
21860 * subr.el (make-temp-file): Move to files.el.
21861
21862 * window.el (get-buffer-window-list): Move from subr.el.
21863 * subr.el (get-buffer-window-list): Move to window.el.
21864
21865 * image.el (image-load-path): Use eval-at-startup to initialize.
21866
21867 * subr.el (eval-at-startup): New macro.
21868
21869 * subr.el: Much rearrangement of functions and division
21870 into pages. No code changes.
21871
21872 2005-10-22 Kenichi Handa <handa@m17n.org>
21873
21874 * tar-mode.el (tar-extract): Be sure to call
21875 find-operation-coding-system if set-auto-coding doesn't find a
21876 coding system.
21877
21878 2005-10-22 Kim F. Storm <storm@cua.dk>
21879
21880 * image.el (image-type-header-regexps): Rename from image-type-regexps.
21881 Change users.
21882 (image-type-file-name-regexps): New defconst.
21883 (image-type-from-data): Simplify loop.
21884 (image-type-from-buffer): New defun.
21885 (image-type-from-file-header): Use it instead of image-type-from-data.
21886 Use image-search-load-path instead of only looking in data-directory.
21887 (image-type-from-file-name): New defun.
21888 (image-search-load-path): Change `pathname' to `filename'.
21889 Make PATH arg optional, default to image-load-path.
21890
21891 2005-10-21 Richard M. Stallman <rms@gnu.org>
21892
21893 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
21894
21895 * textmodes/paragraphs.el (sentence-end-base): New variable.
21896 (sentence-end): Use sentence-end-base.
21897
21898 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
21899
21900 * font-lock.el (font-lock-default-fontify-region): Check the multiline
21901 property independently from the font-lock-multiline variable.
21902
21903 2005-10-21 Richard M. Stallman <rms@gnu.org>
21904
21905 * emacs-lisp/find-func.el (find-library-name): Doc fix.
21906
21907 * startup.el (command-line): Convert library names
21908 in `load-history' to absolute file names.
21909
21910 * subr.el (symbol-file): Doc fix.
21911
21912 * loadhist.el (file-loadhist-lookup): Call locate-library
21913 instead of find-library-name. Don't try converting
21914 abs file names to library names, since load-history no longer
21915 has library names in it.
21916 (file-dependents, file-provides, file-requires): Doc fixes.
21917
21918 2005-10-21 Juri Linkov <juri@jurta.org>
21919
21920 * progmodes/etags.el (tags-table-mode): New function.
21921 (tags-verify-table): Replace initialize-new-tags-table with
21922 tags-table-mode.
21923
21924 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
21925 default value.
21926 (desktop-modes-not-to-save): Add tags-table-mode to the
21927 default value.
21928
21929 * info.el (Info-index-next): Add total number of index
21930 alternatives to the message.
21931
21932 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
21933 backward only space (instead of space and period) before looking
21934 at sentence end.
21935
21936 * simple.el (set-variable): Use user-variable-p instead of symbolp.
21937 Add the old variable value as 4th default-value arg of read-string.
21938
21939 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21940
21941 * cus-face.el (custom-declare-face): Make face from X resources
21942 also on Mac.
21943
21944 * disp-table.el (standard-display-g1, standard-display-graphic):
21945 Refuse to use string glyphs also on Mac.
21946 (standard-display-european): Don't set terminal coding system also
21947 on Mac.
21948
21949 * frame.el (display-screens): Use x-display-screens also on Mac.
21950
21951 2005-10-21 Romain Francoise <romain@orebokech.com>
21952
21953 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
21954
21955 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
21956
21957 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
21958 and $? into sexps.
21959
21960 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
21961 warning face on open-paren-in-column-0.
21962
21963 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
21964 boundary case. Fix typo.
21965 Suggested by Martin Rudalics <rudalics@gmx.at>.
21966
21967 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
21968
21969 * textmodes/org.el (org-combined-agenda-icalendar-file)
21970 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
21971 (org-export-icalendar-this-file)
21972 (org-export-icalendar-all-agenda-files)
21973 (org-export-icalendar-combine-agenda-files): New commands.
21974 (org-export-icalendar, org-print-icalendar-entries)
21975 (org-start-icalendar-file, org-finish-icalendar-file)
21976 (org-ical-ts-to-string): New functions.
21977 (org-read-date, org-goto-calendar)
21978 (org-agenda-goto-calendar): Inhibit displaying diary entries by
21979 call to `calendar'.
21980 (orgtbl-setup): Remove the :keys arguments from the menu description.
21981 (org-after-save-iCalendar-file-hook): New variable.
21982
21983 2005-10-21 Kenichi Handa <handa@m17n.org>
21984
21985 * language/vietnamese.el (tcvn-5712): Make it an alias of
21986 vietnamese-tcvn coding-system.
21987
21988 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
21989
21990 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
21991 group id is given.
21992
21993 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
21994
21995 * progmodes/sh-script.el (sh-escaped-line-re): New var.
21996 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
21997 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
21998 whose line is either continued or ends with a comment.
21999
22000 2005-10-20 Romain Francoise <romain@orebokech.com>
22001
22002 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
22003
22004 * replace.el (occur-engine): Add follow-link property.
22005
22006 * font-core.el (font-lock-mode): Doc fix.
22007
22008 2005-10-20 Richard M. Stallman <rms@gnu.org>
22009
22010 * net/rcirc.el: New file.
22011
22012 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
22013
22014 * term.el (term-term-name): Initialize to "eterm-color".
22015
22016 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
22017
22018 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
22019 for encryption functionality.
22020 Move allout customization subgroup from `editing' to `outlines' group.
22021 Fix commentary keywords to legitimate ones.
22022 Update author info (using my current email address, obscurified).
22023 (allout-encrypt-string, allout-encryption-produce-work-buffer)
22024 (allout-encrypted-topic-p, allout-encrypted-text-type)
22025 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
22026 (allout-situate-encryption-key-verifier)
22027 (allout-get-encryption-key-verifier, allout-verify-key)
22028 (allout-next-topic-pending-encryption)
22029 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
22030 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
22031 (outline-key-verifier-handling, outline-key-hint-handling)
22032 (outline-encrypt-unencrypted-on-saves): New defcustoms.
22033 (allout-file-key-verifier-string, allout-encryption-scheme)
22034 (allout-key-verifier-string, allout-key-hint-string)
22035 (allout-after-save-decrypt): New variables.
22036 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
22037 (allout-after-saves-handler): New hook functions.
22038 (allout-post-command-business): Do allout-after-save-decrypt.
22039 (allout-enable-file-variable-adjustment): Custom var to enable
22040 mechanism for adding and adjusting settings of Emacs file variables.
22041 (allout-adjust-file-variable, allout-file-vars-section-data):
22042 New functions, implement the mechanism.
22043 (outlineify-sticky): Use the file vars mechanism.
22044 (allout-inhibit-protection, allout-during-write-cue)
22045 (allout-override-protect, allout-before-change-protect): Remove.
22046 (allout-flag-region, allout-open-topic): Adjust read-only text.
22047 (allout-open-line-not-read-only): Add to facilitate read-only
22048 text based protection.
22049 (allout-kill-line): Revise to adjust read-only text, clue the
22050 user about the inhibition.
22051 (allout-unprotected): Use unwind-protect.
22052 (allout-shift-in, allout-shift-out): Disallow manually shifting a
22053 topic deeper than the offspring depth of the previous topic -
22054 avoiding confusing "containment discontinuities".
22055 (allout-reindent-bodies): Fix retention of body relative hanging
22056 indent during promotion of collapsed bodies.
22057 (allout-open-topic): Make it easy to open new topic with same
22058 bullet as current topic - topic creation functions provided with
22059 any universal argument provokes now prompt for bullet, defaulting
22060 to the bullet of the previous topic.
22061 (allout-plain-bullets-string, allout-distinctive-bullets-string):
22062 Plain bullet alternates `.' period and `,' comma only. All other
22063 bullets are relegated to special status (but customizable).
22064 (allout-end-of-entry): Rename from allout-end-of-current-entry
22065 since it actually operates w.r.t. most immediately containing
22066 entry, visible or not.
22067 (allout-hide-current-entry, allout-show-current-entry): Use the
22068 revised version.
22069 (allout-old-expose-topic): Solidify deprecation.
22070 (allout-end-of-subtree): Add so we can span concealed as well
22071 as visible topics.
22072 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
22073 (allout-end-of-current-heading): Tweak to just respect the first line.
22074 (allout-get-body-text): Add.
22075 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
22076 when invoked interactively.
22077 (allout-up-current-level): Use `interactive-p'.
22078 (allout-mode, allout-init): Miscellaneous docstring and
22079 operational refinements, as well as hookups of new encryption stuff.
22080 (allout-beginning-of-current-entry): Now works as advertised.
22081 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
22082 (allout-isearch-rectification): Refine condition for isearching.
22083 (allout-isearch-abort, allout-enwrap-isearch)
22084 (allout-flag-region, my-region-active-p): Relocate some macros.
22085 (allout-title): Fallback title is (buffer-name), not
22086 non-existing (current-buffer-name).
22087 (subst-char-in-string): Define if absent (for some XEmacs versions).
22088
22089 2005-10-20 Jari Aalto <jari.aalto@cante.net>
22090
22091 * mail/sendmail.el (mail-setup-hook, mail-aliases)
22092 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
22093 (mail-citation-prefix-regexp, mail-signature-file)
22094 (mail-default-headers, mail-bury-selects-summary)
22095 (mail-send-nonascii): Add autoload cookies.
22096
22097 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
22098
22099 * frame.el (blink-cursor-mode): Add `mac' to the list of
22100 window-system's that support blinking cursor.
22101
22102 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
22103
22104 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
22105
22106 2005-10-20 Eli Zaretskii <eliz@gnu.org>
22107
22108 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
22109 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
22110 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
22111
22112 2005-10-20 Kim F. Storm <storm@cua.dk>
22113
22114 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
22115 (ido-set-current-directory): Don't add / after final @.
22116 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
22117 Explicitly handle ange-ftp completion oddities.
22118 (ido-make-file-list): Don't rotate list at tramp root to avoid
22119 triggering tramp file handler for expand-file-name via get-file-buffer.
22120
22121 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
22122
22123 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
22124
22125 2005-10-19 Jay Belanger <belanger@truman.edu>
22126
22127 * calc/calc-units.el (math-standard-units): Add units, adjust
22128 symbols and update values.
22129 (math-unit-prefixes): Add more prefixes.
22130
22131 2005-10-19 Romain Francoise <romain@orebokech.com>
22132
22133 * bookmark.el (bookmark-menu-heading): New face.
22134 (bookmark-bmenu-list): Use it.
22135 Don't fiddle with `baud-rate' at top-level.
22136
22137 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
22138
22139 * image.el (create-image, find-image): Mention max-image-size in
22140 docstring.
22141
22142 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
22143
22144 * savehist.el (savehist-load): Revert to checking XEmacs.
22145
22146 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
22147 Various docstring and line-width fixups.
22148 (conf-mode): Use cond.
22149 Set font-lock-defaults. Don't set comment-use-syntax.
22150
22151 2005-10-18 David Ponce <david@dponce.com>
22152
22153 * tree-widget.el (tree-widget-button-click): New function.
22154 (tree-widget-button-keymap): Use it.
22155
22156 2005-10-18 Romain Francoise <romain@orebokech.com>
22157
22158 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
22159 (bookmark-bmenu-hide-filenames): Add follow-link property.
22160 Improve help-echo text.
22161
22162 * ffap.el (find-file-at-point): Doc fix.
22163
22164 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22165
22166 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
22167
22168 2005-10-18 Masatake YAMATO <jet@gyve.org>
22169
22170 Install to the CVS repository what I forgot to install in my
22171 2005-10-16 changes.
22172
22173 * progmodes/python.el (python-complete-symbol): Pass the common
22174 prefix substring of completion to `display-completion-list'.
22175
22176 * textmodes/org.el (org-complete): Ditto.
22177
22178 2005-10-18 Masatake YAMATO <jet@gyve.org>
22179
22180 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
22181
22182 * woman.el (WoMan-xref-man-page): New button type derived
22183 from `Man-abstract-xref-man-page'.
22184 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
22185
22186 * man.el (Man-abstract-xref-man-page): New button type.
22187 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
22188 (Man-highlight-references): Add new optional argument `xref-man-type'.
22189
22190 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
22191
22192 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
22193
22194 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
22195
22196 * cus-edit.el (Custom-move-and-invoke): Delete.
22197 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
22198
22199 * wid-edit.el (widget-move-and-invoke): New function, from
22200 Custom-move-and-invoke.
22201
22202 2005-10-17 Bill Wohler <wohler@newt.com>
22203
22204 Move all remaining images from lisp/toolbar to etc/images, move
22205 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
22206 the low resolution images in their own directory (low-color).
22207
22208 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
22209 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
22210 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
22211 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
22212 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
22213 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
22214 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
22215
22216 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
22217 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
22218 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
22219 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
22220 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
22221 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
22222 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
22223 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
22224 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
22225 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
22226 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
22227 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
22228 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
22229 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
22230 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
22231
22232 To conform with convention, replace the underscore (_) in the
22233 following image names with dash (-) or (/) as appropriate.
22234
22235 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
22236 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
22237 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
22238 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
22239 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
22240 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
22241 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
22242 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
22243 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
22244 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
22245 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
22246 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
22247 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
22248 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
22249 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
22250
22251 * info.el (info-tool-bar-map): Replace underscores in image names
22252 with dashes.
22253
22254 * makefile.w32-in (WINS): Remove toolbar.
22255
22256 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
22257
22258 * tool-bar.el: Move to lisp from toolbar. Now that
22259 toolbar is empty, it should be deleted when folks run "cvs up -P".
22260
22261 2005-10-18 Jay Belanger <belanger@truman.edu>
22262
22263 * calc/calc-store.el (calc-store-into): Get the proper variable name
22264 to display in message.
22265
22266 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
22267
22268 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
22269 expressions display in speedbar for all buffers when debugging.
22270 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
22271
22272 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
22273 (speedbar-insert-button, speedbar-make-button):
22274 Use add-text-properties.
22275 (speedbar-update-localized-contents)
22276 (speedbar-update-directory-contents)
22277 (speedbar-update-special-contents): Use dolist.
22278 (speedbar-buffer-easymenu-definition): Add a menu separator.
22279
22280 2005-10-17 Jason Rumney <jasonr@gnu.org>
22281
22282 * makefile.w32-in: Use $(lisp) consistently.
22283 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
22284 for shell specific generation of mh-autoloads.
22285
22286 2005-10-17 Richard M. Stallman <rms@gnu.org>
22287
22288 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
22289
22290 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
22291
22292 * jit-lock.el (jit-lock-fontify-now):
22293 Move jit-lock-context-unfontify-pos to avoid wasted work.
22294
22295 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
22296
22297 * net/tramp.el (tramp-completion-mode): New defvar. Used in
22298 `tramp-completion-mode' for checking if we are in completion mode.
22299 (tramp-completion-handle-file-name-all-completions): Reorder code
22300 in order to complete for file names only in case there are no
22301 method/user/host completions. This is necessary for cooperation
22302 with ido. Reported by Kim F. Storm <storm@cua.dk>.
22303
22304 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
22305
22306 * longlines.el (longlines-search-forward)
22307 (longlines-search-backward): Match any number of spaces.
22308
22309 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
22310
22311 * diff-mode.el (diff-mode): Doc fix.
22312
22313 2005-10-16 David Reitter <david.reitter@gmail.com>
22314
22315 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
22316 as default on darwin and windows systems.
22317
22318 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
22319
22320 * arc-mode.el (archive-zip-extract): Doc fix.
22321
22322 2005-10-16 Romain Francoise <romain@orebokech.com>
22323
22324 * mouse.el (mouse-1-click-follows-link): Doc fix.
22325
22326 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
22327
22328 * savehist.el: Don't require CL at runtime.
22329 (savehist-xemacs): Remove.
22330 (savehist-coding-system): Use utf-8 if present, regardless of religion.
22331 (savehist-no-conversion): Use (featurep 'xemacs).
22332 (savehist-load): Check existence of start-itimer rather than XEmacs.
22333 Use an idle timer.
22334 (savehist-process-for-saving): Replace use of CL funs `subseq' and
22335 `delete-if-not'.
22336
22337 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
22338
22339 * savehist.el: Newer version.
22340 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
22341 (savehist-last-checksum, savehist-no-conversion): New vars.
22342 (savehist-autosave, savehist-process-for-saving, savehist-printable):
22343 New functions.
22344 (savehist-load, savehist-save): Use them.
22345 (savehist-delimit): Remove.
22346
22347 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
22348
22349 * progmodes/compile.el (compilation-goto-locus): Display the
22350 compilation buffer first and the source buffer second, in case they're
22351 in overlapping frames. Don't raise the compilation frame if it was the
22352 selected window upon entry. Pass the `other-window' arg to
22353 pop-to-buffer.
22354
22355 * info.el (Info-fontify-node): Use dolist.
22356 Change add-text-properties to put-text-property.
22357
22358 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
22359
22360 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
22361 bound of search.
22362
22363 2005-10-16 Masatake YAMATO <jet@gyve.org>
22364
22365 * dabbrev.el (dabbrev-completion): Pass the common
22366 prefix substring of completion to `display-completion-list'.
22367
22368 * filecache.el (file-cache-minibuffer-complete)
22369 (file-cache-complete): Ditto.
22370
22371 * tempo.el (tempo-display-completions): Ditto.
22372
22373 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
22374
22375 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
22376
22377 * eshell/em-hist.el (eshell-list-history): Ditto.
22378
22379 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
22380
22381 * mail/mailalias.el (mail-complete): Ditto.
22382
22383 * progmodes/etags.el (complete-tag): Ditto.
22384
22385 * progmodes/make-mode.el (makefile-complete): Ditto.
22386
22387 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
22388
22389 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
22390
22391 * progmodes/pascal.el (pascal-complete-word)
22392 (pascal-show-completions): Ditto.
22393
22394 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
22395
22396 * simple.el (completion-common-substring): New variable.
22397 (completion-setup-function): Use `completion-common-substring'
22398 to put faces.
22399
22400 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22401
22402 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
22403 (x-get-selection, mac-select-convert-to-string): Convert from/to
22404 UTF-16 clipboard data as in native byte order, no BOM.
22405
22406 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
22407
22408 * progmodes/gud.el (gud-tool-bar-map): Rename the images
22409 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
22410 (gud-sentinel): Use speedbar-frame to check for speedbar.
22411
22412 2005-10-15 Richard M. Stallman <rms@gnu.org>
22413
22414 * savehist.el: New file.
22415
22416 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
22417
22418 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
22419 Fix bug in \bf fontification.
22420
22421 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
22422
22423 * pcvs.el (cvs-edit-log-files): New var.
22424 (cvs-mode-edit-log): New arg `file'.
22425 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
22426 Instead force the use of the original file and nothing else.
22427 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
22428 the cvs-minor-wrap-function is set.
22429 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
22430
22431 2005-10-14 Bill Wohler <wohler@newt.com>
22432
22433 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
22434 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
22435 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
22436 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
22437 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
22438 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
22439 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
22440 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
22441 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
22442 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
22443 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
22444 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
22445 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
22446 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
22447 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
22448
22449 * progmodes/gud.el (gud-tool-bar-map): Rename the images
22450 appropriately (for example, gud-break to gud/break).
22451
22452 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
22453
22454 * longlines.el (longlinges-search-function)
22455 (longlines-search-forward, longlines-search-backward): New functions.
22456 (longlines-mode): Set isearch-search-fun-function to
22457 longlinges-search-function.
22458
22459 * mouse.el (mouse-drag-region-1): Handle the case where a
22460 double-click event is bound to an arbitrary function.
22461
22462 2005-10-14 David Ponce <david@dponce.com>
22463
22464 * recentf.el (recentf-track-opened-file)
22465 (recentf-track-closed-file, recentf-update-menu)
22466 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
22467 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
22468 mouse-1-click-follows-link.
22469
22470 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
22471
22472 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
22473 Gnome file-manager.png. Suggested by
22474 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
22475
22476 * toolbar/README: Add diropen.xpm.
22477
22478 2005-10-13 Bill Wohler <wohler@newt.com>
22479
22480 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
22481 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
22482
22483 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
22484
22485 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
22486 Don't waste the byte-compiler's time on constant data.
22487
22488 2005-10-13 Kenichi Handa <handa@m17n.org>
22489
22490 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
22491 byte with `escape-glyph' face.
22492
22493 * international/fontset.el (ccl-encode-unicode-font):
22494 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
22495 Handle the case that ucs-mule-to-mule-unicode translates a character to
22496 ASCII (usually for IPA characters).
22497
22498 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
22499
22500 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
22501 Don't hide the underline of titles if font-lock-mode is disabled.
22502
22503 2005-10-12 Bill Wohler <wohler@newt.com>
22504
22505 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
22506 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
22507 files in MH-E-SRC have been updated.
22508 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
22509
22510 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
22511
22512 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
22513 (mixal-mode-syntax-table): Add \n as end-comment.
22514 (mixal-operation-codes-alist): Immediately initialize to full value.
22515 (mixal-add-operation-code): Remove.
22516 (mixal-describe-operation-code): Make the arg non-optional.
22517 Use the interactive spec instead.
22518 Use mixal-operation-codes-alist rather than mixal-operation-codes.
22519 (mixal-font-lock-keywords): Don't highlight comments here any more.
22520 (mixal-font-lock-syntactic-keywords): New var.
22521 (mixal-mode): Use it. Fix comment-start-skip.
22522
22523 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
22524
22525 * startup.el (command-line-x-option-alist): -nb => -nbi.
22526
22527 2005-10-12 Kim F. Storm <storm@cua.dk>
22528
22529 * startup.el (fancy-splash-default-action): Discard mouse click in
22530 the splash screen window, as it has no sensible meaning in the
22531 next window to be selected. Fixes error reported by Jan D.
22532
22533 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
22534
22535 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
22536
22537 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
22538
22539 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
22540 Try to fix up minor layout issues like indentation, line break, etc...
22541 (mixal-mode-syntax-table): Don't try to specify comment syntax,
22542 because it doesn't work.
22543 (mixal-operation-codes): Add some more codes.
22544 (mixal-font-lock-keywords): Process comments here.
22545 (mixal-mode): mixasm no longer needs -g option.
22546
22547 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
22548
22549 * progmodes/sh-script.el (sh-tmp-file):
22550 Use mktemp -t. Finish support for es and rc shells.
22551
22552 2005-10-11 Jay Belanger <belanger@truman.edu>
22553
22554 * calc/calcalg2.el (calc-integral): With an argument, compute the
22555 definite integral.
22556
22557 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
22558
22559 * mouse.el (mouse-drag-region-1): Don't try to catch a
22560 double-click when doing follow-link (it's overridden anyway).
22561
22562 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
22563
22564 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
22565 (autoload-print-form-outbuf): Add docstring.
22566
22567 2005-10-11 Juri Linkov <juri@jurta.org>
22568
22569 * info.el (Info-mode-menu): Delete menu item "Edit".
22570 (Info-mode): Delete description of Info-edit from docstring,
22571 and rearrange descriptions of Info commands in the order
22572 they are documented in the Info manual.
22573
22574 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
22575
22576 * calendar/appt.el (appt-check): Use diary-selective-display var.
22577
22578 2005-10-10 Richard M. Stallman <rms@gnu.org>
22579
22580 * net/newsticker.el (newsticker-start, newsticker-show-news):
22581 Add autoload cookies.
22582
22583 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
22584
22585 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
22586
22587 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
22588
22589 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
22590
22591 2005-10-10 Jay Belanger <belanger@truman.edu>
22592
22593 * calc/calc-arith.el (math-check-known-scalarp)
22594 (math-check-known-matrixp): Check the values of arguments that are
22595 variables.
22596 (math-check-known-square-matrixp): New function.
22597 (math-known-square-matrixp): Use math-check-known-square-matrixp.
22598 (math-super-types): Add sqmatrix type.
22599
22600 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
22601 mode name `square' to `sqmatrix'.
22602
22603 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
22604 mode name `square' to `sqmatrix'.
22605
22606 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
22607
22608 * progmodes/etags.el (select-tags-table-mode): Don't use
22609 selective-display.
22610 (tags-select-tags-table): Pass `button' to the action function.
22611 (select-tags-table): Place the side-info on button properties rather
22612 than in hidden text. Abbreviate file names.
22613 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
22614 (select-tags-table-select): Add `button' argument.
22615 Get side-info from the button property rather than from hidden text.
22616
22617 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
22618
22619 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
22620 (gud-speedbar-buttons): Preserve point if possible.
22621 (gud-sentinel): Restore previous speedbar display type.
22622
22623 * progmodes/gdb-ui.el (gdba): Improve diagram.
22624 (def-gdb-auto-update-handler, gdb-info-locals-handler)
22625 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
22626 Call get-buffer-window once.
22627
22628 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
22629
22630 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
22631 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
22632 (pascal-indent-command): Remove unused var `ind'.
22633 (pascal-indent-case): Remove unused var `oldpos'.
22634 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
22635 since it's now used as a proper minor mode map.
22636 (pascal-outline): Rename to pascal-outline-mode.
22637 (pascal-outline-mode): Use define-minor-mode.
22638 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
22639 selective-display.
22640
22641 2005-10-10 Andreas Schwab <schwab@suse.de>
22642
22643 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
22644 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
22645
22646 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
22647 outside source directory.
22648
22649 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
22650
22651 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
22652 C-x' as a prefix.
22653 (orgtbl-mode-map): Full keymap instead of sparse, because all
22654 `self-insert-command' keys are redefined in this map.
22655 (org-export-as-html): Specify charset for HTML file, by taking it
22656 from the coding system.
22657
22658 2005-10-10 Kenichi Handa <handa@m17n.org>
22659
22660 * textmodes/flyspell.el (flyspell-check-word-p):
22661 If unread-command-events is non-empty, don't call sit-for.
22662
22663 2005-10-09 Richard M. Stallman <rms@gnu.org>
22664
22665 * font-lock.el (font-lock-syntactic-keywords)
22666 (font-lock-keywords): Doc fixes.
22667
22668 * textmodes/flyspell.el (flyspell-external-point-words):
22669 Simplify logic, and don't try to check for consecutive appearances
22670 of one incorrect word.
22671
22672 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
22673
22674 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
22675 separator.
22676
22677 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
22678 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
22679 (gud-expansion-speedbar-buttons): New function.
22680 (gud-speedbar-buttons): Check for gud-comint-buffer.
22681
22682 2005-10-09 Bill Wohler <wohler@newt.com>
22683
22684 * Makefile.in (updates): Add mh-loaddefs dependency.
22685
22686 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
22687
22688 * speedbar.el (speedbar-file-key-map): Fix typo.
22689
22690 2005-10-09 Daniel Brockman <daniel@brockman.se>
22691
22692 * cus-start.el (line-spacing): Add custom spec.
22693
22694 2005-10-09 Romain Francoise <romain@orebokech.com>
22695
22696 * textmodes/ispell.el (ispell-check-version): Fix last change.
22697
22698 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
22699
22700 * term/x-win.el: Remove -i, --icon-type from comment.
22701
22702 * startup.el (command-line-x-option-alist): Remove options -i,
22703 -itype, --icon-type, added -nb, --no-bitmap-icon.
22704
22705 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
22706
22707 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
22708 instead of :active.
22709
22710 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
22711
22712 * textmodes/ispell.el (ispell-check-version):
22713 Ignore hyphen, and all that follows, in aspell's version text.
22714
22715 2005-10-08 Jay Belanger <belanger@truman.edu>
22716
22717 * calc/calc-arith.el (math-known-square-matrixp): New function.
22718 (math-pow-fancy): Check for matrices before distributing exponent
22719 across products.
22720
22721 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
22722 fullscreen keypad. Suggested by Luc Teirlinck.
22723 (calc-keypad-show-input): Add space for formatting.
22724
22725 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
22726 Add square matrix option.
22727
22728 * calc/calc-poly.el (math-expand-term): Check for matrices instead
22729 of checking calc-matrix-mode when deciding how to expand.
22730
22731 * calc/calc.el (calc-set-mode-line): Add square matrix option.
22732
22733 2005-10-08 Lars Hansen <larsh@soem.dk>
22734
22735 * net/tramp.el (tramp-perl-directory-files-and-attributes):
22736 Add error handling.
22737 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
22738
22739 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
22740
22741 Sync with Tramp 2.0.51.
22742
22743 * net/tramp.el (tramp-handle-set-visited-file-modtime)
22744 (tramp-handle-insert-file-contents, tramp-handle-write-region):
22745 Insert special handling for `last-coding-system-used', again
22746 it still seems to be necessary (unlike stated before).
22747 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
22748 (tramp-password-prompt-regexp): There might be other words before
22749 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
22750 (tramp-chunksize): Improve docstring.
22751 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
22752 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
22753 Christian Joergensen <bugs@razor.dk>.
22754
22755 2005-10-07 Glenn Morris <rgm@gnu.org>
22756
22757 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
22758 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
22759 precision'.
22760
22761 2005-10-07 Romain Francoise <romain@orebokech.com>
22762
22763 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
22764 (ibuffer-do-shell-command-pipe-replace)
22765 (ibuffer-do-shell-command-file, ibuffer-do-eval)
22766 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
22767 (ibuffer-do-revert, ibuffer-do-replace-regexp)
22768 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
22769 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
22770 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
22771 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
22772 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
22773 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
22774 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
22775 Autoload file sans suffix.
22776
22777 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
22778
22779 2005-10-07 David Ponce <david@dponce.com>
22780
22781 * recentf.el (recentf-menu-open-all-flag): New option.
22782 (recentf-digit-shortcut-command-name): New function.
22783 (recentf--shortcuts-keymap): New variable.
22784 (recentf-menu-shortcuts): New variable.
22785 (recentf-make-menu-items): Initialize it. Replace the "More..."
22786 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
22787 (recentf-menu-value-shortcut): New function.
22788 (recentf-make-menu-item): Use it. No more in-lined.
22789 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
22790 (recentf-open-most-recent-file): Rename from
22791 `recentf-open-file-with-key'. Don't depend on key binding.
22792 (recentf-mode-map): New variable.
22793 (recentf-mode): Use it.
22794
22795 2005-10-06 Bill Wohler <wohler@newt.com>
22796
22797 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
22798
22799 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
22800 (MH-E-SRC): New. Used by mh-autoloads.
22801 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
22802 files in MH-E-SRC have been updated.
22803 (compile, recompile, bootstrap): Depend on mh-autoloads.
22804
22805 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
22806
22807 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
22808 gud-break and gud-remove icons when the fringe is not available.
22809
22810 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
22811 Typo.
22812
22813 2005-10-06 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
22814
22815 * play/zone.el (zone): Wrap body with save-window-excursion.
22816
22817 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
22818
22819 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
22820 Use the new `list-only' arg to diary-list-entries.
22821
22822 * calendar/diary-lib.el: Use overlays rather than selective-display.
22823 (diary-selective-display): New var.
22824 (diary-header-line-format): Use it.
22825 (diary-list-entries): Add argument `list-only'.
22826 Put the buffer in diary-mode. Don't add \^M at beg and end.
22827 Replace \^M by invisible overlays.
22828 (diary-unhide-everything): Replace \^M by invisible overlays.
22829 (print-diary-entries): Look for overlays rather than \^M.
22830 Add a space to the temp buffer name.
22831 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
22832 Put the buffer in diary-mode.
22833 (list-sexp-diary-entries): Replace \^M by invisible overlays.
22834 (diary-anniversary): Make the year arg optional.
22835 (diary-time-regexp): New const.
22836 (diary-font-lock-keywords): Use it to accept a few more time formats.
22837
22838 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
22839
22840 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
22841
22842 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
22843 Fix bug introduced 2005-07-03: Use (car (last ...))
22844 to faithfully reproduce replaced artist-last.
22845 (artist-set-arrow-points-for-poly): Likewise.
22846 Suggested by Johan Bockg\e,Ae\e(Brd.
22847
22848 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
22849
22850 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
22851 * wid-edit.el (widget):
22852 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
22853 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
22854
22855 2005-10-06 Kenichi Handa <handa@m17n.org>
22856
22857 * international/mule-cmds.el (set-language-environment):
22858 Fix setting up of case-table for unibyte mode.
22859
22860 * simple.el (what-cursor-position): If the character is displayed
22861 by some `display' text property, show that. Don't use
22862 single-key-description for eight-bit characters in multibyte mode.
22863
22864 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
22865
22866 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
22867 (gdb-ann3): Set it.
22868 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
22869 (gdb-info-frames-custom): Use inverse-video for first five
22870 characters of selected frame only.
22871 (gdb-get-frame-number): Select frame even when point is on frame
22872 number.
22873
22874 2005-10-06 Masatake YAMATO <jet@gyve.org>
22875
22876 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
22877 Put `font-lock-function-name-face'.
22878 (gdb-info-frames-custom): Put `font-lock-function-name-face'
22879 and `font-lock-variable-name-face'
22880 (gdb-registers-font-lock-keywords): New font lock keywords definition.
22881 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
22882 (gdb-memory-font-lock-keywords): New font lock keywords definition.
22883 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
22884 (gdb-local-font-lock-keywords): New font lock keywords definition.
22885 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
22886 (gdb-threads-font-lock-keywords): New font lock keywords definition.
22887 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
22888
22889 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
22890
22891 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
22892 (ediff-merge-region-is-non-clash-to-skip): Previously called
22893 ediff-merge-region-is-non-clash.
22894
22895 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
22896 Use insert-buffer-substring.
22897
22898 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
22899 selecting files to patch. Also bug fixes.
22900
22901 * ediff-util.el (ediff-setup): Bug fix.
22902 (ediff-next-difference): Never skip clashes that differ in white
22903 space only.
22904
22905 * ediff-wind.el (ediff-setup-control-frame)
22906 (ediff-destroy-control-frame): Check the menubar feature.
22907
22908 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
22909 (viper-refresh-mode-line): Use make-local-variable to localize
22910 some vars instead of make-variable-buffer-local. Suggested by
22911 Stefan Monnier.
22912
22913 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
22914 (viper-restore-cursor-type, viper-set-insert-cursor-type):
22915 Use make-local-variable instead of make-variable-buffer-local.
22916 Suggested by Stefan Monnier.
22917
22918 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
22919 (viper-comint-mode-hook): Use make-local-variable on
22920 require-final-newline.
22921 (viper-non-hook-settings): Don't use make-variable-buffer-local.
22922
22923 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
22924
22925 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
22926 also the second char of a comment-start sequence.
22927 (scheme-sexp-comment-syntax-table): New var.
22928 (lambda, define): Set their scheme-doc-string-elt property.
22929 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
22930 Use lisp-font-lock-syntactic-face-function now that it properly
22931 handles |...| symbols.
22932 (scheme-mode-variables): Set lisp-doc-string-elt-property,
22933 parse-sexp-lookup-properties and font-lock-extra-managed-props.
22934
22935 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
22936 bit from # to |.
22937 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
22938
22939 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
22940 (lisp-doc-string-elt-property): New var.
22941 (lisp-font-lock-syntactic-face-function): Use it.
22942 Rewrite to recognize docstrings even for forms not at toplevel.
22943
22944 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
22945 annotation on the | part of #| rather than on the # part.
22946 (scheme-font-lock-syntactic-face-function): New function, to
22947 distinguish strings from |...| symbols.
22948 (scheme-mode-variables): Use it. Also fix up the font-lock-time
22949 syntax-table so that #|...|# is properly highlighted.
22950
22951 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
22952 Don't mark as docstring the 3rd elem of an unknown toplevel form.
22953
22954 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
22955
22956 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
22957 and C-e.
22958
22959 * emacs-lisp/eldoc.el: Move comments into docstrings.
22960 (eldoc-message-commands): Initialize in its declaration.
22961 Add move-beginning-of-line and move-end-of-line.
22962 (eldoc-add-command, eldoc-add-command-completions)
22963 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
22964
22965 * outline.el (outline-mark-subtree): Activate the mark.
22966
22967 * calendar/appt.el (appt-time-regexp): New var.
22968 (appt-add, appt-make-list): Use it.
22969 (appt-convert-time): Clean up.
22970
22971 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
22972 Don't set any syntax-table property here.
22973 (tex-font-lock-verb): New function. Do it here.
22974 (tex-font-lock-syntactic-keywords): Use it.
22975
22976 2005-10-04 Richard M. Stallman <rms@gnu.org>
22977
22978 * wid-edit.el (widget-file-complete): Get the widget start point
22979 the right way. Default directory to `/' if file has none.
22980
22981 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
22982
22983 * textmodes/flyspell.el (flyspell-mode-on):
22984 Call ispell-maybe-find-aspell-dictionaries.
22985
22986 * textmodes/ispell.el (ispell-word, ispell-region):
22987 Call ispell-maybe-find-aspell-dictionaries.
22988 (ispell-accept-buffer-local-defs):
22989 Don't call ispell-maybe-find-aspell-dictionaries.
22990
22991 2005-10-04 Richard M. Stallman <rms@gnu.org>
22992
22993 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
22994
22995 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
22996
22997 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
22998 instead of `fboundp' in order to allow for anonymous functions.
22999
23000 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
23001
23002 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
23003 case the user clicks on the link while another window is selected.
23004 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
23005
23006 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
23007 functionality.
23008 (dframe-help-echo): Save point in case mouse tracking is off.
23009
23010 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
23011
23012 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
23013
23014 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
23015
23016 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
23017 not change the global value of those vars.
23018
23019 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
23020 make-local-variable which we do not need any more.
23021
23022 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
23023
23024 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
23025 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
23026 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
23027 (speedbar-path-line): Define obsolete aliases.
23028 (speedbar-line-directory): Doc fix.
23029
23030 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
23031 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
23032 instead of speedbar-line-path.
23033
23034 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
23035
23036 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
23037 to nil if dropping on a window. Handle dropping on a minibuffer window
23038 like dropping on a non-window part of Emacs.
23039
23040 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
23041
23042 * net/ange-ftp.el: Use with-current-buffer.
23043 (ange-ftp-insert-directory): Do not follow symlinks any more.
23044
23045 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
23046 Remove interactive spec.
23047
23048 2005-10-03 Kim F. Storm <storm@cua.dk>
23049
23050 * ido.el (ido-mode): Use custom-initialize-set.
23051
23052 2005-10-02 Richard M. Stallman <rms@gnu.org>
23053
23054 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
23055 Use insert-buffer-substring.
23056
23057 * net/tramp.el: Pacify byte compiler warnings in pacification code.
23058 (tramp-handle-file-local-copy): Use insert-buffer-substring.
23059
23060 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
23061
23062 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
23063 in last change.
23064 (ange-ftp-insert-directory): Fix up the search for the case where
23065 `file' is absolute.
23066
23067 2005-10-02 Romain Francoise <romain@orebokech.com>
23068
23069 * progmodes/compile.el (compile-goto-error): Delete extra paren.
23070
23071 2005-10-02 Andreas Schwab <schwab@suse.de>
23072
23073 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
23074 directory component in the session info.
23075
23076 2005-10-01 Richard M. Stallman <rms@gnu.org>
23077
23078 * comint.el (comint-redirect-subvert-readonly): Doc fix.
23079
23080 * simple.el (next-error-internal): New function.
23081
23082 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
23083 (compilation-start): Pass new arg to compilation-buffer-name.
23084 (compile-goto-error): Use next-error-internal.
23085
23086 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
23087
23088 * speedbar.el: Remove RCS tag.
23089 (speedbar-check-read-only): Handle non-existent files.
23090
23091 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
23092
23093 * info.el (Info-speedbar-hierarchy-buttons)
23094 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
23095
23096 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
23097
23098 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
23099 Do not match newline.
23100 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
23101 (bibtex-summary): Remove unnecessary save-excursion.
23102 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
23103
23104 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23105
23106 * term/mac-win.el: Add charset info for "iso10646-1".
23107 Modify default fontset to use ATSUI-compatible fonts for some charsets
23108 if available.
23109
23110 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
23111
23112 * speedbar.el: Re-apply arch tag.
23113 (speedbar-version): Rename to version 1.0. Suggested by Eric
23114 M. Ludlam.
23115 Reapply two changes from Emacs CVS' version of speedbar lost
23116 during the merge:
23117 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
23118 (speedbar-frame-parameters): Improve customize type.
23119
23120 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
23121
23122 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
23123 (ange-ftp-file-directory-p): Fix the symlink case.
23124 (ange-ftp-insert-directory): When listing a single file, get a list of
23125 the parent buffer and extract the relevant line. Inspired from a patch
23126 by Katsumi Yamaoka <yamaoka@jpl.org>.
23127 (ange-ftp-file-name-sans-versions): Simplify.
23128
23129 2005-09-30 Bill Wohler <wohler@newt.com>
23130
23131 Move MH-E image files from toolbar and mail directories into
23132 etc/images.
23133
23134 * mail/reply2.*: Move to etc/images/mail/reply*.
23135
23136 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
23137 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
23138 etc/images.
23139
23140 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
23141 * toolbar/reply*: Move to etc/images/mail.
23142
23143 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
23144
23145 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
23146
23147 * speedbar.el: New version 1.0pre3.
23148
23149 Frame management code (including timer, and mouse click specifics)
23150 moved to dframe.el:
23151 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
23152 (speedbar-timer): Removed. Use dframe-timer.
23153 (speedbar-close-frame): Removed. Use dframe-close-frame.
23154 (speedbar-activity-change-focus-flag): Removed. Use
23155 dframe-activity-change-focus-flag.
23156 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
23157 dframe-update-speed.
23158
23159 (speedbar-current-frame): New macro. Use this instead of the
23160 variable speedbar-frame.
23161
23162 (speedbar-use-images, speedbar-expand-image-button-alist)
23163 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
23164
23165 (speedbar-find-image-on-load-path): Removed. Replaced by
23166 defezimage in ezimage.el.
23167 (speedbar-expand-image-button-alist): Removed. Replaced by
23168 ezimage-expand-image-button-alist in ezimage.el.
23169
23170 (speedbar-ignored-directory-regexp)
23171 (speedbar-add-ignored-directory-regexp)
23172 (speedbar-ignored-directory-expressions)
23173 (speedbar-line-directory, speedbar-buffers-line-directory)
23174 (speedbar-directory-line, speedbar-buffers-line-directory):
23175 Renamed, replacing `path' with `directory'.
23176
23177 (speedbar-create-directory, speedbar-expand-line-descendants)
23178 (speedbar-toggle-line-expansion)
23179 (speedbar-contract-line-descendants): New commands.
23180
23181 (speedbar-query-confirmation-method, speedbar-select-frame-method)
23182 (speedbar-use-tool-tips-flag): New options.
23183
23184 (speedbar-check-read-only, speedbar-require-version)
23185 (speedbar-insert-separator, speedbar-buffers-tail-notes)
23186 (speedbar-handle-delete-frame, speedbar-try-completion)
23187 (speedbar-update-localized-contents): New functions.
23188
23189 (speedbar-incompatible-version, speedbar-ro-to-do-point)
23190 (speedbar-object-read-only-indicator): New variables.
23191
23192 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
23193 New hooks.
23194
23195 (speedbar-separator-face): New face.
23196
23197 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
23198 (speedbar-ignored-modes): Add fundamental-mode.
23199 (speedbar-directory-unshown-regexp): Add . directories.
23200
23201 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
23202 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
23203 `]' for full expand/close.
23204 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
23205
23206 (speedbar-check-vc): Support hidden files.
23207 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
23208 (speedbar-this-file-in-vc): Use vc-state if available. If VC
23209 state is nil, it is not checked out.
23210
23211 (speedbar-line-text, speedbar-line-token): Support expand buttons
23212 with no text.
23213 (speedbar-refresh): Universal argument acts as power-click.
23214 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
23215 that buffer to get variable values.
23216
23217 And many other bugfixes.
23218
23219 * dframe.el, ezimage.el, sb-image.el: New files.
23220
23221 * sb-*.xpm: Remove files. New image files installed into
23222 etc/images/ezimage.
23223
23224 2005-09-30 Kenichi Handa <handa@m17n.org>
23225
23226 * ps-mule.el (ps-mule-show-warning): If a character is in
23227 ps-print-translation-table, don't treat it as non-printable.
23228
23229 2005-09-30 David Ponce <david@dponce.com>
23230
23231 * tree-widget.el (tree-widget-themes-load-path): New variable.
23232 (tree-widget-themes-directory): Doc fix.
23233 (tree-widget-image-formats) [Emacs]: Doc fix.
23234 (tree-widget--locate-sub-directory): New function.
23235 (tree-widget-themes-directory): Use it.
23236
23237 * recentf.el (recentf-filename-handlers): Rename from
23238 `recentf-filename-handler'. Allow a list of functions.
23239 (recentf-menu-items-for-commands): Fix :help strings.
23240 (recentf-apply-filename-handlers): New function.
23241 (recentf-expand-file-name): Use it.
23242 (recentf-cleanup): Remove duplicates too.
23243
23244 2005-09-29 Juri Linkov <juri@jurta.org>
23245
23246 * faces.el: Rearrange face definitions to be in the same order as
23247 their face descriptions in "(emacs)Standard Faces".
23248
23249 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
23250
23251 * tooltip.el (tooltip): Add group `basic-faces'.
23252
23253 * buff-menu.el (Buffer-menu-buffer): Remove group
23254 `font-lock-highlighting-faces'.
23255
23256 * progmodes/compile.el (compilation-error, compilation-warning)
23257 (compilation-info, compilation-line-number, compilation-column-number):
23258 Change group from `font-lock-highlighting-faces' to `compilation'.
23259
23260 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
23261 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
23262 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
23263 (vhdl-font-lock-reserved-words-face)
23264 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
23265 `font-lock-highlighting-faces'.
23266
23267 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
23268
23269 2005-09-28 Kim F. Storm <storm@cua.dk>
23270
23271 * emulation/cua-base.el: Set CUA move property on additional commands:
23272 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
23273 forward-sexp, backward-sexp, forward-list, backward-list.
23274
23275 2005-09-28 Romain Francoise <romain@orebokech.com>
23276
23277 * comint.el (comint-show-output): Really set point at the
23278 beginning of the output when not using `comint-use-prompt-regexp'.
23279
23280 2005-09-27 Jay Belanger <belanger@truman.edu>
23281
23282 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
23283 in TeX mode.
23284
23285 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
23286
23287 * textmodes/org.el (org-table-sum): Fix format string.
23288
23289 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
23290 Quote face names.
23291
23292 2005-09-26 Romain Francoise <romain@orebokech.com>
23293
23294 * isearch.el (isearch-forward-regexp): Close doc string.
23295
23296 2005-09-25 Richard M. Stallman <rms@gnu.org>
23297
23298 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
23299
23300 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
23301
23302 * progmodes/compile.el (compilation-error-properties):
23303 When getting the file from the previous error message,
23304 correctly decode the new data format.
23305
23306 * progmodes/cc-cmds.el (c-electric-paren):
23307 Call old-blink-paren only for close-paren.
23308
23309 2005-09-24 Andreas Schwab <schwab@suse.de>
23310
23311 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
23312 condition.
23313
23314 2005-09-25 Romain Francoise <romain@orebokech.com>
23315
23316 * dired-aux.el (dired-copy-file-recursive):
23317 * dired.el (dired-delete-file):
23318 * ediff-mult.el (ediff-dir-diff-copy-file):
23319 * ediff-util.el (ediff-test-save-region):
23320 * forms.el (forms-mode):
23321 * ido.el (ido-file-internal, ido-delete-file-at-head):
23322 * log-edit.el (log-edit-done):
23323 * ses.el (ses-yank-resize):
23324 * play/gomoku.el (gomoku-human-plays, gomoku)
23325 (gomoku-human-resigns, gomoku-prompt-for-other-game)
23326 (gomoku-offer-a-draw):
23327 * play/landmark.el (lm-human-resigns, lm):
23328 * net/eudcb-ldap.el (eudc-ldap-check-base):
23329 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
23330 * progmodes/ebrowse.el (ebrowse-find-pattern):
23331 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
23332 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
23333 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
23334
23335 * vc.el (vc-delete-file):
23336 * play/gomoku.el (gomoku-terminate-game, gomoku)
23337 (gomoku-prompt-for-move, gomoku-human-takes-back):
23338 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
23339 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
23340
23341 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
23342
23343 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
23344 color rxvt terminals by using the code xterm.el used to use before
23345 2005-04-09 in order to match the colors used by rxvt.
23346
23347 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
23348
23349 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
23350 colors rxvt-unicode terminals by using the same code as xterm.el.
23351
23352 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
23353
23354 * textmodes/tex-mode.el (tex-font-lock-append-prop)
23355 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
23356 new symbol used for the tex-verbatim face.
23357
23358 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
23359
23360 * woman.el (woman-file-name):
23361 * wid-edit.el (widget-file-prompt-value)
23362 (widget-coding-system-prompt-value):
23363 * w32-fns.el (set-w32-system-coding-system):
23364 * vc.el (vc-version-diff, vc-annotate):
23365 * textmodes/reftex-auc.el (reftex-arg-cite)
23366 (reftex-arg-index-tag):
23367 * textmodes/refer.el (refer-get-bib-files):
23368 * textmodes/artist.el (artist-figlet-choose-font):
23369 * terminal.el (terminal-emulator):
23370 * replace.el (occur-read-primary-args):
23371 * rect.el (string-rectangle, string-insert-rectangle):
23372 * ps-print.el (ps-print-preprint):
23373 * progmodes/pascal.el (pascal-goto-defun):
23374 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
23375 * progmodes/compile.el (compilation-find-file):
23376 * printing.el (pr-interactive-n-up):
23377 * play/animate.el (animate-birthday-present):
23378 * net/rcompile.el (remote-compile):
23379 * man.el (man, Man-goto-section, Man-follow-manual-reference):
23380 * mail/rmailsum.el (rmail-summary-search-backward)
23381 (rmail-summary-search):
23382 * mail/rmailout.el (rmail-output-read-rmail-file-name)
23383 (rmail-output-read-file-name):
23384 * mail/rmail.el (rmail-search, rmail-search-backwards):
23385 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
23386 * locate.el (locate):
23387 * international/quail.el (quail-show-keyboard-layout):
23388 * international/mule.el (set-buffer-file-coding-system)
23389 (revert-buffer-with-coding-system, set-file-name-coding-system)
23390 (set-terminal-coding-system, set-keyboard-coding-system)
23391 (set-next-selection-coding-system):
23392 * international/mule-diag.el (describe-coding-system)
23393 (describe-font, describe-fontset):
23394 * international/mule-cmds.el (universal-coding-system-argument)
23395 (search-unencodable-char, describe-input-method)
23396 (set-language-environment, describe-language-environment):
23397 * international/codepage.el (codepage-setup):
23398 * international/code-pages.el (codepage-setup):
23399 * info.el (Info-search, Info-follow-reference)
23400 (Info-search-backward):
23401 * emacs-lisp/advice.el (ad-read-advised-function)
23402 (ad-read-advice-class, ad-clear-cache, ad-activate)
23403 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
23404 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
23405 (ad-read-regexp):
23406 * ediff-util.el (ediff-toggle-regexp-match):
23407 * ediff-ptch.el (ediff-prompt-for-patch-file):
23408 * dired-aux.el (dired-diff):
23409 * diff.el (diff):
23410 * cus-edit.el (custom-variable-prompt):
23411 * calendar/timeclock.el (timeclock-ask-for-project):
23412 * calc/calcalg3.el (calc-get-fit-variables):
23413 * calc/calc-store.el (calc-edit-variable)
23414 (calc-permanent-variable):
23415 * vc-mcvs.el (vc-mcvs-register):
23416 * shadowfile.el (shadow-define-literal-group):
23417 * woman.el (woman-file-name):
23418 * vc.el (vc-version-diff, vc-merge):
23419 * textmodes/reftex-index.el (reftex-index-complete-tag):
23420 * format.el (format-decode-buffer, format-decode-region):
23421 * emulation/viper-cmd.el (viper-read-string-with-history):
23422 * emacs-lisp/debug.el (cancel-debug-on-entry):
23423 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
23424 * ediff.el (ediff-merge-revisions)
23425 (ediff-merge-revisions-with-ancestor, ediff-revision):
23426 * completion.el (interactive-completion-string-reader):
23427 * calc/calc-prog.el (calc-user-define-formula):
23428 Follow convention for reading with the minibuffer.
23429
23430 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
23431
23432 * progmodes/python.el (python-describe-symbol): Add globals() and
23433 locals() to the arguments of emacs.ehelp.
23434
23435 2005-09-24 Magnus Henoch <mange@freemail.hu>
23436
23437 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
23438 New function, code extracted from ispell-valid-dictionary-list.
23439 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
23440 Call it.
23441
23442 2005-09-24 Eli Zaretskii <eliz@gnu.org>
23443
23444 * subr.el (version-regexp-alist): Extend valid syntax for version
23445 strings: allow any of the characters -,_,+ to separate the
23446 alpha/beta/rc part from the version part. Doc fix.
23447 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
23448
23449 2005-09-23 David Reitter <david.reitter@gmail.com>
23450
23451 * mail/mailclient.el: New file.
23452
23453 2005-09-23 Richard M. Stallman <rms@gnu.org>
23454
23455 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
23456 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
23457 Doc fixes.
23458
23459 * progmodes/cc-mode.el (c-font-lock-init):
23460 Specify font-lock-lines-before.
23461
23462 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
23463
23464 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
23465 whole conflict.
23466
23467 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
23468
23469 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
23470 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
23471 of `remap' feature when available. Additional key bindings for
23472 better tty support.
23473 (org-mode-restart, org-force-self-insert): New commands.
23474 (org-time-stamp-inactive): New command.
23475 (org-remap): New function.
23476 (org-table-auto-blank-field, org-level-color-stars-only): New options.
23477 (org-enable-fixed-width-editor): Move to `org-structure'
23478 customization group.
23479 (org-self-insert-command, orgtbl-self-insert-command): Modify to
23480 blank field after field motion commands.
23481
23482 2005-09-23 Kenichi Handa <handa@m17n.org>
23483
23484 * international/mule-cmds.el (set-language-environment):
23485 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
23486 have to call utf-translate-cjk-load-tables.
23487
23488 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
23489
23490 * mouse.el (mouse-move-drag-overlay): Fix last change.
23491
23492 2005-09-22 David Ponce <david@dponce.com>
23493
23494 * tree-widget.el (tree-widget-value-create): Fix previous change.
23495
23496 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
23497
23498 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
23499
23500 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
23501
23502 * mouse.el (mouse-move-drag-overlay): New function.
23503 (mouse-drag-region-1): Use it.
23504 Try to simplify a bit the state handling. Handle clicks on links
23505 inside intangible areas.
23506 (mouse-save-then-kill): Minor simplification.
23507 (mouse-secondary-overlay): Make it always non-nil instead of
23508 recreating it each time.
23509 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
23510 (mouse-kill-secondary, mouse-secondary-save-then-kill):
23511 Simplify accordingly.
23512
23513 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
23514
23515 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
23516
23517 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
23518
23519 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
23520 (ediff-file-name-sans-prefix): Treat nil as an empty string.
23521 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
23522 to patch.
23523
23524 * ediff-util.el: Use insert-buffer-substring.
23525
23526 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
23527
23528 * emulation/viper-cmd.el (viper-change-state): Don't move over the
23529 field boundaries in the minibuffer.
23530 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
23531 (viper-minibuffer-post-command-hook): New hook.
23532 (viper-line): Don't move cursor at bolp.
23533
23534 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
23535
23536 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
23537 avoid compiler warnings.
23538
23539 * emulation/viper-macs.el (ex-map): Better messages.
23540
23541 * emulation/viper-utils.el (viper-beginning-of-field): New function.
23542
23543 * emulation/viper.el: Replace make-variable-buffer-local with
23544 viper-make-variable-buffer-local everywhere, to avoid warnings.
23545
23546 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
23547
23548 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
23549 Delete unused var `old-selected-window'.
23550 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
23551 (mouse-drag-secondary): Delete unused var `start-frame'.
23552
23553 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
23554
23555 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
23556
23557 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
23558
23559 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
23560 Re-indent within 80 columns. Use inhibit-read-only.
23561
23562 2005-09-19 Romain Francoise <romain@orebokech.com>
23563
23564 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
23565
23566 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
23567
23568 * font-lock.el (font-lock-default-fontify-region): Don't add a line
23569 unconditionally, since the after-change-function already did it.
23570
23571 2005-09-19 Miles Bader <miles@gnu.org>
23572
23573 * net/newsticker.el: Get rid of CVS keyword.
23574
23575 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
23576
23577 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
23578 The prompt is formatted later.
23579
23580 2005-09-19 David Ponce <david@dponce.com>
23581
23582 * tree-widget.el (tree-widget-value-create): Save the converted
23583 tree :node widget.
23584
23585 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
23586
23587 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
23588 variable `message'.
23589
23590 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
23591
23592 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
23593 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
23594 <slawomir.nowaczyk.847@student.lu.se>.
23595
23596 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
23597
23598 * image.el (image-load-path): Use symbol `data-directory' instead
23599 of its value, for backward compatibility with packages that bind
23600 it during `find-image'. Suggested by Katsumi Yamaoka.
23601 (image-search-load-path): Handle symbols whose values are strings.
23602
23603 2005-09-18 Romain Francoise <romain@orebokech.com>
23604
23605 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
23606 with-current-buffer form in save-excursion.
23607
23608 2005-09-18 Deepak Goel <deego@gnufans.org>
23609
23610 * apropos.el (apropos-command): Fix `message' call: first arg
23611 should be a format spec. In this and all other cases that appear
23612 below and elsewhere in the source code, I made a change only when
23613 two conditions were satisfied: [1] I can think of a possibility
23614 that the arguments would cause an error, for example, the code in
23615 question relies on external variables such as filenames. [2] I
23616 was sure that the arg to `message' could not have been nil in the code.
23617
23618 * textmodes/tildify.el (tildify-region): Ditto.
23619
23620 * textmodes/reftex-index.el (reftex-index-change-entry)
23621 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
23622 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
23623 * textmodes/org.el (org-complete, org-deadline, org-schedule)
23624 (org-priority, org-table-sum):
23625 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
23626 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
23627 (flyspell-word, flyspell-display-next-corrections):
23628 * textmodes/bibtex.el (bibtex-print-help-message):
23629 * textmodes/artist.el (artist-key-set-point-poly):
23630 * term/mac-win.el (mac-services-insert-text):
23631 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
23632 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
23633 (vhdl-port-paste-testbench, vhdl-compose-new-component)
23634 (vhdl-compose-configuration):
23635 * progmodes/sh-script.el (sh-blink, sh-show-indent)
23636 (sh-set-indent, sh-learn-line-indent):
23637 * progmodes/ps-mode.el (ps-mode-target-column):
23638 * progmodes/idlwave.el (idlwave-make-tags)
23639 (idlwave-scan-library-catalogs):
23640 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
23641 * progmodes/gud.el (gud-jdb-analyze-source):
23642 * progmodes/flymake.el (flymake-log):
23643 * progmodes/ebnf2ps.el (ebnf-generate-region):
23644 * progmodes/cmacexp.el (c-macro-expansion):
23645 * progmodes/ada-xref.el (ada-treat-cmd-string):
23646 * progmodes/ada-mode.el (ada-create-case-exception-substring)
23647 (ada-justified-indent-current, ada-batch-reformat):
23648 * play/zone.el (zone):
23649 * play/landmark.el (lm-move):
23650 * play/decipher.el (decipher-show-alphabet):
23651 * net/newsticker.el (newsticker--display-jump)
23652 (newsticker--display-scroll):
23653 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
23654 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
23655 * mail/feedmail.el (feedmail-dump-message-to-queue):
23656 * eshell/esh-proc.el (eshell-remove-process-entry):
23657 * emulation/ws-mode.el (ws-last-error):
23658 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
23659 (viper-record-kbd-macro):
23660 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
23661 * emacs-lisp/lisp-mnt.el (lm-report-bug):
23662 * emacs-lisp/find-func.el (find-function-noselect):
23663 * calendar/timeclock.el (timeclock-status-string)
23664 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
23665 (timeclock-when-to-leave-string):
23666 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
23667 * calc/calc-units.el (calc-enter-units-table):
23668 * calc/calc-mode.el (calc-mode-record-mode):
23669 * woman.el (woman-mini-help):
23670 * wdired.el (wdired-change-to-wdired-mode):
23671 * vc.el (vc-retrieve-snapshot):
23672 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
23673 * startup.el (display-startup-echo-area-message):
23674 * simple.el (set-goal-column):
23675 * ses.el (ses-command-hook, ses-recalculate-cell):
23676 * server.el (server-process-filter):
23677 * printing.el (pr-interface-txt-print, pr-interface-printify)
23678 (pr-interface-ps):
23679 * pcvs.el (cvs-help):
23680 * log-edit.el (log-edit, log-edit-mode-help):
23681 * iswitchb.el (iswitchb-possible-new-buffer):
23682 * isearch.el (isearch-edit-string):
23683 * image-mode.el (image-mode, image-minor-mode):
23684 * ibuf-macs.el (define-ibuffer-filter):
23685 * hi-lock.el (hi-lock-find-patterns):
23686 * files.el (toggle-read-only):
23687 * ediff-util.el (ediff-copy-diff)
23688 (ediff-write-merge-buffer-and-maybe-kill):
23689 * echistory.el (Electric-history-undefined):
23690 * dnd.el (dnd-insert-text):
23691 * dired-aux.el (dired-query):
23692 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
23693 * bookmark.el (bookmark-bmenu-locate):
23694 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
23695 Fix `message' calls to ensure first arg is a format string.
23696 The change was made only when these two conditions were satisfied:
23697 [1] when there is a possibility that the arguments would cause an error
23698 for example, if the code in question relies on external variables
23699 such as filenames, and
23700 [2] if the arg to `message' could not have been nil in the code.
23701
23702 * pcomplete.el (pcomplete--help): Fix `message' format spec.
23703 Not having a %s would be weird, though not technically wrong.
23704
23705 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23706
23707 * term/mac-win.el (mac-add-charset-info): Doc fix.
23708
23709 2005-09-17 Romain Francoise <romain@orebokech.com>
23710
23711 * shell.el (shell-resync-dirs): Handle echoing processes more
23712 reliably. Don't insert resync command if `comint-process-echoes'
23713 is non-nil.
23714
23715 2005-09-17 Magnus Henoch <mange@freemail.hu>
23716
23717 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
23718 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
23719 aspell versions >= 0.60.
23720 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
23721 only if ispell-aspell-supports-utf8 is non-nil.
23722
23723 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
23724
23725 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
23726 buffer-local value to lisp-indent-function.
23727
23728 2005-09-17 Milan Zamazal <pdm@zamazal.org>
23729
23730 * progmodes/glasses.el (glasses-make-readable): If
23731 glasses-separator differs from underscore, put appropriate
23732 overlays over underscore characters.
23733 (glasses-convert-to-unreadable): If glasses-separator differs from
23734 underscore, try to convert glasses-separator characters to
23735 underscores.
23736
23737 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
23738
23739 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
23740 Use with-syntax-table and dolist.
23741
23742 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
23743
23744 * textmodes/reftex-auc.el:
23745 * textmodes/reftex-cite.el:
23746 * textmodes/reftex-dcr.el:
23747 * textmodes/reftex-global.el:
23748 * textmodes/reftex-parse.el:
23749 * textmodes/reftex-ref.el:
23750 * textmodes/reftex-sel.el:
23751 * textmodes/reftex-toc.el:
23752 * textmodes/reftex-vars.el:
23753 * textmodes/reftex.el: Small changes to remove compiler warnings.
23754
23755 * textmodes/reftex-index.el: Likewise.
23756 (reftex-query-index-phrase): More efficient use of markers.
23757
23758 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
23759
23760 * image.el (image-load-path): New variable.
23761 (image-search-load-path): New function.
23762 (find-image): Search for images in `image-load-path'.
23763
23764 2005-09-15 Richard M. Stallman <rms@gnu.org>
23765
23766 * follow.el: Change Maintainer field.
23767
23768 2005-09-15 David Ponce <david@dponce.com>
23769
23770 * recentf.el (recentf-save-file-modes): New option.
23771 (recentf-save-list): Use it.
23772
23773 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
23774
23775 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
23776 (mode-line-mule-info, mode-line-modified): Move bindings from
23777 mouse-3 to mouse-1.
23778
23779 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
23780
23781 * simple.el (sendmail-user-agent-compose): Revert last change.
23782
23783 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
23784
23785 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
23786 Use with-current-buffer.
23787 (ange-ftp-gwp-start): Remove unused var `gw-user'.
23788 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
23789 (ange-ftp-insert-directory): Remove unused var `short'.
23790 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
23791
23792 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
23793 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
23794
23795 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
23796 (check-calendar-holidays, diary-list-entries): Autoload.
23797 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
23798 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
23799
23800 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
23801 which mistakenly removed a call to display-buffer.
23802
23803 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
23804
23805 * obsolete/iso-insert.el: Move to obsolete/ from international/.
23806
23807 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
23808
23809 * progmodes/hideshow.el
23810 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
23811 (hs-allow-nesting): New user var.
23812 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
23813 (hs-hide-block-at-point): When nesting allowed,
23814 if there is already an overlay in place, delete it.
23815 (hs-safety-is-job-n): Delete func; remove call sites.
23816 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
23817 (hs-overlay-at): New func.
23818 (hs-already-hidden-p, hs-show-block): Use it.
23819 (hs-hide-all): Don't pre-clean if nesting allowed.
23820 (hs-show-all): Temporarily disallow
23821 nesting around call to `hs-discard-overlays'.
23822
23823 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
23824
23825 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
23826 Delete unused local var.
23827
23828 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
23829
23830 * help-fns.el (describe-categories): "?\ " -> "?\s".
23831 (help-do-arg-highlight): Recognize also ARG-n, as in
23832 `move-to-left-margin' (ARG+n is already recognized). Simplify.
23833
23834 * international/codepage.el (dos-unsupported-char-glyph):
23835 * net/newsticker.el (tool-bar-map, w3-mode-map)
23836 (w3m-minor-mode-map):
23837 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
23838 (ent-alist):
23839 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
23840
23841 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
23842
23843 * custom.el (custom-push-theme): Handle the case where a symbol is
23844 bound but face properties have not yet been assigned.
23845
23846 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
23847 Fix behavior if noerase is `t' and there is no mail buffer.
23848
23849 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
23850 if `continue' is nil, rather than signal an error.
23851
23852 2005-09-12 Richard M. Stallman <rms@gnu.org>
23853
23854 * font-lock.el (font-lock-keywords): Add autoload.
23855
23856 * help-fns.el (describe-variable): Rearrange to put source link
23857 in a predictable place.
23858
23859 * net/newsticker.el: New file.
23860
23861 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
23862
23863 * calendar/calendar.el (calendar-for-loop): Add edebug info.
23864 (calendar-basic-setup): Use the new nil arg.
23865 (number-of-diary-entries): Move to diary-lib.el.
23866
23867 * calendar/diary-lib.el: Use with-current-buffer, match-string.
23868 (diary-list-entries): Use with-syntax-table and dolist.
23869 Rename from list-diary-entries.
23870 Use number-of-diary-entries if `number' is nil.
23871 (diary, diary-view-entries): Use this new name and new nil arg value.
23872 (number-of-diary-entries): Move from calendar.el.
23873 (diary-unhide-everything): New function.
23874 (include-other-diary-files, fancy-diary-display)
23875 (diary-show-all-entries, make-diary-entry): Use it.
23876 (diary-mail-entries): Use buffer-string.
23877 (mark-diary-entries): Fix long standing paren typo.
23878 (diary-sexp-entry): Use count-lines.
23879 (make-diary-entry): Avoid `previous-line'.
23880 (diary-mode-map): New var.
23881 (diary-mode): Redraw cal after saving. Setup header-line.
23882 (fancy-diary-display-mode): Use local-set-key.
23883
23884 * startup.el (command-line): Try calling various terminal-init-foo-bar
23885 functions by stripping hyphenated suffixes from $TERM.
23886
23887 * files.el (normal-mode): Check boundness of font-lock-keywords.
23888
23889 2005-09-12 Richard M. Stallman <rms@gnu.org>
23890
23891 * progmodes/compile.el: Don't decide a file's directory
23892 until the user actually tries to go there.
23893 (compilation-next-error-function):
23894 Pass compilation-find-file the directory from the file-struct.
23895 (compilation-internal-error-properties): Separate local FILE-STRUCT
23896 from FILE. Doc the args better. Rename arg FMT to FMTS.
23897 (compilation-find-file): Arg DIR renamed to DIRECTORY.
23898 Expand it, and if nil, use default-directory.
23899 (compilation-get-file-structure): Don't mix specified directory
23900 with default directory. Put specified directory into
23901 file-struct. Don't make the file name absolute.
23902
23903 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
23904 (compile-command): Add autoload.
23905 (compilation-disable-input): Add autoload.
23906
23907 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
23908
23909 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
23910 strings of the variables it can override.
23911 (time-stamp): New (as yet undocumented) time-stamp-format escapes
23912 %Q and %q, for fully-qualified domain name and unqualified host name.
23913
23914 2005-09-11 Kim F. Storm <storm@cua.dk>
23915
23916 * emacs-lisp/authors.el (authors-aliases): Update list.
23917 (authors-fixed-entries): Update mldrag.el entry.
23918
23919 2005-09-10 Alan Mackenzie <acm@muc.de>
23920
23921 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
23922 from the region narrowed to.
23923
23924 2005-09-10 Magnus Henoch <mange@freemail.hu>
23925
23926 * textmodes/ispell.el (ispell-check-version): Signal an error if
23927 aspell version is less than 0.60.
23928
23929 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
23930
23931 * progmodes/octave-inf.el (inferior-octave-startup):
23932 Resync current dir at the end.
23933
23934 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
23935
23936 * woman.el (woman-topic-at-point-default):
23937 Rename to woman-use-topic-at-point-default.
23938 (woman-topic-at-point): Rename to woman-use-topic-at-point.
23939 (woman-file-name): Reflect renames above. Automatically use the
23940 word at point as topic if woman-use-topic-at-point is non-nil.
23941 Otherwise offer it as default but don't insert it in the
23942 minibuffer. Also use `test-completion' instead of `assoc' as
23943 suggested by Stefan Monnier.
23944
23945 2005-09-10 Andre Spiegel <spiegel@gnu.org>
23946
23947 * vc.el (vc-directory, vc-update-change-log): Throw an error on
23948 the attempt to do it over Tramp. This is not yet supported.
23949
23950 2005-09-10 Eli Zaretskii <eliz@gnu.org>
23951
23952 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
23953 (menu-bar-non-minibuffer-window-p): New functions.
23954 ("Split Window", "Save As..."): Use them.
23955 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
23956 ("Print Buffer", "Truncate Long Lines in this Buffer"):
23957 Use menu-bar-menu-frame-live-and-visible-p.
23958 ("Save Buffer", "Insert File", "Open Directory...")
23959 ("Open File...", "Visit New File..."):
23960 Use menu-bar-non-minibuffer-window-p.
23961 (kill-this-buffer-enabled-p, dired <menu-enable>):
23962 Use menu-bar-non-minibuffer-window-p.
23963
23964 2005-09-09 Eli Zaretskii <eliz@gnu.org>
23965
23966 * cus-start.el (all): Don't complain about fringe-related
23967 built-ins if fringes are not supported. Ditto about
23968 selection-related built-ins. Fix the test for GTK-related built-ins.
23969
23970 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
23971 ("Postscript Print Buffer", "Print Region", "Save As...")
23972 ("Save", "Insert File...", "Open Directory...")
23973 ("Open File...", "Visit New File..."")
23974 ("Truncate Long Lines in this Buffer"): Don't look at
23975 menu-updating-frame if this display does not support multiple frames.
23976
23977 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
23978
23979 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
23980
23981 2005-09-09 Emilio C. Lopes <eclig@gmx.net>
23982
23983 * woman.el: Format- and whitespace-related changes.
23984
23985 2005-09-09 Eli Zaretskii <eliz@gnu.org>
23986
23987 * woman.el: Fix my email address.
23988
23989 2005-09-08 Richard M. Stallman <rms@gnu.org>
23990
23991 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
23992 (sh-mode): Locally set skeleton-pair-default-alist.
23993
23994 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
23995
23996 * progmodes/flymake.el: Require `compile' unconditionally.
23997
23998 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
23999
24000 * woman.el (woman-file-name): Provide a default, not initial input.
24001
24002 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
24003
24004 * font-lock.el (font-lock-support-mode): Doc fix.
24005
24006 * descr-text.el (describe-property-list): Handle non-symbol prop names.
24007
24008 2005-09-08 Richard M. Stallman <rms@gnu.org>
24009
24010 * simple.el (blink-matching-open): Get rid of text props from
24011 the string shown in echo area. Don't permanently set point.
24012 Some rearrangements.
24013
24014 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
24015
24016 * recentf.el (recentf-filename-handler): Add custom choice
24017 `abbreviate-file-name'.
24018
24019 * msb.el (msb--very-many-menus): Fix typo.
24020
24021 * disp-table.el (standard-display-european): Don't set
24022 enable-multibyte-characters to nil.
24023
24024 2005-09-08 David Ponce <david@dponce.com>
24025
24026 * recentf.el (recentf-show-file-shortcuts-flag): New option.
24027 (recentf-expand-file-name): Doc fix.
24028 (recentf-dialog-mode-map): Define digit shortcuts.
24029 (recentf--files-with-key): New variable.
24030 (recentf-show-digit-shortcut-filter): New function.
24031 (recentf-open-files-items): New function.
24032 (recentf-open-files): Use it.
24033 (recentf-open-file-with-key): New command.
24034
24035 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
24036
24037 * buff-menu.el (Buffer-menu-sort-by-column): New function.
24038 Suggested by Kim F. Storm.
24039 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
24040 (Buffer-menu-make-sort-button): Use global keymap.
24041
24042 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
24043
24044 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
24045 (Man-getpage-in-background-advice): Remove defadvice; it isn't
24046 necessary any longer with the remapped command.
24047 (Man-bgproc-sentinel-advice): Remove defadvice which counts
24048 formatting time only.
24049
24050 * net/tramp.el (tramp-action-password)
24051 (tramp-multi-action-password): Compile the password prompt from
24052 `method', `user' and `host'. Sometimes it isn't obvious which
24053 password to enter, for example with remote files offered by
24054 recentf.el, or with multiple steps. Suggested by Robert Marshall
24055 <robert@chezmarshall.freeserve.co.uk>.
24056
24057 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
24058
24059 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
24060 Fix regexp for when "s///" is at the beginning of line.
24061
24062 2005-09-07 Jay Belanger <belanger@truman.edu>
24063
24064 * calc/calc-poly.el (math-expand-term): Multiply out any powers
24065 when in matrix mode.
24066
24067 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
24068
24069 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
24070 non-anonymous functions.
24071
24072 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
24073
24074 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
24075 when using a header line. Otherwise, use mouse-1-click-follows-link.
24076
24077 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
24078 can't be moved; don't signal an error.
24079
24080 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
24081
24082 * cus-theme.el (custom-theme-write-faces): Save the current face
24083 spec, not the defface spec.
24084
24085 * custom.el (custom-known-themes): Clarify meaning of "standard".
24086 (custom-push-theme): Save old values in the standard theme.
24087 (disable-theme): Correct typo.
24088 (custom-face-theme-value): Deleted unused function.
24089 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
24090
24091 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
24092
24093 * progmodes/compile.el (compilation-goto-locus): Take into account
24094 iconified frames when determining whether the buffer is
24095 already visible.
24096 Don't reset window height if the window already existed.
24097
24098 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
24099
24100 * custom.el (load-theme): Rename from require-theme.
24101 Add interactive spec.
24102 (enable-theme): Rename from custom-enable-theme.
24103 Add interactive spec.
24104 (disable-theme): Rename from custom-disable-theme.
24105 Add interactive spec.
24106 (custom-make-theme-feature): Doc fix.
24107 (custom-theme-directory): Doc fix.
24108 (provide-theme): Call enable-theme.
24109
24110 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
24111
24112 * obsolete/lazy-lock.el (lazy-lock-mode):
24113 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
24114 font-lock-mode if it's off. Print a warning instead.
24115
24116 * progmodes/compile.el (compilation-start): Ignore errors if the
24117 process died before we get to send-eof.
24118
24119 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
24120 Undo last change. Enclosing the result in quotes broke things on Unix
24121 since tex-send-command passes it through shell-quote-argument.
24122 (tex-send-command): Pass `file' through convert-standard-filename
24123 when possible.
24124 (tex-uptodate-p): Handle the case where TeX hasn't put additional
24125 info in a transcript.
24126
24127 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
24128
24129 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
24130 fix compilation warning. Reorder the key definitions to group
24131 together keys emitted by the current version of xterm.
24132
24133 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
24134 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
24135 Reorder predicates to correct min-color usage.
24136
24137 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
24138
24139 * longlines.el (longlines-mode): Inhibit read-only when encoding.
24140 Kill local variables when longlines-mode is turned off.
24141
24142 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
24143
24144 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
24145
24146 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
24147
24148 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
24149
24150 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
24151 (font-lock-lines-before): Change default to being inactive.
24152 (font-lock-default-fontify-region): Obey font-lock-lines-before.
24153 (font-lock-after-change-function): Don't handle f-l-lines-before here.
24154
24155 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
24156
24157 * net/tramp.el (tramp-handle-make-auto-save-file-name):
24158 Deactivate temporarily advice if active (not needed for Emacs 22,
24159 but for backwards compatibility).
24160 (tramp-exists-file-name-handler): Rewrite. First implementation
24161 was too simple.
24162 (tramp-advice-make-auto-save-file-name):
24163 Call `tramp-handle-make-auto-save-file-name' (again, just for
24164 backwards compatibility).
24165
24166 2005-08-31 Reto Zimmermann <reto@gnu.org>
24167
24168 * progmodes/vhdl-mode.el
24169 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
24170 (vhdl-end-p): Fix indentation bug "else" after "-- when".
24171 (vhdl-set-default-project): New function (easier setting of default).
24172 (vhdl-port-copy): Handle extended identifiers for generics.
24173 (vhdl-compiler-alist): Better description for error message regexp.
24174 (vhdl-make): Query for target, use previous as default.
24175 (vhdl-port-copy): Fix port copy for port names starting with "signal".
24176 (vhdl-font-lock-keywords-2): Fix fontification for record
24177 el. assign.
24178 (vhdl-speedbar-make-subpack-line): Add package body link.
24179 (vhdl-generate-makefile-1): Not include itself as dependency.
24180 (vhdl-font-lock-init): Highlight c-preprocessor directives.
24181 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
24182 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
24183 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
24184 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
24185 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
24186 (vhdl-import-project): Add string argument for `error'.
24187 (vhdl-compose-configuration)
24188 (vhdl-compose-configuration-architecture): Add configuration
24189 declaration generation.
24190 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
24191 (vhdl-trailer-re): Add "record" keyword (better indentation).
24192 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
24193 "[^ \t-\"]+".
24194 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
24195 (vhdl-testbench-entity-file-name)
24196 (vhdl-testbench-architecture-file-name): Allow separate
24197 customization of testbench file names.
24198 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
24199 (vhdl-get-visible-signals): Allow newline within alias declaration.
24200 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
24201 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
24202 (member-ignore-case): Alias for missing function in XEmacs.
24203 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
24204 (vhdl-update-sensitivity-list): Ignore case on read signals.
24205 (vhdl-replace-string): Adjust case only for file names.
24206 (vhdl-update-sensitivity-list): Fix search for read signals.
24207 (vhdl-update-sensitivity-list): Exclude formal parameters.
24208 (vhdl-get-visible-signals): Include aliases of signals.
24209 (vhdl-get-visible-signals): Fix signal name searching.
24210 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
24211 (vhdl-fixup-whitespace-region): Fix for character
24212 literals (e.g. `:').
24213
24214 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
24215
24216 * ansi-color.el (comint-last-output-start):
24217 * bs.el (font-lock-verbose):
24218 * diff-mode.el (add-log-buffer-file-name-function):
24219 * dired-x.el (vm-folder-directory):
24220 * faces.el (help-xref-stack-item):
24221 * files.el (font-lock-keywords):
24222 * find-lisp.el (dired-buffers, dired-subdir-alist):
24223 * ido.el (cua-inhibit-cua-keys):
24224 * log-view.el (cvs-minor-wrap-function):
24225 * outline.el (font-lock-warning-face):
24226 * simple.el (compilation-current-error):
24227 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
24228 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
24229 * tooltip.el (comint-prompt-regexp):
24230 * w32-fns.el (explicit-shell-file-name):
24231 * term/mac-win.el (mac-charset-info-alist)
24232 (mac-services-selection, mac-system-script-code):
24233 * term/tty-colors.el (msdos-color-values):
24234 * term/w32-win.el (xlfd-regexp-registry-subnum):
24235 * term/x-win.el (x-keysym-table, x-selection-timeout)
24236 (x-session-id, x-session-previous-id):
24237 * textmodes/ispell.el (mail-yank-prefix):
24238 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
24239 * textmodes/org.el (calc-embedded-close-formula)
24240 (calc-embedded-open-formula)
24241 (font-lock-unfontify-region-function):
24242 * textmodes/reftex-global.el (isearch-next-buffer-function)
24243 (TeX-master):
24244 * textmodes/reftex.el (font-lock-keywords):
24245 * textmodes/tex-mode.el (font-lock-comment-face)
24246 (font-lock-doc-face):
24247 * textmodes/texinfo.el (outline-heading-alist):
24248 Add defvars.
24249
24250 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
24251 (artist-spray-chars, artist-mode-init, artist-replace-string)
24252 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
24253 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
24254 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
24255
24256 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
24257 (conf-align-assignments): "?\ " -> "?\s".
24258
24259 * textmodes/reftex-index.el (TeX-master): Add defvar.
24260 (reftex-index-phrases-marker): Move up defvar.
24261
24262 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
24263 (reftex-toc-include-labels-indicator)
24264 (reftex-toc-include-index-indicator)
24265 (reftex-toc-max-level-indicator): Move up declarations.
24266
24267 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
24268 of args to `tramp-run-real-handler', even if it's empty in this case.
24269
24270 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24271
24272 * dired.el (dired-move-to-filename-regexp): Add date format for
24273 Mac OS X 10.3 in East Asian locales.
24274
24275 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
24276
24277 * files.el (make-auto-save-file-name): Add file name handler call
24278 if applicable.
24279
24280 * net/tramp.el (tramp-file-name-handler-alist)
24281 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
24282 (tramp-handle-make-auto-save-file-name): Rename from
24283 `tramp-make-auto-save-file-name'.
24284 (tramp-exists-file-name-handler): New defun.
24285 (tramp-advice-make-auto-save-file-name): Make defadvice only when
24286 `make-auto-save-file-name' is not a magic file name operation.
24287
24288 2005-08-30 Richard M. Stallman <rms@gnu.org>
24289
24290 * files.el (risky-local-variable-p):
24291 Match `-predicates' and `-commands.
24292
24293 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
24294 (custom-save-all): Visit the file if necessary;
24295 kill the buffer if we created it.
24296 (custom-save-delete): Don't visit file or kill buffer here.
24297
24298 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
24299
24300 * textmodes/org.el (org-special-keyword): New face.
24301 (org-table-copy-down, org-table-eval-formula)
24302 (org-table-recalculate, org-init-section-numbers):
24303 Use `string-to-number' instead of `string-to-int'.
24304 (org-get-location): Use `insert-buffer-substring' instead of
24305 `insert-buffer'.
24306 (org-modify-diary-entry-string): New function.
24307 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
24308 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
24309 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
24310 active region.
24311 (org-export-as-html): Handle QUOTE keyword.
24312 (org-quote-string): New option.
24313 (org-bookmark-jump-unhide): New function, used for
24314 `bookmark-after-jump-hook'.
24315 (org-diary-default-entry): Apply only when not called through
24316 `org-agenda'.
24317
24318 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
24319
24320 * net/eudc.el (mode-popup-menu):
24321 * play/handwrite.el (ps-printer-name, ps-lpr-command):
24322 * progmodes/ada-mode.el (compile-auto-highlight)
24323 (skeleton-further-elements):
24324 * progmodes/autoconf.el (font-lock-syntactic-keywords):
24325 * progmodes/cmacexp.el (msdos-shells):
24326 * progmodes/compile.el (font-lock-extra-managed-props)
24327 (font-lock-keywords, font-lock-maximum-size)
24328 (font-lock-support-mode):
24329 * progmodes/grep.el (font-lock-lines-before):
24330 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
24331 * progmodes/mixal-mode.el (compile-command):
24332 * progmodes/perl-mode.el (font-lock-comment-face)
24333 (font-lock-doc-face, font-lock-string-face):
24334 * progmodes/prolog.el (comint-prompt-regexp):
24335 * progmodes/sh-script.el (font-lock-comment-face)
24336 (font-lock-set-defaults, font-lock-string-face):
24337 * progmodes/sql.el (font-lock-keyword-face)
24338 (font-lock-set-defaults, font-lock-string-face):
24339 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
24340 (itimer-version, lazy-lock-defer-contextually)
24341 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
24342 Add defvars.
24343
24344 * progmodes/cperl-mode.el (cperl-electric-lbrace)
24345 (cperl-electric-keyword, cperl-electric-pod)
24346 (cperl-electric-backspace, cperl-forward-re)
24347 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
24348 (vc-rcs-header, vc-sccs-header): Add defvars.
24349
24350 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
24351 (font-lock-syntactic-keywords, gud-find-expr-function):
24352 Add defvars.
24353
24354 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
24355 (gdb-frame-parameters): Declare before use.
24356
24357 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
24358 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
24359 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
24360 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
24361
24362 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
24363 (idlwave-help-with-source): Use `insert-buffer-substring', not
24364 `insert-buffer'.
24365
24366 2005-08-29 Juri Linkov <juri@jurta.org>
24367
24368 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
24369 Put outline-back-to-heading function call inside save-excursion.
24370
24371 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
24372
24373 * man.el (Man-init-defvars, Man-translate-references)
24374 (Man-support-local-filenames, Man-highlight-references):
24375 * progmodes/sql.el (sql-interactive-mode):
24376 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
24377
24378 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
24379 (compilation-mode-font-lock-keywords): Add defvars.
24380 (checkdoc-interactive-loop): "?\ " -> "?\s".
24381
24382 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
24383 (font-lock-doc-face, font-lock-string-face)
24384 (font-lock-keywords-case-fold-search): Add defvars.
24385 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
24386
24387 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
24388 Don't pass X and Y (they are ignored anyway).
24389 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
24390 (mouse-delete-window): Make arguments optional.
24391
24392 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
24393 (caesar-translate-table, minor-modes, news-buffer-save)
24394 (news-group-name, news-minor-modes): Add defvars.
24395
24396 * emacs-lisp/lselect.el (mouse-highlight-priority)
24397 (x-lost-selection-functions, zmacs-regions):
24398 * emacs-lisp/pp.el (font-lock-verbose):
24399 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
24400 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
24401 (ses-mode-map):
24402 * emacs-lisp/tcover-unsafep.el (safe-functions):
24403 * international/mule-cmds.el (mac-system-coding-system)
24404 (mac-system-locale):
24405 * language/ethio-util.el (rmail-current-message)
24406 (rmail-message-vector):
24407 * language/thai-util.el (thai-auto-composition-mode):
24408 * mail/metamail.el (rmail-current-message, rmail-message-vector):
24409 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
24410 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
24411 (vm-primary-inbox, vm-spool-files):
24412 * mail/rmail.el (deleted-head, font-lock-fontified)
24413 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
24414 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
24415 (total-messages):
24416 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
24417 (rmail-summary-mode-map):
24418 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
24419 (rmail-last-label, rmail-last-multi-labels)
24420 (rmail-summary-vector, rmail-total-messages):
24421 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
24422 * mail/rmailsum.el (msgnum):
24423 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
24424 (rmail-current-message):
24425 * obsolete/fast-lock.el (font-lock-face-list):
24426 * obsolete/rnewspost.el (mail-reply-buffer):
24427 * obsolete/scribe.el (compile-command):
24428 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
24429
24430 2005-08-28 John Paul Wallington <jpw@gnu.org>
24431
24432 * ibuf-ext.el (ibuffer-auto-update-changed):
24433 Use `frame-or-buffer-changed-p' to check whether we need to update.
24434 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
24435 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
24436 as a `frame-or-buffer-changed-p' state vector instead.
24437
24438 2005-08-27 Romain Francoise <romain@orebokech.com>
24439
24440 * textmodes/makeinfo.el (makeinfo-compile):
24441 Use `compilation-start'. Set `next-error-function' according to
24442 `disable-errors'.
24443 (makeinfo-next-error): New function.
24444 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
24445 (makeinfo-buffer): Likewise.
24446
24447 * progmodes/compile.el (compilation-start): Add autoload cookie.
24448
24449 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
24450 * textmodes/sgml-mode.el: Likewise.
24451 * progmodes/python.el: Likewise.
24452
24453 2005-08-27 Eli Zaretskii <eliz@gnu.org>
24454
24455 * simple.el (blink-matching-paren-distance): Document the meaning
24456 of nil value, and allow to customize to nil.
24457
24458 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
24459 command.com, not command.exe.
24460
24461 2005-08-26 John Wiegley <johnw@newartisans.com>
24462
24463 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
24464 code around a bit so that an extraneous nil argument is not added
24465 to a command when no args are given.
24466
24467 * eshell/esh-arg.el (eshell-parse-double-quote): If a
24468 double-quoted argument resolves to nil, return it as an empty
24469 string rather than as nil. This made it impossible to pass "" to
24470 a shell script as a null string argument.
24471
24472 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
24473
24474 * outline.el (outline-invent-heading): New fun.
24475 (outline-promote, outline-demote): Use it.
24476 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
24477 (outline-end-of-subtree): Remove unused var `opoint'.
24478
24479 2005-08-26 David Reitter <david.reitter@gmail.com>
24480
24481 * menu-bar.el (truncate-lines, write-file, print-buffer)
24482 (ps-print-buffer-faces, ps-print-buffer, split-window):
24483 Disable menu items when the frame they refer to is invisible, or when
24484 they refer to a buffer and the minibuffer is selected.
24485
24486 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
24487
24488 * progmodes/flymake.el (flymake-highlight-err-lines):
24489 Use save-excursion around flymake-highlight-line to preserve point.
24490
24491 2005-08-26 Eli Zaretskii <eliz@gnu.org>
24492
24493 * progmodes/octave-mod.el: Change Author and Maintainer address.
24494 (octave-maintainer-address): Change Kurt's email address.
24495 * progmodes/octave-inf.el: Change Author and Maintainer address.
24496 * progmodes/octave-hlp.el: Change Author and Maintainer address.
24497
24498 2005-08-26 Kim F. Storm <storm@cua.dk>
24499
24500 * subr.el (version-list-<, version-list-<=, version-list-=):
24501 Rename from integer-list-*.
24502 (version-list-not-zero): Likewise. Fix while loop.
24503 (version=): Use version-list-= instead of string-equal.
24504
24505 2005-08-26 Richard M. Stallman <rms@gnu.org>
24506
24507 * outline.el (outline-promote): Try shortening the heading.
24508 As last resort, read the heading to use.
24509 (outline-demote): As last resort, read the heading to use.
24510
24511 2005-08-26 Romain Francoise <romain@orebokech.com>
24512
24513 * progmodes/compile.el (compilation-start): Doc fix.
24514
24515 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
24516 (antlr-font-lock-additional-keywords): Fix reference to
24517 `antlr-font-lock-literal-regexp' erroneously changed during the
24518 mass face rename.
24519 (antlr-run-tool): Use `compilation-start'.
24520
24521 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
24522 instead of the obsolete `compile-internal'.
24523
24524 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
24525
24526 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
24527 (number, original-date):
24528 * calendar/cal-china.el (date):
24529 * calendar/cal-coptic.el (date):
24530 * calendar/cal-french.el (date):
24531 * calendar/cal-hebrew.el (date, entry, number, original-date):
24532 * calendar/cal-islam.el (date, number, original-date):
24533 * calendar/cal-iso.el (date):
24534 * calendar/cal-julian.el (date):
24535 * calendar/cal-mayan.el (date):
24536 * calendar/cal-menu.el (date, event):
24537 * calendar/cal-persia.el (date):
24538 * calendar/lunar.el (date):
24539 * calendar/solar.el (date): Add defvars.
24540
24541 * emerge.el:
24542 * ibuffer.el:
24543 * info-xref.el:
24544 * obsolete/bg-mouse.el:
24545 * obsolete/sun-curs.el:
24546 * obsolete/swedish.el: Move the `defvar's to the top level.
24547
24548 * smerge-mode.el (smerge-refined-change): Add :group.
24549
24550 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
24551
24552 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
24553 (smerge-keep-n): Remove props.
24554 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
24555 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
24556 now that it's done in smerge-keep-n.
24557 (smerge-refined-change): New face.
24558 (smerge-refine-chopup-region, smerge-refine-highlight-change)
24559 (smerge-refine): New funs.
24560 (smerge-basic-map): Bind smerge-refine.
24561
24562 2005-08-25 Juri Linkov <juri@jurta.org>
24563
24564 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
24565 compilation-process-setup-function and compilation-disable-input
24566 in grep-mode instead of let-bindings in grep.
24567
24568 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
24569 Delete "Automatic File De/compression" (auto-compression-mode).
24570
24571 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
24572
24573 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
24574 Silence warning about non-existent variable.
24575
24576 2005-08-25 Richard M. Stallman <rms@gnu.org>
24577
24578 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
24579 Rename "Describe Key" to "Describe Key or Mouse Operation".
24580
24581 * mail/mailalias.el (build-mail-aliases): Delete comments
24582 from the contents before processing them.
24583
24584 * isearch.el (isearch-edit-string): Erase the Search prompt
24585 if user enters an empty string and there is no default.
24586
24587 * comint.el (comint-file-name-prefix): Add autoload.
24588
24589 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
24590
24591 * subr.el (play-sound): Rearrange to avoid warning.
24592
24593 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
24594
24595 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
24596 New hook.
24597 (add-to-diary-list): Call `diary-modify-entry-list-string-function'.
24598
24599 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
24600
24601 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
24602
24603 * custom.el (custom-theme-set-variables): Sort minor modes last.
24604
24605 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
24606
24607 * subr.el (version-separator, version-regexp-alist): New vars used by
24608 version comparison funs.
24609 (integer-list-<, integer-list-=, integer-list-<=)
24610 (integer-list-not-zero): New funs for integer list comparison.
24611 (version-to-list, version=, version<, version<=): New funs for version
24612 comparison.
24613
24614 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
24615
24616 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
24617 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
24618 time to silence the byte-compiler.
24619
24620 * ibuffer.el (ibuffer-compile-make-eliding-form)
24621 (ibuffer-check-formats): Use `with-no-warnings' to hide references
24622 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
24623 so it's silly to get warnings for it).
24624 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
24625 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
24626 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
24627 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
24628 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
24629 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
24630 Defvar at compile time.
24631 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
24632 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
24633 Declare them before use.
24634
24635 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
24636 (info-xref-good, info-xref-bad): Defvar at compile time.
24637
24638 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
24639 Use `let*' instead of `let'.
24640
24641 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
24642 (*mouse-y*, menu, char): Defvar at compile time.
24643 (sc::menu): Declare it before use.
24644 (sc::pack-one-line): Use `let', not `let*'.
24645
24646 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
24647 (mail-send-hook): Defvar at compile time.
24648
24649 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
24650 Defvar at compile time.
24651
24652 * term/sun-mouse.el (current-global-mousemap)
24653 (current-local-mousemap): Declare them before use.
24654
24655 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
24656
24657 * bookmark.el (bookmark-after-jump-hook): New hook.
24658 (bookmark-jump): Run `bookmark-after-jump-hook'.
24659
24660 2005-08-23 Juri Linkov <juri@jurta.org>
24661
24662 * faces.el (minibuffer-prompt): Doc fix.
24663
24664 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
24665
24666 * progmodes/xscheme.el: Trivial changes to silence warnings.
24667 (xscheme-previous-mode, xscheme-previous-process-state):
24668 Add defvars.
24669 (xscheme-last-input-end, xscheme-process-command-line)
24670 (xscheme-process-name, xscheme-buffer-name)
24671 (xscheme-expressions-ring-max, xscheme-expressions-ring)
24672 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
24673 (xscheme-control-g-synchronization-p)
24674 (xscheme-control-g-disabled-p, xscheme-string-receiver)
24675 (default-xscheme-runlight, xscheme-runlight)
24676 (xscheme-runlight-string, xscheme-process-filter-state)
24677 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
24678 Move to beginning of file.
24679 (scheme-interaction-mode-commands-alist)
24680 (scheme-interaction-mode-map, scheme-debugger-mode-map):
24681 Declare them before use. Note: the initialization code for the
24682 variables has not been moved because it uses functions that reference
24683 the variables.
24684 (xscheme-control-g-message-string, xscheme-process-filter-alist)
24685 (xscheme-prompt-for-expression-map): Declare them before use.
24686 (scheme-debugger-mode-commands): "?\ " -> "?\s".
24687
24688 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
24689
24690 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
24691
24692 2005-08-22 Juri Linkov <juri@jurta.org>
24693
24694 * faces.el (set-face-underline): Delete this duplicate function
24695 and make an obsolete alias to set-face-underline-p.
24696 (set-face-underline-p): Use docstring of set-face-underline.
24697 (describe-face): Create hyperlink to parent face.
24698
24699 * info.el (Info-insert-dir): Use save-excursion around
24700 insert-buffer-substring.
24701 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
24702 (Info-escape-percent): Delete function.
24703 (Info-fontify-node): Replace Info-escape-percent by
24704 replace-regexp-in-string with REP arg set to lambda that
24705 duplicates `%' and preserves text properties.
24706
24707 * progmodes/compile.el (compilation-disable-input): Doc fix.
24708 (define-compilation-mode): Doc fix and refill.
24709 (kill-compilation): Use `mode-name' in the error message.
24710 (compilation-find-file): Use `compilation-error' in the
24711 read-file-name's prompt.
24712
24713 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
24714
24715 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
24716 (smerge-auto-leave): Make undo re-enable the mode.
24717 (debug-ignored-errors): Add the user-error of impossible resolution.
24718 (smerge-resolve): Move things around a bit, in preparation for later.
24719 (smerge-diff): Don't fail if the buffer has no associated file.
24720 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
24721 (smerge-conflict-overlay): New function.
24722 (smerge-match-conflict): Don't add text properties here.
24723 (smerge-find-conflict): Instead, add an overlay here.
24724 Also check for the case where we're inside a conflict already, so as to
24725 obviate the need for font-lock-multiline, which is unbearably slow with
24726 large conflicts and ciomplex font-lock patterns.
24727 (smerge-remove-props): Remove overlay rather than text-properties.
24728 (smerge-mode): Don't set font-lock-multiline.
24729 Remove overlays when turned off.
24730
24731 2005-08-21 Kim F. Storm <storm@cua.dk>
24732
24733 * ido.el (ido-ignore-item-p): Use save-match-data.
24734 Bind case-fold-search to ido-case-fold locally.
24735
24736 2005-08-20 Richard M. Stallman <rms@gnu.org>
24737
24738 * files.el (normal-mode): If font lock is on, turn it off and on.
24739
24740 * subr.el (replace-regexp-in-string): Doc fix.
24741
24742 * startup.el (command-line-1): Don't suppress startup screen
24743 due to existing processes.
24744
24745 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
24746
24747 * progmodes/compile.el (compilation-disable-input): Default to nil.
24748
24749 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
24750
24751 * progmodes/compile.el (compilation-disable-input): New defcustom.
24752 (compilation-start): If compilation-disable-input is non-nil, send
24753 EOF to the compilation process.
24754
24755 2005-08-20 Eli Zaretskii <eliz@gnu.org>
24756
24757 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
24758 Run the argument of tex-shell-cd-command through
24759 convert-standard-filename, to get the correct style of slashes on
24760 Windows, and enclose the result in quotes, in case the file name
24761 includes whitespace or other special characters.
24762
24763 2005-08-19 Andreas Schwab <schwab@suse.de>
24764
24765 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
24766 process.
24767
24768 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
24769
24770 * cus-start.el (minibuffer-prompt-properties): Correct typo.
24771
24772 2005-08-18 Kim F. Storm <storm@cua.dk>
24773
24774 * scroll-lock.el: Fix errors due to incorrect line wrapping.
24775
24776 2005-08-18 Richard M. Stallman <rms@gnu.org>
24777
24778 * scroll-lock.el: New file.
24779
24780 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
24781
24782 * dired.el (dired-move-to-end-of-filename):
24783 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
24784
24785 2005-08-18 Kim F. Storm <storm@cua.dk>
24786
24787 * ido.el (ido-everywhere): Fix defcustom :set function to disable
24788 rather than toggle mode when custom value is nil.
24789 (ido-everywhere): Fix defun doc string.
24790
24791 2005-08-17 Richard M. Stallman <rms@gnu.org>
24792
24793 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
24794 as tag instead of "Inviolable".
24795
24796 2005-08-17 Kim F. Storm <storm@cua.dk>
24797
24798 * windmove.el (windmove-coordinates-of-position): Remove.
24799 (windmove-coordinates-of-window-position): Remove.
24800 (windmove-reference-loc): Use posn-at-point instead.
24801
24802 * subr.el (insert-for-yank-1): Doc fix.
24803
24804 * ido.el (ido-enter-matching-directory): Rename from
24805 ido-enter-single-matching-directory. Change `slash' choice to
24806 `only'. Add `first' choice.
24807 (ido-exhibit): Adapt to above changes.
24808
24809 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
24810
24811 * Makefile.in: Expand comment about building loaddefs.el.
24812
24813 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
24814
24815 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
24816 Comment use of defadvice.
24817
24818 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
24819
24820 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
24821
24822 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
24823 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
24824 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
24825 * progmodes/idlw-shell.el, progmodes/ld-script.el,
24826 * progmodes/which-func.el, ruler-mode.el, strokes.el,
24827 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
24828 for backward compatibility for faces that did not appear in the
24829 previous Emacs release.
24830
24831 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
24832
24833 2005-08-15 Kim F. Storm <storm@cua.dk>
24834
24835 * emulation/cua-base.el (cua-delete-region): Return t if
24836 deleted region was non-empty.
24837 (cua-replace-region): Inhibit overwrite-mode for
24838 self-insert-command if replaced region was non-empty.
24839 (cua--explicit-region-start, cua--status-string): Make them
24840 buffer-local at top-level...
24841 (cua-mode): ...rather than when mode is enabled.
24842
24843 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
24844
24845 * progmodes/vhdl-mode.el (vhdl-emacs-21):
24846 Set t for Emacs 21, 22, and so on.
24847
24848 2005-08-15 David Ponce <david@dponce.com>
24849
24850 * tree-widget.el: Update Commentary header.
24851 (tree-widget-theme): Doc fix.
24852 (tree-widget-space-width): New option.
24853 (tree-widget-image-properties): Look up in the default theme too.
24854 (tree-widget--cursors): Only for images with arrow pointer shape.
24855 (tree-widget-lookup-image): Pointer shape is hand by default.
24856 (tree-widget-icon): Rename generic icon widget from
24857 `tree-widget-control'.
24858 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
24859 derive from `tree-widget-icon'.
24860 (tree-widget-handle): Improve default look and feel of the text
24861 representation.
24862 (tree-widget): Rename :*-control properties to :*-icon properties.
24863 Add :action and :help-echo properties.
24864 (tree-widget-after-toggle-functions): Move.
24865 (tree-widget-close-node, tree-widget-open-node): Remove.
24866 (tree-widget-before-create-icon-functions): New hook.
24867 (tree-widget-value-create): Update to allow customization of icons
24868 and nodes at run-time via that new hook.
24869 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
24870 (tree-widget-icon-action, tree-widget-icon-help-echo)
24871 (tree-widget-action, tree-widget-help-echo): New functions.
24872
24873 2005-08-15 Kim F. Storm <storm@cua.dk>
24874
24875 * ido.el (ido-buffer-internal): Use with-no-warnings.
24876 (ido-make-merged-file-list): Use while-no-input.
24877
24878 2005-08-15 Richard M. Stallman <rms@gnu.org>
24879
24880 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
24881 (flyspell-large-region): Fix doc and custom type.
24882
24883 2005-08-14 Richard M. Stallman <rms@gnu.org>
24884
24885 * files.el (interpreter-mode-alist): Doc fix.
24886
24887 * mail/rmail.el (rmail-nonignored-headers): New variable.
24888 (rmail-clear-headers): Use it.
24889 (rmail-reply): Better handling of mail-followup-to header.
24890
24891 * progmodes/sh-script.el (sh-font-lock-keywords-var):
24892 Rename variable from sh-font-lock-keywords. In the `shell' entry,
24893 don't try to refer to executable-font-lock-keywords.
24894 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
24895 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
24896 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
24897 (sh-mode): Set comment-start-skip, local-abbrev-table,
24898 imenu-case-fold-search.
24899 (sh-set-shell): Don't set them here.
24900 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
24901 Don't cache the results in the original alist; don't ever modify
24902 that alist.
24903
24904 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
24905
24906 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
24907 empty.
24908
24909 2005-08-15 Andreas Schwab <schwab@suse.de>
24910
24911 * desktop.el: Put autoload cookie at risky-local-variable declarations.
24912
24913 * dired.el, info.el, mail/rmail.el: Revert last change.
24914
24915 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
24916
24917 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
24918 modification in `eval-after-load' form.
24919 * info.el: Likewise.
24920 * mail/rmail.el: Likewise.
24921
24922 2005-08-14 Juri Linkov <juri@jurta.org>
24923
24924 * progmodes/compile.el (compilation-mode-font-lock-keywords):
24925 Remove highlighting of "Compilation started". Highlight only
24926 the word "finished" in "Compilation finished". Add highlighting
24927 of "interrupt", "killed", "terminated" and the exit code.
24928 (compilation-start): Add newline after header. Use exactly the
24929 same time stamp format as the finishing message.
24930 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
24931
24932 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
24933 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
24934 Add highlighting of "interrupt", "killed", "terminated".
24935
24936 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
24937 enabled and the current command is self-insert-command, call it
24938 explicitly with overwrite-mode bound to nil, to not allow it
24939 to delete the character after the selected region.
24940
24941 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
24942
24943 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
24944 move-end-of-line, end-of-line, and beginning-of-line to the list
24945 of commands after which the echo area is updated.
24946
24947 2005-08-12 Eli Zaretskii <eliz@gnu.org>
24948
24949 * cus-edit.el (custom-save-all, custom-save-delete):
24950 Bind recentf-exclude to exclude custom-file.
24951
24952 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
24953
24954 * mail/rmailsum.el (rmail-summary-end-of-message): New command
24955 to go to the bottom of the mail message. Added to
24956 `rmail-summary-mode-map' with key "/".
24957 (rmail-summary-show-message): New (internal) function for use by
24958 both `rmail-summary-beginning/end-of-message'.
24959 (rmail-summary-beginning-of-message): Change to use
24960 rmail-summary-show-message.
24961
24962 * mail/rmail.el (rmail-end-of-message): New command to go to the
24963 end of the current message. Added to `rmail-mode-map' with key "/".
24964 (rmail-beginning-of-message): Fix to work as documented.
24965 (rmail-mode): Change documentation.
24966
24967 * progmodes/compile.el (compilation-start): Add the line
24968 "Compilation started" with compilation start time.
24969 (compilation-mode-font-lock-keywords): Add `started' to keywords.
24970
24971 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
24972
24973 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
24974 of menu items.
24975
24976 2005-08-11 Richard M. Stallman <rms@gnu.org>
24977
24978 * simple.el (pop-global-mark): Reverse test of widen-automatically.
24979
24980 * battery.el (battery-status-function): Don't use ignore-errors.
24981
24982 2005-08-11 Lute Kamstra <lute@gnu.org>
24983
24984 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
24985 define-obsolete-variable-alias.
24986
24987 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
24988
24989 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
24990 (ange-ftp-send-cmd): Revert last change, and expand
24991 the comment explaining the problem.
24992
24993 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
24994
24995 * ldefs-boot.el: Update.
24996
24997 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
24998 item to "Time, Load and Mail". Change help echo text.
24999
25000 * time.el (display-time-use-mail-icon, display-time-format)
25001 (display-time-string-forms): Shorten first line of docstrings.
25002
25003 2005-08-10 Lars Hansen <larsh@soem.dk>
25004
25005 * desktop.el (desktop-buffer-mode-handlers):
25006 Make non-customizable. Add autoload cookie. Change initial value to
25007 nil; add elements in respective modules instead. Fix doc string.
25008 (desktop-load-file): New function.
25009 (desktop-minor-mode-handlers): New autoloaded variable.
25010 (desktop-create-buffer): Call minor mode handlers.
25011 Use desktop-load-file to load major and minor mode modules prior to
25012 checking for a handler.
25013 (desktop-save): Don't add nil to desktop-minor-modes for minor
25014 modes with nil function in desktop-minor-mode-table. Don't delete
25015 desktop file before rewriting it.
25016 (desktop-locals-to-save): Add autoload cookie. Don't make
25017 automatically buffer-local. Add variables column-number-mode,
25018 size-indication-mode, indent-tabs-mode,
25019 indicate-buffer-boundaries, indicate-empty-lines and
25020 show-trailing-whitespace.
25021 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
25022 regexps. Don't use desktop-clear-preserve-buffers-regexp.
25023 (desktop-clear-preserve-buffers-regexp): Delete.
25024 (desktop-clear-preserve-buffers): Update initial value and docstring.
25025 (desktop-save-buffer): Fix doc string.
25026
25027 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
25028 (hilit-chg-desktop-restore): New function.
25029 (highlight-changes-mode): Add highlight-changes-mode to
25030 desktop-locals-to-save.
25031
25032 * dired.el: Add handler to desktop-buffer-mode-handlers.
25033 (dired-restore-desktop-buffer): Remove autoload cookie.
25034 (dired-mode): Add autoload cookie.
25035
25036 * info.el: Add handler to desktop-buffer-mode-handlers.
25037 (Info-restore-desktop-buffer): Remove autoload cookie.
25038 (Info-mode): Add autoload cookie.
25039
25040 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
25041 (mh-restore-desktop-buffer): Remove autoload cookie.
25042 (mh-folder-mode): Add autoload cookie.
25043
25044 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
25045 (rmail-restore-desktop-buffer): Remove autoload cookie.
25046
25047 2005-08-11 Masatake YAMATO <jet@gyve.org>
25048
25049 * hexl.el (hexl-address-region):
25050 (hexl-ascii-region, hexl-font-lock-keywords):
25051 (hexl-highlight-line-range): Use the term "region"
25052 instead of "area" for consistency with the other symbols
25053 defined in hexl.el.
25054
25055 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
25056
25057 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
25058 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
25059 out by Juri Linkov). Add `display-battery-mode'.
25060
25061 2005-08-09 Juri Linkov <juri@jurta.org>
25062
25063 * progmodes/compile.el (compilation-mode-font-lock-keywords):
25064 Remove `-text' from face variable names.
25065 (compilation-error-file-name, compilation-warning-file-name)
25066 (compilation-info-file-name): Delete faces.
25067 (compilation-line-number, compilation-column-number):
25068 Remove face underlining.
25069 (compilation-message-face): Set to `underline' value by default.
25070 (compilation-error-face, compilation-warning-face)
25071 (compilation-info-face): Remove `-file-name' from face names.
25072 (compilation-error-text-face, compilation-warning-text-face)
25073 (compilation-info-text-face): Delete face variables.
25074 (compilation-text-face): Delete function.
25075
25076 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
25077 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
25078 (grep-error-face): Set to `compilation-error' instead of
25079 `compilation-error-face' (which is redefined to `grep-hit-face' in
25080 grep buffers).
25081 (grep-mode-font-lock-keywords): Remove `-text' from face variable
25082 names. Use `grep-error-face' instead of `compilation-error-text-face'.
25083
25084 * dired-aux.el (dired-do-query-replace-regexp):
25085 Use `query-replace-read-args'.
25086
25087 * replace.el (query-replace-read-from, query-replace-read-to)
25088 (query-replace-read-args): Rename arg `string' to `prompt'.
25089
25090 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
25091
25092 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
25093
25094 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
25095 uploading files.
25096 (ange-ftp-canonize-filename): Handle file names beginning with ~
25097 correctly.
25098
25099 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
25100
25101 * textmodes/fill.el (canonically-space-region)
25102 (fill-context-prefix, fill-french-nobreak-p)
25103 (fill-delete-newlines, fill-comment-paragraph)
25104 (justify-current-line): "?\ " -> "?\s".
25105
25106 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
25107
25108 * textmodes/fill.el (fill-nonuniform-paragraphs):
25109 Improve argument/docstring consistency.
25110
25111 2005-08-09 Richard M. Stallman <rms@gnu.org>
25112
25113 * textmodes/ispell.el (ispell-word): More fboundp checks.
25114
25115 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
25116 (find-file-noselect-1): Call it here, only if RAWFILE.
25117 (normal-mode): Always set some major mode.
25118 (save-some-buffers-action-alist): Change some explanation strings.
25119 (file-name-non-special): In the `quote' method, use unwind-protect.
25120
25121 2005-08-09 Magnus Henoch <mange@freemail.hu>
25122
25123 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
25124 (ispell-have-aspell-dictionaries): New variable.
25125 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
25126 (ispell-get-aspell-config-value): New function.
25127 (ispell-aspell-find-dictionary): New function.
25128 (ispell-aspell-add-aliases): New function.
25129 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
25130 appropriate. Don't look for ispell dictionaries if we use aspell.
25131 (ispell-menu-map): Don't build a submenu of dictionaries.
25132
25133 2005-08-09 Richard M. Stallman <rms@gnu.org>
25134
25135 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
25136 (sql-read-passwd): Use read-passwd.
25137
25138 * progmodes/idlw-toolbar.el (idlwave-toolbar)
25139 (idlwave-toolbar-is-possible): Add defvars.
25140
25141 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
25142 Avoid warnings.
25143
25144 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
25145 (idlwave-system-class-info, idlwave-executive-commands-alist):
25146 Use defvar.
25147
25148 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
25149
25150 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
25151 Avoid warnings.
25152
25153 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
25154 and content-type: headers.
25155
25156 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
25157
25158 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
25159 and rename some of them to be more self-explanatory.
25160
25161 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
25162
25163 * startup.el (command-line-1): Implement -scriptload.
25164
25165 * replace.el (occur-engine): Initial *Occur* output not undoable.
25166
25167 * menu-bar.el (menu-bar-file-menu): Rename some menu items
25168 and improve help strings.
25169
25170 * isearch.el (isearch-repeat): When changing direction,
25171 mark search successful.
25172
25173 * ediff-init.el: Use (featurep 'xemacs).
25174
25175 * comint.el (send-invisible): Identify buffer, if not selected.
25176
25177 * align.el: Delete autoload for c-guess-basic-syntax.
25178
25179 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
25180
25181 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
25182 Improve argument/docstring consistency. Doc fixes.
25183 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
25184 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
25185 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
25186 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
25187 (r2bv-organization, r2bv-pages, r2bv-primary-author)
25188 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
25189 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
25190 Defvar at compile time.
25191
25192 2005-08-09 Juri Linkov <juri@jurta.org>
25193
25194 * info.el: Replace `info' with upper-case `Info' where appropriate.
25195 (info-title-1, info-title-2, info-title-3, info-title-4)
25196 (info-menu-header): Move up face definitions.
25197 (info-menu-star): Rename from `info-menu-5'.
25198 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
25199 (Info-fontify-visited-nodes): Fix docstring.
25200 (Info-hide-note-references): Fix docstring.
25201 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
25202 menu items in the same way as on cross-references.
25203 (info-apropos): Fix sorting order and formatting to be like in the
25204 stand-alone Info browser. Display error messages for 1 sec.
25205 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
25206 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
25207 from the menu bar.
25208 (Info-insert-dir): Restore point after calling
25209 `insert-buffer-substring'.
25210
25211 2005-08-08 Richard M. Stallman <rms@gnu.org>
25212
25213 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
25214 (recompute-lucid-menubar): Add defvars.
25215
25216 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
25217
25218 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
25219
25220 * net/net-utils.el (run-dig): Rename from `dig'.
25221
25222 * play/gametree.el (gametree-mode): Use make-local-variable,
25223 not make-variable-buffer-local.
25224
25225 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
25226
25227 * ansi-color.el (ansi-color-make-extent)
25228 (ansi-color-set-extent-face): Use fboundp, not functionp.
25229
25230 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
25231 not make-variable-buffer-local.
25232
25233 * bookmark.el (Info-current-file): Add defvar.
25234 (bookmark-jump-noselect): Use with-no-warnings.
25235
25236 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
25237
25238 * ebuff-menu.el (Helper-return-blurb): Add defvar.
25239
25240 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
25241
25242 * find-file.el (ada-procedure-start-regexp)
25243 (ada-package-start-regexp): Add defvars.
25244
25245 * info.el (Info-insert-dir): Use insert-buffer-substring.
25246
25247 * xml.el (xml-att-def-re): Add defvar.
25248
25249 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
25250 calling convention.
25251
25252 * subr.el (while-no-input): Return t if there is input.
25253
25254 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
25255
25256 * cus-start.el (all): Add `overflow-newline-into-fringe'.
25257
25258 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
25259
25260 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
25261 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
25262
25263 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
25264
25265 * cmuscheme.el (scheme-start-file): Replace reference to
25266 `user-emacs-directory' by "~/.emacs.d/".
25267
25268 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
25269
25270 * info.el (Info-dir-remove-duplicates): Avoid case folding
25271 in loop; instead, keep downcased strings for comparison.
25272 Suggested by Helmut Eller.
25273
25274 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
25275
25276 Sync with Tramp 2.0.50.
25277
25278 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
25279 XEmacs case; not necessary anymore.
25280 (tramp-user-regexp): Allow "@" as part of user name.
25281 (tramp-handle-set-visited-file-modtime)
25282 (tramp-handle-insert-file-contents)
25283 (tramp-handle-write-region): No special handling for
25284 `last-coding-system-used, because this is done in
25285 `tramp-accept-process-output' now.
25286 (tramp-accept-process-output): New defun.
25287 (tramp-process-one-action, tramp-process-one-multi-action)
25288 (tramp-wait-for-regexp, tramp-wait-for-output)
25289 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
25290 Howells <dhowells@redhat.com>.
25291 (clear-visited-file-modtime): Defadvice removed. The check for
25292 unset buffer's modtime does not need to be based on
25293 `tramp-buffer-file-attributes'. Suggested by RMS.
25294 (tramp-message): Insert "\n" if not being at beginning of line.
25295 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
25296 sequence with same logic.
25297 (tramp-completion-handle-expand-file-name): Discard call of
25298 `tramp-drop-volume-letter'. It is not necessary, and there have
25299 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
25300 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
25301 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
25302 should always be visible.
25303 (tramp-handle-insert-directory, tramp-setup-complete)
25304 (tramp-set-process-query-on-exit-flag)
25305 (tramp-append-tramp-buffers): Pacify byte-compiler.
25306 (tramp-bug): Delete non-existing variables from list.
25307 Apply `tramp-load-report-modules' as pre-hook.
25308 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
25309 `shell-prompt-pattern' because of non-7bit characters.
25310 Reported by Sebastian Luque <sluque@mun.ca>.
25311 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
25312 (tramp-match-string-list): Remove function.
25313 (tramp-wait-for-regexp): Remove call of that function.
25314 Suggested by Kim F. Storm <storm@cua.dk>.
25315 (tramp-set-auto-save-file-modes): Use octal integer code #o600
25316 instead of octal character code ?\600. The latter resulted in a
25317 syntax error with XEmacs.
25318
25319 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
25320 XEmacs case; not necessary anymore.
25321 (tramp-smb-handle-write-region): No special handling for
25322 `last-coding-system-used, because this is done in
25323 `tramp-accept-process-output' now.
25324 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
25325
25326 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
25327
25328 * wid-edit.el (widget-choice-value-create):
25329 Unconditionally respect user choice. Set :explicit-choice back to nil
25330 when no longer needed.
25331 (widget-choice-action): Unconditionally respect user choice.
25332 Eliminate :explicit-choice-value.
25333
25334 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
25335
25336 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
25337 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
25338 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
25339 running new function `toggle-indicate-empty-lines'.
25340 Rename "Customize" item to "Customize fringe".
25341 Rename "Indicators" item to "Buffer boundaries" and change help echo.
25342 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
25343 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
25344 Delete "Empty lines only" item.
25345 (menu-bar-showhide-fringe-ind-customize): New function.
25346 (menu-bar-showhide-fringe-ind-mixed)
25347 (menu-bar-showhide-fringe-ind-box)
25348 (menu-bar-showhide-fringe-ind-right)
25349 (menu-bar-showhide-fringe-ind-left)
25350 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
25351 instead of `fringe-indicators'.
25352
25353 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
25354
25355 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
25356 Change the date of last update.
25357
25358 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
25359
25360 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
25361 (viper-exec-yank, viper-put-back): Don't display modification msg
25362 if in the minibuffer.
25363
25364 * viper-init.el (viper-replace-overlay-cursor-color)
25365 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
25366 Make variables frame local.
25367
25368 * viper-util.el (viper-append-filter-alist): Use append instead of
25369 nconc.
25370
25371 * viper.el (viper-vi-state-mode-list)
25372 (viper-emacs-state-mode-list): Move help-mode and
25373 completion-list-mode from the first list to the second.
25374 (viper-mode): Docstring.
25375 (viper-go-away, viper-non-hook-settings): Don't localize
25376 minor-mode-alist in newer Emacsen. Add advice to
25377 set-cursor-color. Don't bind "\C-c\\".
25378
25379 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
25380
25381 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
25382 (scheme-macro-expand-command): New user options.
25383 (scheme-trace-procedure, scheme-expand-current-form): New commands.
25384 (scheme-form-at-point, scheme-start-file)
25385 (scheme-interactively-start-process): New functions.
25386 (scheme-get-process): New function, extracted from `scheme-proc'.
25387 (run-scheme): Call `scheme-start-file' to get start file, and pass
25388 it to `make-comint'.
25389 (switch-to-scheme, scheme-proc):
25390 Call `scheme-interactively-start-process' if no Scheme buffer/process
25391 is available.
25392
25393 2005-08-06 Juri Linkov <juri@jurta.org>
25394
25395 * progmodes/compile.el (compilation-mode-font-lock-keywords):
25396 Use `compilation-text-face', `compilation-info-text-face' and
25397 `compilation-error-text-face' instead of `font-lock-keyword-face'.
25398 (compilation-error): New face.
25399 (compilation-error-file-name): Inherit from
25400 `compilation-error' instead of `font-lock-warning-face'.
25401 (compilation-warning-file-name): Inherit from
25402 `compilation-warning' instead of `font-lock-warning-face'.
25403 (compilation-info, compilation-error-file-name)
25404 (compilation-warning-file-name, compilation-info-file-name)
25405 (compilation-line-number, compilation-column-number): Doc fix.
25406 (compilation-error-text-face, compilation-warning-text-face)
25407 (compilation-info-text-face): New face variables.
25408 (compilation-line-face, compilation-column-face)
25409 (compilation-enter-directory-face)
25410 (compilation-leave-directory-face): Doc fix.
25411 (compilation-text-face): New function.
25412
25413 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
25414 instead of 1 to display binary file names as info file links.
25415 (grep-error-face): Use `compilation-error-face' instead of
25416 `font-lock-keyword-face'.
25417 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
25418 and `compilation-warning-text-face' instead of
25419 `font-lock-keyword-face'. Use `compilation-error-text-face'
25420 instead of `grep-error-face'.
25421
25422 2005-08-05 Kenichi Handa <handa@m17n.org>
25423
25424 * international/code-pages.el: Add autoload cookies for all coding
25425 systems.
25426
25427 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
25428
25429 * cus-start.el (all): Put undo.c where it alphabetically belongs.
25430
25431 2005-08-04 Juri Linkov <juri@jurta.org>
25432
25433 * progmodes/compile.el (compilation-mode-map):
25434 * progmodes/grep.el (grep-mode-map):
25435 Bind TAB to `compilation-next-error' and [backtab] to
25436 `compilation-previous-error'.
25437
25438 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
25439 matching line numbers, column numbers and their ranges with regexp
25440 matching only line numbers.
25441 (grep-context-face): New face variable.
25442 (grep-mode-font-lock-keywords): Use it.
25443
25444 * faces.el (read-face-name): Delete duplicate faces.
25445
25446 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
25447
25448 * thumbs.el (thumbs-find-image): Don't make variables
25449 automatically buffer local.
25450 (thumbs-current-tmp-filename, thumbs-current-image-filename)
25451 (thumbs-image-num): Make automatically buffer local.
25452 (thumbs-show-thumbs-list): Use `make-local-variable', not
25453 `make-variable-buffer-local'.
25454 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
25455
25456 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
25457 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
25458 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
25459 (bother, bye, canyou, chatlst, continue, deathlst, describe)
25460 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
25461 (feelings-about, foullst, found, hello, history, howareyoulst)
25462 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
25463 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
25464 (neglst, obj, object, owner, please, problems, qlist)
25465 (random-adjective, relation, remlst, repetitive-shortness)
25466 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
25467 (shortlst, something, sportslst, stallmanlst, states, subj)
25468 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
25469 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
25470 Defvar at compile time.
25471
25472 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
25473 not `make-variable-buffer-local'.
25474
25475 2005-08-02 Kim F. Storm <storm@cua.dk>
25476
25477 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
25478 rectangle overlay in selected window.
25479
25480 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
25481
25482 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
25483 instead of display group. Make `indicate-buffer-boundaries'
25484 customizable through Custom.
25485
25486 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
25487
25488 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
25489 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
25490 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
25491 (gdb-put-string): Fix typos in docstrings.
25492
25493 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
25494
25495 Update copyright notices of files in progmodes directory for
25496 release of Emacs 22.1.
25497
25498 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
25499
25500 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
25501 Don't barf if the GUD buffer has been killed.
25502
25503 2005-08-01 Kim F. Storm <storm@cua.dk>
25504
25505 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
25506
25507 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
25508
25509 * simple.el (next-error-follow-minor-mode):
25510 make-variable-buffer-local -> make-local-variable.
25511
25512 * emacs-lisp/cl-extra.el: Require CL also when compiling.
25513
25514 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
25515 (byte-compile-form-make-variable-buffer-local): New functions to warn
25516 about misuses of make-variable-buffer-local where make-local-variable
25517 was meant.
25518
25519 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
25520
25521 * bs.el (bs-attributes-list): Doc fix.
25522 (bs): Update url-link.
25523
25524 * desktop.el (desktop-save-buffer): Fix typos in docstring.
25525 (desktop-load-default): Simplify.
25526
25527 * ibuffer.el (ibuffer-columnize-and-insert-list)
25528 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
25529 (ibuffer-unmark-all, ibuffer-toggle-marks)
25530 (ibuffer-unmark-forward, ibuffer-unmark-backward)
25531 (ibuffer-compile-make-format-form, ibuffer-format-column)
25532 (ibuffer-current-buffers-with-marks)
25533 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
25534 (ibuffer): Doc fix.
25535 (ibuffer-mode): Fix typo in docstring.
25536 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
25537 with `define-obsolete-variable-alias'.
25538 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
25539
25540 2005-07-29 Kenichi Handa <handa@m17n.org>
25541
25542 * international/mule-cmds.el (select-message-coding-system):
25543 Be sure to use LF for end-of-line. If no coding system is decided,
25544 return iso-8859-1-unix.
25545
25546 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
25547
25548 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
25549 (ange-ftp-pending-error-line): New vars.
25550 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
25551 to handle the non-fatal no-route-to-host messages.
25552 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
25553
25554 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
25555
25556 * isearch.el (isearch-mode-map, isearch-other-meta-char)
25557 (isearch-quote-char, isearch-printing-char)
25558 (isearch-text-char-description): "?\ " -> "?\s".
25559 (isearch-lazy-highlight-cleanup)
25560 (isearch-lazy-highlight-initial-delay)
25561 (isearch-lazy-highlight-interval)
25562 (isearch-lazy-highlight-max-at-a-time)
25563 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
25564 Declare with define-obsolete-*-alias macros.
25565 (isearch-forward): Fix typo in docstring.
25566 (search-invisible, search-ring-yank-pointer)
25567 (regexp-search-ring-yank-pointer): Doc fixes.
25568
25569 * recentf.el (recentf-menu-append-commands-p): Declare with
25570 `define-obsolete-variable-alias'.
25571 (recentf-max-saved-items, recentf-menu-filter)
25572 (recentf-arrange-by-rule-subfilter): Doc fixes.
25573 (recentf-menu-append-commands-flag)
25574 (recentf-initialize-file-name-history, recentf-expand-file-name)
25575 (recentf-clear-data): Fix typos in docstrings.
25576
25577 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
25578
25579 * progmodes/gdb-ui.el: Smarten comments.
25580 (gdb-info-breakpoints-custom): Use nowarn when finding file.
25581
25582 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
25583
25584 * term/apollo.el (terminal-init-apollo): New function containing
25585 all former top level forms in the file.
25586 * term/bobcat.el (terminal-init-bobcat):
25587 * term/cygwin.el (terminal-init-cygwin):
25588 * term/iris-ansi.el (terminal-init-iris-ansi):
25589 * term/linux.el (terminal-init-linux):
25590 * term/news.el (terminal-init-news):
25591 * term/rxvt.el (terminal-init-rxvt):
25592 * term/sun.el (terminal-init-sun):
25593 * term/tvi970.el (terminal-init-tvi970):
25594 * term/vt100.el (terminal-init-vt100):
25595 * term/vt102.el (terminal-init-vt102):
25596 * term/vt125.el (terminal-init-vt125):
25597 * term/vt200.el (terminal-init-vt200):
25598 * term/vt201.el (terminal-init-vt201):
25599 * term/vt220.el (terminal-init-vt220):
25600 * term/vt240.el (terminal-init-vt240):
25601 * term/vt300.el (terminal-init-vt300):
25602 * term/vt320.el (terminal-init-vt320):
25603 * term/vt400.el (terminal-init-vt400):
25604 * term/vt420.el (terminal-init-vt420):
25605 * term/wyse50.el (terminal-init-wyse50):
25606 * term/xterm.el (terminal-init-xterm): Likewise.
25607
25608 * term/README: Describe the terminal-init-* functionality.
25609
25610 * startup.el (command-line): After loading the terminal initialization
25611 file call the corresponding terminal initialization function.
25612
25613 2005-07-27 Kenichi Handa <handa@m17n.org>
25614
25615 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
25616 negative.
25617
25618 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
25619 (ps-mule-composition-prologue): Fix for the case that
25620 RelativeCompose is false.
25621
25622 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
25623
25624 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
25625
25626 * descr-text.el (describe-char): Handle the case where the list of
25627 chars is displayed in a separate frame.
25628 Be a bit more discriminating when looking for the char.
25629
25630 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
25631
25632 * bookmark.el (bookmark-automatically-show-annotations)
25633 (bookmark-read-annotation-text-func): Doc fixes.
25634 (bookmark-save): Improve argument/docstring consistency.
25635 (bookmark-get-bookmark, bookmark-get-bookmark-record)
25636 (bookmark-alist-from-buffer)
25637 (bookmark-upgrade-file-format-from-0)
25638 (bookmark-grok-file-format-version)
25639 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
25640 (bookmark-read-annotation-mode)
25641 (bookmark-insert-current-bookmark, bookmark-jump)
25642 (bookmark-exit-hook): Fix typos in docstrings.
25643 (bookmark-exit-hooks): Define as obsolete alias.
25644 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
25645 not `bookmark-exit-hooks'. Fix docstring.
25646 (bookmark-bmenu-select): "?\ " -> "?\s".
25647
25648 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
25649
25650 * startup.el (command-line): Fix typo.
25651
25652 2005-07-24 Richard M. Stallman <rms@gnu.org>
25653
25654 * tooltip.el (tooltip-mode): Test emacs-basic-display,
25655 not emacs-quick-startup.
25656
25657 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
25658
25659 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
25660 (reb-next-match, reb-show-subexp): Use `with-selected-window'
25661 instead of `reb-with-current-window'.
25662 (reb-prev-match): Likewise. Also, don't move left if the search
25663 was unsuccessful.
25664 (reb-initialize-buffer): New function.
25665 (re-builder, reb-change-syntax): Use it.
25666
25667 * man.el (Man-goto-page): Make second argument NOERROR optional.
25668
25669 2005-07-23 Richard M. Stallman <rms@gnu.org>
25670
25671 * man.el (Man-bgproc-sentinel): Check here for failure to find
25672 any man page in the output, and report the error here.
25673 (Man-arguments): Make it permanent local.
25674 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
25675 (Man-mode): Pass t for NOERROR.
25676
25677 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
25678 (grep-mode-font-lock-keywords):
25679 Don't use compilation-...-face for messages that are not file names.
25680
25681 * progmodes/compile.el (compilation-mode-font-lock-keywords):
25682 Don't use compilation-...-face for messages that are not file names.
25683
25684 2005-07-22 Juri Linkov <juri@jurta.org>
25685
25686 * startup.el (normal-splash-screen): Update menu name.
25687
25688 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
25689
25690 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
25691
25692 * term/xterm.el: Load term/rxvt if the terminal is actually an
25693 rxvt terminal.
25694 (xterm-rxvt-set-background-mode): Remove, not used anymore.
25695
25696 * term/rxvt.el (function-key-map): Use substitute-key-definition
25697 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
25698
25699 * term/cygwin.el: New file.
25700
25701 2005-07-22 Kim F. Storm <storm@cua.dk>
25702
25703 * image-file.el (insert-image-file, image-file-yank-handler):
25704 Fix last change to maintain a (unique) yank-handler on yanked images.
25705
25706 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
25707
25708 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
25709 of the file size (as in "177B" for 177 bytes). This happens with
25710 "ls -lh" on FreeBSD.
25711
25712 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
25713
25714 * hilit-chg.el (highlight-changes-global-initial-state)
25715 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
25716 (hilit-chg-fixup, highlight-changes-mode):
25717 Fix typos in docstrings.
25718 (highlight-changes-global-modes, highlight-changes-rotate-faces):
25719 Doc fixes.
25720
25721 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
25722
25723 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
25724 mode function using `eval-after-load'.
25725
25726 2005-07-21 Kim F. Storm <storm@cua.dk>
25727
25728 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
25729 included when reporting an Emacs crash, and tell about the DEBUG file.
25730
25731 * image-file.el (insert-image-file): Add yank-handler.
25732 (image-file-yank-handler): Yank handler to make unique copies of
25733 images when they are yanked into a buffer next to each other.
25734
25735 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
25736
25737 * comint.el (comint-use-prompt-regexp, comint-send-input)
25738 (comint-source-default, comint-extract-string)
25739 (comint-get-source, comint-word, comint-completion)
25740 (comint-source, comint-prompt-read-only, comint-update-fence):
25741 Fix typos in docstrings.
25742 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
25743 Declare with define-obsolete-*-alias macros.
25744 (comint-previous-matching-input-from-input)
25745 (comint-next-matching-input-from-input)
25746 (comint-previous-matching-input, comint-next-matching-input)
25747 (comint-forward-matching-input):
25748 Improve argument/docstring consistency.
25749
25750 * desktop.el (desktop-clear-preserve-buffers-regexp):
25751 Also preserve the *server* buffer.
25752
25753 * simple.el (clone-indirect-buffer): Doc fix.
25754 (fixup-whitespace, just-one-space)
25755 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
25756 (next-error, next-error-highlight)
25757 (next-error-highlight-no-select, next-error-last-buffer)
25758 (next-error-buffer-p, next-error-find-buffer, next-error)
25759 (previous-error, next-error-no-select, previous-error-no-select)
25760 (open-line, split-line, minibuffer-prompt-width, kill-new)
25761 (binary-overwrite-mode): Fix typos in docstrings.
25762 (set-fill-column): Fix typo in message.
25763
25764 * skeleton.el (skeleton-proxy-new): Doc fix.
25765
25766 * strokes.el (strokes-load-hook): Doc fix.
25767 (strokes-grid-resolution, strokes-get-grid-position)
25768 (strokes-renormalize-to-grid, strokes-read-stroke)
25769 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
25770 (strokes-global-map): Fix typos in docstrings.
25771 (strokes-help): Doc fix. Fix help message and pass it through
25772 `substitute-command-keys'.
25773
25774 * tempo.el (tempo-insert-prompt, tempo-interactive)
25775 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
25776 (tempo-insert-string-functions, tempo-local-tags)
25777 (tempo-define-template, tempo-insert-template)
25778 (tempo-insert-prompt-compat, tempo-is-user-element)
25779 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
25780 Fix typos in docstrings.
25781
25782 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
25783 (vcursor-key-bindings, vcursor-use-vcursor-map)
25784 (vcursor-find-window, vcursor-scroll-down)
25785 (vcursor-disable, vcursor-beginning-of-buffer)
25786 (vcursor-end-of-buffer): Fix typos in docstrings.
25787 (vcursor-relative-move, vcursor-get-char-count):
25788 Improve argument/docstring consistency.
25789
25790 * version.el: "?\ " -> "?\s".
25791
25792 * wid-edit.el (widget-default-create, widget-after-change)
25793 (widget-default-format-handler, widget-checklist-add-item)
25794 (widget-radio-add-item, widget-choose, widget-specify-secret)
25795 (widget-field-value-create, widget-field-value-get)
25796 (widget-editable-list-format-handler)
25797 (widget-editable-list-entry-create, widget-group-value-create)
25798 (widget-documentation-link-add)
25799 (widget-documentation-string-value-create): "?\ " -> "?\s".
25800 (widget-convert-text): Doc fix.
25801 (widget-narrow-to-field, widget-field-find)
25802 (widget-url-link-action, widget-emacs-library-link-action)
25803 (widget-color-notify): Fix typos in docstrings.
25804
25805 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
25806 (x-select-text, set-w32-system-coding-system)
25807 (w32-add-charset-info): Fix typos in docstrings.
25808
25809 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
25810 (cua-enable-cua-keys, cua-use-hyper-key)
25811 (cua-virtual-rectangle-edges): Fix typos in docstrings.
25812 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
25813
25814 * net/tramp.el (tramp-handle-load): Fix typo in error message.
25815
25816 * emacs-lisp/re-builder.el (regexp-builder): Declare with
25817 `defalias' instead of faking it.
25818
25819 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
25820 (eshell-ls-missing, eshell-ls-dired-initial-args)
25821 (eshell-ls-use-in-dired): Fix typos in docstrings.
25822
25823 2005-07-20 Kim F. Storm <storm@cua.dk>
25824
25825 * emulation/cua-base.el (cua-mode): Improve doc string.
25826
25827 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
25828
25829 * abbrev.el (expand-region-abbrevs): Doc fix.
25830 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
25831 Improve argument/docstring consistency.
25832
25833 * arc-mode.el (archive-get-descr, archive-alternate-display):
25834 Doc fixes.
25835 (archive-l-e): Improve argument/docstring consistency.
25836 (archive-tmpdir, archive-unixdate, archive-unixtime)
25837 (archive-chmod-entry): Fix typos in docstrings.
25838 (archive-unflag, archive-unflag-backwards)
25839 (archive-unmark-all-files): "?\ " -> "?\s".
25840
25841 * buff-menu.el (Buffer-menu-unmark): Doc fix.
25842 (Buffer-menu-not-modified, Buffer-menu-execute)
25843 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
25844 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
25845
25846 * composite.el (compose-string, encode-composition-rule)
25847 (compose-last-chars): Fix typos in docstrings.
25848
25849 * desktop.el (desktop-enable, desktop-basefilename):
25850 Declare with `define-obsolete-variable-alias'.
25851 (desktop-internal-v2s): Don't quote keywords.
25852 (desktop-clear): "?\ " -> "?\s".
25853
25854 * dired.el (dired-align-file, dired-flag-backup-files)
25855 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
25856 (dired-listing-switches, dired-ls-F-marks-symlinks)
25857 (dired-dwim-target, dired-load-hook, dired-mode-hook)
25858 (dired-directory, dired-faces, dired, dired-revert)
25859 (dired-mode, dired-summary, dired-view-file)
25860 (dired-copy-filename-as-kill, dired-delete-file)
25861 (dired-no-confirm, dired-unmark-all-marks)
25862 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
25863 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
25864 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
25865 Fix typos in message strings.
25866
25867 * dired-x.el (virtual-dired): Declare with `defalias'.
25868 (dired-mark-unmarked-files, dired-local-variables-file)
25869 (dired-omit-here-always): Doc fix.
25870 (dired-omit-mode, dired-find-subdir)
25871 (dired-enable-local-variables, dired-clean-up-buffers-too)
25872 (dired-extra-startup, dired-mark-extension, dired-jump)
25873 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
25874 (dired-smart-shell-command, dired-guess-shell-alist-user)
25875 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
25876 (dired-x-bind-find-file, dired-x-submit-report):
25877 Fix typos in docstrings.
25878 (dired-mark-unmarked-files): "?\ " -> "?\s".
25879
25880 * dirtrack.el (dirtrack-list): Fix typos in docstring.
25881
25882 * faces.el (describe-face): "?\ " -> "?\s".
25883 (read-all-face-attributes, read-face-font, modify-face)
25884 (face-attr-construct, italic): Fix typos in docstrings.
25885 (frame-update-face-colors): Declare with
25886 `define-obsolete-function-alias'.
25887
25888 * files.el (find-file-noselect, recode-file-name): Doc fixes.
25889 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
25890 (magic-mode-alist, buffer-file-numbers-unique)
25891 (write-file-functions, get-free-disk-space):
25892 Fix typos in docstrings.
25893 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
25894 (write-contents-hooks, write-file-hooks):
25895 Declare with `define-obsolete-variable-alias'.
25896
25897 * forms-d2.el (arch-rj): Fix typo in docstrings.
25898 (arch-tocol): Likewise. "?\ " -> "?\s".
25899
25900 * frame.el (set-frame-font, cursor-in-non-selected-windows):
25901 Fix typo in docstring.
25902 (set-screen-width, set-screen-height): Delete redundant info in
25903 doctrings.
25904 (new-frame, screen-height, screen-width): Declare with
25905 `define-obsolete-function-alias'.
25906 (delete-frame-hook, blink-cursor): Declare with
25907 `define-obsolete-variable-alias'.
25908
25909 * paths.el (prune-directory-list): Fix typos in docstring.
25910
25911 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
25912 (cvs-prefix-get): Fix typos in docstrings.
25913
25914 * ps-print.el (ps-extend-face-list, ps-extend-face)
25915 (ps-print-background-image): Fix typos in docstrings.
25916 (ps-default-fg, ps-default-bg): Doc fixes.
25917
25918 * s-region.el (s-region-bind): Doc fix.
25919 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
25920
25921 * textmodes/org.el (org-table-formula-substitute-names)
25922 (org-table-get-vertical-vector): Doc fixes.
25923 (org-table-recalculate): Remove unused argument to `message'.
25924
25925 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
25926
25927 * textmodes/org.el (org-table-column-names)
25928 (org-table-column-name-regexp)
25929 (org-table-named-field-locations): New variables.
25930 (org-archive-subtree): Protect `this-command' when calling
25931 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
25932 the kill buffer.
25933 (org-complete): Remove fixed-formula completion.
25934 (org-edit-formulas-map): New variable.
25935 (org-table-edit-formulas): New command.
25936 (org-finish-edit-formulas, org-abort-edit-formulas)
25937 (org-show-variable, org-table-get-vertical-vector): New functions.
25938 (org-table-maybe-eval-formula): Handle `:=' fields.
25939 (org-table-get-stored-formulas, org-table-store-formulas)
25940 (org-table-get-formula, org-table-modify-formulas)
25941 (org-table-replace-in-formulas): Handle named field formulas.
25942 (org-table-get-specials): Store locations of named fields.
25943
25944 2005-07-19 Juri Linkov <juri@jurta.org>
25945
25946 * progmodes/grep.el (grep-regexp-alist)
25947 (grep-mode-font-lock-keywords, grep-process-setup):
25948 Use default GNU grep match color "01;31m" instead of "01;41m".
25949 (grep-regexp-alist, grep-mode-font-lock-keywords):
25950 Use `\\[[0-9]*m' instead of `\\[00m'.
25951 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
25952 sgr_start where its handling is more important. Use the real
25953 length of sgr_start instead of constant 8.
25954 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
25955 specially. Delete all remaining escape sequences.
25956 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
25957 (grep-regexp-alist): Make hyperlink only for binary file name
25958 instead of the whole line.
25959 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
25960 (grep-mode): Add autoload.
25961
25962 * emacs-lisp/find-func.el (find-function-regexp):
25963 Add `define-compilation-mode'.
25964
25965 2005-07-19 Juri Linkov <juri@jurta.org>
25966
25967 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
25968 (compare-windows-sync-string-size, compare-windows-recenter)
25969 (compare-windows-highlight, compare-windows): Add version 22.1.
25970 (compare-windows) <defface>: Inherit from lazy-highlight instead
25971 of duplicating its default value.
25972
25973 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
25974 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
25975
25976 * descr-text.el (describe-char): Create link buttons for `charset'
25977 and `code point'. Add the current input method name with a link
25978 button to `to input' field. Print face names of display table
25979 characters in `The display table entry is displayed by' section
25980 instead of printing face-id in the `display' field.
25981 Guess hardcoded faces and create a link button for them.
25982 Skip empty fields when calculating max-width.
25983 Treat `widget-create' specially while inserting strings from the
25984 collected field list.
25985 (describe-char-after): Made obsolete in version 22.1, not 21.5.
25986
25987 * diff-mode.el (diff-file-header): Change foreground color from
25988 yellow to green on light backgrounds.
25989 (diff-context): Inherit from `shadow' only for color/grayscale
25990 with more than 88 colors.
25991 (diff-indicator-removed, diff-indicator-added)
25992 (diff-indicator-changed): New faces.
25993 (diff-font-lock-keywords): Use new faces. Regroup rules.
25994 Add "^---$" for `normal' diff format. Fontify `#' lines with
25995 font-lock-comment-delimiter-face and font-lock-comment-face.
25996 Add `#' to ^[^...] in the rule for `diff-context-face'.
25997
25998 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
25999 a button-like box. Inherit from `highlight' on low colors.
26000 (shadow): Use shades of gray only for color/grayscale with
26001 more than 88 colors. Use green for light backgrounds with
26002 8 colors, and yellow for dark backgrounds with 8 colors.
26003
26004 * font-lock.el (font-lock-regexp-grouping-backslash):
26005 Don't inherit from escape-glyph (use bold for all cases).
26006
26007 * info.el (info-xref-visited): Use light foreground color `violet'
26008 for dark backgrounds instead of dark color `magenta3'.
26009 (info-title-1): Use `yellow' color for dark backgrounds.
26010
26011 * isearch.el (isearch): Use not-too-dark magenta3 instead of
26012 too-light magenta2.
26013
26014 * replace.el (match): Use slightly more light RoyalBlue3 instead
26015 of dark RoyalBlue4.
26016
26017 * wid-edit.el (widget-inactive): Inherit from `shadow'.
26018
26019 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
26020
26021 * novice.el (disabled-command-hook): Declare it with
26022 `define-obsolete-variable-alias'.
26023
26024 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
26025 (desktop-buffer-misc-functions, desktop-buffer-handlers)
26026 (desktop-load-default): Add release to obsolescence info.
26027 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
26028 (desktop-append-buffer-args, desktop-read):
26029 Fix typos in docstrings.
26030 (desktop-kill): Fix typo in message.
26031 (desktop-save): Doc fix.
26032
26033 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
26034
26035 * viper-cmd.el (viper-escape-to-state): Bug fix.
26036 (viper-envelop-ESC-key): Change the definition of fast
26037 keysequence so it'll work with keyboard macros.
26038
26039 * ediff.el (ediff-patch-buffer): Change the docstring.
26040
26041 2005-07-19 Kenichi Handa <handa@m17n.org>
26042
26043 * international/mule-cmds.el (select-safe-coding-system): Try to
26044 use an auto-coding (if any) before anything else. If the found
26045 auto-coding is invalid, show a warning message.
26046
26047 * international/mule.el (find-auto-coding): New function created
26048 by modifying the body of set-auto-coding.
26049 (set-auto-coding): Use find-auto-coding to find a coding.
26050
26051 2005-07-18 Richard M. Stallman <rms@gnu.org>
26052
26053 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
26054 not isearch-mode-end-hook-error.
26055 (allout-before-change-protect): Fix error message.
26056
26057 2005-07-18 Juri Linkov <juri@jurta.org>
26058
26059 * allout.el (allout-mode):
26060 * calculator.el (calculator-copy):
26061 * custom.el (custom-known-themes):
26062 * dired.el (dired-desktop-buffer-misc-data)
26063 (dired-restore-desktop-buffer):
26064 * dired-x.el (dired-omit-marker-char):
26065 * files.el (basic-save-buffer):
26066 * font-core.el (font-lock-mode):
26067 * calendar/calendar.el (calendar-goto-hebrew-date)
26068 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
26069 (calendar-goto-persian-date):
26070 * language/ethio-util.el (ethio-sera-to-fidel-region):
26071 * textmodes/picture.el (picture-mode):
26072 Delete duplicate duplicate words.
26073
26074 2005-07-18 Juri Linkov <juri@jurta.org>
26075
26076 * isearch.el (isearch-mode-map): Remove key bindings for regexp
26077 chars * ? } |.
26078 (isearch-fallback): Don't call `isearch-process-search-char'.
26079 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
26080 (isearch-process-search-char): Call `isearch-fallback' for regexp
26081 chars * ? } |.
26082 (isearch-return-char): Make obsolete with `make-obsolete' instead
26083 of simply documenting it as obsolete in the docstring.
26084 (isearch-fallback): Refill docstring.
26085
26086 * international/isearch-x.el
26087 (isearch-process-search-multibyte-characters): Remove unneeded
26088 `concat'. Add intermediate values to `junk-hist' instead of
26089 `minibuffer-history'. Test the length of `str'.
26090
26091 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
26092
26093 * allout.el (allout-resolve-xref): Fix typos in error strings.
26094 (allout-before-change-protect): Remove unneeded `concat'.
26095
26096 * array.el (array-mode, array-reconfigure-rows)
26097 (untabify-backward): Fix typos in docstrings.
26098 (array-reconfigure-rows): Use `insert-buffer-substring', not
26099 `insert-buffer'.
26100
26101 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
26102 * progmodes/ada-mode.el (ada-make-body):
26103 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
26104
26105 * dired.el (dired-log):
26106 * tar-mode.el (tar-subfile-save-buffer):
26107 * play/zone.el (zone-pgm-stress-destress):
26108 Use `insert-buffer-substring', not `insert-buffer'.
26109
26110 2005-07-17 Simon Josefsson <jas@extundo.com>
26111
26112 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
26113
26114 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
26115
26116 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
26117 Add plain auth method.
26118 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
26119
26120 2005-07-17 Kim F. Storm <storm@cua.dk>
26121
26122 * ido.el (dired-other-window): Add ido property.
26123
26124 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
26125
26126 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
26127 Fix typo in docstring.
26128 (byte-compile-interactive-only-functions): Add `insert-buffer' and
26129 `insert-file-literally'.
26130
26131 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
26132 info and delete redundant message. Doc fix.
26133 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
26134 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
26135
26136 2005-07-16 Richard M. Stallman <rms@gnu.org>
26137
26138 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
26139 (byte-compile-and): Use byte-compile-and-recursion.
26140 (byte-compile-or-recursion): New function.
26141 (byte-compile-or): Use that.
26142 (byte-compile-if): Guard the else-clause too.
26143 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
26144
26145 * isearch.el (isearch-mode-end-hook-quit): New variable.
26146 (isearch-done): Bind it.
26147 (isearch-mode-end-hook): Doc fix.
26148
26149 * allout.el (allout-isearch-did-quit): Variable deleted.
26150 (allout-real-isearch-abort): Function name no longer used.
26151 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
26152 (allout-isearch-rectification): isearch-mode always exists.
26153 Don't set allout-isearch-did-quit.
26154 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
26155 allout-isearch-did-quit.
26156 (allout-enwrap-isearch): Just add the hook.
26157 (allout-isearch-abort): Function deleted.
26158 (allout-pre-command-business): Avoid warning.
26159
26160 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
26161 Correctly avoid warnings.
26162 (pascal-outline): Likewise.
26163
26164 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
26165
26166 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
26167
26168 * play/tetris.el (tetris-mode): Avoid warning.
26169
26170 * play/snake.el (snake-mode): Avoid warning.
26171
26172 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
26173 (gamegrid-set-display-table): Avoid warning.
26174 (gamegrid-set-timer): Likewise.
26175 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
26176 (gamegrid-add-score-with-update-game-score-1): Take FILE
26177 as argument.
26178 (gamegrid-add-score-with-update-game-score): Pass that argument.
26179 Rename have-shared-game-dir to gamegrid-shared-game-dir.
26180
26181 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
26182
26183 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
26184 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
26185
26186 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
26187 and insert-file.
26188
26189 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
26190 (sc-ask): Avoid warnings.
26191
26192 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
26193 (eshell-hist-initialize): Use that var the natural way.
26194
26195 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
26196
26197 * emacs-lisp/re-builder.el (reb-cook-regexp):
26198 Avoid warning calling lre-compile-string.
26199 (reb-color-display-p): Avoid warning.
26200
26201 * calculator.el (calculator-last-input): Guard uses
26202 of event-key and key-press-event-p.
26203 (event-key, key-press-event-p): Delete definitions.
26204
26205 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
26206 (find-gc-source-directory, find-gc-subrs-callers)
26207 (find-gc-noreturn-list, find-gc-source-files)
26208 (find-gc-subrs-called): Vars renamed and defvar'd.
26209
26210 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
26211 (checkdoc-overlay-put, checkdoc-delete-overlay)
26212 (checkdoc-overlay-start, checkdoc-overlay-end)
26213 (checkdoc-mode-line-update, checkdoc-char=):
26214 Define such that compiler knows they are defined.
26215 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
26216 (checkdoc-read-event): Delete. Use read-event directly.
26217
26218 * whitespace.el (whitespace-make-overlay)
26219 (whitespace-overlay-put, whitespace-delete-overlay)
26220 (whitespace-overlay-start, whitespace-overlay-end):
26221 Define such that compiler knows they are defined.
26222 (whitespace): Move conditional inside.
26223
26224 * tempo.el (tempo-insert-template): Suppress warning.
26225
26226 * ediff-diff.el (longlines-mode): Add defvar.
26227
26228 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
26229
26230 * server.el: Bind "C-x #" in a way that works even if C-x is
26231 redefined to a command key, not a prefix key.
26232
26233 2005-07-16 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net> (tiny change)
26234
26235 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
26236 cl-make-type-test till execution time.
26237
26238 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
26239
26240 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
26241 arg ARG and use it.
26242
26243 2005-07-16 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net> (tiny change)
26244
26245 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
26246
26247 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
26248
26249 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
26250 a defcustom with two :set or :type keywords.
26251
26252 2005-07-15 Richard M. Stallman <rms@gnu.org>
26253
26254 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
26255 Don't give ^M comment-end syntax.
26256
26257 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
26258
26259 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
26260 Don't consider gdbmi (gdb-mi.el has its own update functions).
26261 (gdb-var-delete): Make it work for gdbmi as well.
26262 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
26263
26264 * progmodes/gud.el (etags, sdb): Only require etags when needed.
26265 (gud-speedbar-menu-items): Correct logic for enabling items.
26266
26267 2005-07-15 Kim F. Storm <storm@cua.dk>
26268
26269 * ido.el: Fix commentary.
26270 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
26271 Use with-no-warnings around ffap-guesser.
26272 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
26273 Let bind minibuffer-completing-file-name to t.
26274
26275 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
26276
26277 * startup.el (site-run-file, keyboard-type): Doc fixes.
26278 (command-line): Check for "--basic-display" argument; also for
26279 "--quick", not "--bare-bones" (which was renamed).
26280 (fancy-splash-text): Add missing item "Getting New Versions".
26281 (normal-splash-screen): Fix typos and improve consistency with
26282 `fancy-splash-text'. Update copyright year.
26283
26284 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
26285 valid binding for `help-char'.
26286
26287 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
26288
26289 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
26290
26291 * term.el (term-mode): Disable cua-mode for term buffers.
26292
26293 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
26294
26295 * add-log.el (add-log-mailing-address, change-log-merge):
26296 Doc fixes.
26297 (change-log-get-method-definition): Fix typo in docstring.
26298
26299 2005-07-14 Kim F. Storm <storm@cua.dk>
26300
26301 * emulation/cua-base.el:
26302 (cua--pre-command-handler-1, cua--pre-command-handler)
26303 (cua--post-command-handler-1, cua--post-command-handler):
26304 Split in two. Check (buffer local) value of cua-mode.
26305 (cua-selection-mode): New command.
26306
26307 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
26308
26309 * custom.el (custom-initialize-safe-set)
26310 (custom-initialize-safe-default): Doc fixes.
26311
26312 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
26313 and simplify :init-value again.
26314
26315 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
26316 and simplify :init-value again. Delete autoload.
26317
26318 * startup.el (command-line): Use `custom-reevaluate-setting' again
26319 for tooltip-mode.
26320
26321 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
26322 a defcustom with two :initialize keywords.
26323
26324 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
26325
26326 * allout.el (my-mark-marker, allout-isearch-prior-pos)
26327 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
26328 (allout-post-command-business, allout-flag-region)
26329 (isearch-reenable-font-lock, allout-yank)
26330 (allout-insert-latex-header, allout-insert-latex-trailer)
26331 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
26332 (allout-latex-verb-quote): Fix typos in docstrings.
26333 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
26334 (allout-unprotected, allout-prefix-data):
26335 Improve argument/docstring consistency.
26336 (allout-chart-subtree): Fix argument spec.
26337 (allout-open-topic): Rename `use_sib_bullet' argument to
26338 `use-sib-bullet'. Doc fix.
26339
26340 * whitespace.el (whitespace-check-buffer-leading)
26341 (whitespace-check-buffer-trailing)
26342 (whitespace-check-buffer-indent)
26343 (whitespace-check-buffer-spacetab)
26344 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
26345 (whitespace-check-leading-whitespace)
26346 (whitespace-check-trailing-whitespace)
26347 (whitespace-check-spacetab-whitespace)
26348 (whitespace-check-indent-whitespace)
26349 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
26350 (whitespace-modes): Fix typos in docstrings.
26351 (defgroup, defcustom): Doc fixes.
26352
26353 * winner.el (winner-mode, winner-boring-buffers)
26354 (winner-pending-undo-ring): Doc fixes.
26355 (winner-ring): Remove unneeded `progn'.
26356 (winner-equal): `defsubst' it.
26357 (winner-redo): Fix message.
26358
26359 2005-07-13 Kim F. Storm <storm@cua.dk>
26360
26361 * simple.el (line-move-1): Always use vertical-motion to
26362 do the last (or only) line move to ensure some movement.
26363 Undo 2005-06-23 change--don't check for overlays.
26364
26365 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26366
26367 * term/mac-win.el (ccl-encode-mac-roman-font)
26368 (ccl-encode-mac-centraleurroman-font)
26369 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
26370 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
26371 Change charset-id boundary of dimension to ?\xef.
26372 (mac-char-fontspec-list): New constant.
26373 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
26374 argument. Nil uses itself as family in font-spec. Previous
26375 behavior for nil is now provided by non-nil non-string argument.
26376 All callers changed. Add font-specs for Mac fonts to
26377 "fontset-default" unless iso8859-1 fonts are installed.
26378
26379 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
26380
26381 * progmodes/sh-script.el (sh-get-indent-info): Only indent
26382 a continuation line if the \ is preceded by SPC or TAB.
26383 (sh-get-indent-info): Simplify.
26384 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
26385 Use with-current-buffer.
26386
26387 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
26388 when the matched text is empty.
26389
26390 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
26391
26392 * startup.el (command-line): Revert to previous handling of
26393 tooltip-mode. Explain in comment why the complexity is needed.
26394
26395 * tooltip.el (tooltip-mode): Revert to previous implementation of
26396 its defcustom.
26397
26398 * frame.el (blink-cursor-mode): Revert to previous implementation
26399 of its defcustom. Update comment.
26400
26401 2005-07-12 Lars Hansen <larsh@soem.dk>
26402
26403 * desktop.el: Update e-mail address.
26404
26405 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26406
26407 * term/mac-win.el (mac-services-mail-selection)
26408 (mac-services-mail-to): New functions.
26409 (mac-application-menu-map): Bind them.
26410
26411 2005-07-12 wulei <milton@wulei.net> (tiny change)
26412
26413 * progmodes/gdb-ui.el: Add note about buffering with Windows.
26414
26415 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
26416
26417 * custom.el (custom-reevaluate-setting): Doc fix.
26418
26419 2005-07-11 Jay Belanger <belanger@truman.edu>
26420
26421 * calc/calc.el (calc-embedded-announce-formula-alist)
26422 (calc-embedded-open-close-plain-alist)
26423 (calc-embedded-open-close-mode-alist): Add checks for additional
26424 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
26425
26426 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
26427
26428 * custom.el (custom-enable-theme): Don't add theme to
26429 `custom-enabled-themes' with `push' because there is no
26430 setf-method for `delq'.
26431
26432 2005-07-11 Richard M. Stallman <rms@gnu.org>
26433
26434 * custom.el (custom-declare-variable): Doc fix.
26435
26436 * dired-aux.el (dired-compare-directories): Remove "." and ".."
26437 from the alists.
26438
26439 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
26440 Do nothing if edebug-active.
26441
26442 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
26443 (edebug-display): Do it here instead.
26444
26445 2005-07-10 Richard M. Stallman <rms@gnu.org>
26446
26447 * cus-face.el (custom-theme-set-faces): Make it work.
26448 (custom-reset-faces): Doc fix.
26449 (custom-theme-reset-internal-face, custom-theme-face-value):
26450 Functions deleted.
26451
26452 * custom.el (custom-push-theme): Maintain list of the settings
26453 of a given theme in its theme-settings property.
26454 Maintain position of old settings in the theme-value
26455 or theme-face property.
26456 (custom-enabled-themes): New variable.
26457 (custom-theme-enabled-p): New function.
26458 (provide-theme): Update custom-enabled-themes.
26459 Disable and reenable the `user' theme.
26460 (require-theme): Doc fix.
26461 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
26462 (custom-theme-value, custom-theme-variable-value): Likewise.
26463 (custom-theme-reset-internal): Likewise.
26464 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
26465 (custom-enable-theme, custom-disable-theme): New functions.
26466 (custom-variable-theme-value, custom-face-theme-value): Likewise.
26467 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
26468 (custom-theme-reset-variables): Simplify.
26469 (deftheme, custom-declare-theme, custom-make-theme-feature):
26470 Definitions moved.
26471
26472 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
26473
26474 * longlines.el (longlines-show-region)
26475 (longlines-unshow-hard-newlines): Recognize hard newlines by
26476 non-nil hard property, instead of t.
26477
26478 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
26479
26480 * viper-cmd.el (viper--key-maps): New variable.
26481 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
26482 emulation-mode-map-alists.
26483 (viper-envelop-ESC-key): Use viper-subseq.
26484 (viper-search-forward/backward/next): Disable debug-on-error.
26485
26486 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
26487 (viper-ESC-key): New defcustoms.
26488
26489 * viper-macs.el (ex-map-read-args): Use viper-subseq.
26490
26491 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
26492 (viper-subseq): Copy of subseq from cl.el.
26493
26494 * viper.el (viper-go-away, viper-set-hooks): Use
26495 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
26496
26497 * viper-mous.el (viper-current-frame-saved): Use defvar.
26498
26499 * viper-init.el: Get rid of -face in face names.
26500
26501 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
26502 Make it work with longlines mode.
26503
26504 * ediff-mult.el (ediff-meta-mode-hook): New variable.
26505
26506 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
26507
26508 * ediff-init.el: Get rid of -face in face names.
26509
26510 2005-07-10 Richard M. Stallman <rms@gnu.org>
26511
26512 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
26513 and with-timeout-unsuspend.
26514
26515 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
26516 and with-timeout-unsuspend.
26517
26518 * emacs-lisp/timer.el (with-timeout-timers): New variable.
26519 (with-timeout): Bind that variable to record timers.
26520 (with-timeout-suspend, with-timeout-unsuspend): New functions.
26521
26522 * emacs-lisp/debug.el (debug-help-follow): New function.
26523 (debugger-mode-map): Use that instead of help-follow.
26524 (debugger-setup-buffer): Use eval-buffer-list
26525 to handle eval-buffer frames.
26526
26527 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
26528
26529 * timezone.el (timezone-parse-date): Change first regexp
26530 so it will not mistakenly match dates with no time zone.
26531
26532 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
26533
26534 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
26535
26536 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
26537
26538 * custom.el (custom-initialize-safe-set)
26539 (custom-initialize-safe-default): New functions.
26540
26541 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
26542 and simplify :init-value.
26543
26544 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
26545 and simplify :init-value. Delete obsolete comment.
26546
26547 * startup.el (command-line): Use `custom-reevaluate-setting' to
26548 handle `tooltip-mode'. Delete obsolete comment.
26549
26550 * files.el (set-visited-file-name): Avoid calling
26551 `file-name-nondirectory' with a nil argument.
26552
26553 2005-07-09 Richard M. Stallman <rms@gnu.org>
26554
26555 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
26556 was called with nil for the buffer, handle the read position right.
26557 Handle read position for eval-region, too.
26558
26559 2005-07-09 Juri Linkov <juri@jurta.org>
26560
26561 * fringe.el (fringe-mode): Add period in docstring.
26562 (fringe-query-style): Build prompt depending on `all-frames' arg.
26563
26564 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
26565 to not create links to unrelated functions in the Help buffer.
26566
26567 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
26568 Doc fix.
26569
26570 * simple.el (next-error-hook): New variable.
26571 (next-error): Use it. Doc fix.
26572
26573 * textmodes/ispell.el (ispell-command-loop): Add current
26574 dictionary name and program name to mode-line-format.
26575 (ispell-region, ispell-process-line): Add current dictionary name
26576 and program name to messages.
26577
26578 2005-07-08 Jay Belanger <belanger@truman.edu>
26579
26580 * calc/calc.el (calc-embedded-announce-formula-alist)
26581 (calc-embedded-open-close-formula-alist)
26582 (calc-embedded-open-close-word-alist)
26583 (calc-embedded-open-close-plain-alist)
26584 (calc-embedded-open-close-new-formula-alist)
26585 (calc-embedded-open-close-mode-alist)
26586 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
26587 (calc-embedded-mode-hook): New variables.
26588
26589 * calc/calc-embed.el (calc-embedded-firsttime)
26590 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
26591 New variables.
26592 (calc-do-embedded): Use calc-embedded-firsttime,
26593 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
26594 determine whether or not to run hooks.
26595 (calc-embedded-make-info): Set calc-embedded-firsttime-buf and
26596 calc-embedded-firsttime-formula appropriately.
26597 Set calc-embedded delimiter variables according to mode.
26598
26599 2005-07-08 Richard M. Stallman <rms@gnu.org>
26600
26601 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
26602 Check for "emacs", etc., as entire symbol, not just as word.
26603 (checkdoc-file-comments-engine): Use regexp-quote on FN.
26604
26605 * files.el (set-visited-file-name): Report the error
26606 for "empty filename" earlier.
26607 (kill-some-buffers): Ignore buffers already dead.
26608
26609 * fringe.el (fringe-mode): Doc fix.
26610
26611 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
26612 Check for (featurep 'xemacs) and turn off warnings in what it guards.
26613 Use unwind-protect to ensure byte-compile-unresolved-functions
26614 is updated.
26615
26616 * whitespace.el (whitespace-buffer-leading-cleanup):
26617 Simplify w/ skip-chars-forward.
26618 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
26619
26620 * mail/rmail.el (rmail-only-expunge): Fix paren error.
26621 Unconditionally try to leave point at the same old place.
26622
26623 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
26624
26625 * comint.el (comint-postoutput-scroll-to-bottom)
26626 (comint-show-maximum-output): Take scroll-margin into consideration.
26627
26628 2005-07-08 Kim F. Storm <storm@cua.dk>
26629
26630 * ido.el (ido-use-filename-at-point): New choice `guess'.
26631 (ido-file-internal): Try ffap-guesser if selected.
26632
26633 * ido.el (ido-before-fallback-functions): New hook.
26634 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
26635 (ido-read-file-name): Run it.
26636
26637 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
26638
26639 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
26640 strings rather than a list of symbols to the completion function.
26641
26642 2005-07-07 Jay Belanger <belanger@truman.edu>
26643
26644 * calc/calc-units.el (math-apply-units): Change the places in
26645 which units are simplified.
26646
26647 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
26648
26649 * cus-edit.el (customize-option, customize-option-other-window):
26650 Make them handle aliases.
26651
26652 * custom.el (custom-variable-p): Make it recursively follow
26653 aliases. Mention that in the docstring.
26654
26655 2005-07-07 Richard M. Stallman <rms@gnu.org>
26656
26657 * cus-start.el (exec-path): Use `directory' instead of `file'.
26658 Fix tag for nil.
26659
26660 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
26661
26662 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
26663 when called non-interactively. Doc fix.
26664
26665 2005-07-07 Lute Kamstra <lute@gnu.org>
26666
26667 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
26668 new address as well.
26669
26670 2005-07-07 Kenichi Handa <handa@m17n.org>
26671
26672 * international/mule.el (make-coding-system):
26673 Describe `ascii-incompatible' property in the docstring.
26674 (set-file-name-coding-system): Signal an error if coding-system is
26675 ascii-incompatible.
26676 (set-keyboard-coding-system): Likewise.
26677
26678 * international/mule-cmds.el (set-default-coding-systems):
26679 Don't set default-file-name-coding-system and
26680 default-keyboard-coding-system if coding-system is ASCII-incompatible.
26681
26682 * international/utf-16.el: Declare that all UTF-16-based coding
26683 systems are ASCII-incompatible.
26684
26685 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
26686
26687 * progmodes/gud.el: Require font-lock for displaying errors.
26688 Used by gdb-ui.el.
26689
26690 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
26691
26692 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
26693 values for the pattern lists which are `read'able but not
26694 `append'able (like symbols).
26695
26696 2005-07-06 Richard M. Stallman <rms@gnu.org>
26697
26698 * progmodes/flymake.el (flymake-float-time): Instead of
26699 with-no-warnings, test for XEmacs.
26700 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
26701 to avoid warning.
26702
26703 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
26704
26705 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
26706
26707 2005-07-05 Lute Kamstra <lute@gnu.org>
26708
26709 * battery.el: Add support for Darwin (with much debugging help
26710 from Samuel Lauber <sam124@operamail.com>).
26711 (battery-status-function, battery-echo-area-format)
26712 (battery-mode-line-format): Add support for pmset on Darwin.
26713 (battery-load-low, battery-load-critical): New user options.
26714 (battery-pmset): New function.
26715
26716 2005-07-05 Lute Kamstra <lute@gnu.org>
26717
26718 Update FSF's address in GPL notices.
26719
26720 * textmodes/page-ext.el: Update FSF's address.
26721
26722 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
26723
26724 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
26725 filling from using prefix when filling a single-line docstring.
26726
26727 * progmodes/flymake.el: Remove useless eval-when-compile.
26728
26729 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
26730
26731 2005-07-04 Richard M. Stallman <rms@gnu.org>
26732
26733 * textmodes/org.el (org-file-apps-defaults-gnu):
26734 Rename from org-file-apps-defaults-linux.
26735 (org-default-apps): Don't test system-type for `linux'.
26736 (org-file-apps): Doc fix.
26737
26738 2005-07-04 David Ponce <david@dponce.com>
26739
26740 * tree-widget.el: Improve header Commentary section.
26741 (tree-widget) [defgroup]
26742 (tree-widget-image-enable, tree-widget-themes-directory)
26743 (tree-widget-theme, tree-widget-image-properties-emacs)
26744 (tree-widget-image-properties-xemacs, tree-widget-create-image)
26745 (tree-widget-image-formats, tree-widget-control)
26746 (tree-widget-empty-control, tree-widget-leaf-control
26747 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
26748 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
26749 (tree-widget-keep, tree-widget-after-toggle-functions)
26750 (tree-widget-open-node, tree-widget-close-node): Doc fix.
26751 (tree-widget-open-control, tree-widget-close-control): Fix doc and
26752 :help-echo message.
26753 (tree-widget-set-theme): Doc fix. Use `string-equal'.
26754 (tree-widget-image-properties): Doc fix. Clearer implementation.
26755 (tree-widget--cursors): New constant.
26756 (tree-widget-lookup-image): New function split from
26757 `tree-widget-find-image'. Clearer implementation.
26758 (tree-widget-find-image): Use it.
26759 (tree-widget-button-keymap): Use `set-keymap-parent'.
26760 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
26761 Define the sub-widgets here.
26762 (tree-widget-node): Check that :node is not a tree-widget.
26763 (tree-widget-get-super, tree-widget-open-control)
26764 (tree-widget-close-control, tree-widget-empty-control)
26765 (tree-widget-leaf-control, tree-widget-guide)
26766 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
26767 (tree-widget-no-handle, tree-widget-value-delete)
26768 (tree-widget-map): Remove.
26769 (tree-widget-children-value-save): Doc fix. Simplified.
26770 (tree-widget-value-create): Update according to previous changes.
26771
26772 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
26773
26774 * textmodes/org.el: Leading space replaced by TABS.
26775 (org-recalc-marks, org-table-rotate-recalc-marks)
26776 (org-table-get-specials): Treat "^" and "_" marks.
26777 (org-table-justify-field-maybe): Optional argument NEW.
26778 (org-table-eval-formula): Parsing of the format simplified.
26779 New modes C,I. Honor the %= parameter in the current table.
26780 Avoid unnecessary re-align by using the NEW argument to
26781 `org-table-justify-field-maybe'.
26782 (org-calc-default-modes): Default for date-format mimicks org-mode.
26783 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
26784
26785 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
26786
26787 * cus-face.el (custom-theme-set-faces): Make it handle face
26788 aliases whose alias declarations are pre- or autoloaded.
26789
26790 2005-07-04 Juri Linkov <juri@jurta.org>
26791
26792 * faces.el (read-face-name): Put the code for getting a face name
26793 from the buffer before adding the faces from the `face' property.
26794 Use `completing-read-multiple' instead of `completing-read'.
26795 Require `crm'. Add default value and post-process the returned
26796 list of faces.
26797
26798 * emacs-lisp/crm.el (crm-find-current-element)
26799 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
26800
26801 * emacs-lisp/lisp-mode.el (eval-defun-1):
26802 * emacs-lisp/edebug.el (edebug-eval-defun):
26803 Remove unnecessary quotes.
26804
26805 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
26806
26807 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
26808 (prolog-indent-level): Fix typo in docstring.
26809
26810 * info.el (Info-history, Info-history-forward)
26811 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
26812
26813 * add-log.el (add-change-log-entry):
26814 * comint.el (comint-dynamic-list-input-ring)
26815 (comint-dynamic-list-completions):
26816 * dabbrev.el (dabbrev-expand):
26817 * delim-col.el (delimit-columns-rectangle-line):
26818 * diff-mode.el (diff-context->unified, diff-reverse-direction)
26819 (diff-unified->context):
26820 * ediff-init.el (ediff-abbrev-jobname):
26821 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
26822 (ediff-replace-session-activity-marker-in-meta-buffer):
26823 * info.el (Info-summary):
26824 * lpr.el (printify-region):
26825 * printing.el (pr-create-interface):
26826 * ps-print.el (ps-print-quote):
26827 * ses.el (ses-column-widths, ses-print-cell)
26828 (ses-adjust-print-width, ses-center):
26829 * shell.el (shell-file-name-quote-list):
26830 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
26831 (strokes-fill-current-buffer-with-whitespace)
26832 (strokes-xpm-for-stroke, strokes-list-strokes)
26833 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
26834 * term.el (term-dynamic-list-input-ring)
26835 (term-dynamic-list-completions):
26836 * calc/calc.el (math-format-stack-value):
26837 * emacs-lisp/edebug.el (edebug-display-freq-count):
26838 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
26839 (delphi-new-comment-line):
26840 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
26841 * progmodes/executable.el (executable-set-magic):
26842 * progmodes/python.el (inferior-python-mode):
26843 * progmodes/scheme.el (scheme-mode-syntax-table):
26844 * progmodes/sh-script.el (sh-maybe-here-document):
26845 * progmodes/sql.el (sql-copy-column):
26846 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
26847 * textmodes/bibtex.el (bibtex-mode):
26848 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
26849 (sgml-auto-attributes):
26850 * textmodes/table.el (table-insert, table-shorten-cell)
26851 (table--generate-source-scan-lines, table-delete-row)
26852 (*table--cell-delete-char, table--spacify-frame)
26853 (table--horizontally-shift-above-and-below)
26854 (table--cell-insert-char, table--cell-blank-str)
26855 (table--fill-region-strictly):
26856 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
26857 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
26858
26859 * add-log.el (change-log):
26860 * apropos.el (apropos):
26861 * comint.el (comint-completion, comint-source):
26862 * dabbrev.el (dabbrev):
26863 * delim-col.el (columns):
26864 * diff-mode.el (diff-mode):
26865 * ediff.el (ediff):
26866 * ediff-diff.el (ediff-diff):
26867 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
26868 * ediff-mult.el (ediff-mult):
26869 * ediff-ptch.el (ediff-ptch):
26870 * ediff-wind.el (ediff-window):
26871 * facemenu.el (facemenu):
26872 * indent.el (indent):
26873 * info.el (info):
26874 * jka-cmpr-hook.el (compression, jka-compr):
26875 * lpr.el (lpr):
26876 * outline.el (outlines):
26877 * pcmpl-cvs.el (pcmpl-cvs):
26878 * pcmpl-rpm.el (pcmpl-rpm):
26879 * printing.el (printing):
26880 * ps-print.el (postscript, ps-print, ps-print-horizontal)
26881 (ps-print-vertical, ps-print-headers, ps-print-font)
26882 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
26883 (ps-print-background, ps-print-printer, ps-print-page)
26884 (ps-print-miscellany):
26885 * ses.el (ses):
26886 * shell.el (shell, shell-directories, shell-faces):
26887 * startup.el (initialization):
26888 * strokes.el (strokes):
26889 * term.el (term):
26890 * uniquify.el (uniquify):
26891 * w32-vars.el (w32):
26892 * calc/calc.el (calc):
26893 * emacs-lisp/bytecomp.el (bytecomp):
26894 * emacs-lisp/cl-indent.el (lisp-indent):
26895 * emacs-lisp/edebug.el (edebug):
26896 * emacs-lisp/elp.el (elp):
26897 * emacs-lisp/testcover.el (testcover):
26898 * emacs-lisp/trace.el (trace):
26899 * emulation/viper-ex.el (viper-ex):
26900 * emulation/viper-mous.el (viper-mouse):
26901 * mail/mailalias.el (mailalias):
26902 * mail/supercite.el (supercite, supercite-frames)
26903 (supercite-attr, supercite-cite, supercite-hooks):
26904 * net/rcompile.el (remote-compile):
26905 * net/rlogin.el (rlogin):
26906 * obsolete/ooutline.el (outlines):
26907 * progmodes/delphi.el (delphi):
26908 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
26909 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
26910 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
26911 (ebnf-optimization):
26912 * progmodes/etags.el (etags):
26913 * progmodes/executable.el (executable):
26914 * progmodes/idlwave.el (idlwave):
26915 * progmodes/pascal.el (pascal):
26916 * progmodes/prolog.el (prolog):
26917 * progmodes/python.el (python):
26918 * progmodes/scheme.el (scheme):
26919 * progmodes/sh-script.el (sh, sh-script):
26920 * progmodes/sql.el (SQL):
26921 * progmodes/tcl.el (tcl):
26922 * textmodes/bibtex.el (bibtex, bibtex-autokey):
26923 * textmodes/enriched.el (enriched):
26924 * textmodes/makeinfo.el (makeinfo):
26925 * textmodes/sgml-mode.el (sgml):
26926 * textmodes/table.el (table-hooks):
26927 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
26928 * textmodes/texinfo.el (texinfo):
26929 * textmodes/two-column.el (two-column):
26930 Finish `defgroup' description with period.
26931
26932 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
26933 * eshell/esh-var.el (eshell-var):
26934 * progmodes/vhdl-mode.el (vhdl-testbench):
26935 * textmodes/org.el (org): Fix typos in docstrings.
26936
26937 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
26938 consistency.
26939
26940 * progmodes/flymake.el (flymake-find-file): Remove.
26941 (flymake-float-time): Use `with-no-warnings'.
26942 (flymake-check-start-time, flymake-check-was-interrupted)
26943 (flymake-err-info, flymake-is-running, flymake-last-change-time)
26944 (flymake-new-err-info): `defvar' at compile time.
26945
26946 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
26947
26948 * replace.el (occur-hook): Doc fix.
26949 (occur-1): Don't call `occur-hook' if there are no matches.
26950
26951 2005-07-03 Richard M. Stallman <rms@gnu.org>
26952
26953 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
26954 global-map, save the same map.
26955 (global-map): Don't alter it at top level.
26956 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
26957 Then alter it here instead.
26958 (tpu-edt-off): Set global-map to the saved one.
26959
26960 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
26961 All references simplified.
26962 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
26963 (zmacs-regions): Add defvar.
26964 (repeat-complex-command-map): Everything about that deleted.
26965
26966 * textmodes/artist.el (artist-key-is-drawing)
26967 (artist-key-endpoint1, artist-key-poly-point-list)
26968 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
26969 (artist-key-compl-table, artist-rb-save-data)
26970 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
26971 Don't put them in eval-when-compile.
26972 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
26973
26974 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
26975 Use with-no-warnings.
26976
26977 * net/browse-url.el (dos-windows-version): Add defvar.
26978
26979 * mail/supercite.el (filladapt-prefix-table): Add defvar.
26980
26981 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
26982 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
26983 (rmail-new-summary-line-count): Rename from new-summary-line-count.
26984 Add defvar.
26985 (rmail-summary-beginning-of-message): Use with-no-warnings.
26986 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
26987
26988 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
26989 Use with-no-warnings.
26990
26991 * emulation/vi.el (vi-mark-region): Use c-mark-function.
26992 (c-mark-function): Add point-moving-unit property.
26993 (vi-goto-line): Use with-no-warnings.
26994
26995 * emulation/edt.el (edt-last-copied-word): Add defvar.
26996 (zmacs-region-stays): Likewise.
26997 (edt-mark-section-wisely): Use c-mark-function for C.
26998 Use makr-defun for Fortran.
26999 (time-string): defvar deleted.
27000 (edt-display-the-time): Don't set time-string.
27001
27002 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
27003
27004 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
27005 Don't warn when name is not constant
27006 or for defining the group `emacs'.
27007
27008 * tooltip.el (gud-tooltip-mode): Add defvar.
27009
27010 * startup.el (default-frame-background-mode): Add defvar.
27011
27012 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
27013
27014 * info.el (tool-bar-map): Add defvar.
27015
27016 * dired.el (dnd-protocol-alist): Add defvar.
27017
27018 * dired-aux.el (dired-query): Display question with answer, when
27019 the user answers.
27020
27021 * custom.el (custom-add-option): Doc fix.
27022
27023 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
27024
27025 2005-07-03 Eli Zaretskii <eliz@gnu.org>
27026
27027 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
27028 bogus name from the last change.
27029
27030 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
27031
27032 * custom.el (custom-declare-variable): Fix typos in comment.
27033 (custom-known-themes): Doc fix.
27034 (custom-theme-directory): New defcustom.
27035 (require-theme): Make it check `custom-theme-directory'.
27036
27037 * cus-theme.el (custom-new-theme-mode): New function.
27038 (custom-theme-name, custom-theme-variables, custom-theme-faces)
27039 (custom-theme-description): Add compiler defvars.
27040 (customize-create-theme): Add doc to the "*New Custom Theme*"
27041 buffer. Use `custom-new-theme-mode'.
27042 (custom-theme-write): Put the created buffer in emacs-lisp-mode
27043 and save it to the `custom-theme-directory'. Make this the
27044 default directory of the buffer.
27045
27046 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
27047
27048 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
27049 Fix unbalanced parentheses.
27050
27051 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
27052
27053 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
27054 into flymake-mode and delegate to flymake-mode.
27055
27056 * find-file.el (ff-which-function-are-we-in): Clean up.
27057
27058 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
27059
27060 * replace.el (occur-rename-buffer): Fix docstring.
27061
27062 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
27063 (edt-last-copied-word, edt-learn-macro-count)
27064 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
27065 (edt-rect-start-point, edt-user-global-map, rect-start-point)
27066 (time-string, zmacs-region-stays):
27067 * emulation/edt-mapper.el (edt-save-function-key-map)
27068 (EDT-key-name): `defvar' to silence the byte-compiler.
27069
27070 2005-07-02 Martin Rudalics <rudalics@gmx.at>
27071
27072 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
27073 font-lock-regexp-backslash. Doc fix.
27074 (font-lock-regexp-backslash-grouping-construct): Rename from
27075 font-lock-regexp-backslash-construct. Doc fix.
27076 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
27077 grouping constructs.
27078
27079 2005-07-02 Eli Zaretskii <eliz@gnu.org>
27080
27081 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
27082 updating all the prerequisites.
27083
27084 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
27085
27086 * textmodes/org.el (org-agenda-start-on-weekday)
27087 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
27088 (org-agenda-use-time-grid, org-archive-location)
27089 (org-allow-space-in-links, org-usenet-links-prefer-google)
27090 (org-enable-table-editor, org-export-default-language)
27091 (org-export-html-show-new-buffer, org-fill-paragraph)
27092 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
27093 (org-goto-quit, org-occur, org-eval-in-calendar)
27094 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
27095 (org-agenda-diary-entry, org-remember-help)
27096 (org-table-convert-region, org-at-table-p)
27097 (org-table-move-row-down, org-table-move-row-up)
27098 (org-table-copy-region, org-table-toggle-vline-visibility)
27099 (org-table-get-stored-formulas, org-table-get-specials)
27100 (org-recalc-commands, org-table-eval-formula)
27101 (org-table-formula-substitute-names, orgtbl-make-binding)
27102 (org-format-org-table-html, org-format-table-table-html)
27103 (org-format-table-table-html-using-table-generate-source)
27104 (org-customize): Fix typos in docstrings.
27105 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
27106 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
27107 (org-back-to-heading): Doc fixes.
27108 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
27109 (org-agenda-change-all-lines, org-get-header):
27110 Improve argument/docstring consistency.
27111 (orgtbl-error): Fix error message.
27112
27113 * progmodes/flymake.el (flymake-find-possible-master-files)
27114 (flymake-master-file-compare, flymake-get-line-err-count)
27115 (flymake-highlight-line, flymake-gui-warnings-enabled):
27116 Fix typos in docstrings.
27117 (flymake-parse-line, flymake-get-project-include-dirs-function)
27118 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
27119 Doc fixes.
27120 (flymake-get-project-include-dirs-function)
27121 (flymake-make-err-menu-data):
27122 Improve argument/docstring consistency.
27123
27124 2005-07-01 Lute Kamstra <lute@gnu.org>
27125
27126 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
27127 Catch errors with ignore-errors. Use temporary buffer.
27128 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
27129
27130 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
27131 background color faces.
27132 (facemenu-set-foreground, facemenu-set-background):
27133 Use facemenu-set-face-from-menu.
27134 (facemenu-set-face-from-menu): Treat face names that start with
27135 "fg:" or "bg:" as special.
27136 (facemenu-add-new-color): Don't create faces. Simplify.
27137
27138 2005-06-30 Richard M. Stallman <rms@gnu.org>
27139
27140 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
27141 (crm-find-current-element): Likewise.
27142
27143 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
27144
27145 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
27146
27147 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
27148
27149 * arc-mode.el (archive-extract): Make it work as a mouse binding.
27150 (archive-mouse-extract): Make it an obsolete alias.
27151 (archive-mode-map): Don't use archive-mouse-extract any more.
27152 (archive-mode, archive-extract): write-contents-hooks ->
27153 write-contents-functions.
27154 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
27155 first arg.
27156 (archive-rename-entry): Update the call.
27157 (archive-zip-summarize): Remove unused var `method'.
27158 (archive-lzh-summarize): Remove unused var `creator'.
27159
27160 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
27161 dedicated frame upon exit.
27162
27163 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
27164 (archive-zip-extract, archive-zip-expunge)
27165 (archive-zip-update, archive-zip-update-case): Use executable-find.
27166 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
27167 Use restore-buffer-modified-p.
27168 (archive-extract, archive-add-new-member, archive-write-file-member):
27169 Use with-current-buffer.
27170 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
27171
27172 2005-06-30 Andreas Schwab <schwab@suse.de>
27173
27174 * progmodes/gud.el (gud-filter): Remove unneeded progn.
27175
27176 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
27177
27178 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
27179
27180 2005-06-30 Juri Linkov <juri@jurta.org>
27181
27182 * faces.el (vertical-border): Inherit from mode-line-inactive
27183 only on tty.
27184
27185 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
27186
27187 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
27188 example, -NLINES in the `occur' docstring).
27189
27190 * replace.el (occur-1): When no matches are found, do not set the
27191 `buffer-read-only' and modified flags for the occur buffer,
27192 because it is deleted.
27193
27194 * emulation/cua-base.el (cua-check-pending-input)
27195 (cua-repeat-replace-region, cua-mode, cua-debug)
27196 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
27197 Fix typos in docstrings.
27198
27199 * emulation/cua-gmrk.el (cua-toggle-global-mark)
27200 (cua-cut-region-to-global-mark)
27201 (cua--cut-rectangle-to-global-mark):
27202 Remove period from end of messages.
27203
27204 * emulation/cua-rect.el (cua-do-rectangle-padding):
27205 Remove period from end of messages.
27206 (cua--rectangle-seq-format): Fix typo in docstring.
27207 (cua-sequence-rectangle, cua-fill-char-rectangle):
27208 Improve argument/docstring consistency.
27209
27210 2005-06-29 Juri Linkov <juri@jurta.org>
27211
27212 * faces.el (default-frame-background-mode): New internal variable.
27213 (frame-set-background-mode): Use it.
27214
27215 * startup.el (normal-top-level): Set default-frame-background-mode
27216 instead of frame-background-mode. Before setting it, test for its
27217 nil value. Remove tests for frame-background-mode and frame
27218 parameter `reverse'. Add test for "unspecified-fg".
27219
27220 * term/xterm.el (xterm-rxvt-set-background-mode):
27221 * term/rxvt.el (rxvt-set-background-mode):
27222 Set default-frame-background-mode instead of frame-background-mode.
27223
27224 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
27225
27226 * simple.el (set-variable): Warn about obsolete user variables.
27227
27228 * imenu.el (imenu--completion-buffer):
27229 * mouse.el (mouse-buffer-menu-alist):
27230 * msb.el (msb-invisible-buffer-p):
27231 * calendar/diary-lib.el (diary-header-line-format):
27232 * emacs-lisp/pp.el (pp-buffer):
27233 * progmodes/cperl-mode.el (cperl-do-auto-fill):
27234 * textmodes/picture.el (picture-replace-match):
27235 Change space constants followed by a sexp to "?\s ".
27236
27237 * play/decipher.el (decipher-loop-with-breaks):
27238 * textmodes/texinfo.el (texinfo-insert-@item): Change space
27239 constants "protected" from end of line by a comment to "?\s".
27240
27241 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
27242
27243 * font-lock.el (save-buffer-state): Use `declare'.
27244
27245 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
27246 reset the syntax-table to cperl-mode-syntax-table.
27247 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
27248 "foo_print_bar" is not matched as a reserved keyword.
27249
27250 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
27251
27252 * textmodes/org.el (orgtbl-setup): New function, for delayed
27253 setup for the orgtbl commands.
27254 (org-calc-default-modes): New option.
27255 (orgtbl-make-binding): Use `defun' to get better help display.
27256 (org-diary): Call `org-compile-prefix-format'.
27257 (org-table-formula-substitute-names): New function.
27258 (org-agenda-day-view, org-agenda-week-view): New commands.
27259 (org-agenda-toggle-week-view): Command removed.
27260 (org-tbl-menu): Split off from org-org-menu.
27261 (org-mode): Move removal of outline-mode menus to here.
27262 (org-table-formula-debug): New option.
27263 (org-table-insert-row): Keep first field if just "#" or "*".
27264 (org-mode): Paragraph regexps fixed.
27265 (org-table-recalculate-regexp): New constant.
27266 (org-table-justify-field-maybe): Avoid replace if not necessary.
27267 (org-copy-special, org-cut-special): Use `call-interactively'.
27268 (org-table-copy-region): Take region from `interactive' call.
27269 (org-trim): Return string even if no match.
27270 (org-formula): New face.
27271 (org-set-font-lock-defaults): No longer highlight "FIXME".
27272 But highlight formula-related fields in table.
27273 (org-table-p): Use regexp, not fontification.
27274 (org-table-align): Handle white space at end of line.
27275 (org-table-formula-evaluate-inline): New option.
27276 (org-mode): Auto-wrapping in comment lines turned off.
27277 (org-table-copy-down): Evaluate only in copied field, not in
27278 destination.
27279 (org-table-current-formula): Variable removed.
27280 (org-table-store-formulas, org-table-get-stored-formulas)
27281 (org-table-modify-formulas, org-table-replace-in-formulas)
27282 (org-table-maybe-eval-formula): New functions.
27283 (org-table-get-formula): Modify to use stored formulas.
27284 (org-table-insert-column, org-table-delete-column)
27285 (org-table-move-column): Call `org-table-modify-formulas'.
27286 (org-complete): Add completion for keyword formulas.
27287 (orgtbl-mode): Pull orgtbl-mode-map to start of
27288 minor-mode-map-alist.
27289
27290 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
27291
27292 * progmodes/python.el (python-check): Require `compile' before
27293 modifying its variables.
27294
27295 * newcomment.el (comment-indent-default): Don't get fooled by an early
27296 end of buffer.
27297
27298 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
27299
27300 * ps-print.el (ps-print-version): Fix version number.
27301
27302 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
27303
27304 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
27305
27306 2005-06-28 Richard M. Stallman <rms@gnu.org>
27307
27308 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
27309 (flyspell-local-mouse-map): Declaration deleted.
27310 (flyspell-mouse-map): Bind only mouse-2.
27311 (flyspell-mode-map): Don't test flyspell-use-local-map.
27312 (flyspell-overlay-keymap-property-name): Var deleted.
27313 (flyspell-mode-on): Don't make local bindings for
27314 flyspell-mouse-map and flyspell-mode-map.
27315 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
27316
27317 * textmodes/ispell.el (ispell-word): Do not ignore short words.
27318
27319 * progmodes/compile.el (compilation-next-error-function):
27320 Don't switch buffers; operate on the current buffer.
27321
27322 * progmodes/compile.el (compilation-error-file-name)
27323 (compilation-warning-file-name, compilation-info-file-name)
27324 (compilation-line-number, compilation-column-number): New faces.
27325 (compilation-error-face, compilation-warning-face)
27326 (compilation-info-face, compilation-line-face)
27327 (compilation-column-face): Use them.
27328
27329 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
27330
27331 * comint.el (comint-password-prompt-regexp): Accept ", try again".
27332
27333 * bindings.el (global-map): Bind insertchar and its variants.
27334
27335 2005-06-27 Richard M. Stallman <rms@gnu.org>
27336
27337 * textmodes/artist.el (artist-text-overwrite)
27338 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
27339
27340 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
27341
27342 * ps-print.el: It was not working the page selection for printing.
27343 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
27344 (ps-print-version): New version 6.6.7.
27345 (ps-end-sheet): New fun.
27346 (ps-header-sheet, ps-end-job): Call it.
27347
27348 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
27349
27350 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
27351
27352 2005-06-27 Lute Kamstra <lute@gnu.org>
27353
27354 * facemenu.el (facemenu-unlisted-faces): Add foreground and
27355 background color faces.
27356 (facemenu-get-face): Delete function.
27357 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
27358 (facemenu-add-new-color): Make second argument mandatory.
27359 Create the appropriate face and return it. Simplify.
27360 (facemenu-set-foreground, facemenu-set-background): Don't check if
27361 color is defined. Use return value of facemenu-add-new-color.
27362
27363 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
27364
27365 * progmodes/gud.el (gud-filter): Add missing argument to
27366 with-selected-window.
27367
27368 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
27369
27370 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
27371 a :require to the defcustom.
27372
27373 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
27374 defcustoms corresponding to minor modes.
27375
27376 2005-06-26 David Ponce <david@dponce.com>
27377
27378 * recentf.el: Require tree-widget instead of wid-edit.
27379 (recentf-filename-handler): Fix widget :type.
27380 (recentf-cancel-dialog, recentf-open-more-files)
27381 (recentf-open-files-action): Doc fix.
27382 (recentf-dialog-goto-first): New function.
27383 (recentf-dialog-mode-map): Set parent keymap first.
27384 (recentf-dialog-mode): Define with define-derived-mode.
27385 Don't display continuation lines in dialogs.
27386 (recentf-edit-list): Rename from recentf-edit-selected-items.
27387 (recentf-edit-list-select): Rename from recentf-edit-list-action.
27388 Simplify.
27389 (recentf-edit-list-validate): New function.
27390 (recentf-edit-list): Update accordingly.
27391 (recentf-open-files-item-shift): Remove.
27392 (recentf-open-files-item): Convert menu elements into tree and
27393 link widgets. Don't create the widgets.
27394 (recentf-open-files): Update accordingly.
27395 (recentf-save-list): Untabify.
27396
27397 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
27398
27399 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
27400 (keep-lines): Add INTERACTIVE arg. Never delete lines only
27401 partially contained in the active region. Do not take active
27402 region into account when called from Lisp, unless INTERACTIVE arg
27403 is non-nil. Use `forward-line' instead of `beginning-of-line' to
27404 avoid trouble with fields. Make marker point nowhere when no
27405 longer used. Always return nil. Doc fix.
27406 (flush-lines): Add INTERACTIVE arg. Do not take active region
27407 into account when called from Lisp, unless INTERACTIVE arg is
27408 non-nil. Use `forward-line' instead of `beginning-of-line' to
27409 avoid trouble with fields. Make marker point nowhere when no
27410 longer used. Always return nil. Doc fix.
27411 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
27412 interchangeable. Do not take active region into account when
27413 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
27414 message in echo area when called from Lisp, unless INTERACTIVE arg
27415 is non-nil. Avoid saying "1 occurrences". Do not use markers.
27416 Return the number of matches. Doc fix.
27417 (occur): Doc fix.
27418 (perform-replace): Make comment follow double space convention for
27419 the sake of `outline-minor-mode'.
27420
27421 * faces.el (facep): Doc fix.
27422
27423 2005-06-25 Richard M. Stallman <rms@gnu.org>
27424
27425 * facemenu.el (facemenu-enable-faces-p): New function.
27426 (facemenu-background-menu, facemenu-foreground-menu)
27427 (facemenu-face-menu): Add menu-enable property.
27428
27429 * jka-compr.el (jka-compr-insert-file-contents):
27430 Special handling if cannot find the uncompression program.
27431
27432 * cus-face.el (custom-face-attributes): Add autoload.
27433
27434 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
27435 Bind comment-indent-function locally.
27436
27437 * window.el (save-selected-window): Use save-current-buffer.
27438
27439 * subr.el (with-selected-window): Use save-current-buffer.
27440
27441 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
27442 and with-current-buffer.
27443
27444 2005-06-24 Richard M. Stallman <rms@gnu.org>
27445
27446 * simple.el (line-move-1): Fix previous change.
27447
27448 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
27449
27450 * replace.el (occur-1): Set `buffer-read-only' and the
27451 buffer-modified flag before running `occur-hook' to protect
27452 against unintentional buffer switches that can lead to data loss.
27453
27454 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
27455
27456 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
27457 (gud-gdb-marker-filter): Use font-lock-warning-face for any
27458 initial error.
27459
27460 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
27461 after fresh input.
27462 (gdb-var-create-handler): Put name of expression in quotes.
27463
27464 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
27465
27466 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
27467 elements of RING in order, and without bogus nil elements.
27468
27469 2005-06-23 Richard M. Stallman <rms@gnu.org>
27470
27471 * simple.el (set-variable): Args renamed; doc fix.
27472 (line-move-1): When there are overlays around, use vertical-motion.
27473
27474 * faces.el (escape-glyph): Use brown against light background.
27475 (nobreak-space): Rename from no-break-space.
27476 Fix previous change.
27477
27478 * dired-aux.el (dired-do-copy): Fix arg prompt.
27479
27480 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
27481
27482 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
27483
27484 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
27485 rather than "Distributor".
27486
27487 2005-06-23 Lute Kamstra <lute@gnu.org>
27488
27489 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
27490 (debug-on-entry): Use it. New interactive declaration that uses
27491 function-called-at-point.
27492
27493 2005-06-23 Kim F. Storm <storm@cua.dk>
27494
27495 * subr.el (save-match-data): Add comment about using evaporate arg
27496 to set-match-data.
27497
27498 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
27499
27500 * cus-edit.el (customize-face)
27501 (customize-face-other-window): Handle face aliases.
27502
27503 * faces.el (face-documentation, set-face-attribute)
27504 (face-spec-set): Handle face aliases.
27505
27506 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
27507
27508 * help-mode.el (help-make-xrefs): If a symbol representing a face
27509 name is not followed by the word "face", it could still be a
27510 function or variable name, so don't bypass other checks.
27511
27512 2005-06-22 Juri Linkov <juri@jurta.org>
27513
27514 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
27515 Replace aliased functions with calls where second arg `inherit' is t.
27516
27517 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
27518
27519 * progmodes/gdb-ui.el (gdb-error): New variable.
27520 (gdb-error): New function.
27521 (gdb-annotation-rules): Act on error-begin and error annotations.
27522 (gdb-concat-output): Use font-lock-warning-face for errors.
27523
27524 2005-06-22 Miles Bader <miles@gnu.org>
27525
27526 * bindings.el (propertized-buffer-identification): Use renamed
27527 `Buffer-menu-buffer' face.
27528
27529 * faces.el (vertical-border): Rename from `vertical-divider'.
27530 (escape-glyph): Change dark-background color back to `cyan'.
27531
27532 2005-06-21 Juri Linkov <juri@jurta.org>
27533
27534 * faces.el (face-user-default-spec): Try getting `customized-face'
27535 prior to `saved-face'.
27536 (frame-background-mode): Refill docstring.
27537
27538 * emacs-lisp/lisp-mode.el (eval-defun-1):
27539 * emacs-lisp/edebug.el (edebug-eval-defun):
27540 Set `saved-face' temporarily to nil before calling form.
27541 Set `customized-face' to the new spec after that.
27542
27543 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
27544
27545 * subr.el (1value, lambda, key-substitution-in-progress):
27546 Doc fixes.
27547
27548 * autoinsert.el (auto-insert-alist):
27549 * ses.el (ses-call-printer):
27550 * subr.el (noreturn):
27551 * emacs-lisp/lisp.el (check-parens):
27552 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
27553 * net/browse-url.el (browse-url-mosaic):
27554 * progmodes/cc-defs.el (c-safe-scan-lists):
27555 * progmodes/ebnf-abn.el (ebnf-abn-lex):
27556 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
27557 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
27558 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
27559 * progmodes/ebnf-iso.el (ebnf-iso-lex):
27560 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
27561
27562 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
27563
27564 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
27565
27566 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
27567
27568 * calendar/appt.el (appt-make-list): Activate the package, if
27569 not already active (for backwards compatibility).
27570
27571 2005-06-20 Kim F. Storm <storm@cua.dk>
27572
27573 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
27574
27575 2005-06-20 Miles Bader <miles@gnu.org>
27576
27577 * faces.el (vertical-divider): New face.
27578
27579 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
27580
27581 * simple.el (kill-whole-line): Doc fix.
27582 (next-error-buffer-p, next-error-find-buffer)
27583 (clone-indirect-buffer): Fix typos in docstrings.
27584 (comment-line-break-function): Doc fix: don't say variable
27585 is automatically buffer-local (it isn't).
27586
27587 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
27588
27589 * net/tramp-ftp.el (top):
27590 * net/tramp-smb.el (top):
27591 * net/tramp-util.el (top):
27592 * net/tramp-uu.el (top):
27593 * net/tramp-vc.el (top):
27594 * net/tramp.el (top): Revert copyright years back to original
27595 ones. Tramp has a life outside GNU Emacs.
27596
27597 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
27598
27599 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
27600
27601 2005-06-18 Juri Linkov <juri@jurta.org>
27602
27603 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
27604 end of first regexp to limit the match to the position between
27605 line number and source line with same separator character as used
27606 between file name and line number. In the second regexp limit
27607 mouse-face area to file name and line number by adding new group
27608 for them and referring it in HYPERLINK arg.
27609 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
27610 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
27611 previous line where grep markers may be already removed.
27612
27613 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
27614
27615 * progmodes/ps-mode.el: Update version and maintainer's email address.
27616
27617 2005-06-18 Steve Youngs <steve@xemacs.org>
27618
27619 * net/browse-url.el (browse-url-browser-function)
27620 (browse-url-default-browser): Add firefox.
27621 (browse-url-firefox-program, browse-url-firefox-arguments)
27622 (browse-url-firefox-startup-arguments)
27623 (browse-url-firefox-new-window-is-tab): New defcustoms.
27624 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
27625
27626 2005-06-17 Richard M. Stallman <rms@gnu.org>
27627
27628 * startup.el (command-line): Warn if specified user name has
27629 no home directory.
27630
27631 * term.el (term-get-old-input, term-input-filter, term-input-sender)
27632 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
27633
27634 * longlines.el (longlines-mode, longlines-show-hard-newlines):
27635 Doc fixes.
27636
27637 * faces.el (underline): Try bold if terminal doesn't support underline.
27638
27639 * mail/sendmail.el (mail-setup-with-from): New variable.
27640 (mail-insert-from-field): New function.
27641 (sendmail-send-it): Call it.
27642 (mail-setup): Optionally call it here.
27643
27644 * term/linux.el: Call tty-no-underline.
27645
27646 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
27647
27648 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
27649
27650 2005-06-17 Miles Bader <miles@gnu.org>
27651
27652 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
27653 (ediff-current-diff-C, ediff-current-diff-Ancestor)
27654 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
27655 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
27656 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
27657 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
27658 Remove "-face" suffix from face names.
27659 (ediff-current-diff-face-A, ediff-current-diff-face-B)
27660 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
27661 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
27662 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
27663 (ediff-even-diff-face-A, ediff-even-diff-face-B)
27664 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
27665 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
27666 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
27667 New backward-compatibility aliases for renamed faces.
27668 (ediff-current-diff-face-A, ediff-current-diff-face-B)
27669 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
27670 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
27671 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
27672 (ediff-even-diff-face-A, ediff-even-diff-face-B)
27673 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
27674 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
27675 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
27676 Use renamed ediff faces.
27677
27678 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
27679 Remove "-face" suffix from face names.
27680 (eshell-test-ok-face, eshell-test-failed-face):
27681 New backward-compatibility aliases for renamed faces.
27682 (eshell-run-test): Use renamed eshell-test faces.
27683
27684 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
27685 face name.
27686 (eshell-prompt-face): New backward-compatibility alias for renamed
27687 face.
27688 (eshell-emit-prompt): Use renamed eshell-prompt face.
27689
27690 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
27691 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
27692 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
27693 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
27694 Remove "-face" suffix from face names.
27695 (eshell-ls-directory-face, eshell-ls-symlink-face)
27696 (eshell-ls-executable-face, eshell-ls-readonly-face)
27697 (eshell-ls-unreadable-face, eshell-ls-special-face)
27698 (eshell-ls-missing-face, eshell-ls-archive-face)
27699 (eshell-ls-backup-face, eshell-ls-product-face)
27700 (eshell-ls-clutter-face):
27701 New backward-compatibility aliases for renamed faces.
27702 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
27703
27704 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
27705 Remove "-face" suffix from face name.
27706 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
27707 instead of literal face.
27708
27709 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
27710
27711 * emacs-lisp/warnings.el (display-warning, lwarn)
27712 (warning-minimum-log-level): Doc fixes.
27713 (warning-minimum-level, warning-minimum-log-level):
27714 Add :debug to :type choices.
27715
27716 * progmodes/ada-mode.el (ada-format-paramlist)
27717 (ada-get-indent-case, ada-check-matching-start)
27718 (ada-check-defun-name, ada-goto-matching-decl-start)
27719 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
27720 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
27721 (ada-make-subprogram-body): Follow error conventions.
27722 (ada-case-exception-file, ada-indent-comment-as-code)
27723 (ada-indent-handle-comment-special, ada-indent-renames)
27724 (ada-indent-return, ada-search-directories-internal)
27725 (ada-tab-policy, ada-case-exception-substring)
27726 (ada-other-file-alist, ada-matching-start-re)
27727 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
27728 (ada-imenu-generic-expression, ada-compile-goto-error)
27729 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
27730 (ada-popup-menu, ada-add-extensions, ada-mode)
27731 (ada-region-selected, ada-create-case-exception)
27732 (ada-create-case-exception-substring, ada-after-keyword-p)
27733 (ada-activate-keys-for-case, ada-adjust-case-region)
27734 (ada-adjust-case-buffer, ada-format-paramlist)
27735 (ada-scan-paramlist, ada-insert-paramlist)
27736 (ada-indent-newline-indent)
27737 (ada-indent-newline-indent-conditional)
27738 (ada-justified-indent-current, ada-goto-previous-word)
27739 (ada-indent-current, ada-get-indent-open-paren)
27740 (ada-get-indent-paramlist, ada-get-indent-end)
27741 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
27742 (ada-get-indent-block-start, ada-get-indent-subprog)
27743 (ada-get-indent-noindent, ada-get-indent-label)
27744 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
27745 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
27746 (ada-goto-stmt-end, ada-goto-next-word)
27747 (ada-check-matching-start, ada-check-defun-name)
27748 (ada-goto-matching-decl-start, ada-goto-matching-start)
27749 (ada-goto-matching-end, ada-search-ignore-string-comment)
27750 (ada-in-decl-p, ada-looking-at-semi-or)
27751 (ada-looking-at-semi-private, ada-in-paramlist-p)
27752 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
27753 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
27754 (ada-next-procedure, ada-previous-procedure, ada-next-package)
27755 (ada-previous-package, ada-create-menu)
27756 (ada-fill-comment-paragraph-justify)
27757 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
27758 (ada-other-file-name, ada-last-which-function-line)
27759 (ada-last-which-function-subprog, ada-which-function)
27760 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
27761 (ada-gen-treat-proc, ada-check-emacs-version)
27762 (ada-continuation-indent, ada-align-region-separate):
27763 Fix typos in docstrings.
27764 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
27765
27766 2005-06-16 Lute Kamstra <lute@gnu.org>
27767
27768 * simple.el (fundamental-mode): Run after-change-major-mode-hook
27769 conditionally.
27770
27771 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
27772
27773 * comint.el (comint-replace-by-expanded-filename)
27774 (comint-prompt-regexp, comint-delimiter-argument-list)
27775 (comint-preinput-scroll-to-bottom):
27776 * info.el (Info-hide-cookies-node):
27777 * ls-lisp.el (ls-lisp-classify):
27778 * find-file.el (ff-search-directories, ff-special-constructs)
27779 (ff-find-other-file):
27780 * font-lock.el (font-lock-keywords):
27781 * shell.el (shell-prompt-pattern)
27782 (shell-dynamic-complete-functions, shell-mode)
27783 (shell-delimiter-argument-list):
27784 * term.el (term-replace-by-expanded-filename)
27785 (term-prompt-regexp, term-delimiter-argument-list):
27786 * woman.el (woman-ignore, woman0-if):
27787 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
27788 * emacs-lisp/elint.el (elint-init-env):
27789 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
27790 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
27791 * language/ethio-util.el (ethio-tilde-escape)
27792 (ethio-use-three-dot-question):
27793 * net/zone-mode.el (zone-mode-load-time-setup):
27794 * progmodes/cc-align.el (c-lineup-argcont):
27795 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
27796 * progmodes/cperl-mode.el (cperl-set-style-back):
27797 * progmodes/inf-lisp.el (inferior-lisp-prompt):
27798 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
27799 Fix spellings in docstrings.
27800
27801 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
27802 * progmodes/modula2.el (m2-for): Fix spellings.
27803
27804 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
27805
27806 * simple.el (undo-more): Don't use `format' on `error' arguments.
27807 Improve argument/docstring consistency.
27808 (pending-undo-list): Doc fix.
27809
27810 * smerge-mode.el (smerge-ensure-match):
27811 * emulation/vip.el (vip-ex):
27812 * net/zone-mode.el (zone-mode-update-serial):
27813 * progmodes/idlwave.el (idlwave-complete):
27814 * progmodes/vhdl-mode.el (vhdl-visit-file)
27815 (vhdl-compose-wire-components):
27816 Don't use `format' on `error' arguments.
27817
27818 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
27819 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
27820 (tooltip-help-tips): Fix typos in docstrings.
27821
27822 2005-06-16 David Ponce <david@dponce.com>
27823
27824 * tree-widget.el (tree-widget-value-create): Simplify last change.
27825
27826 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
27827
27828 * ido.el (ido-incomplete-regexp): New variable.
27829 (ido-set-matches-1): Handle invalid-regexp error and set
27830 ido-incomplete-regexp.
27831 (ido-incomplete-regexp): New face.
27832 (ido-completions): Use it.
27833 (ido-complete, ido-exit-minibuffer, ido-completions):
27834 Handle incomplete regexps.
27835 (ido-completions): Add check for complete match when entering a regexp.
27836
27837 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
27838
27839 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
27840
27841 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
27842
27843 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
27844 by field delimiters.
27845
27846 2005-06-15 David Ponce <david@dponce.com>
27847
27848 * tree-widget.el: eval-and-compile inlined functions so they will
27849 be available at run-time too.
27850 (tree-widget-super-format-handler)
27851 (tree-widget-format-handler): Remove.
27852 (tree-widget-value-create): Handle the :indent property.
27853
27854 2005-06-15 Miles Bader <miles@gnu.org>
27855
27856 * progmodes/which-func.el (which-func): Only inherit
27857 `font-lock-function-name-face' when that makes sense against the
27858 default mode-line face, otherwise set the face color explicitly.
27859
27860 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
27861 faces instead of (non-existent) variables.
27862
27863 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
27864
27865 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
27866 (iswitchb-get-matched-buffers): Likewise. Simplify.
27867
27868 2005-06-14 Miles Bader <miles@gnu.org>
27869
27870 * progmodes/ld-script.el (ld-script-location-counter):
27871 Remove "-face" suffix from face name.
27872 (ld-script-location-counter-face):
27873 New backward-compatibility alias for renamed face.
27874 (ld-script-location-counter-face): Use renamed face.
27875
27876 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
27877 (cperl-hash): Remove "-face" suffix from face names.
27878 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
27879 New backward-compatibility aliases for renamed faces.
27880 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
27881 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
27882
27883 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
27884 name.
27885 (which-func-face): New backward-compatibility alias for renamed face.
27886 (which-func-format): Use renamed which-func face.
27887
27888 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
27889 (vhdl-function, vhdl-directive, vhdl-reserved-word)
27890 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
27891 names.
27892 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
27893 (vhdl-speedbar-configuration, vhdl-speedbar-package)
27894 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
27895 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
27896 (vhdl-speedbar-architecture-selected)
27897 (vhdl-speedbar-configuration-selected)
27898 (vhdl-speedbar-package-selected)
27899 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
27900 names.
27901 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
27902 Use renamed faces.
27903 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
27904 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
27905 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
27906 Use renamed faces.
27907 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
27908 names.
27909 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
27910 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
27911 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
27912 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
27913 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
27914 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
27915
27916 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
27917 face name.
27918 (sh-heredoc-face): New backward-compatibility alias for renamed face.
27919 (sh-heredoc-face): Use renamed sh-heredoc face.
27920
27921 * progmodes/idlw-help.el (idlwave-help-link):
27922 Remove "-face" suffix from face name.
27923 (idlwave-help-link-face):
27924 New backward-compatibility alias for renamed face.
27925 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
27926
27927 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
27928 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
27929 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
27930 New backward-compatibility aliases for renamed faces.
27931 (idlwave-shell-disabled-breakpoint-face)
27932 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
27933
27934 * progmodes/flymake.el (flymake-errline, flymake-warnline):
27935 Remove "-face" suffix from face names.
27936 (flymake-errline-face, flymake-warnline-face):
27937 New backward-compatibility aliases for renamed faces.
27938 (flymake-highlight-line): Use renamed flymake faces.
27939
27940 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
27941 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
27942 (ebrowse-member-class, ebrowse-progress):
27943 Remove "-face" suffix from face names.
27944 (ebrowse-tree-mark-face, ebrowse-root-class-face)
27945 (ebrowse-file-name-face, ebrowse-default-face)
27946 (ebrowse-member-attribute-face, ebrowse-member-class-face)
27947 (ebrowse-progress-face):
27948 New backward-compatibility aliases for renamed faces.
27949 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
27950 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
27951 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
27952 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
27953
27954 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
27955 antlr-syntax)
27956 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
27957 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
27958 names.
27959 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
27960 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
27961 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
27962 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
27963 backward-compatibility aliases for renamed faces.
27964 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
27965 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
27966 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
27967 remove "font-lock-". Use renamed antlr-mode faces.
27968 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
27969 literal face-names with face variable references.
27970
27971 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
27972 face name.
27973 (Buffer-menu-buffer-face): New backward-compatibility alias for
27974 renamed face.
27975 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
27976
27977 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
27978
27979 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
27980 Eliminate "-face" suffix.
27981 (makefile-targets): Inherit from font-lock-function-name-face and
27982 eliminate "-face" suffix.
27983 (makefile-shell): Remove attributes and eliminate "-face" suffix.
27984 (makefile-*-font-lock-keywords): Append makefile-targets in rule
27985 actions, instead of prepending, to make it less visible.
27986 (makefile-previous-dependency, makefile-match-dependency):
27987 Don't match a target on a continuation line.
27988
27989 * files.el (auto-mode-alist): Put Makefile in gmake mode.
27990
27991 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
27992
27993 * progmodes/gdb-ui.el (menu): Re-order menu items.
27994 (gdb-tooltip-print): Respect tooltip-use-echo-area.
27995
27996 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
27997 Define in tooltip.el.
27998 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
27999 (gud-tooltip-tips): Respect tooltip-use-echo-area and
28000 gud-tooltip-echo-area.
28001
28002 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
28003 backward compatibility and make obsolete.
28004 (tooltip-help-tips): Use tooltip-use-echo-area.
28005 (tooltip-show-help-function): Rename to...
28006 (tooltip-show-help): ...this, because it is a function.
28007 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
28008
28009 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
28010
28011 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
28012 (edebug-print-length, edebug-print-level, edebug-print-circle)
28013 (edebug-modify-breakpoint, edebug-eval-last-sexp)
28014 (edebug-eval-print-last-sexp): Doc fixes.
28015
28016 2005-06-14 Kim F. Storm <storm@cua.dk>
28017
28018 * ido.el (ido-mode): Make a new keymap every time we enable ido,
28019 as the coverage buffer/file/both may change.
28020
28021 2005-06-14 Lute Kamstra <lute@gnu.org>
28022
28023 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
28024 and run-mode-hooks. Simplify.
28025
28026 * mail/rmailedit.el (rmail-edit-mode):
28027 * progmodes/octave-inf.el (inferior-octave-mode):
28028 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
28029
28030 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
28031 and run-mode-hooks.
28032 (recentf-edit-list, recentf-open-files): Don't call
28033 kill-all-local-variables directly.
28034
28035 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
28036
28037 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
28038
28039 * emacs-lisp/byte-run.el (make-obsolete)
28040 (define-obsolete-function-alias): Rename arguments FUNCTION and
28041 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
28042 (make-obsolete-variable, define-obsolete-variable-alias):
28043 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
28044 respectively.
28045
28046 * isearchb.el (isearchb-activate):
28047 * pcvs.el (cvs-mode):
28048 * ses.el (ses-load):
28049 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
28050 * net/tramp.el (tramp-find-file-exists-command)
28051 (tramp-find-shell):
28052 * progmodes/ada-mode.el (ada-create-case-exception)
28053 (ada-create-case-exception-substring, ada-make-subprogram-body):
28054 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
28055 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
28056 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
28057 * textmodes/org.el (org-promote, org-evaluate-time-range)
28058 (org-agenda-next-date-line, org-agenda-previous-date-line)
28059 (org-agenda-error, org-open-at-point, org-table-move-row)
28060 (org-format-table-table-html-using-table-generate-source)
28061 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
28062 * textmodes/reftex.el (reftex-access-scan-info):
28063 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
28064 (reftex-toc-promote-prepare): Follow error conventions.
28065
28066 * diff-mode.el (diff-mode): Fix typo in docstring.
28067
28068 * forms.el (forms--intuit-from-file): Fix reference to
28069 `forms-number-of-fields' in error message.
28070 (forms-print): Fix quoting in error message.
28071
28072 * forms.el (forms-mode):
28073 * emulation/vi.el (vi-goto-insert-state):
28074 * progmodes/flymake.el (flymake-new-err-info)
28075 (flymake-start-syntax-check-for-current-buffer)
28076 (flymake-simple-cleanup):
28077 * eshell/esh-var.el (eshell/export):
28078 * progmodes/gud.el (xdb):
28079 * textmodes/flyspell.el (flyspell-incorrect-hook)
28080 (flyspell-maybe-correct-transposition)
28081 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
28082
28083 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
28084
28085 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
28086 minibuffer prompt.
28087
28088 2005-06-13 Kim F. Storm <storm@cua.dk>
28089
28090 * subr.el (add-to-ordered-list): New defun.
28091
28092 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
28093 add cua--keymap-alist to emulation-mode-map-alists.
28094
28095 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
28096
28097 * subr.el (complete-in-turn): New macro.
28098 (dynamic-completion-table, lazy-completion-table): Add debug info.
28099
28100 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
28101 in preference to face aliases.
28102
28103 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
28104 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
28105 Remove unused vars `start' and `firstline'.
28106 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
28107 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
28108
28109 2005-06-13 Eli Zaretskii <eliz@gnu.org>
28110
28111 * cus-start.el (all): Don't complain about missing GTK-related
28112 variables, unless either `gtk' is boundp or this isn't a
28113 `windows-nt' build.
28114
28115 2005-06-13 Lute Kamstra <lute@gnu.org>
28116
28117 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
28118 run-mode-hooks.
28119
28120 * ediff-mult.el (ediff-meta-mode):
28121 * ediff-util.el (ediff-mode): Use run-mode-hooks.
28122
28123 * ledit.el (ledit-mode): Use delay-mode-hooks.
28124
28125 * woman.el (woman-mode-line-format): Delete constant.
28126 (woman-mode-map): Initialize it properly.
28127 (woman-mode): Set mode-class property to special.
28128 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
28129 Set major-mode and mode-name. Don't set mode-line-format directly.
28130 (Man-getpage-in-background): Don't reference woman-mode-line-format.
28131
28132 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
28133 string argument obsolete.
28134
28135 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
28136
28137 * textmodes/org.el (org-CUA-compatible): New option.
28138 (org-disputed-keys): New variable.
28139 (org-key): New function.
28140 (orgtbl-make-binding): Add docstring to the created function.
28141 (org-mode): Set paragraph start/separate regexps.
28142 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
28143 (org-archive-location, org-archive-mark-done)
28144 (org-archive-stamp-time): New options.
28145 (org-archive-subtree): New command.
28146 (org-fill-paragraph): New function.
28147 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
28148 (org-fake-empty-table-line): Function removed.
28149 (org-format-org-table-html): Do not create empty table lines at
28150 separator lines. Improved table header treatment.
28151 (org-link-format): New option.
28152 (org-make-link): New function.
28153 (org-insert-link, org-store-link): Use org-make-link.
28154 (org-open-file): Quote file name for shell command, to allow
28155 spaces in file names.
28156 (org-link-regexp): Fix bug with mailto link.
28157 (org-link-maybe-angles-regexp, org-protected-link-regexp):
28158 New constants.
28159 (org-export-as-html): Deal with the optional angles around a link.
28160 Better treatment of file: links.
28161 (org-open-at-point): Replace @{ and @} with < and >.
28162 (org-run-mode-hooks): Function removed.
28163 (org-agenda-mode): No longer use `org-run-mode-hooks'.
28164
28165 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
28166
28167 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
28168 MI command -data-list-register-values.
28169 (gdb-post-prompt): Indent properly.
28170
28171 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
28172
28173 * hilit-chg.el (highlight-changes-colors): Rename from
28174 `highlight-changes-colours'.
28175 (highlight-changes-colours): Keep as obsolete alias.
28176 (highlight-changes-face-list): Doc fix.
28177 (hilit-chg-make-list): Use `highlight-changes-colors'.
28178
28179 2005-06-12 Mark A. Hershberger <mah@everybody.org>
28180
28181 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
28182 defun-prompt-regexp.
28183
28184 2005-06-12 Eli Zaretskii <eliz@gnu.org>
28185
28186 * loadup.el: Don't say we are dumping under 2 names on windows-nt
28187 and cygwin.
28188
28189 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
28190 Don't use an old loaddefs.el, as in Makefile.in.
28191
28192 2005-06-12 Lute Kamstra <lute@gnu.org>
28193
28194 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
28195
28196 * man.el (Man-mode-map): Initialize it properly.
28197 (Man-mode): Set mode-class property to special.
28198
28199 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
28200
28201 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
28202
28203 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
28204 A newline is needed in the docstring there.
28205
28206 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
28207 Doc fixes.
28208
28209 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
28210
28211 * printing.el: Doc fix. The menubar is no more changed when printing
28212 is loaded, it only changes when pr-menu-bind or pr-update-menus is
28213 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
28214 (pr-version): New version number (6.8.4).
28215 (pr-menu-bind): New command.
28216 (pr-update-menus): Docstring and code fix.
28217 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
28218 Docstring fix.
28219 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
28220 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
28221
28222 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
28223
28224 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
28225 "Returns" to "return", document useful return values, etc.
28226
28227 2005-06-11 Alan Mackenzie <acm@muc.de>
28228
28229 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
28230 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
28231 (adaptive-file-function): Minor amendment to doc-string.
28232
28233 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
28234
28235 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
28236 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
28237 Fix :type--it is `integer', not `string'.
28238
28239 * faces.el (modeline-highlight): Rename from (the erroneous)
28240 `modeline-higilight'.
28241
28242 2005-06-11 Lute Kamstra <lute@gnu.org>
28243
28244 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
28245 lisp-interaction-mode-map but make it the parent.
28246 (edebug-eval-mode): Use define-derived-mode.
28247
28248 2005-06-11 Andreas Schwab <schwab@suse.de>
28249
28250 * bindings.el: Add binding of `ESC functionkey' for every
28251 `M-functionkey'.
28252 * hexl.el (hexl-mode-map): Likewise.
28253
28254 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
28255
28256 * progmodes/compile.el (compilation-error-regexp-alist-alist)
28257 [msft]: update regexp for newer msft compilers.
28258
28259 2005-06-10 Mark A. Hershberger <mah@everybody.org>
28260
28261 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
28262 ATTLIST portions of included DTDs.
28263 (xml-parse-dtd): Eliminate use of inefficient match-data.
28264
28265 2005-06-10 Miles Bader <miles@gnu.org>
28266
28267 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
28268 (mpuz-text): Remove "-face" suffix from face names.
28269 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
28270 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
28271 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
28272
28273 * play/gomoku.el (gomoku-O, gomoku-X):
28274 Remove "-face" suffix from face names.
28275 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
28276 New backward-compatibility aliases for renamed faces.
28277 (gomoku-font-lock-keywords): Use renamed gomoku faces.
28278
28279 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
28280
28281 * thumbs.el: Fixes for changes of 2005-06-09.
28282 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
28283 as a directory.
28284 (thumbs-thumbname): Remove directory separator from format string;
28285 `thumbs-thumbsdir' now returns a valid directory name.
28286 (thumbs-temp-dir): New defsubst.
28287 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
28288 Use it.
28289
28290 * cus-edit.el (minibuffer):
28291 * files.el (make-backup-file-name-function):
28292 * filesets.el (filesets-external-viewers):
28293 * hilit-chg.el (highlight-changes-colours)
28294 (highlight-changes-face-list, highlight-changes-rotate-faces):
28295 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
28296 * kmacro.el (kmacro-call-macro):
28297 * log-edit.el (log-edit-changelog-full-paragraphs):
28298 * mouse.el (mouse-1-click-follows-link):
28299 * skeleton.el (skeleton-autowrap):
28300 * subr.el (insert-for-yank-1):
28301 * tempo.el (tempo-insert-region):
28302 * terminal.el (terminal-emulator):
28303 * time.el (display-time-mail-face):
28304 * vc.el (vc-annotate):
28305 * vcursor.el (vcursor-copy-line):
28306 * woman.el (woman-bold-headings, woman-ignore)
28307 (woman-default-faces, woman-monochrome-faces):
28308 * calendar/todo-mode.el (todo-insert-threshold):
28309 * emulation/pc-select.el (pc-select-selection-keys-only)
28310 (pc-selection-mode):
28311 * emulation/vip.el (vip-find-char-forward):
28312 * emulation/viper-cmd.el (viper-find-char-forward):
28313 * international/mule-cmds.el
28314 (select-safe-coding-system-accept-default-p)
28315 (input-method-exit-on-invalid-key):
28316 * international/mule-diag.el (describe-coding-system):
28317 * international/ucs-tables.el (unify-8859-on-encoding-mode):
28318 * net/browse-url.el (browse-url-xterm-program):
28319 * obsolete/lazy-lock.el (lazy-lock-mode):
28320 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
28321 (cperl-mode):
28322 * progmodes/cpp.el (cpp-face-light-name-list)
28323 (cpp-face-dark-name-list):
28324 * progmodes/delphi.el (delphi-newline-always-indents):
28325 Fix spellings in docstrings.
28326
28327 * ido.el (ido-mode, ido-file-extensions-order)
28328 (ido-default-file-method, ido-default-buffer-method)
28329 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
28330 (ido-decorations, ido-read-file-name-as-directory-commands)
28331 (ido-read-file-name-non-ido, ido-work-directory-list)
28332 (ido-ignore-item-temp-list, ido-current-directory)
28333 (ido-magic-forward-char, ido-enter-find-file)
28334 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
28335 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
28336
28337 2005-06-10 Lute Kamstra <lute@gnu.org>
28338
28339 * play/dunnet.el (dun-mode): Use define-derived-mode.
28340 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
28341 obsolete alias.
28342
28343 * play/doctor.el (doctor-mode-map): Remove defvar.
28344 (doctor-mode): Use define-derived-mode.
28345
28346 * mail/mspools.el (mspools-mode):
28347 * net/eudc-hotlist.el (eudc-hotlist-mode):
28348 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
28349
28350 2005-06-10 Miles Bader <miles@gnu.org>
28351
28352 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
28353 Remove "-face" suffix from face names.
28354 (flyspell-incorrect-face, flyspell-duplicate-face):
28355 New backward-compatibility aliases for renamed faces.
28356 (flyspell-mode-on, make-flyspell-overlay)
28357 (flyspell-highlight-incorrect-region)
28358 (flyspell-highlight-duplicate-region)
28359 (flyspell-display-next-corrections)
28360 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
28361
28362 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
28363 from face name.
28364 (texinfo-heading-face): New backward-compatibility alias for
28365 renamed face.
28366 (texinfo-heading-face): Use renamed texinfo-heading face.
28367
28368 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
28369 suffix from face names.
28370 (tex-math-face, tex-verbatim-face):
28371 New backward-compatibility aliases for renamed faces.
28372 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
28373 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
28374 literal face name.
28375
28376 * textmodes/table.el (table-cell): Remove "-face" suffix from face
28377 name.
28378 (table-cell-face): New backward-compatibility alias for renamed face.
28379 (table--put-cell-face-property, table--update-cell-face):
28380 Use renamed table-cell face.
28381
28382 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
28383 from face name.
28384 (sgml-namespace-face): New backward-compatibility alias for
28385 renamed face.
28386 (sgml-namespace-face): Use renamed sgml-namespace face.
28387
28388 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
28389 (org-level-4, org-level-5, org-level-6, org-level-7)
28390 (org-level-8, org-warning, org-headline-done)
28391 (org-deadline-announce, org-scheduled-today)
28392 (org-scheduled-previously, org-link, org-done, org-table)
28393 (org-time-grid): Remove "-face" suffix from face names.
28394 (org-level-1-face, org-level-2-face, org-level-3-face)
28395 (org-level-4-face, org-level-5-face, org-level-6-face)
28396 (org-level-7-face, org-level-8-face, org-warning-face)
28397 (org-headline-done-face, org-deadline-announce-face)
28398 (org-scheduled-today-face, org-scheduled-previously-face)
28399 (org-link-face, org-done-face, org-table-face)
28400 (org-time-grid-face):
28401 New backward-compatibility aliases for renamed faces.
28402 (org-level-faces, org-set-font-lock-defaults, org-timeline)
28403 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
28404 (org-agenda-get-timestamps, org-agenda-get-scheduled)
28405 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
28406
28407 * emulation/viper-init.el (viper-search, viper-replace-overlay)
28408 (viper-minibuffer-emacs, viper-minibuffer-insert)
28409 (viper-minibuffer-vi): Remove "-face" suffix from face names.
28410 (viper-search-face, viper-replace-overlay-face)
28411 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
28412 (viper-minibuffer-vi-face):
28413 New backward-compatibility aliases for renamed faces.
28414 (viper-search-face, viper-replace-overlay-face)
28415 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
28416 (viper-minibuffer-vi-face): Use renamed viper faces.
28417
28418 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
28419 Remove "-face" suffix from face names.
28420 (testcover-nohits-face, testcover-1value-face):
28421 New backward-compatibility aliases for renamed faces.
28422 (testcover-mark): Use renamed testcover faces.
28423
28424 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
28425 face name.
28426 (diary-button-face): New backward-compatibility alias for renamed face.
28427 (diary-entry): Use renamed diary-button face.
28428
28429 * calendar/calendar.el (diary, calendar-today, holiday)
28430 (mark-visible-calendar-date): Remove "-face" suffix from face names.
28431 (diary-face, calendar-today-face, holiday-face):
28432 New backward-compatibility aliases for renamed faces.
28433 (eval-after-load "facemenu", diary-entry-marker)
28434 (calendar-today-marker, calendar-holiday-marker, diary-face):
28435 Use renamed calendar faces.
28436
28437 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
28438 (compare-windows-face): New backward-compatibility alias for
28439 renamed face.
28440 (compare-windows-highlight): Use renamed compare-windows face.
28441
28442 * strokes.el (strokes-char): Remove "-face" suffix from face name.
28443 (strokes-char-face): New backward-compatibility alias for renamed face.
28444 (strokes-encode-buffer): Use renamed strokes-char face.
28445
28446 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
28447 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
28448 Remove "-face" suffix from face names.
28449 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
28450 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
28451 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
28452 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
28453 Use renamed pcvs faces.
28454 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
28455 * pcvs-defs.el (cvs-mode-map): Likewise.
28456 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
28457
28458 * info.el (info-title-1, info-title-2, info-title-3)
28459 (info-title-4): Remove "-face" suffix from and downcase face names.
28460 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
28461 (Info-title-4-face):
28462 New backward-compatibility aliases for renamed faces.
28463 (Info-fontify-node): Use renamed info faces.
28464
28465 * hilit-chg.el (highlight-changes, highlight-changes-delete):
28466 Remove "-face" suffix from face names.
28467 (highlight-changes-face, highlight-changes-delete-face):
28468 New backward-compatibility aliases for renamed faces.
28469 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
28470 (hilit-chg-make-list): Use renamed highlight-changes faces.
28471
28472 * generic-x.el (show-tabs-tab, show-tabs-space):
28473 Remove "-face" suffix from face names.
28474 (show-tabs-tab-face, show-tabs-space-face):
28475 New backward-compatibility aliases for renamed faces.
28476 (show-tabs-generic-mode-font-lock-defaults-1)
28477 (show-tabs-generic-mode-font-lock-defaults-2):
28478 Use renamed show-tabs faces.
28479
28480 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
28481 (smerge-markers): Remove "-face" suffix from face names.
28482 (smerge-mine-face, smerge-other-face, smerge-base-face)
28483 (smerge-markers-face):
28484 New backward-compatibility aliases for renamed faces.
28485 (smerge-mine-face, smerge-other-face, smerge-base-face)
28486 (smerge-markers-face): Use renamed smerge faces.
28487
28488 * log-view.el (log-view-file, log-view-message): Remove "-face"
28489 suffix from face names.
28490 (log-view-file-face, log-view-message-face):
28491 New backward-compatibility aliases for renamed faces.
28492 (log-view-file-face, log-view-message-face): Use renamed log-view
28493 faces.
28494
28495 * paren.el (show-paren-match, show-paren-mismatch):
28496 Remove "-face" suffix from face names.
28497 (show-paren-match-face, show-paren-mismatch-face):
28498 New backward-compatibility aliases for renamed faces.
28499 (show-paren-function): Use renamed show-paren faces.
28500
28501 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
28502 (ruler-mode-margins, ruler-mode-fringes)
28503 (ruler-mode-column-number, ruler-mode-fill-column)
28504 (ruler-mode-comment-column, ruler-mode-goal-column)
28505 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
28506 suffix from face names.
28507 (ruler-mode-default-face, ruler-mode-pad-face)
28508 (ruler-mode-margins-face, ruler-mode-fringes-face)
28509 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
28510 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
28511 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
28512 New backward-compatibility aliases for renamed faces.
28513 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
28514 (ruler-mode-column-number, ruler-mode-fill-column)
28515 (ruler-mode-comment-column, ruler-mode-goal-column)
28516 (ruler-mode-tab-stop, ruler-mode-current-column)
28517 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
28518 faces.
28519
28520 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
28521 face name.
28522 (whitespace-highlight-the-space): Use renamed face.
28523 (whitespace-highlight-face): New backward-compatibility alias for
28524 renamed face.
28525
28526 * woman.el (woman-italic, woman-bold, woman-unknown)
28527 (woman-addition, woman-symbol-face):
28528 Remove "-face" suffix from face names.
28529 (woman-italic-face, woman-bold-face, woman-unknown-face)
28530 (woman-addition-face):
28531 New backward-compatibility aliases for renamed faces.
28532 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
28533 (woman-decode-region, woman-replace-match)
28534 (woman-display-extended-fonts, woman-special-characters)
28535 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
28536 Use renamed woman faces.
28537
28538 * longlines.el (longlines-visible-face): Face removed.
28539
28540 * diff-mode.el (diff-header, diff-file-header, diff-index)
28541 (diff-hunk-header, diff-removed, diff-added, diff-changed)
28542 (diff-function, diff-context, diff-nonexistent): Remove "-face"
28543 suffix from face names.
28544 (diff-header-face, diff-file-header-face, diff-index-face)
28545 (diff-hunk-header-face, diff-removed-face, diff-added-face)
28546 (diff-changed-face, diff-function-face, diff-context-face)
28547 (diff-nonexistent-face): New backward-compatibility aliases for
28548 renamed faces.
28549 (diff-header-face, diff-file-header-face)
28550 (diff-index, diff-index-face, diff-hunk-header)
28551 (diff-hunk-header-face, diff-removed, diff-removed-face)
28552 (diff-added, diff-added-face, diff-changed-face, diff-function)
28553 (diff-function-face, diff-context-face, diff-nonexistent)
28554 (diff-nonexistent-face): Use renamed diff-mode faces.
28555
28556 * progmodes/compile.el (compilation-warning-face)
28557 (compilation-info-face): Remove "-face" suffix from face names.
28558 (compilation-warning-face, compilation-info-face):
28559 New backward-compatibility aliases for renamed faces.
28560 (compilation-warning-face, compilation-info-face):
28561 Use renamed compilation faces.
28562
28563 * add-log.el (change-log-date, change-log-name)
28564 (change-log-email, change-log-file, change-log-list)
28565 (change-log-conditionals, change-log-function)
28566 (change-log-acknowledgement): Remove "-face" suffix from face names.
28567 (change-log-date-face, change-log-name-face)
28568 (change-log-email-face, change-log-file-face)
28569 (change-log-list-face, change-log-conditionals-face)
28570 (change-log-function-face, change-log-acknowledgement-face):
28571 New backward-compatibility aliases for renamed faces.
28572 (change-log-font-lock-keywords): Use renamed change-log faces.
28573
28574 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
28575 (custom-set, custom-changed, custom-saved, custom-button)
28576 (custom-button-pressed, custom-documentation, custom-state)
28577 (custom-comment, custom-comment-tag, custom-variable-tag)
28578 (custom-variable-button, custom-face-tag, custom-group-tag-1)
28579 (custom-group-tag): Remove "-face" suffix from face names.
28580 (custom-magic-alist, custom-magic-value-create)
28581 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
28582 (custom-invalid-face, custom-rogue-face, custom-modified-face)
28583 (custom-set-face, custom-changed-face, custom-saved-face)
28584 (custom-button-face, custom-button-pressed-face)
28585 (custom-documentation-face, custom-state-face)
28586 (custom-comment-face, custom-comment-tag-face)
28587 (custom-variable-tag-face, custom-variable-button-face)
28588 (custom-face-tag-face, custom-group-tag-face-1)
28589 (custom-group-tag-face):
28590 New backward-compatibility aliases for renamed faces.
28591
28592 * wid-edit.el (widget-documentation, widget-button)
28593 (widget-field, widget-single-line-field, widget-inactive)
28594 (widget-button-pressed): "-face" suffix removed from face names.
28595 (widget-documentation-face, widget-button-face)
28596 (widget-field-face, widget-single-line-field-face)
28597 (widget-inactive-face, widget-button-pressed-face):
28598 New backward-compatibility aliases for renamed faces.
28599 (widget-documentation-face, widget-button-face)
28600 (widget-button-pressed-face, widget-specify-field)
28601 (widget-specify-inactive): Use renamed widget faces.
28602
28603 2005-06-10 Kenichi Handa <handa@m17n.org>
28604
28605 * term/x-win.el (x-clipboard-yank): Remove condition-case
28606 wrapping.
28607
28608 2005-06-11 Kenichi Handa <handa@m17n.org>
28609
28610 * add-log.el (change-log-font-lock-keywords): Make the regexp for
28611 date lines stricter.
28612
28613 2005-06-10 Zhang Wei <id.brep@gmail.com>
28614
28615 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
28616 of x-get-selection.
28617
28618 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
28619
28620 * comint.el (comint-mode, comint-snapshot-last-prompt):
28621 * frame.el (frame-current-scroll-bars):
28622 * term.el (term-mode, term-check-proc, term-input-sender)
28623 (term-simple-send, term-extract-string, term-word)
28624 (term-match-partial-filename):
28625 * window.el (window-current-scroll-bars):
28626 * emulation/cua-base.el (cua-normal-cursor-color)
28627 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
28628 (cua-global-mark-cursor-color):
28629 * mail/undigest.el (rmail-forward-separator-regex):
28630 Fix typos in docstrings.
28631
28632 * comint.el (comint-check-proc, make-comint-in-buffer)
28633 (comint-source-default): Doc fixes.
28634
28635 * term.el (term-send-string): Improve argument/docstring consistency.
28636
28637 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
28638
28639 * comint.el (comint-send-input): Bind `inhibit-read-only' around
28640 call to `delete-region'.
28641 (comint-mode-hook): Do not enable Font Lock by default.
28642
28643 2005-06-09 Lute Kamstra <lute@gnu.org>
28644
28645 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
28646 could be void.
28647
28648 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
28649
28650 * emacs-lisp/debug.el (debugger-will-be-back): New var.
28651 (debug): Use it.
28652 (debugger-step-through, debugger-continue, debugger-jump)
28653 (debugger-return-value): Set it when needed.
28654 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
28655 Use inhibit-read-only.
28656
28657 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
28658
28659 * window.el (shrink-window-if-larger-than-buffer)
28660 (window-size-fixed): Fix typo in docstring.
28661
28662 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
28663 thumbnails directory on loading.
28664 (thumbs-conversion-program): Use `eq' to check the system type,
28665 not `equal'.
28666 (thumbs-temp-dir): Initialize to `temporary-file-directory',
28667 not "/tmp". Fix docstring.
28668 (thumbs-thumbsdir): New function to return the thumbnails
28669 directory, creating it if needed.
28670 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
28671 (thumbs-temp-file): Delete variable and make it into a function.
28672 (thumbs-resize-image, thumbs-modify-image): Use it.
28673 (thumbs-kill-buffer): Simplify.
28674 (thumbs-gensym): Defalias or duplicate CL `gensym'.
28675 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
28676 docstrings.
28677
28678 2005-06-09 Kim F. Storm <storm@cua.dk>
28679
28680 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
28681 set-match-data to free markers in match-data.
28682
28683 * replace.el (replace-match-data): Pass RESEAT arg `t' to
28684 match-data to unchain markers in match-data.
28685
28686 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
28687
28688 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
28689 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
28690 unnecessary now.
28691
28692 2005-06-08 Richard M. Stallman <rms@gnu.org>
28693
28694 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
28695 give the variable a doc string that doesn't say don't set it directly.
28696
28697 * textmodes/ispell.el (ispell-check-version):
28698 Use match-string-no-properties.
28699 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
28700 (ispell-buffer-local-words): Likewise.
28701
28702 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
28703 except on terminals with enough colors to really display it.
28704 (makefile-dependency-regex): Delete spurious `bb'.
28705
28706 * faces.el (escape-glyph): Use blue once again in last case.
28707 (no-break-space): Redefine so that it isn't invisible on a tty.
28708
28709 2005-06-08 Kim F. Storm <storm@cua.dk>
28710
28711 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
28712 also when reading directory name.
28713
28714 2005-06-08 Lute Kamstra <lute@gnu.org>
28715
28716 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
28717 (flyspell-mode-line-string): Remove autoload cookie.
28718 (flyspell-mode): Remove defvar.
28719
28720 2005-06-07 Lute Kamstra <lute@gnu.org>
28721
28722 * textmodes/org.el (org-run-mode-hooks): New function.
28723 (org-agenda-mode): Use it.
28724
28725 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
28726
28727 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
28728
28729 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
28730
28731 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
28732
28733 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
28734
28735 * font-lock.el (font-lock-add-keywords): Doc fix.
28736
28737 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
28738
28739 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
28740 (tex-compile-default): In the absence of any history, use the order in
28741 tex-compile-alist to choose the preferred command.
28742 (tex-compile-commands): Reorder a bit.
28743
28744 * textmodes/flyspell.el (flyspell-auto-correct-binding)
28745 (flyspell-incorrect-face, flyspell-duplicate-face):
28746 Use (X)Emacs-agnostic code.
28747 (flyspell-mode-map): Don't overwrite at each load. Remove code
28748 redundant with the subsequent add-minor-mode. Merge Emacs and
28749 XEmacs code.
28750 (flyspell-word): Minor simplification.
28751 (flyspell-math-tex-command-p): Quieten the byte-compiler.
28752 (flyspell-external-point-words): Remove unused vars `size' and `start'.
28753 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
28754 Merge the corresponding Emacs code.
28755 (flyspell-correct-word, flyspell-xemacs-popup):
28756 Use flyspell-do-correct.
28757
28758 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
28759 a dedicated window.
28760
28761 * international/latexenc.el (latexenc-find-file-coding-system):
28762 Undo part of last patch, to turn off a compiler warning.
28763
28764 2005-06-06 Juri Linkov <juri@jurta.org>
28765
28766 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
28767 Rename `tmm-inactive-face' to `tmm-inactive'.
28768
28769 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
28770
28771 * iswitchb.el: Rename faces.
28772
28773 2005-06-06 Kim F. Storm <storm@cua.dk>
28774
28775 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
28776 (cua-global-mark): Remove -face suffix from face names.
28777
28778 * emulation/cua-gmrk.el (cua--init-global-mark):
28779 Remove cua-global-mark face setup.
28780
28781 2005-06-06 Richard M. Stallman <rms@gnu.org>
28782
28783 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
28784 just like other allowed characters.
28785 (makefile-match-dependency): Exclude leading and training whitespace
28786 from the range of regexp subexp 1.
28787 (makefile-macroassign-regex): Don't try to match the body,
28788 just the name of the macro being defined.
28789
28790 * info.el (Info-read-node-name-2): New function.
28791 (Info-read-node-name-1): Use that.
28792 Add a completion-base-size-function property.
28793
28794 * simple.el (completion-setup-function): Look for
28795 completion-base-size-function property of minibuffer-completion-table.
28796
28797 * files.el (locate-file-completion): Doc fix.
28798
28799 * printing.el: Don't call pr-update-menus; user must do that.
28800
28801 * emacs-lisp/debug.el (debugger-window): New variable.
28802 (debug): Use debugger-window if it is set and still alive.
28803 Record debugger-window for next entry.
28804
28805 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
28806
28807 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
28808
28809 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
28810 (hack-one-local-variable, hack-local-variables)
28811 (hack-local-variables-prop-line): Pass that arg.
28812
28813 2005-06-06 Kim F. Storm <storm@cua.dk>
28814
28815 * ido.el (ido-first-match, ido-only-match, ido-subdir)
28816 (ido-indicator): Remove -face suffix from face names.
28817
28818 2005-06-06 Juri Linkov <juri@jurta.org>
28819
28820 * font-lock.el (font-lock-regexp-backslash)
28821 (font-lock-regexp-backslash-construct): New faces.
28822 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
28823 after `('. Add `while-no-input' to control structures.
28824
28825 * faces.el (no-break-space, shadow): New faces.
28826 (escape-glyph): Use less loud colors pink2 and red4.
28827
28828 * diff-mode.el (diff-context-face)
28829 * dired.el (dired-ignored)
28830 * rfn-eshadow.el (file-name-shadow)
28831 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
28832
28833 * info.el (Info-title-1-face): Use green instead of yellow because
28834 bold yellow is not readable on light backgrounds.
28835
28836 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
28837 before selecting the desired mode to not spend time fontifying
28838 old contents.
28839
28840 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
28841
28842 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
28843 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
28844
28845 * ps-print.el (ps-default-fg, ps-default-bg):
28846 Fix typos in docstrings.
28847
28848 * isearchb.el (isearchb): Don't pass a spurious second argument to
28849 `iswitchb-completions'.
28850
28851 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
28852
28853 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
28854 to preserve point.
28855 (gdb-find-file-hook): Add doc string.
28856
28857 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
28858 C dereferenced pointer expression.
28859 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
28860
28861 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
28862
28863 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
28864 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
28865 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
28866 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
28867 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
28868 Make background transparent.
28869
28870 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
28871
28872 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
28873 (font-lock-remove-keywords): Doc fix.
28874 (font-lock-mode-major-mode): Compiler defvar.
28875 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
28876
28877 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
28878 (font-lock-mode): Update `font-lock-mode-major-mode'.
28879 (font-lock-set-defaults): Compiler defvar.
28880 (font-lock-default-function): Take `font-lock-mode-major-mode'
28881 into account.
28882
28883 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
28884 keep track of which major mode it enabled the minor mode for.
28885 Use find-file-hook again. Update docstring.
28886
28887 * simple.el (eval-expression-print-level)
28888 (eval-expression-print-length, eval-expression-debug-on-error):
28889 Doc fixes.
28890
28891 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
28892
28893 * iswitchb.el (iswitchb-single-match-face)
28894 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
28895 (iswitchb-invalid-regexp-face): New faces.
28896 (iswitchb-completions): Use them.
28897 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
28898 now marked as an obsolete alias.
28899 (iswitchb-read-buffer): Remove check for bound font variables.
28900 (iswitchb-invalid-regexp): New free variable.
28901 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
28902 set iswitchb-invalid-regexp.
28903 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
28904 invalid regexps.
28905 (iswitchb-completions): Add check for complete match when entering
28906 a regexp.
28907 (iswitchb-completions): Remove require-match argument.
28908 (iswitchb-exhibit): Fix caller.
28909 (iswitchb-common-match-inserted): New variable.
28910 (iswitchb-complete, iswitchb-completion-help): Use it.
28911
28912 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
28913
28914 * url-http.el (url-http-chunked-encoding-after-change-function):
28915 Use `url-http-debug' instead of `message'.
28916
28917 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
28918
28919 * url-http.el (url-http-parse-headers): Pass redirected URL as a
28920 callback argument.
28921
28922 2005-06-04 Kim F. Storm <storm@cua.dk>
28923
28924 * simple.el (line-move): Only call sit-for when moving backwards.
28925
28926 * ido.el (ido-make-merged-file-list-1): New defun split from
28927 ido-make-merged-file-list.
28928 (ido-make-merged-file-list): Bind throw-on-input around call to
28929 ido-make-merged-file-list-1. Return input-pending-p if
28930 interrupted by more input available.
28931 (ido-read-internal): Handle input-pending-p return value from
28932 ido-make-merged-file-list.
28933
28934 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
28935
28936 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
28937 compatibility code.
28938
28939 * international/latexenc.el (latexenc-find-file-coding-system):
28940 Don't inherit the EOL part of the coding-system from the
28941 tex-main buffer. Fit within 80 columns.
28942
28943 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
28944
28945 * tmm.el (tmm-inactive-face): New face.
28946 (tmm-remove-inactive-mouse-face): New function.
28947 (tmm-prompt, tmm-add-one-shortcut)
28948 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
28949 but not selectable.
28950
28951 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
28952
28953 * faces.el (face-equal): Improve argument/docstring consistency.
28954
28955 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
28956
28957 * progmodes/make-mode.el (makefile-targets-face)
28958 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
28959 (makefile-bsdmake-dependency-regex)
28960 (makefile-makepp-rule-action-regex)
28961 (makefile-bsdmake-rule-action-regex): New constants.
28962 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
28963
28964 * progmodes/compile.el (compilation-error-regexp-alist-alist):
28965 Allow (...) within `...' for makepp messages.
28966
28967 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
28968
28969 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
28970
28971 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
28972 "." files are deleted from all file lists before comparison.
28973
28974 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
28975 (viper-ESC-key): Made them customizable.
28976
28977 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
28978
28979 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
28980
28981 * autorevert.el (auto-revert-buffers): Use save-match-data.
28982
28983 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
28984
28985 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
28986 menu items with a nil command binding.
28987
28988 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
28989
28990 * emacs-lisp/cl-macs.el (defsetf):
28991 Improve argument/docstring consistency.
28992
28993 * faces.el (list-faces-display): Improve the formatting by
28994 computing the maximum length required for any face-name (reworked
28995 patch of 1999-01-11, accidentally deleted on 1999-07-21).
28996 (internal-find-face): Remove redundant info in docstring.
28997
28998 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
28999
29000 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
29001 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
29002 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
29003 (gdb-assembler-custom): Improve regexps.
29004 (def-gdb-auto-update-handler): Use window point to preserve point.
29005
29006 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
29007
29008 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
29009
29010 2005-05-31 Jay Belanger <belanger@truman.edu>
29011
29012 * calc/calc-embed.el (calc-embedded-word): Change argument passed
29013 to calc-embedded.
29014 (calc-embedded-make-info): Have plain prefix argument select
29015 entire line.
29016
29017 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
29018
29019 * faces.el (list-faces-display): Signal error if passed a regexp
29020 that matches no face name.
29021
29022 * simple.el (filter-buffer-substring): Fix typo in docstring.
29023
29024 2005-05-31 Richard M. Stallman <rms@gnu.org>
29025
29026 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
29027 (vhdl-emacs-21): Doc fix.
29028 (vhdl-mode): Unconditionally set comment-padding.
29029 (vhdl-fixup-whitespace-region): Insert spaces only where
29030 there are none.
29031 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
29032
29033 2005-05-30 John Wiegley <johnw@newartisans.com>
29034
29035 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
29036 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
29037 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
29038 `directory-sep-char' to ?/, and all uses of `string-to-int' to
29039 `string-to-number'.
29040
29041 2005-05-30 Jay Belanger <belanger@truman.edu>
29042
29043 * calc/calc.el (calc-bug-address): Fix docstring.
29044 (calc-window-hook, calc-trail-window-hook): New variables.
29045 (calc-trail-display): Restore use of calc-trail-window-hook.
29046 (calc): Restore use of calc-window-hook.
29047
29048 2005-05-31 Masatake YAMATO <jet@gyve.org>
29049
29050 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
29051
29052 * help-fns.el (help-C-file-name): Add autoload mark for
29053 `find-function-noselect'.
29054
29055 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
29056
29057 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
29058 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
29059
29060 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
29061
29062 * calendar/diary-lib.el (mark-included-diary-files): Only kill
29063 included diary buffer if it was not already being visited.
29064 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
29065
29066 * calendar/icalendar.el (top-level): Do not require appt.
29067
29068 * mail/supercite.el (sc-select-attribution): Only use a list
29069 element from sc-attrib-selection-list if it returns a string.
29070 Reported by Davide G. M. Salvetti <salve@debian.org>.
29071
29072 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
29073
29074 * thumbs.el (thumbs-thumbname): The resulting thumbname now
29075 includes a hash value to improve its uniqueness, and has a ".jpg"
29076 extension. Also, it is now a valid filename on all systems.
29077 (thumbs-make-thumb): Use `let', not `let*'.
29078 (thumbs-show-thumbs-list): Check for JPEG availability.
29079
29080 2005-05-30 Richard M. Stallman <rms@gnu.org>
29081
29082 * filesets.el (filesets-menu-ensure-use-cached):
29083 Prevent warning when emacs-version>= is undefined.
29084
29085 * printing.el (pr-interactive-n-up): Use string-to-number.
29086
29087 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
29088
29089 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
29090 Warn only when name to be defined is quoted.
29091
29092 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
29093
29094 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
29095 Make regexp more robust.
29096 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
29097 Force regeneration of disassembly.
29098
29099 2005-05-29 Jay Belanger <belanger@truman.edu>
29100
29101 * calc/calc.el (calc-user-invocation): Check if
29102 calc-invocation-macro is non-nil.
29103
29104 2005-05-29 Juri Linkov <juri@jurta.org>
29105
29106 * add-log.el (change-log-font-lock-keywords):
29107 Add `+' to e-mail regexp to accept mail address with keywords.
29108
29109 * man.el (Man-name-regexp): Add `:' to accept qualified names.
29110
29111 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
29112
29113 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
29114
29115 * ielm.el (inferior-emacs-lisp-mode): Ditto.
29116
29117 2005-05-29 Richard M. Stallman <rms@gnu.org>
29118
29119 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
29120 Undo the change that moves to end of the current word.
29121
29122 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
29123
29124 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
29125 Throw error when count <= 0 to ensure input is a number.
29126 (gdb-read-memory-custom): Pick up address from buffer.
29127 (gdb-memory-mode): Allow user to increment and decrement
29128 memory address from header line.
29129
29130 2005-05-29 Richard M. Stallman <rms@gnu.org>
29131
29132 * flyspell.el (flyspell-version): Function deleted.
29133 (flyspell-auto-correct-previous-hook): Doc fix.
29134
29135 * jit-lock.el (jit-lock-function, jit-lock-after-change):
29136 Do nothing if memory is full.
29137
29138 * font-lock.el (font-lock-fontify-syntactically-region):
29139 Pass t for GREEDY to looking-back.
29140
29141 * saveplace.el (save-place-alist-to-file): Write the file
29142 using write-region.
29143
29144 * subr.el (looking-back): New argument GREEDY.
29145
29146 * progmodes/compile.el (compilation-start): Set the mode
29147 before inserting the initial text.
29148
29149 * progmodes/which-func.el (which-func-update-1): Turn the mode
29150 off in case of error by setting which-func-mode.
29151
29152 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
29153
29154 * flyspell.el (flyspell-auto-correct-previous-word):
29155 Narrow down to what's on the screen, and recenter overlays
29156 at the end of the next word.
29157
29158 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
29159
29160 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
29161 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
29162 (flyspell-abbrev-p): Default to nil.
29163 (flyspell-use-global-abbrev-table-p): Doc fix.
29164 (flyspell-large-region): Allow nil as value.
29165 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
29166
29167 (mail-mode-flyspell-verify): More robust handling
29168 of `mail-header-separator'. More efficient signature detection.
29169 Allow for regexp metacharacters in message-header-separator.
29170 Adding `To' not to be checked in mail-mode-flyspell-verify.
29171
29172 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
29173 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
29174 Bind flyspell-auto-correct-binding.
29175 Bind C-. and C-, .
29176 (flyspell-mode-map): Likewise.
29177 (flyspell-mode): Doc fix.
29178 (flyspell-accept-buffer-local-defs): Preserve current buffer.
29179 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
29180 (flyspell-word-cache-result): New var, always local.
29181 (flyspell-check-pre-word-p): Doc fix.
29182 (flyspell-check-changed-word-p): Handle spc like newline.
29183 (flyspell-post-command-hook): Set flyspell-word-cache-result.
29184 (flyspell-word-search-backward, flyspell-word-search-forward):
29185 New functions.
29186 (flyspell-word): Return t if nothing to check.
29187 When parsing TeX code, check for after } or \.
29188 Use flyspell-word-search-backward to find previous word.
29189 Return nil if duplicated word.
29190 For word already checked, return same value as last time.
29191 Set flyspell-word-cache-result after checking.
29192 Don't clobber the return value.
29193 (flyspell-get-word): Major rewrite.
29194 (flyspell-external-point-words): New locals pword, pcount.
29195 Fix size used in progress message.
29196 Find the proper corresponding word in flyspell-large-region-buffer.
29197 (flyspell-region): Check for flyspell-large-region = nil.
29198 (flyspell-highlight-incorrect-region): Clean up overlays in region.
29199 (flyspell-auto-correct-word): Check that WORD is a cons.
29200 (flyspell-correct-word): Likewise.
29201
29202 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
29203
29204 * progmodes/make-mode.el (makefile-rule-action-regex)
29205 (makefile-macroassign-regex, makefile-makepp-mode)
29206 (makefile-bsdmake-mode): Continuation lines may be empty.
29207 Reported by Joshua Varner.
29208 (makefile-makepp-font-lock-keywords): Add $(stem).
29209
29210 2005-05-28 Karl Berry <karl@gnu.org>
29211
29212 * textmodes/tex-mode.el: Now that tex-send-command calls
29213 shell-quote-argument (2005-03-31 change), remove all calls to
29214 shell-quote-argument; they all end up invoking tex-send-command.
29215 The double quoting loses on filenames with non-safe characters,
29216 such as "@". Reported by Frederik Fouvry.
29217
29218 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
29219
29220 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
29221 about preserving point.
29222
29223 2005-05-27 Jay Belanger <belanger@truman.edu>
29224
29225 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
29226 Info-goto-node.
29227
29228 * calc/calc-embed.el (calc-embed-arg): New variable.
29229 (calc-do-embedded-activate, calc-embedded-activate-formula)
29230 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
29231 variable by new variable.
29232 (calc-embedded-make-info): Replace undeclared variable by new
29233 variable. When selecting region with positive prefix
29234 argument, use end of previous line instead of beginning of line.
29235
29236 * calc/calc-aent.el (calc-arg-values): Declare it.
29237
29238 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
29239 Declare them.
29240
29241 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
29242
29243 * calc/calc.el (calc-alg-map): Declare it.
29244
29245 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
29246
29247 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
29248
29249 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
29250 (gdb-registers-buffer, toggle-gdb-all-registers):
29251 Toggle display of floating point registers.
29252 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
29253
29254 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
29255 (toggle-gud-tooltip-dereference):
29256 Rename from gud-toggle-tooltip-dereference.
29257
29258 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
29259
29260 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
29261
29262 2005-05-27 Jay Belanger <belanger@truman.edu>
29263
29264 * calc/calc-prog.el (calc-kbd-report): Remove.
29265 (calc-kbd-query): Rewrite.
29266
29267 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
29268
29269 * image.el (image-library-alist): Move to image.c.
29270 (image-type-available-p): Doc fix.
29271
29272 2005-05-27 Lute Kamstra <lute@gnu.org>
29273
29274 * calc/calc.el (calc):
29275 * outline.el (outline-1, outline-2, outline-3, outline-4)
29276 (outline-5, outline-6, outline-7, outline-8):
29277 * textmodes/dns-mode.el (dns-mode):
29278 * textmodes/sgml-mode.el (sgml-namespace-face):
29279 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
29280 (tex-verbatim-face, tex-use-reftex):
29281 * textmodes/texinfo.el (texinfo-heading-face):
29282 Specify customization group.
29283
29284 * longlines.el: Don't require easy-mmode.
29285 (longlines-visible-face): Specify customization group.
29286
29287 2005-05-27 Kenichi Handa <handa@m17n.org>
29288
29289 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
29290 encoding table of windows-1251.
29291
29292 * international/ucs-tables.el (ucs-set-table-for-input):
29293 If translation-table-for-input of a coding system is a symbol, get
29294 its translation-table property.
29295
29296 * international/code-pages.el: Don't register a coding system into
29297 non-iso-charset-alist more than once.
29298 (cp-make-coding-system): Likewise.
29299
29300 2005-05-26 John Wiegley <johnw@newartisans.com>
29301
29302 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
29303 `eshell-resume-eval' is wrapped in a list, it indicates that the
29304 command was run asynchronously. In that case, unwrap the value
29305 before checking the delimiter value.
29306
29307 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
29308 character before a space at the end of a line is \, assume the space
29309 is part of the last argument rather than a final argument separator.
29310
29311 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
29312 is in use, and the target is `t' or `nil' (which are the most common
29313 values), don't assume that the symbol target is a buffer.
29314
29315 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
29316
29317 * calendar/calendar.el (calendar-mode-line-format):
29318 Use mode-line-highlight as mouse-face.
29319
29320 * time.el (display-time-string-forms, display-time-update):
29321 Use mode-line-highlight as mouse-face.
29322
29323 2005-05-26 Jay Belanger <belanger@truman.edu>
29324
29325 * calc/calc.el (calc-language-alist): Remove extra defvar.
29326
29327 2005-05-26 Lute Kamstra <lute@gnu.org>
29328
29329 * arc-mode.el (archive-mode):
29330 * bookmark.el (bookmark-read-annotation-mode)
29331 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
29332 * bs.el (bs-mode):
29333 * calc/calc-yank.el (calc-edit-mode):
29334 * calc/calc.el (calc-mode, calc-trail-mode):
29335 * calculator.el (calculator-mode):
29336 * chistory.el (command-history-mode):
29337 * comint.el:
29338 * cus-edit.el (custom-mode):
29339 * descr-text.el (describe-text-mode):
29340 * ebuff-menu.el (Electric-buffer-menu-mode):
29341 * ediff-util.el (ediff-mode):
29342 * emacs-lisp/re-builder.el (reb-mode):
29343 * emulation/vi.el (vi-mode-setup):
29344 * emulation/ws-mode.el (wordstar-mode):
29345 * eshell/esh-mode.el (eshell-mode):
29346 * forms.el (forms-mode):
29347 * help-mode.el (help-mode):
29348 * hexl.el (hexl-mode):
29349 * ibuffer.el (ibuffer-mode):
29350 * ielm.el (inferior-emacs-lisp-mode):
29351 * info.el (Info-mode, Info-edit-mode):
29352 * international/swedish.el:
29353 * ledit.el (ledit-from-lisp-mode):
29354 * locate.el (locate-mode):
29355 * mail/rmail.el (rmail-mode):
29356 * mail/rmailedit.el (rmail-edit-mode):
29357 * mail/rmailsum.el (rmail-summary-mode):
29358 * mail/supercite.el (sc-electric-mode):
29359 * net/eudc.el (eudc-mode):
29360 * net/quickurl.el (quickurl-list-mode):
29361 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
29362 * obsolete/ooutline.el (outline-mode):
29363 * obsolete/options.el (Edit-options-mode):
29364 * obsolete/rnews.el (news-mode):
29365 * obsolete/rnewspost.el (news-reply-mode):
29366 * play/5x5.el (5x5-mode):
29367 * play/decipher.el (decipher-mode, decipher-stats-mode):
29368 * play/gomoku.el (gomoku-mode):
29369 * play/snake.el (snake-mode):
29370 * play/solitaire.el (solitaire-mode):
29371 * play/tetris.el (tetris-mode):
29372 * progmodes/ada-mode.el (ada-mode):
29373 * progmodes/antlr-mode.el (antlr-mode):
29374 * progmodes/autoconf.el (autoconf-mode):
29375 * progmodes/dcl-mode.el (dcl-mode):
29376 * progmodes/delphi.el (delphi-mode):
29377 * progmodes/ebrowse.el (ebrowse-tree-mode)
29378 (ebrowse-electric-list-mode, ebrowse-member-mode)
29379 (ebrowse-electric-position-mode):
29380 * progmodes/f90.el (f90-mode):
29381 * progmodes/fortran.el (fortran-mode):
29382 * progmodes/icon.el (icon-mode):
29383 * progmodes/idlw-help.el (idlwave-help-mode):
29384 * progmodes/idlw-shell.el (idlwave-shell-mode):
29385 * progmodes/idlwave.el (idlwave-mode):
29386 * progmodes/inf-lisp.el (inferior-lisp-mode):
29387 * progmodes/m4-mode.el (m4-mode):
29388 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
29389 * progmodes/modula2.el (modula-2-mode):
29390 * progmodes/octave-inf.el (inferior-octave-mode):
29391 * progmodes/octave-mod.el (octave-mode):
29392 * progmodes/pascal.el (pascal-mode):
29393 * progmodes/sh-script.el (sh-mode):
29394 * progmodes/sql.el (sql-mode, sql-interactive-mode):
29395 * progmodes/vhdl-mode.el (vhdl-mode):
29396 * progmodes/xscheme.el (scheme-interaction-mode):
29397 * replace.el (occur-mode):
29398 * ses.el (ses-mode):
29399 * simple.el (completion-list-mode):
29400 * skeleton.el:
29401 * speedbar.el (speedbar-mode):
29402 * term.el (term-mode):
29403 * terminal.el (terminal-edit-mode):
29404 * textmodes/reftex-index.el (reftex-index-mode)
29405 (reftex-index-phrases-mode):
29406 * textmodes/reftex-sel.el (reftex-select-label-mode)
29407 (reftex-select-bib-mode):
29408 * textmodes/reftex-toc.el (reftex-toc-mode):
29409 * wdired.el (wdired-change-to-wdired-mode):
29410 * wid-browse.el (widget-browse-mode):
29411 Use run-mode-hooks.
29412
29413 * array.el (array-mode):
29414 * calendar/todo-mode.el (todo-mode):
29415 * man.el (Man-mode):
29416 * play/landmark.el (lm-mode):
29417 * play/mpuz.el (mpuz-mode):
29418 Use kill-all-local-variables and run-mode-hooks.
29419
29420 * subr.el (delay-mode-hooks): Specify indentation.
29421
29422 2005-05-26 Mark A. Hershberger <mah@everybody.org>
29423
29424 * xml.el (xml-substitute-special): Don't die for undefined xml
29425 entities.
29426
29427 2005-05-26 Jay Belanger <belanger@truman.edu>
29428
29429 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
29430 of nil.
29431
29432 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
29433
29434 * progmodes/gdb-ui.el (gdb-frame-address):
29435 Rename from gdb-current-address.
29436 (gdb-previous-frame-address): Rename from gdb-previous-address.
29437 (gdb-selected-frame): Rename from gdb-current-frame.
29438 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
29439 (gdb-frame-number): Rename from gdb-current-stack-level.
29440 (gdb-ann3): Match new mode-name for disassembly buffer.
29441 Extend initialization of variables.
29442 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
29443 (gdb-memory-mode): Use mouse-face in header line.
29444 (gdb-assembler-buffer-name): Call it disassembly and give frame
29445 in mode line.
29446 (gdb-source-spec-regexp, gdb-assembler-custom)
29447 (gdb-invalidate-assembler, gdb-frame-handler):
29448 Make robust to leading zeroes in address format.
29449
29450 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
29451
29452 * textmodes/org.el (org-mode): Use `define-derived-mode' to
29453 define `org-mode'.
29454 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
29455
29456 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
29457
29458 * log-edit.el (log-edit-changelog-entries): Distinguish between
29459 filenames like xfns.c and fns.c.
29460
29461 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
29462
29463 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
29464 point after reverting.
29465 (Buffer-menu-make-sort-button): Handle the case where
29466 `Buffer-menu-use-header-line' is nil.
29467
29468 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
29469
29470 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
29471 New funcs. In minibuffer-local-completion-map bind `]', `/'
29472 and `:' to them.
29473
29474 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
29475
29476 * startup.el (normal-top-level): Allow modification of load-path while
29477 we're iterating over it.
29478
29479 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
29480
29481 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
29482 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
29483 (thumbs-resize-interactive, thumbs-insert-image)
29484 (thumbs-insert-thumb, thumbs-dired-show-marked)
29485 (thumbs-find-image-at-point, thumbs-delete-images)
29486 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
29487 (thumbs-increment-image-size, thumbs-decrement-image-size):
29488 Fix typos in docstrings.
29489
29490 2005-05-24 Andre Spiegel <spiegel@gnu.org>
29491
29492 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
29493 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
29494 (cperl-mode): Use them.
29495
29496 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
29497
29498 * window.el (quit-window, shrink-window-if-larger-than-buffer):
29499 Doc fixes.
29500
29501 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
29502
29503 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
29504 Bind C-d to gdb-inferior-io-eof.
29505
29506 * dired.el (dired-dnd-popup-notice): Use message-box.
29507
29508 2005-05-23 Masatake YAMATO <jet@gyve.org>
29509
29510 * bindings.el (mode-line-major-mode-keymap):
29511 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
29512
29513 * faces.el (mode-line-highlight): New face.
29514
29515 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
29516 as mouse-face.
29517
29518 * bindings.el (top-level, help-echo, mode-line-modified)
29519 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
29520 as mouse-face.
29521
29522 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
29523
29524 * progmodes/cc-engine.el (c-guess-basic-syntax):
29525 Remove spurious call to `zerop'.
29526
29527 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
29528
29529 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
29530
29531 CC Mode update to 5.30.10:
29532
29533 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
29534 could go past the limit in decoration level 2, thereby causing
29535 errors during interactive fontification.
29536
29537 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
29538 the file is evaluated interactively.
29539
29540 * cc-engine.el (c-guess-basic-syntax): Handle operator
29541 declarations somewhat better in C++.
29542
29543 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
29544 make use of `run-mode-hooks' which has been added in Emacs 21.1.
29545 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
29546 (awk-mode): Use it.
29547 (make-local-hook): Suppress warning about obsoleteness.
29548
29549 * cc-engine.el, cc-align.el, cc-cmds.el
29550 (c-append-backslashes-forward, c-delete-backslashes-forward)
29551 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
29552 Compensate for return value from `forward-line' when it has moved
29553 but not to a different line due to eob.
29554
29555 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
29556 `objc-method-intro' and `objc-method-args-cont'.
29557
29558 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
29559
29560 CC Mode update to 5.30.10:
29561
29562 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
29563 in the copyright statement. Incidentally, change "along with GNU
29564 Emacs" to "along with this program" where it occurs.
29565
29566 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
29567 so that it is interactive, hence can be found by M-x awk-mode
29568 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
29569 <gmorris+emacs@ast.cam.ac.uk>.
29570
29571 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
29572 Mode's regexps.
29573
29574 2005-05-23 Kevin Ryde <user42@zip.com.au>
29575
29576 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
29577 c-parse-state, to avoid a lisp error (on bad code).
29578
29579 2005-05-23 Lute Kamstra <lute@gnu.org>
29580
29581 * subr.el (font-lock-defaults): Remove defvar as it's already
29582 defined in font-core.el.
29583
29584 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
29585
29586 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
29587
29588 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
29589 more general and work when GDB variable "print pretty" is on,
29590 as with Emacs, for example.
29591
29592 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
29593
29594 * font-core.el: Update comment.
29595
29596 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
29597 Use `after-change-major-mode-hook' instead of `find-file-hook'.
29598
29599 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
29600
29601 2005-05-22 Eli Zaretskii <eliz@gnu.org>
29602
29603 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
29604 and `yank-handler' in the doc strings.
29605
29606 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
29607
29608 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
29609
29610 2005-05-22 Richard M. Stallman <rms@gnu.org>
29611
29612 * help.el (describe-key): Move print-help-return-message call
29613 out of conditional.
29614
29615 * progmodes/etags.el (list-tags): Use with-no-warnings.
29616
29617 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
29618 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
29619 (starttls-extra-args, starttls-extra-arguments): Add defvars.
29620
29621 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
29622
29623 * language/viet-util.el (viet-viscii-nonascii-translation-table):
29624 Add defvar.
29625
29626 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
29627 Use defvar, not defconst.
29628
29629 * hexl.el (hexl-follow-line): Use with-no-warnings.
29630
29631 * emulation/tpu-extras.el: Use write-file-functions instead of
29632 write-file-hooks.
29633
29634 * dired.el (dired-font-lock-keywords): Fontify files with junk
29635 extensions even if marked by -F.
29636
29637 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
29638
29639 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
29640 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
29641 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
29642 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
29643 (concatenate, list-length, get*, getf, cl-remprop):
29644 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
29645 (etypecase, progv, lexical-let, lexical-let*)
29646 (multiple-value-bind, multiple-value-setq, shiftf):
29647 Improve argument/docstring consistency.
29648
29649 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
29650
29651 2005-05-22 Andre Spiegel <spiegel@gnu.org>
29652
29653 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
29654 doesn't exist.
29655
29656 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
29657 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
29658
29659 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
29660
29661 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
29662 already deleted variables: auto-fill-hook, blink-paren-hook,
29663 lisp-indent-hook, inhibit-local-variables, unread-command-event,
29664 suspend-hooks, comment-indent-hook, meta-flag,
29665 before-change-function, after-change-function,
29666 font-lock-doc-string-face.
29667
29668 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
29669
29670 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
29671
29672 2005-05-21 Eli Zaretskii <eliz@gnu.org>
29673
29674 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
29675 rmail-dont-reply-to.
29676
29677 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
29678
29679 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
29680 literal blank when splitting new-header-values.
29681
29682 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
29683
29684 * calendar/cal-menu.el (cal-menu-update): Add separator as a
29685 string so that tmm doesn't create a completion entry for it.
29686
29687 * textmodes/table.el (table-disable-menu): Ditto.
29688
29689 2005-05-21 Richard M. Stallman <rms@gnu.org>
29690
29691 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
29692
29693 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
29694
29695 * net/rcompile.el (remote-compile): Use compilation-start.
29696
29697 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
29698
29699 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
29700
29701 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
29702 Default to makefile-bsdmake-mode on BSD systems.
29703
29704 * imenu.el (imenu-generic-expression, imenu--generic-function'):
29705 REGEXP may also be a search function now. The part of doc-string
29706 for describing the structure was 95% identical to that of
29707 `imenu--generic-function'. Unify it there.
29708
29709 * progmodes/make-mode.el (makefile-imenu-generic-expression):
29710 Use function to find dependencies, because regexp alone is so complex,
29711 it easily goes into an endless loop.
29712 (makefile-makepp-mode): Also add submenu for Perl functions
29713 defined in the makefile.
29714 (makefile-bsdmake-mode): Special imenu-generic-expression no
29715 longer needed, due to function call.
29716 (makefile-match-dependency): Take BOUND into account when checking
29717 if we're through.
29718
29719 2005-05-20 Jay Belanger <belanger@truman.edu>
29720
29721 * calc/calc-units.el (calc-invalidate-units-table):
29722 Use inhibit-read-only.
29723 (math-build-units-table-buffer): Use view-mode.
29724
29725 2005-05-20 David Kastrup <dak@gnu.org>
29726
29727 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
29728 easy-menu-add is not a nop on Emacs; and clarify when to call it.
29729
29730 2005-05-20 Lute Kamstra <lute@gnu.org>
29731
29732 * diff-mode.el (diff-header-face, diff-file-header-face)
29733 (diff-index-face, diff-hunk-header-face, diff-removed-face)
29734 (diff-added-face, diff-changed-face, diff-function-face)
29735 (diff-context-face, diff-nonexistent-face): Put them in the
29736 diff-mode customization group.
29737
29738 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
29739
29740 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
29741
29742 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
29743
29744 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
29745 Minor regexp-optimization.
29746
29747 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
29748
29749 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
29750 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
29751 (org-agenda-add-time-grid-maybe): New function.
29752 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
29753 (org-table-create): `dotimes' instead of `mapcar'.
29754 (org-xor): Simplify implementation.
29755 (org-agenda): `inhibit-redisplay' turned on.
29756 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
29757 a consistent line after a state change.
29758 (org-agenda-remove-times-when-in-prefix): New option.
29759 (org-prefix-has-time): New variable.
29760 (org-parse-time-string): Optional argument NODEFAULT.
29761 (org-format-agenda-item): Parse items for time-of-day
29762 specifications and move these into the prefix if possible.
29763 (org-agenda-priority): Get current heading, not previous heading
29764 during agenda remote editing.
29765
29766 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
29767
29768 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
29769 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
29770 (remove-duplicates, delete-duplicates, substitute)
29771 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
29772 (nsubstitute-if-not, find, find-if, find-if-not, position)
29773 (position-if, position-if-not, count, count-if, count-if-not)
29774 (mismatch, search, sort*, stable-sort, merge, member*)
29775 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
29776 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
29777 (intersection, nintersection, set-difference, nset-difference)
29778 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
29779 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
29780 (nsublis, tree-equal): Improve argument/docstring consistency.
29781
29782 * subr.el (send-string, send-region): Remove obsolescence declaration.
29783 (window-dot, set-window-dot, read-input, show-buffer)
29784 (eval-current-buffer, string-to-int):
29785 Add release number to obsolescence declarations.
29786
29787 2005-05-19 Kim F. Storm <storm@cua.dk>
29788
29789 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
29790 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
29791
29792 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
29793
29794 * faces.el (list-faces-display): Make back button respect optional
29795 regexp arg.
29796
29797 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
29798
29799 * calculator.el (calculator-radix-grouping-mode)
29800 (calculator-radix-grouping-digits, calculator-displayer)
29801 (calculator-radix-grouping-separator, calculator-copy-displayer):
29802 * dabbrev.el (dabbrev-search-these-buffers-only):
29803 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
29804 (diff-advance-after-apply-hunk, diff-mode-hook)
29805 (diff-minor-mode-prefix):
29806 * imenu.el (imenu-use-popup-menu):
29807 * jit-lock.el (jit-lock-context-time):
29808 * newcomment.el (comment-fill-column, comment-column)
29809 (comment-style, comment-padding, comment-multi-line)
29810 (comment-empty-lines, comment-auto-fill-only-comments):
29811 * reveal.el (reveal-around-mark):
29812 * uniquify.el (uniquify-buffer-name-style)
29813 (uniquify-after-kill-buffer-p)
29814 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
29815 (uniquify-min-dir-content, uniquify-separator)
29816 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
29817 * w32-vars.el (w32-fixed-font-alist):
29818 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
29819 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
29820 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
29821 * progmodes/perl-mode.el (perl-indent-level)
29822 (perl-continued-statement-offset, perl-continued-brace-offset)
29823 (perl-brace-offset, perl-brace-imaginary-offset)
29824 (perl-label-offset, perl-indent-continued-arguments)
29825 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
29826 * progmodes/tcl.el (tcl-indent-level)
29827 (tcl-continued-indent-level, tcl-auto-newline)
29828 (tcl-tab-always-indent, tcl-electric-hash-style)
29829 (tcl-help-directory-list, tcl-use-smart-word-finder)
29830 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
29831 (inferior-tcl-source-command):
29832 * textmodes/fill.el (enable-kinsoku):
29833 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
29834 * textmodes/table.el (table-yank-handler):
29835 Specify missing group (and type, if simple) in defcustom.
29836
29837 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
29838
29839 * progmodes/compile.el (compilation-finish-function): Fix defvar.
29840
29841 2005-05-19 Richard M. Stallman <rms@gnu.org>
29842
29843 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
29844
29845 * subr.el (event-basic-type): Don't get an error.
29846 (left-fringe-p): Function deleted.
29847
29848 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
29849 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
29850
29851 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
29852 in recursive copy.
29853
29854 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
29855
29856 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
29857
29858 * emacs-lisp/bytecomp.el
29859 (byte-compile-file-form-custom-declare-variable):
29860 Call byte-compile-nogroup-warn if appropriate.
29861
29862 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
29863 (compilation-set-window): Don't call left-fringe-p; do it directly.
29864
29865 2005-05-19 Jay Belanger <belanger@truman.edu>
29866
29867 * calc/calc-graph.el (calc-graph-format-data): Make sure
29868 var-PlotRejects is bound before trying to check its value.
29869
29870 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
29871
29872 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
29873 definition of this variable from reftex-global.el to reftex.el,
29874 because it is needed in the menu.
29875
29876 2005-05-19 Lute Kamstra <lute@gnu.org>
29877
29878 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
29879 years are fixed. Don't insert a space after a dash.
29880
29881 2005-05-19 Kim F. Storm <storm@cua.dk>
29882
29883 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
29884
29885 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
29886
29887 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
29888 strings, because (eq ... ?\\) is fairly frequent.
29889
29890 * progmodes/make-mode.el (makefile-add-this-line-targets):
29891 Simplify and integrate into `makefile-pickup-targets'.
29892 (makefile-add-this-line-macro): Simplify and integrate into
29893 `makefile-pickup-macros.
29894 (makefile-pickup-filenames-as-targets): Simplify.
29895 (makefile-previous-dependency, makefile-match-dependency):
29896 Don't stumble over `::'.
29897
29898 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
29899
29900 * subr.el (post-command-idle-hook, post-command-idle-delay):
29901 Remove obsoletion of post-command-idle-hook and
29902 post-command-idle-delay.
29903
29904 * faces.el (list-faces-display): Provide button when describe-face
29905 is called to take user back to the list of faces.
29906
29907 * help-fns.el (describe-variable): Remove hyperlinks in a
29908 variable's value as these are quite frequently inappropriate.
29909
29910 * follow.el (follow-submit-feedback, follow-mode):
29911 Remove references to post-command-idle-hook.
29912
29913 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
29914
29915 * progmodes/make-mode.el (makefile-previous-dependency)
29916 (makefile-match-dependency): Check for := (and in bsd mode also
29917 !=) to give a better result, even when font-lock is not on.
29918
29919 2005-05-18 Jay Belanger <belanger@truman.edu>
29920
29921 * calc/calc-help.el (calc-s-prefix-help):
29922 Add `calc-copy-special-constant' to help string.
29923
29924 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
29925
29926 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
29927
29928 2005-05-18 Jay Belanger <belanger@truman.edu>
29929
29930 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
29931 in linear factors are in proper order.
29932
29933 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
29934
29935 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
29936 Support for jurabib.
29937
29938 * textmodes/reftex.el (featurep): Define aliases for overlay
29939 commands, for XEmacs compatibility, and use these aliases in
29940 overlay initializations.
29941 (reftex-highlight): Use `reftex-move-overlay'.
29942 (reftex-unhighlight): Use `reftex-delete-overlay'.
29943 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
29944 (reftex-access-search-path): Use `reftex-uniquify' instead of
29945 `reftex-uniq'.
29946
29947 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
29948 `before-string' property modification enables for Emacs as well.
29949 (reftex-select-item): Use `reftex-delete-overlay'.
29950 (reftex-select-mark): Use `reftex-make-overlay' and
29951 `reftex-overlay-put'.
29952 (reftex-select-unmark): Use `reftex-delete-overlay' and
29953 `reftex-overlay-put'.
29954
29955 2005-05-18 Lute Kamstra <lute@gnu.org>
29956
29957 * emacs-lisp/lisp.el (check-parens): Fix docstring.
29958
29959 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
29960
29961 * add-log.el (add-change-log-entry):
29962 * array.el (array-make-template, array-reconfigure-rows)
29963 (array-init-max-row, array-init-max-column)
29964 (array-init-columns-per-line, array-init-field-width):
29965 * replace.el (replace-match-maybe-edit, perform-replace):
29966 * textmodes/spell.el (spell-region):
29967 Replace `read-input' by `read-string'.
29968
29969 * forms.el (forms-mode):
29970 * finder.el (finder-compile-keywords):
29971 * shadowfile.el (shadow-read-files):
29972 Replace `eval-current-buffer' by `eval-buffer'.
29973
29974 * terminal.el (te-pass-through):
29975 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
29976 (ange-ftp-raw-send-cmd):
29977 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
29978 (send-process-next-char, telnet-initial-filter, telnet):
29979 Replace `send-string' by `process-send-string'.
29980
29981 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
29982 (prolog-consult-region): Replace `send-string' by
29983 `process-send-string'; replace `send-region' by `process-send-region'.
29984
29985 * progmodes/delphi.el (delphi-log-msg):
29986 Replace `set-window-dot' by `set-window-point'.
29987
29988 * subr.el (window-dot, set-window-dot, read-input, send-string)
29989 (send-region, show-buffer, eval-current-buffer):
29990 Make really obsolete, as the comment says.
29991
29992 2005-05-17 Kim F. Storm <storm@cua.dk>
29993
29994 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
29995 (cua--init-keymaps): Bind C-return instead of S-return to set
29996 rectangle mark.
29997
29998 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
29999 instead of S-return to toggle/clear rectangle mark.
30000
30001 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
30002
30003 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
30004 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
30005 Also fontify plain strings assigned to variables, mostly so that a
30006 colon has a face and is thus not taken as a dependency separator.
30007 (makefile-previous-dependency): Inline the new matcher, because it
30008 is too complex to work in both directions.
30009 (makefile-match-dependency): Eliminate `backward' arg (see above).
30010 Completely reimplemented so as to not sometimes go into an endless
30011 loop. It should also be more efficient, because first it only
30012 searches for `:', instead of applying the very complex regexp.
30013 (makefile-mode): Cancel `font-lock-support-mode', because blocks
30014 to be fontified in one piece can be too long for JIT.
30015 Makefiles are never *that* big.
30016
30017 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
30018
30019 * dired.el (dired-mode): Simplify.
30020
30021 2005-05-17 Lute Kamstra <lute@gnu.org>
30022
30023 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
30024 defcustom for the mode hook variable.
30025
30026 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
30027 Emacs Lisp Reference Manual.
30028
30029 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
30030
30031 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
30032 (evenp, list*):
30033 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
30034 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
30035
30036 * net/tramp-smb.el (tramp-smb-open-connection):
30037 Pass `tramp-chunksize' as fifth (required) argument.
30038
30039 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
30040
30041 * font-lock.el (lisp-font-lock-keywords-1):
30042 Set `font-lock-negation-char-face' for [^...] char group.
30043 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
30044
30045 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
30046 a var, and refine it to mask one more level of nested vars.
30047 (makefile-rule-action-regex): Turn it into a var, and refine it so
30048 it recognizes backslashed continuation lines as belonging to the
30049 same command.
30050 (makefile-macroassign-regex): Refine it so it recognizes
30051 backslashed continuation lines as belonging to the same command.
30052 (makefile-var-use-regex): Don't look at the next char, because it
30053 might be the same one to be skipped by the initial [^$], leading
30054 to an overlooked variable use.
30055 (makefile-make-font-lock-keywords): Remove two parameters, which
30056 are now variables that some of the modes set locally.
30057 Handle dependency and rule action matching through functions, because
30058 regexps alone match too often. Dependency matching now comes
30059 last, so it can check, whether a colon already matched something else.
30060 (makefile-mode): Inform that font-lock improves makefile parsing
30061 capabilities.
30062 (makefile-match-dependency, makefile-match-action): New functions.
30063
30064 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
30065
30066 * emacs-lisp/cl-extra.el (equalp): Doc fix.
30067
30068 * align.el (align-regexp):
30069 * ansi-color.el (ansi-color-get-face):
30070 * array.el (array-reconfigure-rows, array-init-max-row)
30071 (array-init-max-column, array-init-columns-per-line)
30072 (array-init-field-width):
30073 * dired-aux.el (dired-trample-file-versions):
30074 * dired-x.el (dired-mark-sexp):
30075 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
30076 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
30077 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
30078 * faces.el (face-read-integer):
30079 * files.el (backup-extract-version, insert-directory):
30080 * hexl.el (hexl-insert-decimal-char):
30081 * server.el (server-process-filter):
30082 * shell.el (shell-extract-num):
30083 * startup.el (command-line-1):
30084 * term.el (term-command-hook):
30085 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
30086 (time-stamp-do-number):
30087 * time.el (display-time-update):
30088 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
30089 (timezone-fix-time):
30090 * vms-patch.el (vms-suspend-resume-hook):
30091 * calendar/appt.el (appt-convert-time):
30092 * calendar/cal-bahai.el (mark-bahai-diary-entries):
30093 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
30094 * calendar/cal-islam.el (mark-islamic-diary-entries):
30095 * calendar/calendar.el (calendar-cursor-to-date)
30096 (calendar-star-date):
30097 * calendar/diary-lib.el (diary-attrtype-convert)
30098 (mark-diary-entries, diary-entry-time):
30099 * calendar/solar.el (solar-get-number):
30100 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
30101 * emacs-lisp/re-builder.el (reb-display-subexp):
30102 * emulation/edt.el (edt-set-scroll-margins):
30103 * emulation/tpu-extras.el (tpu-set-scroll-margins):
30104 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
30105 (vip-get-ex-count):
30106 * emulation/viper-ex.el (viper-get-ex-token)
30107 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
30108 * international/fontset.el (fontset-plain-name):
30109 * mail/feedmail.el (feedmail-look-at-queue-directory):
30110 * mail/mailalias.el (mail-get-names):
30111 * mail/rmail.el (rmail-convert-to-babyl-format):
30112 * mail/rmailsum.el (rmail-make-basic-summary-line)
30113 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
30114 (rmail-summary-goto-msg):
30115 * mail/smtpmail.el (smtpmail-read-response):
30116 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
30117 (ange-ftp-vms-add-file-entry):
30118 * play/gametree.el (gametree-looking-at-ply)
30119 (gametree-current-branch-score):
30120 * progmodes/ada-xref.el (ada-prj-find-prj-file)
30121 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
30122 * progmodes/cperl-mode.el (condition-case):
30123 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
30124 (ebrowse-set-member-buffer-column-width)
30125 (ebrowse-select-1st-to-9nth):
30126 * progmodes/etags.el (etags-snarf-tag):
30127 * progmodes/flymake.el (flymake-parse-line):
30128 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
30129 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
30130 (idlwave-shell-menu-def):
30131 * progmodes/ps-mode.el (ps-run-goto-error):
30132 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
30133 (vhdl-speedbar-contract-level):
30134 * term/mac-win.el (x-handle-numeric-switch):
30135 * term/sun-mouse.el (sun-get-frame-data):
30136 * term/w32-win.el (x-handle-numeric-switch):
30137 * term/x-win.el (x-handle-numeric-switch):
30138 * textmodes/ispell.el (ispell-parse-output):
30139 * textmodes/nroff-mode.el (nroff-outline-level):
30140 * textmodes/reftex-cite.el (reftex-bib-sort-year)
30141 (reftex-bib-sort-year-reverse, reftex-format-citation):
30142 * textmodes/reftex-parse.el (reftex-init-section-numbers)
30143 (reftex-section-number):
30144 * textmodes/texinfmt.el (texinfo-paragraphindent):
30145 Replace `string-to-int' by `string-to-number'.
30146
30147 * international/latexenc.el: Add page marker to force the "Local
30148 Variables:" string out of the last page.
30149
30150 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
30151
30152 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
30153 tooltip-change-major-mode.
30154 (gud-tooltip-print-command): Remove case where gud-minor-mode
30155 is gdb ("--fullname").
30156 (gud-tooltip-tips): Turn GUD tooltips off for this case and
30157 explain to user.
30158
30159 2005-05-16 Jay Belanger <belanger@truman.edu>
30160
30161 * calc/calc-store.el (calc-copy-special-constant): New function.
30162
30163 * calc/calc-ext.el (calc-init-extensions): Add binding for
30164 `calc-copy-special-constant'.
30165
30166 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
30167 for the `calc-copy-special-constant' command.
30168
30169 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
30170
30171 * subr.el (left-fringe-p): New function.
30172
30173 * progmodes/compile.el (compilation-setup): Set local value of
30174 overlay-arrow-string to "" always.
30175 (compilation-set-window): Left fringe then don't scroll.
30176 No left fringe then no arrow and scroll message to top.
30177 (compilation-context-lines): Adjust doc string accordingly.
30178
30179 2005-05-16 Kim F. Storm <storm@cua.dk>
30180
30181 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
30182 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
30183 (ido-wide-find-dir-or-delete-dir): New command for M-d.
30184 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
30185 (ido-read-file-name): Handle commands with ido property value
30186 equal to find-file as reading a file name, to allow C-d to enter dired.
30187 (ibuffer-find-file): Add ido property with value find-file.
30188
30189 2005-05-15 Kim F. Storm <storm@cua.dk>
30190
30191 * subr.el (open-network-stream-nowait): Remove.
30192 (open-network-stream-server): Remove.
30193
30194 2005-05-15 Richard M. Stallman <rms@gnu.org>
30195
30196 * faces.el (describe-face): Output a definition link button.
30197
30198 * help-mode.el (help-face-def): New button type.
30199
30200 * emacs-lisp/copyright.el (copyright-fix-years):
30201 Match properly if the first year is 2-digit.
30202 Don't mess up the whitespace after the years by filling.
30203
30204 * dired-aux.el (dired-mark-confirm):
30205 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
30206
30207 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
30208 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
30209 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
30210
30211 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
30212 Set font-lock-comment-start-skip.
30213
30214 * font-lock.el (font-lock-comment-start-skip): New variable.
30215 (font-lock-comment-end-skip): New variable.
30216 (font-lock-fontify-syntactically-region): Use them if non-nil.
30217
30218 2005-05-15 Jay Belanger <belanger@truman.edu>
30219
30220 * calc/calc-store.el (calc-store-value): Return a string rather
30221 than display it as a message.
30222 Use calc-var-name for variable name.
30223 (calc-store-into): Add the result of calc-store-value to message.
30224 (calc-copy-variable): Add a message.
30225 (calc-store-exchange): Improve error messages.
30226 (calc-store-binary, calc-store-map): Don't reset the values of
30227 special constants.
30228
30229 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
30230
30231 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
30232 manual to docstring.
30233
30234 * files.el (hack-local-variables-confirm): Add STRING argument.
30235 Make the function handle non file visiting buffers correctly.
30236 (hack-local-variables-prop-line, hack-local-variables)
30237 (hack-one-local-variable): Use STRING arg of
30238 `hack-local-variables-confirm'.
30239
30240 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
30241
30242 Sync with Tramp 2.0.49.
30243
30244 * net/tramp.el (tramp-handle-dired-call-process)
30245 (tramp-handle-insert-directory):`insert-buffer' cannot be used
30246 because the contents of the Tramp buffer is changed before
30247 insertion (`expand-file' and alike).
30248 (tramp-handle-insert-directory): If `localname' has an empty
30249 nondirectory name, it must not be quoted.
30250 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
30251 variable `tramp-chunksize'. Change callees.
30252 (tramp-open-connection-setup-interactive-shell): Check remote host
30253 for buggy `send-process-string' implementation.
30254 Set `tramp-chunksize' if found. Reported by Michael Kifer
30255 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
30256 (tramp-handle-shell-command): `insert-buffer' cannot be used
30257 because the contents of the Tramp buffer is changed before
30258 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
30259 <frederic.bothamy@free.fr>.
30260 (tramp-set-auto-save): Actions should be done for Tramp file name
30261 handler only. Ange-FTP has its own auto-save mechanism.
30262 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
30263 (tramp-set-auto-save-file-modes): Set file modes of
30264 `buffer-auto-save-file-name' to ?\600 as fallback solution.
30265 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
30266 (tramp-bug): Remove obsolete variable.
30267 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
30268 for presence of `mml-mode'. Make it running for older Emacsen as well.
30269
30270 2005-05-14 John Paul Wallington <jpw@pobox.com>
30271
30272 * ibuf-ext.el (define-ibuffer-filter filename):
30273 If `dired-directory' is a list, use its car.
30274
30275 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
30276
30277 * ibuffer.el (define-ibuffer-column filename):
30278 If `dired-directory' is a list, use its car.
30279
30280 2005-05-14 Richard M. Stallman <rms@gnu.org>
30281
30282 * subr.el (symbol-file): Doc fix.
30283
30284 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
30285 (byte-compile-form): Call byte-compile-nogroup-warn.
30286 (byte-compile-warning-types): Doc fix.
30287
30288 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
30289
30290 * progmodes/cc-engine.el (c-literal-faces):
30291 Add font-lock-comment-delimiter-face.
30292
30293 * net/net-utils.el (dig): Use with-no-warnings.
30294
30295 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
30296 (sc-recite-frame-alist, sc-default-cite-frame)
30297 (sc-default-uncite-frame, sc-default-recite-frame)
30298 (sc-attrib-selection-list, sc-rewrite-header-list):
30299 Mark as risky-local-variable.
30300
30301 * international/ogonek.el (ogonek-jak, ogonek-how):
30302 Don't use beginning-of-buffer.
30303
30304 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
30305
30306 * calendar/solar.el (solar-data-list): Move definition up.
30307
30308 * dnd.el (dnd-protocol-alist): Add autoload.
30309
30310 * progmodes/sh-script.el: Many doc usage fixes.
30311 (sh-indent-after-do): Change default to match common styles.
30312
30313 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
30314
30315 * files.el (interpreter-mode-alist)
30316 (auto-mode-interpreter-regexp): Doc fixes.
30317
30318 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
30319
30320 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
30321
30322 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
30323
30324 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
30325
30326 * dired.el (dired-mode): make-variable-buffer-local =>
30327 make-local-variable.
30328
30329 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
30330
30331 * term/mac-win.el (mac-select-convert-to-string): Try coding
30332 systems in mac-script-code-coding-systems if specified one cannot
30333 encode string for `com.apple.traditional-mac-plain-text'.
30334
30335 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
30336
30337 * progmodes/make-mode.el (makefile-targets-face)
30338 (makefile-shell-face, makefile-makepp-perl-face): New faces.
30339 (makefile-dependency-regex): Fix it to not make the colon in
30340 $(var:a=b) special.
30341 (makefile-rule-action-regex): New regexp for highlighting embedded
30342 Shell strings.
30343 (makefile-macroassign-regex): Handle != for highlighting as
30344 embedded Shell strings.
30345 (makefile-var-use-regex): New const.
30346 (makefile-statements, makefile-automake-statements)
30347 (makefile-gmake-statements, makefile-makepp-statements)
30348 (makefile-bsdmake-statements): New consts.
30349 (makefile-make-font-lock-keywords): New function.
30350 (makefile-automake-font-lock-keywords)
30351 (makefile-gmake-font-lock-keywords)
30352 (makefile-makepp-font-lock-keywords)
30353 (makefile-bsdmake-font-lock-keywords): New consts.
30354 (makefile-mode-map): Add switchers between the various submodes.
30355 (makefile-mode): Document the availability of the variants.
30356 (makefile-automake-mode, makefile-gmake-mode)
30357 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
30358
30359 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
30360 new variants of makefile-mode.
30361
30362 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
30363
30364 * font-lock.el (font-lock-comment-delimiter-face): Fix up
30365 the inheritance.
30366
30367 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
30368
30369 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
30370 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
30371
30372 * files.el (normal-mode): Extend the scope of the
30373 `enable-local-variables' binding to include the `set-auto-mode' call.
30374 (magic-mode-alist): Doc fix.
30375
30376 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
30377
30378 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
30379 font-lock-comment-face rather than copying its setting.
30380
30381 2005-05-12 Andreas Schwab <schwab@suse.de>
30382
30383 * eshell/esh-mode.el (eshell-send-input): Doc fix.
30384
30385 2005-05-12 Lute Kamstra <lute@gnu.org>
30386
30387 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
30388 defcustom for the mode hook variable. Delete the last argument.
30389 * generic-x.el: Fix callers of define-generic-mode.
30390 (generic-x-modes): Delete group.
30391 (show-tabs-tab-face, show-tabs-space-face): Put them in the
30392 generic-x customization group.
30393
30394 2005-05-12 Kim F. Storm <storm@cua.dk>
30395
30396 * font-lock.el (font-lock-negation-char-face): Default to "off".
30397
30398 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
30399 font-lock-negation-char-face to ! in !=.
30400
30401 2005-05-12 Masatake YAMATO <jet@gyve.org>
30402
30403 * add-log.el (find-change-log): Fix typos in the docstring
30404 of function.
30405
30406 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
30407
30408 * international/latexenc.el (latexenc-find-file-coding-system):
30409 Avoid `re-search-forward' when looking for input encoding because
30410 of speed and safety. Better regular expressions for recognizing
30411 input encoding. Limit a search for TeX-master/tex-main-file to
30412 the local variable section.
30413
30414 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
30415
30416 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
30417 syntax of $ to "'" (quote).
30418
30419 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
30420
30421 * dnd.el (dnd-protocol-alist): Improve custom type.
30422
30423 * dired.el (dired-dnd-protocol-alist): New variable.
30424 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
30425 `dired-mode-hook' to the end.
30426
30427 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
30428
30429 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
30430 comment-end if comment-start-skip is not set.
30431 Obey the font-lock-comment-delimiter-face variables.
30432
30433 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
30434
30435 * files.el (executable-find): Move from executable.el. Use
30436 locate-file.
30437 * progmodes/executable.el (executable-find): Move to files.el.
30438
30439 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
30440 when trying to ensure forward progress.
30441
30442 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
30443
30444 * mouse-sel.el (mouse-sel-follow-link-p): New function.
30445 (mouse-select, mouse-select-internal, mouse-extend-internal):
30446 Use it to implement mouse-1-click-follows-link functionality.
30447
30448 2005-05-11 Richard M. Stallman <rms@gnu.org>
30449
30450 * font-lock.el (font-lock-fontify-syntactically-region):
30451 Use font-lock-comment-delimiter-face for comment delimiters.
30452
30453 2005-05-10 Jay Belanger <belanger@truman.edu>
30454
30455 * calc/calc-help.el (calc-m-prefix-help): Add mention of
30456 preserving embedded modes.
30457
30458 2005-05-10 Richard M. Stallman <rms@gnu.org>
30459
30460 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
30461
30462 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
30463 Move from ada-stmt.el.
30464 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
30465
30466 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
30467 Move to ada-mode.el.
30468 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
30469
30470 * cus-edit.el (custom-file): Call file-chase-links.
30471
30472 * files.el (read-directory-name): Fix previous change.
30473 (hack-local-variables-confirm): New function.
30474 (hack-local-variables-prop-line, hack-local-variables)
30475 (hack-one-local-variable): Use it.
30476
30477 2005-05-10 Lute Kamstra <lute@gnu.org>
30478
30479 * font-lock.el (font-lock-keywords-alist)
30480 (font-lock-removed-keywords-alist): Clarify docstrings.
30481
30482 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
30483
30484 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
30485 (gdb-source-info): Check for preprocessor info.
30486 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
30487 a macro for a function.
30488 (gdb-info-breakpoints-custom): Try to find file again if not already
30489 found (user might have used GDB dir command).
30490 (gdb-get-location): Update gdb-location-alist correctly for change
30491 to gdb-info-breakpoints-custom.
30492
30493 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
30494 (gud-tooltip-print-command): Add gdbmi case.
30495 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
30496 preprocessor info.
30497
30498 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
30499
30500 * startup.el (fancy-splash-insert): Fix typo in doc string.
30501
30502 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
30503
30504 * obsolete/float.el (string-to-float):
30505 * obsolete/hilit19.el (hilit-add-pattern):
30506 * obsolete/rnews.el (news-parse-range, news-select-message)
30507 (news-get-pruned-list-of-files): Replace `string-to-int' by
30508 `string-to-number'.
30509
30510 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
30511 `find-file-not-found-hooks'; use `add-hook'.
30512 (uncompress-while-visiting): Set `write-file-functions', not
30513 `write-file-hooks'; use `add-hook'.
30514
30515 2005-05-09 Kim F. Storm <storm@cua.dk>
30516
30517 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
30518 (cua-paste): Handle clipboard action.
30519 (cua--init-keymaps): Remap clipboard-kill-region and
30520 clipboard-kill-ring-save.
30521
30522 2005-05-08 Eli Zaretskii <eliz@gnu.org>
30523
30524 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
30525 Improve commentary.
30526
30527 * simple.el (next-error-overlay-arrow-position): Revert the change
30528 made on 2005-04-30.
30529
30530 2005-05-07 Jay Belanger <belanger@truman.edu>
30531
30532 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
30533 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
30534 `calc-sel-reselect'.
30535
30536 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
30537 Calc is in embedded mode.
30538
30539 2005-05-07 Eli Zaretskii <eliz@gnu.org>
30540
30541 * progmodes/compile.el (compilation-setup):
30542 Set overlay-arrow-string to an empty string on text terminals.
30543
30544 * textmodes/ispell.el (ispell-program-name): Try looking for
30545 "aspell" along exec-path, and if found, use it as the default
30546 speller program.
30547
30548 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
30549
30550 * international/mule.el (sgml-xml-auto-coding-function):
30551 Recognize encoding='FOO' in single quotes as well as in double quotes.
30552
30553 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
30554
30555 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
30556 as well as `interactive', so that defmacro* would recognize
30557 `declare' forms.
30558
30559 2005-05-07 Eli Zaretskii <eliz@gnu.org>
30560
30561 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
30562 Explain more about the LIGHTER arg's usage in the doc string.
30563 Add commentary to clarify what the code does. Fix the regexp that
30564 strips whitespace from LIGHTER. Quote LIGHTER before using it,
30565 since it could have characters special to regular expressions.
30566
30567 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
30568
30569 * replace.el (occur-1): Bind inhibit-read-only so that
30570 erase-buffer doesn't barf on read-only text properties (likewise
30571 for add-text-properties in occur-engine). Mark buffer as unmodified.
30572 (occur-engine): Don't set buffer-read-only here.
30573
30574 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
30575
30576 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
30577 list-buffers-directory. This caused the *cvs-commit* buffer to be
30578 sometimes mistakenly reused as a *cvs* buffer.
30579
30580 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
30581
30582 * tooltip.el: Move code for GUD tooltips into gud.el.
30583 (require): CL no longer needed to compile case.
30584 (tooltip-mode): Do not toggle functions for GUD tooltips.
30585 (tooltip-gud-tips-p): Remove. Replace with minor mode
30586 gud-tooltip-mode in gud.el.
30587 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
30588 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
30589 tooltip-gud prefix with gud-tooltip and obsolete.
30590 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
30591 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
30592 (tooltip-mouse-motion): Mouse movement functions/variable.
30593 Rename in gud.el by adding gud prefix.
30594 (tooltip-gud-original-filter, tooltip-gud-dereference)
30595 (tooltip-gud-event, tooltip-toggle-gud-tips)
30596 (tooltip-gud-process-output, tooltip-gud-print-command)
30597 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
30598 gud.el by replacing tooltip-gud prefix with gud-tooltip.
30599 (gdb-tooltip-print): Move to gdb-ui.el.
30600
30601 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
30602 (require): CL needed to compile case.
30603 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
30604 tooltip-gud-tips-p. Make it a minor-mode.
30605 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
30606 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
30607 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
30608 (gud-tooltip-change-major-mode)
30609 (gud-tooltip-activate-mouse-motions-if-enabled)
30610 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
30611 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
30612 (gud-tooltip-original-filter, gud-tooltip-dereference)
30613 (gud-tooltip-event, tooltip-toggle-gud-tips)
30614 (gud-tooltip-process-output, gud-tooltip-print-command)
30615 (gud-tooltip-tips): Move from tooltip.el.
30616
30617 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
30618 (gdb-cpp-define-alist-flags): Doc fix.
30619 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
30620 gud-tooltip-mode is t.
30621
30622 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
30623
30624 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
30625 evaporate if their text is deleted.
30626 (goto-address-at-point): Make it work as a mouse binding as well.
30627 (goto-address-at-mouse): Obsolete it. Update users.
30628
30629 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
30630
30631 * calendar/appt.el (top-level): No longer activate on load.
30632
30633 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
30634
30635 * calendar/cal-bahai.el (mark-bahai-diary-entries):
30636 * net/webjump.el (webjump):
30637 * progmodes/idlw-help.el (idlwave-do-context-help1)
30638 (idlwave-highlight-linked-completions):
30639 * textmodes/po.el (po-find-file-coding-system-guts):
30640 Replace `assoc-ignore-case' by `assoc-string'.
30641
30642 2005-05-06 Eli Zaretskii <eliz@gnu.org>
30643
30644 * files.el (locate-file): Doc fix.
30645
30646 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
30647 Remove the redundant test for ms-dos.
30648
30649 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
30650 look for the preprocessor with exec-suffixes. If not found in
30651 standard places, look in exec-path. Remove most of the tests that
30652 used system-type.
30653
30654 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
30655
30656 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
30657
30658 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
30659 file-name clash with jka-compr.el on 8+3 filesystems.
30660
30661 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
30662
30663 * term/mac-win.el: Don't define or bind scroll bar functions if
30664 x-toolkit-scroll-bars is t.
30665 (x-select-text, x-get-selection-value): Clear
30666 x-last-selected-text-clipboard if x-select-enable-clipboard is
30667 nil.
30668 (PRIMARY): Put mac-scrap-name property.
30669 (mac-select-convert-to-file-url): New function.
30670 (public.file-url): New selection target type. Add to
30671 selection-converter-alist.
30672 (x-get-selection, x-selection-value): Handle it.
30673 (x-cut-buffer-or-selection-value): New alias.
30674
30675 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
30676
30677 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
30678 entry to avoid calling bibtex-find-entry with arg global
30679 being t. Remove arg key.
30680 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
30681 (bibtex-copy-summary-as-kill): Change accordingly.
30682
30683 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
30684
30685 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
30686 (org-agenda-date-later): Use with-current-buffer.
30687
30688 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
30689
30690 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
30691 (define-obsolete-variable-alias): Doc Fixes.
30692
30693 2005-05-06 Kim F. Storm <storm@cua.dk>
30694
30695 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
30696 vertical-motion when selective-display is active.
30697
30698 * ido.el (ido-setup-hook): New hook.
30699 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
30700 (ido-input-stack): New var.
30701 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
30702 ido-next-work-file binding to M-O.
30703 Bind M-f to ido-wide-find-file-or-pop-dir.
30704 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
30705 (ido-read-internal): Run ido-setup-hook.
30706 Catch quit in read-file-name and read-string to cancel edit.
30707 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
30708 Automatically pop-all when completing a directory name (RET).
30709 (ido-file-internal): Add with-no-warnings around ffap and dired code.
30710 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
30711 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
30712 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
30713 New functions for M-b/M-f to move among the directory components.
30714 (ido-make-merged-file-list): Catch quit to cancel merge.
30715 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
30716 (ido-completion-help): No warnings for ido-completion-buffer-full.
30717
30718 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
30719
30720 * font-lock.el (font-lock-negation-char-face): New face and variable.
30721 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
30722 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
30723 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
30724 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
30725
30726 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
30727
30728 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
30729 Fix typo in docstring.
30730
30731 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
30732 (ebrowse-print-statistics-line)
30733 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
30734
30735 * term/w32-win.el (image-library-alist): Add additional name for
30736 Xpm library.
30737
30738 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
30739
30740 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
30741 use gcc instead of cpp.
30742
30743 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
30744 (gdb-create-define-alist): Use it.
30745 (gdb-cpp-define-alist-program): Update for MS-DOS.
30746
30747 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
30748
30749 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
30750
30751 2005-05-04 Richard M. Stallman <rms@gnu.org>
30752
30753 * help.el (describe-key): No error when UNTRANSLATED is nil.
30754
30755 * simple.el (line-move-1): Fix previous change to signal errors
30756 appropriately.
30757
30758 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
30759
30760 * calendar/icalendar.el (icalendar-version): Now at 0.12.
30761 (icalendar-duration-correction): Remove.
30762 (icalendar--get-event-properties): Split result at commas.
30763 (icalendar--decode-isoduration): New optional argument
30764 DURATION-CORRECTION.
30765 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
30766 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
30767 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
30768 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
30769 (icalendar--convert-anniversary-to-ical): New functions, extracted
30770 from icalendar-export-region, with bug fixes.
30771 (icalendar-export-region): Use the above functions.
30772 (icalendar-import-buffer): Check before saving diary file.
30773 (icalendar--convert-recurring-to-diary)
30774 (icalendar--convert-non-recurring-all-day-to-diary)
30775 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
30776 extracted from icalendar--convert-ical-to-diary, with bug fixes.
30777 (icalendar--convert-ical-to-diary): Use the above functions.
30778
30779 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
30780
30781 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
30782 Remove these recent additions.
30783 (c-mode): Restore to before 2005-04-28.
30784
30785 * progmodes/cc-vars.el (cc-define-list-program): Remove this
30786 recent addition.
30787
30788 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
30789 (gdb-define-alist): New variables.
30790 (gdb-create-define-alist): New function.
30791 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
30792 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
30793 with string-to-number.
30794 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
30795
30796 * progmodes/gud.el: Replace string-to-int with string-to-number.
30797 (gud-find-file): Handle gdb-define-alist.
30798
30799 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
30800
30801 2005-05-02 Jay Belanger <belanger@truman.edu>
30802
30803 * calc/calc-aent.el (math-read-token):
30804 * calc/calc-bin.el (calc-word-size):
30805 * calc/calc-ext.el (calc-read-number-fancy):
30806 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
30807 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
30808 * calc/calc-frac.el (calc-over-notation):
30809 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
30810 (calc-graph-num-points, calc-graph-init):
30811 * calc/calc-prog.el (calc-read-parse-table-part)
30812 (calc-edit-macro-repeats):
30813 * calc/calc-yank.el (calc-do-grab-rectangle):
30814 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
30815 Replace `string-to-int' by `string-to-number'.
30816
30817 2005-05-02 Kim F. Storm <storm@cua.dk>
30818
30819 * kmacro.el: Use executing-kbd-macro-index variable.
30820
30821 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
30822
30823 * net/rlogin.el (rlogin-parse-words): Delete func.
30824 (rlogin): Use split-string, not rlogin-parse-words.
30825 Also, if there are option-like elements in the parsed args,
30826 take the host to be the first arg immediately following them.
30827 Suggested by Michael Mauger.
30828
30829 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
30830
30831 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
30832
30833 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
30834
30835 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
30836 (cc-mode-cpp-program): Rename to cc-define-list-program and
30837 move to cc-vars.el.
30838
30839 * progmodes/cc-vars.el (cc-define-list-program):
30840 Change to "gcc -E -dM -". Make customizable.
30841
30842 2005-05-02 Kim F. Storm <storm@cua.dk>
30843
30844 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
30845
30846 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
30847
30848 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
30849
30850 * international/mule-util.el (truncate-string): Remove alias and
30851 obsolete declaration.
30852
30853 * international/mule-cmds.el (update-iso-coding-systems):
30854 Remove alias and obsolete declaration.
30855
30856 * international/mule.el (coding-system-parent): Remove alias and
30857 obsolete declaration.
30858
30859 * subr.el (define-function, sref): Remove aliases and obsolete
30860 declarations.
30861 (chars-in-region): Remove obsolete declaration.
30862
30863 2005-05-01 Richard M. Stallman <rms@gnu.org>
30864
30865 * info.el (Info-mode): Set widen-automatically to nil, locally.
30866
30867 * simple.el (widen-automatically): New variable.
30868 (pop-global-mark): Obey widen-automatically.
30869
30870 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
30871
30872 * term/xterm.el (function-key-map): Call substitute-key-definition
30873 before the keymap size is increased by a lot of define-key calls.
30874
30875 2005-05-01 Richard M. Stallman <rms@gnu.org>
30876
30877 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
30878 Rename ARG to ELEMENT. Doc fix.
30879
30880 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
30881
30882 * allout.el (allout-exposure): Remove macro and obsolete declaration.
30883 Remove references to allout-exposure/change to allout-new-exposure.
30884
30885 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
30886 bytecode symbols.
30887
30888 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
30889 (compiled-function-p, focus-frame, unfocus-frame):
30890 Remove aliases and obsolete declarations.
30891 Back out inadvertent changes from previous commit.
30892
30893 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
30894
30895 * files.el (require-final-newline): Make Custom tags consistent
30896 with mode-require-final-newline.
30897 (mode-require-final-newline): Doc fix.
30898
30899 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
30900
30901 * international/latexenc.el (latexenc-find-file-coding-system):
30902 Fix regular expressions.
30903
30904 2005-05-01 David Kastrup <dak@gnu.org>
30905
30906 * international/latexenc.el (latexenc-find-file-coding-system):
30907 Fix regular expressions.
30908
30909 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
30910
30911 * subr.el (string-to-int): Make obsolete.
30912
30913 2005-04-30 Richard M. Stallman <rms@gnu.org>
30914
30915 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
30916
30917 * loadup.el: load jka-comp-hook.
30918
30919 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
30920 (jka-compr-handler): Add autoload. `put' calls moved
30921 to jka-comp-hook.el.
30922 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
30923 (jka-compr-inhibit): Autoload.
30924
30925 * jka-comp-hook.el: New file.
30926 Enable the mode by default.
30927
30928 * files.el (backup-buffer-copy): Use copy-file instead
30929 of write-region, and put back the 'excl.
30930
30931 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
30932
30933 * progmodes/flymake.el (flymake-split-string)
30934 (flymake-split-string, flymake-log, flymake-pid-to-names)
30935 (flymake-reg-names, flymake-get-source-buffer-name)
30936 (flymake-unreg-names, flymake-add-line-err-info)
30937 (flymake-add-err-info): Clarify docstrings.
30938 (flymake-popup-menu, flymake-make-emacs-menu)
30939 (flymake-make-xemacs-menu): Add docstrings.
30940 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
30941 Set variables directly throughout.
30942
30943 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
30944
30945 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
30946 exists. Initialize cc-define-alist.
30947 (c-mode): Add cc-create-define-alist locally to after-save-hook.
30948 If there is no file (Macroexpansion) don't create an alist.
30949
30950 2005-04-29 Sam Steingold <sds@gnu.org>
30951
30952 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
30953 (cc-create-define-alist): Use it instead of the hard-coded string.
30954
30955 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
30956
30957 * international/mule-conf.el (file-coding-system-alist): Fix regexp
30958 for latexenc.
30959
30960 2005-04-29 Lute Kamstra <lute@gnu.org>
30961
30962 * emacs-lisp/generic.el: Improve commentary section.
30963 (define-generic-mode): Improve docstring.
30964
30965 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
30966
30967 * textmodes/org.el (many places): Change to quiet the byte compiler.
30968 (org-prefix-format-compiled): New variable.
30969 (org-compile-prefix-format): New function.
30970 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
30971 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
30972 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
30973 (org-get-entries-from-diary): Use `org-get-time-of-day' for
30974 consistency with entries from `org-mode' files.
30975 (org-get-time-of-day): Fix bug with partial matches early in a line.
30976 (org-non-link-chars): New constant.
30977 (org-link-regexp): Respect `org-non-link-chars'.
30978 (org-agenda-day-view): Remove command.
30979 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
30980 (org-follow-bbdb-link, org-store-link): Search also company field.
30981 (org-highlight-overlay): New variable.
30982 (org-highlight, org-unhighlight): New functions.
30983 (org-agenda-mode): Add pre-command-hook to remove highlight.
30984 (org-evaluate-time-range): Behavior depends upon whether time stamp
30985 contains a time or not.
30986 (org-show-subtree, org-show-entry): New functions.
30987 (org-agenda-cleanup-fancy-diary): Remove empty lines.
30988
30989 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
30990
30991 * comint.el (comint-output-filter-functions): Add autoload cookie.
30992
30993 2005-04-28 Kim F. Storm <storm@cua.dk>
30994
30995 * ido.el (ido-everywhere): Fix last change.
30996
30997 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
30998
30999 * international/latexenc.el: New file.
31000 * international/mule-conf.el (file-coding-system-alist): For .tex,
31001 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
31002
31003 2005-04-28 Lute Kamstra <lute@gnu.org>
31004
31005 * font-lock.el (font-lock-add-keywords)
31006 (font-lock-remove-keywords): Clarify docstring.
31007 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
31008 Don't start docstrings with a `*'.
31009 (font-lock-update-removed-keyword-alist): Give it a docstring.
31010
31011 * generic-x.el: Update commentary section.
31012 Only require font-lock when compiling.
31013 Define all modes conditionally.
31014 Place all generic modes in the generic-x-modes customization group.
31015 (generic-x-modes): New customization group.
31016 (generic-default-modes, generic-mswindows-modes)
31017 (generic-unix-modes, generic-other-modes): New constants.
31018 (generic-define-mswindows-modes, generic-define-unix-modes):
31019 Update docstrings. Make them obsolete.
31020 (generic-extras-enable-list): New default value. Update docstring.
31021 Improve :type. Change :set function.
31022 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
31023 Fix docstring.
31024
31025 * emacs-lisp/generic.el (generic-mode-internal):
31026 Simplify font-lock-defaults.
31027 (define-generic-mode): Fix docstring.
31028
31029 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
31030
31031 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
31032 font-lock-face property to highlight matches.
31033
31034 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
31035
31036 * progmodes/cc-mode.el (cc-create-define-alist): New function.
31037 (cc-define-alist): New variable.
31038 (c-mode): Make it local and initialize it.
31039
31040 * progmodes/gdb-ui.el (gdb-active-process): New variable.
31041 (gdb-exited): New function.
31042 (gdb-annotation-rules): Use it.
31043 (gdb-starting): Set gdb-active-process to t.
31044 (gdb-stopping): Amend doc string.
31045 (gdb-reset): Set gdb-active-process to nil.
31046
31047 * tooltip.el (tooltip-gud-tips): Show the associated #define
31048 directives when a C program under GDB is not executing.
31049
31050 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
31051
31052 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
31053 font-lock-fontify-syntactic-keywords.
31054
31055 * font-lock.el (font-lock-default-fontify-region): Don't force
31056 parse-sexp-lookup-properties to nil.
31057
31058 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
31059
31060 * man.el (man-mode-syntax-table): Set up `:' to have
31061 word-constituent syntax.
31062
31063 2005-04-27 Lute Kamstra <lute@gnu.org>
31064
31065 * novice.el (disable-command): Don't add spurious newlines to the
31066 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
31067
31068 2005-04-26 Jay Belanger <belanger@truman.edu>
31069
31070 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
31071 than one window before deleting window.
31072
31073 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
31074
31075 * shell.el (shell-prompt-pattern): Doc fix.
31076 (shell-mode): Set paragraph-separate buffer locally to "\\'".
31077
31078 * comint.el (comint-prompt-regexp, comint-get-old-input)
31079 (comint-use-prompt-regexp)
31080 (comint-use-prompt-regexp-instead-of-fields)
31081 (comint-replace-by-expanded-history, comint-send-input)
31082 (comint-output-filter, comint-get-old-input-default)
31083 (comint-line-beginning-position, comint-bol, comint-show-output)
31084 (comint-backward-matching-input, comint-forward-matching-input)
31085 (comint-next-prompt, comint-previous-prompt):
31086 Rename `comint-use-prompt-regexp-instead-of-fields' to
31087 `comint-use-prompt-regexp'. Keep old name as alias and declare
31088 obsolete.
31089 (comint-use-prompt-regexp): Shorten first line of doc string.
31090
31091 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
31092 Set paragraph-separate buffer locally to "\\'".
31093
31094 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
31095 Adapt to above name change.
31096
31097 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
31098 (smbclient-prompt-regexp): Ditto.
31099
31100 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
31101
31102 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
31103
31104 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
31105 gdb-location-list.
31106 Break lines that are over 80 characters wide.
31107
31108 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
31109
31110 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
31111 New fun and var, to preserve compatibility.
31112
31113 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
31114
31115 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
31116
31117 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
31118 name to file-newer-than-file-p.
31119
31120 2005-04-26 Richard M. Stallman <rms@gnu.org>
31121
31122 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
31123
31124 * progmodes/python.el (python-mode):
31125 Use new name eldoc-documentation-function.
31126
31127 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
31128
31129 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
31130 (eldoc-documentation-function):
31131 Rename from eldoc-print-current-symbol-info-function. Calls changed.
31132
31133 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
31134
31135 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
31136
31137 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
31138
31139 * term/xterm.el (function-key-map): Fix strings for
31140 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
31141 {C,S,A,C-S}-{f1-f12}.
31142
31143 2005-04-26 Kenichi Handa <handa@m17n.org>
31144
31145 * international/mule-cmds.el (select-safe-coding-system):
31146 Fix previous change.
31147
31148 2005-04-26 Lute Kamstra <lute@gnu.org>
31149
31150 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
31151
31152 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
31153 (font-lock-comment-delimiter-face): Ditto.
31154
31155 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
31156
31157 2005-04-25 Jay Belanger <belanger@truman.edu>
31158
31159 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
31160 to t while inserting information; use help-mode.
31161
31162 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
31163
31164 * term.el (ansi-term-color-vector): Use the xterm colors.
31165 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
31166
31167 2005-04-25 Lute Kamstra <lute@gnu.org>
31168
31169 * font-core.el (font-lock-defaults): Fix docstring.
31170
31171 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
31172
31173 2005-04-25 Kenichi Handa <handa@m17n.org>
31174
31175 * international/mule-cmds.el (select-safe-coding-system):
31176 Don't check consistency with coding: spec, etc if raw-text or
31177 no-conversion was found to be safe.
31178
31179 2005-04-24 Richard M. Stallman <rms@gnu.org>
31180
31181 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
31182 citation markers at start of each line.
31183
31184 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
31185 citation markers at start of each line.
31186
31187 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
31188
31189 * files.el (mode-require-final-newline): Fix previous change.
31190 (require-final-newline): Fix type label.
31191
31192 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
31193
31194 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
31195 statement in buffer (broken by 2004-11-24 change).
31196
31197 2005-04-24 Kim F. Storm <storm@cua.dk>
31198
31199 * ido.el (ido-everywhere): Save and restore old read-buffer-function
31200 and read-file-name-function values. Don't overwrite existing
31201 non-nil values if ido-mode is enabled without ido-everywhere.
31202
31203 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
31204
31205 * files.el (mode-require-final-newline): Minor doc fix.
31206
31207 2005-04-24 Eli Zaretskii <eliz@gnu.org>
31208
31209 * subr.el (syntax-after): Doc fix.
31210 (syntax-class): If argument is nil, return nil. Mask off upper 16
31211 bits, not 8 bits.
31212
31213 * files.el (mode-require-final-newline): Doc fix.
31214 (backup-buffer-copy): Fix last change.
31215
31216 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31217
31218 * term/mac-win.el: Require select. Set selection-coding-system to
31219 mac-system-coding-system. Call menu-bar-enable-clipboard.
31220 (x-last-selected-text-clipboard, x-last-selected-text-primary)
31221 (x-select-enable-clipboard): New variables.
31222 (x-select-text, x-get-selection, x-selection-value)
31223 (x-get-selection-value, mac-select-convert-to-string)
31224 (mac-services-open-file, mac-services-open-selection)
31225 (mac-services-insert-text): New functions.
31226 (CLIPBOARD, FIND): Put mac-scrap-name property.
31227 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
31228 (public.tiff): Put mac-ostype property.
31229 (selection-converter-alist): Add entries for them.
31230 (mac-application-menu-map): New keymap.
31231 (interprogram-cut-function, interprogram-paste-function): Set to
31232 x-select-text and x-get-selection-value, respectively.
31233 (split-window-keep-point): Set to t.
31234
31235 2005-04-23 Richard M. Stallman <rms@gnu.org>
31236
31237 * files.el (read-directory-name): Always pass non-nil
31238 DEFAULT-FILENAME arg to read-file-name.
31239 (backup-buffer-copy, basic-save-buffer-2): Take care against
31240 writing thru an unexpected existing symlink.
31241 (revert-buffer): In indirect buffer, revert the base buffer.
31242 (magic-mode-alist): Doc fix.
31243 (buffer-stale-function): Doc fix.
31244 (minibuffer-with-setup-hook): Avoid warning.
31245 (mode-require-final-newline): Doc and custom fix.
31246
31247 * follow.el (follow-end-of-buffer): Use with-no-warnings.
31248
31249 * font-lock.el (font-lock-comment-face): On terminals with few colors,
31250 use the default appearance.
31251 (font-lock-comment-delimiter-face): New face, new variable.
31252
31253 * imenu.el (imenu--generic-function): The official position of a
31254 definition is the start of the line that BEG is in.
31255
31256 * midnight.el (midnight-timer): Move defvar up.
31257
31258 * mouse.el (mouse-drag-region-1): Delete some debugging code.
31259
31260 * saveplace.el (save-place-to-alist): Use with-no-warnings.
31261
31262 * startup.el (command-line): Use with-no-warnings.
31263
31264 * window.el (window-size-fixed): New defvar.
31265
31266 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
31267
31268 * mail/rmail.el (rmail-font-lock-keywords):
31269 Use font-lock-comment-delimiter-face.
31270
31271 * mail/sendmail.el (mail-font-lock-keywords):
31272 Use font-lock-comment-delimiter-face.
31273
31274 * progmodes/compile.el (next-error-highlight-timer): New defvar.
31275
31276 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
31277
31278 * progmodes/compile.el (compilation-mode-font-lock-keywords):
31279 Specify t for LAXMATCH when matching directories.
31280 Save match data around compilation-compat-error-properties form.
31281
31282 2005-04-23 David Kastrup <dak@gnu.org>
31283
31284 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
31285 Mention that the autoloaded aliases should be kept for AUCTeX.
31286
31287 2005-04-23 Andreas Schwab <schwab@suse.de>
31288
31289 * isearch.el (isearch-forward): Doc fix.
31290
31291 2005-04-23 Eli Zaretskii <eliz@gnu.org>
31292
31293 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
31294 (jit-lock-stealth-nice): Change default value to 0.5.
31295
31296 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
31297
31298 * abbrev.el (write-abbrev-file): Write table entries in
31299 alphabetical order by table name.
31300
31301 2005-04-22 Kim F. Storm <storm@cua.dk>
31302
31303 * ido.el (ido-read-internal): Fix `list' completion.
31304
31305 2005-04-22 Kenichi Handa <handa@m17n.org>
31306
31307 * recentf.el (recentf-save-file-coding-system): New variable.
31308 (recentf-save-list): Encode the file by
31309 recentf-save-file-coding-system and add coding: tag.
31310
31311 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
31312
31313 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
31314
31315 2005-04-21 Lute Kamstra <lute@gnu.org>
31316
31317 * loadhist.el (unload-feature): Don't remove a function from hooks
31318 if it is about to be restored to an autoload . Remove functions
31319 that will become unbound from auto-mode-alist. Simplify the code.
31320
31321 * subr.el (assq-delete-all): New implementation that is linear,
31322 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
31323 (rassq-delete-all): New function.
31324
31325 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
31326 Add size-indication-mode.
31327
31328 2005-04-21 Kenichi Handa <handa@m17n.org>
31329
31330 * international/mule-cmds.el: Add autoload for widget-value in
31331 eval-when-compile.
31332
31333 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
31334
31335 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
31336 Add tooltip-mode.
31337
31338 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
31339
31340 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
31341
31342 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
31343 (inferior-lisp-filter-regexp, inferior-lisp-program)
31344 (inferior-lisp-load-command, inferior-lisp-prompt)
31345 (inferior-lisp-mode-hook, lisp-source-modes)
31346 (inferior-lisp-load-hook): defvar->defcustom.
31347 (inferior-lisp-program, inferior-lisp-prompt)
31348 (inferior-lisp-load-hook): Doc fixes.
31349 (inferior-lisp-install-letter-bindings): Small change in
31350 introductory comment.
31351
31352 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
31353
31354 * vc.el (vc-annotate-color-map): Change some colors so that text
31355 using them as foreground is readable on both white and black
31356 backgrounds.
31357
31358 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
31359
31360 * international/mule-conf.el (translation-table-for-input):
31361 Remove redundant declaration.
31362
31363 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
31364
31365 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
31366
31367 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
31368 (tooltip-toggle-gud-tips): New function.
31369
31370 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31371
31372 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
31373 right angle brackets.
31374
31375 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
31376
31377 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
31378
31379 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
31380
31381 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
31382 Remove. Update callers to use expand-file-name instead.
31383
31384 * subr.el (syntax-class): New function.
31385
31386 * simple.el (blink-matching-open): Use it.
31387
31388 * paren.el (show-paren-function): Use it to recognize parens that are
31389 also used in 2-char comment markers.
31390
31391 2005-04-19 Lute Kamstra <lute@gnu.org>
31392
31393 * loadhist.el (unload-feature): Update for new format of
31394 load-history. Simplify the code.
31395
31396 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31397
31398 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
31399 (mac-add-charset-info): New function. Initialize variable
31400 mac-charset-info-alist using it.
31401 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
31402 for translation.
31403 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
31404 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
31405 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
31406 New CCL programs.
31407
31408 2005-04-19 Kim F. Storm <storm@cua.dk>
31409
31410 * simple.el (next-buffer, prev-buffer, next-error)
31411 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
31412 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
31413
31414 * bindings.el (next-buffer, prev-buffer, next-error)
31415 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
31416 (clone-indirect-buffer-other-window): Move bindings from simple.el.
31417 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
31418 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
31419
31420 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
31421
31422 * isearch.el (isearch-edit-string): Make the search-ring available for
31423 minibuffer history commands.
31424 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
31425 the default history commands now work just as well.
31426 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
31427
31428 2005-04-18 Kim F. Storm <storm@cua.dk>
31429
31430 * emulation/cua-base.el (cua--pre-command-handler): Add more
31431 elaborate check for shift modifier on non-window systems.
31432
31433 2005-04-18 Lars Hansen <larsh@math.ku.dk>
31434
31435 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
31436
31437 2005-04-18 Kim F. Storm <storm@cua.dk>
31438
31439 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
31440 and make it optional. Don't test tooltip-gud-echo-area here.
31441 (tooltip-gud-process-output, gdb-tooltip-print):
31442 Pass tooltip-gud-echo-area to tooltip-show.
31443 (tooltip-help-tips): Remove second optional arg to tooltip-show.
31444
31445 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31446
31447 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
31448 `display-graphic-p' may not be bound yet.
31449
31450 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
31451
31452 * startup.el (command-line): No longer enable Xterm Mouse mode by
31453 default in terminals compatible with xterm.
31454
31455 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
31456
31457 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
31458
31459 * tooltip.el (tooltip-gud-echo-area): Rename from
31460 tooltip-use-echo-area.
31461 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
31462 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
31463 area independently of where help tooltips are displayed.
31464
31465 2005-04-17 David Kastrup <dak@gnu.org>
31466
31467 * cus-theme.el (custom-theme-write-variables): Quote variables
31468 where necessary.
31469
31470 2005-04-17 Richard M. Stallman <rms@gnu.org>
31471
31472 * simple.el (yank-excluded-properties): Add follow-link to value.
31473
31474 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
31475
31476 * startup.el (fancy-splash-max-time): Just 30 seconds.
31477 (fancy-splash-delay): Just 7.
31478 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
31479
31480 * loadhist.el (unload-feature): Update for new format of load-history.
31481 Simplify the code.
31482
31483 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
31484 (rmail-font-lock-keywords): Don't fontify the text of a citation.
31485
31486 * mail/sendmail.el (mail-font-lock-keywords):
31487 Don't fontify subject text.
31488 Don't fontify the text of a citation.
31489
31490 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
31491
31492 * comint.el (comint-output-filter): Run comint-output-filter-functions
31493 with point where the user had it.
31494
31495 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
31496
31497 * international/ucs-tables.el (ucs-set-table-for-input):
31498 Disable when using unify-on-decoding.
31499
31500 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
31501
31502 * emulation/cua-base.el (cua-global-mark-face): Add special case
31503 for displays supporting a high number of colors.
31504
31505 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
31506
31507 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
31508
31509 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
31510
31511 * filesets.el (filesets-add-buffer): If user supplies a name of a
31512 non-existing fileset, create a new fileset.
31513
31514 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
31515
31516 * textmodes/org.el (org-up-heading-all): Fix bug with
31517 `outline-up-heading-all'.
31518
31519 2005-04-16 Andreas Schwab <schwab@suse.de>
31520
31521 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
31522 /etc/permissions.d/* and /etc/aliases.d/*.
31523
31524 2005-04-16 Kenichi Handa <handa@m17n.org>
31525
31526 * international/code-pages.el (cp-make-coding-system):
31527 Set `translation-table-for-input' property value to the symbol
31528 ucs-mule-to-mule-unicode, not to that value.
31529 (pt154): Escape guillemet by `\'.
31530
31531 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
31532
31533 * loadup.el: Load tooltip if x-show-tip is fboundp.
31534
31535 * startup.el (command-line): Add comment.
31536
31537 * tooltip.el (tooltip-mode): Specify correct standard value for
31538 Custom in init-value.
31539
31540 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
31541
31542 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
31543 possible.
31544
31545 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
31546
31547 * textmodes/org.el (org-agenda-date-prompt): Rename from
31548 `org-agenda-date-today'.
31549 (org-evaluate-time-range): Insert at point instead of directly
31550 after time range.
31551 (org-first-headline-recenter, org-subtree-end-visible-p)
31552 (org-optimize-window-after-visibility-change): New functions
31553 (org-agenda-post-command-hook): Don't allow point at end of line,
31554 to make sure it always hits the text properties.
31555 (org-agenda-next-date-line, org-agenda-previous-date-line):
31556 New commands.
31557 (org-set-regexps-and-options): Category may contain white space.
31558 (org-agenda-get-deadlines, org-agenda-get-scheduled):
31559 Improve marker positions.
31560 (org-agenda-new-marker): Argument POS made optional.
31561 (org-agenda-get-timestamps): Deadlines which are done are listed
31562 in org-done-face now.
31563 (org-agenda-get-todos, org-agenda-get-timestamps)
31564 (org-agenda-get-deadlines, org-agenda-get-scheduled):
31565 Set `undone-face' and `done-face' properties.
31566 (org-last-todo-state-is-todo): New variable.
31567 (org-todo): Set `org-last-todo-state-is-todo'.
31568 (org-agenda-todo): Change face according to
31569 `org-last-todo-state-is-todo'. And change other lines referring to
31570 the same entry.
31571 (org-calendar-goto-agenda): New command.
31572 (org-calendar-to-agenda-key): New option.
31573 (org-startup-folded): New allowed value `content'.
31574 (org-set-regexps-and-options): Accept new value `content' for
31575 `org-startup-folded'.
31576 (org-get-current-options): Handle new value `content' for
31577 `org-startup-folded'.
31578 (org-insert-todo-heading): New command.
31579 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
31580 interactively in empty file and option
31581 `org-insert-mode-line-in-empty-file' has been set.
31582 (org-agenda-todo, org-agenda-priority): Modify to use
31583 `org-agenda-change-all-lines'.
31584 (org-warning-face): Change color on dark background.
31585
31586 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31587
31588 * international/mule-cmds.el (set-locale-environment): On Mac OS,
31589 use preferences AppleLocale and AppleLanguages, and variable
31590 mac-system-locale for default locale. On Mac OS Classic, use
31591 mac-system-coding-system for default coding systems.
31592
31593 * term/mac-win.el: Don't set file-name-coding-system.
31594 Decode variables system-name, emacs-build-system, user-login-name, and
31595 user-full-name by mac-system-coding-system on Mac OS Classic.
31596 (mac-system-coding-system): New variable.
31597
31598 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
31599
31600 * startup.el (command-line): Handle `xterm-mouse-mode' before
31601 reading init file.
31602
31603 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
31604
31605 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
31606
31607 * progmodes/sh-script.el (sh-here-document-word): Make it a
31608 defcustom. Doc fix.
31609 (sh-add): Bash uses $(( )) for arithmetic.
31610 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
31611 (sh-maybe-here-document): Remove quotes and leading whitespace
31612 from heredoc word when closing. Indent heredoc with tabs if word
31613 starts with "-".
31614
31615 2005-04-13 Richard M. Stallman <rms@gnu.org>
31616
31617 * simple.el (undo): Fix previous change.
31618
31619 * custom.el (defface): Doc fix.
31620
31621 2005-04-13 Lute Kamstra <lute@gnu.org>
31622
31623 * Makefile.in (DONTCOMPILE): Remove list.
31624 (compile, compile-always): Don't use DONTCOMPILE.
31625 (update-authors): Load the library in which batch-update-authors
31626 is defined.
31627 * makefile.w32-in (DONTCOMPILE): Remove list.
31628 (compile, compile-always): Fix comments.
31629 (update-authors): Load the library in which batch-update-authors
31630 is defined.
31631
31632 * generic-x.el (generic-mode-ini-file-find-file-hook):
31633 Rename to ini-generic-mode-find-file-hook.
31634 Keep generic-mode-ini-file-find-file-hook as an alias.
31635 (ini-generic-mode-find-file-hook): Rename from
31636 generic-mode-ini-file-find-file-hook. Fix docstring.
31637 (ini-generic-mode): Docstring change.
31638 (bat-generic-mode-run-as-comint): Silence the byte compiler.
31639
31640 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
31641 called from lisp.
31642
31643 * generic.el: Move to the emacs-lisp subdir.
31644
31645 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
31646
31647 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
31648 and C-S- function and cursor motion keys.
31649
31650 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
31651
31652 * startup.el (command-line): Enable Xterm Mouse mode by default.
31653 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
31654 for Custom. No longer show "Mouse" in mode line when enabled.
31655 Doc fix.
31656
31657 2005-04-12 Kim F. Storm <storm@cua.dk>
31658
31659 * emulation/cua-base.el (cua-rectangle-face)
31660 (cua-rectangle-noselect-face): Define face attributes here.
31661
31662 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
31663
31664 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
31665
31666 * startup.el (command-line): Turn off blinking cursor if
31667 cursorBlink in resources is off or false.
31668
31669 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31670
31671 * term/mac-win.el (dnd): Require dnd.
31672 (mac-drag-n-drop): Call dnd-handle-one-url.
31673 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
31674 (kTextEncodingISOLatin2): Remove constants.
31675 (mac-script-code-coding-systems): New constant.
31676 (mac-handle-language-change): New function.
31677 (special-event-map): Bind it to `language-change' event.
31678 (mac-centraleurroman, mac-cyrillic): New coding systems.
31679 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
31680 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
31681 and mac-cyrillic-encoder to encode-mac-centraleurroman and
31682 encode-mac-cyrillic, respectively.
31683
31684 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
31685
31686 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
31687 Don't set overlay-arrow-string to "=>" as this is done
31688 globally in C now.
31689
31690 2005-04-12 Lute Kamstra <lute@gnu.org>
31691
31692 * generic-x.el (rc-generic-mode, rul-generic-mode):
31693 Fix auto-mode-alist entries.
31694 (etc-fstab-generic-mode): Tweak fontification.
31695
31696 * generic.el (generic-make-keywords-list): Fix docstring.
31697 (generic-mode-internal): Simplify generic-font-lock-keywords.
31698
31699 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
31700
31701 * whitespace.el (whitespace-buffer-leading)
31702 (whitespace-buffer-trailing): Revert the incorrect test inversion.
31703 However, fix the highlight area for the leading and
31704 trailing whitespaces to show space.
31705
31706 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
31707
31708 * whitespace.el (whitespace-version): Bump to 3.5.
31709
31710 (whitespace-buffer-leading, whitespace-buffer-trailing):
31711 Invert sense of the test to highlight the whitespace.
31712
31713 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
31714
31715 * progmodes/gud.el (gud-display-line): GUD uses its own
31716 overlay arrow now so don't set overlay-arrow-string.
31717 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
31718
31719 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
31720
31721 * term.el (term-ansi-current-bold, term-ansi-current-underline)
31722 (term-ansi-current-reverse, term-ansi-current-invisible)
31723 (term-ansi-face-already-done): Change to boolean.
31724 (term-reset-terminal, term-handle-colors-array): Handle the above
31725 vars accordingly.
31726 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
31727 (term-emulate-terminal): Use the new name.
31728
31729 * faces.el (secondary-selection): Use yellow1, not yellow.
31730 (trailing-whitespace): Use red1, not red.
31731
31732 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
31733
31734 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
31735 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
31736 (dired-dnd-handle-file): Call dnd-get-local-file-uri.
31737
31738 * cus-edit.el (dnd): New group.
31739
31740 * term/w32-win.el (dnd): Require dnd
31741 (w32-drag-n-drop): Call dnd-handle-one-url.
31742
31743 * x-dnd.el: Require dnd.
31744 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
31745 Call dnd-handle-one-url.
31746 (x-dnd-types-alist, x-dnd-insert-utf8-text)
31747 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
31748 to dnd-insert-text.
31749 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
31750 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
31751 (x-dnd-get-local-file-name, x-dnd-open-local-file)
31752 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
31753
31754 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
31755
31756 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
31757
31758 * wdired.el: Doc fixes.
31759 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
31760 (wdired-use-dired-vertical-movement): Rename from
31761 wdired-always-move-to-filename-beginning.
31762 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
31763 (wdired-change-to-wdired-mode): Change mode name.
31764 (wdired-newline): Delete.
31765
31766 2005-04-11 Richard M. Stallman <rms@gnu.org>
31767
31768 * whitespace.el (whitespace-highlight-the-space):
31769 Don't call whitespace-unhighlight-the-space here.
31770
31771 * simple.el (undo): Record t in undo-equiv-table
31772 for the redo record made by an undo-in-region.
31773
31774 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
31775
31776 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
31777 (gdb-frame-inferior-io-buffer): New Functions to control
31778 display of separate IO buffer.
31779 (menu): Add them to menu-bar.
31780 (gdb-display-buffer): Check for buffer another frame.
31781 Protect GUD buffer.
31782 (gdb-setup-windows): Create IO buffer if not already there.
31783 (gdb-memory-mode): Remove purecopy noops.
31784
31785 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
31786
31787 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
31788 and pass to self-insert-command.
31789
31790 2005-04-11 Lute Kamstra <lute@gnu.org>
31791
31792 * generic.el: Commentary section cleanup.
31793 (generic): Delete.
31794 (generic-use-find-file-hook, generic-lines-to-scan)
31795 (generic-find-file-regexp, generic-ignore-files-regexp)
31796 (default-generic-mode, generic-mode-find-file-hook)
31797 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
31798 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
31799 (generic-use-find-file-hook, generic-lines-to-scan)
31800 (generic-find-file-regexp, generic-ignore-files-regexp)
31801 (default-generic-mode, generic-mode-find-file-hook)
31802 (generic-mode-ini-file-find-file-hook): Move from generic.el.
31803
31804 2005-04-10 Karl Fogel <kfogel@red-bean.com>
31805
31806 * bookmark.el (bookmark-write-file): Catch errors writing file.
31807 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
31808
31809 2005-04-10 Richard M. Stallman <rms@gnu.org>
31810
31811 * startup.el (fancy-splash-tail): Update copyright year.
31812 (command-line): Split part of -Q into -D.
31813 (emacs-basic-display): New defvar.
31814 (fancy-splash-text): Correct name of menu item.
31815
31816 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
31817
31818 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
31819 lines in one node.
31820
31821 * comint.el (comint-send-input): New arg ARTIFICIAL.
31822 Callers in this file changed.
31823
31824 * abbrev.el (define-abbrevs): Read system abbrevs properly.
31825
31826 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
31827
31828 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
31829
31830 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
31831 `ldap-search-internal'.
31832
31833 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
31834
31835 * files.el (set-auto-mode-1): Use line-end-position.
31836
31837 * international/latin-1.el:
31838 * international/latin-2.el:
31839 * international/latin-3.el:
31840 * international/latin-4.el:
31841 * international/latin-5.el:
31842 * international/latin-8.el:
31843 * international/latin-9.el: Give punctuation syntax to NBSP.
31844
31845 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
31846 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
31847 Use char-classes to accept non-ascii letters, accepted in some recent
31848 bibtex implementations.
31849
31850 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
31851
31852 * custom.el (custom-set-minor-mode): Any non-nil value for the
31853 variable should enable the mode when set through Custom.
31854
31855 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
31856
31857 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
31858 TAB binding so tab-always-indent is obeyed.
31859 (vhdl-minibuffer-local-map): Move initialization into declaration.
31860 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
31861 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
31862 (vhdl-hooked-abbrev): Avoid test for XEmacs.
31863 (vhdl-current-line): Use line-beginning-position.
31864 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
31865 with-output-to-temp-buffer, so the current position can be recorded.
31866
31867 2005-04-10 Masatake YAMATO <jet@gyve.org>
31868
31869 * progmodes/compile.el (compilation-error-regexp-alist-alist):
31870 Add regexp for gcov.
31871
31872 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
31873
31874 * calendar/time-date.el (time-to-seconds, seconds-to-time)
31875 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
31876 syntax which Emacs 20 doesn't support.
31877
31878 2005-04-09 Richard M. Stallman <rms@gnu.org>
31879
31880 * help.el (describe-key-briefly, describe-key):
31881 Replace strings as event types with "(any string)".
31882
31883 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
31884
31885 * arc-mode.el (archive-mode-map): Move initialization into
31886 the declaration. Override *all* bindings of `undo'.
31887 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
31888
31889 2005-04-09 Jay Belanger <belanger@truman.edu>
31890
31891 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
31892
31893 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
31894
31895 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
31896 (xterm-register-default-colors): Update color values computation
31897 to match xterm-200.
31898
31899 2005-04-09 Kenichi Handa <handa@m17n.org>
31900
31901 * international/code-pages.el (iso-latin-7): Fix the map.
31902
31903 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
31904
31905 * emacs-lisp/lisp.el (defun-prompt-regexp)
31906 (parens-require-spaces, buffer-end, end-of-defun)
31907 (insert-parentheses): Doc fixes.
31908
31909 2005-04-08 Kim F. Storm <storm@cua.dk>
31910
31911 * comint.el (comint-highlight-prompt): Fix face spec.
31912 * hi-lock.el (hi-green): Likewise.
31913
31914 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
31915
31916 * cus-edit.el (custom-modified-face):
31917 * comint.el (comint-highlight-input): Fix previous changes.
31918 * term.el (term-handle-ansi-escape): Add a comment.
31919
31920 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
31921
31922 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
31923 in the buffer and in whitespace-highlighted-space.
31924 (whitespace-unhighlight-the-space): Simplify.
31925 (whitespace-buffer): Simplify.
31926
31927 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
31928
31929 * textmodes/table.el (table-cell-face): Add special case for
31930 displays supporting a high number of colors.
31931 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
31932 (vhdl-font-lock-reserved-words-face)
31933 (vhdl-speedbar-architecture-face)
31934 (vhdl-speedbar-instantiation-face)
31935 (vhdl-speedbar-architecture-selected-face)
31936 (vhdl-speedbar-instantiation-selected-face): Likewise.
31937 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
31938 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
31939 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
31940 (ebrowse-root-class-face, ebrowse-member-attribute-face)
31941 (ebrowse-progress-face): Likewise.
31942 * progmodes/compile.el (compilation-info-face): Likewise.
31943 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
31944 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
31945 * calendar/calendar.el (diary-face): Likewise.
31946 * woman.el (woman-italic-face, woman-bold-face)
31947 (woman-unknown-face): Likewise.
31948 * wid-edit.el (widget-button-pressed-face): Likewise.
31949 * whitespace.el (whitespace-highlight-face): Likewise.
31950 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
31951 * pcvs-info.el (cvs-marked-face): Likewise.
31952 * info.el (info-xref): Likewise.
31953 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
31954 * hilit-chg.el (highlight-changes-face)
31955 (highlight-changes-delete-face): Likewise.
31956 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
31957 (hi-red-b): Likewise.
31958 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
31959 * font-lock.el (font-lock-keyword-face)
31960 (font-lock-function-name-face, font-lock-warning-face): Likewise.
31961 * cus-edit.el (custom-invalid-face, custom-modified-face)
31962 (custom-set-face, custom-changed-face, custom-variable-tag-face)
31963 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
31964 * comint.el (comint-highlight-prompt): Likewise.
31965
31966 2005-04-08 Lute Kamstra <lute@gnu.org>
31967
31968 * font-lock.el (font-lock-keywords): Docstring fixes.
31969
31970 2005-04-08 Kenichi Handa <handa@m17n.org>
31971
31972 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
31973 chars are more than a limit, print " and more..." at the tail.
31974
31975 2005-04-08 Kim F. Storm <storm@cua.dk>
31976
31977 * emacs-lisp/authors.el (authors-aliases): Update list.
31978 (authors-ignored-files): New list.
31979 (authors-fixed-entries): Fix typo.
31980 (authors-renamed-files-alist): Update list.
31981 (authors-add): Check authors-ignored-files.
31982
31983 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
31984
31985 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
31986 optional, to ensure backward compatibility.
31987
31988 2005-04-08 Stephen Eglen <stephen@gnu.org>
31989
31990 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
31991
31992 2005-04-08 Kim F. Storm <storm@cua.dk>
31993
31994 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
31995
31996 * mouse.el (mouse-on-link-p): Doc fix.
31997
31998 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
31999
32000 * ielm.el (ielm-prompt-read-only): Doc fix.
32001
32002 * comint.el (comint-prompt-read-only): Doc fix.
32003
32004 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
32005
32006 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
32007 ensure dired always handles wildcards passed to ffap.
32008 (find-file-at-point): Use it.
32009 (ffap-dired-wildcards): Doc fix.
32010
32011 2005-04-07 Juri Linkov <juri@jurta.org>
32012
32013 * simple.el (next-error-overlay-arrow-position): New defvar.
32014 Put "=>" on its property `overlay-arrow-string'. Add it to
32015 `overlay-arrow-variable-list'.
32016
32017 * progmodes/compile.el (compilation-setup):
32018 Set `next-error-overlay-arrow-position' to nil. Also set it to
32019 nil in the local hook `kill-buffer-hook'. Make local variable
32020 `overlay-arrow-string' and set it to "=>".
32021 (compilation-goto-locus): Set BOL position to
32022 `next-error-overlay-arrow-position' instead of
32023 `overlay-arrow-position'.
32024
32025 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
32026 locally instead of adding it to the global hook.
32027 (Info-kill-buffer): Move up.
32028
32029 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
32030
32031 * term/xterm.el (xterm-standard-colors): Update color values from
32032 xterm-200.
32033
32034 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
32035
32036 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
32037
32038 * fast-lock.el:
32039 * lazy-lock.el: Move them to the obsolete subdir.
32040
32041 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
32042
32043 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
32044 (wdired-add-replace-advice): Remove.
32045 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
32046
32047 2005-04-06 Kim F. Storm <storm@cua.dk>
32048
32049 * startup.el (command-line): Add --bare-bones alias for -Q.
32050
32051 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
32052
32053 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
32054 create the startup fontset if a font specification ends with
32055 `mac-roman'.
32056
32057 2005-04-06 Lute Kamstra <lute@gnu.org>
32058
32059 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
32060 change.
32061
32062 * emacs-lisp/copyright.el (copyright-update-year): Replace the
32063 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
32064
32065 2005-04-05 Lute Kamstra <lute@gnu.org>
32066
32067 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
32068 (define-generic-mode): Ditto. Fix debug declaration.
32069
32070 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
32071 Put them in the generic-x group.
32072
32073 * calendar/timeclock.el (timeclock): Doc fix.
32074
32075 * generic.el (define-generic-mode): Don't use custom-current-group.
32076 Document default :group value.
32077 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
32078 (define-global-minor-mode): Don't use custom-current-group.
32079
32080 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
32081
32082 * startup.el (command-line-1): Display startup-echo-area-message
32083 when fancy splash screen is in use.
32084
32085 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
32086 (sh-escaped-newline): New face.
32087 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
32088 newline, and use sh-escaped-newline face.
32089
32090 * progmodes/tcl.el (tcl-escaped-newline): New face.
32091 (tcl-builtin-list): New variable.
32092 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
32093 newlines. Fix keywords subexpression number.
32094
32095 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
32096
32097 * textmodes/org.el (org-diary-default-entry): Fix call to
32098 `add-to-diary-entry'.
32099
32100 2005-04-05 Kim F. Storm <storm@cua.dk>
32101
32102 * ediff-init.el: Use (featurep 'xemacs).
32103
32104 2005-04-05 David Ponce <david@dponce.com>
32105
32106 * cus-edit.el (face): Derive from symbol widget. Display sample
32107 of the current face on the fly.
32108 (widget-face-sample-face-get, widget-face-notify): New functions.
32109 (widget-face-value-create): Remove.
32110
32111 * wid-edit.el (widget-field-end): Temporarily remove field
32112 narrowing before to call `get-char-property'.
32113
32114 2005-04-04 Jay Belanger <belanger@truman.edu>
32115
32116 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
32117 (math-read-subscripts): New variable.
32118 (math-read-preprocess-string): Process subscripts.
32119
32120 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
32121
32122 * comint.el (comint-prompt-read-only): Doc fix.
32123
32124 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
32125 `-1'. Doc fix.
32126
32127 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
32128
32129 * textmodes/org.el (org-insert-mode-line-in-empty-file):
32130 Change default value to nil.
32131
32132 2005-04-04 Lute Kamstra <lute@gnu.org>
32133
32134 * autorevert.el (auto-revert-mode): Specify :group.
32135 * battery.el (display-battery-mode): Specify :group.
32136 * diff-mode.el (diff-minor-mode): Specify :group.
32137 * font-core.el (font-lock-mode): Specify :group.
32138 * hl-line.el (hl-line-mode): Specify :group.
32139 * iimage.el (iimage): New customization group.
32140 (iimage-mode): Specify :group.
32141 * longlines.el (longlines-mode): Specify :group.
32142 * master.el: Don't require easy-mmode.
32143 (master): New customization group.
32144 (master-mode): Specify :group.
32145 * msb.el (msb-mode): Specify :group.
32146 * reveal.el (reveal-mode): Specify :group.
32147 * simple.el (next-error-follow-minor-mode): Specify :group.
32148 * smerge-mode.el (smerge-mode): Specify :group.
32149 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
32150 * emulation/cua-base.el (cua-mode): Specify :group.
32151 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
32152 * language/thai-util.el (thai-auto-composition-mode)
32153 (thai-word-mode): Specify :group.
32154 * mail/supercite.el (sc-minor-mode): Specify :group.
32155 * progmodes/cwarn.el (cwarn-mode): Specify :group.
32156 * progmodes/flymake.el (flymake-mode): Specify :group.
32157 * progmodes/glasses.el (glasses-mode): Specify :group.
32158 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
32159 * textmodes/enriched.el (enriched-mode): Specify :group.
32160 * textmodes/refill.el (refill-mode): Specify :group.
32161
32162 * add-log.el (change-log-font-lock-keywords): Names in
32163 parenthesized lists can contain spaces.
32164
32165 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
32166
32167 * startup.el (fancy-splash-text): Shorten default text of
32168 "Emacs Tutorial" line. Also, if the current language env
32169 indicates an available tutorial file other than TUTORIAL,
32170 extract its title and append it to the line in parentheses.
32171 (fancy-splash-insert): If arg is a thunk, funcall it.
32172
32173 2005-04-04 Jay Belanger <belanger@truman.edu>
32174
32175 * calc.el (calc-language-alist): Add tags to customization type.
32176
32177 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
32178
32179 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
32180 Doc fix.
32181
32182 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
32183
32184 * add-log.el (change-log-font-lock-keywords): The manual
32185 describing a Change Log entry, says: (...) "Aside from these
32186 header lines, every line in the change log starts with a space or
32187 a tab.". The font-lock was not highlighting lines started with
32188 spaces, added support for it.
32189
32190 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
32191
32192 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
32193 (bibtex-generate-url-list): Update docstring accordingly. Put the
32194 complex example in the docstring.
32195 (bibtex-font-lock-url): Use pop.
32196
32197 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
32198
32199 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
32200
32201 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
32202
32203 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
32204
32205 * filesets.el (filesets-set-default): Doc fix.
32206
32207 2005-04-03 Lute Kamstra <lute@gnu.org>
32208
32209 * generic.el (define-generic-mode): Add argument to specify
32210 keywords for defcustom.
32211 (default-generic-mode): Specify :group.
32212
32213 * generic-x.el: Specify :group for all generic modes.
32214
32215 * desktop.el (desktop-no-desktop-file-hook)
32216 (desktop-after-read-hook): Doc fix.
32217
32218 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
32219
32220 * simple.el (visible-mode): Use explicit :group keyword.
32221 This changes the group of `visible-mode-hook' from paren-blinking
32222 to editing-basics.
32223
32224 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
32225
32226 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
32227 mailbox specifications as well as URLs.
32228 (rmail-insert-inbox-text): Remove unused conditional branches.
32229
32230 2005-04-01 Jay Belanger <belanger@truman.edu>
32231
32232 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
32233 (calc-gnuplot-print-command): Move definitions to calc.el.
32234
32235 * calc/calc-embed.el (calc-embedded-announce-formula)
32236 (calc-embedded-open-formula, calc-embedded-close-formula)
32237 (calc-embedded-open-word, calc-embedded-close-word)
32238 (calc-embedded-open-plain, calc-embedded-close-plain)
32239 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
32240 (calc-embedded-open-mode, calc-embedded-close-mode):
32241 Move definitions to calc.el.
32242
32243 * calc/calc.el (calc-settings-file, calc-language-alist):
32244 Make customizable.
32245 (calc-embedded-announce-formula, calc-embedded-open-formula)
32246 (calc-embedded-close-formula, calc-embedded-open-word)
32247 (calc-embedded-close-word, calc-embedded-open-plain)
32248 (calc-embedded-close-plain, calc-embedded-open-new-formula)
32249 (calc-embedded-close-new-formula, calc-embedded-open-mode)
32250 (calc-embedded-close-mode, calc-gnuplot-name)
32251 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
32252 from other files and make customizable.
32253
32254 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
32255
32256 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
32257 Use buffer-live-p.
32258 (cvs-mode-run): Don't call cvs-update-header here.
32259 (cvs-run-process): Call cvs-update-header.
32260 Use process properties for cvs-postprocess and cvs-buffer so that
32261 the sentinel can behave better if the temp buffer is killed.
32262 Use a pipe rather than a tty, to better handle unexpected prompts.
32263 (cvs-sentinel): Rewrite. Call cvs-update-header.
32264
32265 2005-04-01 Andre Spiegel <spiegel@gnu.org>
32266
32267 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
32268 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
32269
32270 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
32271
32272 * generic.el (define-generic-mode): Add indentation rule.
32273
32274 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
32275
32276 * files.el (mode-require-final-newline): Make Custom correctly
32277 report a nil value and allow to set it to nil via Custom.
32278 Doc fix.
32279
32280 2005-04-01 Kenichi Handa <handa@m17n.org>
32281
32282 * international/characters.el: Enable the correct case setting for
32283 dotless-i and dotted-I.
32284
32285 2005-04-01 Kim F. Storm <storm@cua.dk>
32286
32287 * ido.el (ido-file-internal): Fall back to non-ido command if
32288 initial directory is on slow ftp (or tramp) host.
32289
32290 2005-03-31 Richard M. Stallman <rms@gnu.org>
32291
32292 * emacs-lisp/autoload.el (make-autoload):
32293 Handle define-global-minor-mode.
32294
32295 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
32296 Rename from easy-mmode-define-global-mode.
32297 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
32298
32299 * progmodes/scheme.el (scheme-mode-syntax-table):
32300 Update syntax of | and # for two-character comment syntax.
32301
32302 2005-03-31 Lute Kamstra <lute@gnu.org>
32303
32304 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
32305 (define-minor-mode): Call custom-current-group at load-time.
32306
32307 * generic.el (define-generic-mode): Add debug declaration.
32308 Add defcustom for the mode hook.
32309 (generic-mode-internal): Use run-mode-hooks.
32310
32311 2005-03-31 Kim F. Storm <storm@cua.dk>
32312
32313 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
32314 (mouse-fixup-help-message): New defun called by show_help_echo
32315 to fixup mouse-2 prefix in help messages when applicable.
32316
32317 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
32318
32319 2005-03-31 Kenichi Handa <handa@m17n.org>
32320
32321 * language/thai-word.el (thai-find-word-ends): Pay attention to
32322 the case that we reach the end of buffer.
32323
32324 * textmodes/fill.el (fill-text-properties-at): New function.
32325 (fill-newline): Use fill-text-properties-at instead of
32326 text-properties-at.
32327
32328 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
32329
32330 * textmodes/tex-mode.el (tex-start-tex): Use shell-quote-argument,
32331 not comint-quote-filename.
32332
32333 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
32334
32335 * help-fns.el (help-with-tutorial): Revert last change.
32336
32337 2005-03-31 Kim F. Storm <storm@cua.dk>
32338
32339 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
32340
32341 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
32342
32343 * calendar/cal-china.el: Update reference to "Calendrical
32344 Calculations" book; there's a new edition.
32345 * calendar/cal-coptic.el: Likewise.
32346 * calendar/cal-french.el: Likewise.
32347 * calendar/cal-hebrew.el: Likewise.
32348 * calendar/cal-islam.el: Likewise.
32349 * calendar/cal-iso.el: Likewise.
32350 * calendar/cal-julian.el: Likewise.
32351 * calendar/cal-mayan.el: Likewise.
32352 * calendar/cal-persia.el: Likewise.
32353 * calendar/calendar.el: Likewise.
32354 * calendar/holidays.el: Likewise.
32355 * calendar/lunar.el: Likewise.
32356 * calendar/solar.el: Likewise.
32357
32358 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
32359 white space from doc string.
32360
32361 2005-03-30 Jay Belanger <belanger@truman.edu>
32362
32363 * calc/calc-help.el (calc-full-help): Remove email address.
32364
32365 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
32366
32367 * help-fns.el (help-with-tutorial): Delete title line.
32368
32369 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
32370
32371 * calendar/cal-x.el (calendar-one-frame-setup)
32372 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
32373 rather than `symbol' for set-window-dedicated-p.
32374
32375 * calendar/appt.el (appt-buffer-name): Make it a constant.
32376 (appt-add): Doc fix.
32377
32378 * filesets.el (filesets-menu-path, filesets-menu-before)
32379 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
32380 (filesets-menu-cache-file): Use directory ~/.emacs.d.
32381 (filesets-add-submenu): Delete and use add-submenu instead.
32382
32383 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
32384
32385 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
32386 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
32387 (org-diary-default-entry): New function.
32388 (org-get-entries-from-diary): Better parsing of diary entries.
32389 (org-agenda-check-no-diary): New function.
32390 ("diary-lib"): Advice to function `add-to-diary-list', to allow
32391 linking to diary entries.
32392 (org-agenda-execute-calendar-command): New function.
32393 (org-agenda): Improve visible section in window.
32394 Use `org-fit-agenda-window'.
32395 (org-fit-agenda-window): New option.
32396 (org-move-subtree-down): Better handling of empty lines
32397 at end of subtree.
32398 (org-cycle): Numeric prefix is interpreted now as show-subtree N
32399 levels up.
32400 (org-fontify-done-headline): New option.
32401 (org-headline-done-face): New face.
32402 (org-set-font-lock-defaults): Use `org-headline-done-face'.
32403 (org-table-copy-down): Rename from `org-table-copy-from-above'.
32404 When current field is non-empty, it is copied to next row.
32405 (org-table-copy-from-above): Fix bug which made it
32406 impossible to copy fields containing only a single non-white character.
32407
32408 2005-03-30 Kim F. Storm <storm@cua.dk>
32409
32410 * kmacro.el (kmacro-end-macro): Isearch may store this command
32411 into the macro -- so ignore it when executing keyboard macro.
32412
32413 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
32414
32415 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
32416
32417 2005-03-29 Kenichi Handa <handa@m17n.org>
32418
32419 * language/thai.el ("Thai"): Set setup-function and exit-function
32420 for Thai language environment.
32421
32422 * language/thai-util.el: Require thai-word.
32423 (thai-word-mode-map): New variable.
32424 (thai-word-mode): New minor mode.
32425 (setup-thai-language-environment-internal): New function.
32426 (exit-thai-language-environment-internal): New function.
32427
32428 * language/thai-word.el (thai-word-table): Declare it by defvar,
32429 use dolist to initialize it.
32430 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
32431 (thai-fill-find-break-point): New functions.
32432
32433 2005-03-29 Richard M. Stallman <rms@gnu.org>
32434
32435 * simple.el (idle-update-delay): Move definition up.
32436 (set-mark): Doc fix.
32437
32438 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
32439
32440 * longlines.el: New file.
32441
32442 * simple.el (buffer-substring-filters): New variable.
32443 (filter-buffer-substring): New function.
32444 (kill-region, copy-region-as-kill): Use it.
32445
32446 * register.el (copy-to-register, append-to-register)
32447 (prepend-to-register): Use filter-buffer-substring.
32448
32449 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
32450
32451 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
32452 (gud-filter-pending-text): Move in front of gdb.
32453 (gud-overlay-arrow-position): New variable.
32454 (gud-sentinel, gud-display-line): Use it in place of
32455 overlay-arrow-position.
32456
32457 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
32458
32459 * progmodes/fortran.el (fortran-if-indent): Doc fix.
32460 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
32461 (fortran-font-lock-keywords-4): New variable.
32462 (fortran-blocks-re, fortran-end-block-re)
32463 (fortran-start-block-re): New constants, for hideshow.
32464 (hs-special-modes-alist): Add a Fortran entry.
32465 (fortran-mode-map): Bind fortran-end-of-block,
32466 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
32467 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
32468 (fortran-looking-at-if-then, fortran-end-of-block)
32469 (fortran-beginning-of-block): New functions, for hideshow.
32470
32471 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
32472 Doc fix. Tweak regexp.
32473 (f90-beginning-of-block): Push mark first.
32474
32475 2005-03-29 Jay Belanger <belanger@truman.edu>
32476
32477 * calc/calc.el: Update copyright date.
32478 (calc-version): Increase to 2.1.
32479 (calc-version-date): Remove.
32480
32481 * calc/calc-help.el: Update copyright date.
32482 (calc-full-help): Remove reference to calc-version-date.
32483 Update copyright date.
32484
32485 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
32486
32487 * vc.el (vc-do-command): Use a pipe for async processes, so password
32488 prompts don't show up at places where the user can't reply.
32489
32490 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
32491
32492 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
32493 on the file name we pass to the inferior shell.
32494
32495 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
32496
32497 * progmodes/which-func.el (which-function): Be robust in the face of an
32498 imenu--make-index-alist failure.
32499
32500 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
32501
32502 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
32503
32504 * progmodes/python.el (python-preoutput-filter): Fix last change.
32505
32506 2005-03-29 Lute Kamstra <lute@gnu.org>
32507
32508 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
32509 functions and compiled macros.
32510 (debug-convert-byte-code): Handle macros too.
32511 (debug-on-entry-1): Don't signal an error when trying to clear a
32512 function that is not set to debug on entry.
32513
32514 2005-03-29 Jay Belanger <belanger@truman.edu>
32515
32516 * calc/calc-lang.el: Add functions to math-function-table
32517 properties of tex and math.
32518
32519 2005-03-29 Kenichi Handa <handa@m17n.org>
32520
32521 * ps-mule.el (ps-mule-plot-string): Translate characters by
32522 ps-print-translation-table.
32523 (ps-mule-begin-job): Call find-charset-region/string with
32524 ps-print-translation-table.
32525 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
32526
32527 * ps-print.el (ps-print-translation-table): New variable.
32528 (ps-plot-region): Translate characters by ps-print-translation-table.
32529
32530 2005-03-29 Juri Linkov <juri@jurta.org>
32531
32532 * simple.el (next-error-highlight-timer): New variable.
32533
32534 * progmodes/compile.el (compilation-goto-locus):
32535 Use `next-error-highlight-timer' instead of `sit-for'.
32536
32537 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
32538
32539 * mail/supercite.el (sc-mail-field): Use assoc-string.
32540 (sc-get-address): Simplify regexps.
32541
32542 * files.el (minibuffer-with-setup-hook): New macro.
32543 (find-file-read-args): Use it to avoid let-binding
32544 minibuffer-with-setup-hook (which breaks turning on/off
32545 file-name-shadow-mode while in the prompt).
32546
32547 * complete.el (PC-read-include-file-name-internal):
32548 Use test-completion.
32549
32550 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
32551
32552 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
32553
32554 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
32555
32556 * window.el (window-buffer-height): Use count-screen-lines.
32557
32558 * progmodes/python.el (python-preoutput-leftover): New var.
32559 (python-preoutput-filter): Use it.
32560 (python-send-receive): Loop until all the result has been received.
32561
32562 2005-03-28 Juri Linkov <juri@jurta.org>
32563
32564 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
32565
32566 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
32567 "Recover Crashed Session".
32568 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
32569 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
32570 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
32571 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
32572 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
32573 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
32574 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
32575 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
32576
32577 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
32578 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
32579 Ediff Sessions", "Toggle use of separate control buffer frame",
32580 "Use separate frame for Ediff control buffer".
32581
32582 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
32583 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
32584 "Rename Bookmark", "Delete Bookmark".
32585
32586 * info.el (Info-mode-menu): Remove ellipsis from "Index".
32587 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
32588 Add `:active Info-index-alternatives' to "Next Matching Item".
32589
32590 * wdired.el (wdired-change-to-wdired-mode):
32591 Mention `wdired-abort-changes' key in the initial message.
32592
32593 * international/mule.el (auto-coding-alist): Associate non-ascii
32594 image filename extensions with `no-conversion'.
32595
32596 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
32597
32598 * international/iso-acc.el:
32599 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
32600
32601 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
32602
32603 * textmodes/sgml-mode.el (html-mode): Doc update.
32604
32605 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
32606
32607 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
32608
32609 * term.el (term-move-columns): Fix face after extending a line.
32610 (term-insert-spaces): Likewise.
32611 (term-reset-terminal): Fix off by one error.
32612
32613 2005-03-26 Eli Zaretskii <eliz@gnu.org>
32614
32615 * international/mule.el (auto-coding-alist): Add .xpi files.
32616
32617 * files.el (auto-mode-alist): Add .xpi files.
32618
32619 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
32620
32621 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
32622
32623 2005-03-26 Eli Zaretskii <eliz@gnu.org>
32624
32625 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
32626
32627 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
32628
32629 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
32630 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
32631
32632 * calendar/cal-move.el (calendar-beginning-of-year): Move the
32633 cursor to Jan 1 when needed.
32634 (calendar-end-of-year): Fix -/+ typo.
32635 Reported by Chong Yidong <cyd@stupidchicken.com>.
32636
32637 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
32638
32639 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
32640
32641 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
32642 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
32643
32644 2005-03-25 Richard M. Stallman <rms@gnu.org>
32645
32646 * filesets.el (filesets-init): Add autoload.
32647
32648 * mail/mailalias.el (mail-directory): Doc fix.
32649
32650 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
32651
32652 * mail/mailalias.el (mail-directory-process): Do nothing if
32653 mail-directory-process is an atom.
32654 (mail-get-names): Ignore mail-directory-names if it is an atom.
32655 (mail-directory-process defvar): Doc fix.
32656 (mail-names): Doc fix.
32657
32658 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se> (tiny change)
32659
32660 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
32661
32662 2005-03-26 Kenichi Handa <handa@m17n.org>
32663
32664 * international/mule-util.el (detect-coding-with-priority):
32665 Call update-coding-systems-internal before detect-coding-region.
32666
32667 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
32668
32669 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
32670 (gdb-frames-mode-map): Add follow-link property.
32671
32672 2005-03-25 Jay Belanger <belanger@truman.edu>
32673
32674 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
32675 for variables.
32676
32677 2005-03-25 Juri Linkov <juri@jurta.org>
32678
32679 * image-mode.el: Optimize image filename extension regexps in
32680 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
32681 in `auto-mode-alist'.
32682 (image-mode): Add `image-toggle-display-text' to local hook
32683 `change-major-mode-hook'. Display the image as an image by
32684 default. Set `cursor-type' and `truncate-lines' if the image
32685 is already displayed. Take into account the current mode (image
32686 or text) in message.
32687 (image-minor-mode): New minor mode.
32688 (image-mode-maybe, image-toggle-display-text): New functions.
32689 (image-toggle-display): Use called-interactively-p.
32690 Let-bind `inhibit-read-only' to t.
32691
32692 * image-mode.el (image-minor-mode): Set `cursor-type' and
32693 `truncate-lines' if the image is already displayed. Add turning
32694 image-minor-mode off to `change-major-mode-hook'. Add message.
32695 Call `image-toggle-display-text' after turning image-minor-mode off.
32696
32697 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
32698
32699 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
32700 Terminal.app, use utf-8.
32701 (set-display-table-and-terminal-coding-system): Add coding-system arg.
32702 (set-locale-environment): Use it.
32703
32704 * term/xterm.el: Undo last change, better done in mule-cmds.el.
32705
32706 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
32707
32708 * progmodes/python.el (python-close-block-statement-p)
32709 (python-outdent-p, python-current-defun): Use symbol-end.
32710
32711 2005-03-25 Karl Chen <quarl@cs.berkeley.edu>
32712
32713 * files.el (save-some-buffers): Doc fix.
32714
32715 2005-03-25 Werner Lemberg <wl@gnu.org>
32716
32717 * complete.el, thumbs.el: Replace `legal' with `valid'.
32718 * calendar/calendar.el: Replace `legal' with `valid'.
32719 * emacs-lisp/advice.el: Replace `legal' with `valid'.
32720 * mail/supercite.el: Replace `legal' with `valid'.
32721 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
32722 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
32723 Replace `legal' with `valid'.
32724 * textmodes/reftex-vars.el, textmodes/reftex.el:
32725 Replace `legal' with `valid'.
32726
32727 2005-03-25 Werner Lemberg <wl@gnu.org>
32728
32729 * calc/calc-forms.el, calc/calc-sel.el
32730 * midnight.el, vc-cvs.el
32731 * emacs-lisp/cl-macs.el
32732 * emulation/vip.el
32733 * eshell/esh-io.el, eshell/esh-var.el
32734 * mail/supercite.el
32735 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
32736 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
32737 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
32738 * progmodes/sh-script.el, progmodes/xscheme.el
32739 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
32740 * textmodes/reftex-index.el, textmodes/reftex-parse.el
32741 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
32742 * textmodes/reftex.el, textmodes/org.el:
32743 Replace `illegal' with `invalid'.
32744
32745 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
32746
32747 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
32748 (flymake-find-buildfile, flymake-find-possible-master-files)
32749 (flymake-check-include, flymake-parse-line): Replace loops over the
32750 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
32751
32752 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
32753 Substitute file-name-as-directory in the rest of the file.
32754 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
32755 (flymake-replace-region): Remove unused arg `buffer'.
32756 (flymake-check-patch-master-file-buffer): Update calls to it.
32757 (flymake-add-err-info): Remove unused var `count'.
32758 (flymake-mode): Use define-minor-mode.
32759
32760 * progmodes/flymake.el: Use with-current-buffer.
32761 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
32762 flymake-replace-regexp-in-string, flymake-line-beginning-position)
32763 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
32764 Avoid testing for `xemacs'.
32765 (flymake-nop): Move.
32766 (flymake-region-has-flymake-overlays): Return the computed value.
32767 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
32768 Remove unused var `endline'.
32769 (flymake-get-line-count): Remove unused function.
32770 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
32771
32772 * emulation/vi.el:
32773 * generic.el:
32774 * hilit-chg.el (global-highlight-changes):
32775 * hi-lock.el (hi-lock-mode):
32776 * follow.el: find-file-hooks -> find-file-hook.
32777
32778 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
32779
32780 2005-03-24 Juri Linkov <juri@jurta.org>
32781
32782 * dired.el (dired-mode-map): Add menu item "Compare directories"
32783 for dired-compare-directories.
32784
32785 * dired-aux.el (dired-compare-directories): Add autoload cookie.
32786 Doc fix. Replace `read-file-name' with `read-directory-name'.
32787
32788 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
32789
32790 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
32791
32792 2005-03-24 Jay Belanger <belanger@truman.edu>
32793
32794 * calc/calc-embed.el (calc-embedded-mode-change): Save all
32795 relevant mode settings in calc-embedded-original-modes when modes
32796 are permanently changed.
32797
32798 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
32799
32800 * autoinsert.el: find-file-hooks -> find-file-hook.
32801
32802 2005-03-24 Lute Kamstra <lute@gnu.org>
32803
32804 * generic.el (generic-font-lock-defaults): Make it obsolete.
32805 (generic-font-lock-keywords): New variable to replace
32806 generic-font-lock-defaults.
32807 (generic-mode-set-font-lock): Delete it.
32808 (generic-mode-internal): Don't call generic-mode-set-font-lock.
32809 (generic-bracket-support): Add docstring.
32810
32811 * generic-x.el: Rename generic-font-lock-defaults to
32812 generic-font-lock-keywords throughout.
32813 (mailagent-rules-setup-function): Delete it.
32814 (mailagent-rules-generic-mode): Use anonymous function instead.
32815 (show-tabs-generic-mode-font-lock-defaults-1)
32816 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
32817 Quote faces.
32818 (show-tabs-tab-face, show-tabs-space-face): Specify background,
32819 not foreground.
32820
32821 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
32822 Recognize define-generic-mode.
32823
32824 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
32825
32826 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
32827 if there's no completion table.
32828
32829 2005-03-23 Miles Bader <miles@gnu.org>
32830
32831 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
32832 Remove tty-specific variants, as they're no longer needed.
32833
32834 2005-03-23 Lute Kamstra <lute@gnu.org>
32835
32836 * generic-x.el: Code cleanup: make args constant whenever possible.
32837 (installshield-statement-keyword-list)
32838 (installshield-system-functions-list)
32839 (installshield-system-variables-list, installshield-types-list)
32840 (installshield-funarg-constants-list): Make them constants.
32841
32842 * generic.el (generic-make-keywords-list): Add autoload cookie.
32843
32844 * calendar/time-date.el: Add comment on time value formats.
32845 Don't require parse-time.
32846 (with-decoded-time-value): New macro.
32847 (encode-time-value): New function.
32848 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
32849 (days-to-time): Return a valid time value when arg is huge.
32850 (time-since): Use time-subtract.
32851 (time-to-number-of-days): Use time-to-seconds.
32852
32853 2005-03-23 David Ponce <david@dponce.com>
32854
32855 * recentf.el (recentf-keep): New option.
32856 (recentf-menu-action): Default to `find-file'.
32857 (recentf-keep-non-readable-files-flag)
32858 (recentf-keep-non-readable-files-p)
32859 (recentf-file-readable-p, recentf-find-file)
32860 (recentf-cleanup-remote): Remove.
32861 (recentf-include-p): More robust.
32862 (recentf-keep-p): New function.
32863 (recentf-remove-if-non-kept): Rename from
32864 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
32865 All callers updated.
32866 (recentf-menu-items-for-commands): Fix help string.
32867 (recentf-track-closed-file): Update. Doc fix.
32868 (recentf-cleanup): Update. Count removed files. Doc fix.
32869
32870 2005-03-23 Kim F. Storm <storm@cua.dk>
32871
32872 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
32873 Don't inherit from fringe face (now happens automatically).
32874
32875 2005-03-22 Kim F. Storm <storm@cua.dk>
32876
32877 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
32878 position values.
32879
32880 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
32881
32882 * menu-bar.el (showhide-date-time): Remove.
32883 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
32884 (menu-bar-make-mm-toggle): Simplify.
32885
32886 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
32887
32888 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
32889 Accept qualified variable and function names.
32890
32891 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
32892
32893 * bindings.el (completion-ignored-extensions):
32894 Remove ".lis" for `vax-vms'.
32895
32896 2005-03-22 Andreas Schwab <schwab@suse.de>
32897
32898 * generic-x.el: Revert last change.
32899 * ldefs-boot.el: Update.
32900
32901 2005-03-22 Jay Belanger <belanger@truman.edu>
32902
32903 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
32904 (calc-embedded-save-original-modes)
32905 (calc-embedded-restore-original-modes): New functions.
32906 (calc-do-embedded): Save original modes when entering embedded mode
32907 and restore when leaving embedded mode.
32908 (calc-embedded-modes-change): Change the value of
32909 calc-embedded-original-modes to reflect permanent changes.
32910
32911 2005-03-22 Lute Kamstra <lute@gnu.org>
32912
32913 * generic-x.el: Require generic again.
32914
32915 2005-03-22 Miles Bader <miles@gnu.org>
32916
32917 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
32918 Tweak details to look good on both ttys and bitmap displays, light
32919 or dark background, etc.
32920
32921 2005-03-21 Kim F. Storm <storm@cua.dk>
32922
32923 * tooltip.el (tooltip-show-help-function): Check car and cdr of
32924 mouse position.
32925
32926 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
32927
32928 * icomplete.el: Don't forcibly turn on the mode upon load.
32929 (icomplete-mode): Use define-minor-mode.
32930 (icomplete-eoinput): Default to nil.
32931 (icomplete-minibuffer-setup): Remove autoload.
32932 (icomplete-tidy): Simplify.
32933 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
32934 in the initial state or if the user has modified the field.
32935 Fix handling of icomplete-max-delay-chars.
32936 Remove code that handles the oddball case where
32937 minibuffer-completion-table is an integer.
32938 Wrap icomplete-completions in while-no-input in case building
32939 completions takes more time than expected.
32940 (icomplete-completions): Simplify.
32941
32942 2005-03-21 Richard M. Stallman <rms@gnu.org>
32943
32944 * jka-compr.el (jka-compr-really-do-compress):
32945 Make variable buffer-local.
32946
32947 * image-mode.el: Handle .xpm files too.
32948 (image-toggle-display): Preserve modification flag.
32949
32950 * help.el (where-is): Don't mention aliases with no key bindings.
32951
32952 2005-03-21 Lute Kamstra <lute@gnu.org>
32953
32954 * generic.el: Fix commentary section. Don't require cl for
32955 compilation.
32956 (generic-mode-list): Add autoload cookie.
32957 (generic-use-find-file-hook, generic-lines-to-scan)
32958 (generic-find-file-regexp, generic-ignore-files-regexp)
32959 (generic-mode, generic-mode-find-file-hook)
32960 (generic-mode-ini-file-find-file-hook): Fix docstrings.
32961 (define-generic-mode): Make it a defmacro. Fix docstring.
32962 (generic-mode-internal): Code cleanup. Add autoload cookie.
32963 (generic-mode-set-comments): Code cleanup.
32964 * generic-x.el: Don't prevent compilation. Don't require generic.
32965 Follow coding conventions. Minor code cleanup.
32966 (etc-fstab-generic-mode): Add some keywords.
32967 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
32968 define-generic-mode like a function declaration.
32969
32970 2005-03-21 Jay Belanger <belanger@truman.edu>
32971
32972 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
32973 changing modes.
32974
32975 2005-03-21 Sam Steingold <sds@gnu.org>
32976
32977 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
32978
32979 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
32980
32981 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
32982 Add underscore to "f$ lexicals" regexp.
32983
32984 2005-03-20 Juri Linkov <juri@jurta.org>
32985
32986 * subr.el (progress-reporter-do-update): When `min-value' is equal
32987 to `max-value', set `percentage' to 0 and prevent division by zero.
32988
32989 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
32990
32991 Sync with Tramp 2.0.48.
32992
32993 * net/tramp.el (all): Change all addresses to .gnu.org.
32994 (tramp-append-tramp-buffers): New defun.
32995 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
32996 Catch `dont-send' signal.
32997 (tramp-set-auto-save-file-modes): Set always permissions, because
32998 there might be an old auto-saved file belonging to another
32999 original file. This could be a security threat. Reported by
33000 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
33001 Check for Emacs 21.3.50 removed.
33002
33003 * net/tramp-smb.el (all): Remove debug construct for
33004 `with-parsed-tramp-file-name'.
33005 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
33006 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
33007 No error message if DIRECTORY or FILENAME doesn't exist.
33008 (tramp-smb-open-connection): Check existence of
33009 `tramp-smb-program'.
33010
33011 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
33012
33013 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
33014 Properly handle the case where the `m' or `s' command's argument is not
33015 yet terminated.
33016 (perl-indent-new-calculate): New function.
33017 (perl-indent-line): Use it.
33018
33019 2005-03-20 Miles Bader <miles@gnu.org>
33020
33021 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
33022 in text-mode too. Change to new face names.
33023 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
33024 Add `:weight bold' attribute.
33025 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
33026
33027 2005-03-19 Juri Linkov <juri@jurta.org>
33028
33029 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
33030
33031 * international/mule.el (auto-coding-alist): Sync with
33032 `auto-mode-alist' by adding upper case archive file extensions
33033 and adding ear/war to jar extension.
33034
33035 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
33036
33037 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
33038 running, restart it.
33039
33040 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
33041
33042 * finder.el (finder-current-item): Throw an error on an empty line.
33043
33044 * man.el (Man-follow-manual-reference): If current-word returns
33045 nil, use "".
33046
33047 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
33048
33049 * simple.el (goto-line): Doc fix.
33050
33051 2005-03-19 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
33052
33053 * files.el (save-buffer): Doc fix.
33054
33055 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
33056
33057 * recentf.el (recentf-cleanup-remote): New variable.
33058 (recentf-cleanup): Use it to conditionally check availability of
33059 remote files.
33060
33061 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
33062
33063 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
33064 function names.
33065
33066 2005-03-19 Eli Zaretskii <eliz@gnu.org>
33067
33068 * language/thai-word.el: New file.
33069
33070 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
33071
33072 * files.el (backup-buffer): If the file's directory is not
33073 writable, use copy instead of move to backup the file.
33074
33075 2005-03-19 Eli Zaretskii <eliz@gnu.org>
33076
33077 * obsolete/keyswap.el: Moved to obsolete/ from term/.
33078
33079 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
33080
33081 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
33082 Use functionp instead of symbolp and fboundp. Reported by Drkm
33083 <darkman_spam@yahoo.fr>.
33084 (ps-print-version): New version 6.6.6.
33085
33086 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
33087
33088 * textmodes/table.el (table--line-column-position): New idiom.
33089 (table--row-column-insertion-point-p): New function to test
33090 validity of row and column insertion operation at a location.
33091 (table-global-menu, table-cell-menu): Use above functions for
33092 deterministic test operation.
33093 (table--editable-cell-p): Behave in deterministic fashion.
33094
33095 2005-03-18 Juri Linkov <juri@jurta.org>
33096
33097 * isearch.el (isearch-lazy-highlight-new-loop):
33098 Make arguments beg and end optional.
33099 (isearch-update): Remove optional arguments nil from
33100 isearch-lazy-highlight-new-loop.
33101 (isearch-lazy-highlight-search): Let-bind case-fold-search to
33102 isearch-lazy-highlight-case-fold-search instead of
33103 isearch-case-fold-search, and let-bind isearch-regexp to
33104 isearch-lazy-highlight-regexp.
33105 Use isearch-lazy-highlight-last-string instead of isearch-string.
33106
33107 * replace.el (perform-replace): Remove bindings of global
33108 variables isearch-string, isearch-regexp, isearch-case-fold-search.
33109 Add three new arguments to `replace-highlight'.
33110 (replace-highlight): Add arguments string, regexp, case-fold.
33111 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
33112 to allow isearch-lazy-highlight-new-loop to use these values
33113 to set corresponding isearch-lazy-highlight-* internal
33114 variables whose values lazy highlighting will use regardless of
33115 changes to global variables isearch-string, isearch-regexp,
33116 isearch-case-fold-search during lazy highlighting loop.
33117 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
33118 to `lazy-highlight-cleanup'.
33119
33120 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
33121 (ispell-highlight-face): Set default face to `isearch' when
33122 lazy highlighting is enabled.
33123 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
33124 priority to 1. Add lazy highlighting.
33125 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
33126 from `isearch-dehighlight'.
33127
33128 2005-03-18 David Ponce <david@dponce.com>
33129
33130 * files.el (hack-local-variables): Do a case-insensitive search
33131 for End.
33132
33133 2005-03-18 Juri Linkov <juri@jurta.org>
33134
33135 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
33136 `isearch-lazy-highlight-cleanup', add alias to old name and
33137 declare obsolete. Add release numbers to other obsolete vars.
33138 (isearch-done, isearch-lazy-highlight-new-loop):
33139 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
33140 (lazy-highlight-cleanup) <variable>: Doc fix.
33141 (isearch-lazy-highlight-update): Rename obsolete
33142 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
33143
33144 2005-03-18 Kenichi Handa <handa@m17n.org>
33145
33146 * language/thai-util.el: Fix categorization of Thai characters in
33147 thai-category-table.
33148 (thai-composition-pattern): Adjust it for the above change.
33149 (thai-self-insert-command, thai-compose-syllable): New functions.
33150 (thai-compose-region): Use thai-compose-syllable.
33151 (thai-compose-string): Likewise.
33152 (thai-composition-function): Likewise.
33153 (thai-auto-composition): New function.
33154 (thai-auto-composition-mode): New minor mode.
33155
33156 * language/thai.el: Fix patterns to be registered in
33157 composition-function-table.
33158
33159 * international/quail.el (quail-input-method): Locally bind
33160 inhibit-modification-hooks to t.
33161
33162 2005-03-17 Richard M. Stallman <rms@gnu.org>
33163
33164 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
33165 (perl-mode): Use run-mode-hooks.
33166
33167 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
33168 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
33169 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
33170
33171 * mail/sendmail.el (sendmail-send-it): Reenable the code
33172 to compute resend-to-address and use it.
33173
33174 * tar-mode.el (tar-mode): Turn off undo unconditionally.
33175
33176 * image-mode.el: New file.
33177
33178 * image.el (insert-sliced-image): Add autoload cookie.
33179
33180 * font-lock.el (font-lock-lines-before): New user option.
33181 (font-lock-after-change-function): Obey it.
33182
33183 * bindings.el (esc-map): Make M-g a prefix.
33184 Bind M-g g and M-g M-g to goto-line.
33185
33186 * faces.el (face-id): Doc fix.
33187
33188 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
33189
33190 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
33191 (rmail-show-message): Use rmail-unknown-mail-followup-to.
33192 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
33193
33194 * mail/sendmail.el (mail-yank-ignored-headers)
33195 (mail-font-lock-keywords, mail-mode-fill-paragraph):
33196 Add Mail-Followup-To and Mail-Reply-To headers.
33197 (mail-citation-hook): Add autoload cookie.
33198 (mail-mode): Doc fix.
33199 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
33200 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
33201 (mail-mode-fill-paragraph): Handle those headers.
33202 (mail-mailing-lists): New variable.
33203 (mail-mail-reply-to, mail-mail-followup-to): New functions.
33204
33205 2005-03-17 Juri Linkov <juri@jurta.org>
33206
33207 * isearch.el (isearch-fallback): Check for `(car previous)'
33208 before calling `isearch-other-end-state'.
33209
33210 2005-03-17 Kim F. Storm <storm@cua.dk>
33211
33212 * simple.el (move-beginning-of-line): Move to beginning of buffer
33213 line, as well as beginning of screen line.
33214
33215 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
33216
33217 * calendar/diary-lib.el (mark-diary-entries): Use new optional
33218 argument REDRAW rather than calendar-redrawing variable.
33219 * calendar/calendar.el (calendar-redrawing): Delete.
33220 (redraw-calendar): Do not bind calendar-redrawing.
33221
33222 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
33223
33224 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
33225 diary-file buffer.
33226
33227 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
33228
33229 * help.el (describe-mode): Allow a :minor-mode-function property to
33230 specify a different minor mode toggle function than the variable.
33231 * simple.el (auto-fill-function):
33232 * subr.el (add-minor-mode): Use it.
33233
33234 2005-03-16 Kenichi Handa <handa@m17n.org>
33235
33236 * language/ethio-util.el (sera-being-called-by-w3): New variable.
33237 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
33238 (ethio-fidel-to-sera-buffer): Likewise.
33239
33240 2005-03-16 Juri Linkov <juri@jurta.org>
33241
33242 * emacs-lisp/find-func.el (find-function-regexp):
33243 Add defun-emitting macro `menu-bar-make-toggle'.
33244
33245 * isearch.el: Put `isearch-scroll' property to
33246 `split-window-horizontally'.
33247
33248 * info.el: Update error messages for `debug-ignored-errors'.
33249 (Info-isearch-search): Doc fix.
33250 (Info-find-node): Move up code to go into info buffer before
33251 recording the node to the history.
33252 (Info-fontify-node): Fontify titles only if the next line
33253 has two or more `*', `=', `-', `.'.
33254 Display "go to this node" for empty (match-string 3).
33255
33256 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
33257
33258 * term/mac-win.el: Add mouse pointer shape constants.
33259
33260 2005-03-15 Kim F. Storm <storm@cua.dk>
33261
33262 * simple.el (move-beginning-of-line): Use vertical-motion.
33263
33264 2005-03-15 Juri Linkov <juri@jurta.org>
33265
33266 * isearch.el (isearch-error): New variable.
33267 (isearch-invalid-regexp, isearch-within-brackets): Remove.
33268 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
33269 (isearch-within-brackets-state): Remove.
33270 (isearch-case-fold-search-state, isearch-pop-fun-state):
33271 Decrease frame index.
33272 (isearch-mode, isearch-top-state, isearch-push-state)
33273 (isearch-edit-string, isearch-abort, isearch-search-and-update)
33274 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
33275 (isearch-search, isearch-lazy-highlight-new-loop):
33276 Replace `isearch-invalid-regexp' with `isearch-error'.
33277 Remove `isearch-within-brackets'.
33278 (isearch-search): Add `search-failed' handler to `condition-case'.
33279 (isearch-lazy-highlight-search): Add `condition-case' to catch
33280 errors and allow `isearch-lazy-highlight-update' to try
33281 highlighting from the beginning of the window.
33282 (isearch-repeat): Move up code to set isearch-wrapped to t
33283 before calling isearch-wrap-function.
33284
33285 * info.el (Info-isearch-initial-node): New internal variable.
33286 (Info-search): Signal an error in isearch mode when search leaves
33287 the initial node. Signal an error when `bound' is non-nil and
33288 nothing was found in the current subfile.
33289 (Info-isearch-search): Remove `condition-case'.
33290 (Info-isearch-wrap): Don't wrap when search failed during leaving
33291 the initial node. If `Info-isearch-search' is nil, wrap around
33292 the current node.
33293 (Info-isearch-start): New fun.
33294 (Info-mode): Add buffer-local hook `Info-isearch-start' to
33295 `isearch-mode-hook'.
33296
33297 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
33298
33299 * simple.el (normal-erase-is-backspace): Set default to t if
33300 running on Mac.
33301
33302 * term/mac-win.el (function-key-map): Sync with x-win.el.
33303
33304 2005-03-15 Kenichi Handa <handa@m17n.org>
33305
33306 * international/mule-cmds.el (locale-language-names): Modify the
33307 format of elements and add more entries.
33308 (locale-preferred-coding-systems): Add more entries.
33309 (set-locale-environment): Adjust for the change of
33310 locale-language-names.
33311
33312 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
33313
33314 * pcvs.el (smerge-ediff): Remove bogus autoload.
33315
33316 2005-03-14 Lute Kamstra <lute@gnu.org>
33317
33318 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
33319 Ignore a `*' at the beginning of a line.
33320
33321 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
33322 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
33323 subr.el.
33324 (dont-compile, eval-when-compile, eval-and-compile): Use declare
33325 to specify indentation.
33326
33327 * generic.el (define-generic-mode): Let generic-mode-list be a
33328 list of strings; test membership with equal.
33329
33330 2005-03-14 Kim F. Storm <storm@cua.dk>
33331
33332 * simple.el (next-line, previous-line): Add optional try-vscroll
33333 arg to recognize interactive use. Pass it on to line-move.
33334 (line-move): Don't perform auto-window-vscroll when defining or
33335 executing keyboard macro to ensure consistent behavior.
33336
33337 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
33338
33339 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
33340
33341 2005-03-13 Lute Kamstra <lute@gnu.org>
33342
33343 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
33344 debugger-setup-buffer so that backtrace marks the frames set to
33345 debug-on-exit and we don't have to do it manually. Set an extra
33346 debug-on-exit for macro's.
33347 (debugger-setup-buffer): Don't mark the top frame manually.
33348
33349 2005-03-12 Lute Kamstra <lute@gnu.org>
33350
33351 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
33352 lisp-indent-function throughout.
33353 (with-no-warnings): Set lisp-indent-function property.
33354
33355 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
33356
33357 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
33358 Add entry for backslash.
33359
33360 2005-03-12 Juri Linkov <juri@jurta.org>
33361
33362 * info.el (Info-search): Four fixes for backward search.
33363
33364 2005-03-11 Jay Belanger <belanger@truman.edu>
33365
33366 * calc/calc.el (calc-language-alist): New variable.
33367 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
33368 (calc-embedded-find-modes): Use calc-language-alist instead of
33369 calc-embedded-language-alist.
33370
33371 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
33372
33373 * calendar/calendar.el (calendar-redrawing): New internal
33374 variable.
33375 (redraw-calendar): Remove bogus save-excursion from previous
33376 change. Bind calendar-redrawing to t for mark-diary-entries.
33377 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
33378 calendar if that is why we were called.
33379
33380 2005-03-11 Kenichi Handa <handa@m17n.org>
33381
33382 * international/mule.el (make-coding-system): Set property
33383 coding-system-define-form to nil.
33384 (define-coding-system-alias): Likewise.
33385
33386 2005-03-11 Kenichi Handa <handa@m17n.org>
33387
33388 These changes are suggested by Dave Love <fx@gnu.org>.
33389
33390 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
33391 coding: tag.
33392 (adaptive-fill-regexp): Add more bullets.
33393 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
33394 regexps.
33395
33396 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
33397
33398 * help.el (describe-mode): Properly handle non-trivial lighters.
33399 Don't ignore minor modes that are not listed in minor-mode-list.
33400
33401 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
33402 feature ON when the user requests to turn it OFF.
33403
33404 2005-03-10 Lute Kamstra <lute@gnu.org>
33405
33406 * emacs-lisp/debug.el (debug-entry-code): Delete it.
33407 (implement-debug-on-entry): New function to replace debug-entry-code.
33408 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
33409 second argument as the 2005-03-07 change makes it obsolete.
33410 (debug-on-entry, cancel-debug-on-entry): Update call to
33411 debug-on-entry-1.
33412 (debug, debugger-setup-buffer): Comment update.
33413 (debugger-frame-number): Update to work with implement-debug-on-entry.
33414
33415 2005-03-10 Jay Belanger <belanger@truman.edu>
33416
33417 * calc/calc-embed.el (math-ms-args): Declare it.
33418 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
33419 math-ms-args.
33420 (calc-embedded-subst): Use math-multi-subst-rec to substitute
33421 variables.
33422
33423 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
33424
33425 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
33426 Use message-box.
33427
33428 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
33429 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
33430 (tooltip-gud-tips): Simplify.
33431 (tooltip-gud-tips-p): Remove superfluous :set.
33432 (tooltip-gud-modes): Add fortran-mode.
33433 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
33434
33435 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
33436
33437 2005-03-09 Kim F. Storm <storm@cua.dk>
33438
33439 * play/animate.el (animate-place-char): Use forward-line instead
33440 of next-line to improve performance.
33441
33442 2005-03-09 Simon Josefsson <jas@extundo.com>
33443
33444 * net/browse-url.el (browse-url-default-browser): Doc fix.
33445
33446 2005-03-09 Miles Bader <miles@gnu.org>
33447
33448 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
33449 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
33450
33451 2005-03-09 Kenichi Handa <handa@m17n.org>
33452
33453 * international/latin-1.el: Set case and syntax for 255 only if
33454 set-case-syntax-set-multibyte is nil.
33455
33456 * textmodes/ispell.el (ispell-insert-word): New function.
33457 (ispell-word): Use ispell-insert-word to insert a new word.
33458 (ispell-process-line): Likewise.
33459 (ispell-complete-word): Likewise.
33460
33461 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
33462
33463 * calendar/calendar.el (redraw-calendar): Preserve point.
33464 Reported by Matt Hodges <MPHodges@member.fsf.org>.
33465 (calendar-week-start-day): Move after definition of
33466 redraw-calendar. Delete buffer test, since redraw-calendar has
33467 that now.
33468
33469 * calendar/diary-lib.el (mark-diary-entries): Only call
33470 redraw-calendar in the first of any recursive calls.
33471 Reported by Alan Shutko <ats@acm.org>.
33472
33473 2005-03-08 Juri Linkov <juri@jurta.org>
33474
33475 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
33476 (html-horizontal-rule, html-line, html-image, html-checkboxes)
33477 (html-radio-buttons): Add a space before the trailing `/>' where
33478 sgml-xml-mode is non-nil.
33479 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
33480 the subsequent tag of the empty XML tag.
33481 (html-href-anchor): Don't set initial input to "http:".
33482 (html-image): Ask for the image URL and set point inside alt="".
33483 (html-name-anchor): Duplicate the name in the `id' attribute when
33484 sgml-xml-mode is non-nil.
33485 (html-paragraph): Remove \n before <p>.
33486 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
33487 instead of `checked' when sgml-xml-mode is non-nil.
33488
33489 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
33490 Remove 1 space before #RRGGBB to not truncate it on terminal
33491 windows w/o fringes. Remove 1 space between bg and fg examples
33492 to get more space.
33493 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
33494 avoid byte-compile warnings.
33495
33496 * image-file.el (image-file-handler): Put `safe-magic' property to
33497 `image-file-handler'.
33498
33499 * info.el (Info-isearch-search): Emulate word search in
33500 isearching through multiple Info nodes with Info-search.
33501 (Info-isearch-wrap): Allow isearch-word.
33502
33503 2005-03-08 Lute Kamstra <lute@gnu.org>
33504
33505 * emacs-lisp/debug.el (debugger-step-through): Make sure that
33506 stepping into the debugger's code is not possible.
33507 (debugger-jumping-flag): Docstring update.
33508
33509 2005-03-08 Jay Belanger <belanger@truman.edu>
33510
33511 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
33512 embedded mode begins.
33513 (calc-embedded-language-alist): New variable.
33514 (calc-embedded-find-modes): Use calc-embedded-language-alist to
33515 set default language mode.
33516
33517 2005-03-08 Kenichi Handa <handa@m17n.org>
33518
33519 * international/ccl.el (define-ccl-program): Fix docstring about
33520 extra 256 bytes assured for the output buffer.
33521
33522 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
33523 Fix BUFFER_MAGNIFICATION to 2.
33524 (ccl-encode-mule-utf-16be-with-signature): Likewise.
33525
33526 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
33527
33528 * align.el (align-rules-list): Added an alignment rule for CSS
33529 declarations (applies to css-mode and html-mode buffers).
33530
33531 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
33532
33533 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
33534
33535 2005-03-07 Kim F. Storm <storm@cua.dk>
33536
33537 * simple.el (move-beginning-of-line): New command.
33538
33539 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
33540
33541 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
33542
33543 * emulation/cua-base.el: Put CUA move property on move-end-of-line
33544 and move-beginning-of-line.
33545
33546 * apropos.el (apropos-print): Omit command from M-x ... RET.
33547
33548 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
33549
33550 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
33551 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
33552
33553 2005-03-06 Richard M. Stallman <rms@gnu.org>
33554
33555 * bindings.el (esc-map): Bind M-g to goto-line.
33556
33557 * facemenu.el (global-map): Bind M-o, not M-g.
33558
33559 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
33560
33561 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
33562 "Open Directory" as for "Open File".
33563
33564 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
33565
33566 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
33567 (push-mark-command): Run activate-mark-hook.
33568
33569 2005-03-06 Richard M. Stallman <rms@gnu.org>
33570
33571 * help-mode.el (help-mode-finish): Don't alter the element
33572 in view-return-to-alist if there already is one.
33573
33574 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
33575 make sure the current buffer is the expected one.
33576
33577 * novice.el (disabled-command-function): Output in *Disabled Command*.
33578 Explicitly ignore non-keyboard events, and explicitly handle C-g.
33579
33580 * textmodes/flyspell.el (flyspell-large-region):
33581 Pass args differently for aspell.
33582
33583 * files.el (mode-require-final-newline): Doc fix.
33584
33585 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
33586
33587 * progmodes/which-func.el (which-function):
33588 Specify NOERROR when calling imenu--make-index-alist.
33589
33590 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
33591
33592 * simple.el (normal-erase-is-backspace): Define default value.
33593
33594 * custom.el (custom-theme-set-variables): Remove unused var
33595 `immediate'.
33596 (custom-reevaluate-setting): Simple function to handle variables
33597 that are defined before their default value can really be
33598 computed.
33599
33600 * startup.el (command-line): Use it for temporary-file-directory,
33601 small-emporary-file-directory, auto-save-file-name-transforms,
33602 blink-cursor-mode, and normal-erase-is-backspace.
33603
33604 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
33605 progress, even with buggy anchored keywords.
33606
33607 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
33608
33609 * simple.el (goto-line): Remove unbalanced final parenthesis.
33610
33611 2005-03-05 Richard M. Stallman <rms@gnu.org>
33612
33613 * simple.el (goto-line): Use a number at point as the default.
33614 With C-u as arg, switch buffers.
33615
33616 2005-03-05 Juri Linkov <juri@jurta.org>
33617
33618 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
33619 with `no-blinking-cursor'.
33620
33621 * startup.el (no-blinking-cursor): New defvar.
33622 (command-line): Add `--no-blinking-cursor' to longopts.
33623 Set `no-blinking-cursor' to t for command line arguments
33624 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
33625 with `no-blinking-cursor' in the condition for calling
33626 `blink-cursor-mode'.
33627
33628 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
33629
33630 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
33631 (menu-bar-options-save): Add blink-cursor-mode.
33632 (menu-bar-options-menu): Add blink-cursor-mode.
33633
33634 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
33635
33636 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
33637 (icalendar-export-file, icalendar-export-region)
33638 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
33639 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
33640
33641 2005-03-04 Lute Kamstra <lute@gnu.org>
33642
33643 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
33644 (debug-function-list): Ditto.
33645
33646 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
33647
33648 * textmodes/texinfmt.el (texinfo-append-refill):
33649 Redefine the types of line to which @refill
33650 is not appended by replacing a search for `@refill\\|@bye' with
33651 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
33652 itemize@refill' bug and the unfilled long lines bug.
33653 (texinfmt-version): Update number and date.
33654
33655 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
33656
33657 * international/code-pages.el (windows-1250, windows-125[2-8])
33658 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
33659
33660 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
33661
33662 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
33663 bound yet.
33664
33665 2005-03-02 Romain Francoise <romain@orebokech.com>
33666
33667 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
33668 buffer after removing limits.
33669 (ibuffer-pop-filter): Ditto.
33670 Update copyright.
33671
33672 2005-03-02 Miles Bader <miles@gnu.org>
33673
33674 * button.el (make-text-button): If the user doesn't specify a
33675 type, use the default. Rewrite to use `add-text-properties' and
33676 plist functions.
33677
33678 2005-03-01 Lute Kamstra <lute@gnu.org>
33679
33680 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
33681 (debugger-jumping-flag): New var.
33682 (debug-entry-code): Use it.
33683 (debugger-jump): Use debugger-jumping-flag and add
33684 debugger-reenable to post-command-hook.
33685 (debugger-reenable): Use debugger-jumping-flag and remove itself
33686 from post-command-hook.
33687 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
33688 debugger-reenable.
33689
33690 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
33691
33692 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
33693 inclusion of "itemize\\|", which may be unnecessary, is certainly
33694 inelegant, and stops refilling in itemize lists when formatting
33695 Japanese Texinfo files to Info.
33696 Update copyright to 2005.
33697
33698 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
33699
33700 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
33701 of an error if GDB can't find the source file.
33702
33703 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
33704
33705 * calendar/calendar.el (redraw-calendar): Work from any buffer,
33706 not just the calendar.
33707
33708 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
33709 first.
33710 (diary-redraw-calendar): New function.
33711 (make-diary-entry): Add diary-redraw-calendar to local
33712 write-contents-functions. Turn off selective display before
33713 inserting in diary.
33714
33715 2005-03-01 Kim F. Storm <storm@cua.dk>
33716
33717 * emacs-lisp/copyright.el (copyright-fix-years): New command.
33718
33719 2005-03-01 Lute Kamstra <lute@gnu.org>
33720
33721 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
33722 that debug-entry-code can be safely removed from a function while
33723 this code is being evaluated. Revert the 2005-02-27 change as the
33724 new implementation no longer requires it. Make sure that a
33725 function body containing just a string is not mistaken for a docstring.
33726 (debug): Skip one more frame in case of debug on entry.
33727 (debugger-setup-buffer): Delete one more frame line in case of
33728 debug on entry.
33729 (debugger-frame-number): Update to use the new text introduced by
33730 the 1999-11-03 change. Skip one more frame in case of debug on entry.
33731
33732 2005-02-28 Kim F. Storm <storm@cua.dk>
33733
33734 * double.el (double-translate-key): Call force-window-update after
33735 read-event to avoid crash in redisplay.
33736
33737 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
33738
33739 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
33740 (debug): Use it. Move the inhibit-trace earlier.
33741 (debug-entry-code): New const.
33742 (debug-on-entry-1): Use it.
33743
33744 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
33745
33746 * international/utf-16.el (ccl-encode-mule-utf-16le):
33747 Fix BUFFER_MAGNIFICATION to 2.
33748 (ccl-encode-mule-utf-16be): Likewise.
33749
33750 2005-02-28 Kenichi Handa <handa@m17n.org>
33751
33752 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
33753 Fix BUFFER_MAGNIFICATION to 4.
33754 (ccl-encode-mule-utf-16be-with-signature): Likewise.
33755
33756 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
33757
33758 * speedbar.el (speedbar-update-flag): Doc fix.
33759 (speedbar-show-info-under-mouse): Give set-mouse-position the right
33760 argument.
33761
33762 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
33763
33764 * reveal.el (reveal-post-command): Don't try to reveal overlays which
33765 have a non-nil `invisible' property but are actually visible.
33766
33767 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
33768 for perldoc sections.
33769 (perl-outline-regexp, perl-outline-level): New var and function.
33770 (perl-mode): Use them.
33771
33772 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
33773
33774 * calendar/diary-lib.el (diary-remind): Discard any mark portion
33775 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
33776
33777 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
33778
33779 * cus-edit.el: Comment change.
33780 (custom-buffer-create-internal): Slightly reword text at top of
33781 Custom buffers. Mention there that saving an option edits the
33782 init file. Add link to Emacs manual node on `custom-file'.
33783 (custom-magic-alist): Rewrite individual State messages to use
33784 capitalized keywords. Doc fix.
33785
33786 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
33787
33788 * calendar/calendar.el (calendar-buffer): Move above
33789 calendar-week-start-day.
33790 (calendar-week-start-day): Doc fix. Add :set function.
33791 (calendar-minimum-window-height): New variable.
33792 (generate-calendar-window): Only resize window if selected-window
33793 is displaying the calendar buffer. Use new variable
33794 calendar-minimum-window-height.
33795 (generate-calendar): Reword error message.
33796 (calendar-mode-map): Bind DEL to scroll-other-window-down.
33797
33798 2005-02-27 Andreas Schwab <schwab@suse.de>
33799
33800 * vc.el (vc-do-command): Don't run command asynchronously when
33801 operating in a remote directory.
33802
33803 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
33804 change from sync with Tramp 2.0.47.
33805
33806 2005-02-27 Richard M. Stallman <rms@gnu.org>
33807
33808 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
33809
33810 * textmodes/flyspell.el (flyspell-mode-on):
33811 Call ispell-change-dictionary only if necessary.
33812
33813 * emacs-lisp/re-builder.el (regexp-builder): New function.
33814
33815 * register.el (describe-register-1): Explicitly handle
33816 yank-excluded-properties = t.
33817
33818 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
33819 (custom-magic-alist): Change the status descriptions again.
33820 (face widget-type): Total rewrite based on `restricted-sexp'
33821 to eliminate the confusing double hiding levels.
33822
33823 * emacs-lisp/debug.el (debug-on-entry-1):
33824 If function body is empty, add nil as body form.
33825
33826 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
33827
33828 * emacs-lisp/trace.el (inhibit-trace): New var.
33829 (trace-make-advice): Use it.
33830
33831 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
33832
33833 2005-02-26 Kim F. Storm <storm@cua.dk>
33834
33835 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
33836 (mouse-on-link-p, mouse-drag-region-1): Use it.
33837
33838 2005-02-25 Lute Kamstra <lute@gnu.org>
33839
33840 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
33841
33842 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
33843
33844 * frame.el (blink-cursor-mode): Add :group keyword.
33845
33846 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
33847
33848 * calendar/icalendar.el (icalendar--decode-isodatetime):
33849 New optional argument DAY-SHIFT.
33850 (icalendar-export-region): Fix coding-system-for-write.
33851 (icalendar--convert-ical-to-diary): Shift end-day of all-day
33852 events by one.
33853
33854 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
33855
33856 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
33857
33858 2005-02-24 Kim F. Storm <storm@cua.dk>
33859
33860 * international/iso-acc.el (iso-accents-compose): Fix crash
33861 during redisplay. Call force-window-update after read-event
33862 and delete-region to signal that window is not accurate.
33863
33864 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
33865
33866 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
33867 Remove unused and inexistent var `inhibit-trace'.
33868 (debugger-mode): Use run-mode-hooks.
33869 (debugger-list-functions): Add buttons; setup xref stack.
33870
33871 2005-02-23 Richard M. Stallman <rms@gnu.org>
33872
33873 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
33874 appointment says it was explicitly made.
33875 (appt-add): Set the 3rd element.
33876 (appt-make-list): Preserve explicit appointments.
33877
33878 * subr.el (find-tag-default): Catch errors in forward-sexp.
33879
33880 2005-02-23 Juri Linkov <juri@jurta.org>
33881
33882 * info.el (Info-isearch-search): New defcustom.
33883 (Info-isearch-search): Call the default isearch function
33884 when Info-isearch-search is nil.
33885 (Info-isearch-wrap): Use variable Info-isearch-search.
33886
33887 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
33888
33889 * cus-edit.el: Comment change.
33890
33891 2005-02-22 Kim F. Storm <storm@cua.dk>
33892
33893 * progmodes/hideif.el (hide-ifdef-use-define-alist):
33894 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
33895
33896 2005-02-22 Simon Josefsson <jas@extundo.com>
33897
33898 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
33899 New variable.
33900 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
33901 Oskarsson" <myrkraverk@users.sourceforget.net>.
33902
33903 2005-02-22 Kim F. Storm <storm@cua.dk>
33904
33905 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
33906 check that window of that event is the selected window.
33907 (mouse-drag-region-1): Compare mouse event window to selected
33908 window before setting point.
33909
33910 * tooltip.el (tooltip-show-help-function): Pass event to
33911 mouse-on-link-p so it can check selected window.
33912
33913 2005-02-22 Kenichi Handa <handa@m17n.org>
33914
33915 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
33916 (ps-mule-show-warning): New function.
33917 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
33918 characters are found.
33919
33920 * ps-print.el (ps-header-footer-string): Return a list of header
33921 and footer strings.
33922
33923 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
33924
33925 * pcvs.el (cvs-retrieve-revision): Fix thinko.
33926
33927 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
33928
33929 * frame.el (blink-cursor-mode): Use define-minor-mode.
33930
33931 * term/mac-win.el (function-key-map): Use char-names more consistently.
33932 (file-name-coding-system): Only set it for MacOS-9. The other case is
33933 already handled in mule-cmds.el (where it also works when mac-win.el
33934 is not used).
33935
33936 2005-02-21 Kenichi Handa <handa@m17n.org>
33937
33938 * international/mule.el (ctext-pre-write-conversion): Always use
33939 " *code-converting-work*" buffer for work.
33940
33941 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
33942
33943 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
33944
33945 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
33946
33947 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
33948
33949 * ses.el (undo-more): Restore defadvice, but only the part that
33950 allows changes outside the restricted area of the buffer.
33951
33952 2005-02-20 Kim F. Storm <storm@cua.dk>
33953
33954 * simple.el (line-move): Add fourth optional arg try-vscroll which
33955 must be set to perform auto-window-vscroll.
33956 When moving backwards and doing auto-window-vscroll, automatically
33957 vscroll to the last part of lines which are taller than the window.
33958 (next-line, previous-line): Set try-vscroll arg on line-move.
33959
33960 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
33961
33962 * replace.el (query-replace, query-replace-regexp)
33963 (replace-string, replace-regexp): When operating on region, make
33964 the minibuffer prompt say so.
33965
33966 * isearch.el (isearch-forward): Document isearch-query-replace and
33967 isearch-query-replace-regexp keybindings.
33968
33969 2005-02-19 Jay Belanger <belanger@truman.edu>
33970
33971 * calc/calc-aent.el (math-read-token): Add local variable.
33972
33973 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
33974 (calc-edit-top): Move declaration to earlier in file.
33975 (calc-edit-macro-repeats): Add local variables.
33976
33977 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
33978 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
33979 calcFunc-tanh.
33980 Adjust integration rule for calcFunc-tan.
33981
33982 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
33983
33984 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
33985 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
33986 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
33987 (viper-skip-separators): Bug fix.
33988 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
33989 particular major mode.
33990 (viper-del-backward-char-in-replace): Don't put deleted char on the
33991 kill ring.
33992
33993 * viper-ex.el (viper-color-display-p): New function.
33994 (viper-has-face-support-p): Use viper-color-display-p.
33995
33996 * viper-keym.el (viper-gnus-modifier-map): New keymap.
33997
33998 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
33999
34000 * viper-util.el (viper-glob-unix-files): Fix shell status check.
34001 (viper-file-remote-p): Make equivalent to file-remote-p.
34002
34003 * viper.el (viper-major-mode-modifier-list):
34004 Use viper-gnus-modifier-map.
34005
34006 2005-02-19 David Kastrup <dak@gnu.org>
34007
34008 * subr.el (subregexp-context-p): Fix garbled doc string by adding
34009 quoting.
34010
34011 2005-02-19 Jay Belanger <belanger@truman.edu>
34012
34013 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
34014 Remove extra definitions.
34015 (calc-coth): New function.
34016 (calcFunc-cot): Fix `let'.
34017
34018 2005-02-19 Eli Zaretskii <eliz@gnu.org>
34019
34020 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
34021 the reasons we use "type pc" in these faces.
34022
34023 * button.el (button): Ditto.
34024
34025 2005-02-19 Michael Mauger <mmaug@yahoo.com>
34026
34027 * replace.el (query-replace-read-from): Set the value of
34028 query-replace-from-history-variable to handle the case of an empty
34029 string entered to accept the suggested default.
34030
34031 * net/tramp.el (tramp-file-name-for-operation):
34032 Use dired-call-process instead of dired-call-process-command.
34033
34034 2005-02-19 Jay Belanger <belanger@truman.edu>
34035
34036 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
34037 (math-div-non-trig): New variables.
34038 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
34039 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
34040 (math-combine-prod, math-div-symb-fancy): Add simplifications for
34041 trig expressions.
34042
34043 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
34044
34045 * progmodes/gdb-ui.el (gdb-var-update-handler)
34046 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
34047 for watch expressions,
34048 (gdb-var-create-handler): Don't set speedbar-update-flag.
34049 (gdb-post-prompt): Simplify test for speedbar.
34050
34051 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
34052
34053 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
34054 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
34055 we use the syntax table of the correct buffer.
34056 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
34057 Felix Gatzemeier.
34058
34059 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
34060 (ediff-file-remote-p): Make synonymous with file-remote-p.
34061 In all deffaces ediff-*-face-*, use min-colors.
34062
34063 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
34064 ediff-recurse-to-subdirectories.
34065 (ediff-mark-if-equal): Check that the arguments are strings, use
34066 ediff-same-contents (after to Felix Gatzemeier).
34067
34068 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
34069 nil.
34070
34071 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
34072
34073 * log-view.el (log-view-message-re): Fix up Subversion regexp.
34074
34075 2005-02-18 David Kastrup <dak@gnu.org>
34076
34077 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
34078 use `mark-active' when defined.
34079
34080 2005-02-18 Kenichi Handa <handa@m17n.org>
34081
34082 * ps-print.el (ps-font-info-database): New entry
34083 ZapfChancery-MediumItalic with correct font name. Fix font name
34084 of the entry Zapf-Chancery-MediumItalic.
34085
34086 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
34087
34088 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
34089
34090 2005-02-16 Kim F. Storm <storm@cua.dk>
34091
34092 * ido.el (ido-fallback-command): Pass user input to fallback command.
34093
34094 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
34095
34096 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
34097 (gdb-find-file-hook): Add server prefix.
34098
34099 2005-02-16 Richard M. Stallman <rms@gnu.org>
34100
34101 * replace.el (perform-replace): Pass new args to replace-highlight.
34102 (replace-highlight): Take region args,
34103 and pass them to isearch-lazy-highlight-new-loop.
34104
34105 * novice.el (disabled-command-hook): Autoload the defalias
34106 and the make-obsolete-variable call.
34107
34108 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
34109
34110 * isearch.el (isearch-lazy-highlight-start-limit)
34111 (isearch-lazy-highlight-end-limit): New variables limit
34112 the region for highlighting.
34113 (isearch-lazy-highlight-new-loop): New args BEG and END.
34114 (isearch-lazy-highlight-search): Use the new vars.
34115 (isearch-lazy-highlight-update): Likewise.
34116
34117 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
34118
34119 * cus-start.el (all): Use default-boundp.
34120
34121 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
34122
34123 * menu-bar.el (menu-bar-select-frame): Handle current frame.
34124
34125 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
34126
34127 * autorevert.el (auto-revert-stop-on-user-input)
34128 (auto-revert-verbose): Doc fixes.
34129
34130 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
34131
34132 * international/mule-cmds.el (set-locale-environment): Remove call
34133 to set-selection-coding-system on Windows.
34134
34135 2005-02-15 Jay Belanger <belanger@truman.edu>
34136
34137 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
34138 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
34139 calcFunc-coth.
34140 (math-simplify-sqrt): Add simplifications.
34141
34142 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
34143 to list.
34144
34145 * calc/calc-ext.el: Add functions to autoloads.
34146
34147 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
34148 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
34149 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
34150 (math-csc-raw, math-cot-raw): New functions.
34151
34152 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
34153
34154 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
34155 the variable name in a message.
34156
34157 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
34158 calcFunc-csc, calcFunc-cot.
34159
34160 * calc/calcalg2.el: Add derivative and integration rules for
34161 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
34162 calcFunc-csch, calcFunc-coth.
34163 (math-do-integral-methods): Add to checks for when to use
34164 substitutions.
34165
34166 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
34167
34168 2005-02-15 Lute Kamstra <lute@gnu.org>
34169
34170 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
34171 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
34172 <monnier@iro.umontreal.ca>.
34173 (lisp-outline-level): Improve efficiency. Suggested by David
34174 Kastrup <dak@gnu.org>.
34175
34176 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
34177
34178 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
34179 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
34180 (gdb-set-gud-minor-mode-existing-buffers): New functions.
34181 (gdb-find-file-hook): New hook. Add it to find-file-hook.
34182 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
34183
34184 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
34185
34186 * cus-start.el (all): Comment change.
34187
34188 2005-02-14 Lute Kamstra <lute@gnu.org>
34189
34190 * cus-start.el (all): Check if symbol is void.
34191
34192 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
34193
34194 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
34195 optional argument to \cite.
34196
34197 2005-02-14 Richard M. Stallman <rms@gnu.org>
34198
34199 * cus-edit.el (custom-buffer-create-internal): Update help message.
34200 (custom-magic-alist): Update help messages.
34201
34202 * cus-start.el (all): Allow a var to specify a standard value.
34203
34204 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
34205
34206 * custom.el (custom-theme-set-variables): Handle variable aliases.
34207
34208 * frame.el (blink-cursor-timer): Doc fix.
34209 (blink-cursor): Make it an alias for `blink-cursor-mode' and
34210 declare obsolete.
34211 (blink-cursor-mode): Define with defcustom and use correct
34212 standard expression in that defcustom.
34213 * startup.el (command-line): Adapt to above changes in frame.el.
34214
34215 2005-02-11 Lute Kamstra <lute@gnu.org>
34216
34217 * apropos.el (apropos-score-doc): Prevent division by zero.
34218
34219 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
34220
34221 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
34222 (icalendar--get-event-property-attributes)
34223 (icalendar--get-event-properties)
34224 (icalendar--datetime-to-diary-date): New functions.
34225 (icalendar--split-value): Doc fix.
34226 (icalendar--datetime-to-noneuropean-date)
34227 (icalendar--datetime-to-european-date): New optional argument
34228 SEPARATOR. Return result as a string instead of a list.
34229 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
34230 (icalendar--convert-string-for-export): Rename arg S to STRING.
34231 (icalendar-export-region): Doc fix. Change name of error buffer.
34232 Save output buffer.
34233 (icalendar-import-file): Add blank at end of prompt.
34234 (icalendar-import-buffer): Doc fix. Do not switch to error
34235 buffer. Indicate status in return value.
34236 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
34237 buffer. Save output buffer. Handle exception from recurrence
34238 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
34239 events. Fix problems with weekly all-day events.
34240
34241 2005-02-10 Richard M. Stallman <rms@gnu.org>
34242
34243 * simple.el (eval-expression-print-format):
34244 Avoid warning about edebug-active.
34245
34246 * help.el (help-for-help-internal): Rename from help-for-help.
34247 (help-for-help): Define with defalias.
34248
34249 * font-core.el (font-lock-default-function): Use with-no-warnings.
34250
34251 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
34252
34253 * custom.el (defface): Doc fix.
34254
34255 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
34256
34257 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
34258 width 0" to prevent word wrapping problems.
34259
34260 2005-02-09 Kim F. Storm <storm@cua.dk>
34261
34262 * ido.el (ido-file-extensions-order): New defcustom.
34263 (ido-file-extension-lessp, ido-file-extension-aux)
34264 (ido-file-extension-order): New advanced file ordering.
34265 (ido-file-lessp): New simple file ordering.
34266 (ido-sort-list): Remove.
34267 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
34268 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
34269
34270 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
34271
34272 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
34273 that some versions of grep produce.
34274 (grep-mode-font-lock-keywords): Likewise.
34275
34276 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
34277
34278 * progmodes/gdb-ui.el (gdb-location-list): New variable.
34279 (gdb-cdir): Delete.
34280 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
34281 (gdb-source-info): Treat case when source file is in another
34282 directory properly.
34283 (gdb-get-location): New function.
34284
34285 2005-02-07 Jay Belanger <belanger@truman.edu>
34286
34287 * calc/calc-prog.el (calc-write-parse-table-part)
34288 (calc-fix-token-name): Fix a check for language type.
34289
34290 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
34291
34292 2005-02-07 Andre Spiegel <spiegel@gnu.org>
34293
34294 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
34295 as directory not writable.
34296
34297 2005-02-07 Kim F. Storm <storm@cua.dk>
34298
34299 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
34300 (cua--standard-movement-commands): Remove list.
34301 Instead, set CUA property value to move for movement commands.
34302 (cua-movement-commands): Remove. Users must set CUA prop instead.
34303 (cua--pre-command-handler): Check CUA property.
34304 (cua--init-keymaps): Don't remap undo commands.
34305 (cua-mode): Don't call cua--rectangle-on-off.
34306
34307 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
34308 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
34309 (cua--rect-undo-set-point): New var.
34310 (cua--rectangle-undo-boundary): Setup undo apply entry.
34311 (cua--rect-undo-handler): New function for rectangle undo.
34312 (cua--rect-start-position, cua--rect-end-position): Add.
34313 (cua--rectangle-post-command): Call cua--rectangle-set-corners
34314 for restored rectangle. Set point if cua--rect-undo-set-point.
34315
34316 2005-02-06 Jay Belanger <belanger@truman.edu>
34317
34318 * calc/calc-lang.el (calc-tex-language): Display more information
34319 in messages.
34320
34321 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
34322 in TeX mode.
34323
34324 2005-02-06 Richard M. Stallman <rms@gnu.org>
34325
34326 * emacs-lisp/lisp.el (buffer-end): Doc fix.
34327
34328 2005-02-05 Arne J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
34329
34330 * net/ldap.el (ldap-search-internal): Support attributes with
34331 optional descriptions separated by a semi-colon, as in
34332 "userCertificate;binary".
34333
34334 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
34335
34336 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
34337 isn't a cons (i.e. the version is 0).
34338
34339 2005-02-05 Eli Zaretskii <eliz@gnu.org>
34340
34341 * help.el (help-for-help): Doc fix.
34342
34343 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
34344
34345 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
34346 GDB-Windows on the menu-bar as this works better.
34347
34348 2005-02-04 Jay Belanger <belanger@truman.edu>
34349
34350 * calc/calc-embed.el (calc-embedded-update): Don't put in
34351 unnecessary newlines. Adjust the end of formula marker.
34352
34353 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
34354 (math-latex-parse-two-args): New function.
34355
34356 2005-02-03 Lute Kamstra <lute@gnu.org>
34357
34358 * help-fns.el (help-with-tutorial): Make sure that users cannot
34359 remove the entire text of the tutorial by means of `undo'.
34360
34361 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
34362
34363 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
34364 in recent changes, where the ispell process was repeatedly
34365 killed & restarted.
34366
34367 * international/mule-cmds.el (set-locale-environment): Set file-name
34368 coding system to utf-8 on Darwin systems.
34369 (set-default-coding-systems): Don't set default-file-name-coding-system
34370 on Darwin systems.
34371
34372 2005-02-03 Richard M. Stallman <rms@gnu.org>
34373
34374 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
34375
34376 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
34377
34378 * faces.el (list-faces-display): Add optional argument.
34379
34380 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
34381
34382 * font-core.el (font-lock-default-function): Handle the rare case where
34383 only font-lock-keywords is set.
34384
34385 2005-02-02 Kenichi Handa <handa@m17n.org>
34386
34387 * international/characters.el: Cancel previous change for
34388 I-WITH-DOT-ABOVE and DOTLESS-i.
34389
34390 * international/latin-5.el: Cancel previous change.
34391
34392 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
34393
34394 * progmodes/gud.el: Correction to syntax in gud-menu-map.
34395
34396 2005-02-02 Kenichi Handa <handa@m17n.org>
34397
34398 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
34399 DOTLESS-i.
34400
34401 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
34402 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
34403
34404 * case-table.el (get-upcase-table): New function.
34405 (copy-case-table): Copy upcaes table too if non-nil.
34406 (set-case-syntax-delims): Maintain upcase table too.
34407 (set-case-syntax-pair): Likewise.
34408 (set-upcase-syntax, set-downcase-syntax): New functions.
34409 (set-case-syntax): Maintain upcase table too.
34410
34411 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
34412
34413 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
34414
34415 * progmodes/gud.el (gud-goto-info): New function.
34416 (gud-tool-bar-map): Use correct icon.
34417
34418 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
34419
34420 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
34421 When delegating, order args in the funcall correctly.
34422
34423 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
34424
34425 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
34426
34427 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
34428
34429 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
34430 buffer not visiting a file.
34431
34432 2005-01-31 Jay Belanger <belanger@truman.edu>
34433
34434 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
34435 bound on the line with the formula.
34436
34437 2005-01-31 Kim F. Storm <storm@cua.dk>
34438
34439 * ses.el (ses-create-cell-variable-range)
34440 (ses-destroy-cell-variable-range, ses-reset-header-string)
34441 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
34442 (ses-insert-row): Fix format of apply undo entries.
34443
34444 2005-01-31 Jay Belanger <belanger@truman.edu>
34445
34446 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
34447 parts.
34448
34449 * calc/calc-embed.el (calc-embedded-open-formula)
34450 (calc-embedded-close-formula): Ignore matrix environments.
34451
34452 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
34453 TeX mode.
34454
34455 * calc/calc-lang.el (math-function-table, math-oper-table)
34456 (math-variable-table): Adjust the LaTeX portions.
34457
34458 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
34459 (math-latex-ignore-words): New constant.
34460
34461 2005-01-31 Richard M. Stallman <rms@gnu.org>
34462
34463 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
34464 (ispell-local-dictionary): Doc fix.
34465 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
34466 Don't reinitialize at run time. Don't defcustom.
34467 All uses changed to append ispell-local-dictionary-alist,
34468 or check it first.
34469 (ispell-current-dictionary): New variable for dictionary in use.
34470 (ispell-dictionary): Now used only for global default.
34471 (ispell-start-process): Set ispell-current-dictionary,
34472 not ispell-dictionary.
34473 (ispell-change-dictionary): Use this only for setting
34474 user preferences.
34475 (ispell-internal-change-dictionary): New function
34476 to change the current dictionary in use.
34477 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
34478 Use ispell-current-dictionary.
34479 Handle ispell-local-dictionary-overridden.
34480 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
34481
34482 2005-01-31 Jay Belanger <belanger@truman.edu>
34483
34484 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
34485
34486 * calc/calc-ext.el: Add calc-latex-language to autoloads.
34487 (calc-mode-map): Add calc-latex-language.
34488
34489 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
34490 (math-latex-print-frac): New functions.
34491 (math-oper-table, math-function-table, math-variable-table)
34492 (math-complex-format, math-input-filter): Add latex properties.
34493 (calc-set-language): Set math-expr-special-function-mapping.
34494
34495 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
34496 (calc-write-parse-table-part): Add LaTeX support.
34497
34498 * calc/calc.el (calc-language): Adjust docstring.
34499 (calc-set-mode-line): Add LaTeX support.
34500 (math-expr-special-function-mapping): New variable.
34501 (math-tex-ignore-words): Add to list.
34502
34503 * calc/calccomp.el (math-compose-expr, math-compose-rows):
34504 Add LaTeX support.
34505 (math-compose-expr): Add support for special functions.
34506
34507 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
34508
34509 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
34510
34511 * progmodes/gdb-ui.el (gdb-memory-address)
34512 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
34513 (gdb-memory-mode-map, gdb-memory-format-keymap)
34514 (gdb-memory-format-menu, gdb-memory-unit-keymap)
34515 (gdb-memory-unit-menu): New variables for a buffer
34516 that lets the user examine program memory.
34517 (gdb-memory-set-address, gdb-memory-set-repeat-count)
34518 (gdb-memory-format-binary, gdb-memory-format-octal)
34519 (gdb-memory-format-unsigned, gdb-memory-format-signed)
34520 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
34521 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
34522 (gdb-memory-unit-word, gdb-memory-unit-halfword)
34523 (gdb-memory-unit-byte, gdb-memory-unit-menu)
34524 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
34525 (gdb-memory-mode, gdb-memory-buffer-name)
34526 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
34527 New functions for above buffer.
34528
34529 2005-01-30 Richard M. Stallman <rms@gnu.org>
34530
34531 * cus-edit.el (custom-bury-buffer): Function deleted.
34532 (custom-buffer-done-function): Option deleted.
34533 (custom-buffer-done-kill): New replacement option.
34534 (Custom-buffer-done): Call quit-window.
34535 (custom-buffer-create-internal): Update for above changes.
34536
34537 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
34538
34539 * simple.el (undo-ask-before-discard): New var.
34540 (undo-outer-limit-truncate): Implement it.
34541 (undo-extra-outer-limit): Doc update.
34542
34543 2005-01-29 Richard M. Stallman <rms@gnu.org>
34544
34545 * ses.el (undo-more): Delete defadvice.
34546 (ses-begin-change): Doc fix.
34547
34548 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
34549 instead of rebinding C-x u and C-_.
34550
34551 * files.el (normal-backup-enable-predicate): Return nil for files
34552 in /tmp, regardless of temporary-file-directory.
34553
34554 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
34555
34556 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
34557 (open-rectangle, delete-whitespace-rectangle-line)
34558 (clear-rectangle-line): If FILL, pass t instead of FILL
34559 for move-to-column's 2nd arg.
34560
34561 * simple.el (undo): Fix the test for continuing a series of undos.
34562 (undo-more): Set pending-undo-list to t when we reach end.
34563 (pending-undo-list): Move up defvar.
34564
34565 * wid-edit.el (widget-button-click):
34566 Shorten the range of the track-mouse binding.
34567
34568 * comint.el (comint-insert-input): Undo previous changes;
34569 use last-input-event in interactive spec.
34570
34571 2005-01-29 Eli Zaretskii <eliz@gnu.org>
34572
34573 * progmodes/compile.el (compilation-start): Bind buffer-read-only
34574 to nil before invoking call-process. Reset buffer's modified flag
34575 after fontifying it in the no-async branch.
34576
34577 * wid-edit.el (widget-specify-button): If mouse pointer shape
34578 cannot be changed, use mouse face instead.
34579
34580 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
34581
34582 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
34583 (gdb-goto-breakpoint): Make breakpoint handling work on template
34584 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>.
34585 (gdb-assembler-custom): Update to recognize breakpoint information
34586 added on 2005-01-19.
34587
34588 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
34589
34590 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
34591 (dsssl-mode): Use define-derived-mode.
34592 (scheme-mode-initialize): Remove.
34593 (scheme-mode): Use run-mode-hooks.
34594
34595 * cus-edit.el (customize-group-other-window)
34596 (custom-buffer-create-other-window): Don't override special-display-*.
34597 (custom-mode-map): Make it dense.
34598
34599 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
34600 sets the default value.
34601
34602 2005-01-28 Eli Zaretskii <eliz@gnu.org>
34603
34604 * descr-text.el: Add more keywords.
34605
34606 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
34607
34608 * speedbar.el: Avoid unnecessary use of locate-library.
34609
34610 * international/mule-cmds.el (standard-display-european-internal):
34611 Don't fiddle with latin-1 non-break space any more since it's now
34612 special cased in the C code.
34613 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
34614
34615 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
34616
34617 * cus-start.el (all): Add `undo-outer-limit'.
34618
34619 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
34620
34621 * textmodes/bibtex.el (bibtex-format-entry):
34622 Use `bibtex-empty-field-re' only on the text of fields, not on entire
34623 field lines.
34624 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
34625 not on part of a buffer.
34626
34627 2005-01-25 Lute Kamstra <lute@gnu.org>
34628
34629 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
34630 nonempty field text strings like "{letters\\macro{}more letters}".
34631 Clarify docstring.
34632 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
34633 (bibtex-entry-offset, bibtex-parse-association)
34634 (bibtex-parse-field-name): Fix typos in docstrings.
34635 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
34636
34637 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
34638
34639 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
34640 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
34641 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
34642 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
34643
34644 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
34645 isearch minor mode.
34646
34647 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
34648
34649 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
34650
34651 2005-01-24 Lute Kamstra <lute@gnu.org>
34652
34653 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
34654 CASECHARS and NOT-CASECHARS regular expressions of the
34655 "nederlands" and "nederlands8" dictionaries to prevent a "Range
34656 striding over charsets" error.
34657
34658 2005-01-24 Jay Belanger <belanger@truman.edu>
34659
34660 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
34661 display variable name.
34662
34663 2005-01-24 Kenichi Handa <handa@m17n.org>
34664
34665 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
34666 Fix setting of the element of encoded-kbd-iso2022-invocations.
34667
34668 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
34669
34670 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
34671 (gdb-threads-select): Change to also accept mouse events.
34672 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
34673 (gdb-threads-mouse-select): Delete.
34674
34675 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
34676
34677 * files.el (insert-directory): Take care of empty directory,
34678 listed without -a switch.
34679
34680 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
34681
34682 * textmodes/refill.el (refill-post-command-function):
34683 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
34684 to the list of functions that we should be careful not to undo.
34685 (refill-late-fill-paragraph-function): Remove.
34686 (refill-saved-state): New var.
34687 (refill-mode): Use it to save fill-paragraph-function.
34688 Save also the value of auto-fill-function.
34689
34690 * term/w32-win.el: Simplify code.
34691
34692 2005-01-23 Kim F. Storm <storm@cua.dk>
34693
34694 * simple.el (line-move): Adapt to new return value from
34695 pos-visible-in-window-p.
34696
34697 * simple.el (line-move): Fix last change. Check partial
34698 visibility at point rather than at window-start.
34699
34700 2005-01-22 Jason Rumney <jasonr@gnu.org>
34701
34702 * term/w32-win.el (xw-defined-colors): Remove debug-message.
34703
34704 2005-01-22 David Kastrup <dak@gnu.org>
34705
34706 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
34707
34708 2005-01-22 Eli Zaretskii <eliz@gnu.org>
34709
34710 * type-break.el (type-break-mode): Add a test for
34711 type-break-file-name being non-nil.
34712
34713 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
34714
34715 * net/eudc.el (top level): Call (message "") via progn, so that
34716 eudc-options-file is loaded.
34717
34718 2005-01-22 Kim F. Storm <storm@cua.dk>
34719
34720 * simple.el (line-move-1): Rename from line-move.
34721 (line-move): New function that adjusts vscroll for partially
34722 visible rows, and calls line-move-1 otherwise.
34723
34724 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
34725
34726 * pcomplete.el: Define pcomplete-read-event instead of read-event,
34727 since it's not a complete read-event implementation.
34728
34729 2005-01-20 Jay Belanger <belanger@truman.edu>
34730
34731 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
34732 for called function.
34733
34734 2005-01-20 Steven Tamm <steventamm@mac.com>
34735
34736 * term/mac-win.el (process-connection-type): Remove.
34737 Controlled now by s/darwin.h:PTY_ITERATION.
34738
34739 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
34740
34741 * window.el (handle-select-window): Don't switch window when we're
34742 in the minibuffer.
34743
34744 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
34745
34746 * subr.el (dotimes-with-progress-reporter): New macro.
34747
34748 * ses.el (ses-dotimes-msg): Remove macro.
34749 Use `dotimes-with-progress-reporter' instead.
34750
34751 2005-01-19 Steven Tamm <steventamm@mac.com>
34752
34753 * term/mac-win.el (process-connection-type): Use new
34754 operating-system-release variable to use ptys on Darwin 7 (OS X
34755 10.3) when using carbon build.
34756
34757 2005-01-19 Jay Belanger <belanger@truman.edu>
34758
34759 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
34760 flags if the last command was a tab or M-tab.
34761
34762 * calc/calc-prog.el (calc-user-define-edit): Put original formula
34763 in formula editing buffer.
34764
34765 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
34766
34767 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
34768 breakpoint image symbol in margin.
34769
34770 2005-01-19 Jay Belanger <belanger@truman.edu>
34771
34772 * calc/calc-prog.el (calc-execute-kbd-macro):
34773 Ignore calc-keep-arg-flag.
34774
34775 2005-01-19 Kenichi Handa <handa@m17n.org>
34776
34777 * textmodes/ispell.el (ispell-looking-at): New function.
34778 (ispell-process-line): Use ispell-looking-at to compare the ispell
34779 output and the buffer contents.
34780
34781 2005-01-18 Jay Belanger <belanger@truman.edu>
34782
34783 * calc/calc.el (calc-display-raw): Fix docstring.
34784
34785 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
34786
34787 * simple.el (blink-matching-open): Strip extra info from syntax.
34788
34789 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
34790 funny chars in the end-of-here-doc marker.
34791
34792 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
34793
34794 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
34795 that enable/disabled state of breakpoints is shown correctly in
34796 fringe and on ttys.
34797 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
34798 Add breakpoint information as text properties.
34799 (gdb-mouse-toggle-breakpoint):
34800 Rename to gdb-mouse-set-clear-breakpoint.
34801 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
34802 breakpoints in the margin.
34803 (gdb-remove-strings): Simplify.
34804
34805 2005-01-17 Jay Belanger <belanger@truman.edu>
34806
34807 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
34808 erasing buffer.
34809
34810 2005-01-17 Richard M. Stallman <rms@gnu.org>
34811
34812 * progmodes/grep.el (grep-find): Copy from `grep' the condition
34813 for calling grep-compute-defaults.
34814
34815 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
34816 if buffer is empty.
34817
34818 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
34819
34820 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
34821
34822 * hilit-chg.el (highlight-changes-mode): Don't autoload.
34823
34824 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
34825 non-preloaded variables.
34826
34827 2005-01-17 Steven Tamm <steventamm@mac.com>
34828
34829 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
34830 tex-shell cause to force interactivity when using pipes.
34831
34832 2005-01-17 Kim F. Storm <storm@cua.dk>
34833
34834 * simple.el (just-one-space): Make arg optional.
34835
34836 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
34837
34838 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
34839 posn-at-x-y to t to access left-margin.
34840
34841 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
34842
34843 Sync with Tramp 2.0.47.
34844
34845 * net/tramp.el (tramp-operation-not-permitted-regexp): New defcustom,
34846 catching keep-date problems in cp/scp operations.
34847 (tramp-handle-copy-file): Don't call `set-file-modes'
34848 unconditionally. Specialized functions should know better what is
34849 necessary. This improves performance a little bit, and the
34850 functions could catch errors with `cp -p' and `scp -p'.
34851 (tramp-do-copy-or-rename-file-via-buffer)
34852 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
34853 when appropriate.
34854 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
34855 Call `set-file-modes' when appropriate.
34856 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
34857 Johnsson <isak@hypergene.com>.
34858 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
34859 of both Tramp buffer and debug buffer. Reported by Joakim Verona
34860 <joakim@verona.se>.
34861 (tramp-file-name-for-operation): Mark `shell-command' as magic for
34862 Emacs only.
34863
34864 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
34865 `find-file-hooks' and `dired-mode-hook'.
34866 (tramp-minor-mode-map): Respective map. Add remapping for
34867 `compile' and `recompile'.
34868 (tramp-remap-command, tramp-recompile): New defuns.
34869 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
34870 in buffer "*Compilation*". Call the commands asynchronously.
34871
34872 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
34873 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
34874 `shell-command', because it isn't magic in XEmacs. Reported by
34875 Adrian Aichner <adrian@xemacs.org>.
34876
34877 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
34878 `substitute-in-file-name.
34879 (tramp-smb-handle-substitute-in-file-name): New defun.
34880 (tramp-smb-advice-PC-do-completion): Delete advice.
34881
34882 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
34883
34884 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
34885 Fix error in deleting region.
34886
34887 2005-01-15 Richard M. Stallman <rms@gnu.org>
34888
34889 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
34890 In non-temp buffer, switch syntax table temporarily.
34891
34892 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
34893
34894 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
34895
34896 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
34897
34898 * imenu.el (imenu--split-menu): Copy menulist before sorting.
34899 (imenu--generic-function): Use START, not BEG, as pos of definition.
34900
34901 * simple.el (just-one-space): Argument specifies number of spaces.
34902
34903 * simple.el (eval-expression-print-format): Avoid warning
34904 about edebug-active.
34905
34906 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (tiny change)
34907
34908 * progmodes/sh-script.el: Code copied from make-mode.el
34909 with small changes,
34910 (sh-mode-map): Bind C-c C-\.
34911 (sh-backslash-column, sh-backslash-align): New variables.
34912 (sh-backslash-region, sh-append-backslash): New functions.
34913
34914 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
34915
34916 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
34917 (rmail-pop-password, rmail-pop-password-required): Move to
34918 rmail-obsolete group.
34919 (rmail-set-pop-password): Rename to rmail-set-remote-password.
34920 All callers updated.
34921 (rmail-get-pop-password): Rename to rmail-get-remote-password.
34922 Take an argument specifying whether it is POP or IMAP mailbox we
34923 are using. All callers updated.
34924 (rmail-pop-password-error): Rename to
34925 rmail-remote-password-error. Added mailutils-specific error message.
34926 (rmail-movemail-search-path)
34927 (rmail-movemail-variant-in-use): New variables.
34928 (rmail-remote-password, rmail-remote-password-required):
34929 New customization variables.
34930 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
34931 (rmail-parse-url): New function.
34932 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
34933 with GNU mailutils movemail.
34934
34935 2005-01-15 Kevin Ryde <user42@zip.com.au>
34936
34937 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
34938 suffix to space, $ or '$, to correctly position point when going
34939 to @table style constants like DBL_MAX.
34940
34941 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
34942
34943 * type-break.el (type-break-mode, type-break-file-time)
34944 (type-break-file-keystroke-count, type-break-choose-file):
34945 Don't store data in or load data from the file if type-break-file-name
34946 is nil.
34947 (type-break-file-name): Doc update as per the above.
34948
34949 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
34950
34951 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
34952 lookup-key might return nil; handle that.
34953
34954 2005-01-15 Alan Mackenzie <acm@muc.de>
34955
34956 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
34957 rather than the element found, thus enabling the tree to be setcar'd.
34958
34959 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
34960
34961 * textmodes/org.el (org-show-following-heading): New option.
34962 (org-show-hierarchy-above): Use `org-show-following-heading'.
34963 (org-cycle): Documentation fix.
34964
34965 * textmodes/org.el (orgtbl-optimized): New option
34966 (orgtbl-mode): New command, a minor mode.
34967 (orgtbl-mode-map): New variable.
34968 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
34969 (orgtbl-error, orgtbl-self-insert-command)
34970 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
34971
34972 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
34973 a local variable in each org-mode buffer.
34974
34975 * textmodes/org.el (org-set-regexps-and-options): Rename from
34976 `org-set-regexps'. Added checking for STARTUP keyword.
34977 (org-get-current-options): Add STARTUP options.
34978 (org-table-insert-row): Make mode intelligent about when
34979 realignment is needed.
34980 (org-self-insert-command, org-delete-backward-char, org-delete-char):
34981 New commands.
34982 (org-enable-table-editor): New default value `optimized'.
34983 (org-table-blank-field): Support blanking regions if active.
34984
34985 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
34986
34987 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
34988 if the year is not given.
34989
34990 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
34991 Add new escapes %m and %M, fixed bug with %F by adding
34992 save-match-data.
34993 (reftex-reference): Remove ?. from list of spaces.
34994 (reftex-label-info): Add automatic label prefix recognition.
34995
34996 * textmodes/reftex-index.el (reftex-index-next-phrase):
34997 Add slave parameter to call of `reftex-index-this-phrase'.
34998 (reftex-index-this-phrase): New optional argument.
34999 (reftex-index-region-phrases): Add slave parameter to call of
35000 `reftex-index-this-phrase'.
35001 (reftex-display-index): New argument redo.
35002 (reftex-index-rescan): Add `redo' to arguments of
35003 `reftex-display-index'.
35004 (reftex-index-Rescan, reftex-index-revert)
35005 (reftex-index-switch-index-tag): Add `redo' to arguments of
35006 `reftex-display-index'.
35007 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
35008 indexing. Fix bug with matching is there is a quote before or
35009 after the word.
35010
35011 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
35012 Fix bug when collecting citation keys in lines with comments.
35013 (reftex-citation): Prefix argument no longer rescans the document,
35014 but forces prompting for optional arguments of cite macros.
35015 (reftex-do-citation): Prompting for optional arguments implemented.
35016
35017 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
35018 Add optional arguments to most cite commands.
35019 (reftex-cite-cleanup-optional-args): New option
35020 (reftex-cite-prompt-optional-args): New option.
35021 (reftex-trust-label-prefix): New option.
35022
35023 * textmodes/reftex-toc.el (reftex-toc-find-section):
35024 Add push-mark before changing the position in the buffer.
35025
35026 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
35027 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
35028
35029 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
35030
35031 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
35032 more carefully.
35033
35034 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
35035
35036 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
35037 (sgml-mode): Use it.
35038 (sgml-get-context): Better keep track of implicitly closed tags.
35039
35040 2005-01-13 Kenichi Handa <handa@m17n.org>
35041
35042 * textmodes/ispell.el: These changes are to fix misalignment error
35043 caused by equivalent characters of different Emacs charsets.
35044 (ispell-unified-chars-table): New variable.
35045 (ispell-get-decoded-string): New function.
35046 (ispell-get-casechars, ispell-get-not-casechars)
35047 (ispell-get-otherchars): Call ispell-get-decoded-string.
35048
35049 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
35050
35051 * custom.el (custom-declare-variable): Just put symbol instead
35052 of (defvar . symbol) in `current-load-list'.
35053
35054 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
35055
35056 * emacs-lisp/elint.el: Fixed typo in Commentary section.
35057
35058 2005-01-12 Jay Belanger <belanger@truman.edu>
35059
35060 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
35061 to create a Calc summary.
35062
35063 2005-01-12 Kim F. Storm <storm@cua.dk>
35064
35065 * mouse.el (mouse-on-link-p): Change functionality and doc
35066 string to comply with latest description in lisp ref.
35067
35068 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
35069
35070 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
35071 Enable mouse clicks on mode-line, header-line and margin.
35072 (event-type): Give mouse event symbols an `event-kind' property
35073 with value `mouse-click'.
35074
35075 2005-01-12 Juri Linkov <juri@jurta.org>
35076
35077 * facemenu.el (list-colors-display): Add new arg buffer-name.
35078 Use it. Fix docstring. Replace code for identifying duplicate
35079 colors by the name with call to `list-colors-duplicates' which
35080 identifies duplicate colors by the value unless the color
35081 is one of special Windows colors. Set truncate-lines to t.
35082 Print sorted duplicate color names on each line. Indent to 22
35083 \(the longest color name in rgb.txt) instead of 20. Optimize.
35084 (list-colors-duplicates): New function.
35085 (facemenu-color-name-equal): Delete function.
35086
35087 * facemenu.el (list-colors-print): New function created from code
35088 in list-colors-display. Print #RRGGBB at the window right edge.
35089 (list-colors-display): When temp-buffer-show-function is not
35090 defined, call list-colors-print from temp-buffer-show-hook
35091 to get the right value of window-width in list-colors-print
35092 after the buffer is displayed.
35093
35094 * simple.el (pop-mark): Move deactivate-mark out of conditional
35095 part to deactivate the active mark regardless of the state of the
35096 mark ring.
35097
35098 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
35099 variables line in desktop files.
35100
35101 2005-01-12 Juri Linkov <juri@jurta.org>
35102
35103 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
35104 Bring together isearch highlight related options.
35105 (lazy-highlight): Replace group `replace' by `matching'.
35106 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
35107 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
35108 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
35109 and declare them obsolete.
35110 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
35111 (isearch-faces): Remove defgroup.
35112 (isearch-overlay, isearch-highlight, isearch-dehighlight):
35113 Move isearch highlighting code closer to lazy highlighting code.
35114
35115 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
35116 (query-replace-highlight, query-replace-lazy-highlight)
35117 (query-replace): Move definitions to the beginning of the file.
35118
35119 2005-01-11 Juri Linkov <juri@jurta.org>
35120
35121 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
35122 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
35123 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
35124
35125 * info.el (Info-history-forward): New variable.
35126 (Info-select-node): Reset Info-history-forward to nil.
35127 (Info-last): Turn into defalias.
35128 (Info-history-back): Rename from Info-last.
35129 Add current node to Info-history-forward.
35130 (Info-history-forward): New fun.
35131 (Info-mode-map): Replace Info-last by Info-history-back.
35132 Bind Info-history-forward to "r".
35133 (Info-mode-menu): Replace Info-last by Info-history-back.
35134 Fix menu item text. Add menu item for Info-history-forward.
35135 (info-tool-bar-map): Replace Info-last by Info-history-back.
35136 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
35137 for Info-history-forward.
35138 (Info-mode): Replace Info-last by Info-history-back in docstring.
35139 Add local variable Info-history-forward.
35140 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
35141
35142 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
35143
35144 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
35145 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
35146 Ignore select-window events rather than fiddle with
35147 mouse-autoselect-window.
35148
35149 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
35150
35151 * type-break.el (type-break-mode): Fix previous change.
35152
35153 2005-01-10 Jay Belanger <belanger@truman.edu>
35154
35155 * calc/calc-ext.el (calc-reset): Reset when inside embedded
35156 calculator; only reset when point is inside a calculator.
35157 Don't adjust the window height if the window takes up the whole height
35158 of the frame.
35159
35160 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
35161
35162 * ebuff-menu.el (Electric-buffer-menu-mode):
35163 Preserve value of buffer-local var header-line-format.
35164
35165 2005-01-09 Jay Belanger <belanger@truman.edu>
35166
35167 * calc/calc.el (calc-mode-var-list-restore-saved-values):
35168 Make sure settings file exists before accessing it.
35169
35170 * calc/calc-embed.el (calc-embedded-subst):
35171 Replace math-multi-subst-rec, which is only supposed to be called
35172 by math-multi-subst, by math-multi-subst.
35173
35174 2005-01-09 Andre Spiegel <spiegel@gnu.org>
35175
35176 * vc.el (vc-allow-async-revert): New user option.
35177 (vc-disable-async-diff): New internal variable.
35178 (vc-revert-buffer): Use them to disable asynchronous diff.
35179
35180 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
35181 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
35182 asynchronously if vc-disable-async-diff is t.
35183
35184 2005-01-09 Jay Belanger <belanger@truman.edu>
35185
35186 * calc/calc.el (defcalcmodevar): New macro.
35187 (calc-mode-var-list-restore-default-values)
35188 (calc-mode-var-list-restore-saved-values): New functions.
35189 (calc-mode-var-list): Use defcalcmodevar to define it.
35190 (calc-always-load-extensions, calc-line-numbering)
35191 (calc-line-breaking, calc-display-just, calc-display-origin)
35192 (calc-number-radix, calc-leading-zeros, calc-group-digits)
35193 (calc-group-char, calc-point-char, calc-frac-format)
35194 (calc-prefer-frac, calc-hms-format, calc-date-format)
35195 (calc-float-format, calc-full-float-format, calc-complex-format)
35196 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
35197 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
35198 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
35199 (calc-matrix-brackets, calc-language, calc-language-option)
35200 (calc-left-label, calc-right-label, calc-word-size)
35201 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
35202 (calc-display-raw, calc-internal-prec, calc-angle-mode)
35203 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
35204 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
35205 (calc-window-height, calc-display-trail, calc-show-selections)
35206 (calc-use-selections, calc-assoc-selections)
35207 (calc-display-working-message, calc-auto-why, calc-timing)
35208 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
35209 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
35210 (calc-gnuplot-default-device, calc-gnuplot-default-output)
35211 (calc-gnuplot-print-device, calc-gnuplot-print-output)
35212 (calc-gnuplot-geometry, calc-graph-default-resolution)
35213 (calc-graph-default-resolution-3d, calc-invocation-macro)
35214 (calc-show-banner): Use defcalcmodevar to declare them and set
35215 their default values.
35216
35217 * calc/calc-ext.el (calc-reset): Restore saved values of variables
35218 instead of default values (but restore default values if there is
35219 an argument of 0).
35220
35221 2005-01-09 David Kastrup <dak@gnu.org>
35222
35223 * desktop.el (desktop-restore-eager): Fix typo in type.
35224
35225 2005-01-08 Richard M. Stallman <rms@gnu.org>
35226
35227 * cus-edit.el (customize): Delete :link.
35228
35229 2005-01-08 Jay Belanger <belanger@truman.edu>
35230
35231 * calc/calc.el (calc-mode): Remove the extension from the
35232 `calc-settings-file' file name when loading it.
35233
35234 2005-01-08 Kim F. Storm <storm@cua.dk>
35235
35236 * info.el (Info-mode-map, Info-next-link-keymap)
35237 (Info-prev-link-keymap, Info-up-link-keymap):
35238 Map follow-link to mouse-face.
35239 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
35240
35241 2005-01-08 Jay Belanger <belanger@truman.edu>
35242
35243 * calc/calc.el (calc-settings-file): Change default value.
35244 Suggested by cgw in a comment in calc-mode.el.
35245
35246 * calc/calc-mode.el (calc-settings-file-name):
35247 Compare calc-settings-file to user-init-file instead of ~/.emacs.
35248 Replace ~/.emacs in a prompt by calc-settings-file.
35249
35250 2005-01-07 Lars Hansen <larsh@math.ku.dk>
35251
35252 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
35253 (desktop-lazy-idle-delay): New customizable variables.
35254 (desktop-buffer-args-list): New variable.
35255 (desktop-append-buffer-args): New function.
35256 (desktop-save): Call desktop-append-buffer-args for some buffers.
35257 (desktop-lazy-create-buffer): New function.
35258 (desktop-idle-create-buffers): New function.
35259 (desktop-read): Add message about buffers to restore lazily.
35260 (desktop-lazy-abort): New command.
35261 (desktop-clear): Call desktop-lazy-abort.
35262 (desktop-lazy-complete): New command.
35263
35264 2005-01-06 Richard M. Stallman <rms@gnu.org>
35265
35266 * emacs-lisp/find-func.el (find-face-definition):
35267 Rename from find-face.
35268
35269 2005-01-06 Kim F. Storm <storm@cua.dk>
35270
35271 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
35272
35273 * man.el (Man-xref-man-page, Man-xref-header-file)
35274 (Man-xref-normal-file): Add follow-link property.
35275
35276 2005-01-06 Jay Belanger <belanger@truman.edu>
35277
35278 * calc/calc-units.el: Make sure the proper macro definitions are
35279 available when compiling.
35280
35281 2005-01-06 Juri Linkov <juri@jurta.org>
35282
35283 * isearch.el (isearch-lazy-highlight-update):
35284 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
35285
35286 2005-01-06 Miles Bader <miles@gnu.org>
35287
35288 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
35289 (isearch-lazy-highlight-face): Use new name.
35290
35291 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
35292
35293 * uniquify.el (uniquify-rationalize-file-buffer-names):
35294 Re-add an interactive spec.
35295 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
35296 to the same name.
35297
35298 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
35299 (isearch-update, isearch-done): Adjust calls accordingly.
35300
35301 2005-01-05 Richard M. Stallman <rms@gnu.org>
35302
35303 * custom.el (custom-set-variables, custom-theme-set-variables):
35304 Clarify documentation.
35305
35306 * emacs-lisp/find-func.el (find-variable)
35307 (find-variable-other-window, find-variable-other-frame):
35308 Fix the TYPE args to find-function-read and find-function-do-it.
35309 (find-function): Doc fix.
35310 (find-function-at-point): Replace function-at-point alias.
35311
35312 2005-01-04 Richard M. Stallman <rms@gnu.org>
35313
35314 * cus-face.el (custom-declare-face):
35315 Record defface in current-load-list.
35316
35317 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
35318
35319 * emacs-lisp/find-func.el: Doc fixes.
35320 (find-face-regexp): New variable.
35321 (find-function-regexp-alist): New variable.
35322 (find-function-C-source): Third arg is now TYPE.
35323 (find-function-search-for-symbol): Handle general TYPE.
35324 (find-function-read, find-function-do-it): Handle general TYPE.
35325 (find-definition-noselect, find-face): New functions.
35326 (function-at-point): Alias deleted.
35327
35328 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
35329
35330 * battery.el (display-battery-mode): Rename from display-battery.
35331 Handle the case where it gets turned off.
35332
35333 2005-01-04 Richard M. Stallman <rms@gnu.org>
35334
35335 * cus-edit.el (customize): Make :link point to user doc.
35336
35337 * man.el (Man-fontify-manpage): Turn off undo generation.
35338
35339 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
35340
35341 2005-01-04 Andreas Schwab <schwab@suse.de>
35342
35343 * files.el (insert-directory): Only look for error lines in
35344 inserted text. Don't move too far after processing --dired markers.
35345
35346 2005-01-04 Richard M. Stallman <rms@gnu.org>
35347
35348 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
35349 Don't expand if the character is @, period, dash, etc.
35350 (define-mail-abbrev): Quote names that contain problem characters.
35351
35352 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
35353
35354 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
35355
35356 2005-01-03 Richard M. Stallman <rms@gnu.org>
35357
35358 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
35359 (query-replace-highlight, query-replace-lazy-highlight)
35360 (query-replace): Definitions moved up. Doc fix.
35361
35362 2005-01-03 Richard M. Stallman <rms@gnu.org>
35363
35364 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
35365 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
35366 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
35367 (lazy-highlight-face): Rename from isearch-lazy-...
35368 Change all references to them.
35369
35370 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
35371
35372 * cus-edit.el (custom-file): Doc fix for defcustom.
35373 (custom-file): The function no longer sets the variable
35374 `custom-file' to its return value.
35375
35376 * startup.el (command-line): No longer load `custom-file'.
35377
35378 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
35379
35380 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
35381
35382 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
35383 Don't confuse module-prefixed identifiers for labels.
35384 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
35385
35386 2005-01-02 Richard M. Stallman <rms@gnu.org>
35387
35388 * files.el (basic-save-buffer-1): Fix previous change.
35389
35390 * loadhist.el (file-loadhist-lookup): New function.
35391 (file-provides, file-requires): Use it.
35392
35393 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
35394 instead of calculating the right size.
35395
35396 2005-01-02 Karl Chen <quarl@cs.berkeley.edu>
35397
35398 * vc-svn.el (vc-svn-diff): Stay local if possible.
35399
35400 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
35401
35402 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
35403
35404 * files.el (hack-local-variables): Fix last change.
35405
35406 2005-01-02 Jay Belanger <belanger@truman.edu>
35407
35408 * calc/calc-yank.el (calc-edit-top): New variable.
35409 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
35410 object. Change header properties.
35411 (calc-edit-finish, calc-edit-finish-stack-object)
35412 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
35413 edited object.
35414 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
35415 for the beginning of the edited object.
35416 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
35417 for the beginning of the edited object.
35418 * calc/calc-prog.el (calc-edit-macro-finish-edit)
35419 (calc-finish-formula-edit, calc-macro-repeats)
35420 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
35421 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
35422 beginning of the edited object.
35423 (calc-user-define-edit): Change the header for editing macros.
35424 Remove unnecessary variable.
35425
35426 2005-01-01 Jay Belanger <belanger@truman.edu>
35427
35428 * calc/calc-yank.el (calc-edit-mode): Change default header.
35429 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
35430 * calc/calc-store.el (calc-edit-variable): Change title to match new
35431 header.
35432 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
35433 mode to match new header.
35434 (calc-user-define-edit): Change titles to include names of commands.
35435 (calc-finish-formula-edit): Adjust to handle new header.
35436 (calc-finish-macro-edit): Remove.
35437 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
35438 (calc-edit-macro-command, calc-edit-macro-command-type)
35439 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
35440 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
35441 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
35442 (calc-edit-macro-finish-edit): New functions.
35443 (calc-user-define-edit): Use new functions to edit named calc macros.
35444
35445 2005-01-01 Stefan Monnier <monnier@iro.umontreal.ca>
35446
35447 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
35448
35449 * ses.el (copy-region-as-kill): Deactivate mark.
35450
35451 2005-01-01 Richard M. Stallman <rms@gnu.org>
35452
35453 * replace.el (occur-1): If the output buffer is also an input,
35454 don't kill it, rename it.
35455
35456 * faces.el (set-face-background, set-face-foreground): Doc fix.
35457
35458 * cus-face.el (custom-face-attributes): Fix :help-echo strings
35459 for :foreground and :background.
35460
35461 * dired.el (dired-view-command-alist): Variable deleted.
35462 (dired-view-file, dired-mouse-find-file-other-window):
35463 Delete the code to use it.
35464
35465 2005-01-01 Kim F. Storm <storm@cua.dk>
35466
35467 * image.el (insert-sliced-image): Use t for line-height property.
35468
35469 See ChangeLog.11 for earlier changes.
35470
35471 ;; Local Variables:
35472 ;; coding: iso-2022-7bit
35473 ;; add-log-time-zone-rule: t
35474 ;; End:
35475
35476 Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.
35477
35478 This file is part of GNU Emacs.
35479
35480 GNU Emacs is free software; you can redistribute it and/or modify
35481 it under the terms of the GNU General Public License as published by
35482 the Free Software Foundation; either version 3, or (at your option)
35483 any later version.
35484
35485 GNU Emacs is distributed in the hope that it will be useful,
35486 but WITHOUT ANY WARRANTY; without even the implied warranty of
35487 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
35488 GNU General Public License for more details.
35489
35490 You should have received a copy of the GNU General Public License
35491 along with GNU Emacs; see the file COPYING. If not, write to the
35492 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
35493 Boston, MA 02110-1301, USA.
35494
35495 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1